﻿html {
    /*background-color: #12126d;*/
    margin: 0;
    padding: 0;
}
body {
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    display: -webkit-flex;
    display: flex;
   -webkit-flex-direction: column; /* works with row or column */
    flex-direction: column;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

a {
    color: #f4f4f4;
    outline: none;
    padding-left: 1px;
    padding-right: 1px;
    text-decoration: underline;
}

     a:hover {
        background-color: #f4f4f4;
        color: #000180;
    }

header, footer, hgroup,
nav, section {
    display: block;
    background-color: #000180;
    color: #f4f4f4;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }
.JS-Medium
{
	font-size: 10pt;
	font-family: Arial, Lucida, Verdana, Helvetica, sans-serif;
}
/* control classes
----------------------------------------------------------*/
.standard-textbox {
    height: 24px;
    min-width: 200px;
    width: 100%;
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    margin-left: 4px;
    margin-right: 4px;
    padding: 1px;
}
.small-standard-textbox {
    height: 24px;
    width: 40px;
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    margin-left: 4px;
    margin-right: 4px;
    padding: 1px;
}
.hidden-control {
    display: none;
}
.hidden-not-hidden {
    height: 20px;
    width: 1px;
    overflow: no-content;
    border: none;
    margin: 0px;
    padding: 0px;
    color: transparent;
    background-color: transparent;
}
.big-button-container {
    padding: 0px;
    padding-top: 6px;
    margin: 0px;
    text-align: center;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
}
.big-button {
    background-color: transparent;
    border: none;
    margin: 4px 4px 4px 4px;
    padding: 0px 0px 0px 0px;
}
.arrow-button {
    background-color: transparent;
    width: 46px;
    height: 27px;
    padding: 0px;
    margin: 0px;
    float: left;
}
.left-arrow {
    background-color: transparent;
    background-image: url("../Images/leftarrow.png");
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    color: transparent;
}
.right-arrow {
    background-color: transparent;
    background-image: url("../Images/rightarrow.png");
    color: transparent;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
}
.small-left-button {
    background-color: transparent;
    background-image: url("../Images/smallleftarrow.png");
    background-repeat: no-repeat;
    height: 16px;
    width: 26px;
    margin: 0px;
    padding: 0px;
    float: left;
    border: none;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
}
.small-right-button {
    background-color: transparent;
    background-image: url("../Images/smallrightarrow.png");
    background-repeat: no-repeat;
    height: 16px;
    width: 26px;
    margin: 0px;
    padding: 0px;
    border: none;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
}
.page-number {
    background-color: transparent;
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .8em;
    font-weight: normal;
    width: auto;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 2px;
    float: left;
}

.centered {
    text-align: center;
}

.time-textbox {
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    width: 44px;
    margin-left: 4px;
    margin-right: 4px;
    padding: 1px;
}
.generic-dropdown {
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    margin: 0px;
    margin-left: 2px;
    min-width: 100px;
}
.reason-dropdown {
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    margin-left: 2px;
    width: auto;
}
.shift-dropdown {
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    margin-left: 4px;
}
.employee-dropdown {
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: 1em;
    font-weight: normal;
    width: 200px;
    text-align: center;
}
.swap-with-dropdown {
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    margin-left: 4px;
}
.unit-dropdown {
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    margin-left: 4px;
}
.date-field-panel {
    height: 30px;
    width: 100%;
    float: left;
    margin-top: 6px;
}
.responsive-date-field-panel {
}
.responsive-date-field-inner-panel {
    width: 120px;
    float: left;
    border: none;
}
.date-field-label {
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    text-align: left;
    float: left;
    margin-top: 2px;
}
.date-field-text {
    height: auto;
    float: left;
    width: 80px;
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    padding: 1px;
    margin: 0px;
    margin-left: 2px;
}
.responsive-date-field-text {
    height: 24px;
    float: left;
    width: 80px;
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    padding: 1px;
    margin: 1px 0px 0px 2px;
}
.date-field-button {
    float: left;
    margin: 0px;
    margin-left: 4px;
    padding: 0px;
    width: 14px;
    height: 14px;
    background-image: url("../Images/CalendarButton.png");
}
.responsive-date-field-button {
    float: left;
    margin: 0px;
    margin-left: 4px;
    padding: 0px;
    width: 14px;
    height: 14px;
    background-image: url("../Images/CalendarButton.png");
    border: none;
}
.calendar-control {
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    float: right;
    text-align: center;
    background-color: #f4f4f4;
    color: #000180;
    width: 100px;
}
.calendar-selected-day {
    background-color: #000180;
}
.calendar-day-header {
    font-size: .9em;
    font-weight: 600;
    text-align: left;
    padding-left: 4px;
}
.calendar-day {
    text-align: center;
    background-color: lightgray;
    color: #f4f4f4;
}
.calendar-next-prev {
    color: #f4f4f4;
    font-weight: bold;
}
.calendar-other-month {
    background-color: gray;
}
.calendar-title {
    color: #f4f4f4;
}
.calendar-today {
}
.bad-message {
    color: red;
}
/* Time Balances 
----------------------------------------------------------*/
.time-balance-container {
    width: 100%;
    margin: 0px;
    padding: 0px;
    padding-bottom: 2px;
}
.time-balance-header {
    /*border-color: #000180;
    border-width: 1px;
    border-style: solid;*/
    width: 300px;
    float: left;
    padding: 0px;
    padding-left: 2px;
    border: none;
    margin: 0px;
    height: 22px;
    cursor: pointer;
}
.time-balance-body {
    /*border-style: solid;
    border-color: #000180;
    border-width: 1px;*/
    background-color:#e5e5e5;
    margin: 0px;
    margin-left: 2px;
    padding: 0px;
    width: 300px;
    height: auto;
    overflow:hidden;
}
.time-balance-grid {
    margin: 0px;
    margin-left: 2px;
    padding: 0px;
    border: none;
    width: 302px;
    background-color: #ffffff;
    overflow: hidden;
}
.time-balance-history {
    margin: 0px;
    padding: 0px;
    border-color: #000180;
    border-width: 1px;
    border-style: solid;
    width: 302px;
    overflow: hidden;
}
.time-balance-history-row {
    float: left;
    width: 300px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    margin-left: 2px;
    border: none;
    border-top: solid;
    border-width: thin;
    font-family: Arial, sans-serif;
    color: #000180;
    font-size: .9em;
    font-weight: 400;
    height: auto;
    background-color: #eaeaff;
}
.time-balance-history-date {
    border: none;
    padding: 0px;
    margin: 0px;
    float: left;
    width: 60px;
    text-align: left;
}
.time-balance-history-reason {
    border: none;
    padding: 0px;
    margin: 0px;
   float: left;
    width: 190px;
    text-align: left;
}
.time-balance-history-hours {
    border: none;
    padding: 0px;
    margin: 0px;
    float: left;
    width: 40px;
    text-align: right;
}
.time-balance-header-cell {
    padding: 0px;
    margin-top: 0px;
    background-color:#d3dce0;
    border: none;
    border-bottom: solid;
    border-color: #000180;
    border-width: 1px;
    font-family: Arial, sans-serif;
    font-size: .8em;
    font-weight: bold;
}
.time-balance-cell {
    border: none;
    margin: 0px;
    padding: 0px;
    padding-bottom: 1px;
    font-family: Arial, sans-serif;
    font-size: .8em;
    overflow: hidden;
    cursor: pointer;
}
.time-balance-cell-time-code {
    width: 200px;
    text-align: left;
    float: left;
    color: blue;
    text-decoration: underline;
}
.time-balance-cell-balance {
    width: 80px;
    text-align: right;
    float: right;
    color: blue;
    margin-right: 2px;
    text-decoration: underline;
}
.time-balance-as-of-label {
    font-family: Arial, sans-serif;
    font-size: 1em;
    font-weight: normal;
    font-weight: 600;
    margin-right: 4px;
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: right;
    cursor: pointer;
}
/* Time Balances Page
----------------------------------------------------------*/
.time-balance-page-body {
    background-color:#e5e5e5;
    margin: 0px;
    padding: 0px;
    height: auto;
    overflow: hidden;
}
.time-balance-page-grid {
    margin: 0px;
    padding: 0px;
    border: none;
    background-color: #ffffff;
    overflow: hidden;
   -webkit-flex-direction: row; /* works with row or column */
    flex-direction: row;
    cursor: pointer;
}
.time-balance-page-history {
    margin: 0px;
    padding: 0px;
    border-color: #000180;
    border-width: 1px;
    border-style: none;
    border-bottom-style: solid;
    overflow: hidden;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.time-balance-page-history-row {
    float: none;
    width: 100%;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    border: none;
    border-top: solid;
    border-width: thin;
    font-family: Arial, sans-serif;
    color: #202020;
    font-size: 1em;
    font-weight: 400;
    height: auto;
    background-color: #d8d8d8;
   -webkit-flex-direction: row; /* works with row or column */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    cursor: default;
    align-items: stretch;
    justify-content:center;
}
.time-balance-page-history-date {
    border: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
    -webkit-flex: 1 1 20%;
    flex: 1 1 20%;
    align-self: flex-start;
}
.time-balance-page-history-reason {
    border: none;
    margin: 0px;
    padding-right: 0px;
    text-align: left;
    -webkit-flex: 4 1 58%;
    flex: 4 1 40%;
    align-self: center;
}
.time-balance-page-history-hours {
    border: none;
    margin: 0px;
    padding-right: 0px;
    text-align: left;
    -webkit-flex: 1 1 20%;
    flex: 1 1 20%;
    align-self: flex-end;
    text-align: center;
}
.time-balance-page-header-cell {
    padding: 0px;
    margin-top: 0px;
    background-color:#d3dce0;
    border: none;
    border-bottom: solid;
    border-color: #000180;
    border-width: 1px;
    font-family: Arial, sans-serif;
    font-size: .8em;
    font-weight: bold;
    -webkit-flex: 3 0 auto;
    flex: 3 0 auto;
}
.time-balance-page-cell {
    border: none;
    margin: 0px;
    padding: 0px;
    padding-bottom: 1px;
    font-family: Arial, sans-serif;
    font-size: .8em;
    overflow: hidden;
}
.time-balance-page-cell-time-code {
    text-align: left;
    float: left;
    color: blue;
    text-decoration: underline;
}
.time-balance-page-history {
    overflow: hidden;
    cursor: default;
}
.time-balance-page-cell-balance {
    text-align: right;
    float: right;
    color: blue;
    margin-right: 2px;
    text-decoration: underline;
}
/*.time-balance-page-as-of-label {
    font-family: Arial, sans-serif;
    font-size: 1em;
    font-weight: normal;
    font-weight: 600;
    margin-right: 4px;
    margin-top: 5px;
    text-align: right;
}*/
/* Segment Control
----------------------------------------------------------*/
.segment-container {
    width: 98%;
    float: left;
    margin-left: 0px;
    min-height: 100px;
    height: auto;
    background-color: #CDD4E3;
    border-width: 2px;
    border-style:solid;
}
.segment-left-panel {
    width: 16%;
    height: 60px;
    border-style: none;
    float: left;
}
.segment-right-panel {
    width: 76%;
    margin-top: 10px;
    height: 60px;
    border-style: none;
    float: right;
}
.segment-panel {
    padding: 0px;
    margin-top: 0px;
    margin-left: 0px;
    width: 96%;
    height: 30px;
    background-color: #fbfbff;
    border-style:solid;
    border-width:thin;
    border-color:#000180;
}
.time-label-panel {
    padding: 0px;
    margin-left: 2px;
    width: 96%;
}
.segment-inner-panel {
    padding: 0px;
    margin: 2px;
    height: 24px;
    background-color: #fbfbff;
    border-style: solid;
    border-width: thin;
    border-color: #000180;
}
.segment-body {
   padding: 0px;
   margin: 0px;
   height: 22px;
   border-style: solid;
   border-width: thin;
}
.segment-working-auto {
    background-color: green;
}
.segment-off-duty-auto {
    background-color: red;
}
.segment-xtra-duty-job {
    background-color: orange;
}
.segment-bottom-panel {
    width: 90%;
    margin-top: 66px;
    margin-left: 5%;
    height: 30px;
    border-style: none;
}
.segment-request-label {
    color: #000180;
    padding: 0px;
    margin: 0px;
    margin-top: 2px;
    width: 10%;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    float: left;
}
.time-label {
    color: #000180;
    padding: 0px;
    margin: 0px;
    font-family: Arial, sans-serif;
    font-size: .75em;
    font-weight: normal;
    float: left;
    text-align: center;
    min-width: 30px;
}
.segment-button {
    width: 130px;
    padding: 0px;
    margin-top: 0px;
    margin-left: 16px;
    color: #f4f4f4;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    text-align: center;
    background-color: #12126d;
    border-style: solid;
    border-width: thin;
    border-color: #000180;
    float: left;
    cursor: pointer;
}
.segment-note-panel {
    width: 90%;
    margin-left: 2px;
    height: auto;
    border-style: none;
}
.segment-note {
    font-family: Arial, sans-serif;
    font-size: 1em;
    font-weight: normal;
    text-align: left;
}
.segment-message-panel {
    width: 100%;
    background-color: #fffeb8;
    height: auto;
    border-style: solid;
    border-width: thin;
    border-color: #000180;
    margin: 0px;
    margin-left: -2px;
    padding: 1px;
    float: left;
}
.segment-okcancel-panel {
    width: 100%;
    background-color: #fffeb8;
    height: auto;
    border-style: solid;
    border-width: thin;
    border-color: #000180;
    margin: 0px;
    margin-left: -2px;
    padding: 1px;
    float: left;
}
.segment-ok-cancel-text-panel {
    width: 80%;
    float: left;
    margin-left: 2px;
}
.segment-ok-cancel-buttons {
    width: 70px;
    height: auto;
    margin: 2px;
    margin-right: 10px;
    float: right;
}
.hidden-segment-message {
    display: none;
}
.segment-error-text {
    color: red;
}
.segment-happy-text {
    color: green;
}
.segment-neutral-text {
    color: green;
}
/* Segment Work Area Formats 
----------------------------------------------------------*/
.hidden-work-area {
    display: none;
}
.work-area-time-off {
    height: 90px;
    width: 100%;
    margin: 0;
    margin-left: -2px;
    border-style: solid;
    border-color: #000180;
    border-width: 2px;
    float: left;
    background-color: #fbfbff;
}
.work-area-overtime {
    height: 130px;
    width: 100%;
    margin: 0;
    margin-left: -2px;
    border-style: solid;
    border-color: #000180;
    border-width: 2px;
    float: left;
    background-color: #fbfbff;
}
.work-area-change-work-times {
    height: 90px;
    width: 100%;
    margin: 0;
    margin-left: -2px;
    border-style: solid;
    border-color: #000180;
    border-width: 2px;
    float: left;
    background-color: #fbfbff;
}
.work-area-swap {
    height: 90px;
    width: 100%;
    margin: 0;
    margin-left: -2px;
    border-style: solid;
    border-color: #000180;
    border-width: 2px;
    float: left;
    background-color: #fbfbff;
}
.work-area-header-label {
    font-family: Arial, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    text-align: left;
    float: left;
    width: 20%;
    height:100%;
}
.work-area-field-label {
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    text-align: left;
}
.work-area-time-range {
    float: left;
    margin-top: 10px;
    margin-left: 40px;
    width: auto;
}
.work-area-reason-panel {
    float: left;
    margin-top: 10px;
    width: auto;
    padding-top: 4px;
}
.work-area-shift-panel {
    float: left;
    margin-top: 10px;
    width: auto;
    padding-top: 4px;
}
.work-area-swap-with-panel {
    float: left;
    margin-top: 10px;
    width: auto;
    padding-top: 4px;
}
.work-area-button {
    font-family: Arial, sans-serif;
    font-size: 1em;
    font-weight: normal;
    text-align: left;
    float: left;
    min-width: 60px;
    height: 28px;
    text-align: center;
    margin: 1px;
    margin-top: 2px;
    border-style: solid;
    border-width: 2px;
    border-color: #000180;
    cursor: pointer;
    color: #f4f4f4;
    background-color: #000180;
    padding: 0px 4px 4px 4px;
}
.work-area-button-panel {
    width: 70px;
    height: auto;
    margin: 2px;
    margin-right: 10px;
    float: right;
    z-index: 1000;
}
.work-area-note-panel {
    width: 60%;
    height: 30px;
    border-style: none;
    float: left;
}
.work-area-note-field {
    width: 80%;
    margin-left: 4px;
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    text-align: left;
}
.work-area-incident-panel {
    width: 200px;
    margin-left: 140px;
    margin-top: 10px;
    height: auto;
    border-style: none;
    float: left;
}
.work-area-incident-field {
    width: 80px;
    margin-left: 4px;
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    text-align: left;
    height: auto;
    padding: 1px;
}

/* Pending Schedule Change Requests
----------------------------------------------------------*/
.pending-requests-panel {
    width: 49%;
    margin: 0px;
    margin-left: 0px;
    height: auto;
    min-height: 60px;
    border-style: solid;
    border-color: #000180;
    border-width: thin;
    padding: 0px;
    float: left;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.pending-requests-header-panel {
    -webkit-flex: 0 0 0;
    flex: 0 0 0;
    background-color: #f4f4f4;
    margin: 0px;
    padding: 0px;
    width: 100%;
    border-style: none;
    font-family: Arial, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
}
.pending-requests-row {
    -webkit-flex: 0 0 0;
    flex: 0 0 0;
    height: auto;
    min-height: 70px;
    width: 100%;
    background-color: #CDD4E3;
    border-style: solid;
    border-width: thin;
    border-color: #000180;
    margin: 0px;
    margin-left: -1px;
    padding: 0px;
}
.pending-requests-footer {
}
.pending-request-label {
    font-family: Arial, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    text-align: left;
    float: left;
    width: 20%;
    height:100%;
}
.pending-request-button-panel {
    width: 15%;
    height: auto;
    margin: 2px;
    margin-right: 10px;
    float: right;
}
.pending-request-button {
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    text-align: left;
    float: left;
    width: 100%;
    height: 26px;
    text-align: center;
    margin: 1px;
    margin-top: 2px;
    border-style: solid;
    border-width: 2px;
    border-color: #000180;
    cursor: pointer;
}
.pending-request-row-body {
    width: 60%;
    height: 100%;
    float: left;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.pending-request-body-line {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    min-height: 12px;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.pending-request-body-label {
    -webkit-flex: 2 0 auto;
    flex: 2 0 auto;
    margin: 0px;
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    text-align: left;
    padding: 0px;
}
.pending-request-body-text {
    -webkit-flex: 3 0 auto;
    flex: 3 0 auto;
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    text-align: left;
}
.pending-request-work-area {
    width: 100%;
    padding: 0px;
    margin: 0;
    margin-left: -1px;
    border-style: solid;
    border-color: #000180;
    border-width: 1px;
    float: left;
    background-color: #fbfbff;
}
.pending-request-work-area-time-off {
    height: 150px;
}
.pending-request-work-area-days-off {
    height: 150px;
}
.pending-request-work-area-overtime {
    height: 200px;
}
.pending-request-work-area-change-work-times {
    height: 150px;
}
.pending-request-work-area-swap {
    height: 150px;
}
.pending-request-field-label {
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    text-align: left;
}
.pending-request-time-range {
    margin-top: 4px;
    margin-left: 4px;
    float: left;
    width: 100%;
}
.pending-request-reason-panel {
    margin-top: 4px;
    margin-left: 4px;
    float: left;
    width: 100%;
}
.pending-request-shift-panel {
    margin-top: 4px;
    margin-left: 4px;
    float: left;
    width: 100%;
}
.pending-request-swap-with-panel {
    margin-top: 4px;
    margin-left: 4px;
    float: left;
    width: 100%;
}
.pending-request-button {
    font-family: Arial, sans-serif;
    font-size: 1em;
    font-weight: normal;
    text-align: left;
    float: left;
    width: 60px;
    height: 26px;
    text-align: center;
    margin: 1px;
    margin-top: 2px;
    margin-left: 8px;
    border-style: solid;
    border-width: 2px;
    border-color: #000180;
    cursor: pointer;
}
.pending-request-work-area-button-panel {
    height: 25px;
    margin-top: 10px;
    margin-left: 40px;
    float: left;
    width: 85%;
}
.pending-request-date-panel {
    margin-left: 4px;
    width: 100%;
    height: 25px;
    border-style: none;
    float: left;
}
.pending-request-note-panel {
    margin-left: 4px;
    width: 100%;
    height: 50px;
    border-style: none;
    float: left;
}
.pending-request-note-field {
    width: 80%;
    margin-left: 4px;
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    text-align: left;
}
.pending-request-incident-panel {
    margin-left: 4px;
    float: left;
    width: 100%;
}
.pending-request-incident-field {
    width: 80px;
    margin-left: 4px;
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    text-align: left;
    height: auto;
    padding: 1px;
}
.pending-request-okcancel-panel {
    width: 100%;
    background-color: #fffeb8;
    height: auto;
    border-style: solid;
    border-width: thin;
    border-color: #000180;
    margin: 0px;
    margin-left: -2px;
    padding: 1px;
    float: left;
}
.pending-request-ok-cancel-text-panel {
    width: 80%;
    float: left;
    margin-left: 2px;
}
.pending-request-ok-cancel-buttons {
    width: 70px;
    height: auto;
    margin: 2px;
    margin-right: 10px;
    float: right;
}
.pending-request-message-panel {
    width: 100%;
    background-color: #fffeb8;
    height: auto;
    border-style: solid;
    border-width: thin;
    border-color: #000180;
    margin: 0px;
    margin-left: -2px;
    padding: 1px;
    float: left;
}
.approve-deny-confirm-panel {
    width: 100%;
    padding: 0px;
    margin: 0;
    margin-left: -1px;
    border-style: solid;
    border-color: #000180;
    border-width: 1px;
    float: left;
    background-color: #fbfbff;
    height: auto;
}
.approve-deny-left-panel {
    width: 80%;
    float: left;
}
.approve-deny-right-panel {
    width: 19%;
    float: right;
}
.approve-deny-note-panel {
    margin-left: 4px;
    width: 100%;
    height: 50px;
    border-style: none;
    float: left;
}
.approve-deny-note-label {
    width: 20%;
    margin-left: 0px;
    margin-top: 6px;
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    text-align: left;
    float: left
}
.approve-deny-note {
    width: 74%;
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    text-align: left;
    float: left;
    margin-top: 6px;
}
.approve-deny-header-label {
    font-family: Arial, sans-serif;
    font-size: 1em;
    font-weight: bold;
    text-align: left;
    float: left;
    width: 100%;
    height:auto;
    margin-left: 2px;
    margin-top: 2px;
}
/* Today Items 
----------------------------------------------------------*/
.today-header {
    border-style: solid;
    border-width: thin;
    border-color: #000180;
    margin: 0px;
    padding: 0px;
    padding-top: 6px;
    min-height: 26px;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.today-header-tall {
    min-height: 46px;
}
.today-date-label {
    font-family: Arial, sans-serif;
    font-size: 1em;
    font-weight: bold;
    margin-top: 2px;
    margin-left: 4px;
    margin-right: 4px;
    text-align: center;
    -webkit-flex: 10 0 0;
    flex: 10 0 0;
}
.today-header-button {
    min-width:110px;
    width: auto;
    padding: 0px 10px 0px 10px;
    margin-top: 0px;
    margin-left: 10px;
    color: #f4f4f4;
    font-family: Arial, sans-serif;
    font-size: 1em;
    font-weight: normal;
    text-align: center;
    background-color: #000180;
    border-style: none;
    cursor: pointer;
    -webkit-flex: 2 0 auto;
    flex: 2 0 auto;
}
.today-dayoff-work-area {
    width: 98%;
    margin: 0px;
    padding: 1px;
    height: 80px;
    float: left;
    border-style: solid;
    border-width: thin;
    border-color: #000180;
    background-color: #fbfbff;
}
.today-dayoff-reason-panel {
    margin-top: 4px;
    margin-left: 4px;
    width: 60%;
    float: left;
    height: auto;
}
.today-dayoff-note-panel {
    margin-left: 4px;
    margin-top: 4px;
    width: 60%;
    float: left;
    height: 40px;
}
.today-dayoff-field-label {
    width: 100px;
}
.today-message-panel {
    width: 100%;
    background-color: #fffeb8;
    height: auto;
    border-style: solid;
    border-width: thin;
    border-color: #000180;
    margin: 0px;
    margin-right: 30px;
    padding: 1px;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
}
.today-segment-panel {
    width: 100%;
    background-color: #e8e8e8;
    border-style: solid;
    border-width: thin;
    border-color: #000180;
    margin: 0px;
    padding: 0px;
    float: left;
}
.today-segment-container {
    width: 96%;
    background-color: #f4f4f4;
    height: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: #000180;
    margin: 0px;
    padding: 0px;
    float: left;
    margin-left: 2%;
    margin-top: 6px;
}
.today-time-segment {
    float: left;
    border-style: solid;
    border-color: #000180;
    border-width: thin;
    margin: 0px;
    margin-right: -2px;
    padding: 0px;
    margin-top: 0px;
}
.today-time-segment-selected {
    float: left;
    border-style: dashed;
    border-color: #000180;
    border-width: 1px;
    margin: 0px;
    padding: 0px;
    margin-top: 0px;
    margin-left: 0px;
}
.today-blank-segment {
    background-color: transparent;
    border-style: none;
    float: left;
    padding: 0px;
    margin: 0px;
}
.today-blank-segment-selected {
    background-color: #f4f4f4;
    float: left;
    padding: 0px;
    margin: 0px;
    border-style: dashed;
    border-color: #000180;
    border-width: 1px;
    margin-top: -1px;
    margin-left: -2px;
    height: 100%;
    z-index: 1000;
}
.today-times-panel {
    width: 96%;
    background-color: transparent;
    height: 20px;
    border-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: .7em;
    margin-left: 2%;
    display: inline-block;
}
.today-time-panel-time-label {
    padding: 0px;
    margin: 0px;
    margin-left: -12px;
}
.today-time-panel-time-slice {
    min-width: 1%;
    width: 1%;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    color: black;
    text-align: center;
    display: inline-block;
}
.today-off-duty-job {
    background-color: orange;
}
.today-request-panel {
    width: 100%;
    text-align: center;
    float: left;
    margin-bottom: 4px;
}
.today-request-button {
    color: #f4f4f4;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    text-align: center;
    background-color: #12126d;
    border-style: solid;
    border-width: thin;
    border-color: #000180;
    cursor: pointer;
    width: 200px;
    margin-top: 5px;
}
.today-segment-label {
    width: auto;
    padding: 0px;
    margin-top: 2px;
    margin-left: 2px;
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .8em;
    font-weight: normal;
    text-align: left;
    background-color: transparent;
    border-style: none;
    float: left;
}
.today-change-container {
    margin: 0px;
    height: auto;
    min-height: 60px;
    border-style: solid;
    border-color: #000180;
    border-width: thin;
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
}
.today-segment-label-container {
    min-height: 16px;
    width: 96%;
    padding: 0px;
    margin-top: 2px;
    margin-left: 2px;
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: 1em;
    font-weight: bold;
    text-align: left;
    background-color: transparent;
    border-style: none;
    float: left;
}
.today-time-segment-inner-panel {
    margin-top: 1px;
    width: 100%;
    height: 100%;
    position: relative;
}
.today-segment-button {
    float: left;
    border-color:transparent;
    background-color: transparent;
    color: transparent;
    opacity: .3;
    cursor: pointer;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px; 
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1000;
}
.today-blank-segment-button {
    float: left;
    border-color:transparent;
    background-color: transparent;
    color: transparent;
    cursor: pointer;
    opacity: .3;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px; 
    z-index: 1000;
}
.today-work-area {
    width: 100%;
    border-style: none;
    background-color: transparent;
    padding: 20px 0px;
    margin: 0px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.today-work-area-row {
    width: 100%;
    border-style: none;
    background-color: transparent;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    margin-top: 10px;
    min-height: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.today-work-area-tall {
    height: 80px;
}
.today-work-area-label {
    -webkit-flex: 4 3 50%;
    flex: 4 3 50%;
    -webkit-align-content: flex-end;
    align-content: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    border-style: none;
    margin: 0px;
    padding: 0px;
    text-align: right;
}
.today-work-area-field {
    -webkit-flex: 6 1 50%;
    flex: 6 1 50%;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    border-style: none;
    padding: 0px;
    margin: 0px 30px 0px 10px;
}
.today-time-textbox {
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    width: 50px;
    margin: 0px;
    margin-left: 2px;
    padding: 0px;
    padding-left: 2px;
}
.today-work-area-incident {
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    width: 100px;
    margin: 0px;
    padding: 0px;
}
.today-work-area-specialunit-dropdown {
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    width: 240px;
    margin: 0px;
    margin-left: 14px;
    padding: 0px;
}
.today-work-area-specialunitcheckbox {
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    width: 30px;
    margin: 0px;
    text-align: left;
    padding: 0px;
}
.today-work-area-note {
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    width: 100%;
    margin: 0px 40px 10px 2px;
    padding: 0px;
    height: 100%;
    overflow: scroll;
}
.today-button-row {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    height: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.today-button-row-right {
    margin: 0px;
    padding: 0px;
}
.today-button-row-one-button {
}
.today-button-row-two-buttons {
}
.today-button-row-three-buttons {
}
.today-button-row-four-buttons {
}

.today-work-area-button {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100px;
    margin: 2px;
    margin-right: 10px;
    font-family: Arial, sans-serif;
    font-size: 1em;
    font-weight: bold;
    background-color: #000180;
    color: #e5e5e5;
    border-style: none;
    cursor: pointer;
}
.today-message-area {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 0px;
    margin: 0px;
    width: 90%;
    border-style: solid;
    border-color: #000180;
    border-width: thin;
    margin-left: -1px;
}
.today-message {
    padding: 0px;
    margin: 0px;
    width: 100%;
}
.today-message-good {
    background-color: #e5e5e5;
    color: darkgreen;
}
.today-message-warning {
    background-color: yellow;
    color: #000180;
}
.today-message-error {
    background-color: yellow;
    color: red;
}
.timeclock-bad-message {
    color: red;
}
.today-notification-container {
    float: left;
    margin: 0px;
    padding: 0px;
    border-style: solid;
    border-width: thin;
    border-color: #000180;
    width: 49%;
    height: auto;
    margin-top: 10px;
   -webkit-flex-direction: column; /* works with row or column */
    flex-direction: column;
}
.today-notification-header {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-style: none;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: bold;
    text-align: center;
    background-color: #000180;
    color: #e5e5e5;
    -webkit-flex: 1 0 auto; 
    flex: 1 0 auto;
}
.today-pending-requests-container {
    float: right;
    margin: 0px;
    padding: 0px;
    border-style: solid;
    border-width: thin;
    border-color: #000180;
    width: 49%;
    height: auto;
    margin-top: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.today-pending-requests-header {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-style: none;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: bold;
    text-align: center;
    background-color: #000180;
    color: #e5e5e5;
}
.today-pending-request {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-style: none;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #000180;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.today-pending-request-header-text {
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: 500;
}
.today-pending-request-header {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    border-style: none;
    border-color: #000180;
    border-width: thin;
    border-bottom-style: solid;
}
.today-pending-request-body {
    -webkit-flex: 5 0 auto;
    flex: 5 0 auto;
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .8em;
    font-weight: 400;
    border-style: none;
    border-color: #000180;
    border-width: thin;
    border-bottom-style: solid;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.today-pending-request-row {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: inherit;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.today-pending-request-label {
    text-align: left;
    -webkit-flex: 1 0 30%;
    flex: 1 0 30%;
}
.today-pending-request-text {
    text-align: left;
    margin-left: 4px;
    -webkit-flex: 2 0 60%;
    flex: 2 0 60%;
}
.today-pending-request-header-button-open {
        background-image: url("../Images/smallbuttonopen.png");
        margin: 0px;
        padding: 0px;
        background-repeat: no-repeat;
        height: 20px;
        width: 20px;
        float: right;
        border-style: none;
}
.today-pending-request-header-button-close {
        background-image: url("../Images/smallbuttonclose.png");
        margin: 0px;
        padding: 0px;
        background-repeat: no-repeat;
        height: 20px;
        width: 20px;
        float: right;
        border-style: none;
}
.today-pending-request-not-submitted {
    background-color: orange;
    color: #000180;
}.today-pending-request-approved {
    background-color: #84ef45;
    color: #000180;
}.today-pending-request-canceled {
    background-color: #e85f5f;
    color: #f4f4f4;
}.today-pending-request-pending {
    background-color: yellow;
    color: #000180;
}.today-pending-request-denied {
    background-color: #ff4f4f;
    color: #000180;
}
 .today-pending-request-declined {
    background-color: #db9393;
    color: #000180;
}
.today-pending-request-button {
    width: auto;
    padding: 4px;
    margin: 0px;
    margin-left: 8px;
    margin-bottom: 1px;
    vertical-align: bottom;
    color: #e5e5e5;
    font-family: Arial, sans-serif;
    font-size: 1.1em;
    font-weight: normal;
    text-align: center;
    background-color: #000180;
    border-style: none;
    float: right;
    cursor: pointer;
}
.pending-request-reviewer-note-label {
}
.pending-request-reviewer-note-textbox {
    float: left;
    width: 350px;
    height: 20px;
    margin: 0px;
    padding: 0px;
    font-family: Arial, sans-serif;
    font-size: 1.1em;
    font-weight: 400;
}
/* Notification 
-------------------------------------------------------------*/
.notification-form {
    margin: 0px;
    height: auto;
    min-height: 60px;
    border-style: solid;
    border-color: #000180;
    border-width: thin;
    padding: 0px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.notification-panel {
    margin: 0px;
    height: auto;
    min-height: 60px;
    border-style: solid;
    border-color: #000180;
    border-width: thin;
    padding: 0px;
}
.notification-header-panel {
    background-color: #f4f4f4;
    margin: 0px;
    padding: 2px 0px 2px 0px;
    height: 26px;
    border-style: none;
    font-family: Arial, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
}
.notification-page-panel {
    width: auto;
    float: right;
}
.notification-row-container {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    border-style: solid;
    border-color: #f4f4f4;
    border-width: thin;
    padding: 0px;
    color: #f4f4f4;
    background-color: #000180;
    min-height: 50px;
    height: auto;
}
.notification-footer {
}
.notification-summary-unread {
    color: #404040;
    font-weight: bold;
}
.notification-summary-read {
    color: #404040;
    font-weight: normal;
}
.notification-type {
    width: 60%;
    margin-left: 4px;
    font-family: Arial, sans-serif;
    font-size: 1.1em;
    text-align: left;
    float: left;
    z-index: 100;
    padding-bottom: 6px;
    color: #f4f4f4;
}
.notification-subject {
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 4px;
    font-family: Arial, sans-serif;
    font-size: .9em;
    text-align: left;
    float: left;
    width: 90%;
    z-index: 100;
    color: #f4f4f4;
}
.notification-expand-button {
    border-color:transparent;
    background-color: transparent;
    color: transparent;
    cursor: pointer;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px; 
    z-index: 200;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.notification-detail {
    width: 100%;
    margin: 0px;
    margin-right: 2px;
    height: auto;
    min-height: 40px;
    padding: 0px;
    background-color: #fbfbff;
    float: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    color: #000180;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
}
.notification-body-text {
    font-family: Arial, sans-serif;
    font-size: .9em;
    overflow-wrap: break-word;
}
.notification-detail-left {
    -webkit-flex: 3 0 75%;
    flex: 3 0 75%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    max-width: 75%;
    overflow-wrap: break-word;
}
.notification-detail-right {
    -webkit-flex: 1 0 25%;
    flex: 1 0 25%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    max-width: 25%;
}
.notification-detail-button {
    font-family: Arial, sans-serif;
    font-size: .8em;
    font-weight: normal;
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 1px;
    margin-top: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: #000180;
    color: #f4f4f4;
    background-color: #000180;
    cursor: pointer;
    padding: 1px;
}
.notification-status-label {
    font-family: Arial, sans-serif;
    font-size: .8em;
    font-weight: 600;
    float: right;
    width: 35%;
    height: auto;
    text-align: right;
    padding-right: 2px;
    color: #404040;
}
.notification-status-hot {
    color: red;
}
.notification-status-cold {
    color: yellow;
}
/* Profile Items 
----------------------------------------------------------*/
.profile-message-panel {
    width: 100%;
    float: left;
    height: 40px;
}
.profile-message-text {
    float: left;
    width: 100%;
    height: auto;
}
.profile-row-container {
    width: 100%;
    float: left;
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
    vertical-align: top;
}
.profile-field-label {
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    float: left;
    width: 35%;
    height: auto;
    text-align: right;
    padding-right: 2px;
}
.profile-data-field {
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    float: left;
    width: 60%;
    padding: 1px;
    margin: 0px;
    margin-left: 5px;
    margin-top: -2px;
}
.profile-data-field-email {
    width: 250px;
}
.profile-data-field-cell-number {
    width: 150px;
}
.profile-data-field-cell-phone-carrier {
    width: 150px;
}
.profile-data-field-send-text-messages {
    margin-top: -4px;
}
.profile-data-field-password {
    width: 150px;
}
.profile-submit-button {
    width: auto;
    padding: 4px;
    margin-top: 0px;
    margin-left: 36%;
    color: #e5e5e5;
    font-family: Arial, sans-serif;
    font-size: 1em;
    font-weight: normal;
    text-align: center;
    background-color: #000180;
    border-style: none;
    float: left;
    cursor: pointer;
}

/* Calendar Items 
----------------------------------------------------------*/
.month-employee-dropdown-panel {
    text-align: center;
    width: 100%;
    height: 24px;
    vertical-align: middle;
    border-style: none;
    margin-top: 2px;
    margin-bottom: 2px;
}
.show-all-checkbox-panel {
    text-align: center;
    width: 100%;
    height: 24px;
    vertical-align: middle;
    border-style: none;
    margin-top: 2px;
    margin-bottom: 2px;
}
.show-all-checkbox {
    text-align: center;
    padding: 2px 4px 2px 0px;
}
.show-all-checkbox-label {
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: 1em;
    font-weight: normal;
    text-align: center;
    padding: 4px;
}.month-dropdown-panel {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.month-dropdown-row {
     display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.month-dropdown-left-panel {
    padding: 0px;
    margin: 0px;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-align-content: flex-end;
    align-content: flex-end;
    
}
.month-dropdown-middle-panel {
    padding: 0px;
    margin: 0px;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-align-content: center;
    align-content: center;
}
.month-dropdown-right-panel {
    padding: 0px;
    margin: 0px;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-align-content: flex-start;
    align-content: flex-start;
}
.month-dropdown-list {
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: 1em;
    font-weight: normal;
    width: 200px;
    text-align: center;
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
}
.month-dropdown-prev-month {
    width: 47px;
    height: 27px;
    margin: 0px;
    padding: 0px;
    border-style: none;
    float: right;
    margin-right: 10px;
    margin-top: 2px;
}
.month-dropdown-next-month {
    width: 47px;
    height: 27px;
    margin: 0px;
    padding: 0px;
    border-style: none;
    float: left;
    margin-left: 10px;
    margin-top: 2px;
}
.month-calendar-request-panel {
    width: 100%;
    float: left;
    text-align: center;
}
.month-calendar-request-button {
    color: #f4f4f4;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    text-align: center;
    background-color: #000180;
    border-style: solid;
    border-width: thin;
    border-color: #000180;
    cursor: pointer;
    width: 200px;
}
.month-calendar {
    margin-top: 20px;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.month-calendar-row {
    -webkit-flex: 1 0 100px;
    flex: 1 0 100px;
    padding: 0px;
    margin: 0px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.month-calendar-cell {
    -webkit-flex: 1 0 14%;
    flex: 1 0 14%;
    height: 140px;
    background-color: #CDD4E3;
    border-style: solid;
    border-width: thin;
    border-color: #000180;
    overflow: hidden;
}
.calendar-show-all-cell{
    -webkit-flex: 1 0 14%;
    flex: 1 0 14%;
    min-height: 140px;
    background-color: #E0E0E0;
    color: black;
    border-style: solid;
    border-width: thin;
    border-color: #000180;
}
.calendar-show-all-header {
    width: 100%;
    float: left;
    padding-left: 1px;
    padding-right: 1px;
    color: darkblue;
    font-size: .9em;
    font-weight: 800;
}
.calendar-show-all-officer-row {
    width: 100%;
    float: left;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
    padding-bottom: 0px;
    color: black;
    font-size: .8em;
    font-weight: 400;
}
.calendar-show-all-officer-name {
    float: left;
}
.calendar-show-all-officer-times {
    float:right;
}
.month-calendar-cell-daynum-panel {
    height: 19px;
    width: 20px;
    background-color: #000180;
    border-style: solid;
    border-width: thin;
    border-color: #000180;
    float: right;
    text-align: center;
    padding: 0px;
}
.month-calendar-cell-daynum-text {
    color: #f4f4f4;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}
.month-calendar-cell-text-row-panel {
    width: 100%;
    float: left;
    padding-left: 1px;
    padding-right: 1px;
}
.month-calendar-cell-text-row-text {
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .8em;
    font-weight: normal;
}
.month-calendar-cell-hidden {
    -webkit-flex: 1 0 14%;
    flex: 1 0 14%;
    height: 100px;
    background-color: transparent;
    border-style: solid;
    border-width: thin;
    border-color: transparent;
}
.month-calendar-cell-daynum-panel-hidden {
    height: auto;
    width: auto;
    background-color: transparent;
    border-style: solid;
    border-width: thin;
    border-color: transparent;
    float: right;
}
.month-calendar-header-row {
    min-height: 20px;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 0px;
    margin: 4px;
    background-color: transparent;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.month-calendar-header-text {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: bold;
    text-align: center;
    float: left;
}
.month-calendar-cell-type-multi {
    background-color: #00a710;
}
.month-calendar-cell-type-xtra-duty {
    background-color: #e3a104;
}
.month-calendar-cell-type-regular-workday {
    background-color: #24d138;
}
.month-calendar-cell-type-regular-dayoff {
    background-color: #ee5c6e;
}
.month-calendar-cell-type-special-workday {
    background-color: #94b798;
}
.month-calendar-cell-type-speciall-dayoff {
    background-color: #e5757a;
}
.month-calendar-cell-button {
    border-color:transparent;
    background-color: transparent;
    color: transparent;
    cursor: pointer;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px; 
    z-index: 200;
}
.month-cell-inner-panel {
    height: 100%;
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}
.calendar-time-balance-container {
    height: 154px;
    width: 200px;
    float: right;
    margin-top: -22px;
}
.multi-day-header-panel {
    height: auto;
    width: 750px;
    margin: 0;
    margin-left: -2px;
    border-style: solid;
    border-color: #000180;
    border-width: 2px;
    float: left;
    background-color: #fbfbff;
}
.multi-day-header-text {
    color: #000180;
    margin: 2px;
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    float: left;
}
.multi-day-body {
    height: 130px;
    width: 750px;
    margin: 0;
    margin-left: -2px;
    border-style: solid;
    border-color: #000180;
    border-width: 2px;
    float: left;
    background-color: #fbfbff;
}
.multi-day-body-left {
    height: 100%;
    width: 80%;
    float: left;
    margin-left: 4px;
}
.multi-day-body-right {
    height: 100%;
    width: 18%;
    float: right;
}
.multi-day-reason-panel {
    width: 100%;
    float: left;
    margin-top: 10px;
    padding-top: 4px;
}
.multi-day-date-panel {
    height: auto;
    width: 200px;
    float: left;
    margin: 0px;
    margin-top: 6px;
}
.multi-day-date-range {
    height: 30px;
    width: 100%;
    float: left;
    margin-top: 6px;
}
.multi-day-note-panel {
    width: 100%;
    height: 30px;
    border-style: none;
    float: left;
}
.multi-day-note-field {
    width: 80%;
    margin-left: 4px;
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    text-align: left;
}
.multi-day-submit-cancel-panel {
    width: 80px;
    float: right;
}
/* Generic stuff */
.row-odd {
    background-color: #eaeaff;
}
.row-edit {
    background-color: yellow;
}
.chart-background {
    background-color: #fbfbff;
}
/*    Supervisor Pending Schedule Change Requests
---------------------------------------------------------*/
.supervisor-request-row {
    float: left;
    width: auto;
    height: auto;
    min-height: 24px;
    border-style: solid;
    border-color: #000180;
    border-width: 1px;
    float: left;
    background-color: #fafafa;
    padding: 0px;
    margin-top: -1px;
}
.supervisor-request-row-odd {
    background-color: #eaeaff;
}
.supervisor-request-header {
    float: left;
    width: auto;
    height: 18px;
    border-style: solid;
    border-color: #000180;
    border-width: 1px;
    float: left;
    background-color: #000180;
    color: #f4f4f4;
}
.supervisor-request-pre-header {
    width: auto;
    height: 50px;
    float: left;
    margin: 0px;
    margin-left: 77px;
    padding: 0px;
}
.supervisor-request-header-label {
    float: left;
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 1em;
    font-weight: 600;
    margin: 0px;
    text-align: center;
}
.supervisor-request-select-all-checkbox {
    margin-top: 4px;
    float: left;
}
.supervisor-request-select-all {
    font-family: Arial, sans-serif;
    font-size: .8em;
    font-weight: 600;
    margin: 0px;
    margin-left: 4px;
    margin-top: 10px;
    padding: 0px;
    float: left;
}
.supervisor-request-approve-selected-button {
    width: 140px;
    float: left;
    margin-left: 20px;
}
.supervisor-request-column-header {
    float: left;
    height: 100%;
    border-style: solid;
    border-color: #fafafa;
    border-width: 1px;
    margin: 0px;
    margin-left: -1px;
    padding: 0px;
    padding-left: 1px;
    padding-top: 3px;
    color: #fafafa;
    font-family: Arial, sans-serif;
    font-size: .8em;
    font-weight: 600;
    text-align: left;
}
.supervisor-request-column {
    float: left;
    min-height: 24px;
    height: 100%;
    border-style: solid;
    border-color: #000180;
    border-width: 1px;
    margin: 0px;
    margin-left: -1px;
    padding: 0px;
    padding-left: 1px;
    padding-top: 1px;
    color: #000180;
    background-color: transparent;
    font-family: Arial, sans-serif;
    font-size: .85em;
    font-weight: 400;
    text-align: left;
}
.supervisor-request-details-link {
    color: #000180;
}
    .supervisor-request-details-link hover {
    color: #f4f4f4;
    background-color: #000180;
    }
.sr-col-1 {
    width: 54px;
}
.sr-col-2 {
    width: 50px;
    text-align: center;
}
.sr-col-3 {
    width: 65px;
    text-align: center;
}
.sr-col-4 {
    width: 120px;
}
.sr-col-5 {
    width: 80px;
}
.sr-col-6 {
    width: 110px;
}
.sr-col-7 {
    width: 140px;
}
.sr-col-8 {
    width: 120px;
}
.sr-col-9 {
    width: 100px;
}
.warning-image {
    background-image: url("../Images/warning.png");
    background-repeat: no-repeat;
    padding: 0px;
    text-align: center;
    margin: 0px;
    height: 16px;
    width: 21px;
    margin-left: 15px;
    margin-top: 2px;
}
/* REQUEST HISTORY PAGE
----------------------------------------------------------*/
.request-history-expand-button {
    border-color:transparent;
    background-color: transparent;
    color: transparent;
    cursor: pointer;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px; 
    z-index: 200;
}
.request-history-body-container {
    width: 100%;
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    margin-top: 0px;
    margin-left: 0px;
    padding: 0px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.request-history-sort-label {
    color: #f4f4f4;
    -webkit-flex: 1 0 23%;
    flex: 1 0 23%;
    text-align: right;
    margin-top: 3px;
}
.request-history-sort-dropdown {
    -webkit-flex: 1 0 73%;
    flex: 1 0 73%;
    text-align: right;
    margin-left: 2px;
}
.request-history-column-header {
    background-color: #000180;
    color: #f4f4f4;
    height: 18px;
    padding: 0px;
    padding-top: 4px;
    margin: 0px;
    -webkit-flex: 1 0 25%;
    flex: 1 0 25%;
    align-content: center;
}
.request-history-column {
    -webkit-flex: 1 0 25%;
    flex: 1 0 25%;
    color: #000180;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    align-content: center;
}
.request-history-header {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 0px;
    background-color: #000180;
    color: #f4f4f4;
    height: 22px;
    margin-left: 0px;
    border-color: #000180;
    border-style: solid;
    border-width: 2px 0px 0px 0px;
}
.request-history-header-label {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 0px;
    margin: 0px;
    text-align: center;
    margin-top: 4px;
}
.request-history-section-header-row {
    width: auto;
    float: left;
    height: 16px;
    margin-left: 1px;
}
.request-history-row-container {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 1px;
    border-color: #000180;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.request-history-detail-container {
    float: left;
    background-color: yellow;
    border-color: #000180;
    border-style: solid;
    border-width: thin;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.request-history-column-headers {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    padding: 0px;
    margin-left: 0px;
    background-color: #000180;
    color: #f4f4f4;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.request-history-column-request-type {
    text-align: center;
}
.request-history-column-submitted-date {
    text-align: center;
}
.request-history-column-scheduled-date {
    text-align: center;
}
.request-history-column-status {
    text-align: right;
    padding-right: 1px;
}
.request-history-status-canceled {
    background-color: lightgray;
}
.request-history-status-approved {
    background-color: lightgreen;
}
.request-history-status-denied {
    background-color: #ff4f4f;
}
.request-history-status-pending {
    background-color: lightgoldenrodyellow;
}
.request-history-detail-row {
}
.request-history-detail-left {
    float: left;
    width: 78%;
}
.request-history-detail-right {
    float: left;
    min-width: 18%;
}
.request-history-detail-label {
    float: left;
    width: 25%;
    text-align: right;
}
.request-history-detail-text {
    float: left;
    margin-left: 10px;
    text-align: left;
    width: 70%;
}
.request-history-go-to-button {
}

/* ROSTER PAGE 
----------------------------------------------------------*/
.roster-header-container {
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.roster-date-panel {
    width: 100%;
   position: relative;
    margin-top: 6px;
    text-align: center;
}
.roster-date-label {
    width: auto;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
}
.roster-small-left-button {
    background-color: transparent;
    background-image: url("../Images/smallleftarrow.png");
    background-repeat: no-repeat;
    height: 16px;
    width: 26px;
    margin: 0px;
    padding: 0px;
    padding-right: 10px;
    border: none;
    position: relative;
    top: 3px;
}
.roster-small-right-button {
    background-color: transparent;
    background-image: url("../Images/smallrightarrow.png");
    background-repeat: no-repeat;
    height: 16px;
    width: 26px;
    margin: 0px;
    padding: 0px;
    border: none;
    position: relative;
    top: 3px;
    left: 10px;
}
.roster-header-field-label {
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    text-align: left;
    float: left;
    padding: 2px 0px;
}
.unit-dropdown-container {
    -webkit-flex: 1 0 25%;
    flex: 1 0 25%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align-content: flex-end;
}
.roster-unit-dropdown {
    float: right;
}
.shift-dropdown-container {
    -webkit-flex: 1 0 25%;
    flex: 1 0 25%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align-content: flex-end;
}
.roster-shift-dropdown {
    float: right;
}
.roster-sort-dropdown-container {
    -webkit-flex: 1 0 30%;
    flex: 1 0 30%;
    text-align: right;
}
.sort-dropdown-container {
    -webkit-flex: 1 0 25%;
    flex: 1 0 25%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align-content: flex-end;
}
.roster-sort-dropdown {
    float: left;
}
.roster-date-field-button {
    margin: 0px;
    margin-left: 4px;
    padding: 0px;
    width: 14px;
    height: 14px;
    background-image: url("../Images/CalendarButton.png");
    position: relative;
    top: 2px;
    left: 2px;
}
.roster-calendar {
    width: 220px;
    height: 180px;
}
.roster-body-container {
    width: 100%;
    float: left;
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
}
.roster-body-working-container {
    float: left;
    background-color: #f4f4f4;
    margin-top: 10px;
}
.roster-body-off-duty-container {
    float: left;
    background-color: #f4f4f4;
    margin-top: 10px;
}
.roster-column {
    background-color: #f4f4f4;
    border-style: solid;
    border-width: thin;
    border-color: #000180;
    border-top: none;
    height: 20px;
    padding: 0px;
    margin: 0px;
    margin-left: -1px;
    margin-top: -1px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.roster-column-odd {
    background-color: #eaeaff;
    border-style: solid;
    border-width: thin;
    border-color: #000180;
    border-top: none;
    height: 20px;
    padding: 0px;
    margin: 0px;
    margin-left: -1px;
    margin-top: -1px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.roster-section-header {
    width: 100%;
    float: left;
    padding: 0px;
}
.roster-section-header-label {
    background-color: #f4f4f4;
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.roster-section-header-row {
    width: auto;
    float: left;
    min-height: 16px;
    margin-left: 1px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.roster-row-container {
    width: 100%;
    float: left;
    min-height: 20px;
    padding: 1px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    background-color: #f4f4f4;
}
.roster-row-container-left {
    width: 100%;
    float: left;
    min-height: 16px;
    padding: 1px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    background-color: #b0b0b0;
}
.roster-column-header {
    background-color: #000180;
    color: #f4f4f4;
    border-style: solid;
    border-width: thin;
    border-color: #000180;
    float: left;
    height: 100%;
    padding: 0px;
    margin: 0px;
    margin-left: -1px;
    margin-top: -1px;
}
.roster-column-details {
    width: 45px;
    text-align: center;
}
.roster-column-calendar {
    width: 58px;
    text-align: center;
}
.roster-column-employee {
    min-width: 180px;
    width: 180px;
    color: #000180;
}
.roster-column-employeeid {
    width: 110px;
}
.roster-column-badgenumber {
    width: 50px;
}
.roster-column-rank {
    width: 40px;
}
.roster-column-shift {
    width: 120px;
}
.roster-column-working {
    width: 120px;
}
.roster-column-reason {
    width: 100px;
}
.roster-column-starttime {
    width: 36px;
}
.roster-column-endtime {
    width: 36px;
}
.roster-column-assignment {
    width: 120px;
    color: #000180;
}
.roster-column-vehicle {
    width: 50px;
}
.roster-column-radio {
    width: 50px;
}
.roster-column-note {
    width: 180px;
}
.roster-column-squad {
    width: 120px;
}
.roster-column-group {
    width: 120px;
}
.roster-column-employeetype {
    width: 120px;
}
.roster-column-gender {
    width: 120px;
}
.roster-column-unit {
    width: 120px;
}
.roster-column-sortname {
    min-width: 180px;
    width: 180px;
}
.roster-column-rankabbreviation {
    width: 40px;
}
.roster-column-unitname {
    width: 150px;
}
.roster-column-legalname {
    width: 150px;
}
.roster-column-requestedstarttime {
    width: 36px;
}
.roster-column-requestedendtime {
    width: 36px;
}
.roster-column-reasonname {
    width: 220px;
}
.roster-column-joblocation {
    width: 220px;
}
.roster-column-scheduledstarttime {
    width: 36px;
}
.roster-column-scheduledendtime {
    width: 36px;
}
.staffing-container {
    float: left;
    background-color: #f4f4f4;
    margin-top: 10px;
}
.staffing-title-row {
    width: 100%;
    float: left;
}
.staffing-title-row-left {
    width: 75%;
}
.staffing-title-row-right {
    width: 25%;
    text-align: left;
}
.staffing-title-text {
    font-weight: 800;
}
.staffing-header-row {
    width: 100%;
    float: left;
    min-height: 16px;
    padding: 1px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    background-color: #f4f4f4;}
.staffing-header-cell {
    float: left;
    padding: 0px;
    margin: 0px;
    outline: 1px solid black;
}
.staffing-rule-name-header-cell {
    width: 150px;
}
.staffing-header-text {
}
.staffing-hour-header-cell {
    text-align: center;
    width: 32px;
}
.staffing-row {
    width: 100%;
    float: left;
    min-height: 16px;
    padding: 1px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    background-color: #fafafa;}
.staffing-row-cell {
    float: left;
    padding: 0px;
    margin: 0px;
    outline: 1px solid black;
}
.staffing-row-rule-name-cell {
    width: 150px;
}
.staffing-row-text {
}
.staffing-row-no-warning {
    background-color: green;
}
.staffing-row-warning {
    background-color: #eff848;
}
.staffing-row-violation {
    background-color: #F8605B;
}
.staffing-row-hour-cell {
    text-align: center;
    width: 32px;
}

/* Posted Overtime 
----------------------------------------------------------*/
.posted-overtime-header-panel {
    width: 100%;
    height: auto;
    float: left;
    background-color: #000180;
    color: #f4f4f4;
    padding: 0px;
    margin: 0px;
}
.posted-ot-history-header-panel {
    width: auto;
    height: auto;
    float: left;
    background-color: #000180;
    color: #f4f4f4;
}
.posted-overtime-body-panel{
    float: left;
    margin-top: 10px;
    height: auto;
    width: auto;
    margin-bottom: 90px;
}
.posted-overtime-header-text{
    font-family: Arial, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    padding-left: 2px;
    width: 100%;
    float: left;
}
.posted-ot-history-header-text {
    font-family: Arial, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    padding-left: 2px;
    width: 100%;
    float: left;
}

.posted-overtime-header-row {
    width: 100%;
    float: left;
    margin: 4px 0px 0px 1px;
}
.posted-overtime-column-header{
    background-color: #000180;
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #fafafa;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: bold;
    border-style: solid;
    border-width: thin;
    border-color: #000180;
    margin-left: -1px;
    padding-left: 1px;
}
.posted-overtime-row{
    width: 100%;
    float: left;
    padding: 1px;
    color: #000180;
    background-color: #fafafa;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    clear: both;
}
.posted-overtime-row-odd{
    width: 100%;
    float: left;
    padding: 1px;
    color: #000180;
    background-color: #eaeaff;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    clear: both;
}
.posted-overtime-cell{
    background-color: transparent;
    border-style: solid;
    border-width: thin;
    border-color: #000180;
    height: 20px;
    padding: 0px;
    margin: 0px;
    margin-left: -1px;
    margin-top: -1px;
    float: left;
    overflow: hidden;
    padding-top: 1px;
    padding-left: 1px;
    text-align: center;
}
.posted-overtime-column-request{
	width: 62px;
    text-align: center;
    color: #000180;
    background-color: transparent;
}
.posted-overtime-column-cancel{
	width: 54px;
    text-align: center;
}
.posted-overtime-column-cancel-button{
	width: 54px;
    height: 20px;
    top: -1px;
    padding-top: 0px;
    text-align: center;
    color: #000180;
    cursor:pointer;
    font-family: Arial, sans-serif;
    font-size: .9em;
    color: #000180;
}
.posted-overtime-column-date{
	width: 66px;
}
.posted-overtime-column-shift{
	width: 80px;
}
.posted-overtime-column-status{
	width: 60px;
}
.posted-overtime-column-start-time{
	width: 42px;
}
.posted-overtime-column-end-time{
	width: 42px;
}
.posted-overtime-column-unit{
	width: 80px;
}
.posted-overtime-column-reason{
	width: 92px;
}
.posted-overtime-column-reviewer{
	width: 96px;
}
.posted-overtime-column-reviewer-note{
	width: 96px;
}
.posted-overtime-column-reviewed-at{
	width: 100px;
}
.posted-overtime-column-position{
	width: 140px;
}
.posted-overtime-column-other-requests{
	width: 60px;
}
.posted-overtime-column-note{
	width: 250px;
}
.posted-overtime-column-requester-note{
	width: 100px;
}
.posted-overtime-column-requested-at{
	width: 100px;
}
.overtime-posting-work-area {
    height: 80px;
    width: 97%;
    margin: 0;
    margin-left: -1px;
    border-style: solid;
    border-color: #000180;
    border-width: 2px;
    float: left;
    background-color: #fbfbff;
}
.posted-overtime-note-container {
    width: 80%;
    height: 30px;
    border-style: none;
    float: left;
    margin-left: 4px;
}
.posted-overtime-submit-cancel-container {
    width: 80px;
    float: right;
}
.posted-overtime-note-field {
    width: 80%;
    margin-left: 4px;
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    text-align: left;
}

/* Login Page
----------------------------------------------------------*/
.login-fake-menu-bar {
    width: 100%;
    height: 20px;
    border: none;
    margin: 0px;
    padding: 0px;
    background-color: #000180;
}
.login-container {
    width: 100%;
    display: -webkit-flex;
    display: flex;
   -webkit-flex-direction: row; /* works with row or column */
   flex-direction: row;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   padding: 30px 0px 0px 0px;
   background-color: #000180;
}
.login-inner-container {
    background-color: #f4f4f4;
    width: 300px;
    -webkit-flex: 1 0 auto; 
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
   -webkit-flex-direction: column; /* works with row or column */
   flex-direction: column;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   padding: 30px 0px 30px 0px;
}
.login-username-container {
    -webkit-flex: 1 0 auto; 
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
   -webkit-flex-direction: column; /* works with row or column */
   flex-direction: column;
   padding: 4px 0px 4px 0px;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
}
.login-password-container {
    -webkit-flex: 1 0 auto; 
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
   -webkit-flex-direction: column; /* works with row or column */
   flex-direction: column;
   padding: 4px 0px 4px 0px;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
}
.login-username-label {
    -webkit-flex: 1 0 auto; 
    flex: 1 0 auto;
    text-align: right;
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
}
.login-password-label {
    -webkit-flex: 1 0 auto; 
    flex: 1 0 auto;
    text-align: right;
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
}
.login-username {
    -webkit-flex: 1 0 auto; 
    flex: 1 0 auto;
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    text-align: left;
    width: 200px;
}
.login-password {
    -webkit-flex: 1 0 auto; 
    flex: 1 0 auto;
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    text-align: left;
    width: 200px;
}
.login-button-container {
    -webkit-flex: 1 0 auto; 
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
   -webkit-flex-direction: row; /* works with row or column */
   flex-direction: row;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   padding: 20px 0px 4px 0px;
}
.password-recovery-container {
    -webkit-flex: 1 0 auto; 
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
   -webkit-flex-direction: row; /* works with row or column */
   flex-direction: row;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   padding: 20px 0px 4px 0px;
}
.login-message-panel {
    width: 100%;
    float: left;
    text-align: center;
}

/* Time Card
----------------------------------------------------------*/
.time-card-fatal-error {
    margin-left: 10%;
    float: left;
    width: 80%;
    color: red;
    font-family: Arial, sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    text-wrap: normal;
}
.time-card-header-panel {
    width: 100%;
    min-height: 120px;
    border-style: solid;
    border-color: #000180;
    border-width: 1px;
    float: left;
    padding: 0px;
    margin: 0px;
    background-color: #f4f4f4;
}
.time-card-header-left-panel {
    width: 98%;
    height: 100%;
    float: left;
}
.time-card-header-right-panel {
    width: 30%;
    height: 100%;
    float: right;
    padding: 0px;
    padding-right: 1px;
}
.time-card-header-label {
    color: #000180;
    width: 20%;
    float: left;
    margin: 2px;
    font-family: Arial, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
}
.time-card-header-top-row {
    width: 100%;
    float: left;
}
.time-card-header-employee-identity-panel {
    width: 58%;
    float: left;
    text-align: center;
    color:#000180;
    margin-top: 4px;
}
.time-card-employee-name {
    font-family: Arial, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    color:#000180;
}
.time-card-header-employee-id {
    width: 20%;
    float: left;
    text-align: right;
    font-family: Arial, sans-serif;
    font-size: 1.1em;
    font-weight: normal;
    color:#000180;
}
.time-card-header-date-panel {
    width: 100%;
    float: left;
    margin-top: 15px;
    text-align: center;
}

.time-card-header-date-text {
    color:#000180;
    font-family: Arial, sans-serif;
    font-size: 1.1em;
    font-weight: normal;
}
.time-card-header-bottom-panel {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-left: 4px;
    display: -webkit-flex;
    display: flexbox;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.time-card-prev-container {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
}
.time-card-next-container {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
}
.time-card-status-container {
    -webkit-flex: 2 0 auto;
    flex: 2 0 auto;
    text-align: center;
}
.time-card-header-bottom-panel-lower {
}
.time-card-prev-next-button {
    width: 160px;
    height: 24px;
    border-style: solid;
    border-color: #000180;
    border-width: 1px;
    padding: 0px;
    margin: 0px;
    font-family: Arial, sans-serif;
    font-size: 1.1em;
    font-weight: normal;
    cursor: pointer;
    color: #f0f0f0;
    background-color: #000180;
}
.time-card-header-status {
    width: 200px;
    height: 20px;
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    margin-top: 4px;
}
.time-card-standard-hours-container {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    border-style: none;
    background-color: transparent;
    text-align: center;
    margin-top: 4px;
}
.time-card-standard-hours-label {
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: 1em;
}
.time-card-standard-hours-value {
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: 1em;
    margin-left: 6px;
}
.time-card-body-panel {
    width: 100%;
    float: left;
    border-style: solid;
    border-color: #000180;
    border-width: 1px;
    padding: 0px;
    margin: 0px;
    background-color: #e8e8e8;
}
.time-card-week-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.time-card-week-header {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    background-color: #e8e8e8;
    margin-top: 6px;
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    padding-top: 3px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-height: 60px;
}
.time-card-week-header-label {
    margin-left: 3px;
    margin-bottom: 2px;
    width: 100%;
}
.time-card-week-header-row {
    padding: 0px;
    margin: 0px;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.time-card-row {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    background-color: #e8e8e8;
}
.time-card-week-header-left-panel {
    -webkit-flex: 7 0 46.67%;
    flex: 7 0 46.67%;
    min-width: 160px;
    border-style: none;
    padding: 0px;
    margin: 0px;
    background-color: transparent;
    padding-bottom: 2px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    height: auto;
}
.time-card-row-left-panel {
    -webkit-flex: 7 0 46.67%;
    flex: 7 0 46.67%;
    min-width: 160px;
    border-style: none;
    padding: 0px;
    margin: 0px;
    background-color: transparent;
    padding-bottom: 2px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    height: auto;
}
.time-card-row-middle-panel {
    -webkit-flex: 1 0 6.66%;
    flex: 1 0 6.66%;
    min-width: 60px;
    padding: 0px;
    margin: 0px;
    background-color: transparent;
    text-align: center;
    height: auto;
}
.time-card-week-header-right-panel {
    -webkit-flex: 7 0 46.67%;
    flex: 7 0 46.67%;
    border-style: none;
    padding: 0px;
    margin: 0px;
    background-color: transparent;
    padding-bottom: 2px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    height: auto;
}
.time-card-row-right-panel {
    -webkit-flex: 7 0 46.67%;
    flex: 7 0 46.67%;
    border-style: none;
    padding: 0px;
    margin: 0px;
    background-color: transparent;
    padding-bottom: 2px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    height: auto;
}
.time-card-week-header-right-inner-panel {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.time-card-week-header-cell-label {
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .8em;
    font-weight: normal;
    text-align: center;
}
.time-card-week-header-cell {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    background-color: lightgray;
    border-style: solid;
    border-color: #000180;
    border-width: 1px;
    padding: 0px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.time-card-day-cell {
    -webkit-flex: 1 0 12%;
    flex: 1 0 12%;
}
.time-card-time-code-cell {
    -webkit-flex: 3 0 22%;
    flex: 3 0 22%;
    min-width: 90px;
}
.time-card-cost-center-cell {
    -webkit-flex: 3 0 22%;
    flex: 3 0 22%;
    padding: 0px;
    margin: 0px;
    min-width: 90px;
}
.time-card-project-cell {
    -webkit-flex: 3 0 22%;
    flex: 3 0 22%;
    min-width: 90px;
}
.time-card-activity-cell {
    -webkit-flex: 3 0 22%;
    flex: 3 0 22%;
    min-width: 90px;
}
.time-card-plus-minus-cell {
    -webkit-flex: 1 0 12%;
    flex: 1 0 12%;
    min-width: 20px;
}
.time-card-cell {
    /*-webkit-flex: 1 0 auto;
    flex: 1 0 auto;*/
    /*border-style: solid;
    border-color: #000180;
    border-width: 1px;*/
    padding: 0px;
    margin: 0px;
}
.time-card-total-hours-cell-text {
    -webkit-flex: 1 0 12%;
    flex: 1 0 12%;
    padding: 0px;
    margin: 0px;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    text-align: center;
    color: #000180;
}
.time-card-hours-input {
    -webkit-flex: 1 0 12%;
    flex: 1 0 12%;
    height: 22px;
    margin: 0px;
    padding: 0px;
    background-color: #f4f4f4;
    border-style: solid;
    border-color: #000180;
    border-width: 1px;
    text-align: center;
}
.time-card-hours-input-textbox {
    margin: 0px;
    padding: 0px;
    height: 14px;
    width: 30px;
    font-family: Arial, sans-serif;
    font-size: .7em;
    font-weight: normal;
    text-align: right;
    border: none;
    top: -3px;
    position: relative;
}
.time-card-working-checkbox {
    width: auto;
    padding: 0px;
}
.time-card-working-label {
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    text-align: center;
    padding: 8px 3px 0px 3px;
}
.time-card-row-dropdown {
    width: 100%;
    height: 20px;
    margin-left: 0px;
    margin-right: 2px;
    margin-top: 2px;
    font-size: .8em;
    font-family: Arial, sans-serif;
}
.time-card-cost-center-text {
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    text-align: center;
    width: 100%;
    margin-top: 3px;
}
.time-card-row-plus-minus-button {
    height: 22px;
    width: 20px;
    margin-left: 3px;
    padding: 0px;
    margin-top: -2px;
    cursor: pointer;
}
.time-card-action-panel {
    width: 100%;
    min-height: 28px;
    height: auto;
    border-style: solid;
    border-color: #000180;
    border-width: thin;
    padding: 4px;
    margin: 0px;
    margin-top: 10px;
    float: left;
}
.time-card-action-button {
    width: 140px;
    float: left;
    background-color: #000180;
    color: #f4f4f4;
    border-style: solid;
    border-color: #000180;
    border-width: thin;
    height: auto;
    margin-left: 10px;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
}
.time-card-certification-text {
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    text-align: left;
    float: left;
    margin-top: 12px;
    margin-left: 20px;   
}
.time-card-pending-container {
    float: left;
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
}
.time-card-pending-link {
    margin-left: 3px;
    margin-right: 3px;
    color: #000180;
}
.time-card-pending-label {
}
.time-card-schedule-container {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    height: auto;
}
.time-card-message-panel {
    width: 100%;
    background-color: #f4f4f4;
    float: left;
}
.time-card-ok-cancel-panel {
    width: 100%;
    background-color: #f4f4f4;
    float: left;
    margin-top: 0px;
    padding-top: 10px;
}
.time-card-ok-cancel-button {
    width: 130px;
    padding: 0px;
    margin-top: 0px;
    margin-left: 16px;
    color: #f4f4f4;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    text-align: center;
    background-color: #12126d;
    border-style: solid;
    border-width: thin;
    border-color: #000180;
    float: left;
    cursor: pointer;
}
.time-card-timepunch-container {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-top: -1px;
    border-style: solid;
    border-width: thin;
    height: auto;
    margin-left: -1px;
}
.time-card-timepunch-column {
    float: left;
    width: 14.15%;
    padding: 0px;
    margin: 0px;
    margin-left: -1px;
    border-style: none;
    border-left-style: solid;
    border-width: thin;
    height: 100%;
}
.time-card-timepunch-column-header {
    float: left;
    width: 100%;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: 600;
}
.time-card-timepunch-punch {
    float: left;
    width: 50%;
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: 300;
}
.time-card-timepunch-inout-header {
    float: left;
    width: 50%;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
}
/* Supervisor Time Card Approvals 
----------------------------------------------------------*/
.supervisor-time-cards-header-label {
    font-family: Arial, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.supervisor-time-cards-header-panel {
    width: 100%;
    border-style: none;
    padding: 0px;
    margin: 0px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.supervisor-time-cards-header-left-side {
    -webkit-flex: 1 0 48%;
    flex: 1 0 48%;
    border-style: solid;
    border-color: #000180;
    border-width: thin;
    padding: 4px;
    margin: 0px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.supervisor-time-cards-header-right-side {
    background-color: #f4f4f4;
    -webkit-flex: 1 0 48%;
    flex: 1 0 48%;
    border-style: solid;
    border-color: #000180;
    border-width: thin;
    padding: 4px;
    margin: 0px;
    margin-left: 2px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.supervisor-time-cards-pay-cycle-panel {
    width: 54%;
    float: left;
    margin-top: 10px;
    padding: 2px 0px 0px 0px;
}
.pay-cycle-dropdown {
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    text-align: left;
    margin-left: 4px;
}
.supervisor-time-cards-period-ending-panel {
    width: 45%;
    float: left;
    margin-top: 5px;
    padding: 2px 0px 0px 0px;
}
.supervisor-time-cards-button-panel {
    width: 300px;
    float: left;
    margin-top: 10px;
    padding: 2px 0px 0px 0px;
}
.supervisor-time-cards-button {
    width: 140px;
    float: left;
    margin: 0px;
    margin-left: 20px;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    text-align: center;
    padding: 2px;
    border-style: solid;
    border-color: #000180;
    border-width: thin;
    cursor: pointer;
}
.supervisor-time-cards-select-all-panel {
    width: 150px;
    float: right;
    margin: 0px;
    padding: 2px 0px 0px 0px;
    margin-top: 8px;
}
.supervisor-time-cards-legend-label {
    font-family: Arial, sans-serif;
    font-size: 1em;
    font-weight: Bold;
    text-align: center;
    width: 100%;
}
.checkbox-right-label {
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    text-align: left;
    margin-left: 4px;
    margin-top: 5px;
    float: left;
}
.checkbox-with-right-label {
    padding: 0px;
    margin: 0px;
    float: left;
}
.supervisor-time-cards-list-panel {
    width: 100%;
    padding: 2px 0px 0px 0px;
    margin: 0px;
    margin-top: 16px;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.supervisor-time-cards-row-container {
    width: 100%;
    min-height: 25px;
    border-style: none;
    border-bottom: solid;
    border-width: 1px;
    border-color: #000180;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    background-color: #f4f4f4;
    color: #000180;
}
.supervisor-time-cards-header-cell {
    box-sizing: border-box;
    background-color: #000180;
    color: #f4f4f4;
    border: none;
    border-right-color: lightgray;
    border-right-style: solid;
    border-right-width: 1px;
    margin: 0px;
    padding: 0px;
    padding-top: 6px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: .8em;
    font-weight: bold;
    min-height: 25px;
    vertical-align: central;
}
.supervisor-time-cards-cell {
    box-sizing: border-box;
    background-color: #f4f4f4;
    min-height: 25px;
    color: #000180;
    border: none;
    border-right-color: #e8e8e8;
    border-right-style: solid;
    border-right-width: 1px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    height: 100%;
    padding: 4px 0px 0px 0px;
}
.supervisor-time-cards-warning-cell {
    -webkit-flex: 3 0 15%;
    flex: 3 0 15%;
}
.supervisor-time-cards-select-cell {
    -webkit-flex: 2 0 10%;
    flex: 2 0 10%;
}
.supervisor-time-cards-detail-cell {
    -webkit-flex: 3 0 15%;
    flex: 3 0 15%;
}
.supervisor-time-cards-status-cell {
    -webkit-flex: 2 0 10%;
    flex: 2 0 10%;
}
.supervisor-time-cards-employee-cell {
    -webkit-flex: 4 0 20%;
    flex: 4 0 20%;
}
.supervisor-time-cards-rank-cell {
    -webkit-flex: 2 0 10%;
    flex: 2 0 10%;
}
.supervisor-time-cards-shift-cell {
    -webkit-flex: 3 0 15%;
    flex: 3 0 15%;
}
.supervisor-time-cards-totalhours-cell {
    -webkit-flex: 2 0 10%;
    flex: 2 0 10%;
    text-align: right;
}
.supervisor-time-cards-status-pending {
    margin: 0px;
    padding: 0px;
    background-image: url("../Images/clock.png");
    background-repeat: no-repeat;
}
.supervisor-time-cards-status-approved {
    margin: 0px;
    padding: 0px;
    background-image: url("../Images/approved.png");
    background-repeat: no-repeat;
}
.supervisor-time-cards-status-invalid {
    margin: 0px;
    padding: 0px;
    background-image: url("../Images/invalid.png");
    background-repeat: no-repeat;
}
.supervisor-time-cards-status-warnings {
    margin: 0px;
    padding: 0px;
    background-image: url("../Images/warning.png");
    background-repeat: no-repeat;
}
.supervisor-time-cards-legend-container {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.supervisor-time-cards-legend-entry {
    -webkit-flex: 1 0 48%;
    flex: 1 0 50%;
    margin: 0px;
    padding: 0px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.supervisor-time-cards-legend-text {
    -webkit-flex: 7 0 87%;
    flex: 7 0 84%;
    margin: 0px;
    padding: 0px;
    font-family: Arial, sans-serif;
    font-size: .8em;
    font-weight: normal;
    text-align: left;
}
.supervisor-time-cards-legend-image-panel {
    -webkit-flex: 1 0 12%;
    flex: 1 0 14%;
    margin: 0px;
    padding: 0px;
}
.supervisor-time-cards-legend-image {
    height: 20px;
    width: 20px;
}
/* Time Clock
----------------------------------------------------------*/
.timeclock-main {
    float: none;
    padding: 0px;
    margin: 0px;
    margin-top: 80px;
    width: 100%;
    text-align: center;
}
.timeclock-punch {
    text-align: center;
    width: 50%;
    margin-left: 25%;
}
.timeclock-punchdate-row {
    float: left;
    width: 100%;
    text-align: center;
}
.timeclock-date-container {
    float: none;
    width: 90%;
    margin-left: 5%;
}
.timeclock-punchtime-row {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.timeclock-punchbutton-row {
    margin-top: 10px;
}
.timeclock-date-field {
    font-family: Arial, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    float: left;
    margin-top: 0px;
    margin-left: 4px;
    margin-right: 4px;
    width: 360px;
    text-align: center;
}
.timeclock-punchbutton {
    background-color: #000180;
    color: #e5e5e5;
    border-color: #000180;
    font-family: Arial, sans-serif;
    font-size: 1.4em;
    font-weight: normal;
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
    width: 140px;
    height: 42px;
    cursor: pointer;
}
.timeclock-time-textbox {
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: 1.3em;
    font-weight: normal;
    width: 55px;
    height: auto;
    margin: 0px;
    padding: 2px;
}
.timeclock-addnew-row {
    width: 50%;
    margin-left: 25%;
    padding: 0px;
}
.timeclock-addnew-button {
    background-color: #000180;
    color: #e5e5e5;
    border-color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
    width: 90px;
    height: 28px;
    cursor: pointer;
    float: right;
}
.timeclock-newpunch-panel {
    width: 50%;
    height: 84px;
    border-style: solid;
    border-width: thin;
    background-color: #AAAAAA;
    margin-left: 25%;
    margin-top: 10px;
    padding: 0px;
    float: left;
}
.timeclock-newpunch-label {
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: 600;
}
.timeclock-newpunch-label-row {
    text-align: left;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 2px;
}
.timeclock-date-edit {
    width: auto;
    float: left;
    margin-left: 8px;
}
.timeclock-main-time-textbox {
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    width: 60px;
    margin: 0px;
    padding: 2px;
}
.timeclock-time-textbox {
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    width: 40px;
    margin: 0px;
    padding: 0px;
    float: left;
    margin-left: 10px;
    margin-right: 20px;
}
.timeclock-button-row {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.timeclock-submit-button {
    background-color: #000180;
    color: #e5e5e5;
    border-color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    margin: 0px;
    margin-left: 30%;
    padding: 0px;
    width: 18%;
    height: 20px;
    cursor: pointer;
    float: left;
}
.timeclock-cancel-button {
    background-color: #000180;
    color: #e5e5e5;
    border-color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    margin: 0px;
    margin-left: 4%;
    padding: 0px;
    width: 18%;
    height: 20px;
    cursor: pointer;
    float: left;
}
.timeclock-punch-history-panel {
    float: left;
    width: 50%;
    margin-left: 25%;
    margin-top: 6px;
    background-color: #000180;
    color: #e5e5e5;
    padding: 0px;
}
.timeclock-punchrow {
    float: left;
    width: 85%;
    margin-top: 4px;
    margin-bottom: 4px;
}
.timeclock-punchrow-label {
    float: left;
    margin-left: 8px;
}
.timeclock-punchrow-datalabel {
    float: left;
    margin-left: 10px;
    margin-right: 20px;
    color: #000180;
    background-color: #e5e5e5;
    padding: 2px;
    padding-left: 4px;
    padding-right: 4px;
    font-family: Arial, sans-serif;
    font-size: 1em;
    font-weight: normal;
    width: 104px;
}
.timeclock-editbutton {
    float: left;
}
.timeclock-edit-button {
    float: left;
    margin: 0px;
    margin-left: 20px;
    margin-top: 2px;
    padding: 0px;
    background-color: transparent;
    width: 20px;
    height: 20px;
}
.time-card-timepunch-punch-changed {
    background-color: yellow;
}
/* Staffing Page                                          
----------------------------------------------------------*/
.staffing-body-container {
    width: 100%;
    float: left;
    margin-left: 0px;
    height: auto;
    background-color: transparent;
    border-style:none;
}
.staffing-filter-container {
    width: 100%;
    float: left;
    margin-left: 0px;
    margin-right: 4px;
    height: auto;
    background-color: #CDD4E3;
    border-width: 2px 0px 2px 0px;
    border-style:solid;
}
.staffing-date-panel {
    width: 49%;
    float: left;
    text-align: center;
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: 600;
}
.staffing-date-field-label {
    margin-left: 4px;
}
.staffing-small-left-button {
    margin-left: 20px;
    margin-top: 4px;
}
.staffing-date-label {
    margin-left: 4px;
}
.staffing-openings-header-row {
    width: 100%;
    float: left;
    margin-left: 0px;
    height: auto;
    background-color: transparent;
    border-width: 2px 0px 2px 0px;
    border-style:solid;
    float: left;
}
.staffing-openings-row {
    width: 100%;
    float: left;
    margin-left: 0px;
    height: auto;
    min-height: 14px;
    background-color: transparent;
    border-width: 0px 0px 1px 0px;
    border-style:solid;
    float: left;
}
.staffing-openings-header-row-cell {
    border-width: 0px 0px 1px 1px;
    border-style: solid;
    text-align: center;
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: 700;
}
.staffing-openings-header-text-hidden {
    color: transparent;
}
.staffing-openings-row-cell {
    border-width: 0px 0px 1px 1px;
    border-style: solid;
    text-align: center;
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .8em;
    font-weight: 500;
    overflow: hidden;
    max-height: 14px;
}
.staffing-openings-cell-fill-button {
    width: 4%;
    float: left;
}
.staffing-openings-cell-cancel-button {
    width: 8%;
    float: left;
    border-right-width: 1px;
}
.staffing-openings-button {
    padding: 0px;
    width: 100%;
    margin-top: 0px;
    color: #f4f4f4;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    text-align: center;
    background-color: #12126d;
    border-style: none;
    float: left;
    cursor: pointer;
}
.staffing-openings-cancel-button {
    padding: 0px;
    width: 100px;
    margin-top: 0px;
    margin-left: 20px;
    color: #f4f4f4;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    text-align: center;
    background-color: #12126d;
    border-style: none;
    float: left;
    cursor: pointer;
}
.staffing-openings-cell-row-type {
    width: 12%;
    float: left;
    overflow: hidden;
}
.staffing-openings-cell-date {
    width: 10%;
    float: left;
}
.staffing-openings-cell-unit {
    width: 10%;
    float: left;
}
.staffing-openings-cell-shift {
    width: 10%;
    float: left;
}
.staffing-openings-cell-times {
    width: 10%;
    float: left;
}
.staffing-openings-cell-openings {
    width: 8%;
    float: left;
}
.staffing-openings-cell-requests {
    width: 8%;
    float: left;
}
.staffing-openings-cell-notes {
    width: 17%;
    float: left;
    overflow: hidden;
}
.staffing-openings-cancel-container {
    border-style: solid;
    border-width: thin;
    background-color: yellow;
    padding: 10px 5px 10px 5px;
}
.staffing-openings-cancel-ot-label {
    width: auto;
    float: left;
}
.staffing-edit-container {
    width: 300px;
    float: left;
    border-style: solid;
    border-width: 1px;
    margin-top: 10px;
    padding: 0px;
    height: auto;
}
.staffing-edit-error-container {
    width: 100%;
    border-style: none;
    background-color: yellow;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    height: auto;
}
.staffing-edit-error-text {
    width: 100%;
    float: left;
    border-style: none;
    background-color: yellow;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    height: auto;
}
.staffing-edit-field {
    width: 100%;
    float: left;
    margin-top: 2px;
}
.staffing-edit-field-label {
    min-width: 30%;
    float: left;
    text-align: right;
}
.staffing-edit-field-text {
    width: 65%;
    max-width: 200px;
    float: left;
    margin-right: 2px;
    margin-left: 2px;
    padding: 0px;
    color: inherit;
}
.staffing-edit-overlap-container {
    background-color: purple;
    color: white;
}
.staffing-edit-note-field-text {
    width: 65%;
    float: left;
    margin-right: 2px;
    margin-left: 2px;
    padding: 0px;
}
.staffing-edit-fill-method-container {
    margin-bottom: 10px;
}
.staffing-fill-method-button {
    padding: 0px;
    margin: 0px;
}
.staffing-edit-date-text {
    width: 140px;
}
.staffing-edit-date-button {
    width: 20px;
    background-repeat: no-repeat;
}
.staffing-edit-button-container {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    box-sizing:border-box;
}
.staffing-edit-button {
    padding: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #f4f4f4;
    font-family: Arial, sans-serif;
    font-size: 1em;
    font-weight: normal;
    text-align: center;
    background-color: #12126d;
    border-style: none;
    cursor: pointer;
    width: 100%;
    display: block;
}
.staffing-overtime-list-header-container {
    float: none;
    text-align: center;
    padding-bottom: 4px;
}
.staffing-overtime-list-header-label {
    padding: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-family: Arial, sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    text-align: center;
    border-style: none;
    color: #BF0000;
}
.staffing-selected-row {
    background-color: yellow;
}
/* Assignments
----------------------------------------------------------*/
.assignment-button {
    padding: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #f4f4f4;
    font-family: Arial, sans-serif;
    font-size: 1em;
    font-weight: normal;
    text-align: center;
    background-color: #12126d;
    border-style: none;
    cursor: pointer;
    width: 100%;
    display: block;
}
.assignment-in-row-assign-container {
    border-style: solid;
    border-width: thin;
    background-color: #00a0f1;
}
/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
/*    max-width: 960px; */
}

.thin-wrapper {
    margin: 0 auto;
    max-width: 960px;
}
.master-body {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
   -webkit-flex-direction: column; /* works with row or column */
   flex-direction: column;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   background-color: #f4f4f4;
}
.master-header {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
   -webkit-flex-direction: column; /* works with row or column */
   flex-direction: column;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   background-color: #f4f4f4;
}
.main-header {
   -webkit-flex-direction: column; /* works with row or column */
   flex-direction: column;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
}
.master-doc-button {
    margin-left: 30px;
    color: lightyellow;
    background-color: transparent;
}
.h-1 {
    width: 100%;
    display: -webkit-flex;
    display: flex;
   -webkit-flex-direction: column; /* works with row or column */
   flex-direction: column;
}
.h-1-1 {
    min-height: 100px;
    display: -webkit-flex;
    display: flex;
   -webkit-flex-direction: column; /* works with row or column */
   flex-direction: column;
}
.h-1-1-1 {
    background-color: #f4f4f4;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
    padding: 0px;
    margin: 0px;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.h-1-1-2 {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
   -webkit-flex-direction: column; /* works with row or column */
   flex-direction: column;
   background-color: #000180;
}
.h-1-1-2-1 {
    padding: 4px 0px 2px 0px;
    display: -webkit-flex;
    display: flex;
   -webkit-flex-direction: row; /* works with row or column */
   flex-direction: row;
   -webkit-flex-flow: row wrap;
   flex-flow: row wrap;
}
.h-1-1-2-1-1 {
    -webkit-flex: 3 0 auto;
    flex: 3 0 auto;
    font-family: Arial, sans-serif;
    font-size: 1em;
    font-weight: 600;
}
.h-1-1-2-1-2 {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
}
.h-1-1-2-1-4 {
    -webkit-flex: 3 0 auto;
    flex: 3 0 auto;
}
.h-1-1-2-2 {
    color: #f4f4f4;
    padding: 2px 0px 2px 4px;
    -webkit-flex: 3 0 auto;
    flex: 3 0 auto;
    height: auto;
}
.h-1-2 {
    min-height: 20px;
    display: -webkit-flex;
    display: flex;
   -webkit-flex-direction: row; /* works with row or column */
   flex-direction: row;
   flex-flow: row wrap;
}
.h-1-2-1 {
    -webkit-flex: 6 0 auto;
    flex: 6 0 auto;
    padding-left: 4px;
}
.h-1-2-2 {
    -webkit-box-flex: 1 0 9%;
    flex: 1 0 9%; 
    text-align: center;
    border: none;
    border-top: 2px solid #f4f4f4;
    background-color: #bf0000;
}
.h-1-2-3 {
    text-align: right;
    padding: 2px 10px 2px 0px;
    -webkit-flex: 4 0 auto;
    flex: 4 0 auto;
    min-width: 150px;
}
.h-1-3 {
    background-color: gray;
    color: #f4f4f4;
    width: 100%;
    min-height: 22px;
    display: -webkit-flex;
    display: flex;
   -webkit-flex-direction: row; /* works with row or column */
   flex-direction: row;
   -webkit-flex-flow: row wrap; 
   flex-flow: row wrap;
}
.h-1-3-1 {
    -webkit-flex: 9 0 90%;
    flex: 1 0 90%;
    display: -webkit-flex;
    display: flex;
   -webkit-flex-direction: row; /* works with row or column */
   flex-direction: row;
   flex-flow: row wrap;
   background-color: #f4f4f4;
}
.h-1-3-2 {
    /*-webkit-flex: 1 0 auto;
    flex: 1 0 auto;*/
    width: 300px;
    padding: 0px;
    margin: 0px;
    border-style: none;
}
.main-header-left {
    -wekit-flex: 1;
    flex: 1;
}
.main-header-right {
    -wekit-flex: 1;
    flex: 1;
   -webkit-flex-direction: row; /* works with row or column */
   flex-direction: row;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;

}
.main-panel {
    padding: 0px;
    margin: 0px;
    margin-right: 2px;
    background-color: #f4f4f4;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.main-form {
    background-color: #f4f4f4;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.small-label {
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .8em;
    font-weight: bold;
    width: auto;
    padding-left: 2px;
}

.left {
    float: left
}

#body {
    background-color: #f4f4f4;
    clear: both;
    padding-bottom: 35px;
}

header .content-wrapper {
    padding-top: 10px; 
}

header .thin-wrapper {
    padding-top: 8px; 
}
  
footer {
    clear: both;
    font-size: .8em;
    height: 60px;
    background-color: #000180;
    color: #f4f4f4;
    text-align: center;
}

.footer-text {
    text-align: center;
    width: 100%;
}

.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}

.application-name {
    color: #363636;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 1.2em;
    font-weight: 600;
    margin: 0;
    text-align: left;
}

.master-news {
    color: #000180;
    font-family: Arial, sans-serif;
    height: 66px;
    width: 463px;
    font-size: .9em;
    border-style: solid;
    border-width: 1px;
    overflow: auto;
    margin: 0px;
    padding: 0px;
    background-color: #e5e5e5;
}
.master-news-title {
    min-height: 10px;
    color: #f4f4f4;
    font-family: Arial, sans-serif;
    font-size: 1em;
    font-weight: bold;
    width: auto;
    padding: 0px 0px 0px 4px;
}
.master-header-over-the-news-segment-left {
    -webkit-flex: 1;
    flex: 1;
    padding: 0px;
    margin: 0px;
}
.master-header-over-the-news-segment-middle {
    -webkit-flex: 1;
    flex: 1;
    padding: 0px;
    margin: 0px;
}
.master-header-over-the-news-segment-right {
     -webkit-flex: 1;
    flex: 1;
    text-align: right;
    padding: 0px;
    margin: 0px;
}
.master-header-application-name-row {
    height: 40px;
    padding: 0px;
    margin: 0px;
}
.master-header-product-name-panel {
    margin: 0px;
    margin-left: 6px;
    float: right;
    padding: 0px;
    width: auto;
    height: 100%;
    text-align: right;
}
.master-header-product-name-on-duty {
    font-family: Arial, sans-serif;
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: 2px;
}
.master-header-product-name-scheduling-software {
    font-family: Arial, sans-serif;
    font-size: .8em;
    font-weight: 400;
}
.master-header-staffing {
    background-color: yellow;
    align-content: center;
    text-align: center;
    cursor: pointer;
}
.master-header-staffing-text {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Arial, sans-serif;
    font-size: 1em;
    font-weight: 700;
    cursor: pointer;
}
.user-display {
    font-size: .9em;
    font-weight: 700;
    margin: 0px;
    margin-top: -3px;
    padding: 0px;
    float: right;
    width: 85%;
    text-align: left;
}
.profile-button {
    padding: 0px 6px 1px 6px;
    margin: 0px 0px 2px 0px;
    cursor: pointer;
    background-color: #000180;
    border-style: none;
    color: #f4f4f4;
}
.master-header-left-panel {
    -webkit-box-flex: 1;
    flex: 1;
    padding: 0px;
    margin: 0px;
    padding-left: 4px;
    padding-right: 4px;
    background-color: #f4f4f4;
}
.master-header-right-panel {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 0px;
    margin: 0px;
}
.master-header-button-panel {
    float: left;
    margin-left: 0px;
    flex: 1;
    background-color: #000180;
    padding: 0px;
}
.master-header-over-the-news {
    width: 463px;
    float: left;
    height: 12px;
}
.header-button {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    background-color: #bf0000;
    color: #f4f4f4;
    border: none;
    border-top: 2px solid #f4f4f4;
    font-family: Arial, sans-serif;
    font-size: 1em;
    font-weight: normal;
    text-align: center;
    padding: 0px;
    padding-top: 4px;
    margin-right: 2px;
}
.header-button:hover  {
    color: #f4f4f4;
    background-color: #000180;
    }
.header-button-label {
    color: #f4f4f4;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: 400;
    width: auto;
    margin-left: 0px;
    margin-top: 6px;
    margin-bottom: 6px;
}
.late-pending-request {
    color: #f4f4f4;
    background-color: red;
}
.header-sign-off {
    background-color: #000180;
    color: #f4f4f4;
    border-style: none;
    font-family: Arial, sans-serif;
    font-size: 1em;
    font-weight: 600;
    margin: 0px;
    margin-top: -1px;
    padding: 0px;
    float: right;
    width: 100px;
    cursor: pointer;
}
.home-button-container {
    float: right;
    height: auto;
    width: auto;
    margin: 0px;
    margin-right: 0px;
    padding: 0px;
    background-color: transparent;
    border-style: none;
}
.home-button {
    /*background-image: url("../images/house.png");*/
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px;
    background-color: transparent;
    border-style: none;
    height: 30px;
    width: 30px;
}
/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin-left: 0px;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

fieldset.open-auth-providers {
    margin-top: 15px;
}

    fieldset.open-auth-providers button {
        margin-bottom: 12px;
    }
    
/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }
    
    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

    label {
        display: block;
/*        font-size: 1.2em;
        font-weight: 600;
*/
    }

    label.checkbox {
        display: inline;
    }

        label.radio {
        display: inline;
        color: #000180;
        font-family: Arial, sans-serif;
        font-size: .9em;
        font-weight: normal;
        width: 40px;
        margin: 0px;
        text-align: left;
        padding: 0px;
        }

    /*input, textarea {
        border: 1px solid #f4f4f4;
        background: #fff;
        color: #333;
        font-size: .9em;
        margin: 5px 0 6px 0;
        padding: 5px;
        }*/

    textarea {
        font-family: inherit;
        width: 500px;
    }
    
        input:focus, textarea:focus {
            border: 1px solid #7ac0da;
        }

        input[type="checkbox"] {
            background: transparent;
            border: inherit;
            width: auto;
        }
        
 /*   input[type="submit"],
    input[type="button"],button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }
*/
    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
	font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
        
    }

	th a:link, th a:visited, th a:active, th a:hover {
		color: #333;
		font-weight: 600;
		text-decoration: none;
        padding: 0;
	}

	th a:hover {
		color: #000;
	}

    th.asc a, th.desc a {
        margin-right: .75em;
    }
    
    th.asc a:after, th.desc a:after {
		display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
	}

	th.asc a:after {
		content: '▲';
	}

	th.desc a:after {
		content: '▼';
	}

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    /*input {
        width: 90%;
    }*/

    
    
    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }

    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}
/* END: Mobile Styles */


/* Dashboard & Widgets */
.dashboard-wrapper {
/*    float: left; */
    width: 100%;
  background-color: #E5E5E5;
}
.main-menu {
   -webkit-flex-direction: column; /* works with row or column */
   flex-direction: column;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   overflow-x: hidden;
/*   width: 340px; 
   float: left; */
}
.dashboard {

  height: 100vh;
}
.widgets-container {
  display: flex;
  overflow-x: scroll;
  flex-direction: row;
  background-color: #E5E5E5;
  height: 100%;
  align-items: center;
  justify-content: center;
  overflow:hidden;
  padding: 16px;
}
.dan-widget {
 -webkit-box-shadow: 0px 2px 27px 5px rgba(0,0,0,0.39); 
 box-shadow: 0px 2px 27px 5px rgba(0,0,0,0.39);
 border-radius: 10px;
  margin: 10px 10px 0px 0px;
  background-color: white;
/*    float: left; */
    color: #505050;
    overflow-y: auto;
}
.widgets-add-container {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0px;
}
.widgets-add-button {
    margin-right: 10px;
    margin-top: 6px;
}
.widget-settings-delete-button {
    margin: 2px;
    margin-left: 10px;
    padding: 0px;
}
.widget-content-container {
    padding: 0px;
    margin: 0px;
    overflow: auto;
}
.widget-header {
    text-align: left;
    background-color: #dddddd;
    height: 24px;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.widget-title {
    margin-left: 10px;
    float: left;
}
.widget-small {
    width: 230px;
    min-width: 230px;
    height: 230px;
}
.widget-medium {
    width: 330px;
    min-width: 330px;
    height: 330px;
}
.widget-large {
    width: 430px;
    min-width: 430px;
    height: 430px;
}
.widget-modal-size {
    width: 600px;
    min-width: 600px;
    height: 600px;
}
.widget-frame {
    padding: 10px;
}
.widget-modal-frame {
    padding: 0px;
}
table.widget-table {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #F0F0F0;
  text-align: center;
  width: 100%;
  margin-top: 0px;
  padding-top: 0px;
}
table.widget-table td, table.widget-table th {
  padding: 10px 10px;
}
table.widget-table tbody td {
  font-size: 11px;
  padding: 1px;
}
table.widget-table tbody tr th {
  background: #4E7EFC;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
table.widget-table tr {
        line-height: 15px;
    }
.widget-header-button {
    float: right;
    height: 16px;
    width: 16px;
    margin-top: 2px;
    margin-right: 2px;
    padding: 1px;
}
.widget-modal-hide {
  display: none; /* Hidden by default */
}
.widget-modal-show {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}
.widget-modal-content {
  background-color: transparent;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 0px;
  border: none;
  width: 80%; /* Could be more or less, depending on screen size */
  height: 90vh;
  display: flex;
  justify-content: center;
}

.widget-settings-subheader {
    background: #4E7EFC;
    color: #f0f0f0;
}
.widget-settings-header-label {
    flex: 0 1 auto;
    margin: 0px;
    padding: 0px;
    text-align: center;
    align-self: center;
}
.widget-settings-header-label-offset {
    flex: 0 1 auto;
    margin: 0px;
    margin-top: 7px;
    padding: 0px;
    text-align: center;
    align-self: center;
}
.widget-settings-close-button {
    flex: 0 1 auto;
    width: 22px;
    min-width: 22px;
    min-height: 22px;
    height: 22px;
    margin: 0px;
    margin-top: 2px;
    padding: 0px;
    border: none;
    background-color: transparent;
    background-size: auto;
    background-image:url('/Images/close.png');
    background-repeat: no-repeat;
}
.widget-settings-close-button:hover {
    background-image:url('/Images/closehot.png');
}
.widget-settings-save-button {
    flex: 0 1 auto;
    padding: 0px;
    margin: 2px;
}
.widget-settings-delete-button {
    flex: 0 1 auto;
    padding: 0px;
    margin: 2px;
    height: 22px;
    width: 22px;
}
.widget-settings-row {
}
.widget-settings-prompt-cell {
    width: 28%;
    min-width: 28%;
    padding: 2px;
    margin: 0px;
}
.widget-settings-value-cell {
    width: 70%;
    min-width: 70%;
    padding: 2px;
    margin: 0px;
}
.widget-settings-textbox {
    border-radius: 4px;
    border: 0px;
    background-color: #f0f0f0;
}
.widget-settings-dropdown {
    border-radius: 4px;
    border: 0px;
    background-color: #f0f0f0;
}
.widget-settings-prompt {
}
.widget-settings-value {
    width: 100%;
}
.widget-settings-numericupdown {
    flex: 0 4 auto;
    height: 24px;
    max-height: 24px;
    font-size: 18px;
    width: 100px;
    border-radius: 4px;
    border: 0px;
    background-color: #f0f0f0;
}
.nud-container {
    display: flex;
    flex-direction: row;
}
.numericupdown-button-container {
    flex: 0 1 auto;
    display: flex;
    flex-direction: column;
}
.numericupdown-button {
    flex: 0 1 auto;
    margin: 1px;
}
table.modaltable {
  font-family: Arial, Helvetica, sans-serif;
  border: 0px solid #ffffff;
  width: 350px;
  height: 200px;
  text-align: left;
  border-collapse: collapse;
}
table.modaltable td,
table.modaltable th {
  border: 0px solid #ffffff;
  padding: 3px 2px;
}
table.modaltable tbody td {
  font-size: 13px;
}
table.modaltable tfoot td {
  font-size: 14px;
}
.dsp-modal-container {
    -webkit-box-shadow: 0px 2px 27px 5px rgba(0,0,0,0.39); box-shadow: 0px 2px 27px 5px rgba(0,0,0,0.39);
  margin: auto;
  margin-top: 60px;
  flex-direction: column;
  width: 50%;
  min-width: 400px;
  align-items: center;
  text-align: center;
  background-color: white;
  border-radius: 5px;
}
.dsp-modal-prompt-cell {
    width: 48%;
    min-width: 48%;
    padding: 2px;
    margin: 0px;
}
.dsp-modal-value-cell {
    width: 50%;
    min-width: 50%;
    padding: 2px;
    margin: 0px;
}.widget-settings-container {
    -webkit-box-shadow: 0px 2px 27px 5px rgba(0,0,0,0.39); box-shadow: 0px 2px 27px 5px rgba(0,0,0,0.39);
  margin: auto;
  margin-top: 60px;
  flex-direction: column;
  width: 30%;
  min-width: 400px;
  align-items: center;
  text-align: center;
  background-color: white;
  border-radius: 5px;
}
.widget-settings-header-row {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    width: 100%;
    min-width: 100%;
    margin: 0px;
    padding: 2px;
    padding-bottom: 0px;
}
.widget-settings-header-label-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    min-width: 100%;
    margin: 0px;
    padding: 0px;
    color: white;
    font-weight: 700;
    margin-bottom: 4px;
    margin-top: -10px;
}
.widget-settings-header {
    border-radius: 5px 5px 0px 0px;
    background-color: #4E7EFC;
  padding-left: 4px;
  border-bottom: 1px solid lightgrey;
  width: 100%;
}
.widget-settings-body {
  padding: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
}
i + b {
    color:white;
  display: inline-block;
}
.icon {
    color:white;
  display: inline-block;
  padding-right: 10px;
  position: relative;
}
.icon:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
}
#newinput{
    border-radius: 50px;
    border: 0px;
    background-color: lightgrey;
}

/* Roster Format B */
.rosterb-outer-container {
    width: 730px;
    font-family: helvetica,arial,sans-serif;
    font-size: 11px;
    padding: 0px;
    margin: 0px;
    color: black;
}
.rosterb-line-break {
    color: transparent;
}
.rosterb-header-container {
    width: 100%; 
}
.rosterb-header-row {
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: 20px;
    max-height: 20px;
    margin-left: 2px;
    float: left;
}
.rosterb-body-row {
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: 20px;
    max-height: 20px;
    margin-top: 1px;
    float: left;
    padding-left: 2px;
}
.rosterb-field-bold {
    font-weight: 700;
}
.rosterb-field {
    font-weight: 400;
}
.rosterb-column {
    border: 1px solid black;
    float: left;
    overflow: hidden;
    margin-left: -1px;
    height: 20px;
    min-height: 20px;
}
.rosterb-column-car {
    width: 50px;
    min-width: 50px;
    text-align: center;
}
.rosterb-column-badge {
    width: 50px;
    min-width: 50px;
    text-align: center;
}
.rosterb-column-name {
    width: 120px;
    min-width: 120px;
    padding-left: 1px;
}
.rosterb-column-callnumber {
    width: 60px;
    min-width: 60px;
}
.rosterb-column-times {
    width: 70px;
    min-width: 70px;
    text-align: center;
}
.rosterb-column-radio {
    width: 50px;
    min-width: 50px;
    text-align: center;
}
.rosterb-column-mobile {
    width: 70px;
    min-width: 70px;
    text-align: center;
}
.rosterb-column-comment {
    width: 250px;
    min-width: 250px;
    padding-left: 1px;
}
.rosterb-header-field-agency {
    width: 48%;
    min-width: 48%;
    float: left;
}
.rosterb-header-field-date {
    width: 48%;
    min-width: 48%;
    float: right;
    text-align: right;
}
.rosterb-header-field-unit {
    width: 30%;
    min-width: 30%;
    float: left;
}
.rosterb-header-field-title {
    width: 40%;
    min-width: 40%;
    float: left;
    text-align: center;
}
.rosterb-header-field-agency {
    width: 48%;
    min-width: 48%;
    float: left;
}
.rosterb-not-working {
    width: 48%;
    float: left;
    margin-left: 2px;
}
.rosterb-not-working-field {
    width: 100%;
    padding: 0px;
    margin: 0px;
    float: left;
}
.rosterb-unfilled {
    width: 40%;
    float: right;
}
.rosterb-unfilled-row {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
}
.rosterb-unfilled-field-times {
    width: 80px;
    float: left;
}
.rosterb-unfilled-field-position {
    width: 160px;
    float: left;
}
.rosterb-unfilled-field-open {
    width: 30px;
    float: left;
}
.today-work-area-paytype-radiobutton {
    color: #000180;
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    width: 40px;
    margin: 0px;
    margin-top: 10px;
    text-align: left;
    padding: 4px;
}
.modal-hide {
  display: none; /* Hidden by default */
}
.modal-show {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}
