/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 28, 2015, 9:03:55 AM
    Author     : Mihaita
*/

.ord-off-p,
.general-discount {
	width: 6rem;
	padding: 0.2rem 0.3rem !important;
}

.order-travel-order {
	font-size: 2rem;
	font-weight: bold;
	padding: 1rem 2.6rem;
	height: auto;
}

.no-wrap {
	white-space: nowrap;
}

.order-sendemail-input textarea {
	/*min-height: 4rem;*/
	max-height: 8rem;
}

/* ORDER SEND EMAIL FORM */
.order-sendemail-form {
	display: block;
	width: 100%;
	margin-top: 2rem;
	margin-bottom: 2rem;
	height: 36rem;
	overflow-y: auto;
}
.order-sendemail-row {
	margin-bottom: 1rem;
}
.order-sendemail-form label {
	width: 20%;
	float: left;
}
.order-sendemail-input {
	width: 60%;
	float: left;
	position: relative;
}

.order-sendemail-input input {
	padding-right: 30px;
}


.order-sendemail-input-rm {
	/*
	width: 20%;
	float: left;
	*/
	position: absolute;
    float: left;
    right: 0px;
    top: 0px;
}
.order-sendemail-input-rm a {
	/*padding: 1rem 2rem;*/
	padding: 0.6rem 1rem;
	display: block;
	color: #F44336;
}
.order-sendemail-add {
	display: inline-block;
}
.order-sendemail-add a {
	padding: 0.5rem 1rem;
	border: 1px solid #4CAF50;
	color: #4CAF50;
}
@media(max-width: 45em) {
	.order-sendemail-form label {
		width: 100%;
		margin-bottom: 0.5rem;
	}
	.order-sendemail-input {
		width: 90%;
	}
	.order-sendemail-input-rm {
		width: 10%;
	}
	
	.checkout-top-buttons .btn {
		width: 100%;
		float: none;
		text-align: left;
		border-radius: 0rem;
	}
	
	.cs-payments-cell {
		margin-top: 1rem;
		border-bottom: 1px dotted #b6b6b6;
		border-top: 1px dotted #b6b6b6;
	}
	
	.header-cart a {
		font-size: 2rem;
	}

	.header-cart span {
		display: none;
	}
}

.checkout-top-buttons {
	margin-bottom: 0.6rem;
}

span.required {
    color: #f44336;
    display: inline-block;
    margin-left: 0.5rem;
}

.room-row:nth-child(odd) {
	background-color: #eaeaea;
}

.flight-ticket-item-box {
	box-shadow: none;
	border: none;
	padding-left: 0;
	padding-right: 0;
}
.travel-list-item { border-bottom: 0; }
.btn.btn-primary.cs-flight-select-btn { margin: 0 auto;	}

.qc-tab-panel .tab-content.client-tab {
	display: block;
	transform: translateY(-9999999px);
	position: absolute;
	z-index: -1;
}
.qc-tab-panel [id^="tab"]:checked + .tab-content.client-tab {
	transform: translateY(0px);
	z-index: 1;
	position: relative;
}

.cs-mail-popup input[type="email"],
.cs-mail-popup input[type="number"],
.cs-mail-popup input[type="search"],
.cs-mail-popup input[type="text"],
.cs-mail-popup input[type="tel"],
.cs-mail-popup input[type="url"],
.cs-mail-popup input[type="password"],
.cs-mail-popup input[type="date"],
.cs-mail-popup input[type="month"],
.cs-mail-popup input[type="week"],
.cs-mail-popup input[type="time"],
.cs-mail-popup input[type="datetime"],
.cs-mail-popup input[type="datetime-local"],
.cs-mail-popup textarea, 
.cs-mail-popup select {
	border-radius: 0;
	border-width: 0px 0px 1px 0px;
	padding: 0.4rem;
	font-size: 1.4rem;
	
}

.cs-mail-popup .btn.btn-textarea {
    margin-bottom: 1rem;
    height: 2.6rem;
    line-height: 2.5rem;
    padding: 0 1rem;
    position: absolute;
    right: 0;
    margin-top: 0.2rem;
    margin-right: 0.2rem;
}

.cs-mail-popup .btn.btn-textarea.hide {
	display: none;
}

.cs-mail-popup .bwTextarea_wrapper {
	position: relative;
}

.cs-mail-popup .wysyg-panel-wrapper {
	padding-right: 36px;
}

.cs-mail-popup .wysyg-panel-wrapper ul.panel {
	font-size: 1.4em;
    line-height: 1.625;
    font-weight: 400;
}

.cs-mail-popup label {
	font-weight: bold;
}

.cs-mail-popup .order-sendemail-input {
	position: relative;
}

.m-right-20 {
	margin-right: 2rem;
}

.btn.btn-bordered {
	border: 0.1rem solid #4CAF50;
	color: #4CAF50;
}

ul.panel {
	border: 0rem;
	box-shadow: none;
}


.q-loader {
	display: block;
    z-index: 999999;
	background-color: rgba(94, 110, 141, 0.9);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.cs-destination-box {
	/*background-color: #e3e3e3;*/
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #e3e3e3;
}

.cs-destination-box h2 {
	margin-top: 0rem;
}

.cs-destination-box p {
	margin-bottom: 0rem;
}

.cs-destination-box .cs-destination-header-text {
	padding: 0rem 1rem;
}

.cs-destination-box .cs-price-description {
	font-size: 1.2rem;
	margin-bottom: 0.5rem;
}

.cs-destination-box .cs-book-now {
	display: inline-block;
}

.cs-destination-box .cs-initial-price {
    text-decoration: line-through;
    color: #ababab;
    font-size: 15px;
    font-weight: 600;
	margin-right: 0.6rem;
}

.cs-destination-box .cs-price-wrapper {
	font-size: 13px;
	margin-bottom: 0.5rem;
}

.cs-destination-box .cs-price {
	font-weight: bold;
	font-size: 21px;
}

.cs-destination-box .destination-description {
	color: #828282;
	/*height: 6.5rem;*/
	margin-bottom: 0.5rem;
	overflow: hidden;
}

.cs-list-itms {
	padding: 1rem;
}

.cs-destination-box i,
.cs-green-icons i,
.cs-list-itms ul li i {
	color: #1d9d74;
	/*font-size: 15px;*/
}

.cs-list-itms ul li,
ul.cs-green-icons li {
	font-size: 1.3rem;
	color: #ABABAB;	
}

.cs-destination-box .cs-list-itms ul li,
.cs-destination-box ul.cs-green-icons li {
	font-size: 1.5rem;
	margin-bottom: 0.6rem;
}

.travel-list-item-description {
	margin-top: 0.5rem;
}

.cs-green-icons {
	list-style-type: none;
}

.cs-title-link:hover,
.cs-title-link:focus {
	text-decoration: none;
}

h2.travel-list-item-title a {
	color: #202020;
	font-weight: bold;
	font-size: 20px;
}

h2.travel-list-item-title a:hover,
h2.travel-list-item-title a:focus {
	text-decoration: none;
}

