* {
    outline: none;
}

body {
    font-family: 'Lato';
    background: #f7f7f7;
    overflow-x: hidden;
    font-size: 10pt !important;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    outline: none;
}

h1,
h2 {
    font-family: Arial, sans-serif;
    font-size: 48px;
    font-weight: 300;
    color: #555;
    line-height: 56px;
}

h3 {
    font-family: Arial, sans-serif;
    font-size: 32px;
    font-weight: 300;
    color: #555;
    line-height: 40px;
}

::-moz-selection {
    background: #01c1ee;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #01c1ee;
    color: #fff;
    text-shadow: none;
}

div#wrapper {
    margin-top: 80px;
}

.body_pannel {
    float: left;
    width: 100%;
    background: #fff;
}

.fields_contaner label {
    width: 100%;
    font-weight: normal;
    color: #585858;
    font-size: 15px;
}

.fields_contaner select {
    width: 100%;
    padding: 6px;
    border-radius: 4px;
}

.border_right {
    border-right: 1px solid #f1f1f1;
}

.border_left {
    border-left: 1px solid #f1f1f1;
}

.mar_t10 {
    margin-top: 10px;
}

.mar_t20 {
    margin-top: 20px !important;
}

.mar_t30 {
    margin-top: 30px !important;
}

.mar_b10 {
    margin-bottom: 10px !important;
}

.mar_b20 {
    margin-bottom: 20px;
}

.mar_b30 {
    margin-bottom: 30px;
}

.pad_t20 {
    padding-top: 20px;
}

.mar_r10 {
    margin-right: 10px;
}

.mar_l10 {
    margin-left: 10px;
}

.remove_padding {
    padding: 0 !important;
}

.pad_l0 {
    padding-left: 0 !important;
}

.pad_10 {
    padding: 10px !important;
}

.blue_btn {
    /*border: 1px solid #034851;
    padding: 5px 20px;
    border-radius: 30px;
    background: #034851;
    color: #fff;*/
    border: 1px solid #01c1ee;
    padding: 5px 20px;
    border-radius: 30px;
    background: #002758;
    background: -moz-linear-gradient(left, #002758 0%, #01c1ee 100%);
    -webkit-linear-radient(left, #002758 0%,#01c1ee 100%):;
    background: linear-gradient(to right, #002758 0%,#01c1ee 100%);
    filter: rogid:DXImageTransform.Microsoft.gradient( startColorstr='#002758', endColorstr='#01c1ee',GradientType=1 );
    color: #fff;
}

.ghost_btn {
    border: 1px solid #034851;
    padding: 5px 20px;
    border-radius: 30px;
    background: #fff;
    color: #034851;
}

.wave_round {
    position: relative;
    overflow: hidden;
}

    .wave_round:before {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        background: rgba(0,0,0,.2);
        border-radius: 100%;
        bottom: -10px;
        left: 50%;
        margin-left: -10px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .wave_round:hover:before {
        width: 250px;
        height: 250px;
        left: 0;
        bottom: -80px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }





/* -----------  Login --------- */
.login_main, .login_main body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.login_wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.login_mainbg {
    position: absolute;
    height: 100%;
    width: 100%;
}

    .login_mainbg img {
        height: 100%;
        width: 100%;
    }

.login_left {
    width: 60%;
    height: 100%;
    float: left;
    position: relative;
}

    .login_left .white_left {
        position: absolute;
        height: 100%;
        width: 100%;
    }

        .login_left .white_left img {
            height: 100%;
            width: 100%;
        }

    .login_left .blue_left_corner {
        position: absolute;
    }

    .login_left .desktop_logo {
        position: absolute;
        top: 50px;
        left: 60px;
    }

    .login_left .mobile_logo {
        display: none;
    }

    .login_left .corner_bg {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
    }

.login_right {
    width: 40%;
    height: 100%;
    float: right;
    position: relative;
}

    .login_right .A_large {
        position: absolute;
        bottom: 0;
        right: 0;
        height: 100%;
        text-align: right;
    }

        .login_right .A_large img {
            height: 100%;
        }

    .login_right .login_box {
        position: absolute;
        right: 0;
        text-align: right;
    }

    .login_right .login_border {
        position: absolute;
        right: 0;
        top: 180px;
        text-align: right;
    }

    .login_right .abstract_right {
        position: absolute;
        right: 0;
        top: 190px;
    }

    .login_right .comcastlogo {
        position: absolute;
        right: 10px;
        top: 10px;
    }

        .login_right .comcastlogo img {
            width: 120px;
        }

.login_content {
    position: relative;
    width: 60%;
    top: 120px;
    left: 120px;
    z-index: 2;
}

    .login_content p {
        font-size: 12px;
        color: #000000;
        font-family: Raleway;
        line-height: 26px;
        margin-bottom: 30px;
    }

.loginbox_container {
    position: relative;
    top: 190px;
    right: 0;
    width: 390px;
    float: right;
    padding-right: 100px;
}

.forgot_password {
    color: #002758;
    font-size: 13px;
    text-align: right;
}

a.forgot_password:hover {
    color: #01c1ee;
}

.loginbox_container .btn_login {
    color: #fff;
    background-color: #002758;
    border: none;
    border-radius: 50px;
    min-width: 110px;
    font-weight: bold;
    font-size: 18px;
    box-shadow: 0 0 20px 7px #aacbd2;
    margin-top: 20px;
}

    .loginbox_container .btn_login:hover {
        background-color: #04C0EA;
    }

    .loginbox_container .btn_login:focus {
        outline: none;
    }

.loginbox_container .formcontainer label {
    font-size: 12px;
    color: #98999e;
    font-weight: normal;
}

.loginbox_container .inputbox {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 25px;
}

    .loginbox_container .inputbox:hover, .loginbox_container .inputbox:focus {
        border-bottom: 1px solid #2fbaac;
    }

    .loginbox_container .inputbox .input-group-addon {
        padding: 5px 10px;
        color: #cccccc;
        background-color: transparent;
        border: none;
        font-size: 20px;
    }

    .loginbox_container .inputbox .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
        border: 0px;
        box-shadow: none;
        font-size: 16px;
        font-weight: bold;
        color: #002758;
    }

    .loginbox_container .inputbox:focus .form-control, .loginbox_container .inputbox:hover .form-control {
        color: #002758;
    }

.loginbox_container .formcontainer h1 {
    font-size: 18px;
    color: #666666;
    font-weight: bold;
    font-family: Raleway;
    width: 100%;
    text-align: left;
    line-height: normal;
    margin: 0px 0px 5px 0px;
    float: left;
}

.loginbox_container .formcontainer p {
    font-size: 13px;
    color: #666666;
    font-weight: normal;
    font-family: Raleway;
    width: 100%;
    text-align: left;
    line-height: normal;
    margin: 5px 0px 20px 0px;
    float: left;
}












/******************************************Tree View***************************************/
.treeview, .treeview ul {
    list-style: none;
    padding-left: 0;
}

    .treeview > li {
        margin-top: 8px;
    }

        .treeview > li ul li {
            height: auto;
            position: relative;
            vertical-align: top;
            display: inline-flex;
            width: 100%;
        }

        .treeview > li label {
            font-size: 15px;
            font-weight: normal;
            color: #575757;
        }

        .treeview > li ul li label {
            font-size: 12px;
            font-weight: normal;
            color: #727272;
        }

.treeview {
    margin: 10px 0 0 0px;
}

    .treeview li {
        padding: 2px 0 2px 16px;
    }

    .treeview > li:first-child > label { /* style for the root element - IE8 supports :first-child  but not :last-child ..... */
    }

    .treeview li.last {
        background-position: 0 -1766px;
    }

    .treeview li > input { /* hide the inputs but keep them in the layout with events (use opacity) */
    }

    .treeview li > label { /* move left to over the original checkbox area */
        margin-left: -20px; /* pad the text to make room for image */
        padding-left: 25px;
        height: auto;
    }

    .treeview .custom-unchecked {
        background-position: 0 -1px;
    }

        .treeview .custom-unchecked:hover {
            background-position: 0 -21px;
        }

    .treeview .custom-checked {
        background-position: 0 -81px;
    }

        .treeview .custom-checked:hover {
            background-position: 0 -101px;
        }

    .treeview .custom-indeterminate {
        background-position: 0 -141px;
    }

        .treeview .custom-indeterminate:hover {
            background-position: 0 -121px;
        }


/*******************************************HEADER NAV********************************************/
nav.navbar.navbar-fixed-top {
    background: transparent linear-gradient(180deg, #143A68 0%, #0B74C1 100%) 0% 0% no-repeat padding-box;
    ;
    z-index: 999999;
}

.navbar-brand {
    float: left;
    width: 100%;
    padding: 3px 8px;
    position: relative;
    height: 52px;
    display: inline-flex;
}

.navbar-header {
    /*float: left;
    width: 280px;
    background: #30baaa;
    background: -moz-linear-gradient(left, #30baaa 0%, #01c1ee 100%);
    -webkit-linear-gradient(left, #30baaa 0%,#01c1ee 100%);
    background: linear-gradient(to right, #30baaa 0%,#01c1ee 100%);
    filter: rogid:DXImageTransform.Microsoft.gradient( startColorstr='#30baaa', endColorstr='#01c1ee',GradientType=1 );
    position: relative;
    left: -15px;
    padding-left: 10px;*/
    float: left;
    width: 280px;
    /* background: #002758;
   background: -moz-linear-gradient(left, #002758 0%, #01c1ee 100%);
    -webkit-linear-gradient(left, #002758 0%,#01c1ee 100%):;
    background: linear-gradient(to right, #002758 0%,#01c1ee 100%);
    filter: rogid:DXImageTransform.Microsoft.gradient( startColorstr='#002758', endColorstr='#01c1ee',GradientType=1 );*/
    position: relative;
    left: -15px;
    padding-left: 10px;
}

.navbar-brand > img {
    float: left;
    max-width: 232px;
    position: absolute;
    width: 90%;
}

span#menu-toggle {
    float: right;
    position: relative;
    top: 3px;
    right: 12px;
}

    span#menu-toggle:focus, span#menu-toggle:active {
        box-shadow: none;
        outline: 0px;
    }

#menu-toggle img {
    /* box-shadow: 0px 0px 35px 5px rgba(0,0,0,.3);
  border-radius: 50%;*/
}

.sponsers_logo {
    padding: 10px;
}

.page_header_text {
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 0 14px;
    padding: 0;
    float: left;
    line-height: 50px;
}

nav.navbar:after {
    content: '';
    width: 100%;
    height: 6px;
    background: #11EF8F;
    position: absolute;
    bottom: -5px;
    background-size: cover;
}

nav.navbar.navbar-fixed-top.navbar-no-bg {
    box-shadow: 0 17px 19px rgba(0,0,0,.3);
}
/***************************************SIDEBAR CONTENT***********************************************************/
.user_profile {
    border-bottom: 1px solid #ccc;
    padding: 10px 23px;
    width: 300px;
}

    .user_profile div {
        color: #727272;
    }

    .user_profile img.img-circle {
        position: relative;
        width: 35px;
    }

.name {
    position: relative;
    left: 5px;
}

.user_profile .caret {
    position: relative;
    left: 15px;
}

.dropdown-menu {
    width: auto;
    max-width: 100%;
    min-width: 200px;
}

    .dropdown-menu > li > a {
        color: #727272;
    }

.menu_heading {
    color: #b8b8b8;
    font-size: 18px;
    margin: 0 5px;
}

.user_profile .caret {
    position: relative;
    left: 15px;
    border: none;
    width: 10px;
    height: 10px;
    background: url(../../../Images/arrow_bottom.png) no-repeat center;
}

.pt-2 {
    padding-top: 8px;
}

ul.sidemenu {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    /*width: 280px;*/
    float: left;
    padding-bottom: 50px;
    font-size: 10pt;
}

    ul.sidemenu li {
        border-bottom: 1px solid #f1f1f1 !important;
        float: left;
        width: 100%;
        background: rgba(255,255,255,.5);
    }



        ul.sidemenu li a {
            color: #585858;
            display: block;
            padding: 8px;
            padding-left: 2.1rem;
        }

        ul.sidemenu li ul {
            list-style: none;
            padding-left: 0;
        }

            ul.sidemenu li ul li {
                border: none;
            }


.sidemenu li > a {
    background-repeat: no-repeat;
    background-position: 7px center;
    position: relative;
}

.dashboard > a {
    background: url(../../../Images/Dashboard.png);
    background-repeat: no-repeat;
    background-position: 7px center;
}

.Audit_Work_Stream > a {
    background: url(../../../Images/Audit-Work-Stream.png);
    background-repeat: no-repeat;
    background-position: 7px center;
}

.Fraud_Incident_Tracking > a {
    background: url(../../../Images/search_icon_menu.png);
    background-repeat: no-repeat;
    background-position: 7px center;
}

.Reporting > a {
    background: url(../../../Images/Reporting.png);
    background-repeat: no-repeat;
    background-position: 7px center;
}

.Admin_menu > a {
    background: url(../../../Images/Admin.png);
    background-repeat: no-repeat;
    background-position: 14px center;
}

.Management_Action_Plan > a {
    background: url(../../../Images/Management-Action-Plan.png);
    background-repeat: no-repeat;
    background-position: 7px center;
}

.Disaster_Recovery > a {
    background: url(../../../Images/Recovery.png);
    background-repeat: no-repeat;
    background-position: 7px center;
}

.NPSManagement_Action_Plan > a {
    background: url(../../../Images/NPS.png);
    background-repeat: no-repeat;
    background-position: 7px center;
}

li.dashboard.submenu_contaner.active > a {
    background: url(../../../Images/Dashboard-active.png);
    background-repeat: no-repeat;
    background-position: 7px center;
}

li.Audit_Work_Stream.submenu_contaner.active > a {
    background: url(../../../Images/Audit-Work-Stream-active.png);
    background-repeat: no-repeat;
    background-position: 7px center;
}

li.Fraud_Incident_Tracking.active > a {
    background: url(../../../Images/search_icon_menu-active.png);
    background-repeat: no-repeat;
    background-position: 7px center;
}

li.Reporting.submenu_contaner.active > a {
    background: url(../../../Images/Reporting-active.png);
    background-repeat: no-repeat;
    background-position: 4px center;
}

li.Management_Action_Plan.active > a {
    background: url(../../../Images/Management-Action-Plan-active.png);
    background-repeat: no-repeat;
    background-position: 7px center;
}

li.Admin_menu.submenu_contaner.open.active > a {
    background: url(../../../Images/Admin-active.png);
    background-repeat: no-repeat;
    background-position: 7px center;
}

li.Disaster_Recovery.active > a {
    background: url(../../../Images/Recovery-active.png);
    background-repeat: no-repeat;
    background-position: 7px center;
}

li.submenu_contaner ul li a {
    color: #8e8d8d;
    float: left;
    width: 100%;
    position: relative;
}

    li.submenu_contaner ul li a:hover,
    li.submenu_contaner ul li.active a {
        /*color: #ffffff;
        background: #30baaa;
        background: -moz-linear-gradient(left, #30baaa 0%, #01c1ee 100%);
        -webkit-linear-radient(left, #30baaa 0%,#01c1ee 100%);
        background: linear-gradient(to right, #30baaa 0%,#01c1ee 100%);
        filter: rogid:DXImageTransform.Microsoft.gradient( startColorstr='#30baaa', endColorstr='#01c1ee',GradientType=1 );*/
        color: #ffffff;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    li.submenu_contaner ul li a span {
        /*width: 80%;*/
        float: left;
    }


.submenu_contaner {
    position: relative;
}

    .submenu_contaner:after {
        background: url(../../../Images/arrow_left_bottom.png) no-repeat;
        content: "";
        width: 14px;
        height: 8px;
        position: absolute;
        right: 14px;
        top: 15px;
        background-position: bottom;
    }

    .submenu_contaner.open:after {
        background-position: top;
    }
/*
    .submenu_contaner ul {
        display: none;
    }

    .submenu_contaner.open ul {
        display: block;
    }*/

.submenu_contaner.active ul {
    /*   display: block !important;*/
}

/*Aaded by Swati*/
ul.child .submenu_contaner a, ul.child .subchild a {
    width: 87% !important;
    display: block;
    white-space: normal !important;
    float: none;
    position: relative;
}

/************************Right side content***********************************/

.white_bg {
    background: #fff;
    padding: 15px;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0,0,0,.5);
    margin: 16px 0px 15px 0px !important;
    float: left;
    width: 100%;
}

