/* welcome user start */
.userwc {
    display: block;
    margin-right: 22px;
    font-size: 14px;
    text-align: right;
}

.uernme-welcome {
    /* Size & position */
    position: relative;
    min-width: 120px;
    width: auto;
    padding: 12px 15px;
    color: #fff;
    /* Styles */
    /* background: #fff; */
    border-radius: 5px;
    cursor: pointer;
    outline: none;
}

    .uernme-welcome:after { /* Little arrow */
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -3px;
        border-width: 6px 6px 0 6px;
        border-style: solid;
        border-color: #fff transparent;
    }

    .uernme-welcome .dropdown {
        /* Size & position */
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 9;
        /* Styles */
        background: #fff;
        border-radius: 0 0 5px 5px;
        border: 1px solid rgba(0,0,0,0.2);
        border-top: none;
        border-bottom: none;
        list-style: none;
        /* Hiding */
        max-height: 0;
        overflow: hidden;
    }

        .uernme-welcome .dropdown li {
            padding: 0 10px;
            border-bottom: 1px solid #ccc;
        }

            .uernme-welcome .dropdown li a {
                display: block;
                text-decoration: none;
                color: #333;
                padding: 10px 0;
                /*transition: all 0.3s ease-out;*/
                border-bottom: 0px solid #e6e8ea;
                font-size: 13px;
            }

            .uernme-welcome .dropdown li:hover {
                background: #37474f;
            }

            .uernme-welcome .dropdown li a:hover {
                color: #fff !important;
            }

            .uernme-welcome .dropdown li:last-of-type a {
                border: none;
            }

            .uernme-welcome .dropdown li i {
                margin-right: 5px;
                /*color: inherit;*/
                vertical-align: middle;
            }

            /* Hover state */

            .uernme-welcome .dropdown li:hover a {
                color: #fff;
            }

    /* Active state */

    .uernme-welcome.active {
        border-radius: 5px 5px 0 0;
        background: #f9b629;
        box-shadow: none;
        border-bottom: none;
        color: black !important;
    }

        .uernme-welcome.active:after {
            border-color: #fff transparent;
        }

        .uernme-welcome.active .dropdown {
            border-bottom: 0px solid rgba(0,0,0,0.2);
            max-height: 400px;
        }

/* welcome user end */

/*main page css start*/
div.pageheader1 {
    display: none;
}

div.main {
    margin: 0;
}

div.pageheader2 {
    background: #37474f;
    border-bottom: 0px solid #566166;
}

.logomenu {
    padding-top: 3px;
    padding-bottom: 5px;
    width: 97%;
    margin: 0 auto;
}

.mainmenuitemhover {
    background-color: transparent;
    color: #333;
    border-bottom: 4px solid #f9b629;
    position: relative;
    top: 2px;
}

.headmenuitemhover, .mainmenuitemhover {
    background-color: transparent;
    color: #f9b629;
    border-bottom: 4px solid #f9b629;
    position: relative;
    top: 2px;
}

.mainmenuitem, .mainmenuitemhover {
    border-right: 0;
}

.headmenuitem, .mainmenuitem {
    background-color: transparent;
}

.headmenuitem, .headmenuitemhover {
    border-left: 0;
    border-right: 0;
}

.headmenuitem, .mainmenuitem {
    color: #fff;
}

.hrmenu {
    position: relative;
}

.submenu {
    background-color: #fff;
    border: 1px solid #737373;
}

.headsubmenuitem, .submenuitem {
    background: #fff !important;
    color: #000;
    padding-right: 10px;
}

.submenuitem, .submenuitemhover {
    padding-left: 0;
    text-indent: 8px;
}

.submenuitemhover, .headsubmenuitemhover {
    background: #37474f;
    color: #fff;
    padding-right: 10px;
}

    .submenuitem td, .headsubmenuitem td, .submenuitemhover td, .headsubmenuitemhover td {
        font-size: 13px;
    }

#nav {
    margin-top: 0;
}

    #nav li ul {
        background: #3b585e !important;
        margin-top: -3px;
        text-indent: 8px;
        padding-left: 0;
    }

        #nav li ul li a {
            background:  #3b585e !important;
            border-bottom: 0;
            padding: 5px 5px 5px 15px;
            text-indent: 0;
            color: #dbcec8;
            margin-left: 3px;
        }


    #nav li a {
        color: #dbcec8;
        background: #49505a;
        border-radius: 0;
        font-size: 12px;
        /*! font-weight:600; */
    }

    #nav li ul li a.currentmenu {
        background: #37474f !important;
        padding: 4px 8px 5px 15px;
        border-radius: 0;
        border-right: 0;
        margin-left:3px;
    }

.showvertmenuclass {
    background: #49505a;
    border-radius: 0;
    padding: 0;
}

    .showvertmenuclass #nav li a:hover {
        background: #49505a !important;
        border-radius: 0;
        border-right: 0;
        color: #f9b629;
        font-weight: 600;
    }

#nav li a:hover, #nav li a.active, #nav li a.currentnavmenu {
    background: #fff;
    border-right: 0;
    border-radius: 0;
    color: #637381;
}

#nav li ul li a.currentmenu:hover {
    background: #37474f !important;
    color: #f9b629;
    margin-left: 3px;
}

#nav li {
    padding-bottom: 0;
}

.headsubmenuitem, .headsubmenuitemhover {
    padding-left: 0;
    text-indent: 8px;
    border: 0 !important;
}

.menuhover:hover {
    color: #f9b629;
    border-bottom: 4px solid #f9b629;
    background: transparent;
    position: relative;
    top: 2px;
}

div.footer {
    background-color: #37474f;
}

.submenu .selected {
    background: transparent !important;
    top: 0;
    /*border-bottom: 4px solid #f9b629 !important;*/
}

.headmenuline {
    border-bottom: 1px solid #fff;
    margin-left: 6em;
    height:46px !important;
}

.pagecontent1 {
    background: #eaeaea !important;
    border-color: #ccc;
}

.pagecontent1 {
    padding: 12px;
}

/*div.mainpagecontent {
    background: #f3f3f5;
}*/

input.text, INPUT.inputtext, INPUT.readonlytext, INPUT.price, .searchctrltext, input.logininputtext {
    text-indent: 8px;
}

/*main page css end*/

.vertmenubg {
    /*background-color: #2f4050;*/
    border-top: 0px solid cadetblue;
    width:100%;
}

/*Login page */
#dynarea {
    background-image: url(../images/login-img.jpg);
    height: 575px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

    #dynarea .login {
        background: transparent;
        height: auto !important;
        max-height: 558px;
    }

.loginhead {
    background: none;
}

.loginsurelogo {
    display: none;
}

#dynarea #ctl00_uxPgCPH_uid {
    display: block;
}

#dynarea #ctl00_uxPgCPH_pwd {
    display: block;
}

#dynarea #ctl00_uxPgCPH_loginfrm {
    display: block;
}

#dynarea #ctl00_uxPgCPH_Table1 {
    background: none;
    width: 100%;
}

.loginhd {
    font-size: 24px;
    padding-top: 2em;
    text-align: center;
}

.loginbtnsave {
    min-width: 206px;
}

.signup {
    padding-top: 11px;
    text-align: center;
    padding-bottom: 34px;
}

    .signup span {
        font-size: 16px;
        padding-top: 2em;
    }

        .signup span a {
            color: #b90d42;
            cursor: pointer;
        }

.loginnw {
    background: #EAEAEA !important;
    width: 36%;
    border-radius: 0 !important;
    float: right;
    margin-top: 3em;
    margin-right: 30em;
}

.loginarrow {
    display: none;
}


input.logininputtext {
    width: 203px;
}

/*popup page start*/
.ui-dialog .ui-dialog-title {
    color: #fff;
}
/*Login page end*/

.brandcopyright {
    line-height: 55px;
}

.headmenuitem td, .headmenuitemhover td, .mainmenuitem td, .mainmenuitemhover td, mainmenuitemhover {
    font-size: 13px;
}

.langlinktext {
    color: #fff;
    text-decoration: none;
}

    .langlinktext:hover {
        color: #f9b629;
        text-decoration: none;
    }

.btnsave, .btnclose, .btnsearch, .btnlong, .button, .longbutton, .longbutton1, .dislongbutton,
.loginbtnsave, .loginbtnsave, .btnupdate, .btnback, .btnnext {
    background-image: url(../images/btnpink.png) !important;
}

    .btnsave:hover, .btnclose:hover, .btnsearch:hover, .btnlong:hover, .button:hover, .longbutton:hover, .longbutton1:hover, .dislongbutton:hover,
    .loginbtnsave:hover, .loginbtnsave:hover, .btnback:hover, .btnnext:hover {
        background-image: url(../images/btnpinkhover.png) !important;
    }

