html, body {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 9pt;
    font-family: verdana,arial;
    background-color: #C0D5F7 !important;
}


input[type="text"]::-ms-clear {
    display: none !important
}

.ActiveList {
    display: none
}


.pcrumb {
}


sub {
    
}

.subtitleBox {
    background-color: #98B5E2;
    color: #ffe !important;
    display: block;
    margin: 0 auto;
    height: 28px;
    line-height: 28px;
    padding: 6px;
    font-size: 9pt !important;
    font-weight: 400;
    font-family: verdana,arial;
    border-radius: 0;
}


.tasktitleBox {
    background-color: #85a5d5 !important;
    color: #ffe !important;
    display: block;
    margin: 0 auto;
    height: 28px;
    line-height: 28px;
    padding: 6px;
    font-size: 9pt;
    font-weight: 500;
    font-style: italic;
    font-family: verdana,arial;
}

.gridtitleBox {
    background-color: tan !important;
    text-align: left;
    color: #ffe !important;
    display: block;
    margin: 0 auto;
    height: 28px;
    line-height: 28px;
    padding: 6px 0 6px 0;
    text-indent: 6px;
    font-size: 11pt;
    font-weight: 400;
    font-family: verdana,arial;
    width: 100%
}

.warningHolder {
    color: Orange
}

.HeaderOutReach {
    background-color: #c05ef9 !important;
}


.HeaderServiceCall {
    background-color: #09abf6 !important;
}

#CONTAINER_Content {
    height: 98%;
    max-height: 98%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0
}

#CONTAINER_Footer {
    height: 2.0%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0
}


iframe {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    overflow: hidden;
}


.StateChooser {
    font-weight: bold
}

.WarnDialog .ui-widget-header {
    background: #C0D5F7;
    font-family: arial,helvetica;
    font-size: 12pt;
    color: #ffffff
}

.WarnDialog .ui-dialog-content {
    font-family: arial,helvetica;
    font-size: 10pt;
    color: red
}


.WarnDialog .ui-widget-overlay {
    opacity: .80 !important; /* Make sure to change both of these, as IE only sees the second one */
    filter: Alpha(Opacity=80) !important;
    background-color: rgb(0, 0, 0) !important; /* This will make it darker */
}

#sessionTimeoutCountdown {
    font-weight: bold;
    font-size: 18pt;
}


body {
    background-color: #C0D5F7;
    scrollbar-base-color: #6699cc;
    font-family: verdana,arial,helvetica;
    color: #000;
    text-align: center;
    margin: 0px;
}


TABLE, t {
    padding: 2px;
    border-collapse: collapse;
}



.alert {
    font-size: 1.4em;
    padding: 1em;
    text-align: center;
    white-space: nowrap;
    width: auto;
    word-wrap: normal;
}



#ContentContainer {
    overflow-x: hidden;
    white-space: nowrap;
    padding: 10px
}

#MenuContainer {
    display: inline-block;
    width: 14%;
    height: 450px;
    margin: 0 auto;
    margin: 5px 0 0 0;
    padding: 0
}


#PageContent {
    display: inline-block;
    z-index: 1000;
    padding: 0 3px;
    margin: 5px 0 0 0;
    white-space: normal;
    vertical-align: top;
    width: 85%
}


.listlabel {
    font-size: 8pt
}



.Page_Title {
    margin: 0 auto;
    margin-bottom: 0;
    color: #5FC8D4;
    FILTER: alpha(opacity=70);
    HEIGHT: 50px;
    line-height: 50px;
    TEXT-ALIGN: left;
    padding: 5px 5px 0 5px;
    font-size: 1.7vw;
    text-shadow: 0px 1px 1px #666666;
    moz-opacity: 0.8;
    color: White;
    font-weight: bold;
    border: 0;
    border-radius: 6px 6px 0 0;
    background-color: #98B5E2;
}



.ProntoInfo {
    border: solid 1px #336699;
    border-top: 0px;
    background: #dedede;
    font: 8pt verdana;
    font-weight: bold;
    color: rgba(11,72,172,1);
    padding: 5px
}

.Content_Container {
    margin: 0 auto;
    margin-top: 10px;
    width: 100%;
    border-collapse: collapse;
}


td.hovering {
    background-color: #ffcc99;
    color: #000000;
}

.ConsoleText {
    font-family: verdana, arial, helvetica, sans serif;
    font-size: 13px;
    font-weight: bold;
    color: #6688CC;
}

.MenuLink {
    background-color: transparent;
    color: #ffffff;
    font-family: helvetica;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    width: 100%;
}

