﻿@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700");
/* General*/
.clearspace {
    clear: both;
    padding: 5px;
}

.zeropadding {
    padding: 0px !important;
}

.quart {
    /* Modified By Raina@2017/Dec/15 - Changed width to 25% */
    width: 25%;  /* 22%; */
    padding-right: 2%;
}

.label {
    height: 35px;
    display: table !important;
    font-weight: bold !important;   
}

.formlabel {
    vertical-align: middle;
    /* Modified By Raina@2017/Aug/29 - Padding top 6px to 3px */
    padding-top: 3px;
    font-weight: bold;
    display: block;
}
/* Modified padding-top: 10px from 6px */
.sitemap {
    color: #A3AEBE !important;
    padding-right: 5px;
}

.form-full {
    width: 100%;
}

.clearfix {
    clear: both;
}

.clearleft {
    clear: left;
}

/* Master Page */
.header-icon-container {
    /* Modified By Raina@2017/Mar/07 */
    /*height: 76px; */
    height: 50px;
}

    .header-icon-container .header-icon.last {
        padding-right: 0px;
        border-right: none;
    }

    .header-icon-container .header-icon.first {
        padding-left: 0px;
    }

.header-icon.control .dxeButtonEdit_MetropolisBlue {
    margin: 15px 0px 0px 0px;
}

.header-icon {
    border-right: 1px solid #e5e5e5;
    /* margin: 29px 0px 0px 0px; */
    height: 55px;
    padding: 0px 11px 0px 11px;
    line-height: 55px;
    margin: 10px 0px 10px 0px;
}

.header-quick-link {
    border-right: 0px none !important;
    border-left: 0px none !important;
}

.wrapHeader span {
    display: block !important;
}


/* Footer */
.copyright {
    float: left;
    margin: 30px 15px 11px !important;
}

#footer span#copyright {
    padding-top: 20px;
    display: block;
    color: #BCBCBC;
    font-size: 10px;
    text-align: right;
    padding-right: 20px; /* Added from css@07/01/2014 */
}

.dxpnl-edge.b.footerPane {
    background-color: white !important;
}

.footerPane {
    /*background-color: #f7f3f3;*/
    padding-bottom: 10px;
}

/* End Footer */

/* Container */
.basic-container {
    /*width: 90%;*/
    margin: auto;
    height: 90%;
}
/*changed to have wider width */
.basic-container-detail {
    width: 98%;
    margin: auto;
    height: 90%;
}

.margin-base {
    margin-top: 5%;
    margin-bottom: 5%;
}
/* Added from css@17/Dec/2013 */
.textalign-center {
    text-align: center;
    display: block;
}

.textalign-left {
    text-align: left;
    display: block;
}

.textalign-right {
    text-align: right;
    display: block;
}

.left {
    float: left;
}

.right {
    float: right;
}

.tri {
    width: 33%;
}
/*created to cater 33% width*/
.half {
    /* Modified By Raina@2017/Dec/15 - Changed Width to 50% */
    /*width: 48%;*/
    width: 50%;
    padding-right: 2%;
}

.full {
    width: 100%;
    padding-right: 0%;
}

.quart-less {
    width: 75%;
}
/*created to cater 75% width*/
.compulsary-header {
    /*margin-top: 7px;*/
}

#home-tagline-background {
    background: #59B9D1;
    padding: 20px;
}

#home-tageline-primary {
    color: #FFF;
    font-size: 30px;
    display: block;
    font-weight: bold; /*font-family:'gothambold'*/
}

#home-tageline-secondary {
    color: #FFF;
    font-size: 16px;
    display: block;
}

h1 {
    color: #000; /* #1279C0 */
    font-size: 14px;
}
/* #02617F */

/* Header Pane Menu */
.sysmenu:hover, .gearmenu:hover, .signout:hover {
    cursor: pointer;
}

