:root {
    --text-color        : #202020;
    --text-light        : #f6f6f6;
    --available         : #E9B209;
    --available-light   : #FBF5D5;
    --unavailable       : #C93C4E; /*#DC939E;*/
    --unavailable-light : #F4D7DB; /*#F0F0F0;*/
    --published         : #55B12B;
    --published-light   : #DDEFD4;
    --declined          : #C93C4E;
    --declined-light    : #F4D7DB;
    --pending           : #3E85E8;
    --pending-light     : #D8ECFB;
    --quickfill         : #9446B9;
    --quickfill-light   : #E9D8F1;
    --openshift         : #818181;
    --openshift-light   : #e3e3e3;
    --agency-color      : #202020;
    --grey              : #818181;
    --grey-2            : #a9a9a9;
    --lightish-grey     : #e3e3e3;
    --light-grey        : #f6f6f6;
}

.timesheets-popup {
    color : var(--text-color);
}

.d-flex {
    display: flex !important;
}
.align-center {
    text-align : center;
}
.agency-navbar {
    background : var(--agency-color);
    color: #fff;
}
.timesheets-popup .text-dark,
.timesheets-content .text-dark {
    color : var(--text-color) !important;
}
.timesheets-popup .text-light,
.timesheets-content .text-light {
    color : var(--text-light) !important;
}
.timesheets-popup .text-grey,
.timesheets-content .text-grey {
    color : var(--grey) !important;
}
.text-dark, .text-dark:before {
    color: var(--text-color);
}
.text-grey, .text-grey:before {
    color: var(--grey);
}
.text-agency, .text-agency:before  {
    color: var(--agency-color);
}
.expanded-rows .row {
    margin: 15px 0;
}

/*3*/

.timesheets-content .card.info-card {
    padding: 15px 18px;
    border-radius : 15px;
    text-align: center;
    font-size: 1.05em;
}

.timesheets-content input[type="text"],
.timesheets-content input[type="email"],
.timesheets-content input[type="password"],
.timesheets-content input[type="tel"],
.timesheets-content input[type="number"],
.timesheets-content input[type="date"],
.timesheets-content input[type="time"],
.timesheets-content textarea,
.timesheets-content select,
.timesheets-popup input[type="text"],
.timesheets-popup input[type="email"],
.timesheets-popup input[type="password"],
.timesheets-popup input[type="tel"],
.timesheets-popup input[type="number"],
.timesheets-popup input[type="date"],
.timesheets-popup input[type="time"],
.timesheets-popup textarea,
.timesheets-popup select  {
    color: var(--grey);
    border-radius: 21px;
    font-weight: 200;
    background : #fff !important;
    min-height: 44px !important;
}

.timesheets-content .border,
.timesheets-popup .border {
    border-radius : 15px;
    border: 2px solid #e3e3e3;
}
.timesheets-content .picker-calendar-selected-date,
.timesheets-popup .picker-calendar-selected-date {
    display: none !important;
}

.border div.time {
    font-size: 1.2em;
}
.border div.time i.fa:before {
    font-size: .7em;
}
.timesheets-popup .border .row.main {
    margin : 0;
    padding: 0;
}
.timesheets-popup .border .row.main .col-50 {
    margin: 0;
    padding: 10px;
    width: 50%;
}
.timesheets-popup .border .row.main .col-50:first-of-type {
    border-right: 2px solid #e3e3e3;
}
.timesheets-popup .border .row.main h4 {
    margin: 0 0 10px;
}

.timesheets-popup .border .row.bottom-row {
    background : #f6f6f6;
    margin : 0;
    padding: 10px;
    border-top: 2px solid #e3e3e3;
    border-bottom-left-radius : 15px;
    border-bottom-right-radius : 15px;
}

.timesheets-content strong i.fa,
.timesheets-popup strong i.fa {
    font-size: 1.125em;
}

.timesheets-content .avatar,
.timesheets-popup .avatar {
    height : 40px;
    width : 40px;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    color : #fff;
    background : var(--lightish-grey);
    display: block;
}

.timesheets-content .avatar img,
.timesheets-popup .avatar img {
    height : 40px;
    width : 40px;
    border-radius: 20px;
    object-fit: cover;
}
.timesheets-content hr, 
.timesheets-popup hr {
    margin: 20px 0;
    background-color: var(--text-light);
    border: 0 none;
    color:  var(--text-light);
    height: 1px;
}
.timesheets-content h3, 
.timesheets-popup h3 {
    font-weight: 300;
    font-size: 24px;
    text-align: center;
}
.timesheets-content h4, 
.timesheets-popup h4 {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}
.timesheets-content #timesheetWeek {
    text-align: center;
    background: var(--light-grey);
    border-radius: 15px;
    height: 30px;
    margin: 20px 0;
}
.timesheets-content #timesheetWeek div {
    line-height: 30px;
}
.timesheets-content #timesheetWeek .fa {
    color: var(--grey);
    vertical-align: middle;
}

/*1*/

.block-header.status {
    background : var(--available);
    color: white;
    padding: 10px;
    text-align: center;
    margin: -20px -20px 20px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

/*2*/

#currentTimesheetTimer div {
    line-height: 100px;
    color : var(--agency-color);
    font-size: 16px;
}
#currentTimesheetTimer div .fa {
    color : var(--agency-color);
}
#currentTimesheetTimer #currentTimesheetTime {
    font-size: 80px;
    text-align: center;
    font-weight: 700;
}
#currentTimesheetTimer #currentTimesheetSeconds {
    font-size: 60px;
    text-align: center;
    font-weight: 700;
}

.timesheets-popup .signable,
.timesheets-content .signable {
    border-radius : 21px;
    border: 1px solid #ddd;
    color : var(--grey);
    height: 120px;
    margin: 10px 0px;
}

