@import url(fonts/fontkit/stylesheet.css);

.dx-texteditor.dx-editor-outlined
{
    border-radius: 0px;
}

.dx-texteditor.dx-editor-filled
{
    border-radius: 0px;
}

.dx-texteditor-input
{
    border-radius: 0px;
}

.dx-dropdowneditor-button
{
    border-radius: 0px;
}

.dx-button
{
    border-radius: 0px;
}

.dx-button-normal.dx-state-hover .dx-button-content,
.dx-button-back.dx-state-hover .dx-button-content
{
    border-radius: 0px;
}

.dx-numberbox-spin-container
{
    border-radius: 0px;
}

.dx-calendar-cell
{
    border-radius: 0px;
}

.dx-card
{
    border-radius: 0px;
}

.dx-popup-wrapper > .dx-overlay-content
{
    border-radius: 0px;
}

.dx-calendar-navigator-previous-view.dx-button,
.dx-calendar-navigator-previous-month.dx-button
{
    border-radius: 0px;
}

.dx-calendar-navigator-next-view.dx-button,
.dx-calendar-navigator-next-month.dx-button
{
    border-radius: 0px;
}

.dx-datagrid-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused) > td:not(.dx-focused)
{
    background-color: rgba(76, 146, 206, 0.2);
    color: #333;
}

.dx-datagrid-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused) > td:not(.dx-focused).dx-datagrid-group-space
{
    border-right-color: rgba(76, 146, 206, 0.2);
}

.dx-datagrid-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused) > .dx-datagrid-readonly .dx-texteditor .dx-texteditor-input
{
    background-color: rgba(76, 146, 206, 0.2);
    color: #333;
}

.dx-button
{
    font-size: 14px;
}

.dx-button-default
{
    padding: 3px 14px;
}

.dx-button-default.dx-button-mode-contained
{
    background-color: #004680;
    color: #fff;
}

.dx-button-default.dx-button-mode-contained.dx-state-hover
{
    background-color: #4D7EA6;
    outline: auto 2px Highlight;
}

.dx-button-default.dx-button-mode-contained.dx-state-focused
{
    background-color: #004680;
    outline: 2px solid #009fee;
}

.dx-button-default.dx-button-mode-contained.dx-state-disabled
{
    background-color: #707070;
    border: 1px solid #a7a8aa;
    pointer-events: auto;
    cursor: not-allowed;
    opacity: 1;
}

.dx-button-default.dx-button-mode-contained.dx-state-disabled .dx-button-text
{
    opacity: 1;
}

.dx-button-default.dx-button-mode-outlined
{
    border-color: #53565A;
    color: #004680;
}

.dx-button-default.dx-button-mode-outlined.dx-state-hover
{
    background-color: #82B3C0;
    color: #fff;
    outline: auto 2px Highlight;
}

.dx-button-default.dx-button-mode-outlined.dx-state-focused
{
    background-color: transparent;
    border-color: #53565A;
    color: #004680;
    outline: 2px solid #009fee;
}

.dx-button-light-gray
{
    background-color: #e6e6e6;
    border-color: #666;
    color: #333;
    padding: 3px 0px;
}

.dx-button-light-gray.dx-state-hover
{
    background-color: rgba(76, 146, 206, 0.5);
    outline: auto 2px Highlight;
}

.dx-button-light-gray.dx-state-focused
{
    background-color: #e6e6e6;
    border: 1px solid #00ccff;
    color: #333;
    outline: 1px solid #009fee;
}

.dx-button-light-gray.dx-state-active
{
    background-color: rgba(76, 146, 206, 0.5);
}

.dx-datagrid .dx-datagrid-headers
{
    color: #ffffff;
    font-weight: 600;
    background-color: #004680;
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
    border-bottom: 1px solid #ddd;
}

.dx-datagrid .dx-checkbox.dx-state-focused .dx-checkbox-icon, .dx-datagrid .dx-checkbox.dx-state-hover .dx-checkbox-icon
{
    border: 1px solid #2C8316;
}

.dx-datagrid .dx-checkbox-checked .dx-checkbox-icon, .dx-datagrid .dx-checkbox-indeterminate .dx-checkbox-icon
{
    background-color: #2C8316;
}

.dx-datagrid .dx-checkbox-checked .dx-checkbox-icon:before, .dx-datagrid .dx-checkbox-indeterminate .dx-checkbox-icon:before
{
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid #FFFFFF;
    position: absolute;
    left: 3px;
    top: 3px;
    margin: 0;
}

.dx-tabpanel .dx-tabpanel-tabs .dx-tabs
{
    display: table;
}

.dx-tabpanel .dx-tabpanel-tabs .dx-tabs .dx-tabs-wrapper .dx-tab
{
    text-align: left;
    padding: 10px;
    font-size: 17px;
    background: #e3e3e3;
    box-shadow: none;
    border: 1.5px solid #d4d4d4;
}

.dx-tabpanel .dx-tabpanel-tabs .dx-tabs .dx-tabs-wrapper .dx-tab.dx-tab-selected
{
    box-shadow: none;
    background: #fff;
    border-bottom: 0;
    border-top: 6px solid #2f71ab;
}

.dx-tabpanel .dx-tabpanel-tabs .dx-tabs .dx-tabs-wrapper .dx-tab:focus
{
    border: 1px solid #00ccff;
}

.dx-tabpanel .dx-tabpanel-tabs .dx-tabs .dx-tabs-wrapper .dx-tab-selected:focus
{
    border-top: 6px solid #2f71ab !important;
}

.dx-tabpanel.dx-state-focused .dx-tabpanel-tabs .dx-tabs
{
    box-shadow: none;
}

.dx-tabpanel.dx-state-focused .dx-tabpanel-tabs .dx-tab
{
    box-shadow: none;
}

.dx-tabpanel.dx-state-focused .dx-tabpanel-tabs .dx-tabs-expanded .dx-tab:not(.dx-tab-selected):first-of-type
{
    box-shadow: none;
}

.dx-tabpanel.dx-state-focused .dx-tabpanel-tabs .dx-tabs-expanded .dx-tab:not(.dx-tab-selected):last-of-type
{
    box-shadow: none;
}

.dx-tabpanel .dx-multiview-wrapper
{
    border: none;
}

.dx-accordion-item-title
{
    background-color: #ccc;
}

.dx-accordion-item-opened.dx-state-hover > .dx-accordion-item-title, .dx-accordion-item-opened > .dx-accordion-item-title
{
    background-color: #14487e;
    color: #fff;
}

.dx-accordion-item.dx-state-hover > .dx-accordion-item-title
{
    background-color: #14487e;
    color: #fff;
}

@media (min-width: 760px)
{
    .dashboard-buttons .dx-button
    {
        width: 150px;
        height: 30px;
        padding: 5px 0px;
        margin: 1%;
        border-radius: 4px;
        font-size: 12px;
    }

    .dashboard-buttons .dx-button .dx-button-content
    {
        padding: 4px 10px;
    }

    .dashboard-buttons .dx-button .dx-button-content .dx-icon
    {
        color: #333;
    }
}