.sys-menu {
    float: left;
    position: absolute;
    background: #5DB2FF; /* #59B9D1 */
    z-index: 11;
    padding-top: 15px;
    padding-bottom: 25px;
    width: 76%;
    padding-left: 20px;
    border-radius: 4px;
    /* Modified By Raina@2017/Mar/07 
    top: 79px; */
    top: 56px;
    left: 50%;
    transform: translate(-50%, 0%);
}

    .sys-menu ul {
        list-style: none;
        margin-left: -40px;
        padding-bottom: 5px;
    }

    .sys-menu li {
        float: left;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 20px;
        padding-left: 20px;
        /* border-radius: 12px; */
    }

    .sys-menu div.sub-menu {
        float: left;
        padding-right: 20px;
        padding-bottom: 5px;
        display: inline;
        width: 100%;
    }

    .sys-menu h2 {
        font-size: 10pt;
    }

    .sys-menu a {
        font-size: 9pt;
        color: #2A2A2A;
        text-decoration: none;
    }

        .sys-menu a:hover {
            color: #F20000;
        }

    .sys-menu div.sub-menu li.selected {
        background-color: #1279C0;
    }

        .sys-menu div.sub-menu li.selected a {
            color: #FFFFFF;
        }

    .sys-menu .col {
        padding-left: 20px;
        padding-right: 20px;
        display: block;
        width: 20%;
        float: left;
    }

.gear-menu {
    position: absolute;
    display: none;
    background: #2e353d; /*  5DB2FF; */
    z-index: 9;
    padding-bottom: 0px; /*changed*/
    width: 310px;
    border-radius: 4px;
    opacity: 0.98;
    /*margin-top: 41px;*/ /*changed*/
    top: 79px;
    right: 90px;
}

.gear-menu-header {
    color: #000000;
    font-size: 11px;
    display: block;
    white-space: nowrap;
    background-color: #e1e1e1;
    text-align: center;
    padding: 3px 0px;
    margin-bottom: 15px;
    font-family: Tahoma, Arial, 'Times New Roman';
}

.gear-menu a {
    color: #ff9900;
    text-decoration: none;
}

.gear-menu-profile {
    background-size: cover;
    background-position: center;
    height: 110px;
    width: 110px;
    margin: 10px 10px;
}

.gear-menu-profile-info {
    color: #ff9900;
    font-weight: bold;
}


.gear-menu-link {
    padding: 0px 10px 10px 10px;
}
/* End Header Pane Menu */

/*  Diffent resolution  */

@media screen and (min-width: 120px) and (max-width:800px) {
    .form-wrap .quart {
        width: 48% !important;
    }

        .form-wrap .quart.autowidth {
            width: 100% !important;
        }

        .form-wrap .quart.profileLeft {
            width: auto !important;
        }

    .form-wrap .half {
        float: none;
        width: 98% !important;
    }

    .form-wrap .full {
        float: none;
        width: 98% !important;
    }

    .form-wrap .tri {
        float: none;
        width: 98% !important;
    }

    .form-wrap .wrap-spacer {
        padding-bottom: 6px !important;
        display: table !important;
    }

    .form-wrap .spacer {
        padding-bottom: 0px;
    }

    .form-wrap .formlabel {
        padding-top: 6px !important;
        padding-bottom: 0px !important;
    } 
}

html {
    margin-right: 0px !important;
    padding-bottom: 0px !important;
}

.fotertopwidth {
    /*border-top-width: 1px !important;*/
    /*padding-bottom: 20px;*/
}

#contentRight {
    background-color: #fff;
    float: left;
    padding-right: 50px;
    position: fixed;
    width: 95%;
}

#commandControl {
        width: 100%;
        position: fixed;
        /* Modified By Raina@2017/Aug/29 */
        /*height: 35px;   */
        /*line-height: 48px;*/
        top: 123px;
        background-color: #f8f7f7;
        padding: 5px 0;
    }
.dvBody{
        margin-bottom: 5px; 
        padding-top: 85px !important;
    }


@media screen and (max-width: 374px) {
    #commandControl {
        width: 100%;
        position: fixed;
        /* Modified By Raina@2017/Aug/29 */
        /*height: 35px;   */
        /*line-height: 48px;*/
        top: 172px;
        background-color: #f8f7f7;
        padding: 5px 0;
    }

    .dvBody{
        margin-bottom: 5px; 
        padding-top: 285px !important;
    }
}

@media screen and (min-width: 375px) and (max-width: 424px) {
    .dvBody{
        margin-bottom: 5px; 
        padding-top: 205px !important;
    }
}

@media screen and (min-width: 425px) and (max-width: 767px) {
    .dvBody{
        margin-bottom: 5px; 
        padding-top: 180px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .dvBody{
        margin-bottom: 5px; 
        padding-top: 145px !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .dvBody{
        margin-bottom: 5px; 
        padding-top: 120px !important;
    }
}
@media screen and (min-width: 1440px) {
    .dvBody{
        margin-bottom: 5px; 
        padding-top: 100px !important;
    }
}
    #commandControl .commandButton {
        padding-right: 1%;
        cursor: pointer;
    }

    #commandControl .cancelBtn {
        /*padding-right: 10px;*/
        cursor: pointer;
    }

    #commandControl .saveBtn {
        padding-right: 15px;
        cursor: pointer;
    }

    .search-left{
        width: 80%;
    }
    .search-right{
        width: 20%;
    }  
