﻿/*===============================================
                Colors
==================================================*/
* {
    box-sizing: border-box;
}

/*===============================================
                Mixins
==================================================*/
.top_bar, .training_details, .inline_parent, .sessions_directory, .search-wrp, .td_mr_22_wrp {
    *zoom: 1;
}

    .top_bar:before, .training_details:before, .inline_parent:before, .sessions_directory:before, .search-wrp:before, .td_mr_22_wrp:before, .top_bar:after, .training_details:after, .inline_parent:after, .sessions_directory:after, .search-wrp:after, .td_mr_22_wrp:after {
        content: " ";
        display: table;
    }

    .top_bar:after, .training_details:after, .inline_parent:after, .sessions_directory:after, .search-wrp:after, .td_mr_22_wrp:after {
        clear: both;
    }

.login-wrapper {
    -webkit-box-shadow: 0px 6px 1px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 6px 1px 0px rgba(0, 0, 0, 0.06);
}

/*=======================================================
                    FontFamily
=========================================================*/
/* This stylesheet generated by Transfonter (https://transfonter.org) on November 14, 2017 12:31 PM */
@font-face {
    font-family: 'Nunito Sans';
    src: url("../../fonts/nunito/NunitoSans-SemiBold.eot");
    src: url("../../fonts/nunito/NunitoSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/nunito/NunitoSans-SemiBold.woff2") format("woff2"), url("../../fonts/nunito/NunitoSans-SemiBold.woff") format("woff"), url("../../fonts/nunito/NunitoSans-SemiBold.ttf") format("truetype"), url("../../fonts/nunito/NunitoSans-SemiBold.svg#NunitoSans-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url("../../fonts/nunito/NunitoSans-Regular.eot");
    src: url("../../fonts/nunito/NunitoSans-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/nunito/NunitoSans-Regular.woff2") format("woff2"), url("../../fonts/nunito/NunitoSans-Regular.woff") format("woff"), url("../../fonts/nunito/NunitoSans-Regular.ttf") format("truetype"), url("../../fonts/nunito/NunitoSans-Regular.svg#NunitoSans-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url("../../fonts/nunito/NunitoSans-Bold.eot");
    src: url("../../fonts/nunito/NunitoSans-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/nunito/NunitoSans-Bold.woff2") format("woff2"), url("../../fonts/nunito/NunitoSans-Bold.woff") format("woff"), url("../../fonts/nunito/NunitoSans-Bold.ttf") format("truetype"), url("../../fonts/nunito/NunitoSans-Bold.svg#NunitoSans-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
}

/*================================================
                Common
=================================================*/
body {
    padding-top: 25px;
    padding-bottom: 20px;
    font-family: "Nunito Sans", Arial, sans-serif;
}

p {
    font-family: "Nunito Sans", Arial, sans-serif;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.grey-bg {
    background-color: #f8f9fb;
}

a {
    text-decoration: none;
}

    a:active, a:focus, a:hover {
        text-decoration: none;
    }

.inlineBlock {
    display: inline-block;
    vertical-align: top;
}

.noListStyle {
    list-style-type: none;
    padding: 0;
}

.page_title {
    display: block;
    text-align: center;
    margin: 0;
}

.select {
    position: relative;
}

    .select select {
        width: 100%;
        height: 39px;
        padding: 5px;
    }

    .select:after {
        background: #fff url("../images/dropdown.svg") no-repeat scroll center center;
        background-size: contain;
        content: "";
        display: block;
        height: 100%;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        width: 41px;
        z-index: 1;
    }

.mb12 {
    margin-bottom: 12px;
}

.ui-widget-overlay {
    background: #f8f9fb;
    opacity: 0.9;
    filter: Alpha(Opacity=0.3);
}

.navigation {
    background-color: #fff;
    box-shadow: 0px 0px 9px #c0c0c0;
}

    .navigation a {
        color: #fff;
    }

    .navigation .navbar-nav {
        text-align: center;
        margin-top: 17px;
    }

        .navigation .navbar-nav li {
            display: inline-block;
            float: none;
        }

    .navigation .iTrain-title {
        margin-bottom: 10px;
        font-size: 30px;
        margin-top: 0;
    }

    .navigation .logo-wrapper {
        width: 164px;
        margin: 15px 0;
        float: left;
    }

.main-inner {
    margin-top: 100px;
}

/*========================================================
                        Btn
=========================================================*/
.btn {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    letter-spacing: 0.9px;
    padding: 0;
    border-radius: 0;
    font-family: "Nunito Sans", Arial, sans-serif;
    transition: all 0.3s ease-in;
}

    .btn:focus, .btn:active, .btn:hover {
        color: #fff;
        background-color: #023e71;
        transition: all 0.3s ease-out;
    }

.btn_blue {
    background-color: #378feb;
    color: #fff;
    border: 1px solid #378feb;
}

.btl_btn_icon {
    width: 188px;
    height: 39px;
    line-height: 38px;
}

    .btl_btn_icon .fa {
        font-size: 26px;
        vertical-align: middle;
        position: relative;
        top: -3px;
        left: -3px;
    }

.btn_216 {
    width: 216px;
    height: 39px;
    font-size: 15px;
    margin-top: 12px;
    line-height: 39px;
}

.btl_btn_370 {
    width: 370px;
    height: 39px;
    line-height: 38px;
}

/*=========================================================
                    LoginPage
==========================================================*/
.login-wrapper {
    width: 380px;
    background: #fff;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 75px;
    margin-bottom: 280px;
}

.id_box {
    display: block;
}

    .id_box input {
        width: 100%;
        display: block;
        height: 50px;
        border: 1px solid #eaeaea;
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
        max-width: 100%;
        font-size: 16px;
    }

.id_spc {
    padding-top: 30px;
    padding-right: 60px;
    padding-bottom: 15px;
    padding-left: 60px;
}

    .id_spc input {
        width: 100%;
        display: block;
        height: 50px;
        border: 1px solid #eaeaea;
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
        max-width: 100%;
        font-size: 16px;
    }

.id_label {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block;
}

.otp_box {
    display: none;
}

.otp_spc {
    padding-top: 15px;
    padding-right: 60px;
    padding-bottom: 30px;
    padding-left: 60px;
}

    .otp_spc input {
        width: 100%;
        display: block;
        height: 50px;
        border: 1px solid #eaeaea;
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
        max-width: 100%;
        font-size: 16px;
    }

.otp_ReWrap {
    display: block;
    width: 100%;
    padding-right: 60px;
    padding-bottom: 38px;
    padding-left: 60px;
}

.otp_resend {
    width: 136px;
    height: 28px;
    display: inline-block;
    border: 1px solid #378feb;
    text-align: center;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    font-size: 16px;
    letter-spacing: 1.2px;
    color: #378feb;
    line-height: 25px;
}

.otp_gb {
    padding-top: 21px;
    padding-right: 60px;
    padding-bottom: 21px;
    padding-left: 60px;
    display: block;
    font-size: 16px;
    letter-spacing: 1.2px;
    color: #378feb;
}

.logo-wrapper {
    width: 242px;
    margin-left: auto;
    margin-right: auto;
}

.iTrain-title {
    color: #023e71;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 120px;
    margin-bottom: 12px;
    font-size: 48px;
}

/*================================================================================
                            Traing Details
================================================================================*/
.main-wrapper {
    width: 1628px;
    /*min-height: 937px;*/
    /*box-shadow: 0px 6px 1px 0px rgba(0, 0, 0, 0.06);*/
    margin-left: auto;
    margin-right: auto;
}

.WhiteBg {
    background-color: #ffffff;
}

.top_bar {
    display: block;
    width: 100%;
}

.training_details {
    text-align: center;
    padding: 0 30px;
}

    .training_details td {
        vertical-align: middle !important;
        font-size: 18px;
        letter-spacing: 0.9px;
        color: #2b2a2a;
        text-transform: capitalize;
    }

        .training_details td.last_col {
            width: 142px;
        }

    .training_details .rowCol1 {
        width: 708px;
    }

    .training_details tr.null_data {
        height: 86px;
    }

.p0 {
    padding: 0 !important;
}

.m0 {
    margin: 0 !important;
}

.signature {
    width: 148px;
}

.test_scores {
    width: 128px;
}

.table_inner p {
    font-size: 18px;
    text-align: left;
    color: #2b2a2a;
    margin-bottom: 0;
}

.table_inner .p_small {
    font-size: 16px;
}

.table_inner td {
    width: 25%;
    border: 0 !important;
}

    .table_inner td:first-of-type {
        width: 26%;
    }

.null_data td {
    border-bottom: 0 !important;
    border-top: 0 !important;
}

.trDetail_date {
    font-size: 24px;
    color: #2b2a2a;
    border-radius: 6px;
    border: solid 1px #707070;
    padding: 4px 12px;
}

.email-section {
    font-size: 18px;
    margin-bottom: 50px;
}

    .email-section label {
        text-align: left;
        display: block;
    }

    .email-section .tr_editor-label {
        text-align: left;
    }

    .email-section .tr_email_wrapper {
        width: 100%;
        display: table;
        font-size: 0;
        text-align: left;
    }

        .email-section .tr_email_wrapper .tr_email_cell {
            display: table-cell;
            vertical-align: middle;
            font-size: 18px;
        }

            .email-section .tr_email_wrapper .tr_email_cell:last-child {
                width: 29%;
                margin-left: 1%;
            }

    .email-section .signature_wrp {
        display: block;
        border: 1px dashed #d2d2d2;
        text-align: center;
    }

        .email-section .signature_wrp .sign {
            width: 126px;
            display: inline-block;
        }

    .email-section .tr_email {
        border: 1px solid #d2d2d2;
        height: 50px;
        max-width: 60%;
        width: 100%;
        padding: 5px 15px;
    }

    .email-section .signature_con label {
        text-align: center;
    }

.inline_parent {
    font-size: 18px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    letter-spacing: 0.9px;
    text-align: left;
}

    .inline_parent p {
        margin: 0;
    }

    .inline_parent .inlineBlock {
        vertical-align: middle;
    }

        .inline_parent .inlineBlock.extMarRight {
            margin-right: 200px;
            margin-top: 6px;
        }

.td_mr_45_wrp .inlineBlock {
    margin-right: 45px;
}

.td_title {
    margin-top: 15px;
    font-size: 24px;
    margin-bottom: 0;
}

.session_id {
    margin-bottom: 0;
    margin-bottom: 10px;
}

.myAccount {
    float: right;
    margin: 0;
}

    .myAccount li {
        display: inline-block;
        padding-left: 20px;
        font-size: 24px;
        text-transform: capitalize;
    }

        .myAccount li a {
            font-size: 24px;
            color: #2b2a2a;
            transition: all 0.3s ease-in;
        }

            .myAccount li a:hover {
                color: #378feb;
                -webkit-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
            }

    .myAccount .dropdown-menu li {
        padding-left: 0px;
    }

        .myAccount .dropdown-menu li a:hover {
            color: #378feb;
            background-color: #eeeeee;
        }

.iTrain-title_cst {
    margin: 0;
    font-size: 36px;
}

.logo-wrp_inner {
    width: 190px;
    float: left;
    margin-right: 100px;
    margin-top: -11px;
}

.top_bar_inner {
    padding: 15px 0;
}

#pagingcontrol label {
    font-weight: normal;
}

#pagingcontrol input, #pagingcontrol select, #pagingcontrol textarea {
    max-width: 280px;
    border: 1px solid #d2d2d2;
}

/*================================================================================
                            Sessions Directory
================================================================================*/
.error-msg {
    background: #d51818;
    color: #fff;
    text-align: center;
    margin-top: 5px;
    text-transform: uppercase;
    line-height: 32px;
    position: absolute;
    left: 0;
    right: 0;
    top: -76px;
    font-weight: bold;
}

.sessions_directory {
    text-align: left;
    padding: 0 30px;
}

.input {
    border: 1px solid #707070;
    height: 39px;
    padding: 5px;
}

.input_296 {
    width: 304px;
}

.search-wrp .input {
    float: left;
    width: 263px;
}

.search-wrp .input_search {
    background: #fff url(../images/search.jpg) no-repeat;
    background-position: right top;
    background-size: contain;
    padding-top: 2px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-left: 5px;
    width: 41px;
    height: 39px;
    float: left;
}

.td_mr_22_wrp .inlineBlock {
    margin-right: 22px;
}

    .td_mr_22_wrp .inlineBlock:last-child {
        margin-right: 0;
    }

.input_calender {
    width: 154px;
    background: #fff url(../images/date-picker.svg) no-repeat;
    background-position: right top;
    background-size: contain;
    padding-right: 42px;
}


.input_calender_sync {
    width: 157px;
    background: #fff url(../images/date-picker.svg) no-repeat;
    background-position: right top;
    background-size: contain;
    padding-right: 42px;
    margin-left: 4px;
}

.sub_title {
    display: block;
}

.borderLR {
    border-left: 2px solid #959595;
    border-right: 2px solid #959595;
    padding-bottom: 11px;
}

.borderB {
    padding-bottom: 0;
    border-bottom: 2px solid #959595;
    margin-bottom: 20px;
    font-size: 16px;
}

.dir_tbl {
    display: table;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 10px;
    margin-top: 40px;
}

.dir_cell {
    display: inline-block;
    width: auto;
    padding: 0 5px;
}

.dir_col1 {
    width: 25%;
}

.dir_col2 {
    width: 15%;
}

.dir_col3 {
    width: 15%;
}

.dir_col4 {
    width: 14%;
}

.small {
    font-size: 12px;
    color: #2b2a2a;
}

.title {
    font-size: 18px;
    margin-bottom: 6px;
}

    .title a {
        text-decoration: underline;
    }

.upper {
    text-transform: uppercase;
}

.feedbackDialog {
    width: 827px;
    height: 596px;
    background-color: #ffffff;
    box-shadow: 0px 6px 1px 0px rgba(0, 0, 0, 0.06);
    border: 0;
    margin: auto;
}

    .feedbackDialog .ui-widget-header {
        border: 0;
        background: #fff;
        color: #333333;
        font-weight: bold;
    }

.ui-button {
    background-image: url("images/ui-icons_777777_256x240.png");
    position: relative;
}

    .ui-button:after {
        content: '\f00d';
        font-size: 25px;
        font-family: "FontAwesome";
    }

.feedTitle {
    font-family: "Nunito Sans", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.67;
    letter-spacing: 0.9px;
    text-align: center;
    color: #a1a0a0;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 25px;
    padding-top: 30px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.main-title {
    margin: auto;
    text-align: center;
    margin-bottom: 34px;
}

.rating-wrapper .rating-label {
    text-align: center;
    font-weight: 700;
    display: block;
    margin-bottom: 26px;
}

.rating-wrapper .ratingItemList {
    max-width: 365px;
    display: table;
    width: 100%;
    padding: 1em 0;
    text-align: left;
}

.rating-wrapper input.rating {
    display: none;
}

.rating-wrapper label.rating {
    padding: 5px 3px;
    font-size: 32px;
    filter: grayscale(1);
    opacity: .7;
    cursor: pointer;
}

    .rating-wrapper label.rating:hover {
        filter: grayscale(0.84);
        transform: scale(1.1);
        transition: 100ms ease;
    }

.rating-wrapper input.rating:checked + label.rating {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.1);
}

.rating-wrapper label {
    display: table-cell;
}

.feedback {
    width: 100%;
}

    .feedback textarea {
        max-width: 300px;
        width: 100%;
        display: block;
        margin: .5em auto;
        padding: .5em;
        border: 1px solid #ebebeb;
        background-color: #fcfcfc;
        border-radius: 3px;
    }

        .feedback textarea:focus, .feedback textarea:active {
            transition: 100ms;
            border: 1px solid #ebebeb;
        }

    .feedback textarea {
        height: 100px;
        width: 100%;
        max-width: 100%;
    }

    .feedback button {
        margin: 1em auto;
        display: table;
        text-align: center;
    }

.cb911_logo {
    width: 250px;
    position: absolute;
    top: 1em;
    left: 50%;
    margin-left: -125px;
}

button {
    color: #707070;
    background-color: #707070;
    border-radius: 3px;
    border: 0;
    padding: 9px 15px;
    font-size: 15px;
}

    button.not-disabled {
        color: white;
        background-color: #707070;
        text-shadow: 0px 1px 1px #707070;
        cursor: pointer;
    }

        button.not-disabled:hover {
            background-color: #707070;
            transition: 100ms;
        }

.btn_260 {
    width: 260px;
}

.feedTitle_inner {
    padding: 20px;
}

    .feedTitle_inner p {
        font-size: 18px;
        line-height: 1.67;
        letter-spacing: 0.9px;
        text-align: left;
        color: #2b2a2a;
    }

.view_wrapp {
    position: relative;
}

#opener {
    cursor: pointer;
}

.view {
    width: 300px;
    height: 200px;
    background: #fff;
    position: absolute;
    bottom: 34px;
    right: 0;
    padding: 10px 24px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

    .view:after {
        content: '\f0da';
        font-family: "FontAwesome";
        display: inline-block;
        position: absolute;
        font-size: 20px;
        bottom: -20px;
        transform: rotate(90deg);
        color: #c0bebe;
        right: 60px;
    }

.ui-button .ui-icon {
    background-image: url("../images/ui-icons_777777_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("../images/ui-icons_777777_256x240.png");
}

.ui-widget.ui-widget-content {
    border: 0;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

.close {
    float: right;
    position: absolute;
    top: 4px;
    right: 4px;
}

.em {
    height: 1.5em;
    width: 1.5em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
}

.em-angry {
    background-image: url(../images/sad.png);
}

.em-disappointed {
    background-image: url("../images/weird.png");
}

.em-expressionless {
    background-image: url("../images/smirk.png");
}

.em-grinning {
    background-image: url("../images/happy.png");
}

.em-heart_eyes {
    background-image: url("../images/love.png");
}

.training_details {
    border-bottom: 1px solid #d2d2d2;
}

.webgrid {
    background-color: #fff;
}

    .webgrid td, .webgrid th {
        padding-top: 30px !important;
        padding-bottom: 20px !important;
        font-size: 18px;
        padding-left: 20px;
        padding-right: 20px;
        text-transform: capitalize;
    }

        .webgrid td:first-child, .webgrid th:first-child {
            padding-left: 30px !important;
        }

.input-edit {
    border: 1px solid #d2d2d2;
    height: 35px;
    width: 350px;
    padding: 5px;
}

.box {
    padding: 15px;
}

    .box + .box {
        padding-bottom: 0;
    }

.training_details_smallbox {
    text-align: center;
    padding: 20px 30px;
    width: 582px;
    margin: auto;
}

#divFileUpload {
    text-align: center;
}

    #divFileUpload input[type="file"] {
        display: inline-block;
    }

.fileuplodBox {
    border: 1px solid #d2d2d2;
    width: 280px;
    padding: 5px;
    margin: auto;
    box-sizing: border-box;
    overflow: hidden;
}

.users .editor-label {
    text-align: left;
    display: block;
}

.users input, .users select, .users textarea {
    max-width: 100%;
    width: 100%;
    border: 1px solid #d2d2d2;
    height: 42px;
    text-align: left;
    padding: 5px;
}

.users {
    width: 1023px;
    padding: 20px;
    display: block;
    margin: auto;
}

    .users .col-xs-6 {
        margin-bottom: 15px;
    }

/*================================================================================
                            iMAGE GALLERY
================================================================================*/
.wrapper {
    display: inline-block;
    vertical-align: top;
    width: 650px;
    margin: 50px 0;
    min-height: 500px;
}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */
.lightbox-target {
    position: fixed;
    top: -100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    overflow: hidden;
    left: 0;
}

    /* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */
    .lightbox-target img {
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        max-height: 0%;
        max-width: 0%;
        box-sizing: border-box;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }

/* Styles the close link, adds the slide down transition */
a.lightbox-close {
    display: block;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    background: white;
    color: black;
    text-decoration: none;
    position: absolute;
    top: -80px;
    right: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

    /* Provides part of the "X" to eliminate an image from the close link */
    a.lightbox-close:before {
        content: "";
        display: block;
        height: 30px;
        width: 1px;
        background: black;
        position: absolute;
        left: 26px;
        top: 10px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    /* Provides part of the "X" to eliminate an image from the close link */
    a.lightbox-close:after {
        content: "";
        display: block;
        height: 30px;
        width: 1px;
        background: black;
        position: absolute;
        left: 26px;
        top: 10px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */
.lightbox-target:target {
    opacity: 1;
    top: 0;
    bottom: 0;
    z-index: 9999;
}

    .lightbox-target:target img {
        max-height: 100%;
        max-width: 100%;
    }

    .lightbox-target:target a.lightbox-close {
        top: 0px;
    }

/*================================================================================
                            Add Nominees
================================================================================*/
.action_wrp {
    margin-bottom: 15px;
}

    .action_wrp .btn {
        width: auto;
        display: inline-block;
        font-size: 16px;
        padding: 0px 15px;
        border-radius: .4em;
    }

.file-upload {
    position: relative;
    display: inline-block;
}

.file-upload__label {
    display: block;
    padding: 1em 3em 1em 1em;
    color: #fff;
    border-radius: .4em;
    transition: background .3s;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
}

    .file-upload__label:after {
        content: '\f093';
        font-family: FontAwesome;
        font-size: 24px;
        color: #fff;
        position: absolute;
        right: 9px;
        top: 18%;
        display: inline-block;
    }

.file-upload__input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1;
    width: 0;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

/*================================================================================
                            Report Training Detail
================================================================================*/
#downloadTrainingsInfo {
    font-size: 14px;
    vertical-align: middle;
    color: #fff;
    background: #378feb;
    display: inline-block;
    width: 200px;
    text-align: center;
    padding: 5px 15px;
    text-transform: uppercase;
}

    #downloadTrainingsInfo .fa {
        color: #fff;
        vertical-align: middle;
        font-size: 25px;
        margin-left: 9px;
        line-height: normal;
    }

/*================================================================================
                            Responsive
================================================================================*/
@media screen and (max-width: 1700px) {
    .email-section .tr_email_wrapper .tr_email_cell,
    .email-section {
        font-size: 12.8px;
    }

        .email-section .tr_email {
            height: 40px;
        }

        .email-section .tr_email_wrapper .tr_email_cell:last-child {
            height: 40px;
        }

    .top_bar_inner {
        padding: 10px 0;
    }

    .webgrid td, .webgrid th {
        font-size: 16px;
    }

    .borderB {
        font-size: 14px;
    }

    .login-wrapper .btn {
        height: 43px;
        line-height: 43px;
        font-size: 12.8px;
    }

    .navigation .iTrain-title {
        margin-bottom: 5px;
        font-size: 24px;
    }

    .btl_btn_370 {
        width: 165px;
    }

    .btn_216 {
        width: 158px;
    }

    .main-inner {
        margin-top: 44px;
    }

    .navigation .navbar-nav {
        margin-top: 11px;
    }

    .navigation .logo-wrapper {
        width: 135px;
        margin: 10px 0;
        float: left;
    }

    .main-wrapper {
        /*min-height: 600px;*/
    }

    .login-wrapper {
        margin-top: 52px;
        margin-bottom: 50px;
    }

    .otp_spc input,
    .id_spc input {
        height: 35px;
    }

    .iTrain-title {
        margin-top: 30px;
        margin-bottom: 12px;
        font-size: 35px;
    }

    .view::after {
        right: 44px;
    }

    .table_inner .p_small {
        font-size: 11.4px;
    }

    .table_inner p {
        font-size: 12px;
    }

    .trDetail_date {
        font-size: 17px;
    }

    .training_details td {
        font-size: 12.8px;
    }

    .td_title {
        font-size: 17px;
    }

    .btn {
        height: 32px;
        line-height: 32px;
        font-size: 12.8px;
    }

    .btl_btn_icon {
        width: 135px;
        height: 28px;
        line-height: 28px;
    }

    .small {
        font-size: 8.5px;
    }

    .title {
        font-size: 12px;
    }

    .input_calender {
        width: 110px;
        padding-right: 30px;
    }

    .select::after {
        width: 30px;
        z-index: 1;
    }

    .select select {
        width: 100%;
        height: 28px;
    }

    .inline_parent {
        font-size: 13px;
    }

    .search-wrp .input_search {
        width: 30px;
        height: 28px;
    }

    .search-wrp .input {
        width: 166px;
    }

    .input {
        height: 28px;
    }

    .input_296 {
        width: 196px;
    }

    .myAccount li,
    .sub_title,
    .myAccount li a,
    .page_title {
        font-size: 14px;
    }

    .main-wrapper {
        width: 1159px;
    }

    .main-wrapper-print {
        width: 1559px;
    }

    .logo-wrp_inner {
        width: 132px;
        margin-right: 68px;
        margin-top: -11px;
    }

    .iTrain-title_cst {
        font-size: 25.6px;
    }
}

#view_1 {
    cursor: pointer;
}

.ui-widget-header {
    border: 1px solid #378feb;
    background: #378feb;
    color: #fff;
}

.control-label {
    font-size: 12px;
}

.row-section {
    padding: 20px 0px;
}

.custom-input-text input {
    height: 28px;
}

.custom-date-picker {
    width: 148px;
}

.hyper-link {
    text-decoration: underline;
    font-size: 10px;
    color: #428bca;
}

.mgT19px {
    margin-top: 19px;
}

.text-center {
    text-align: center;
}

.mgTB20px {
    margin: 20px 0px;
}

.invisible-input {
    pointer-events: none;
    border: none;
    font-family: "Nunito Sans", Arial, sans-serif;
    outline: none;
    color: transparent;
    text-shadow: 0 0 0 #2b2a2a;
}

.lds-roller {
    display: inline-block;
    position: fixed;
    width: 64px;
    height: 64px;
    top: 48%;
    left: 48%;
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 32px 32px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #378feb;
            margin: -3px 0 0 -3px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 50px;
                left: 50px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 54px;
                left: 45px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 57px;
                left: 39px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 58px;
                left: 32px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 57px;
                left: 25px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 54px;
                left: 19px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 50px;
                left: 14px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 45px;
                left: 10px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.overlay {
    position: fixed;
    /* Sit on top of the page content */
    display: none;
    /* Hidden by default */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black background with opacity */
    z-index: 2;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
    z-index: 10001;
}

#search-mspin-modal-loader {
    display: none;
}

.errorhighlight {
    color: red;
}

.modal-dialog {
    overflow-y: initial !important;
}

.modal-scroll-body {
    max-height: 200px;
    overflow-y: auto;
}

.text-align-left {
    text-align: left;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.trb-hidden-border {
    border-top: hidden !important;
    border-right: hidden !important;
    border-bottom: hidden !important;
}

#training-reschedul-date[disabled] {
    background-color: #ebebe4;
}

.report-questions {
    position: relative;
    width: 3000px;
}

.report-scores {
    position: relative;
    width: 4000px;
}

.table-wrapper-scroll-x {
    overflow: auto;
    display: block;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 10001;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.remove-margin-top {
    margin-top: 0px !important;
}

.remove-margin-bottom {
    margin-bottom: 0px !important;
}

.sync-training {
    vertical-align: top !important;
    margin-left: 111px !important;
}

.m-0 {
    margin: 0;
}

.mb-1 {
    margin-bottom: 1rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

.mt-1 {
    margin-top: 1rem;
}


.mt-2 {
    margin-top: 3rem;
}

.mt-3 {
    margin-top: 3rem;
}

.mt-4 {
    margin-top: 4rem;
}

.page_title_main {
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    margin-top: 4px;
}

.w-100 {
    width: 100px;
}

.w-150 {
    width: 150px;
}

.pad-assesment-edit {
    padding: 0px 80px 0px 70px
}

.field-validation-error {
    color: firebrick;
    float: left;
}

.form-checkbox {
    height: 24px !important;
}

.form-checkbox-label {
    text-align: center !important;
}

.dataTable {
    text-align: left;
}

li.menu-seprater {
    border-top: 1px solid grey;
    margin-top: 4px;
}

.modal {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow-y: hidden;
}

    .modal:focus-visible {
        outline: -webkit-focus-ring-color auto 0px !important;
    }

.modal-header {
    background: #378FEB;
    padding: 0px 10px;
}

.modal-title {
    font: normal normal bold 15px/26px Nunito Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.table tbody > tr > td {
    word-wrap: break-word;
    /*max-width: 200px;*/
    font-size: 14px;
    padding: 7px !important;
}

.downloadTemplateDiv {
    margin-top: -20px;
}

.downloadTemplate, .downloadTemplate:hover {
    text-decoration: underline;
    font-weight: 600;
}

.file-upload {
    border: 1px solid #707070;
    width: 100% !important;
}

.uploadBtn {
    margin-left: 20px;
}

th {
    width: 140px;
}

.webgrid td:last-child, .webgrid th:last-child {
    padding-left: 30px !important;
}

.monthsDropdown {
    padding: 5px;
}

.trainingModal {
    left: 0 !important;
    top: 0 !important;
    transform: none !important;
}

.table.webgrid tbody > tr > td {
    word-wrap: break-word;
    max-width: 200px;
    font-size: 13px;
    padding: 7px !important;
}

.full-width-wrapper {
    width: 95% !important;
}

.plansTables {
    font-size: 13px !important;
    border-collapse: collapse;
}

    .plansTables tbody > tr > td {
        font-size: 13px;
        padding: 7px 8px !important;
    }

.plansTrainingTable {
    width: 94%;
    overflow-y: auto;
    height: 50vh;
    margin: -13px 31px;
}

    .plansTrainingTable thead tr {
        position: sticky;
        top: 0;
        background: white;
    }

.agencyTable {
    width: 96%;
    overflow-y: auto;
    height: 75vh;
    margin-left: 24px;
}

    .agencyTable thead tr {
        position: sticky;
        top: 0;
        background: white;
    }

.plansTrainingTable ::-webkit-scrollbar {
    width: 6px;
}

.manpowerTable {
    width: 100%;
    overflow-y: scroll;
}

    .manpowerTable ::-webkit-scrollbar {
        width: 5px;
    }

.revertImage {
    width: 16px;
    height: 16px;
}

.trainingPlanAgency > thead > tr > th {
    min-width: 135px;
}

    .trainingPlanAgency > thead > tr > th:nth-child(3) {
        min-width: 0px !important;
        max-width: 135px !important;
    }

.selectTrainer {
    height: 28px;
    min-width: 200px;
}

.plansTables > thead > tr > th {
    min-width: 125px;
}

    .trainingPlanAgency > thead > tr > th:nth-child(1), .plansTables > thead > tr > th:nth-child(1), .plansTables > thead > tr > th:nth-child(2), .plansTables > thead > tr > th:nth-child(3) {
        min-width: 0px !important;
    }

.plansTables > tbody > tr > td:nth-child(1), .plansTables > tbody > tr > td:nth-child(2), .plansTables > tbody > tr > td:nth-child(3) {
    min-width: 0px !important;
}

.plansTables > thead > tr > th:nth-child(4) {
    min-width: 0px !important;
    max-width: 135px !important;
}

.fsdmTable > thead > tr > th {
    min-width: 115px;
}

.fsdmTable, .trainingPlanAgency {
    font-size: 13px !important;
}

    .fsdmTable tbody > tr > td, .trainingPlanAgency tbody > tr > td {
        font-size: 13px !important;
        padding: 7px 8px !important;
    }

.fsdmTrainingTable {
    width: 96%;
    overflow-y: auto;
    height: 70vh;
    margin-left: 24px;
}

    .fsdmTrainingTable thead tr {
        position: sticky;
        top: 0;
        background: white;
    }


.planingText {
    text-align: -webkit-center;
    padding: 40px;
}

button.right {
    font-size: 11px !important;
}

::-webkit-scrollbar-thumb {
    background: #f5f5f5;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: #3333331a !important;
}

::-webkit-scrollbar-thumb {
    background: #fff;
}

::-webkit-scrollbar {
    height: 8px !important;
    width: 8px !important;
}

.mspinInput {
    width: 135px;
}

.searchMspinBtn {
    width: 100%;
    height: 35px;
    text-align: center;
    line-height: 21px;
    font-size: 13px;
    padding: 0px;
    margin-top: -5px;
}

.mspinBtn {
    font-size: 14px;
}

.btn-icon {
    width: 50px !important;
}

.card-header.p-0.pt-1 {
    margin: 15px;
}

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    padding: 16px 10px !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff !important;
    cursor: default;
    background-color: #378FEB !important;
    border: 1px solid #378FEB !important;
    border-bottom-color: transparent;
    padding-bottom: 9px;
}


.nav-tabs > li > a {
    color: #2B2A2A !important;
    font-weight: bold;
    border-color: #F5F5F5 !important;
    background: #F5F5F5 !important;
}

.excelIcon {
    background: #378FEB !important
}

    .excelIcon > img {
        width: 20px;
        height: 20px;
    }

.buttonsRight {
    margin-right: 40px;
    margin-bottom: 4px;
    margin-top: 13px;
}

.divPlans {
    margin-bottom: 10px;
}

.image-container {
    position: relative;
}

.image-overlay, .image-overlay1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    pointer-events: none;
}

.image-container:hover .image-overlay, .image-container:hover .image-overlay1 {
    opacity: 1;
    pointer-events: auto;
}

.image-overlay p {
    color: #378FEB;
    text-align: center;
    font-size: 10px;
    display: block;
    float: left;
    margin-top: -37px;
    margin-left: -120px;
    background: white;
    border-radius: 10px;
    padding: 0px 10px;
}

.image-overlay1 p {
    color: #378FEB;
    text-align: center;
    font-size: 10px;
    display: block;
    float: left;
    margin-top: -37px;
    margin-left: -125px;
    background: white;
    border-radius: 10px;
    padding: 0px 10px;
}

.modal.fade {
    width: 100% !important;
    height: 100% !important;
}

.nominee-photograph {
    border: 1px solid black;
    width: 444px;
    height: 272px;
}

.nominee-photo {
    height: 209px;
}

.nominee-nonmspin-image {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-height: 209px;
}

.nominee-photo-details {
    color: #FAFAFA;
    text-align: center;
    background: #1C71C2 0% 0% no-repeat padding-box;
    height: 63px;
}


.current-nominee-name {
    font-size: 27px;
}

.current-nominee-type {
    font-size: 20px;
}

.display-none {
    display: none;
}