.InfoBox {
    margin: 0 auto;
    background-color: #f0ad6a;
    border: solid 1px #000000;
    border-color: #cdcdcd;
    color: white !important;
    font-family: arial,helvetica;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    height: 50px;
    padding: 0;
    border-radius: 8px
}

.watermark {
    background: no-repeat;
    background-image: url('../images/common/splashlogo.png');
    position: absolute;
    left: 200px;
    top: 100px;
    width: 444px;
    height: 300px;
    z-index: 1;
    filter: alpha (opacity=20);
    align: center;
}

.RoundLeft {
    width: 7px;
    height: 22px;
    background: url(../images/button-left.gif);
    whitespace: NOWRAP;
    cursor: hand;
}

.RoundPanel {
    height: 22px;
    background: url(../images/button-middle.gif);
    color: #336699;
    font-family: arial,helvetica;
    whitespace: NOWRAP;
    cursor: hand;
}

.RoundRight {
    width: 7px;
    height: 22px;
    background: url(../images/button-right.gif);
    whitespace: NOWRAP;
    cursor: hand;
}

.ALTRoundLeft {
    width: 7px;
    height: 22px;
    background: url(../images/ALTbutton-left.gif);
    whitespace: NOWRAP;
    cursor: hand;
}

.ALTRoundPanel {
    height: 22px;
    background: url(../images/ALTbutton-middle.gif);
    color: #336699;
    font-family: arial,helvetica;
    whitespace: NOWRAP;
    cursor: hand;
}

.ALTRoundRight {
    width: 7px;
    height: 22px;
    background: url(../images/ALTbutton-right.gif);
    whitespace: NOWRAP;
    cursor: hand;
}

.OutlineStyle {
    border: 0;
}

.coolbutt {
    color: #ffffff;
    background-image: url('../images/buttons/coolbutt.jpg');
    font-family: verdana,helvetica,sans-serif;
    font-size: 85%;
    font-weight: bold;
    background-color: #6686BB;
    align: center;
    width: 100px;
    height: 20px;
    padding: 4px 2px;
    cursor: hand;
}

.alertbutt {
    color: #ffffff;
    font-family: verdana,helvetica,sans-serif;
    font-size: 85%;
    font-weight: bold;
    background-color: #ff0033;
    align: center;
    width: 100px;
    height: 20px;
    cursor: hand;
}

.AlertOutlineStyle {
    border: 3px double #ff0033;
    position: relative;

}

.DataStyle {
    height: auto;
    min-height: 95%;
    width: 99%;
    margin: 0;
    padding: 10px;
    text-align: left;
    background-color: #d6e1f3;
    /*
    background: -moz-linear-gradient(top,#d6e1f3 40%,#5a8bd4 100%);
    background: -webkit-linear-gradient(top,#d6e1f3 40%,#5a8bd4 100%);
    background: -webkit-linear-gradient(top,#d6e1f3 40%,#5a8bd4 100%);
    */
    border: 1px solid #ffffff;
    border-radius: 8px;
}

.AvailableText {
    color: #ff6633;
    font-family: verdana,arial,helvetica;
    font-weight: bold;
    text-align: center;
}

.alertHeader {
    text-indent: 10px;
    color: #ffffff;
    background-color: #6699cc;
    font-family: verdana,arial,helvetica;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
}

.ErrorBox {
    margin: 20px 0 0 0;
    height: 50px;
    line-height: 50px;
    position: relative;
    display: block;
    text-indent: 10px;
    color: #ffffff;
    background-color: Red;
    border: 1px solid #791429;
    border-radius: 6px 6px 0 0;
    font-family: verdana,arial,helvetica;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
}

.alertFont {
    text-indent: 5px;
    color: orangered;
    font-family: verdana,arial,helvetica;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
}

.successFont {
    text-indent: 10px;
    color: Green;
    font-family: verdana,arial,helvetica;
    font-weight: bold;
    font-size: 1vw;
    text-align: center;
    vertical-align: top;
    text-shadow: 0px 1px 0px #ebebeb;
}

.pageheader {
    background: url(../images/pageheader.jpg);
    background-color: #6699cc;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    font-family: arial,helvetica;
    font-size: 1vw;
    font-weight: bold;
    line-height: 20px;
    border: 1px solid #000000;
}

.LogonCell_Title {
    background-color: #abc4e9;
    font-family: arial,helvetica;
    color: #ffe;
    text-align: center;
    font-size: 0.9vw;
    font-weight: bold;
    width: 125px;
}

.copybutt_Container {
    position: relative;
    text-align: center;
}

.copybutt {
    color: #ffffff;
    font-family: verdana,helvetica,sans-serif;
    font-weight: bold;
    background-color: #66cc99;
    border: 1px solid;
    border-top-color: #000000;
    border-left-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    align: center;
    width: 200px;
    height: 20px;
    cursor: hand;
}