.headding {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    color: #000;
}

.form-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 3px;
    font-weight: 900;
    color: #3B3B3B;
    font-size: 13px;
    font-family: 'Lato';
}

.three_boxees .form-control {
    width: 100%;
}

.form-control {
    display: block;
    height: 30px;
    padding: 5px 7px;
    border-radius: 4px !important;
    font-size: 10pt;
}

    .form-control:focus {
        border-color: #30a09d;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px #002758, 0 0 8px #002758;
        box-shadow: inset 0 1px 1px #002758, 0 0 8px #002758;
    }

h4.subheading {
    font-size: 15px;
    font-weight: bold;
    margin-top: 25px;
}

.checkbox label, .radio label {
    color: #727272;
}

.three_boxees {
    margin-left: -1px;
}

.filters_contaner {
    position: relative;
}


.filters_close .showfilter,
.filters_close.open_filtes .hidefilter {
    display: none;
}

.filters_close .hidefilter,
.filters_close.open_filtes .showfilter {
    display: block;
}

.filters_close {
    position: fixed;
    /*left: 260px;*/
    cursor: pointer;
    top: 50px;
    z-index: 999999;
    padding: 2px 10px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,.5);
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 1%, #ffffff 1%, #d7d7d7 98%);
    background: -webkit-linear-gradient(top, #ffffff 1%,#ffffff 1%,#d7d7d7 98%);
    background: linear-gradient(to bottom, #ffffff 1%,#ffffff 1%,#d7d7d7 98%);
    font-size: 12px;
    font-weight: bold;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7d7d7',GradientType=0 );
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.save_btn {
    border-radius: 50px;
    border: 1px solid #034851;
    background: #034851;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 19px;
    font-size: 12px;
    line-height: 16px;
}

.reset_btn {
    border-radius: 50px;
    border: 1px solid #034851;
    font-size: 12px;
    color: #034851;
    padding: 4px 15px;
    background: #fff;
    line-height: 16px;
}

.header_contaner {
    background: #eff1f1;
    padding: 8px;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .header_contaner label {
        font-weight: normal;
        padding-top: 5px;
        float: left;
    }

    .header_contaner .form-control {
        height: 26px;
        padding: 3px 7px;
    }

.search_btn {
    background: #002758;
    background: -moz-linear-gradient(left, #002758 0%, #01c1ee 100%);
    -webkit-linear-radient(left, #002758 0%,#01c1ee 100%);
    background: linear-gradient(to right, #002758 0%,#01c1ee 100%);
    filter: rogid:DXImageTransform.Microsoft.gradient( startColorstr='#002758', endColorstr='#01c1ee',GradientType=1 );
    padding: 5px 16px;
    border-radius: 50px;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
}

.wave {
    position: relative;
    overflow: hidden;
    /* margin-bottom: 10px;*/
}

    .wave:after {
        content: "";
        width: 0;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(255, 255, 255, 0);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .wave:hover:after,
    .wave:hover:before {
        width: 50%;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .wave:before {
        content: "";
        width: 0;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        background: rgba(255, 255, 255, 0.3);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.right_nav {
}

    .right_nav a i {
        float: left;
    }

    .right_nav a span {
        color: #989999;
        float: left;
        padding-top: 2px;
    }

    .right_nav a {
        padding: 0px 11px;
        float: left;
        font-size: 12px;
        font-weight: bold;
        border-right: 1px solid #ccc;
        margin-top: 5px;
    }

        .right_nav a:last-child {
            border: none;
        }

.table > thead > tr > th {
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    vertical-align: top;
}

.table > tbody > tr > td {
    font-size: 13px;
    color: #000;
    vertical-align: middle;
}

    .table > tbody > tr > td a {
        color: #1c7ae3;
        padding: 5px;
        font-size: 13px;
    }


.pagenation {
    float: right;
    list-style: none;
    margin: 10px;
}

    .pagenation li {
        float: left;
    }

        .pagenation li a {
            border-radius: 50px;
            min-width: 20px;
            height: 20px;
            float: left;
            margin: 3px;
            line-height: 21px;
            text-align: center;
            font-size: 13px;
            color: #727272;
        }

            .pagenation li.active a,
            .pagenation li a:hover {
                background: #3cafe8;
                color: #fff;
            }

        .pagenation li:last-child a {
            padding: 0 10px;
        }

        .pagenation li:first-child a {
            padding: 0 10px;
        }



.filters_close.left_0 {
    left: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.table_Child {
    display: none;
    background: #fbf6e9;
}

.table_parent td span {
    height: 20px;
    position: relative;
    width: 20px;
    display: block;
}

    .table_parent td span:hover {
        background: #f2f2f2;
    }

.open span.icons_collpas:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "\f078";
    font-family: FontAwesome;
    font-size: 13px;
    text-align: center;
    color: #389796;
    width: 18px;
}

span.icons_collpas:before {
    position: absolute;
    left: 1px;
    top: 1px;
    content: "\f054";
    font-family: FontAwesome;
    font-size: 13px;
    text-align: center;
    color: #389796;
    width: 18px;
}

.icons_collpas {
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 3px;
}


#tbldata textarea.form-control {
    height: 40px;
}

    #tbldata textarea.form-control:hover {
        height: 180px;
    }

textarea.form-control {
    height: 100px;
}


.itnotes textarea.form-control:hover {
    height: 180px;
}

.itnotes .txtareacol {
    width: 550px;
}

button.add_ans_btn {
    border: 1px solid #a8a8a8;
    background: #fff;
    padding: 3px 15px 3px 30px;
    border-radius: 58px;
    color: #a8a8a8;
    position: relative;
    overflow: hidden;
}

.add_ans_btn span {
    font-size: 25px;
    float: left;
    line-height: 20px;
    left: 12px;
    position: absolute;
}

button.add_ans_btn:before {
    content: '';
    position: absolute;
    background: rgba(0,0,0,.1);
    border-radius: 100%;
    width: 0%;
    height: 10px;
    left: 0;
    bottom: -100px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

button.add_ans_btn:hover:before {
    width: 100%;
    height: 100px;
    left: 0;
    bottom: -40px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.reapting_div {
    position: relative;
    float: left;
}

span.removedata {
    position: absolute;
    right: -30px;
    cursor: pointer;
    color: #5f5e5e;
    line-height: 28px;
    width: 30px;
    font-weight: bold;
}

.gray_header {
    background: #eeeeee;
    padding: 10px;
    display: block;
    width: 100%;
}

    .gray_header h2 {
        font-size: 18px;
        font-weight: bold;
        margin: 0;
        padding: 0;
        line-height: 22px;
        color: #000;
    }

        .gray_header h2 span {
            font-weight: normal;
        }

textarea.form-control.small {
    height: 70px;
}

select.form-control.multiselect {
    height: 210px;
}

.multiselect > optgroup {
    font-weight: normal;
    text-transform: uppercase;
    color: #5b9ff2;
    font-size: 12px;
}

    .multiselect > optgroup > option,
    .multiselect > option {
        text-transform: none;
        color: #555;
        font-size: 14px;
    }

.multiselect option:after, .multiselect option:before {
    content: " ";
}

.datetimepicker.datetimepicker-dropdown-bottom-right.dropdown-menu {
    width: auto;
    margin-top: 80px;
}

.small_label .form-group label {
    font-size: 12px;
    color: #727272;
}

.input-group.date.form_date.date_style {
    border: 1px solid #c9c9c9;
    border-radius: 5px;
}

.date_style input.form-control {
    background: #fff;
    border: none;
}

.date_style span.input-group-addon {
    background: #fff;
    border: none;
    color: #727272;
}


.custom_border_top {
    border-top: 2px solid #eff1f1;
    float: left;
    width: 100%;
}

.custom_table tr > td,
.custom_table tr > th {
    vertical-align: middle !important;
}

.custom_table tr td:first-child {
    border: none !important;
}

.custom_table tr.border_custom td,
.custom_table tr.border_custom td:first-child {
    border-bottom: 1px solid #cbebe8 !important;
}

.header_blue {
    /* min-height: 80px; */
    width: 100%;
    z-index: 1;
    position: relative;
    background-size: cover;
    border-radius: 3px;
    margin-bottom: 15px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 3px 12px #00000029;
    border: 1px solid #CBCBCB;
}


.header_blueperformance {
    background: url(../../../Images/bg_header.png) no-repeat center;
    min-height: 80px;
    width: 100%;
    z-index: 1;
    position: relative;
    background-size: cover;
    display: table;
    padding: 10px 5px;
    box-shadow: 0px 7px 9px rgba(0,0,0,.3);
    border-radius: 3px;
    margin-bottom: 15px;
}


.header_blue .form-group {
    margin: 0;
}

    .header_blue .form-group label {
        color: #3B3B3B;
        padding-top: 20px;
        font-weight: bold;
    }

.header_blue .form-control-static {
    color: #fff;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
}


.dark_contaner {
    padding: 10px;
    float: left;
    width: 90%;
    border-radius: 5px;
    background: rgba(0,0,0,.2);
    margin: 10px;
}

    .dark_contaner h3 {
        float: left;
        font-size: 20px;
        color: #fff;
        font-weight: bold;
        margin: 0;
        line-height: 25px;
    }

    .dark_contaner > span {
        float: right;
        background: rgba(255,255,255,.5);
        display: block;
        color: #385960;
        padding: 5px;
        border-radius: 4px;
        font-size: 13px;
    }

    .dark_contaner ul {
        padding: 0;
        margin: 0;
        list-style: none;
        clear: both;
    }

        .dark_contaner ul li {
            float: left;
            width: 50%;
            padding: 5px 0;
        }

            .dark_contaner ul li i {
                display: inline-block;
                color: #fff;
                background: #076e80;
                border-radius: 16px;
                width: 25px;
                height: 25px;
                text-align: center;
                font-style: normal;
                line-height: 26px;
            }

            .dark_contaner ul li span {
                color: #fff;
                position: relative;
                left: 10px;
            }

.header {
    position: relative;
    /*top: -16px;  removed on 18th Feb 2019 for cdesign changes*/
}

.text-green {
    color: #32b2a8;
}

.table > thead > tr > th.border_green_top {
    border-top: 4px solid #32b2a8 !important;
}

.text-blue {
    color: #26a9c6;
}

.table > thead > tr > th.border_blue_top {
    border-top: 4px solid #26a9c6 !important;
    position: relative;
}

.text-blue:before {
    content: '';
    width: 15PX;
    height: 5px;
    background: rgb(255, 255, 255);
    position: absolute;
    left: -10px;
    top: -5px;
}

.table textarea.form-control {
    height: 30px;
    resize: none;
}

    .table textarea.form-control:focus {
        height: 60px;
    }

.reset_btn_large {
    padding: 7px 20px;
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #3ec8de;
    border-radius: 20px !important;
    color: #959596;
}

.submit_btn {
    padding: 7px 20px;
    text-transform: uppercase;
    background: #002758;
    border-radius: 20px !important;
    color: #fff;
    border: none;
    background: -moz-linear-gradient(left, #002758 0%, #01c1ee 100%);
    -webkit-linear-gradient(left, #002758 0%,#01c1ee 100%);
    background: linear-gradient(to right, #002758 0%,#01c1ee 100%);
    filter: rogid:DXImageTransform.Microsoft.gradient( startColorstr='#002758', endColorstr='#01c1ee',GradientType=1 );
}

.header_inlinefields {
    display: table;
    width: 100%;
}

.header_blue .header_inlinefields .form-group {
    width: 10%;
    float: left;
    margin-left: 1.8%;
    display: table-cell;
    vertical-align: middle;
}

.header_blue .header_inlinefields label {
    display: block;
    padding-top: 10px;
    font-size: 13px;
}

.header_blue .header_inlinefields.inline_6 .form-group {
    width: 13%;
    height: 70px;
}

    .header_blue .header_inlinefields.inline_6 .form-group.extra_width {
        width: 16%;
    }

/* 25th march 2019*/
.Assessment_header_contaner .form-control {
    height: 32px;
}

.Assessment_header_contaner .btn-group,
.Assessment_header_contaner .btn-group-vertical,
.Assessment_header_contaner .btn-group > .btn:first-child {
    height: 35px;
}
/* end 25th march 2019*/

.btn-group,
.btn-group-vertical,
.btn-group > .btn:first-child {
    width: 100%;
}

span.multiselect-selected-text {
    width: 97%;
    overflow: hidden;
    float: left;
    text-align: left;
}


.all_fields .dropdown-menu {
    width: 400px;
    margin-left: -30px;
}

.all_fields .multiselect-container > li {
    float: left;
    width: 50%;
    font-size: 13px;
}

    .all_fields .multiselect-container > li > a > label.radio,
    .all_fields .multiselect-container > li > a > label.checkbox {
        margin: 0;
        padding-top: 7px;
        color: #544a4a;
        padding-bottom: 7px;
    }

    .all_fields .multiselect-container > li.active > a {
        background: #f1f1f1;
    }

.outer_dashboard_header {
    padding: 0 20px;
    display: table;
    width: 100%;
    margin: -20px 0;
}

.table small {
    display: block;
    font-weight: normal;
}

.search_contaner {
    float: left;
    background: #fff;
    width: 50%;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
}

    .search_contaner input {
        border: 2px solid #dcdcdc;
        width: 100%;
        border-radius: 50px;
        padding: 5px;
        padding-left: 30px;
    }

    .search_contaner i {
        position: absolute;
        top: 10px;
        left: 10px;
        color: #cccccc;
    }



/*****************************/
.dashboad_body {
    padding: 0;
}

.GITheWall {
    position: relative;
}

.white_bg_list {
    overflow: hidden;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0,0,0,.1);
}

.left_contaner_list {
    width: 65%;
    float: left;
}

.GI_TW_pointer {
    display: none;
}

.right_contaner_list {
    width: 35%;
    float: left;
    padding-left: 10px;
}

    .left_contaner_list label,
    .right_contaner_list label {
        font-size: 13px;
        font-weight: normal;
        color: #a3a3a3;
    }

    .left_contaner_list h3,
    .right_contaner_list h3 {
        margin: 0;
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 15px;
        font-weight: bold;
        color: #000;
        overflow-wrap: break-word;
    }

.shape_circle {
    width: 30px;
    height: 30px;
    background: #fff;
    /*border: 6px solid #ccc;*/
    border-radius: 20px;
    margin: 20px auto 0;
}

.green_border {
    border-color: #4acc8d;
}

.yellow_border {
    border-color: #fece45;
}

.red_border {
    border-color: #fc9188;
}


li.fade_filtes {
    opacity: .3;
}

.white_bg_list {
    margin-bottom: 10px;
}

.table_custom_style > thead > tr > th {
    background: #f2f2f2;
    color: #858585;
    border: none;
    vertical-align: top;
}

.span_style span {
    font-size: 12px;
    font-weight: normal;
}

    .span_style span i {
        width: 15px;
        height: 15px;
        background: #d9d9d9;
        position: relative;
        left: -5px;
        display: inline-block;
        border-radius: 10px;
        color: #616161;
        font-style: normal;
    }

.table_custom_style {
    margin-top: 10px;
}

    .table_custom_style .shape_circle {
        margin-top: 0;
    }

.GI_TW_expander .GI_TW_close {
    opacity: .4;
}

    .GI_TW_expander .GI_TW_close:hover {
        opacity: .9;
    }

/* Assesment-Phase-- changes done on 20th Feb for design changes */
.header_blue.assesment_phase_header {
    padding: 15px 5px;
    margin-bottom: 30px;
}

    .header_blue.assesment_phase_header .header_inlinefields .form-group {
        width: auto;
        position: relative;
    }

    .header_blue.assesment_phase_header .header_inlinefields label {
        display: inline-block;
        padding-top: 0px;
        font-size: 13px;
        line-height: 30px;
        padding-left: 0;
        float: left;
        margin-right: 5px;
    }

    .header_blue.assesment_phase_header .form-control {
        margin-bottom: 0px;
        display: inline-block;
        width: 150px;
        margin-right: -10px;
        /*background-color: #cbd6d7;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
        box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
        background-image: url(../../../Images/clender.png);
        background-repeat: no-repeat;
        background-position: 96%;
        float: none;*/
    }

    .header_blue.assesment_phase_header .input-group {
        display: inline-block;
        width: auto;
        overflow: hidden;
    }

    .header_blue.assesment_phase_header .radio-inline input[type="radio"] {
        margin-top: 9px\9;
        margin-top: 9px;
    }

.assesmwnt_phase_body {
    margin-top: 20px;
}

.Legends_container {
    padding: 0px;
}

    .Legends_container ul {
        padding: 0px;
        margin: 0px;
    }

        .Legends_container ul li {
            list-style: none;
            display: inline-block;
            margin-right: 15px;
            line-height: 20px;
            color: #696969;
        }

            .Legends_container ul li .fa {
                color: #757575;
                font-size: 22px;
            }

.status_sign {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    display: inline-block;
}

.upcoming_crcl {
    background: #f5b825;
}

.open_crcl {
    background: #fc806c;
}

.closed_crcl {
    background: #71ca67;
}

.table_parent td.upcoming_td {
    background: #fdf8ec;
    text-align: center;
    padding: 8px 0px;
}

.table_parent td.open_td {
    background: #fdf2f0;
    text-align: center;
    padding: 8px 0px;
}

.table_parent td.closed_td {
    background: #f2f9f1;
    text-align: center;
    padding: 10px 0px;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    width: 250px;
}

.child_table {
    background: #f5fafb;
    border: 2px solid #12accf !important;
    border-top: 2px solid #12accf !important;
    padding: 0 !important;
}

    .child_table .table > thead > tr > th {
        vertical-align: top;
        color: #545656;
    }

    .child_table .table > tbody > tr > td {
        color: #545656;
    }

    .child_table .table > thead > tr > th, .child_table .table > tbody > tr > td {
        white-space: normal;
        line-height: 22px;
        background: transparent;
        min-width: 110px;
        font-size: 13px;
    }

        .child_table .table > tbody > tr > td p {
            margin: 0px;
        }

        .child_table .table > tbody > tr > td.opentxt p {
            color: #fc806c;
        }

        .child_table .table > tbody > tr > td.closedtxt p {
            color: #71ca67;
        }

        .child_table .table > tbody > tr > td.upcomingtxt p {
            color: #f5b825;
        }

.table > tbody > tr > td a.selected_Legend {
    width: 22px;
    height: 22px;
    background: #12accf;
    color: #fff;
    border-radius: 100%;
    display: inline-block;
    line-height: 24px;
    position: relative;
    text-align: center;
    padding: 0;
}

    .table > tbody > tr > td a.selected_Legend:after {
        content: "";
        height: 10px;
        background: #12accf;
        width: 3px;
        position: absolute;
        top: 100%;
        left: 10px;
    }

.table_Child.open {
    display: table-row;
}

.table_parent td {
    padding: 8px;
}




/*  Edit by Meenakshi for comment box */
.successmessage {
    background-color: #239A03;
    top: -73px;
}

.messagetop h3 {
    margin: 0 0 5px;
    color: #ffffff;
    line-height: 17px;
    font-size: 22px;
}

.messagetop p {
    margin: 0px;
}

/*Validation Box Start*/
.lightbox {
    /* background-image: url("data:application/octet-stream;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABGdBTUEAALGPC/xhBQAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTFH80I3AAAADUlEQVQYV2NgYGCoBwAAhACAEozAVQAAAABJRU5ErkJggg==");*/
    background: rgba(0,0,0,0.7);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999999;
}

.messagetop {
    color: #fff;
    left: 0px;
    padding: 10px 0px;
    position: fixed;
    width: 100%;
    z-index: 999999;
    text-align: center;
    background: #25a197;
}

.message_box_outer {
    display: block;
    margin: 12% auto auto;
    vertical-align: middle;
}

.dialog_box {
    border-radius: 5px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 500px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.5);
    max-width: 100%;
}

.errorvalidation {
    background: rgb(236,148,44);
    color: #fff;
    float: left;
    font-size: 1em;
    font-weight: bold;
    width: 100%;
}

.confirmvalidation {
    background: none repeat scroll 0 0 #FF9A58;
    color: #fff;
    float: left;
    font-size: 1em;
    font-weight: bold;
    width: 100%;
}

.infovalidation {
    background: none repeat scroll 0 0 #35ADD5;
    color: #fff;
    float: left;
    font-size: 1em;
    font-weight: bold;
    width: 100%;
}

.successvalidation {
    background: none repeat scroll 0 0 #39BA80;
    color: #fff;
    float: left;
    font-size: 1em;
    font-weight: bold;
    width: 100%;
}

.title_line {
    float: left;
    margin: 10px 0 10px 10px;
    text-align: left;
    width: 90%;
}

.content_box {
    width: 100%;
    padding: 10px;
    background: none repeat scroll 0 0 #fff;
    float: left;
    max-height: 500px;
    overflow: auto;
    text-align: left;
}

    .content_box ul {
        color: #e69171;
        list-style-type: square;
    }

    .content_box li {
        color: #555;
        padding: 0 0 0 20px;
        /*background: url('/Images/blackcheck.png') no-repeat scroll left top;*/
    }

.msg_footer {
    background: none repeat scroll 0 0 #fff;
    border-top: 1px solid #eee;
    float: left;
    padding: 5px 0;
    width: 100%;
}

.ligntbox_error_button {
    background: rgb(236,148,44);
}

.ligntbox_info_button {
    background: none repeat scroll 0 0 #35ADD5;
}

.ligntbox_success_button {
    background: none repeat scroll 0 0 #39BA80;
}

.lightbox_footer_close_btn {
    cursor: pointer;
    float: right;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    margin: 0 10px 0 0;
    padding: 3px 10px;
    outline: none;
}

    .lightbox_footer_close_btn:hover, .lightbox_footer_close_btn:focus {
        color: #fff;
    }
/*Confirm Box*/
#confirmOverlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    /*background-image: url("data:application/octet-stream;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABGdBTUEAALGPC/xhBQAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTFH80I3AAAADUlEQVQYV2NgYGCoBwAAhACAEozAVQAAAABJRU5ErkJggg==");*/
    background: rgba(0,0,0,0.7);
    z-index: 999999;
}

#confirmBox {
    height: 194px;
    font-family: Trebuchet MS;
    background: #ffffff;
    border: 1px solid #666666;
    left: 50%;
    margin: -130px 0 0 -171px;
    position: fixed;
    top: 50%;
    width: 460px;
    border-radius: 5px;
    max-width: 95%;
}

    #confirmBox h1 {
        margin: 0;
        background-color: #666666;
        border-bottom: 1px solid #D3D3D3;
        color: #ffffff;
        font-size: 1em;
        line-height: normal;
        font-weight: bold;
        padding: 10px 10px;
    }

    #confirmBox p {
        background: none;
        font-size: 15px;
        padding-top: 5px;
        padding: 10px 20px;
        color: #555555;
    }

#confirmButtons {
    text-align: center;
}

#confirmBox .button {
    color: #FFFFFF;
    display: inline-block;
    font: 17px/33px 'Cuprum', 'Lucida Sans Unicode', 'Lucida Grande',sans-serif;
    height: 33px;
    margin-right: 13px;
    padding: 0 19px 0 22px;
    position: relative;
    text-decoration: none;
    border-radius: 30px;
}

#confirmBox .blue {
    background-color: #01c1ee;
    margin-left: 2px;
}

#confirmBox .gray {
    background-color: #BCBCBC;
}

.Location_multiple {
    width: 100%;
}

    .Location_multiple .btn-group > .btn:first-child {
        width: 100%;
        height: 31px;
        max-width: 100%;
    }

    .Location_multiple .btn-group > .btn {
        background-color: #fff;
        border: 1px solid #ccc;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    }

        .Location_multiple .btn-group > .btn:hover {
            background-color: #fff;
            border: 1px solid #ccc;
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        }

        .Location_multiple .btn-group > .btn:focus {
            border-color: #30a09d;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(17, 191, 216, 0.71);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(17, 191, 216, 0.71);
            background-color: #fff;
        }

    .Location_multiple span.multiselect-selected-text {
        width: 100%;
        text-align: left;
    }

    .Location_multiple .form-control.multiselect-search {
        height: 34px;
        width: 100%;
    }

    .Location_multiple .multiselect-container > li > a > label.radio, .multiselect-container > li.active > a > label.checkbox {
        background: #01c1ee;
        color: #fff;
    }

.multiselect-container > li > a > label.checkbox, .multiselect-container > li.active > a > label.checkbox {
    white-space: normal;
    font-size: 13px;
}




.table_custom {
    border-left: 1px solid #9c9c9c;
    border-top: 1px solid #9c9c9c;
    float: none !important;
    margin: 30px auto 22px 2%;
}

    .table_custom td {
        border-bottom: 1px solid #9c9c9c;
        border-right: 1px solid #9c9c9c;
        color: #525252;
        padding: 10px;
        text-align: center;
    }

.table_custom_cursor {
    cursor: pointer;
}

.table_custom thead tr {
    border-left: 1px solid #9c9c9c;
    border-right: 1px solid #9c9c9c;
}

.table_custom th {
    background: #32b2e3 none repeat scroll 0 0;
    border-right: 1px solid #9c9c9c;
    color: #fff;
    font-size: 14px;
    padding: 10px;
}

.table_custom a {
    color: #000000;
    text-decoration: underline;
}

ul.simple-pagination {
    list-style: none;
}

.custompaging {
    padding: 0 10px 10px 0;
    color: #555454;
}

    .custompaging a.current {
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, white 0%, #e1e1e1 100%) repeat scroll 0 0;
        border: 1px solid #cacaca;
        color: #000000 !important;
        padding: 4px;
    }

    .custompaging a {
        color: black;
        font-weight: bold;
        text-decoration: none;
    }

.customshowing {
    color: #5f5f5f;
    font-size: 12px;
    font-weight: bold;
    padding-left: 25px;
    padding-top: 16px;
    float: left;
}

.simple-pagination {
    overflow: hidden;
    padding: 0 25px 10px 0;
    margin: 0;
    float: right;
}

    .simple-pagination ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .simple-pagination li {
        list-style: none;
        padding: 0;
        margin: 0;
        float: left;
    }


    .simple-pagination .pagenation {
        float: right;
        list-style: none;
        margin: 10px;
    }

        .simple-pagination .pagenation li {
            float: left;
        }

            .simple-pagination .pagenation li span {
                border-radius: 50px;
                min-width: 20px;
                height: 20px;
                float: left;
                margin: 3px;
                line-height: 21px;
                text-align: center;
                font-size: 13px;
                color: #727272;
            }

                .simple-pagination .pagenation li.active span,
                .simple-pagination .pagenation li span:hover {
                    background: #3cafe8;
                    color: #fff;
                }

            .simple-pagination .pagenation li:last-child span {
                padding: 0 10px;
            }

.disabled a {
    color: #cccccc !important;
}

    .disabled a:hover {
        color: #cccccc !important;
        background: none !important;
    }


/*------------------------------------*\
	Light Theme Styles
\*------------------------------------*/
.light-theme a, .light-theme span {
    float: left;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #BBB;
    min-width: 14px;
    padding: 0 7px;
    margin: 0 5px 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
}

    .light-theme a:hover {
        text-decoration: none;
        background: #FCFCFC;
    }

.light-theme .current {
    background: #666;
    color: #FFF;
    border-color: #444;
    box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
    cursor: default;
}

.light-theme .currentnext {
    background: #666;
    color: #FFF;
    border-color: #444;
    box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
    cursor: default;
}

.light-theme .ellipse {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: bold;
    cursor: default;
}

.Question_tabing {
    padding: 3px 30px;
    background: transparent;
}

    .Question_tabing.w2ui-tabs .w2ui-tab {
        padding: 10px 20px;
        font-size: 13px;
    }


.dropdown.user_profile.open input {
    border: 0px;
    background: transparent;
}


.jNotify {
    background: #2c2c2c none repeat scroll 0 0;
    border-radius: 5px;
    bottom: 0;
    color: #fff;
    font-family: Verdana;
    font-size: 12px;
    margin: 0 2px 2px 0;
    opacity: 0.7;
    padding: 17px;
    position: fixed;
    right: 0;
    width: auto;
    z-index: 999999;
    max-width: 100%;
}


    .jNotify img {
        width: 50px;
    }

    .jNotify span {
        font-size: 11px;
        color: #36dc01;
        cursor: pointer;
        float: right;
    }


.upload_btn {
    position: relative;
    width: 26px;
    height: 20px;
    color: black;
    font-size: 25px;
    display: inline-block;
    overflow: hidden;
    margin: 0px 0px 0px 5px;
}

    .upload_btn:hover {
        color: #32b2a8;
    }

    .upload_btn .upload_i {
        position: absolute;
        top: 0;
    }

    .upload_btn input[type="file"] {
        background: transparent;
        width: 100%;
        height: 20px;
        line-height: 20px;
        z-index: 9;
        position: relative;
        padding: 0;
        border: 0;
        opacity: 0;
        font-size: 0px;
        cursor: pointer;
    }


.table > tbody > tr > td a.downloadfile_btn {
    position: relative;
    width: 30px;
    height: 30px;
    font-size: 25px;
    display: inline-block;
    top: 10px;
    padding: 0px;
    overflow: hidden;
    color: #000000;
    margin: 0px 5px;
}

    .table > tbody > tr > td a.downloadfile_btn:hover {
        color: #32b2a8;
    }


    .table > tbody > tr > td a.downloadfile_btn .download_i {
        display: block;
        float: right;
    }


.reapting_div .form-control {
    display: inline-block;
    height: 30px;
    padding: 5px 7px;
    width: auto;
    margin-right: 10px;
}



.remove_answer {
    width: 20px;
    height: 20px;
    background: #cccccc;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    line-height: 23px;
    margin-left: 5px;
    color: #000000;
    cursor: pointer;
}

    .remove_answer:hover {
        background: #000000;
        color: #ffffff;
    }

.modal-content, .modal-header, .modal-body, .modal-footer {
    float: left;
    width: 100%;
}

.Description_col {
    width: 500px;
}

.table_parent td.Description_col span {
    width: auto;
    height: auto;
    display: block !important;
}

.modal-backdrop {
    z-index: 999999;
}

.modal {
    z-index: 9999999;
}

.edit-disable {
    color: #cccccc;
    cursor: context-menu;
}


.info_text_lenth {
    font-size: 11px;
    color: #cccccc;
    margin: 5px 0;
    display: inline-block;
    width: 100%;
    text-align: right;
}


tr.Ass_required {
    border-left: 2px solid red !important;
}

.ass_desc {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    background: #f1f1f1;
    padding: 15px;
}

.divAssessments_container {
    max-height: 320px;
    overflow-y: auto;
    background: #f7f7f7;
    padding: 15px;
    margin-bottom: 15px;
}

.page-navigation {
    overflow: hidden;
    padding: 0 25px 10px 0;
    margin: 0;
    float: right;
}

    .page-navigation a {
        /*display: inline-block;
        padding: 3px 10px;
        color: #ffffff;
        background-color: #70b7ec;
        border-radius: 5px;
        text-decoration: none;
        font-weight: bold;*/
        list-style: none;
        padding: 0;
        margin: 0;
        float: left;
        border-radius: 50px;
        min-width: 20px;
        height: 20px;
        float: left;
        margin: 3px;
        line-height: 21px;
        text-align: center;
        font-size: 13px;
        color: #727272;
    }

        .page-navigation a[data-selected], .page-navigation a:hover {
            background: #3cafe8;
            color: #fff;
        }

/*.pagenation li.active a, .pagenation li a:hover {
    background: #3cafe8;
    color: #fff;
}*/
.divCustomizeQuestion_container {
    max-height: 500px;
    overflow-y: auto;
}


.Assessment_filter {
    background: transparent;
    padding: 0;
    box-shadow: none;
    border-radius: 3px;
}

.Assessment_header_contaner {
    padding: 10px;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 3px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 3px 12px #00000029;
    border: 1px solid #CBCBCB;
    background-repeat: no-repeat;
    background-size: cover;
}

    .Assessment_header_contaner label.colorlabel {
        color: #3B3B3B !important;
        font-size: 13px;
        margin-bottom: 3px;
        padding: 0px;
        font-weight: 900;
        font-family: 'Lato';
    }

    .Assessment_header_contaner .three_boxees .multiselect.dropdown-toggle {
        text-align: left;
        color: #555;
        height: 30px;
        padding: 5px 7px;
    }

        .Assessment_header_contaner .three_boxees .multiselect.dropdown-toggle:hover, .Assessment_header_contaner .three_boxees .multiselect.dropdown-toggle:active, .Assessment_header_contaner .three_boxees .open .multiselect.dropdown-toggle {
            background: #fff;
            border-color: #cccccc;
            box-shadow: none;
        }

        .Assessment_header_contaner .three_boxees .multiselect.dropdown-toggle .caret {
            margin-left: 0;
            float: right;
            display: inline-block;
            margin-top: -14px;
            border-top: 5px dashed;
            border-top: 5px solid\9;
            border-right: 3px solid transparent;
            border-left: 3px solid transparent;
        }

        .Assessment_header_contaner .three_boxees .multiselect.dropdown-toggle:focus {
            border-color: #30a09d;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(17, 191, 216, 0.71);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(17, 191, 216, 0.71);
        }



.capitalize {
    text-transform: capitalize;
}





/*Fixing site assessment design issue on 09_01_2017*/
#divTableDetail #tbldata th.fixed_width {
    min-width: 160px;
}

#divTableDetail #tbldata_wrapper th.fixed_width {
    min-width: 160px;
}

#divTableDetail #tbldata th.big_width {
    min-width: 260px;
}