.btnadd, .btndelete, .btnupdate, A.contenthead {
    background-image: none !important;
    background-color: #fff !important;
    border-style: solid !important;
    border-width: 1px 1px 2px !important;
    color: #000 !important;
    border-color: #ccc #ccc #bc2d30 !important;
    border-radius: 0 !important;
    cursor: pointer;
}
    .btnadd:hover, .btndelete:hover, .btnupdate:hover, A.contenthead:hover {
        border-width: 1px 1px 2px !important;
        color: #000 !important;
        border-color: #bc2d30 #bc2d30 #bc2d30 !important;
    }

    .newPageTheme .oldsubelement, .newPageTheme .subelement {
        line-height: 22px !important;
    }

.newPageTheme .searchimg {
    background-position: 0% 50% !important;
    height: 24px !important;
}

.newPageTheme .irmain {
    width: 98.5%;
}

/*css applied for screen for which new theme is not applied */
div.content {
    margin: 12px;
}

table.toppagecontent {
    background: #eaeaea;
}

.titlerow {
    background: transparent !important;
}

.ui-dialog .ui-dialog-titlebar {
    background-image: url(../images/dlgcapt1.png) !important;
}

table.contenttbl {
    height: auto !important;
}

.hidemenu {
    left: 200px;
}

.showmenu {
    left: 0;
}

.frm883 .textarea {
    width: 578px;
}

select.ddlwidth85px
{
    width: 85px !important;
}

select.ddlwidth100px
{
    width: 100px !important;
}

select.ddlwidth120px
{
    width: 120px !important;
}

select.ddlwidth150px
{
    width: 150px !important;
}

select.ddlwidth190px
{
     width: 190px !important;
}

/* for menu changes*/

.showvertmenuclass #nav li ul a:hover {
    /*background: #65757D !important;*/
    background: #3b585e !important;
    border-radius: 0;
    border-right: 0;
    color: #f9b629;
}

.showvertmenuclass #nav li ul a.currentmenu {
    background: #3b585e !important;
    /*! border-bottom: 1px solid #f9b629; */
}

    .showvertmenuclass #nav li ul a.currentmenu:hover {
        background: #3b585e !important;
    }

#nav li a.active, #nav li a.currentnavmenu {
    background: #3b585e;
    color: #f9b629;
    font-weight: 600;
}

#nav li ul li {
    margin-top: 0px !important;
}

#nav li a {
    padding-left: 6px;
}

.frm617.frmselect {
    width: 132px;
}
/*Mobile View In Native Portal Starts*/
@media only screen and (max-width:940px) and (max-device-width:940px) {
    .hrmenu {
        display: none;
    }

    .langtd {
        display: none;
    }

    .mobilehdrdiv {
        display: flex;
    }

    .mblhmbmenuicon {
        display: inline-block;
        cursor: pointer;
        padding-right: 9px;
    }


    .mblsetting {
        width: 33%;
    }


    .container {
        display: inline-block;
        cursor: pointer;
    }

    .bar1, .bar2, .bar3 {
        width: 35px;
        height: 5px;
        background-color: #fff;
        margin: 6px 0;
        transition: 0.4s;
    }

    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-9px, 6px);
    }

    .change .bar2 {
        opacity: 0;
    }

    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
    }

    .mblhmbmenudiv {
        background-color: white;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 0%;
        z-index: 231454534;
        height: 100%;
        overflow: scroll;
        padding: 0px;
        transition: 0.5s;
    }

    .menulist {
        border-bottom: 1px solid #eaeaea;
        display: block;
        padding: 10px 20px;
    }

    .mblprntmenuli {
        display: list-item;
        border-bottom: 0.5px solid #0000002e;
        padding:5px;
    }

    .mblprntmenuanchor {
        border-bottom: 0px solid #eaeaea;
        display: block;
        padding: 7px 9px;
        font-size: 15px;
        color: black;
        line-height: 38px;
    }

        .mblprntmenuanchor img {
            margin: auto;
            width: 8%;
            float: right;
            height: 0%;
            margin-top: 6px;
        }

    .mblhmbmenudiv > div > ul > li > a {
        text-decoration: none;
    }

        .mblhmbmenudiv > div > ul > li > a:hover {
            color: black;
        }

    .mblhmbmenudiv > div > ul > li > ul.istylem0 {
        margin-left: 55px;
        list-style-type: none;
    }

        .mblhmbmenudiv > div > ul > li > ul.istylem0 > li {
        }

            .mblhmbmenudiv > div > ul > li > ul.istylem0 > li > a {
                display: block;
                padding: 10px 2px;
                border-bottom: 0px solid #eaeaea;
                text-decoration: none;
                font-size: 16px;
                color: black;
            }
    .istylem0 {
        width: auto !important;
    }

    .mblhmbmenudiv .selected {
        border-bottom: 0px solid #f9b629 !important;
    }

        .mblhmbmenudiv .selected > a {
            font-weight: bold;
        }
}
@media only screen and (min-width:668px) and (max-device-width:940px) {
    .mblprntmenuanchor img {
        width: 5% !important;
    }
}
    /*Mobile View In Native Portal Starts*/
/*Convert native portal calendar*/
.calendar thead .title {
    background: #bc2d30;
}
.calendar table{
    background-color:#fff;
}
    .calendar table .wn {
        background-color: #fff;

    }
.calendar thead .name {
    background-color: #fff;
}
.calendar tfoot .ttip {
    background: #bc2d30;
}
.calendar tbody td.today {
    background: #bc2d30;
}
.calendar tbody .rowhilite td {
    background: #fff;
}
    .calendar tbody .rowhilite td.wn {
        background: #fff;
    }
    /*Lookup related*/

