﻿/*---------
    DAR-APPLICATIONS
    MAIN | 9
    HTML-ELEMENTS | 36
    UTILITIES
    HEADER
    MAIN-NAVIGATION
    FORM
    TABLE
    FOOTER
    CLEARFIX
    MEDIA-QUERIES
---------*/

/*****
    MAIN
******/
body, html {
    margin: 0;
    padding: 0;
    width: 100%;
}
body {
    background: #E6E6E6;
    font-size: 0.875em;
    height: 100%;
    line-height: 1.45;
    margin: 65px 0 0;
    text-rendering: optimizeLegibility;
    /*-- This is used as part of the Textbox/Label design to prevent flickering.  I can't really seem to see a difference so if it causes issues remove it --*/
    -webkit-backface-visibility: hidden;
}

    body * {
        font-family: "Noto Sans", "Segoe UI", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    }

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100%;
    position: relative;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
.pageHeader ~ * { 
    text-align: center;
    width: 97%;
    z-index: 0;
}
.searchParameters + *, .protocolInfo + * {
    position: absolute;
    top: 330px;
}
.pageHeader ~ *, .searchParameters + *, .protocolInfo + * { margin: 1.5% 1.5% 2%; }
div.aspNetHidden { 
    display: none;
    margin: 0;
}