#divTableDetail #tbldata_wrapper th.big_width {
    min-width: 260px;
}

.div_download {
    display: inline-block;
}


.delete_div {
    display: inline-block;
    overflow: hidden;
    margin: 0px 0px 0px 5px;
}

.disable-text label {
    color: #c7c7c7;
}

.indicator {
    vertical-align: top;
    padding: 3px 2px 0 0;
}

/*.dedicated-div { position:relative; top: 17px;}
.dedicated-cross { position:absolute; height:10px; width:10px; top:5px; right:4px;}*/



/* Ensure that the demo table scrolls */

table.dataTable, table.dataTable th, table.dataTable td {
    white-space: nowrap;
    vertical-align: top;
}

.custom-table th, td {
    white-space: nowrap;
    background: #fff;
    text-align: left;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background: #fff !important;
}

table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3 {
    background: #fff !important;
}




div.dataTables_wrapper {
    width: 100%;
    margin: 0 auto;
}

div.DTFC_Blocker {
    background-color: white;
}

div.DTFC_LeftWrapper table.dataTable.no-footer, div.DTFC_RightWrapper table.dataTable.no-footer {
    border-bottom: none;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none !important;
    /* font-size: 9pt;  added on 18th Feb 2019 for design changes*/
}

#divTableDetail {
    font-size: 9pt; /*added on 18th Feb 2019 for design changes*/
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #ccc !important;
}

