/* Minification failed. Returning unminified contents.
(303,61): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
body {
    background: #DBD3BA; /*#CCC;*/
    font: 1.1em 'Segoe UI', Tahoma, Arial, sans-serif;
    color: #555;
    text-align: left;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

td.detailShort {
    width: 100px;
}

td.detailMedium {
    width: 200px;
}

td.detail {
    overflow: hidden;
    width: 400px;
}

form {
    margin: 10px;
    padding: 0 5px;
    /*border: 1px solid #f2f2f2;
    background-color: #FAFAFA;*/
}

#footer {
    text-align: right;
    /*background-color: #d9ecf5;*/
    color: #003f59;
}

#footerHidden {
    background-color: #006699;
    color: #006699;
    text-align: left;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/*{
    margin: 0;
    padding: 0;
    outline: 0;
}*/

.page {
    /*JAL 08/31/2018 Revert back to responsive layout with bootstrap.*/ 
    /*max-width: 1026px;*/
    margin-left: auto;
    margin-right: auto;
    background-color: #FAFAFA;
}

a,
a:visited {
    text-decoration: none;
    /*color: #2180BC;*/
}

    a:hover {
        color: #006699; /*#88ac0b;*/
        text-decoration: none;
    }

/* headers */
h1, h2, h3 {
    font-family: 'Trebuchet MS', Tahoma, Sans-serif;
}

h1 {
    font-size: 150%;
    font-weight: normal;
    color: #006699;
}

h2 {
    font-size: 140%;
    text-transform: uppercase;
    color: #006699;
}

h3 {
    font-size: 120%;
    color: #666666;
}

/* images */
img {
    background: #FAFAFA;
    /*border: 1px solid #E5E5E5;*/
    border: 1px solid #DBD3BA;
    padding: 5px;
}

    img.float-right {
        margin: 5px 0 10px 10px;
    }

    img.float-left {
        margin: 5px 10px 10px 0;
    }

h1, h2, h3, p {
    padding: 10px;
    margin: 0;
}

/*ul, ol {
    margin: 5px 20px;
    padding: 0 20px;
}*/

#bannerImage {
    background-image: url(images/WebAppHeader-1024-2.jpg);
    width: 1024px;
    height: 110px;
    cursor: pointer;
}


fieldset {
    border: #003f59 1px solid;
    padding: 1em;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.75);
    box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.75);
    margin: 2px 2px;
}

    fieldset legend {
        text-shadow: 2px 2px 3px rgba(150, 150, 150, 0.75);
        -webkit-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.75);
        box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.75);
        padding: 0.2em 0.4em;
        margin-left: 2em;
        color: black;
        font-size: 90%;
        font-weight: bold;
        text-align: left;
        width: auto;
        margin-bottom: 0px;
    }



/*Result table css*/
table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 100%;
}

