﻿@charset "utf-8";
/* CSS Document */

/*----------------- Global css -----------------*/
@font-face {
    font-family: 'robotoblack';
    src: url('../fonts/Roboto/roboto-black-webfont.woff2') format('woff2'), url('../fonts/Roboto/roboto-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/Roboto/roboto-light-webfont.woff2') format('woff2'), url('../fonts/Roboto/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/Roboto/roboto-medium-webfont.woff2') format('woff2'), url('../fonts/Roboto/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'robotobold';
    src: url('../fonts/Roboto/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/Roboto/roboto-regular-webfont.woff2') format('woff2'), url('../fonts/Roboto/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


html, body {
    height: 100%;
}

body {
    background: #ffffff;
    font-family: 'robotoregular';
    font-size: 14px;
    margin: 0px;
}

.fixed_header {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99;
}

.navbar_custom, .navbar_custom *, .Brdcrms_container, .Brdcrms_container *, .megamenu, .megamenu * {
    box-sizing: border-box;
    outline: none;
}

.navbar_custom {
    padding: 0 1rem;
    height: 50px;
    position: relative;
    z-index: 999999;
}

    .navbar_custom .navbar-brand {
        color: #fff;
        padding: 5px 30px 5px 0px;
        text-decoration: none;
        display: inline-block;
        float: left;
        max-width:none;
    }

        .navbar_custom .navbar-brand span {
            font-size: 16px;
            font-family: 'robotomedium';
            line-height: 13px;
        }

        .navbar_custom .navbar-brand p {
            font-size: 20px;
            margin: 0px;
            font-family: 'robotobold';
            line-height: 20px;
        }

.menuicon {
    background: transparent;
    border: 0px;
    color: #fff;
    font-size: 8px;
    line-height: 10px;
    padding: 10px 15px;
    float: left;
    margin: 0px;
    cursor: pointer;
    border-radius: 0px;
}

    .menuicon:hover {
        background: rgba(0,0,0,0.2);
    }

    .menuicon .fas {
        font-size: 20px;
    }

    .menuicon span {
        font-size: 8px;
    }

.regionlist {
    padding: 9px 15px;
    color: #ffffff;
    display: inline-block;
    float: left;
    margin: 0px;
    line-height: 32px;
    text-decoration: none;
    position: relative;
}

    .regionlist:hover {
        background: rgba(0,0,0,0.2);
    }

    .regionlist:before {
        content: "";
        position: absolute;
        background: rgba(255,255,255,0.2);
        width: 1px;
        height: 30px;
        left: 0;
        top: 10px;
    }

    .regionlist img {
        max-width: 25px;
        margin-right: 5px;
        float: left;
        margin-top: 4px;
    }

    .regionlist:hover {
        text-decoration: none;
        color: #ffffff;
    }

.navbar_custom .header_menuright {
    float: right;
}

.navbar_custom .navbar-nav {
    padding: 0px;
    margin: 0;
}

    .navbar_custom .navbar-nav .nav-item {
        list-style: none;
        display: inline-block;
        position: relative;
        float: left;
    }

    .navbar_custom .navbar-nav .nav-link {
        border-right: 1px solid rgba(255,255,255,0.2);
        color: #fff;
        height: 50px;
        line-height: 50px;
        display: inline-block;
        text-decoration: none;
        padding: 0px 15px 0px 15px;
    }

        .navbar_custom .navbar-nav .nav-link .nav_icon {
            display: inline-block;
            width: 20px;
            margin-right: 5px;
            background-size: 18px auto;
            background-repeat: no-repeat;
            background-color: transparent;
            height: 20px;
            position: relative;
            top: 6px;
        }

            .navbar_custom .navbar-nav .nav-link .nav_icon.miles_i {
                background-image: url( "../images/miles.png");
            }

            .navbar_custom .navbar-nav .nav-link .nav_icon.sprofile_i {
                background-image: url( "../images/switchprofile.png");
                background-position: 0px 2px;
            }

            .navbar_custom .navbar-nav .nav-link .nav_icon.timesheet_i {
                background-image: url( "../images/timesheet.png");
            }

            .navbar_custom .navbar-nav .nav-link .nav_icon.profile_i {
                background-image: url( "../images/profile.png");
            }

    .navbar_custom .navbar-nav .nav-item:last-child .nav-link {
        border-right: 0px;
    }

    .navbar_custom .navbar-nav .active > .nav-link, .navbar_custom .navbar-nav .nav-link.active, .navbar_custom .navbar-nav .nav-link.show, .navbar_custom .navbar-nav .show > .nav-link {
        color: #fff;
        background: rgba(0,0,0,0.2);
    }

    .navbar_custom .navbar-nav .nav-link:focus, .navbar_custom .navbar-nav .nav-link:hover {
        color: #fff;
        background-color: rgba(0,0,0,0.2);
    }

.dropdown-item {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    padding: 7px 7px;
    color: #ffffff;
}

    .dropdown-item:hover {
        background: rgba(0,0,0,0.2);
    }

.dropdown-menu {
    position: absolute;
    padding: 7px 0px;
    border-radius: 0 0 4px 4px;
    display: none;
    right: 0px;
    min-width: 100%;
}
.timesheetinput{width: 100%; text-align: left;}
.navbar_custom .navbar-nav .nav-item.dropdownitem:hover .dropdown-menu {
    display: block;
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0px;
    height: calc(100vh - 88px);
    background: #ffffff;
    display: none;
    box-sizing: border-box;
    top: 88px;
    overflow: auto;
    z-index: 9;
    padding: 20px;
}

.Brdcrms_container {
    border-top: 1px solid #dfdfe3;
    border-bottom: 1px solid #dfdfe3;
    padding: 10px 1rem;
    background: white;
    float: left;
    width: 100%;
    position: relative;
}

.Brdcrmsbox {
    float: left;
    font-weight: bold;
    font-size: 14px;
}

.clockedin {
    width: 220px;
    margin: 0px auto;
    font-weight: bold;
    font-size: 12px;
}

.c_theme {
    line-height: 12px;
    position: absolute;
    font-weight: bold;
    right: 0;
    top: 10px;
}

    .c_theme span {
        float: left;
    }

    .c_theme ul {
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

        .c_theme ul li {
            float: left;
            width: 15px;
            height: 15px;
            margin: 0 10px 0 0;
            border-radius: 30px;
            cursor: pointer;
        }

#purple {
    background: #7e51eb;
}

#blue {
    background: #7acbdc;
}

#red {
    background: #ce5542;
}

#green {
    background: #96b443;
}
#divmenu{height:95%;}
.newdesign .left_panel {
    padding: 0;
    display: block;
    position: relative;
    min-height: 95% !important;
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    orphans: 1;
    widows: 1;
    width: 100%;
    background: #ffffff;
}

    .left_panel ul {
        padding: 0px;
    }

    .left_panel .firstmenu {
        display: inline-block;
        padding: 0;
        width: 100%;
        margin: 0px;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
    }

        .left_panel .firstmenu > ul {
            margin: 10px 0px 20px 0px;
        }

            .left_panel .firstmenu > ul > li {
                padding: 0px 15px;
            }