/*added by Tai@2018/2/8 - to hide when print */
@media print {
    a[href]:after {
        content: none !important;
    }
    .hide-on-med-and-down {
        display: none !important;
    }
    .hide-on-ipadpro-and-down {
        display: none !important;
    }
}
/*end added by Tai@2018/2/8*/

/*added by Tai@2018/Apr/27 - for modify logo*/
   
@media print and (orientation : landscape) {

    .company-logo {
        margin-top :-10px;
        margin-left : 30px;
    }
  
}
  body.print-page {
        -webkit-transform: scale(0.85);
        -ms-transform:scale(0.85);
        -moz-transform:scale(0.85);
        transform:scale(0.85);
    }
/*
@media print and (orientation : portrait) {
    
    .company-logo {

    }
}
*/

/*end added by Tai@2018/Apr/27*/

#gridDataTbl {
    padding-top: 85px;
    padding-right: 65px;
    padding-bottom: 35px;
    padding-left: 65px;
    /*padding: 75px 35px 35px 20px;*/
     /*Added by Tai 6/2/2018 - wrap all text to length column */
   word-break : break-all ;
   /*End Added by Tai*/
}

    #gridDataTbl .dxgvControl_MetropolisBlue {
        border: solid 1px #d1d1d1 !important;
        margin-top: 15px;
    }

#commandControl {
    /*width: 95%;*/
    /*border-bottom: 1px dotted #eaeaea;*/
    /* Modified By Raina@2017/Mar/07 
    margin-bottom: 5px;
    margin-top: 45px;
    padding-top: 5px;
    padding-bottom: 10px; */
    /*margin-bottom: 0px;
    margin-top: 35px;
    padding-top: 0px;
    padding-bottom: 0px;
    float: left;
    background-color: #fff;
    position: fixed;*/
}

/* Added by Raina@5/Aug/2016 */
.topBar {
       z-index: 10;
    /* background-color: #f8f7f7; */
    /* height: 100px; */
    /* height: 90px; */
    position: fixed;
    width: 100%;
    /* border: 1px solid #d6d5d5; */
    border-top: 0px;
}
/* End Added by Raina@5/Aug/2016 */

/* MetropolisBlue */
.dxpnlControl_MetropolisBlue.dxpnl-edge.t.headerPane,
.dxpnlControl_MetropolisBlue .footerMenu li {
    /*background-color: #1279C0 !important;*/ /* RGB(18, 121, 192) White; */
    color: Black;
}

.dxpnlControl_MetropolisBlue.rightPane {
    width: 65px !important;
}

.dxgvHeader_MetropolisBlue {
    background: #E1E1E1 !important; /* #0072C6 #5DB2FF #1279C0, dbdbdb */
    height: 40px !important;
}

    .dxgvHeader_MetropolisBlue, .dxgvHeader_MetropolisBlue table {
        color: #000 !important; /* white */
        font-weight: bold !important;
    }

        .dxgvHeader_MetropolisBlue table a {
            color: #000 !important; /* white */
            font-weight: bold !important;
        }

.dxnbLite_MetropolisBlue .dxnb-header, .dxnbLite_MetropolisBlue .dxnb-headerCollapsed {
    background-color: #5DB2FF !important; /* #5DB2FF  azure blue ,RGB(18, 121, 192) White; */
    color: white !important;
}

.dxgvFocusedRow_MetropolisBlue, .dxgvFocusedRow_MetropolisBlue a {
    background-color: #DDEEF9 !important; /* #0072C6; metropolisblue */
    color: #333333 !important;
}

.dxgvSelectedRow_MetropolisBlue {
    background-color: #DDEEF9 !important; /* #e0e0e0; grey*/
    color: #333333 !important;
}

.dxeRadioButtonList_MetropolisBlue, .dxeCheckBoxList_MetropolisBlue {
    border: none !important;
}