/*****
    HTML-ELEMENTS
******/
h1, h2, h3, h4 {
    color: #1A3F69;
    font-family: "Sen";
    font-weight: inherit;
    line-height: 0.5em;
    margin: 1.414em 0 0.5em;
    text-transform: uppercase;
}
h1 {
    display: inline-block;
    font-size: 2em;
    line-height: 1em;
    margin: 0;
}
h1 + span { display: table; }
.km-content h1 { margin: 0; }
h2 ~ h2 { margin-top: 1.414em; }
h3 { 
    font-size: 2.8em;
    margin-top: 5px;
}
h4 { font-size: 1.7em; }
.km-view[id*="faq-section"] h3, .km-view[id*="faq-section"] h4 {
    font-size: inherit;
    margin-top: 1.141em;
}
a { 
    color: #478FCC;
    cursor: pointer;
    text-decoration: none;
}
a:hover { color: #E84A27; }
em { font-style: italic; }
/*-- Hiding text from screen (screen-reader accessible) --*/
.hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.textRight { text-align: right; }
*[disabled="disabled"] { cursor: default; }


/*****
    UTILITIES
******/
.font-weight-bold {
    font-weight: bold;
}

.d-flex { display: flex; flex-wrap: wrap;}
.d-none {
    display: none;
}
.d-inline {
    display: inline !important;
}
.align-space-between {
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

.display-table {
    list-style-type: none;
    padding-left: 0;
    border: 0px;
}

.display-table tr, .display-table tr td, .display-table thead tr td {
    border-bottom: 2px solid #eee;
    background-color: white;
}

.display-table tr:hover {
    background-color: transparent;
}
    /*****
    TABLE
******/
    table {
        border: 1px solid #E6E6E6;
        width: 100%;
    }
thead {
    background-color: #f0f0f0;
    border-bottom: 1px solid #DBDBDB;
    padding: 5px;
    text-align: left;
    width: 100%;
}
th {
    font-weight: bold;
    padding: 5px;
    text-align: left;
}
td {
    padding: 5px;
    position: relative;
    vertical-align: top;
}
/*tbody tr:nth-child(even) { background: rgba(71, 143, 204, .15); }
tbody tr:nth-child(odd) { background: #FFF; }
tbody tr:hover { background: rgba(255, 148, 0, .15); }*/
table a[data-action], table a[data-action*="Protocol"], table a[href*="SearchId"], table a[href*="UnitId"], table a[href*="View"], table a[href*="Review"], table a[class*="Pending"], table a[class*="Complete"], table a[class*="NotStarted"] {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 24px;
    margin: auto;
    text-indent: -9999px;
    width: 24px;
}
table a[data-action*="cancel"], table a[data-action*="decline"], table a[data-action*="end"], table a[data-action*="remove"], table a[data-action*="unassign"] { background-image: url('../Images/Icons/32/remove.png'); }
table a[href*="SearchId"], table a[href*="UnitId"], table a[data-action*="view"]/*, table a[href*="view"]*/ { background-image: url('../Images/Icons/32/view.png'); }
table a[data-action*="add"], table a[data-action="assign"] { background-image: url('../Images/Icons/32/add.png'); }
table a[data-action*="AllAlerts"] { background-image: url('../Images/Icons/32/alert.png'); }
table a[data-action*="Archive"] { background-image: url('../Images/Icons/32/archive.png'); }
table a[data-action*="Comment"] { background-image: url('../Images/Icons/32/add-comment.png'); }
table a[data-action*="Comment"].hasComment { background-image: url('../Images/Icons/32/comment.png'); }
table a[data-action*="Download"] { background-image: url('../Images/Icons/32/download.png'); }
table a[data-action*="Manage"] { background-image: url('../Images/Icons/32/view.png'); }
table a[data-action*="Documents"] { background-image: url('../Images/Icons/32/documents.png'); }
table a[data-action*="Documents"].noDocuments, table a[data-action*="Upload"] { background-image: url('../Images/Icons/32/add-documents.png'); }
table a[data-action*="edit"] { background-image: url('../Images/Icons/32/edit.png'); }
table a[data-action*="time"] { background-image: url('../Images/Icons/32/history.png'); }
table a[data-action*="Report"], table a[data-action*="Protocol"] { background-image: url('../Images/Icons/32/reports.png'); }
table a[data-action*="Renew"] { background-image: url('../Images/Icons/32/reset-black.png'); }
table a[data-action*="send"] { background-image: url('../Images/Icons/32/send.png'); }
table a[data-action*="schedule"] { background-image: url('../Images/Icons/32/calendar.png'); }
/*---- Animal Processing Table Link Styling ----*/
table a[class*="Complete"], a[data-action*="approve"], a[data-action*="finalize"] { background-image: url('../Images/Icons/32/complete.png'); }
table a[data-action*="expired"] {    background-image: url('../Images/Icons/32/clock-red.png');}
table a[data-action*="near-expired"] {    background-image: url('../Images/Icons/32/clock-yellow.png');}
table a[data-action*="not-expired"] {    background-image: url('../Images/Icons/32/clock.png');}
table a[data-action*="red-canc"] { background-image: url('../Images/Icons/32/red-canc.png');}
table a[data-action*="closed"] { background-image: url('../Images/Icons/32/remove.png');}
table a[data-action*="purple-card"] { background-image: url('../Images/Icons/32/purple-card.png');}

table a[class*="NotStarted"] {
    background-image: url('../Images/Icons/32/notstarted.png');
}
table a[class*="Pending"] { background-image: url('../Images/Icons/32/pending.png'); }
/*---- Inline Editing of Comments for Search.Applicants.aspx Page ----*/
table a[data-edit-id].hidden { display: none; }
table tr:hover a[data-edit-id], table a[data-save-id] {
    display: inline-block;
    float: right;
    font-size: 0.9em;
}
table input[type="text"][data-input-id] {
    border: 1px solid #6e6e70;
    padding-left: 11px;
    width: 95.85%;
}
table input[type="text"][data-input-id]:focus { 
    border-color: #E84A27;
    outline: 1px solid #E84A27;
}
table.logIdLinks td a[href*="View"] { 
    background: none;
    text-indent: inherit;
	display: inherit;
}




/*****
    FORM_ELEMENTS
******/
label { 
    display: table;
    font-weight: bold;
}
.inlineLabel { 
    font-weight: normal;
    margin-left: 10px;
    position: absolute;
    /*top: 21%;*/
    z-index: 1;
}
fieldset .row:first-of-type > label, .row fieldset:first-of-type label, .columnContainer > label:first-of-type, .row h3, .k-widget.k-notification h3 { /* If only label in a row/container or column container like in the Settings page */
    font-size: 1.25em;
    padding: 10px 0 5px;
    width: 100%;
}
.row h3, .k-widget.k-notification h3 { 
    color: #222;
    font-family: "Noto Sans", "Segoe UI", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
/* Department Fund Inline Edit */ #defaultAccountContainer.row { margin: 0 1.25%; }
fieldset .row:first-of-type > label { padding: 0; }
.columnContainer > label, .columnContainer > label:only-of-type, .row .columnContainer h3 { padding: 10px 10px 5px; }
/* Required field asterisks used in a label*/ .requiredField { color: #F00; }
/*---- Buttons ----*/
input[type="button"], input[type="submit"] {
	padding: 7px 10px;
	margin: 0 0 10px;
	display: block;
	background: #DBDBDB;
	color: #222;
	border: none;
	border-bottom: 2px solid #A5A5A5;
    font-size: 1.124em;
	font-weight: bold;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-khtml-border-radius: 6px;
    -webkit-transition: background-color .1s ease;
    -moz-transition: background-color .1s ease;
    transition: background-color .1s ease;
}
input[type="submit"], #questions input[type="button"][value*="Fin"] {
    background: #E84A27;
	color: #FFF;
	border-bottom: 2px solid #C06918;
}
input[type="button"]:hover { background-color: #C4C4C4; }
input[type="submit"]:hover { background-color: #D24F13; }
input[type="button"][disabled="disabled"] {
	background: #EEE;
	border-bottom: 2px solid #DDD;
	color: #B9B9B9;
	cursor: not-allowed;
}
input[type="button"].submit {
    background: #E84A27;
	color: #FFF;
	border-bottom: 2px solid #C06918;
}
/*--- Icon Button Settings ---*/
input[type="button"].icon, input[type="submit"].icon, input[type="button"].icon:hover, input[type="submit"].icon:hover { 
    background-position: 8px;
    background-repeat: no-repeat;
    text-indent: 20px;
}
    /* Icon Backgrounds */
    .add.icon, .add.icon:hover { 
        background-image: url(/images/icons/32/add.png);
        background-size: 16px;
    }
/*---- Text Areas/Boxes + Select ----*/
input[type="text"], textarea, select { 
    border: 1px solid #C3C3C3;
    text-indent: 10px;
    width: 100%;
}
input[type="text"], textarea {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
input[type="text"], select { height: 35px; }
input[type="text"]:hover, input[type="text"]:focus, textarea:hover, textarea:focus, select:hover, select:focus { outline: #E84A27 auto; }
input[type="text"]:focus { border: 1px solid #E84A27; }
textarea { 
    padding: 10px;
    text-indent: 0;
}
.appNav .row input[type="button"], #searchView input[type="button"] { display: inline-block; }
.appNav a[data-role="button"] {
    background-color: #FFF;
    background-position: top 7px center;
    background-repeat: no-repeat;
    border-color: #000;
    border-radius: 0;
    border-style: solid;
    border-width: 0 1px;
    padding: 7px 15px 7px;
}
.appNav a[data-role="button"] .km-icon {
    height: 3em;
    margin: 0 0 5px;
    width: 3em;
}
.appNav a[data-role="button"] .km-icon::after { content: " "; }
    .appNav a[data-role="button"] .km-icon.km-add::after, .appNav  a[data-role="button"] .km-icon.km-pdf::after {
        background-image: url('../Images/Icons/48/add.png');
        background-repeat: no-repeat;
        background-size: contain;
    }
    .appNav a[data-role="button"] .km-icon.km-pdf::after { background-image: url('../Images/Icons/48/pdf.png'); }
.appNav a[data-role="button"][name*="approve"] { background-image: url('../Images/Icons/48/approve.png'); }
.appNav a[data-role="button"][name*="create"] { background-image: url('../Images/Icons/48/create-application.png'); }
.appNav a[data-role="button"][id*="edit"] { background-image: url('../Images/Icons/48/edit-application.png'); }
.appNav a[data-role="button"][name*="exit"] { background-image: url('../Images/Icons/48/exit.png'); }
.appNav a[data-role="button"][name*="preview"] { background-image: url('../Images/Icons/48/preview.png'); }
.appNav a[data-role="button"][id*="resend"] { background-image: url('../Images/Icons/48/resend.png'); }
.appNav a[data-role="button"][name*="save"] { background-image: url('../Images/Icons/48/save.png'); }
.appNav a[data-role="button"][name*="send"] { background-image: url('../Images/Icons/48/send.png'); }
.appNav a[data-role="button"][name*="submit"] { background-image: url('../Images/Icons/48/submit.png'); }
.appNav a[data-role="button"][name*="search"] { 
    background: url('../Images/Icons/48/search.png') top 7px center no-repeat,
        url('../Images/Arrows/arrow.png') bottom 10px right 10px no-repeat;
    padding-right: 30px;
}
.appNav a[data-role="button"] .km-icon[class*="add"] {
    height: 2.8em;
    margin-bottom: 10px;
    width: 2.8em;
}
.appNav a[data-role="button"][name*="template"] { background-image: url('../Images/Icons/48/template.png'); }
.appNav button, .appNav a:not(.backButton), .appNav input[type=button], .appNav input[type=submit] {
    background-color: #FFF;
    border: none;
    color: #222;
    display: inline-block;
    font-size: 1em;
    font-weight: normal;
    margin: 0px -2px;
    padding: 59px 20px 9px;
}
.appNav input[type=button], .appNav input[type=submit] { padding: 54px 15px 5px; }
.appNav input[type=button][disabled=disabled], .appNav input[type=submit][disabled=disabled] { 
    background-color: #EEE;
    color: #666;
}
.appNav *[id*="add"] { background: url('../Images/Icons/48/add.png') top 7px center no-repeat; }
.appNav *[id*="cancel"] { background: url('../Images/Icons/48/cancel.png') top 7px center no-repeat; }
.appNav *[id*="close"] { background: url('../Images/Icons/48/close.png') top 7px center no-repeat; }
.appNav *[id*="exit"] { background: url(../Images/Icons/48/exit.png) top 7px center no-repeat; }
.appNav *[id*="edit"] { background: url(../Images/Icons/48/edit.png) top 7px center no-repeat; }
.appNav *[id*="Home"] { background: url(../Images/Icons/48/home.png) top 7px center no-repeat; }
.appNav *[href*="Info"], *[href*="Summary"], .appNav *[name*="info"] { background: url(../Images/Icons/48/info.png) top 7px center no-repeat; }
.appNav *[id*="manage"] { background: url(../Images/Icons/48/manage.png) top 7px center no-repeat; }
.appNav *[id*="next"] { background: url(../Images/Icons/48/next.png) top 7px center no-repeat; }
.appNav *[id*="next"][disabled=disabled] { background: url(../Images/Icons/48/next-disabled.png) top 7px center no-repeat; }
.appNav *[data-action*="PDF"] { background: url(../Images/Icons/48/pdf.png) top 7px center no-repeat; }
.appNav *[id*="previous"] { background: url(../Images/Icons/48/previous.png) top 7px center no-repeat; }
.appNav *[id*="previous"][disabled=disabled] { background: url(../Images/Icons/48/previous-disabled.png) top 7px center no-repeat; }
.appNav *[id*="reset"] { background: url(../Images/Icons/48/reset.png) top 7px center no-repeat; }
.appNav *[id*="review"] { background: url(../Images/Icons/48/review.png) top 7px center no-repeat; }
.appNav *[id*="Save"], .appNav *[id*="save"] { background: url(../Images/Icons/48/save.png) top 7px center no-repeat; }
.appNav *[name*="search"] { background: url('../Images/Icons/48/search.png') top 7px center no-repeat; }
.appNav *[id*="send"] { background: url('../Images/Icons/48/send.png') top 7px center no-repeat; }
.appNav *[name*="info"]::after, .appNav *[name*="search"]::after {
    content: url(../Images/arrows/dropdown.png);
    display: inline-block;
    margin-left: 5px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: transform ease-in-out 0.5s;
}
.appNav *[name*="info"].active::after, .appNav *[name*="search"].active::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.appNav *[name*="search"].noArrow::after { content: ""; }
.appNav *[id*="Send"] { background: url(../Images/Icons/48/send.png) top 7px center no-repeat; }
.appNav *[id*="submit"] { background: url(../Images/Icons/48/submit.png) top 7px center no-repeat; }
.appNav *[id*="update"] { background: url(../Images/Icons/48/update.png) top 7px center no-repeat; }
.appNav *[data-action="userMgt"] { background: url(../Images/Icons/48/usermanagement.png) top 7px center no-repeat; }
.appNav button .km-text, .appNav a:not(.backButton) .km-text { display: block; }
.km-phone .appNav button, .km-phone .appNav a:not(.backButton) { padding-top: 7px; }
#filtersView .last { padding-top: 0; }
        #filtersView input[type="button"] { 
            margin: 4px 0 0;
            padding: 5px;
            width: 100%;
        }
/*---- Date Picker ----*/
.k-widget.k-datepicker.dateField { width: 100%; }
.k-picker-wrap, .k-picker-wrap .k-input { height: 35px; }
.k-picker-wrap { border-radius: 0; }
.k-picker-wrap .k-input { 
    padding: 0;
    text-indent: 5px;
}
/*---- Radio Buttons + Checkboxes ----*/
.iradio_custom-orange + label, .icheckbox_custom-orange + label { 
    display: inline-block;
    margin-right: 20px;
}
.iradio_custom-orange + label:after, .icheckbox_custom-orange + label:after { 
    content: "\A";
    white-space: pre;
}
/*---- See All Group Links on Front DAR Office page ----*/
.seeAllGroupLink {
    background-color: #DBDBDB;
    border: 1px solid #CCC;
    border-radius: 5px;
    color: #222;
    padding: 2px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.seeAllGroupLink:hover { background: #DDD; }
/*---- Main Row+Fieldset Components ----*/
fieldset, .columnContainer {
    background: #FEFEFE;
    border: 1px solid #CCC;
    -webkit-box-shadow: 0 0 1px #E8E8E8;
    -moz-box-shadow: 0 0 1px #E8E8E8;
    box-shadow: 0 0 1px #E8E8E8;
    margin-bottom: 20px;
    margin-left: 0;
    padding: 0;
    position: relative;
    text-align: left;
}
fieldset:last-of-type { margin-bottom: 4%; }
.row .columnContainer { margin-bottom: 0; }
.row .columnContainer .row { 
    margin: 0;
    padding: 10px;
}
    /* -- Column Header/Footer/Button Styling -- */
.columnContainer .gridFooter, .columnContainer .gridHeader {
    background-color: #f5f5f5;
    font-weight: bold;
    padding: 10px;
}
    .columnContainer .gridFooter, #protocolNavigator { border-top: 1px solid #CCC; }
    .columnContainer .gridFooter { text-align: right; }
    .columnContainer .gridFooter input {
        display: inline-block;
        margin: 0 10px 0 0;
    }
    .columnContainer .gridHeader { 
        color: #222;
        font-family: inherit;
        font-size: 1.145em;
        margin: 0;
        text-transform: none;
    }
    .columnContainer table[role="grid"] th.k-header .gridHeader { padding: 0; }
    /*.columnContainer.c1-3 tbody tr:nth-child(even) { background: none; }*/
    .columnContainer.c1-3 .k-grid tr.k-grouping-row { border-color: #CCC; }
legend {
    font-size: 0;
    text-indent: -9999px;
}
/* -- Grid system -- */
.row {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    margin: 1.25% 1% 0;
    position: relative;
}
    .row .row {
        justify-content: space-between;
        justify-items: flex-end;
        margin-top: 1.25%;
    }
.appNav .row, #searchView .row {
    height: inherit;
    margin: 0;
}
#searchView .row { padding: 15px; }
#searchView .row .row { padding: 0; }
fieldset > .row { margin: 1.5%; }
.columnLayout { flex-flow: column; }
/* Fieldset Grid system */
.c1-1 { width: 99.2%; }
.c1-4 { width: 24.2%; }
.c3-4 { width: 74.2% }
.c1-3 { width: 32.5%; }
.c2-3 { width: 65.8%; }
.c1-2 { width: 49.2%; }
.c1-5 { width: 19.2%; }
.c2-5 { width: 39.2%; }
.c3-5 { width: 59.2%; }
.c1-6 { width: 15.9%; }
.c5-6 { width: 83.0%; }
.c1-7 { width: 13.6%; }
.c1-8 { width: 11.7%; }
.c1-9 { width: 10.3%; }

*[class*="c1-"], *[class*="c2-"], *[class*="c3-"] { margin: auto; }
.row .row *[class*="c1-"], .row .row *[class*="c2-"], .row .row *[class*="c3-"] { margin: initial; }



/*-----
    FORM
-----*/
form { padding-bottom: 41px; /*60px;*/ }




/*****
    HEADER
******/
header {
    background-color: #13294B;
    color: #FFF;
    height: 65px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
}
header div[role="navigation"], footer > div { 
    display: inline-block;
    position: relative;
    vertical-align: bottom;
}
header div[role="navigation"] { 
    background-color: #13294B;
    bottom: 0;
    height: 100%;
    position: absolute;
    right: 20px;
    width: 70%;
    text-align: right;
}
header div[role="navigation"] a {
    color: #FFF;
    display: inline-block;
    padding-bottom: 13px;
    text-transform: uppercase;
}
header div[role="navigation"] a:hover, header div[role="navigation"] a.active { 
    border-bottom: 3px solid #E84A27;
    color: #FFF;
}
.homeLink {
    color: #F1F1F1;
    font-family: "Sen";
    font-size: 2.25em;
    line-height: 2.2em;
    margin-left: 2.25em;
    text-transform: uppercase;
}
header .unit { 
    display: inline-block;
    height: inherit;
}

@media screen and (max-width: 670px) {
    header .unit {
        display: flex;
        align-items: flex-start;
        height: inherit;
    }

    .homeLink {
        font-size: 1.75em;
        margin-top: 10px;
        margin-left: 2.2em;
        line-height: 1;
    }

}


header .unit span:first-of-type { margin-left: 4.5em; }
#blocki {
    background: url('../images/illinois-logo.png') no-repeat center;
    background-size: contain;
    display: inline-block;
    height: 35px;
    left: 20px;
    position: absolute;
    text-indent: -9999px;
    top: 23%;
    width: 26px;
}
span#blocki { left: -41px; }
        .userInfo, nav {
            position: absolute;
            right: 20px;
        }
        .userInfo { top: 7px; }
        nav { bottom: 0; }
        .userInfo ul, nav ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }
        .userInfo li, nav li { display: inline-block; }
        .userInfo li a.alerts, .userInfo li a.faq, .userInfo li a.logout {
            background-position: center;
            background-repeat: no-repeat;
            display: list-item;
            height: 16px;
            margin-right: 10px;
            width: 16px;
        }
        .userInfo li a.alerts { background-image: url('../images/icons/16/notification.png'); }
        .userInfo li a.alerts .k-badge { background: rgb(218, 34, 40); }
        .userInfo li a.faq { background-image: url('../images/icons/16/help.png'); }
        .userInfo li a.logout { background-image: url('../images/icons/16/logout.png'); }
            .userInfo li a.user {
                background: url(../images/icons/16/user.png) no-repeat left center;
                color: #F1F1F1;
                margin-right: 17px;
                padding-left: 22px;
            }
            .userInfo li a.user::after {
                content: " ";
                background: url(../images/arrows/usermenu.png) top left no-repeat;
                background-size: cover;
                height: 8px;
                width: 14px;
                position: absolute;
                top: 25%;
                margin-left: 3px;
            }
        nav li { 
            font-size: 1.25em;
            display: inline;
            line-height: 2.1em;
            margin: 0;
            margin-right: 15px;
            padding-bottom: 4px;
        }
        nav li:hover, nav li.active { border-bottom: 3px solid #E84A27; }
        nav li:last-of-type { margin: 0; }
        nav li a, nav li.active a { color: #F1F1F1; }
        nav li:hover a { color: #E84A27; }

@media screen and (max-width: 670px) {
    #blocki {
        height: 23px;
        top: auto;
        margin-top: 10px;
    }
}
.userName-LogOut span { 
    background: url('../Images/Icons/16/user.png') 3px 6px no-repeat;
    display: list-item;
    padding: 5px 10px 0 25px;
    text-transform: uppercase;
}
.userName-LogOut a {
    font-size: 0.85em;
    display: table-caption;
    line-height: 0.8em;
    padding-bottom: 0;
    padding-left: 20px;
    text-transform: capitalize;
    width: 75px;
}
.userName-LogOut a:hover {
    color: #E84A27;
    border: none;
}
.facilityScreen {
    line-height: 0;
    margin: 1em 4.75em 0;
}
.facilityScreen .homeLink, header .unit .facilityScreen span { 
    display: block;
    line-height: 1em;
    margin: 0;
}
.facilityScreen .homeLink { 
    font-size: 1.75em;
}



/*****
    NAVIGATION-STYLING
*****
/*---- MAIN-NAVIGATION ----*/
.pageHeader {
    position: fixed;
    top: 58px;
    width: 100%;
    z-index: 2;
}
.appNav {
    background-color: #FFF;
    border-bottom: 1px solid #999999;
    color: #222;
    height: 80px;
    line-height: 0.75em;
    padding: 0 15px;
    position: fixed;
    top: 65px;
    width: 100%;
    z-index: 2;
}
.appNav + * { margin-top: 144px; /*160px;*/ }
.appNav img { 
    float: left;
    margin: 5px 5px 0 0;
}
.appNav > span { 
    padding-bottom: 5px;
    display: table;
}
.appNav > span span {
    color: #EEE;
    font-weight: normal;
}
.appNav > span span.tooltip, .appNav > span a { 
    cursor: pointer;
    text-decoration: underline;
}
.appNav nav { 
    font-family: "Sen";
    font-size: 3.5em;
}
.appNav nav li {
    border-color: #287cbf;
    border-style: solid;
    border-width: 0 1px;
    line-height: 1.64em;
    margin: 0 -11px 0 0;
}
.appNav nav > ul > li:hover, .appNav nav > ul > li.active { background-color: #2169A1; }
.appNav nav > ul > li > a { 
    color: #FFF;
    padding: 22px 35px;
}
/*---- Fixes mobile appearance ----*/
.km-phone .appNav {
    position: relative;
    top: auto;
}
.km-phone .appNav + * { margin-top: 0; }
/*---- Mobile Transition Navigation ----*/
div[data-role="navbar"] .km-leftitem { left: 1.25em; }
div[data-role="navbar"] .km-leftitem a .km-icon[class*="arrow"]::after { background: url('../Images/Arrows/arrow-left.png') no-repeat; }
/*---- Page Options Menu ----*/
.appNav nav[role="menubar"] {
    font-family: "Noto Sans";
    font-size: 1em;
    position: absolute;
    right: 35px;
    top: 0;
}
.appNav nav[role="menubar"] > ul > li {
    border-color: #2d8bd6;
    border-style: solid;
    border-width: 0 1px;
    margin: 0 -2px;
    min-width: 85px;
    padding: 56px 0 2px;
    text-align: center;
}
.appNav nav[role="menubar"] > ul > li:hover { 
    background-color: #E84A27;
    border-color: #2A7ABA;
    -webkit-transition:  all ease-in 0.1s;
    -moz-transition:  all ease-in 0.1s;
    -o-transition:  all ease-in 0.1s;
    transition: all ease-in 0.1s;
}
.appNav nav[role="menubar"] > ul > li > a {
    background-image: url('../Images/Icons/48/edit.png');
    background-position: center 0;
    background-repeat: no-repeat;
    color: #f0f0f0;
    line-height: 1em;
    padding: 50px 10px 0;
    text-transform: uppercase;
}
.appNav nav[role="menubar"] > ul > li > a[id*="add"] { background-image: url('../Images/Icons/48/add.png'); }
.appNav nav[role="menubar"] > ul > li > a[id*="close"] { background-image: url('../Images/Icons/48/delete.png'); }
.appNav nav[role="menubar"] > ul > li > a[id*="save"] { background-image: url('../Images/Icons/48/save.png'); }
.appNav nav[role="menubar"] > ul > li > a[data-action*="Sort"] { background-image: url('../Images/Icons/48/reset.png'); }
.appNav nav[role="menubar"] > ul > li > a[data-action*="Excel"] { background-image: url('../Images/Icons/48/excel.png'); }
.appNav nav[role="menubar"] > ul > li > a[data-action*="Pdf"] { background-image: url('../Images/Icons/48/pdf.png'); }
.appNav nav[role="menubar"] > ul > li > a[data-action="ReviveSearch"] { background-image: url('../Images/Icons/48/unarchive.png'); }
.appNav nav[role="menubar"] > ul > li > a[data-action="FullScreen"] { background-image: url('../Images/Icons/48/fullscreen.png'); }
.appNav nav[role="menubar"] > ul > li > a[data-action="FullScreen"].fullScreenMode { background-image: url('../Images/Icons/48/fullscreen-invert.png'); }
.appNav nav[role="menubar"] > ul > li > a#optIn { background-image: url('../Images/Icons/48/optin.png'); }
.appNav nav[role="menubar"] > ul > li > a#optOut { background-image: url('../Images/Icons/48/optout.png'); }
/* Facility + Worker Notifications Menus */
#menu.panel {
    background-color: #FFF;
    border-left: 1px solid #CCC;
}
#menu.panel div { height: 47.65%; }
#menu.panel div ul .km-group-container .km-group-title { padding: 0; }
#menu.panel div ul .km-group-container ul.km-list:not(.km-listview) li a, #drawer-notification ul.km-list:not(.km-widget) > li { 
    background-color: #FFF;
    color: #222;
}
#menu.panel div ul .km-group-container ul.km-list:not(.km-listview) li a:hover, #drawer-notification ul.km-list:not(.km-widget) > li:hover, #drawer-notification ul.km-list:not(.km-widget) > li a.newAlert:hover { background-color: #FFF2E0; }
#menu.panel div ul .km-group-container ul.km-list:not(.km-listview) li:last-of-type { border-bottom-width: 1px; }
#menu.panel div ul .km-group-container ul.km-list.km-listview li a.addNotify { 
    background: #DBDBDB url('../images/icons/16/add.png') no-repeat 0.75em center;
    color: #222;
    text-indent: 2em;
}
#menu.panel div ul .km-group-container ul.km-list.km-listview li a.addNotify:hover { background-color: #C4C4C4; }
#menu.panel div ul .km-group-container ul.km-list.km-listview li a.addNotify:after { content: none; }
#menu.panel div ul .km-group-container ul.km-list:not(.km-listview) li a.newAlert, #drawer-notification ul.km-list:not(.km-widget) > li a.newAlert {
    background-color: #E7F2FA;
    font-weight: bold;
}




/*****
    OVERVIEW-AGGREGATES
******/
#OverviewAggregates/*, .appNav div > div*/ {
    display: inline-block;
    padding-top: 1.25em;
}
#OverviewAggregates {
    background-color: #FBFBFB;
    border: 1px solid #E2E2E2;
    box-shadow: inset 0 0 1px #DCDCDC;
    height: initial;
    margin-top: 10px;
    padding-top: 0;
}
.appNav div > div[id*="Container"] { padding-top: 3px; }
#OverviewAggregates > div {
    height: 100%;
    padding: 8px;
}
#OverviewAggregates span {
    color: #002058;
    display: inline;
    font-size: 2em;
    line-height: 1em;
}
#OverviewAggregates label { 
    color: #4D4D4D;
    font-size: 0.85em;
    font-weight: normal;
}




/*****
    SEARCH-PARAMETERS. PROTOCOL-INFO
******/
.searchParameters, .protocolInfo {
    background: #FFF;
    border-bottom: 1px solid #999999;
    margin: 0;
    position: fixed;
    text-align: left;
    top: 145px;
    width: 100%;
    z-index: 1;
}




/*****
    SPLITTER
******/
#splitter {
    border: none;
    margin: 145px 0 0;
    width: 100%;
}
#splitter fieldset { margin: 10px; }
/*--- Letters Section ---*/
#splitter span[id*="preview"] { 
    display: block;
    margin: 10px 0;
}




