/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v40/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.clearfix{
    display: table;
}

body {
    margin: 0;
    padding: 40px 0 0 0;
    background: #f8f8f8;
}

.no-margin {
    margin: 0 !important;
}

.marR5 {
    margin-right: 5px;
}

.marR10 {
    margin-right: 10px;
}

.marB20 {
    margin-bottom: 20px;
}

.marT10 {
    margin-top: 10px;
}

.marT20 {
    margin-top: 20px;
}

.marT30 {
    margin-top: 30px;
}
.card .card-content{
    padding: 20px 10px;
}
#statusWindow .card .card-content, #confirmWindow .card .card-content{
    padding: 20px 25px;
}
.commonBtn {
    margin-bottom: 10px;
    border: 2px solid;
    border-radius: 4px;
}
#availableDates .col.s6{
    padding: 0 5px;
}
#availableDates{
    padding: 0
}
#availableTime {
    /* max-height: 300px; */
    overflow-y: auto;
    padding: 10px;
}

.avilableTimebtn {
    width: 100%;
    padding: 5px 10px;
    text-align: center;
}

.btn-outline {
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    text-transform: uppercase;
    vertical-align: middle;
    color: #2bbbad;
    border: 1px solid #2bbbad;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
}
.btn-outline:hover, .btn-outline:focus {
    background-color: rgba(43, 187, 173, 0.08);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14),0 1px 7px 0 rgba(0,0,0,0.12),0 3px 1px -1px rgba(0,0,0,0.2);
}

.avilableDatesbtn:hover, .avilableTimebtn:hover {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    color: black;
}


.timezoneWrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 15px;
    width: 400px;
}


.avilableDatesbtn {
    padding: 5px 10px;
    width: 100%;
}

.avilableDatesbtn:nth-child(even) {
    margin-left: 15px;
}

.failure .mailerMsg, .failure .url {
    display: none;
}

.url {
    padding-bottom: 10px;
}

.confirmHeading {
    letter-spacing: 0.3em;
}

.failure .confirmHeading {
    color: #6c0f12 !important;
    font-weight: bold;
}

.escalated .esclatedMsg {
    font-size: 13px;
}

.escalated .confirmHeading {
    color: #c5af00 !important;
}

.customSelect .select-dropdown {
    border: none !important;
    margin-bottom: 0 !important;
    min-width: 180px;
}

.customSelect {
    margin: 0 0 0 auto;
    width: 185px;
}

.card .card-action {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.contentForm {
    width: 400px;
    padding-bottom: 60px;
    min-height: 300px;
    margin: 0 auto;
    position: relative;
}

.fixed-action-btn {
    bottom: 70px;
}

footer {
    color: #CCC;
}

.paddR0{
    padding-right: 0;
}

.dropdown-content li>a, .dropdown-content li>span{
    word-break: break-word;
}

@media screen and (max-width: 767px) {
    .customSelect {
        width: auto
    }

    .contentForm, .timezoneWrapper {
        width: 100%;
    }

    #AvailableDatesWrapper .card-action, #confirmWindow .card-action {
        border: none;
    }
    #AvailableDatesWrapper .card-content{
        padding: 15px 5px;
    }

    #AvailableDatesWrapper #viewMore, #confirmWindow #confirm {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        height: auto;
    }
    .avilableTimebtn {
        width: 100%;
    }
}

.hide-on-med-and-down .backBtn {
    position: absolute;
    margin-left: -70px;
}

.spinner-layer {
    border-color: #59d3d6;
}

.status-message {
    padding: 0px 12px 0px 12px;
}

#missingTokenForm {
    padding-top: 10px;
    padding-bottom: 10px;
}

.preference-container {
    padding: 20px;
}

.new-preference {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    border-bottom: solid 1px rgba(198, 214, 229, 0.3);
    padding-bottom: 10px;
    transition: 300ms all;
}

.new-preference button.preference-delete {
    color: rgb(220, 20, 60);
    border: none;
	border-radius: 2px;
	display: inline-block;
	padding: 8px 8px 5px 8px;
	text-align: center;
	min-width: 36px;
	background: transparent;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    right: 15px;
    border-radius: 50%;
}