.ui-menu-item:hover {
    background-color: #37474f;
}
.ui-state-focus {
    color:white;
}
.ui-autocomplete {
    border: 1px solid black;
    border-radius: 0px;
}
/*Native Portal Mobile View */
@media screen and (min-width:1048px) and (max-width:1114px){
    .optionaltext1, .optionaltext2, .optionaltext3, .labelText, .labelText1, .labelText3, .labelText2, .requiredField, .requiredField2, .requiredField3, .requiredField4, .requiredField5, .requiredField6, .FlexRequiredField2, .requiredField7, .requiredtext1, .requiredtext2, .requiredtext3, .flexoptionaltext1, .flexoptionaltext2, .flexoptionaltext3, .flexrequiredtext1, .flexrequiredtext2, .flexrequiredtext3 {
        width: 92px !important;
    }
}
@media screen and (min-width:992px) and (max-width:1048px){
    .optionaltext1, .optionaltext2, .optionaltext3, .labelText, .labelText1, .labelText3, .labelText2, .requiredField, .requiredField2, .requiredField3, .requiredField4, .requiredField5, .requiredField6, .FlexRequiredField2, .requiredField7, .requiredtext1, .requiredtext2, .requiredtext3, .flexoptionaltext1, .flexoptionaltext2, .flexoptionaltext3, .flexrequiredtext1, .flexrequiredtext2, .flexrequiredtext3 {
        width: 82px !important;
    }
}
@media only screen and (max-width:940px) and (max-device-width:940px) {
    .sectionfields td {
        display: block;
        /*height: 60px !important;*/
        border: 0px solid red;
        width: 100%;
        margin-top:10px;
    }

    .optionaltext1, .optionaltext2, .optionaltext3, .labelText, .labelText1, .labelText3, .labelText2, .requiredField, .requiredField2, .requiredField3, .requiredField4, .requiredField5, .requiredField6, .FlexRequiredField2, .requiredField7, .requiredtext1, .requiredtext2, .requiredtext3, .flexoptionaltext1, .flexoptionaltext2, .flexoptionaltext3, .flexrequiredtext1, .flexrequiredtext2, .flexrequiredtext3 {
        text-align: left;
        margin-left: 8px;
    }

    .optionalimg, .optionalImg, .requiredimg, .requiredImg, .requiredImg1, .requiredImg2, .searchcolumnoptImg {
    }

    div.inputcontrol {
        margin-left: 7px;
        width: 100%;
    }

    input.text, INPUT.inputtext, INPUT.readonlytext, INPUT.price, .searchctrltext, input.logininputtext {
        width: 96%;
    }

    .newPageTheme SELECT.text, .newPageTheme .select, .newPageTheme .searchctrlselect, .newPageTheme .mailselect {
        width: 80%;
    }

    div.floatleft {
        width: 100%;
    }

    .textalignedimg {
        left: -98px;
    }

    .entitytxtdiv {
        width: 100%;
    }

    .entityimgdiv {
        width: 0%;
    }

    /*.searchimg {
        left: -98px !important;
    }*/

    .entitysearch, .entitysearchtext, .entitysearchelement {
        width: 100%;
    }

    /*.addresscontrol div {
        width: 100%;
    }*/

    .addresscontrol td {
        width: 100%;
    }

    .addresssection td {
        width: 100%;
    }

    .requiredimg .subelement {
        line-height: 0px;
    }

    table.addresssection tr:first-child > td:first-child {
        height: 100% !important;
        border: 0px solid red;
    }

    table.addresssection tr:first-child > td:last-child {
        height: 100% !important;
        border: 0px solid red;
    }

    .subelement, .oldsubelement {
        min-height: 5px;
        line-height: 0px !important;
    }

    td.flexcolumn1, td.flexcolumn2, td.flexcolumn3 {
        width: 100%;
    }

    .PrntTbBrdr td {
        display: block;
        width: 30%;
    }

    .PrntTbBrdr .optionalimg, .PrntTbBrdr .optionalImg, .PrntTbBrdr .requiredimg, .PrntTbBrdr .requiredImg, .PrntTbBrdr .requiredImg1, .PrntTbBrdr .requiredImg2 {
        min-height: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 0px;
    }

    td > .PrntTbBrdr .labelText, .PrntTbBrdr .labelText1, .PrntTbBrdr .labelText3, .PrntTbBrdr .labelText2, .PrntTbBrdr .requiredField, .PrntTbBrdr .requiredField2, .PrntTbBrdr .requiredField3, .PrntTbBrdr .requiredField4, .PrntTbBrdr .requiredField5, .PrntTbBrdr .requiredField6, .PrntTbBrdr .FlexRequiredField2, .PrntTbBrdr .requiredField7, .PrntTbBrdr .flexoptionaltext1, .PrntTbBrdr .flexoptionaltext2, .PrntTbBrdr .flexoptionaltext3, .PrntTbBrdr .flexrequiredtext1, .PrntTbBrdr .flexrequiredtext2, .PrntTbBrdr .flexrequiredtext3 {
        margin-left: 8px;
        height: 15px;
        margin-top: 10px;
        line-height: unset !important;
    }

    .PrntTbBrdr .flexcolumn {
        width: 100%;
    }

    .PrntTbBrdr input.text, .PrntTbBrdr INPUT.inputtext, .PrntTbBrdr INPUT.readonlytext, .PrntTbBrdr INPUT.price, .PrntTbBrdr .searchctrltext, .PrntTbBrdr input.logininputtext {
        margin-left: 8px;
    }

    .PrntTbBrdr input.text, .PrntTbBrdr input.inputtext, .PrntTbBrdr INPUT.price, .PrntTbBrdr input.logininputtext, .PrntTbBrdr textarea, .PrntTbBrdr TEXTAREA.text, .PrntTbBrdr .textarea, .PrntTbBrdr .searchctrltext, .PrntTbBrdr .searchctrlselect, .PrntTbBrdr .select, .PrntTbBrdr SELECT.text, .PrntTbBrdr .checkbox, .PrntTbBrdr .textarea, .PrntTbBrdr .hyperlink, .PrntTbBrdr span.inputtext, .PrntTbBrdr span.select, .PrntTbBrdr span.text {
        margin-left: 8px;
    }

    /*.frm120 .checkbox {
        width: 100%;
    }*/

        .frm120 .checkbox tr {
            display: flex;
        }

    .newPageTheme input.text, .newPageTheme input.inputtext, .newPageTheme INPUT.price, .newPageTheme input.logininputtext, .newPageTheme textarea, .newPageTheme TEXTAREA.text, .newPageTheme .textarea, .newPageTheme .searchctrltext, .newPageTheme .searchctrlselect, .newPageTheme .select, .newPageTheme SELECT.text, .newPageTheme span.inputtext, .newPageTheme span.select, .newPageTheme span.text, .newPageTheme .mailselect {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    /*.newPageTheme .oldsubelement, .newPageTheme .subelement {
        line-height: 0px !important;
    }*/

    td > .PrntTbBrdr .labelText, .PrntTbBrdr .labelText1, .PrntTbBrdr .labelText3, .PrntTbBrdr .labelText2, .PrntTbBrdr .requiredField, .PrntTbBrdr .requiredField2, .PrntTbBrdr .requiredField3, .PrntTbBrdr .requiredField4, .PrntTbBrdr .requiredField5, .PrntTbBrdr .requiredField6, .PrntTbBrdr .FlexRequiredField2, .PrntTbBrdr .requiredField7, .PrntTbBrdr .flexoptionaltext1, .PrntTbBrdr .flexoptionaltext2, .PrntTbBrdr .flexoptionaltext3, .PrntTbBrdr .flexrequiredtext1, .PrntTbBrdr .flexrequiredtext2, .PrntTbBrdr .flexrequiredtext3 {
        margin-left: 8px;
        height: 15px;
        margin-top: 10px;
        line-height: unset !important;
    }

    .PrntTbBrdr SELECT.text, .PrntTbBrdr .select, .PrntTbBrdr .searchctrlselect, .PrntTbBrdr .mailselect {
        margin-left: 8px;
    }
    .tduidfrgtpwd, .tdpwdfrgtpwd {
        width: unset;
    }
    .loginhead {
        display: none;
    }
    .arrow{
        display:none;
    }
    .loginnw {
        margin-top: 2em;
        margin-left: 5em;
        margin-right:0em;
    }
    #dynarea {
        height: 428px;
        background-image: url(../images/login-img-mbl.jpg);
    }
    .loginbtnsave {
        position: relative;
        right: 17px;
    }
    .uernme-welcome {
        padding: 5px 6px;
        min-width:unset;
    }
    .notifications {
        padding-right:0px !important;
    }
    .notificationstd{
        width:10px;
    }
    .brandcopyright{
        line-height:unset;
    }
}
/*Native Portal Mobile View */

/*LCO User Menu*/
.welcentitynamediv {
    text-align: right;
}

.welcentitybaldiv {
    text-align: right
}

.welcusernamediv {
    padding-top: 2px;
    text-align: right;
    cursor:default;
}

.lblwelcentityname {
    font-size: 14px;
}

.lblwelcentitybal {
    font-size: 14px;
}

.lblwelcusername {
    font-size: 12px;
    padding-right: 13px;
    cursor:pointer;
}

.lblwelcentitybal .currency {
    font-weight: normal;
    font-size: 14px;
    color:white;
}

.lblwelcentitybal .entitydtllabel {
    font-size: 14px;
}

.lcousernamediv {
    position: absolute;
    top: 2px;
    right: 10px;
    padding: 2px 5px;
    cursor: none;
    z-index: 10003;
}

.lcousernamedivmvc {
    line-height: 1.12;
    font:normal;
}
.lcousernamediv:after {
    display: none;
}
.lcousernamediv.active {
    background-color: unset;
    color: white !important;
}
.lcousernamediv .dropdown {
    top: 98%;
    max-height: 400px;
    display: none;
    width: 162px;
    border-radius: 6px;
    left: unset;
}
    .lcousernamediv .dropdown li a {
        padding: 7px 0;
    }
.lcousernamedivmvc .dropdown {
    top: 112%;
}
.welcusernamediv:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 84%;
    right: 3px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #fff transparent;
    cursor: pointer;
}
.lcologomenu .mqlogo {
    width: 20%;
}
.lcologomenu .hrmenu {
    width: 48%;
}
.lcologomenu .notificationstd {
    width: 20%;
}
.lcologomenu .langtd {
    width: 20%;
    text-align:-moz-center;
    text-align: -webkit-center;
}
.lcologomenu .langdiv {
    width: 50%;  
}
.lcologomenu .usermenutd {
    width: 20%;
}
/*LCO User Menu*/

/*related menu links*/
td.relatedlinks{
    width:55%;
}

.tdmoremenu {
    display:flex;
    float:right;
}
.divmoremenu {
    position:relative;
    float:right;
}

.mvcimgmore{
     cursor:pointer;
}

.imgmore{
    cursor:pointer;
    margin-bottom:-3px;
}

.relatedlinksdrpdown
{
    display:none;
    position: absolute;
    overflow: auto;
    z-index: 100;
    background-color:#f9f9f9;
    top: 30px;
    right: 0px;
    min-width:180px;
    border-radius: 3px;
    border: 1px solid #ccc;
    border-bottom:none;
}

.relatedlinksdrpdown ul{
    border-bottom:0px;
}

.relatedlinksdrpdown ul li {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}
.relatedlinksdrpdown ul li:hover{
    background-color: #37474f;
}

.relatedlinksdrpdown ul li a{
   text-decoration:none;
   padding: 10px 20px 10px 20px;
   display: block;
}

.relatedlinksdrpdown ul li a:hover{
   color:white;
}
/*related menu links*/

.logomenu.lcologomenu {
    padding-top: 5px;
    padding-bottom: 7px;
}

/* Upload links*/
.tdupload {
    display:flex;
    float:right;
}

.tduploadmvc {
    display:flex;
    float:right;
}

.divupload {
    position:relative;
}

.imgupload {
    cursor:pointer;
    margin-bottom:-3px;
    width:24px;
    height:24px;
}

.uploadslinksdrpdown {
    display:none;
    position: absolute;
    overflow: auto;
    z-index: 100;
    background-color:#f9f9f9;
    top: 30px;
    right: 0px;
    min-width:170px;
    border-radius: 3px;
    border: 1px solid #ccc;
    border-bottom:none;
}