.splashbutt {
    font-family: helvetica;
    border: 1px solid #ffffff;
    font-size: 1.1vw;
    font-weight: bold;
    color: #ffffff;
    background: url(../../images/buttons/MenuBackGround.jpg);
    text-align: center;
    cursor: hand;
    width: 150px;
    height: 100px;
    vertical-align: text-middle;
}

.menubutt1 {
    padding: 4px 0;
    font-family: verdana,helvetica,sans-serif;
    font-size: 1.1vw;
    line-height: 10px;
    font-weight: bold;
    color: #ffffff;
    border-left: 1px solid #000000;
    background-color: #98B5E2;
    text-align: center;
    cursor: hand;
}

.MenuOptBtn {
    display: block;
    height: 40px;
    width: 100%;
    max-width: 100%;
    background-color: #98B5E2;
    padding: 4px 0 8px 0;
    margin: auto 0;
    margin-bottom: 5px;
    font-family: verdana,helvetica,sans-serif;
    font-size: 10px;
    line-height: 11px;
    font-weight: bold;
    border: 0;
    border-radius: 4px;
    color: #ffe;
    text-align: center;
    cursor: hand;
}


.MenuOptBtnHover {
    background-color: #a0c0f6;
    color: #ffffff;
    font-size: 12px;
}




.adminbutt {
    font-family: verdana,helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    border-left: 1px solid #000000;
    background-color: #9999cc;
    text-align: center;
    cursor: hand;
}


.menuspacer {
    height: 20px;
    width: 110px;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    background-color: #C0D5F7;
}

.table_title {
    background-color: #abc4e9;
    border: solid 1px #82a3d5;
    border-radius: 4px 4px 0 0;
    border-bottom: 0px;
    color: #ffffff;
    font-family: Verdana,Arial;
    font-size: 1.5vh;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 100%;
    height: 25px;
    padding: 4px
}

.header_title {
    background-color: #6D8ED3;
    border: solid 1px #336699;
    border-bottom: 0px;
    border-top: 0px;
    color: #ffffff;
    font-family: arial,helvetica;
    font-size: 11pt;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 20px;
    width: 350px;
}

.cell_title {
    background-color: #abc4e9;
    border: solid 1px #82a3d5;
    color: #ffffff;
    font-family: arial,helvetica;
    text-shadow: 1px 1px 2px rgba(50,89,148,0.4);
    text-align: center;
    vertical-align: middle;
    font-size: 10pt !important;
    line-height: 100%
}

.cell_title_pronto {
    padding: 4px;
    background-color: #cdcdcd;
    border: solid 1px #336699;
    border-bottom: solid 1px #ff9900;
    color: #ababab;
    font-family: arial,helvetica;
    font-size: 11pt !important;
    text-align: center;
    vertical-align: middle;
}

.cell_title_review {
    background-color: #d9ea97;
    color: black;
    font-family: arial,helvetica;
    font-size: 0.9vw;
    vertical-align: middle;
    padding: 5px;
    text-align: center;
}

.cell_ReadOnly {
    background-color: #dedede;
    color:darkslategrey;
}

    .cell_ReadOnly a {
        color: darkslategrey;
    }

        .cell_ReadOnly a:hover {
            color: darkslategrey;
        }

.cell_admin {
    background-color: #cccc99;
    border: solid 1px #336699;
    color: #336699;
    font-family: arial,helvetica;
    text-align: center;
    vertical-align: middle;
}

.InfoClass {
    text-indent: 10px;
    color: #ffffff;
    border: solid 1px #336699;
    background-color: #6699cc;
    font-family: verdana,arial,helvetica;
    text-align: center;
    vertical-align: top;
}

.comment
{

    margin:0

}

.cell_body_review {
    color: #003399;
    background-color: #ffe;
    border-right: solid 1px #336699;
    font-family: verdana,arial,helvetica;
    text-align: left;
    text-indent: 20;
    vertical-align: middle;
    line-height: 15px;
}

