﻿/* CSS all */
/* Begin */

.bg-forgotpw {
    background: url(../images/backgrounds/background_3.jpg);
    background-size: cover;
    padding: 5px;
}

    .bg-forgotpw input {
        opacity: 0.75;
        background: #fff;
    }

.card-header {
    cursor: pointer;
}

.text-danger.validation-summary-valid {
    display: none;
}

footer {
    margin-top: 25px;
}

.description p {
    word-wrap: break-word;
}

#user_i:before {
    font-size: 30px;
    margin-right: 5px;
    color: #fff;
}

.fa-lock:before {
    margin-right: 5px;
}

.portal_desktop {
    color: #fff;
    font-weight: 500;
    vertical-align: text-bottom;
}

.font {
    font-family: 'Open Sans', sans-serif;
}

* {
    font-family: 'Open Sans', sans-serif;
}

.form-box {
    width: 75%;
}

.navbar {
    border-width: 0;
    border-bottom: 1px solid #fff;
}

.text-danger validation-summary-valid {
    display: none;
}
/* CSS all */
/* End */
@media only screen and (min-width:991px) {
    /* Navigation Pills */
    /* Begin */
    .desktop {
        display: block;
    }

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #1c68af;
    }

    .nav-item {
        margin: 10px 10px 10px 0px;
    }

    .portal_desktop {
        font-size: 22px;
        font-weight: 600;
    }

    .nav-item a {
        text-decoration: none;
        font-size: 15px;
    }

    .custom {
        background: #eee;
        border-radius: 0.25rem;
        display: block;
        padding: 0.9rem 1rem;
        color: #E0003C;
    }

    .mobile {
        display: none;
    }

    .custom:hover {
        color: #1c68af;
    }

    .custom.active {
        color: #fff;
        background-color: #1c68af;
    }

    .fa-user-plus:before {
        margin-right: 5px;
    }


    /* Navigation Pills */
    /* End */


    /* Button CSS */
    /* Begin */

    .btn-primary {
        color: #fff;
        background-color: #1c68af;
        border-color: #1c68af;
    }

        .btn-primary:hover {
            color: #fff;
            background-color: #1c68af;
            border-color: #a91b0c;
        }

        .btn-primary, .btn-primary:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(#1c68af), color-stop(6%, #2482db), to(#3a8fdf));
            background-image: linear-gradient( #1c68af, #2482db 6%, #3a8fdf);
            background-repeat: no-repeat;
            -webkit-filter: none;
            filter: none;
            border: 1px solid #1c68af;
        }

            .btn-primary:focus, .btn-primary.focus {
                -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 104, 175, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(28, 104, 175, 0.5);
            }

            .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
                color: #fff;
                background-color: #1c68af;
                border-color: #1c68af;
            }

                .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
                    -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 104, 175, 0.5);
                    box-shadow: 0 0 0 0.2rem rgba(28, 104, 175, 0.5);
                }

    /* Button CSS */
    /* End */

    /* Footer */
    /* Begin */
    .copyright {
        color: #000;
        font-size: 10px;
        margin-left: 2px;
    }

    /* Footer */
    /* Begin */

    /* Navigation */
    /* Begin */
    .bg-lda {
        background: #1c68af;
        color: #fff;
    }

    .bg-tlfdi {
        background: #EC6625;
        color: #fff;
    }

    .bg-lfdNS {
        background: #E0003C;
        color: #fff;
    }

    .bg {
        background-image: url('/images/backgrounds/bgNS.jpg');
        background-size: cover;
    }

    .bgImage-tlfdi {
        background-image: url('/images/backgrounds/bgTHUE.jpg');
        background-size: cover;
    }

    .bgImage-lfdNS {
        background-image: url('/images/backgrounds/bgNS.jpg');
        background-size: cover;
    }

    .inner-bg {
        background: #3c3838b5;
        opacity: 1;
        padding-right: 15px;
        padding-left: 15px;
        margin-left: 25%;
        margin-right: 25%;
        padding-top: 20px;
        padding-bottom: 30px;
        vertical-align: middle
    }

    .nav-link {
        color: #fff !important;
    }

    .navbar-link a {
        color: #fff !important;
        margin-left: 5px;
    }

    .nav-link:hover {
        color: #ddd !important;
    }

    .navbar-link a:hover {
        color: #ddd !important;
        text-decoration: none;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .nav-item {
        font-size: 16px;
    }

    .btn-info {
        color: #fff;
        background-color: #E0003C;
        border-color: #E0003C;
    }

        .btn-info,
        .btn-info:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(#d82253), color-stop(6%, #E0003C), to(#d81147));
            background-image: linear-gradient(#d82253, #E0003C 6%, #d81147);
            background-repeat: no-repeat;
            -webkit-filter: none;
            filter: none;
            border: 1px solid #d81147;
        }

    .btn-info-lfdNS {
        color: #fff;
        background-color: #E0003C;
        border-color: #E0003C;
    }

    .btn-info-tlfdi {
        color: #fff;
        background-color: #0865A2;
        border-color: #0865A2;
    }

    .btn-info:hover {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#02a5de), color-stop(6%, #029ACF), to(#028fc0));
        background-image: linear-gradient(#02a5de, #029ACF 6%, #028fc0);
        background-repeat: no-repeat;
        -webkit-filter: none;
        filter: none;
        border: 1px solid #0282ae;
    }

    .btn-link {
        color: #fff;
    }

    .loggedIn:hover {
        color: #fff !important;
    }

    .logout {
        padding: 0.9rem 1rem;
        font-size: 14px;
    }

    #passwordStr {
        display: none;
    }

    input[type=password]:focus {
        /*background:red;*/
    }

        input[type=password]:focus ~ .form-control .hints {
            display: block;
        }



    .logout:hover {
        text-decoration: none;
        color: #bbb;
    }


    /* Navigation */
    /* End */
    /* Header */
    /* Begin */
    header {
        min-height: 70px;
    }

    .header_tbl {
        display: block;
        float: right;
    }

        .header_tbl td {
            vertical-align: bottom;
        }

    .header_logo {
        height: 60px;
        width: auto;
    }

    .header_headline {
        float: right;
        font-size: 16px;
        color: #008dc9;
        text-align: right;
        margin-right: 15px;
        vertical-align: bottom;
    }
    /* Header */
    /* End */

    /* Footer */
    /* Begin */

    footer {
        float: left;
    }

    .footer_item {
        color: #1c68af;
    }

        .footer_item:hover {
            color: #000;
            text-decoration: none;
        }


    /* Footer */
    /* End */

    /* Register Index */
    /* Begin */

    .description {
        font-size: 1rem;
    }

    /* Register Index */
    /* End */

    /* Manage Index */
    /* Begin */

    .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
        background-color: #1c68af !important;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 104, 175, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(28, 104, 175, 0.25);
    }

    .custom-control-input:active ~ .custom-control-label::before {
        color: #fff;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 104, 175, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(28, 104, 175, 0.25);
        background-color: #1c68af !important;
    }

    .form-control:focus {
        border-color: #1c68af !important;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 104, 175, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(28, 104, 175, 0.25);
    }

    .collapse.in {
        display: block;
    }

    .jumbotron {
        padding: 0;
        margin: 0px;
        height: 35px;
        color: #fff;
        background: #1c68af;
    }

    .centric {
        text-align: center;
    }

    .manageAcc {
        background-image: url(../images/backgrounds/background_3.jpg);
        background-size: cover;
        padding: 15px;
        margin-top: 10px;
        font-family: 'Open Sans', sans-serif;
    }

    .changePw {
        background-image: url(../images/backgrounds/background_4.jpg);
        background-size: cover;
        padding: 15px;
        margin-top: 10px;
        font-family: 'Open Sans', sans-serif;
    }

    .card {
        opacity: 0.75;
    }

    .pw {
        background-color: rgba(0, 0, 0, 0.03) !important;
    }



    /* Manage Index */
    /* End */
}