.firstmenu li {
    list-style: none;
}

.firstmenu a {
    text-decoration: none;
    display: inline-block;
    width: 100%;
}

.admin_icon {
    background-image: url("../images/menu_icons/admin.png");
}

.assetmgmt_icon {
    background-image: url("../images/menu_icons/ASSETMANAGEMENT.png");
}

.cpe_icon {
    background-image: url("../images/menu_icons/CPE.png");
}

.hr_icon {
    background-image: url("../images/menu_icons/HR.png");
}

.invoicing_icon {
    background-image: url("../images/menu_icons/invoice.png");
}

.kpi_icon {
    background-image: url("../images/menu_icons/KPI.png");
}

.payroll_icon {
    background-image: url("../images/menu_icons/payroll.png");
}

.qcsurvey_icon {
    background-image: url("../images/menu_icons/Qc.png");
}

.timesheet_icon {
    background-image: url("../images/menu_icons/timesheet.png");
}

.workorder_icon {
    background-image: url("../images/menu_icons/work_order.png");
}
.timecard_icon {
    background-image: url("../images/menu_icons/timecard.png");
}

.construction_icon {
    background-image: url("../images/menu_icons/construction.png");
}

.menuimgicon {
    position: relative;
    text-transform: uppercase;
    padding: 32px 0px 0px 0px;
    background-size: auto 22px;
    background-repeat: no-repeat;
    font-weight: bold;
}

    .menuimgicon span {
        display: inline;
        padding-right: 10px;
        width: auto;
        background: #ffffff;
        position: relative;
        z-index: 9;
    }

    .menuimgicon:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        top: 38px;
    }