/****
	SCHEDULE
*****/
	/*-- Assignment Layout --*/
        div[class|="outerAssignment"], div[class|="innerAssignment"] { color: #F1F1F1; }
		div[class|="outerAssignment"] {
            border: 1px solid;
            cursor: pointer;
			margin: 5px 0;
            min-height: 45px;
            padding: 5px;
            position: relative;
		}
        div[class|="outerAssignment"]:hover, div[class|="outerAssignment"].selected { border-color: #E84A27; }
		div[class|="outerAssignment"]:first-child { margin-top: 0; }
        div[class|="outerAssignment"]:last-child { margin-bottom: 0; }
		div[class|="innerAssignment"] {
			display: inline-block;
            margin: 0 0 5px;
            padding: 2px 4px;
            position: relative;
            text-transform: uppercase;
            vertical-align: bottom;
		}
        div[class|="outerAssignment"] .ownerInitials, div[class|="outerAssignment"] .usersInitials {
            background-color: #001230;
            display: inline-block;
            padding: 2px 4px;
            position: absolute;
            right: 5px;
        }
        div[class|="outerAssignment"] .assignmentLocation { display: block; }
        div[class|="outerAssignment"][data-new-changes="true"] div[class|="innerAssignment"]::before {
            background: #da2228;
            border: 1px solid #9a181c;
            border-radius: 50%;
            content: " ";
	        display: inline-block;
            height: 12px;
            position: absolute;
            right: -10px;
            top: 0;
            width: 12px;
        }
		div[class|="outerAssignment"] span.complete, div[class|="outerAssignment"] span.notStarted {
                width: 0;
                height: 0;
                border-top: 0px solid transparent;
                border-right: 15px solid #F00;
                border-bottom: 15px solid transparent;
                position: absolute;
                top: 0;
                right: 0;
        }
        div[class|="outerAssignment"] span.complete { border-right-color: #01d201; }
	/*-- Assignment Types --*/
        /* Unpack */
		div.outerAssignment-Unpack {
			background-color: #87009f;
            border-color: #570066;
            -webkit-box-shadow: 0px 0px 5px 1px rgba(87,0,102,0.3);
            -moz-box-shadow: 0px 0px 5px 1px rgba(87,0,102,0.3);
            box-shadow: 0px 0px 5px 1px rgba(87,0,102,0.3);
		}
        div.outerAssignment-Unpack div[class|="innerAssignment"], div.outerAssignment-Unpack:hover, div.outerAssignment-Unpack.selected { background-color: #570066; }
        div.outerAssignment-Unpack:hover div[class|="innerAssignment"], div.outerAssignment-Unpack.selected div[class|="innerAssignment"] { background-color: #2b0033; }
        /* Setup */
		div.outerAssignment-Setup {
			background-color: #005F00;
            border-color: #004000;
            -webkit-box-shadow: 0px 0px 5px 1px rgba(0,64,0,0.3);
            -moz-box-shadow: 0px 0px 5px 1px rgba(0,64,0,0.3);
            box-shadow: 0px 0px 5px 1px rgba(0,64,0,0.3);
		}
        div.outerAssignment-Setup div[class|="innerAssignment"] { background-color: #004000; }
        /* Summary */
		div.outerAssignment-Summary {
			background-color: #5b26f5;
            border-color: #1a0066;
            -webkit-box-shadow: 0px 0px 5px 1px rgba(26,0,122,0.3);
            -moz-box-shadow: 0px 0px 5px 1px rgba(26,0,122,0.3);
            box-shadow: 0px 0px 5px 1px rgba(26,0,122,0.3);
		}
        div.outerAssignment-Summary div[class|="innerAssignment"] { text-transform: none; }
        /* Daily */
		div.outerAssignment-Daily {
			background-color: #0088BD;
            border-color: #00638a;
            -webkit-box-shadow: 0px 0px 5px 1px rgba(0,99,138,0.3);
            -moz-box-shadow: 0px 0px 5px 1px rgba(0,99,138,0.3);
            box-shadow: 0px 0px 5px 1px rgba(0,99,138,0.3);
		}
        div.outerAssignment-Daily div[class|="innerAssignment"], div.outerAssignment-Daily:hover, div.outerAssignment-Daily.selected { background-color: #00638a; }
        div.outerAssignment-Daily:hover div[class|="innerAssignment"], div.outerAssignment-Daily.selected div[class|="innerAssignment"] { background-color: #00374d; }
        /* Generic */
		div.outerAssignment-Generic {
            background-color: #445451;
            border-color: #323e3c;
            -webkit-box-shadow: 0px 0px 5px 1px rgba(50,62,60,0.3);
            -moz-box-shadow: 0px 0px 5px 1px rgba(50,62,60,10.3);
            box-shadow: 0px 0px 5px 1px rgba(50,62,60,0.3);
		}
        div.outerAssignment-Generic div[class|="innerAssignment"], div.outerAssignment-Generic:hover, div.outerAssignment-Generic.selected { background-color: #323e3c; }
        div.outerAssignment-Generic:hover div[class|="innerAssignment"], div.outerAssignment-Generic.selected div[class|="innerAssignment"] { background-color: #171c1b; }
        /* Time Off */
        div.outerAssignment-TimeOffRequest {
            background-color: #777;
            border-color: #333;
            -webkit-box-shadow: 0px 0px 5px 1px rgba(34,34,34,0.3);
            -moz-box-shadow: 0px 0px 5px 1px rgba(34,34,34,10.3);
            box-shadow: 0px 0px 5px 1px rgba(34,34,34,0.3);
		}
        div.outerAssignment-TimeOffRequest div[class|="innerAssignment"], div.outerAssignment-TimeOffRequest:hover, div.outerAssignment-TimeOffRequest.selected { background-color: #555; }
        div.outerAssignment-TimeOffRequest:hover div[class|="innerAssignment"], div.outerAssignment-TimeOffRequest.selected div[class|="innerAssignment"] { background-color: #333; }
        /* Add */
		td div.outerAssignment-Add { 
            background-color: #EEE;
            border-color: #CCC;
            border-style: dashed;
            color: #222;
            display: none;
            -webkit-box-shadow: 0px 0px 5px 1px rgba(102,102,102,0.3);
            -moz-box-shadow: 0px 0px 5px 1px rgba(102,102,102,0.3);
            box-shadow: 0px 0px 5px 1px rgba(102,102,102,0.3);
		}
		td:hover div.outerAssignment-Add, td div.outerAssignment-Add.selected { display: inline-block; }
        div.outerAssignment-Add div.innerAssignment-Add {
            background: #CCC url(../../images/icons/16/add.png) no-repeat center left 5px;
            color: #222;
            display: inline-block;
            height: 16px;
            width: 16px;
        }
	/*-- Assignment Details Panel --*/
        /*.assignmentDetails.c1-3 { width: 34.45%; }*/
        #assignmentDetailsContainer, #assignmentDetailsContainer > div, #assignmentDetailsContainer > form { height: 100%; }
        .assignmentDetails { 
            background: #F5F5F5;
            position: relative;
        }
        .assignmentDetails .loadingContainer { 
            width: 93%;
            height: inherit;
        }
        .assignmentDetails .titleBar {
            border-bottom: 1px solid #CCC;
            font-size: 1.5em;
            padding: 15px;
        }
        .assignmentDetails .content { 
            height: 93.75%;
            padding: 13px;
            position: relative;
        }
        .assignmentDetails .content .row { margin-bottom: 3%; }
        .assignmentDetails .content .row input[type="button"][data-action*="delete"] { 
            background-color: #A40000;
            border-color: #800000;
            color: #F1F1F1;
        }
        .assignmentDetails .row input { width: 100%; }
        #AssignedTo {
            height: 35px;
            padding: 0 10px;
        }
		/*-- Schedule Toolbar/Calendar --*/
		#filtersPopup { width: 210px; }
		#filtersPopup .row { margin: 10px 5px; }
        #filtersPopup .row > * { 
            padding: 0;
            width: 100%;
        }
		#filterButton { width: 88%; }
        #gridSchedule .k-header.k-grid-toolbar .k-toolbar { 
            background: none;
            border: none;
            box-shadow: none;
            padding-left: 10px;
        }
        #gridSchedule .k-header.k-grid-toolbar .k-button-group .k-datepicker { 
            height: 38px; 
            margin-top: -3px;
            padding: 0;
        }
        #gridSchedule .k-header.k-grid-toolbar .k-button-group .k-datepicker .k-picker-wrap { height: 38px; }
        #gridSchedule .k-header.k-grid-toolbar .k-button-group #prevButton, #gridSchedule .k-header.k-grid-toolbar .k-button-group #nextButton { height: 40px; }
		#gridSchedule.k-grid th.k-header, #gridSchedule.k-grid tr td[role="gridcell"], #gridSchedule.k-grid tr.k-alt td[role="gridcell"] { border-left: 1px solid #CCC; }
        #gridSchedule.k-grid th.k-header:first-child, #gridSchedule.k-grid th.k-header.shownDate, #gridSchedule.k-grid tr td[role="gridcell"]:first-child { padding: 0.4em 0.6em 0.4em 1.1em; }
        #gridSchedule.k-grid th.k-header.shownDate { border-left: none; }
        #gridSchedule.k-grid th.k-header, #gridSchedule.k-grid tr td[role="gridcell"] { 
            padding: 0.4em 0.6em;
            vertical-align: top;
        }
        #gridSchedule span[id*="HeaderDate"] { font-weight: normal; }
        #gridSchedule .k-grid-content table tbody tr td { 
            background: #FFF;
            height: 77px;
        }
        #gridSchedule .k-grid tr.k-alt td[role="gridcell"], #gridSchedule .k-grid-content table tbody tr, #gridSchedule .k-grid-content table tbody tr td, #gridSchedule .k-grid-content table tbody tr.k-alt td[role="gridcell"] { border-color: #CCC; }
		#gridSchedule tr.k-alt { background-color: transparent; }
        #todayButton, #gridSchedule .k-button-group, #gridSchedule .km-buttongroup, #requestTimeOffButton, #coWorkersSchedule, #calendarModeOptions, #cloneButton, #deleteButton {
            float: right;
            margin: 6px 5px !important;
        }
        #requestTimeOffButton { 
            margin-left: 20px !important;
            margin-right: 15px !important;
        }
		#requestTimeOffButton a[data-role="button"], #todayButton, #cloneButton, #deleteButton, #dayToggle, #weekToggle, #allFacilitiesToggle, #myFacilitiesToggle, #staffFilters, #mobileContainer #gridSchedule #prevButton, #mobileContainer #gridSchedule #nextButton {
			padding: 0.48em 0.9em;
		}
        #coWorkersSchedule { width: 215px; }
        #coWorkersSchedule .k-widget .k-multiselect-wrap { padding: 0; }
        #coWorkersSchedule .k-multiselect>.k-multiselect-wrap>.k-i-close { top: 11px; }
        #calendarModeOptions select { 
            height: 38px;
            text-indent: 0;
        }
        #gridSchedule .k-button-group .k-button#toolbarDatePicker { padding: 0; }
        .k-toolbar-first-visible {
            position: absolute;
            top: 25%;
        }
        #selectedDates { 
            font-size: 1.5em;
            margin-left: 5px;
        }
        #staffFilters + div #selectedDates { 
            line-height: 2.5em;
            margin-left: 20px;
        }
        #gridSchedule .k-overflow-anchor { display: none !important;  } 
        #gridSchedule .pastMonthDate { color: #6e6e70; }
        /*----Request TimeOff Modal ----*/
        #RequestTimeOffView label.k-radio-label { display: inline-block; }
        #popover-whotonotify div .km-navbar .km-rightitem .km-button .km-icon.km-close:after { content: "x"; }
        /*----Assignment Details Modal ----*/
        .assignedRooms {
            margin: 0;
            padding: 0;
			display: inline-block;
        }
        .assignedRooms li {
            display: block;
            height: 36px;
            list-style-type: none;
			position: relative;
			padding-right: 80px;
        }
        .assignedRooms li img { 
            margin-right: 5px;
            vertical-align: middle;
        }
		.assignedRooms li .km-switch {
			position: absolute;
			top: 0;
			right: 0;
		}