#MainPagingdivTableDetail {
    border-top: solid 1px #ccc;
}

.required .control-label:after {
    content: " *";
    color: red;
}

.nodata {
    text-align: center;
    padding: 20px 0 0 0 !important;
}

.tble_outr_scroll {
    overflow-x: auto;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

    .tble_outr_scroll table {
        margin: 0px;
    }

.table-responsive {
    max-width: 100%;
}

.innertablebg {
    background: #fbf6e9;
}

.tableAuditInventory td {
    white-space: normal;
}

.table-responsive.tableAuditInventory .table > thead > tr > th {
    font-size: 14px;
    color: #333333;
    vertical-align: top;
}

.table-responsive.tableAuditInventory .table > tbody > tr > td .tble_outr_scroll th, .table-responsive.tableAuditInventory .table > tbody > tr > td .tble_outr_scroll td {
    background: #ffffff;
}

.table-responsive.tableAuditInventory .table > tbody > tr > td {
    vertical-align: top;
}

.table-responsive.tableAuditInventory .table .table_Child th, .table-responsive.tableAuditInventory .table .table_Child td {
    font-size: 13px;
    padding: 5px;
}

.logchangepassword .dropdown-toggle {
    /*margin: 0px 0px 0px 20px;*/
    font-size: 17px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    position: relative;
    bottom: -5px;
    width: 30px;
}


    .logchangepassword .dropdown-toggle:hover {
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #3d71a0;
        border-radius: 7px;
        /* opacity: 0.19; */
        color: #fff;
    }

.logchangepassword .L_C_button {
    float: left;
    width: 100%;
    text-align: left;
    margin: 2px 0px;
    border: 0px;
    background: #f1f1f1;
    padding: 3px 10px;
}

    .logchangepassword .L_C_button:hover {
        color: #ffffff;
        background: #002758;
        background: -moz-linear-gradient(left, #002758 0%, #01c1ee 100%);
        -webkit-linear-radient(left, #002758 0%,#01c1ee 100%);
        background: linear-gradient(to right, #002758 0%,#01c1ee 100%);
        filter: rogid:DXImageTransform.Microsoft.gradient( startColorstr='#002758', endColorstr='#01c1ee',GradientType=1 );
    }


.table > tbody > tr > td a.edit-disable {
    color: #cccccc;
}


.map_table .table.dataTable, .map_table table.dataTable th, .map_table table.dataTable td {
    white-space: normal;
    vertical-align: top;
}

.map_table .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
    vertical-align: top;
}

.map_table table.dataTable thead .sorting, .map_table table.dataTable thead .sorting_asc, .map_table table.dataTable thead .sorting_desc, .map_table table.dataTable thead .sorting_asc_disabled, .map_table table.dataTable thead .sorting_desc_disabled {
    background-position: right 13px;
}

.sitefooter {
    position: relative !important;
    /*bottom: 0;
    width: 100%;
    text-align: center;
    left: 0;
    font-size: 11px;
    color: #4e4e4e;
    height: 40px;
    line-height: 40px;
    float: left;
    font-weight: bold;*/
}

.page_note {
    float: left;
    width: 100%;
    padding: 10px 15px;
    background: lemonchiffon;
    margin: 15px 0;
}


.pagemin_content {
    float: left;
    width: 100%;
}

.table-responsive.multidrop_outer {
    float: left;
    width: 100%;
}
/*.multidrop_outer .multiselect-container {position: relative;top: 0;}


.table-responsive.multidrop_outer .btn-group, .table-responsive.multidrop_outer .btn-group-vertical, .table-responsive.multidrop_outer .btn-group > .btn:first-child
{height:auto;}

.table-responsive.multidrop_outer .table > tbody > tr > td {vertical-align: top;}*/


.open > .multiselect-container.dropdown-menu {
    max-height: 150px;
}


.multidrop_outer .table.dataTable, .multidrop_outer table.dataTable th, .multidrop_outer table.dataTable td {
    white-space: normal;
    vertical-align: top;
}

.multidrop_outer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
    vertical-align: top;
}

.multidrop_outer table.dataTable thead .sorting, .multidrop_outer table.dataTable thead .sorting_asc, .multidrop_outer table.dataTable thead .sorting_desc, .multidrop_outer table.dataTable thead .sorting_asc_disabled, .multidrop_outer table.dataTable thead .sorting_desc_disabled {
    background-position: right 13px;
}




.multidrop_outer table.dataTable {
    border-collapse: collapse;
}

.self_assesm_width {
    min-width: 250px !important;
}

.self_assesm_rating_width {
    width: 145px !important;
}

    .self_assesm_rating_width .form-control {
        max-width: 120px !important;
    }

.self_Compliance_width {
    min-width: 200px !important;
}

    .Location_multiple .self_Compliance_width .btn-group > .btn:first-child, .self_Compliance_width button.multiselect.dropdown-toggle, .self_Compliance_width select.form-control {
        width: 150px;
    }

.big_question_width {
    min-width: 310px;
}

.self_SubCategory_width {
    min-width: 140px;
}

.DownloadFiles {
    width: 100%;
}

    .DownloadFiles ul {
        padding: 0px;
        margin: 10px 0px;
    }

        .DownloadFiles ul li {
            list-style: none;
            display: inline-block;
            margin: 0px;
            border: 1px solid #dddddd;
            padding: 5px;
            border-radius: 3px;
            margin-right: 10px;
        }

            .DownloadFiles ul li div {
                float: left;
                width: 100%;
            }

            .DownloadFiles ul li input[type=checkbox], .DownloadFiles ul li input[type=radio] {
                margin: 0px;
                float: left;
                width: 100px;
                height: 70px;
                position: absolute;
                opacity: 0;
                cursor: pointer;
                z-index: 99;
            }

            .DownloadFiles ul li label {
                line-height: 20px;
                margin: 0;
                float: left;
            }

            .DownloadFiles ul li .imgicon {
                width: 100px;
                height: 70px;
                font-size: 70px;
                position: relative;
                text-align: center;
            }

                .DownloadFiles ul li .imgicon.fa-file-word {
                    color: #295595;
                }

                .DownloadFiles ul li .imgicon.fa-file-pdf {
                    color: #d10202;
                }

                .DownloadFiles ul li .imgicon.fa-file-image {
                    color: #42b4fc;
                }

                .DownloadFiles ul li .imgicon.fa-file-powerpoint {
                    color: #d44424;
                }

            .DownloadFiles ul li .imgicon1.fa-file-powerpoint {
                color: #57b194;
            }

            .DownloadFiles ul li .imgicon.fa-file-excel {
                color: #397C3F;
            }

            .DownloadFiles ul li .imgicon.fa-file-alt {
                color: #70bad0;
            }

            .DownloadFiles ul li .imgicon.fa-file {
                color: #57b194;
            }

            .DownloadFiles ul li .imgicon.fa-envelope {
                color: #42b4fc;
            }


            .DownloadFiles ul li p {
                margin: 7px 0px 7px 0px;
                padding: 0px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                width: 100px;
            }

            .DownloadFiles ul li.selectedbox {
                border: 1px solid #01c1ee;
                background: #30baaa;
            }

                .DownloadFiles ul li.selectedbox .imgicon.fa-file, .DownloadFiles ul li.selectedbox .imgicon.fa-file-alt, .DownloadFiles ul li.selectedbox .imgicon.fa-file-word, .DownloadFiles ul li.selectedbox .imgicon.fa-file-pdf, .DownloadFiles ul li.selectedbox .imgicon.fa-file-image, .DownloadFiles ul li.selectedbox .imgicon.fa-file-powerpoint, .DownloadFiles ul li.selectedbox .imgicon.fa-envelope, .DownloadFiles ul li.selectedbox .imgicon.fa-file-excel, .DownloadFiles ul li.selectedbox p {
                    color: #ffffff;
                }

            /*for safari added on 20th March 2019*/
            .DownloadFiles ul li .imgicon.fa-file-word-o {
                color: #295595;
            }

            .DownloadFiles ul li .imgicon.fa-file-pdf-o {
                color: #d10202;
            }

            .DownloadFiles ul li .imgicon.fa-file-image-o {
                color: #42b4fc;
            }

            .DownloadFiles ul li .imgicon.fa-file-powerpoint-o {
                color: #d44424;
            }

            .DownloadFiles ul li .imgicon1.fa-file-powerpoint-o {
                color: #57b194;
            }


            .DownloadFiles ul li .imgicon.fa-file-excel-o {
                color: #397C3F;
            }

            .DownloadFiles ul li .imgicon.fa-file-text-o {
                color: #70bad0;
            }

            .DownloadFiles ul li .imgicon.fa-file-o {
                color: #57b194;
            }

            .DownloadFiles ul li .imgicon.fa-envelope-o {
                color: #42b4fc;
            }


            .DownloadFiles ul li.selectedbox .imgicon.fa-file-o, .DownloadFiles ul li.selectedbox .imgicon.fa-file-text-o, .DownloadFiles ul li.selectedbox .imgicon.fa-file-word-o, .DownloadFiles ul li.selectedbox .imgicon.fa-file-pdf-o, .DownloadFiles ul li.selectedbox .imgicon.fa-file-image-o, .DownloadFiles ul li.selectedbox .imgicon.fa-file-powerpoint-o, .DownloadFiles ul li.selectedbox .imgicon.fa-envelope-o, .DownloadFiles ul li.selectedbox .imgicon.fa-file-excel-o, .DownloadFiles ul li.selectedbox p {
                color: #ffffff;
            }

#DownloadFiles .page_note {
    margin: 0px 0 15px 0;
}


.w2ui-reset table tr th, .w2ui-reset table tr td {
    background: transparent !important;
}

.audinplan_tb {
    padding: 0px;
}

.tab .tab-content {
    display: none;
}


.highlight {
    border: 2px solid red !important;
}

table.tableParent {
    border-spacing: 0;
    border-collapse: separate;
}

.borderStyle td {
    border-top: 1px solid #ddd !important;
}

.header.headrtabing {
    top: 0px;
}

.tabbing_heading {
    margin: 0 0 10px 0;
    font-size: 17px;
    color: #01c1ee;
    float: left;
    max-width: 80%;
    line-height: 24px;
}

.three_boxees .form-control {
    height: 30px;
}

.download {
    display: inline-block;
}

.blank_data {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    background: #ffffff;
    border-bottom: solid 2px #f1f1f1;
    padding: 0;
}

.upload_text strong {
    color: #01c1ee !important;
}


.fraud_tracker_form .form-group {
    margin-bottom: 0px;
    width: 25%;
    float: left;
    padding: 10px;
    min-height: 103px;
    position: relative;
}




.tableAuditInventory .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .tableAuditInventory .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .tableAuditInventory .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .tableAuditInventory .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
    vertical-align: top;
}

