﻿.carousel-control span::before {
    background-color: transparent;
    color: white;
}

a:hover {
    text-decoration: none !important;
}

.btn_roundedBLUE a {
    background: #E20A17 !important;
}

.btn_roundedBLUE input {
    background: #E20A17 !important;
}

.bgBlue {
    background: #E20A17 !important;
}

#Nav li a {
    color: #ce2527 !important;
}

.blue-container {
    background: #E20A17 !important;
}

.passengerRowSeperator {
    border-bottom-style: inset !important;
    border-color: #E20A17 !important;
}

.cheapestDates li.selected a p {
    color: #E20A17;
    font-weight: bold;
}

.cheapestDates li.selected a span {
    background: #E20A17;
    border-color: #E20A17;
    color: #fff;
}

.cheapestDates li a:hover p {
    color: #E20A17 !important;
}

.cheapestDates li a:hover span {
    background: #E20A17;
    border-color: #E20A17;
    color: #fff;
}

.buttonGrey {
    background: #003C81 !important;
    border: white 1px solid;
}

.colorBorder {
    border: 1px solid #E20A17 !important;
}

.pipe {
    color: #E20A17 !important;
}

.carrier-color {
    background-color: #E20A17;
    color: #fff;
}

.select2-results__option--highlighted {
    background-color: #ce2527 !important;
}

.ui-widget-header {
    background-color: #ce2527 !important;
}

#progress li.selected {
    background: url(../images/L6_progress-selected.png) no-repeat right center !important;
}

.cheapestDates li.selected a span {
    background-color: #E20A17 !important;
}

.cheapestDates li a:hover span {
    background-color: #E20A17 !important;
}

.BTNsearch {
    background: url(../images/icon-search.png) no-repeat !important;
    width: 31px;
    height: 31px;
}

.headings {
    color: #E20A17 !important;
    font-size: 16px;
}

.left {
    color: #E20A17 !important;
}

#header {
    height: 40px !important;
}

#PartialAvailDiv {
    margin-bottom: -15px;
}

.PerPassangerDetails {
    width: 100% !important;
}

/* Marteniqe RadioButtons */
.control-group {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-align: left;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    padding: 30px;
    width: 200px;
    height: 210px;
    margin: 10px;
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;
    margin-right: 10px;
}

    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: darkgray;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #ccc;
}

.control input:checked ~ .control__indicator {
    background: #E20A17;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #ce2527;
}

.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
}

.control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b;
}

@keyframes rotate {
    0% {
        transform: rotate(90deg);
    }

    10% {
        opacity: 0;
    }

    35% {
        transform: rotate(0deg);
        opacity: 1;
    }

    65% {
        transform: rotate(0deg);
        opacity: 1;
    }

    80% {
        opacity: 0;
    }

    100% {
        transform: rotate(-90deg);
    }
}

#fadeLoader {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.50);
    z-index: 2;
}

/* Slider */
.slides {
    padding: 0;
    width: 100%;
    height: 300px;
    display: block;
    margin: 0 auto;
    position: relative;
}

    .slides * {
        user-select: none;
        -ms-user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -webkit-touch-callout: none;
    }

    .slides input {
        display: none;
    }

.slide-container {
    display: block;
}

.slide {
    top: 0;
    opacity: 0;
    height: 300px;
    display: flex;
    position: absolute;
    transform: scale(0);
    background-color: rgba(0, 0, 0, 0.20);
    transition: all .7s ease-in-out;
    border-radius: 20px;
}

    .slide img {
        width: 100%;
        height: 100%;
        border-radius: 20px;
    }

.nav label {
    width: 100px;
    height: 100%;
    display: none;
    position: absolute;
    opacity: 0;
    z-index: 9;
    cursor: pointer;
    transition: opacity .2s;
    color: #FFF;
    font-size: 156pt;
    text-align: center;
    line-height: 300px;
    font-family: "Varela Round", sans-serif;
    background-color: rgba(255, 255, 255, .3);
    text-shadow: 0px 0px 15px rgb(119, 119, 119);
}

.slide:hover + .nav label {
    opacity: 0.5;
}

.nav label:hover {
    opacity: 1;
}

.nav .next {
    right: 0;
}

input:checked + .slide-container .slide {
    opacity: 1;
    transform: scale(1);
    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label {
    display: block;
}

.nav-dots {
    width: 100%;
    bottom: 9px;
    height: 11px;
    display: block;
    position: absolute;
    text-align: center;
}

    .nav-dots .nav-dot {
        top: -5px;
        width: 11px;
        height: 11px;
        margin: 0 4px;
        position: relative;
        border-radius: 100%;
        display: inline-block;
        background-color: rgba(0, 0, 0, 0.6);
    }

        .nav-dots .nav-dot:hover {
            cursor: pointer;
            background-color: rgba(0, 0, 0, 0.8);
        }

/*input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3,
input#img-4:checked ~ .nav-dots label#img-dot-4,
input#img-5:checked ~ .nav-dots label#img-dot-5,
input#img-6:checked ~ .nav-dots label#img-dot-6 {
    background: rgba(0, 0, 0, 0.8);
}*/

.custFont {
    font-family: CronosPro-Bold;
    font-size: 40px;
    font-style: italic;
}

/*#group {
    position: relative;
    margin: 60px auto;
    padding: 20px 20px 23px;
    border: 1px dashed rgba(0, 0, 0, .5);
    background-image: linear-gradient(top, rgba(255, 255, 255, .1), rgba(0, 0, 0, .1));
    background-color: #555;
    width: 340px;
    border-radius: 5px;
    box-shadow: 0 0 0 3px #555, -2px 3px 0px 2px rgba(0, 0, 0, .6), 2px -2px 0px 2px rgba(255, 255, 255, .6), -5px 5px 20px 0px rgba(0, 0, 0, .6);
}

    #group:after {
        content: " ";
        position: absolute;
        z-index: 1;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        border-radius: 5px;
        border: 1px dashed #fff;
    }*/

.switch {
    position: relative;
    border: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 12px;
    color: #222;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .3);
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #E20A17 !important;
    color: white !important;
}

.switch legend {
    float: left;
    width: 40%;
    padding: 7px 10% 3px 0;
    text-align: right;
}

.switch input {
    position: absolute;
    opacity: 0;
}

.switch legend:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0;
    width: 50%;
    height: 100%;
    padding: 2px;
    background-color: #e6e6e6;
    color: black;
    border-radius: 3px;
}

