﻿
/* =Normalize/Reset
==================================================================================================================*/
html, body, form {
    width: 100%;
    font-size: 12px;
}
/* { margin: 0; padding: 0; outline: none; } */
/*h1, h2, h3, h4, h5, h6 { font-size: 18px; }*/
ul, ul li {
    list-style: none;
    list-style-position: outside;
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}

em, strong { /* left out from above */
}

table {
    /*border-collapse: separate;*/
    border-spacing: 1px;
}

fieldset, img {
    border: 0;
}

caption, th {
    text-align: left;
}

q:before, q:after {
    content: "";
}
/*hr { display: none; }*/
.clear {
    clear: both;
}
/* not to be confused with clearfix */
a:focus {
    outline: none;
}


/* =Base
==================================================================================================================*/
body {
    background-color: #828282;
    background-color: transparent;
    margin: 0;
    padding: 0;
    color: #000000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-align: left;
    line-height: 14px;
}

img {
    border: 0px;
}

.clear {
    clear: both;
}

.reset, .reset ul, .reset li {
    margin: 0;
    padding: 0;
    background: none;
    list-style: none;
}

li.row-odd, li.row-odd div, tr.row-odd, tr.row-odd td {
    background-color: #f4f4f4;
}

dt, dd {
    display: inline;
    float: left;
    margin-right: 5px;
}

.centered-text {
    text-align: center;
}

/* = Header, Nav
==================================================================================================================*/
.hiddenTab {
    display: none;
}

li.hide-hover:hover {
    background-color: transparent;
    cursor: default
}


.btn#UtilitiesBtn:hover {
    cursor: default;
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-white, .btn-white.disabled {
    background: transparent;
    border: 0 !important;
    color: #B3B3B3;
}

#siteContainer { /*background-color: #FFFFFF;*/
}

.site-container {
    background: none repeat scroll 0 0;
    display: inline-table !important; /*margin: 0 auto;*/
    text-align: left;
    width: 100%;
}

.site-header {
    width: 100%;
    height: 50px;
    background-color: #FFFFFF;
}

.site-logo {
    float: left;
}

.site-userinfo {
    float: right;
    padding: 0 5px 0 0;
    text-align: right;
    vertical-align: top;
}

    .site-userinfo .user-name {
        color: #000000;
        font-size: 1.5em;
        letter-spacing: 1px;
        font-weight: bold;
    }

    .site-userinfo .agency-name {
        color: #666666;
        font-size: 1.2em;
        margin: 0;
        display: block;
        font-weight: bold;
    }


.site-navigation {
    clear: both;
    text-align: left;
    background: none repeat scroll 0 0 #028ba6;
    font-size: 12px;
    height: 16px;
    padding: 0 5px;
}

    .site-navigation a.menu-link {
        color: #FFFFFF;
        float: left;
        height: 16px;
        padding: 0 8px;
        text-decoration: none; /*border-right: solid 1px #666;*/
    }

        .site-navigation a.menu-link.last {
            border-right: none;
        }

        .site-navigation a.menu-link:hover {
            background-color: #C41230;
            color: #FFFFFF;
            text-decoration: none;
        }

    .site-navigation .help-area {
        float: right;
        margin-top: -17px;
        margin-right: -1px;
    }

.content-wrap { /* background-color: #FFF;  padding: 4px 5px 0 5px; */
}

    .content-wrap #footer {
        margin-left: -5px;
        background-color: #828282;
    }

.site-content { /*border: solid 1px #A4B8B7; padding: 5px;*/
    padding: 3px;
}

.disclaimer {
    margin-top: 20px;
}

h2 {
    color: #AA0000;
    font-size: 14px;
    font-weight: bold;
    display: block;
    padding-top: 1px;
    padding-left: 10px;
    padding-right: 10px;
}


fieldset {
    text-align: left;
    border: solid 1px #D6D6D6;
    clear: left;
    margin: 0px 0px 10px 10px;
    padding: 10px;
}

    fieldset .field {
        clear: left;
        float: left;
        margin-bottom: 1px;
        width: 100%;
        padding: 0;
    }

        fieldset .field label {
            float: left;
            color: #028ba6;
            text-align: right;
            padding-right: 25px;
            margin-bottom: 0px;
        }

        fieldset .field label {
            width: 160px;
        }

    fieldset .required-field label {
        background: url("/images/bullet_triangle_red16x16.svg") no-repeat scroll right transparent;
    }

    fieldset .field input {
        float: left;
        width: 200px;
    }

        fieldset .field input:disabled {
            color: #6D6D6D;
        }

    fieldset .field select {
        float: left;
        width: 202px;
    }

    fieldset .field.fieldDataAltItem {
        background-color: #ECECEC;
    }

        fieldset .field.fieldDataAltItem label {
            background-color: #FFF;
        }

    fieldset span {
        padding: 0 3px;
    }

