﻿body {
    margin: 0px 0px 0px 0px;
    color: #505050;
    font-family: arial, verdana;
    font-size: 12px;
    background-color: #000000;
    line-height: normal;
}

a:link {
    color: #101e69;
    text-decoration: none;
}

a:hover {
    color: #0945C0;
    text-decoration: none;
}

a:visited {
    color: #101e69;
    text-decoration: none;
}

a:active {
    color: #101e69;
    text-decoration: none;
}

input[type="hidden" i], input[type="image" i], input[type="file" i] {
    -webkit-appearance: initial;
    background-color: initial;
    cursor: pointer !important;
    padding: initial;
    border: initial;
}

.themeColor {
    background-color: #8B8B8B !important;
}

.themeColorLight {
    background-color: #c4c2c2 !important;
}

.banner:link {
    color: #9EAFD8;
    text-decoration: none;
}

.banner:visited {
    color: #9EAFD8;
    text-decoration: none;
}

.banner:hover {
    color: #C4D1EE;
    text-decoration: none;
}

.banner:active {
    color: #C4D1EE;
    text-decoration: none;
}

.bizCard:link {
    color: #FFFFFF;
    text-decoration: none;
}

.bizCard:visited {
    color: #FFFFFF;
    text-decoration: none;
}

.bizCard:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.bizCard:active {
    color: #FFFFFF;
    text-decoration: none;
}

.bizCardBackground {
    background-color: #191c20;
}

/* Circle Mask*/
.clip-circle {
    clip-path: circle(40px at center);
}

.email:link {
    color: #BE6E3D;
    text-decoration: none;
}

.email:visited {
    color: #BE6E3D;
    text-decoration: none;
}

.email:hover {
    color: #FFFF00;
    text-decoration: none;
}

.email:active {
    color: #BE6E3D;
    text-decoration: none;
}

.txtDblSpace {
    line-height: 18px;
}

.createGapAboveSm {
    margin-top: 15px;
}

#containerBackEnd {
    width: 1000px;
    border-width: 0px;
    margin: 0px auto auto auto;
}

#containerContent {
    width: 960px;
    margin: 10px auto 30px auto;
}

.headerBackEnd {
    height: 25px;
    background-color: #8B8B8B;
    text-align: center;
}

    .headerBackEnd img {
        float: left;
        margin-left: 15px;
    }

    .headerBackEnd span {
        display: block;
        line-height: 25px;
        color: #ffffff;
        text-align: left;
        padding-left: 15px;
    }

        .headerBackEnd span.preview {
            cursor: pointer;
            padding-left: 20px;
        }

            .headerBackEnd span.preview:hover {
                text-decoration: underline;
            }

.headerPage {
    color: #a2968a;
    font-size: 18px;
    font-family: verdana;
    margin: 20px auto auto auto;
    width: 950px;
    border-bottom: solid 1px #a2968a;
}

.dottedSeparator {
    border-bottom: dotted 1px #cccccc;
}

.navBackEnd {
    height: 24px;
    background-color: #000000;
    background-image: url(../Images/componentart/top_groupBg.gif);
    background-repeat: repeat-x;
}

.footer1BackEnd {
    height: 30px;
    background-color: #000000;
    color: #FFFFFF;
}

.footer2BackEnd {
    height: 35px;
    background-color: #C0C0C0;
    vertical-align: top;
}

.txtHeader {
    font-size: 15px;
    font-weight: bold;
    color: #550000;
}

.txtBusinessCard {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    display: inline;
}

.txtBanner {
    font-size: 11px;
    color: #DEE1E6;
}

.txtSubHeader {
    font-family: tk-freight-sans-pro, arial;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #000055;
}


.txtBoxBackEnd {
    border: solid 1px #C0C0C0;
    padding: 3px;
    background-color: #FAFAFA;
    color: #505050;
    font-family: arial, verdana;
    font-size: 12px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
}

    .txtBoxBackEnd:focus {
        box-shadow: 0 0 5px rgba(23, 103, 161, 1);
    }

    .txtBoxBackEnd.error {
        background-color: #E7C8C8;
    }

.lstBoxBackEnd {
    border: solid 1px #BABABA;
    background-color: #F0F0F0;
    font-family: arial, verdana;
    font-size: 12px;
}

.ddlMarketCenter {
    font-family: Arial;
    font-size: 11px;
}

