/*table.seatmap > tbody > tr > td:not(.columnHeader) {
	padding: 2px 0px !important;
}*/

.windshield
{
	margin-bottom:40px !important; 
	width:62% !important;
}

.seat[data-seat-class="C"], .seat[data-seat-class="F"]
{
	padding:5px 0px !important;
}

.seat[data-seat-class="Y"]
{
	padding:2px 0px !important;
}

.aisle {
	width: 20px;
}

.blank {
	height: 21px;
}

.exit-left {
	margin-left: -45px;
}

.exit-right {
	margin-right: -45px;
}

.lavatory {
	border-radius: 6px;
	background-color: #1ba478;
	color: white;
	/*padding: 5px;*/
	padding-top: 6px;
	padding-bottom: 5px;
	margin: 10px 0px;
	font-size : 9px !important;
	height: 25px !important;
}

.galley {
	border-radius: 6px;
	background-color: #6fc5e4;
	color: white;
	/*padding: 1.075px 12px;*/
	margin: 10px 0px;
	height: 25px !important;
	font-size: 8px !important;
	padding-top: 7px !important;
	/*padding-bottom: 10px !important;*/
}

.flat-left-border {
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

.flat-right-border {
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

/*Legend*/

.legend-list {
	padding: 8px 0px;
}

/*.legend-caption {
	margin-left: 20px;
}
*/



/*Edit Seatmap*/

.seatmap-toolbar .btn {
	height: 42px !important;
	border-width: 2px !important;
	border-color: #e3e4e4 !important;
	margin: 5px 2px;
	text-transform: uppercase;
}

.seatmap-toolbar .btn:focus{
	background-color: #ffffff !important;
	outline: none !important;
	/*border-color: #ccc !important;*/
}

.seatmap-toolbar .btn.edit{
	background-color: #f6f6f6  !important;
	/*border-color : #8c8c8c !important;*/
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) !important;
}

.seatmap-toolbar .btn.btn-default:hover:not(:disabled) {
	/*background-color: #f3eeee  !important;*/
	/*border-color : #8c8c8c !important;*/
	background-color: #f6f6f6 !important
}

.action-toolbar .btn{
	margin: 5px !important;
	width: 100px;
	letter-spacing: 1px;
}

.rowHeaderColumn.edit:hover, .colHeaderRow.edit:hover {
	color: red !important;
	cursor: pointer !important;
}

.seat.highlighted, .non-seat.highlighted, .seat.selectedWing, .non-seat.selectedWing, .seat.selectedZone, .non-seat.selectedZone {
	opacity: 0.5 !important;
	cursor: pointer !important;
}

.blank.highlighted {
	cursor: pointer !important;
}

.seatmap-toolbar .tools .btn:disabled{
	opacity: 0.3;
}

.rowHeaderTxt, .colHeaderTxt{
	width: 17px;
	height: 17.15px;
	text-align: center;
	font-size : 10px;
}


.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
	color: #575757;
}

/* Tooltip */

.seatmap-tooltip.ui-tooltip {
	/*background: #666;*/
	color: black
	border: none;
	padding: 0;
	opacity: 1;
	width: 300px;
	/*height: 100px;*/
	box-shadow: 5px 5px 18px #aaaaaa;
	font-family: 'Roboto', sans-serif;
}
.seatmap-tooltip.ui-tooltip .ui-tooltip-content {
	position: relative;
	/*padding: 1em;*/
	padding-top: 1em;
	padding-bottom: 1em;
}
.seatmap-tooltip.ui-tooltip .ui-tooltip-content::after {
	content: '';
	position: absolute;
	border-style: solid;
	display: block;
	width: 0;
}
/*.right .ui-tooltip-content::after {
	top: 18px;
	left: -10px;
	border-color: transparent #666;
	border-width: 10px 10px 10px 0;
}
.left .ui-tooltip-content::after {
	top: 18px;
	right: -10px;
	border-color: transparent #666;
	border-width: 10px 0 10px 10px;
}
.top .ui-tooltip-content::after {
	bottom: -10px;
	left: 72px;
	border-color: #666 transparent;
	border-width: 10px 10px 0;    
}*/
.seatmap-tooltip.bottom .ui-tooltip-content::after {
	top: -7px;
	left: 46.5%;
	border-color: white transparent;
	border-width: 0 10px 10px;
}


