input.error, textarea.error, select.error{
    margin: 0 0 1rem 0;
}

label.error{
    color: #e21a36;
    padding: 0 0 10px;
}

input[type="text"].error{
    border: 1px solid #e21a36;
}

ul.pagination li{
    margin-left: 9px;
    font-size: 14px;
}

.row .row {
  margin: 0 -15px;
}

.column, 
.columns {
  padding-left: 15px;
  padding-right: 15px;
}

.panel{
    padding: 20px;
}
form .row .row .column, 
form .row .row .columns {
  padding: 0 6px;
}

form .row .row {
  margin: 0 -6px;
}

input[type="checkbox"] + label, 
input[type="radio"] + label{
    margin-left: 6px;
    margin-right: 12px;
}

.button{
    padding: 20px 15px;
    font-family: "Open Sans", sans-serif;
}
input[type="text"], 
input[type="password"], 
input[type="date"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="month"], 
input[type="week"], 
input[type="email"], 
input[type="number"], 
input[type="search"], 
input[type="tel"], 
input[type="time"], 
input[type="url"], 
input[type="color"], 
textarea{
    padding: 6px;
    margin: 0 0 12px 0;
    font-family: "Open Sans", sans-serif;
}

label.inline {
  margin: 0 0 12px 0;
  padding: 7px 0;
  font-family: "Open Sans", sans-serif;
}

[class^="icon-"]:before, 
[class*=" icon-"]:before{
  font-weight: normal;
}

/*html, 
body{
  height: auto;
}*/

.waitImage {
	padding-top:20px;
	padding-bottom:20px;
}

#viewSeatWaitModal.ui-modal {
	background-color: transparent;
}

.ui-widget-content {	
	background: none !important;
	border: none !important;
}

.seatmapModalBorders {
	width: 0px;
}

.planeLoading {
	width:100px;
	height:100px;
	position: absolute;
}

.leftAlignedPlane {
	float: left;
	top: 15px;
	margin-top: 10px; 
}

.noDisplay {
	display: none; 
}

.seatmapModalContent {
	width: 85%;
	padding-left: 30px;  
}

 #changeSeatWaitLabel {
	font-weight: 300;
	font-size: 24px;
	width: 220px;
	margin-left: 100px;
	margin-top: 30px;
	line-height: 140%;
}

.seatmapModalBorders {
	width: 0%;
}

.modalContainer {
	padding: 20px 15px 0px 15px !important;
	float: left !important;
	height: auto !important;
}

.noBorder {
	border: none; 
}

.ui-widget-overlay {
    background: #ffffff !important;
    opacity: .5 !important;
    filter: Alpha(Opacity=30) !important;
    /* support: IE8; */
}

#tdError {
	text-transform: uppercase;
  	color: #333333;
  	font-size: 12px;
  	padding: 0 0 10px;
  	margin: 0;
  	text-align: center;
  	font-weight: 600;
  	font-family: "Open Sans";
}

.active-detail #bootstrapId .bootstrap-table .fixed-table-body,
.active-detail #bootstrapId .bootstrap-table .fixed-table-body-40{
	height: inherit !important;
}

.disclaimer
{
	padding: 15px 5px; 
    position: relative; 
  	margin: -250px 0 50px; 
}

.disclaimer:before{
  content: '';
  background: #f6f6f7;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  position: absolute !important;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.disclaimer h3{
    font-weight: 700;
    font-size: 11px;
    margin: 0;
}

.disclaimer p{
    font-size: 11px;
}

.downloadSpinner {
	width: 16px;
	height: 16px;
    background-image: url(../../images/spinner.gif);
    background-color: none;
    background-size: 16px 16px; 
    position: absolute;
    top: 7px;
}

.override-right-arrow-icon {
	width: 12px;
	height: 12px;
    background-image: url(../../images/common/right_arrow_icon.png);
    background-color: none;
    background-size: 12px 12px;
    display: block;
}

.override-left-arrow-icon {
	width: 12px;
	height: 12px;
    background-image: url(../../images/common/left_arrow_icon.png);
    background-color: none;
    background-size: 12px 12px;
    display: block;
}

.seats-not-assigned-box {
	margin-top: 20px;
}

.seats-not-assigned-msg {
	margin-top: 20px;
	margin-bottom: 20px;
}