.table-responsive.fraud_table .table > tbody > tr > th, .table-responsive.fraud_table .table > tbody > tr > td {
    white-space: normal !important;
}

.DTFC_ScrollWrapper {
    height: auto !important;
}


.nodatafound {
    overflow: auto;
}

.reapting_div.masterauditcolumns {
    width: 100%;
}

    .reapting_div.masterauditcolumns .form-control {
        width: 100%;
    }

    .reapting_div.masterauditcolumns .form-group {
        position: relative;
    }

    .reapting_div.masterauditcolumns .remove_answer {
        width: 23px;
        height: 26px;
        background: #cccccc;
        font-size: 12px;
        display: inline-block;
        text-align: center;
        line-height: 28px;
        margin-left: 5px;
        color: #000000;
        cursor: pointer;
        position: absolute;
        top: 2px;
        right: 2px;
    }

.fraud_tracker_form .form-control[readonly], .fraud_tracker_form fieldset[disabled] .form-control {
    background-color: #ffffff;
    opacity: 1;
}

.Assessment_tableclose {
    background: #12accf;
    float: right;
    color: #ffffff !important;
    width: 25px;
    text-align: center;
    font-weight: bold;
    height: 25px;
    border-radius: 0 0 0 7px;
}

.date {
    z-index: 100;
}