.buttons {
    margin-left: 10px;
}

    .buttons input {
        margin-bottom: 20px;
    }

    .buttons .button {
        padding: 1px 5px;
    }

.hoverlight {
    background-color: #EAD98E !important;
}

.clicklight {
    background-color: none !important; /* tan */
}

.tooltips {
    position: relative;
    display: inline-block;
}

    .tooltips .tooltiptext {
        font-size: 12px;
        visibility: hidden;
        width: auto;
        background-color: #FFFFCC;
        color: black;
        text-align: center;
        padding: 2px 2px;
        /* Position the tooltip */
        position: fixed;
        z-index: 999;
    }

    .tooltips:hover {
        cursor: pointer;
    }

    .tooltips .fa-paste {
        visibility: hidden;
    }

    .tooltips:hover .fa-paste {
        visibility: visible;
    }


/* --------------- Validation Pages --------------------- */

.validatorCalloutHighlight {
    background-color: #FFFACD;
}


/* --------------- Login Pages --------------------- */

.login-content {
    text-align: center;
}

.login {
    border: solid 1px #A4B8B7;
    padding: 0;
    margin: 20px auto 20px auto;
    background-color: #FFFFFF;
}

    .login table, .login tr, .login td {
        padding: 0px;
        margin: 0px;
    }

    .login .login-title {
        background-color: #028ba6;
        font-size: 14px;
        font-weight: bold;
        color: #FFFFFF;
        padding: 5px;
    }

    .login .login-instruction {
        padding: 5px 10px;
    }

    .login .login-textbox {
        width: 150px;
    }

    .login.change-password {
        width: 400px;
    }

        .login.change-password .login-textbox {
            margin-right: 30px;
        }

        .login.change-password .login-submit {
            margin: 10px 0 10px 50px;
        }

        .login.change-password .login-cancel {
            margin: 10px 50px 10px 0;
        }

    .login.forgot-password .login-submit {
        margin: 10px 160px 10px 0;
    }

    .login.forgot-password .login-label {
        text-align: right;
        width: 120px;
    }

    .login.forgot-password .login-username {
        text-align: left;
    }

    .login .login-submit {
        margin: 10px 100px 10px 0;
    }


/* --------------- Staff Pages --------------------- */

.staff-add .staff-information, .staff-delete .staff-information {
    margin-top: 20px;
}

.staff-links {
    float: left;
}

    .staff-links a {
        float: left;
        clear: left;
    }

.form-section {
    margin: 0 auto;
}

    .form-section h1, .form-section h2 {
        text-align: center;
    }

    .form-section .eligibility {
        margin: 0 auto;
        clear: both;
        width: 100%;
    }

    .form-section .buttons {
        margin: 0 auto;
        width: 70px;
    }
/*--------------demographics ------------------------ */
table.demographics td {
    padding: 2px 5px;
}

/*--------------batch eligibility ------------------------ */
table.eligibility td {
    padding: 2px 5px;
}

.table-container {
    width: 785px;
}

    .table-container th {
        font-weight: bold;
    }

    .table-container h2 {
        float: left;
        margin-top: 1px;
    }

    .table-container table {
        width: 100%;
        clear: both;
    }

/* ---------------- jQuery Overrides ------------------ */
.field input.datepicker {
    width: 70px;
}

.ui-datepicker-trigger {
    margin: 0 0px 0px 2px;
}

/* ----------------- pagination -----------------------*/
.pagination {
    padding: 6px 6px 0;
    display: block;
    float: left;
    width: 288px;
}

    .pagination a {
        margin: 0 3px;
        padding: 1px 3px;
        text-decoration: none;
    }

    .pagination .active_page {
        color: black;
    }

.pagination-count {
    float: right;
    margin-top: 5px;
}

/* ------ Fix known DatePicker visibility glitch ---- */
#ui-datepicker-div {
    display: none;
}

/* ======================= Grid ====================== */

.grid {
    border-spacing: 1px;
    empty-cells: show;
}

    .grid tr { /*padding: 0;*/
    }

    .grid td { /*	font-size:11px; */
        padding: 0px;
    }