/****
	TABLET_ROOMS_SECTION
*****/
.mobile-listview > li {
    background-color: #E8E8E8;
    padding: 0;
}
.mobile-listview > li, #roomAssignments-listview li {
    border-bottom: 1px solid #CCC;
}
.mobile-listview > li {
    padding: 0;
}
    .mobile-listview > li.km-expanded > div, #roomAssignments-listview li a:hover {
        background-color: #FFF2E0;
    }
    .mobile-listview > li.km-expanded > div {
        -moz-box-shadow: #BFBFBF 0px 0px 2px 1px;
        -webkit-box-shadow: #BFBFBF 0px 0px 2px 1px;
        box-shadow: #BFBFBF 0px 0px 2px 1px;
    }
    .mobile-listview > li div[data-role="collapsible-header"] h2 {
        color: #222;
        font-size: 1em;
        height: 83px;
        line-height: initial;
        margin: 0;
    }
        .mobile-listview > li div[data-role="collapsible-header"] h2 > label {
            line-height: 1em;
        }
        .mobile-listview > li div[data-role="collapsible-header"] h2 > span.km-arrow-n:after, #roomHistory-listview > li div[data-role="collapsible-header"] h2 > span.km-arrow-s:after {
            content: " ";
            height: 1em;
            width: 1em;
            background-repeat: no-repeat;
        }
        .mobile-listview > li div[data-role="collapsible-header"] h2 > span.km-arrow-n:after {
            background-image: url(../../images/arrows/arrow.png);
        }
        .mobile-listview > li div[data-role="collapsible-header"] h2 > span.km-arrow-s:after {
            background-image: url(../../images/arrows/arrow-down.png);
        }
        .mobile-listview > li div h2 > div, .mobile-listview > li div[data-role="collapsible-header"] h2 > span {
            display: inline-block;
            height: inherit;
            line-height: 1.06em;
            padding: 1em;
            position: relative;
            vertical-align: middle;
        }
        .mobile-listview > li div[data-role="collapsible-header"] h2 > span {
            height: initial;
        }
    .mobile-listview > li div h2 > div span {
        position: absolute;
        bottom: 1em;
    }
    .mobile-listview > li div h2 > div.obsDate {
        text-align: center;
        width: 14%;
    }
        .mobile-listview > li div h2 > div.obsDate span { display: contents; }
