/* BOOKINGS STYLES
-------------------------------------------------- */

table.not-footable .not-footable-details tbody:first-of-type { display: none; }

table.not-footable {
	font-family: 'PraxisLT_Bold', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	letter-spacing: normal;
}

table.not-footable tfoot {
	border-bottom: 4px solid #002776;
}

table.not-footable tbody.bookings-board {
	background-color: #8fa2d5;
}

table.not-footable tbody.bookings-board select, table.not-footable tbody.bookings-board input {
	border: none;
	background-color: #fff;
	color: #000;
	padding-left: 0;
	font-size: 1.2rem;
	font-family: 'PraxisLT_Bold', Arial, 'Helvetica Neue', Helvetica, sans-serif;

	border-radius: 4px;
}

table.not-footable tbody.bookings-board select {
	padding-left: 6px;
	font-size: 1rem;
	min-width: 140px;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.5rem + 2px);
}

.daterangeform .form-control {
	width: auto;
}

.daterangeform .form-control:disabled, input.form-control[readonly] {
	 background-color: transparent!important;
	font-weight: bold;
}
.daterangeform .form-control:disabled, select.form-control[readonly] {
	font-weight: bold;
}

table.not-footable thead th.not-footable-first-visible {
	padding: 0.75rem 0.75rem 0.75rem 0.75rem;
}

table.not-footable select {
/*	padding: 0.75rem 0.25rem;*/
	/*max-width: 70%;*/
}

table.not-footable input {
	padding: 0.5rem 0.25rem;
}

table.not-footable select, table.not-footable input {
	font-size: 0.8rem;
}

table.not-footable .sale-first-col {
	display: inline-block !important;
	width: 100%;
}

.td-category {
	width: 25%;
}

.td-product {
	width: 35%;
}

table.not-footable thead th {
	color: #fff;
	text-transform: uppercase;
	vertical-align: top;
	border: 0;
}

table.not-footable thead th.thead-header {
	font-size: 1.8rem;
	text-transform: none;
	padding-bottom: 0;
}


table.not-footable tbody td {
	vertical-align: middle;
}

table.not-footable tbody tr:hover {
	background-color: #495d8f;
}

tr[data-expanded="true"], tr[data-expanded="true"] + .not-footable-detail-row { 
	background-color: #d9bfe1 !important;
}

table.not-footable-details > tbody > tr > th:nth-child(1) {
	/*width: 200px;*/
}

table > tbody > tr > td > span.not-footable-toggle {
    opacity: 1.0;
	font-size: 1rem;
	margin-right: 14px;
	font-family: 'FontAwesome' !important;
}

.fooicon-plus:before {
    content: "\f067" !important;
}

.fooicon-minus:before {
    content: "\f068" !important;
/*	color: #fff;*/
}

.not-footable-detail-row:hover {
	background-color: #fff;
}

/*.not-footable-detail-row, .not-footable-detail-row > th {
	background-color: #01916c;
}*/


.bookings-border {
	border-radius: 8px 8px 0 0;
	display: block;
	height: 8px;
/*	padding: 0;
	margin: 0;*/
}


table.not-footable-details {
	background-color: #ecdff0!important;
}


.show-claims {
	line-height: 1.25;
    border-radius: 4px;
    transition: all .15s ease-in-out;
	background-color: #e6e6e6!important;
	border: none;
	font-size: 1.2rem;
	padding: 10px 6px;

}






