html, body {
    font-family: Helvetica,Arial,sans-serif;
    height: 100%;
    color: #313131;
}

@-ms-viewport {
    width: device-width;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .page {
        min-width: 320px;
        max-width: 480px;
    }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    /* Styles */
    .page {
        min-width: 320px;
        max-width: 667px;
    }
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    /* Styles */
    .page {
        min-width: 320px;
        max-width: 320px;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    /* Styles */
    .page {
        min-width: 1024px;
        max-width: 1024px;
    }

    .mobilePage {
        min-width: 320px;
        max-width: 768px;
    }

    #PublicHeader {
        font-size: 0.9em;
    }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    /* Styles */
    .page {
        min-width: 768px;
        max-width: 1024px;
    }

    .mobilePage {
        min-width: 320px;
        max-width: 768px;
    }

    #PublicHeader {
        font-size: 0.9em;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .page {
        min-width: 1024px;
        max-width: 1024px;
    }

    .mobilePage {
        min-width: 320px;
        max-width: 768px;
    }

    #PublicHeader {
        font-size: 0.9em;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .page {
        min-width: 768px;
        max-width: 1024px;
    }

    .mobilePage {
        min-width: 320px;
        max-width: 768px;
    }

    #PublicHeader {
        font-size: 0.9em;
    }
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    /* Styles */
    .page {
        max-width: 100%;
        min-width: 1224px;
    }

    .mobilePage {
        min-width: 320px;
        max-width: 768px;
    }

    .publicPage, .pilotPage {
        max-width: 1224px;
    }
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    /* Styles */
    .page {
        max-width: 100%;
        min-width: 1224px;
    }

    .mobilePage {
        min-width: 320px;
        max-width: 768px;
    }

    .publicPage, .pilotPage {
        max-width: 1224px;
    }
}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
    /* Styles */
}

*:focus {
    outline: none;
}

textarea.ui-input-text {
    padding: 6px !important;
}

a, a:hover, a:visited, a:active,
a.ui-link, a.ui-link:hover, a.ui-link:visited, a.ui-link:active {
    color: #2A70B3;
    text-decoration: none;
}

    a.link {
        font-weight: normal;
        text-decoration: underline;
        cursor: pointer;
        font-weight: bold;
    }

    a.smallLink, span.smLabel {
        font-size: 0.8em;
    }

.applicationFooter {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 0.7em;
    color: #666;
    padding: 10px 0;
}

div.sectionSubheader {
    color: #888;
    text-shadow: 0 1px 1px #e8e8e8;
    line-height: 16px;
}

