.offers_form input[type="button"] {
	border: 0;
	cursor: pointer;
	background: #006FCF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 10px;
	width: 100%;
	height: 40px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	transition: all 0.3s ease 0s;
	-webkit-transition:  all 0.3s ease 0s;
	margin: 0;
}

thead {
  background-color: #0F1C3E;
  color: #fff;
  font-size: 12px;
}

tbody {
  
}

table {
  border-collapse: collapse;
  border: 2px solid rgb(140 140 140);
  font-family: sans-serif;
  font-size: 12px;
  /* letter-spacing: 1px; */
}


th,
td {
  border: 1px solid rgb(160 160 160);
  padding: 2px 3px;
}

a.jqTransformCheckbox {
	background: transparent url(../../images/form-elements.png) no-repeat -10px -50px;
	vertical-align: top;
	height: 18px;
	width: 21px;
	display: inline-block;
	/* display: -moz-inline-block; */
	position: relative;
	bottom: 0px;
	margin-top: -2px;
	transition: none;
	-webkit-transition: none;
}

a.jqTransformCheckbox.jqTransformChecked {
	background-position: -9px -75px;
}
a.jqTransformChecked { background-position: -10px -4px;}

input[type=checkbox],
input[type=radio] {
	display:none;
}

.hotel-header {
	color: #0F1C3E;
	font-size: 14px;
}

.hotel-address {
	color: #0F1C3E;
	font-size: 12px;
	margin-top: 3px;
}

.hotel-room-price {
	margin-top: 5px;
}

/* Price validation styles */
.validation-loader {
	/* text-align: center; */
	padding: 20px;
	display: none;
}

.validation-loader p {
	font-size: 13px;
	color: #666;
	margin-top: 10px;
}

.validation-results-table {
	width: 50%;
	border-collapse: collapse;
	margin: 10px 0;
	border: 2px solid rgb(140 140 140);
}

.validation-results-table th {
	background-color: #0F1C3E;
	color: #fff;
	padding: 8px;
	font-size: 12px;
	text-align: left;
}

.validation-results-table td {
	padding: 3px 5px;
	border-bottom: 1px solid #dadada;
	font-size: 12px;
	vertical-align: middle;
}

.price-same {
	color: #28a745;
	font-weight: bold;
}

.price-changed {
	color: #dc3545;
	font-weight: bold;
}

.price-error {
	color: #dc3545;
	font-style: italic;
	font-size: 11px;
}

.btn-clear {
	background: #6c757d !important;
}

.btn-send {
	background: #006FCF !important;
}

.option-header-row td {
	background-color: #f5f6fa;
	border-bottom: none !important;
	/* padding-top: 10px !important; */
}

.option-header-row p {
	margin-top: 3px;
	margin-bottom: 3px;
}

.branded-fare-row td {
	padding-left: 20px !important;
	background-color: #fafbfc;
	font-size: 11px !important;
}

.branded-fare-row p {
	margin-top: 3px;
	margin-bottom: 3px;
}

.branded-fare-name {
	font-size: 11px;
	color: #444;
	padding-left: 10px;
}

.loader {
  border: 8px solid #f3f3f3; /* Light grey base */
  border-top: 8px solid #006FCF; /* Blue spinning part */
  border-radius: 50%; /* Makes it a circle */
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
  margin-left: 60px;
}

.sending_mail_loader {
	margin-left: 0px !important;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
