﻿@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: 23%;
    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;
        height:30px;
    }

.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;
    height:30px;
}

.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 .blue_btn_outer:hover {border: 1px solid #000000;  background: #000000;color:#ffffff;}
.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;}
.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;}

input[disabled="disabled"], select[disabled="disabled"] { cursor: not-allowed;}
.ui-multiselect { background: #fff !important;}
/*.newdesign .ui-widget-content a { color: #000 !important;
    border: 1px solid #d6daea;
    padding: 3px 10px;
    border-radius: 3px;
    background: #fff;
    display: inline-block;
    position: relative;
    top: -7px;
    margin: 0px 3px;
}
.newdesign .ui-widget-content a:hover {
    background: #d6daea;
    color: #000;
    border: 1px solid #d6daea;
}
.newdesign span.vl {display:none;}*/

.character_design{font-weight: bold;float: right;}


.newdesign .tablesorter tr td:first-child.msoaction a {
    color: #000;
    border: 1px solid #d6daea;
    padding: 3px 10px;
    border-radius: 3px;
    background: #ffffff;
    display: inline-block;
}

    .newdesign .tablesorter tr td:first-child.msoaction a:hover {
        background: #d6daea;
        color: #000000;
        border: 1px solid #d6daea;
    }


.newdesign .msodataTablesummary .tablesorter-blue thead th {
    color: #ffffff !important
}

.newdesign .ui-state-default a, .newdesign .ui-state-default a:link, .newdesign .ui-state-default a:visited {
    background: #f9f9f9;
    color: #515151 !important
}

/* changes 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;}



/* footer design change */
.newdesign .footertag{z-index:0;} 

/* disable button */
.disableButtonInConstruction
{
background-color:gray !important;
border-color:gray !important;
}