body{
    margin-left: auto;
    margin-right: auto;
    color: #333;
    font-size: 14px;
    background-color: #fff;
    text-align: left;
}

a{
    color: #00A0E0;
    text-decoration: none;
}

a:hover, a:focus {
    color: #00A0E0;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form-control:focus{
    border-color: #999 !important;
}

#station_name{
}

.container{
	max-width: 100%;
}

#header-bg{
	position: fixed;
	background-color: #fff;
	width: 100%;
	z-index: 1001;
}

#menu-bg{
    background-color: #fff;
	position: fixed;
	z-index: 1001;
	width: 100%;
    padding: 0;
    text-align: right;
	top: 95px;
}

#content-bg{
    padding-top: 135px;
	padding-bottom: 50px;
    background-color: #fff;
}

/*
@media (min-width: 768px) {
  #menu-bg {
  }
}
*/

@media (min-width: 992px) {
    #menu-bg {
        background-color: transparent;
        top: 0px;
    }
}

@media (min-width: 992px) {
    #content-bg{
        padding-top: 95px;
    }
}

@media (min-width: 1200px) {
    #menu-bg {
        background-color: transparent;
        top: 30px;
    }
}

@media (min-width: 1200px) {
    #content-bg{
        padding-top: 95px;
    }
}

#footer-bg{
	padding-top: 15px;
    background: #093448;
	color: #fff;
}

#footer-bg a{
	text-decoration: none;
	color: #fff;
    text-transform: uppercase;

}

#footer-bg a:hover{
    color: #00a0e6;
}

#header-bookingform{
}

#logo{
	height: 71px;
    margin: 15px 0 15px 0;
    padding: 0px;
}

.li-select-menu{
    padding: 0 !important;
}

#menu-bookingform{
}

#content-bookingform{
}

#footer-bookingform{
}

/* Start language selection */
#station_phone{
    display: none;
}

.col-right{
    background-color: #00a0e0;
    font-size: 1.2em;
    color: #faee17;
    padding: 15px;
    border-radius: 5px;
}

.nav{
    font-size: 13px;
}

.nav ul{
}

.nav li{
	height: auto;
    line-height: normal;
    font-weight: normal;
}

.nav ul li{
}

.nav a {
	padding: 0px 10px;
    text-decoration: none;
	color: #00a0e6;
}

.nav a:hover {
    text-decoration: none;
	color: #faed02;
}

.nav a.active {
    text-decoration: none;
	color: #faed02;
}

.nav li div {
	padding: 0px 10px;
	color: #999;
}

.select-menu{
	border: 1px solid #00a0e6 !important;
}

.select-menu option {
    font-weight: bold;
}

.select-menu option:disabled {
    color: #ccc;
    font-weight: normal;
}

#left-col{
	padding: 0 !important;
}

#cart {
	padding-top: 0 !important;
}

.ibox{
	border-radius: 0;
}

.ibox-title {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	min-height: auto;
}

.ibox-title,
.form-group{
	padding-left: 0;
}

h4,
.ibox-title h4{
	font-size: 24px;
	color: #00A0E0;
    font-style: em;
}

.button-bookingform{
}

#event-calendar {
    border-top: 1px solid #dfe2e4;
    margin-top: 0;
}

#event-select-month{
	padding: 15px 20px;
}

.event-calendar-item{
	padding: 10px;
	background-color: #f2f5f7;
    border-bottom: 1px solid #dfe2e4;
}

.event-calendar-link>a{
    padding: 6px 20px !important;
}

.event-calendar-price{
	color: #ffaa00;
}

.btn-primary {
    background-color: #01b2ff;
    border: 1px solid #01b2ff;
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    padding: 12px 34px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    margin-bottom: 10px;
}

.btn-primary:hover{
    background-color: #fff !important;
    border: 1px solid #01B2F9;
    background-color: #01B2F9 !important;
}

.red{
    color: #bd1220;
}

.form-error {
    border-color: #faed02;
}

.success{
	color: #00A0E0;
}

.data-table, .table-object, .table-striped {
	border: 0 !important;
	margin-top: 15px;
}

.data-table thead>tr>th,
.table-object thead>tr>th,
.table-striped thead>tr>th,
.table>thead>tr>th {
	background: #999;
    color: #fff !important;
    font-size: 18px !important;
	font-family: 'Raleway', sans-serif !important;
    font-weight: 600 !important;
    line-height: 1.2;
	border: 0 !important;
}

.data-table thead>tr>th a,
.table-object thead>tr>th a,
.table-striped thead>tr>th a,
.table>thead>tr>th a{
    color: #fff;
    text-decoration: underline;
}

.data-table thead>tr>th a:hover,
.table-object thead>tr>th a:hover,
.table-striped thead>tr>th a:hover,
.table>thead>tr>th a:hover{
    color: #fff;
    text-decoration: underline;
}

.table-object tfoot>tr>th, .table-hover tfoot>tr>th, .table-striped tfoot>tr>th, .td-sum,
.table>tfoot>tr>th {
	background: #999 !important;
    color: #fff !important;
    font-size: 18px !important;
	font-family: 'Raleway', sans-serif !important;
    font-weight: 600 !important;
    line-height: 1.2;
	border: 0 !important;
}

.table-object>tbody>tr>td {
	background-color: #ededed;
	border-bottom: 1px solid white;
}

#div_select_services{
    background-color: #fff;
}

#preselected-product{
	margin-bottom: 25px;
}

.odd{
    background-color: #eee !important;
}

.even{
    background-color: #fefefe !important;
}

.td_services_product,
.td_services_price,
.td_services_add{
}

.alert-danger {
	background-color: #FCAFB5;
    border-color: #F25D68;
    color: #bd1220;
}

.alert-warning {
	background-color: #00a0e0;
    border-color: #00a0e0;
    color: #faee17;
}

.alert-success {
	background-color: #00a0e0;
    border-color: #00a0e0;
    color: #faee17;
}
