/* Minification failed. Returning unminified contents.
(527,1): run-time error CSS1019: Unexpected token, found '}'
 */
/* Core App-wide CSS */
#ev_MenuAreaCover {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: none;
    opacity: 0;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 500ms;
}

#ev_AppRunnerCloseApp {
    display: none;
}

#ev_TextMeasure {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 0px;
    background: transparent;
    color: transparent;
}

#ev_FocusGrabContainer {
    position: absolute;
    height: 1px;
    width: 1px;
    top: -99px;
}

#ev_ActionMenuDisplay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    display: none;
    z-index: 3;
}

#ev_CameraFeed {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.3);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-direction: column;
    z-index: 3;
}

#ev_CameraFeedTop, #ev_CameraFeedBottom {
    -webkit-flex: 1 1;
    flex: 1 1;
}

#ev_CameraFeedMiddle {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-direction: column;
}

#ev_CameraFeedStream {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    flex-direction: row;
    min-height: 240px;
}

#ev_CameraFeedStreamContainer {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 320px;
    background-color: #fff;
    display: block;
    position:relative;
}

#ev_CameraFeedStreamPadLeft, #ev_CameraFeedStreamPadRight {
    -webkit-flex: 1 1;
    flex: 1 1;
}

#ev_CameraFeedButtons {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    flex-direction: row;
    min-height: 40px;
    max-height: 40px;
    margin-top: 10px;
}

#ev_CameraFeedButtonsPadLeft, #ev_CameraFeedButtonsPadRight {
    -webkit-flex: 1 1;
    flex: 1 1;
}

#ev_ScanDataContainer {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    flex-direction: row;
    justify-content: center;
}

#ev_ScanData {
    height: 30px;
    padding: 8px;
    background-color: #fff;
    margin-top: 8px;
}

#ev_CameraFeedRescan {
    margin-right: 10px;
}

.ev_CameraFeedRescanImage {
    font-size: 26px;
    position:relative;
    top:-3px;
}

#ev_CameraFeedOK {
    margin-left: 10px;
    margin-right: 10px;
}

#ev_CameraFeedCancel {
    margin-left: 10px;
}

.ev_FontNormal {
    font-family: "Segoe UI", "Avenir", Verdana, Helvetica, Sans-Serif;
    font-size: 15px;
    cursor: default;
}

.ev_FontTitle {
    font-family: "Segoe UI", "Avenir", Verdana, Helvetica, Sans-Serif;
    font-size: 18px;
}

