/*validation summary start*/
.field-validation-error {
    color: #D52B1E !important;
    font-size: 14px;
}

.field-validation-valid {
    display: none !important;
}

.input-validation-error {
    background-color: #fbfbfb !important;
    border: 1px solid #D52B1E !important;
    color: #D52B1E !important;
}
    /* do not group these rules */
    .input-validation-error::-webkit-input-placeholder {
        color: #D52B1E !important;
    }

    .input-validation-error:-moz-placeholder {
        color: #D52B1E !important;
    }

    .input-validation-error::-moz-placeholder {
        color: #D52B1E !important;
    }

    .input-validation-error:-ms-input-placeholder {
        color: #D52B1E !important;
    }

.validation-summary-errors {
}

    .validation-summary-errors ul, .validation-summary-errors li {
        list-style: none !important;
        list-style-type: none !important;
    }

.validation-summary-valid {
    display: none !important;
}
/*validation summary end*/
.no-padding-bottom {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.emailValid {
    background-color: #FBFBFB !important;
    border: 1px solid #D52B1E !important;
    color: #D52B1E !important;
}

.disableLi {
    cursor: none;
    pointer-events: none;
}
.new-error-header {
    overflow: hidden;
}
.new-error-header .icontextpart {
    width: 100%;
}
.new-error-header .accesscode-error p{
    display: inline-block;
    margin-left: 10px;
}
    .new-error-header i.fa-exclamation-circle {
        position:relative;
        z-index:1;
    }
        .new-error-header i.fa-exclamation-circle:after {
            height: 12px;
            width: 13px;
            background-color: #fff;
            border-radius: 20px;
            content: '';
            left: 1px;
            top: 0;
            z-index: -1;
            position: absolute;
        }
        /*Map*/
        .ZoomControlControlWrapper {
            border-style: solid;
            border-color: gray;
            border-width: 0px;
            cursor: pointer;
            text-align: center;
            width: 28px;
            height: 56px;
            margin-right: 15px;
            margin-bottom: 10px;
        }

.ZoomControlZoomInButton {
    width: 28px;
    height: 28px;
    background-image: url("../../HTML/images/icon-zoom-in.jpg") !important;
    background-size: 100% 100%;
    margin-bottom: 1px;
}

.ZoomControlZoomOutButton {
    width: 28px;
    height: 28px;
    background-image: url("../../HTML/images/icon-zoom-out.jpg") !important;
    background-size: 100% 100%;
}

.StreetControlControlWrapper {
    border-style: solid;
    border-color: gray;
    border-width: 0px;
    cursor: pointer;
    text-align: center;
    width: 28px;
    height: 28px;
    margin-right: 15px;
    margin-top: 15px;
}

.StreetViewButtonZoomInButton {
    width: 28px;
    height: 28px;
    background-image: url("../../HTML/images/icon-street-view.jpg");
    background-size: 100% 100%;
    margin-bottom: 1px;
}

.SimpleViewButton {
    width: 28px;
    height: 28px;
    background-image: url("../../HTML/images/icon-map.jpg");
    background-size: 100% 100%;
}
/*End Map*/

/* dashboard video */
.resize-image {
    width: 144px;
    height: 100px;
}
/* dashboard video */

/*popup design*/
.popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.6);
}

/* Inner */
.popup-inner {
    max-width: 700px;
    width: 90%;
    padding: 40px;
    padding-bottom: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*box-shadow: 0px 2px 6px rgba(0,0,0,1);*/
    border-radius: 3px;
    background: #fff;
}

    .popup-inner.studentexm p {
        margin-top: 0px;
    }

    .popup-inner h2 {
        margin: 0px;
        /*color: #fff;*/
        /*background: #002664;*/
        color: #333;
        margin-left: -40px;
        margin-right: -40px;
        padding: 15px 20px;
        padding-bottom: 0px;
        padding-top: 30px;
        text-align: center;
    }

/* Close Button */
.popup-close {
    width: 30px;
    height: 30px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 15px;
    transition: ease 0.25s all;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 1000px;
    font-family: Arial, Sans-Serif;
    font-size: 20px;
    text-align: center;
    line-height: 100%;
    /*color: #fff;*/
    color: #333;
}

    .popup-close:hover {
        text-decoration: none;
    }

.btn_holder {
    display: table;
    margin: 0 auto;
}

    .btn_holder a {
        margin-left: 10px;
    }

.popup_info h3 {
    margin-top: 0px;
    color: #d52b1e;
    font-size: 16px;
    font-weight: bolder;
    padding-bottom: 12px;
}
.text-success {
    color: #58a618;
}
.popup_info {
    padding: 35px 35px 15px 35px;
    border: 1px solid #d52b1e;
    margin-bottom: 30px;
}

    .popup_info h3 i {
        font-size: 27px;
        vertical-align: -3px;
    }

    .popup_info a {
        color: #23527c;
        text-decoration: underline;
    }

    .popup_info h3 {
        margin-top: 0px;
        color: #d52b1e;
        font-size: 16px;
        font-weight: bolder;
        padding-bottom: 12px;
    }
.link-list{
    padding:0;
    padding-left:13px
}
.link-list li {
    padding-bottom: 10px;
}
    .link-list li a {
        padding-bottom:10px;
    }
    .popup_info {
        padding: 35px 35px 15px 35px;
        border: 1px solid #d52b1e;
        margin-bottom: 30px;
    }

    .popup_info h3 i {
        font-size: 27px;
        vertical-align: -3px;
    }

    .popup_info a {
        color: #23527c;
        text-decoration: underline;
    }

