#quote_app {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	width: 100%;
}
.quote-home .quote-home-inputs {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#calendar {
	width: 66%;
}
.weekday-position-1 {
    color: #9de1f1;
    /*pointer-events: none;*/
}
a.disabled {
	pointer-events: none;
    background-color: #949494;
}
.book_form #calendar {
	width: 100%;
}
.quote-home .quote-home-inputs>div {
    width: 33%;
    padding: 0 12px;
}
.select2-container--default .select2-selection--single {
	height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;    
}
.quote-home-inputs input {
    font-family: Source Sans Pro,sans-serif;
    font-size: 16px;
    color: #000;
    width: 100%;
    border-radius: 4px;
	padding: 12px;
	background: #ffffff;
}

/* Quote details */
.quote-page .quote-page-summary-dates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.quote-page .quote-page-summary-dates>div {
    padding: 0 24px 24px;
}
.quote-page .quote-page-summary-dates .quote-page-summary-date-title {
    font-size: 16px;
    color: #000;
    font-weight: 700;
}
.quote-page .quote-page-summary-dates .quote-page-summary-date-value {
    font-weight: 500;
}
.quote-page .quote-page-summary-price-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px;
}
.quote-page .quote-page-summary-price-table>div {
    border-bottom: thin solid #ddd;
    padding: 6px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
/* Quote details end */

/* Toast customize */
.jq-toast-wrap {
    /*width: 24rem;*/
	width: auto;
}
.jq-toast-single h2 {    
    font-size: 20px;
}
.jq-toast-single {   
    font-size: 18px;
	line-height: 25px;
}
.close-jq-toast-single {    
    font-size: 20px;
}
.jq-icon-error {
    background-color: #FFCDD2;
    color: #73000c;
    border: solid #e60017;
    border-width: 0 0 0 6px;
}
/* Toast customize end */