.cell_body {
    color: #003399;
    background-color: #ffe;
    border: 1px solid #c1c1b1;
    font-family: verdana,arial,helvetica;
    font-size: 9pt !important;
    text-align: center;
    vertical-align: middle;
    height: 25px;
    min-height: 25px;
    line-height: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.cell_body_pronto {
    color: #003399;
    background-color: #3399ff;
    border-bottom: solid 1px #336699;
    border-left: solid 1px #336699;
    border-right: solid 1px #336699;
    font-family: verdana,arial,helvetica;
    text-align: center;
    vertical-align: middle;
    text-indent: 5px;
    line-height: 15px;
}

.help_body {
    padding: 4px;
    color: #003399;
    background-color: #ffe;
    border: 1px solid #c1c1b1;
    font-family: verdana,arial,helvetica;
    font-size: 9pt;
    text-align: center;
    vertical-align: top;
    line-height: 18px;
}


.help_title {
    background-color: #abc4e9;
    border: solid 1px #336699;
    color: #336699;
    font-family: arial,helvetica;
    font-size: 9pt;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
}
.cell_default {
    text-align:center;
    font-family: verdana,arial,helvetica;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 15px;
    font-size: 10pt !important;
    font-weight: bold;
    border-bottom: solid 1px #000000;
}

.cell_Past_Expiration {
    color: #000 !important;
    height: 25px;
    background-color:mediumpurple !important;
 
}

.cell_2Day_TAT {
    color: #000 !important;
    height: 25px;
    background-color: #CFE12A !important;
}

    .cell_Past_Expiration > a:link {
        color: #000 !important;
    }
    .cell_Past_Expiration > a:active {
        color: #fff !important;
    }
    .cell_Past_Expiration > a:visited {
        color: #cdcdcd !important;
    }

    .cell_Past_Expiration > a:hover {
        color: #34495E !important;
    }

.cell_bodyLEFT {
    color: #003399;
    height: 25px;
    background-color: #ffe;
    border: solid 1px #336699;
    font-family: verdana,arial,helvetica;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 15px;
    font-size: 9pt !important
}

.cell_stat {
    background-color: #ff3366;
}

.cell_rush {
    background-color: #CC33FF;
    color: Black;
}

.cell_pend {
    background-color: #ff0;
}

.cell_expired {
    background-color: #fc0;

}

.cell_TAT {
    background-color: Yellow;
    color: Black;
}


.cell_State_Compliance_TAT_Overdue {
    background-color: #FF9900;
    color: Black;
}


.cell_State_Compliance_TAT {
    background-color: #66CC00;
    color: Black;
}

.cell_Client_TAT_Overdue {
    background-color: Red;
    color: Black;
}


.cell_Expiring {
    background-color: orangered;
    color: #dbdbdb;
}


    .cell_Expiring a {
        color: #ffffff !important;
    }


.AdminTitleText {
    font-family: verdana,helvetica;
    font-weight: bold;
    text-indent: 5px;
    color: black
}

.title {
    font-family: verdana,helvetica;
    font-size:11pt !important;
    font-weight: bold;
    text-indent: 5px;
}

.BasicWhite_Text {
    font-family: arial,helvetica;
    font-weight: bold;
    color: #ffffff;
}

.group_title {
    font-weight: bold;
    color: #000000;
    padding: 3px;
    padding-left: 20px
}

.link_small {
    font-weight: bold;
}

.warn {
    font-weight: bold;
    color: #f00;
}

.warn_plain {
    font-weight: bold;
}

.feedbody {
    font-family: verdana,helvetica;
    font-weight: normal;
    background-color: #ffe;
    color:black;
}

.Group_body {
    font-family: verdana,helvetica;
    font-size: 9pt;
    font-weight: normal;
    color: #000000;
    margin-left: 5px;
}

.Disclaimer_text {
    font-family: verdana,helvetica;
    color: #336699;
    font-size: 7pt;
    font-weight: normal;
    margin-left: 5px;
}

div.centered {
    margin-left: auto;
    margin-right: auto;
}

fieldset.padded {
    padding: 0px
}

.INPUTFIX {
    color: #000080;
    background-color: #ffe;
    border: solid 1px #ffe;
    vertical-align: top;
    font-size: 8pt
}

.INPUT_FILLParent {
    color: #000080;
    background-color: #ffe;
    border: solid 1px #ffe;
    width: 100%;
    height: 100%;
    padding-left: 5px;
}

    .INPUT_FILLParent:focus {
        background-color: #cdcdcd;
        color: #ffffff;
    }



td {
    font-family: helvetica,arial;
}

a {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

    a:hover {
        color: #000000;
        font-weight: bold;
        text-decoration: underline;
    }

.hiddencol {
    display: none;
}

.viscol {
    display: block;
}

.DivBorder {
    border: solid 1px #336699;
}

.SpecialGrid {
    color: black;
    background-color: #ffe;
    font-family: verdana,arial,helvetica;
    font-size: 0.7vw !important;
    text-align: center;
    vertical-align: middle;
    line-height: 15px;
    margin: 0 0 20px 0;
}

.SpecialPanelGrid {
    color: #003399;
    background-color: #ffe;
    font-family: verdana,arial,helvetica;
    text-align: left;
    vertical-align: middle;
    line-height: 20px;
}

.NumberPicker {
    border: solid 1px #336699;
    color: #ffffff;
    background-color: #000000;
    font-size: 7pt;
    line-height: 10pt;
    cursor: hand;
}

.b1d {
    height: 1px;
    font-size: 1px;
    overflow: hidden;
    display: block;
    background: #dddddd;
    margin: 0 5px;
}

.b2d {
    height: 1px;
    font-size: 1px;
    overflow: hidden;
    display: block;
    background: #dddddd;
    border-right: 2px solid #cccccc;
    border-left: 2px solid #cccccc;
    margin: 0 3px;
}

.b3d {
    height: 1px;
    font-size: 1px;
    overflow: hidden;
    display: block;
    background: #dddddd;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    margin: 0 2px;
}

.b4d {
    height: 2px;
    font-size: 1px;
    overflow: hidden;
    display: block;
    background: #dddddd;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    margin: 0 1px;
}

table.highlightTable tr.highlight td {
    color: #ff9900;
    font-family: verdana,arial,helvetica;
    text-align: left;
    vertical-align: middle;
    line-height: 15px;
}


table.highlightTable tr.highlightAlt td {
    color: #ff9900;
    text-align: left;
    vertical-align: middle;
    line-height: 20px;
}

.drag {
    margin: 0;
    padding: 0;
}

.PendPanelAddress {
    color: #000000;
    background-color: #ffffff;
    font-family: verdana,arial,helvetica;
    text-align: center;
    vertical-align: middle;
    line-height: 15px;
}

li {
    margin-left: 0px;
}

ul {
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    text-indent: 1px;
    list-style-position: outside;
    list-style-type: disc;
    padding: 10px;
    margin: 4px;
}

.FraudAbuseTheme {
    width: 100%;
    position: relative;
    font-size: 0.8vw;
}

.ToolTip {
    position: relative;
    WIDTH: 250px;
    HEIGHT: 50px;
    background-color: #ffe;
    border: 1px solid #336699;
    color: #330066;
    background-color: #ffe;
    border: solid 1px #336699;
    font-family: verdana,arial,helvetica;
}

.ToolTipBtn {
    cursor: pointer;
    color: #fff;
    width: 25px;
    border: 0.5px solid #ffe;
    height: 30px;
    display: inline-block;
    font-size: 7pt !important;
    padding: 0 !important;
    margin-left: 4px;
}

.GridStyle {
    width: 100%;
    text-align: center;
}

.previewlink {
    position: relative;
    padding-left: 5px;
}

    .previewlink img {
        position: absolute;
        top: 0;
        left: 2em;
        z-Index: 10;
        border: none;
    }

        .previewlink img.previewimage {
            left: 0;
            border: none;
            position: relative;
        }


div.ajax__calendar_days table tr td {
    padding-right: 0px;
}

div.ajax__calendar_body {
    width: 205px;
}

div.ajax__calendar_container {
    width: 205px;
}

div.ajax__calendar_active {
    color: Red;
    font-weight: bold;
    background-color: #ffffff;
}

.READONLYCLAIM {
    background-color: #CDCDCD;
}

#content {
}

#dialog {
    position: absolute;
    width: 425px;
    padding: 10px;
    z-index: 200;
    background: #fff
}