/*

.dxeTextBox_MetropolisBlue
{
    background-color: #EAEDF4 !important;
}


.dxeTextBox_MetropolisBlue .dxeEditArea_MetropolisBlue
{
    background-color: #EAEDF4 !important;
}

.dxbButton_MetropolisBlue
{
    background-color: #1279C0 !important;
    border: 1px solid #1279C0;
    color: white !important;
}

.dxbButtonHover_MetropolisBlue
{
    background-color: #5DB2FF !important;   
    border: 1px solid #5DB2FF !important; 
}

*/
.statusbarhidden .dxgvStatusBar_MetropolisBlue {
    display: none;
}

.padding-bottom {
    padding-bottom: 5px;
}

.col10 {
    width: 10%;
}

.col15 {
    width: 15%;
}

.col20 {
    width: 20%;
}

.col24 {
    width: 24%;
}

.col25 {
    width: 25%;
}

.col30 {
    width: 30%;
}

.col40 {
    width: 40%;
}

.col50 {
    width: 50%;
}

.col60 {
    width: 60%;
}

.col70 {
    width: 70%;
}

.col73 {
    width: 73%;
}

.col80 {
    width: 80%;
}

.col85 {
    width: 85%;
}

.col90 {
    width: 90%;
}

.col100 {
    width: 100%;
}

.row {
    padding-bottom: 10px;
    width: 100%;
    margin: 0px !important;
}


.f1 {
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}

    .f1 h3 {
        margin-top: 0;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

.f1-steps {
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}

.f1-progress {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.f1-progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: #4EC646;
}

.f1-step {
    position: relative;
    float: left;
    width: 22.333333%;
    padding: 0 5px;
}

.f1-step-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    background: #ddd;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.f1-step.activated .f1-step-icon {
    background: #fff;
    border: 1px solid #4EC646;
    color: #4EC646;
    line-height: 38px;
}

.f1-step.active .f1-step-icon {
    width: 48px;
    height: 48px;
    margin-top: 0;
    background: #4EC646;
    font-size: 22px;
    line-height: 48px;
}

.f1-step p {
    color: #ccc;
    font-weight: bold;
}

.f1-step.activated p {
    color: #4EC646;
    font-weight: bold;
}

.f1-step.active p {
    color: #4EC646;
    font-weight: bold;
}

.f1 fieldset {
    display: none;
    text-align: left;
}

.f1-buttons {
    text-align: right;
}

.f1 .input-error {
    border-color: #f35b3f;
}

.error {
    color: red;
}

.uppercase [type=text] {
    text-transform: uppercase;
}


/* Added by sundar on 6/Jun/2017 for table responsive design*/
.row .col.s1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.s-newline-padding {
    padding-bottom: 10px;
}

@media only screen and (min-width: 601px) {
    .row .col.m1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
}

@media only screen and (min-width: 993px) {
    .row .col.l1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.l2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.l3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.l4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.l5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.l6 {
        width: 48%;
        margin-left: auto;
        left: auto;
        right: auto;
        padding-right: 2%;
    }

    .row .col.l7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.l8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.l9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.l10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.l11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.l12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .l-newline-padding {
        padding-bottom: 10px;
    }
}

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width: 600px) {
    .hide-on-small-only, .hide-on-small-and-down {
        display: none !important;
    }
}

@media only screen and (max-width: 992px) {
    .hide-on-med-and-down {
        display: none !important;
    }
}

