html, body {
    margin: 0;
    padding: 0;
}

.inlineFlex {
    display: inline-flex;
}

/* Header */
.headerPane {
    background-position: left top;
    background-repeat: no-repeat;
}

    .headerPane .headerTop {
        height: 45px;
    }

.templateTitle {
    float: left;
    /*margin-left: 15px; /*---------------------------------Commented this out to maybe use for future again------------------------------------------*/
    /*margin-top: 11px;*/
}

.field_set {
    border-color: lightgray;
    border-style: solid;
}

.manifestAddKeyDDL {
    width: 47px;
    height: 19px;
    background-color: transparent;
    border-color: transparent;
    text-align: left;
    cursor: pointer;
}

.labelRatesView {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    color: #000000;
    font-family: Verdana, Arial;
    font-size: 10pt;
    font-weight: normal;
    height: 20px;
    width: 150px;
    /*min-width:150px;	
	max-width:150px;*/
}

.labelRatesViewDisplay {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    color: #000000;
    font-family: Verdana, Arial;
    font-size: 10pt;
    font-weight: normal;
    height: 20px;
    font-weight: bold;
    /*width: 150px;*/
    /*min-width:150px;	
	max-width:150px;*/
}

.labelRatesViewEQuote {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    color: #000000;
    font-family: Verdana, Arial;
    font-size: 10pt;
    font-weight: normal;
    height: 20px;
    width: 130px;
    /*min-width:150px;	
	max-width:150px;*/
}

.labelRatesViewEQuoteFarLeftPOD {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    color: #000000;
    font-family: Verdana, Arial;
    font-size: 10pt;
    font-weight: normal;
    height: 20px;
    width: 130px;
    /*min-width:150px;	
	max-width:150px;*/
}


.qouteLeftScreen {
    width: 48%;
    float: left;
    height: 100%;
    border-bottom-style: solid;
    border-top-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-color: #666666;
    border-top-color: #666666;
    border-left-color: #666666;
    border-right-color: #666666;
    border-radius: 5px;
    height: 450px;
    /*padding-bottom: 8px;*/
}

.qouteRightScreen {
    width: 51%;
    float: right;
    height: 100%;
    border-bottom-style: solid;
    border-top-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-color: #666666;
    border-top-color: #666666;
    border-left-color: #666666;
    border-right-color: #666666;
    border-radius: 5px;
    padding-bottom: 5px;
    height: 445px;
}

.checkBox span {
    cursor: pointer;
}

.tooltipLbl {
    cursor: pointer;
    color: red !important;
    font-size: 18px !important;
    font-weight:bold !important;
    position: relative;
    top: 4px;
}


.dynamicReportInput {
    width: 100%;
}

.topspacer {
    padding-top: 0;
}

/* map styling*/
.options {
    padding: 10px;
    background-color: rgba(191, 191, 191, 0.15);
    margin-top: 10px;
}

.addChildWaybillsCss {
    width: 17px;
    height: 17px;
    background-color: transparent;
    border-color: transparent;
    text-align: left;
    cursor: pointer;
}

.caption {
    font-size: 18px;
    font-weight: 500;
}

.option {
    margin-top: 0;
}

    .option > span {
        display: inline-block;
        width: 100px;
    }

    .option > .dx-selectbox {
        width: 100%;
        max-width: 350px;
        display: inline-block;
        vertical-align: middle;
    }



.GRVContHeading {
    border-bottom-style: solid;
    border-top-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-width: 2px;
    border-top-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-color: black;
    border-top-color: black;
    border-left-color: black;
    border-right-color: black;
    width: 100%;
}

.GRVContDetails {
    border-bottom-style: solid;
    border-top-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-color: black;
    border-top-color: black;
    border-left-color: black;
    border-right-color: black;
    width: 100%;
}

.dimtext {
    font-family: Verdana, Arial;
    /*font-size: 10px;*/
    font-weight: normal;
    width: 99%;
    vertical-align: top;
}