/* Reserve Seat */
.unavailable {
	cursor: not-allowed !important;
	opacity: 0.5 !important;
}

.available {
	cursor: pointer !important;
}

.available:hover{
	opacity: 0.5 !important;
}

.selected[data-seat-class=F] div{
	background-image: url('../images/plane-icon/selected-first-class-seat.png') !important;
	background-size: 100% 100%;
	z-index: 20
}

.selected[data-seat-class=C] div{
	background-image: url('../images/plane-icon/selected-business-seat.png') !important;
	background-size: 100% 100%;
	z-index: 20
}

.selected[data-seat-class=Y] div{
	background-image: url('../images/plane-icon/selected-regular-seat.png') !important;
	background-size: 100% 100%;
	z-index: 20
}

.seat.blocked.selected[data-seat-class=F] div{
	background-image: url('../images/plane-icon/selected-first-class-seat.png') !important;
	background-size: 100% 100%;
	z-index: 20
}

.seat.blocked.selected[data-seat-class=C] div{
	background-image: url('../images/plane-icon/selected-business-seat.png') !important;
	background-size: 100% 100%;
	z-index: 20
}

.seat.blocked.selected[data-seat-class=Y] div{
	background-image: url('../images/plane-icon/selected-regular-seat.png') !important;
	background-size: 100% 100%;
	z-index: 20
}


.seat.taken[data-seat-class=F] div{
	background-image: url('../images/plane-icon/filled-first-class-seat.png') !important;
	background-size: 100% !important;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 20
}


.seat.taken[data-seat-class=C] div{
	background-image: url('../images/plane-icon/filled-business-class-seat.png') !important;
	background-size: 100% !important;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 20
}

.seat.taken[data-seat-class=Y] div{
	background-image: url('../images/plane-icon/filled-seat.png') !important;
	background-size: 100% !important;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 20;
}

.seat.blocked.taken[data-seat-class=F] div{
	background-image: url('../images/plane-icon/filled-first-class-seat.png') !important;
	background-size: 100% !important;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 20
}


.seat.blocked.taken[data-seat-class=C] div{
	background-image: url('../images/plane-icon/filled-business-class-seat.png') !important;
	background-size: 100% !important;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 20
}

.seat.blocked.taken[data-seat-class=Y] div{
	background-image: url('../images/plane-icon/filled-seat.png') !important;
	background-size: 100% !important;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 20;
}

.seat.blocked[data-seat-class=F] div{
	background-image: url('../images/plane-icon/blocked-first-class-seat.png') !important;
	background-size: 100% 100%;
	z-index: -1;
}

.seat.blocked[data-seat-class=C] div{
	background-image: url('../images/plane-icon/blocked-business-seat.png') !important;
	background-size: 100% 100%;
	z-index: -1;
}

.seat.blocked[data-seat-class=Y] div{
	background-image: url('../images/plane-icon/blocked-regular-seat.png') !important;
	background-size: 100% 100%;
	z-index: -1;
}

.seat.selectedblocked[data-seat-class=F] div{
	background-image: url('../images/plane-icon/selected-blocked-first-class-seat.png') !important;
	background-size: 100% 100%;
}

.seat.selectedblocked[data-seat-class=C] div{
	background-image: url('../images/plane-icon/selected-blocked-business-seat.png') !important;
	background-size: 100% 100%;
}

.seat.selectedblocked[data-seat-class=Y] div{
	background-image: url('../images/plane-icon/selected-blocked-regular-seat.png') !important;
	background-size: 100% 100%;
}