* {
	outline: 0;
	-webkit-font-smoothing: antialiased;
}

div {
	display: block;
}

.nodisplay {
	display: none !important;
}

.hidden {
    visibility: hidden;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

a {
	color: #006cbc;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.btn.btn-fa {
	padding: 4px;
}

.img {
	border: 0 none;
}

.link {
	color: #006cbc;
	cursor: pointer;
	text-decoration: none;
}

.alink {
	color: #006cbc;
	cursor: pointer;
	text-decoration: none;
	font-weight: normal;
}

.alink:hover {
	text-decoration: underline;
}

.mt-2 {
	margin-top: 1rem;
}


input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.dropdown>.fa {
	cursor: pointer;
}

.dropdown-menu>li.disabled>a, .dropdown-menu>li.disabled>a>.fa {
	color: #CCC !important;
	cursor: not-allowed;
}

.loader {
	background: transparent url("/img/loader.gif") 4px no-repeat;
	padding: 1px 1px 1px 25px;
	font:11px Arial,Helvetica, sans-serif;
	color: black;
	display: block;
}

@keyframes spinner-grow {
    0% {
      transform: scale(0);
    }
    50% {
      opacity: 1;
      transform: none;
    }
  }
  
.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.text-primary {
    color: #007bff!important;
}

.mb-1 {
	margin-bottom: 0.5rem!important;
}

.mb-2 {
	margin-bottom: 1rem!important;
}

.mb-3 {
	margin-bottom: 2rem!important;
}

.mb-4 {
	margin-bottom: 3rem!important;
}

#header {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	height: 50px;
	width: 100%;
	z-index: 3;
	color: #666;
	text-align: left;
	background-color: #005484;
}

#header .brand {
	float: left;
	line-height: 50px;
	font-family: 'Exo 2', sans-serif;
	font-size: 32px;
	color: #FFF;
	margin-left: 20px;
}

#header .logo {
	float: left;
	line-height: 50px;
	font-family: 'Dancing Script', cursive;
	font-size: 32px;
	color: #FFF;
	margin-left: 20px;
}

#header .logo a {
	color: #FFF !important;
	text-decoration: none;
}

#header img, #header .logo-content {
	height: 60px;
	float: left;
	margin-left: 5px;
}

span.gt {
	margin-left: 4px;
	margin-right: 4px;
	font-weight: 600;
}

::-webkit-input-placeholder {color:#777;}
:-moz-placeholder{color:#777;}
::-moz-placeholder{color:#777;}
:-ms-input-placeholder{color:#777;}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; cursor: pointer}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

table.loading {
	width: 100%;
	height: 100%;
}

table.loading td {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
}

table>tbody>tr>td, table>thead>tr>th {
	text-align: left;
	vertical-align: middle;
}


#dcCity {
	z-index: 2000;
}

.jconfirm .glyphicons:before {
	font-size: 1.6em;
}

.jconfirm .glyphicons-alert:before {
	color: red;
}

.jconfirm .glyphicons-info-sign:before {
	color: green;
}

.row-eq-height-xs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-direction: row;
}

.row-eq-height-sm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-direction: column;
}

.row-eq-height-md {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-direction: column;
}

.explanation {
	font-size: 0.9em;
	color: #cb7f20;
}

.badge.badge-danger {
	background-color: #d9534f;
}

.badge.badge-success {
	background-color: #5cb85c;
}

#cookies {
	padding: 20px;
	color: #FFF;
	background-color: rgba(31, 34, 42, .6);
	text-align: left;
	font-size: 11px;
}

#cookies .close_window {
	text-decoration: underline;
	cursor: pointer;
}

div.container.loading {
	display: none;
	text-align: center;
	width: 200px;
	padding: 40px;
}

.modal-nexdive .modal-header {
	background-color: #005484;
	color:#FFF !important;
	border-bottom: 2px solid #DDD;
	text-align: left;
}

.modal-nexdive .modal-header button {
	opacity: 1;
}

.modal-nexdive .modal-header .fa {
	color:#FFF !important;
	padding-top: 4px;
}

.autoModal.modal {
    overflow-y: scroll;
}

.form-inline>input, .form-inline>.input-group {
	margin-top: 1px;
}

.navbar-brand {
	padding: 3px 15px 0px 15px;
}

.navbar-brand>img {
	height: 43px;
}

.navbar-booking-button {
  display: none;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border-top-color: #005484;
	border-top-width: medium;
}

table.products-available .fa-info-circle {
	cursor: pointer;
	color: rgb(25, 109, 171);
}
table.products-available .fa.select {
	color: #333;
	cursor: pointer;
}

table.products-available .fa.select.fa-check-circle, #ticketModal .fa-check-circle {
	color: green;
}

table.products-available tr.select {
	background-color: rgba(112, 199, 236, 0.40);
}

table.products-available>tbody>tr:last-child>td{
	border-bottom:1px solid #DDD;
}

table td.amount {
	text-align: right;
}

table td.amount.total {
	text-align: right;
	font-weight: bold;
	font-size: 1.3em;
}

@media (min-width:992px) {
	.navbar-booking-button {
	  display: inline-block;
	}
    .row-eq-height-md {
        flex-direction: row;
    }
}

@media (min-width:768px) {
	#cookies {
		font-size: 14px;
	}

    .row-eq-height-sm {
        flex-direction: row;
    }
}