.new-preference button.preference-delete:disabled {
    color: #c6d6e5;
}
.new-preference button.preference-delete:hover:disabled, .new-preference button.preference-delete:disabled:focus {
    background-color: rgba(75, 100, 121, 0.09);
}
.new-preference button.preference-delete:hover, .new-preference button.preference-delete:focus {
    background-color: rgba(220, 20, 60, 0.09);
}

.new-preference .add-preference a {
    color: #26a69a;
}


.new-preference:last-child, .preference-container .new-preference:last-of-type {
    border-bottom: none;
}
.new-preference label {
    color: #4b6479;
    font-size: 14px;
    margin-right: 10px;
}
.new-preference .date-input {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: solid 1px #c6d6e5 !important;
    position: relative;
    width: 160px;
    border-radius: 2px;
}
.new-preference .date-display {
    color: #8c9ba5;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding-right: 30px;
    text-align: left;
}
.date-input input.date {
    border: none !important;
    height: 36px;
    margin: 0px;
    color: #8c9ba5;
    padding: 0 15px;
}

.date-input > i {
    position: absolute;
    right: 5px;
    z-index: 0;
    cursor: pointer;
    color: #8c9ba5;
}

.date-input input.date:hover, .date-input input.date:focus {
    border-bottom: none !important;
    box-shadow: none !important;
}
/* timerange styles */
.timerange {
    display: flex;
    align-items: center;
}
.timerange > .timeinput {
    display: flex;
    min-width: 100px;
    justify-content: flex-start;
    align-items: center;
    border: solid 1px #c6d6e5 !important;
    height: 37px;
    position: relative;
    border-radius: 2px;
}

.timerange > .timepreview {
    display: flex;
    min-width: 100px;
    justify-content: flex-start;
    align-items: center;
    color: #8c9ba5;
    height: 37px;
    position: relative;
}
.timepreview > i, .datepreview > i {
    color: #4b6479;
    margin-right: 20px;
}

.timeinput > .hour-select {
    position: absolute;
    width: 80px;
    visibility: 0;
    top: 0;
    left: 0;
    height: 36px;
    z-index: 1;
    display: block !important;
    opacity: 0;
    cursor: pointer;
}

.timerange > .timeinput:focus .timerange > .timeinput:hover {
    border-bottom: 1px solid #26a69a;
    box-shadow: 0 1px 0 0 #26a69a;
}

.timeinput > input{
    height: 36px;
    border-bottom: none !important;
    margin-bottom: 0px !important;
    width: 80px !important;
    text-align: center;
    color: #8c9ba5;
}
.timeinput > input:hover, .timeinput > input:focus {
    border-bottom: none !important;
    box-shadow: none !important;
}
.timeinput > .offset-btn {
    color: #2bbbad;
}
.offset-btn {
	border: none;
	border-radius: 2px;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 8px 0 6px;
	text-transform: uppercase;
	text-align: center;
	min-width: 36px;
	background: transparent;
    -webkit-tap-highlight-color: transparent;
}
.offset-btn:hover, .offset-btn:focus, .arrows > .arrow:hover, .arrows > .arrow:focus {
    background-color: rgba(43, 187, 173, 0.08);
}
.timeinput > .arrows {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 36px;
    border-left: solid 1px #c6d6e5;
}
.arrows .material-icons {
    font-size: 18px;
}
.arrows .arrow {
    cursor: pointer;
}

.preference-container h1,
.preference-container h2,
.preference-container h3,
.preference-container h4,
.preference-container h5,
.preference-container h6 {
    margin: 10px 0 15px 0;    
    font-size: 1.6rem;
    color: #4b6479;
}

.preference-container a {
    color: #2bbbad;
}
#preference-template .timezoneWrapper, #AvailableDatesWrapper .timezoneWrapper {
    flex-direction: column;
}

.icon-link {
    color: #2bbbad;
    display: flex;
    align-items: center;
}

.preferenceForm {
    width: 400px;
    margin: 0 auto;
    position: relative;
}