﻿/*

PRIMARY: #12436d
HOVER: #0b2842
DARK: #0f385c

*/

.color {
    color: #12436d; /*primary*/
    color: #0b2842; /*hover*/
    color: #0f385c; /*dark*/
}


html, body {
    height: 100%;
    background: #f8f8f8 url('/Images/pattern.jpg');
    font-family: Segoe UI;
}

.wrapper {
    /*min-height: 100%;*/
    /*min-height: calc(100vh - 157px);*/
    height: auto;
    margin: 0 auto -64px;
    margin: 0;
    padding: 0 0 64px;
    padding: 0 0 0px;
}

.header {
    background-color: white;
    border-color: white;
    border-bottom: 3px solid #12436d;
    display: block;
}


#navbar {
    margin-top: 0;
    font-size: 1.2em;
    /*font-weight: bold;*/
}

.navbar {
    margin-bottom: 0; /*new addition*/
}

#navbar ul {
    margin-top: 21px;
}

#responsive-menu-button {
    margin-top: 27px;
}

.navbar-inverse .navbar-brand {
    color: #333333;
    text-indent: -1000px;
    background: url('../../../KtelData/ktelko/Images/logo.png') no-repeat;
    width: 320px;
    height: 65px;
    margin-top: 12px;
    margin-bottom: 12px;
    background-position: left;
    background-size: 40%;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #12436d;
    background-color: white;
}

.navbar-nav ul li.active a {
    color: #333333;
}

.navbar-nav ul li {
    background: white;
}

.navbar-inverse .navbar-nav > li > a {
    background-color: white;
    color: #333333;
}

    .navbar-inverse .navbar-nav > li > a:hover {
        color: #12436d;
    }

.div-route-selection {
    -ms-opacity: 0.9;
    opacity: 0.9;
    width: 290px;
    margin: 0 auto;
    float: none;
    float: none;
    margin-top: 20px;
}

.navigation-control {
    text-align: center;
}

.search-header {
    background-color: #12436d;
    margin-top: 30px !important;
    margin-bottom: 45px !important;
}

.navigation-control h1 {
    font-size: 48px;
}

h3 {
    margin-bottom: 25px;
    /*color: #4679BD;*/
}

.btn-circle {
    height: 40px;
    width: 40px;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #cfdcec;
    overflow: hidden;
    background: #12436d;
    color: white;
    -webkit-box-shadow: 0 0 3px gray;
    -ms-box-shadow: 0 0 3px gray;
    box-shadow: 0 0 3px gray;
    margin: 0 3px;
}

    .btn-circle:hover {
        background: #008378;
    }

    .btn-circle:disabled {
        background: #bbb;
        border-color: #eee;
    }

.btn-active {
    background: white;
    border-color: #008378;
    color: black;
}

.input-group .dxeTextBoxSys,
.input-group .dxeButtonEditSys {
    width: 100%;
}

#divTicketRadios label {
    margin-left: 15px;
}

#container-return-date {
    /*display: none;*/
}

#form-departure-return .row .form-group {
    margin-bottom: 10px;
}

.seltable {
    margin-bottom: 0;
    font: 14px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    width: 100% !important;
}

    .seltable tr:hover {
        background-color: #d7fcf9;
    }


    .seltable tr {
        height: 46px;
    }

        .seltable tr td,
        .seltable tr th {
            vertical-align: middle !important;
        }

        .seltable tr th {
            background-color: #e0e0ff;
        }

td > abbr {
    margin-right: 5px;
}

/* Highlights a selected row in Step2 */
.table tr.row-selected {
    background-color: #00BFAE;
    color: white;
    font-weight: bold;
}


    .table tr.row-selected .btn-select:hover {
        background-color: white;
    }


span[readonly].form-control,
input[readonly].datepicker,
/*input[readonly="readonly"].datepicker,*/
span[readonly="readonly"].datepicker,
.form-group span.form-control,
.form-group span.form-control input {
    cursor: default;
    background: #eee;
}

div.form-group div.date input.datepicker
/*div.form-group div.date span.datepicker*/ {
    cursor: default;
    background: white;
}

#ContentPlaceHolder1_btnSeats,
.text-center button.btn-success {
    margin-bottom: 20px;
}


/* STEP 3 */

#bus {
    width: 100% !important;
    height: auto;
}

.seat {
    cursor: pointer;
}

.reserved {
    cursor: default;
}

/*******/
/* BUS */
/*******/

div.bus-container {
    border: 1px solid #0b2842;
}

div.bus-info {
    background: #0f385c;
    padding: 5px 10px;
    border: 1px solid #0b2842;
}

#spanGoingSelectedSeats
#spanReturnSelectedSeats {
    color: white;
}

