﻿@media (min-width: 992px){
    .container {width: 100%;}
}
@media (min-width: 1280px){
    .container {width: 1280px;}
}
@media (max-width: 991px) {
    .container {width: 100%;}
}
@media (max-width: 767px) {
    body { font-size: 1.5em;}
    .usas h1{font-size: 24pt;}
    .usas h2 {
        margin: .625em 0 .3125em 0;
        font-size: 22pt;
        letter-spacing: normal;
    }
    .usas .indent {padding-left: .375em;}
    .usas blockquote {
        font-size: 18pt;
        margin: 0 .75em .125em 1.25em;
        line-height: 1.375em;
    }
    .usas .container {
        padding: 0 .5em;
    }
}
.usas-error-container {
    margin: .8em;
}

.usas-error-text {
    color: #cb1436;
    font-size: 1em;
    padding-left: 2.5em;
    padding-top: .1875em;

}
.usas-error-icon {
    color: #cb1436;
    float: left;
}
.k-window-titlebar {
    background-color: #00b2e1;
    color: #fff;
    font-weight: bold;
}
/*********** Form Styling ***********/
.usas .k-widget, .usas .k-button {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
}
input,
.usas input.k-textbox,
.usas input.k-textbox:hover, 
.usas input.k-textbox:focus,
.usas .k-dropdown,
.usas .k-multiselect.k-header,
.usas .k-multiselect.k-header.k-state-hover,
.usas .k-datepicker {
    border: .125em solid #0f173b;
    padding: 0 0 0 .75em;
    margin: 0 0 1.2em 0;
    position: inherit;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

.usas .k-multiselect .k-button {
    margin-right:2px;
}
.k-numeric-wrap.k-expand-padding .k-input,
.k-numeric-wrap.k-expand-padding .k-input:hover,
.k-numeric-wrap.k-expand-padding .k-input:focus {
    border: .125em solid #0f173b;
    padding: 0 0 0 .75em;
    margin: 0 0 1.2em 0;
    position: inherit;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    line-height: 2.1875em;
    color: #00b2e1;
    font-weight: bold;
    text-indent: inherit;
    outline: none;
    height: 2.563em;            
}
textarea,
.usas textarea.k-textbox,
.usas textarea.k-textbox:hover,
.usas textarea.k-textbox:focus
{
    border: .125em solid #0f173b;
    padding: 0 0 0 .75em;
    margin: 0 0 1.2em 0;
    position: inherit;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

.usas input,
.usas input.k-textbox,
.usas input.k-textbox:hover,
.usas input.k-textbox:focus,
.usas .k-input,
.usas .k-dropdown-wrap .k-input,
.usas .k-dropdown .k-state-hover .k-input,
.usas .k-dropdown .k-state-focused .k-input,
.usas .k-multiselect-wrap 
{
    line-height: 2.1875em;
    color: #00b2e1;
    font-weight: bold;
    text-indent: inherit;
    outline: none;
}

.usas .k-multiselect-wrap 
{
    height:30px;
}

.usas textarea,
.usas textarea.k-textbox,
.usas textarea.k-textbox:hover,
.usas textarea.k-textbox:focus
{
    line-height: 2.1875em;
    color: #00b2e1;
    font-weight: bold;
    text-indent: inherit;
    outline: none;
}

.usas .k-input,
.usas .k-dropdown-wrap .k-input,
.usas .k-dropdown-wrap .k-state-focused .k-input,
.usas .k-picker-wrap .k-input,
.usas .k-picker-wrap .k-state-focused .k-input {
    height: 2em;
    padding-top: .125em;
} 
.usas input.k-textbox.k-invalid {
    border-color: #cb1436;
    margin-bottom: .3125em;
}
.usas input.k-textbox.k-invalid:hover {
    border-color: #cb1436;
    margin-bottom: .3125em;
}
.usas input.k-textbox.k-invalid:focus {
    border-color: #cb1436;
    margin-bottom: .3125em;
}

.usas textarea.k-textbox.k-invalid,
.usas textarea.k-textbox.k-invalid:hover,
.usas textarea.k-textbox.k-invalid:focus {
    border-color: #cb1436;
    margin-bottom: .3125em;
}

.usas .k-picker-wrap .k-input.k-invalid,
.usas .k-picker-wrap .k-input.k-invalid:hover,
.usas .k-picker-wrap .k-input.k-invalid:focus {
    border-color: #cb1436;
    margin-bottom: .3125em;
}

.usas input.k-rtl.k-textbox.k-invalid {
    border-color: #cb1436;
    margin-bottom: 1.375em;
}
.usas input.k-rtl.k-textbox.k-invalid:hover {
    border-color: #cb1436;
    margin-bottom: 1.375em;
}
.usas input.k-rtl.k-textbox.k-invalid:focus {
    border-color: #cb1436;
    margin-bottom: 1.375em;
}
.usas .k-datepicker{
    height: 2.313em;
}
.usas input,
.usas input.k-textbox {
    width: 12.5em;
    height: 2.563em;
}
/*.k-ff .usas input.k-textbox {
    height: 2.563em;
}*/
.usas .k-dropdown span.k-icon.k-i-arrow-s  {
    background-image: url('/ResourcePackages/Usas/assets/dist/images/DownArrow.png');
    background-position: 1px 10px;
    width: 15px;
    height: 32px;
    background-size: 15px 11px;
}
.usas .k-datepicker .k-i-calendar {
    background-image: url('/ResourcePackages/Usas/assets/dist/images/calendar_icon.png');
    background-position: 0 2px;
    width: 38px;
    height: 32px;
    background-size: 30px 28px;
}
.usas .k-dropdown-wrap.k-state-default,
.usas .k-dropdown-wrap.k-state-hover,
.usas .k-dropdown-wrap.k-state-focused,
.usas .k-picker-wrap .k-input,
.usas .k-picker-wrap .k-select,
.usas .k-picker-wrap.k-state-default,
.usas .k-picker-wrap.k-state-hover,
.usas .k-picker-wrap.k-state-focused {
    border: none;
    background: none;
    border-radius: 0;
}
.usas .k-dropdown .k-state-hover,
.usas .k-dropdown .k-state-focused,
.usas .k-multiselect.k-header.k-state-focused,
.usas .k-dropdown-wrap.k-state-active.k-state-border-down,
.usas .k-multiselect .k-state-hover,
.usas .k-multiselect .k-state-focused,
.usas .k-picker-wrap.k-state-default .k-input,
.usas .k-picker-wrap.k-state-focused,
td.k-state-focused.k-state-selected {
    box-shadow: none;
}
.k-list-container {
    background: #fff;
    box-shadow: none;
}
.k-state-hover, 
.k-state-hover:hover {
    font-weight: bold;
    color: #414141;
}
.k-state-selected, 
.k-state-focused,
.k-list>.k-state-selected,
.k-calendar td>.k-state-selected {
    background: #00b2e1;
    color: #fff;
}
.k-calendar td {
    border-radius: 0;
    border: none;
}
.k-calendar td:hover {
    background-color: #cfd0d4;
    color: #0f173b;
    font-weight: bold;
}
.usas .k-picker-wrap .k-input,
.usas .k-picker-wrap .k-state-hover,
.usas .k-picker-wrap .k-state-focused {
    text-indent: 0;
}
.k-checkbox-label:before,
.k-checkbox-label:hover:before,
.k-checkbox:checked+.k-checkbox-label:before,
.k-checkbox:checked+.k-checkbox-label:hover:before,
.k-checkbox-label:active:before,
.k-checkbox:checked+.k-checkbox-label:active:before,
.k-checkbox:focus+.k-checkbox-label:before,
.k-checkbox:indeterminate+.k-checkbox-label:after,
.k-checkbox:indeterminate:hover+.k-checkbox-label:after{
	color:#00b2e1;
	border-color:#0f173b;
	background:#fff;
	border-radius:0;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.k-checkbox:disabled+.k-checkbox-label{
	color:#cfd0d4;
}
.k-checkbox:disabled+.k-checkbox-label:hover:before{
	-webkit-box-shadow:none;
	box-shadow:none
}
.k-checkbox:checked:disabled+.k-checkbox-label:active:before,
.k-checkbox:checked:disabled+.k-checkbox-label:before,
.k-checkbox:checked:disabled+.k-checkbox-label:hover:before,
.k-checkbox:disabled+.k-checkbox-label:before{
	color:#cfd0d4;
	background:#fff;
	border-color:#999;
	border-radius:0
}
.k-checkbox:indeterminate+.k-checkbox-label:after{
	background-image:none;
}
.usas .k-checkbox-label:active,
.usas .k-checkbox-label:hover,
.usas .k-checkbox-label:focus,
.usas .k-checkbox-label {
    line-height: 2.75em;
    padding-top: .25em;
    padding-left: 2.5em;
    padding-right: 1em;
    font-weight: normal;
    border: none;
}
.usas .k-checkbox-label:before,
.usas .k-checkbox:checked+.k-checkbox-label:hover:before,
.usas .k-checkbox:checked+.k-checkbox-label:active:before,
.usas .k-checkbox:checked+.k-checkbox-label:focus:before,
.usas .k-checkbox:checked+.k-checkbox-label:before,
.usas .k-checkbox-label:hover:before,
.usas .k-checkbox-label:active:before,
.usas .k-checkbox-label:focus:before {
    color: #00b2e1;
    border-color: #0f173b;
    border-radius: 0;
    border-width: .09375em;
    font-size: 1.25em;
    line-height: 1.25em;
    box-shadow: none;
    width: 1.25em;
    height: 1.25em;
    font-weight: bold;
}
.k-ie .usas .k-checkbox-label,
.k-ie .usas .k-checkbox-label:before,
.k-ie .usas .k-checkbox:checked + .k-checkbox-label:hover:before,
.k-ie .usas .k-checkbox:checked + .k-checkbox-label:active:before,
.k-ie .usas .k-checkbox:checked + .k-checkbox-label:focus:before,
.k-ie .usas .k-checkbox:checked + .k-checkbox-label:before,
.k-ie .usas .k-checkbox-label:hover:before,
.k-ie .usas .k-checkbox-label:active:before,
.k-ie .usas .k-checkbox-label:focus:before {
    font-size: 22px;
    padding-top: 0;
    border-width: 2px;
}
.usas input.k-radio {
    height: 1.5em;
}
.usas .k-radio-label {
    line-height: 2.75em;
    padding-top: .1em;
    padding-left: 2.5em;
    padding-right: 1em;
    font-weight: normal;
    white-space: nowrap;
}
.usas .k-radio-label:before,
.usas .k-radio-label:hover:before,
.usas .k-radio-label:hover:active:before,
.usas .k-radio:checked+.k-radio-label:hover:before,
.usas .k-radio:checked+.k-radio-label:active:before {
    border-color: #0f173b ;
    border-radius: 50%;
    border-width: .095em;
    font-size: 1.25em;
    line-height: 1.25em;
    box-shadow: none;
    width: 1em;
    height: 1em;
    font-weight: normal;
}
.k-ie .usas .k-radio-label:before,
.k-ie .usas .k-radio-label:hover:before,
.k-ie .usas .k-radio-label:hover:active:before,
.k-ie .usas .k-radio:checked+.k-radio-label:hover:before,
.k-ie .usas .k-radio:checked+.k-radio-label:active:before {
    font-size: 24px;
    padding-top: 0;
    border-width: 2px;
}
.usas .k-radio-label.k-state-hover, 
.usas .k-radio-label.k-state-hover:hover {
    font-weight: normal;
    color: #414141;
}
.usas .k-radio:checked + .k-radio-label:after {
    background-color: #00b2e1;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    top: 7px;
    left: 7px;
}
.usas .k-radio, input.k-checkbox {
    display: none;
}
.usas .k-state-hover, 
.usas .k-state-hover .k-input {
    border: none;
    color: #00b2e1;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    .usas .k-picker-wrap .k-input{ padding: 0;}
    .usas .k-picker-wrap .k-select {
        line-height: 2.25em;
    }
    .usas input,
    .usas input.k-textbox,
    .usas input.k-textbox:hover,
    .usas input.k-textbox:focus,
    .usas .k-input,
    .usas .k-dropdown-wrap .k-input,
    .usas .k-dropdown .k-state-hover .k-input,
    .usas .k-dropdown .k-state-focused .k-input {
        line-height: 2.25em;
    }
    .usas .k-checkbox-label:before,
    .usas .k-checkbox:checked+.k-checkbox-label:hover:before,
    .usas .k-checkbox:checked+.k-checkbox-label:active:before,
    .usas .k-checkbox:checked+.k-checkbox-label:focus:before,
    .usas .k-checkbox:checked+.k-checkbox-label:before,
    .usas .k-checkbox-label:hover:before,
    .usas .k-checkbox-label:active:before,
    .usas .k-checkbox-label:focus:before {
        border-width: .1em;
    }
    .usas .k-radio:checked + .k-radio-label:after {
        top: .35em;
        left: .35em;
        width: .9em;
        height: .9em;
    }
    .usas .k-radio-label:before,
    .usas .k-radio-label:hover:before,
    .usas .k-radio-label:hover:active:before,
    .usas .k-radio:checked + .k-radio-label:hover:before,
    .usas .k-radio:checked + .k-radio-label:active:before {
        border-width: .125em;
        width: 1.1em;
        height: 1.1em;
    }
}
/*********** Table Styling ***********/
.usas-kendo-grid.k-widget,
.usas-kendo-grid .k-grid-header,
.usas-kendo-grid .k-grid-header *,
.usas-kendo-grid .k-grid-header th.k-header > .k-link,
.usas-kendo-grid.scrollable .k-grid-content-locked,
.usas-kendo-grid tbody *,
.usas-table * {
    margin: 0;
    padding: 0;
    border-width: 0;
    border-color: #ecedf0;
    color: #0f173b;
    font-size: 14pt;
    line-height: 1.1em;
}
.usas-kendo-grid .k-grid-header {
    padding-right: 0 !important;
}
.usas-kendo-grid .k-grid-header tr {
    height: 65px;
}
.usas-kendo-grid table {
    min-width: 100%;
}
.usas-kendo-grid.k-grid tr th,
.usas-kendo-grid.k-grid tr td {
    border-width: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.usas-kendo-grid .k-grid-header-locked {
    height: 100%;
}
.usas-kendo-grid a {
    color: #00b2e1;
}
.usas-kendo-grid tbody *,
.usas-table td * {
    background-color: #fff;
}
.usas-kendo-grid .k-grid-header th.k-header > .k-link,
.usas-kendo-grid.k-grid td,
.usas-table td {
    overflow: initial;
    white-space: normal;
}
.usas-kendo-grid .k-grid-header th.k-header > .k-link > span.k-icon {
    display: none;
}
.usas-kendo-grid.k-grid,
.usas-table {
    max-width: 100%;
}
.usas-kendo-grid .k-grid-content {
    overflow-y: visible;
}
.usas-kendo-grid .k-grid-header,
.usas-kendo-grid .k-grid-header *,
.usas-table thead {
    background-color: #ecedf0;
}
.usas-kendo-grid.scrollable div[class^="k-grid-content"],
.usas-kendo-grid:not(.scrollable) tbody tr:first-child td,
.usas-table tbody {
    border-top: 1px solid #0f173b;
}
.usas-kendo-grid.scrollable .k-grid-content,
.usas-kendo-grid.scrollable .k-grid-header-wrap {
    border-left: 1px solid #0f173b;
}
.usas-kendo-grid div[class^="k-grid-content"] tbody tr td,
.usas-kendo-grid:not(.scrollable) tbody tr td,
.usas-table tbody tr {
    border-bottom: 1px solid #ecedf0;
}
.usas-kendo-grid tbody tr:nth-child(even) td,
.usas-kendo-grid tbody tr:nth-child(even) td *,
.usas-table tbody tr:nth-child(even) td {
    background-color: #deeef3;
}
.usas-kendo-grid.scrollable .k-grid-content-locked * {
    background-color: #fff;
}
.usas-kendo-grid .k-grid-header th,
.usas-kendo-grid td,
.usas-table th,
.usas-table td {
    padding-left: 5px;
    padding-right: 5px;
}
.usas-kendo-grid .k-grid-header th,
.usas-table th {
    padding-bottom: 15px;
    padding-top: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.usas-kendo-grid td,
.usas-table td {
    height: 50px;
    border-bottom-width: 1px;
}
.usas-kendo-grid.scrollable .k-grid-content-locked,
.usas-kendo-grid:not(.scrollable) tbody td:first-child {
    font-weight: bold;
    text-transform: uppercase;
}
.usas-kendo-grid.first-row-not-bold tbody td:first-child {
    font-weight: normal !important;
    text-transform: none !important;
}
.usas-kendo-grid .tableScrollShadow {
    position:absolute;
    width:20px;
    top: 0;
    right:0;
    background-color:transparent;
    background-image:-ms-linear-gradient(left, transparent,rgba(0,0,0,0.1));
    background-image:-webkit-linear-gradient(left, transparent,rgba(0,0,0,0.1));
    background-image:-moz-linear-gradient(left, transparent,rgba(0,0,0,0.1));
    background-image:linear-gradient(to right,transparent,rgba(0,0,0,0.1));
}
.usas-table.usas-scrollable-table {
    overflow-x: auto;
    float: none;
    display: block;
    position:relative;
}
.usas-table.usas-scrollable-table table {
    display: block;
}
/*********** End Table Styling ***********/
/********** Slashes **********/
.usas .grey-slash-box-container {
    display: inline-block;
    background-image: url("/ResourcePackages/Usas/assets/dist/images/slash-backgrounds/light-gray-slash.png");
    background-repeat: repeat;
    padding-bottom: .625em;
    margin-top: .625em;
    width: 100%;
}
.usas .slash-box {
    display: block;
    margin-top: -.625em;
    border: none;
}
.usas .slash-box ul {
    margin-bottom: 0;
}
.usas .slash-box-right-bottom,
.usas .slash-box-left-bottom .grey-slash-box-container {
    padding-left: .625em;
}
.usas .slash-box-left-bottom .slash-box {
    margin-right: -.625em;
}
.usas .slash-box-left-bottom,
.usas .slash-box-right-bottom .grey-slash-box-container {
    padding-right: .625em;
}
.usas .slash-box-right-bottom .slash-box {
    margin-left: -.625em;
}
.usas .usas-slash-button-container {
    display: inline-block;
    background-image: url("/ResourcePackages/Usas/assets/dist/images/slash-backgrounds/light-blue-backslash.png");
    background-repeat: repeat;
    padding-bottom: .3125em;
    padding-right: .3125em;
}
.usas .usas-inverse-slash-button,
.usas .usas-slash-button {
    display: block;
    margin-left: -.3125em;
    margin-top: -.3125em;
    border: .125em solid #00b2e1;
    background-color: #00b2e1;
    padding: 0 1.5625em;
    font-size: 14pt;
    height: 3.125em;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
.usas .usas-slash-button:hover,
.usas .usas-inverse-slash-button {
    background-color: #fff;
    color: #00b2e1;
}
.usas .usas-vert-middle {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.usas .usas-widget {
    clear: both;
    position: relative; 
}
.usas .container {
    padding: 0 1.563em;
}
.usas .results-container {
    position: relative;
}
.usas .confirm-buttons-container {
    text-align: center;
}
.usas .confirm-buttons-container .usas-slash-button-container {
    margin-bottom: 15px;
}
.usas .k-widget.k-tooltip-validation {
    border: none;
    background-color: #fff;
    color: #cb1436;
}
.usas .k-widget.k-tooltip-validation .k-icon {
    display: none;
}
.usas .k-invalid {
    border-color: #cb1436;
}
.usas .usas-slash-button i:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    content: "\f021";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    display: inline-block;
}
@-webkit-keyframes fa-spin {
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }

    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes fa-spin {
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
.usas.usas-wait-indicator {
    width: 300px;
    height: 300px;
    display: inline-block;
    color: #00b2e1;
}
.usas.usas-wait-icon {
    position: absolute;
    top: 40%;
    left: 40%;
}
.usas-loading-indicator {
    width: 100%; 
    height: 100%; 
    top: 0; 
    left: 0;
}
.usas .usas-40-width >.k-datepicker {  
    width: 39%;
}
.usas .usas-dsceditor-kendo-dropdown >.k-dropdown {
    max-width: 150px;
    width: 75%;
}
.usas .usas-dsceditor-kendo-dropdown {
    max-width: 130px;
    width: 32%;
}

.usas div[class*="usas-flex-box-"] {
    margin-right: -25px;
}
.usas div[class*="usas-flex-box-"] ul{
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    border: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}
.usas div[class*="usas-flex-box-"] .usas-flex-list-item{
    padding-top: 1.5625em;
    padding-left: 0;
}
.usas div[class*="usas-flex-box-"] .usas-flex-list-item>h1,
.usas div[class*="usas-flex-box-"] .usas-flex-list-item>h2,
.usas div[class*="usas-flex-box-"] .usas-flex-list-item>h3,
.usas div[class*="usas-flex-box-"] .usas-flex-list-item>h4,
.usas div[class*="usas-flex-box-"] .usas-flex-list-item>h5,
.usas div[class*="usas-flex-box-"] .usas-flex-list-item>h6,
.usas div[class*="usas-flex-box-"] .usas-flex-list-item>a,
.usas div[class*="usas-flex-box-"] .usas-flex-list-item>p,
.usas div[class*="usas-flex-box-"] .usas-flex-list-item>div{
    padding-right: 1.5625em;
}
.usas .usas-flex-box-1 .usas-flex-list-item{
    width: 100%;
}
@media (min-width: 992px) {
    .usas .usas-flex-box-1 .usas-flex-list-item {
        width: 100%;
    }
    .usas .usas-flex-box-2 .usas-flex-list-item {
        width: 50%;
    }
    .usas .usas-flex-box-3 .usas-flex-list-item {
        width: 33.333333%;
    }
    .usas .usas-flex-box-4 .usas-flex-list-item {
        width: 25%;
    }
}
@media (max-width: 991px) {
    .usas .usas-flex-box-1 .usas-flex-list-item {
        width: 100%;
    }
    .usas .usas-flex-box-2 .usas-flex-list-item,
    .usas .usas-flex-box-3 .usas-flex-list-item{
        width: 50%;
    }
    .usas .usas-flex-box-4 .usas-flex-list-item {
        width: 33.333333%;
    }
}
@media (max-width: 768px) {
    .usas .usas-flex-box-1 .usas-flex-list-item,
    .usas .usas-flex-box-2 .usas-flex-list-item,
    .usas .usas-flex-box-3 .usas-flex-list-item{
        width: 100%;
    }
    .usas .usas-flex-box-4 .usas-flex-list-item{
        width: 50%;
    }
}
@media (max-width: 400px) {
    .usas div[class*="usas-flex-box-"] .usas-flex-list-item{
        width: 100%;
    }
}
.usas-flex-list-item.k-state-selected {
    background-color:#fff;
    color: #00b2e1;
}
[data-role="listview"] {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.k-loading-color {
    opacity: .7;
}
.css-table {
    display: table;
    width: 100%;
}
.css-table-row {
    display: table-row;
}
.css-table-cell {
    display: table-cell;
}
.usas h4.dashboard-widget-title{
    margin: 0;
    line-height: 30px;
    text-transform: uppercase;
}
.usas hr.dashboard-hr{
    border-top: 2px solid #bbdbe5;
    margin: 2px 0 20px 0;
}
.usas hr.gray-line{
    border-top: 1px solid #cfd0d4;
    margin: 5px 0 10px 0;
} 
/*Remove the X from input boxes in IE*/
input::-ms-clear {
    display: none;
}
.usas-large-bookmark {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;
}

.sf-backend-wrp input[type=radio] {
    border: none;
}

.image-container img {
    width: 100%;
}

.k-loading-image {
    background-image:url(../images/loading.gif) !important;
}

.float-right {
    float:right
}

.usas-grid-template-datepicker .k-datepicker {
    width: 80%;
    margin-bottom: 0;
    margin-top: 5px
}

.usas-grid-template-datepicker .k-i-calendar {
    color: transparent;
    width: 35px;
}

.usas-grid-template-datepicker .k-select {
    margin-right: 3px;
    margin-top: 3px;
}

.usas-grid-template-dropdownlist .k-dropdown {
    width: 80%;
    margin-bottom: 0;
    margin-top: 5px;
}

.usas-grid-template-dropdownlist.usas-disabled .k-dropdown {
    border: .1em solid #ccc 
}

.usas-grid-template-dropdownlist .k-dropdown .k-dropdown-wrap {
    height:39px;
    margin-top: 2px;
    margin-right: 2px;
}

.usas-grid-template-dropdownlist .k-dropdown-wrap .k-select {
    height:90%;
    margin-right:2px;
    margin-top: 2px;
}

.usas-grid-template-dropdownlist .k-i-arrow-s {
    color: transparent;
}

.usas-grid-template-dropdownlist .k-input {
    margin-top: 3px;
}

.usas .usas-grid-template-textbox input.k-textbox,
.usas-grid-template-textbox .textbox.k-textbox:hover,
.usas-grid-template-textbox .textbox.k-textbox:focus,
.usas-grid-template-textbox  {
    margin-bottom:0; 
    margin-top:5px; 
    width:95%
}



/*.usas-kendo-grid .usas-grid-template-textbox {
    height: 100%;
    padding-top: 11px;
}*/


.usas-grid-template-textbox .textbox.k-textbox.k-invalid {
        background-color: lightgoldenrodyellow;
    color:#cb1436
}


.usas-grid-template-numeric .k-widget.k-numerictextbox.numeric,
.usas-grid-template-numeric .textbox.k-textbox:hover,
.usas-grid-template-numeric .textbox.k-textbox:focus {
    margin-bottom:0; 
    margin-top:2px; 
    width:95%

}

.usas-grid-template-numeric .k-numeric-wrap.k-state-hover input {
    background-color: #fff;
}

.usas-grid-template-numeric .k-numeric-wrap.k-state-focused input {
    background-color: #fff;
}


.usas-grid-template-numeric .k-numeric-wrap.k-state-default {
    border: 1px solid #0f173b;
    margin-top: 2px;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
    height: 1.78em;
}

.usas-grid-template-numeric .k-numeric-wrap.k-state-disabled {
    border: .1em solid #ccc;
    margin-top: 2px;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    height: 1.78em;
}

.usas-grid-template-numeric .k-numeric-wrap.k-state-default.k-invalid {
    /*border-color: #cb1436;*/
}

.usas-grid-template-numeric .k-numeric-wrap.k-state-default.k-invalid>input{
    background-color: lightgoldenrodyellow;
    color:#cb1436
}

.usas-grid-template-numeric .k-invalid .k-state-border-down{
    background-color: lightgoldenrodyellow;
    color:#cb1436
}

.usas-grid-template-numeric .k-numeric-wrap.k-state-default>input {
    text-align: center;
    text-indent:.1em;
    width: 90%;
    height:28px;
    border: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.usas-grid-template-numeric .k-numeric-wrap.k-state-disabled>input {
    text-align: center;
    text-indent:.1em;
    width: 100%;
}

.usas-grid-template-numeric .k-numeric-wrap .k-select {
    display: none;
}

.usas-grid-template-numeric .k-numeric-wrap>input::-webkit-input-placeholder {
    color: #ccc;
}

.usas-grid-template-checkbox input.k-checkbox {
    display:none;
}

.usas-required:before{
   font-family: Font Awesome\ 5 Free;
   font-weight: 900;
   display: inline-block;
   padding-top: 3px;
    padding-right: 3px;
   vertical-align: top;
   font-size:8px;
}

.usas-required:before {
    content: '\f069';
}

.usas-kendo-grid-hide-header .k-grid-header {
    display: none !important;
}

.usas-kendo-grid-hide-header td[role="gridcell"] {
    border: 0 !important;
}
div.row.usas-top-spacing-1 {
    padding-top: 1em;
}
div.usas-div-border {
    border: .1em solid;
}
.usas .panel-default > .panel-heading {
    color: #0f173b;
    font-weight: bold;
    background-color: #ecedf0;
    border-color: #ecedf0;
}
.usas .panel-default {
    border-color: #ecedf0;
}