.ev_EllipsisText {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ev_NoWrapText {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: clip;
}

.ev_ScrollVertical {
    overflow-y: auto !important;
}

.ev_TextCenterContainerVertical {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.ev_TextCenterContainerHorizontal {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.ev_TextLeftContainerHorizontal {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    flex-direction: row;
    height: 100%;
    margin-top: 6px;
}

.ev_TextEdgeContainerHorizontal {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.ev_TextCenterPadding {
    -webkit-flex: 0 0 1px;
    flex: 0 0 1px;
    display: none;
}

.ev_TextCenterContent {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
}

.ev_TextCentred, .ev_TextCentered, .ev_TextAlignCenter {
    text-align: center;
}

.ev_TextRightAlign, .ev_TextAlignRight {
    text-align: right;
}

.ev_TextBold {
    font-weight: bold;
}

.ev_DefaultCursor {
    cursor: default;
}

.ev_ActionsEllipsis {
    font-size: 28px;
    position: relative;
    top: -7px;
    left: 6px;
    opacity: 0.8;
}

.ev_NoUserSelect {
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -ms-touch-action: none;
}

.ev_DivSlideEndPoint {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.ev_DivSlideStartFromLeftToRightSmall {
    -webkit-transform: translate3d(-20px,0,0);
    -moz-transform: translate3d(-20px,0,0);
    -ms-transform: translate3d(-20px,0,0);
    -o-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
}

.ev_DivSlideStartFromRightToLeftSmall {
    -webkit-transform: translate3d(20px,0,0);
    -moz-transform: translate3d(20px,0,0);
    -ms-transform: translate3d(20px,0,0);
    -o-transform: translate3d(20px,0,0);
    transform: translate3d(20px,0,0);
}

.ev_DivSlideStartFromTopToBottomSmall {
    -webkit-transform: translate3d(0,-20px,0);
    -moz-transform: translate3d(0,-20px,0);
    -ms-transform: translate3d(0,-20px,0);
    -o-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
}

.ev_DivSlideStartFromBottomToTopSmall {
    -webkit-transform: translate3d(0,20px,0);
    -moz-transform: translate3d(0,20px,0);
    -ms-transform: translate3d(0,20px,0);
    -o-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

.ev_DivSlideStartFromLeftToRightMedium {
    -webkit-transform: translate3d(-50px,0,0);
    -moz-transform: translate3d(-50px,0,0);
    -ms-transform: translate3d(-50px,0,0);
    -o-transform: translate3d(-50px,0,0);
    transform: translate3d(-50px,0,0);
}

.ev_DivSlideStartFromRightToLeftMedium {
    -webkit-transform: translate3d(50px,0,0);
    -moz-transform: translate3d(50px,0,0);
    -ms-transform: translate3d(50px,0,0);
    -o-transform: translate3d(50px,0,0);
    transform: translate3d(50px,0,0);
}

.ev_DivSlideStartFromTopToBottomMedium {
    -webkit-transform: translate3d(0,-50px,0);
    -moz-transform: translate3d(0,-50px,0);
    -ms-transform: translate3d(0,-50px,0);
    -o-transform: translate3d(0,-50px,0);
    transform: translate3d(0,-50px,0);
}

.ev_DivSlideStartFromBottomToTopMedium {
    -webkit-transform: translate3d(0,50px,0);
    -moz-transform: translate3d(0,50px,0);
    -ms-transform: translate3d(0,50px,0);
    -o-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
}

.ev_DivSlideStartFromLeftToRightLarge {
    -webkit-transform: translate3d(-80px,0,0);
    -moz-transform: translate3d(-80px,0,0);
    -ms-transform: translate3d(-80px,0,0);
    -o-transform: translate3d(-80px,0,0);
    transform: translate3d(-80px,0,0);
}

.ev_DivSlideStartFromRightToLeftLarge {
    -webkit-transform: translate3d(80px,0,0);
    -moz-transform: translate3d(80px,0,0);
    -ms-transform: translate3d(80px,0,0);
    -o-transform: translate3d(80px,0,0);
    transform: translate3d(80px,0,0);
}

.ev_DivSlideStartFromTopToBottomLarge {
    -webkit-transform: translate3d(0,-80px,0);
    -moz-transform: translate3d(0,-80px,0);
    -ms-transform: translate3d(0,-80px,0);
    -o-transform: translate3d(0,-80px,0);
    transform: translate3d(0,-80px,0);
}

.ev_DivSlideStartFromBottomToTopLarge {
    -webkit-transform: translate3d(0,80px,0);
    -moz-transform: translate3d(0,80px,0);
    -ms-transform: translate3d(0,80px,0);
    -o-transform: translate3d(0,80px,0);
    transform: translate3d(0,80px,0);
}

.ev_DivSlideEnable /* easeOutQuart */ {
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.ev_DivSlideEnableQuick /* easeOutQuart */ {
    -webkit-transition: all 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -ms-transition: all 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.ev_DivSlideEnableSlow /* easeOutQuart */ {
    -webkit-transition: all 800ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 800ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -ms-transition: all 800ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 800ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 800ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.ev_Rotate180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ev_Show {
    display: inherit !important;
}

@-webkit-keyframes ev_Blinkframes {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes ev_Blinkframes {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes ev_Blinkframes {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.ev_BlinkingObject {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: ev_Blinkframes;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-direction: normal;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: ev_Blinkframes;
    -moz-animation-timing-function: ease-in-out;
    animation-direction: normal;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: ev_Blinkframes;
    animation-timing-function: ease-in-out;
}

/*
****************************************
* ClickDiv
****************************************
*/
.ev_ClickDiv {
    position: relative;
    cursor: pointer;
}

    .ev_ClickDiv.ev_Disabled, .ev_ClickDiv.ev_Inactive {
        cursor: default;
    }

        .ev_ClickDiv.ev_Disabled > .ev_ClickDivContent {
            opacity: 0.9;
        }

.ev_ClickDivDownShade, .ev_ClickDivContent, .ev_ClickDivOverShade {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -ms-touch-action: none;
}

    .ev_ClickDiv > .ev_ClickDivContent.ev_ClickDivContentImg {
        position: inherit;
    }

.ev_ClickDivDownShade {
    opacity: 0;
    display: none;
    height: 100%;
}

.ev_ClickDivOverShade {
    opacity: 0;
    height: 100%;
}
/*
****************************************
* Color theme independent colors
****************************************
*/
.ev_ColorBackBlack {
    background: #000 !important;
}

.ev_ColorForeBlack {
    color: #000 !important;
    font-style: normal !important;
    font-weight: normal !important;}

.ev_ColorBorderBlack {
    border-color: #000 !important;
}

.ev_ColorBackWhite {
    background: #fff !important;
}

.ev_ColorForeWhite {
    color: #fff !important;
    font-style: normal !important;
    font-weight: normal !important;}
}

.ev_ColorBorderWhite {
    border-color: #fff !important;
}

.ev_ColorBackTransparent {
    background: transparent !important;
}

.ev_ColorForeTransparent {
    color: transparent !important;
}

.ev_ColorBorderTransparent {
    border-color: transparent !important;
}
/*
****************************************
* Color theme : App
****************************************
*/
.ev_ColorBackVeryLight {
    background: #E0E6F2 !important;
}
.ev_ColorForeVeryLight {
    color: #E0E6F2 !important;
    font-style: normal !important;
    font-weight: normal !important;
}
.ev_ColorBorderVeryLight {
    border-color: #E0E6F2 !important;
}
.ev_ColorBackLight {
    background: #D3DCED !important;
}
.ev_ColorForeLight {
    color: #D3DCED !important;
    font-style: normal !important;
    font-weight: normal !important;
}
.ev_ColorBorderLight {
    border-color: #D3DCED !important;
}
.ev_ColorBackMediumLight {
    background: #B1C0DF !important;
}
.ev_ColorForeMediumLight {
    color: #B1C0DF !important;
    font-style: normal !important;
    font-weight: normal !important;
}
.ev_ColorBorderMediumLight {
    border-color: #B1C0DF !important;
}
.ev_ColorBackMedium {
    background: #8099CC !important;
}
.ev_ColorForeMedium {
    color: #8099CC !important;
    font-style: normal !important;
    font-weight: normal !important;
}
.ev_ColorBorderMedium {
    border-color: #8099CC !important;
}
.ev_ColorBackMediumDark {
    background: #5E7EBE !important;
}
.ev_ColorForeMediumDark {
    color: #5E7EBE !important;
    font-style: normal !important;
    font-weight: normal !important;
}
.ev_ColorBorderMediumDark {
    border-color: #5E7EBE !important;
}
.ev_ColorBackDark {
    background: #3b5999 !important;
}
.ev_ColorForeDark {
    color: #3b5999 !important;
    font-style: normal !important;
    font-weight: normal !important;
}
.ev_ColorBorderDark {
    border-color: #3b5999 !important;
}
.ev_ColorBackVeryDark {
    background: #283A5E !important;
}
.ev_ColorForeVeryDark {
    color: #283A5E !important;
    font-style: normal !important;
    font-weight: normal !important;
}
.ev_ColorBorderVeryDark {
    border-color: #283A5E !important;
}
.ev_ColorBackHighlightLight {
    background: #aed99a !important;
}
.ev_ColorForeHighlightLight {
    color: #aed99a !important;
    font-style: normal !important;
    font-weight: normal !important;
}
.ev_ColorBorderHighlightLight {
    border-color: #aed99a !important;
}
.ev_ColorBackHighlightMedium {
    background: #75AC5C !important;
}
.ev_ColorForeHighlightMedium {
    color: #75AC5C !important;
    font-style: normal !important;
    font-weight: normal !important;
}
.ev_ColorBorderHighlightMedium {
    border-color: #75AC5C !important;
}
.ev_ColorBackHighlightDark {
    background: #457d2c !important;
}
.ev_ColorForeHighlightDark {
    color: #457d2c !important;
    font-style: normal !important;
    font-weight: normal !important;
}
.ev_ColorBorderHighlightDark {
    border-color: #457d2c !important;
}
.ev_ColorBackCustomColor1 {
    background: #1E6CA8 !important;
}
.ev_ColorForeCustomColor1 {
    color: #1E6CA8 !important;
}
.ev_ColorBorderCustomColor1 {
    border-color: #1E6CA8 !important;
}
.ev_ColorBackCustomColor2 {
    background: #f9f9f9 !important;
}
.ev_ColorForeCustomColor2 {
    color: #f9f9f9 !important;
}
.ev_ColorBorderCustomColor2 {
    border-color: #f9f9f9 !important;
}
.ev_ColorBackCustomColor3 {
    background: #ff0000 !important;
}
.ev_ColorForeCustomColor3 {
    color: #ff0000 !important;
}
.ev_ColorBorderCustomColor3 {
    border-color: #ff0000 !important;
}
/*
****************************************
* Widths
****************************************
*/
.ev_Width0 {
    width: 0px !important;
}

.ev_Width3 {
    width: 3px !important;
}

.ev_Width6 {
    width: 6px !important;
}

.ev_Width9 {
    width: 9px !important;
}

.ev_Width10 {
    width: 10px !important;
}

.ev_Width16 {
    width: 16px !important;
}

.ev_Width20 {
    width: 20px !important;
}

.ev_Width24 {
    width: 24px !important;
}

.ev_Width26 {
    width: 26px !important;
}

.ev_Width30 {
    width: 30px !important;
}

.ev_Width40 {
    width: 40px !important;
}

.ev_Width50 {
    width: 50px !important;
}

.ev_Width56 {
    width: 56px !important;
}

.ev_Width60 {
    width: 60px !important;
}

.ev_Width70 {
    width: 70px !important;
}

.ev_Width80 {
    width: 80px !important;
}

.ev_Width90 {
    width: 90px !important;
}

.ev_Width100 {
    width: 100px !important;
}

.ev_Width110 {
    width: 110px !important;
}

.ev_Width120 {
    width: 120px !important;
}

.ev_Width130 {
    width: 130px !important;
}

.ev_Width132 {
    width: 132px !important;
}

.ev_Width140 {
    width: 140px !important;
}

.ev_Width150 {
    width: 150px !important;
}

.ev_Width160 {
    width: 160px !important;
}

.ev_Width170 {
    width: 170px !important;
}

.ev_Width180 {
    width: 180px !important;
}

.ev_Width190 {
    width: 190px !important;
}

.ev_Width200 {
    width: 200px !important;
}

.ev_Width210 {
    width: 210px !important;
}

.ev_Width220 {
    width: 220px !important;
}

.ev_Width230 {
    width: 230px !important;
}

.ev_Width240 {
    width: 240px !important;
}

.ev_Width250 {
    width: 250px !important;
}

.ev_Width260 {
    width: 260px !important;
}

.ev_Width270 {
    width: 270px !important;
}

.ev_Width280 {
    width: 280px !important;
}

.ev_Width290 {
    width: 290px !important;
}

.ev_Width300 {
    width: 300px !important;
}

.ev_Width310 {
    width: 310px !important;
}

.ev_Width320 {
    width: 320px !important;
}

.ev_Width330 {
    width: 330px !important;
}

.ev_Width340 {
    width: 340px !important;
}

.ev_Width350 {
    width: 350px !important;
}

.ev_Width360 {
    width: 360px !important;
}

.ev_Width370 {
    width: 370px !important;
}

.ev_Width380 {
    width: 380px !important;
}

.ev_Width390 {
    width: 390px !important;
}

.ev_Width400 {
    width: 400px !important;
}

.ev_Width410 {
    width: 410px !important;
}

.ev_Width420 {
    width: 420px !important;
}

.ev_Width430 {
    width: 430px !important;
}

.ev_Width440 {
    width: 440px !important;
}

.ev_Width450 {
    width: 450px !important;
}

.ev_Width460 {
    width: 460px !important;
}

.ev_Width470 {
    width: 470px !important;
}

.ev_Width480 {
    width: 480px !important;
}

.ev_Width490 {
    width: 490px !important;
}

.ev_Width500 {
    width: 500px !important;
}

.ev_Width520 {
    width: 520px !important;
}

.ev_Width540 {
    width: 540px !important;
}

.ev_Width580 {
    width: 580px !important;
}

.ev_Width620 {
    width: 620px !important;
}

.ev_Width680 {
    width: 680px !important;
}

.ev_Width800 {
    width: 800px !important;
}

.ev_WidthPercent2 {
    width: 2%;
}

.ev_WidthPercent25 {
    width: 25%;
}

.ev_WidthPercent48 {
    width: 48%;
}

.ev_WidthPercent49 {
    width: 49%;
}

.ev_WidthPercent50 {
    width: 50%;
}

.ev_WidthPercent95 {
    width: 95%;
}

.ev_WidthPercent96 {
    width: 96%;
}

.ev_WidthPercent99 {
    width: 99%;
}

.ev_WidthPercent100 {
    width: 100%;
}

.ev_MinWidth10 {
    min-width: 10px !important;
}

.ev_MinWidth20 {
    min-width: 20px !important;
}

.ev_MinWidth30 {
    min-width: 30px !important;
}

.ev_MinWidth40 {
    min-width: 40px !important;
}

.ev_MinWidth50 {
    min-width: 50px !important;
}

.ev_MinWidth60 {
    min-width: 60px !important;
}

.ev_MinWidth70 {
    min-width: 70px !important;
}

.ev_MinWidth80 {
    min-width: 80px !important;
}

.ev_MinWidth90 {
    min-width: 90px !important;
}

.ev_MinWidth100 {
    min-width: 100px !important;
}

.ev_MinWidth110 {
    min-width: 110px !important;
}

.ev_MinWidth120 {
    min-width: 120px !important;
}

.ev_MinWidth130 {
    min-width: 130px !important;
}

.ev_MinWidth140 {
    min-width: 140px !important;
}

.ev_MinWidth150 {
    min-width: 150px !important;
}

.ev_MinWidth160 {
    min-width: 160px !important;
}

.ev_MinWidth170 {
    min-width: 170px !important;
}

.ev_MinWidth180 {
    min-width: 180px !important;
}

.ev_MinWidth190 {
    min-width: 190px !important;
}

.ev_MinWidth200 {
    min-width: 200px !important;
}

.ev_MinWidth210 {
    min-width: 210px !important;
}

.ev_MinWidth220 {
    min-width: 220px !important;
}

.ev_MinWidth230 {
    min-width: 230px !important;
}

.ev_MinWidth240 {
    min-width: 240px !important;
}

.ev_MinWidth250 {
    min-width: 250px !important;
}

.ev_MinWidth260 {
    min-width: 260px !important;
}

.ev_MinWidth270 {
    min-width: 270px !important;
}

.ev_MinWidth280 {
    min-width: 280px !important;
}

.ev_MinWidth290 {
    min-width: 290px !important;
}

.ev_MinWidth300 {
    min-width: 300px !important;
}

.ev_MinWidth310 {
    min-width: 310px !important;
}

.ev_MinWidth320 {
    min-width: 320px !important;
}

.ev_MinWidth330 {
    min-width: 330px !important;
}

.ev_MinWidth340 {
    min-width: 340px !important;
}

.ev_MinWidth350 {
    min-width: 350px !important;
}

.ev_MinWidth360 {
    min-width: 360px !important;
}

.ev_MinWidth370 {
    min-width: 370px !important;
}

.ev_MinWidth380 {
    min-width: 380px !important;
}

.ev_MinWidth390 {
    min-width: 390px !important;
}

.ev_MinWidth400 {
    min-width: 400px !important;
}

.ev_MinWidth410 {
    min-width: 410px !important;
}

.ev_MinWidth420 {
    min-width: 420px !important;
}

.ev_MinWidth430 {
    min-width: 430px !important;
}

.ev_MinWidth440 {
    min-width: 440px !important;
}

.ev_MinWidth450 {
    min-width: 450px !important;
}

.ev_MinWidth460 {
    min-width: 460px !important;
}

.ev_MinWidth470 {
    min-width: 470px !important;
}

.ev_MinWidth480 {
    min-width: 480px !important;
}

.ev_MinWidth490 {
    min-width: 490px !important;
}

.ev_MinWidth500 {
    min-width: 500px !important;
}

.ev_MinWidth510 {
    min-width: 510px !important;
}

.ev_MinWidth520 {
    min-width: 520px !important;
}

.ev_MinWidth530 {
    min-width: 530px !important;
}

.ev_MinWidth540 {
    min-width: 540px !important;
}

.ev_MinWidth550 {
    min-width: 550px !important;
}

.ev_MinWidth560 {
    min-width: 560px !important;
}

.ev_MinWidth570 {
    min-width: 570px !important;
}

.ev_MinWidth580 {
    min-width: 580px !important;
}

.ev_MinWidth590 {
    min-width: 590px !important;
}

.ev_MinWidth600 {
    min-width: 600px !important;
}

.ev_MinWidth610 {
    min-width: 610px !important;
}

.ev_MinWidth620 {
    min-width: 620px !important;
}

.ev_MinWidth630 {
    min-width: 630px !important;
}

.ev_MinWidth640 {
    min-width: 640px !important;
}

.ev_MinWidth650 {
    min-width: 650px !important;
}

.ev_MinWidth660 {
    min-width: 660px !important;
}

.ev_MinWidth670 {
    min-width: 670px !important;
}

.ev_MinWidth680 {
    min-width: 680px !important;
}

.ev_MinWidth690 {
    min-width: 690px !important;
}

.ev_MinWidth700 {
    min-width: 700px !important;
}

.ev_MinWidth710 {
    min-width: 710px !important;
}

.ev_MinWidth720 {
    min-width: 720px !important;
}

.ev_MinWidth730 {
    min-width: 730px !important;
}

.ev_MinWidth740 {
    min-width: 740px !important;
}

.ev_MinWidth750 {
    min-width: 750px !important;
}

.ev_MinWidth760 {
    min-width: 760px !important;
}

.ev_MinWidth770 {
    min-width: 770px !important;
}

.ev_MinWidth780 {
    min-width: 780px !important;
}

.ev_MinWidth790 {
    min-width: 790px !important;
}

.ev_MinWidth800 {
    min-width: 800px !important;
}

.ev_MaxWidth10 {
    max-width: 10px !important;
}

.ev_MaxWidth20 {
    max-width: 20px !important;
}

.ev_MaxWidth30 {
    max-width: 30px !important;
}

.ev_MaxWidth40 {
    max-width: 40px !important;
}

.ev_MaxWidth50 {
    max-width: 50px !important;
}

.ev_MaxWidth60 {
    max-width: 60px !important;
}

.ev_MaxWidth70 {
    max-width: 70px !important;
}

.ev_MaxWidth80 {
    max-width: 80px !important;
}

.ev_MaxWidth90 {
    max-width: 90px !important;
}

.ev_MaxWidth100 {
    max-width: 100px !important;
}

.ev_MaxWidth110 {
    max-width: 110px !important;
}

.ev_MaxWidth120 {
    max-width: 120px !important;
}

.ev_MaxWidth130 {
    max-width: 130px !important;
}

.ev_MaxWidth140 {
    max-width: 140px !important;
}

.ev_MaxWidth150 {
    max-width: 150px !important;
}

.ev_MaxWidth160 {
    max-width: 160px !important;
}

.ev_MaxWidth170 {
    max-width: 170px !important;
}

.ev_MaxWidth180 {
    max-width: 180px !important;
}

.ev_MaxWidth190 {
    max-width: 190px !important;
}

.ev_MaxWidth200 {
    max-width: 200px !important;
}

.ev_MaxWidth210 {
    max-width: 210px !important;
}

.ev_MaxWidth220 {
    max-width: 220px !important;
}

.ev_MaxWidth230 {
    max-width: 230px !important;
}

.ev_MaxWidth240 {
    max-width: 240px !important;
}

.ev_MaxWidth250 {
    max-width: 250px !important;
}

.ev_MaxWidth260 {
    max-width: 260px !important;
}

.ev_MaxWidth270 {
    max-width: 270px !important;
}

.ev_MaxWidth280 {
    max-width: 280px !important;
}

.ev_MaxWidth290 {
    max-width: 290px !important;
}

.ev_MaxWidth300 {
    max-width: 300px !important;
}

.ev_MaxWidth310 {
    max-width: 310px !important;
}

.ev_MaxWidth320 {
    max-width: 320px !important;
}

.ev_MaxWidth330 {
    max-width: 330px !important;
}

.ev_MaxWidth340 {
    max-width: 340px !important;
}

.ev_MaxWidth350 {
    max-width: 350px !important;
}

.ev_MaxWidth360 {
    max-width: 360px !important;
}

.ev_MaxWidth370 {
    max-width: 370px !important;
}

.ev_MaxWidth380 {
    max-width: 380px !important;
}

.ev_MaxWidth390 {
    max-width: 390px !important;
}

.ev_MaxWidth400 {
    max-width: 400px !important;
}

.ev_MaxWidth410 {
    max-width: 410px !important;
}

.ev_MaxWidth420 {
    max-width: 420px !important;
}

.ev_MaxWidth430 {
    max-width: 430px !important;
}

.ev_MaxWidth440 {
    max-width: 440px !important;
}

.ev_MaxWidth450 {
    max-width: 450px !important;
}

.ev_MaxWidth460 {
    max-width: 460px !important;
}

.ev_MaxWidth470 {
    max-width: 470px !important;
}

.ev_MaxWidth480 {
    max-width: 480px !important;
}

.ev_MaxWidth490 {
    max-width: 490px !important;
}

.ev_MaxWidth500 {
    max-width: 500px !important;
}

.ev_MaxWidth510 {
    max-width: 510px !important;
}

.ev_MaxWidth520 {
    max-width: 520px !important;
}

.ev_MaxWidth530 {
    max-width: 530px !important;
}

.ev_MaxWidth540 {
    max-width: 540px !important;
}

.ev_MaxWidth550 {
    max-width: 550px !important;
}

.ev_MaxWidth560 {
    max-width: 560px !important;
}

.ev_MaxWidth570 {
    max-width: 570px !important;
}

.ev_MaxWidth580 {
    max-width: 580px !important;
}

.ev_MaxWidth590 {
    max-width: 590px !important;
}

.ev_MaxWidth600 {
    max-width: 600px !important;
}

.ev_MaxWidth610 {
    max-width: 610px !important;
}

.ev_MaxWidth620 {
    max-width: 620px !important;
}

.ev_MaxWidth630 {
    max-width: 630px !important;
}

.ev_MaxWidth640 {
    max-width: 640px !important;
}

.ev_MaxWidth650 {
    max-width: 650px !important;
}

.ev_MaxWidth660 {
    max-width: 660px !important;
}

.ev_MaxWidth670 {
    max-width: 670px !important;
}

.ev_MaxWidth680 {
    max-width: 680px !important;
}

.ev_MaxWidth690 {
    max-width: 690px !important;
}

.ev_MaxWidth700 {
    max-width: 700px !important;
}

.ev_MaxWidth710 {
    max-width: 710px !important;
}

.ev_MaxWidth720 {
    max-width: 720px !important;
}

.ev_MaxWidth730 {
    max-width: 730px !important;
}

.ev_MaxWidth740 {
    max-width: 740px !important;
}

.ev_MaxWidth750 {
    max-width: 750px !important;
}

.ev_MaxWidth760 {
    max-width: 760px !important;
}

.ev_MaxWidth770 {
    max-width: 770px !important;
}

.ev_MaxWidth780 {
    max-width: 780px !important;
}

.ev_MaxWidth790 {
    max-width: 790px !important;
}

.ev_MaxWidth800 {
    max-width: 800px !important;
}

.ev_MarginLeft3 {
    margin-left: 3px !important;
}

.ev_MarginLeft6 {
    margin-left: 6px !important;
}

.ev_MarginLeft9 {
    margin-left: 9px !important;
}

.ev_MarginLeft10 {
    margin-left: 10px !important;
}

.ev_MarginLeft16 {
    margin-left: 16px !important;
}

.ev_MarginLeft20 {
    margin-left: 20px !important;
}

.ev_MarginLeft24 {
    margin-left: 24px !important;
}

.ev_MarginLeft26 {
    margin-left: 26px !important;
}

.ev_MarginLeft30 {
    margin-left: 30px !important;
}

.ev_MarginLeft40 {
    margin-left: 40px !important;
}

.ev_MarginLeft50 {
    margin-left: 50px !important;
}

.ev_MarginLeft56 {
    margin-left: 56px !important;
}

.ev_MarginLeft60 {
    margin-left: 60px !important;
}

.ev_MarginLeft70 {
    margin-left: 70px !important;
}

.ev_MarginLeft80 {
    margin-left: 80px !important;
}

.ev_MarginLeft90 {
    margin-left: 90px !important;
}

.ev_MarginLeft100 {
    margin-left: 100px !important;
}

.ev_MarginLeft110 {
    margin-left: 110px !important;
}

.ev_MarginLeft120 {
    margin-left: 120px !important;
}

.ev_MarginLeft130 {
    margin-left: 130px !important;
}

.ev_MarginLeft132 {
    margin-left: 132px !important;
}

.ev_MarginLeft140 {
    margin-left: 140px !important;
}

.ev_MarginLeft150 {
    margin-left: 150px !important;
}

.ev_MarginLeft160 {
    margin-left: 160px !important;
}

.ev_MarginLeft170 {
    margin-left: 170px !important;
}

.ev_MarginLeft180 {
    margin-left: 180px !important;
}

.ev_MarginLeft190 {
    margin-left: 190px !important;
}

.ev_MarginLeft200 {
    margin-left: 200px !important;
}

.ev_MarginLeft210 {
    margin-left: 210px !important;
}

.ev_MarginLeft220 {
    margin-left: 220px !important;
}

.ev_MarginLeft230 {
    margin-left: 230px !important;
}

.ev_MarginLeft240 {
    margin-left: 240px !important;
}

.ev_MarginLeft250 {
    margin-left: 250px !important;
}

.ev_MarginLeft260 {
    margin-left: 260px !important;
}

.ev_MarginLeft270 {
    margin-left: 270px !important;
}

.ev_MarginLeft280 {
    margin-left: 280px !important;
}

.ev_MarginLeft290 {
    margin-left: 290px !important;
}

.ev_MarginLeft300 {
    margin-left: 300px !important;
}

.ev_MarginLeft310 {
    margin-left: 310px !important;
}

.ev_MarginLeft320 {
    margin-left: 320px !important;
}

.ev_MarginLeft330 {
    margin-left: 330px !important;
}

.ev_MarginLeft340 {
    margin-left: 340px !important;
}

.ev_MarginLeft350 {
    margin-left: 350px !important;
}

.ev_MarginLeft360 {
    margin-left: 360px !important;
}

.ev_MarginLeft370 {
    margin-left: 370px !important;
}

.ev_MarginLeft380 {
    margin-left: 380px !important;
}

.ev_MarginLeft390 {
    margin-left: 390px !important;
}

.ev_MarginLeft400 {
    margin-left: 400px !important;
}

.ev_MarginLeft410 {
    margin-left: 410px !important;
}

.ev_MarginLeft420 {
    margin-left: 420px !important;
}

.ev_MarginLeft430 {
    margin-left: 430px !important;
}

.ev_MarginLeft440 {
    margin-left: 440px !important;
}

.ev_MarginLeft450 {
    margin-left: 450px !important;
}

.ev_MarginLeft460 {
    margin-left: 460px !important;
}

.ev_MarginLeft470 {
    margin-left: 470px !important;
}

.ev_MarginLeft480 {
    margin-left: 480px !important;
}

.ev_MarginLeft490 {
    margin-left: 490px !important;
}

.ev_MarginLeft500 {
    margin-left: 500px !important;
}

.ev_MarginLeft520 {
    margin-left: 520px !important;
}

.ev_MarginLeft540 {
    margin-left: 540px !important;
}

.ev_MarginLeft580 {
    margin-left: 580px !important;
}

.ev_MarginLeft620 {
    margin-left: 620px !important;
}

.ev_MarginLeft680 {
    margin-left: 680px !important;
}

.ev_MarginLeft800 {
    margin-left: 800px !important;
}
/*
****************************************
* Heights
****************************************
*/
.ev_Height0 {
    height: 0px !important;
}
/*
****************************************
* PDF pop-up
****************************************
*/

#ev_PdfModal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 30px;
    left: 50%;
    top: 50%;
    width: 80%;
    /*height: 80%;*/
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.8);
    transform: translate(-50%, -50%);
    border: solid 0.1px rgb(0,0,0);
}

#ev_PdfModalContent {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 90vw;
}

#ev_PdfContainer {
    min-height: 80vh;
    max-height: 80vh;
    width: 100%;
}

.ev_PdfModalCloseButton {
    position: absolute;
    top: 5px;
    right: 10px;
    color: white;
    font-size: 18px;
    cursor: pointer;
    font-family: "Segoe UI", "Avenir", Verdana, Helvetica, Sans-Serif;
}

    .ev_PdfModalCloseButton:hover {
        color: lightgray;
    }

/* Core CSS for Page Series: FAQ */
/* Generated: 11:23:27 AM 2/11/2026 by Steven Douglas */
#pagesFAQ-Main {
padding: 10px 10px 10px 10px;
}
#FAQMainClientInfoSmall {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#FAQMainClientInfoSmall > .ev_CustomContentContainer {
opacity:1;
}
#FAQMainClientInfoSmallimage {
width:333px;
height:80px;
}
#FAQMainClientInfo {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#FAQMainBlankSpace {
-webkit-flex: 0 0 40px;
flex: 0 0 40px;
}
#FAQMainFAQParent {
-webkit-flex: 50 50 0%;
flex: 50 50 0%;
}
#FAQMainFAQHeader {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#FAQMainFAQ1 {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#FAQMainFAQ1 > .ev_CustomContentContainer {
padding: 8px 8px 8px 8px;
}
#FAQMainFAQ1 > .ev_CustomContentContainer {
opacity:1;
}
#FAQMainFAQ5 {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#FAQMainFAQ2 {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#FAQMainFAQ3 {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#FAQMainFAQ4 {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#FAQMainFAQ6 {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#FAQMainFAQ7 {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#FAQMainFAQ8 {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#FAQMainFAQ9 {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}