.resultTable, .zebra {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
}

    .resultTable tr:hover {
        background: #fbf8e9;
        -o-transition: all 0.1s ease-in-out;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .resultTable td, .resultTable th {
        border-left: 1px solid #ccc;
        border-top: 1px solid #ccc;
        padding: 10px;
        text-align: left;
    }

        /*.resultTable th {
        background: #DBD3BA;
    }*/
        .resultTable td:first-child, .resultTable th:first-child {
            border-left: none;
        }

        .resultTable th:first-child {
            -moz-border-radius: 6px 0 0 0;
            -webkit-border-radius: 6px 0 0 0;
            border-radius: 6px 0 0 0;
        }

        .resultTable th:last-child {
            -moz-border-radius: 0 6px 0 0;
            -webkit-border-radius: 0 6px 0 0;
            border-radius: 0 6px 0 0;
        }

        .resultTable th:only-child {
            -moz-border-radius: 6px 6px 0 0;
            -webkit-border-radius: 6px 6px 0 0;
            border-radius: 6px 6px 0 0;
        }

    .resultTable tr:last-child td:first-child {
        -moz-border-radius: 0 0 0 6px;
        -webkit-border-radius: 0 0 0 6px;
        border-radius: 0 0 0 6px;
    }

    .resultTable tr:last-child td:last-child {
        -moz-border-radius: 0 0 6px 0;
        -webkit-border-radius: 0 0 6px 0;
        border-radius: 0 0 6px 0;
    }

    .zebra td, .zebra th {
        padding: 10px;
        border-bottom: 1px solid #f2f2f2;
    }

    .zebra tbody tr:nth-child(even) {
        background: #f5f5f5;
        -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
        -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
        box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    }

    .zebra th {
        text-align: left;
        text-shadow: 0 1px 0 rgba(255,255,255,.5);
        border-bottom: 1px solid #ccc;
        background-color: #eee;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee));
        background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
        background-image: -moz-linear-gradient(top, #f5f5f5, #eee);
        background-image: -ms-linear-gradient(top, #f5f5f5, #eee);
        background-image: -o-linear-gradient(top, #f5f5f5, #eee);
        background-image: linear-gradient(top, #f5f5f5, #eee);
    }

        .zebra th:first-child {
            -moz-border-radius: 6px 0 0 0;
            -webkit-border-radius: 6px 0 0 0;
            border-radius: 6px 0 0 0;
        }

        .zebra th:last-child {
            -moz-border-radius: 0 6px 0 0;
            -webkit-border-radius: 0 6px 0 0;
            border-radius: 0 6px 0 0;
        }

        .zebra th:only-child {
            -moz-border-radius: 6px 6px 0 0;
            -webkit-border-radius: 6px 6px 0 0;
            border-radius: 6px 6px 0 0;
        }

    .zebra tfoot td {
        border-bottom: 0;
        border-top: 1px solid #fff;
        background-color: #f1f1f1;
    }

        .zebra tfoot td:first-child {
            -moz-border-radius: 0 0 0 6px;
            -webkit-border-radius: 0 0 0 6px;
            border-radius: 0 0 0 6px;
        }

        .zebra tfoot td:last-child {
            -moz-border-radius: 0 0 6px 0;
            -webkit-border-radius: 0 0 6px 0;
            border-radius: 0 0 6px 0;
        }

        .zebra tfoot td:only-child {
            -moz-border-radius: 0 0 6px 6px;
            -webkit-border-radius: 0 0 6px 6px border-radius: 0 0 6px 6px;
        }

/*alerts*/
.alert-text {
    margin: 5px 0;
    font-size: 11px;
    padding: 10px 5px 5px 25px;
}

.alert_info, .alert_error, .alert_success, .alert_warning {
    margin: 5px 0;
    background-repeat: no-repeat;
    padding: 10px 5px 50px 50px;
    background-position: 10px center;
}

.alert_info {
    background-image: url('images/info.png');
}

.alert_error {
    background-image: url('images/error.png');
}

.alert_success {
    background-image: url('images/success.png');
}

.alert_warning {
    background-image: url('images/warning.png');
}

/*alerts*/

/* error message and informational messages*/
.isa_info, .isa_success, .isa_warning, .isa_error, .validation-summary-errors, .validation-summary-valid {
    border: 1px solid;
    margin: 5px 0px;
    font-size: 11px;
    padding: 10px 5px 5px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: .5em;
}

.isa_info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('images/info.png');
}

.isa_success, .validation-summary-valid {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('images/success.png');
}

.isa_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('images/warning.png');
}

.isa_error, .validation-summary-errors {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('images/error.png');
}

.validation-summary-valid {
    display: none;
}



.loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    background-color: #333333;
    z-index: 999;
    opacity: .30;
    filter: alpha(opacity=30);
}

.loader {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 54px;
    height: 55px;
    text-align: center;
    vertical-align: middle;
    z-index: 12010; /* This value should be maximum since its going to overlap all other elements on page*/
    color: #000000;
}

.ajax-loading {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    /*margin-left: -50px; half width of the spinner gif */
    /*margin-top: -50px;  half height of the spinner gif */
    /*margin: -150px 0 0 -150px;*/
    margin-left: -33px;
    margin-top: -33px;
    /*text-align: center;*/
    vertical-align: central;
    z-index: 1234;
    /*overflow: auto;*/
    border: 1px solid #fef4e9;
    width: 66px; /* width of the spinner gif */
    height: 67px; /*hight of the spinner gif +2px to fix IE8 issue */
}


.label-required:after {
    content: "*";
    color: red;
    float: none;
}

#MainMenu .k-link {
    font: Arial, sans-serif;
    height: 75%;
    font-weight: bold;
}

#MainMenu .float-right {
    float: right;
    border-left-width: 1px;
    border-right-width: 0;
}