.secondmenu a {
    color: #000000;
    padding: 6px 6px 6px 6px;
    border-bottom: 1px solid #e5e5e5;
}

.secondmenu li:last-child a {
    border-bottom: 0px solid #e5e5e5;
}

.secondmenu li.subchild {
    position: relative;
}

    .secondmenu li.subchild:hover:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f107";
        position: absolute;
        color: #ffffff;
        right: 6px;
        top: 7px;
    }

    .secondmenu li.subchild:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f105";
        position: absolute;
        color: #000000;
        right: 6px;
        top: 7px;
    }

.left_panel ul.thirdmenu {
    position: fixed;
    top: -11px;
    left: 100%;
    min-width: 200px;
    border-radius: 5px;
    z-index: 99;
    display: none;
    padding: 10px;
    box-shadow: 0 0 14px 0px rgba(0,0,0,0.3);
}

/*.left_panel .firstmenu:nth-child(6) ul.thirdmenu {
    left: inherit;
    right: 100%;
}*/
.secondmenu li:last-child .thirdmenu li a,.thirdmenu li a {
        color: #ffffff;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }

.secondmenu li:last-child .thirdmenu li:last-child a, .thirdmenu li:last-child a {
    border-bottom: 0px;
}

.secondmenu li.subchild:hover .thirdmenu {
    display: block;
}

.secondmenu li.subchild:hover a {
    color: #ffffff;
}

.bodycontainer {
    padding-top: 100px;
    height: calc( 100vh - 110px);
    padding: 100px 1rem 10px;
}

/* regionlist */
.regionlist_container, .regionlist_container * {
    box-sizing: border-box;
    outline: none;
}

.regionlist_container {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: calc(100vh - 88px);
    background: #ffffff;
    display: none;
    box-sizing: border-box;
    top: 88px;
    overflow: auto;
    padding: 20px;
    z-index: 9;
}

.regionbox {
    display: inline-block;
    border: 1px solid #d3d3d3;
    padding: 20px;
    border-radius: 5px;
    width: 18%;
    margin: 0px 1% 20px 1%;
    box-shadow: 0 0 5px 0px rgba(0,0,0,0.2);
    float: left;
    height: 60vh;
    overflow: auto;
}


.regionCategory {
    margin: 0px 0 15px 0;
    color: #4c4c4c;
}

.regionWarehouselist {
    width: 100%;
}

    .regionWarehouselist th, .regionWarehouselist td {
        padding: 8px 5px;
        text-align: left;
        border-bottom: 1px solid #cccccc;
    }

    .regionWarehouselist tr:last-child td {
        border-bottom: 0px;
    }

    .regionWarehouselist th {
        color: #4c4c4c;
    }

    .regionWarehouselist td {
        vertical-align: top;
        color: #2660e4;
    }

        .regionWarehouselist td p {
            margin: 7px 0px;
            color: #444444;
        }

            .regionWarehouselist td p a {
                cursor: pointer;
                color: #2660e4;
            }

 /* fullpopup */

.user_popup, .user_popup * {
    box-sizing: border-box  !important; 
    outline: none  !important;
}

.overlay.user_popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 999999;
    padding: 40px 20px 10px 20px;
}


.user_popup .overlay-close {
    position: absolute;
    right: 10px;
    top: 3px;
    font-size: 16px;
    background: transparent;
    color: #888888;
    cursor: pointer;
    border: 0px;
}

    .user_popup .overlay-close img {
        width: 20px;
        position: relative;
        top: 3px;
    }

.overlay-data {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}

.overlay-open {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}

.userinfo_popup {
    width: 100%;
    overflow: auto;
    margin-top: -10px;
    height: calc(100vh - 90px);
}

.expandableCollapsibleDiv > h3 {
    margin: 0px 0px 10px 0px;
    padding: 0px 10px 10px 10px;
    border-bottom: 1px solid;
    float: left;
    width: 100%;
}

    .expandableCollapsibleDiv > h3 a {
        cursor: pointer;
    }

        .expandableCollapsibleDiv > h3 a:before {
            width: 20px;
            height: 20px;
            border: 1px solid;
            border-radius: 100%;
            margin-right: 7px;
            font-size: 12px;
            display: inline-block;
            text-align: center;
            line-height: 20px;
        }

        .expandableCollapsibleDiv > h3 a span {
            font-family: 'robotoregular';
            font-weight: bold;
            font-size: 0.9rem;
        }

