<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: "Montserrat", Sans-serif;
    font-size: 0.9rem;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 0.85em;
    height: 60px;
}

#Location-list .k-nodata {
    display:none !important;
}

legend {
    font-size: 1rem;
}

div.section {
    border: 1px solid grey;
    border-radius:5px;
    padding: 5px;
    margin:5px;
}
div.float {
    float: left;
    margin-right: 10px;
}
div.float-clear {
    clear: both;
}

/* #region custom Kendo UI styles */
h1 {
    margin: 0;
    font-size: 32px;
    font-weight: lighter;
    color: black;
    margin-bottom:10px;
}

h2 {
    font-size: 30px;
    font-weight: lighter;
}

hr {
    margin:0;
}
.placeholders {
    margin: 30px auto;
}

.placeholder img {
    display: inline-block;
}

p .k-button {
    margin: 0 15px 0 0;
}

#configure {
    display: none;
}

p .k-button {
    margin: 0 15px 0 0;
}

.k-menu {
    background-color: #012169;
    color: white;
    border: none;
    border-color: #C8102E;
}
.k-primary:hover {
    background-color: #012169;
}
.k-item, .k-menu.k-header {
        border-color: inherit !important;
    }
.k-menu-item {
    height:38px;
}
.k-tabstrip-items .k-state-active {
    background-color:white;
    color:#C8102E;
}
    .k-tabstrip-items .k-state-active .k-link {
        color: #C8102E;
    }
.k-tabstrip-top &gt; .k-tabstrip-items .k-item {
    margin: 0px -1px -1px 0;
}
.k-tabstrip-top &gt; .k-tabstrip-items .k-state-active {
    border-bottom-width: 0px;
    margin-bottom: -1px;
    padding-bottom: 0;
}
.k-dropdown-wrap {
    margin-right: 10px;
    background-color: #012169 !important;
}
.k-picker-wrap {
    background-color: #012169 !important;
}
.k-state-selected {
    background-color: #FFC080 !important;
    color: black;
}
.k-grid tr:hover {
    background-color: #FFC080 !important;
    color:black;
}
.k-grid tr.k-state-selected:hover td {
    background-color: inherit;
}
.k-grid-save-changes {
    background-color: #012169;
}
.replace {
    min-width: 0px !important;
    height: 26px;
}
.replace img {
    height:20px;
}
.k-numeric-wrap.k-state-default {
    background-color: #012169;
}
.k-numeric-wrap.narrow {
    width: 100px;
}
.k-radio {
    border-color: #012169;
}
    .k-radio:checked {
        border-color: #012169;
        color: #C8102E
    }
.sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    width: 100%;
    z-index: 999999;
    background-color: white;
    box-shadow: 0px 5px 3px grey;
    padding: 0;
}

.k-state-highlight {
    background-color: #FDC472;
    color:black;
}
.k-list-optionlabel {
    height:0;
    display:none;
}
.k-checkbox {
    border-color:#012169;
}
.k-checkbox:checked {
    border-color: #012169;
    color:#012169;
}
.k-input[readonly] {
    background-color: #e9ecef;
}
.k-switch-on .k-switch-handle {
    background-color: #012169 !important;
}

.offAlert.k-switch-off .k-switch-container {
    background-color: red !important;
}
#responsive-panel {
    padding: 0;
}

/*    #responsive-panel .k-menu {
        padding: .5rem;
    }*/
    .btn {
        vertical-align:top;
    }
.btn-primary {
    background-color: #012169;
    border-color: #12d7c3;
}
        .btn-primary:hover {
            background-color: #FDC472;
            border-color: #012169;
            color:black;
        }
.btn.cancel {
    background-color: lightcoral;
    margin-right:20px;
}
    .btn.cancel:hover {
        background-color: brown;
        border-color: #012169;
        color: black;
   }
    fieldset {
        margin-top:10px;
    }
    fieldset.inline {
        display:inline;
    }
    fielset.inline-block {
        display:inline-block;
    }
    fieldset.RTAInspStd {
        display:inline-block;
        width: auto;
        margin-top:5px;
    }
    label {
        font-weight:bold;
        margin-right:10px;
    }
    label.required:after {
        content: "*";
        color: red;
        padding-left: 3px;
    }
    label.data {
        font-weight:normal;
    }
    label.strong {
        color: #012169;
    }
        label.colfix-100 {
            width: 100px;
        }
        label.colfix-130 {
            width: 130px;
        }

    label.colfix-1 {
        width:115px;
    }
        label.RTAInspStd {
            min-width: auto;
            width: 260px;
            display: inline-block;
        }
    .form-control {
        height: inherit;
    }
    .field {
        width:300px;
    }
    .field.wide {
        width: 600px;
    }
    .field.wide-slight {
        width: 400px;
    }
    .wide {
        /*display:inline-block;*/
        width:400px;
    }
    .field.wide-2 {
        width: 900px;
    }
    .field.full {
        width:90%;
    }
    .field.narrow {
        width:150px;
    }
    .field.narrow-90 {
        width:90px;
    }
.field.RTAInspStd {
    width: auto;
    margin-bottom: 10px;
}
input[type="text"].RTAInspStd {
    margin-right: 10px;
    width: 500px;
}
input[type="text"].uppercase {
    text-transform: uppercase;
}
input[type="text"]:read-only {
    background-color: #e9ecef;
    border-color: #10c4b2;
}
textarea:read-only {
    background-color: #e9ecef;
}
.col-md-5 {
    max-width: 500px;
    margin-right: 20px;
}
    .field textarea {
        height:80px;
    }
    .field textarea.tall {
        height:160px;
    }
    .k-textbox {
        border-color: #10c4b2;
    }
    .k-textbox.wide {
        width: 600px;
    }
    .k-combobox {
        max-width: 500px;
    }
        .k-combobox.RTAInspStdCode {
            width: 80px;
        }

        .k-combobox.RTAInspStdPP {
            width: 80px;
        }
        .k-window {
        z-index: 999999;
    }

    .narrow {
        width:100px;
    }
    .field-validation-error {
        color: red;
    }
    .k-tooltip-error {
        color:#fff;
    }
    .error {
        border:red;
    }