.dimParcelNotext {
    font-family: Verdana, Arial;
    /*font-size: 10px;*/
    font-weight: normal;
    width: 65px;
    vertical-align: top;
    background-color: lightgray;
}

.templateTitle a {
    text-decoration: none;
    font-size: x-large;
    color: White;
}

.loginControl {
    font-size: 12px;
    font-style: oblique;
    text-shadow: 0 0 4px #FFFFFF, 0 0 4px #FFFFFF, 0 0 4px #FFFFFF;
    position: absolute;
    right: 25px;
    top: 17px;
}

    .loginControl a {
        color: White;
        text-decoration: none;
        border-bottom: dashed 1px White;
    }

.filterInput {
    width: 100%;
}

.headerMenu {
    margin-top: 11px;
}


/* Footer */
.footerPane {
    height: 100%;
}

.footerMenu {
    float: right;
    padding-top: 7px;
}

.copyright {
    /*float: right;*/
    text-align: center;
    padding-top: 8px;
    border-top-color: lightgray;
    border-top-style: solid;
    border-top-width: 1px;
    background-color: white;
}

.copyrightLogin {
    /*float: right;*/
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 13px;
    color: black;
    background-color: transparent;
}


.img16 {
    height: 16px;
    cursor: pointer;
    vertical-align: middle
}

.img18 {
    height: 18px;
    cursor: pointer;
    vertical-align: middle
}

.divtable {
    width: 100%;
    padding: 0;
    display: table;
    height: 35px;
}

.divrow {
    display: table-row;
}

#manifestOptions {
    position: fixed;
    float: left;
}

.manifestQCErrorClsLeftDevEx {
    border-left-color: red;
    border-top-color: red;
    border-bottom-color: red;
    border-left-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-style: solid;
    border-top-style: solid;
    border-bottom-style: solid;
    background-color: white;
    padding-right: 2px;
    height: 20px;
    width: 150px;
}

.manifestQCErrorClsRightDevEx {
    border-right-color: red;
    border-top-color: red;
    border-bottom-color: red;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-top-style: solid;
    border-bottom-style: solid;
    background-color: white;
    height: 20px;
    width: 10px;
}

.manifestQCPassedClsLeftDevEx {
    border-left-color: green;
    border-top-color: green;
    border-bottom-color: green;
    border-left-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-style: solid;
    border-top-style: solid;
    border-bottom-style: solid;
    background-color: white;
    padding-left: 2px;
    height: 20px;
    width: 150px;
}

.manifestQCPassedClsRightDevEx {
    border-right-color: green;
    border-top-color: green;
    border-bottom-color: green;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-top-style: solid;
    border-bottom-style: solid;
    background-color: white;
    padding-right: 2px;
    height: 20px;
    width: 10px;
}

.manifestSelectedClsLeftDevEx {
    border-left-color: green;
    border-top-color: green;
    border-bottom-color: green;
    border-left-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-style: solid;
    border-top-style: solid;
    border-bottom-style: solid;
    background-color: white;
    padding-left: 2px;
    height: 20px;
    width: 230px;
}

.manifestSelectedClsRightDevEx {
    border-right-color: green;
    border-top-color: green;
    border-bottom-color: green;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-top-style: solid;
    border-bottom-style: solid;
    background-color: white;
    padding-right: 2px;
    height: 20px;
    width: 30px;
}

.manifestQCPassedClsRightDevEx {
    border-right-color: green;
    border-top-color: green;
    border-bottom-color: green;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-top-style: solid;
    border-bottom-style: solid;
    background-color: white;
    padding-right: 2px;
    height: 20px;
    width: 10px;
}

.manifestAddButtons {
    width: 17px;
    height: 17px;
    background-color: transparent;
    border-color: transparent;
    text-align: left;
    cursor: pointer;
}

.divSearchCell {
    padding: 2px;
    display: table-cell;
    width: 14.29%
}

.divcell {
    padding: 2px;
    display: table-cell;
}

.divtableDateWaybill {
    width: 100%;
    padding: 0;
    display: table;
    height: 18px;
}

.labelDateWaybill {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    height: 18px;
    width: 55px;
}