/*.panel { background: transparent; }*/
.panel-heading {
    border-bottom: none;
}

.panel-body {
    padding: 15px 0;
}

div.bus svg, div.bus img {
    width: 100%;
    height: auto;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}

    div.bus svg image.seat, text {
        fill: white;
        font-family: Arial;
        font-size: 10px;
    }

        div.bus svg image.seat, text.seattext {
            cursor: pointer;
        }

        div.bus svg image.seat, text.no-cursor {
            cursor: pointer;
        }

@media all and (max-width: 1000px) {
    div#ktel-title h1 {
        font-size: 20px;
    }

    div#ktel-title h2 {
        font-size: 18px;
    }

    div.navigation-control h3 {
        font-size: 18px;
    }
}

@media all and (max-width: 767px) {
    div#ktel-title {
        float: none;
        text-align: center;
        background: white;
        -ms-opacity: 0.9;
        opacity: 0.9;
        width: 340px;
        margin: 0 auto;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    div#search-box {
        width: 340px;
        margin: 0 auto;
        padding-top: 10px;
    }

        div#search-box h3 {
            margin: 5px;
        }
}




.navbar-inverse .navbar-toggle .icon-bar {
    -ms-border-radius: 15px;
    border-radius: 15px;
    background-color: #12436d;
    height: 4px;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
}

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background-color: white;
    }

        .navbar-inverse .navbar-toggle:hover .icon-bar,
        .navbar-inverse .navbar-toggle:focus .icon-bar {
            /*background-color: white;*/
        }

@media all and (max-width: 480px) {
    div.bus svg, div.bus img {
        padding: 36.5814696485623% 0; /* HEIGHT / WIDTH * 100 */
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

div.bus svg:first-child,
div.bus svg:nth-child(1) {
    margin: 20px;
}



/* IE */
.nothing {
    color: black\0/;
}

@media screen and (min-width:0\0/) {
}
/* END IE */

.panel-body > h5 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
}


.bus-container h6 {
    text-align: center;
    margin-bottom: 0;
}

div.bus h4 {
    text-align: center;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.vertical-align2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.bus-container span {
    font-size: 16px;
}

#spanGoingSelectedSeats,
#spanReturnSelectedSeats {
    font-weight: 600;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    margin-top: 4px;
    color: white;
}

#terms {
    height: 192px;
    overflow: scroll;
    border: 1px solid #ccc;
    background: #eee;
    margin: 5px 0;
    padding: 5px 10px;
}

#div-with-background {
    background-image: url('../../../KtelData/ktelko/Images/background.jpg');
    -ms-background-size: cover;
    background-size: cover;
    background-position: center top;
    padding: 89px 0 !important;
    min-height: calc(100vh - 258px);
}

#search-box {
    margin: 0 0 auto;
    width: 370px;
    background: whitesmoke;
    padding: 10px 0;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.4);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,0.4);
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
}


@media (max-width: 991px) {
    #search-box {
        margin: 0 auto;
    }
}



#ktel-title {
    float: right;
    text-align: right;
}

    #ktel-title h1 span {
        float: right;
        background: white;
        -ms-opacity: 0.9;
        opacity: 0.9;
        display: block;
        padding: 6px 8px;
        -webkit-box-shadow: 0 10px 6px -6px #777;
        -moz-box-shadow: 0 10px 6px -6px #777;
        -ms-box-shadow: 0 10px 6px -6px #777;
        box-shadow: 0 10px 6px -6px #777;
    }



    #ktel-title h2 {
        float: right;
        font-weight: normal;
        background: white;
        -ms-opacity: 0.9;
        opacity: 0.9;
        padding: 4px 8px;
        -webkit-box-shadow: 0 10px 6px -6px #777;
        -moz-box-shadow: 0 10px 6px -6px #777;
        -ms-box-shadow: 0 10px 6px -6px #777;
        box-shadow: 0 10px 6px -6px #777;
    }



.input-group div.select2-container a,
div.select2-container a {
    height: 30px !important;
}

#formTicketsDetails {
    margin-top: 40px;
}

.table-row {
    margin: 0 15px;
}


.ticket-control tbody tr th {
    font-weight: normal;
    font-size: 0.8em;
}

.ticket-control tbody tr td {
    font-weight: bold;
    font-size: 1em;
}

.ticket-control tbody th {
    padding: 4px 0;
}

.ticket-control tbody tr td {
    padding-left: 10px;
}

.ticket-passenger tbody tr th {
    font-weight: normal;
    font-size: 0.8em;
}

.ticket-passenger tbody tr td {
    font-weight: bold;
    font-size: 1em;
}

.ticket-passenger tbody tr td {
    padding-left: 10px;
    padding-right: 10px;
}