.k-link {
    font-size: 1.1em;
    /*text-transform: uppercase;*/
}

/*Pager */
div.pager {
    text-align: right;
    border-top: 2px solid silver;
    padding: .5em 0 0 0;
    margin-top: 1em;
}

    div.pager a {
        font-size: 1.1em;
        color: #666;
        text-decoration: none;
        padding: 0 .4em 0 .4em;
        font: 1.2em Helvetica;
        margin: .5em;
        cursor: pointer;
        -webkit-text-shadow: 0 1px 1px rgba(0,0,0,.3);
        text-shadow: 0 1px 1px rgba(0,0,0,.3);
        -webkit-border-radius: .5em;
        -moz-border-radius: .5em;
        border-radius: .5em;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
        box-shadow: 0 1px 2px rgba(0,0,0,.2);
        display: inline-block;
        outline: none;
    }

        div.pager a:hover {
            background-color: Silver;
        }

        div.pager a.selected {
            background-color: #F09609;
            color: White;
        }

.field-validation-error {
    color: #D8000C;
    font-size: 10px;
    padding: 0px 0px 0px 0px;
}

.k-textbox.large {
    width: 100%;
    /*width: 320px !important;*/
}


.imageButton {
    background-color: #808080;
    border-radius: 5px;
    height: 32px;
    min-width: 48px;
    margin: 2px;
}

    .imageButton:hover {
        background-color: rgba(63, 237, 248, 0.54);
    }

div#formSections {
    overflow: auto;
    border-color: #87D6F7;
    border-style: solid;
    border-width: 0.3em;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px;
    /*display: table-row;*/
}

.labelItalic {
    font-style: italic;
    margin-left: .8em;
    color: black;
}

/* document layout*/

/* document */
div#sections {
    float: left;
    width: 9.3em;
}




div#contentHeader {
    border-left: 2px solid #87d6f7;
    margin-left: 9em;
    padding: 1em;
}


div#content {
    border-left: 2px solid #87d6f7;
    margin-left: 9em;
    padding: 1em;
}

DIV#sections A {
    font: 1.1em Arial,"Franklin Gothic Medium";
    display: block;
    text-decoration: none;
    padding: .6em;
    color: black;
    border-bottom: 1px solid #94c0d2;
    margin-right: 2px;
    color: #003f59;
    /*background-color: #daecf4;*/
}

    DIV#sections A:last-of-type {
        border-bottom: none;
    }


    DIV#sections A.selected {
        background-color: #87d6f7;
        color: #13688c;
        border-bottom-right-radius: 10px;
        border-top-left-radius: 10px;
        font-weight: bolder;
    }


    DIV#sections A:hover {
        background-color: #87d6f7;
        border-bottom-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    DIV#sections A.selected:hover {
        background-color: #7bd2f6;
    }

div#contentHome {
    border-left: 2px solid gray;
    margin-left: 13em;
    padding: 1em;
}

div#siteLinks {
    float: left;
    width: 12em;
    padding: .3em;
}

    DIV#siteLinks A {
        font: bold 1.1em "Arial Narrow","Franklin Gothic Medium",Arial;
        display: block;
        text-decoration: none;
        padding: .6em;
        color: black;
        border-bottom: 1px solid #94c0d2;
    }

        DIV#siteLinks A.selected {
            background-color: #87d6f7;
            color: black;
        }

        DIV#siteLinks A:hover {
            background-color: #Deeef5;
        }

        DIV#siteLinks A.selected:hover {
            background-color: #Deeef5;
        }

div#divWithBorder {
    width: 100%;
    height: 100%;
    padding-left: 5px;
    padding-bottom: 2px;
    border: 1px #006699 solid;
    background-color: #ffffff;
    margin: auto;
    overflow: auto;
}
/* Welcome Logout */
.welcomeHeader {
    text-align: right;
    font-family: 'Trebuchet MS', Tahoma, Sans-serif;
    font-size: 14px;
    padding: 5px;
    font-weight: bold;
    color: #006699;
}