.switch label {
    position: relative;
    z-index: 2;
    float: left;
    width: 50%;
    margin-top: 2px;
    padding: 5px 0 3px 0;
    text-align: center;
    color: #64676b;
    text-shadow: 0 1px 0 #000;
    cursor: pointer;
    transition: color 0s ease .1s;
    font-size: 12px;
}

.switch input:checked + label {
    color: white;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    font-size: 12px;
}

.switch input:focus + label {
    outline: none;
}

.switch .switch-button {
    clear: both;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 1;
    width: 50%;
    height: 100%;
    margin: 2px;
    background-color: #E20A17;
    background-image: linear-gradient(top, rgba(255, 255, 255, .2), rgba(0, 0, 0, 0));
    border-radius: 3px;
    border: 1px dashed rgba(0, 0, 0, .3);
    transition: all .3s ease-out;
    color: white;
}

    .switch .switch-button:after {
        content: " ";
        position: absolute;
        z-index: 1;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        border-radius: 3px;
        /*border: 1px dashed #fff;*/
    }

.switch input:last-of-type:checked ~ .switch-button {
    left: 50%;
}

.validationError {
    color: #f00 !important;
    border-color: #f00 !important;
    box-shadow: 0 0 6px #f00;
    -webkit-box-shadow: 0 0 6px #f00;
    -moz-box-shadow: 0 0 6px #f00;
    color: #f00 !important;
    font-style: italic;
}

.red {
    color: #E20A17 !important;
}

.blue {
    color: #0855a0 !important;
}

.white {
    color: white !important;
}

.center {
    text-align: center;
}

.pad100 {
    padding: 100px;
}

.pad50 {
    padding: 50px;
}

.pad25 {
    padding: 25px;
}

.padTop100 {
    padding-top: 100px;
}

.padTop50 {
    padding-top: 50px;
}

.padTop25 {
    padding-top: 25px;
}

.padLeft100 {
    padding-left: 100px;
}

.padLeft50 {
    padding-left: 50px;
}

.padLeft25 {
    padding-left: 25px;
}

.slideTitle {
    display: none;
}

.slideLeft {
    animation-name: slideLeft;
    -webkit-animation-name: slideLeft;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
}

@keyframes slideLeft {
    0% {
        transform: translateX(150%);
    }

    50% {
        transform: translateX(-8%);
    }

    65% {
        transform: translateX(4%);
    }

    80% {
        transform: translateX(-4%);
    }

    95% {
        transform: translateX(2%);
    }

    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes slideLeft {
    0% {
        -webkit-transform: translateX(150%);
    }

    50% {
        -webkit-transform: translateX(-8%);
    }

    65% {
        -webkit-transform: translateX(4%);
    }

    80% {
        -webkit-transform: translateX(-4%);
    }

    95% {
        -webkit-transform: translateX(2%);
    }

    100% {
        -webkit-transform: translateX(0%);
    }
}

/* Modal */
.alertable {
    position: fixed;
    z-index: 9999;
    top: 38vh;
    left: calc(50% - 150px);
    width: 300px;
    background: white;
    border-radius: 4px;
    padding: 20px;
    margin: 0 auto;
}

/* Overlay */
.alertable-overlay {
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
}

/* Message */
.alertable-message {
    margin-bottom: 20px;
}

/* Prompt */
.alertable-prompt {
    margin-bottom: 20px;
}

.alertable-input {
    width: 100%;
    border-radius: 4px;
    box-shadow: none;
    border: solid 1px #ccc;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    padding: 6px 12px;
    display: block;
    box-sizing: border-box;
    margin-bottom: 10px;
}

/* Button group */
.alertable-buttons {
    text-align: right;
}

/* OK button */
.alertable-ok {
    background: #E20A17;
    border: solid 1px #09d;
    font-family: inherit;
    font-size: inherit;
    color: white;
    border-radius: 4px;
    padding: 6px 12px;
    margin-left: 4px;
    cursor: pointer;
}

    .alertable-ok:hover,
    .alertable-ok:focus,
    .alertable-ok:active {
        background-color: #E20A17;
    }

/* Cancel button */
.alertable-cancel {
    border: solid 1px #ddd;
    background: white;
    font-family: inherit;
    font-size: inherit;
    color: #888;
    border-radius: 4px;
    padding: 6px 12px;
    margin-left: 4px;
    cursor: pointer;
}

    .alertable-cancel:hover,
    .alertable-cancel:focus,
    .alertable-cancel:active {
        background-color: #f2f2f2;
    }


.totalRowOnPayment {
    background-color: #E20A17;
    color: white;
}