.k-grid {
    font-size: smaller;
}

    .k-grid td {
        line-height: 2em;
    }
    .k-grid-edit {
        width:35px;
        min-width:0px !important;
    }
    .k-grid-delete {
        width: 35px;
        min-width:0px !important;
    }
    .k-grid tbody .k-button {
        min-width: inherit;
    }
.wraptext {
    word-break: break-all !important;
    word-wrap: break-word !important;
}
    tr.disabled {
        color:grey;
        background-color:blanchedalmond;
    }
.info {
    font-size:small;
    font-style:italic;
}
span.RTANoCode {
    margin-left:80px;
}
span.RTAInspValue.numberPP {
    margin-right:420px;
}
/* questionnaires*/
/*.tableFixHead {
    overflow-y: auto;
    height: 300px;
}

    .tableFixHead thead th {
        position: sticky;
        top: 0;
        z-index: 99999;
    }
    .tableFixHead tbody tr {
        height:50px;
    }
*/
table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    padding: 8px 16px;
}

th {
    background: #eee;
}

td {
    text-align: center;
    padding: 5px;
}

a.external {
    background: url(../Images/Icon_External_Link.png) center right no-repeat;
    padding-right: 13px;
}

/* Flashing for roller list */
.alarm {
    animation: blinker 3s linear infinite;
}

@keyframes blinker {
    15% {
        -webkit-filter: invert(10%);
    }
    50% {
        -webkit-filter: invert(100%);
    }
    85% {
        -webkit-filter: invert(10%);
    }
}

@-webkit-keyframes offHire {
    0% {
        background-color: #800;
    }

    49% {
        background-color: #800;
    }

    50% {
        background-color: #f00;
    }

    99% {
        background-color: #f00;
    }

    100% {
        background-color: #f00;
    }
}

@-moz-keyframes offHire {
    0% {
        background-color: #800;
    }

    49% {
        background-color: #800;
    }

    50% {
        background-color: #f00;
    }

    99% {
        background-color: #f00;
    }

    100% {
        background-color: #f00;
    }
}

@keyframes offHire {
    0% {
        background-color: #800;
    }

    49% {
        background-color: #800;
    }

    50% {
        background-color: #f00;
    }

    99% {
        background-color: #f00;
    }

    100% {
        background-color: #f00;
    }
}

.offHireAlarm {
    -webkit-animation: offHire 1s infinite;
    -moz-animation: offHire 1s infinite;
    animation: offHire 1s infinite;
}

@-webkit-keyframes standDown {
    0% {
        background-color: #9370DB;
    }

    49% {
        background-color: #9370DB;
    }

    50% {
        background-color: #D0D0D0;
    }

    99% {
        background-color: #D0D0D0;
    }

    100% {
        background-color: #9370DB;
    }
}

@-moz-keyframes standDown {
    0% {
        background-color: #9370DB;
    }

    49% {
        background-color: #9370DB;
    }

    50% {
        background-color: #D0D0D0;
    }

    99% {
        background-color: #D0D0D0;
    }

    100% {
        background-color: #9370DB;
    }
}

@keyframes standDown {
    0% {
        background-color: #9370DB;
    }

    49% {
        background-color: #9370DB;
    }

    50% {
        background-color: #D0D0D0;
    }

    99% {
        background-color: #D0D0D0;
    }

    100% {
        background-color: #9370DB;
    }
}

.standDownAlarm {
    -webkit-animation: standDown 1s infinite;
    -moz-animation: standDown 1s infinite;
    animation: standDown 1s infinite;
}
/* end of flashing for roller list */

@media (max-width: 767px) {
    #responsive-panel {
        transition: all linear .2s;
    }

    #configure {
        display: block;
        float: right;
    }

    #spanTitle {
        display:block;
    }
/*  This caused Details Pending to be untickable on Hire Edit 
    div.float {
        float: none;
        margin-right: 0px;
    }*/
    .info .form-group {
        margin-bottom: 0.25rem;
    }
    .k-primary {
        display: flex;
        flex-direction: column;
    }
    .k-rpanel {
        padding: 0 1rem;
    }

    .k-rpanel-expanded {
        padding: .5rem 1rem;
    }

    .navbar-header {
        width: 100%;
    }

/*    .k-menu .k-item,
    .k-menu .k-link {
        width: 100%;
    }*/

    .k-menu .k-link {
        box-sizing: border-box;
    }

    .col-md-5, .col-md-10 {
        max-width: inherit;
        width: 95%;
    }

    .wide {
        width: 300px;
    }
}

@media (max-width:450px) {
    body {
        max-width: 100%;
    }
    fieldset.RTAInspStd {
        display: block;
    }
    .field.wide {
        width:90%;
    }
    .field.wide-slight {
        width:90%;
    }
    label.RTAInspStd {
        display: block;
    }
    input[type="text"].RTAInspStd {
        width: 130px;
    }
    .k-combobox.RTAInspStdPP {
        width:75px;
        margin-right:0px;
    }
    .k-combobox.RTAInspStdCode {
        width: 65px;
    }
    span.RTAInspValue.numberPP {
        margin-right: 35px;
    }}

</pre></body></html>