.user_form_sec {
    display: none;
    padding: 0px;
    float: left;
    width: 100%;
}

.field_container {
    padding: 10px 20px 20px 40px;
    float: left;
    width: 100%;
}

.field_design {
    display: inline-block;
    float: left;
    max-width: 25%;
    width: 100%;
    margin: 7px 0px;
    padding-right: 12px;
    position: relative;
}

    .field_design label {
        color: #000000;
        margin-right: 5px;
        width: 32%;
        display: inline-block;
        font-size: 13px;
        float: left;
        padding: 8px 0px 0px 0px;
    }

.required_field:after {
    content: "*";
    color: red;
    padding: 0px 2px;
}
.manifestdialog_box.new_width_popup {
    margin: 0 auto;
    max-width: 410px;
    text-align: left;
    width: auto;
}

.field_design .infield {
    border: 1px solid #b0b0b0;
    background: #ffffff;
    color: #000000;
    padding: 5px;
    border-radius: 4px;
    width: 58%;
    height: 30px;
    min-width: 175px;
    position: relative;
    float: left;
}

.overlay.user_popup .ui-multiselect {
    width: 56% !important;
    text-align: left;
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
    border: 1px solid #b0b0b0;
}

.password_status{
    padding-left: 32%;
    margin-top: 6px;
    display: inline-block;
    color: darkgoldenrod;
}

.field_design input[disabled="disabled"], .field_design select[disabled="disabled"] {
    background-color: #e4e4e4;
    cursor: not-allowed;
}

.field_design .actionicon {
    color: #858585;
    position: absolute;
    right: 4%;
    top: 5px;
    font-size: 16px;
    padding: 0px !important;
}

.field_design .infieldcheckbox {
    border: 1px solid #b0b0b0;
    background: #ffffff;
    width: 16px;
    height: 16px;
    float: left;
}

.field_design .checktext {
    lline-height: 16px;
    float: left;
    padding-left: 4px;
}

.line_divider {
    margin: 10px 0px;
    height: 1px;
    background: #f2f2f2;
    float: left;
    width: 100%;
}


/* fullpopup buttons */
.overlay-data .button_container {
    text-align: center;
    margin: 20px 10px;
}

.overlay-data .outline_btn_new {
    background: transparent;
    border-radius: 5px;
    font-weight: bold;
    padding: 7px 17px;
    border: 1px solid;
    cursor: pointer;
    min-width: 90px;
}

.overlay-data .colored_btn_new {
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    padding: 7px 17px;
    border: 1px solid;
    cursor: pointer;
    min-width: 90px;
}

    .overlay-data .outline_btn_new:hover, .overlay-data .colored_btn_new:hover {
        background: #000000;
        color: #ffffff;
        border: 1px solid #000000;
    }


.newdesign .right_panel {
    position: absolute;
    width: 100% !important;
    left: 0;
    right: 0;
    padding: 0;
    height: calc(100vh - 108px);
    background: #fff;
    box-sizing: border-box;
    top: 88px;
    overflow: auto;
    padding: 20px;
    margin: 0px;
}

    .newdesign .right_panel.rt_panel {
        margin: 0px;
    }

* {
    border-collapse: collapse;
}

.newdesign .content_area.admin {
    border: 0px;
    padding: 0px;
}

.newdesign .Brdcrms {
    padding: 0px 0 7px 0;
    margin: 0px 0 8px 0px;
}

.newdesign .tablesorter-blue th {
    font-weight: normal;
}

.newdesign .tablesorter td a {
    color: #000;
    border: 1px solid #d6daea;
    padding: 3px 10px;
    border-radius: 3px;
    background: #ffffff;
    display: inline-block;
}

    .newdesign .tablesorter td a:hover {
        background: #d6daea;
        color: #000000;
        border: 1px solid #d6daea;
    }

.newdesign .tablesorter tr td:first-child a {
    color: #2660e4;
    border: 0px solid #d6daea;
    padding: 0px;
    border-radius: 0px;
    background: transparent;
    display: inline-block;
}


.newdesign .tablesorter-blue {
    margin: 0px;
}

.newdesign #divTable {
    overflow: auto !important;
    border-radius: 10px;
    width:100%;
}