#dialog-header {
    display: block;
    position: relative;
    width: 405px;
    padding: 3px 9px 7px;
    height: 20px;
    font-size: 1.3vw;
    font-weight: bold
}

#dialog-title {
    float: left
}

#dialog-close {
    float: right;
    cursor: pointer;
    margin: 3px 3px 0 0;
    height: 11px;
    width: 11px;
    background: url(../../images/dialog_close.gif) no-repeat
}

#dialog-content {
    display: block;
    height: 160px;
    padding: 6px;
    color: #ed1219;
    font-size: 13px
}

#dialog-mask {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%;
    background: #C0D5F7;
    opacity: .75;
    filter: alpha(opacity=75);
    z-index: 100
}

.error {
    background: #fff url(../images/error_bg.jpg) bottom right no-repeat;
    border: 1px solid #CDCDCD;
    border-top: none
}

.errorheader {
    background: red;
    width: 100%;
    color: #ffffff;
    border: 1px solid #CDCDCD;
    border-bottom: none
}

.warning {
    background: #fff url(../images/warning_bg.jpg) bottom right no-repeat;
    border: 1px solid #c5a524;
    border-top: none
}

.warningheader {
    background: url(../images/warning_header.gif) repeat-x;
    color: #957c17;
    border: 1px solid #c5a524;
    border-bottom: none
}