#modalview-roomhistory > .km-content > .km-scroll-container, #modalview-roomhistory > .km-content > .km-scroll-container > .noItemsContainer { height: 100%; }
#modalview-roomhistory > .km-content > .km-scroll-container > .noItemsContainer.row, #modalview-roomhistory > .km-content > .km-scroll-container > .noItemsContainer.row > div > h2 { margin: 0; }
#modalview-roomhistory > .km-content > .km-scroll-container > .noItemsContainer.row > div { text-align: center; }
#modalview-roomhistory > .km-content > .km-scroll-container > .noItemsContainer.row > div > h2 {
    color: #222;
    font-family: 'Noto Sans';
    font-size: 2em;
    line-height: initial;
    text-transform: initial;
}
    .obsComment {
    background-color: #E8E8E8;
    border-top: 1px solid #CCC;
    padding: 1em 1em 1em 3.25em;
}
.km-actionsheet-root .k-animation-container .km-popup-wrapper .km-actionsheet-wrapper {
    background: transparent;
    padding: 0;
}
#roomActions { 
    border: 1px solid #C3C3C3;
    font-size: 0.8em;
}


/*****
    TABLETS_FAQ-SECTION
******/
#faq #side-pane .km-scroll-container { 
    background-color: #F1F1F1;
    border-bottom: 1px solid #999;
}
#faq #side-pane .km-tabstrip {
    background-color: transparent;
    display: initial;
    margin: 0 0.8em;
}
#faq #side-pane .km-tabstrip li { 
    display: inline-block;
    padding-bottom: 1px;
}
#faq #side-pane .km-tabstrip:last-child .km-button:first-child { width: auto; }
#faq #side-pane .km-tabstrip:last-child .km-button:last-child { 
    border-right: none;
    border-left-color: #666;
    margin: -3px;
}
#faq #side-pane .km-tabstrip li:last-of-type .km-button:last-child { border-right: 1px solid #666; }
#faq #side-pane .km-tabstrip .km-button.km-state-active, #faq #side-pane .km-tabstrip .km-button:hover { 
    background-color: #D1D1D1;
    color: #222;
}



/*****
    BLANK-STATES
******/
.noRecords {
    border: 2px dashed #6E6E70;
    color: #6E6E70;
    font-size: 1.75em;
    margin: 0.5em;
    padding: 24px;
    text-align: center;
}
.noRecords span { display: block; }
.k-grid .noRecords {
    font-size: 1.5em;
    padding: 10px;
}




/*****
    LOADING-CONTAINER
*******/
.loadingContainer {
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
}
.loadingContainer .loadingImg {
    height: 200px;
    margin-top: 50px;
    width: 200px;
}
.loadingContainer .loadingText, .loadingText { 
    display: block;
    font-size: 2.75em;
    margin-top: 10px;
}




/*****
    FOOTER
******/
footer {
    background-color: #F7F7F7;
    border-top: 1px solid #CCC;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 5;
}
footer > div { 
    margin: 10px 20px;
    vertical-align: top;
}




/***********
    LOADING_OVERLAY
************/
.loadingOverlay {
	background: rgba(0, 0, 0, .5);
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	display:none;
}
.loadingOverlay table {
	width: 100%;
	height: 100%;
}
.loadingOverlay td {
	text-align: center;
	vertical-align: middle;
}



/*-----
    LOGOUT_SCREEN
------- */
#logout > .km-content {
    display: block;
    margin: auto;
    top: 50%;
    transform: translateY(-52%);
}
#logout > .km-content img, #logout > .km-content span {
    display: block;
    margin: 0 auto;
}
#logout > .km-content img {
    height: 248px;
    width: 248px;
}
#logout > .km-content span {
    font-size: 2.25em;
    text-align: center;
}




/***********
    NOTIFICATIONS

[class*="k-invalid"] {
    background-color: #ffe6e6;
    border: 1px solid #F00;
}
span[class*="k-invalid"] {
	position: relative;
	background: #88b7d5;
	border: 4px solid #c2e1f5;
}
span[class*="k-invalid"]:after, span[class*="k-invalid"]:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
span[class*="k-invalid"]:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #88b7d5;
	border-width: 30px;
	margin-left: -30px;
}
span[class*="k-invalid"]:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #c2e1f5;
	border-width: 36px;
	margin-left: -36px;
}
.k-widget.k-notification {
	min-width: 300px;
	max-width: 450px;
	padding: 10px;
}
.k-widget.k-notification.k-notification-Info {
    background-color: #e5f5fa;
    color: #2498bc;
    border-color: #bae5f2;
}
.k-widget.k-notification.k-notification-Warning {
    background-color: #fbeed5;
    color: #bf8412;
    border-color: #f7dba6;
}
.k-widget.k-notification.k-notification-Error {
    background-color: #ffe0d9;
    color: #d92800;
    border-color: #ffb6a6;
}
.k-widget.k-notification.k-notification-Success {
    background: #ceeccf;
    color: #003c00;
}
.ErrorMessageSource, .k-dropdown-wrap.k-state-default.ErrorMessageSource {
	background-color: #ffe0d9;
	border-color: #d92800 !important;
}
.WarningMessageSource, .k-dropdown-wrap.k-state-default.WarningMessageSource {
	background-color: #fbeed5;
	border-color: #f7dba6 !important;
}
.k-widget.k-notification img, .k-notification-wrap > .k-i-note {
    float: left;
    height: 48px;
    margin-right: 20px;
    width: 48px;
}
.k-widget.k-notification.k-notification-Success img { margin-bottom: 30px; }
.k-notification-wrap > .k-i-note { 
    background: url('../Images/Icons/48/warning.png') no-repeat center;
    float: none;
    vertical-align: middle;
}
.k-widget.k-notification p { margin-top: 0; }
.k-widget.k-notification.k-notification-Error h3 { color: #d92800; }
.k-widget.k-notification.k-notification-Success h3 { color: #003c00; }************/
/*span.indent {
			padding-left: 15px;
		}
		div.k-notification-wrap {
			font-size: 20px;
		}
        .options {
            height: 50px;
            overflow: hidden;
            padding: 0px 0px;
        }
		.options div > div {
			padding-top: 0;
		}
		.options .k-notification {
			height: auto;
		}*/



/***********
    NOTIFICATIONS
************/
.k-widget.k-notification {
	min-width: 300px;
	max-width: 450px;
	padding: 10px;
}

	.k-widget.k-notification.k-notification-Info {
		background-color: #e5f5fa;
		color: #2498bc;
		border-color: #bae5f2;
	}

	.k-widget.k-notification.k-notification-Warning {
		background-color: #fbeed5;
		color: #bf8412;
		border-color: #f7dba6;
	}

	.k-widget.k-notification.k-notification-Error {
		background-color: #ffe0d9;
		color: #d92800;
		border-color: #ffb6a6;
	}

	.k-widget.k-notification.k-notification-Success {
		background: #ceeccf;
		color: #003c00;
	}
	.k-widget.k-notification.k-notification span.k-icon {
		font-size: 48px;
		float: left;
		margin-right: 20px;
	}