.newdesign .graph_container {
    border: 0px solid #eeeeee;
}

    .newdesign .graph_container .title > .fa {
        width: 18px;
        height: 18px;
        border: 1px solid;
        border-radius: 100%;
        margin-right: 7px;
        font-size: 12px;
        display: inline-block;
        text-align: center;
        line-height: 18px;
        position: relative;
        top: -1px;
    }

.newdesign .graph_container .title { font-size: 16px;  background: #ffffff;}
.newdesign .blue_btn:hover {border: 1px solid #000000;  background: #000000;}
.newdesign .ui-state-hover, .newdesign .ui-widget-content .ui-state-hover, .newdesign .ui-widget-header .ui-state-hover, .newdesign .ui-state-focus, .ui-widget-content .ui-state-focus, .newdesign .ui-widget-header .ui-state-focus{color:#000000;}
.newdesign .ui-widget-header {border:0px;}
body.newdesign .top_box .date_pic_field .custon_label{width:100%;}
.newdesign .changepasswordlightbox { z-index: 999999;}
.newdesign .divChat {border:0px; cursor: pointer;}
.newdesign .paystub_content .active, .newdesign .paystub_content .accordion:hover {background: #ffffff;}
.newdesign .paystub_content .accordion {background: #ffffff; padding-left:30px;position: relative;margin: 0; font-weight:bold;}
.newdesign .paystub_content .accordion:after {
        font-size: 9px;
        float: left;
        margin-left: 0;
        border: 1px solid;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        text-align: center;
        line-height: 20px;
        border-radius: 100%;
        top: 7px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: '\f067';
    }

    .newdesign .paystub_content .accordion.active:after {
        content: '\f068';
    }

.newdesign .table_buttons > a {border: 0px;}

 a {
    color: #2660e4;
}

.newdesign header h1 svg {
    fill: #ffffff;
}

.newdesign .Form_Fields.inventory fieldset {padding:10px;}
    .newdesign .Form_Fields.inventory {
    box-sizing: border-box;
    padding:0px;
    width:100%;
    border:0px!important;
}
.newdesign .Form_Fields fieldset table td {padding:3px;
}

.newdesign .filerepository_responsivetable {
    overflow: auto;
    width: 100% !important;
}
.newdesign .Tabbimg_Popup {
    top: 5%;
}

.newdesign .QCButton:hover, .newdesign .button input[type="reset"]:hover{
    background:#000000;
    color: #fff;
}

.newdesign .content_area.inventory {border:0px;
}



/* Login New Design */
.nlogin_container{background-color: #f8f9fe;background-image: url(../images/n_loginbg.png);background-repeat: repeat-x;height: 100vh; background-position: bottom; width: 100%;background-attachment: fixed;  overflow: auto;}
.nlogin_gradient{background: #6145df;
background: -moz-linear-gradient(left, #6145df 0%, #a462fa 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, #6145df), color-stop(100%, #a462fa));
background: -webkit-linear-gradient(left, #6145df 0%, #a462fa 100%);
background: -o-linear-gradient(left, #6145df 0%, #a462fa 100%);
background: -ms-linear-gradient(left, #6145df 0%, #a462fa 100%);
background: linear-gradient(to right, #6145df 0%, #a462fa 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6145df', endColorstr='#a462fa', GradientType=1 );
height: 48vh; position: fixed; width: 100%;  top: 0;} 

.n_login_inner { width: 90%;   position: absolute; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%);  top: 50%; left: 50%; margin: 0px auto;max-width: 1140px;}
.n_forgot_inner { width: 90%;   position: absolute; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%);  top: 54%; left: 50%; margin: 0px auto;max-width: 1140px;}
.n_login_left{float:left; width:50%; height:100%;}

.n_loginlogo{
padding: 0px 0px 15px 0px;
}

.n_loginlogo span {
font-size: 24px;
font-family: 'robotoregular';
line-height: 28px;
	color: #fff;
}

.n_loginlogo p {
font-size: 42px;
margin: 0px;
font-family: 'robotomedium';
line-height: 40px;
	color: #fff;
}
.n_loginfo_txt{color: #fff; font-size:18px;}
.n_loginfeature ul{padding: 0px;
    float: left;
    width: 100%;
    margin: 50px 0px 0px 0px;}
.n_loginfeature ul li{list-style: none;
    display: inline-block;
    width: 50%;
    float: left;        margin: 25px 0px;}
    .n_loginfeature ul li .f_icon {
        width: 56px;
        height: 56px;
        display: list-item;
        background: #ffffff;
        box-shadow: 0 0 10px 0px rgba(0,0,0,0.2);
        border-radius: 100%;
        text-align: center;
        float: left;
        margin-right: 15px;
        line-height: 72px;
    }
.n_loginfeature ul li .f_icon img{max-width: 56%;}
.n_loginfeature ul li font{display:inline-block; line-height: 50px;font-size: 16px;}

.n_login_right{float:right; width:50%; height:100%;}
.nlogin_form {
    background: #ffffff;
    width: 100%;
    padding: 50px 30px;
    border-radius: 7px;
    float: right;
    border: 1px solid #eeebf0;
    max-width: 350px;
    box-shadow: 0 0 15px 0 #d9e3fe;
    box-sizing: border-box;
}
.nlogin_form *{box-sizing: border-box;}

.formlogo {
    text-align: center;
    padding: 0px 0px 30px 0px;
    width: 100%;
}

.formlogo img{max-width:80px;}
.n_logfield{margin: 0px 0px 25px 0px; float:left; width:100%;}
.n_logfield input{padding:7px 5px 7px 30px; border: 0px; border-bottom: 1px solid #e5e5e5;position: relative; width: 100%;    background-repeat: no-repeat;  background-size: 15px;font-size: 15px;background-color:#ffffff;}
.n_logfield input:focus{border-bottom: 1px solid #6245df; outline: none;}
.n_logfield input.n_username{background-image: url(../images/n_username.png); background-position: 4px 6px;}
.n_logfield input.n_password{background-image: url(../images/n_password.png);background-position: 4px 2px;}
.n_remember {
    float: left;
    padding: 10px 0px;
}

.n_remember label {font-size:13px; cursor: pointer;}
.n_password { float: right; padding: 10px 0px;}
.n_password a{color:#6245df; text-decoration: none;font-size:13px;}
.n_password a:hover{color:#000000;}
.n_btn_l{float:left; width:100%;}
.n_btn_l .n_login_btn{float: left;
    width: 100%;
    background: #6245df;
    border: 0px;
    color: #ffffff;
    padding: 10px 10px;
    border-radius: 5px;
    margin-top: 15px;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
}
.n_btn_l .n_login_btn:hover{background: #000000;}

#btnReset {margin-left:5px}
.techtransfer{margin-top: 20px;}


/* control Room */
.page_section *{box-sizing: border-box;}
.page_section{margin-bottom: 10px; float: left; width: 100%;}
.page_section h6{font-size:15px; color:#000000;margin: 0px;}
.white_containerbox{border: 1px solid #eeeeee;margin: 12px 0px 12px 0px;border-radius: 5px; padding: 7px 10px;box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.1);    float: left; width: 100%;box-sizing: border-box;}
.messaging_list a{display:inline-block; color:#000000; text-decoration: none; min-width:100px;padding: 5px 7px;border:1px solid; border-radius: 3px;margin: 7px;}
.messaging_list a span{float:right; color:#ffffff; margin-left: 15px; width:20px; height:20px;border-radius: 100%;text-align: center;}
.messaging_list a:hover{color:#ffffff;}
.messaging_list a:hover span{background: #ffffff;}
.table_containerbox{border: 1px solid #eeeeee;margin: 12px 0px 15px 0px;border-radius: 5px; padding:0px;box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.1);}
#parent {height: 300px;}
.techlist_table{width: 100%; max-width: 100%;}
.techlist_table th{padding:20px 15px; border: 1px solid #e8e8e8; z-index: 7!important;}
.techlist_table th:after{content: "";border-bottom: 3px solid #b2b2b3;height: 100%; border-right: 1px solid #e8e8e8;width: 100%; position: absolute; bottom: 0; left: 0;}
.techlist_table th:first-child{z-index: 8!important; text-align: left; color: #000000; font-size: 16px; box-shadow:3px -6px 10px 0 rgba(0,0,0,0.3);border:0px;}
.techlist_table th:first-child:after{display: none}
.techlist_table th:nth-child(2){border-left:0px;}
.techlist_table td{padding:5px; border: 1px dashed #c8c8c8;}
.techlist_table td:first-child{border: 1px solid #e8e8e8;text-align:left;    padding: 5px 20px;z-index: 1!important;font-weight: bold; font-size: 13px;min-width: 180px;}
.control_techinfo { width: 150px; border-left: 5px solid #ccc;padding: 7px;box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);    position: relative;font-size: 13px; line-height:20px;margin: 3px 0px;}
.techgreen{border-color: #58c034;}
.techred{border-color: #f37c68;}
.techblue{border-color: #3f86e8;}
.techorange{border-color: #eaaf44;}
.ticons {position: absolute; right: 7px;}
.ticons .fas{margin: 3px; cursor: pointer;}
.control_techinfo p{margin:0px; font-size:10px;line-height:17px;}
.disable_content{color:#a3a3a3;}
.listicon {position: absolute; right: 15px;}
.listicon .fas{margin: 3px; cursor: pointer;}
.disable_content .listicon .fas{color:#a3a3a3!important;}
.indi_circle{margin: 0px;}
.indi_circle span{width: 11px; height: 11px; border-radius: 100%; display: inline-block; margin-right: 7px; position: relative; top: 4px;}
.breakcolor{color: #f6a52a;}
.breakcolor span{background:#f6a52a;}
.clockedincolor{color: #90c034;}
.clockedincolor span{background:#90c034;}
.newdesign_btn{border-radius: 5px;  color: #fff;font-weight: bold;  padding: 7px 17px; border: 1px solid; cursor: pointer; min-width: 90px;}
.newdesign_btn:hover{background: #000000; color:#ffffff}
.control_field{display: inline-block;float: left;max-width: 15%;width: 100%;margin: 7px 0px;padding-right: 12px;position: relative;}
.control_field label { color: #000000; margin-bottom: 5px;width: 100%;display: inline-block;font-size: 13px;float: left;font-weight:bold;}
.control_field .infield {border: 1px solid #b0b0b0; background: #ffffff; color: #000000; padding: 5px; border-radius: 4px;width: 100%;  height: 30px; min-width: 100%; max-width: 100%; position: relative;  float: left;}
.control_field_button{display: inline-block;float: left; max-width: 10%; width: 100%;  margin: 7px 0px; padding-right: 12px; position: relative;}
.control_field_button label{margin-bottom: 2px;	display: inline-block;width:100%;}

/* control Room popup */
.edittchlistpopup_layout{position: fixed; width: 100%;height: 100%; background: rgba(0,0,0,0.6);z-index: 999999; top: 0;left:0;}
.edittchlistpopup_container{max-width: 628px; width:90%; margin: 90px auto 0px; background: #ffffff; padding: 20px; border-radius: 5px;  box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);box-sizing: border-box;border-top: 5px solid;position: relative;}
.tcheditlist_outr{width:100%; max-height: 300px;overflow: auto;}
.tcheditlist{padding: 10px; border-bottom: 1px solid #cccccc;}
.tcheditlist:last-child{border-bottom: 0px;}
.tcheditlist ul{padding: 0;list-style: none; margin: 7px 0px;margin-left: -10px;}
.tcheditlist ul li{display: inline-block; padding: 2px 10px; border-right: 2px solid #b2b2b2; box-sizing: border-box;}
.tcheditlist ul li:last-child{border-right: 0px ;}
.tcheditlist p{margin:0px}
.editpclose{top: -20px; right: -30px; position: absolute;background: transparent; border: 0px;color: #ffffff; padding: 0px;font-size: 20px;}


/* change password */
.newdesign .changepasswordmessage_box_outer {margin: 8% auto auto;}
.newdesign .changepasswordmessage_box_outer .custom_ul {text-align: left;padding-top: 10px;  margin-bottom:0px!important;}
.newdesign .changepasswordmessage_box_outer .custom_ul ul {padding-left: 13px;}
.newdesign .changepasswordmessage_box_outer .custom_ul ul li {list-style: disc;line-height:19px;font-size:13px;}
.newdesign .changepasswordmessage_box_outer .custom_ul h5{color: #737070; margin: 5px 0px;}



.edittchlistpopup_container.CPEdetails {
    max-width: 420px;
}
.CPEdetails .tcheditlist ul li {
    display: inline-block;
    padding: 8px 10px;
    border-right: 0px solid #b2b2b2;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid #e8e6e6;
}


span.messaginginfo {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #ffe200;
    border-radius: 35px;
    margin-left: 3px;
    line-height: 18px;
    color: #796f1d;
    cursor: pointer;
}
span.messaginginfo .fas{font-size:11px;}

.newdesign .divChatDispatcher{cursor: pointer;}

.page_section .togglefilter { font-weight: normal; font-size: 12px;  background: green;  color: #fff;  padding: 2px 7px;  border-radius: 3px;cursor: pointer;float:right;}

/*.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all { z-index: 8 !important;}*/



/* footer design change */
.newdesign .footertag{z-index:0;} 


/* COVID popup */
.covidpopup_layout,.covidpopup_layout *{box-sizing: border-box;}
.covidpopup_layout{position: fixed; width: 100%; height: 100%;background: #ffffff; z-index: 999999; top: 0;padding: 10px 20px;left: 0;}
.covidpopup_container{max-width: 100%; width: 100%; margin: 0px; background: #ffffff; padding: 0; border-radius: 5px; box-sizing: border-box; position: relative;}
.covid_form_heading{margin: 20px 0px 0px 0px; line-height: 20px;  margin-bottom: 10px;  font-size: 20px; text-align: center;}
.covidform_outr{width: 100%;max-height: calc(100vh - 100px); overflow: auto;}
.covid_section{}
.covid_section h1{ margin: 0 0 10px 0;color: #ffffff;font-size: 15px; padding: 5px 10px;float: left;width: 100%;}
.Fields_group{margin-bottom: 15px; float: left;  width: 33.3%;  padding: 0px 15px;}
.Fields_group label{width: 35%;line-height: 26px;float:left;padding:5px 14px 5px 6px; word-break: break-word;text-align:right;}
.Fields_group .Form_Fields{border: 0px;border-bottom: 1px solid #cccccc; padding: 5px 7px; width: 63%; line-height: 26px;float:left;}
.Fields_group .Form_Fields:focus{border: 0px;border-bottom: 1px solid #000000; outline: none;}
/* .Fields_group.co_date{width:70%}
.Fields_group.co_date label{width:170px}
.Fields_group.co_date .Form_Fields{width:200px}
.Fields_group.co_time{width:30%} */

.covid_Q_group {display: table;width: 100%;margin-bottom: 20px;}
.covid_Q_group .covid_left {display: table-cell;width: 70%;vertical-align: top;padding-right: 20px; word-break: break-word;}
.covid_Q_group .covid_right {display: table-cell;width: 30%;vertical-align: top;}
.covid_Q_group .covid_right label{padding-left: 25px;}
.covid_Q_group .infieldcheckbox {border: 1px solid #b0b0b0;background: #ffffff;  width: 15px;  height: 15px;margin: 0px;position: relative;  top: 3px;}


.covidpopup_container .button_container { text-align: center;  margin: 10px 10px;}
.covidpopup_container .colored_btn_new { border-radius: 5px;  color: #fff;  font-weight: bold;  padding: 7px 17px; border: 1px solid;  cursor: pointer; min-width: 90px;}

/* disable button */
.disableButtonInConstruction
{
background-color:gray !important;
border-color:gray !important;
}

/* glow button */
.glow
{ -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
 }

@-webkit-keyframes glowing {
  0% { -webkit-box-shadow: 0 0 3px #B20000; }
  25% {  -webkit-box-shadow: 0 0 20px #a13838; }
  50% {  -webkit-box-shadow: 0 0 40px #FF0000; }
  75% {  -webkit-box-shadow: 0 0 20px #521616; }
  100% {  -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% {  -moz-box-shadow: 0 0 3px #B20000; }
  25% { -moz-box-shadow: 0 0 20px #a13838; }
  50% { -moz-box-shadow: 0 0 40px #FF0000; }
  75% { -moz-box-shadow: 0 0 20px #521616; }
  100% { -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% {  box-shadow: 0 0 3px #B20000; }
  25% {  box-shadow: 0 0 20px #a13838; }
  50% {  box-shadow: 0 0 40px #FF0000; }
  75% {  box-shadow: 0 0 20px #521616; }
  100% { box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% {  box-shadow: 0 0 3px #B20000; }
  25% { box-shadow: 0 0 20px #a13838; }
  50% { box-shadow: 0 0 40px #FF0000; }
  75% { box-shadow: 0 0 20px #521616; }
  100% { box-shadow: 0 0 3px #B20000; }
}