.ticket-passenger tbody th {
    padding: 4px 0;
}


#tableOrderTickets {
    margin-bottom: 0;
}

    #tableOrderTickets tbody tr td {
        vertical-align: central;
    }

    #tableOrderTickets tbody td.cellLocationCounter {
        background-color: #12436d;
        font-weight: bold;
    }


tbody.salebody tr td:first-child {
    font-size: 0.9em;
}

.enabled-route-selection {
    /* #0B4491 #F59F27 */
    border: 1px solid #12436d;
    color: white;
    font-weight: bold;
    background-color: #12436d;
}

.seltable thead th {
    background-color: #0f385c;
    color: white;
}


.panel-default .panel-heading-arrival {
    /*background-color: #F6E6DE;*/
}

.btn-circle-ticketpricesmodal {
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    padding: 0;
    line-height: 1.42;
    -ms-border-radius: 15px;
    border-radius: 15px;
}

.btn-home-ticket-offers {
    margin-top: 20px;
    border: 1px solid white;
    color: white;
    background-color: transparent;
}

    .btn-home-ticket-offers:hover {
        color: white;
        background-color: #ffffff;
        background-color: rgba(255,255,255,0.5);
    }

    .btn-home-ticket-offers:active,
    .btn-home-ticket-offers:focus {
        border: 1px solid white;
        color: white;
        background-color: transparent;
        outline: 0 auto white;
        -ms-outline-offset: 0;
        outline-offset: 0;
    }

#ktel-title h3 {
    color: black;
    background: white;
    -ms-opacity: 0.9;
    opacity: 0.9;
    /*display: inline;*/
    display: inline-block;
    padding: 4px 8px;
    margin: 3px 0;
}

.row-home {
    margin: 0;
}

#available {
    color: #83B0B1;
    font-size: 30px;
}

#selected {
    color: #D8BC5C;
    font-size: 30px;
}

#unavailable {
    color: #C86E6C;
    font-size: 30px;
}

#driver {
    color: #8384B1;
    font-size: 30px;
}

#theseis li span {
    color: black;
    font-size: 30px;
}

.seat-explanation {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


.footer {
    background-color: #696969;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
    font-weight: bold;
}


.copyright {
    text-align: left;
    color: white;
    font: 14px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    color: rgb(207, 207, 207);
    margin-top: 6px;
}

.development {
    text-align: right;
    color: white;
    font-weight: normal;
}

    .development a {
        color: rgb(207, 207, 207);
        font-weight: 600;
        font: 14px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    }




@media (max-width: 660px) {
    .footer .copyright {
        margin-bottom: 10px;
    }

    .footer .col-xs-6 {
        display: block;
        width: 100%;
        text-align: center;
        float: none;
    }

    .container-departure-date {
        margin-bottom: 10px;
    }

    .panel-heading .input-group .form-control {
        height: auto;
    }
}

.seats-explanation div.col-sm-9 span {
    float: left;
    font-size: 0.9em;
    font-weight: bold;
    margin-top: 4px;
}

.center-content {
    text-align: center;
}


.discount-route-span {
    color: #689C77;
}


td .btn-default[disabled] {
    background-color: gray;
    color: white;
    font-weight: bold;
}


#divSale {
    margin: 20px 0;
}

    #divSale a img {
        display: inline-block;
        width: 30px;
    }

    #divSale h3 {
        display: inline-block;
        margin: 20px 10px 20px;
    }

    #divSale div p {
        margin-top: 15px;
    }

        #divSale div p i {
            margin-right: 15px;
            font-size: 16px;
        }

/* CheckBox alignment fix for I.E. */
input[type=checkbox], input[type=radio] {
    vertical-align: middle;
    position: relative !important;
    bottom: 4px;
    right: 5px;
}

.list-no-bullets {
    padding-left: 20px !important;
    list-style-type: none;
    text-align: left;
}


#table-fixed-height {
    border: 0 solid transparent;
}

    #table-fixed-height tbody td {
        height: 60px;
        vertical-align: middle !important;
    }

#divTotalPrice {
    font-weight: bold;
}

.div-search-criteria {
    margin-bottom: 15px;
}

.div-search-criteria2 {
    margin-bottom: 25px;
}

.div-search-criteria-button {
    margin-bottom: 15px;
    padding-top: 10px;
}

div.disableButton {
    pointer-events: none;
    background-color: #A0C3AD;
}

div.enableButton {
    pointer-events: auto;
    background-color: #689C77;
}

.panel-square {
    /*-ms-border-radius: 0px;
    border-radius: 0px;*/
    -moz-border-radius: 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
}

.panel-heading {
    padding: 8px 0;
}

.panel {
    border-top: 1px solid whitesmoke;
    border-left: 1px solid whitesmoke;
    border-right: 1px solid whitesmoke;
}