.clearButton {
    background-image: url(../Images/btn_clear.gif);
    background-repeat: no-repeat;
    vertical-align: top;
    width: 80px;
    height: 25px;
    border: 0;
    cursor: pointer;
}

.txtMessage {
    color: #AA0000;
}

.txtGray {
    color: #CCCCCC;
}

.labelSpace label {
    margin-left: 7px;
    display: inline-block;
}

.txtRequiredStar {
    color: #A51D21;
    font-size: 13px;
    font-weight: bold;
}

.bgAltItemColor {
    background-color: #F5F5F5;
}

.bgAltItemColorWhite {
    background-color: #FFFFFF;
}

.bgAltItemColorDark {
    background-color: #CCCCCC;
}

.gridView {
    border: solid 1px #DDDDDD;
    width: 470px;
    text-align: left;
    border-bottom: 20px solid #EDEDED;
}

    .gridView tr {
        border-bottom: 1px solid #CFCFCF;
        padding: 5px;
    }

.gridViewConsLoans {
    border: solid 1px #CCCCCC;
    width: 470px;
    text-align: center;
}

.gridViewAltItemBg {
    background-color: #FDFDFD;
}

.gridViewSelectedBg {
    background-image: url(../../../images/bg_gridviewsel.gif);
    background-repeat: repeat-x;
}

.gridViewSelectedBgAdmin {
    background-image: url(../../../images/bg_gridviewsel.gif);
    background-repeat: repeat-x;
}

.gridViewTopBar {
    height: 32px;
    background-color: #8B8B8B; /*  #157fcc  */
    text-align: right;
    padding: 10px;
    color: #FFFFFF;
    width: 1020px;
}

.gridViewTopPager {
    background-color: #747584;
    color: #FFFFFF;
    font-weight: bold;
}

.gridViewHeader {
    background-color: #EEEEEE;
    height: 27px;
    font-weight: normal;
}

    .gridViewHeader th {
        border-right: 1px solid #DDDDDD;
        text-align: center;
        font-weight: normal;
    }

/*.gridView tr:hover {
    background-color: #EFEFEF;
    cursor: pointer;
}*/

.gridViewHeaderAdmin {
    background-color: #D1D1D1;
    background-image: url(../../../images/bg_gridviewheader.gif);
    background-repeat: repeat-x;
    height: 27px;
    font-weight: bold;
    text-align: left;
}

#dActivitySummary {
    width: 700px;
    padding: 6px 6px 6px 6px;
    margin: 0px 0px 10px 0px;
    border: solid 1px #cccccc; /*background-color: #eeeeee;*/
    background-image: url(../../../Images/bg_gradient.gif);
    background-repeat: repeat-x;
}

.campaignLibraryNavBar {
    margin: 3px 3px 3px 3px;
}

.loginPopup {
    background-color: #eeeeee;
    border: solid 1px #aaaaaa;
    height: 175px;
    width: 300px;
}

.modalBackground {
    background-color: #000000;
    opacity: 0.3;
}

.gridPanel {
    padding: 10px;
}

#dForgotPassContainer {
    margin: 5px 5px 5px 5px;
}

.txtForgotPassHeader {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}

.infoRowBg {
    background-image: url(../../../Images/bg_inforow.gif);
    background-repeat: repeat-x;
}

.hrzSearchBg {
    background-image: url(../../../Images/bg_hrzsearch.gif);
    background-repeat: repeat-x;
}

.grayGradientRounded {
    border-radius: 1px;
    border: solid;
    border-width: 1px;
    border-color: #CCCCCC;
    background: linear-gradient(#FAFAFA, #FEFEFE);
}

.whiteCard {
    background: #FFFFFF;
    padding: 1px;
    box-shadow: 1px 1px 2px 2px #CCCCCC;
}

.myCSSTab {
    background: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    color: #212121;
    border-bottom: 3px solid #E0E0E0 !important;
}

    .myCSSTab:hover {
        border-bottom: 3px solid #4cdf2a !important;
    }

.myCSSTabActive {
    font-weight: normal;
    font-size: 14px;
    color: #212121;
    border-bottom: 3px solid #4cdf2a !important;
}

#dCartPayMethod {
    margin: 15px 85px 15px 0px;
}

.formbutton {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #FFFFFF;
    cursor: pointer;
    background-color: #023D65;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #42789C;
    border-right-color: #030F16;
    border-bottom-color: #030F16;
    border-left-color: #42789C;
}