.gridHeader {
}

    .gridHeader td {
        background-color: #D6D6D6;
        padding: 0px 2px;
        vertical-align: bottom;
    }

.gridHeader2 {
    color: #FFFFFF; /*font-size: 10px;*/
    font-weight: bold;
    vertical-align: bottom;
    background-color: #95AFBC;
    padding: 0px 2px;
}

.gridItem {
}

.gridAltItem {
    background-color: #ECECEC;
}

    .gridItem td, .gridAltItem td { /*font-size:10px;*/
        padding-left: 3px;
        padding-right: 3px;
    }

.gridItemTotal {
    border-top-color: #374245;
    border-top-style: solid;
    border-top-width: 1px; /*font-size:10px;*/
    font-weight: bold;
    padding-left: 3px;
    text-align: right;
}

.gridLabel {
    color: #028ba6; /*font-family:tahoma;*/ /*font-size:10px;*/
    text-align: right;
    white-space: nowrap;
}

.gridLeft {
}

    .gridLeft td {
        border-color: #BCBCBC;
        border-style: solid;
        border-left-width: 5px;
    }

.gridMenuHori { /* Horizontal Menu */
    vertical-align: top;
    text-align: center;
    white-space: nowrap;
}

.gridMenuVert { /* Vertical Menu */
    vertical-align: top;
    text-align: center;
}

/* ======================= Central ====================== */
fieldset.message-counts {
    width: 375px;
    float: left;
    margin-right: 25px;
}

.single-report {
    width: 320px;
    height: 200px;
    border: solid 1px #ddd;
    background: #f8f8f8;
    float: left;
    box-shadow: 2px 2px 2px #888;
    border-radius: 5px;
    margin: 0 20px 20px 0;
}

    .single-report fieldset {
        border: none;
        clear: none;
        margin: 5px 0 0 10px;
        padding: 0;
    }

        .single-report fieldset legend span {
            background-color: transparent;
        }

        .single-report fieldset .field {
            clear: none;
            margin-right: 10px;
            width: auto;
        }

        .single-report fieldset .buttons {
            float: left;
        }

            .single-report fieldset .buttons input {
                margin-bottom: 5px;
            }

    .single-report .report-wrap {
        margin: 10px 0 0 10px;
    }

/* ======================= Dashboard ====================== */

/*---- Report navigation ----*/
#dashboard-table {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
}

    #dashboard-table td {
        vertical-align: top;
    }

    #dashboard-table fieldset {
        border: none;
    }

    #dashboard-table legend {
        display: none;
    }


#dashboard-panel-wrap {
    float: left;
    width: 400px;
    margin-right: 35px;
    background: #e3e9ec;
}

#dashboard-panel {
    float: left;
    width: 400px;
}

#dashboard-handle {
    float: right;
    width: 32px;
    height: 200px;
    margin-right: -32px;
    border: none;
    background: #a9bdc8 url("/images/Navigation-left-32x32.png") no-repeat 0 0;
    cursor: pointer;
    -webkit-border-radius: 0 4px 4px 0; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
    border-radius: 0 4px 4px 0; /* Opera 10.5, IE9, Saf5, Chrome, FF4+, iOS 4, Android 2.1+ */
    /* useful if you don't want a bg color from leaking outside the border: */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

    #dashboard-handle.collapsed {
        background-image: url("/images/Navigation-right-32x32.png");
    }

a#new-report {
    display: block;
    width: 188px;
    height: 30px;
    margin: 20px 0 0 20px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 12px;
    background: #a9bdc8 url(/images/i_rewind.png) no-repeat 15px center;
    -webkit-border-radius: 4px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
    border-radius: 4px; /* Opera 10.5, IE9, Saf5, Chrome, FF4+, iOS 4, Android 2.1+ */
    /* useful if you don't want a bg color from leaking outside the border: */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

    a#new-report:hover {
        background-color: #9eb1bb;
    }