.panel-square .ktel-background {
    background-color: #4679BD;
}

.dateEdit-caption {
    margin-bottom: 0;
    margin-top: 5px;
}


.label-vertical-middle {
    vertical-align: middle;
}

.label-route-description {
    font-size: 14px;
    white-space: nowrap;
    font: 14px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    font-weight: bold;
    margin-right: 6px;
}


.divRouteDescriptionHeader {
    /*float: left;*/
    vertical-align: middle;
    height: 30px;
    display: table-cell;
}


.divRouteDescription {
    font-weight: bold;
    display: table-cell;
    padding-top: 4px;
}

    .divRouteDescription span {
        color: #12436d;
        font-size: 1.4em;
        padding-top: 4px;
    }


.selector-row {
    cursor: pointer;
}

.disabled-row {
    /*display: none;*/
    background-color: rgb(241, 241, 241);
    cursor: default;
}

.route-row-details {
    margin: 0 auto;
    width: 100px;
    text-align: left;
    padding-left: 25px;
}

.div-button-next {
    margin: 25px 0;
}

#divNoRoutesFound {
    margin: 25px 0;
}

.seats-alert-div {
    text-align: center;
    margin-top: 20px;
}

.right-align div.align {
    /*text-align: right;
    margin-right: 1em;*/
    float: right;
}

div.align .divRouteDescription span {
    color: black;
}

.checkout-span {
    font: 14px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    float: left;
    line-height: 34px;
    font-weight: bold;
}

#ContentPlaceHolder1_submitButton {
    font: 16px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    font-weight: bold;
    border: 0;
    /*background-color: #689C77;*/
    color: white;
}

    #ContentPlaceHolder1_submitButton:hover {
        /*background-color: #3C6249;*/
        font-weight: bold;
        border: 0;
    }

    #ContentPlaceHolder1_submitButton:disabled {
        -ms-opacity: 0.6;
        opacity: 0.6;
    }


.tooltip-img {
    float: left;
}

.no-fixed-height {
    height: auto;
}

div.centered {
    text-align: center;
}

    div.centered table tr {
        text-align: center;
    }

    div.centered table {
        margin: 0 auto;
        text-align: left;
    }

        div.centered table td {
            padding: 0 2px;
        }

.terms-table {
    text-align: left;
}

    .terms-table td {
        padding: 0 2px;
    }

.margined {
    margin: 10px 0;
    color: white;
    font: 12px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
}

div.footer-top {
    padding: 20px 0;
}

div.footer-bottom {
    padding: 10px 0;
    background-color: rgb(73, 73, 73);
    color: #689C77;
}

.terms {
    font-family: Arial;
    font-size: 10pt;
}

    .terms h2 {
        text-align: center;
    }

    .terms p {
        text-align: justify;
    }

    .terms h3 {
        color: black;
    }

.vertical-parent {
    align-items: center;
    display: flex;
    min-height: 164px;
}

.vertical-child {
    margin: 0 auto;
    text-align: center;
}

.button-badge {
    background-color: #0f385c;
    border: 1px solid #0f385c;
    cursor: default;
}

    .button-badge:hover {
        background-color: #0f385c;
        border: 1px solid #0f385c;
        cursor: default;
    }

.secondary-font {
    font: 13px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    font-weight: bold;
    margin: 20px 0;
    text-align: center;
}


/************************************/
.display-table {
    display: table;
    table-layout: fixed;
}

.display-cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
}


.formcontrol-caption {
    font-weight: 400;
}

h3.checkout-header {
    border-bottom: 2px solid rgba(0, 0, 0, 0.9);
    padding: 20px 0 10px;
    font-weight: bold;
}

.margin-top {
    margin-top: 50px;
}

.margin-top-small {
    margin-top: 12px;
}

.margin-bottom {
    margin-bottom: 50px;
}

.margin-bottom-small {
    margin-bottom: 20px;
}

.dxcheckbox-container > table {
    margin: 20px auto 0 auto;
}


.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #12436d !important;
    border-width: 3px !important;
}

span.routedetails {
    font: 14px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    font-weight: bold;
}

#divNoRoutesFound {
    margin: 20px 0;
}



.div-installments div {
    text-align: center;
    max-width: 480px;
    font-size: 1.4em;
    color: white;
    padding: 0 10px;
    -ms-opacity: 0.9;
    opacity: 0.9;
    -ms-border-radius: 10px;
    border-radius: 10px;
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -moz-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -o-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
}

#search-box h3 {
    color: white;
    padding: 8px 0;
    font-family: Segoe UI;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 300;
}