.field-validation-valid {
    display: none;
}

/*document layout*/

/*custom kendo grid icons*/
/*.k-icon.k-custom-refresh {
    background: url('images/Refresh.png');
}*/
/*custom kendo grid icons*/

.k-grid {
    border-bottom: none;
}

.k-header {
    background-color: #F5F7F9;
    color: black;
    /*font-weight: bold;*/
}

    .k-header.k-link {
        color: black;
    }

.k-state-selected {
    background-color: #A7CDF0;
    background-image: none;
    color: black;
}

.k-alt.k-state-selected {
    background-color: #A7CDF0;
    background-image: none;
    color: black;
}

.k-grid tr {
    font: 1.0em 'Segoe UI', Tahoma, Arial, sans-serif;
    color: #333333;
}

.k-alt {
    background-color: white;
}

.k-grid td {
    padding: 0px 10px;
    margin: 0px;
    border-bottom: solid 1px #DBDEE1;
}

.k-grid-header .k-header {
    padding: 0px 10px;
    margin: 0px;
}

.no-data {
    font: 1.0em 'Segoe UI', Arial, sans-serif, Tahoma;
    color: #333333;
    text-align: center;
}

/*.k-grid {
    font: 1.2em Verdana, Tahoma, arial, sans-serif;
    color: #555;
}*/
.k-grid td {
    line-height: 2em;
}

.k-grid a {
    border-radius: 5px;
    /*border: none;*/
    /*background-color: transparent;*/
}

.k-grid tbody .k-button, .k-ie8 .k-grid tbody button.k-button {
    margin: 2px;
    min-width: 48px;
}


/*check box themes*/
.k-checkbox-label:after {
    font-size: 16px;
}


.styled_list {
    /* color: black; */
    /* background: white; */
    border-radius: 5px;
    margin-right: 15px;
    padding: 3px 5px 3px 5px;
    line-height: 25px;
}

.k-textbox, .k-dropdown {
    font-weight: normal;
    text-indent: .1em;
}

/*check box themes*/

hr {
    background-color: #94c0d2;
    height: 2px;
}


/*#FlashNotifications {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    text-align: center;
}

#FlashNotifications #FlashNotification-Message {
    width: 95%;
    float: left;
}*/

.infoMsg {
    background-color: #C6DDEE;
    border-top: 1px solid #FFCC66;
    border-bottom: 4px solid #FFCC66;
    padding: 10px;
    font-family: helvetica;
    font-size: 1.1em;
    text-align: center;
    border-top-color: #2180BC;
    border-bottom-color: #2180BC;
    font-weight: bold;
    color: blue;
    cursor: pointer;
}

.successMsg {
    background-color: #CCFFCC;
    border-top: 1px solid #FFCC66;
    border-bottom: 4px solid #FFCC66;
    padding: 10px;
    font-family: helvetica;
    font-size: 1.1em;
    text-align: center;
    border-top-color: #006600;
    border-bottom-color: #006600;
    font-weight: bold;
    color: #339933;
    cursor: pointer;
}

.warningMsg {
    background-color: #FFFF99;
    border-top: 1px solid #FFCC66;
    border-bottom: 4px solid #FFCC66;
    padding: 10px;
    font-family: helvetica;
    font-size: 1.1em;
    text-align: center;
    border-top-color: #CC9900;
    border-bottom-color: #CC9900;
    font-weight: bold;
    color: #663300;
    cursor: pointer;
}

.errorMsg {
    background-color: #990000;
    border-top: 1px solid #FFCC66;
    border-bottom: 4px solid #FFCC66;
    padding: 10px;
    font-family: helvetica;
    font-size: 1.1em;
    text-align: center;
    border-top-color: #800000;
    border-bottom-color: #800000;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
}