.datepicker.customdatepicker {
    width: 100%;
    position: relative;
    padding: 0;
    background: #fff;
}

    .datepicker.customdatepicker .input-group-addon {
        position: absolute;
        right: 0;
        width: 40px;
        border: none;
    }



.datepicker.customdatepickerAuditProgram {
    width: 100%;
    position: relative;
    background: #fff;
}

    .datepicker.customdatepickerAuditProgram .input-group-addon {
        position: absolute;
        right: 10px;
        width: 40px;
        top: 8px;
    }


    .datepicker.customdatepicker .form-control, .datepicker.customdatepickerAuditProgram .form-control {
        background: transparent;
        padding-right: 40px;
        z-index: 9;
    }

.DTFC_LeftBodyLiner {
    overflow-y: hidden !important;
}

table.dataTable {
    min-width: 100% !important;
}

.GI_TW_Current {
    position: relative;
    z-index: 99;
}

    .GI_TW_Current .white_bg_list {
        border-bottom: 1px solid #fff !important;
        box-shadow: none;
        border-radius: 5px 5px 0 0;
    }



.D_box_heading {
    min-height: 55px;
}


.change_password {
    min-height: 80px;
    width: 100%;
    z-index: 9999;
    position: relative;
    top: 20px;
    background-size: cover;
    display: table;
    padding: 15px 15px;
    box-shadow: 0px 7px 9px rgba(0,0,0,.3);
    border-radius: 5px;
    color .: #ffffff;
    margin: 0px 0px 0px 0px;
    background-color: #F5F5F5;
    max-width: 550px;
    background-image: url(../../../Images/bg_header.png);
    background-repeat: no-repeat;
    background-position: center center;
    color: #ffffff;
}

    .change_password ul {
        padding: 0px 0px 0px 20px;
        list-style-position: inside;
    }

        .change_password ul li {
            list-style: disc;
            padding: 4px 0px;
        }

/*****************************Dashboard******************/
.header_blue h2 {
    color: #fff;
    font-size: 28px;
    padding-left: 20px;
    padding-bottom: 20px;
    float: left;
}

.header_blueperformance h2 {
    color: #fff;
    font-size: 28px;
    padding-left: 20px;
    padding-bottom: 20px;
    float: left;
}

.excel_white {
    float: right;
    padding: 5px 20px;
    color: #fff;
    font-weight: bold;
    opacity: .8;
    transition: all 500ms ease 0s;
    position: relative;
    top: 34px;
    right: 10px;
}

    .email_white span, .excel_white span {
        color: #fff;
    }

    .email_white:hover, .excel_white:hover {
        opacity: 1;
        transition: all 500ms ease 0s;
    }

.show_filters_trigger {
    border-top: 40px solid #555;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    height: 0;
    width: 170px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -85px;
    cursor: pointer;
}

    .show_filters_trigger span {
        position: relative;
        display: block;
        padding: 10px 6px 10px 14px;
        top: -39px;
    }

    .show_filters_trigger font {
        color: #fff;
        font-size: 15px;
        font-weight: bold;
    }

.header_Compliance {
    float: left;
    background: #e7edf0;
    width: 100%;
    border-radius: 7px 7px 0 0;
    padding: 5px 10px;
}

    .header_Compliance h4 {
        COLOR: #4f5152;
        font-size: 14px;
    }

.body_Compliance {
    border: 1px solid #f0f0f0;
    overflow: auto;
    border-top: 0;
    border-radius: 0 0 2px 2px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
    background: #fff;
    padding: 15px;
    height: calc(100% - 44px);
    min-height: 328px;
}

select.custom_dropdoen {
    margin-left: 8px;
    margin-top: 8px;
    border: 1px solid #999999;
    border-radius: 3px;
    width: auto;
    font-size: 12px;
    height: 21px;
}

.map_status_table {
    margin: 5 px 0;
}

    .map_status_table td,
    .map_status_table th {
        padding: 5px 4px;
        font-size: 13px;
        color: #000;
        /* white-space: nowrap;*/
        white-space: normal;
        vertical-align: top; /* added on 25th march*/
    }

    .map_status_table thead th {
        background: #f2f2f2;
    }

    .map_status_table tbody td {
        padding: 11px 4px;
    }

    .map_status_table tfoot td {
        background: #f2f2f2;
        font-weight: bold;
        padding: 13px 7px;
    }

    .map_status_table td:last-child,
    .map_status_table td:nth-child(even) {
        text-align: center;
    }

.contaner_tabs {
    background: #fff;
    padding: 5px;
}

.nav-tabs > li {
    margin-bottom: 0;
}

    .nav-tabs > li > a {
        background: #f3f2f2;
        border-radius: 0;
        margin: 0;
        font-size: 15px;
        padding: 10px 11px;
    }

ul.nav-tabs {
    border-bottom: 3px solid #5b9ad5;
    padding-left: 15px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #fff;
    background-color: #5b9ad5;
    border: 1px solid #5b9ad5;
    border-bottom-color: transparent;
    border-radius: 5px 5px 0 0;
}

.full_custom_table {
    margin: 10px;
}

    .full_custom_table th,
    .full_custom_table td {
        border-bottom: 1px solid #ccc;
        padding: 8px;
        font-size: 13px;
    }

    .full_custom_table tr:last-child td {
        border-bottom: none;
    }

.drop_down_fliter {
    margin: 15px;
}

    .drop_down_fliter label {
        font-size: 13px;
    }

    .drop_down_fliter select {
        padding: 2px;
        position: relative;
        left: 18px;
        border-radius: 4px;
        width: auto;
    }

.fliter_dd .multiselect.dropdown-toggle.btn.btn-default {
    width: 110px;
    text-align: left;
    background: #fff;
    padding: 0 6px;
    font-size: 12px;
    height: 22px;
    margin: 7px;
    border: 1px solid #999;
}

.fliter_dd .dropdown-menu > li > a {
    padding: 3px 0 3px 35px;
}

    .fliter_dd .dropdown-menu > li > a label {
        padding: 0;
        margin: 0;
        font-weight: normal;
        font-size: 12px;
        color: #000;
    }

.fliter_dd .dropdown-menu > li.active > a label {
    color: #fff;
}