.success {
    background: #fff url(../images/success_bg.jpg) bottom right no-repeat;
    border: 1px solid #60a174;
    border-top: none
}

.successheader {
    background: url(../images/success_header.gif) repeat-x;
    color: #3c7f51;
    border: 1px solid #60a174;
    border-bottom: none
}

.prompt {
    background: #fff url(../images/prompt_bg.jpg) bottom right no-repeat;
    border: 1px solid #4f6d81;
    border-top: none
}

.promptheader {
    background: url(../images/prompt_header.gif) repeat-x;
    color: #355468;
    border: 1px solid #4f6d81;
    border-bottom: none
}


input[type="text"] {
    margin: 5px;
    height: 25px;
    line-height: 25px;
    width: 100%;
    max-width: 100%;
    font-weight: bold;
    border-radius: 0;
    border:1px solid #cdcdcd;
    font-size: 10pt !important;
}


input[type="password"] {
    margin: 5px;
    height: 25px;
    line-height: 25px;
    width: 100%;
    max-width: 100%;
    font-weight: bold;
    border-radius: 0;
    border: 1px solid #cdcdcd;
    font-size: 10pt !important;
}

input[type="button"] {
    width: 100%;
    display: block
}

td input[type="text"], input[type="button"], SELECT {
    min-height:35px;
    height: auto;
}

textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-family: verdana, "MS Serif", "New York", serif;
    font-size: 9pt;
    color: #000080;
}


SELECT {
    padding: 0;
    margin: 0;
    height: 25px;
    width: 100%;
    font-size: 8pt;
    font-weight: bold;
    background-color: #ffffff;
}

.flat-butt {
    display: inline-block;
    margin: 0 auto;
    border-radius: 6px;
    font-family: verdana, sans-serif;
    font-size: 0.9vw !important;
    font-weight: bold;
    padding: 12px;
    border: 0;
    background: #34495E;
    color: #FFF;
    cursor: pointer;
    outline: 0;
}