@media only screen and (min-width: 601px) {
    .hide-on-med-and-up {
        display: none !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
    .hide-on-med-only {
        display: none !important;
    }
}

@media only screen and (min-width: 993px) {
    .hide-on-large-only {
        display: none !important;
    }
}

@media only screen and (min-width: 993px) {
    .show-on-large {
        display: block !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
    .show-on-medium {
        display: block !important;
    }

    .m-newline-padding {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 600px) {
    .show-on-small {
        display: block !important;
    }
}

@media only screen and (min-width: 601px) {
    .show-on-medium-and-up {
        display: block !important;
    }
}

@media only screen and (max-width: 992px) {
    .show-on-medium-and-down {
        display: block !important;
    }

    .m-s-newline-padding {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 600px) {
    .center-on-small-only {
        text-align: center;
    }
}


/* Different screen size for ipad pro by Sundar@2018/May/22*/

@media only screen and (min-width: 1025px) {
    .hide-on-ipadpro-only {
        display: none !important;
    }
}

@media only screen and (max-width: 1024px) {
    .hide-on-ipadpro-and-down {
        display: none !important;
    }

    .search-left{
        width: 100% !important;
    }
    .search-right{
        width: 100% !important;
    } 
}


/* Ends Added by sundar on 6/Jun/2017 for table responsive design*/

/* Modified by Sundar@2017Dec29*/
.Panelheader {
    background: #E1E1E1; /*  #1279C0; */
    border: 0.2em solid #E1E1E1; /*  #1279C0; */
    color: #000;
    font-weight: bold;
}

/*.Panelheader {
    background: #1279C0;
    border: 0.2em solid #1279C0;
}*/

.dxtcLite_MetropolisBlue > .dxtc-stripContainer .dxtc-link {
    padding: 4px 10px !important;
}

.fixStyles {
    font: normal normal normal 25px/1 FontAwesome !important;
    color: #737373 !important; /* #1279C0*/
    text-decoration: none !important;
    line-height: 25px !important;
    padding: 0 5px !important;
}

    .fixStyles span {
        display: none;
    }




.contentPane {
    /*padding-top: 15px;*/
}

/*@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?4q6wwe');
  src:  url('fonts/icomoon.eot?4q6wwe#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?4q6wwe') format('truetype'),
    url('fonts/icomoon.woff?4q6wwe') format('woff'),
    url('fonts/icomoon.svg?4q6wwe#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}*/

.gray-bg {
    padding-top: 5%;
    background: url('Images/bg-login.jpg') no-repeat;
    height: 100%;
    background-position: center;
    /*background-position: 50% 0%;
    background-size: 100%;*/
}

.middle-box {
    max-width: 400px;
    z-index: 100;
    margin: 0 auto;
    background-color: #1b2754;
}

.loginscreen.middle-box {
    max-width: 370px;
    padding: 40px;
}

input[type=text], input[type=email], input[type=password], select {
    /*height: 50px;*/
    font-size: 16px;
    margin-bottom: 12px;
}

a {
    /*font-size: 16px;*/
}

.form-control,
.form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.navbar-collapse,
.navbar-form,
.navbar-form-custom .form-control:focus,
.navbar-form-custom .form-control:hover,
.open .btn.dropdown-toggle,
.panel,
.popover,
.progress,
.progress-bar {
    box-shadow: none;
}

.form-control,
.single-line {
    /*background-color: #FFFFFF;*/
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

    .form-control:focus,
    .single-line:focus {
        border-color: #1ab394;
    }

/*Icons*/


.vertical-divider {
    border-right: 1px solid #000000;
    margin-right: 10px;
}

.menu li {
    padding: 15px 25px 10px 0px;
}

.menu {
    background-color: #f8f7f7;
    border-bottom: 1px solid #d6d5d5;
}

label {
    font-weight: normal;
}

.bordered {
    border: 1px solid #ccc;
}


ul.menu li {
    display: inline;
    background-color: #f8f7f7;
    padding: 20px 30px;
    position: relative;
}

    ul.menu li:hover {
        background-color: #c0c0c0;
        cursor: pointer;
    }

ul li.current {
    position: relative;
    color: #f87352;
}

    ul li.current:after, ul li.current:before {
        top: 100%;
        left: 40%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    ul li.current:after {
        border-color: rgba(136, 183, 213, 0);
        border-top-color: #f8f7f7;
        border-width: 16px;
        margin-left: -20px;
    }

    ul li.current:before {
        border-color: rgba(194, 225, 245, 0);
        border-top-color: #d6d5d5;
        border-width: 11px;
        margin-left: -15px;
        margin-top: 7px;
    }

.SaveButton {
    border: 1px solid #f87352;
    color: #f87352;
    height: 30px;
    font-size: 14px;
}

.CancelButton {
    border: 1px solid #999;
    color: #999;
    height: 30px;
    font-size: 14px;
}

.DefaultButton {
    border: 1px solid #f87352;
    color: #fff;
    height: 45px;
}

.dxEditors_edtDropDown_MetropolisBlue {
    display: none !important;
}

.dxeButtonEdit_MetropolisBlue .dxeButtonEditButton_MetropolisBlue:not(.dxeButtonEditClearButton_MetropolisBlue):not(.dxeSpinIncButton_MetropolisBlue):not(.dxeSpinDecButton_MetropolisBlue):before {
    content: "\e901";
    color: #f87352;
}

.languagebutton .dxeButtonEditButton_MetropolisBlue {
    padding: 0px 15px 0px 0px;
}

.DefaultComboButton .dxeButtonEditButton_MetropolisBlue:before {
    content: "\e901";
    color: #000;
}

.DefaultComboButton {
    font-size: 13px !important;
}

    .DefaultComboButton .dxeButtonEditButton_MetropolisBlue {
        padding: 4px 10px 0px 0px;
    }

    .DefaultComboButton .dxEditors_edtDropDown_MetropolisBlue {
        display: none !important;
    }

    .DefaultComboButton .dxeButtonEditSys td.dxic {
        padding: 0 !important;
    }

.dxeButtonEditButton_MetropolisBlue {
    padding: 2px 2px 0px 3px !important;
}

.mobilemenu-combo {
    float: left;
    margin: 10px;
}

.mm-btn.icon-cross:before {
    color: #f87352 !important;
    font-size: 12px;
}

.mainContentPane {
    min-height: 80vh;
}

.dxbButton_MetropolisBlue.dxbButtonSys.dxbTSys {
    background-color: #737373 !important;
    border: 1px solid #737373;
    color: white !important;
}

.dxpLite_MetropolisBlue .dxp-current {
    background-color: #737373 !important;
}

.container {
    /*background-color: #f7f3f3;*/
    padding-top: 15px;
}

#export {
    background-color: #f8f7f7;
    position: fixed;
    width: 100%;
    top: 75px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #d6d5d5;
    border-top: 0px;
    border-right:0px;
}

    #export h1 {
        margin: 0px;
    }

.nopaddingright {
    padding-right: 0px !important;
}
/* Added by Bryan@2017Nov24 - New UI */
.dxtcLite_MetropolisBlue > .dxtc-stripContainer .dxtc-activeTab, .dxtcLite_MetropolisBlue > .dxtc-stripContainer .dxtc-activeTab a
{
    background-color: #737373 !important;
}

.dxtcLite_MetropolisBlue.dxtc-top > .dxtc-stripContainer .dxtc-activeTab, 
.dxtcLite_MetropolisBlue.dxtc-top > .dxtc-stripContainer .dxtc-tab, .dxtcLite_MetropolisBlue.dxtc-top > 
.dxtc-stripContainer .dxtc-leftIndent, .dxtcLite_MetropolisBlue.dxtc-top > .dxtc-stripContainer .dxtc-spacer, 
.dxtcLite_MetropolisBlue.dxtc-top > .dxtc-stripContainer .dxtc-rightIndent, .dxtcLite_MetropolisBlue.dxtc-top > 
.dxtc-stripContainer .dxtc-sbWrapper, .dxtcLite_MetropolisBlue.dxtc-top > .dxtc-stripContainer .dxtc-sbIndent, 
.dxtcLite_MetropolisBlue.dxtc-top > .dxtc-stripContainer .dxtc-sbSpacer
{
    border-bottom: 4px solid #737373 !important;
}

.dxtcLite_MetropolisBlue > .dxtc-stripContainer .dxtc-tabHover
{
    background: #737373 !important;
}

.dxrpControl_MetropolisBlue td.dxrpHeader_MetropolisBlue
{
    color: #000000 !important;
}
/* End Added by Bryan@2017Nov24 - New UI */

/* Added by Bryan@2017Nov27 - New UI */

.dxrpControl_MetropolisBlue td.dxrpHeader_MetropolisBlue
{
    color: #E1E1E1;
    font-size: 1.66em;
}
/* End Added by Bryan@2017Nov27 - New UI */


.label-warning {
  padding:2px 6px;
  color:#fff;
}

#slidemenu .menu-icons.shortmenu-icons{
    height:100px;
}
/* To keep button height same to the text boxes Commented for now. */
/*.dxbButton_MetropolisBlue div.dxb {
        padding: 0px 8px 2px !important;
}*/

/*To fix the date picker, month and year design issue*/
.dxeCalendarFastNav_MetropolisBlue {
    width: 277px !important;
}

/* Ends Login screen changes on 3May2018 by Sundar*/
.company-logo{
    width: 70px;
    height: 50px;
}
/* Login screen changes on 3May2018 by Sundar*/

/*toggle button 9/18/2018 by Tai*/
  .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 18px;
    }

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color:red;
  -webkit-transition: .4s;
  transition: .4s;

}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*End toggle button 9/18/2018 by Tai*/

.col3 {
    width: 3% !important;
}

.col34 {
    width: 34% !important;
}

.paramlabel_slash span {
    font-size: 16px !important;
}

.word-break-all {
    word-break: break-all;
}

.dxgvFocusedRow_MetropolisBlue a span {
    color: #0072C6 !important;
}