@font-face
{
    font-family: "Glyphicons Halflings";
  src: url("fonts/glyphicons-halflings-regular.eot");
  src: url("fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("fonts/glyphicons-halflings-regular.woff") format("woff"), url("fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section
{
    display: block;
}

ol, ul
{
    list-style: none;
}

blockquote, q
{
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after
{
    content: none;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

html
{
    -webkit-font-smoothing: antialiased;
}

body
{
    font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    color: #444444;
    background: linear-gradient(rgba(19, 87, 175, 0.5), rgba(19, 87, 175, 0.5)), url("images/schoolImageBkgd.jpg") no-repeat;
    background-size: cover;
}

body.insidePages
{
    background: #fff;
    height: auto;
}

a, a:hover, a:active, a:link, a:focus
{
    border: none;
    text-decoration: none;
    cursor: pointer;
}

a:hover
{
    text-decoration: none;
}

img
{
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

ul
{
    list-style: inside none;
}

ol
{
    list-style: none;
}

nav ul,
nav ol
{
    list-style: none;
    margin: 0;
    padding: 0;
}

b,
strong
{
    font-weight: 600;
}

i,
em
{
    font-style: italic;
}

small
{
    font-size: 80%;
}

sup,
sub
{
    vertical-align: baseline;
    position: relative;
    top: -0.3em;
    font-size: smaller;
}

sub
{
    top: 0.3em;
}

sup.tm
{
    font-size: 50%;
    top: -0.6em;
    left: 0.1em;
}

embed,
object,
video
{
    max-width: 100%;
    height: auto;
    width: 100%;
}

figure
{
    margin: 0;
}

.float-right,
.floatright
{
    float: right;
}

.float-left,
.floatleft
{
    float: left;
}

.clear,
.clear-both,
.clearboth
{
    clear: both;
}

.clear-left,
.clearleft
{
    clear: left;
}

.clear-right,
.clearright
{
    clear: right;
}

.plate-left
{
    float: left;
    margin-right: 1em;
}

.hidden
{
    display: none;
    visibility: hidden;
}

.invisible
{
    visibility: hidden;
}

.uppercase
{
    text-transform: uppercase;
    letter-spacing: 0.11em;
}

.align-center
{
    text-align: center;
}

.align-left
{
    text-align: left;
}

.align-right
{
    text-align: right;
}

.align-justify
{
    text-align: justify;
}

.para-justify p
{
    text-align: left;
}

.nowrap,
.no-wrap
{
    white-space: nowrap;
}

.balance-text
{
    text-wrap: balance;
}

.hide-text
{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.hide-label
{
    display: none;
}

.wordbreak
{
    word-wrap: break-word;
    word-break: break-word;
}

.extra-padding
{
    padding-top: 20px;
    padding-bottom: 40px;
}

.tbmargin5
{
    margin-top: 5px;
    margin-bottom: 5px;
}

.tbmargin20
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.tbmargin30
{
    margin-top: 30px;
    margin-bottom: 30px;
}

.extra-space
{
    clear: both;
    margin-bottom: 40px;
}

.space-bottom-x
{
    margin-bottom: 10px;
}

.space-m
{
    clear: both;
    margin-bottom: 15px;
}

.extra-space-m
{
    clear: both;
    margin-bottom: 30px;
}

.extra-top-space
{
    clear: both;
    margin-top: 40px;
}

.extra-heading-top-space
{
    padding-top: 30px;
}

.no-margin
{
    margin: 0px;
}

.no-margin-bottom
{
    margin-bottom: 0px;
}

.no-padding
{
    padding: 0px;
}

.no-padding-left
{
    padding-left: 0px;
}

.no-padding-right
{
    padding-right: 0px;
}

.padding-right-x
{
    padding-right: 20px;
}

.pl0
{
    padding-left: 0px;
}

.pr0
{
    padding-right: 0px;
}

.ml20
{
    margin-left: 20px;
}

.mt20
{
    margin-top: 20px;
}

.mt10
{
    margin-top: 10px;
}

.mb20
{
    margin-bottom: 20px;
}

.mt40
{
    margin-top: 40px;
}

.lmargin30
{
    margin-left: 30px;
}

.p30
{
    padding: 30px;
}

.p_bottom-60
{
    padding-bottom: 60px;
}

.loading
{
    bottom: 0;
    height: 2em;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 2em;
    z-index: 999;
}

.loading::before
{
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.loading:not(:required)
{
    background-color: transparent;
    border: 0 none;
    color: transparent;
    font: 0px/0 a;
    text-shadow: none;
}

.loading:not(:required)::after
{
    animation: 1500ms linear 0s normal none infinite running spinner;
    border-radius: 0.5em;
    box-shadow: 1.5em 0 0 0 rgba(0, 0, 0, 0.75), 1.1em 1.1em 0 0 rgba(0, 0, 0, 0.75), 0 1.5em 0 0 rgba(0, 0, 0, 0.75), -1.1em 1.1em 0 0 rgba(0, 0, 0, 0.75), -1.5em 0 0 0 rgba(0, 0, 0, 0.75), -1.1em -1.1em 0 0 rgba(0, 0, 0, 0.75), 0 -1.5em 0 0 rgba(0, 0, 0, 0.75), 1.1em -1.1em 0 0 rgba(0, 0, 0, 0.75);
    content: "";
    display: block;
    font-size: 10px;
    height: 1em;
    margin-top: -0.5em;
    width: 1em;
}

@keyframes spinner
{
    0%
    {
        transform: rotate(0deg);
    }

    100%
    {
        transform: rotate(360deg);
    }
}

@keyframes spinner
{
    0%
    {
        transform: rotate(0deg);
    }

    100%
    {
        transform: rotate(360deg);
    }
}

.loading
{
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.loading:before
{
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.loading:not(:required)
{
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after
{
    content: "";
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

.red, .red a
{
    color: #b70000;
}

.red a:hover
{
    color: #161616;
}

.b
{
    font-weight: 600;
}

.font-large
{
    font-size: 20px;
}

.font-large-x
{
    font-size: 24px;
}

.form-group
{
    margin-bottom: 20px;
    position: relative;
}

.form-group label
{
    font-size: 12px;
}

.form-radio
{
    margin-bottom: 15px;
}

.wrap-label
{
    position: absolute;
    top: 5px;
    left: 13px;
    color: #2f71ab;
    z-index: 1;
    display: none !important;
}

.form-group select.wrap-input
{
    font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
    padding: 8px 12px;
    white-space: normal;
    height: 100%;
}

.wrap-input:focus
{
    box-shadow: none;
}

.custom-calendar
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(images/calendar_icon.png) no-repeat right;
    background-position: 94% center;
}

.custom-select
{
    position: relative;
    display: inline-block;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 40px;
    line-height: 22px;
    width: 100%;
    border: 1px solid #c4c1c1;
}

.custom-select.small
{
    width: 104px;
}

.custom-select.medium
{
    width: 164px;
}

.custom-select.large
{
    width: 300px;
}

.custom-select.xlarge
{
    width: 380px;
}

.custom-select > select
{
    display: none !important;
}

.custom-select > a.dropdown-toggle
{
    border-radius: 0;
    box-shadow: none;
    background: #ffffff;
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    white-space: normal;
    cursor: pointer;
    color: #57575a;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.custom-select > a.dropdown-toggle.disabled,
.custom-select > a.dropdown-toggle.disabled:hover
{
    cursor: not-allowed;
    color: #aaa;
    background: #eee;
}

.custom-select > a.dropdown-toggle:hover,
.custom-select.open > a.dropdown-toggle
{
    color: #333;
}

.custom-select.open > a.dropdown-toggle
{
    border-bottom: 0;
}

.control-group.error .custom-select > a.dropdown-toggle
{
    border-color: #f09784;
    color: #d68273;
}

.custom-select > a.dropdown-toggle > span
{
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: normal;
}

.custom-select > a.dropdown-toggle > b
{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 10px;
    height: 100%;
}

.custom-select > a.dropdown-toggle > b:before
{
    content: "\f0d7";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 12px;
    position: relative;
    top: -1px;
    left: 1px;
}

.custom-select.open > a.dropdown-toggle > b:before
{
    content: "\f0d8";
}

.custom-select > .dropdown-menu
{
    margin-top: 0;
    border-color: #aaa;
    border-top: 0;
    padding-bottom: 0;
    width: auto;
    min-width: 100%;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 0;
    margin-left: -2px;
    border: 2px solid #dbdbdb;
}

.custom-select.extra-margin > .dropdown-menu
{
    margin-bottom: 20px;
}

.custom-select > .dropdown-menu > .custom-select-search
{
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 0 4px;
    white-space: nowrap;
}

.custom-select > .dropdown-menu > .custom-select-search > input
{
    width: 100%;
    height: 30px;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 20px 4px 5px;
    border-radius: 0;
}

.custom-select > .dropdown-menu > .custom-select-search:after
{
    content: "\f002";
    display: inline-block;
    color: #888;
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    top: 4px;
    right: 10px;
}

.custom-select > .dropdown-menu > ul
{
    border-color: #aaa;
    border-top: 0;
    margin: 4px 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 240px;
    padding-right: 14px;
}

.custom-select > .dropdown-menu > ul > li > a
{
    font-size: 13px;
    margin-bottom: 1px;
    margin-top: 1px;
    display: block;
    padding: 3px 8px;
    clear: both;
    font-weight: normal;
    color: #333;
    cursor: pointer;
    width: 100%;
}

.custom-select > .dropdown-menu > ul > li > a:hover,
.custom-select > .dropdown-menu > ul > li > a:focus
{
    color: #fff;
    text-decoration: none;
    background-repeat: repeat-x;
}

.custom-select > .dropdown-menu > ul > li > a:hover
{
    background: #377BA4;
}

.custom-select > .dropdown-menu > ul > li > a:focus
{
    background: #2283c5;
}

.custom-select > .dropdown-menu > ul > li.empty-result > em
{
    text-align: center;
    padding: 4px 8px;
    display: block;
}

.custom-select > .dropdown-menu > .custom-select-action > button
{
    border-radius: 0;
    background-image: none;
}

.custom-select-wrapper
{
    border: 2px solid #dbdbdb;
    border-radius: 0;
    min-width: 100%;
    padding: 5px;
    width: auto;
}

.custom-select-arrow:after
{
    content: "\f002";
    display: inline-block;
    color: #888;
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    top: 4px;
    right: 10px;
}

.custom-select-arrow > input
{
    border-radius: 0;
    box-sizing: border-box;
    height: 30px;
    margin: 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
}

.btn-upload
{
    position: relative;
    display: inline-block;
}

.btn-upload .btn
{
    border-radius: inherit;
    font-size: 100%;
}

.btn-upload input[type=file]
{
    position: absolute;
    opacity: 0;
    z-index: 0;
    max-width: 100%;
    height: 100%;
    display: block;
}

.pagination
{
    margin: 0;
}

.logout
{
    padding: 6px;
    margin-left: 10px;
}

.logout:hover
{
    color: rgb(255, 255, 255);
}

.btn
{
    font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
    border-radius: 3px;
}

.dx-widget a
{
    color: #2f71ab;
    text-decoration: none;
}

.dx-texteditor
{
    border: 1px solid #c4c1c1;
}

.dx-checkbox-icon
{
    border: 1px solid #c4c1c1;
}

.dx-pager .dx-pages .dx-selection, .dx-pager .dx-page-sizes .dx-selection
{
    color: #fff;
    background-color: #2f71ab;
}

.btn.dx-button-has-text .dx-button-content
{
    padding: 2px 0;
}

.dx-data-grid.dx-column-indicators .dx-sort
{
    float: left !important;
    font-weight: bold;
}

.dx-data-grid.dx-column-header [role=columnheader]
{
    text-align: left !important;
    font-weight: bold;
}

.btn:focus,
a:focus,
h3:focus,
button:focus,
li:focus,
div.dx-tab-content:focus
{
    outline: 1px solid #009fee !important;
}

input[type=checkbox]:focus
{
    outline: 1px solid #009fee !important;
    outline-offset: -1px;
}

.dx-calendar-body thead tr th
{
    color: #585656 !important;
}

@media (min-width: 1310px)
{
    .container
    {
        width: 1280px;
    }
}

.middle
{
    text-align: center;
}

.middle-container
{
    margin-bottom: 30px;
}

.middle-heading
{
    margin-bottom: 0px;
}

.middle-elements
{
    padding: 0px 50px;
}

.middle-button
{
    margin: 12px;
}

.middle-controls
{
    margin-bottom: 30px;
}

.middle-controls h3
{
    margin-top: 5px;
    color: #545454;
}

.login-page .form-control-static
{
    font-size: 15.5px;
}

.login-page a
{
    color: #14487e;
    font-weight: 600;
}

.login-page a:hover
{
    color: #161616;
}

.login-page .card .alert
{
    border-radius: 0px;
}

.error
{
    color: #b70000;
    display: inherit;
    font-size: 10.5px;
    margin-bottom: 10px;
    margin-top: 10px;
    letter-spacing: -0.3px;
}

.error.font-large
{
    font-size: 16px;
}

.card .dx-first-col
{
    display: inline !important;
}

.card .dx-field-item-label-content
{
    margin-bottom: 5px;
}

.card .btn
{
    margin-top: 1em;
}

.btn-success.btn-fill
{
    color: #FFFFFF;
    background-color: #2C8316;
}

.btn-success.btn-fill:hover,
.btn-success.btn-fill:focus,
.btn-success.btn-fill:active,
.btn-success.btn-fill.active,
.open > .btn-success.btn-fill.dropdown-toggle
{
    color: #FFFFFF;
    background-color: #216410;
}

.securityquestion
{
    text-align: left;
    padding-left: 1em;
    width: 95%;
    font-size: 15.5px;
    margin-top: 1em;
}

.resetbtns
{
    width: 95%;
    display: inline-block;
}

.inputmargin
{
    width: 90%;
    margin-top: 1em;
}

::-webkit-input-placeholder
{
    color: #c6c6c6;
}

:-moz-placeholder
{
    color: #c6c6c6;
    opacity: 1;
}

::-moz-placeholder
{
    color: #c6c6c6;
    opacity: 1;
}

:-ms-input-placeholder
{
    color: #c6c6c6;
}

::-ms-input-placeholder
{
    color: #c6c6c6;
}

.dx-field-item-label-text
{
    font-size: 12px !important;
    margin-bottom: 5px !important;
    font-weight: 400 !important;
    color: #333 !important;
}

.dx-texteditor-container
{
    border: none !important;
}

.dx-form-group-with-caption > .dx-form-group-content
{
    border-top: none !important;
}

.dx-placeholder:before
{
    color: #c6c6c6;
}

.dx-placeholder
{
    padding: 0px !important;
}

#loginFormcontainer .dx-first-row.dx-first-col.dx-last-col,
#loginFormcontainer .dx-first-col.dx-last-col.dx-field-item,
#questionFormcontainer .dx-first-row.dx-first-col.dx-last-col,
#questionFormcontainer .dx-first-col.dx-last-col.dx-field-item
{
    display: block !important;
    overflow: hidden;
}

#loginFormcontainer .dx-first-row.dx-first-col.dx-last-col .dx-field-item-label.dx-field-item-label-location-left,
#loginFormcontainer .dx-first-col.dx-last-col.dx-field-item .dx-field-item-label.dx-field-item-label-location-left,
#questionFormcontainer .dx-first-row.dx-first-col.dx-last-col .dx-field-item-label.dx-field-item-label-location-left,
#questionFormcontainer .dx-first-col.dx-last-col.dx-field-item .dx-field-item-label.dx-field-item-label-location-left
{
    display: block;
}

#loginFormcontainer .dx-first-row.dx-first-col.dx-last-col .dx-field-item-content.dx-field-item-content-location-right,
#loginFormcontainer .dx-first-col.dx-last-col.dx-field-item .dx-field-item-content.dx-field-item-content-location-right,
#questionFormcontainer .dx-first-row.dx-first-col.dx-last-col .dx-field-item-content.dx-field-item-content-location-right,
#questionFormcontainer .dx-first-col.dx-last-col.dx-field-item .dx-field-item-content.dx-field-item-content-location-right
{
    display: block;
}

.visuallyHidden
{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.dx-pager .dx-pages .dx-info
{
    opacity: 0.9;
}

.register-form .registerHeading
{
    font-size: 26px;
    margin-top: -15px;
}

.register-form .registerSubtext
{
    font-size: 14px;
    margin-bottom: 15px;
}

.register-form .registerAgreement
{
    font-size: 12px;
    color: #b70000;
    margin-bottom: 15px;
}

.register-form .dx-field-value
{
    width: 100% !important;
    float: none;
}

.register-form .dx-item
{
    margin-bottom: 10px;
}

.register-form .dx-field-item
{
    padding: 0 !important;
}

.register-form .dx-layout-manager .dx-label-h-align.dx-flex-layout .dx-field-item-label
{
    display: none;
}

.register-form .card .btn-wd
{
    min-width: 146px;
}

.register-form .card .btn-wd.btn-cancel
{
    min-height: 39px;
    font-size: 12px;
    line-height: 22px;
}

body.register .dx-list-item-content
{
    white-space: normal;
}

.pages-viewport
{
    margin: 0 -15px;
    height: 100%;
}

.home-banner
{
    background: url(images/bg.jpg) 0 0 no-repeat;
    background-size: cover;
    height: 350px;
    position: relative;
}

.bottom-caption
{
    background-color: rgba(6, 43, 95, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 72px;
    line-height: 72px;
    padding: 0 54px;
}

.bottom-caption .b-heading
{
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    margin-top: -5px;
}

.home-text
{
    background-color: #4c92ce;
    padding: 30px 54px;
}

.home-text h4
{
    font-size: 20px;
    font-weight: 700;
    color: #28639b;
    line-height: 25px;
    margin-bottom: 12px;
}

.home-text p
{
    color: #000;
}

.home-text img
{
    margin-top: 12px;
}

.home-text .caption-quote
{
    font-weight: 700;
    font-style: italic;
    color: #28639b;
    margin-top: 125px;
}

hl-refund-select,
hl-student-account-information,
hl-transaction-history,
hl-refund-select-reports,
hl-refund-select-upload,
hl-administration
{
    display: block;
}

#refundContentContainer
{
    width: 99%;
    -webkit-touch-callout: none;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.template-content-box
{
    padding: 20px 0;
}

.template-content-box .filter-area
{
    margin-bottom: 20px;
}

.template-content-box .item
{
    margin-bottom: 15px;
}

.template-content-box .content-area a
{
    color: inherit;
    text-decoration: underline;
    line-height: 30px;
}

.template-content-box .content-area #merge-field-button, .template-content-box .content-area #agreement-template-merge-field-button
{
    width: 180px;
}

.template-content-box .content-area .merge-fields-container
{
    border: 1px solid #ccc;
    padding: 8px 0;
    height: 310px;
    overflow-y: auto;
}

.template-content-box .content-area .merge-fields-container p
{
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
}

.template-content-box .content-area .merge-fields-container .field-title
{
    font-weight: bold;
    margin: 0 0 10px;
}

.template-content-box .content-area .merge-fields-container .field-title div
{
    text-decoration: underline;
}

.template-content-box .content-area .merge-fields-container .field-content
{
    margin: 0 0 5px;
    word-break: break-all;
}

.profileLabel
{
    font-size: 16px;
    font-weight: 600;
}

.admin-heading
{
    display: inline;
    font-size: 14px;
    font-weight: 600;
}

.history-link
{
    display: inline-block;
    font-size: 20px;
    line-height: 0;
}

.checkbox-connect-account
{
    position: relative;
}

.checkbox-connect-account input[type=checkbox]
{
    position: absolute;
    top: 2px;
    left: 0;
    margin: 0;
}

.checkbox-connect-account label
{
    padding-left: 20px;
}

.refundSelect .dx-checkbox-has-text .dx-checkbox-icon, .refundSelect .dx-checkbox-has-text .dx-checkbox-text
{
    vertical-align: top;
}

.refundSelect .dx-accordion-wrapper .dx-accordion-item
{
    border: none;
    margin-top: -1px;
}

.refundSelect .dx-accordion-wrapper .dx-accordion-item .dx-accordion-item-title
{
    background-color: #d4d4d4;
    border: 1px solid #797979;
}

.refundSelect .dx-accordion-wrapper .dx-accordion-item.dx-state-hover .dx-accordion-item-title
{
    background-color: #057dc2;
    color: #ffffff;
}

.refundSelect .dx-accordion-wrapper .dx-accordion-item.dx-state-hover .dx-accordion-item-title:before
{
    color: #fff;
}

.refundSelect .dx-accordion-wrapper .dx-accordion-item.dx-item-selected .dx-accordion-item-title, .refundSelect .dx-accordion-wrapper .dx-accordion-item.dx-accordion-item-opened .dx-accordion-item-title
{
    background-color: #057dc2;
    color: #ffffff;
}

.refundSelect .dx-accordion-wrapper .dx-accordion-item.dx-item-selected .dx-accordion-item-title:before, .refundSelect .dx-accordion-wrapper .dx-accordion-item.dx-accordion-item-opened .dx-accordion-item-title:before
{
    color: #fff;
}

.refundSelect .btn.btn-fill.dx-state-disabled
{
    opacity: 0.5;
}

.refundSelect .btn.btn-fill.dx-state-disabled.dx-button .dx-button-text, .refundSelect .btn.btn-fill.dx-state-disabled .dx-button .dx-button-text
{
    opacity: 1;
}

.refund-student-tab .top-heading-back,
.refund-reports-tab .top-heading-back
{
    padding: 10px 0 30px;
}

.refund-student-tab .back-button,
.refund-reports-tab .back-button
{
    display: inline-block;
    margin: 7px 0;
}

.refund-student-tab .account-title,
.refund-reports-tab .account-title
{
    margin: 0;
    line-height: 28px;
}

.refund-student-tab .account-overview-heading,
.refund-reports-tab .account-overview-heading
{
    font-weight: 600;
}

.refund-student-tab .prog-label,
.refund-reports-tab .prog-label
{
    font-weight: 600;
}

.transactionContainer .dx-datagrid-content .dx-datagrid-table .dx-row > td
{
    vertical-align: middle;
}

.refund-reports-tab .table > thead > tr > th
{
    text-transform: capitalize;
    color: #18579a;
    white-space: normal;
    vertical-align: top;
}

.refund-reports-tab .reports-container
{
    min-height: 450px;
}

.refund-reports-tab .reports-container .filter-heading
{
    font-size: 14px;
    font-weight: 600;
    color: #14487e;
}

.refund-reports-tab .reports-container .filter-heading span
{
    font-size: 12px;
    font-weight: 400;
}

.refund-reports-tab .reports-container .dx-form-group-caption
{
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
}

.refund-reports-tab .reports-container .dx-form-group-with-caption .dx-form-group-content
{
    padding: 0;
    margin: 0;
}

.refund-reports-tab .reports-container .dx-layout-manager .dx-label-h-align.dx-flex-layout .dx-field-item-label
{
    display: none;
}

.refund-reports-tab .reports-container .dx-datagrid
{
    margin-top: 20px;
}

.refund-reports-tab .reports-container .dx-datagrid .dx-row > td
{
    word-wrap: break-word;
}

.upload-container .btn
{
    font-size: 100%;
}

.admin-newUser .dx-accordion
{
    margin-top: 10px;
}

.admin-editUser .formHeading-User
{
    font-size: 14px;
    font-weight: 600;
    padding: 0 0 10px 15px;
}

.admin-editUser .formHeading-Role
{
    font-size: 14px;
    font-weight: 600;
    padding: 0 0 10px 0;
}

.admin-editUser .dx-accordion
{
    margin-top: 10px;
}

.admin-newUser .dx-accordion-item-body,
.admin-editUser .dx-accordion-item-body
{
    padding: 12px;
}

.admin-newUser .profileLabel,
.admin-editUser .profileLabel
{
    font-size: 12px;
}

.admin-btn-set .dx-field
{
    display: table;
    margin: 0 auto;
}

.admin-btn-set .dx-field-value
{
    float: left;
    width: auto !important;
}

.admin-btn-set .dx-field-value + .dx-field-value
{
    margin-left: 10px;
}

@media only screen and (max-width: 767px)
{
    .btn-upload
    {
        float: right;
    }

    .refund-student-tab .top-heading-back
    {
        padding: 0 0 20px;
    }

    .refund-student-tab .account-overview-heading
    {
        margin-top: 5px;
    }

    .upload-container #fileSelect
    {
        margin-top: 20px;
    }

    .upload-container .col-custom
    {
        display: table;
        margin: 0 auto;
    }

    .upload-container .btn-wd
    {
        margin: 1px;
    }

    .admin-newUser .dx-accordion-wrapper .dx-accordion-item .dx-accordion-item-title,
  .admin-editUser .dx-accordion-wrapper .dx-accordion-item .dx-accordion-item-title
    {
        font-size: 14px;
    }

    .admin-newUser .accodion-item .profileLabel,
  .admin-editUser .accodion-item .accodion-item .profileLabel
    {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 414px)
{
    .refundSelect .btn-wd
    {
        min-width: 130px;
    }

    .admin-editUser .tabTitle
    {
        word-wrap: break-word;
    }

    .admin-editUser .accodion-item .col-xs-5
    {
        width: 100%;
    }

    .admin-editUser .col-custom
    {
        width: auto !important;
    }

    .admin-editUser .select-rolesBox
    {
        margin-bottom: 15px;
    }
}

#parameterDiv #form-container .dx-field-item-content
{
    display: block;
}

#parameterDiv .form-container .dx-field-item-content
{
    display: block;
}

.chk-permissions
{
    display: none;
}

.chk-permissions ~ span
{
    vertical-align: middle !important;
}

.chk-permissions:checked + span:after
{
    display: block;
    position: absolute;
    font: 14px/1 DXIcons;
    content: "\f005";
    text-align: center;
    line-height: 10px;
    width: 16px;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -7px;
    color: #4c92ce;
    font-size: 10px;
}

.permissions-wrap
{
    padding-left: 20px;
    display: block;
}

.opened-wrap
{
    border: 1px solid #4c92ce !important;
}

.closed-wrap
{
    border: 1px solid #ddd !important;
}

.opened-title
{
    color: #fff;
    background-color: #14487e;
}

.opened-title:before
{
    content: "\f014";
    color: #fff;
    background-color: #14487e;
}

.permissions-checkbox-wrap
{
    display: inline-flex;
    display: -webkit-inline-flex;
}

.backbtn
{
    margin-top: 10px;
    text-align: left;
}

.backbtn a
{
    color: #057ABD;
    display: inline-block;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: bolder;
}

@media (min-width: 768px)
{
    .backbtn
    {
        margin-top: 4px;
    }
}

.backbtn:hover
{
    text-decoration: underline;
}

.student-title
{
    padding: 20px 0 0 0;
}

.student-title h1
{
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.student-title h1 span
{
    font-weight: normal;
    margin-right: 5px;
}

@media (min-width: 768px)
{
    .student-title h1
    {
        margin-top: 7px;
    }
}

.std-info-section
{
    margin-bottom: 45px;
}

.std-info-section h1.std-payment-title
{
    color: #333;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 25px;
}

.std-info-section .row .infoCol .row
{
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.std-info-section .row .infoCol .row .stdinfo-head
{
    font-weight: bold;
}

.std-info-section .row .infoCol .row .adressCol span.addr-row
{
    display: block;
}

@media (min-width: 768px)
{
    .std-info-section .row .infoCol .row
    {
        font-size: 11px;
    }

    .std-info-section .row .infoCol .row .stdinfo-head
    {
        text-align: right;
    }
}

.std-info-section .row.std-info-row .stdinfo-head
{
    font-weight: bold;
}

.student-info-tab .dx-accordion-wrapper .dx-accordion-item
{
    border: none;
    margin-top: -1px;
}

.student-info-tab .dx-accordion-wrapper .dx-accordion-item .dx-accordion-item-title
{
    background-color: #ccc;
    border: 1px solid #797979;
}

.student-info-tab .dx-accordion-wrapper .dx-accordion-item.dx-state-hover .dx-accordion-item-title
{
    background-color: #14487e;
    color: #ffffff;
}

.student-info-tab .dx-accordion-wrapper .dx-accordion-item.dx-state-hover .dx-accordion-item-title::before
{
    color: #fff;
}

.student-info-tab .dx-accordion-wrapper .dx-accordion-item.dx-item-selected .dx-accordion-item-title, .student-info-tab .dx-accordion-wrapper .dx-accordion-item.dx-accordion-item-opened .dx-accordion-item-title
{
    background-color: #14487e;
    color: #ffffff;
}

.student-info-tab .dx-accordion-wrapper .dx-accordion-item.dx-item-selected .dx-accordion-item-title::before, .student-info-tab .dx-accordion-wrapper .dx-accordion-item.dx-accordion-item-opened .dx-accordion-item-title::before
{
    color: #fff;
}

.student-info-tab .dx-template-wrapper
{
    padding: 10px 10px;
}

.student-info-tab .dx-datagrid-pager
{
    border: none;
    padding: 10px;
}

.student-info-tab .dx-datagrid-pager .dx-pages .dx-page
{
    padding: 5px 10px;
}

.dx-datagrid-header-panel
{
    padding: 5px 10px;
}

.dx-datagrid-header-panel .dx-toolbar
{
    height: auto;
    margin: 0;
}

.dx-datagrid-header-panel .dx-toolbar .dx-toolbar-button .dx-button
{
    height: 28px;
    width: 28px;
}

.dx-datagrid-header-panel .dx-toolbar .dx-toolbar-button .dx-button.dx-button-has-icon .dx-button-content
{
    padding: 6px 3px 3px;
}

.dx-datagrid-header-panel .dx-toolbar .dx-toolbar-button .dx-button.dx-button-has-icon .dx-button-content .dx-icon
{
    color: #057dc2;
    font-size: 14px;
}

.payment-histry h3
{
    color: #333;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px;
}

.payment-histry .pymnt-histry-plan .panel-group
{
    margin: 0;
}

.payment-histry .pymnt-histry-plan .panel-group .panel
{
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
}

.payment-histry .pymnt-histry-plan .panel-group .panel .panel-heading
{
    overflow: hidden;
    padding: 10px 10px 10px 0;
}

.payment-histry .pymnt-histry-plan .panel-group .panel .panel-heading > div
{
    padding-left: 0;
}

.payment-histry .pymnt-histry-plan .panel-group .panel .panel-heading > div:last-child
{
    padding-left: 15px;
    padding-right: 0;
    text-align: right;
}

.payment-histry .pymnt-histry-plan .panel-group .panel .panel-heading > div:last-child a
{
    font-size: 16px;
    font-weight: bold;
    padding: 0;
}

.payment-histry .pymnt-histry-plan .panel-group .panel .panel-collapse .panel-body .row
{
    margin-bottom: 5px;
    padding: 5px 0;
}

.payment-histry .pymnt-histry-plan .panel-group .panel .panel-collapse .panel-body .row > div
{
    padding-left: 0;
}

.payment-histry .pymnt-histry-plan .panel-group .panel .panel-collapse .panel-body .row .heading
{
    font-weight: 700;
    color: #ffffff;
}

.payment-histry .pymnt-histry-plan .panel-group .panel .panel-collapse .panel-body .row:first-child
{
    padding-top: 0;
}

.payment-histry .pymnt-histry-plan .panel-group .panel .panel-collapse .panel-body .row:last-child
{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.payment-histry .pymnt-histry-plan .panel-group .panel .panel-collapse .panel-body .row.info-msg
{
    border: 0px solid #3e971b;
    background: #c2e797;
    color: #3e971b;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0px;
    padding: 10px 15px;
}

.recovery-search
{
    background: #ff0;
}

.recovery-search .dx-datagrid-headers
{
    border: 1px solid #ddd;
    border-bottom: none;
}

.recovery-search .dx-datagrid-rowsview
{
    border: 1px solid #ddd;
}

.dx-datagrid-nowrap.dx-datagrid-rowsview tr.dx-data-row .rt-align
{
    text-align: right !important;
}

.dx-datagrid-nowrap.dx-datagrid-rowsview tr.dx-data-row .cntr-align
{
    text-align: center !important;
}

.dx-datagrid-nowrap.dx-datagrid-headers .dx-header-row > td > .dx-datagrid-text-content
{
    white-space: normal;
    text-overflow: inherit;
    word-wrap: break-word;
}

hl-institution-client-user-dashboard
{
    display: block;
}

hl-institution-client-user-dashboard .dx-datagrid-nowrap.dx-datagrid-headers .dx-header-row > td:nth-child(4), hl-institution-client-user-dashboard .dx-datagrid-nowrap.dx-datagrid-headers .dx-header-row > td:nth-child(5), hl-institution-client-user-dashboard .dx-datagrid-nowrap.dx-datagrid-headers .dx-header-row > td:nth-child(6)
{
    text-align: right !important;
}

hl-institution-client-user-dashboard .rcnt-pymnt-smry .dx-datagrid-nowrap.dx-datagrid-headers .dx-header-row > td:nth-child(4)
{
    text-align: center !important;
}

hl-institution-client-user-recent-payments
{
    display: block;
}

hl-institution-client-user-recent-payments .dx-datagrid-nowrap.dx-datagrid-headers .dx-header-row > td:nth-child(7), hl-institution-client-user-recent-payments .dx-datagrid-nowrap.dx-datagrid-headers .dx-header-row > td:nth-child(8), hl-institution-client-user-recent-payments .dx-datagrid-nowrap.dx-datagrid-headers .dx-header-row > td:nth-child(9)
{
    text-align: right !important;
}

hl-institution-client-user-recent-payments .dx-datagrid-nowrap.dx-datagrid-headers .dx-header-row > td:nth-child(5)
{
    text-align: center !important;
}

hl-institution-client-user-recent-payments .dx-datagrid-nowrap.dx-datagrid-rowsview .dx-datagrid-nodata
{
    color: #cc0000;
}

hl-institution-client-user-missed-payments
{
    display: block;
}

hl-institution-client-user-missed-payments .dx-datagrid-nowrap.dx-datagrid-headers .dx-header-row > td:nth-child(5), hl-institution-client-user-missed-payments .dx-datagrid-nowrap.dx-datagrid-headers .dx-header-row > td:nth-child(6), hl-institution-client-user-missed-payments .dx-datagrid-nowrap.dx-datagrid-headers .dx-header-row > td:nth-child(7), hl-institution-client-user-missed-payments .dx-datagrid-nowrap.dx-datagrid-headers .dx-header-row > td:nth-child(8), hl-institution-client-user-missed-payments .dx-datagrid-nowrap.dx-datagrid-headers .dx-header-row > td:nth-child(9), hl-institution-client-user-missed-payments .dx-datagrid-nowrap.dx-datagrid-headers .dx-header-row > td:nth-child(10)
{
    text-align: right !important;
}

hl-institution-client-user-missed-payments .dx-datagrid-nowrap.dx-datagrid-rowsview .dx-datagrid-nodata
{
    color: #cc0000;
}

.dx-datagrid-rowsview .dx-datagrid-nodata
{
    color: #cc0000;
}

.dx-freespace-row td
{
    border: none !important;
}

.left-label-wrap > label
{
    width: 225px;
    text-align: right;
}

.new-recovery-user
{
    font-weight: bold;
    padding-left: 220px;
}

.row-wrap
{
    margin: 10px 0 14px 0;
    box-sizing: border-box;
    min-width: 540px;
}

.row-wrap > label, .row-wrap > div
{
    float: left;
}

.row-wrap > div:last-child
{
    float: none;
}

.row-wrap .lable-width
{
    width: 220px;
    font-size: 12px;
    font-weight: 400;
    color: #333;
    margin-top: 5px;
    display: block;
    text-align: right;
    word-wrap: break-word;
}

.row-wrap .lable-width + div
{
    float: left;
}

.row-wrap .permissions-border
{
    border: 1px solid #ccc;
    width: 250px;
    max-height: 200px;
    overflow-y: auto;
}

.row-wrap .permissions-border .permissions-title
{
    font-weight: 700;
    font-size: 12px;
}

.row-wrap .permissions-border ul
{
    padding-left: 20px;
}

.row-wrap .permissions-border li
{
    font-size: 12px;
    font-weight: normal;
}

.row-wrap .chk-type
{
    margin-right: 5px;
}

.row-wrap .chk-type label
{
    font-size: 12px;
    font-weight: 400;
}

.row-wrap .form-wrap
{
    width: 250px;
}

.row-wrap .recovery-location
{
    width: 250px;
    max-width: 250px;
}

.row-wrap .range
{
    width: 40px !important;
}

.row-wrap .create-user
{
    margin-left: 20px;
}

.row-wrap .permissions-container
{
    padding-left: 8px;
    margin-bottom: 4px;
}

.row-wrap .backButton
{
    margin-left: 220px;
}

.row-wrap .range-info
{
    font-size: 12px;
    margin-left: 5px;
    line-height: 26px;
}

.row-wrap .edit-field
{
    margin-top: 5px;
    font-size: 12px;
    line-height: 17px;
    color: #333;
}

.row-wrap .editErrorMsg
{
    width: 248px;
    color: #e11b22;
    font-size: 12px;
    line-height: 12px;
}

.row-wrap .active-user
{
    margin-left: 250px;
}

@media screen and (max-width: 767px)
{
    .row-wrap .active-user
    {
        margin-left: 240px;
    }
}

.recovery-dashboard h1
{
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 50px;
}

.recovery-dashboard .status
{
    margin: 0 0 50px;
}

.recovery-dashboard .status .status-box
{
    background-color: #BD4B00;
    margin: 0 10px 0 0;
    padding: 15px 15px 15px 75px;
}

.recovery-dashboard .status .status-box:before
{
    content: "\f235";
    color: #ffffff;
    font: normal normal normal 40px/1 FontAwesome;
    position: absolute;
    left: 17px;
    top: 16px;
}

.recovery-dashboard .status .status-box:last-child:before
{
    content: "\f14a";
}

.recovery-dashboard .status .status-box h2
{
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.recovery-dashboard .status .status-box a
{
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
}

.recovery-dashboard .status .status-box a:hover
{
    color: #ccc;
    text-decoration: none;
}

.recovery-dashboard .status .status-box:last-child
{
    margin: 15px 0 0;
}

@media (min-width: 768px)
{
    .recovery-dashboard .status .status-box
    {
        width: 48%;
    }

    .recovery-dashboard .status .status-box:last-child
    {
        margin: 0 0 0 10px;
    }
}

@media (min-width: 1024px)
{
    .recovery-dashboard .status .status-box h2
    {
        font-size: 15px;
    }
}

@media (min-width: 1280px)
{
    .recovery-dashboard .status .status-box h2
    {
        font-size: 20px;
    }
}

@media (min-width: 1440px)
{
    .recovery-dashboard .status .status-box
    {
        width: 48%;
    }

    .recovery-dashboard .status .status-box h2
    {
        font-size: 24px;
    }

    .recovery-dashboard .status .status-box a
    {
        font-size: 16px;
    }
}

.recovery-dashboard .summary
{
    margin: 0;
}

.recovery-dashboard .summary .gridbox
{
    margin-bottom: 20px;
    padding: 0;
}

.recovery-dashboard .summary .gridbox .plan-box
{
    padding: 15px 5px 15px 50px;
}

.recovery-dashboard .summary .gridbox .plan-box .fa
{
    font-size: 28px;
    top: 11px;
}

.recovery-dashboard .summary .gridbox .plan-box .fa.fa-credit-card-alt
{
    font-size: 24px;
    top: 13px;
}

.recovery-dashboard .summary .gridbox h2
{
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    overflow: hidden;
    padding: 10px 15px;
    width: 89%;
}

.recovery-dashboard .summary .gridbox h2:after
{
    content: "\f061";
    font: normal normal normal 18px/1 FontAwesome;
    position: absolute;
    right: 10px;
    top: 16px;
}

.recovery-dashboard .summary .gridbox.green
{
    background-color: transparent;
    border: 1px solid #78be20;
}

.recovery-dashboard .summary .gridbox.green h2
{
    padding: 0;
}

.recovery-dashboard .summary .gridbox.blue
{
    background-color: transparent;
    border: 1px solid #0072ce;
}

.recovery-dashboard .summary .gridbox.blue h2
{
    padding: 0;
}

.recovery-dashboard .summary .gridbox .dbgrid
{
    margin: 20px 10px;
}

.recovery-dashboard .summary .gridbox .dbgrid .dx-datagrid-headers
{
    background-color: transparent !important;
    border: none;
    margin-bottom: 5px;
}

.recovery-dashboard .summary .gridbox .dbgrid .dx-datagrid-headers .dx-header-row > td > .dx-datagrid-text-content
{
    text-decoration: underline;
}

.recovery-dashboard .summary .gridbox .dbgrid .dx-datagrid-headers td.dx-datagrid-action
{
    border: none;
    color: #000;
    font-size: 13px;
}

.recovery-dashboard .summary .gridbox .dbgrid .dx-datagrid-rowsview
{
    border: none;
}

.recovery-dashboard .summary .gridbox .dbgrid .dx-datagrid-rowsview .dx-datagrid-table .dx-row:nth-child(odd)
{
    background-color: #e3e3e3;
}

@media (min-width: 450px)
{
    .recovery-dashboard .summary .gridbox
    {
        display: block;
    }

    .recovery-dashboard .summary .gridbox h2 span
    {
        margin-top: 8px;
    }
}

@media (min-width: 768px)
{
    .recovery-dashboard .summary .gridbox
    {
        display: inline-block;
        min-height: 320px;
        width: 48%;
    }

    .recovery-dashboard .summary .gridbox:nth-child(odd)
    {
        margin-right: 20px;
    }
}

@media (min-width: 1024px)
{
    .recovery-dashboard .summary .gridbox
    {
        min-height: 339px;
    }
}

@media (min-width: 1378px)
{
    .recovery-dashboard .summary .gridbox
    {
        min-height: 305px;
    }

    .recovery-dashboard .summary .gridbox h2 span
    {
        margin-top: 8px;
    }
}

.recovery-dashboard h1.box-title
{
    font-size: 24px;
    margin: 0 0 25px;
}

@media (max-width: 768px)
{
    .filterBox .dx-collection .dx-field-item-label .dx-field-item-label-content
    {
        text-align: left;
    }
}

.filterBox .dx-collection .dx-item .dx-field-item .dx-field-item-content .dx-datebox
{
    width: 100% !important;
}

.filterBox .hidden-block
{
    display: none !important;
}

.filterBox .hidden-label label
{
    display: none !important;
}

.filterBox .btn-box a.btn-disable
{
    background-color: #ccc;
    color: #999;
    padding: 5px 25px;
    display: inline-block;
    font-size: 14px;
    border: 1px solid #999;
}

@media (max-width: 768px)
{
    .filterBox .dx-collection .dx-field-item-label .dx-field-item-label-content
    {
        text-align: left;
    }
}

.filterBox .dx-collection .dx-item .dx-field-item .dx-field-item-content .dx-datebox
{
    width: 100% !important;
}

.filterBox .hidden-block
{
    display: none !important;
}

.filterBox .hidden-label label
{
    display: none !important;
}

.filter-missed .dx-group-colcount-2 .dx-group-colcount-2 .dx-box-flex > .dx-box-item:first-child .dx-box-item-content .dx-box-item:last-child
{
    visibility: hidden;
}

@media screen and (min-width: 768px) and (max-width: 784px)
{
    .filter-missed .dx-collection .dx-item:nth-child(5)
    {
        margin-left: 21%;
        width: 79%;
    }
}

@media screen and (min-width: 768px) and (max-width: 784px)
{
    .filter-missed .dx-collection .dx-item:nth-child(5)
    {
        margin-left: 21%;
        width: 79%;
    }
}

.filter-recent .dx-group-colcount-2 .dx-group-colcount-2 .dx-box-flex > .dx-box-item:first-child .dx-box-item-content .dx-box-item:last-child, .filter-recent .dx-group-colcount-2 .dx-group-colcount-2 .dx-box-flex > .dx-box-item:nth-child(2) .dx-box-item-content .dx-box-item:last-child, .filter-recent .dx-group-colcount-2 .dx-group-colcount-2 .dx-box-flex > .dx-box-item:nth-child(4) .dx-box-item-content .dx-box-item:last-child
{
    display: none !important;
}

@media (max-width: 784px)
{
    .filter-recent .dx-collection .dx-box-item .dx-first-row.dx-last-col .dx-item:last-child .dx-first-row.dx-last-col .dx-collection .dx-item:nth-child(2), .filter-recent .dx-collection .dx-box-item .dx-first-row.dx-last-col .dx-item:last-child .dx-first-row.dx-last-col .dx-collection .dx-item:nth-child(4), .filter-recent .dx-collection .dx-box-item .dx-first-row.dx-last-col .dx-item:last-child .dx-first-row.dx-last-col .dx-collection .dx-item:nth-child(8)
    {
        display: none !important;
    }

    .filter-recent .dx-collection .dx-box-item .dx-first-row.dx-last-col .dx-item:last-child .dx-first-row.dx-last-col .dx-collection .dx-item:nth-child(6) .dx-textbox
    {
        width: 100% !important;
    }

    .filter-recent .dx-collection .dx-field-item-label .dx-field-item-label-content
    {
        text-align: left;
    }
}

@media (min-width: 785px)
{
    .filter-recent .dx-collection .dx-box-item .dx-first-row.dx-last-col .dx-item:last-child .dx-first-row.dx-last-col .dx-collection .dx-item:nth-child(3) .dx-item:last-child .dx-last-col
    {
        padding-left: 0;
    }

    .filter-recent .dx-collection .dx-box-item .dx-first-row.dx-last-col .dx-item:last-child .dx-first-row.dx-last-col .dx-collection .dx-item:nth-child(3) .dx-item:last-child .dx-last-col .dx-textbox
    {
        width: 94.5% !important;
    }
}

.filter-seniorMissed .dx-collection .dx-box-item .dx-first-row.dx-last-col .dx-item:last-child .dx-first-row.dx-last-col .dx-collection .dx-item .dx-textbox
{
    width: 100% !important;
}

@media (max-width: 784px)
{
    .filter-seniorMissed .dx-collection .dx-box-item .dx-first-row.dx-last-col .dx-item:last-child .dx-first-row.dx-last-col .dx-collection .dx-item:nth-child(2) .dx-textbox, .filter-seniorMissed .dx-collection .dx-box-item .dx-first-row.dx-last-col .dx-item:last-child .dx-first-row.dx-last-col .dx-collection .dx-item:nth-child(4) .dx-textbox, .filter-seniorMissed .dx-collection .dx-box-item .dx-first-row.dx-last-col .dx-item:last-child .dx-first-row.dx-last-col .dx-collection .dx-item:nth-child(6) .dx-textbox, .filter-seniorMissed .dx-collection .dx-box-item .dx-first-row.dx-last-col .dx-item:last-child .dx-first-row.dx-last-col .dx-collection .dx-item:nth-child(10) .dx-textbox
    {
        width: 100% !important;
    }

    .filter-seniorMissed .dx-collection .dx-field-item-label .dx-field-item-label-content
    {
        text-align: left;
    }
}

@media (min-width: 784px)
{
    .filter-seniorMissed .dx-collection .dx-box-item .dx-first-row.dx-last-col .dx-item:last-child .dx-first-row.dx-last-col .dx-collection .dx-item .dx-last-col
    {
        padding-left: 0;
    }
}

.scascm-overrides .btn-box
{
    margin: 30px 0;
}

.scascm-overrides .btn-box .grey-btn
{
    background-color: #a7a8aa;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 10px;
    text-transform: uppercase;
}

.scascm-overrides .btn-box .grey-btn:hover
{
    background-color: #cccccc;
}

.scascm-overrides .btn-box .grey-btn.red-btn
{
    background-color: #c8102e;
}

.no-plan-message
{
    height: 35px;
    line-height: 35px;
}

.override-completed-wrap
{
    margin: 30px auto 40px;
}

.override-completed-wrap .title
{
    font-size: 16px;
    text-align: center;
}

.override-completed-wrap .btn-ok
{
    margin-top: 15px;
}

.create-override-after .text-right
{
    text-align: right;
}

.create-plan-override
{
    float: right;
    margin: 10px 4px 10px 0;
    max-width: 105px;
    padding: 5px 0 !important;
}

.create-plan-override .dx-button-content
{
    white-space: normal !important;
}

.create-plan-override .dx-button-content span
{
    line-height: 12px;
    font-size: 12px;
}

.text-right
{
    text-align: right;
}

.btn-approve
{
    padding: 5px 15px !important;
    width: 120px;
    margin: 10px auto;
    min-width: 95px;
}

.word-break
{
    word-wrap: break-word;
    line-height: 16px;
}

.margin-top-10
{
    margin: 10px 0 45px;
}

.line20
{
    line-height: 20px;
}

.margin-bottom-10
{
    margin-bottom: 10px;
}

.emptyReason
{
    color: #c8102e;
    display: block;
    padding: 10px 0 10px;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.popup .content-wrap
{
    margin: 20px auto !important;
}

.popup .btn-overide
{
    margin: 10px auto;
    max-width: 150px;
    display: block !important;
    padding: 5px 10px !important;
    height: 40px;
}

.popup .btn-overide .dx-button-content
{
    white-space: normal !important;
}

.popup .btn-overide .dx-button-content span
{
    line-height: 12px;
    font-size: 12px;
}

.popup .btn-custom-active
{
    background-color: #004680 !important;
    color: #fff !important;
    border-color: #004680 !important;
    padding: 5px 25px !important;
}

.popup .col-centered
{
    float: none;
    margin: 0 auto;
    padding: 0px;
}

.popup .custom-scroll.buttons-row .btn-group
{
    display: flex;
    justify-content: space-between;
}

.popup .custom-scroll.buttons-row input[type=radio]
{
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.popup .popup-msg
{
    text-align: center;
    margin-bottom: 10px;
    font-size: 13px;
}

.popup .approve-msg
{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px !important;
}

.popup .marginbt
{
    margin: 10px auto;
}

.popup .white-btn .dx-button-content, .popup .blue-btn .dx-button-content
{
    padding: 4px 0 4px !important;
}

.decline-button
{
    padding: 5px 25px;
    font-size: 14px;
    border: 1px solid #C8102E !important;
    border-radius: 0;
    margin-left: 10px;
    background-color: #C8102E !important;
}

.requeat-info-line-height
{
    line-height: 35px;
}

.dashboard-navigation .nav-accordion li
{
    padding: 0;
}

.dashboard-navigation .nav-accordion li div
{
    padding: 8px 10px 8px 40px;
}

.dashboard-navigation .nav-accordion li div.current
{
    background-color: #06386b;
}

.dashboard-navigation .nav-accordion li
{
    padding: 0;
}

.dashboard-navigation .nav-accordion li a
{
    padding: 8px 10px 8px 40px;
    display: block;
}

.dashboard-navigation .nav-accordion li a.current
{
    background-color: #06386b;
}

.dashboard-navigation .nav-accordion li a.current span
{
    background-color: #06386b;
}

.user-select-text
{
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.downPaymentAmountInput
{
    font-size: 16px;
}

.recovery-upload-container
{
    margin: 20px 0;
    font-size: 14px;
}

.recovery-upload-container .description
{
    color: #004680;
    font-weight: 400;
}

.recovery-upload-container .description p
{
    margin: 0 0 6px 0;
    font-size: 14px;
}

.recovery-upload-container .description p.title
{
    font-weight: 600;
}

.recovery-upload-container .description ul
{
    font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
    list-style: inside;
    padding-left: 15px;
}

.recovery-upload-container .description ul li
{
    margin-bottom: 4px;
}

.recovery-upload-container .recovery-upload-form
{
    margin: 20px 0;
}

.recovery-upload-container .recovery-upload-form .select-file-wrap
{
    margin-bottom: 20px;
}

.recovery-upload-container .recovery-upload-form .select-file-wrap .title
{
    display: inline-block;
    font-weight: 600;
    margin-right: 15px;
}

.recovery-upload-container .recovery-upload-form .select-file-wrap .select-file-button
{
    display: inline-block;
}

.recovery-upload-container .recovery-upload-form .select-file-wrap .select-file-button .select-file-name
{
    word-wrap: break-word;
    margin-left: 10px;
}

.recovery-upload-container .recovery-upload-form .select-file-wrap .select-file-button .remove-icon
{
    color: #c8102e;
}

.recovery-upload-container .recovery-upload-form .title
{
    font-weight: 600;
}

.recovery-upload-container .recovery-upload-form .description
{
    font-weight: 400;
    font-style: italic;
    margin-bottom: 8px;
}

.dispute-file .upload-file-tip
{
    font-size: 14px;
    margin-bottom: 25px;
}

.dispute-file .files-list
{
    padding-left: 0px;
    font-size: 14px;
}

.dispute-file .files-list .dispute-file-flex
{
    display: flex;
}

.dispute-file .files-list .dispute-file-flex .remove-icon
{
    color: #c8102e;
    margin-left: 5px;
    margin-top: 3px;
}

.dispute-grid .dx-gridbase-container
{
    max-height: 200px !important;
}

body.printReciept,
body.printDocument
{
    background: #fff url(images/bg-pattern.png) repeat;
    font-size: 100%;
    color: #59595b;
    min-height: inherit;
}

body.printReciept .page-bg,
body.printDocument .page-bg
{
    background-color: #fff;
    box-shadow: 25px 0px 25px -25px rgba(0, 0, 0, 0.3), -25px 0px 25px -25px rgba(0, 0, 0, 0.3);
    height: auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    z-index: -2;
}

body.printReciept .page-bg .col-centered .col-custom-1,
body.printDocument .page-bg .col-centered .col-custom-1
{
    margin-left: 8.33333%;
}

body.printReciept .page-bg .col-centered .inner-page-banner,
body.printDocument .page-bg .col-centered .inner-page-banner
{
    background: #000 url(images/silhouettes/banner-innerpages.png) 50% 100%/cover;
    display: table;
    overflow: hidden;
    height: 151px;
    width: 100%;
    background-size: 100% 100% !important;
    background-position: left center !important;
    background-repeat: no-repeat !important;
}

body.printReciept .page-bg .col-centered .inner-page-banner .banner-heading-wrap,
body.printDocument .page-bg .col-centered .inner-page-banner .banner-heading-wrap
{
    background: url(images/gray-shadow.png) repeat-y left top;
    display: table-cell;
    vertical-align: middle;
}

body.printReciept .page-bg .col-centered .inner-page-banner .banner-heading-wrap h1.banner-heading,
body.printDocument .page-bg .col-centered .inner-page-banner .banner-heading-wrap h1.banner-heading
{
    font-size: 3em;
    color: #fff !important;
    font-weight: bold;
    z-index: 1;
    position: relative;
    margin-bottom: 0px;
    margin-top: 0;
    text-shadow: 2px 3px 0px #333;
}

body.printReciept .page-bg .col-centered .inner-page-banner .banner-heading-wrap .banner-sub-heading,
body.printDocument .page-bg .col-centered .inner-page-banner .banner-heading-wrap .banner-sub-heading
{
    font-size: 1.125em;
    color: #fff !important;
    text-shadow: 2px 0 0 #333;
}

body.printReciept .page-bg .col-centered.old-payments .logo-container,
body.printDocument .page-bg .col-centered.old-payments .logo-container
{
    margin: 3.2% 0 3.2% 7.13%;
}

body.printReciept .page-bg .col-centered.old-payments .inner-page-banner,
body.printDocument .page-bg .col-centered.old-payments .inner-page-banner
{
    background: #000 url(images/silhouettes/banner-innerpages.png) 50% 100%/cover;
    display: table;
    overflow: hidden;
    height: 151px;
    width: 100%;
    background-size: 100% 100% !important;
    background-position: left center !important;
    background-repeat: no-repeat !important;
}

body.printReciept .page-bg .col-centered.old-payments .inner-page-banner .banner-heading-wrap,
body.printDocument .page-bg .col-centered.old-payments .inner-page-banner .banner-heading-wrap
{
    background: url(images/gray-shadow.png) repeat-y left top;
    display: table-cell;
    vertical-align: middle;
}

body.printReciept .page-bg .col-centered.old-payments .inner-page-banner .banner-heading-wrap h1.banner-heading,
body.printDocument .page-bg .col-centered.old-payments .inner-page-banner .banner-heading-wrap h1.banner-heading
{
    color: #fff !important;
    font-family: "dosisbold", Arial, Helvetica, Calibri, sans-serif;
    font-size: 1.45em;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0;
    position: relative;
    text-shadow: 2px 3px 0px #333;
    z-index: 1;
}

body.printReciept .page-bg .col-centered.old-payments .inner-page-banner .banner-heading-wrap .banner-sub-heading,
body.printDocument .page-bg .col-centered.old-payments .inner-page-banner .banner-heading-wrap .banner-sub-heading
{
    color: #fff !important;
    font-family: droid_sansbold;
    font-size: 0.58em;
    font-weight: bold;
}

body.printReciept .page-bg .col-centered.old-payments.print-tag-line p,
body.printDocument .page-bg .col-centered.old-payments.print-tag-line p
{
    font-family: "droid_sansregular", Helvetica, Arial, Calibri, sans-serif;
}

body.printReciept .page-bg .print-tag-line,
body.printDocument .page-bg .print-tag-line
{
    float: none;
    margin: 0 auto;
    font-size: 24px;
    padding: 40px 19px;
    text-align: center;
}

body.printReciept .page-bg .print-tag-line p,
body.printDocument .page-bg .print-tag-line p
{
    font-size: inherit;
    line-height: normal;
    font-family: "droid_sansregular", Helvetica, Arial, Calibri, sans-serif;
}

body.printReciept .page-bg .cover-container.adjust-est,
body.printDocument .page-bg .cover-container.adjust-est
{
    max-width: 525px;
    margin-left: auto;
    margin-right: auto;
}

body.printReciept .page-bg .cover-container.adjust-est .receipt-print,
body.printDocument .page-bg .cover-container.adjust-est .receipt-print
{
    margin-bottom: 0px;
}

body.printReciept .page-bg .cover-container.adjust-est .receipt-print .receipt-extra-padding,
body.printDocument .page-bg .cover-container.adjust-est .receipt-print .receipt-extra-padding
{
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 20px;
}

body.printReciept .page-bg .cover-container.adjust-est .receipt-print .receipt-extra-padding .payment-review,
body.printDocument .page-bg .cover-container.adjust-est .receipt-print .receipt-extra-padding .payment-review
{
    margin-bottom: 15px;
}

body.printReciept .page-bg .cover-container.adjust-est .receipt-print .receipt-extra-padding .payment-review .payment-amt,
body.printDocument .page-bg .cover-container.adjust-est .receipt-print .receipt-extra-padding .payment-review .payment-amt
{
    color: #58585A;
    font-size: 16px;
}

body.printReciept .page-bg .cover-container.adjust-est .receipt-print .receipt-extra-padding .payment-review .payment-amt-val,
body.printDocument .page-bg .cover-container.adjust-est .receipt-print .receipt-extra-padding .payment-review .payment-amt-val
{
    font-family: "dosisbold", Arial, Helvetica, Calibri, sans-serif;
    color: #161616;
    font-size: 20px;
    font-weight: 600;
}

body.printReciept .page-bg .cover-container.adjust-est .receipt-print .receipt-extra-padding .payment-review .payment-amt-val span sub,
body.printDocument .page-bg .cover-container.adjust-est .receipt-print .receipt-extra-padding .payment-review .payment-amt-val span sub
{
    font-size: 12px;
    top: 0;
}

body.printReciept .page-bg .col-custom-1,
body.printDocument .page-bg .col-custom-1
{
    margin-left: 8.33333%;
}

@media (min-width: 768px)
{
    body.printReciept .page-bg,
  body.printDocument .page-bg
    {
        width: 750px;
    }
}

@media (min-width: 992px)
{
    body.printReciept .page-bg,
  body.printDocument .page-bg
    {
        width: 970px;
    }
}

@media (min-width: 1200px)
{
    body.printReciept .page-bg,
  body.printDocument .page-bg
    {
        width: 1170px;
    }
}

@media (min-width: 1310px)
{
    body.printReciept .page-bg,
  body.printDocument .page-bg
    {
        width: 1280px;
    }
}

body.printReciept .wrapper-full-page,
body.printDocument .wrapper-full-page
{
    background-color: #fff;
    box-shadow: 25px 0px 25px -25px rgba(0, 0, 0, 0.3), -25px 0px 25px -25px rgba(0, 0, 0, 0.3);
    height: auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    z-index: 1;
    min-height: inherit;
}

body.printReciept .wrapper-full-page .col-centered,
body.printDocument .wrapper-full-page .col-centered
{
    float: none;
    margin: 0 auto;
    padding: 0px;
}

body.printReciept .wrapper-full-page .col-centered .col-custom-1,
body.printDocument .wrapper-full-page .col-centered .col-custom-1
{
    margin-left: 8.33333%;
}

body.printReciept .wrapper-full-page .col-centered .inner-page-banner,
body.printDocument .wrapper-full-page .col-centered .inner-page-banner
{
    background: #000 url(images/silhouettes/banner-innerpages.png) 50% 100%/cover;
    background-size: 100% 100% !important;
    background-position: left center !important;
    background-repeat: no-repeat !important;
    display: table;
    overflow: hidden;
    height: 151px;
    width: 100%;
}

body.printReciept .wrapper-full-page .col-centered .inner-page-banner .banner-heading-wrap,
body.printDocument .wrapper-full-page .col-centered .inner-page-banner .banner-heading-wrap
{
    background: url(images/gray-shadow.png) repeat-y left top;
    display: table-cell;
    vertical-align: middle;
}

body.printReciept .wrapper-full-page .col-centered .inner-page-banner .banner-heading-wrap h1.banner-heading,
body.printDocument .wrapper-full-page .col-centered .inner-page-banner .banner-heading-wrap h1.banner-heading
{
    font-size: 3em;
    color: #fff !important;
    font-weight: bold;
    z-index: 1;
    position: relative;
    margin-bottom: 0px;
    margin-top: 0;
    text-shadow: 2px 3px 0px #333;
}

body.printReciept .wrapper-full-page .col-centered .inner-page-banner .banner-heading-wrap .banner-sub-heading,
body.printDocument .wrapper-full-page .col-centered .inner-page-banner .banner-heading-wrap .banner-sub-heading
{
    font-size: 1.125em;
    color: #fff !important;
    text-shadow: 2px 0 0 #333;
}

body.printReciept .wrapper-full-page .print-tag-line,
body.printDocument .wrapper-full-page .print-tag-line
{
    float: none;
    margin: 0 auto;
    font-size: 24px;
    padding: 40px 19px;
    text-align: center;
}

body.printReciept .wrapper-full-page .print-tag-line p,
body.printDocument .wrapper-full-page .print-tag-line p
{
    font-size: inherit;
    line-height: normal;
}

body.printReciept .wrapper-full-page .cover-container.adjust-est,
body.printDocument .wrapper-full-page .cover-container.adjust-est
{
    max-width: 525px;
    margin-left: auto;
    margin-right: auto;
}

body.printReciept .wrapper-full-page .cover-container.adjust-est .receipt-print,
body.printDocument .wrapper-full-page .cover-container.adjust-est .receipt-print
{
    margin-bottom: 0px;
}

body.printReciept .wrapper-full-page .cover-container.adjust-est .receipt-print .receipt-extra-padding,
body.printDocument .wrapper-full-page .cover-container.adjust-est .receipt-print .receipt-extra-padding
{
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 20px;
}

body.printReciept .wrapper-full-page .cover-container.adjust-est .receipt-print .receipt-extra-padding .payment-review,
body.printDocument .wrapper-full-page .cover-container.adjust-est .receipt-print .receipt-extra-padding .payment-review
{
    margin-bottom: 15px;
}

body.printReciept .wrapper-full-page .cover-container.adjust-est .receipt-print .receipt-extra-padding .payment-review .payment-amt,
body.printDocument .wrapper-full-page .cover-container.adjust-est .receipt-print .receipt-extra-padding .payment-review .payment-amt
{
    color: #58585A;
    font-size: 16px;
}

body.printReciept .wrapper-full-page .cover-container.adjust-est .receipt-print .receipt-extra-padding .payment-review .payment-amt-val,
body.printDocument .wrapper-full-page .cover-container.adjust-est .receipt-print .receipt-extra-padding .payment-review .payment-amt-val
{
    color: #161616;
    font-size: 20px;
}

body.printReciept .wrapper-full-page .full-page-background,
body.printDocument .wrapper-full-page .full-page-background
{
    display: none;
}

body.printReciept .wrapper-full-page .full-page:after,
body.printDocument .wrapper-full-page .full-page:after
{
    display: none;
}

body.printReciept .wrapper-full-page .full-page > .content,
body.printDocument .wrapper-full-page .full-page > .content
{
    padding-top: 0;
    min-height: inherit;
}

@media (min-width: 768px)
{
    body.printReciept .wrapper-full-page,
  body.printDocument .wrapper-full-page
    {
        width: 750px;
    }
}

@media (min-width: 992px)
{
    body.printReciept .wrapper-full-page,
  body.printDocument .wrapper-full-page
    {
        width: 970px;
    }
}

@media (min-width: 1200px)
{
    body.printReciept .wrapper-full-page,
  body.printDocument .wrapper-full-page
    {
        width: 1170px;
    }
}

@media (min-width: 1310px)
{
    body.printReciept .wrapper-full-page,
  body.printDocument .wrapper-full-page
    {
        width: 1280px;
    }
}

@media (min-width: 1200px)
{
    body.printReciept .wrapper-full-page .account-details,
  body.printDocument .wrapper-full-page .account-details
    {
        width: 107%;
        margin: 0 -40px;
    }
}

body.printReciept #page h2,
body.printDocument #page h2
{
    font-size: 20px;
    font-weight: 600;
    color: #262626;
    margin: 0 0 2.5em;
    text-transform: uppercase;
    padding: 0;
}

body.printReciept #page h2.no-margin,
body.printDocument #page h2.no-margin
{
    margin: 0;
}

body.printReciept .position_content h3,
body.printDocument .position_content h3
{
    font-size: 0.875em;
    font-weight: 600;
    text-transform: uppercase;
    color: #545454;
    margin: 0 0 2.5em;
}

body.printReciept #page p,
body.printDocument #page p
{
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
    text-align: inherit;
}

body.printReciept hr,
body.printDocument hr
{
    background-color: #d1d1d1;
    height: 2px;
    margin-bottom: 40px;
    margin-top: 30px;
    clear: both;
}

body.printReciept .no-margin,
body.printDocument .no-margin
{
    margin: 0px;
}

body.printReciept .page-bg
{
    padding: 0;
}

@media (min-width: 768px)
{
    body.printReciept .page-bg
    {
        width: 100%;
    }
}

@media (max-width: 480px)
{
    body.printReciept .page-bg .cover-container.adjust-est .receipt-print .receipt-extra-padding
    {
        padding: 0 15px;
    }
}

body.printReciept .page-bg .cover-container.adjust-est .receipt-print .receipt-extra-padding .payment-review
{
    line-height: normal;
}

body.printReciept .page-bg .cover-container.adjust-est .receipt-print .receipt-extra-padding .payment-review .payment-amt
{
    font-family: "droid_sansregular", Arial, Helvetica, sans-serif;
}

@media (max-width: 480px)
{
    body.printReciept .page-bg .cover-container.adjust-est .receipt-print .receipt-extra-padding .payment-review .payment-amt
    {
        font-size: 12px;
    }
}

@media (max-width: 480px)
{
    body.printReciept .page-bg .cover-container.adjust-est .receipt-print .receipt-extra-padding .payment-review .payment-amt-val
    {
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px)
{
    body.printReciept .page-bg .print-tag-line
    {
        padding: 30px 15px 10px;
    }
}

@media (max-width: 480px)
{
    body.printReciept .page-bg .print-tag-line p
    {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px)
{
    body.printReciept .page-bg .col-centered.old-payments .inner-page-banner .banner-heading-wrap .banner-sub-heading
    {
        display: block;
        font-size: 16px;
    }
}

@media only screen and (max-width: 992px)
{
    body.printReciept .page-bg .col-centered.old-payments .inner-page-banner .banner-heading-wrap .banner-sub-heading
    {
        font-size: 1.25em;
    }
}

@media only screen and (max-width: 767px)
{
    body.printReciept .receipt-print-title
    {
        font-size: 2em !important;
    }
}

@media only screen and (max-width: 992px)
{
    body.printReciept .receipt-print-title
    {
        font-size: 2.063em !important;
    }
}

body.printDocument .payment-amt-val
{
    font-family: "dosisbold", Arial, Helvetica, Calibri, sans-serif;
    color: #161616;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}

body.printDocument .receipt-print
{
    line-height: normal;
}

body.printDocument .receipt-print .extra-space h2.product-heading
{
    color: #212121;
    display: inline;
    font-size: 1.875em;
    font-weight: 600;
    vertical-align: middle;
    margin-bottom: 0.625em;
    margin-left: 15px;
}

body.printDocument .receipt-print .main-body-content p
{
    margin-bottom: 25px;
}

body.printDocument .receipt-print .main-body-content .document-val
{
    font-size: 1em;
    color: #161616;
}

body.printDocument .receipt-print .main-body-content .margin-bottom15
{
    margin-bottom: 15px;
}

body.printDocument .receipt-print .main-body-content .margin-bottom15 table.center
{
    width: 90%;
    margin: auto;
    padding: 10px;
}

body.printDocument .receipt-print .main-body-content .margin-bottom15 table.center thead tr th
{
    font-weight: normal;
}

body.printDocument .account-overview-heading
{
    font-size: 20px;
    font-weight: 600;
    color: #262626;
    display: inline-block;
}

body.printDocument .contact-info-container .account-overview-heading
{
    display: inherit;
    word-break: break-all;
}

body.printDocument .account-overview-sub-heading
{
    font-size: 1em;
    font-weight: 600;
    color: #b02221;
}

body.printDocument .account-overview-val
{
    font-size: 20px;
    font-weight: 600;
    color: #161616;
    text-align: right;
}

body.printDocument .account-overview-sub-val
{
    font-size: 0.875em;
    font-weight: 600;
    color: #545454;
    text-align: right;
}

body.printDocument .account-overview-title
{
    margin-bottom: 25px;
    margin-top: 40px;
}

body.printDocument .account-overview-title.no-margin
{
    margin-top: 0px;
}

body.printDocument .pane-content .table > thead > tr > th
{
    padding: 8px;
    color: #59595b;
}

body.printDocument .pane-content .no-border
{
    border: none !important;
    padding: 8px;
    color: #59595b;
}

body.printDocument .pane-item p
{
    line-height: normal;
}

body.printDocument
{
}

body.printDocument .banner-helpcenter
{
    background-image: url(images/silhouettes/banner-helpcenter.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 153px;
}

body.printDocument .banner-helpcenter-search
{
    min-height: 90px;
    background: #8E1B1B;
    color: #fff;
}

body.printDocument .helpcenter-search
{
    padding: 24px 10px;
}

body.printDocument .helpcenter-main-title
{
    color: #58585a;
}

body.printDocument .helpcenter-main-container
{
    padding: 0px 35px;
}

body.printDocument .helpcenter-main-container h2
{
    margin-bottom: 10px;
}

body.printDocument .helpcenter-main-container h2.no-margin
{
    margin-bottom: 0px;
}

body.printDocument .helpcenter-panel
{
    background: #f7f6f7 none repeat scroll 0 0;
    margin: 30px 0 0;
    padding: 20px 40px;
}

body.printDocument .helpcenter-panel h3
{
    color: #545454;
}

body.printDocument .helpcenter-panel p
{
    color: #000;
}

body.printDocument .helpcenter-panel ul
{
    padding-left: 40px;
}

body.printDocument .helpcenter-panel li
{
    padding-right: 10px;
    margin: 15px 0px;
}

body.printDocument .helpcenter-panel li:before
{
    content: "\f046";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 2em;
    vertical-align: middle;
    float: left;
    color: #c53d33;
    clear: both;
    margin-left: -40px;
    margin-top: -5px;
    width: 40px;
}

body.printDocument .helpcenter-panel.bulleted-checklist li:before
{
    content: ".";
    font-family: "comic sans ms";
    font-size: 3em;
    vertical-align: middle;
    float: left;
    color: #59595b;
    clear: both;
    margin-left: -30px;
    margin-top: -25px;
    width: 30px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
}

body.printDocument .helpcenter-button
{
    margin: 10px 0px;
    min-width: 248px;
    text-align: center;
    padding: 12px 30px;
}

body.printDocument .helpcenter-main-container .button
{
    margin: 0px;
}

body.printDocument .helpcenter-main-container ol
{
    list-style-type: decimal;
    margin-top: 15px;
    margin-bottom: 40px;
}

body.printDocument .helpcenter-main-container li
{
    margin: 10px 0px;
}

body.printDocument .helpcenter-contactUs-content-Container
{
    margin: 50px 0px;
}

body.printDocument .helpcenter-contactUs p
{
    font-size: 20px;
    color: #58585A;
}

body.printDocument .helpcenter-contactUs span
{
    color: #B02221;
    margin-bottom: 20px;
    display: block;
}

body.printDocument .helpcenter-contactUs h6
{
    font-size: 20px;
    font-weight: 600;
}

body.printDocument .helpcenter-contactUs h5
{
    margin-bottom: 0px;
}

body.printDocument .document-title
{
    font-size: 0.875em;
    color: #AAAAAA;
    font-weight: 600;
}

body.printDocument .document-heading
{
    font-size: 1.15em;
    font-weight: 600;
    color: #161616;
}

body.printDocument .document-grid-heading
{
    font-size: 0.75em;
    font-weight: 600;
    color: #58585A;
}

body.printDocument .document-anchor
{
    color: #334721;
    font-size: 1em;
    font-weight: 600;
}

body.printDocument
{
    font-size: 16px;
}

body.printDocument fieldset .paymentplan h3
{
    font-size: 1.2em;
    margin-bottom: 26px;
}

body.printDocument .main-body-content-margin
{
    margin: 0 5px 0;
}

body.printDocument .payment-amt
{
    font-family: "droid_sansregular", Arial, Helvetica, sans-serif;
    color: #58585A;
    font-size: 16px;
}

body.printDocument .payment-amt-val
{
    font-family: "dosisbold", Arial, Helvetica, Calibri, sans-serif;
    color: #161616;
    font-size: 20px;
    word-wrap: break-word;
}

body.printDocument .helpcenter-panel.bulleted-checklist li:before
{
    content: ".";
    font-family: "comic sans ms";
    font-size: 3em;
    vertical-align: middle;
    float: left;
    color: #59595b;
    clear: both;
    margin-left: -30px;
    margin-top: -25px;
    width: 30px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
}

body.printDocument .helpcenter-panel li
{
    padding-right: 10px;
    margin: 15px 0px;
}

body.printDocument .main-body-content p
{
    font-family: "droid_sansregular", Helvetica, Arial, Calibri, sans-serif;
    margin: 0 0 24px;
}

body.printDocument .main-body-content ul
{
    font-size: 100%;
    margin: 20px;
}

body.printDocument .paymentPlanEConsentLine
{
    width: 300px;
    height: 2px;
    border: none;
    background-color: #d1d1d1;
}

body.printDocument .paymentPlanEConsentTILAText
{
    font-size: 9pt;
}

@media (max-width: 768px)
{
    body.printDocument .contact-us-tab .mobile
    {
        display: block;
    }

    body.printDocument .contact-us-tab .pc
    {
        display: none;
    }
}

body.printDocument .gp-banner-grey
{
    background: #808080;
}

body.printDocument .main-body-content-margin
{
    margin: 0 5px 0;
}

body.printDocument .ppAgreementDoc
{
    padding: 0 8px 0;
}

body.printDocument .fix-iphone5-padding
{
    padding: 0;
}

@media print
{
    .print-receipt-heading
    {
        font-size: 3em !important;
    }

    .prsub-heading
    {
        font-family: droid_sansbold !important;
        font-size: 18px !important;
        margin-top: 3px !important;
    }

    .school-banner-bg-print
    {
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
        background-size: 100% 100% !important;
        background-position: left center !important;
        background-repeat: no-repeat !important;
    }

    .old-payments-tagline
    {
        margin: 0 auto;
        font-family: "droid_sansregular", Helvetica, Arial, Calibri, sans-serif !important;
        font-size: 22px !important;
        font-weight: 600 !important;
        padding: 40px 20px !important;
    }

    .template-history-value
    {
        font-weight: normal;
        text-align: left;
        word-wrap: break-word;
        word-break: normal;
    }
}
/*!scss added after converting print.less to match the style across all print reciepts*/
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print
{
    *,
  *:before,
  *:after
    {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
  a:visited
    {
        text-decoration: underline;
    }

    a[href]:after
    {
        content: " (" attr(href) ")";
    }

    abbr[title]:after
    {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
  a[href^="javascript:"]:after
    {
        content: "";
    }

    pre,
  blockquote
    {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead
    {
        display: table-header-group;
    }

    tr,
  img
    {
        page-break-inside: avoid;
    }

    img
    {
        max-width: 100% !important;
    }

    p,
  h2,
  h3
    {
        orphans: 3;
        widows: 3;
    }

    h2,
  h3
    {
        page-break-after: avoid;
    }

    .navbar
    {
        display: none;
    }

    .btn > .caret,
  .dropup > .btn > .caret
    {
        border-top-color: #000 !important;
    }

    .label
    {
        border: 1px solid #000;
    }

    .table
    {
        border-collapse: collapse !important;
    }

    .table td,
  .table th
    {
        background-color: #fff !important;
    }

    .table-bordered th,
  .table-bordered td
    {
        border: 1px solid #ddd !important;
    }
}

.agency-main
{
    box-sizing: border-box;
}

*, *:before, *:after
{
    box-sizing: inherit;
}

.agency-chart-container
{
    height: 0;
    font-family: "Open Sans", sans-serif;
    color: #15487e;
    font-weight: 700;
    background: #ffffff;
    margin: 10px 0 0 0;
}

.agency-chart-container-view
{
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    height: 30vh;
    font-family: "Open Sans", sans-serif;
    color: #15487e;
    font-weight: 700;
    background: #ffffff;
    margin-top: 10px;
    -webkit-transition: height 4s;
    transition: height 4s;
}

.agency-chart-4
{
    width: 15vw;
}

.agency-chart-3
{
    width: 25vw;
}

.agency-chart-2
{
    width: 30vw;
}

.agency-chart-1
{
    width: 65vw;
}

.agency-chart
{
    height: 30vh;
    font-family: "Open Sans", sans-serif;
    opacity: 0;
    transition: opacity 3s ease-in-out;
    -moz-transition: opacity 3s ease-in-out;
    -webkit-transition: opacity 3s ease-in-out;
}

.agency-chart-view
{
    height: 30vh;
    min-width: 150px !important;
    min-height: 210px !important;
    font-family: "Open Sans", sans-serif;
    opacity: 1;
    transition: opacity 3s ease-in-out;
    -moz-transition: opacity 3s ease-in-out;
    -webkit-transition: opacity 3s ease-in-out;
}

html
{
    box-sizing: border-box;
}

*, *:before, *:after
{
    box-sizing: inherit;
}

.agency-wrap
{
    margin: 0;
    padding: 0;
    max-width: 1680px;
    list-style: none;
    display: flex;
}

.agency-label
{
    text-align: right;
    height: 30vh;
    font-family: "Open Sans", sans-serif;
    color: #15487e;
    font-weight: 700;
    padding-top: 10vh;
    background: #ffffff;
    margin: 10px 0 0 0;
}

.agency-label-small
{
    font-size: 60%;
    font-weight: 500;
}

.agency-chart-label
{
    text-align: center;
    height: 18vh;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    color: #000000;
    margin-top: -21.7vh;
    font-size: 1.5vh;
    min-width: 150px !important;
}

.agency-chart-label-none
{
    text-align: center;
    height: 18vh;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    color: #000000;
    margin-top: -22.7vh;
    font-size: 1.5vh;
    min-width: 150px !important;
}

.agency-chart-label:hover .agency-tooltip
{
    visibility: visible;
}

.agency-chart-padding
{
    padding-bottom: 10vh;
}

.agency-chart-padding-none
{
    padding-bottom: 0;
}

.agency-tooltip
{
    visibility: hidden;
    background-color: black;
    color: #ffffff;
    text-align: left;
    border-radius: 6px;
    padding: 9px;
    z-index: 2147483647;
    top: -100%;
    left: calc(50% - 200px);
    width: 250px;
    font-size: 8pt;
    position: relative;
}

.agency-tooltip-header
{
    font-size: 9pt;
    border-bottom: solid 1px white;
}

.agency-name
{
    height: 5vh;
    color: #15487e;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    font-weight: 700;
}

.agency-wrap-li-labels
{
    vertical-align: top;
    display: inline-block;
    margin: 10px;
    flex-direction: column;
    flex: 1 0 auto;
    display: flex;
}

.agency-wrap-li-charts
{
    vertical-align: top;
    display: inline-block;
    margin: 10px;
    flex-direction: column;
    flex: 1 0 auto;
    display: flex;
}

[data-tooltip]
{
    position: relative;
    z-index: 2;
    cursor: pointer;
}

[data-tooltip]:before,
[data-tooltip]:after
{
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)]";
    opacity: 0;
    pointer-events: none;
}

[data-tooltip]:before
{
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 160px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: rgb(196, 248, 255);
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #ffffff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}

[data-tooltip]:after
{
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after
{
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}

.welcome-note
{
    color: #004680;
    font-weight: 700;
    font-size: 16px;
    margin: 0;
}

.dx-progressbar-container
{
    height: 15px;
    border-radius: 15px;
}

.dx-progressbar-container .dx-progressbar-range
{
    border-radius: 15px;
    border: 1px solid #2C8316;
    background-color: #2C8316;
}

.dx-progressbarcritical-container
{
    height: 15px;
    border-radius: 15px;
}

.dx-progressbarcritical-container .dx-progressbar-range
{
    border-radius: 15px;
    border: 1px solid #C8102E;
    background-color: #C8102E;
}

.dx-progressbar .dx-position-bottom-left .dx-progressbar-status
{
    position: absolute;
    right: 12%;
    left: auto;
    display: none;
}

.form h4,
.form h3
{
    font-size: 12px;
    margin: 0 0 5px 0;
    line-height: 14px;
}

.progress-info
{
    width: 90%;
    text-align: right;
    font-size: 14px;
    padding: 10px 0;
    margin-bottom: 10px;
    color: #333;
}

.green-box
{
    background-color: #2C8316;
}

.blue-box
{
    background-color: #0072CE;
}

.plan-box
{
    color: #fff;
    position: relative;
    padding: 15px 5px 15px 50px;
}

.plan-box .fa
{
    position: absolute;
    font-size: 34px;
    left: 10px;
    top: 20px;
}

.plan-box .fa.fa-credit-card-alt
{
    font-size: 28px;
    top: 23px;
}

.plan-box span
{
    display: block;
    font-weight: 700;
}

.plan-box strong
{
    font-weight: 700;
}

.grid-heading
{
    background-color: #7FA9AE;
    margin-top: 25px;
    margin-bottom: 20px;
    border-radius: 10px 10px 0 0;
}

.grid-heading h2
{
    margin: 0;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
}

.new-grid-style
{
    margin-bottom: 20px;
}

.new-grid-style h4
{
    background-color: #004680;
    color: #fff;
    margin: 0;
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 600;
    position: relative;
}

.new-grid-style h4:after
{
    content: "\f061";
    font: normal normal normal 18px/1 FontAwesome;
    position: absolute;
    right: 10px;
    top: 10px;
}

.new-grid-style .dx-datagrid-headers
{
    background-color: transparent !important;
    color: #333 !important;
}

.new-grid-style .dx-datagrid .dx-row > td
{
    padding: 10px;
}

.new-grid-style .dx-datagrid-borders > .dx-datagrid-rowsview
{
    border-left: 1px solid #BDBEBF;
    border-right: 1px solid #BDBEBF;
}

.new-grid-style .dx-datagrid-borders > .dx-datagrid-rowsview
{
    border-bottom: 1px solid #BDBEBF;
}

.dx-datagrid-headers div.dx-sort-indicator
{
    text-decoration: underline !important;
}

.recent-account-list
{
    margin-top: 25px;
}

.recent-account-list > h3
{
    color: #fff;
    background-color: #004680;
    margin: 0;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
}

.recent-account-list ul
{
    padding: 0;
    border: 1px solid #999999;
}

.recent-account-list ul li
{
    padding: 10px;
    font-size: 14px;
}

.recent-account-list ul li span
{
    display: block;
}

.recent-account-list ul li a
{
    color: #39628F;
    text-decoration: underline;
}

.page-heading h2
{
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    color: #004680;
}

.page-heading h3
{
    margin-top: 0;
    font-weight: 600;
    font-size: 20px;
}

.form-box
{
    padding: 15px;
    border: 1px solid #53565A;
    margin-bottom: 30px;
}

.form-box h4
{
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.form-box h3
{
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
}

.blue-btn, .btn-primary.btn-fill
{
    background-color: #004680;
    color: #fff;
    padding: 5px 25px;
    display: inline-block;
    font-size: 14px;
    border: 1px solid #004680 !important;
    border-radius: 0;
}

.blue-btn:hover, .btn-primary.btn-fill:hover
{
    background-color: #4D7EA6;
    color: #fff;
}

.blue-btn.large, .btn-primary.btn-fill.large
{
    padding: 15px 35px;
    font-size: 18px;
}

.blue-btn:disabled, .btn-primary.btn-fill:disabled
{
    background-color: rgb(167, 168, 170);
    border-color: rgb(167, 168, 170) !important;
    cursor: not-allowed;
}

.green-btn
{
    background-color: #2C8316;
    color: #fff;
    padding: 5px 25px;
    display: inline-block;
    font-size: 14px;
    border: 1px solid #2C8316 !important;
}

.green-btn:hover
{
    background-color: #A1D263;
    color: #fff;
}

.green-btn.large
{
    padding: 15px 35px;
    font-size: 18px;
}

.white-btn, .btn.btn-default
{
    background-color: #fff;
    color: #004680;
    padding: 5px 25px;
    display: inline-block;
    font-size: 14px;
    border-radius: 0;
    border: 1px solid #53565A !important;
}

.white-btn:hover, .btn.btn-default:hover
{
    background-color: #82B3C0;
    color: #fff;
}

.white-btn.large, .btn.btn-default.large
{
    padding: 15px 35px;
    font-size: 18px;
}

.red-btn
{
    background-color: #C8102E;
    color: #fff;
    padding: 5px 25px;
    display: inline-block;
    font-size: 14px;
    border: 1px solid #C8102E;
}

.red-btn:hover
{
    background-color: #d43f3a;
    color: #fff;
}

.red-btn.large
{
    padding: 15px 35px;
    font-size: 18px;
}

.red-btn:disabled
{
    background-color: rgb(167, 168, 170);
    border-color: rgb(167, 168, 170);
    cursor: not-allowed;
}

.disable-custom .dx-state-disabled.dx-widget, .disable-custom .dx-state-disabled .dx-widget
{
    background-color: #C4C1C1;
    color: #fff;
    padding: 5px 25px;
    display: inline-block;
    font-size: 14px;
    border: 1px solid #C4C1C1 !important;
    border-radius: 0;
    text-transform: uppercase;
}

.disable-custom .dx-state-disabled.dx-widget:hover, .disable-custom .dx-state-disabled .dx-widget:hover
{
    background-color: #A1D263;
    color: #fff;
}

.btn-box
{
    margin-top: 30px;
}

.btn-box.left
{
    text-align: left;
}

.btn-box.right
{
    text-align: right;
}

.btn-box.center
{
    text-align: center;
}

.grid-box .btn-box
{
    margin-bottom: 15px;
    margin-top: 15px;
}

.grid-box .btn-box.gap
{
    margin-right: 15px;
}

@media screen and (max-width: 767px)
{
    .dx-layout-manager .dx-label-h-align.dx-flex-layout
    {
        display: block;
    }

    .dx-layout-manager .dx-label-h-align.dx-flex-layout .dx-field-item-label
    {
        width: 100%;
    }

    .page-heading h2
    {
        font-size: 24px;
    }

    .page-heading h3
    {
        font-size: 16px;
        line-height: 20px;
    }

    .dashboard-header h3
    {
        font-size: 14px;
        margin: 4px 10px 0;
    }

    .dashboard-navigation .inner > ul
    {
        height: 350px;
        overflow-y: auto;
        display: block;
    }

    .dashboard-navigation .inner > ul li
    {
        height: auto;
    }

    .col > h1
    {
        margin-top: 5px;
    }

    .plan-box
    {
        padding: 25px 5px 25px 50px;
        margin-bottom: 15px;
    }

    .plan-box .plan-box .fa
    {
        top: 22px;
    }

    .inner-page-content
    {
        padding: 5px 5px 5px 5px;
    }

    .dashboard-title
    {
        width: 65%;
    }

    .recovery-dashboard .summary .gridbox
    {
        float: left;
        display: block;
    }
}

.sub-nav
{
    display: none;
}

.has-child > .navItem a
{
    display: inline;
}

.has-child > .navItem:after
{
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    position: relative;
    right: auto;
    margin-left: 5px;
    display: inline-block;
    top: 1px;
}

.has-child > .navItem.current:after
{
    content: "\f107";
}

.dx-datagrid-rowsview .dx-row > td, .dx-datagrid-rowsview .dx-row > tr > td
{
    word-wrap: break-word;
}

.dx-datagrid-text-content
{
    word-wrap: break-word;
}

.override-popup
{
    padding: 20px 20px 10px 20px;
    text-align: center;
    font-size: 1.3em;
}

.override-popup .btn-group
{
    margin-top: 30px;
}

.override-popup .btn-group button
{
    margin: 0 10px;
}

.override-popup .error-message
{
    color: rgb(200, 16, 46);
    display: block;
    padding-top: 10px;
}

.override-popup .textarea
{
    font-size: 14px;
    margin-top: 20px;
}

.dx-datagrid-rowsview.dx-datagrid-nowrap
{
    min-height: 280px !important;
}

.tax-upload-form .select-file-wrap
{
    display: flex;
}

.tax-upload-form .select-file-wrap > div:first-child
{
    min-width: 100px;
}

.tax-upload-form .select-file-wrap > div
{
    height: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.popup-wrapper
{
    padding: 20px 30px;
}

.popup-wrapper .title
{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}

.file-memos table
{
    font-size: 14px;
    width: 100%;
}

.file-memos tbody
{
    max-height: 50vh;
    display: block;
    overflow-y: auto;
}

.file-memos td
{
    padding: 5px 5px 5px 0;
    vertical-align: top;
}

.file-memos thead
{
    border-bottom: 1px solid #C4C4C4;
    height: 33px;
}

.file-memos thead th
{
    font-weight: 400;
    padding-right: 5px;
}

.file-memos table thead,
.file-memos tbody tr
{
    display: table;
    width: 100%;
    table-layout: fixed;
    text-align: left;
}

@media only screen
{
    .statement-report-print
    {
        width: 80%;
        margin: 0 auto;
        font-size: 14px;
    }
}

.statement-report-print .print-button-wrap
{
    width: 100%;
    text-align: right;
    margin: 10px;
}

.statement-report-print .page-footer,
.statement-report-print .page-footer-space
{
    height: 60px;
    display: none;
}

.statement-report-print .page-content
{
    width: 100%;
    padding: 10px;
}

.statement-report-print .page
{
    line-height: 1.5;
}

.statement-report-print .page-logo
{
    display: block;
    margin: 30px 0;
    width: 180px;
}

.statement-report-print .page-title
{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.statement-report-print .page-account
{
    display: flex;
    margin-bottom: 30px;
}

.statement-report-print .page-account-left,
.statement-report-print .page-account-right
{
    flex: 1;
}

.statement-report-print .page-account-left
{
    margin-right: 40px;
}

.statement-report-print .page-account-right
{
    text-align: right;
}

.statement-report-print .page-terms
{
    margin-bottom: 30px;
}

.statement-report-print .page-terms-table
{
    width: 100%;
    border-collapse: collapse;
}

.statement-report-print .page-terms-table caption
{
    text-align: left;
    margin: 30px 0 15px 0;
}

.statement-report-print .page-terms-table-head
{
    border-bottom: 1px solid #787878;
}

.statement-report-print .page-terms-table-total
{
    border-top: 1px solid #787878;
}

.statement-report-print .page-terms-table td
{
    padding: 3px 0;
}

@media print
{
    .statement-report-print tfoot
    {
        display: table-footer-group;
    }

    .statement-report-print .print-button-wrap
    {
        display: none;
    }

    body
    {
        margin: 0;
        padding: 0;
    }

    .statement-report-print .page-footer
    {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        border-top: 1px solid black;
        text-align: center;
    }

    .statement-report-print .page-footer-space
    {
        display: block;
    }

    .statement-report-print tr,
  .statement-report-print img
    {
        page-break-inside: auto;
    }
}