.uploadslinksdrpdown ul{
    border-bottom:0px;
}

.uploadslinksdrpdown ul li {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}
.uploadslinksdrpdown ul li:hover{
    background-color: #37474f;
}

.uploadslinksdrpdown ul li a{
   text-decoration:none;
   padding: 10px 20px 10px 20px;
   display: block;
}

.uploadslinksdrpdown ul li a:hover{
   color:white;
}

/*Upload links*/
.rightslidernew {
    height: 22px;
    width: 20px;
    cursor: pointer;
}
.rightslider {
    height: 22px;
    width: 20px;
    cursor: pointer;
    background-color: rgb(243, 243, 245);
}

@media only screen and (max-width:940px) and (max-device-width:940px) {/*//naveen close ticket*/
    .userwc
    {
        text-align:center;
    }

    div.content {
        margin-left:3px;
        margin-right:3px;
    }

    td.messageholder {
        padding-left: 0px;
    }


    .newPageTheme input.text, .newPageTheme input.inputtext, .newPageTheme INPUT.price, .newPageTheme input.logininputtext, .newPageTheme textarea, .newPageTheme TEXTAREA.text, .newPageTheme .textarea, .newPageTheme .searchctrltext, .newPageTheme .searchctrlselect, .newPageTheme .select, .newPageTheme SELECT.text, .newPageTheme span.inputtext, .newPageTheme span.select, .newPageTheme span.text, .newPageTheme .mailselect {
        margin-top: 0px;
        margin-bottom: 1px;
    }

    .messageholder {
        display: none ;
    }

    .frameworkcontrols {
        width:10%;
    }

    .buttonsnew {
        display:none !important;
    }

    .tdupload
    {
        display:none !important;
    }
    div.content{
       margin: 0px;
    }
}

@media only screen and (min-device-width:941px) and (max-device-width:1068px) and (orientation:portrait) {
    .headmenuline {
        margin-left: 2em;
    }

    .uernme-welcome {
        padding: 12px 10px 12px 0px;
    }

    div.content {
        margin: 0px 5px 5px;

    }

    .headmenuitem td, .headmenuitemhover td, .mainmenuitem td, .mainmenuitemhover td, mainmenuitemhover {
        font-size: 12px;
    }
}

/*Date Format in Mobile Device*/
div.calendarDate {
    font-size: 20px;
    /*change calendarIcon size */
    display: block;
    position: relative;
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 4px;
    -moz-border-radius: 0.7em;
    overflow: hidden;
}

    div.calendarDate * {
        display: block;
        width: 100%;
        font-weight: normal;
        font-style: inherit;
        text-align: center;
        font-size: 15px;
    }

    div.calendarDate strong {
        position: absolute;
        top: 0;
        color: #fff;
        border-bottom: 0px dashed #ddd;
        box-shadow: 0 0px 0 #19aaaa;
        background-color: #5e5e5e;
    }

    div.calendarDate em {
        position: absolute;
        bottom: 0em;
        color: #2f2f2f;
        padding-top: 3px;
        height: 26px;
        background-color: #e5e5e5;
    }

    div.calendarDate span {
        font-size: 21px;
        letter-spacing: -0.05em;
        padding-top: 22px;
        color: #2f2f2f;
        background-color: #e5e5e5;
        padding-right: 4px;
    }
div.calendarDateTime {
    font-size: 20px;
    display: block;
    position: relative;
    width: 80px;
    height: 88px;
    background-color: #fff;
    border-radius: 4px;
    -moz-border-radius: 0.7em;
    overflow: hidden;
}
    div.calendarDateTime * {
        display: block;
        width: 100%;
        font-weight: normal;
        font-style: inherit;
        text-align: center;
        font-size: 15px;
    }
    div.calendarDateTime em {
        position: absolute;
        bottom: 0em;
        color: #2f2f2f;
        padding-top: 2px;
        height: 44px;
        background-color: #e5e5e5;
        padding-left: 0px;
    }
    div.calendarDateTime label {
        position: absolute;
        bottom: 1px;
        color: black;
        border-top: 1px solid grey;
        text-indent: 2px;
        width:auto;
        margin-left: 4px;
    }
    div.calendarDateTime strong {
        position: absolute;
        top: 0px;
        color: #fff;
        border-bottom: 0px dashed #ddd;
        box-shadow: 0 0px 0 #5e5e5e;
        background-color: #5e5e5e;
        width: 100%;
    }
    div.calendarDateTime span {
        font-size: 21px;
        letter-spacing: -0.05em;
        padding-top: 22px;
        color: #2f2f2f;
        background-color: #e5e5e5;
        padding-right: 0px;
    }


.btnmobilebackdiv {
    display: none;
}
/*Mobile View Form Buttons*/
@media only screen and (max-device-width: 940px) and (max-width: 940px) {/*//naveen*/
    .mobilecontentdiv {
        overflow: scroll;
        background-color: #fff;
    }

    div.content {
        background-color: #fff;
    }

    .mobilefooterdiv .brandcopyright {
        display: none;
    }

    div.footer, div.mobilefooterdiv {
        background-color: #eaeaea;
        height: 50px;
    }

    .footersec {
        display: none;
    }

    .clear-fix {
        display: none;
    }
    /*Mobile View Form Buttons*/
    /*Mobile View Header*/
    .bar1, .bar2, .bar3 {
        width: unset;
        height: 2px;
        background-color: #fff;
        margin: 6px 0;
        transition: 0.4s;
    }

    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-4px, 3px);
        margin-top: 8px;
    }

    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -7px);
    }

    .mobuser {
        height: 18%;
        border-bottom: 0px solid #eaeaea;
        width: 100%;
        background-color: #49505a;
    }

    .mobuserimg {
        height: 70%;
        display: flex;
        width: 100%;
    }

    .submenubuttons {
        display: flex;
        height: 26%;
        background-color: #49505a;
        width: 100%;
    }

    .chpwdmenu {
        height: 100%;
        border: 0px solid #006bff52;
        width: 50%;
        text-align: center;
        background-color: #eaeaea;
        cursor: pointer;
        margin-left: 2px;
    }

    .logoutbuttonmenu {
        height: 100%;
        border: 0px solid #006bff52;
        width: 50%;
        text-align: center;
        background-color: #eaeaea;
        border-left: 0px solid black;
        margin-left: 2px;
        cursor: pointer;
        margin-right: 2px;
    }

    .chpwdspan {
        font-size: 15px;
        font-weight: 400;
        padding-top: 7%;
    }

    .logoutspan {
        font-size: 15px;
        font-weight: 400;
        padding-top: 3%;
    }

    .profileImage {
        height: 40px;
        width: 70px;
        border-radius: 50%;
    }

    .mobusername {
        font-size: 15px;
    }

    .mobentityname {
        font-size: 15px;
    }

    .moblcobal {
        font-size: 15px;
    }

    .profiledtls {
        margin-top: 12px;
        width: 85%;
        color: white;
    }

    .mobmenu {
        height: 75%;
        overflow: scroll;
        border-right: 1px solid #e5e5e5;
    }

    .mobfootermenu {
        height: 7%;
        background-color: #e5e5e5;
        width: 100%;
        text-align: center;
        border-right: 1px solid #e5e5e5;
    }

    .moblogoutdiv {
        display: none;
    }

    .mobmenudownimg {
        float: right;
        height: 12px;
        width: 12px;
        padding-top: 4px;
    }

    .mobfootermenu A.FooterText:link, .mobfootermenu A.FooterText:link, .mobfootermenu .FooterText, .mobfootermenu A.FooterTextMQ:visited, .mobfootermenu A.FooterTextMQ:link, .mobfootermenu .FooterTextMQ, .mobfootermenu .FooterText {
        color: black !important;
        font-weight: unset;
        line-height: 50px;
        font-size: 14px;
    }

    A.FooterText:link, A.FooterText:link, .FooterText, A.FooterTextMQ:visited, A.FooterTextMQ:link, .FooterTextMQ, .FooterText {
        color: black !important;
        font-size: 14px;
        line-height: 50px;
    }

    .copyright {
        text-align: center;
    }

    .mqbrand {
        display: none;
    }

    .contentblur {
        filter: blur(5px);
    }

    .mobformbuttondiv .btnback {
        display: none;
    }

    .btnmobilebackdiv {
        margin-top: 15px;
        margin-left: 2px;
    }

    .Line.mobline {
        border: unset;
    }

    .btnmobilebackdiv {
        display: block;
    }

    td.pagecontent {
        background-color: white;
    }

    .pagetitlemessage {
        display: none !important;
    }
    /*Mobile View Header*/
    /*MVC Search Control Mobile View*/
    .mvcsrchctl .hardware-allocate {
        background-color: white;
    }

    .searchcontrol, .newsection, .newsectionmob {
        width: 100%;
        background-color: white;
        border: unset !important;
        padding: 0px;
        margin: 0px;
        border-radius: 0px;
    }

    .mobwidth {
        width: 100%;
    }

    .mobsrchdiv {
        width: 95%;
        background-color: white;
        padding-left: 8px;
        margin-top: 12px;
    }

    .mvcsrchctl .mobsrchbtns {
        width: 16%;
        display: flex;
    }

    .mvcsrchctl .mobsrchtxtwidth {
        display: flex;
        width: 83%; 
    }

    .mvcsrchctl .sertxtctrl {
        text-indent: 5px;
    }

    .mvcsrchctl .mobstyle {
        background-color: #c8bcbc;
        height: 32px;
        width: 28px;
        cursor: pointer;
    }

    .mvcsrchctl .accimg {
        border-width: 0px;
        width: 40px;
        height: 40px;
    }

    .mvcsrchctl .displaymobphone {
        border-width: 0px;
        height: 40px;
        width: 40px;
        position: relative;
        border-right: 1px solid #c8bcbc;
    }

    .mvcsrchctl .displaymobemail {
        border-width: 0px;
        height: 40px;
        width: 40px;
        position: relative;
        float: right;
        border-right: 1px solid #c8bcbc;
    }

    .mvcsrchctl .searchimgall {
        border-width: 0px;
        border-width: 0px;
        height: 23px;
        width: 23px;
        position: relative;
        float: right;
        left: -8%;
        top: 20%;
    }
    /*Mobile search Control MVC*/
    .mobmoreimgdiv {
        width: 5%;
        margin-top: 2px;
    }

    .mobdiv {
        width: 95%;
    }

    .mobmoreimg {
        width: 15px;
        height: 20px;
        margin-left: 60px;
    }

    .mobdivdetail {
        display: none;
        border-top: 1px solid #d2d2d2;
    }

    .mobdivmain {
        display: flex;
        width: 100%;
    }

    .srchctltd {
        width: 72%;
        padding-top: 5px;
    }

    .contactnameicon {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: black;
        font-size: 23px;
        color: white;
        text-align: center;
        line-height: 50px;
        margin: 20px;
    }

    .ffaactive {
        background-color: #17b294;
    }

    .ffapending {
        background-color: #f7ab5a;
    }
    .popubgcolour {
        background-color: #37474f;
    }
}
@media only screen and (max-device-width: 940px) and (max-width: 940px) {
    #ffaemail, #ffaphnnbr {
        width: 90%;
        height: 45px;
        border-radius: 5%;
        -webkit-box-shadow: inset 2px 2px 3px 3px #dddddd;
        border: 0 none;
        box-shadow: 0px 10px 10px -8px rgba(1,1,1,0.8);
        transition: 0.6s ease;
        background: transparent;
        padding: 10px;
        margin: 0;
        color: darkgrey;
        text-align: left;
        font-size: 14px;
        font-family: Segoe UI;
    }


    #ffabtnEdit {
        color: dodgerblue;
        border: none;
        background: none;
    }

    .ffausername {
        text-transform: uppercase;
        border: 0;
        padding: 0;
        margin: 0;
        font-family: Segoe UI;
        font-size: 14px;
    }
}
/*Role Based Menu*/
.frm10056 .parentmenudivcls,.frm10056 .menusdivcls {
    width: 99%;
    margin-left: 5px;
    border: 0px;
}

