
@font-face {
    font-family: 'Ticketing';
    src: url(fonts/ticketing.otf);
}


body {
    background: #eee;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    color: #333;
    line-height: 130%;
}

a, a:visited {
    color: #765d2e;
}

#container {
    background: #fff;
    margin: 0;
}

#header {
    padding: 0;
    border-bottom: 1px solid #eee;
    margin: 0;
}

#header img.logo {
    height: 50px;
    margin: 5px 15px;
    padding: 0;
}

#header h1 {
    float: right;
    font-weight: 300;
}

#header ul {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

#header ul li {
    display: inline;
    height: 55px;
    vertical-align: middle;
    line-height: 55px;
    float: left;
}

#header ul li a {
    color: #333;
    text-decoration: none;
    height: 55px;
    font-size: 11pt;
    padding: 0 12px;
    border-left: 1px solid #eee;
    display: inline-block;

}

#header ul li a:hover {
    background: #f5f5f5;
}

.booking-landing {
    background: url(images/booking-landing.jpg) no-repeat center center;
    background-size: cover;
    min-height: 650px;
    padding: 10px 10px 50px 10px;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#footer {
    padding: 10px 20px;	
}

.center-content {
    max-width: 1000px;
    padding: 15px 0;
    margin: 0 auto;
    min-height: 500px;
}

.login {
    max-width: 300px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 200px;
}

.register {
    max-width: 700px;
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 0 auto;
}

.booking-search-form, .booking-confirmation-summary {
    background: rgba(255,255,255,0.9);
    width: 300px;
    border: 1px solid #ddd;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.4);
    border-radius: 10px;
    margin-top: 20px;
    margin-left: 20px;
    float: left;
}

.booking-search-result, .booking-confirmation  {
    background: rgba(255,255,255,0.9);
    border: 1px solid #ddd;
    padding: 20px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    border-radius: 10px;
    margin-top: 20px;
    margin-left: 400px;
    max-width: 800px;
}

.field {
    padding: 5px 0;
}


.booking-search-form select{
    background-color: white;
}


.booking-search-form h2, .booking-confirmation-summary  h2{
    margin: 0 0 20px 0;
    padding: 0;
}

.booking-search-form label {
    background: #e5cf9e;
    padding: 3px 10px;
    border-radius: 1px;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 10pt;
    border: 1px solid #cdb27a;

}
.dd-select:hover{
    background-color: #f5f5f5 !important;
    border: 2px solid #0089ec;
}
.dd-select{
    border:none;
}
.dd-selected{
    padding-top: 1px !important;
    padding-right: 5px !important;
    padding-bottom: 1px !important;
    padding-left: 5px !important;
    border: 1px solid #0089ec;
}



.dd-select img{
    max-width: 28px; 
}

.dd-option img{
    max-width: 28px; 
}

.dd-selected label{
    line-height: 54px;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    line-height: 0 !important;
    margin-top: 15px !important;
    color: #333 !important;
    font-family: sans-serif !important;
}
.dd-option label{
    line-height: 54px;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    line-height: 0 !important;
    margin-top: 15px !important;
}

.dropdown {
    border: 1px solid #0089ec;
    font-size: 11pt;
    width: 100%;
    height: 28px;
    vertical-align: middle;
}
.dropdown:hover {
    background-color: #f5f5f5;
    border: 2px solid #0089ec;
}

.text {
    font-size: 13pt;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #0089ec;
    padding: 5px;
    border-radius: 5px;

}

.text:hover {
    background-color: #f5f5f5;
    border: 2px solid #0089ec;
}


.booking-search-form .btn, .btn {
    background: #e5cf9e;
    border: 1px solid #cdb27a;
    color: #9c7b3b !important;
    border-radius: 5px;
    padding: 10px 20px;
    text-align: center;
    font-family: sans-serif;
    font-size: 14pt;
    text-transform: uppercase;
    text-decoration: none;
}

