/*
.container {
	min-height: 100vh;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-family: raleway-semibold,raleway,sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
    transition: background-color .1s ease-in;
    font-size: 21px;
    font-weight: 400;
    margin-left: 0px!important;
    border-radius: 0px!important;
}

.btn-primary {
    background-color: #ff8e01;
    color: #fff;
}

.btn-primary-o {
    background-color: #fff;
    color: #ff8e01;
    border: 1px solid #ff8e01!important;
}

.btn-primary:hover {
    background-color: #f89d2d !important;
    border-color: #f89d2d !important;
    color: #fff !important;
}

.btn-primary-o:hover {
    background-color: #f89d2d !important;
    color: #fff !important;
}

.btn-primary-o.active {
    background-color: #ff8e01;
    color: #fff;
}

.btn-sm {
    padding: 6px 12px;
    font-size: 0.875rem;
    border-radius: 4px;
    text-decoration: none!important;
}

.btn-group {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.form-panel {
    padding: 40px 0px;
}

.form-panel p { margin-bottom: 20px; }

.form-group {
    padding-bottom: 20px;
}

.form-group label { 
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    letter-spacing: 0.05em;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #717070;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e9e9e9;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: raleway-semibold,raleway,sans-serif;
 }

 .form-control:focus {
    background-color: #fff;
    border-color: #ffd5a2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #ffd5a240;
}
.toggle-button:focus {
	box-shadow: none!important;
}

.mt-10 { 
	margin-top: 10px;
}
*/

.loading-panel {
	margin-top: 40px;
}

/*
.thank-you-container {
	display: flex; 
	align-items: center;	
	height: calc(100vh / 2);
}

.booking-panel {
	min-height: 526px;
}

.booking-panel a {
	color: #ff8e01;
}

.payment-panel div.div {
	border-bottom: 1px solid #d7d6d6;
}
.payment-panel .payment-item-table-title {
	font-weight: bold;	
}
.payment-panel .payment-item-row {
	display: flex;
	justify-content: space-between;
}
.payment-panel .payment-item-price {
	margin: 0 4px 0 4px;
}
.payment-panel .payment-item-info {
	font-size: 0.9rem;
}
.payment-panel .payment-total-row {
	display: flex;
	justify-content: center;
	font-weight: bold;
}

#account-menu {
	margin-top: 30px;
	font-size: 20px;	
}
#account-menu, #account-menu a {
	color: #ff8e01;	
}
#account-menu a {
    margin-left: 4px;
    margin-right: 4px;
    text-decoration: none!important;    
}
#account-menu a.active {
    font-weight: bold;
}

#account-menu a:first-child {
    margin-left: 0;
}

#invoices-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

#invoices-table th,
#invoices-table td {
    padding: 12px 16px;
    border: 1px solid #eee;
    text-align: left;
}

#invoices-table th {
    background-color: #f9f9f9;
    font-weight: 600;
}

#invoices-table tr:nth-child(even) {
    background-color: #fafafa;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 768px) {
    .table-responsive table {
        min-width: 600px;
    }
}
*/

/** mobile **/
/*
@media (max-width: 768px) {

	.btn-mobile-sm {
		font-size: 0.9rem;
	}

    .form-panel {
        width: 100% !important;
        max-width: 100% !important;        
    }

    .btn-group {
        max-width: 100%;
        flex-flow: wrap;
    }

    .btn-group .btn {
        font-size: 1rem;
        width: 100%;
    }
    
}
*/
/** end mobile **/