/* Core CSS for Page Series: Login */
/* Generated: 11:23:27 AM 2/11/2026 by Steven Douglas */
#pagesLogin-Main {
padding: 10px 20px 20px 20px;
}
#LoginMainClientInfo {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#ELsKuS1 {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#tIlhUw1 {
-webkit-flex: 20 20 0%;
flex: 20 20 0%;
}
#tsojiC1 {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#eMcX8R1 {
-webkit-flex: 1 1 0px;
flex: 1 1 0px;
}
#wyfuux1 {
-webkit-flex: 98 98 0px;
flex: 98 98 0px;
}
#wyfuux1 > .ev_PageSegChildColumns {
padding: 12px 12px 6px 12px;
}
#TjnaaB1 {
-webkit-flex: 100 100 0px;
flex: 100 100 0px;
}
#TyXwsK1 {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#IMiaoJ1 {
-webkit-flex: 1 1 0px;
flex: 1 1 0px;
}
#WPJlmy1 {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#JeboIZ1 {
-webkit-flex: 50 50 0px;
flex: 50 50 0px;
}
#GiYa8I1 {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#M7WFbM1 {
-webkit-flex: 50 50 0px;
flex: 50 50 0px;
}
#aoddfA1 {
-webkit-flex: 50 50 0%;
flex: 50 50 0%;
}