.labelBillAccWaybillCapture {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    height: 18px;
    width: 95px;
}

.labelWaybillCapture {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    height: 18px;
    width: 65px;
}

.labelWaybillCapture {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    height: 18px;
    width: 45px;
}

.divtableNewClient {
    width: 100%;
    padding: 0;
    display: table;
    /*height: 110px;*/
}

.divtableExistingClient {
    width: 100%;
    padding: 0;
    display: table;
    height: 110px;
}

.divtableExistingToClient {
    width: 100%;
    padding: 0;
    display: table;
    height: 110px;
}

.divtableSurcharges {
    width: 85%;
    padding-left: 15%;
    /*padding:0;*/
    display: table;
    /*height: 35px;*/
}

.content {
    padding: 5px;
}


/* Account */
.accountHeader h2 {
    margin: 10px 0 7px 0;
    font-size: 16px;
}

.accountHeader p {
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.accountHeader {
    margin-bottom: 20px;
}

.form-field {
    margin-bottom: 8px;
}

.field-validation-error {
    font-size: 11px;
    color: Red;
}

.display {
    border-color: lightgray;
    border-style: solid;
    border-width: 1px;
    color: gray;
}


/* iOS */
.dxsplVSeparator_iOS,
.dxsplHSeparator_iOS {
    border-width: 0px !important;
}

.dxsplPane_iOS.leftPane,
.dxsplPane_iOS.rightPane,
.dxsplPane_iOS.contentPane {
    border-width: 1px !important;
}

.dxsplControl_iOS .templateTitle {
    margin-top: 3px;
}

    .dxsplControl_iOS .templateTitle a {
        color: #303030;
        font-size: 26px;
        line-height: 1em;
        font-weight: bold;
    }

.dxsplControl_iOS .headerTop,
.dxsplControl_iOS .content {
    font-family: HelveticaNeue,Helvetica,Verdana,sans-serif;
}

.dxsplControl_iOS .loginControl {
    margin-top: 4px;
}

    .dxsplControl_iOS .loginControl a {
        color: #0160E7;
        text-decoration: underline;
        font-size: 20px;
        font-weight: bold;
    }

.dxsplControl_iOS .headerTop {
    height: 33px;
}

.dxsplControl_iOS .headerMenu {
    margin-top: 0px;
}

.dxsplPane_iOS.mainContentPane {
    border-width: 0px !important;
    box-shadow: initial;
    -webkit-box-shadow: initial;
    -moz-box-shadow: initial;
}

.dxsplPane_iOS.footerPane {
    border-width: 1px !important;
}

.dxsplControl_iOS .accountHeader p {
    color: #303030;
    font-size: 18px;
}

.dxsplControl_iOS .accountHeader h2 {
    color: #303030;
    font-size: 26px;
    margin-bottom: 10px;
}


/* Aqua */
.dxsplControl_Aqua {
    font-family: Tahoma;
}

    .dxsplControl_Aqua .headerPane,
    .dxsplControl_Aqua .footerPane,
    .dxsplControl_Aqua .footerMenu li {
        background-color: #BFDBFF;
    }

    .dxsplControl_Aqua .headerPane {
        background-image: url('images/AquaHeader.jpg');
    }

    .dxsplControl_Aqua .headerMenu .dxm-separator b {
        height: 25px !important;
    }

    .dxsplControl_Aqua .accountHeader h2 {
        color: #5689C5;
    }


/* DevEx */
.dxsplControl_DevEx {
    font-family: Verdana;
    color: #201F35;
}

    .dxsplControl_DevEx .headerPane,
    .dxsplControl_DevEx .footerPane,
    .dxsplControl_DevEx .footerMenu li {
        background-color: #F2F3F4;
    }

    .dxsplControl_DevEx .templateTitle a,
    .dxsplControl_DevEx .loginControl,
    .dxsplControl_DevEx .loginControl a {
        color: #4B4B57;
    }

        .dxsplControl_DevEx .loginControl a {
            border-bottom-color: #4B4B57;
        }

    .dxsplControl_DevEx .headerMenu {
        margin-top: 13px;
    }

    .dxsplControl_DevEx .accountHeader p {
        font-size: 11px;
    }


/* BlackGlass */
.dxsplControl_BlackGlass {
    font-family: Tahoma;
}

    .dxsplControl_BlackGlass .headerPane,
    .dxsplControl_BlackGlass .footerPane,
    .dxsplControl_BlackGlass .footerMenu li {
        background-color: #2A2A2A;
        color: white;
    }

    .dxsplControl_BlackGlass .headerPane {
        background-image: url('images/BlackGlassHeader.jpg');
    }

    .dxsplControl_BlackGlass .leftPanel li[class$="dxnb-last"] ul {
        border-bottom: 1px solid black;
    }

    .dxsplControl_BlackGlass .accountHeader p {
        color: #585858;
    }


/* Glass */
.dxsplControl_Glass {
    font-family: Tahoma;
}

    .dxsplControl_Glass .headerPane,
    .dxsplControl_Glass .footerPane,
    .dxsplControl_Glass .footerMenu li {
        background-color: #CFE0E7;
    }

    .dxsplControl_Glass .headerPane {
        background-image: url('images/GlassHeader.jpg');
    }

    .dxsplControl_Glass .footerMenu * {
        background-image: none !important;
    }

    .dxsplControl_Glass .headerMenu .dxm-separator b {
        height: 25px !important;
    }

    .dxsplControl_Glass .templateTitle a,
    .dxsplControl_Glass .loginControl,
    .dxsplControl_Glass .loginControl a {
        color: #4B4B57;
    }

        .dxsplControl_Glass .loginControl a {
            border-bottom-color: #4B4B57;
        }

    .dxsplControl_Glass .accountHeader h2 {
        color: #387FA4;
    }

    .dxsplControl_Glass .accountHeader p {
        color: #575757;
    }



/* Office2003Blue */
.dxsplControl_Office2003Blue {
    font-family: Tahoma;
}

    .dxsplControl_Office2003Blue .headerPane,
    .dxsplControl_Office2003Blue .footerPane,
    .dxsplControl_Office2003Blue .footerMenu li {
        background-color: #BCD4F6;
    }

    .dxsplControl_Office2003Blue .footerMenu div {
        background: transparent none;
    }

    .dxsplControl_Office2003Blue .leftPanel > ul {
        background: transparent none;
    }

    .dxsplControl_Office2003Blue .templateTitle a,
    .dxsplControl_Office2003Blue .loginControl,
    .dxsplControl_Office2003Blue .loginControl a {
        color: #4B4B57;
    }

        .dxsplControl_Office2003Blue .loginControl a {
            border-bottom-color: #4B4B57;
        }

    .dxsplControl_Office2003Blue .accountHeader p {
        color: #424242;
    }

    .dxsplControl_Office2003Blue .headerMenu {
        margin-top: 5px;
    }


/* Office2003Olive */
.dxsplControl_Office2003Olive {
    font-family: Tahoma;
}

    .dxsplControl_Office2003Olive .headerPane,
    .dxsplControl_Office2003Olive .footerPane,
    .dxsplControl_Office2003Olive .footerMenu li {
        background-color: #D6DCBB;
    }

    .dxsplControl_Office2003Olive .footerMenu div {
        background: transparent none;
    }

    .dxsplControl_Office2003Olive .leftPanel > ul {
        background: transparent none;
    }

    .dxsplControl_Office2003Olive .templateTitle a,
    .dxsplControl_Office2003Olive .loginControl,
    .dxsplControl_Office2003Olive .loginControl a {
        color: #4B4B57;
    }

        .dxsplControl_Office2003Olive .loginControl a {
            border-bottom-color: #4B4B57;
        }

    .dxsplControl_Office2003Olive .accountHeader p {
        color: #424242;
    }

    .dxsplControl_Office2003Olive .headerMenu {
        margin-top: 5px;
    }

/* Office2003Silver */
.dxsplControl_Office2003Silver {
    font-family: Tahoma;
}

    .dxsplControl_Office2003Silver .headerPane,
    .dxsplControl_Office2003Silver .footerPane,
    .dxsplControl_Office2003Silver .footerMenu li {
        background-color: #D0D0DE;
    }

    .dxsplControl_Office2003Silver .footerMenu div {
        background: transparent none;
    }

    .dxsplControl_Office2003Silver .leftPanel > ul {
        background: transparent none;
    }

    .dxsplControl_Office2003Silver .templateTitle a,
    .dxsplControl_Office2003Silver .loginControl,
    .dxsplControl_Office2003Silver .loginControl a {
        color: #4B4B57;
    }

        .dxsplControl_Office2003Silver .loginControl a {
            border-bottom-color: #4B4B57;
        }

    .dxsplControl_Office2003Silver .accountHeader p {
        color: #424242;
    }

    .dxsplControl_Office2003Silver .headerMenu {
        margin-top: 5px;
    }


/* Office2010Black */
.dxsplControl_Office2010Black {
    font-family: Verdana;
}

    .dxsplControl_Office2010Black .headerPane,
    .dxsplControl_Office2010Black .footerPane,
    .dxsplControl_Office2010Black .footerMenu li {
        background-color: #393939;
        color: white;
    }

    .dxsplControl_Office2010Black .footerMenu a {
        color: white !important;
    }

    .dxsplControl_Office2010Black .accountHeader h2 {
        color: #3C3C3C;
    }

    .dxsplControl_Office2010Black .accountHeader p {
        font-size: 11px;
    }

    .dxsplControl_Office2010Black .headerMenu {
        margin-top: 13px;
    }


/* Office2010Blue */
.dxsplControl_Office2010Blue {
    font-family: Verdana;
}

    .dxsplControl_Office2010Blue .headerPane,
    .dxsplControl_Office2010Blue .footerPane,
    .dxsplControl_Office2010Blue .footerMenu li {
        background-color: #D3E4F6;
    }

    .dxsplControl_Office2010Blue .templateTitle a,
    .dxsplControl_Office2010Blue .loginControl,
    .dxsplControl_Office2010Blue .loginControl a {
        color: lightgray;
    }

        .dxsplControl_Office2010Blue .loginControl a {
            border-bottom-color: Black;
        }

    .dxsplControl_Office2010Blue .accountHeader h2 {
        color: #498BC2;
    }

    .dxsplControl_Office2010Blue .accountHeader p {
        font-size: 11px;
    }

    .dxsplControl_Office2010Blue .headerMenu {
        margin-top: 13px;
    }


/* Office2010Silver */
.dxsplControl_Office2010Silver {
    font-family: Verdana;
}

    .dxsplControl_Office2010Silver .headerPane,
    .dxsplControl_Office2010Silver .footerPane,
    .dxsplControl_Office2010Silver .footerMenu li {
        background-color: #A9ACB4;
        color: white;
    }

    .dxsplControl_Office2010Silver .accountHeader h2 {
        color: #3B3B3B;
    }

    .dxsplControl_Office2010Silver .accountHeader p {
        font-size: 11px;
    }

    .dxsplControl_Office2010Silver .headerMenu {
        margin-top: 13px;
    }



/* PlasticBlue */
.dxsplControl_PlasticBlue {
    font-family: Tahoma;
}

    .dxsplControl_PlasticBlue .headerPane,
    .dxsplControl_PlasticBlue .footerPane,
    .dxsplControl_PlasticBlue .footerMenu li {
        background-color: #3C4F8F;
        color: white;
    }

    .dxsplControl_PlasticBlue .headerPane {
        background-image: url('images/PlasticBlueHeader.jpg');
    }

    .dxsplControl_PlasticBlue .accountHeader h2 {
        color: #5A83D0;
    }

    .dxsplControl_PlasticBlue .accountHeader p {
        color: #575757;
    }

    .dxsplControl_PlasticBlue .headerMenu {
        margin-top: 12px;
    }


/* RedWine */
.dxsplControl_RedWine {
    font-family: Tahoma;
}

    .dxsplControl_RedWine .headerPane,
    .dxsplControl_RedWine .footerPane,
    .dxsplControl_RedWine .footerMenu li {
        background-color: #78002B;
        color: white;
    }

    .dxsplControl_RedWine .headerPane {
        background-image: url('images/RedWineHeader.jpg');
        background-position: top right;
    }

    .dxsplControl_RedWine .footerMenu div {
        background: transparent none;
    }

    .dxsplControl_RedWine .accountHeader h2 {
        color: #8A0A37;
    }

    .dxsplControl_RedWine .headerMenu {
        margin-top: 9px;
    }


/* SoftOrange */
.dxsplControl_SoftOrange {
    font-family: Tahoma;
}

    .dxsplControl_SoftOrange .headerPane,
    .dxsplControl_SoftOrange .footerPane,
    .dxsplControl_SoftOrange .footerMenu li {
        background-color: #F9F9F9 !important;
        background-image: none !important;
    }

    .dxsplControl_SoftOrange .templateTitle a,
    .dxsplControl_SoftOrange .loginControl,
    .dxsplControl_SoftOrange .loginControl a {
        color: lightgray;
    }

        .dxsplControl_SoftOrange .loginControl a {
            border-bottom-color: Black;
        }

    .dxsplControl_SoftOrange .accountHeader h2 {
        color: Black;
    }

    .dxsplControl_SoftOrange .accountHeader p {
        color: #707070;
    }

    .dxsplControl_SoftOrange .headerMenu {
        margin-top: 8px;
    }


/* Youthful */
.dxsplControl_Youthful {
    font-family: Tahoma;
}

    .dxsplControl_Youthful .headerPane,
    .dxsplControl_Youthful .footerPane,
    .dxsplControl_Youthful .footerMenu li {
        background-color: #8AA150;
        color: white !important;
    }

    .dxsplControl_Youthful .headerMenu .dxm-separator b {
        height: 35px !important;
    }

    .dxsplControl_Youthful .accountHeader h2 {
        color: #80A70E;
    }

    .dxsplControl_Youthful .headerMenu {
        margin-top: 1px;
    }

/* Metropolis */
.dxsplControl_Metropolis {
    font-family: Segoe UI;
}

    .dxsplControl_Metropolis .headerPane,
    .dxsplControl_Metropolis .footerMenu li {
        background-color: White;
        color: Black;
    }

    .dxsplControl_Metropolis .accountHeader h2 {
        color: #3B3B3B;
    }

    .dxsplControl_Metropolis .accountHeader p {
        font-size: 11px;
    }

    .dxsplControl_Metropolis .headerMenu {
        margin-top: 13px;
    }

    .dxsplControl_Metropolis .loginControl a,
    .dxsplControl_Metropolis .templateTitle a {
        color: lightgray;
        border-color: lightgray;
    }

    .dxsplControl_Metropolis .templateTitle a {
        font-size: 28px;
    }

    .dxsplControl_Metropolis .dxsplVSeparator_Metropolis {
        border-bottom: 0 !important;
    }

    .dxsplControl_Metropolis .footerPane {
        background: #EDEDED;
    }

/* MetropolisBlue */
.dxsplControl_MetropolisBlue {
    font-family: Segoe UI;
}

    .dxsplControl_MetropolisBlue .headerPane,
    .dxsplControl_MetropolisBlue .footerMenu li {
        background-color: White;
        color: Black;
    }

    .dxsplControl_MetropolisBlue .accountHeader h2 {
        color: #3B3B3B;
    }

    .dxsplControl_MetropolisBlue .accountHeader p {
        font-size: 11px;
    }

    .dxsplControl_MetropolisBlue .headerMenu {
        margin-top: 13px;
    }

    .dxsplControl_MetropolisBlue .loginControl a,
    .dxsplControl_MetropolisBlue .templateTitle a {
        color: Black;
        border-color: Black;
    }

    .dxsplControl_MetropolisBlue .templateTitle a {
        font-size: 28px;
    }

    .dxsplControl_MetropolisBlue .dxsplVSeparator_MetropolisBlue {
        border-bottom: 0 !important;
    }

    .dxsplControl_MetropolisBlue .footerPane {
        background: #EDEDED;
    }

/* Moderno */
.dxsplControl_Moderno {
    font-family: Segoe UI;
}

    .dxsplControl_Moderno .headerPane,
    .dxsplControl_Moderno .footerMenu li {
        background-color: White;
        color: Black;
    }

    .dxsplControl_Moderno .accountHeader h2 {
        color: #3B3B3B;
    }

    .dxsplControl_Moderno .accountHeader p {
        font-size: 11px;
    }

    .dxsplControl_Moderno .headerMenu {
        margin-top: 13px;
    }

    .dxsplControl_Moderno .loginControl a,
    .dxsplControl_Moderno .templateTitle a {
        color: #0072c6;
        border-color: #0072c6;
    }

    .dxsplControl_Moderno .templateTitle a {
        font-size: 28px;
    }

    .dxsplControl_Moderno .dxsplVSeparator_Moderno {
        border-bottom: 0 !important;
        border-left: 1px solid #d1d1d1;
        border-right: 1px solid #d1d1d1;
    }

    .dxsplControl_Moderno .footerPane {
        background: #EDEDED;
    }

/* Mulberry */
.dxsplControl_Mulberry {
    font-family: Segoe UI;
}

    .dxsplControl_Mulberry .footerMenu li {
        background-color: White;
        color: Black;
    }

    .dxsplControl_Mulberry .accountHeader h2 {
        color: #3B3B3B;
    }

    .dxsplControl_Mulberry .accountHeader p {
        font-size: 11px;
    }

    .dxsplControl_Mulberry .headerMenu {
        margin-top: 10px;
    }

    .dxsplControl_Mulberry .loginControl a,
    .dxsplControl_Mulberry .templateTitle a {
        color: #BF4E6A;
        border-color: #BF4E6A;
    }

    .dxsplControl_Mulberry .templateTitle a {
        font-size: 28px;
    }

    .dxsplControl_Mulberry .dxsplVSeparator_Mulberry {
        border-width: 0px !important;
    }

    .dxsplControl_Mulberry .headerPane,
    .dxsplControl_Mulberry .footerPane {
        background: #F1F2F5;
    }



/*External CSS*/



/* Added CSS styles */
.coverPicture {
    background: url('Images/WintrackDXGenericBackground1.jpg') no-repeat left center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #333;
    font-family: 'Open Sans',Arial,Helvetica,Sans-Serif;
}

.whiteRibbon {
    width: 30%;
    background-color: rgba(255,255,255,0.9);
    margin-left: 32%;
    margin-top: 18%;
    padding: 15px;
}

.ButtonStyle {
    float: left;
}

    .ButtonStyle:hover {
        -moz-box-shadow: 0 0 30px royalblue;
        -webkit-box-shadow: 0 0 30px royalblue;
        box-shadow: 0 0 30px royalblue;
        border-radius: 10px;
    }

.ButtonStyle2 {
    float: left;
}

    .ButtonStyle2:hover {
        -moz-box-shadow: 0 0 30px royalblue;
        -webkit-box-shadow: 0 0 30px royalblue;
        box-shadow: 0 0 30px royalblue;
        border-radius: 10px;
    }

.ButtonStyle3 {
    float: left;
}

    .ButtonStyle3:hover {
        -moz-box-shadow: 0 0 30px royalblue;
        -webkit-box-shadow: 0 0 30px royalblue;
        box-shadow: 0 0 30px royalblue;
        border-radius: 10px;
    }

.ButtonStyle4 {
    float: left;
    margin-left: 25px;
}

    .ButtonStyle4:hover {
        -moz-box-shadow: 0 0 30px royalblue;
        -webkit-box-shadow: 0 0 30px royalblue;
        box-shadow: 0 0 30px royalblue;
        border-radius: 10px;
    }

.dateDynamicEdit {
    width: 100%;
}

.textboxDynamicEdit {
    width: 100%;
}

.textboxDynamicEditAssetDetails {
    width: 100%;
}

.textboxDynamicEditPO {
    width: 100%;
}

.textboxDynamicEditGRV {
    width: 100%;
}

.comboboxDynamicEdit {
    width: 100%;
}

.comboboxDynamicEditPO {
    width: 100%;
}

.comboboxDynamicEditAssetDetails {
    width: 100%;
}

.inputPODiv {
    width: 100%;
}

.dynamicList {
    width: 99%;
}

.centerLogin {
    /*padding-left: 25%;
    padding-right: 30%;*/
    width: 100%;
}

.loginFloat {
    float: left;
    width: 50%;
    /*margin-right: 20px;*/
    min-width: 200px;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clearBoth {
    clear: both;
}

.loginTextbox {
    width: 50%;
}

.dxeTextBoxSys {
    width: 100%;
}

.centerLogin #UserName,
.centerLogin #Password,
.centerLogin #LoginButton,
.centerLogin #RegisterButton,
.centerLogin #Email,
.centerLogin #ConfirmPassword {
    width: 100%;
    min-width: 200px;
}

.contentHeaderText {
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.contentHeaderTextFixed {
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: -10px;
    width: 99%;
    /*position: fixed;*/
    font: underline;
}

.contentHeaderTextCustom {
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    font: underline;
}

.stuck {
    border-bottom-style: solid;
    border-top-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-color: black;
    border-top-color: black;
    border-left-color: black;
    border-right-color: black;
    background-color: whitesmoke;
    width: 99.8%;
    float: left;
    margin-top: 30px;
}

.contentText {
    margin-left: 15px;
    margin-top: 10px;
    width: 98%;
}

.underline {
    border-bottom-color: lightgray;
    border-bottom-style: ridge;
    border-bottom-width: 1px;
}

.underlineForReportView {
    border-bottom-color: lightgray;
    border-bottom-style: ridge;
    border-bottom-width: 1px;
    width: 100%;
}

.dxsplPane_MetropolisBlue, .dxsplPaneCollapsed_MetropolisBlue {
    background-color: transparent !important;
}

.coverPicture .copyright .dxeBase_MetropolisBlue {
    color: white !important;
    font-style: oblique !important;
}





/*tracking progress bar CSS*/
#progressbar {
    overflow: hidden;
    color: lightgrey;
    margin-left: 15%;
}

#progressbar .active {
    color: #007BBB;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
    text-align: left;
}