.formwidget {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #000000;
    background-color: #FAFAFA;
    border: 1px solid #BABABA;
    line-height: normal;
}

    .formwidget.error {
        background-color: #E7C8C8;
    }

.moneywidget {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #000000;
    background-color: #F6F6F6;
    border: 1px solid #7C7C7C;
    line-height: normal;
    text-align: right;
}

.phoneCallButton {
    background-image: url(../../../Images/phone_call_graphic.png) !important;
    overflow: hidden;
    border: none;
}

.phoneCallButtonOn {
    background-image: url(../../../Images/phone_call_graphic_on.png) !important;
    overflow: hidden;
    border: none;
}

img.clickimage {
    cursor: pointer;
}

.dialogHeader {
    color: #FFFFFF;
    background-image: url(../../../images/themes/clean/dialogheader.png);
}

.dialogHeaderSmall {
    color: #FFFFFF;
    background-image: url(../../../images/themes/clean/dialogheadersmall.png);
}

.dialogHeaderMed {
    color: #FFFFFF;
    background-image: url(../../../images/themes/clean/dialogheadermed.png);
}

.dialogContent {
    background-color: #FFFFFF;
    border-left: thin solid #000000;
    border-bottom: thin solid #000000;
    border-right: thin solid #000000;
}

.dialogFooter {
    background-image: url(../../../images/themes/clean/dialogfooter.png);
}

.dialogFooterSmall {
    background-image: url(../../../images/themes/clean/dialogfootersmall.png);
}

.dialogFooterMed {
    background-image: url(../../../images/themes/clean/dialogfootermed.png);
}

.dialogHeaderAdmin {
    color: #FFFFFF;
    background-image: url(../../../images/themes/clean/dialogheader.png);
}

.dialogHeaderAdminSmall {
    color: #FFFFFF;
    background-image: url(../../../images/themes/clean/dialogheadersmall.png);
}

.dialogHeaderAdminMed {
    color: #FFFFFF;
    background-image: url(../../../images/themes/clean/dialogheadermed.png);
}

.dialogFooterAdmin {
    background-image: url(../../../images/themes/clean/dialogfooter.png);
}

.dialogFooterAdminSmall {
    background-image: url(../../../images/themes/clean/dialogfootersmall.png);
}

.dialogFooterAdminMed {
    background-image: url(../../../images/themes/clean/dialogfootermed.png);
}

.textmiddle {
    vertical-align: middle;
}

.accordion {
    width: 590px;
}

.loanInfo {
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: #3F3F3F;
    letter-spacing: 0.10em;
}