.flat-butt-inline {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    font-family: verdana, sans-serif;
    font-size: 0.9vw !important;
    font-weight: bold;
    padding: 5px 5px;
    border: 0;
    background: #34495E;
    color: #FFF;
    cursor: pointer;
    outline: 0;
    clear: both;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.flat-butt:hover {
    background: #005580;
}

.flat-primary-butt {
    background: #1abc9c;
}

    .flat-primary-butt:hover {
        background: #2fe2bf;
    }

.flat-info-butt {
    background: #3498db;
}

    .flat-info-butt:hover {
        background: #5dade2;
    }

.flat-danger-butt {
    background: #e74c3c;
}

    .flat-danger-butt:hover {
        background: #ec7063;
    }

.flat-warning-butt {
    background: #ff8c00;
}

    .flat-warning-butt:hover {
        background: #ffd7a8;
    }


.flat-border-butt {
    padding: 8px 20px;
    border: 4px solid #2C3E50;
}

    .flat-border-butt:hover {
        border: 4px solid #2C3E50;
    }

.flat-primary-border-butt {
    border-color: #16A085;
}

    .flat-primary-border-butt:hover {
        border-color: #27AE60;
    }

.flat-info-border-butt {
    border-color: #2980B9;
}

    .flat-info-border-butt:hover {
        border-color: #2980B9;
    }

.flat-danger-border-butt {
    border-color: #C0392B;
}

    .flat-danger-border-butt:hover {
        border-color: #C0392B;
    }

.flat-double-butt {
    padding: 8px 20px;
    border: 3px solid #FFF;
    box-shadow: #34495E 0px 0px 0px 3px;
}

    .flat-double-butt:hover {
        box-shadow: #005580 0px 0px 0px 3px;
    }

.flat-primary-double-butt {
    box-shadow: #1abc9c 0px 0px 0px 3px;
}

    .flat-primary-double-butt:hover {
        box-shadow: #2fe2bf 0px 0px 0px 3px;
    }

.flat-info-double-butt {
    box-shadow: #3498db 0px 0px 0px 3px;
}

    .flat-info-double-butt:hover {
        box-shadow: #5dade2 0px 0px 0px 3px;
    }

.flat-danger-double-butt {
    box-shadow: #e74c3c 0px 0px 0px 3px;
}

    .flat-danger-double-butt:hover {
        box-shadow: #ec7063 0px 0px 0px 3px;
    }

.flat-underline-butt {
    text-decoration: underline;
}

.flat-grad-butt {
    background-image: linear-gradient(#34495E 50%, #2C3E50 50%);
}

.flat-primary-grad-butt {
    background-image: linear-gradient(#1ABC9C 50%, #16A085 50%);
}

.flat-info-grad-butt {
    background-image: linear-gradient(#3498DB 50%, #2980B9 50%);
}

.flat-danger-grad-butt {
    background-image: linear-gradient(#E74C3C 50%, #C0392B 50%);
}

.flat-inner-butt {
    padding: 11px 0px;
    box-shadow: inset #2C3E50 -3px -3px 0px;
}

.flat-primary-inner-butt {
    background: #1ABC9C;
    box-shadow: inset #16A085 -3px -3px 0px;
}

.flat-info-inner-butt {
    box-shadow: inset #2980B9 -3px -3px 0px;
}

.flat-danger-inner-butt {
    box-shadow: inset #C0392B -3px -3px 0px;
}

.flat-outer-butt {
    padding: 11px 0px;
    box-shadow: #BDC3C7 2px 2px 0px;
}


.modal-backdrop {
    background-color: #C0D5F7 !important
}

.modal.modal-wide .modal-dialog {
    width: 90%;
}

.modal-wide .modal-body {
    overflow-y: auto;
}

.modal-fullscreen .modal-dialog {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

@media (min-width: 768px) {
    .modal-fullscreen .modal-dialog {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .modal-fullscreen .modal-dialog {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .modal-fullscreen .modal-dialog {
        width: 1170px;
    }
}

#ImageViewer .modal-body p {
    margin-bottom: 900px
}



@media print {
    a[href]:after {
        content: none !important;
    }

    * {
        margin: 0 !important;
        padding: 0 !important;
    }

    html, body {
        /*changing width to 100% causes huge overflow and wrap*/
        height: auto;
        overflow: hidden;
        font-size: 1.3vh;
        line-height: 100%
    }

    #contentarea {
        width: 95%;
    }

    #MenuContainer {
        display: none;
    }
}


.LoginBox {
    border: 0;
    background-color: #ffffff;
    height: 30px;
    font-weight: bold;
}


@keyframes DoFade {

    0% {
        background: #C0D5F7;
    }

    25% {
        background: white;
    }

    50% {
        background: #C0D5F7;
    }

    75% {
        background: white;
    }

    100% {
        background: #C0D5F7;
    }
}

@-webkit-keyframes DoFade {

    0% {
        background: #C0D5F7;
    }

    25% {
        background: white;
    }

    50% {
        background: #C0D5F7;
    }

    75% {
        background: white;
    }

    100% {
        background: #C0D5F7;
    }
}


.FadeLoop {
    animation: DoFade 30s;
    -webkit-animation: DoFade 30s;
}



.ReadOnly {
    background-color: #6699cc;
    color: #ffe
}


.ReadOnly_Buttons {
    display: none
}


.wordwrap {
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap; /* Opera <7 */
    white-space: -o-pre-wrap; /* Opera 7 */
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    white-space: pre-wrap;
}

.ui-menu .ui-menu-item {
    background-color: #34495E;
    color: white;
}

    .ui-menu .ui-menu-item:hover,
    .ui-menu .ui-menu-item:active {
        background-color: darkorange;
        color: #ffffff;
    }

.validationError {
    color: red
}

.modal:focus {
    border-color: #999;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(44,75,100,.075),0 0 8px rgba(100,100,100,.6);
    box-shadow: inset 0 1px 1px rgba(44,75,100,.075),0 0 8px rgba(100,100,100,.6);
}

.modal {
    
}

    .modal.fade {
        z-index: -1050;
        -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
        -ms-transition: opacity 0.3s linear, top 0.3s ease-out;
        -o-transition: opacity 0.3s linear, top 0.3s ease-out;
        transition: opacity 0.3s linear, top 0.3s ease-out;
    }

        .modal.fade.in {
            z-index: 1050;
        }

.modal-backdrop {
    background-color: rgba(0,0,0,0.3);
}

.modal.modal-wide .modal-dialog {
    width: 90%;
}

.modal-wide .modal-body {
    overflow-y: auto;
}

.modal-fullscreen .modal-dialog {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

@media (min-width: 768px) {
    .modal-fullscreen .modal-dialog {
        width: 750px;
    }

    .cell_body {
        padding: 0 2px
    }
}

@media (min-width: 992px) {
    .modal-fullscreen .modal-dialog {
        width: 970px;
    }

    .cell_body {
        padding: 0 2px
    }
}

@media (min-width: 1200px) {
    .modal-fullscreen .modal-dialog {
        width: 1170px;
    }
}







/* Checkbox  SWITCH body */


.switch {
    --uiSwitchSize: 64px;
    --uiSwitchBgColor: #1abc9c;
    --uiSwitchBgColorActive: #1abc9c;
    --uiSwitchBorderColorActive: #fff;
    --uiSwitchBorderColorFocus: #43b556;
    --uiSwitchButtonBgColor: #ffe;
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.switch__label {
    display: block;
    width: 100%;
    height: 100%;
}

.switch__toggle {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

    .switch__toggle:focus ~ .switch__label {
        box-shadow: 0 0 0 4px;
    }

    .switch__toggle:checked:focus ~ .switch__label {
        box-shadow: 0 0 0 4px;
    }

.switch__label:before, .switch__label:after {
    content: "";
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}

.switch__label:before {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: #1abc9c;
}

.switch__label:after {
    top: 50%;
    z-index: 3;
    transition: transform .4s cubic-bezier(0.44,-0.12, 0.07, 1.15);
}

/* type 1 */

.switch_type1 {
    --uiSwitchBorderRadius: 60px;
    width: 64px;
    height: 32px;
    border-radius: 60px;
    background-color: #1abc9c;
}

    .switch_type1 .switch__label {
        border-radius: 60px;
    }

        .switch_type1 .switch__label:before {
            border-radius: 60px;
            transition: opacity .2s ease-out .1s, transform .2s ease-out .1s;
            transform: scale(1);
            opacity: 1;
        }

    .switch_type1 .switch__toggle:checked ~ .switch__label:before {
        transform: scale(0);
        opacity: .7;
    }


    .switch_type1 .switch__label:after {
        width: 32px;
        height: 32px;
        background-color: #ffe;
        width: calc(var(--uiSwitchSize) / 2);
        height: calc(var(--uiSwitchSize) / 2);
        transform: translate3d(0, -50%, 0);
        background-color: var(--uiSwitchButtonBgColor);
        border-radius: 100%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    }

    .switch_type1 .switch__toggle:checked ~ .switch__label:after {
        transform: translate3d(100%, -50%, 0);
    }

/* Checkbox body */
.switch_IE {
    --uiSwitchSize: 64px;
    --uiSwitchBgColor: #1abc9c;
    --uiSwitchBgColorActive: #1abc9c;
    --uiSwitchBorderColorActive: #fff;
    --uiSwitchBorderColorFocus: #43b556;
    --uiSwitchButtonBgColor: #ffe;
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.switch__label_IE {
    display: block;
    width: 100%;
    height: 100%;
}

.switch__toggle_IE {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

    .switch__toggle_IE:focus ~ .switch__label_IE {
        box-shadow: 0 0 0 4px;
    }

.switch__toggle:checked:focus ~ .switch__label {
    box-shadow: 0 0 0 4px;
}

.switch__label_IE:before, .switch__label_IE:after {
    content: "";
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}

.switch__label_IE:before {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: #1abc9c;
}

.switch__label_IE:after {
    top: 50%;
    z-index: 3;
    transition: transform .4s cubic-bezier(0.44,-0.12, 0.07, 1.15);
}

/* type 1 */

.switch_type1_IE {
    --uiSwitchBorderRadius: 60px;
    width: 64px;
    height: 32px;
    border-radius: 60px;
    background-color: #1abc9c;
}

    .switch_type1_IE .switch__label_IE {
        border-radius: 60px;
    }

        .switch_type1_IE .switch__label_IE:before {
            border-radius: 60px;
            transition: opacity .2s ease-out .1s, transform .2s ease-out .1s;
            transform: scale(1);
            opacity: 1;
        }

    .switch_type1_IE .switch__toggle_IE:checked ~ .switch__label_IE:before {
        transform: scale(0);
        opacity: .7;
    }


    .switch_type1_IE .switch__label_IE:after {
        width: 32px;
        height: 32px;
        background-color: #ffe;
        width: calc(var(--uiSwitchSize) / 2);
        height: calc(var(--uiSwitchSize) / 2);
        transform: translate3d(0, -50%, 0);
        background-color: var(--uiSwitchButtonBgColor);
        border-radius: 100%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    }

    .switch_type1_IE .switch__toggle_IE:checked ~ .switch__label_IE:after {
        transform: translate3d(100%, -50%, 0);
    }

/*----------------------------------------------------------START PAGING STYLE-----------------------------------------------------------*/

div.pager {
    text-align: center;
    margin: 1em 0;
}



div.pager span {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8;
    text-align: center;
    font-size: 1.6vh;
    cursor: pointer;
    background: #ffe;
    outline-color: #0094ff;
    color: mediumpurple;
    margin-right: 0.5em;
}

    div.pager span.active {
        background: mediumpurple;
        color: #fff;
    }

/*----------------------------------------------------------END PAGING STYLE-----------------------------------------------------------*/