#tree-view {
    width: 900px;
}

    #tree-view h2 {
        font-size: 24px;
    }

    #tree-view .tree-view-root {
        margin-bottom: 15px;
        clear: left;
    }

    #tree-view li {
        margin-left: 10px;
    }

        #tree-view li a {
            color: #000;
            text-decoration: none;
        }

    #tree-view .report-item a {
        margin: 0 0 30px 30px;
        padding: 5px 10px 5px 50px;
        float: left;
        width: 125px;
        min-height: 40px;
        border: solid 1px #eee;
        border-radius: 4px;
        box-shadow: 1px 1px 1px #ccc;
        background: url("/images/document-icon-smaller.png") no-repeat scroll 5px 5px transparent;
    }

    #tree-view .report-item span {
        display: block;
        color: #8d8d8d;
        font-size: 10px;
        margin-top: 5px;
        line-height: 14px;
    }

    #tree-view .clients .report-item a {
        background-image: url(/images/i_id-card.png);
    }

    #tree-view .authorizations .report-item a {
        background-image: url(/images/i_keys.png);
    }

    #tree-view .staff .report-item a {
        background-image: url(/images/i_staff.png);
    }

    #tree-view .financial .report-item a {
        background-image: url(/images/i_credit-cards.png);
    }

    #tree-view h3 {
        margin: 20px 0;
        text-transform: uppercase;
    }

    #tree-view .field select {
        width: 90%;
    }


#report-options .option-group {
    width: 175px;
    float: left;
}

    #report-options .option-group.first {
        margin-right: 10px;
    }

#report-options fieldset .field label {
    width: 90%;
    text-align: left;
    margin: 8px 0 5px;
}

#report-options fieldset .field select {
    width: 100%;
}

#report-options fieldset .field input {
    width: 90%;
}

    #report-options fieldset .field input.date-picker {
        width: 30%;
        float: none;
    }

#report-options fieldset .field.checkbox label {
    width: auto;
}

#ctl00_ctl00_content_Options_lblMostRecentSession {
    padding-right: 0;
}

#report-options fieldset .field.checkbox input {
    margin-top: 10px;
    margin-left: 5px;
    width: auto;
}

#report-options fieldset .field.checkboxes input {
    clear: left;
    margin: 6px 0 0 120px;
    width: 20px;
}

#report-options fieldset .field.checkboxes label {
    clear: none;
    width: auto;
}

#report-options fieldset .field.radios label {
    width: 30%;
}

#report-options fieldset .field.radios td label {
    width: auto;
}

#report-options fieldset .field.radios input {
    margin: 7px 7px 0 0;
    width: auto;
}

.record-count-wrap {
    display: inline;
}

#reports-view {
    padding: 0;
}

    #reports-view h2 {
        margin-bottom: 15px;
    }

.report-container {
    padding: 0 10px;
}

    .report-container .ui-state-highlight {
        width: 300px;
        height: 200px;
        margin: 0 20px 20px 0;
        float: left;
        box-shadow: 2px 2px 2px #888;
        border-radius: 5px;
    }

#report-options {
    position: relative;
    min-width: 200px;
}

.report-wrap {
    padding: 0 20px;
}

.dashboard-report h3 {
    margin-bottom: 20px;
}

.report-iframe {
    width: 800px;
    border: 0;
}

/*#report-table { display:none; }*/


.ajax-loader {
    width: 32px;
    height: 32px;
    background: url("/images/ajax-loader.gif") no-repeat scroll 0 0 transparent;
    display: none;
}

.ajax-loader-small {
    width: 16px;
    height: 16px;
    background: url("/images/ajax-loader-small.gif") no-repeat scroll 0 0 transparent;
    display: none;
}

.loading {
    display: none;
}

#ajax-loader-count {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

a.excel-link {
    padding: 5px 0 5px 20px;
    background: transparent url(/images/excel-icon-small.png) no-repeat 0 4px;
}

/* =======================  Report (DataTable) ============= */

#minimize-report {
    float: right;
    margin: 0 0 5px 20px;
    padding: 2px 0 0 18px;
    height: 20px;
    width: 120px;
    line-height: 16px;
    background: url("/images/table_sql_view16x16.gif") no-repeat scroll 4px 3px #EAF4FD;
    cursor: pointer;
}

#report {
    display: none;
}

.dataTable th {
    color: #000;
    vertical-align: top;
    font-weight: bold;
}

#reports-view .dataTables_paginate {
    float: left;
    text-align: left;
    width: auto;
    padding: 5px;
}

    #reports-view .dataTables_paginate a {
        padding: 0 3px;
        margin-right: 5px;
    }

#reports-view .dataTables_filter {
    float: right;
    text-align: right;
    width: auto;
    padding: 5px;
}

#reports-view .dataTables_length {
    float: left;
    text-align: left;
    width: auto;
    padding: 5px 20px;
    margin-right: 20px;
    border-right: 1px solid #fff;
}

#reports-view .dataTables_info {
    float: left;
    text-align: left;
    width: auto;
    padding: 6px 0;
}