.top_pop_down {
    position: absolute;
    z-index: 99999;
    width: 100%;
    top: -30px;
    margin-left: -15px;
}

.toggled .top_pop_down {
    margin-left: -20px;
}

.filters_contaner_search {
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 3px solid #002758;
    padding: 20px 40px;
    background: #002758; /* Old browsers */
    background: -moz-linear-gradient(left, #002758 1%, #01c1ee 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #002758 1%,#01c1ee 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #002758 0%,#01c1ee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002758', endColorstr='#01c1ee',GradientType=1 ); /* IE6-9 */
}

.hide_filters_trigger {
    border-top: 40px solid #4388cd;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    height: 0;
    width: 170px;
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -85px;
    cursor: pointer;
}

    .hide_filters_trigger span {
        position: relative;
        display: block;
        padding: 10px 6px 10px 14px;
        top: -39px;
    }

    .hide_filters_trigger font {
        color: #fff;
        font-size: 15px;
        font-weight: bold;
    }

.top_single {
    border-bottom: 2px solid rgba(255,255,255,.5);
    width: 100%;
    float: left;
}

.filter_headings {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
}

.checkbox label::before {
    width: 15px;
    height: 15px;
    border-radius: 0;
    top: 2px;
}

.checkbox label::after {
    display: none;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
    box-shadow: 0px 0px 0px 2px inset #fff;
    background: #47be78;
    border-color: #878787;
}

.checkbox.checkbox-primary {
    padding: 0px 27px;
    float: left;
    width: 100%;
    margin-bottom: 6px;
}

    .checkbox.checkbox-primary.active {
        background: #606e7b;
    }

        .checkbox.checkbox-primary.active label {
            color: #fff;
        }

.checkbox label {
    width: 100%;
    font-size: 12px;
}



.outr_bix {
    float: left;
    width: 25%;
    padding-bottom: 20px;
    position: relative;
}

.filter_options .mCSB_inside > .mCSB_container {
    margin-right: 0px;
}


.serch_btn_outr .btn.submit_btn_yellow {
    background: #f89f2c;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 8px 30px;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,.3);
    border: 0px;
    border-radius: 3px;
    width: 90%;
}

.serch_btn_outr .btn.cancel_btn {
    padding: 9px;
    text-transform: uppercase;
    background: none;
    color: #fff;
    text-decoration: underline;
    font-weight: normal;
    font-size: 15px;
    background: transparent;
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

body.remove_scroll {
    overflow: hidden !important;
}

.remove_after:after {
    display: none !important;
}

.multiselect-container .checkbox input[type="checkbox"] {
    opacity: 1;
}






.bootstrap-select > .dropdown-toggle, .bootstrap-select > .dropdown-toggle:hover {
    background: #ffffff;
    border: 1px solid #ededed;
    border-radius: 4px;
    box-shadow: none;
    color: #666666;
    display: block;
    font-size: 13px;
    padding: 6px 25px 6px 12px;
    font-weight: 500;
    line-height: 1.42857143;
}

.bootstrap-select .dropdown-toggle:focus {
    border: 1px solid #30a09d;
    outline: none !important;
    outline: none;
}

.btn-default:active, .btn-default.active, .bootstrap-select.open > .dropdown-toggle.btn-default {
    color: #666666;
    background-color: #ffffff;
    border-color: #ededed;
    box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
    padding: 3px 10px;
    white-space: inherit;
    word-break: break-all;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    left: 10px;
    margin-top: 6px;
    background: #ffffff;
    line-height: 10px;
    text-align: center;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-left: 15px;
}

.bootstrap-select.btn-group .dropdown-menu li a span.glyphicon-ok {
    position: absolute;
    display: inline-block;
    left: 10px;
    margin-top: 8px;
    width: 12px;
    height: 12px;
    border: 1px solid #777777;
    font-size: 8px;
    color: #7b7b7b;
}

    .bootstrap-select.btn-group .dropdown-menu li a span.glyphicon-ok:before {
        display: none;
    }

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark:before {
    display: block;
    margin-left: 1px;
}

.portal_table a.viewall {
    color: #30a09d;
    text-decoration: underline;
}

.bootstrap-select.btn-group .dropdown-menu li.selected a {
    background: #606e7b;
    color: #ffffff;
}

.serch_btn_outr {
    float: left;
    width: 100%;
}


.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 90%;
}

.bs-actionsbox .btn-group button, .bs-actionsbox .btn-group-vertical, .bs-actionsbox .btn-group > .btn:first-child {
    width: 50%;
}

.body_Compliance hr {
    margin-top: 7px;
    margin-bottom: 7px;
}
/*.highcharts-container, .highcharts-root {width:100%!important;}*/


.email_white {
    float: right;
    padding: 5px 20px;
    color: #fff;
    font-weight: bold;
    opacity: .8;
    transition: all 500ms ease 0s;
    position: relative;
    top: 34px;
    right: -10px;
}

.it_notes {
    padding: 0px 10px;
    font-weight: bold;
}

.search_container {
    padding-right: 0px;
}


.table_flow_outer {
    height: 500px;
    min-height: .01%;
    overflow-x: auto;
    max-width: 100%;
}

.custom_width_dropdown {
    width: 160px;
}


.bootstrap-select.dropdown .dropdown-menu > li > a {
    padding: 3px 10px 3px 30px;
    white-space: normal;
}

.bootstrap-select.dropdown .dropdown-menu li a span.glyphicon-ok, .bootstrap-select.dropdown.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    left: 10px;
    margin-top: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #777777;
    font-size: 8px;
    color: #7b7b7b;
    text-align: center;
    line-height: 9px;
    top: 7px;
    right: inherit;
}

    .bootstrap-select.dropdown .dropdown-menu li a span.glyphicon-ok:before {
        display: none;
    }

    .bootstrap-select.dropdown.show-tick .dropdown-menu li.selected a span.check-mark:before {
        display: block;
    }

.bootstrap-select.dropdown.show-tick .dropdown-menu li.selected a span.check-mark, .bootstrap-select.dropdown.show-tick .dropdown-menu li.active a span.check-mark {
    background: #ffffff;
}

.bootstrap-select.dropdown .dropdown-menu {
    padding: 0px;
}

.bootstrap-select.dropdown .dropdown-menu {
    width: auto;
    max-width: inherit;
    min-width: 100%;
}

    .bootstrap-select.dropdown .dropdown-menu li.selected a {
        background: #606e7b;
        color: #ffffff;
    }

.bootstrap-select.dropdown.show-tick .dropdown-menu li a span.text {
    margin-right: 0;
    width: 96%;
}

.bootstrap-select.dropdown .dropdown-menu li {
    position: relative;
}


.Assessment_header_contaner.Disasterform label.colorlabel {
    color: #fff;
    padding-top: 0;
    width: 100%;
}

.Assessment_header_contaner.Disasterform .form-group {
    margin-bottom: 5px;
}

.Assessment_header_contaner.Disasterform .upload_btn {
    margin: 5px 0px 0px 5px;
}

.Disasterdataform .fa-download {
    color: #2FBAAB;
}

.Disasterdataform .D_action a:hover, .Disasterdataform .D_action a:hover .fa-download {
    color: #23527c;
}

.table > tbody > tr > td.D_action a.downloadfile_btn {
    position: relative;
    width: 30px;
    height: auto;
    font-size: 25px;
    display: inline-block;
    top: 0;
    padding: 0px;
    overflow: hidden;
    color: #000000;
    margin: 0px 5px;
}


#result {
    margin-left: 5px;
    margin-top: 5px;
}

.short {
    color: #FF0000;
}

.weak {
    color: #E66C2C;
}

.good {
    color: #2D98F3;
}

.strong {
    color: #006400;
}


/* ============== New classes added on 02-OCT-2018 start ============== */

.ulDetailsBorder label {
    font-size: 13px;
    font-weight: normal;
    color: #a3a3a3;
}

.ulDetailsBorder ul {
    margin: 0;
    padding: 0 0;
}

    .ulDetailsBorder ul li {
        display: block;
        box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.11);
        background: #e5e5e5;
        height: 7px;
        border-radius: 20px;
        width: 98%;
        margin: 15px auto 0 auto;
    }

        /* ============== Legend color settings ============== */
        .ulDetailsBorder ul li span.dark_green {
            background: #227a41;
            height: 7px;
            border-radius: 20px;
            width: 100%;
            display: block;
        }

        .ulDetailsBorder ul li span.green {
            background: #23ae40;
            height: 7px;
            border-radius: 20px;
            width: 88%;
            display: block;
        }

        .ulDetailsBorder ul li span.yellow {
            background: #ffd800;
            height: 7px;
            border-radius: 20px;
            width: 78%;
            display: block;
        }

        .ulDetailsBorder ul li span.orange {
            background: #ff8a00;
            height: 7px;
            border-radius: 20px;
            width: 60%;
            display: block;
        }

        .ulDetailsBorder ul li span.red {
            background: #e9192c;
            height: 7px;
            border-radius: 20px;
            width: 40%;
            display: block;
        }

/* ============== New classes added on 02-OCT-2018 end ============== */




.Legends_container ul li {
    font-size: 13px;
    font-family: arial;
}

.legend_sign {
    width: 20px;
    height: 7px;
    border-radius: 60px;
    display: inline-block;
}

.dark_green_legend {
    background: #227a41;
}

.green_legend {
    background: #23ae40;
}

.yellow_legend {
    background: #ffd800;
}

.amber_legend {
    background: #ff8a00;
}

.red_legend {
    background: #e9192c;
}


.custom_f {
    padding: 0px;
    height: 75px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
}

    .custom_f li {
        margin-bottom: 0;
        border-bottom: 1px solid #ccc;
        padding: 3px 6px;
        list-style: none;
        font-size: 13px;
        position: relative;
    }

        .custom_f li:last-child {
            border-bottom: 0px solid #ccc;
        }



        .custom_f li .remove_answer {
            width: 17px;
            height: 17px;
            background: #cccccc;
            font-size: 10px;
            display: inline-block;
            text-align: center;
            line-height: 17px;
            margin-left: 5px;
            color: #000000;
            cursor: pointer;
            position: absolute;
            right: 2px;
            top: 4px;
        }

            .custom_f li .remove_answer:hover {
                background: #000000;
                color: #ffffff;
            }


/*upload criteria*/
.font-bold {
    color: #585858;
}

.Padding_Right0 {
    padding-right: 0 !important;
}

#upload .Criteria {
    display: inline-block;
    color: #289d99;
    text-decoration: none;
    font-weight: 700;
    padding-left: 3px;
}

    #upload .Criteria::after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background: #289d99;
        transition: width .3s;
    }

    #upload .Criteria:hover::after {
        width: 100%;
        //transition: width .3s;
    }

    #upload .Criteria:hover {
        color: #289d99;
    }

#upload .Format {
    display: inline-block;
    color: #0ca2c2;
    text-decoration: none;
    font-weight: 700;
}

    #upload .Format::after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background: #0ca2c2;
        transition: width .3s;
    }

    #upload .Format:hover::after {
        width: 100%;
        //transition: width .3s;
        color: #0ca2c2;
    }

    #upload .Format:hover {
        color: #0ca2c2;
    }


#upload .js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

#upload .inputfile + label {
    max-width: 80%;
    /* font-size: 1.25rem;
    20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline;
    overflow: hidden;
    /*! padding: 0.625rem 1.25rem; */
    /* 10px 20px */
}

#upload .no-js .inputfile + label {
    display: none;
}

#upload .inputfile:focus + label,
#upload .inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

#upload .inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

#upload .inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

#upload input[type="file"] {
    display: none !important;
}



/* style 4 */