.textTiny {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.textStats {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.gridLink {
    color: #025284;
    text-decoration: none;
    cursor: pointer;
}

    .gridLink:hover {
        color: #539AD7;
        text-decoration: none;
        cursor: pointer;
    }

    .gridLink.new {
        color: #960000;
        font-weight: 600;
        letter-spacing: -0.08em;
        text-decoration: none;
        cursor: pointer;
    }

        .gridLink.new:hover {
            color: #DD0000;
            text-decoration: none;
            cursor: pointer;
        }

.formLink {
    color: #000066;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
}

.imageBorder {
    border: 1px solid #000033;
}

.dismissButton {
    background-image: url(../../../Images/btn_dismisstask_off.png) !important;
    overflow: hidden;
    border: none;
}

.dismissButtonOn {
    background-image: url(../../../Images/btn_dismisstask_on.png) !important;
    overflow: hidden;
    border: none;
}

.dismissButtonDis {
    background-image: url(../../../Images/btn_dismisstask_dis.png) !important;
    overflow: hidden;
    border: none;
    cursor: default !important;
}

.saveButton {
    background-image: url(../../../Images/btn_save_off.png) !important;
    overflow: hidden;
    border: none;
}

.saveButtonOn {
    background-image: url(../../../Images/btn_save_on.png) !important;
    overflow: hidden;
    border: none;
}

.saveButtonDis {
    background-image: url(../../../Images/btn_save_dis.png) !important;
    overflow: hidden;
    border: none;
    cursor: default !important;
}

.disabledDistPanel {
    opacity: .80;
    filter: alpha(opacity=80);
}

.yellow-row .x-grid-cell {
    background-color: #F3F3DD;
}

.blue-row .x-grid-cell {
    background-color: #DDF3F3;
}

.valignTop {
    vertical-align: top;
}

.divPanel {
    background-color: #F2F2F2;
}

.tableCellHighlightArea {
    border-top: solid 2px #000044;
    background-color: #EEEEEE;
    padding: 15px;
}

.tableBorder {
    border-collapse: collapse;
    border: 1px solid black;
}

.tableColumnColor1 {
    background-color: #CCCCF2;
}

.tableColumnColor2 {
    background-color: #AEAFC3;
}

.tableColumnColor3 {
    background-color: #8A9AD6;
}

.tableColumnColor4 {
    background-color: #848FD1;
}

.bgPresentationCover {
    background-color: #416ed5;
}

.bgPresentationCover2 {
    background-color: #c2c2c2;
}

.tableRowHeader {
    background-color: #8B8B8B;
    background-repeat: repeat-x;
    height: 25px;
    padding: 5px;
    vertical-align: middle;
    font-weight: bold;
    color: white;
}

.tableMarginAuto {
    margin-left: auto;
    margin-right: auto;
}

.tableFirstLeft th:first-child {
    text-align: left;
}

.tableFirstLeft td:first-child {
    text-align: left;
}

.tableFirstRight th:first-child {
    text-align: right;
}

.tableFirstRight td:first-child {
    text-align: right;
}

.tableBorderCells th {
    border-collapse: collapse;
    border: 1px solid black;
    padding: 0px 5px 0px 5px;
}

.tableBorderCells td {
    border-collapse: collapse;
    border: 1px solid black;
    padding: 0px 5px 0px 5px;
}

.textLeft {
    text-align: left;
}

.textCenter {
    text-align: center;
}

.textRight {
    text-align: right;
}

.campTreeLeaf {
    background-image: url(../../../Images/icon_campaign.png) !important;
    background-repeat: no-repeat;
}

.postcardTreeLeaf {
    background-image: url(../../../Images/icon_postcard.png) !important;
    background-repeat: no-repeat;
}

.emailTreeLeaf {
    background-image: url(../../../Images/icon_email.png) !important;
    background-repeat: no-repeat;
}

.flyerTreeLeaf {
    background-image: url(../../../Images/icon_flyer.png) !important;
    background-repeat: no-repeat;
}

.libraryTreeLeaf {
    background-color: #D0D1E8 !important;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.pillButton {
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1pt;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #4f4f4f;
    height: 30px;
    cursor: pointer;
    background-image: -webkit-linear-gradient(0deg,#4B5257, #6e7477);
    background-image: -moz-linear-gradient(0deg,#4B5257, #6e7477);
    background-image: -o-linear-gradient(0deg,#4B5257, #6e7477);
    background-image: linear-gradient(0deg,#4B5257, #6e7477);
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .pillButton:hover {
        background-image: -webkit-linear-gradient(180deg,#4B5257, #6e7477);
        background-image: -moz-linear-gradient(180deg,#4B5257, #6e7477);
        background-image: -o-linear-gradient(180deg,#4B5257, #6e7477);
        background-image: linear-gradient(180deg,#4B5257, #6e7477);
    }

    .pillButton.disabled {
        cursor: default;
        text-shadow: 1px 1px #555555;
        background-image: -webkit-linear-gradient(0deg,#939393, #939393);
        background-image: -moz-linear-gradient(0deg,#939393, #939393);
        background-image: -o-linear-gradient(0deg,#939393, #939393);
        background-image: linear-gradient(0deg,#939393, #939393);
    }

        .pillButton.disabled:hover {
            cursor: default;
            text-shadow: 1px 1px #555555;
            background-image: -webkit-linear-gradient(0deg,#939393, #939393);
            background-image: -moz-linear-gradient(0deg,#939393, #939393);
            background-image: -o-linear-gradient(0deg,#939393, #939393);
            background-image: linear-gradient(0deg,#939393, #939393);
        }

/*Mortgage Insights*/
.miStateContainer {
    margin: 10px auto 10px auto;
}

.miWorkflow {
    margin: 0 auto 10px;
}

    .miWorkflow a {
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .miWorkflow .previous,
    .miWorkflow .next {
        width: 70px;
    }

    .miWorkflow .locations {
        background: url('../../../Images/bg_mi_workflow.png') repeat-x 0 49%;
    }

        .miWorkflow .locations td {
            position: relative;
            width: 100px;
            height: 60px
        }

            .miWorkflow .locations td a {
                display: inline-block;
                text-align: center;
            }

            .miWorkflow .locations td.firstLocation,
            .miWorkflow .locations td.lastLocation {
                width: 70px;
                padding: 0px;
            }

        .miWorkflow .locations span {
            position: absolute;
            left: 0;
            right: 0;
        }

    .miWorkflow .firstLocation span {
        left: -14px;
    }

    .miWorkflow .locations td span {
        bottom: 0;
    }

    .miWorkflow .lastLocation span {
        right: -10px;
    }

    .miWorkflow .locationMarker {
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        display: block;
        height: 30px;
        width: 30px;
        background-image: -webkit-linear-gradient(0deg,#AAAAAA, #EEEEEE);
        background-image: -moz-linear-gradient(0deg,#AAAAAA, #EEEEEE);
        background-image: -o-linear-gradient(0deg,#AAAAAA, #EEEEEE);
        background-image: linear-gradient(0deg,#AAAAAA, #EEEEEE);
    }

    .miWorkflow .locationCompletedMarker {
        background-image: -webkit-linear-gradient(0deg,#030441, #949bfd);
        background-image: -moz-linear-gradient(0deg,#030441, #949bfd);
        background-image: -o-linear-gradient(0deg,#030441, #949bfd);
        background-image: linear-gradient(0deg,#030441, #949bfd);
    }

.miScenarios .hiddenText label {
    display: none;
}

.miPresentations {
    padding-bottom: 60px;
}

.miClosingCosts .tblClosingCosts th {
    color: #004400;
    background-color: #EEEEEE;
}

    .miClosingCosts .tblClosingCosts th h2 {
        font-size: 1.25em;
        margin: 10px;
    }

    .miClosingCosts .tblClosingCosts th input {
        vertical-align: inherit;
    }

.miClosingCosts .scenarioHeader {
    font-size: 14px;
}

.miClosingCosts .scenarioState {
    background-color: #004400;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 0 10px 0 0;
}

    .miClosingCosts .scenarioState.notSaved {
        background-color: red;
    }

    .miClosingCosts .scenarioState.default {
        background-color: transparent;
    }

.miClosingCosts .scenarioStateKey {
    color: #004400;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    width: 95px;
}

    .miClosingCosts .scenarioStateKey.notSaved {
        color: red;
    }

.miReview .tblLoanSummary,
.miReview .tblLoanSummary td {
    display: inline-block;
    width: 245px;
}

.miReview .itemizedHeader {
    border-bottom: solid 10px #004400;
}

    .miReview .itemizedHeader strong {
        color: #000000;
    }

    .miReview .itemizedHeader h2 {
        margin: 0;
    }

.reportColorA {
    background-color: #F0E5E5;
}

.reportColorB S {
    background-color: white;
}

link:link {
    color: #0066A6;
    text-decoration: none;
}

link:hover {
    color: #539AD7;
    text-decoration: none;
}

.plusIcon {
    width: 12px;
    height: 12px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 8px 8px;
    margin-top: 6px;
    margin-right: 3px;
    margin-left: 1px;
    cursor: pointer;
    text-decoration: underline;
}

    .plusIcon:hover {
        background-color: gray;
    }

.instruction {
    border-color: black;
    border-bottom-style: solid;
    background-color: #E8E8E8;
    margin-left: 20px;
    margin-bottom: 5px;
}

.closePanel {
    float: right;
    background-color: #8B8B8B;
    width: 100%;
    text-align: right;
    padding: 5px
}

.instructionIndent {
    margin-left: 13px;
}

.contactInfoTable {
    width: 640px;
    background-color: #F0F0F0;
    margin-top: 0px;
    margin-left: 0px;
}

.titleWrapper {
    float: left;
    height: 30px;
    width: 245px;
    padding-top: 4px;
    text-align: left;
}

.titleSubItem {
    width: 200px;
    padding-left: 5px;
    padding-top: 2px;
}

.divWaiting {
    position: fixed;
    top: 20%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
    background-color: #FAFAFA;
    z-index: 100 !important;
    opacity: 0.8;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 193%;
    width: 111%;
    padding-top: 25%;
}

.logo_Wrap {
    width: 160px;
    height: 160px;
    overflow: hidden;
    border: none;
}

.logo img {
    display: block;
    width: 100%;
    height: auto;
    border: none;
}

.reportCoverImg img a {
    border: none;
    border: 0px;
}

.topBar {
    color: #FFFFFF;
    background-color: #191c20;
    align-items: center;
    width: 100%;
    min-width: 998px;
    height: 99px;
    margin-left: 253px;
    position: fixed;
    border-bottom: 2px solid #2c4564;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 199;    
}

    .topBar.shrink {
        height: 63px !important;
    }

.logoShrinkFill {
    background-color: #191c20;
}

.bannerLogo {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.titleBreadCrumb {
    float: left;
    text-align: left;
    font-family: tk-freight-sans-pro, arial;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.01em;
    width: 330px;
    overflow: hidden;
    margin-left: 20px;
    margin-top: 36px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .titleBreadCrumb.shrink {
        margin-top: 22px !important;
    }

.welcomeUser {
    position: fixed;
    text-align: left;
    top: 73px;
    left: 275px;
    font-size: 11px;
    color: #E0E0E0;
    z-index: 199;
}

.unifyCopyright {
    top: 65px;
    right: 40px;
    font-size: 10px;
    color: #E0E0E0;
    float: right;
    position: fixed;
    z-index: 199;
}

.titleLinks {
    font-family: tk-freight-sans-pro, arial;
    float: right;
    text-align: right;
    font-size: 13px;
    overflow-x: hidden;
    margin-top: 33px;
    margin-right: 292px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    line-height: 1.8em;
}

    .titleLinks.shrink {
        margin-top: 22px !important;
    }

@media screen and (min-width: 1200px) {
    .unifyWrapper {
        margin-left: 260px !important;
        margin-top: 130px;
    }

    .masterPageContent {
        width: 98vw;
    }
}

@media screen and (max-width: 1200px) {
    .unifyWrapper {
        margin-left: 20px !important;
        /*margin-top: 40px;*/
        min-width: 1024px !important;
    }

    .welcomeUser {
        left: 373px;
    }

    .titleBreadCrumb {
        width: 250px;
        margin-left: 30px;
    }

    .titleLinks {
        margin-top: 20px;
        width: 300px;
        margin-right: 388px;
    }

    .topBar {
        margin-left: 343px;
        height: 98px;
    }
}

.titleLink {
    text-decoration: none;
    color: #FFFFFF !important;
}

    .titleLink:hover {
        text-decoration: underline;
    }

    .titleLink:visited {
        color: #FFFFFF !important;
    }

/*  ##############    Sidenav   #######################*/

.nav-side-menu {
    overflow: auto;
    font-family: tk-freight-sans-pro, arial;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    background-color: #191c20;
    position: fixed;
    width: 253px;
    top: 0px;
    color: #ffffff;
    z-index: 10;
}

    .nav-side-menu .toggle-btn {
        display: none;
    }

    .nav-side-menu ul,
    .nav-side-menu li {
        list-style: none;
        padding: 1px;
        margin: 0px;
        line-height: 35px;
        cursor: pointer;
    }

        .nav-side-menu ul :not(collapsed) .arrow:before,
        .nav-side-menu li :not(collapsed) .arrow:before {
            font-family: FontAwesome;
            content: "\f078";
            display: inline-block;
            padding-left: 10px;
            padding-right: 10px;
            vertical-align: middle;
            float: right;
        }

        .nav-side-menu ul .active,
        .nav-side-menu li .active {
            border-left: 3px solid #E6EE67;
            background-color: #2e3945;
        }

        .nav-side-menu ul .sub-menu li.active,
        .nav-side-menu li .sub-menu li.active {
            color: #E6EE67;
            font-weight: 500;
        }

            .nav-side-menu ul .sub-menu li.active a,
            .nav-side-menu li .sub-menu li.active a {
                color: #E6EE67;
            }

        .nav-side-menu ul .sub-menu li,
        .nav-side-menu li .sub-menu li {
            background-color: #23282e;
            border: none;
            line-height: 28px;
            border-bottom: 1px solid #23282e;
            margin-left: 0px;
            color: #FFFFFF;
            font-weight: 400;
        }

            .nav-side-menu ul .sub-menu li:hover,
            .nav-side-menu li .sub-menu li:hover {
                background-color: #8B8B8B; /*background-color: #020203;*/
            }

            .nav-side-menu ul .sub-menu li:before,
            .nav-side-menu li .sub-menu li:before {
                font-family: FontAwesome;
                content: "\f105";
                display: inline-block;
                padding-left: 10px;
                padding-right: 10px;
                vertical-align: middle;
            }

    .nav-side-menu li {
        padding-left: 0px;
        border-left: 3px solid #191c20;
        border-bottom: 1px solid #23282e;
    }

        .nav-side-menu li a {
            text-decoration: none;
            color: #ffffff;
        }

            .nav-side-menu li a i {
                padding-left: 10px;
                width: 20px;
                padding-right: 20px;
                vertical-align: middle;
            }

        .nav-side-menu li:hover {
            border-left: 3px solid #E6EE67;
            background-color: #8B8B8B;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            transition: all 1s ease;
        }

@media (max-width: 1200px) {

    .menu-content:not(collapsed) {
        height: 98vh;
        overflow-y: auto;
    }

    .nav-side-menu {
        position: fixed;
        width: 345px;
        top: 0px;
        margin-bottom: 10px;
        overflow: hidden;
        z-index: 10;
    }

    .nav-side-menu .toggle-btn {
        display: block;
        cursor: pointer;
        position: absolute;
        left: 263px;
        top: 10px;
        z-index: 10 !important;
        padding: 3px;
        color: #FFFFFF;
        width: 40px;
        text-align: center;
    }

    .topBumper {
        background-color: #2c4564;
        height: 1px;
        display: block;
    }
}

@media (min-width: 1200px) {
    .nav-side-menu .menu-list .menu-content {
        display: block;
    }

    .nav-side-menu {
        height: 100%;
    }

        .nav-side-menu .topBumper {
            background-color: #2c4564;
            height: 2px;
            display: block;
        }

    .sideFiller {
        display: none;
    }
}

/*  ##############    Sidenav  #######################*/


/*
      "min-width"  "If [device width] is greater than or equal to 600px, then do {...}"
      "max-width"  "If [device width] is less than or equal to 600px, then do {...}"
        @media only screen and (max-width: 600px) and (min-width: 400px)  {...}
        Will trigger only for screens that are 600-400px wide.
    */


/* EXTJS Overrides  */

.x-panel-header-default {
    background-color: #8B8B8B !important;
    border: 1px solid #8B8B8B !important;
}

.x-panel-header-title-default {
    color: #FFFFFF;
}

.x-panel-header-default-top {
    -webkit-box-shadow: #8B8B8B 0 1px 0px 0 inset !important;
    -moz-box-shadow: #8B8B8B 0 1px 0px 0 inset !important;
    box-shadow: #8B8B8B 0 1px 0px 0 inset !important;
}

.x-panel-header-default-horizontal {
    padding: 5px !important;
    height: 30px;
    margin-top: 5px;
}

.x-panel-header-default-framed-top {
    -webkit-box-shadow: #8B8B8B 0 1px 0px 0 inset !important;
    -moz-box-shadow: #8B8B8B 0 1px 0px 0 inset !important;
    box-shadow: #8B8B8B 0 1px 0px 0 inset !important;
    background-color: #8B8B8B !important;
    background-image: -ms-linear-gradient(top, #959595, #8B8B8B) !important;
    background-image: linear-gradient(top, #959595, #8B8B8B) !important;
    background: -webkit-linear-gradient(#8B8B8B, #959595) !important;
}

.x-panel-header-default-framed {
    background-color: #8B8B8B !important;
    border: 1px solid #8B8B8B !important;
}

.x-panel-default-framed {
    background-color: #8B8B8B !important;
    border-color: #8B8B8B !important;
}

/* EXTJS Grid Style Overrides*/

.x-grid-cell-inner {
    padding: 8px 6px 4px !important;
    color: #505050 !important;
}

.x-grid-row {
    height: 25px !important;
}

.x-grid-item {
    font: 12px arial, verdana, sans-serif !important;
}

/* Font Awesome Overrides */

.fa-calendar:before {
    content: "\f073";
    color: #3333FF;
}

.fa-calculator:before {
    content: "\f1ec";
    color: #E7AC60;
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
    color: #FFFF33;
}

.fa-plus:before {
    content: "\f067";
    color: #33FF33;
}

.fa-shopping-cart:before {
    content: "\f07a";
    color: #FF3333;
}

.fa-user:before {
    content: "\f007";
    color: #157fCC;
}

/* Input Slider */
input:checked + .sliderSwitch {
    background-color: #4B5257;
}

input:focus + .sliderSwitch {
    box-shadow: 0 0 1px #4B5257;
}