#progressbar #step1:before {
    font-family: "Font Awesome 5 Free";
    content: "\f1b2";
    font-weight: 900;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
}

#progressbar #step2:before {
    font-family: "Font Awesome 5 Free";
    content: "\f362";
    font-weight: 900;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
}

#progressbar #step3:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0d1";
    font-weight: 900;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
}

#progressbar #step4:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
}

#progressbar .customIcon1:before {
    content: "" !important;
}

#progressbar .customIcon2:before {
    content: "" !important;
}

#progressbar .customIcon3:before {
    content: "" !important;
}

#progressbar .customIcon4:before {
    content: "" !important;
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px 0;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #007BBB
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #007BBB
}

#step1Text {
    position:relative;
    bottom: 90px;
}

#step2Text {
    position: relative;
    bottom: 90px;
}

#step3Text {
    position: relative;
    bottom: 90px;
}

#step4Text {
    position: relative;
    bottom: 90px;
}

/*li strong {
    left: 9px;
    position: relative;
}*/

#step4:after {
    background: none !important;
}

.fastTrackImages {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 1080px) {
    .fastTrackImages {
        width: 50%;
        margin-left: auto;
        margin-right: auto
    }
}

/*
@media only screen and (min-width: 768px) {
    .fastTrackImages {
        width: 50%;
        margin-left: auto;
        margin-right: auto
    }
}
@media only screen and (min-width: 951px) {
    .fastTrackImages {
        width: 50%;
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (min-width: 1001px) {
    .fastTrackImages {
        width: 50%;
        margin-left: auto;
        margin-right: auto
    }
}

*/

/*end tracking progress bar CSS*/