html, body {
    height: 100%
}

body{
    margin: 0 1em;
}

.timesheet-table{
    height: 100%;
}


.border-right{
    border-right: 1px solid lightgray;
}

.border-left{
    border-left: 1px solid lightgray;
}

.temesheet-range{
    height: 2.25rem;
    line-height: 2.25rem;
}

.main-header {
    position: fixed !important;
    width: 100%;
    top: 0;
    right: 0;
    background-color: #1798C1;
    z-index: 1050;
    height: 4em;
    /*line-height: 4em;*/
}

.main-header a {
    text-decoration: none !important;
}

.main-header .slds-section__title{
    color: white;
}

.main-header .slds-form-element__label{
    color: white;
}

.main-header .logo{
    margin-top: -5px;
    min-width:55px;
    width: 100px;
}

.main-header .user-details{
    line-height: 1.3em;
    color: white;
    margin-top: 0.3em;
}

.main-header .header-date slds-date-picker{
    float: right;
    margin-right: 1em;
    margin-top: 0.3em;
}

.current-week{
    color: green;
    font-weight: bold;
}

.holiday{
    background-color: rgba(211, 211, 211, 0.3);
}

.main-header .header-date slds-date-picker #dateStr{
    width: 11em;
}


.spinner-overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: lightgray;
    opacity: 0.3;
    cursor:wait;
    z-index: 1100;
}

.slds .slds-pill__label{
    max-width: 85%;
}


.wizard label{
    margin-top: 1em;
    margin-bottom: .2em;
    display: block;
}

.right{
    float: right;
    position: relative;
}

/*.wizard-header table td{*/
    /*text-align: center;*/
    /*vertical-align: middle;*/
/*}*/

.text-center{
    text-align: center;
}

.wizard-header .connecting-line{
    border-top: 2px solid #e0e0e0;
    /*height: 2px;*/
    /*background: #e0e0e0;*/
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 12em;
    z-index: 1;
}

.wizard-header{
    margin-bottom: 2em;
}

.wizard-header table.circles{
    table-layout: fixed;
}

.wizard-header .circle{
    border-radius: 50%;
    width: 4em;
    height: 4em;
    border: 2px solid #e0e0e0;
    /*color: red;*/
    cursor: not-allowed;
    margin: auto;
    background-color: white;
    z-index: 2;
    position: relative;
    line-height: 3.7em;
    text-align: center;
    padding: 0;
    color: black;
}

.wizard-header .circle-title{
    font-size: 90%;
    text-align: center;
    padding-top: 1em;
    /*max-width: 40px; */
    /*text-transform: capitalize;*/
}

.wizard-header .circle:hover{
    /*border-color: gray;*/
}

.wizard-header .circle.passed{
    /*background-color: darkolivegreen;*/
}

.wizard-header .circle.active{
    /*background-color: #D5002B;*/
    font-weight: bold;
    border-color: #D5002B;
}

select.input-field{
    -webkit-appearance: menulist-button;
    -moz-appearance: menulist-button;
    appearance: menulist-button;
}

select[multiple].input-field{
    height: 7em;
}

select.input-field:read-only {
    background-color: inherit;
    cursor: pointer;
}

select.input-field option{
    font-family: Raleway, Arial, Helvetica, sans-serif;
}



/* Tables */
.wizard .custom-table{
    border-collapse: collapse;
}

.wizard .custom-table thead{
    background-color: #47304B;
    color: white;
}

.wizard .custom-table thead th{
    text-align: left;
    font-weight: normal !important;
    border: 1px solid white;
    text-transform: uppercase;
}

.wizard .custom-table thead td, .wizard .custom-table thead th{
    border-color: white;
}

.wizard .custom-table{
    border-color: white;
}

.wizard .custom-table tbody tr td{
    border-bottom: 1px solid #C6BFC8;
}

/*.wizard .custom-table tbody tr:last-child td{*/
    /*border-bottom: none;*/
/*}*/

.wizard .custom-table td, .wizard .custom-table th{
    padding: 0.5em;
}

.wizard .custom-table tbody tr td:nth-child(odd) {
    background-color: #EFEFF0;
}

.wizard .custom-table tr.footer-row td {
    border-top: 2px solid #afa8b1;
    border-bottom: 2px solid #afa8b1;
    /*line-height: 1em;*/
    padding-top: .7em;
    padding-bottom: .7em;
    text-transform: uppercase;
}

.wizard .custom-table tbody tr.footer-row td:nth-child(odd) {
    background-color: #C6BFC8;
    color: #55435C;

}

.wizard .custom-table tr.white td{
    background-color: white !important;
}



/* Validation */
/*.wizard input.ng-invalid.ng-dirty{*/
.wizard form.isNextClicked input.ng-invalid,
.wizard form.isNextClicked select.ng-invalid,
.wizard form.isNextClicked textarea.ng-invalid,
.wizard form.isNextClicked .radio-not-selected{
    background-color: #ffd6d6;
    border: 1px solid red;
}

label.required:after{
    content: '*';
    color: red;
    font-weight: bold;
}

.wizard .initial-application{
    text-align: center;
    vertical-align: middle;
}


/* Filter */
.wordCount{
    font-size: 80%;
}

.characterCount{
    font-size: 80%;
    display: inline-block;
    float: right;
    padding-top: 3px;
}

#dropbox {
    height: 200px;
    width: 100%;
    background-color: #f0f0f0;
    border: 1px dashed #c0c0c0;
    border-radius: 5px;
    text-align: center;
    padding-top: 80px;
}

#dropbox.active {
    background-color: #fff;
}

.icons8-Delete {
    width: 21px;
    height: auto;
    vertical-align: middle;
}

section.region.region--bg-light{
    background-color: white !important;
}

/*.site-wrap .fixed-offset{*/
    /*display: none;*/
/*}*/

footer{
    display: none;
}

ul.exclusions li {
    padding-bottom: 5px;
}


body{
    background-color: white ;
}