#formRegister,
#formLogin,
#formForgotPassword,
#formValidateRegistration,
#formChangePassword,
#formAccount {
    padding: 80px 0;
    min-height: calc(100vh - 258px);
}

#formAccount {
    padding: 5px 0 66px;
}


#formRoutes {
    min-height: calc(100vh - 280px - 164px);
}


#formRegister .container,
#formLogin .container,
#formForgotPassword .container,
#formValidateRegistration .container,
#formChangePassword .container {
    background-color: transparent;
    max-width: 500px;
}


#formRegister h3,
#formLogin h3,
#formForgotPassword h3 {
    text-align: center;
}


.login-register {
    margin: 80px auto;
    background-color: white;
}


.login-register-top {
    background-color: #12436d;
    height: 10px;
}


span.error {
    color: red;
    margin: 10px 0;
    display: block;
    text-align: center;
}

span.sent {
    color: black;
    margin: 10px 0;
    display: block;
}

span.changed {
    color: black;
    margin: 10px 0;
    display: block;
}



.login-title {
    font-size: 2em;
    color: #12436d;
}

.login {
    margin: 20px 0;
}

.login-submit {
    margin-top: 20px;
    margin-bottom: 20px;
}

.forgot-password {
    font-size: 1.2em;
    color: #12436d;
    text-align: left !important;
    height: 35px;
}

    .forgot-password a {
        height: 35px;
    }

.horiz-middle > table {
    margin: 20px auto;
}

.dxcheckbox-register-container > table {
    margin: 0 auto;
}

.user-profile {
    height: 30px;
    background-color: #12436d;
}

.user-profile-inner {
    padding-right: 30px;
}


.login-button {
    background-color: transparent !important;
    font-weight: normal !important;
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    color: #12436d;
    color: white;
}

    .login-button:hover {
        text-decoration: underline !important;
    }

.register-button {
    font-weight: normal !important;
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0 0px !important;
    border: 0px transparent !important;
    background-color: #0f385c !important;
}

    .register-button:hover {
        background-color: #0b2842 !important;
    }

.user-profile table,
.user-profile table tbody td {
    border-spacing: 0 !important;
    border-color: transparent !important;
}


/*************  Account  ****************/
.tabs-style-linemove > nav > ul > li > a > span,
.tabs-style-linemove > nav > ul > li > a:hover,
.tabs-style-linemove > nav > ul > li > a:focus,
.tabs-style-linemove > nav > ul > li > a:active {
    text-decoration: none !important;
}

.tabs-style-linemove > nav > ul > li > a {
    padding: 25px 0;
}

    .tabs-style-linemove > nav > ul > li > a > span {
        font-size: 1.2em;
    }


.user-input {
    margin: 10px 0;
    font-weight: bold !important;
}

.no-validation-controls {
    padding-bottom: 19px !important;
}


/***** TAB STYLES ****/
.tabs-style-linemove nav li.tab-current a {
    color: #12436d !important;
}

.tabs > nav > ul > li.tab-current {
    border-bottom: 3px solid #0b2842;
}



/************* PREVIOUS CLASSES ****************/
#divWCFOutgoingException,
#divSaleTicketInsertFailed,
#divOutGoingTicketsNotCreated,
#divDifferentSeatsWarning,
#divInvalidUserDetails,
#divPiraeusTicketingServiceFault {
    margin: 20px 0;
    text-align: center;
}

.checkout-login-button {
    margin: auto 0 !important;
}

.dxtcLite_ktelko > .dxtc-content {
    background-color: transparent !important;
	overflow: visible!important;
}


.secondary-pages-height {
    min-height: calc(100vh - 258px);
}

.account-tickets-receipt a {
    text-align: right;
}

.account-tickets-title {
    text-align: left;
    font-weight: bold;
    font-size: 1.2em;
    color: #12436d;
}


.icon-wc {
    background-image: url("../../../images/wc.png");
    background-position: center;
    margin-left: 10px;
}

.icon-express {
    background-image: url("../../../images/express.png");
    background-position: center;
}

.icon-pet {
    background-image: url("../../../images/pet.png");
    background-position: center;
}

.icon-wc,
.icon-express,
.icon-pet {
    background-position: center center;
    -ms-background-size: cover;
    background-size: cover;
    content: "";
    display: inline-block;
    height: 20px;
    position: relative;
    width: 20px;
}


.home-text {
    text-align: center;
    background-color: rgba(255,255,255,0.8);
    background-color: rgba(0,0,0,0.8);
    color: black;
    color: white;
    font-size: 1.2em;
    padding: 10px;
    font-weight: 600;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    -ms-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

#DivOnMobile {
    margin-top: 20px;
}

.seats-mobile-hidden {
    display: none;
}

.seats-mobile-visible {
    display: block
}