div.subdivider, div.subheader {
    border: 1px solid #e5e5e5;
    background: #dadada;
    background-image: -webkit-gradient(linear, left top, left bottom, from( #fff), to( #dadada)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient( #fff, #dadada); /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient( #fff, #dadada); /* FF3.6 */
    background-image: -ms-linear-gradient( #fff, #dadada); /* IE10 */
    background-image: -o-linear-gradient( #fff, #dadada); /* Opera 11.10+ */
    background-image: linear-gradient( #fff, #dadada);
    text-shadow: 0 1px 1px #fff;
    color: #6E8DB0;
    font-weight: bold;
    font-size: 14px;
    padding: 4px;
    margin-bottom: 10px;
    cursor: pointer;
}

    div.subdivider a, div.subheader a {
        text-shadow: 0 1px 1px #fff !important;
        color: #6E8DB0 !important;
        font-weight: bold;
        font-size: 14px;
        display: block !important;
        width: 100% !important;
    }

div.subheader2 {
    border: 1px solid #e5e5e5;
    background: #6592BA;
    background-image: -webkit-gradient(linear, left top, left bottom, from( #7BBBF4), to( #6592BA)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient( #7BBBF4, #6592BA); /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient( #7BBBF4, #6592BA); /* FF3.6 */
    background-image: -ms-linear-gradient( #7BBBF4, #6592BA); /* IE10 */
    background-image: -o-linear-gradient( #7BBBF4, #6592BA); /* Opera 11.10+ */
    background-image: linear-gradient( #7BBBF4, #6592BA);
    text-shadow: 0 1px 1px #6E8DB0;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 4px;
    margin-bottom: 10px;
    cursor: pointer;
}

    div.subheader2 a {
        text-shadow: 0 1px 1px #6E8DB0 !important;
        color: #fff !important;
        font-weight: bold;
        font-size: 14px;
        display: block !important;
        width: 100% !important;
    }

.subheadContent {
    float: left;
    width: 50%;
}

    .subheadContent a.ui-link, .subheadContent a {
        color: #fff;
        text-shadow: 0 1px 1px #194B7E;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.0em;
    }

.subheadContentLeft {
    width: 75%;
}

.subheadContentRight {
    width: 25%;
}

.page {
    padding: 10px;
    background-color: #fff;
    margin: 10px auto;
}

.main {
    border: 1px solid #e2e2e2;
    -moz-border-radius: 0.6em;
    -webkit-border-radius: 0.6em;
    border-radius: 0.6em;
    padding: 10px;
    margin-top: 10px;
}

div.miniToolBar {
    margin: 15px auto;
    width: 100%;
}

div.thirdWidth {
    width: 33%;
}

.fixedWidth {
    width: 200px;
    margin: 0 10px 0 0;
    display: inline-block;
}

.largeButton {
    width: 250px;
    font-size: 0.8em;
    display: inline-block;
}

.smallButton {
    width: 120px;
    font-size: 0.8em;
    display: inline-block;
}

div.miniToolBar .smallButton {
    width: 150px;
    margin: 0 4px;
}

.smallButton a.ui-btn, .smallButton a:hover.ui-btn {
    margin: 0;
}

.subItem {
    font-size: 0.9em;
}

.subSubItem {
    padding-left: 30px;
    font-size: inherit;
}

.headerLink {
    margin-bottom: 8px;
    font-size: 0.9em;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clear {
    clear: both;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.halfWidth {
    width: 40%;
    padding: 0 10px;
}

.radioButtonList label {
    margin-right: 6px;
}

.dataTable {
    font-size: 0.7rem;
    margin: auto;
}

    .dataTable th, .dataTable td {
        padding: 3px 4px;
    }

    .dataTable th, td.st-head {
        background-color: #C6D6E8;
    }

.grandMasterRow {
    font-weight: bold;
    background-color: #fafafa;
    height: 28px;
}

.masterRow {
    border-top: 1px#eaeaea solid;
    height: 28px;
}

.entryRow {
    color: #888;
    height: 28px;
}

.squawkEntryRow {
    height: 28px;
}

.altRow, .maintenanceGrid .maintenanceDue, .maintenanceGrid .maintenanceAlert {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.emptyData td, td.emptyData, div.emptyData {
    padding: 10px;
    color: #999;
}

div.emptyData {
    margin-top: 10px;
    width: 100%;
}

.reportHeader {
    text-align: center;
}

.footerRow {
    background-color: #C6D6E8;
}

    .footerRow td {
        white-space: nowrap;
    }

.footerSumRow,
.footerTotalRow {
    border-top: 1px solid #C6D6E8;
    font-weight: bold;
}

.footerTotalRow {
    border-width: 2px;
}

.invoiceGrandTotal {
    font-size: 1.2em;
}

.noActionButtons {
    margin-bottom: 25px;
}

.tabContainer .ui-field-contain .dropdownContainer {
    width: 70%;
    float: left;
}

.flatLabel.freeFloatLabel {
    float: none;
    width: auto;
}

.invoiceForm select, .publicPage select,
.adminpage select,
.tabContainer .ui-field-contain .dropdownContainer select,
.loadSummary .dropdownContainer select {
    border: 1px solid #ddd;
    -moz-border-radius: 0.6em;
    -webkit-border-radius: 0.6em;
    border-radius: 0.6em;
    padding: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    color: #121212;
}

.infoNotification {
    font-size: 0.8em;
    font-weight: normal;
    text-align: center;
    color: #8AAB45;
    margin: 6px 0 12px 0;
    text-align: center;
}

.failureNotification {
    color: #cc0000;
    font-size: 0.8em;
    text-align: center;
    margin: 6px 6px 12px 6px;
}

.maintenanceAlertInline {
    font-size: 0.8em;
    text-align: center;
    margin: 6px 6px 12px 6px;
}

.failureNotification ul {
    list-style-type: none;
    padding-left: 0;
}

.iconButton {
    cursor: pointer;
}

.icon {
    font-size: 1.0rem;
}

.icon-lg {
    font-size: 1.5rem;
}

.info {
    color: #2A70B3;
}

.success {
   color: #8AAB45;
}

.alert {
    color: #cc0000;
}

.neutral {
    color: #bbbbbb;
}

.inlineAlert {
    color: #cc0000;
    cursor: pointer;
}

.adminBody {
    margin: 20px auto;
    max-width: 600px;
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 0.6em;
    -moz-border-radius: 0.6em;
    -webkit-border-radius: 0.6em;
}

.ui-field-contain, .ui-mobile fieldset.ui-field-contain, .adminBody {
    background-color: #fcfcfc;
}

input {
    background-color: #fff;
}

.adminBody input.ui-input-text, .ui-field-contain textarea.ui-input-text, textarea.ui-input-text {
    /*max-width: 300px;
    min-width: 200px;*/
    background-color: #fff;
}

.adminHeader {
    text-align: center;
}

    .adminHeader h3, .reportBody h3, .adminReservations h3, .adminInventory h3, #LoadSummaryContent h3 {
        font-size: 1.1em;
        font-weight: normal;
        margin: 0 0 10px 0;
        color: #888;
        text-shadow: 0 1px 0 #e8e8e8;
        font-weight: normal;
    }

#LoadSummaryContent h4 {
    margin: 0;
    font-size: 0.8em;
    color: #888;
    font-weight: normal;
}

#LoadSummaryContent input.ui-input-text {
    min-width: 70px !important;
}

    #LoadSummaryContent input.ui-input-text.dateTime {
        min-width: 150px !important;
    }

.reportBody h3 {
    text-align: center;
}

.adminSubheader {
    margin: 8px 0 16px 0;
}

    .adminSubheader h3, .adminSubheader h4, .smallFormLabel {
        color: #666;
    }

    .adminSubheader h4 {
        margin-left: 10px;
    }

.smallFormLabel {
    font-size: 0.8em;
}

.adminSubheader h3 {
    font-size: 1.0em;
    font-weight: normal;
    margin: 0 0 4px 0;
}

.inputSeperator {
    min-height: 44px;
}

.inputSeperatorTall {
    min-height: 44px;
}

.inputSeperatorTall, .inputSeperator {
    padding: 4px 0 6px;
}

.submitSeperator {
    margin: 4px 0 10px 0;
    text-align: center;
}

.radioButtonList {
    display: inline-block;
    vertical-align: middle;
}

    .radioButtonList label {
        font-size: 0.8em;
    }

.ui-fullsize .ui-btn-inner,
table .ui-fullsize .ui-btn-inner {
    font-size: inherit;
}

.ui-field-contain label.ui-select, .ui-field-contain label.ui-input-text, label.ui-input-text, .radioButtonListLabel, label.ui-select, .ui-popup .ui-field-contain label.ui-select, .ui-popup .ui-field-contain label.ui-input-text, .flatLabel {
    vertical-align: middle;
    float: left;
    width: 25%;
    font-size: 0.8em;
    margin: 0 4px 6px 0;
    font-weight: bold;
    color: #333;
}

.ui-field-contain input.ui-input-text, .ui-field-contain .ui-input-search, .ui-field-contain .ui-select, input.ui-input-text, .ui-popup .ui-field-contain .ui-select, .ui-popup .ui-field-contain input.ui-input-text, .ui-popup .ui-field-contain textarea.ui-input-text, .flatLabelValue {
    vertical-align: middle;
    width: 70%;
    font-size: 0.8em;
    float: left;
    background-color: #fff;
}

.ui-field-contain textarea.ui-input-text, textarea.ui-input-text, .ui-popup .ui-field-contain textarea.ui-input-text {
    vertical-align: middle;
    width: 100%;
    font-size: 0.8em;
    float: left;
}

.ui-field-contain span.data {
    margin-left: 4px;
    font-size: 0.8em;
}

.ui-field-contain .fourcolumn input.ui-input-text {
    width: 25%;
}

.ui-field-contain .fivecolumn input.ui-input-text {
    width: 20%;
}

.ui-field-contain .fourcolumn label.ui-input-text,
.ui-field-contain .fivecolumn label.ui-input-text {
    margin-left: 10px;
    width: 15%;
}

.ui-field-contain .fourcolumn span,
.ui-field-contain .fivecolumn span {
    width: 5%;
    display: block;
    float: left;
}

    .ui-field-contain .fivecolumn span.data {
        width: 10%;
        display: block;
        float: left;
    }

.ui-text-disabled {
    color: #999;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dataTable .ui-field-contain input.ui-input-text, .dataTable .ui-field-contain textarea.ui-input-text, .dataTable .ui-field-contain .ui-input-search, .dataTable .ui-field-contain .ui-select, input.ui-input-text, .dataTable textarea.ui-input-text, .dataTable .ui-popup .ui-field-contain .ui-select, .dataTable .ui-popup .ui-field-contain input.ui-input-text, .dataTable .ui-popup .ui-field-contain textarea.ui-input-text {
    float: none;
}

.ui-btn-inner {
    font-size: 0.9em;
}

.ui-collapsible-heading a, .ui-collapsible-heading a:hover {
    color: #fff;
}

table .ui-collapsible-heading .ui-btn-inner {
    font-size: 0.8em;
}

table .ui-btn-inner {
    font-size: inherit;
}

.ui-field-contain .ui-controlgroup-controls {
    width: 100%;
}

.ui-field-contain label.ui-input-text, .ui-field-contain label.ui-select {
    vertical-align: middle;
    display: inline-block;
}

.ui-radio {
    width: 100px;
}

.ui-btn-hover-c {
    text-shadow: none;
}

input.ui-input-text {
    text-align: left;
    min-width: 75px;
    max-width: 225px;
}

.dataTable input.ui-input-text, textarea.ui-input-text {
    font-size: 1.0em;
}

.fullWidth .ui-collapsible-content {
    padding: 10px 0;
}

#AddSquawk h3 {
    font-size: 1.0em;
}

textarea.ui-input-text {
    height: 100px;
}

.ui-dialog-contain {
    width: 92.5%;
    max-width: 450px;
    margin: 10% auto 15px auto;
    padding: 10px;
    position: relative;
    top: -15px;
}

.ui-field-contain .ui-select .ui-btn {
    /*display: inline-block;*/
    /*width: 100%;*/
}

.ui-field-contain textarea.ui-input-text, textarea.ui-input-text {
    width: 100%;
}

.ui-field-contain .ui-select {
    display: block;
}

.ui-field-contain label.ui-select {
    display: block;
}

.ui-field-contain,
.ui-mobile fieldset.ui-field-contain,
fieldset.ui-field-contain {
    border-width: 0;
    margin: 5px 0;
    padding: 0;
}

#LoadSummaryContent {
    overflow: auto;
    text-align: center;
}

.deleteButton {
    padding: 6px;
    font-size: 0.75rem;
    cursor: pointer;
}

.updateProgressContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.updateProgressImage {
    width: 100%;
    max-width: 46px;
    height: 46px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
}

.auxilaryButton {
    background-attachment: scroll;
    background-color: #C0504D;
    background-image: -webkit-gradient(linear, left top, left bottom, from( #C0504D /*{a-bar-background-start}*/ ), to( #C0504D /*{a-bar-background-end}*/ )); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient( #C0504D /*{a-bar-background-start}*/, #C0504D /*{a-bar-background-end}*/ ); /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient( #C0504D /*{a-bar-background-start}*/, #C0504D /*{a-bar-background-end}*/ ); /* FF3.6 */
    background-image: -ms-linear-gradient( #C0504D /*{a-bar-background-start}*/, #C0504D /*{a-bar-background-end}*/ ); /* IE10 */
    background-image: -o-linear-gradient( #C0504D /*{a-bar-background-start}*/, #C0504D /*{a-bar-background-end}*/ ); /* Opera 11.10+ */
    background-image: linear-gradient( #C0504D /*{a-bar-background-start}*/, #C0504D /*{a-bar-background-end}*/ );
    background-position: 0 0;
    border: 1px solid #903230;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px 1px #903230;
}

.shutdownButton {
    background-attachment: scroll;
    background-color: #C0A04D;
    background-image: -webkit-gradient(linear, left top, left bottom, from( #C0A04D /*{a-bar-background-start}*/ ), to( #C0A04D /*{a-bar-background-end}*/ )); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient( #C0A04D /*{a-bar-background-start}*/, #C0A04D /*{a-bar-background-end}*/ ); /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient( #C0A04D /*{a-bar-background-start}*/, #C0A04D /*{a-bar-background-end}*/ ); /* FF3.6 */
    background-image: -ms-linear-gradient( #C0A04D /*{a-bar-background-start}*/, #C0A04D /*{a-bar-background-end}*/ ); /* IE10 */
    background-image: -o-linear-gradient( #C0A04D /*{a-bar-background-start}*/, #C0A04D /*{a-bar-background-end}*/ ); /* Opera 11.10+ */
    background-image: linear-gradient( #C0A04D /*{a-bar-background-start}*/, #C0A04D /*{a-bar-background-end}*/ );
    background-position: 0 0;
    border: 1px solid #987d37;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px 1px #987d37;
}

.addSquawk {
    padding: 10px;
    border: 1px solid #ddd;
    -moz-border-radius: 0.6em;
    -webkit-border-radius: 0.6em;
    border-radius: 0.6em;
    background-color: #fafafa;
    max-width: 500px;
    margin: 10px auto;
}

    .addSquawk label {
        display: inline-block;
        vertical-align: middle;
    }

.dataTable input.ui-input-text.notes {
    width: 250px;
}

#LogoutContainer {
    max-width: 450px;
}

#LoginContainer {
    padding: 10px;
}

    #LoginContainer fieldset {
        margin-top: 6px;
        padding: 20px 10px 0 10px;
        border: 1px solid #e7e7e7;
        -moz-border-radius: 0.4em;
        -webkit-border-radius: 0.4em;
        border-radius: 0.4em;
        border-color: #ddd;
    }

    #LoginContainer .submitSeperator {
        margin-top: 20px;
    }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: none;
    border: 1px solid #eaeaea;
}

.weekEndSelectIcon, .weekEndAllSelectIcon, .weekEndDeselectIcon, .weekEndAllDeselectIcon {
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.weekEndSelectIcon {
    background: transparent url('images/weekend_select.png') no-repeat center center;
}

.weekEndAllSelectIcon {
    background: transparent url('images/weekend_all_select.png') no-repeat center center;
}

.weekEndDeselectIcon {
    background: transparent url('images/weekend_deselect.png') no-repeat center center;
}

.weekEndAllDeselectIcon {
    background: transparent url('images/weekend_all_deselect.png') no-repeat center center;
}

.inlineLabel {
    font-weight: bold;
    margin-right: 4px;
}

.toolbar .inlineLabel {
    font-weight: normal;
    font-size: 0.9em;
    margin-right: 4px;
    color: #888;
    text-shadow: 0 1px 0 #e8e8e8;
}

.toolbar select {
    margin-right: 20px;
}

.unavailableLegend {
    background-color: #CC0000;
    border: 1px solid #AA0000;
    width: 15px;
    height: 15px;
}

.instructions {
    margin-bottom: 10px;
}

.contractDetail {
    padding: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 0.6em;
    -moz-border-radius: 0.6em;
    -webkit-border-radius: 0.6em;
    background-color: #fcfcfc;
    text-align: left;
    font-size: 0.8em;
    width: 400px;
    margin: 0 auto;
}

.reservationBlocks {
    padding: 8px 0;
}

.squawkHeaderButton {
    vertical-align: middle;
}

.squawkBadge {
    color: #fff;
    padding: 1px 4px;
    margin: 0 4px 0 6px;
    text-shadow: none;
    font-size: 0.8em;
    -moz-border-radius: 0.6em;
    -webkit-border-radius: 0.6em;
    border-radius: 0.6em;
    background-color: #ff7d00;
    font-weight: normal;
}

.newsquawk {
    background-color: #f5faff;
}

.ui-btn-up-b a, .ui-btn-up-b a:hover {
    border: 1px solid #396B9E;
    background: #34628F;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 1px #194b7e;
    background-image: -webkit-gradient(linear,left top,left bottom,from( #5f9cc5 ),to( #34628F ));
    background-image: -webkit-linear-gradient( #5f9cc5,#34628F );
    background-image: -moz-linear-gradient( #5f9cc5,#34628F );
    background-image: -ms-linear-gradient( #5f9cc5,#34628F );
    background-image: -o-linear-gradient( #5f9cc5,#34628F );
    background-image: linear-gradient( #5f9cc5,#34628F )
}

.ui-widget-header {
    color: #666;
    font-size: 1.0em;
    font-weight: normal;
}

input.ui-input-text.inventorySearchInput {
    width: 100%;
}

.clearButton {
    margin: 6px;
}

.resources {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    color: #999;
    font-size: 1.0rem;
}

.resourceUploadLabel {
    width: 160px !important;
}

.resourceUploadLabel .ui-btn-text {
    color: #fff !important;
}

input.resourceUpload {
    margin-top: 8px;
    margin-left: -16px;
    background-color: transparent;
}

input.resourceUpload::file-selector-button {
    opacity: 0;
    width: 1px;
}

.maintenanceDue, .negativeValue, .maintenanceFlag {
    color: #cc0000;
}

.maintenanceApproaching {
    color: Yellow;
}

.maintenanceAlert {
    color: #ed8302;
}

.alertBadge span {
    color: #fff;
    padding: 1px 4px;
    margin: 0;
    text-shadow: none;
    font-size: 0.8em;
    -moz-border-radius: 0.6em 0.6em 0.6em 0.6em;
    -webkit-border-radius: 0.6em 0.6em 0.6em 0.6em;
    border-radius: 0.6em 0.6em 0.6em 0.6em;
}

span.maintenanceBadgeDue {
    background-color: #e70000;
}

span.maintenanceBadgeAlert {
    background-color: #ff7d00;
}