/* Core CSS for Page Series: Validate */
/* Generated: 11:23:27 AM 2/11/2026 by Steven Douglas */
#pagesValidate-MPIEntry {
padding: 10px 20px 20px 20px;
}
#ValidateMPIEntryClientInfoSmall1 {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#ValidateMPIEntryClientInfoSmall1 > .ev_CustomContentContainer {
opacity:1;
}
#ValidateMPIEntryClientInfoSmall1image {
width:333px;
height:80px;
}
#ValidateMPIEntryClientInfo1 {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#ValidateMPIEntryMPINum {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#ValidateMPIEntryPatientValidationParent {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#ValidateMPIEntryPatientValidationParent > .ev_PageSegChildRows {
padding: 8px 8px 8px 8px;
}
#ValidateMPIEntryValidateUser {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#ValidateMPIEntryValidateButton {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#ValidateMPIEntryRetrycountexceeded {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#ValidateMPIEntryMPIResults {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
.ValidateMPIEntryMPIResults_columns > .ev_Column1 {
-webkit-flex: 20 20;
flex: 20 20;
}
.ValidateMPIEntryMPIResults_columns > .ev_Column2 {
-webkit-flex: 0 0 20px;
flex: 0 0 20px;
}
.ValidateMPIEntryMPIResults_columns > .ev_Column3 {
-webkit-flex: 20 20;
flex: 20 20;
}
.ValidateMPIEntryMPIResults_columns > .ev_Column4 {
-webkit-flex: 20 20;
flex: 20 20;
max-width: 200px
}
.ValidateMPIEntryMPIResults_columns > .ev_Column5 {
-webkit-flex: 20 20;
flex: 20 20;
}
.ValidateMPIEntryMPIResults_columns > .ev_Column5.ev_DataGridFooterCell {
border-top: 1px solid #555;
}
.ValidateMPIEntryMPIResults_columns > .ev_Column6 {
-webkit-flex: 20 20;
flex: 20 20;
max-width: 140px
}
.ValidateMPIEntryMPIResults_columns > .ev_Column6.ev_DataGridFooterCell {
border-top: 1px solid #555;
}
#ValidateMPIEntryCollectorFootnote {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#ValidateMPIEntryPaymentLink {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#ValidateMPIEntryHomeLink {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#ValidateMPIEntryValidateFailure {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#ValidateMPIEntryNoOpenBalances {
-webkit-flex: 50 50 0%;
flex: 50 50 0%;
}
#pagesValidate-DetailMain {
padding: 10px 20px 20px 20px;
}
#ValidateDetailMainClientInfoSmall {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#ValidateDetailMainClientInfoSmall > .ev_CustomContentContainer {
opacity:1;
}
#ValidateDetailMainClientInfoSmallimage {
width:333px;
height:80px;
}
#ValidateDetailMainClientInfo {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#ValidateDetailMainBlankSpace {
-webkit-flex: 0 0 20px;
flex: 0 0 20px;
}
#ValidateDetailMainPtDetails {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#ValidateDetailMainInsuranceOnFile {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#ValidateDetailMainIns1Parent {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#ValidateDetailMainIns1Parent > .ev_PageSegChildRows {
padding: 0px 8px 8px 8px;
}
#ValidateDetailMainIns1Name {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#ValidateDetailMainInsurance1Policy {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#ValidateDetailMainInsurance1Subscr {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#ValidateDetailMainIns2Parent {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#ValidateDetailMainIns2Parent > .ev_PageSegChildRows {
padding: 0px 8px 8px 8px;
}
#ValidateDetailMainIns2Name {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#ValidateDetailMainInsurance2Policy {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#ValidateDetailMainInsurance2Subscr {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#ValidateDetailMainUpdateInsParent {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#ValidateDetailMainUpdateIns1Fields {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#ValidateDetailMainUpdateIns2Fields {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#ValidateDetailMainFinancialAssist {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#ValidateDetailMainUpdateInsButtons {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#ValidateDetailMainSiteInfo {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#ValidateDetailMainTransGrid {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#ValidateDetailMainTransGrid_content > .ev_DataGridBody > .ev_CurrentRow {
background-color: #aed99a !important;
}
.ValidateDetailMainTransGrid_columns > .ev_Column1 {
-webkit-flex: 0 0 120px;
flex: 0 0 120px;
}
.ValidateDetailMainTransGrid_columns > .ev_Column2 {
-webkit-flex: 20 20;
flex: 20 20;
}
.ValidateDetailMainTransGrid_columns > .ev_Column3 {
-webkit-flex: 20 20;
flex: 20 20;
max-width: 100px
}
.ValidateDetailMainTransGrid_columns > .ev_Column4 {
-webkit-flex: 20 20;
flex: 20 20;
}
.ValidateDetailMainTransGrid_columns > .ev_Column5 {
-webkit-flex: 20 20;
flex: 20 20;
}
.ValidateDetailMainTransGrid_columns > .ev_Column6 {
-webkit-flex: 0 0 100px;
flex: 0 0 100px;
}
.ValidateDetailMainTransGrid_columns > .ev_Column6.ev_DataGridFooterCell {
border-top: 1px solid #555;
}
#ValidateDetailMainOptionButtons {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#pagesValidate-DetailMain_PrintPage {
padding: 10px 20px 20px 20px;
}
#ValidateDetailMain_PrintPageClientInfoPrintParent {
-webkit-flex: 0 0 110px;
flex: 0 0 110px;
}
#dyxn092 {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#ValidateDetailMain_PrintPageClientInfoPrint1 {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#loJIob2 {
-webkit-flex: 0 0 30px;
flex: 0 0 30px;
}
#elVwT52 {
-webkit-flex: 0 0 30px;
flex: 0 0 30px;
}
#UhdMsA2 {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#UhdMsA2 > .ev_PageSegChildRows {
padding: 0px 0px 0px 5px;
}
#ValidateDetailMain_PrintPageClientInfoPrint2 {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#mnHxlF2 {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#leBJ6B2 {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#ValidateDetailMain_PrintPageClientTaxIdPrint {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#ValidateDetailMain_PrintPagePtDetailsPrint {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#ValidateDetailMain_PrintPageServiceLocation {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#ValidateDetailMain_PrintPageTransGridPrint {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#ValidateDetailMain_PrintPageTransGridPrint_content > .ev_DataGridBody > .ev_CurrentRow {
background-color: #aed99a !important;
}
.ValidateDetailMain_PrintPageTransGridPrint_columns > .ev_Column1 {
-webkit-flex: 0 0 120px;
flex: 0 0 120px;
}
.ValidateDetailMain_PrintPageTransGridPrint_columns > .ev_Column2 {
-webkit-flex: 20 20;
flex: 20 20;
}
.ValidateDetailMain_PrintPageTransGridPrint_columns > .ev_Column3 {
-webkit-flex: 20 20;
flex: 20 20;
max-width: 100px
}
.ValidateDetailMain_PrintPageTransGridPrint_columns > .ev_Column4 {
-webkit-flex: 20 20;
flex: 20 20;
}
.ValidateDetailMain_PrintPageTransGridPrint_columns > .ev_Column5 {
-webkit-flex: 20 20;
flex: 20 20;
}
.ValidateDetailMain_PrintPageTransGridPrint_columns > .ev_Column6 {
-webkit-flex: 0 0 100px;
flex: 0 0 100px;
}
.ValidateDetailMain_PrintPageTransGridPrint_columns > .ev_Column6.ev_DataGridFooterCell {
border-top: 1px solid #555;
}

/* Custom App-wide CSS */


/* DO NOT MODIFY THE FOLLOWING TWO COMMENTED LINES BELOW */
/* Template CheckSum: d41d8cd98f00b204e9800998ecf8427e */
/* Custom CheckSum: d41d8cd98f00b204e9800998ecf8427e */
/* Custom CSS for Page Series: FAQ */

/* DO NOT MODIFY THE FOLLOWING TWO COMMENTED LINES BELOW */
/* Template CheckSum: d41d8cd98f00b204e9800998ecf8427e */
/* Custom CheckSum: d41d8cd98f00b204e9800998ecf8427e */
/* Custom CSS for Page Series: Login */

/* DO NOT MODIFY THE FOLLOWING TWO COMMENTED LINES BELOW */
/* Template CheckSum: d41d8cd98f00b204e9800998ecf8427e */
/* Custom CheckSum: d41d8cd98f00b204e9800998ecf8427e */
/* Custom CSS for Page Series: Validate */