.no-user-input .dxeEditAreaSys {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.contact-box {
    -ms-border-radius: 12px;
    border-radius: 12px;
    background-color: rgba(99, 194, 194, 0.3);
    color: black;
}

    .contact-box h3 {
        font-size: 1.2em;
        font-weight: bold;
    }

    .contact-box ul li i {
        margin-right: 8px;
        color: #63C2C2;
    }

    .contact-box ul li a {
        font-size: 1.1em;
        font-family: Arial;
    }

.page-header {
    font-family: Arial;
}


/* Steps Navigation Control */
#breadcrumb ul li {
    list-style: none !important;
    display: inline;
}

#breadcrumb {
    margin-top: 50px;
    list-style: none;
    display: inline-table;
}

    #breadcrumb ul {
        padding-left: 0 !important;
    }

        #breadcrumb ul li a.current {
            background: #12436d;
        }

        #breadcrumb ul li a.disabled {
            background: gray;
            cursor: default;
        }


        #breadcrumb ul li a {
            /*min-width: 170px;*/
            display: block;
            float: left;
            height: 40px;
            background: #008378;
            text-align: center;
            padding: 7px 20px 0 20px;
            position: relative;
            margin: 0 25px 0 0;
            font-size: 1.4em;
            text-decoration: none;
            color: #fff;
        }

            #breadcrumb ul li a:hover {
                background: #12436d;
            }

            #breadcrumb ul li a.disabled:hover {
                background: gray;
                cursor: default;
            }


            #breadcrumb ul li a:after {
                content: "";
                border-top: 20px solid transparent;
                border-bottom: 20px solid transparent;
                border-left: 20px solid #008378;
                position: absolute;
                right: -20px;
                top: 0;
            }

            #breadcrumb ul li a.current:after {
                border-left: 20px solid #12436d;
            }

            #breadcrumb ul li a.disabled:after {
                border-left: 20px solid gray;
                cursor: default;
            }

            #breadcrumb ul li a:before {
                content: "";
                position: absolute;
                margin-top: -7px;
                border-width: 20px 0 20px 20px;
                border-style: solid;
                border-color: #008378 #008378 #008378 transparent;
                left: -20px;
            }

            #breadcrumb ul li a.current:before {
                border-color: #12436d #12436d #12436d transparent;
            }

            #breadcrumb ul li a.disabled:before {
                border-color: gray gray gray transparent;
                cursor: default;
            }

        /* Hide the Before Pseudo Element */
        #breadcrumb ul li:first-child a:before {
            display: none;
        }

        #breadcrumb ul li:last-child a:after {
            display: none;
        }

        /* Add Border Radius */
        #breadcrumb ul li:first-child a {
            -ms-border-top-left-radius: 10px;
            border-top-left-radius: 10px;
            -ms-border-bottom-left-radius: 10px;
            border-bottom-left-radius: 10px;
            -ms-border-bottom-right-radius: 1px;
            border-bottom-right-radius: 1px;
        }

        #breadcrumb ul li:last-child a {
            -ms-border-top-right-radius: 10px;
            border-top-right-radius: 10px;
            -ms-border-bottom-right-radius: 10px;
            border-bottom-right-radius: 10px;
        }

        /* Hover Effects */
        #breadcrumb ul li a:hover::before {
            border-color: #12436d #12436d #12436d transparent;
        }

        #breadcrumb ul li a.disabled:hover::before {
            border-color: gray gray gray transparent;
            cursor: default;
        }
        /* Hover Effects */
        #breadcrumb ul li a:hover::after {
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-left: 20px solid #12436d;
        }

        #breadcrumb ul li a.disabled:hover::after {
            border-left: 20px solid gray;
            cursor: default;
        }


.seats-explanation table {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.glyphicon {
    font-size: 1.2em;
    font-weight: 400;
}

    .glyphicon span.routedetails {
        font-weight: bold;
        font-size: 1em;
        /*margin-top: -3px;*/
    }

/*.glyphicon-calendar:before,
.glyphicon-time:before {
    color: #008378;
}*/

.search-bus {
    background: url('/KtelData/ktelko/Images/bus_icon.png') no-repeat;
    height: 64px;
    margin-left: 150px;
    margin-left: 30px;
    margin-top: -95px;
}

.dxbButtonHover_ktelko {
    background-color: #0b2842;
    border-color: #0b2842;
}

.user-profile .dxbButton_ktelko {
    -ms-border-radius: 0;
    border-radius: 0;
}

.radio-highlight {
    font-weight: bold !important;
    color: #008378;
}

.radio-no-highlight {
    font-weight: normal !important;
    color: gray;
}

.return-routes {
    margin-top: 60px;
}

    .return-routes > h3 {
        color: #ffa77c;
    }

#ContentPlaceHolder1_ReturnDiv {
    margin-top: 60px;
}

    #DepartDiv .panel,
    #ContentPlaceHolder1_ReturnDiv .panel {
        background: transparent;
    }