.frm10056 .k-grid-toolbar {
    background-color: unset;
    margin-top: 8px;
    border: 0px;
    margin-bottom: 0px;
    padding: 0px !important;
    height: auto;
    width: 100%;
    text-align: end;
}
.frm10056 .k-grid-content {
    border-left: 1px solid #eaeaea;
}
.frm10056 .parentmenudivcls .k-grid-save-changes, .frm10056 .parentmenudivcls .k-grid-cancel-changes {
    width: 10%;
    border: 0px;
    color: white;
    font-weight: initial;
    background-image: url(../images/btnpink.png);
    padding: 6px 13px;
    min-width: 90px;
    text-decoration: none;
    border-radius: 4px;
    transition: unset;
}
.frm10056 .menusdivcls .k-grid-save-changes, .frm10056 .menusdivcls .k-grid-cancel-changes {
    width: 13%;
    border: 0px;
    color: white;
    font-weight: initial;
    background-image: url(../images/btnpink.png);
    padding: 6px 13px;
    min-width: 90px;
    text-decoration: none;
    border-radius: 4px;
    transition: unset;
}

.frm10056 .parentmenudivcls .k-grid-cancel-changes, .frm10056 .menusdivcls .k-grid-cancel-changes {
    background-image: none;
    background-color: white;
    border: 1px solid #C0C0C0;
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    padding: 6px 13px;
    text-decoration: none;
    border-radius: 4px;
    min-width: 90px;
}
    .frm10056 .parentmenudivcls .k-grid-cancel-changes:hover, .frm10056 .menusdivcls .k-grid-cancel-changes:hover {
        background-image: none;
        background-color: white;
        border: 1px solid #bc2d30;
    }

    .frm10056 .k-pager-info {
    display:none;
}
.frm10056 .nodatamessageparent {
    color:red;
    font-weight:bold;
}
.frm10056 .k-grid .k-loading-image{
    background-image:none;
}
/*Role Screen*/
.mainpanel {
    width: 100%;
    padding-left: 2%;
    border-collapse: separate;
    border-spacing: 0 15px;
}
.statusradiolbl {
    text-align: inherit;
    float: initial;
    float: left;
    width: 20%;
}
.rolecodelbl {
    text-align: inherit;
}
.rolevalidfromto {
    text-align: inherit;
    width: 27%;
}
.roletabs {
    width: 20%;
    text-align: center;
    border: 1px solid grey;
    border-radius: 7px 7px 0px 0px;
    height: 25px;
    display: block;
    padding-top: 6px;
    cursor: pointer;
    background-color: white;
}
.roletabactive{
    font-weight:bold;
    background-color:#eaeaea;
}
.roletabsection {
    display: flex;
    margin-top: 2%;
    margin-left: 1%;
}
.rolemodulespanel{

}
.roledetailsdiv {
    height: 340px;
}
.appmodules {
    width: 24%;
    height: 330px;
    border: 1px solid #eaeaea;
    overflow-x: hidden;
    float: left;
}
.tblmodules{
    width:100%;
}
.rolemoduleth {
    height: 30px;
    background-color: #eaeaea; 
    position: sticky;
    top: 2px;
    z-index: 1000;
}
.rolemoduleheaderdiv {
    display: flex;
}
.rolemoduleheaderchkdiv {
    width: 10%;
}
.rolemodulenamediv {
    width: 100%;
    text-align:center;
}
.rolemoduleheaderchk {
    margin-left: 25%;
    margin-top: 7%;
}
.roldemodulediv{
    display:flex;
}
.rolemodulechkdiv {
    margin-left: 5px;
}
.rolemoduledescrdiv {
    margin-left: 4px;
}
.roleprivileges {
    width: 75%;
    height: 330px;
    border: 1px solid #eaeaea;
    overflow-x: hidden;
}
.privtabs {
    width: 24%;
    text-align: center;
    border: 1px solid grey;
    border-radius: 5px 5px 0px 0px;
    height: 20px;
    display: block;
    padding-top: 5px;
    float: left;
    margin-right: 2px;
    cursor: pointer;
}
.privtabsection, .formprivtbl, .reportprivtbl, .websrvcprivtbl, .jobprivtbl {
    width: 100%;
}
.privtabsection {
    height: 9%;
}
.lowerpanelleftpane{
    width:100%;
}
.lowerpanelrightpane{
    width:20%;
}
.lowerpanel{
    display:flex;
}


.privilegetdwidth{
    width:30%;
}


.privlistdiv {
    width: 100%;
}
.formprivprivlistdivhdr {
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    height: 30px;
}
.frm10095 .newPageTheme .griditem, .newPageTheme .altgriditem {
    height: 30px !important;
    border-bottom: 1px solid #DEDEDE;
}
.screennamehdr {
    width: 25%;
    border-right: 1px solid #eaeaea;
    height: inherit;
    background-color: #eaeaea;
    font-weight: bold;
    text-indent: 5px;
}

.privilegeshdr {
    width: 75%;
    height: inherit;
    background-color: #eaeaea;
    font-weight: bold;
    margin-left: 2px;
    text-indent: 5px;
}
.privilegestd {
    width: 75%;
}

.screennametd {
    width: 20%;
    border-right: 1px solid #eaeaea !important;
    font-weight:bold;
}
.moreimg{
    width:5%;
}

.frm10095 .mvcimgmore {
    width: 103%;
    height: 13px;
}

