﻿
/*Login Popup*/
#LoginPop .btn-close {
    margin-left: auto;
    padding: 10px;
}

.modal-login {
    text-align: center;
}

/*.login-img-container {
    position: relative;
    border: 2px solid #228CDB;
    border-radius: 0.5rem;
    font-size: 1.25rem;
    padding: 0.5rem 1rem;
    margin: 6rem 0.5rem 2rem 0.5rem;
    text-align: left;
    color: #228CDB;
}*/

.login-img {
    max-height: 250px;
    margin-bottom:2rem;
}

    .login-img.employee-img {
        right: 0;
    }

.login-section {
    margin-bottom: 4.5rem;
}
    .login-section h3 {
        color: #11466e;
        font-weight:bold;
        margin-bottom: 2rem;
    }
    .login-section .btn-login {
        width: 8rem;
    }

.login-note {
    font-size: 0.9rem;
    color: #11466e;
}

/*Banner Style*/
.carousel-control-prev-icon {
background-image:none;
}
    .carousel-control-prev-icon:before {
        font-weight: bold !important;
        font-size: 2rem;
        color: #fff;
    }

.carousel-control-next-icon {
    background-image: none;
}

    .carousel-control-next-icon:before {
        font-weight: bold !important;
        font-size: 2rem;
        color: #fff;
    }


.editorial {
    display: block;
    width: 100%;
    height: 60px;
    max-height: 60px;
    margin: 0;
    z-index: 5;
    bottom: 0;
    position: absolute;
    left: 0px;
    float: left;
}

#cookieConsentdiv {
    /*z-index: 1000;*/
    position: fixed;
    margin: 0 10px;
    bottom: 0;
    /*transform: translateX(-50%);*/
    /*background-color: rgba(255, 255, 255, 0.9);*/
    padding: 20px;
    box-shadow: 0px 3px 5px 5px rgba(0, 0, 0, 0.17);
    width: -webkit-fill-available;
    /*text-align: center;*/
    /*border-radius: 15px 15px 0 0;*/
    font-size: 20px;
}
.cookies-modal {
    font-size: 20px;
}

    .cookies-modal .modal-title, .cookies-modal .modal-footer {
        font-size: 30px;
        padding: 20px;
    }
    .cookies-modal button {
        font-size: 20px;
        padding: 10px 15px;
    }
    .cookies-modal h3 {
        font-size: 22px;
    }

    .cookies-modal p {
        font-size: 16px;
    }

    #cookieConsentdiv a {
        color: gray;
        text-decoration: underline;
    }
.cookies-modal button.nav-link {
    font-size: 18px;
    white-space: nowrap;
    text-align: left;
    border-bottom: solid 1px;
    border-radius: 0;
}
.cookies-modal .tab-content {
    margin-left: 50px;
    margin-right: 20px;
    min-height: 300px;
}

#topHeader {
    background-color: #3498db;
    padding: 0.1rem;
    color: white;
    margin-bottom: 10px;
    font-size: 0.9rem;
}

.topheader-ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    display: flex;
    align-items: center;
}

#topHeader .topheader-link {
    transition: .3s;
    display: inline-block;
    padding: 5px 2rem 5px 0
}

#topHeader .topheader-dropdown {
    border: none;
    color: white;
    background-color: #3498db;
}