/* New search */
.search-box {
    background-color: whitesmoke;
    -webkit-box-shadow: 0px 0px 10px 1px #12436d;
    -moz-box-shadow: 0px 0px 10px 1px #12436d;
    box-shadow: 0px 0px 10px 1px #12436d;
}

.search-box-radios label.btn {
    z-index: 400;
    padding: 2px 20px 2px 0px !important;
    color: #191919;
    font-weight: normal;
    margin-right: 10px;
    height: auto;
    border: 1px solid #0f385c;
    background: transparent;
    margin-bottom: 20px;
    transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    width: 160px;
    text-align: center;
    border-radius: 0px;
}

.search-box-radios .active {
    color: white !important;
    background-color: #696969 !important;
    font-family: 'RobotoCondensed-Regular' !important;
    border: 1px solid #494949 !important;
    -ms-border-radius: 0;
    border-radius: 0;
}

.search-box-radios label.btn:hover {
    border: 1px solid #494949 !important;
    color: white;
    background-color: #696969 !important;
    -ms-border-radius: 0;
    border-radius: 0;
}

.combo-caption {
    color: #494949;
    font-weight: 500;
}

.dxeListBoxItem_ktelxanthis.dxeHFC {
    background-color: #006b62;
    text-align: center;
    color: white;
    font-weight: 600;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 7px 14px;
    background: #00baab;
    display: inline-block;
    cursor: pointer;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

    .owl-theme .owl-nav [class*='owl-']:hover {
        background: #008378;
        color: #FFF;
        text-decoration: none;
    }

.owl-dot.active span {
    color: #494949 !important;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #494949;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #494949;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
}

.carousel-item-box h2 {
    margin-bottom: 25px;
}

    .carousel-item-box h2 span {
        background-color: #008378;
        padding: 4px 10px 6px;
        color: white;
        -ms-border-radius: 14px;
        border-radius: 14px;
    }

.carousel-item-box p.carousel-detail span {
    font-size: 1.2em;
    /*margin-top: 45px !important;*/
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 4px 8px;
    -ms-border-radius: 14px;
    border-radius: 14px;
}

.search-title {
    padding: 10px 0px 10px 15px;
    margin: 0 !important;
}

.destinations-wrapper {
    min-height: calc(100vh - 258px);
}

.carousel-container {
    position: absolute;
    width: 100%;
    min-height: calc(100vh - 248px);
    background: url('/KtelData/ktelko/Images/background.jpg') no-repeat;
    -ms-background-size: cover;
    background-size: cover;
}

.contact-box {
    -ms-border-radius: 12px;
    border-radius: 12px;
    background-color: rgba(169, 169, 169, 0.3);
    color: black;
}


.carousel-detail a:hover {
    background-color: #008378;
}


.dxeRequiredMark_ktelko {
    color: red !important;
}

.input-group .input-group-addon, .input-group .input-group-addon {
    border: 1px solid #12436d !important;
    border-radius: 0px;
    background-color: #12436d;
    color: white;
    font-weight: 700 !important;
    min-width: 82px;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}

table.location-dropdown > tbody > tr img.dxEditors_edtDropDown_ktelko {
    -ms-background-position: center;
    background-position: center;
    -ms-background-size: 25px 23px;
    background-size: 25px 23px;
    background-image: url(/KtelData/ktelko/Images/icon-location.png);
    width: 20px;
    height: 25px;
}

table.calendar-dropdown > tbody > tr td img,
table.calendar-dropdown > tbody > tr td.dxeButtonEditButtonHover_ktelko img,
table.calendar-dropdown > tbody > tr td.dxeButtonEditButtonPressed_ktelko img {
    -ms-background-position: center;
    background-position: center;
    -ms-background-size: 23px 24px;
    background-size: 25px 23px;
    background-image: url('/KtelData/ktelko/Images/icon-calendar.png') !important;
    width: 24px;
    height: 25px;
    padding: 4px 10px !important;
}

.departure-routes-header,
.return-routes-header,
.departure-bus-header,
.return-bus-header {
    background-color: #12436d;
    color: white;
    border-bottom: 1px solid white !important;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.route-header-message,
.bus-header-message {
    font-size: 1.2em;
    font-weight: 400;
    padding: 2px 8px;
    border-radius: 4px;
    background-color: #434240;
    color: white;
}

.time-dropdown-reversed td,
.time-dropdown-reversed td span,
.time-dropdown-reversed td input,
.calendar-dropdown-reversed td,
.calendar-dropdown-reversed td span,
.calendar-dropdown-reversed td input {
    background-color: #0f385c !important;
    color: white !important;
    font-weight: 600 !important;
    text-align: center;
}

    .time-dropdown-reversed td.dxeButtonEditButton_ktelko,
    .time-dropdown-reversed td.dxeButtonEditButtonHover_ktelko,
    .time-dropdown-reversed td.dxeButtonEditButtonPressed_ktelko,
    .calendar-dropdown-reversed td.dxeButtonEditButton_ktelko,
    .calendar-dropdown-reversed td.dxeButtonEditButtonHover_ktelko,
    .calendar-dropdown-reversed td.dxeButtonEditButtonPressed_ktelko {
        background-color: #0b2842 !important;
        text-align: center;
        border: 1px solid #0b2842;
    }

table.time-dropdown-reversed > tbody > tr td img,
table.time-dropdown-reversed > tbody > tr td.dxeButtonEditButtonHover_ktelko img,
table.time-dropdown-reversed > tbody > tr td.dxeButtonEditButtonPressed_ktelko img,
table.calendar-dropdown-reversed > tbody > tr td img,
table.calendar-dropdown-reversed > tbody > tr td.dxeButtonEditButtonHover_ktelko img,
table.calendar-dropdown-reversed > tbody > tr td.dxeButtonEditButtonPressed_ktelko img {
    background-size: 25px 23px;
    background-image: url("/KtelData/ktelko/Images/icon-calendar-reversed.png") !important;
    width: 24px;
    height: 25px;
    padding: 4px 10px !important;
}

table.time-dropdown-reversed > tbody > tr td img,
table.time-dropdown-reversed > tbody > tr td.dxeButtonEditButtonHover_ktelko img,
table.time-dropdown-reversed > tbody > tr td.dxeButtonEditButtonPressed_ktelko img {
    background-image: url("/KtelData/ktelko/Images/icon-clock.png") !important;
    padding: 4px 4px !important;
}

.departure-routes-details,
.return-routes-details {
    border: 1px solid #0b2842;
}

.selector-row:hover {
    background-color: rgba(39, 138, 51, 0.8) !important;
}

.row-selected,
.row-selected:hover,
.row-selected td,
.row-selected:hover td {
    background-color: #12436d;
}

.disabled-row {
    color: rgb(173, 173, 173) !important;
    cursor: default;
}

.selector-row:hover {
    color: white !important;
    /*background-color: #454545;*/
}

.disabled-row,
.disabled-row:hover,
.disabled-row:hover td,
.disabled-row .route-row-details span {
    color: rgb(173, 173, 173) !important;
    background-color: #F1F1F1;
}

/* Highlights a selected row in Step2 */
.table tr.row-selected,
.table tr.row-selected :hover {
    color: white;
    font-weight: bold;
}

div.passenger-ticket table > tbody > tr img.dxEditors_edtDropDown_ktelko {
    background-position: center center;
    background-size: 25px 23px;
    background-image: url("/KtelData/ktelko/Images/icon-ticket.png");
    width: 25px;
    height: 25px;
}

.navigation-control .step1:hover span,
.navigation-control .step2:hover span,
.navigation-control .step3:hover span,
.navigation-control .step4:hover span {
    background-color: #454545;
}

.navigation-control .step1:hover,
.navigation-control .step2:hover,
.navigation-control .step3:hover,
.navigation-control .step4:hover {
    cursor: pointer;
}

.breadcrumb-navigation div.active-step span {
    background-color: #0f385c !important;
}

.breadcrumb-navigation div.active-step a strong {
    color: #0f385c !important;
}

#tableDepartureRoutes,
#tableReturnRoutes,
.bus-container {
    -webkit-box-shadow: 0px 5px 5px 0px rgba(39, 54, 138, 0.6);
    -moz-box-shadow: 0px 5px 5px 0px rgba(39, 54, 138, 0.6);
    box-shadow: 0px 5px 5px 0px rgba(39, 54, 138, 0.6);
}

.cellLocationCounter {
    color: white;
    font-weight: bold;
    background-color: #12436d;
}


.card-data table {
    border: 1px solid #12436d;
}

.checkout-button {
    color: #FFF;
    background-color: #0f385c;
    border: 1px solid #12436d;
}

.remove-card-button {
    background-color: #12436d;
    border: 1px solid #12436d;
}

.checkout-button:hover {
    background-color: #12436d;
}

.ticket-img {
    background-image: url(/KtelData/ktelko/Images/icon-ticket.png);
}



#languages a {
    display: inline;
}

    #languages a:last-child {
        border-right: none;
        margin-right: 0;
    }

    #languages a:nth-child(2) {
        border-right: 1px solid white;
        margin-right: 4px;
    }