.inputfile-4 + label {
    color: #d3394c;
}

    .inputfile-4:focus + label,
    .inputfile-4.has-focus + label,
    .inputfile-4 + label:hover {
        color: #722040;
    }

    .inputfile-4 + label figure {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background-color: #d3394c;
        display: block;
        padding: 20px;
        margin: 0 auto 10px;
    }

    .inputfile-4:focus + label figure,
    .inputfile-4.has-focus + label figure,
    .inputfile-4 + label:hover figure {
        background-color: #722040;
    }

    .inputfile-4 + label svg {
        width: 100%;
        height: 100%;
        fill: #f1e5e6;
    }


@media screen and (max-width: 50em) {
    .inputfile-6 + label strong {
        display: block;
    }
}
/*upload criteria*/

/*added for Ul confirmBox*/

#confirmBox ul {
    margin-top: 10px;
}

/*css added for Care label*/

.sponsers_logo h3 {
    float: left;
    margin: 0;
    padding: 5px 14px 0 0;
    text-transform: uppercase;
    font-size: 14pt;
    font-weight: 800;
    color: #28bbb4;
    font-family: arial;
    /* vertical-align: middle; */
    line-height: normal;
}

@media only screen and (min-width:1000px) {
    .sponsers_logo h3 {
        padding: 5px 14px 0 0;
    }
}


/*.sponsers_logo h3 {
    float: left;
    margin: 0;
    padding: 0 14px 0 0;
    text-transform: uppercase;
    font-size: 14pt;
    font-weight: 800;
    color: #28bbb4;
    font-family: arial;
    /* vertical-align: middle;
    line-height: normal;
}*/


/*design changes on Self/Site Assessment forms on 18th Feb 2019*/
#divAss_desc a {
    background: #f0f0f0;
    color: #000;
    padding: 7px 12px;
    border: none;
    font-weight: bold;
    font-size: 14px;
}

    #divAss_desc a::before {
        content: 'Description';
    }

#divAss_desc {
    float: left;
    /* margin-top: 6px;*/
}

.self_assesm_width textarea.form-control:hover {
    height: 180px;
}


.desc_note {
    position: absolute;
    top: 5%;
    z-index: 999;
}


#divDescData div {
    padding: 4px;
    font-size: 11pt;
    white-space: normal !important;
}

button.close {
    padding: 7px 13px 0;
}

u {
    white-space: nowrap !important;
}

#divDescData {
    max-height: 400px;
    overflow-y: auto;
    background: #f2f2f2;
    padding: 10px;
}

.popover {
    max-width: 100% !important;
    top: auto !important;
    z-index: 1000000;
    left: 14px !important;
    background: #f2f2f2;
}

    .popover.bottom > .arrow {
        left: 30px !important;
        /*background: #f2f2f2;*/
    }

.popover-content {
    overflow-y: auto;
    max-height: 300px;
}

.hoverEffects {
    opacity: 0.25;
    width: 300px;
}

.popover.bottom > .arrow:after {
    border-bottom-color: #f2f2f2 !important;
}


@media only screen and (width:768px) {
    .Assessment_header_contaner .three_boxees .multiselect.dropdown-toggle .caret {
        margin-top: -12px !important;
    }

    #wrapper.toggled #sidebar-wrapper {
        top: 89px;
    }

    .col-md-12 {
        position: inherit !important;
    }

    .margin-right10 {
        margin-right: 10px;
    }
}


@media only screen and (max-width:768px) {

    /*.form-control {
    margin-bottom: 10px;
}*/
    #divAss_desc a {
        width: 100%;
        margin-bottom: 5px;
    }

    .p-0 {
        padding: 10px 0 0px !important;
    }

    .col-md-12 {
        position: inherit !important;
    }

    .tble_outr_scroll {
        overflow-x: auto;
        width: auto !important;
    }

    /*.col-sm-4 {
        width: 50%;
    }*/
}

@media only screen and (max-width:767px) {
    div#sidebar-wrapper {
        top: auto;
    }
}

@media only screen and (max-width:768px) {
    .cleardiv {
        clear: both;
    }

    .popover {
        max-width: 90% !important;
    }

    .sitefooter {
        position: relative !important;
    }

    span#menu-toggle {
        right: -15px !important;
    }


    .user_profile {
        padding-left: 40px;
    }
}

.footer_placement {
    position: relative;
    height: 95%;
}

@media only screen and (width:320px) {
    div#sidebar-wrapper {
        top: 126px;
    }
}


@media only screen and (width:1024px) {
    .sitefooter {
        position: relative !important;
        margin-top: 1%;
    }
}

.sitefooter {
    position: absolute;
    bottom: 23px;
    width: 100%;
    text-align: center;
    left: 0;
    font-size: 11px;
    color: #4e4e4e;
    height: 40px;
    line-height: 40px;
    float: left;
    font-weight: bold;
}

ul.sidemenu li ul li a {
    padding: 6px 0 4px 22px;
}


.highcharts-menu {
    height: 230px;
    overflow: auto;
}


@media only screen and (width:768px) {
    .login_left .desktop_logoipad {
        top: 20px;
        background: url(../../../Images/login/audit_tool_ipad.png) !important;
        width: 575px;
        height: 385px;
        z-index: 1;
    }

    .desktop_logo img {
        display: none;
    }

    .top_pop_down {
        top: 4px !important;
    }

    .outr_bix {
        width: 32% !important;
    }
}

/*.login_left .desktop_logoipad {
    display: none;
}*/


@media only screen and (max-width: 370px) {
    .nav-tabs > li {
        width: 110px;
    }
}


.custominput {
    padding-left: 20px;
    position: relative;
    font-size: 12px;
}

    .custominput input[type=checkbox] {
        position: absolute;
        left: 0;
        margin: 2px 0 0 0;
    }

.minspace .form-group {
    margin-bottom: 0;
}

.exldown {
    top: 24px;
    padding: 0px 10px;
}

.exlup {
    display: inline-block;
    float: left;
    margin-top: 26px;
    margin-right: 6px;
}

#divDescData1 {
    padding: 2px 10px;
    margin-top: 23px;
    max-height: 400px;
    overflow-y: auto;
    background: #f2f2f2;
    margin-right: 10px;
}

.float_left {
    float: left;
}

.login_bg_fil {
    filter:  invert(1%) sepia(220%) hue-rotate(-248deg) brightness(175%) contrast(262%);
}
/*login new css*/
body, html {
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
}

.wrapper {
    display: flex;
    /* justify-content: space-between; */ height: 100%;
}

.border-top {
    border-image-source: linear-gradient(to left, #743ad5, #d53a9d);
}

.left-section {
    flex-basis: 70%; /* height: 100%; */
}

.left-section-image {
    background: url("/images/img-login-left.jpg") center no-repeat;
    height: 100%;
    background-size: cover;
    border-bottom: 8px solid #11ef8f;
}

.logo-container {
    max-width: 390px;
    padding: 4rem;
    margin: 0 38px;
}

.img-width {
    max-width: 100%;
}

.right-section {
    flex-basis: 30%;
    justify-content: center;
    align-items: flex-start;
    display: inline-grid;
    border-top: 8px solid #11ef8f;
    background: #fff;
}

.login-form-section {
    width: 390px;
    margin: 0 auto;
    padding: 2rem 4rem;
    font-family: var(--font-login);
}

    .login-form-section h4 {
        font-size: 2.3rem;
        font-weight: 900;
        margin: 0 0 1rem;
    }

.contact-form form {
    display: flex;
    flex-direction: column;
}

::placeholder {
    color: #000000;
    font-size: 1rem;
    padding: 30px 0 0;
}

.contact-form form label {
    padding: 10px 0 0;
    color: #7d7f80;
    font-size: 1.5rem;
    font-weight: normal;
    font-family: 'Lato';
}

input[type='password']::-webkit-input-placeholder {
    transform: translate3d(0px,1px,0);
}

.user:focus {
    border-color: rgb(3, 181, 255);
    outline: none;
    background: #f4f4f4 url("/images/icon-user-name-focus.png") no-repeat;
    background-position: 10px;
}

.password:focus {
    border-color: rgb(3, 181, 255);
    outline: none;
    background: #f4f4f4 url("/images/icon-password-focus.png") no-repeat;
    background-position: 10px;
}

.user {
    background: url("/images/icon-user-name.png") no-repeat;
    border-width: 1px;
    padding: 0.6rem;
    text-indent: 25px;
    background-position: 10px;
    border-color: rgb(210, 210, 210);
    border-style: solid;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 5px;
}

.password {
    background: url("/images/icon-password.png") no-repeat;
    border-width: 1px;
    padding: 0.6rem;
    text-indent: 25px;
    background-position: 10px;
    border-color: rgb(210, 210, 210);
    border-style: solid;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
}

.container-check {
    display: block;
    position: relative;
    padding-left: 35px !important;
    padding-top: 4px !important;
    margin-bottom: 12px;
    cursor: pointer;
    font-size:  1rem !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 1rem;
    color: #000 !important;
}

    /* Hide the browser's default checkbox */
    .container-check input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #d4d4d4;
    border-radius: 0 0 10px 0;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
    background-color: #d4d4d4;
    border-radius: 0 0 10px 0;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
    background-color: #2196F3;
    background-image: -moz-linear-gradient( 90deg, rgb(71,222,185) 0%, rgb(17,239,143) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(71,222,185) 0%, rgb(17,239,143) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(71,222,185) 0%, rgb(17,239,143) 100%);
    border-radius: 0 0 10px 0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
    left: 9px;
    top: 5px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-login {
    background-image: -moz-linear-gradient( 90deg, rgb(71,222,185) 0%, rgb(17,239,143) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(71,222,185) 0%, rgb(17,239,143) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(71,222,185) 0%, rgb(17,239,143) 100%);
    border-radius: 0 0 26px 0;
    cursor: pointer;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    font-size: 1.5rem;
    outline: none;
    border: none;
    padding: 0.5rem 0;
    max-width: 102px;
    margin: 2rem 0;
}

.btn-forpw {
    background-image: -moz-linear-gradient( 90deg, rgb(71,222,185) 0%, rgb(17,239,143) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(71,222,185) 0%, rgb(17,239,143) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(71,222,185) 0%, rgb(17,239,143) 100%);
    border-radius: 0 0 26px 0;
    cursor: pointer;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    font-size: 1.5rem;
    outline: none;
    border: none;
    padding: 1rem 0;
    width: 147px;
    margin: 2rem 0;
}

a.text-dark {
    color: #000;
    text-decoration: none;
    font-size: 1rem;
}

.right-section footer {
    color: #7d7f80;
    font-family: 'Lato';
    margin-top: 4rem;
}

.col-logo {
    flex-basis: 20%;
    padding-left: 5px;
}

.col-log-text {
    flex-basis: 58%;
    font-size: 4rem;
    font-family: var(--font-login);
    font-weight: 900;
    color: #fff;
    margin-left: 1rem;
    line-height: 33px;
}

.logo-section {
    display: flex;
}

.logo-sub-heading {
    color: #2de6a5;
    font-family: var(--font-login);
    font-size: 1.7rem;
}

.logo-section-small {
    display: flex;
    align-items: center;
}

    .logo-section-small .col-log-text {
        font-size: 1.5rem;
        line-height: 1;
    }

    .logo-section-small .logo-sub-heading {
        color: #fff;
        font-size: 1rem;
        line-height: 12px;
        min-width: 137px;
        padding-left: 10px;
    }

.div-position {
    display: flex;
    justify-content: space-between;
}

.img-width-logo {
    max-width: 100%;
    width: 130px;
    float: right;
    margin: 10px;
}

 .treeview.treeview-custom > li ul li {          
            display: block;
        }