.bgLoadingIndicator {
    filter: Alpha(Opacity=30, FinishOpacity=30, Style=1);
    opacity: 0.30;
    -moz-opacity: 0.3;
    background-color: #333333;
    display: none;
    height: 250%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 12000; /* This value should be maximum since its going to overlap all other elements on page*/
}

.loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    background-color: #333333;
    z-index: 999;
    opacity: .30;
    filter: alpha(opacity=30);
}

.loader {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 54px;
    height: 55px;
    text-align: center;
    vertical-align: middle;
    z-index: 12010; /* This value should be maximum since its going to overlap all other elements on page*/
    color: #000000;
}

.spinner {
    position: absolute;
    margin-right: -50px;
    top: 50%;
    right: 50%;
    margin-top: -8px;
}

img#imgLoading {
    background: no-repeat;
    border: none;
    padding: 0px;
}

.numericInput {
    text-align: right;
    padding-right: .8em;
}

.actionButton {
    color: #fef4e9;
    border: solid 1px #da7c0c;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top, #faa51a, #f47a20);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
    padding: 3px 6px 3px 6px;
    -webkit-text-shadow: 0 1px 1px rgba(0,0,0,.3);
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    display: inline-block;
    outline: none;
    line-height: 1.5em;
}

.k-content .row > *,
.k-content .row > *::before,
.k-content .row > *::after {
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

/*  From: http://stackoverflow.com/a/25517025/187526 Vertical alignment of bootstrap grid cells */

.vertical-align {
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {
    .row .align-right-notsmall {
        text-align: right;
    }
}
/* Extra small devices (767px and down) */
@media (max-width: 767px) {
    .row.vertical-align {
        display: block; /* turn off the flexible box layout */
    }
}

.yesno-yes {
    color: green;
}

.yesno-no {
    color: red;
}

/* this style present in more recent versions of Kendo will highlight grid rows on hover*/
.k-grid tr:hover {
    background-image: url(textures/highlight.png);
    background-image: none,-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.45)),to(rgba(255,255,255,0)));
    background-image: none,-webkit-linear-gradient(top,rgba(255,255,255,.45) 0,rgba(255,255,255,0) 100%);
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.45) 0,rgba(255,255,255,0) 100%);
    background-color: #88c5e0;
}

.k-grid tr.hovercolor {
    background-image: url(textures/highlight.png);
    background-image: none,-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.45)),to(rgba(255,255,255,0)));
    background-image: none,-webkit-linear-gradient(top,rgba(255,255,255,.45) 0,rgba(255,255,255,0) 100%);
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.45) 0,rgba(255,255,255,0) 100%);
    background-color: #88c5e0;
}

.k-grid tr[role=row]:not(.k-grouping-row) {
    cursor: pointer;
}

/* CSS for /CashManagement/Index.cshtml */
.k-grid .k-grid-header .k-header .k-link {
    height: auto;
    display: inline;
}

.k-grid .k-grid-header .k-header {
    white-space: normal;
}

.top-buffer {
    margin-top: 20px;
}
.top-buffer { margin-top:20px; }

.grid-row-selected {
    background-color: #99ddff;
    transition: background-color 1s linear;
    -moz-transition: background-color 1s linear;
    -webkit-transition: background-color 1s linear;
}

Input[type = text], textarea, .k-textbox, .k-grid-content, .k-grid td, .k-list-container {
    text-transform: uppercase;
}
.k-link, .k-header {
    text-transform: none;
}

.k-link {
    font: 1.1em Tahoma, 'Segoe UI', Arial, sans-serif;
}

#txtuserInput {
    width: 395px;
    min-width: 395px;
    min-height: 80px;
    width: 95%;
    position: relative;
    left: 0px;
    /*resize: none;*/
}

/*JAL 6/24/2021 Below classes and attributes are fixes for various issues we encountered after updating Kendo.*/

/*JAL 6/24/2021 Fix overall layout.*/
.k-animation-container, .k-animation-container *, .k-animation-container :after, .k-block, .k-header, .k-list-container, .k-widget, .k-widget *, .k-widget :before {
    box-sizing: border-box;
}

/*JAL 6/24/2021 Fix calendars so 6 full weeks are displayed.*/
.k-calendar .k-calendar-view {
    width: 17em;
    height: 20em;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