.ErrorMessageSource, .k-dropdown-wrap.k-state-default.ErrorMessageSource {
	background-color: #ffe0d9;
	border-color: #d92800 !important;
}
/* Regular Error Message */ .errorMessage p {
	font-weight: bold;
	font-size: 2.5em;
}

.WarningMessageSource, .k-dropdown-wrap.k-state-default.WarningMessageSource {
	background-color: #fbeed5;
	border-color: #f7dba6 !important;
}

.k-widget.k-notification img, .k-notification-wrap > .k-i-note {
	float: left;
	height: 48px;
	margin-right: 20px;
	width: 48px;
}

.k-widget.k-notification.k-notification-Success img {
	margin-bottom: 30px;
}

.k-notification-wrap > .k-i-note {
	background: url('../Images/Icons/48/warning.png') no-repeat center;
	float: none;
	vertical-align: middle;
}

.k-widget.k-notification p {
	margin-top: 0;
}

.k-widget.k-notification.k-notification-Error h2 {
	color: #d92800;
}

.k-widget.k-notification.k-notification-Success h2 {
	color: #003c00;
}

span.indent {
	padding-left: 15px;
}

div.k-notification-wrap {
	font-size: 20px;
}







/***********
    AUTO-COMPLETE_SEARCH
************/
#protocolNavigator label[for="protocolSearcher"] {
    color: #737373;
    cursor: text;
    display: block;
    font-weight: normal;
    padding: 0 7px;
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    transition: text-transform .5s ease, top .5s ease, font-size color .5s ease;
    -moz-transition: text-transform .5s ease, top .5s ease, font-size color .5s ease;
    -webkit-transition: text-transform .5s ease, top .5s ease, font-size color .5s ease;
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Likely future */
    z-index: 1;
}
    #protocolNavigator label[for="protocolSearcher"].focused, #protocolNavigator label[for="protocolSearcher"].filled {
        top: 34%;
        font-size: 0.8em;
        text-transform: uppercase;
    }
        #protocolNavigator label[for="protocolSearcher"].focused, #protocolNavigator label[for="protocolSearcher"].filled.focused { color: #478FCC; }
    #protocolNavigator label[for="protocolSearcher"].filled { color: #222; }