#reports-view table.display {
    margin: 0;
    width: 100%;
}

    #reports-view table.display td {
        white-space: nowrap;
        padding: 5px 8px;
    }


.dataTables_wrapper {
    margin-bottom: 20px;
}

.DataTables_sort_wrapper {
    padding-right: 20px;
    position: relative;
}

    .DataTables_sort_wrapper span {
        position: absolute;
        right: 0;
        top: 0;
    }

div.DTTT_container {
    float: left;
}

.report-container .ui-state-default, .report-container .ui-widget-content .ui-state-default, .report-container .ui-widget-header .ui-state-default {
    color: #000;
    font-weight: normal;
}

.report-container thead .ui-state-default, .report-container thead .ui-widget-content .ui-state-default,
.report-container thead .ui-widget-header .ui-state-default {
    background-image: none;
    background-color: #DDD;
}


.summary-table {
    max-width: 1000px;
}

table.clients-table td.row-actions {
    width: 85px;
    min-width: 85px;
}

table.clients-table tr th {
    white-space: nowrap;
}

.dataTables_wrapper tr.odd {
    background-color: #F0F0F0;
}

.dataTables_wrapper label {
    color: white;
}


.dataTables_paginate a.ui-button {
    line-height: 1.5em;
    margin: 0 0 3px 3px;
    padding: 0 5px;
}

.RadGrid.RadGrid_Windows7 .rgEditRow textarea {
    width: 100%;
}

/* =======================  Telerik Grid ============= */

.RadGrid_Windows7 .rgRow th.actions-column, .RadGrid_Windows7 .rgRow td.actions-column,
.RadGrid_Windows7 .rgAltRow th.actions-column, .RadGrid_Windows7 .rgAltRow td.actions-column {
    white-space: nowrap;
    padding-left: 0;
    padding-right: 0;
}

.RadGrid_Windows7 .rgEditRow th.actions-column, .RadGrid_Windows7 .rgEditRow td.actions-column {
    white-space: nowrap;
    padding-right: 0;
}

    .RadGrid_Windows7 .rgEditRow td.actions-column input {
        margin-right: 4px;
    }

.RadWindow_Windows7 table {
    border-spacing: 0;
}

div.RadGrid.RadGrid_Windows7 {
    border: 0;
}

    div.RadGrid.RadGrid_Windows7 > table {
        width: auto !important;
        border: 1px solid #A5B3C5;
    }


.RadGrid_Windows7 .rgCommandRow .rgAdd {
    background: url("/images/add16x16.svg") no-repeat scroll 0 0 transparent;
}

/* =======================  EdiBatch ============= */
a.enabled-alert {
    width: 24px;
    height: 24px;
    background: url("/images/check.svg") no-repeat scroll 0 0 transparent;
    display: block;
}

a.disabled-alert {
    width: 24px;
    height: 24px;
    background: url("/images/forbidden.svg") no-repeat scroll 0 0 transparent;
    display: block;
}

* {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.gridMenuVert i {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-bottom: 1.5em !important;
    height: 1em !important;
    width: 1em !important;
    display: inline-flex !important;
    justify-content: center !important;
}

.gridMenuVert {
    padding: 1em 1.75em;
    /*    display: flex;
    flex-direction: column;
    align-items: center; */
}

.spinnerSM {
    border: 4px solid rgba(0, 0, 0, 0.1);
    width: 20px !important;
    padding: 0px !important;
    height: 20px;
    border-radius: 50%;
    border-left-color: #028ba6;
    animation: spin 1s ease infinite;
    margin: auto; /* Center the spinner */
}

.spinnerMD {
    border: 4px solid rgba(0, 0, 0, 0.1);
    width: 40px !important;
    padding: 0px !important;
    height: 40px;
    border-radius: 50%;
    border-left-color: #028ba6;
    animation: spin 1s ease infinite;
    margin: auto; /* Center the spinner */
}

.spinnerLG {
    border: 4px solid rgba(0, 0, 0, 0.1);
    width: 60px !important;
    padding: 0px !important;
    height: 60px;
    border-radius: 50%;
    border-left-color: #028ba6;
    animation: spin 1s ease infinite;
    margin: auto; /* Center the spinner */
}

.spinnerXL {
    border: 4px solid rgba(0, 0, 0, 0.1);
    width: 100px !important;
    padding: 0px !important;
    height: 100px;
    border-radius: 50%;
    border-left-color: #028ba6;
    animation: spin 1s ease infinite;
    margin: auto; /* Center the spinner */
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 2px solid #3d3c3c;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spin .75s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