.btn {
    font-size: 12pt;
    padding: 5px 20px;
    margin: 0;
    vertical-align: middle;
}

input.text {
    margin: 0;
    vertical-align: middle;
}

.align-right {
    text-align: right;
}

hr {
    border: none;
    border-bottom: 1px solid #ccc;
}

.booking-search-result h2 {
    margin: 0 0 20px 0;
    padding: 0;
}

.booking-search-item {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    cursor: pointer !important;
    margin-bottom: 10px;
}

.booking-search-item h3 {
    margin: 5px 0;
    padding: 0;
}

.booking-search-item p {
    margin: 10px 0 5px 0;
    padding: 0px 0px 0px 110px;
    font-size: 10pt;
}

.booking-search-item .price {
    float: right;
    font-weight: bold;
    font-size: 18pt;
    color: #f07327;
    text-align: right;
}



.booking-search-item .price small {
    display: block;
    font-weight: normal;
    font-size: 8pt;
}

.booking-search-item .search-info {
    margin-left: 260px;
}

.booking-search-item div.play {
    background: none !important;
}

.booking-search-item div.play video {
    width: 100%;
    border-radius: 5px;	
}

.booking-search-item div.play i {
    display: none;
}



.booking-search-item .image-container i {
    color: #fff;
    text-align: center;
    text-shadow: 0 0 3px rgba(0,0,0,0.8);
    opacity: 0.7;
    padding: 20px;
    cursor: pointer;
}

.booking-search-item .image-container i:hover {
    opacity: 1;	
}

.booking-search-item .image-container video {
    display: none;
}

.booking-search-item .image-container video.play {
    display: block;	
}

.booking-search-item .image-container {
    text-align: center;
    line-height: 155px;
    float: left; 
    width: 220px; 
    height: 155px; 
    margin-right: 20px; 
    background-position: center center;
    background-size: cover;
    border-radius: 5px;
}

.booking-search-item .image-container-small {
    float: left; 
    width: 50px; 
    height: 40px; 
    margin-right: 20px; 
    background-position: center center;
    background-size: cover;
    border-radius: 5px;
}


.booking-search-item .select {
    float: left; 
    margin-right: 10px; 
    margin-top: 35px;
}

[dir=rtl] .booking-search-item .search-info {
    margin-left: 0;
    margin-right: 260px;
}


[dir=rtl] .booking-search-item .price {
    float: left;	
}

[dir=rtl] .booking-search-item .image-container {
    float: right;
    margin-left: 20px; 
}

[dir=rtl] .booking-search-item .select {
    float: right;
}

.price {

}

.grand-total {
    font-size: 24pt;
    margin-left: 10px;
}

label small {
    display: block;
    text-transform: uppercase;
    color: #999;
    letter-spacing: 1px;
}

ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.tabs li {
    display: inline;
}

