﻿nav {
    margin-bottom: 25px;
}

a {
    text-decoration:none;
}


.nav-link, .nav-link:active, .nav-link:hover {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.nav {
    text-align: center;
}

.navbar-nav .nav-item {
    float: inherit;
    display: inline-block;
}

.navbar-toggle {
    width: 100% !important;
    float: none;
    margin-right: 0;
}


.navbar-toggler-icon {
    background-image: url('../img/menu.png') !important;
}

.Background {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.Popup {
    padding-top: 10px;
    padding-left: 10px;
    width: 350px;
    padding: 10px;
}

@media (min-width: 0px) and (max-width: 425px) {
    .Popup {
        width: 100%;
    }
}


.pop-up-message {
    display: inline-block;
    position: relative;
}

    .pop-up-message .close {
        position: absolute;
        top: -15px;
        right: -15px;
        z-index: 1;
    }

.form-label {
    font-weight:bold;
}

.file-upload {
    border: 1px dotted;
    padding: 28px;
    background: #ebebeb;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

.table-style table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.table-style td, .table-style th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.table-style tr:nth-child(even) {
    background-color: #dddddd;
}

.radiobuttonlist-style label {
    margin-left: 5px;
}

.red-text, .red-text:active, .red-text:hover {
    color: red;
}
.black-link, .black-link:active, .black-link:hover{
    color: #000;
}


#footer {
    background: #040404;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px
}

    #footer .footer-top {
        background: #030200;
        border-top: 1px solid #474747;
        border-bottom: 1px solid #474747;
        padding: 60px 0 30px 0
    }

        #footer .footer-top .footer-info {
            margin-bottom: 30px
        }

            #footer .footer-top .footer-info h3 {
                font-size: 18px;
                margin: 0 0 20px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                font-weight: 700
            }

            #footer .footer-top .footer-info p {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0;
                font-family: "Raleway", sans-serif;
                color: #fff
            }

        #footer .footer-top .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #c80100;
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s
        }

            #footer .footer-top .social-links a:hover {
                background: #79081c;
                color: #c80100;
                text-decoration: none
            }

        #footer .footer-top h4 {
            font-size: 16px;
            font-weight: bold;
            color: #fff;
            text-transform: uppercase;
            position: relative;
            padding-bottom: 12px
        }

.footer-links, .footer-links:hover, .footer-links:active {
    color: #fff;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px
}

    #footer .footer-top .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

        #footer .footer-top .footer-links ul i {
            padding-right: 2px;
            color: #c80000;
            font-size: 18px;
            line-height: 1
        }

        #footer .footer-top .footer-links ul li {
            padding: 10px 0;
            display: flex;
            align-items: center
        }

            #footer .footer-top .footer-links ul li:first-child {
                padding-top: 0
            }

        #footer .footer-top .footer-links ul a {
            color: #fff;
            transition: 0.3s;
            display: inline-block;
            line-height: 1
        }

            #footer .footer-top .footer-links ul a:hover {
                color: #ff6f00
            }

#footer .footer-top .footer-contact {
    margin-bottom: 30px
}

    #footer .footer-top .footer-contact p {
        line-height: 26px
    }

#footer .copyright {
    text-align: center;
    padding-top: 30px
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff
}


.modalBackground {
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modalPopup {
    background-color: #FFFFFF;
    width: 300px;
    border: 3px solid #000;
    border-radius: 12px;
    padding: 0;
}

    .modalPopup .header {
        background-color: #000;
        height: 30px;
        color: White;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .modalPopup .body {
        padding: 10px;
        min-height: 50px;
        text-align: center;
        font-weight: bold;
    }

    .modalPopup .footer {
        padding: 6px;
    }

    .modalPopup .yes, .modalPopup .no {
        height: 23px;
        color: White;
        line-height: 23px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        border-radius: 4px;
    }

    .modalPopup .yes {
        background-color: red;
        border: 1px solid #000;
    }

    .modalPopup .no {
        background-color: #000;
        border: 1px solid #000;
    }