html, body {
    height: 100%
}

body{
	margin: 0 1em;
	background-color: white !important;
}

/**{*/
	/*font-family: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;*/
/*}*/

.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 #268cea;
    position: relative;
    width: 100%;
    margin: 0 auto;
    top: 49px;
    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 lightgrey;
    /*color: red;*/
    cursor: pointer;
    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: 18px;
    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: #268cea;
}

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 form.isNextClicked input.ng-invalid,
.wizard form.isNextClicked select.ng-invalid,
.wizard form.isNextClicked textarea.ng-invalid{
    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;
}

ul.accordion{
    padding-left: 0 !important;
}

.wizard button:disabled{
    opacity: 0.2;
    cursor: not-allowed;
}

a.copy-address{
    cursor: pointer;
    margin-left: 10px;
}


button.custom-button{
	padding: 20px 40px;
	text-decoration: none;
	color: white;
	line-height: 1;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 60px;
	position: relative;
	font-size: 0.875rem;
	margin-bottom: 1.5rem;
}

button.button-orange{
	background-color: #F28020;
}

button.button-orange:hover {
	background-color: #f38e38;
}

button.button-blue{
	background-color: #03ADD7;
}

.row, hr {
	max-width: 80rem !important;
}

.table>thead>tr>th {
	border-bottom: 3px solid #03ADD7 !important;
	color: #2d373e;
}

.is-keyboarduser .collapsible-body.is-open:focus {
	outline: none;
	outline-offset: 0;
}