.custom-border-col .col-sm-3 {
    border-right: 1px solid #ccc;
    min-height: 170px;
}

    .custom-border-col .col-sm-3.first {
        padding-left: 0px;
    }


    body{
        top:0!important;
    }


		
		body {
			position: relative !important;
		}
        .login.login-only { position: static !important}
        .loginindex {
    overflow: hidden;
}
.register-account .tabbable-line > .tab-content {
    padding: 0;
}
.register-account .tabbable-line > .tab-content .std-selectfrm{
    margin-top:0;
}
.register-account .std-selectfrm.three {
    background: transparent;
}

    @media (max-width: 767px) {
        .custom-border-col .col-sm-3.first {
        padding-left: 15px;
    }


}

.errors-holder .field-validation-error {
    overflow: hidden;
    margin-bottom: 10px;
}

.login .content .forget-form, .login .content .register-form {
    max-height: 74vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.p-top-15px {
    padding-top:15px !important;
}

.margin-r-0 {
    margin-right: 0 !important

}
.grey-text p, .grey-text ul li {
    color: #505050;
    font-size: 14px;
}
.portal-subtitle {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    line-height: 1.2;
}
.mb-lg {
    margin-bottom: 55px;
}
.media {
    margin-bottom: 25px;
}

    .media .media-body {
        color: #000;
    }
    .media .media-body p {
    margin-top: 0px;
    margin-bottom: 6px;
    font-size: 14px;
    }
    .media .media-body a.right-arrow {
        position: relative;
        padding-right: 12px;
        color: #002664;
        text-decoration: underline;
    }
    .media .media-body a.right-arrow:after {
        font-size: 14px;
        font-family: FontAwesome;
        content: "\f105";
        position: absolute;
        right: 0;
        top: 0px;
    }

.filter-dropdown {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 2.5;
    background: transparent;
    overflow: hidden;
    border-radius: 4px !important;
    border: 1px solid #d2d2d3;
}

.filter-dropdown select {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 0 10px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
}

.filter-dropdown select::-ms-expand {
    display: none;
}

    .filter-dropdown::after {
        content: "\f0dc";
        font-size: 17px;
        font-family: FontAwesome;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 0 10px 10px;
        background: #fff;
        pointer-events: none;
    }

    .filter-dropdown::after {
        -webkit-transition: .25s all ease;
        -o-transition: .25s all ease;
        transition: .25s all ease;
    }
.select-filter {
    margin-bottom: 30px;
}
.select-filter .portal-subtitle {
    margin: 5px 0 3px ;
}
label.select-sort {
    padding: 10px 0 0;
}
.media .media-left {
    padding-bottom: 25px;
}
    .media .media-left .media-object {
        width: 80px;
        height: 80px;
    }
    .media.completed .media-left {
        position: relative;
    }
        .media.completed .media-left:before {
            background-image: url('../images/course-complete-check.svg');
            background-repeat: no-repeat;
            background-size:cover;
            position: absolute;
            content:'';
            bottom: 15px;
            left: 50%;
            transform: translateX(-50%);
            height:15px;
            width:15px;
            margin-left:-6px;
        }
    .media.completed .media-left:after {
        content: "Completed";
        position: absolute;
        color: #58a618;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        padding-right: 10px;
        font-size: 11px;
    }
.vdo-holder{
    position:relative;
}
    
    .vdo-holder .nxtBtnHolder {
        height: 650px;
        width: 1300px;
        max-height:100%;
        max-width:100%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -moz--webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        top: 0;
    }
        .vdo-holder .nxtBtnHolder #Nextbtn {
        }
        .thumbimg-wrap {
            margin-bottom: 30px;
        }
ul.no-indent {
    padding: 0;
    margin-left: 16px;
}
.mt-0 {
    margin-top: 0 !important;
}
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 768px) {
    label.select-sort {
        float: right;
    }
}
.calender-btn {
    padding-left: 15px !important;
    padding-right: 15px !important;
}


.datepicker-dropdown:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(194, 202, 216, 1);
    border-bottom-color: rgba(194, 202, 216, 1);
}
.datepicker-dropdown:after {
display: none !important;
}

.datepicker table tr td, .datepicker table tr th {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.media-body .category:hover {
    cursor: pointer !important;
    text-decoration: underline !important;
}

@media (min-width: 991px) {
    .login.login-only .content {
        margin-top: 0px;
    }
    .login.login-only #wrap-login {
        padding-top: 120px;
    }
}
#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

#light {
    display: none;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    min-height: 360px;
    margin-top: -180px;
    border: 2px solid #FFF;
    background: #FFF;
    z-index: 1002;
    overflow: visible;
}

#boxclose {
    float: right;
    cursor: pointer;
    color: #002664;
    font-size: 20px;
    font-weight: normal;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1002;
    opacity: 0.9;
}
    #boxclose:hover {
    text-decoration:  none;
    }

    .boxclose:before {
        content: "\f00d";
        font-family: "FontAwesome";
    }

#fade:hover ~ #boxclose {
    display: none;
}
.indent {
padding: 30px;
}
@media (max-width: 768px) {
    .indent + .equalHM {
        margin-top: 30px;
    }
}
@media (max-width: 1199px) {
    /*.bottom-aligned {
        margin-top: 30px;
    }*/
    .d-flex{
        display:block !important;
    }
}

@media (min-width: 1200px) {
    .bottom-aligned {
        position: absolute;
        bottom: 0;
        padding: 0;
        margin: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bottom-aligned {
        margin: 0 0 30px;
    }
}
.d-flex{
    display:flex;
}

@media (max-width:768px){
    #light{
        width:95%;
    }

    #light video{
        width:100%;
    }
}