/* Mobile CSS */
/* Begin */

@media only screen and (max-width:991px) {

    .body-content {
        padding-right: 0;
        padding-left: 0;
    }

    .form-control-Captcha {
        width: 100%;
        margin-left: 0rem;
    }

    .img-Captcha {
        border: 1px solid #bbb;
        border-radius: 0.25rem;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1rem;
    }

    .container {
        max-width: 100% !important;
    }

    .c_mobile {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 2px;
        padding-right: 2px;
    }

    .body_mobile {
        flex: 0 0 100%;
        max-width: 100%;
    }

    body {
        padding: 0px;
    }

    .inner-bg {
        margin: 0 5% 0 5%;
    }

    .nav-collapse, .nav-collapse.collapse {
        overflow: visible !important;
        height: auto !important;
    }

    .navbar .btn-navbar {
        display: none;
    }

    .dropdown-menu li:hover .sub-menu {
        display: block !important;
        visibility: visible !important;
    }
    /* Header */
    /* Begin */
    .header_logo {
        height: 30px;
        width: auto;
        margin-right: 10px;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }


    .header_headline {
        float: right;
        font-size: 1.2em;
        color: #008dc9;
        text-align: right;
        margin-right: 15px;
        vertical-align: bottom;
    }

    .header_tbl {
        margin: 15px 0px 5px auto;
    }

    .bg-lda {
        background-color: #1c68af;
    }

    .navbar-toggler {
        background-color: #fff;
    }

    tr:first-child {
        display: block;
        overflow: hidden;
        width: 100%;
        float: left;
    }

    .header_logo {
        width: 100%;
        height: auto;
    }



    /* Header */
    /* End */

    /* Navbar */
    /* Begin */

    .nav-item {
        background: #fff;
    }

    .nav-link {
        padding-left: 10px !important;
        font-size: 1.3em;
        font-weight: 600;
        color: #000 !important;
    }

    .navbar {
        border-color: #fff !important;
    }

    .portal_desktop {
        font-size: 20px;
    }

    .copyright {
        color: #000;
        font-size: 10px;
        margin-left: 2px;
    }

    /* Navbar */
    /* End */

    /* Navigation Pills */
    /* Begin */

    .desktop {
        display: none;
    }

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #1c68af;
    }

    .nav-item a {
        text-decoration: none;
    }

    .loggedIn {
        border-bottom: 1px solid black;
    }

    .custom {
        background: #fff;
        border-bottom: 1px solid black;
        display: block;
        padding: 0.9rem 1rem;
    }

        .custom:hover {
            color: #1c68af;
        }

        .custom.active {
            color: #fff;
        }

    .mobile a.active {
        color: #000;
        opacity: 0.8;
    }

    .mobile a.custom {
        display: block;
        font-weight: 500;
        color: #000;
        font-size: 15px;
    }

    .logout {
        font-weight: bold;
    }

    /* Navigation Pills */
    /* End */
}
/* Mobile CSS */
/* End */