ul.tabs a {
    color: #cdb27a;
    text-decoration: none;
    background: #fff;
    background: -webkit-linear-gradient(#fff 60%, #eee 100%);
    border: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
    padding: 5px 5px;
    display: inline-block;
    font-weight: bold;
    font-size: 10pt;
    cursor: pointer;
}

ul.tabs a:hover {
    background: -webkit-linear-gradient(#fff 60%, #f8f8f8 100%);
}

ul.tabs a.tab-current {
    background: #cdb27a;
    color: #765d2e;
    border: 1px solid #7d622b;
    border-bottom: none;
}

.tab-content-rel {
    display: none;
}

.tab-content {
    background: #fff;
    border-radius: 0 5px 5px 5px;
    padding: 20px;
    border: 1px solid #ddd;
    margin-top: -1px;
}

table.seating {

}

div.legend-seat-m {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 5px;
    background: #acd1ff;	
    vertical-align: middle;
}

div.legend-seat-f {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 5px;
    background: #f7b8b8;	
    vertical-align: middle;
}

div.legend-seat-u {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 5px;
    background: #eee;	
    vertical-align: middle;
}


table.seating td.seat-M {
    background: #acd1ff;
}

table.seating td.seat-F {
    background: #f7b8b8;
}

table.seating td.split {
    background: none;
}

table.seating td {
    text-align: center;
    background: #eee;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
}

table.seating td.selected {
    background: #f07327;
    color: #fff;	
}


.error-text {
    color: #ab0909;
    font-size:8pt !important;
}

.error {
  
    color: #ff0000 !important;
    padding: 5px;
    margin: 5px 0;
    border-radius: 5px;	
}

.success {
    background: #09aa52;
    color: #fff;
    padding: 5px;
    margin: 5px 0;
    border-radius: 5px;
}

.error-text {
    color: red;
}


table.table {
    border-collapse: collapse;
    font-size: 10pt;
    width: 100%;
}

table.table td:last-child, table.table th:last-child {
    /*	border-right: none; */
}

table.table td:first-child, table.table th:first-child {
    /*	border-left: none; */
}

table.table tr:hover td {
    background: rgba(238, 234, 228, 0.6);
}


table.table th {
    background: #f5f5f5;	
}

table.table td, table.table th {
    padding: 5px;
    border: 1px solid #ddd;
}

table.form {
    width: 100%;
    border-collapse: collapse;
    font-family: 10pt;
}

table.form td {
    padding: 5px 0;
}

table.form td.label {
    width: 200px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.pagination {
    margin: 0;
    padding: 10px 30px 16px 10px !important;
    background: -webkit-linear-gradient(#656565 2.32%, #4a4a4a 100%) !important;
    text-align: right;
    font-size: 10pt;
}

.pagination a {
    text-decoration: none;
}

.ticket {
    font-family: 'Ticketing';
    width: 318px;
    margin: 15px;	
}


.field {
    padding-bottom: 10px;
}

.red {
    color: red;
}

.green {
    color: #1daa03;
}

table.form-grid {
    font-size: 10pt;
    border-collapse: collapse;
    width: 100%;
}

table.form-grid td {
    padding: 10px;
    border: 1px solid #ddd;
}

table.form-grid td.label {
    width: 150px;
    background: #f5f5f5;
    font-weight: bold;	
}

table.tight {
    border-collapse: collapse;
}

table.tight td, table.tight th {
    padding: 2px 10px;
}

.grey {
    color: #999;
}

.dateEntry_control {
    display: none !important;
}

.btn-normal {
    border: 1px solid #dadada;
    background: #dadada;
    color: #555;
}

.btn-primary {
    background: #e5cf9e !important;
    border: 1px solid #cdb27a !important;
    color: #9c7b3b !important;
}


div.route, div.route-start {
    padding-bottom: 3px;
}

a.language {
    text-decoration: none;
    font-weight: bold;
    color: #333;
}

table.rates {
    border-collapse: collapse;
    width: 100%;
}

table.rates th {
    background: #eee;
}

table.rates td,table.rates th {
    border: 1px solid #ddd;
    padding: 5px;
    font-size: 10pt;
}

table.rates td input.text {
    width: 95% !important;
    text-align: center;
}

h3.separator {
    background:-webkit-linear-gradient(#f5f5f5 0%, #e0e0e0 100%);
    border: 1px solid #ddd;
    padding: 8px;
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
}

table.form {
    box-sizing: border-box;
}



div.module {
    border: 1px solid #ddd;
    padding: 15px;
    border-top: none;
    background: #f7f7f7;
}

div.module:hover {
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}

.seat-c {
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 3px;
    margin: 1px;
    background: #1250e3;
    border: 1px solid #1250e3;
    vertical-align: middle;
}

.seat-sep {

    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin: 1px;
    vertical-align: middle;
}

.seat-style input {
    margin-left: 15px;
}

.fac-badge {
    border-radius: 10px;
    padding: 1px 8px;
    margin-right: 5px;
    background: #2b4598;
    color: #fff;
    font-weight: bold;

}

.small {
    font-size: 9pt !important;
}

.route-seat {
    display: block !important;
    width: 100%;
    margin-bottom: 5px;
    text-align: center !important;
}

.booking-search-form label.check {
    border: none !important;
    background: none !important;
    padding: 0 5px 0 0;
    font-weight: bold;

}

.none {
    display: none;
}

.topbar {
    text-align: right;
    background: #eee;
    font-size: 10pt;
    padding: 5px 10px;
}

.topbar a {
    margin-left: 15px;
    color: #333;
    text-decoration: none;
}

.full-content {
    min-height: 500px;
    padding: 0;
    box-sizing: border-box;
}

.padded {
    padding: 5px 10px;
}

.toolbar {
    background: -webkit-linear-gradient(#e2bd73 2.32%, #ae8249 100%);
    padding: 5px;
    color: #fff;
}

.toolbar .float-right {
    margin-left: 10px;
}

.toolbar-dark {
    background: -webkit-linear-gradient(#656565 2.32%, #4a4a4a 100%);
}

th.spacer {
    width: 14px;
    padding: 0 !important;
    margin: 0 !important;
}


.toolbar h3 {
    margin: 0;
    padding: 5px;
    font-weight: 300;
}

.btn-more-white {
    opacity: 0.9;
    background: #fff;
    color: #333 !important;	
    border: none;
}

.btn-white {
    opacity: 0.6;
    background: #fff;
    color: #333 !important;	
    border: none;
}

.btn-white:hover, .btn-more-white {
    opacity: 1;
}

.scroll::-webkit-scrollbar {
    -webkit-appearance: none;
    background: #eee;
}

.scroll::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.scroll {
    overflow-y: scroll;
}

.full-content {
    overflow-y: scroll;
}

.inline {
    display: inline !important;
    width: auto !important;
}

.data-content {
    position: relative;
}

.sort-asc:before {
    content: "▲ ";
    font-size: 8pt;
}

.sort-desc:before {
    content: "▼ ";
    font-size: 8pt;
}

.pagination a {
    border: 1px solid #ccc;
    background: #eee;
    padding: 5px 8px;
    border-radius: 5px;
    color: #555 !important;
    margin-left: 2px;
}

.pagination a:hover {
    background: #fff;
    color: #000;	
}

.pagination strong {
    border: 1px solid #aaa;
    background: #bbb;
    padding: 5px 8px;
    border-radius: 5px;
    color: #555 !important;
    margin-left: 2px;
}

.scroll-list {
    list-style: none;
    padding: 5px;
    margin: 0;
    background: #fff;
    border: 1px solid #ddd;
    height: 250px;
    overflow-y: scroll;
    font-size: 10pt;
}

.scroll-list li {
    border-bottom: 1px solid #eee;
    padding-top: 3px;
    padding-bottom: 3px;
}

.ticker {
    font-size: 10pt;
    background: #333;
    color: #dfb66e;
}


.content-slider {
    width: 100%;
    height: 30px;
}

.slider {
    height: 30px;
    overflow: visible;
    position: relative;
    width: 100%;
    text-align: center;
}

.mask {
    overflow: hidden;
    height: 30px;
}

.slider ul {
    margin: 0;
    padding: 0;
    position: relative;
}

.slider li {
    height: 30px;
    width: 100%;
    position: absolute;
    top: -125px;
    list-style: none;
}

.slider .quote {
    padding-top: 5px;
    font-size: 12pt;
    font-style: italic;
}

.slider .source {
    font-size: 20px;
    text-align: right;
}

.slider li.anim1 {
    -moz-animation: cycle 15s linear infinite;
    -webkit-animation: cycle 15s linear infinite;
    animation: cycle 15s linear infinite;
}

.slider li.anim2 {
    -moz-animation: cycle2 15s linear infinite;
    -webkit-animation: cycle2 15s linear infinite;
    animation: cycle2 15s linear infinite;
}

.slider li.anim3 {
    -moz-animation: cycle3 15s linear infinite;
    -webkit-animation: cycle3 15s linear infinite;
    animation: cycle3 15s linear infinite;
}

.slider li.anim4 {
    -moz-animation: cycle4 15s linear infinite;
    -webkit-animation: cycle4 15s linear infinite;
    animation: cycle4 15s linear infinite;
}

.slider li.anim5 {
    -moz-animation: cycle5 15s linear infinite;
    -webkit-animation: cycle5 15s linear infinite;
    animation: cycle5 15s linear infinite;
}

.slider:hover li {
    -moz-animation-play-state: paused;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

@-moz-keyframes cycle {
    0% {
        top: 0px;
    }
    4% {
        top: 0px;
    }
    16% {
        top: 0px;
        opacity: 1;
        z-index: 0;
    }
    20% {
        top: 125px;
        opacity: 0;
        z-index: 0;
    }
    21% {
        top: -125px;
        opacity: 0;
        z-index: -1;
    }
    92% {
        top: -125px;
        opacity: 0;
        z-index: 0;
    }
    96% {
        top: -125px;
        opacity: 0;
    }
    100% {
        top: 0px;
        opacity: 1;
    }
}

@-moz-keyframes cycle2 {
    0% {
        top: -125px;
        opacity: 0;
    }
    16% {
        top: -125px;
        opacity: 0;
    }
    20% {
        top: 0px;
        opacity: 1;
    }
    24% {
        top: 0px;
        opacity: 1;
    }
    36% {
        top: 0px;
        opacity: 1;
        z-index: 0;
    }
    40% {
        top: 125px;
        opacity: 0;
        z-index: 0;
    }
    41% {
        top: -125px;
        opacity: 0;
        z-index: -1;
    }
    100% {
        top: -125px;
        opacity: 0;
        z-index: -1;
    }
}

@-moz-keyframes cycle3 {
    0% {
        top: -125px;
        opacity: 0;
    }
    36% {
        top: -125px;
        opacity: 0;
    }
    40% {
        top: 0px;
        opacity: 1;
    }
    44% {
        top: 0px;
        opacity: 1;
    }
    56% {
        top: 0px;
        opacity: 1;
    }
    60% {
        top: 125px;
        opacity: 0;
        z-index: 0;
    }
    61% {
        top: -125px;
        opacity: 0;
        z-index: -1;
    }
    100% {
        top: -125px;
        opacity: 0;
        z-index: -1;
    }
}

@-moz-keyframes cycle4 {
    0% {
        top: -125px;
        opacity: 0;
    }
    56% {
        top: -125px;
        opacity: 0;
    }
    60% {
        top: 0px;
        opacity: 1;
    }
    64% {
        top: 0px;
        opacity: 1;
    }
    76% {
        top: 0px;
        opacity: 1;
        z-index: 0;
    }
    80% {
        top: 125px;
        opacity: 0;
        z-index: 0;
    }
    81% {
        top: -125px;
        opacity: 0;
        z-index: -1;
    }
    100% {
        top: -125px;
        opacity: 0;
        z-index: -1;
    }
}

@-moz-keyframes cycle5 {
    0% {
        top: -125px;
        opacity: 0;
    }
    76% {
        top: -125px;
        opacity: 0;
    }
    80% {
        top: 0px;
        opacity: 1;
    }
    84% {
        top: 0px;
        opacity: 1;
    }
    96% {
        top: 0px;
        opacity: 1;
        z-index: 0;
    }
    100% {
        top: 125px;
        opacity: 0;
        z-index: 0;
    }
}

@-webkit-keyframes cycle {
    0% {
        top: 0px;
    }
    4% {
        top: 0px;
    }
    16% {
        top: 0px;
        opacity: 1;
        z-index: 0;
    }
    20% {
        top: 125px;
        opacity: 0;
        z-index: 0;
    }
    21% {
        top: -125px;
        opacity: 0;
        z-index: -1;
    }
    50% {
        top: -125px;
        opacity: 0;
        z-index: -1;
    }
    92% {
        top: -125px;
        opacity: 0;
        z-index: 0;
    }
    96% {
        top: -125px;
        opacity: 0;
    }
    100% {
        top: 0px;
        opacity: 1;
    }
}

@-webkit-keyframes cycle2 {
    0% {
        top: -125px;
        opacity: 0;
    }
    16% {
        top: -125px;
        opacity: 0;
    }
    20% {
        top: 0px;
        opacity: 1;
    }
    24% {
        top: 0px;
        opacity: 1;
    }
    36% {
        top: 0px;
        opacity: 1;
        z-index: 0;
    }
    40% {
        top: 125px;
        opacity: 0;
        z-index: 0;
    }
    41% {
        top: -125px;
        opacity: 0;
        z-index: -1;
    }
    100% {
        top: -125px;
        opacity: 0;
        z-index: -1;
    }
}

@-webkit-keyframes cycle3 {
    0% {
        top: -125px;
        opacity: 0;
    }
    36% {
        top: -125px;
        opacity: 0;
    }
    40% {
        top: 0px;
        opacity: 1;
    }
    44% {
        top: 0px;
        opacity: 1;
    }
    56% {
        top: 0px;
        opacity: 1;
        z-index: 0;
    }
    60% {
        top: 125px;
        opacity: 0;
        z-index: 0;
    }
    61% {
        top: -125px;
        opacity: 0;
        z-index: -1;
    }
    100% {
        top: -125px;
        opacity: 0;
        z-index: -1;
    }
}

@-webkit-keyframes cycle4 {
    0% {
        top: -125px;
        opacity: 0;
    }
    56% {
        top: -125px;
        opacity: 0;
    }
    60% {
        top: 0px;
        opacity: 1;
    }
    64% {
        top: 0px;
        opacity: 1;
    }
    76% {
        top: 0px;
        opacity: 1;
        z-index: 0;
    }
    80% {
        top: 125px;
        opacity: 0;
        z-index: 0;
    }
    81% {
        top: -125px;
        opacity: 0;
        z-index: -1;
    }
    100% {
        top: -125px;
        opacity: 0;
        z-index: -1;
    }
}

@-webkit-keyframes cycle5 {
    0% {
        top: -125px;
        opacity: 0;
    }
    76% {
        top: -125px;
        opacity: 0;
    }
    80% {
        top: 0px;
        opacity: 1;
    }
    84% {
        top: 0px;
        opacity: 1;
    }
    96% {
        top: 0px;
        opacity: 1;
        z-index: 0;
    }
    100% {
        top: 125px;
        opacity: 0;
        z-index: 0;
    }
}

span.tag {
    font-size: 8pt;
    background: #fff;
    border-radius: 10px;
    padding: 2px 5px;
    font-weight: bold;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.report {
    padding: 0 10px 10px 10px; 
    margin-top: 10px; 
    margin-bottom: 10px; 
    border: 1px solid #ddd; 
    border-radius: 5px;
    background: #f5f5f5;
    font-size: 10pt;
}

.table-header-small th {
    font-size: 8pt;
}

tr.four td.label {
    width: 15%;
}

tr.four td.data {
    width: 35%;
}

.combobox span.icon {
    position: absolute;
    color: #aaa;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 7px 10px;
}

[dir=rtl] .combobox span.icon {
    left: 0;
    right: auto;	
}

.combobox {
    position: relative;
}

.ui-autocomplete {
    border-radius: 5px;
    padding: 5px 0;
    overflow-y: scroll;
}

.booking-search-result {
    position: relative;
}

.booking-search-result .choose-tab {
    position: absolute;
    margin-top: -73px;
    left: 20px;
    right: 0;
}

.booking-search-result .tab {
    float: left;
    font-size: 12pt;
    padding: 8px 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    opacity: 0.7;
    background: #fff;
    color: #888;
    cursor: pointer;
}

.booking-search-result .tab:hover {
    opacity: 0.9;
}

.booking-search-result .current-tab {
    opacity: 1;
    background: #fff;
    color: #000;
}

.booking-search-result .current-tab:hover {
    opacity: 1;
}

.booking-search-result {
    margin-top: 60px;
}

.booking-search-result .btn-book {
    float: right;
    margin-top: -5px;
}

.w150 {
    width: 150px;
}

.w250 {
    width: 250px;
}

.w200 {
    width: 200px;
}

.d-rule {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
}

.d-rule label {
    display: block;
    font-size: 10pt;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
}

.d-rule-opts {
    padding: 5px;
}


.no-scroll {
    overflow: hidden !important;
}

/* seat builder */

.seat-container {
    padding: 1px;
}

.seat-builder-controls {
    font-size: 0;
}

.seat-builder .seat-builder-controls button:first-child {
    border-radius: 5px 0 0 0;
}

.seat-builder .seat-builder-controls button {
    font-size: 10pt;
    padding: 10px 15px;
    margin: 0;
    border: none;
    border-right: 1px solid #ddd;
    background: -webkit-linear-gradient(#ffffff 0%, #e9e9e9 100%);
}

.seat-builder .seat-builder-controls button:active {
    background: -webkit-linear-gradient(#e9e9e9 0%, #ffffff 100%);
    color: #000;
}

.seat-builder .seat-builder-controls {
    background: -webkit-linear-gradient(#ffffff 0%, #e9e9e9 100%);
    border: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
}

.seat-builder {
    margin-top: 0px;
    min-height: 400px;
    background: #fff;
    border-radius: 5px;
}

.seat-builder ul.seats {
    width: 510px;
    margin: 10px auto;
    border: 1px solid #ddd;
    min-height: 560px;
    padding: 15px 10px;
    border-radius: 5px;
    font-size: 0 !important;
}

.seat-builder li i {
    margin: 0;	
}

.seat-builder li {
    display: inline-block;
    width: 100px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 1px;
    padding: 5px;
    font-size: 10pt !important;
}

.seat-builder li.seat {
    background: #eee;
}

.seat-builder li.female-seat {
    background: #ffaeae;
}

.seat-builder li.male-seat {
    background: #91c6ff;
}

.seat-builder li.seat-selected {
    background: #494949;
    border: 1px solid #262626;
    color: #fff;
}

.seat-builder li.empty-space {
    border: 1px dashed #ddd;
    background: #fff;
    padding: 5px;
    color: #fff;
}

.seat-builder li.empty-space.seat-selected {
    border: 1px dashed #262626;

}

.seat-builder li.seat input {
    width: 50px;
    font-size: 12pt;
    margin-left: 3px;
    border-radius: 5px;
    font-size: 11pt;
    border: 1px solid #ccc;
    margin: 1px;
    padding: 5px;
}

/* end seat builder */


.passenger-info {
    padding: 15px;
    border: 1px solid #ddd;
    margin: 5px;
    border-radius: 5px;
}

.passenger-info td {
    padding: 2px 5px;	
}



.form-view-only input.text, .form-view-only textarea {
    background: none;
    border: none;
    outline: none;
    padding-left: 0;

}

.form-view-only input[type=file] {
    display: none;
}

.form-view-only select {
    background: none;
    box-shadow: 0 0 1px rgba(0,0,0,0.2) inset;
    padding: 2px 5px;
    -webkit-appearance: none;
}

.view-only {
    display: none;
}

.form-view-only .view-only {
    display: block;		
}

.form-view-only .edit-only {
    display: none;
}

.form-view-only span.red {
    display: none;
}


.strikethrough {
    text-decoration: line-through;
}

small {
    font-size: 8pt;
}

.pagination-selected{
    border: 1px solid #aaa !important;
    background: #bbb !important;
    padding: 5px 8px !important;
    border-radius: 5px !important;
    color: #555 !important;
    margin-left: 2px !important;
}