/*More Privileges*/
/* The Modal (background) */
.moreprivmodal {
    display: none;  /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1001   ; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.moreprivmodal-content {
    background-color: #fefefe;
    margin: auto;
    margin-top: auto;
    padding: 0%;
    border: 1px solid #888;
    width: 30%;
    height: 30%;
    margin-top: 7%;
}

/* The Close Button */
.moreprivmodal-close {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -12px;
    padding-left: 16px;
}

    .moreprivmodal-close:hover,
    .moreprivmodal-close:focus {
        text-decoration: none;
        cursor: pointer;
    }

.moreheaderdiv {
    display: flex;
    width: 100%;
    height: 30px;
    background-color: #eaeaea;
}

.moreheadernamediv {
    width: 90%;
    font-weight: bold;
    background-color: #eaeaea;
    padding-top: 5px;
    padding-left: 5px;
}

.moreheaderclosediv {
    width: 10%;
    text-align: center;
    font-weight: bold;
    background-color: #eaeaea;
    padding-top: 5px;
}

.moreprivdetailsdiv {
    overflow: auto;
    height: 75%;
}

    .moreprivdetailsdiv .checkbox{
        margin:5px;
    }
.othersprivdivhdr{
    width:100%;
}
.privilegenamehdr {
    width: 100%;
}
.othersprivlist {
    width: 100%;
    border-right: 1px solid #eaeaea;
    height: inherit;
    background-color: #eaeaea;
    font-weight: bold;
    text-indent: 5px;
}
.othersprivlistdivhdr {
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    height: inherit;
}
.othersallpriv{
    width:100%;
    margin-top:5px;
    text-align:center;
}
.rolestatusisadmindiv {
    height: inherit;
}

.srchprivdiv{
    height:30px;
}
.srchprivinput {
    height: inherit;
    border: 1px solid #eaeaea;
    width: 100%;
    text-indent: 10px;
    font-size: medium;
}
.statusadmindiv{
    padding-top:10px;
}

@media screen and (min-width: 300px) and (max-width: 940px) {
    .labelcss {
        opacity: 0.8;
        font-size: 14px;
        font-weight: normal !important;
    }

    .breakline {
        border-bottom: 2px ridge !important;
        border-radius: 0px !important;
        box-shadow: none !important;
        width: auto !important;
        margin-bottom: 20px;
        padding: 2px;
    }

    .oldsubelement, .subelement {
        padding-bottom: 4px !important;
    }

    .mblviewright {
        float: none !important;
    }

    .requiredField6 {
        margin-top: 6px;
        font-size: 12px;
    }

    .useridlbl, #lblname {
        font-size: 14px;
    }

    #dynarea #ctl00_uxPgCPH_uid {
        position: relative;
        right: 19px;
    }

    #dynarea #ctl00_uxPgCPH_pwd {
        position: relative;
        right: 19px;
    }
}

@media screen and (min-width: 300px) and (max-width: 940px) {
    .sureMobileView .dialogmaincontent .subelement {
        float: unset !important;
        margin: 0;
    }

    .sureMobileView .dialogmaincontent .requiredtext1, .sureMobileView .dialogmaincontent .requiredtext2, .sureMobileView .dialogmaincontent .requiredtext3 {
        text-align: left !important;
    }

    .sureMobileView .PrntTbBrdr td, .sureMobileView .newPageTheme .dialogmaincontent .optionaltext1, .sureMobileView .newPageTheme .dialogmaincontent .select {
        width: 100% !important;
        margin: 0;
    }

    .sureMobileView .newPageTheme .dialogmaincontent div[class^='requiredtext'], .sureMobileView .newPageTheme .dialogmaincontent div[class*='requiredtext'] {
        width: 100% !important;
        float: unset !important;
        text-align: left !important;
    }

    .sureMobileView .newPageTheme td[class^='column'], .sureMobileView .newPageTheme td[class*='column'] {
        height: auto !important;
    }

    .sureMobileView DIV.attachments {
        height: auto !important;
    }

    .sureMobileView div.attachment {
        height: 40px;
    }

    .sureMobileView .PrntTbBrdr td {
        width: 100% !important;
    }

    .sureMobileView .newPageTheme div.buttons {
        display: block !important;
        text-align: center !important;
        width: 100%;
        margin: 0;
        padding-top: 0;
    }

    .sureMobileView .newPageTheme div.buttons div.formbutton {
        float: unset !important;
    }

    .sureMobileView .btnclose {
        margin-right: 15px;
    }

    .sureMobileView .newPageTheme .PrntTbBrdr {
        padding: 15px;
    }

    .sureMobileView .newPageTheme .fileupload {
        width: 100%;
    }

    .sureMobileView .frm120 .formfields {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }

    .sureMobileView .sectiondetails {
        margin-left: 0;
    }

    .sureMobileView .newPageTheme .subelement {
        margin: 0;
    }

    .sureMobileView .newPageTheme .select {
        width: 100% !important;
    }

    .sureMobileView .frm120 .sectiondetails div.inputcontrol {
        width: 99%;
    }

    .sureMobileView .newPageTheme input.text, .sureMobileView .newPageTheme input.inputtext, .sureMobileView .newPageTheme INPUT.price, .sureMobileView .newPageTheme input.logininputtext, .sureMobileView .newPageTheme textarea, .sureMobileView .newPageTheme TEXTAREA.text, .sureMobileView .newPageTheme .textarea, .sureMobileView .newPageTheme .searchctrltext, .sureMobileView .newPageTheme .searchctrlselect, .sureMobileView .newPageTheme .select, .sureMobileView .newPageTheme SELECT.text, .sureMobileView .newPageTheme span.inputtext, .sureMobileView .newPageTheme span.select, .sureMobileView .newPageTheme span.text, .sureMobileView .newPageTheme .mailselect {
        width: 100% !important;
        margin: 0 !important;
    }
}

@media screen and (min-width: 300px) and (max-width: 400px) {
    .btnsave, .btncancel, .loginbtnsave, .loginbtnsave, .btnclose, .btnsearch, .btnlong, .button {
        margin-right: 4px;
    }

    .btnclose {
        margin-right: 15px;
    }
}

/* Dark Theme */
.lightdark {
    padding: 0 15px;
}

.lightdark .lightdark-mode {
    width: 25px;
    height: 25px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    /* background-image: url(/Mainline_0623/Themes/DEFAULT/MAINPORTAL/Images/dark-theme.svg), url(/Mainline_0623/Themes/DEFAULT/MAINPORTAL/Images/light-theme.svg); */
    background-image: url(../Images/dark-theme.svg), url(../Images/light-theme.svg);
    background-repeat: no-repeat, no-repeat;
    background-size: 60%, 60%;
    background-position: center, -200%;
    cursor: pointer;
    transition: 0.4s ease all;
}


.dark-theme .lightdark .lightdark-mode {
    background-position: 300%, center;
}


.lightdark .lightdark-mode:hover {
    background-color: rgba(255, 255, 255, 0.6);
    outline: none;
    border: none;
}

BODY.dark-theme, .dark-theme .loginnw, .dark-theme .uernme-welcome .dropdown, .dark-theme div.mainpage, .dark-theme div.main, .dark-theme .titlerow, .dark-theme td.pagecontent, .dark-theme .newPageTheme .fwkclass,
.dark-theme div.content, .dark-theme .newPageTheme .subhead td, .dark-theme .newPageTheme .gridhbox, .dark-theme div.form, .dark-theme .newPageTheme .section,
.dark-theme table.toppagecontent, .dark-theme .form .subhead, .dark-theme .primaryaddresshead, .dark-theme .billingaddresshead, .dark-theme .select > option,
.dark-theme #dmview, .dark-theme div.footer, .dark-theme .pagecontent1, .dark-theme #nav li a, .dark-theme #nav li ul li a, .dark-theme .showvertmenuclass,
.dark-theme .pagedocument, .dark-theme #dashboardDiv, .dark-theme #maindashboard, .dark-theme .tabs-header, .dark-theme .tabs-tool, .dark-theme .pagecontent,
.dark-theme .newPageTheme .skipline, .dark-theme .contenttbl1, .dark-theme .calendar, .dark-theme .calendar table, .dark-theme .calendar thead .title,
.dark-theme .calendar thead .name, .dark-theme .calendar table .wn, .dark-theme .calendar tfoot .ttip, .dark-theme .calendar table .rowhilite td,
.dark-theme .calendar tbody td.today, .dark-theme div.pageheader2, .dark-theme .newsection, .dark-theme .newPageTheme #ctl00_uxPgCPH_CustomerInteractionCtrl_txtmobile,
.dark-theme .newPageTheme .oldgridtable, .dark-theme .newPageTheme .tblcontenthead, .dark-theme .newPageTheme .ddlselect, .dark-theme .submenu, .dark-theme .headsubmenuitem, .dark-theme .submenuitem,
.dark-theme .langMenu li ul, .dark-theme .langMenu li ul li a:link, .dark-theme .showiframeclass, .dark-theme .newPageTheme .PrntTbBrdr {
    background: #27233E !important;
    background-color: #27233E !important;
}


