﻿.containerHeader {
    width: 100%;
}
.topLeft, .topRight {
    position: absolute;
    top: 0;
    height: 4.5em;
    width: 308px;
    text-align: center;
    margin: auto;
}
.topLeft {
    left: 0px;
    overflow: hidden;
    /*background-color: rgba(0,0,255,0.2);*/
}
.topRight {
    right: 0px;
    /*background-color: rgba(0,255,0,0.2);*/
}
.containerBody {
    position: relative;
}
.containerBody>div {
    
}
.containerFooter {

}

.inline {
    display: inline-block;
}

.timeClockNumber, .clearButton, .logoutButton {
    width: 100px;
    height: 100px;
    margin: 0.05em;
    font-size: 3em;
}
/*.idConfirmContainer {
    height:100%;
    vertical-align:top;
}
.idConfirm {
    height: 415px;
    font-size: 3em;
    margin: 0.05em;
}
*/
.timeClockNumber.btn, .idConfirm.btn, .logoutButton.btn, .clearButton.btn {
    box-shadow: rgba(0,0,0,.25) 2px 2px;
}


.timeClockNumber:hover:enabled, .timeClockButton:hover:enabled {
    /*background-color: lightgreen;*/
}

.timeClockNumber:hover:disabled {
    cursor:no-drop;
}

.timeClockButton {
    margin: 0.5em;
    padding: 1.5em;
    width: 8em;
    font-size: 3.5em;
}

.bigButton {
    /*margin: auto;*/
    margin: 0.25em auto;
    padding: 1.5em;
    width: 8em;
}

.mealButton, .mealEditButton {
    margin: 0.25em;
    padding: 0.5em;
    width: 8em;
    /*font-size: 3.5em;*/
}

.mealSelected {
    background-color:green;
    color:white;
}

.mealNotSaved {
    color: black;
    text-shadow: -1px 0px 2px #ffffff;
    background-color: rgba(254, 215, 0, 1);
    font-weight:bold;
}

#inputValue {
    width: 290px;
    text-align: center;
    font-size: 2.5em;
    border: 1px dotted rgba(0,0,0,0.25);
}
/*#inputValue {
    width: 350px;
    text-align: center;
    font-size: 2.5em;
    border:1px dotted rgba(0,0,0,0.25);
}*/

::placeholder, :-ms-input-placeholder, ::-ms-input-placeholder {
    color: red;
    opacity: 1;
}

.time {
    font-size: 2.0em;
    text-align: center;
}

.date {
    font-size: large;
    text-align: center;
}

.timeClock {
    text-align: center;
}

.timeClockBody {
    margin: auto;
}

.punches, .message {
    text-align: center;
}

#laborGrid {
    position: relative;
    padding: 1em;
    min-height: 20em;
}

#laborGrid > div > div {
    display: inline-block;
    vertical-align: top;
}

#jobInfo > div {
    display: inline-block;
    vertical-align: top;
    width:48%;
}

.subCode, .subCodes {
    cursor: pointer;
}

.selected {
    background-color: Highlight !important;
}

.TimeDescription {
    font-weight:bold;
    cursor:pointer;
}

.subCodes {

}

.subCode {

}

.StartStopColumn {
    height:100%;
    vertical-align:middle;
}

#sGpsCoords {
    position:fixed;
    right:0px;
    bottom:0px;
}

#sDebugInfo {
    position:fixed;
    left: 0px;
    bottom: 0px;
}

#punchHistory table tbody tr th:not(.icon) {
    width: 20em;
}

#punchHistory table {
    width:100%;
}

.JobLine, .JobInfoLine {
    text-align: left;
    margin-bottom: 3px;
    padding: 1em;
    /*cursor: pointer;
    background-color: buttonface;
    padding: 6px 12px;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;*/
}

.TimeCode {
    margin-bottom: 3px;
    padding:1em;
}

#laborTabs .ui-tabs-panel {
    height: 355px;
    overflow: auto;
}

.animate {
    height: 100px;
    width: 100px;
    background-color: #c00;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    position: absolute;
    left: 0; /*or bottom, top, right*/
}

.rightTab {
    float: right !important;
    cursor: pointer !important;
    background-color: blue !important;
}
.rightTab a {
    cursor: pointer !important;
    color: white !important;
}

.invalid {
    border: 1px solid red;
}

.hoursIssue {
    color:red;
    font-weight:bold;
}

#punchEdit>div {
    margin:auto;
    display:inline-block;
    vertical-align:middle;
}
#weeklyHours table, #punchEdit>div table {
    margin: auto;
}
#weeklyHours table tbody tr td {
    width: 10%;
}

#requiredResponse {
    z-index:10;
    width:100%;
    height:100%;
}

.hoursDisplay {
    height: 5em;
    background-color: ButtonFace;
    padding: 6px 12px;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.dateDisplay {
    font-size:0.8em;
}
.hoursTotal {
    font-size:2.25em;
}
.driveTime {
    font-size:0.8em;
}
#modal {
    display:none;
    height:100%;
    width:100%;
    position:absolute;
    top:0px;
    left:0px;
    background-color:rgba(128,128,128,0.8);
}
.blur {
    filter:blur(5px);
}
#AutoLogoffAbort {
    display: none;
    z-index: 12;
    background-color: rgba(128,128,128,0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 100%;
    left: 0px;
    vertical-align: middle;
}

#AutoLogoffAbort > div {
    margin:auto;
    width:30%;
    color:white;
    font-weight:bold;
    padding:2em;
}

#scrollListContainer {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}

#scrollList {
    position: fixed;
    display: none; /*Hidden until we need it again*/
}

#scrollList div {
    padding: 1em;
    margin-bottom: .25em;
    width: 2em;
}

#scrollDown, #scrollUp {
    border: 2px solid darkgray;
}

#scrollDown {
    margin-top: 300%;
}

#txtEditReason, #selLaborTypesEdit {
    width: 280px;
}

#jobInfoDetails table tr td:nth-child(1) {
    text-align:right;
}
#jobInfoDetails table tr td:nth-child(2) {
    text-align: left;
}
#jobList {
    max-width: 50%;
    overflow: hidden;
}