﻿html,
body,
#wrapper {
    background-color: #ececec !important;
}
.max-width {
    width: 100%;
}
a.navbar-brand {
    margin-right: 100px;
    padding-left: 0;
}
.boldText {
    font-weight: bold !important;
}
.navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    color: #1d417f !important;
}

.navbar-nav > li:hover,
.navbar-nav > li:focus {
    background-color: #eee;
}
div.bodyContent h6,
#WizardContent_1 h6 {
    font-size: 20px;
}

option {
    background-color: #ececec;
}

.invoice-block .btn_roundedBLUE {
    margin-top: 20px;
    margin-bottom: 0px;
}

    .invoice-block .btn_roundedBLUE input {
        padding: 6px 21px;
    }

.invoice-block input[type="email"] {
    padding: 8px 21px;
}

.alertWarningShosholoza {
    text-align: center;
    font-weight: bold;
    color: #ff0000;
    border: 1px solid red;
    border-radius: 10px;
    padding: 20px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    margin: 20px 0;
    position: relative;
}

    .alertWarningShosholoza h6 {
        font-weight: 800;
    }

    .alertWarningShosholoza table.table {
        display: table;
        margin: 0 auto;
    }

    .alertWarningShosholoza table > tbody > tr > td, .alertWarningShosholoza table > tbody > tr > th, .alertWarningShosholoza table > tfoot > tr > td, .alertWarningShosholoza table > tfoot > tr > th, .alertWarningShosholoza table > thead > tr > td, .alertWarningShosholoza table > thead > tr > th {
        padding: 0px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 0px solid #ddd;
    }

#btnPrint {
    /*padding: 7px 11px;*/
    /*border-radius: 5px;*/
    /*margin-top: -1px;*/
}

.loader {
    width: 100px;
    height: 80px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 5;
    color: white;
}

    .loader .image {
        width: 100px;
        height: 160px;
        font-size: 40px;
        text-align: center;
        transform-origin: bottom center;
        animation: 3s rotate infinite;
        opacity: 0;
    }

    .loader span {
        display: block;
        width: 100%;
        text-align: center;
        position: absolute;
        bottom: 0;
    }

div#navbar ul.dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
}

div#navbar ul {
    padding-top: 20px;
}

    div#navbar ul:first-child {
        padding-top: 30px;
    }

nav.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.dropdown-menu > li > a {
    display: block;
    padding: 10px 15px;
}

.select2-container--default .select2-selection--single {
    background-color: #ececec !important;
    border-radius: 4px;
}

.selectCenter {
    text-align-last: center;
}

.slide {
    top: initial;
    opacity: 1;
    height: initial;
    display: initial;
    position: initial;
    transform: initial;
    transition: all .7s ease-in-out;
    border-radius: 20px;
}

.carousel-control.left {
    left: 14px;
    border-radius: 20px;
    top: 10%;
}

.carousel-control.right {
    right: 14px;
    border-radius: 20px;
    top: 10%;
}

footer.footer {
    margin-top: 40px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 5px;
    background-color: #eee;
    text-align: center;
}

    footer.footer p {
        font-size: 13px;
        text-align: center;
    }

#progress {
    padding: 0 0 25px 0;
    text-align: left;
    height: initial !important;
}

h6.title-block1 {
    text-align: center;
}

#bookingOptions div.groupcheck {
    display: flex;
}

#slideTitle_1 h1 {
    margin-top: 0;
    margin-bottom: 52px;
}

#translux-app .terms-block h4 {
    color: #E20A17 !important;
    background: none;
}

    #translux-app .terms-block h4:after {
        border-bottom: 1px solid #E20A17;
        position: relative;
        content: " ";
        top: 10px;
        left: 1px;
        width: 50px;
        display: block;
    }

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

h1.custFont {
    top: -26px;
    position: relative;
    margin: 0px 0;
    font-size: 35px;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

div.carousel-caption {
    position: relative;
    left: 0;
    top: 0;
    text-shadow: none;
    padding-bottom: 0;
}

.mrLes {
    background: #1d417f;
    color: #fff;
    cursor: pointer;
}

#translux-app .mrLes {
    background: #E20A17;
    color: #fff;
    cursor: pointer;
}

#shosholozameyl-app .mrLes {
    background: #461253;
    color: #fff;
    cursor: pointer;
}

#translux-app .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
}

input#btnSearch {
    float: left;
    margin-right: 20px;
    width: 20%;
}

.carousel_controls {
    position: absolute;
    top: -183px;
    width: 100%;
    display: table;
}

div#togglePanelForMapsAndTable {
    background-color: #eee;
}

div.btn_roundedBLUE p {
    position: relative;
    top: 10px;
    float: right;
    width: 78%;
}

tr.AvalabilityItem {
    cursor: pointer;
}

.glyphicon-chevron-right:before,
.glyphicon-chevron-left:before {
    padding: 20px 15px;
    background-color: #000;
}



@media(max-width:1200px) {
    a.navbar-brand {
        margin-right: 20px;
    }

    div.btn_roundedBLUE p {
        width: 72%;
    }
}

@media(max-width:992px) {
    a.navbar-brand {
        margin-right: 50px;
    }

    #progress li.selected {
        background-size: 31px !important;
    }

    div#navbar ul:first-child {
        position: relative;
        top: 6px;
    }

    nav div.container-fluid {
        padding: 0;
    }

    h6.title-block1 {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    input#btnSearch {
        float: initial;
        margin-right: 20px;
        width: 47%;
    }

    div.btn_roundedBLUE p {
        position: relative;
        top: 10px;
        float: right;
        width: 100%;
    }

    #btnPrint {
        padding: 7px 11px;
        border-radius: 5px;
        margin-top: 11px;
    }
}

@media(max-width:768px) {
    a.navbar-brand {
        margin-right: 0px;
        top: 2px;
        position: relative;
        padding: 0;
        width: 200px;
    }

    div#progress {
        height: initial !important;
    }

    #progress li {
        width: 45%;
        text-align: left;
        background-size: 30px !important;
    }

    #progress {
        padding: 0 0 0px 0;
        text-align: left;
    }

    .nav > li.pipe {
        position: relative;
        display: none;
    }

    .display-IB-T {
        margin-right: 0;
        width: 100%;
    }

    .calendar-icon input,
    .formFIELD-grey select,
    .select2-hidden-accessible {
        width: 100% !important;
    }

    .select2-container {
        width: 100% !important;
    }

    .formTXT-grey {
        padding-left: 0px;
    }

    div.titleForSlide .custFont {
        padding-left: 0px;
    }

    div#navbar ul {
        padding-top: 15px;
    }

    .navbar-right > li {
        position: relative;
        display: inline-block;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #fff;
        border-top: 0px solid;
        background-color: #f7f7f7;
    }

    #bookingOptions div.groupcheck {
        display: block;
    }

    #translux-app .terms-block h4:after {
        left: 44%;
        width: 50px;
        display: block;
    }

    div#navbar ul:first-child {
        padding-top: 0px;
    }

    #btnPrint {
        padding: 7px 11px;
        border-radius: 5px;
        margin-top: 11px;
    }
}