.dark-theme .newPageTheme .gridcolumnhead th, .dark-theme #nav li ul, .dark-theme .showvertmenuclass #nav li ul a.currentmenu,
.dark-theme .showvertmenuclass #nav li ul a.currentmenu:hover, .dark-theme .newPageTheme .pagination span, .dark-theme .newPageTheme .qualiheader,
.dark-theme .newPageTheme .AppChargelistheader, .dark-theme .uernme-welcome .dropdown li:hover, .dark-theme .headsubmenuitemhover, .dark-theme .submenuitemhover,
.dark-theme .langMenu li ul li a:visited, .dark-theme .langMenu li ul li a:hover {
    background: #DACFE6 !important;
    background-color: #DACFE6 !important;
}

@media (min-width: 992px) {
    .dark-theme div.content {
        background: #27233E !important;
        background-color: #27233E !important;
    }
}

BODY.dark-theme, .dark-theme .loginuidpwd, .dark-theme .sectiondetails, .dark-theme .newPageTheme .subhead td, .dark-theme div.pagetitle, .dark-theme .griditem, .dark-theme .altgriditem,
.dark-theme .frm949 ul.simple-tabs li, .dark-theme .newPageTheme .anlink, .dark-theme .modulenamediv, .dark-theme input.text, .dark-theme input.inputtext,
.dark-theme INPUT.price, .dark-theme input.logininputtext, .dark-theme textarea, .dark-theme TEXTAREA.text, .dark-theme .textarea, .dark-theme .searchctrltext,
.dark-theme .searchctrlselect, .dark-theme .select, .dark-theme SELECT.text, .dark-theme .checkbox, .dark-theme .textarea, .dark-theme .hyperlink,
.dark-theme span.inputtext, .dark-theme span.select, .dark-theme span.text, .dark-theme #nav li a, .dark-theme .showvertmenuclass #nav li ul a.currentmenu:hover,
.dark-theme .newsection, .dark-theme .newPageTheme #ctl00_uxPgCPH_CustomerInteractionCtrl_txtmobile, .dark-theme .monitorlabel, .dark-theme .newPageTheme .tblcontenthead, .dark-theme .treeText,
.dark-theme .ddlselect > option, .dark-theme .newPageTheme .ddlselect, .dark-theme A, .dark-theme A:hover, .dark-theme .headsubmenuitem, .dark-theme .submenuitem,
.dark-theme .langMenu li ul, .dark-theme .langMenu li ul li a:link {
    color: #DACFE6 !important;
}

.dark-theme .newPageTheme .griditem:hover, .dark-theme .newPageTheme .altgriditem:hover, .dark-theme .newPageTheme .griditem:hover a,
.dark-theme .newPageTheme .altgriditem:hover a, .dark-theme .newPageTheme .griditem:hover span, .dark-theme .newPageTheme .altgriditem:hover span,
.dark-theme .showvertmenuclass #nav li ul a.currentmenu, .dark-theme .showvertmenuclass #nav li ul a.currentmenu:hover, .dark-theme .newPageTheme .pagination span,
.dark-theme .uernme-welcome .dropdown li a:hover, .dark-theme .headsubmenuitemhover, .dark-theme .submenuitemhover, .dark-theme .langMenu li ul li a:hover, .dark-theme .langMenu li ul li a:visited,
.dark-theme .newPageTheme .PrntTbBrdr .optionaltext1, .dark-theme .newPageTheme .PrntTbBrdr .optionaltext2, .dark-theme .newPageTheme .PrntTbBrdr .optionaltext3, .dark-theme .newPageTheme .PrntTbBrdr .labelText, .dark-theme .newPageTheme .PrntTbBrdr .labelText1, .dark-theme .newPageTheme .PrntTbBrdr .labelText3, .dark-theme .newPageTheme .PrntTbBrdr .labelText2, .dark-theme .newPageTheme .PrntTbBrdr .requiredField, .dark-theme .newPageTheme .PrntTbBrdr .requiredField2, .dark-theme .newPageTheme .PrntTbBrdr .requiredField3, .dark-theme .newPageTheme .PrntTbBrdr .requiredField4, .dark-theme .newPageTheme .PrntTbBrdr .requiredField5, .dark-theme .newPageTheme .PrntTbBrdr .requiredField6, .dark-theme .newPageTheme .PrntTbBrdr .FlexRequiredField2, .dark-theme .newPageTheme .PrntTbBrdr .requiredField7, .dark-theme .newPageTheme .PrntTbBrdr .requiredtext1, .dark-theme .newPageTheme .PrntTbBrdr .requiredtext2, .dark-theme .newPageTheme .PrntTbBrdr .requiredtext3, .dark-theme .newPageTheme .PrntTbBrdr .flexoptionaltext1, .dark-theme .newPageTheme .PrntTbBrdr .flexoptionaltext2, .dark-theme .newPageTheme .PrntTbBrdr .flexoptionaltext3, .dark-theme .newPageTheme .PrntTbBrdr .flexrequiredtext1, .dark-theme .newPageTheme .PrntTbBrdr .flexrequiredtext2, .dark-theme .newPageTheme .PrntTbBrdr .flexrequiredtext3 {
    /*color: black !important;*/
    color: #27233E !important;
}

.dark-theme .uernme-welcome.active .dropdown, .dark-theme .newPageTheme .tblcontenthead {
    border: 1px solid #DACFE6 !important;
}

.dark-theme #maindashboard {
    border: 2px solid #27233E !important;
}

.dark-theme .panel-header, .dark-theme .panel-body, .dark-theme .tabs-header, .dark-theme .tabs-scroller-left, .dark-theme .tabs-scroller-right,
.dark-theme .tabs-tool, .dark-theme .tabs, .dark-theme .tabs-panels, .dark-theme .tabs li a.tabs-inner, .dark-theme .tabs li.tabs-selected a.tabs-inner,
.dark-theme .tabs-header-bottom .tabs li.tabs-selected a.tabs-inner, .dark-theme .tabs-header-left .tabs li.tabs-selected a.tabs-inner,
.dark-theme .tabs-header-right .tabs li.tabs-selected a.tabs-inner {
    border-color: #27233E !important;
}

.dark-theme .frm949 ul.simple-tabs li.active {
    border-bottom: 4px solid #DACFE6 !important;
    color: white !important;
}

.dark-theme .newPageTheme input.text, .dark-theme .newPageTheme input.inputtext, .dark-theme .newPageTheme INPUT.price,
.dark-theme .newPageTheme input.logininputtext, .dark-theme .newPageTheme textarea, .dark-theme .newPageTheme TEXTAREA.text,
.dark-theme .newPageTheme .textarea, .dark-theme .newPageTheme .searchctrltext, .dark-theme .newPageTheme .searchctrlselect,
.dark-theme .newPageTheme .select, .dark-theme .newPageTheme SELECT.text, .dark-theme .newPageTheme span.inputtext,
.dark-theme .newPageTheme span.select, .dark-theme .newPageTheme span.text, .dark-theme .newPageTheme .mailselect {
    background-color: transparent !important;
    color: white;
}

.dark-theme input.text, .dark-theme input.inputtext, .dark-theme INPUT.price, .dark-theme input.logininputtext, .dark-theme textarea,
.dark-theme TEXTAREA.text, .dark-theme .textarea, .dark-theme .searchctrltext, .dark-theme .searchctrlselect, .dark-theme .select,
.dark-theme SELECT.text, .dark-theme span.inputtext, .dark-theme span.select, .dark-theme span.text {
    border: 1px solid #DACFE6 !important;
    color: white;
}

.dark-theme .optionaltext1, .dark-theme .optionaltext2, .dark-theme .optionaltext3, .dark-theme .labelText, .dark-theme .labelText1,
.dark-theme .labelText3, .dark-theme .labelText2, .dark-theme .requiredField, .dark-theme .requiredField2, .dark-theme .requiredField3,
.dark-theme .requiredField4, .dark-theme .requiredField5, .dark-theme .requiredField6, .dark-theme .FlexRequiredField2, .dark-theme .requiredField7,
.dark-theme .requiredtext1, .dark-theme .requiredtext2, .dark-theme .requiredtext3, .dark-theme .flexoptionaltext1, .dark-theme .flexoptionaltext2,
.dark-theme .flexoptionaltext3, .dark-theme .flexrequiredtext1, .dark-theme .flexrequiredtext2, .dark-theme .flexrequiredtext3 {
    color: #DACFE6 !important;
}

.dark-theme .newPageTheme .select, .dark-theme SELECT.text, .dark-theme .newPageTheme span.inputtext, .dark-theme .newPageTheme span.select,
.dark-theme .newPageTheme span.text {
    background-color: transparent !important;
}

.dark-theme .newPageTheme div.heading {
    color: #DACFE6 !important;
}

.dark-theme .sectionheading {
    color: #DACFE6 !important;
}

.dark-theme div.formbutton {
    float: none !important;
    text-align: left !important;
}

.dark-theme .btnsave, .dark-theme .btnclose, .dark-theme .btnsearch, .dark-theme .btnlong, .dark-theme .button, .dark-theme .longbutton, 
.dark-theme .longbutton1, .dark-theme .dislongbutton, .dark-theme .loginbtnsave, .dark-theme .loginbtnsave, .dark-theme .btnupdate, 
.dark-theme .btnback, .dark-theme .btnnext {
    color: white !important;
    background-image: none !important;
    background: #00A3FA !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
    border: 1px solid #00A3FA !important;
}