.timesheets-popup .signable canvas,
.timesheets-content .signable canvas {
    height: 120px;
}

.timesheets-popup .mandatory,
.timesheets-content .mandatory {
    position: relative;
}
.timesheets-popup .mandatory:before,
.timesheets-content .mandatory:before {
    content : "*";
    position: absolute;
    top: 0;
    left: -10px;
    color : var(--unavailable);
}


.shift-content .d-day,
.timesheets-popup .d-day {
    font-weight: bolder;
    font-size: 18px;
    text-align: center;
}
.shift-content .d-dayname,
.timesheets-popup .d-dayname {
    font-weight: bolder;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}

.ts-timing {
    margin: 0 0 1em 0;
}

.row.second-day {
    border-top : var(--lightish-grey) 2px dashed;
    padding-top: 1.25em;
    margin-top: .75em;
}

.total-worked {
    background : var(--light-grey);
    border-radius : 10px;
    text-align : center;
    padding: 1em .5em;
    margin-top: 1em;
}

.timesheets-popup label,
.timesheets-popup .label  {
    padding-top: 10px;
    display: block;
    font-weight: 700;
}

.timesheets-popup label i.fa:before,
.timesheets-popup .label i.fa:before {
    font-size: 16px;
}
.timesheets-popup label i.fa ,
.timesheets-popup .label i.fa {
    width: 24px;
}

.timesheets-popup label i.fa.pound:before,
.timesheets-popup .label i.fa.pound:before {
    font-family: sans-serif;
    content : 'Â£';
    font-weight: 700;
    color: var(--text-color);
}

.picker-modal .toolbar .link i {
    margin-top : 0;
    margin-bottom : 0;
}
/* 

.android .picker-calendar.picker-modal .toolbar + .picker-modal-inner {
    height: -webkit-calc(100% - 96px);
    height: -moz-calc(100% - 96px);
    height: calc(100% - 96px);
}
.android .picker-calendar.picker-modal .picker-calendar-week-days + .picker-calendar-months {
    height: -webkit-calc(100% - 22px);
    height: -moz-calc(100% - 22px);
    height: calc(100% - 22px);
}
.android .picker-calendar.picker-modal {
    height: 360px;
}
.android .picker-calendar.picker-modal .picker-footer, 
.android .picker-calendar.picker-modal .picker-header {
    display: inline-flex;
    width: 50%;
    height: 52px;
    background: var(--light-grey);
    border-top: 1px solid var(--grey);
}
.android .picker-calendar.picker-modal .picker-footer, 
.android .picker-calendar.picker-modal .picker-header {
    display: inline-flex;
    width: 50%;
    height: 52px;
    background: var(--light-grey);
    border-top: 1px solid var(--grey);
}
.android .picker-calendar.picker-modal .picker-footer {
    right: 0;
    text-align: right;
}
.android .picker-calendar.picker-modal .picker-header {
    
}
.android .picker-calendar.picker-modal .picker-header .picker-calendar-selected-date {
    color: var(--text-color) !important;
    padding: 0 20px;
    font-size: 16px;
    line-height : 50px;
}
.android .picker-calendar.picker-modal .picker-footer .close-picker, 
.android .picker-columns .toolbar .right .close-picker {
    color: #fff;
    font-size: 16px;
    border: 1px solid var(--agency-color);
    border-radius: 18px;
    height: 36px;
    margin: 7px 10px 0 auto;
    display: inline-block;
    padding: 0 20px;
    background: var(--agency-color);
    line-height: 35px;
}
.android .picker-columns .toolbar .toolbar-inner {
    padding : 0;
}
.android .picker-columns .toolbar .right {
    text-align: right;
}
.android .picker-columns .toolbar .right, 
.android .picker-columns .toolbar .left {
    width : 50%;
}
.android .picker-columns .toolbar { 
    background: var(--light-grey);
}

.android .picker-calendar.picker-modal .toolbar i.icon.icon-prev,
.android .picker-calendar.picker-modal .toolbar i.icon.icon-next {
    background-image : none; 
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color : var(--text-color);
}

.android .picker-calendar.picker-modal .toolbar i.icon.icon-next:before {
    content : "\f054";
    color : var(--text-color);
}
.android .picker-calendar.picker-modal .toolbar i.icon.icon-prev:before {
    content : "\f053";
    color : var(--text-color);
} */

.android .picker-calendar.picker-modal .button.close-picker {
    color: var(--agency-color) !important;
}
.android .picker-calendar.picker-modal .toolbar,
.android .picker-calendar.picker-modal .picker-header {
    background: var(--agency-color);
}

.-needs-signature {
    background:var(--light-grey);
    color: var(--grey-2);
}

.-needs-signature .text-agency, 
.-needs-signature .text-agency:before {
    color: var(--grey-2);
}

.timesheets-popup .-needs-signature input[type="text"], 
.timesheets-popup .-needs-signature input[type="date"],
.timesheets-popup .-needs-signature input[type="tel"],
.timesheets-popup .-needs-signature input[type="number"],
.timesheets-popup .-needs-signature input[type="email"],
.timesheets-popup .-needs-signature input[type="password"],
.timesheets-popup .-needs-signature textarea {
    background:var(--light-grey) !important;
    color: var(--grey-2) !important;
}

.-needs-signature .button.button-accept {
    background:var(--lightish-grey) !important;
    color: var(--grey-2) !important;
}

.-needs-signature .clear-btn  {
    background:var(--lightish-grey) !important;
    color: var(--grey-2) !important;
}
.-timesheet-notes {
    color: var(--grey);
    background: var(--light-grey);
    border: 1px solid var(--lightish-grey);
    border-radius: 10px;
    padding: .75em;
    margin: 0 0 .75em 0;
    font-size: .85em;
}