#protocolSearcher { padding-top: 14px; }
.k-grid tbody tr.k-alt.k-state-selected td, tbody tr.k-alt.k-state-selected:hover td, .k-grid tbody tr.k-state-selected td[role="gridcell"], .k-grid tbody tr.k-state-selected:hover td[role="gridcell"] { background: #E84A27; }




/***********
    CLEARFIX
************/
.clearfix:after {
    clear: both;
    content: "";
    display: table;
}




/*****************
	TABLE_TOOLTIPS
******************/
div.k-grid div.k-grid-content td.ovcr-table-tooltip, div.k-grid div.k-grid-content table.ovcr-table-tooltip td {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tooltipster-table, .tooltipster-table-top {
	border: 1px solid #cccccc;
	background: #ffffff;
	color: rgb(51, 51, 51);
	font-size: 14px;
	line-height: 1.6em;
	padding: 5px 10px;
}
.tooltipster-table-top { border-bottom: none; }
.tooltipster-table .tooltipster-content, .tooltipster-table-top .tooltipster-content { font-family: "Noto Sans", "Segoe UI", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }




/***********
    KENDO+DATATABLES-HACKS
************/
.k-widget, .k-dropdown-wrap, .k-dropdown-wrap .k-state-border-down, .k-picker-wrap .k-input { border-radius: 0; }
.k-widget input[type="text"], .k-widget select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.k-grid.k-widget { text-align: left; }
.k-grid-toolbar { border-width: 1px 1px 0; }
.k-tool-text { display: none; }
.k-state-default > .k-select { line-height: 2.2em; }
.columnContainer .k-widget.k-grid { border-width: 0; }
.columnContainer .gridHeader + .k-widget.k-grid { border-width: 1px 0 0; }
.k-button:active, .k-button.k-state-active { background-color: rgba(51, 51, 51, 0.2); }
.km-tabstrip .km-button { 
    border-color: #001230;
    border-style: solid;
    border-width: 0 1px;
    display: inline-flex;
    font-size: initial;
    height: 100%;
    margin: 0 -3px;
    padding: 1.5em 1em;
    vertical-align: middle;
}
.km-tabstrip .km-button.km-state-active { 
    background-color: #00173d;
    border-bottom: 3px solid #E84A27;
}
.km-tabstrip .km-button .km-icon { display: none; }
.km-tabstrip .km-button:first-child { border-left: 1px solid #001230; }
.km-tabstrip:last-child .km-button:first-child { width: 65px; }
.km-tabstrip:last-child .km-button:last-child { border-right: 1px solid #001230; }
header div[role="navigation"].tabstrip .km-tabstrip {
	background-color: #002058;
    bottom: 0;
    height: 100%;
	vertical-align: bottom;
	display: inline;
}
.k-grid table { border-collapse: collapse; }
.k-grid-header th.k-header, div[id$="Container"] .k-grid-content td { 
    border: none;
    overflow: initial;
}
.k-grid td { 
    border-width: 0;
    line-height: initial;
}
td.k-detail-cell { padding: 0 0 0 35px; }
tr.k-detail-row:hover { background: none; }
tr.k-detail-row.k-alt:hover { background-color: #E7F2FA; }
.k-grid-header th.k-header { font-weight: bold; }
.k-grid td.sortableRow { 
    line-height: 0;
    padding: 0 35px;
}
.k-grid tr { 
    border-color: #9BD4FA;
    border-style: solid;
    border-width: 1px 0;
}
tr.k-alt { background-color: #E7F2FA; }
tr:hover, tr.k-alt:hover { background-color: #FFF2E0; }
.k-grid-header-wrap > table, .k-grid-header-wrap > table > thead > tr { border: none; }
tbody tr:first-of-type { border-top: none; }
td.k-detail-cell { padding: 0; }
.k-grid header tr th[colspan="2"] { border-bottom: 1px solid #CCC; }
.k-grid-content .k-i-none { 
    background: none;
    width: 40px;
}
.k-grid-content .k-i-none.k-loading { width: 16px; }
div.k-grid-footer, div.k-grid-header { 
    background-color: #f5f5f5;
    border-radius: 0;
}
.k-grid-footer-wrap, .k-grid-header-wrap { border-right: none; }
.sort { 
    background: url('../Images/Icons/32/sortable.png') no-repeat center;
    display: inline-block;
    height: 32px;
    text-indent: -9999px;
    width: 32px;
}
.k-webkit .k-numeric-wrap:before { padding-bottom: 0; }
.k-widget.k-numerictextbox .k-numeric-wrap.k-state-default.k-expand-padding, .k-widget.k-numerictextbox .k-numeric-wrap.k-state-default.k-expand-padding .k-formatted-value.k-input, .k-numeric-wrap.k-expand-padding .k-input { 
    border: 1px solid #CCC;
    border-radius: 0;
}
.k-widget.k-numerictextbox .k-numeric-wrap.k-state-default.k-expand-padding .k-formatted-value.k-input { box-sizing: inherit; }
.k-widget.k-numerictextbox .k-numeric-wrap.k-state-default.k-expand-padding.k-state-focused .k-input { border: none; }
.k-widget.k-combobox { width: 100%; }
/* fixes the lines within aggregated tables */
div[id$="Container"] .k-grid-content tr.k-grouping-row td { border-bottom: 1px solid #CCC; }
div[id$="Container"] .k-grid-content tr ~ tr.k-grouping-row td { border-top: 1px solid #CCC; }
/* fixes the scrollbar at the bottom with DataTables */
.FixedHeader_Header { overflow: hidden; }
/* fixes the Actions menu item from showing extra space */
.ActionsMenu.k-menu li.k-item {
    border-width: 0;
    float: initial;
}
/* ---- Sortable Table Elements (PARTIAL OVERRIDE FOR KENDO TREEVIEW) ----*/
th.header, th.k-header[data-role="columnsorter"] {
    background-image: url('../Images/tablesorter/default-sort.png');
    background-repeat: no-repeat;
	background-position: right 20px center;
    cursor: pointer;
}
.k-grid-header th > .k-link > .k-icon, .k-grid-header th.k-header > .k-link:hover > .k-icon { background-position: center; }
.k-grid-header th.k-header > .k-link:hover { vertical-align: bottom; }
.k-grid-header th > .k-link > .k-icon.k-i-arrow-n { background-image: url("../Images/tablesorter/asc.png"); }
.k-grid-header th > .k-link > .k-icon.k-i-arrow-s { background-image: url("../Images/tablesorter/desc.png"); }
.k-button.k-button-icontext .k-icon, .k-button.k-button-icontext .k-image { vertical-align: middle; }
.k-grid tbody .k-button.k-grid-edit {
    background: none;
    border: none;
    min-width: inherit;
}
.k-button.k-button-icontext .k-icon { margin: 0; }
.km-root header a.km-button { color: #F1F1F1; }
.km-root .km-footer a { font-weight: bold; }
/* Selector Focus */
.k-picker-wrap.k-state-focused input[type="text"], .k-picker-wrap.k-state-hover input[type="text"] {
    border-right-width: 0;
}
/* Notification Button Group */
.modalview-notification .km-widget.km-navbar .km-buttongroup { margin-right: 0; }
#modalview-notifications-nextprev-buttongroup {
    height: auto;
    margin-top: .5em;
    margin-bottom: .5em;
    margin-right: .5em;
}
#modalview-notifications-nextprev-buttongroup > li { 
    color: #222;
    padding: 0.05em 0.75em 0.25em;
}
#modalview-notifications-close-button { margin-top: 0.25em; }
/* Split View */
.k-splitter .k-splitbar-horizontal, .k-splitter .k-splitbar-horizontal div {
    width: 10px;
}
.k-splitter .k-splitbar-horizontal {
    border-color: #CCC;
    border-style: solid;
    border-width: 0 1px;
    text-align: left;
}
.k-splitter .k-splitbar-horizontal div[class*="k-expand"], .k-splitter .k-splitbar-horizontal div[class*="k-collapse"] { height: 20px; }
.k-splitter .k-splitbar-horizontal div[class*="next"] { 
    margin-top: 20px;
    margin-left: 0;
}
.k-splitter .k-splitbar-horizontal .k-expand-prev, .k-splitter .k-splitbar-horizontal .k-collapse-next { background: url('../Images/splitter-right.png') no-repeat center; }
.k-splitter .k-splitbar-horizontal .k-collapse-prev, .k-splitter .k-splitbar-horizontal .k-expand-next { 
    background: url('../Images/splitter-left.png') no-repeat center;
    margin-left: 0;
}
.k-splitter .k-splitbar-horizontal .k-resize-handle {
     background: url('../Images/splitter-handle.png') no-repeat center;
     height: 30px;
}
.k-panelbar > .k-item > .k-link { border-bottom: none; }
.k-panelbar > .k-item.k-last { border-top: 1px solid #CCC; }
.k-panelbar > .k-item.item1 > .k-link { border-top: none; }
.k-panelbar > .k-item > .k-link:hover { background-color: #E84A27; }
.k-panelbar > .k-item.item1 > .k-link, .k-panelbar > li > .k-link.k-state-selected.k-state-hover { color: #FFF; }
.k-panelbar > li.k-state-default > .k-link.k-state-hover, .k-panelbar > li.k-state-default > .k-link.k-state-selected.k-state-hover { 
    -webkit-box-shadow: inset 0 0 10px 3px #E68601;
    box-shadow: inset 0 0 10px 3px #E68601;
    color: #FFF;
}
.k-widget.k-datepicker { width: auto; }
.k-datepicker .k-picker-wrap .k-select { line-height: 2.5em; }
.k-tabstrip { border: none; }
.k-tabstrip-wrapper.k-content { border-bottom: none; }
.k-tabstrip-wrapper { text-align: left; }
.k-header.k-grid-toolbar input[type="button"], .k-header.k-grid-toolbar input[type="submit"] { margin: 0; }
.k-dropdown { width: 100%; }
div[role="navigation"] a[data-icon="edit"].km-button .km-icon, div[role="navigation"] a[data-icon="alert"].km-button .km-icon, div[role="navigation"] a[data-icon="user"].km-button .km-icon {
    bottom: 8px;
    display: inline;
    position: relative;
}
div[role="navigation"] a[data-icon="edit"].km-button .km-icon:after, div[role="navigation"] a[data-icon="alert"].km-button .km-icon:after, div[role="navigation"] a[data-icon="user"].km-button .km-icon:after {
    content: " ";
    height: 32px;
    width: 32px;
}
.k-button.k-grid-edit .k-i-edit {
    background: url('../images/icons/32/edit.png') center no-repeat;
    background-size: cover;
    height: 24px;
    width: 24px;
}
.k-button:not(.k-state-disabled):hover .k-icon.k-i-edit { background-position: 0; }
div[role="navigation"] a[data-icon="alert"].km-button .km-icon:after { background: url('../images/icons/32/help.png') center no-repeat; }
div[role="navigation"] a[data-icon="edit"].km-button .km-icon:after { background: url('../images/icons/32/notification.png') center no-repeat; }
div[role="navigation"] a[data-icon="user"].km-button .km-icon:after { background: url('../images/icons/32/user.png') center no-repeat; }
div[role="navigation"] a[data-icon="alert"].km-button, div[role="navigation"] a[href*="Notification"].km-button { width: 67px; }
.km-tabstrip .km-badge {
    top: 1em;
    left: 40px;
}
.km-footer { background-color: #F7F7F7; }
.km-view-title {
    padding: 0 10px;
    text-align: left;
}
/* Auto-Complete Search */
.k-autocomplete { width: 100%; }
.k-autocomplete .k-input { height: 35px; }
/* Switch */
.k-switch.km-switch.k-widget.km-widget { border: none; }
/*---- Firefox ----*/
.k-ff input[type="text"], .k-ff textarea, .k-ff select { text-indent: 3px; }
.k-ff input[type="text"]:hover, .k-ff input[type="text"]:focus, .k-ff textarea:hover, .k-ff textarea:focus, .k-ff select:hover, .k-ff select:focus { outline-width: thin; }
.k-ff .dropdown { margin-right: 35px; }
.k-ff .appNav button { padding-bottom: 9px; }
.k-ff th.header, div[id$="Container"] .k-ff .k-grid-header th[data-role="columnsorter"] { background-position: right 25px center; }
.k-ff table[role="grid"][style] { width: 100% !important; }
.k-ff .dataTables_scroll {
    position: relative;
    top: -1px;
}
.k-ff table.dataTable.nofooter { border-collapse: inherit; }
.k-ff .appNav input[type="button"], .k-ff .appNav input[type="submit"] { padding-bottom: 4px; }
.k-ff nav li { line-height: 2.2em; }
/*---- IE ----*/
.k-ie.k-ie11 .appNav h2, .k-ie.k-ie10 .appNav h2, .k-ie.k-ie9 .appNav h2 {
    line-height: 0.75em;
    padding: 20px 0 0;
}
.k-ie .DTFC_LeftWrapper, .k-ie .DTFC_RightWrapper { top: 1px !important; }
.k-ie .k-autocomplete .k-input, .k-ie .k-dropdown-wrap .k-input, .k-ie .k-multiselect-wrap .k-input, .k-ie .k-selectbox .k-input { height: 2.35em; }
.k-ie .k-combobox .k-input, .k-ie .k-numeric-wrap .k-input, .k-ie .k-picker-wrap .k-input, .k-ie .k-textbox > input { height: inherit; }
.k-ie .appNav label {
    padding-bottom: 4px;
}
.k-ie .columnContainer .k-grid tr td.k-group-cell, .k-ie .columnContainer .k-grid tr.k-alt td.k-group-cell, .k-ie .columnContainer tr.k-grouping-row td, .k-ie .k-grid tbody tr td.k-group-cell/*, .k-ie .k-grid tbody tr.k-alt td.k-group-cell*/ { background-color: transparent; }
.k-ie .columnContainer tr.k-grouping-row { background-color: #f5f5f5; }
/* fixes border in facility schedule page */
.k-ie #gridSchedule table, .k-ff #gridSchedule table { border-collapse: separate; }
.k-ie #gridSchedule.k-grid tr td[role="gridcell"], .k-ff #gridSchedule.k-grid tr td[role="gridcell"] { border-bottom: 1px solid #CCC; }
/* fixes the Actions menu item in IE */
.k-ie .ActionsMenu.k-menu {
    display: inline-block;
}
.k-ie .k-grid-header th.k-header, .k-ie div[id$="Container"] .k-grid-content td { overflow: visible; }
/* Rooms Mid-Table Section Styling */
.k-grid th.k-header, .k-grid tr td[role="gridcell"] { vertical-align: inherit; }
/* Fix grouping cells */
tr.k-detail-row td.k-detail-cell div.k-grid div.k-grid-content table tbody tr.k-detail-row.k-alt:not(:hover) td.k-detail-cell div.k-grid-content table tbody tr.k-alt td, .k-grid .k-grouping-row ~ tr.k-alt td.k-group-cell, tr.k-master-row.k-alt td, tr.k-detail-row:hover td.k-detail-cell, .k-grid tr.k-detail-row td.k-detail-cell tr.k-alt:not(.k-grouping-row) td {
    background-color: #E7F2FA;
}
.k-grid .k-grid-content table tbody tr.k-grouping-row td.k-group-cell, .k-grid .k-grid-content table tbody tr.k-group-footer td.k-group-cell, .k-grid .k-grid-footer .k-grid-footer-wrap table tr.k-footer-template td.k-group-cell, .k-grid tr.k-detail-row td.k-detail-cell div.k-grid div.k-grid-footer div.k-grid-footer-wrap table tbody tr.k-footer-template td, thead > tr > th.k-group-cell.k-header, tr.k-group-footer td.k-group-cell, tr.k-detail-row td.k-detail-cell tr.k-grouping-row td, .k-grid tr.k-footer-template td, tr.k-detail-row td.k-detail-cell .k-grid tr.k-footer-template td, tr.k-detail-row td.k-detail-cell .k-grid tr.k-footer-template:hover td {
    background-color: #f5f5f5;
}
.k-master-row + .k-detail-row:hover .k-detail-cell, .k-grid .k-grouping-row ~ tr.k-detail-row.k-alt td.k-group-cell, .k-grid .k-grouping-row ~ tr td.k-group-cell, tr.k-detail-row:hover td.k-group-cell, tr.k-detail-row td.k-detail-cell div.k-grid div.k-grid-content table tbody tr.k-detail-row.k-alt:not(:hover) td.k-detail-cell div.k-grid-content table tbody tr:not(.k-alt):not(:hover) td, tr.k-detail-row td.k-detail-cell div.k-grid div.k-grid-content table tbody tr.k-detail-row.k-alt td.k-hierarchy-cell, tr.k-master-row td, tr.k-detail-row > td, tr.k-detail-row > tr > td.k-group-cell, .k-grid tr.k-detail-row td.k-detail-cell tr:not(.k-grouping-row) td, /*tr:not(.k-alt) > td.k-group-cell,*/ tr.k-detail-row:hover td.k-hierarchy-cell, .k-grid tr.k-detail-row td.k-detail-cell tr.k-detail-row:not(.k-grouping-row):hover td.k-hierarchy-cell, .k-grid tr.k-detail-row td.k-detail-cell tr.k-detail-row.k-alt:not(.k-grouping-row):hover td.k-hierarchy-cell, .k-grid tr.k-detail-row td.k-detail-cell tr.k-detail-row.k-alt:not(.k-grouping-row):hover td.k-detail-cell .k-grid table tr:not(.k-alt):not(:hover) td, .k-grouping-row + tr:nth-child(even) {
    background-color: #FFF;
}
tr.k-detail-row td.k-detail-cell div.k-grid div.k-grid-content table tbody tr.k-detail-row.k-alt:not(:hover) td.k-detail-cell div.k-grid-content table tbody tr:not(.k-alt):hover td, tr:hover td.k-group-cell, tr.k-master-row:hover td.k-hierarchy-cell, tr.k-detail-row:hover td.k-detail-cell tr:not(.k-footer-template):not(.k-grouping-row):hover td, .k-grid tr:not(.k-detail-row):hover td.k-group-cell {
    background-color: #FFF2E0;
}
tr.k-alt:not(.k-detail-row):hover > td.k-group-cell, tr:not(.k-alt):not(.k-detail-row):hover > td.k-group-cell, tr.k-detail-row td.k-detail-cell div.k-grid div.k-grid-content table tbody tr.k-detail-row.k-alt:not(:hover) td.k-detail-cell div.k-grid-content table tbody tr:not(.k-alt):hover td, .k-grid tr:hover > td[role="gridcell"], tr.k-master-row:hover td.k-group-cell, tr.k-alt.k-master-row:hover td.k-group-cell, tr.k-master-row:hover td.k-hierarchy-cell, tr.k-alt.k-master-row:hover td.k-hierarchy-cell, .k-grid tr.k-detail-row td.k-detail-cell tr:not(.k-grouping-row):hover td, .k-grid tr.k-master-row + tr.k-detail-row tr.k-master-row + tr.k-detail-row:hover td.k-detail-cell tr:not(.k-grouping-row):hover td {
    background-color: #FFF2E0;
}
.k-grid tr.k-detail-row td.k-detail-cell tr.k-alt:not(.k-grouping-row):hover td, .k-grid tr.k-master-row + tr.k-detail-row tr.k-master-row + tr.k-detail-row:hover td.k-detail-cell tr:not(.k-grouping-row) td {
    background-color: transparent;
}
.k-grid tr td[role="gridcell"] .km-button + .km-button { margin: 0 0 0 .1em; }
.k-grid tr td[role="gridcell"] .k-button .km-icon, .k-grid tr td[role="gridcell"] .km-button .km-icon, .k-grid tr td[role="gridcell"] .k-button .km-icon:after, .k-grid tr td[role="gridcell"] .km-button .km-icon::after { vertical-align: middle; }
.k-grid tr td[role="gridcell"] .k-button .km-icon:after { content: " "; }
.k-grid tr td[role="gridcell"] .k-button .km-icon.km-cancel:after { background: url('../images/icons/32/remove.png') no-repeat center/cover; }
.k-grid tr td[role="gridcell"] .k-button .km-icon.km-edit:after { background: url('../images/icons/32/edit.png') no-repeat center/cover; }
.k-i-edit:before { content: none; }
.k-grid tr td[role="gridcell"] .km-button .km-icon.km-protocol::after { background: url('../images/icons/32/reports.png') no-repeat center/cover; }
.k-grid tr td[role="gridcell"] .km-button[data-button="comment"] .km-icon.km-notext.km-popup { 
    height: 1.75em !important;
    width: 1.75em !important;
}
.k-grid tr td[role="gridcell"] .km-button[data-button="comment"] .km-icon.km-notext::after { background: url('../images/icons/32/addcomment.png') no-repeat center/cover; }
.k-grid tr td[role="gridcell"] .km-button[data-icon="assignments"] .km-icon.km-notification::after { background: url('../images/icons/32/assignments.png') no-repeat center/cover; }
.k-grid tr td[role="gridcell"] .km-button .km-icon.km-notification::after { background: url('../images/icons/32/alert.png') no-repeat center/cover; }
.k-grid tr td[role="gridcell"] .km-button .km-icon.km-medical::after { content: "\e088"; }
.k-grid tr td[role="gridcell"] .km-button .km-icon.km-cageseparation::after {
    background: url('../images/icons/32/arrows-h.png') no-repeat center/cover;
}
.k-grid tr td[role="gridcell"] .km-button[data-button="comment"].hasComment .km-icon.km-notext::after { background: url('../images/icons/32/comment.png') no-repeat center/cover; }
.k-grid tr td[role="gridcell"] .km-button[data-icon="roomDetails"] .km-icon.km-notification::after { background: url('../images/icons/32/details.png') no-repeat center/cover; }
.k-grid tr td[role="gridcell"] .km-button[data-icon="roomHistory"] .km-icon.km-notification::after { background: url('../images/icons/32/history.png') no-repeat center/cover; }
.k-grid tr td[role="gridcell"] .k-button .km-icon.km-save:after { background: url('../images/icons/32/save.png') no-repeat center/cover; }
.k-grid tr td[role="gridcell"] .km-button .km-icon.km-sendalert::after { background: url('../images/icons/32/send.png') no-repeat center/cover; }
.km-root td[data-container-for="DOC"] input[type="checkbox"] {
                border-width: 2px;
                border-style: solid;
                height: 1.882rem;
                width: 1.882rem;
                border-radius: 3px;
                opacity: 1;
                margin: 0;
                top: auto;
                color: #ff4350;
                border-color: #dee7ec;
        }
.km-popup-overlay {
    height: 0;
    position: relative;
    width: 0;
}
.km-popup-wrapper { padding-top: 0; }
.km-popup-arrow:after, .km-popup-arrow:before { border-style: hidden; }
.km-actionsheet-root .k-animation-container .km-popup-wrapper .km-popup-arrow { left: 224px; }
.km-actionsheet-root .k-animation-container .km-popup-wrapper .km-popup-arrow:after, .km-actionsheet-root .k-animation-container .km-popup-wrapper .km-popup-arrow:before {
    border-color: transparent #FFF;
    border-style: solid;
}
.km-actionsheet-root .k-animation-container .km-popup-wrapper .km-popup-arrow:before {
    border-top: 15px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #C3C3C3;
}
.km-popover-root .km-popup {
    border: 1px solid #CCC;
    border-radius: 0;
}
.km-popup.km-pane { min-height: 78px; }
.km-popover-root .km-popup .km-header { margin: 0 -5px 2px; }
#popover-username ul.km-listview li {
    font-size: 0.9em;
    padding: 0.85em 0.7em;
    text-transform: uppercase;
}
#popover-username .km-list select:not([multiple]) {  
    background: #FEFEFE url('../images/arrows/dropdown.png') no-repeat center right 5px;   
    border: 1px solid #CCC;
    border-radius: 4px;
    padding: 5px 15px 5px 5px;
    right: 15px;
    text-indent: 0;
}
.popoverUsername.km-button .km-text { 
    background: url('../images/arrows/usermenu.png') right 5px no-repeat;
    padding-right: 20px;
}
.k-grid tbody .km-button {
	min-width: initial;
	line-height: inherit;
    padding: 0.2em;
}
.km-pane-wrapper .k-grid .km-switch {
	position: relative;
	top: inherit;
	right: inherit;
	margin-top: inherit;
}
.km-view .km-splitview { position: relative; }
.km-view-title:before, .km-dialog-title:before { content: none; }
/*-- Kendo Mobile Icons --*/
.km-button .km-text { vertical-align: text-top; }
/*.km-button .km-icon {
    height: 1.75em;
    vertical-align: middle;
    width: 1.75em;
}*/
.km-button span.km-icon[class*="arrow"] {
    height: 16px;
    width: 10px;
}
.km-arrowhead-w:after, .km-arrowhead-e:after { content: ""; }
.km-arrowhead-e:after { background: url('../images/arrows/arrow-right.png') no-repeat center; }
.km-arrowhead-w:after { background: url('../images/arrows/arrow-left.png') no-repeat center; }
/*-- Kendo Form Element Styling --*/
.km-pane-wrapper :not(.k-state-default):not(.k-pager-input) > input:not([type=checkbox]):not([type=radio]) {
    background: #FFF;
    border: 1px solid #CCC;
    font-size: 0.75em;
    margin-top: 5px;
    padding: 0;
    text-align: right;
    width: 28%;
}
#room-popup-editor-CurrentWeek {
    margin-right: -35px;
    padding: 0 10px;
    width: 100px;
}
.weekCount {
    display: block;
    margin: auto;
    text-align: inherit;
    width: 460px;
}
    .weekCount span, #room-popup-editor-CurrentWeek { float: right; }
    #rooms-breedingMgt .weekCount { width: 800px; }
#minus-button, #plus-button {
    margin: 0 10px;
    padding: 20px;
}
    #minus-button span, #plus-button span {
        height: 48px;
        width: 48px;
    }
.km-minus:after, .km-minus:before { content: ""; }
#minus-button span:after { background: url('../images/icons/48/minus.png') no-repeat center; }
#plus-button span:after { background: url('../images/icons/48/add.png') no-repeat center; }
/* Animal Orders+Transfers Date Picker */
.inlineLabel.focused, .inlineLabel.filled {
    font-size: 0.8em;
    text-transform: uppercase;
    top: 5%;
}
.inlineLabel.focused { color: #478FCC; }
label.textCutOff {
    cursor: text;
    display: inline-block;
    text-overflow: clip;
}
.k-picker-wrap .insetLabel.k-input { padding: 10px 5px 0; }
/* Facility Animal Transfer Button Group */
#animalProcessingButtonGroup, #animalTransferButtonGroup {
    background-color: #f5f5f5;
    width: 100%;
}
/* Office Charges Tab */
#perDiemTabStrip .k-tabstrip-items, #otherChargesGrid .k-tabstrip-items { padding: 1.25em 1.25em 0; }
#perDiemTabStrip .k-content.k-state-active, #otherChargesGrid .k-content.k-state-active { margin: 0 1.25em 1.25em; }
/* Kendo Editor */
.k-editor tbody tr:hover { background-color: #F5F5F5; }




/*-----
    COLORBOX
------- */
#colorbox.virtualHeight {
	background: none;
	border: none;
	outline: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
html.colorboxVirtualHeight {
	background: none;
	border: 1px solid #A2A2A2;
	/*outline: 0;*/
	-moz-box-shadow: 0px 2px 6px 0px #ccc;
	-webkit-box-shadow: 0px 2px 6px 0px #ccc;
	box-shadow: 0px 2px 6px 0px #ccc;
	min-height: initial;
}
html.colorboxVirtualHeight div.popupContent {
	background: #FFF;
}




/*****************
	KENDO MULTI-COLUMN HEADER BORDERS
******************/
.k-grid tr td[role="gridcell"].border-bottom, .k-grid-header tr th[role="columnheader"].border-bottom { border-bottom: 1px solid #CCC; }
.k-grid tr td[role="gridcell"].border-left, .k-grid-header tr th[role="columnheader"].border-left { border-left: 1px solid #CCC; }
.k-grid tr td[role="gridcell"].border-right, .k-grid-header tr th[role="columnheader"].border-right { border-right: 1px solid #CCC; }




/*-----
    MEDIA_QUERIES
------- */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    header { line-height: initial; }
    .homeLink { 
        font-size: 1.5em;
        line-height: 2.75em;
        margin-left: 2.75em;
    }
    header .unit span { font-size: 0.9em; }
    header div[role="navigation"] { width: 69%; }
    header div[role="navigation"].tabstrip .km-tabstrip { 
        margin: 0;
        padding: 0;
        vertical-align: baseline;
    }
    .appNav {
        position: relative;
        top: auto;
    }
    .appNav + * { margin-top: 0; }
    .appNav a { 
        color: #222;
        display: block;
        padding: 7px 15px 7px;
    }
    .appNav div:nth-child(2) > div a:first-child { margin-bottom: 5px; }
    .appNav a[data-role="button"] { padding-top: 0; }
    #facility-assignments #splitview-parent-pane { position: absolute; }
    input[type="text"], select { height: auto; padding: 0 8px; }
    input#room-popup-editor-CurrentWeek { height: auto; }
    .k-grid tbody .k-button.k-grid-edit { border: 1px solid rgba(51, 51, 51, 0.2); }
    .k-grid tbody .km-button span.km-badge {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        width: 1em;
        font-size: 0.95em;
        margin: auto;
    }
    td[data-container-for="TemperatureHigh"] input[type="text"], td[data-container-for="HumidityHigh"] input[type="text"] { height: 30px; }
    #mobileContainer .k-grid tbody .k-button.k-grid-edit { border: 1px solid rgba(51, 51, 51, 0.2); }
    #mobileContainer .k-grid-header th.k-header { font-size: 0.9em; }
}

.km-popup .k-list-container li.k-item {
    height: 60px;
    display: flex;
    align-items: center;
}