.dark-theme .btncancel {
    color: #00A3FA !important;
    background: white;
    border-radius: 4px;
    text-transform: uppercase;
    border: 1px solid white !important;
}

.dark-theme .btnsave:hover, .dark-theme .btnclose:hover, .dark-theme .btnsearch:hover, .dark-theme .btnlong:hover, .dark-theme .button:hover, 
.dark-theme .longbutton:hover, .dark-theme .longbutton1:hover, .dark-theme .dislongbutton:hover, .dark-theme .loginbtnsave:hover, 
.dark-theme .loginbtnsave:hover, .dark-theme .btnupdate:hover, .dark-theme .btnback:hover, .dark-theme .btnnext:hover {
    color: #00A3FA !important;
    background-image: none !important;
    background: transparent !important;
}

.dark-theme .btncancel:hover {
    color: #00A3FA !important;
    background: transparent !important;
    border: 1px solid white !important;
}

.dark-theme .calendar {
    border-top: 1px solid white !important;
    border-right: 1px solid white !important;
    border-bottom: 1px solid white !important;
    border-left: 1px solid white !important;
    color: white !important;
}

.dark-theme .calendar table {
    border: unset !important;
    color: white !important;
}

.dark-theme .calendar thead .name {
    border-bottom: 1px solid white !important;
}

.dark-theme .calendar .calbutton, .dark-theme .calendar thead .title {
    border: unset !important;
    border-right: 1px solid white !important;
    border-bottom: 1px solid white !important;
    color: white !important;
}

.dark-theme .calendar table .wn {
    border-right: 1px solid white !important;
}

.dark-theme .calendar tbody td.today {
    padding: 2px 4px 2px 2px !important;
}

.dark-theme .calendar table .rowhilite td {
    color: white !important;
}

.dark-theme .calendar table td.hilite {
    background: #DACFE6 !important;
    color: #27233E !important;
    border: unset !important;
}

.dark-theme .calendar tbody td.selected {
    border: unset !important;
}

.dark-theme .calendar tfoot .ttip {
    border: unset !important;
    border-top: 1px solid white !important;
}

#hrmenu {
    /*width: 100% !important;*/
    display: block !important;
    position: unset !important;
    background: unset !important;
    border: unset !important;
    margin-left: 6em;
    height: 46px !important;
}

#hrmenu > li {
    display: inline-block;
    padding: 0;
}

#hrmenu > li.selected {
    position: unset;
    top: unset;
    background: unset;
    border: unset;
}

#hrmenu > li.selected > a {
    color: #f9b629;
    background: unset !important;
    border-bottom: 4px solid #f9b629;
}

#hrmenu > li:hover,
#hrmenu > li:focus,
#hrmenu > li:active,
#hrmenu > li:visited {
    background: unset !important;
    border: unset !important;
}

li:not(.selected).ui-state-focus {
    margin: 0 !important;
    background: unset !important;
    border: unset !important;
}

#hrmenu > li > span.ui-menu-icon {
    display: none;
}

#hrmenu > li > a {
    height: 39px;
    padding: 1px 10px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
}

#hrmenu > li > a > span {
    font-size: 13px;
}

#hrmenu > li > a:hover {
    color: #f9b629;
    border-bottom: 4px solid #f9b629;
}

#hrmenu > li.ui-state-active {
    background: unset !important;
    color: #f9b629 !important;
    border: unset !important;
    border-bottom: 4px solid #f9b629 !important;
}

#hrmenu > li.ui-state-active > a {
    color: #f9b629 !important;
    /*border-bottom: 4px solid #f9b629 !important;*/
}

#hrmenu > li > ul.ui-menu > li, #hrmenu > li > ul.ui-menu > li > ul.ui-menu > li {
    width: 250px;
    display: inline-block;
    position: relative;
}

#hrmenu > li > ul > li, #hrmenu > li > ul > li > ul > li {
    display: block;
    padding: 0;
}

#hrmenu > li > ul > li > a, #hrmenu > li > ul > li > ul > li > a {
    display: flex;
    align-items: center;
    height: 30px;
    padding: 0 10px;
    border-right: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    text-decoration: none;
}

#hrmenu > li > ul > li:not(.selected) > a:hover, #hrmenu > li > ul > li > ul > li:not(.selected) > a:hover {
    background: #37474f;
    color: #fff;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    color: #333333;
}

#hrmenu > li > ul > li:not(.selected) > a:hover + .ui-menu-icon, #hrmenu > li > ul > li > ul > li:not(.selected) > a:hover + .ui-menu-icon {
    color: #fff;
}

#hrmenu > li:has(ul > li.selected) {
    background-color: transparent;
    color: #3F3F3F;
    /*border-bottom: 4px solid #f9b629;*/
}

#hrmenu > li > ul > li.selected, #hrmenu > li > ul > li > ul > li.selected {
    background-color: transparent;
}

#hrmenu > li > ul > li.selected::after, #hrmenu > li > ul > li > ul > li.selected::after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 4px solid #f9b629;
}

#hrmenu > li > ul > li.selected > a, #hrmenu > li > ul > li > ul > li.selected > a {
    color: #3F3F3F;
}

#hrmenu .ui-widget-content .ui-icon {
    background-image: url(../images/ui-icons_222222_256x240.png) !important;
    padding: 0;
    background-position: -32px 0 !important;
}

/*.ui-widget-content .ui-icon.ui-state-active*/
#hrmenu li.ui-state-active .ui-icon, li.ui-menu-item:hover > .ui-icon {
    background-image: url(../images/ui-icons_ffffff_256x240.png) !important;
    padding: 0;
    background-position: -32px 0 !important;
}

.ui-state-hover > .ui-icon,
.ui-state-focus > .ui-icon {
    background-image: url("../images/ui-icons_ffffff_256x240.png") !important;
}

.selected > .ui-icon {
    background-image: url("../images/ui-icons_ef8c08_256x240.png") !important;
}

/*#hrmenu > li > ul {
    width: 250px;
}

#hrmenu > li > ul:has(> .ui-11) {
    width: 500px !important;
}

#hrmenu > li > ul:has(> .ui-21) {
    width: 750px !important;
}

#hrmenu > li > ul:has(> .ui-31) {
    width: 1000px !important;
}

#hrmenu > li > ul > li > ul:has(> .ui-11) {
    width: 500px !important;
}

#hrmenu > li > ul > li > ul:has(> .ui-21) {
    width: 750px !important;
}

#hrmenu > li > ul > li > ul:has(> .ui-31) {
    width: 1000px !important;
}*/

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222222;
}

.ui-state-focus a, .ui-state-focus a:link, .ui-state-focus a:visited,
.ui-state-active > a:visited, .ui-state-active a, .ui-state-active a:link {
    color: #212121;
    text-decoration: none;
}

.ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    font-weight: normal;
    color: #212121;
    border: unset;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #DEDEDE;
    background: unset;
    text-decoration: none;
}

.ui-infohtml-menu {
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}

.ui-parent-menu > a > .ui-menu-icon, .ui-menu-icon > .ui-menu-icon {
    display: none;
}

.ui-menu-item > li.ui-state-active {
    border: 1px solid transparent !important;
    background: transparent !important;
}

.ui-menu-item.ui-setting-menu > .ui-state-active {
    border-bottom: 4px solid #f9b629 !important;
}

.ui-parent-menu > .ui-state-active {
    border: 1px solid transparent !important;
    border-bottom: 4px solid #f9b629 !important;
    background: transparent !important;
}

.ui-widget-content > .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid transparent !important;
}

li:not(.ui-parent-menu) > .ui-state-active {
    /*color: #333333;*/
}

li:not(.ui-parent-menu) > .ui-state-active > a {
    border-right: none !important;
    border-bottom: none !important;
}

.langdiv {
    display: flex;
    align-items: center;
}

.ui-setting-menu-drop-img {
    float: right;
    height: 12px;
    width: 12px;
}

BODY.Master {
    background-color: #EAEAEA;
}

.newPageTheme TR.contenthead, TR.contenthead, .pagination-section .page-number.active, .newPageTheme .title, .div2, .newoptionlnk, .gridcolumnhead th a, .filter-div a, .page-quick-linklabel, .popcls1, .newPageTheme .headingText, .class1, .modSlabsLink, .schemeRecLink, .schemeUsgLink, .schemeNrcLink, .curscolorweight, .curscolorfont, .class2, #divAddCustoms, #tabulercolumns, #divGraph, #divGraph a, #lblclrfltrdiv, #clear, #divIncexcItems, .seccontenthead {
    color: #bc2d30;
}

.download-btn {
    background-color: #bc2d30;
}

.privtypetab {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff; 
}

.srchprivdiv {
    position: sticky;
    top: 30px;
    z-index: 1000;
    background: #fff;
}

.calendar{
    z-index:1002;
}


