/* Write your custom CSS here */
.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    display: none;
    z-index: 9999;
}
.loading .spinner-grow {
    top: 50%;
    left: 50%;
    margin: -13px 0 0 -13px;
    position: absolute;
}
ul.list-unstyled li.active
{
    background-color: rgba(58, 203, 63, 0.2) !important;
}


.form-control:focus {
	color: #838d91;
	border-color: #e6e6e6;
	box-shadow: none;
}

.email-list-item .email-author span.email-date {
	line-height: normal;
}


.form-control::placeholder {
	color: #e3e3e3;
}



.card-headline {
	padding: 10px 25px; font-size: 20px; display: inline-block; border-bottom-left-radius: 0; border-bottom-right-radius: 0;
	margin-top: 20px;
	margin-bottom: -5px;
}
.datepicker-begin{
    /*padding: 4px;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
}
.datepicker{
    padding: 10px 15px !important;

}
.step-scroll{
    scroll-snap-align: start;
}
.l2 {
    padding-left: 1em;
}
.l1 {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}
.level2 {
    padding-left: 1em;
}
.level1 {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 50;
    color: #008000;
}
a {
    text-decoration: none;
}
.login-box{
    position: relative !important;
}

.minuteCheck, .hourCheck {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
body.modal-open {
    overflow: visible !important;
}
