﻿
/*.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /*font: inherit;
  font-size: 100%;*/
    /*vertical-align: baseline;*/
    /* font-family: Verdana, Geneva, Tahoma, sans-serif;*/
   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/*body{
    overflow-x:hidden;
}*/
    header .navbar-default {
        /*padding-top: 16px;
        padding-bottom: 9px;*/
        background-color: rgba(238, 238, 238, 0.80); /*rgba(248,248,248,0.8)*/
    }

    footer .navbar-default {
        padding-top: 0px;
        padding-bottom: 0px;
        background-color: #eee; /*rgba(248,248,248,0.8)*/
    }

.navbar-nav {
    float: left;
    /*border-left: 1px solid rgba(0,0,0,0.08);
    border-top: 1px solid rgba(0,0,0,0.08);
    border-right: 1px solid rgba(0,0,0,0.08);
    border-bottom: 1px solid rgba(0,0,0,0.08);
    border-radius: 5px;*/
}

.navbar-header {
    padding-left: 30px;
}




.divider-orange {
    height: 5px;
    background-color: #ffb227;
}

.navbar-default .navbar-nav > .active > a {
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-bottom-color: #ffb227;
}





.bold {
    font-weight: bold;
}

.ui-text-shadow {
    text-shadow: 2px /*{a-bhover-shadow-x}*/ 2px /*{a-bhover-shadow-y}*/ 2px /*{a-bhover-shadow-radius}*/ #111 /*{a-bhover-shadow-color}*/;
}




.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.carousel-fade .carousel-control {
    z-index: 2;
}



#howWorks-pass .carousel-inner .container,
#howWorks-driver .carousel-inner .container {
    padding-left: 60px;
    padding-right: 60px;
}

.base-background {
    background-position: top center;
    min-height: 540px;
    background-image: url('../../../Content/Images/slider-background-effect.png');
    background-repeat: no-repeat;
    margin-top: 60px;
}

/*@media only screen and (min-device-width: 601px) and (min-width: 601px) {}*/



#howWorks-pass .figure, #howWorks-driver .figure {
    margin: 0;
    position: relative;
}



/*.deck .figure.illustration {
    width: 25%;
    text-align: center;
}*/

.deck .body,
.deck .corp {
    flex: .75;
}

#howWorks-pass .carousel-control.right, #howWorks-pass .carousel-control.left,
#howWorks-driver .carousel-control.right, #howWorks-driver .carousel-control.left,
#howworks-corp .carousel-control.right, #howworks-corp .carousel-control.left {
    background-image: none;
    background-color: #eee;
    width: 50px;
    height: 50px;
    top: 50%;
    /*right: 8%;*/
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

#howWorks-pass .carousel-control.right, #howWorks-driver .carousel-control.right {
    right: 5%;
}

#howWorks-pass .carousel-control.left, #howWorks-driver .carousel-control.left {
    left: 5%;
}


.app-store-links {
    background-image: url('../Content/Images/android/google-play-badge.png');
    background-size: 100% auto;
    height: 68px;
    background-position: right;
    background-repeat: no-repeat;
    margin-top: 24px;
}

.logo-passenger {
    background: url('../Content/Images/protaxi-passenger-96.png');
    background-size: 96px 96px;
    background-repeat: no-repeat;
    background-position: 0px center;
    height: 96px;
}

.logo-driver {
    background: url('../Content/Images/protaxi-driver-96.png');
    background-size: 96px 96px;
    background-repeat: no-repeat;
    background-position: 0px center;
    height: 96px;
}

hr {
    border-bottom-style: solid;
    border-color: #808080;
}

footer .collored {
    background-color: #484848; /*#FFF38C*/
}

    footer .collored ul {
        display: inline;
        float: left;
        margin-left: 24px;
    }

#lang_btn.btn-default {
    color: #ccc;
    background-color: #484848;
    border-color: #ccc;
}

ul.social-btns {
    list-style-type: none;
    margin-top: 16px;
    margin-right: 24px !important;
    float: right !important;
}

    ul.social-btns li {
        display: inline;
    }

    ul.social-btns a {
        text-decoration: none;
    }

iframe {
    margin-right: auto;
    margin-left: auto;
    height: 460px;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
}

.iframe-shell {
    height: 460px;
    background: url(../../Content/Images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.iframe-shell-aPassenger {
    height: 480px;
    background: url(../../Content/Images/ajax-loader.gif) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

section.jumbotron, .container-fluid section.jumbotron {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 18px;
    padding-left: 18px;
}

.circle {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

/*.tips-icons {
    width: 96px;
    height: 96px;
}*/

.tips-icons-48 {
    width: 48px;
    height: 48px;
}

.tips-icons-64 {
    width: 64px;
    height: 64px;
}

.tips-icons-discount {
    background: url('../../Content/Images/price_tag_euro.png');
    background-repeat: no-repeat;
    background-size: 64px 64px;
    background-position: center center;
}

.tips-icons-group {
    background: url('../../Content/Images/taxi-car-stars-transp.png');
    background-repeat: no-repeat;
    background-size: 64px 64px;
    background-position: center center;
}

.big-icons {
    font-size: 4.5em;
    color: #fff;
}

/*.big-icon-shell{
    padding-left:10px;
    padding-top:2px;
}*/
.big-icon-shell-1 {
    padding-left: 17px;
    padding-top: 10px;
}

.ownclients-icons {
    background: url('../../Content/Images/fit_to_width.png');
    background-repeat: no-repeat;
    background-size: 64px 64px;
    background-position: center center;
}



.bgn-color-red {
    background-color: #e54141 !important;
}

.bgn-color-blue {
    background-color: #4e94f5;
}



.bgn-color-orange {
    background-color: #ffb227;
}

#howWorks-pass .carousel-indicators {
    margin-left: -60px;
    margin-right: auto;
    width: 120px;
    background-color: #ccc;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#howWorks-driver .carousel-indicators {
    margin-right: auto;
    width: 120px;
    background-color: #ccc;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-left: -52px;
}

.store-icons-driver {
    /*background-color: #eee;*/
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    /*opacity:0.5;*/
}

.store-icons-passenger {
    /*background-color: rgba(12, 12, 12, 0.13);*/ /*#eee*/
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    /* padding:10px;
   opacity:0.5;*/
}

.breadcrumb li:last-child {
    float: right;
    min-width: 150px;
}

.breadcrumb > li:last-child:before {
    content: "";
}

ol.breadcrumb {
    z-index: 500;
    opacity: .85;
    border-radius: 0;
}

#shellInputs .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


#shellInputs .dropdown-menu {
    min-width: 42px;
}

.search-center {
    background-image: url('Images/circle_2.png');
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: 64px 64px;
    -o-background-size: 64px 64px;
    -webkit-background-size: 64px 64px;
    background-size: 64px 64px;
    width: 64px;
    height: 64px;
    position: relative !important;
    margin: auto;
    /* width: 100%;
    margin-top: -8px;
    margin-left: 1px;
        top: -32px;
    margin-top: 50%;
    */
}

.search-center-here {
    background-image: url('Images/circle_2.png');
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: 64px 64px;
    -o-background-size: 64px 64px;
    -webkit-background-size: 64px 64px;
    background-size: 64px 64px;
    width: 64px;
    height: 64px;
    position: relative !important;
    margin: auto;
    top: -32px;
    margin-top: 50%;
    /* width: 100%;
    margin-top: -8px;
    margin-left: 1px;

    */
}

.search-icon-center {
    background-image: url('Images/circle_2.png');
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: 64px 64px;
    -o-background-size: 64px 64px;
    -webkit-background-size: 64px 64px;
    background-size: 64px 64px;
    width: 64px;
    height: 64px;
    position: absolute !important;
    margin: auto;
    margin-top: -32px;
    top: 50% !important;
    margin-left: -32px;
    left: 50% !important;
}

.MicrosoftMap {
    top: -50% !important;
}

.loader {
    background: url(../../Content/Images/ajax-loader.gif);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    align-content: center;
    background-position: center center;
    height: 500px;
}

/*Login form*/


#modal-login .alert {
    margin-bottom: auto;
}

.form-signin {
    /*max-width: 400px; 
  display:block;
  background-color: #f7f7f7;
  -moz-box-shadow: 0 0 3px 3px #888;
    -webkit-box-shadow: 0 0 3px 3px #888;
	box-shadow: 0 0 3px 3px #888;
  border-radius:2px;*/
}

.main {
    padding: 38px;
}

.social-box {
    margin: 0 auto;
    padding: 38px;
    border-bottom: 1px #ccc solid;
}

    .social-box a {
        font-weight: bold;
        font-size: 18px;
        padding: 8px;
    }

        .social-box a i {
            font-weight: bold;
            font-size: 20px;
        }

.heading-desc {
    font-size: 16px;
    font-weight: bold;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    /*height: 20px;*/
    padding: 8px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .form-signin .form-control:focus {
        z-index: 2;
    }

.form-signin input[type="text"] {
    margin-bottom: 0px;
    border-radius: 5px;
}

.form-signin input[type="password"] {
    margin-bottom: 0px;
    border-radius: 5px;
}

.input-group {
    margin-bottom: 8px;
}

.login-footer {
    background: #f0f0f0;
    margin: 0 auto;
    border-top: 1px solid #dadada;
    padding: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .login-footer .left-section a {
        font-weight: bold;
        line-height: 19px;
    }

.login-proceed {
    min-height: 200px;
    background-image: url(Images/ajax-loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

.loading-universal {
    background-image: url(../../Content/Images/ajax-loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

/**/

#dialog-ajax-loader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.10);
    top: 0px;
    display: none;
    z-index: 4999 !important;
}

    #dialog-ajax-loader td {
        vertical-align: middle;
        text-align: center;
    }

.panel-body-loader {
    width: 100%;
    height: 100%;
    background-image: url(Images/ajax-loader.gif) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    top: 50%;
    z-index: 4999 !important;
}

.red {
    color: red;
}

.fixed-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
}



#shellProfile .tab-content > .tab-pane,
#shellProfile .pill-content > .pill-pane {
    display: none;
}

#shellProfile .tab-content > .active,
#shellProfile .pill-content > .active {
    display: block;
}

#shellProfile .tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
}

    #shellProfile .tabs-below > .nav-tabs > li {
        margin-top: -1px;
        margin-bottom: 0;
    }

        #shellProfile .tabs-below > .nav-tabs > li > a {
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
        }

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
    border-top-color: #ddd;
    border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent #ddd #ddd #ddd;
}

#shellProfile .tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}

    #shellProfile .tabs-left > .nav-tabs > li > a,
    .tabs-right > .nav-tabs > li > a {
        min-width: 74px;
        margin-right: -3px;
        margin-bottom: 3px;
    }

/*#shellProfile .tabs-left > .nav-tabs,*/
.tabbable.tabs-left.v-menu {
    /*float: left;
    margin-right: 19px;*/
    border-right: 1px solid #ddd;
}

#shellProfile .tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

    #shellProfile .tabs-left > .nav-tabs > li > a:hover,
    #shellProfile .tabs-left > .nav-tabs > li > a:focus {
        border-color: #eeeeee #dddddd #eeeeee #eeeeee;
    }

#shellProfile .tabs-left > .nav-tabs .active > a,
#shellProfile .tabs-left > .nav-tabs .active > a:hover,
#shellProfile .tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}

    .tabs-right > .nav-tabs > li > a {
        margin-left: -1px;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
    }

        .tabs-right > .nav-tabs > li > a:hover,
        .tabs-right > .nav-tabs > li > a:focus {
            border-color: #eeeeee #eeeeee #eeeeee #dddddd;
        }

    .tabs-right > .nav-tabs .active > a,
    .tabs-right > .nav-tabs .active > a:hover,
    .tabs-right > .nav-tabs .active > a:focus {
        border-color: #ddd #ddd #ddd transparent;
        *border-left-color: #ffffff;
    }


.fileUpload {
    position: relative;
    overflow: hidden;
    /*margin: 10px;*/
}


    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .fileUpload input.upload1 {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        padding: 0;
        font-size: 12px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
        max-width: 80px;
    }

.loged.navbar {
    margin-bottom: auto;
}

.loged-bottom.navbar {
    margin-bottom: 0;
}

.ui-accordion { /*#accordion-saldo*/
    width: auto;
    margin-top: 1.5em;
}

    .ui-accordion .ui-accordion-header {
        margin-bottom: 0px;
        outline: none;
    }

    /*.row {
    margin-left: -10px;
    margin-right: -10px;
}*/

    .ui-accordion .row {
        margin-left: 0px;
        margin-right: 0px;
    }

.background-default {
    background-color: #f0f0f0;
}

.background-white {
    background-color: white;
}

.background-gradient {
    /*background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );*/
    background: rgba(248, 248, 248, 0.8);
}

.alig-left {
    display: inline;
    float: left;
    /*margin-left: 4px;*/
}

.alig-right {
    float: right;
    /*margin-left: 4px;*/
}

.ui-tabs .ui-tabs-panel, #shellFilter {
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    margin-top: auto;
    padding: 8px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ui-tabs .ui-tabs-nav {
    margin-bottom: auto;
}

.star-nonactive {
    background-size: 12px 12px;
    background-image: url('/Content/Images/star-grey.svg');
    background-repeat: repeat-x;
    width: 60px;
    height: 12px;
}

.star-active {
    background-size: 12px 12px;
    background-image: url('/Content/Images/star-yellow.svg');
    background-repeat: repeat-x;
    height: 12px;
}

.star-5 {
    width: 6px;
}

.star-10 {
    width: 12px;
}

.star-15 {
    width: 18px;
}

.star-20 {
    width: 24px;
}

.star-25 {
    width: 30px;
}

.star-30 {
    width: 36px;
}

.star-35 {
    width: 42px;
}

.star-40 {
    width: 48px;
}

.star-45 {
    width: 54px;
}

.star-50 {
    width: 60px;
}

.flag-uk {
    background-image: url('/Content/Images/flags/flag_uk.svg');
    width: 20px;
    height: 20px;
    background-size: 40px 20px;
    background-position: center center;
}

.flag-ru {
    background-image: url('/Content/Images/flags/flag_ru.svg');
    width: 20px;
    height: 20px;
    background-size: 30px 20px;
    background-position: center center;
}

.flag-tr {
    background-image: url('/Content/Images/flags/flag_tr.svg');
    width: 20px;
    height: 20px;
    background-size: 30px 20px;
    background-position: center center;
}

.flag-bg {
    background-image: url('/Content/Images/flags/flag_bg.svg');
    width: 20px;
    height: 20px;
    background-size: 30px 20px;
    background-position: center center;
}

.flag-fr {
    background-image: url('/Content/Images/flags/flag_france.svg');
    width: 20px;
    height: 20px;
    background-size: 30px 20px;
    background-position: center center;
}

.flag-de {
    background-image: url('/Content/Images/flags/flag_germ.svg');
    width: 20px;
    height: 20px;
    background-size: 30px 20px;
    background-position: center center;
}

.flag-es {
    background-image: url('/Content/Images/flags/flag_spain.svg');
    width: 20px;
    height: 20px;
    background-size: 30px 20px;
    background-position: center center;
}

.flag-gr {
    background-image: url('/Content/Images/flags/flag_gr.svg');
    width: 20px;
    height: 20px;
    background-size: 30px 20px;
    background-position: center center;
}

.flag-it {
    background-image: url('/Content/Images/flags/flag_italy.svg');
    width: 20px;
    height: 20px;
    background-size: 30px 20px;
    background-position: center center;
}

.shape-circle {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.mr4 {
    margin-right: 4px;
}



/*.table-layout {
    display: table;
    width: 100%;
}

    .table-layout .table-cell {
        display: table-cell;
        border: none;
        min-height: 500px;
        padding-left: 0px;
        padding-right: 0px;
    }*/

.fixed-width-320 {
    width: 280px;
    vertical-align: top;
    text-align: right;
}

/*.altRadioGroup span.ui-button-text{
    padding:0.15em 0.25em 0.2em 0.25em
}*/

.altRadioGroup span.ui-button-text {
    padding: 0;
}

.row.alert {
    margin-left: auto;
    margin-right: auto;
}

.alert-default {
    color: #5e5e5d;
    background-color: #f6f5f2;
    border-color: #ccc;
}

form.alert {
    margin-bottom: auto;
}

a:focus {
    outline: none;
}

.disabledTab {
    pointer-events: none;
    color: gray;
}

    .disabledTab a {
        color: rgba(128, 128, 128, 0.75) !important;
    }

#inputAffType.form-control {
    height: auto;
    padding: 6px 2px;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], input[type="password"], .ui-autocomplete-input, textarea, .uneditable-input {
    padding: 6px;
}


.altRadioGroup.ui-buttonset label.ui-state-active:nth-of-type(1) {
    color: #ffffff;
    background-color: red;
    border-color: #e54141;
}

.altRadioGroup.ui-buttonset label.ui-state-active:nth-of-type(2) {
    color: #ffffff;
    background-color: #ffb227;
    border-color: #f5a71a;
}

.offers-over {
    position: absolute;
    padding: 7px 7px 7px 7px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    z-index: 11;
    font-size: 0.7em;
    font-weight: bold;
    margin-top: 0px;
    min-width: 100px;
    text-align: center;
}

.spec-offer {
    left: -10px;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
    border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    background-color: #ffb227;
    margin-top: -24px;
}

    .spec-offer:before {
        border-color: #a7700e transparent transparent transparent;
        content: "";
        position: absolute;
        bottom: -7px;
        left: 0;
        border-style: solid;
        border-width: 7px 0 0 10px;
        z-index: -1;
    }

.spec-discount {
    left: auto;
    right: -10px;
    -webkit-box-shadow: -1px 1px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 1px 3px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 1px 3px 0px rgba(0,0,0,0.75);
    border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    background-color: #01780a;
    margin-top: -24px;
}

    .spec-discount:before {
        border-color: #1e4911 transparent transparent transparent;
        content: "";
        position: absolute;
        bottom: -7px;
        left: auto;
        right: 0px;
        border-style: solid;
        border-width: 7px 10px 0 0;
        z-index: -1;
    }

    .spec-discount a, .spec-offer a {
        margin: 0 auto 0 auto;
        color: white;
    }
/*.ui-state-active a,ui-tabs .ui-tabs-nav li a{
outline:0;
}*/



/*.nav.nav-tabs {
    min-height: 240px;
}*/

.tdmcrd {
    min-height: 182px !important;
}

    .tdmcrd.pdn {
        /*padding:4px;*/
        padding: 8px 0 8px 0;
        /*padding: 8px 2px 0 8px !important;*/
    }

.pdn {
    /*padding:4px;*/
    padding: 0px 0 0px 0 !important;
}

.tdmcrd .table {
    margin-bottom: 0px;
}

.img-responsive-tdmcrd {
    display: block;
    width: 100%;
    height: auto;
}

.row.top {
    /*top:6px;*/
    /*margin-left:-4px;
    margin-right:0px;*/
    position: absolute;
}

.row.bottom {
    bottom: 0px;
    /*margin-left:-4px;
    margin-right:0px;*/
    position: absolute;
}

.bgn-img-cars {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.h-190 {
    height: 190px;
}

.h-120 {
    height: 120px;
}

.extra-size {
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
    background-position: center;
    background-repeat: no-repeat;
}

.extra-icon {
    font-size: 1.5em;
    color: #fff;
    padding: 2px 6px;
    background-color: #afa9a9 !important;
}

.extra-Aircondition {
    background-image: url('/Content/Images/extras/ac.svg');
}

.extra-Navigation {
    background-image: url('/Content/Images/extras/CarGPS.svg');
}

.extra-Wi-Fi {
    background-image: url('/Content/Images/extras/wifi.svg');
}

.extra-Bank-card {
    background-image: url('/Content/Images/extras/bankcard.svg');
}

.extra-Disability {
    background-image: url('/Content/Images/extras/wheelchair.svg');
}



h3.ui-accordion-header {
    font-size: 1.1em;
}

label.error {
    color: red;
    font-size: .8em;
    font-weight: normal;
    padding-left: 14px;
}

div.error {
    color: red;
    font-size: .8em;
    font-weight: normal;
    padding-left: 14px;
    margin-top: -15px;
    margin-bottom: 15px;
    font-style: italic;
}



/*#reg-form label.error{
    position: absolute;
    left: 0;
    top: 35px;
}*/
/*.ui-buttonset .ui-state-active {
    color: #ffffff;
    background-color: #ebebeb;
    border-color: #adadad;
}
.ui-buttonset .ui-state-active.ui-state.hover {
    color: #ffffff;
    background-color: #ebebeb;
    border-color: #adadad;
}*/





/*.carousel-inner.vertical {
    height: 100%;
}

    .carousel-inner.vertical > .item {
        -webkit-transition: .6s ease-in-out top;
        -o-transition: .6s ease-in-out top;
        transition: .6s ease-in-out top;
    }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner.vertical > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
    }

        .carousel-inner.vertical > .item.next,
        .carousel-inner.vertical > .item.active.right {
            top: 0;
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
        }

        .carousel-inner.vertical > .item.prev,
        .carousel-inner.vertical > .item.active.left {
            top: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
        }

            .carousel-inner.vertical > .item.next.left,
            .carousel-inner.vertical > .item.prev.right,
            .carousel-inner.vertical > .item.active {
                top: 0;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }
}

.carousel-inner.vertical > .active {
    top: 0;
}

.carousel-inner.vertical > .next,
.carousel-inner.vertical > .prev {
    top: 0;
    height: 100%;
    width: auto;
}

.carousel-inner.vertical > .next {
    left: 0;
    top: 100%;
}

.carousel-inner.vertical > .prev {
    left: 0;
    top: -100%;
}

    .carousel-inner.vertical > .next.left,
    .carousel-inner.vertical > .prev.right {
        top: 0;
    }

.carousel-inner.vertical > .active.left {
    left: 0;
    top: -100%;
}

.carousel-inner.vertical > .active.right {
    left: 0;
    top: 100%;
}*/

#shellCorporate .nav.nav-tabs {
    min-height: 140px;
}

.mymentors.panel-body {
    padding: 0;
}


/*.shellMentors .btn-group{
    width:100%;
}*/

.mlb-5 {
    margin-left: 5px;
    margin-bottom: 5px;
}


.mlm-5 {
    margin-left: -5px;
}

.mrm-5 {
    margin-right: -5px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-36 {
    margin-top: 36px;
}

.mt-48 {
    margin-top: 48px;
}

.ml-24 {
    margin-left: 24px;
}

.mr-15 {
    margin-right: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.mt-6 {
    margin-top: 6px;
}

.mr-24 {
    margin-right: 24px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-18 {
    padding-left: 18px;
}

.pr-18 {
    padding-right: 18px !important;
}

.pl-5 {
    padding-left: 5px;
}

.pr-5 {
    padding-right: 5px;
}

.pl-25 {
    padding-left: 25px;
}

.pr-25 {
    padding-right: 25px;
}


.pl-10 {
    padding-left: 10px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-20 {
    padding-right: 20px;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}

.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #808080;
    text-shadow: none;
}

.table-cell:nth-child(2) {
    min-height: 500px;
}

#howWorks-pass .deck, #howWorks-driver .deck {
    position: relative;
    background-position: center right;
    background-image: url('../../../Content/Images/slider-background-effect.png');
    background-repeat: no-repeat;
    margin: 0 auto;
}

/*#master-slider{
    top: 110px;
    margin-bottom: 110px;
}*/

#master-slider .carousel-inner > .item > img {
    width: 100%;
    margin: auto;
}

@media (min-width: 320px) {
    .tabs-below > .nav-tabs,
    .tabs-right > .nav-tabs,
    #shellProfile .tabs-left > .nav-tabs {
        border-bottom: 0;
        margin-left: 40px;
        width: 240px;
    }

    .table-cell {
        display: block;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .login-width {
        width: 100%;
    }

    .map-list {
        width: 100% !important;
    }

        .map-list + div {
            width: 100%;
        }

    .what-diffr-icon {
        display: block;
    }

    .what-diffr-icon-alt {
        display: none;
    }

    #howWorks-driver .carousel-inner .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .what-diffr {
        min-height: 72px;
        display: table;
    }

        .what-diffr h2 {
            display: table-cell;
            vertical-align: middle;
        }


    .logo-android-text {
        display: none;
    }

    .store-icons-passenger .panel-default {
        margin-top: 0px;
    }

    .navbar-fs-1 {
        font-size: .8em;
        border-radius: 0;
    }

    .navbar-fs-2 {
        font-size: .9em;
    }

    #collapse2 .col-xs-6 {
        float: none;
        clear: both;
        margin-left: auto;
        margin-right: auto;
    }


    #howWorks-driver .carousel-indicators {
        margin-left: -60px;
    }

    h2.how-works-driver {
        text-align: center;
    }


    .jumbotron {
        background-color: transparent;
    }

    .big-icon-shell-1 {
        padding-left: 13px;
        padding-top: 7px;
    }

    .big-icons {
        font-size: 48px;
    }

    .tips-icons-discount, .tips-icons-group {
        background-size: 48px 48px;
    }

    .tips-icons {
        width: 72px;
        height: 72px;
    }

    #howWorks-pass .carousel-inner img {
        height: auto;
        width: 100%;
    }

    #howWorks-driver .carousel-inner img {
        height: auto;
        width: 100%;
    }



    .app-store-links {
        background-size: 240px auto;
    }

    .h4, h4 {
        font-size: 14px;
    }

    .lang-m-top {
        margin-top: -12px;
    }

    .loged-logo {
        /*background-image: url('../Content/Images/logo-txt-64.png');
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        background-size: auto 100%;*/
        /*background: url('../Content/Images/logo-txt-64.png');*/
        background: url('../Content/Images/new_logo.svg');
        background-repeat: no-repeat;
        -moz-background-size: 96px auto;
        -o-background-size: 96px auto;
        -webkit-background-size: 96px auto;
        background-size: 96px auto;
        width: 96px;
    }

    body.nav-open section {
        margin-left: 250px;
    }


    .site-footer {
        position: fixed;
        z-index: 5;
        bottom: 0;
        left: 0;
    }

    #howWorks-pass .deck, #howWorks-driver .deck {
        text-align: center;
    }

        #howWorks-pass .deck img, #howWorks-driver .deck img {
            margin: 0 auto;
        }


    .navbar {
        margin-bottom: 0px;
    }

    .btn-group-justified {
        width: auto;
        /*margin-left: -4px;
        margin-right: -4px;*/
    }

    /*.col-xs-4 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .col-xs-8 {
        padding-right: 8px;
        padding-left: 2px;
    }*/

    #your-taxi-is-hare {
        margin-top: 10px;
        width: 100%;
        position: absolute;
        margin-left: 0px;
        margin-right: 0px;
        text-align: center;
        z-index: 300;
    }

        #your-taxi-is-hare .btn-mob {
            padding: 5px 10px;
            font-size: 12px;
            line-height: 1.5;
            border-radius: 3px;
            margin-top: 10px;
        }

    .over-div-moto-1 {
        font-size: 1.0em;
        color: #ffffff;
        font-weight: bold;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }

    .affix {
        top: 0px;
        width: 100%;
    }

        .affix + .container-fluid {
            padding-top: 70px;
        }

    .carousel-header {
        margin-top: 20px;
        z-index: 30;
        width: 100%;
    }

    h2.how-works-passenger {
        margin-bottom: 20px;
        background-color: #eee;
        padding: 8px;
        border-bottom: #ddd 1px solid;
        text-align: center;
    }

    .carousel-indicators {
        bottom: 0;
    }

    #howWorks-pass .body {
        height: 120px;
        margin-left: -25px;
        margin-right: -25px;
        margin-top: 12px
    }

    #howWorks-driver .body {
        height: 60px;
    }

    #howWorks-corp .corp {
        height: 300px;
    }

    /*#supervisor_drivers_list .img-driver, .supervisor_drivers_list.img-driver {
        height: 96px;
    }

    #supervisor_drivers_list .img-company, .supervisor_drivers_list.img-company {
        height: 64px;
    }*/
}



@media (min-width:768px) {
    .loged header {
        top: 0;
        position: fixed;
        width: 100%;
        z-index: 500;
    }

    /*.loged section {
        margin-top: 60px;
        padding-top: 60px;
        margin-bottom: 100px;
        padding-bottom: 0px;
    }*/

    .loged footer {
        /*bottom: 0;
        position: fixed;*/
        width: 100%;
        z-index: 500;
    }

    #inputKIN, #inputIBAN {
        width: 200px;
    }

    button.tglsavekin, button.tglsaveiban {
        width: 134px;
    }

    #shell_amount, #shell_radio_input {
        width: 70%;
    }

    .what-diffr-icon {
        display: block;
    }

    .what-diffr-icon-alt {
        display: none;
    }

    #howWorks-driver .carousel-inner .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .what-diffr {
        min-height: 96px;
        display: table;
    }

        .what-diffr h2 {
            display: table-cell;
            vertical-align: middle;
        }

    .logo-android-text {
        display: none;
    }

    .store-icons-passenger .panel-default {
        margin-top: -20px;
    }

    .navbar-fs-1 {
        font-size: 1.1em;
    }

    .navbar-fs-2 {
        font-size: 1.2em;
    }



    #collapse2 .col-xs-6 {
        float: left;
        clear: none;
        margin-left: auto;
        margin-right: auto;
    }

    #howWorks-driver .carousel-indicators {
        margin-left: -60px;
    }

    h2.how-works-driver {
        text-align: center;
    }


    #modal-login .modal-dialog {
        width: 440px;
    }

    .jumbotron {
        background-color: transparent;
    }

    .big-icon-shell-1 {
        padding-left: 17px;
        padding-top: 10px;
    }

    .big-icons {
        font-size: 3.0em;
    }

    .tips-icons-discount, .tips-icons-group {
        background-size: 48px 48px;
    }

    .tips-icons {
        width: 72px;
        height: 72px;
    }

    #howWorks-pass .carousel-inner img {
        height: 350px;
        width: auto;
    }

    #howWorks-driver .carousel-inner img {
        height: 300px;
        width: auto;
    }

    .app-store-links {
        /*background-size: 100% auto;*/
    }

    .h4, h4 {
        font-size: 16px;
    }

    /*#master-slider {
        top: 100px;
        margin-bottom: 100px;
    }*/
    .lang-m-top {
        margin-top: initial;
    }

    .loged-logo {
        /*background: url('../Content/Images/logo-txt-64.png');*/
        background: url('../Content/Images/new_logo.svg');
        background-repeat: no-repeat;
        -moz-background-size: auto 32px;
        -o-background-size: auto 32px;
        -webkit-background-size: auto 32px;
        background-size: auto 32px;
        width: 100%;
    }



    /*#shellDrivers {
        margin-left: 30px;
        margin-top: 15px;
    }*/

    /*#dialog-driver-profile-edit .modal-dialog {
        width: 680px;
    }*/
    .carousel-header {
        position: absolute;
        left: 35%;
        margin-top: 20px;
        z-index: 30;
        width: 65%;
    }

    #howWorks-pass .body {
        position: absolute;
        top: 70%;
        left: 40%;
        width: 60%;
    }

    #howWorks-corp .corp {
        height: 300px;
    }


    .container.deck h4 {
        padding-left: 15px;
    }

    #howWorks-pass .deck, #howWorks-driver .deck {
        text-align: left;
    }

        #howWorks-pass .deck img, #howWorks-driver .deck img {
            margin: 0 auto;
        }

    .navbar.navbar-default {
        /*position: fixed;
        z-index: 500;*/
    }


    #your-taxi-is-hare {
        margin-top: 40px;
        width: 100%;
        position: absolute;
        margin-left: 0px;
        margin-right: 0px;
        text-align: center;
        z-index: 300;
    }

        #your-taxi-is-hare .btn-mob {
            padding: 10px 16px;
            font-size: 18px;
            line-height: 1.3333333;
            border-radius: 6px;
            margin-top: 60px;
        }

    .over-div-moto-1 {
        font-size: 2.0em;
        color: #ffffff;
        font-weight: bold;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }

    .affix {
        top: 0px;
        width: 100%;
    }

        .affix + .container-fluid {
            padding-top: 70px;
        }




    h2.how-works-passenger {
        margin-bottom: 20px;
        background-color: #eee;
        padding: 8px;
        border-bottom: #ddd 1px solid;
        text-align: center;
    }

    .carousel-indicators {
        bottom: 0;
    }

    #howWorks-pass .body {
        height: 120px;
    }

    #howWorks-driver .body {
        height: 60px;
    }
}

/*@media (min-width:1024px) {
    .tabs-below > .nav-tabs,
    .tabs-right > .nav-tabs,
    #shellProfile .tabs-left > .nav-tabs {
        border-bottom: 0;
        width: 100%;
        margin-left: -15px;
        padding-left: 15px;
    }

    #shellProfile .tabs-right > .nav-tabs {
        border-bottom: 0;
        margin-right: -5px;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }

    .table-cell {
        display: block;
        margin-left: auto;
        margin-right: auto;
        float: left;
    }

    .mobile .table-cell {
        float: none;
        width: 75%;
    }

    .loged header {
        top: initial;
        position: initial;
    }

    .loged section {
        margin-top: initial;
        padding-top: initial;
        margin-bottom: initial;
        padding-bottom: 0px;
    }

    .loged footer {
      
        width: 100%;
    }

    #shellProfile {
        min-height: 600px;
    }

    .login-width {
        width: 65%;
    }

    .map-list {
        width: 50% !important;
        float: left;
    }

        .map-list + div {
            width: 49%;
            float: right;
        }




    .parent {
        height: 550px;
    }

    .pac-card .row > div:first-child {
        padding-right: 2px;
    }

    .pac-card .row > div:last-child {
        padding-left: 2px;
    }

    .what-diffr-icon {
        display: none;
    }

    .what-diffr-icon-alt {
        display: block;
    }

    #howWorks-driver .carousel-inner .container {
        padding-left: 15px;
        padding-right: 15px;
    }


    .logo-android-text {
        display: block;
    }

    .store-icons-passenger .panel-default {
        margin-top: -20px;
    }

    #howWorks-driver .carousel-indicators {
        margin-left: -60px;
    }

    h2.how-works-driver {
        text-align: left;
    }


    #modal-login .modal-dialog {
        width: 440px;
    }

    .jumbotron {
        background-color: #eee;
    }

    .big-icon-shell-1 {
        padding-left: 17px;
        padding-top: 10px;
    }

    .big-icons {
        font-size: 3.0em;
    }

    .tips-icons-discount, .tips-icons-group {
        background-size: 48px 48px;
    }

    .tips-icons {
        width: 72px;
        height: 72px;
    }

    #howWorks-pass .carousel-inner img {
        height: 500px;
        width: auto;
    }

    #howWorks-driver .carousel-inner img {
        height: 300px;
        width: auto;
    }



    .h4, h4 {
        font-size: 18px;
    }

    #master-slider {
        top: auto;
        margin-bottom: auto;
    }

    .loged-logo {
    
        background: url('../Content/Images/new_logo.svg');
        background-repeat: no-repeat;
        -moz-background-size: 218px 44px;
        -o-background-size: 218px 44px;
        -webkit-background-size: 218px 44px;
        background-size: 218px 44px;
        width: 218px;
        height: 44px;
    
    }

    .mobile .loged-logo {
        height: 44px !important;
    }

    .table-cell:nth-child(2) {
        min-height: 500px;
    }

 

    .carousel-header {
        position: absolute;
        left: 40%;
        margin-top: 20px;
        z-index: 30;
        width: 60%;
    }

    #howWorks-pass .body {
        position: absolute;
        top: 70%;
        left: 40%;
        width: 60%;
    }

    #howWorks-driver .deck {
        text-align: center;
    }

    #howWorks-corp .corp {
        height: 300px;
    }

    #howWorks-driver .deck img {
        margin: 0 auto;
    }

    .navbar.navbar-default .btn-group {

        margin-top: 15px;
    }

    #your-taxi-is-hare {
        width: 100%;
        position: absolute;
        margin-left: 0px;
        margin-right: 0px;
        text-align: center;
        margin-top: 125px;
        z-index: 300;
    }

        #your-taxi-is-hare .btn-mob {
            padding: 10px 16px;
            font-size: 18px;
            line-height: 1.3333333;
            border-radius: 6px;
            margin-top: 60px;
        }

        #your-taxi-is-hare > h2 {
            margin-left: auto;
            margin-right: auto;
        }

        #your-taxi-is-hare > a {
            margin-top: 45px;
        }

    .over-div-moto-1 {
        font-size: 2.5em;
        color: #ffffff;
        font-weight: bold;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }

    #howWorks-pass .deck {
        text-align: left;
    }

    #howWorks-driver .deck {
        text-align: center;
    }

        #howWorks-pass .deck img, #howWorks-driver .deck img {
            margin: 0;
        }

    .affix {
        top: 82px;
        width: 100%;
    }

    .mobile .affix {
        top: 0;
    }

    .affix + .container-fluid {
        padding-top: 70px;
    }

    .carousel-header {
        position: absolute;
        left: 40%;
        margin-top: 20px;
        z-index: 30;
        width: 50%;
    }

    h2.how-works-passenger {
        margin-top: 90px;
        background-color: #eee;
        padding: 8px;
        border-bottom: #ddd 1px solid;
    }

    .carousel-indicators {
        bottom: 0px;
    }

    #howWorks-pass .body {
        position: absolute;
        top: 70%;
        left: 40%;
        width: 50%;
    }
}*/


@media (min-width: 1200px) {
    .tabs-below > .nav-tabs,
    .tabs-right > .nav-tabs,
    #shellProfile .tabs-left > .nav-tabs {
        border-bottom: 0;
        margin-left: -15px;
        width: 100%;
        padding-left: 80px;
    }

    #shellProfile .tabs-right > .nav-tabs {
        border-bottom: 0;
        margin-right: -15px;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }


    .table-cell {
        display: block;
        margin-left: auto;
        margin-right: auto;
        float: left;
    }

    .what-diffr-icon {
        display: none;
    }

    .what-diffr-icon-alt {
        display: block;
    }

    #howWorks-driver .carousel-inner .container {
        padding-left: 60px;
        padding-right: 60px;
    }

    .logo-android-text {
        display: block;
    }

    .store-icons-passenger .panel-default {
        margin-top: -20px;
    }

    #howWorks-driver .carousel-indicators {
        margin-left: -60px;
    }

    h2.how-works-driver {
        text-align: left;
    }



    #modal-login .modal-dialog {
        width: 440px;
    }

    .jumbotron {
        background-color: #eee;
    }

    .big-icon-shell-1 {
        padding-left: 17px;
        padding-top: 10px;
    }

    .big-icons {
        font-size: 3.0em;
    }

    .tips-icons-discount, .tips-icons-group {
        background-size: 48px 48px;
    }

    .tips-icons {
        width: 72px;
        height: 72px;
    }

    #howWorks-pass .carousel-inner img {
        height: 500px;
        width: auto;
    }

    #howWorks-driver .carousel-inner img {
        height: 300px;
        width: auto;
    }

    .app-store-links {
        /*background-size: 100% auto;*/
    }

    .h4, h4 {
        font-size: 18px;
    }

    #master-slider {
        top: auto;
        margin-bottom: auto;
    }

    .loged-logo {
        /*background: url('../Content/Images/logo-txt-64.png');*/
        background: url('../Content/Images/new_logo.svg');
        background-repeat: no-repeat;
        /*-moz-background-size: 290px 58px;
        -o-background-size: 290px 58px;
        -webkit-background-size: 290px 58px;
        background-size: 290px 58px;
        width: 290px;
        height: 58px;*/
        margin-left: 20px;
        margin-top: 0px;
        -moz-background-size: 218px 44px;
        -o-background-size: 218px 44px;
        -webkit-background-size: 218px 44px;
        background-size: 218px 44px;
        width: 218px;
        height: 44px;
    }

    .table-cell:nth-child(2) {
        min-height: 600px;
    }

    /*#shellDrivers {
        margin-left: -30px;
        margin-top: 15px;
    }*/

    .carousel-header {
        position: absolute;
        left: 40%;
        margin-top: 20px;
        z-index: 30;
        width: 40%;
    }

    #howWorks-pass .body {
        position: absolute;
        top: 70%;
        left: 40%;
        width: 40%;
    }

    .carousel-header-driver {
        position: absolute;
        left: 52%;
        margin-top: 10px;
        z-index: 30;
        width: 40%
    }

    #howWorks-driver .body {
        position: absolute;
        top: 80%;
        left: 60%;
    }

    #howWorks-pass .deck, #howWorks-driver .deck {
        text-align: left;
    }

        #howWorks-pass .deck img, #howWorks-driver .deck img {
            margin: 0;
        }


    .navbar.navbar-default .btn-group {
        padding-top: 8px;
        /*padding-left: 20px;*/
        margin-top: 0px;
    }

    #your-taxi-is-hare {
        width: 100%;
        position: absolute;
        margin-left: 0px;
        margin-right: 0px;
        text-align: center;
        margin-top: 180px;
        z-index: 300;
    }

        #your-taxi-is-hare > h2 {
            margin-left: auto;
            margin-right: auto;
        }

        #your-taxi-is-hare > a {
            margin-top: 45px;
        }

    .over-div-moto-1 {
        font-size: 2.5em;
        color: #ffffff;
        font-weight: bold;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }

    .affix {
        top: 82px;
        width: 100%;
    }

        .affix + .container-fluid {
            padding-top: 70px;
        }

    .carousel-header {
        position: absolute;
        left: 40%;
        margin-top: 20px;
        z-index: 30;
        width: 40%;
    }

    h2.how-works-passenger {
        margin-top: 90px;
        background-color: #eee;
        padding: 8px;
        border-bottom: #ddd 1px solid;
    }

    .carousel-indicators {
        bottom: 20px;
    }

    #howWorks-pass .body {
        position: absolute;
        top: 70%;
        left: 40%;
    }

    #howWorks-corp .corp {
        height: 300px;
    }


    #shellDrivers > div:nth-child(odd) > .ui-tabs.ui-widget,
    #shellListOfCars .odd, #callcenterdrivers_list .odd,
    #dispatchers_list .odd, #shellCorporate .odd {
        margin-left: -15px;
    }

    #shellDrivers > div:nth-child(even) > .ui-tabs.ui-widget,
    #shellListOfCars .even, #callcenterdrivers_list .even,
    #dispatchers_list .even, #shellCorporate .even {
        margin-right: -15px
    }

    /*#supervisor_drivers_list .img-driver, .supervisor_drivers_list.img-driver {
        height: 96px;
    }

    #supervisor_drivers_list .img-company, .supervisor_drivers_list.img-company {
        height: 64px;
    }*/
}

.right.carousel-control, .left.carousel-control {
    z-index: 100;
}
/*  =====================================         */



/*html { line-height: 1; }*/

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

    q:before, q:after, blockquote:before, blockquote:after {
        content: "";
        content: none;
    }

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}


body.nav-open aside {
    left: 0;
}



.right {
    float: right;
}

.left {
    float: left;
}



aside {
    position: fixed;
    height: 100%;
    width: 100%;
    /*color: #fff;*/
    left: -100%;
    /*background-color: #2A3744;
  padding: 20px;*/
    -moz-transition: left 0.4s ease, width 0.5s cubic-bezier(0.525, -0.35, 0.115, 1.335);
    -o-transition: left 0.4s ease, width 0.5s cubic-bezier(0.525, -0.35, 0.115, 1.335);
    -webkit-transition: left 0.4s ease, width 0.5s cubic-bezier(0.525, -0.35, 0.115, 1.335);
    transition: left 0.4s ease, width 0.5s cubic-bezier(0.525, -0.35, 0.115, 1.335);
}


.float-left {
    float: left;
}

.float-right {
    float: right;
}

.v-menu {
    width: auto;
  
}





.btn-link {
    text-decoration: none;
}

    .btn-link:hover {
        text-decoration: none;
    }

    .btn-link:active {
        text-decoration: none;
    }

#tab-co-workers .badge {
    margin-top: -8px;
}

#tab-co-workers > div {
    min-height: 400px;
}

body.mobile.container-fluid {
    padding: 0;
    overflow-x: hidden
}

.navbar.loged > .row {
    margin-left: 0px;
    margin-right: 0px;
}

div.ui-buttonset .ui-state-active {
    color: initial;
    background-color: initial;
    border-color: #adadad;
}

    div.ui-buttonset .ui-state-active:hover {
        color: #333333;
        background-color: #ebebeb;
        border-color: #adadad;
    }

span.ui-state-default,
span.ui-widget-content .ui-state-default,
span.ui-widget-header .ui-state-default {
    color: #333333;
    background-color: #ffffff;
    font-weight: normal;
    border: 1px solid #cccccc;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    /*background-color: rgba(231, 231, 231, 0.7) !important;*/
    background-color: initial !important;
}


header .nav.navbar-nav.float-right li {
    width: 170px;
}

body.en-us header .nav.navbar-nav.float-right li {
    width: 280px;
}

body.en-us .navbar-default .navbar-nav > .active > a {
    border-bottom-style: none;
}


header .nav.navbar-nav.float-right .dropdown-menu {
    min-width: 150px;
    background-color: rgba(231, 231, 231, 0.7) !important;
    border-top: 1px solid rgba(0,0,0,.10);
}

    header .nav.navbar-nav.float-right .dropdown-menu > li > a {
        padding: 3px 15px;
    }



.f-400 {
    font-size: 4.0em;
}

.f-300 {
    font-size: 3.0em;
}


.f-250 {
    font-size: 2.5em;
}

.f-200 {
    font-size: 2.0em;
}

.f-150 {
    font-size: 1.5em;
}

.f-130 {
    font-size: 1.3em;
}

.f-110 {
    font-size: 1.1em;
}

.f-90 {
    font-size: 0.9em;
}

.f-80 {
    font-size: 0.8em;
}

.car-model {
    /*max-width: 290px !important;*/
    /*margin-left: -6px;
    margin-top: -6px;*/
}

    .car-model img.img-thumbnail {
        width: 5em;
        margin-top: 4px;
    }
    /*.car-model:before {
    max-width: 290px;
   
}*/

    .car-model .row {
        /*max-width: 290px;*/
        /*position: absolute;*/
        z-index: 200;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.27);
        /*margin-left: 0px !important;
        margin-right:6px !important;*/
    }
/*img.car-model{
    
 margin-left: -8px;
    margin-right: 8px;
    margin-top: -7px;
}

img.car-model:before{
width: 100%;
}*/

#dialog-driver-phone-number .input-group-btn {
    vertical-align: top;
}


.ui-tabs-panel, .ui-tabs-active.ui-state-active a {
    background-color: #fbfbfb !important;
}

.ui-tabs-active.ui-state-active a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.00) !important;
}

.w-50 {
    width: 50%;
}

.box-shadow {
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.85);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.85);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.85);
}

.box-shadow-right {
    -webkit-box-shadow: 2px 0px 2px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 2px 0px 2px 0px rgba(0,0,0,0.45);
    box-shadow: 2px 0px 2px 0px rgba(0,0,0,0.45);
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.p-12 {
    padding: 12px;
}

.w-180 {
    width: 180px;
}

.w-250 {
    width: 250px;
}

.z-4999 {
    z-index: 4999;
}

#dialog-driver-charge.ui-widget-content {
    background: none !important;
}

.nav-tabs {
    border-bottom: none;
}

.color-blue {
    color: #4e94f5;
}

.color-white {
    color: rgba(237,237,237,1);
}

.alig-center {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    padding-top: 2px;
    padding-left: 1px;
}

.quest-page td {
    height: 30px;
}

.quest-page table td:nth-child(1) {
    width: 60%;
}

.quest-page table td:nth-child(2) {
    vertical-align: middle;
}

.quest-page label {
    font-size: 0.9em;
}


.margin-auto {
    margin-left: auto;
    margin-right: auto;
}

.p-6 {
    padding: 6px;
}

.background-333 {
    /*background-color:#333;*/
    padding: 4px;
    font-size: 0.95em;
}

.collored a:link, .collored a:visited {
    color: #ddd;
    text-decoration: none;
    padding: 4px;
    font-size: 0.9em;
}

.collored a:hover, .collored a:active {
    color: #c6c6c6;
    text-decoration: none;
    padding: 4px;
    font-size: 0.9em;
}

.collored {
    color: #c6c6c6;
}

.padding-u-d {
    margin-top: 12px;
    margin-bottom: 12px;
}


/*.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings'; 
    content: "\e114"; 
    float: right;
   
}

.panel-heading .accordion-toggle.collapsed:after {
  
    content: "\e080"; 
  
}*/



.carousel-indicators {
    padding-top: 2px;
}




#amount1-error, #amount2-error {
    position: absolute;
    right: 0px;
    width: 100%;
    top: 40px;
}

/*button.close {
    -webkit-appearance: none;
       padding: 6px 12px;
    cursor: pointer;
    background: 0 0;
       border: 1px solid transparent;
}*/

.close-btn {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=50);
    opacity: .5;
    margin-top: -6px;
}

.list-group.dropdown-menu {
    padding: 0;
}

.mt-5 {
    margin-top: 5px;
}

.color-gold {
    color: #FFBD22;
}

.color-gray {
    color: #808080;
}

.color-red {
    color: red;
}

.car-model > .title {
    left: 10px;
    top: 40px;
}

.car-model > .pre-row {
    position: absolute;
    width: 100%;
    left: 0px;
    height: inherit;
}

.pl-30 {
    padding-left: 30px;
}



.epay-32 {
    height: 32px;
    margin-top: -16px;
    margin-left: 12px;
    display: inline-block;
}

.mt-minus6 {
    margin-top: -6px !important;
    margin-left: 20px !important;
}

#optradio-error {
    width: 100%;
    text-align: center;
    clear: both;
}

.h-150 {
    height: 150px;
}

.h-160 {
    height: 160px;
}

.h-170 {
    height: 170px;
}

.h-180 {
    height: 180px;
}

.h-210 {
    height: 210px;
}

.h-250 {
    height: 250px;
}

.h-300 {
    height: 300px;
}

.h-350 {
    height: 350px;
}
.h-400 {
    height: 400px;
}
.h-450 {
    height: 450px;
}
.indicator.progress {
    height: 5px;
    margin-bottom: 0px;
    border-radius: 2px;
}

.ban-circle-in {
    color: red;
}

.phonealt-in, .escalator-in, .uptime-in {
    color: red;
}

.uptime-out, .phonealt-out, .ban-circle-out {
    color: rgba(0, 0, 0, 0.10) !important;
}

.escalator-out {
    color: rgba(0, 0, 0, 0.20) !important;
}

.mt-4 {
    margin-top: 4px;
}


.btn-order-new {
    margin-right: 2px;
    margin-bottom: -1px;
    border: 0;
    height: 70px;
}

    .btn-order-new.btn-default:active:focus,
    .btn-order-new.btn-default.focus {
        background-color: none;
        border-color: none;
    }


.panel-heading .accordion-toggle:after, .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    /* color: grey; adjust as needed */
    /*background-color: #fff;*/
    /*color: #333;*/
    top: -20px;
    margin-top: -18px;
}

.panel-heading .accordion-toggle.collapsed:after, .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
    /*background-color: #fff;*/
    /*color: #333;*/
    top: -20px;
    margin-top: -18px;
}

.accordion-toggle.collapsed.h-height:after, .accordion-toggle.h-height:after {
    margin-top: -36px;
    margin-right: 15px;
}



.panel-heading a {
    /*color: black;*/
    text-decoration: none;
}


.pointer {
    cursor: pointer !important;
}

.my-cabs.active .ui-tabs-panel[aria-labelledby="ui-id-4"] {
    padding: 0;
}

.my-cabs.active .ui-tabs-panel .panel-body {
    background-color: #fff;
}

.my-cabs.active .ui-tabs-panel .panel-heading {
    background-color: initial;
}

.shellDiscountGraph-1 {
    height: 190px;
}

#form-saveDiscount input[type="text"] {
    width: 100%;
}

a[data-toggle="tooltip"] {
    color: #333333;
}

.pad-t-8 {
    padding-top: 8px;
}

.w-60 {
    width: 60px;
}

.h-34 {
    height: 34px;
}

#activity-error {
    position: absolute;
    top: 24px;
    width: 300px;
    max-width: 300px;
    margin-left: -40px;
}

#tab-filter-mentors .alert, #tab-filter-companies .alert, #tab-filter-cabs .alert {
    padding: 15px 0 15px 0;
    margin-bottom: 0;
}

#tab-filter-mentors .alert-default, #tab-filter-companies .alert-default, #tab-filter-cabs .alert-default {
    background-color: transparent;
    border: none;
}


.shell-opacity {
    width: 100%;
    position: absolute;
    margin-left: -9px;
    padding: 0 9px 0 9px;
}

    .shell-opacity > div {
        width: 100%;
        height: 56px;
        background-color: rgba(0,0,0,.27);
    }

        .shell-opacity > div > img {
            height: 48px;
            float: left;
            margin: 4px;
        }

        .shell-opacity > div > div {
            float: right;
            margin: 4px;
            text-align: right;
        }

            .shell-opacity > div > div > p {
                color: white;
                font-weight: bold;
                margin-bottom: 5px;
            }



.shell-ddl-driver {
    text-align: right;
    vertical-align: top;
    padding-left: 8px;
    padding-top: 4px;
}

    .shell-ddl-driver ul.dropdown-menu {
        padding: 8px;
        min-width: initial;
        width: 100%;
    }



.panel-help:after {
    font-family: 'Glyphicons Halflings';
    content: "\e085";
    float: right;
    /*color: #333;*/
    top: -20px;
    margin-top: -18px;
}

.panel-help.collapsed:after {
    content: "\e085";
    /*color: #333;*/
    top: -20px;
    margin-top: -18px;
}

.p-0 {
    padding: 0 !important;
}



.top-border-no.table > tbody > tr:nth-child(1) > td {
    border-top: none;
}

.opacity-50 {
    filter: alpha(opacity=50);
    opacity: .5;
}

.opacity-25 {
    filter: alpha(opacity=25);
    opacity: .25;
}


#shellCorporate .text-warning {
    color: #ffb227;
}

#shellCorporate .text-success, .color-green {
    color: #00D204;
}

#shellProfile .text-danger {
    color: #F00;
}

#shellProfile .text-success {
    color: #00c158;
}

#ui-datepicker-div {
    z-index: 35000 !important;
}

#discount-date-bullhorn-error, #discount-date-activate-error,
#stop-date-activate-error, #stop-date-bullhorn-error,
#cnange-date-bullhorn-error, #cnange-date-activate-error,
#discount-date-bullhorn-private-error, #discount-date-activate-private-error,
#tariff-date-bullhorn-error, #tariff-date-activate-error,
#cnange-tariff-bullhorn-error {
    position: absolute;
    top: 40px;
    left: 0;
}


#cancelStopping, #cnangeDiscount {
    width: 100%;
    margin-top: 46px;
}

#cancelStopping-private {
    width: 100%;
    margin-top: 24px;
}

[data-target="#mentorPriority"].btn.disabled {
    opacity: 1;
}

.shell-ddl-driver .alert {
    margin-top: 4px;
    padding: 2px;
    margin-bottom: 0px;
}

#percentTwo.form-control {
    padding: 0;
}

.w100 {
    width: 100%;
}

.mt-12 {
    margin-top: 12px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mtmb-6 {
    margin-top: 6px;
    margin-bottom: 6px;
}

.ui-tabs-anchor .glyphicon, .ui-tabs-anchor i {
    margin-top: -2px;
}


.panel-primary a.accordion-toggle {
    color: #eee;
}

.panel-info a.accordion-toggle {
    color: #1c517e;
}

.panel-warning > .panel-footer {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}


.logo-android-robot {
    background-image: url(../Content/Images/android/Android-logo-robot-219x286.png);
    background-position: center center;
    background-size: 100%;
    padding: 4px;
    float: right;
    height: 42px;
    width: 42px;
    margin-top: -32px;
}

.logo-android-text {
    background-image: url(../Content/Images/android/Android-logo-wordmark-2014-880x660.png);
    background-position: center center;
    background-size: 100% auto;
    padding: 4px;
    float: right;
    height: 42px;
    width: 120px;
    margin-top: -32px;
    background-repeat: no-repeat;
}

.logo-android-text-robot {
    background-image: url(../Content/Images/android/Android-logo-wordmark-robot.png);
    background-position: center center;
    background-size: 100% auto;
    padding: 4px;
    float: none;
    height: 42px;
    width: 150px;
    margin-top: -32px;
    margin-bottom: -14px;
    background-repeat: no-repeat;
    display: inline-block;
}



.store-icons-passenger .panel-default > .panel-heading,
.store-icons-driver .panel-default > .panel-heading {
    background-color: transparent;
    border-color: transparent;
    margin-top: 10px;
}

.store-icons-passenger .panel,
.store-icons-driver .panel {
    box-shadow: 1px 1px 1px rgba(0,0,0,.3);
}

.store-icons-passenger hr,
.store-icons-driver hr {
    width: 90%;
    margin-top: 10px;
    margin-bottom: 5px;
}

.store-icons-passenger h4,
.store-icons-driver h4 {
    font-weight: bold;
    margin-left: 10px;
}



h2.how-works-driver {
    /*margin-top: 90px;*/
    background-color: #eee;
    padding: 8px;
    border-bottom: #ddd 1px solid;
}

#howWorks-driver .body h4 {
    margin-top: 50px;
}


.navbar.navbar-default.loged {
    /*position: relative;*/
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #eee; /*rgba(248,248,248,0.8)*/
}

.navbar.navbar-default.loged-bottom {
    /*position: relative;*/
    padding-top: 0px;
    padding-bottom: 0px;
    /*background-color: #484848;*/
}

.td {
    display: table-cell;
}

.tr {
    display: table-row;
}

.extras-bgn-gray {
    display: block;
    float: left;
    width: 32px;
    background-color: #adadad;
    border-radius: 60px;
    padding-top: 2px;
}

.mlr-4e {
    margin-left: 4em;
    margin-right: 4em;
}

.mt-2em {
    margin-top: 1.5em;
}

.p-1em {
    padding: 1em;
}


.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    max-width: 380px;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-content {
    border-radius: 0px 6px 6px 0px
}

.modal.right .modal-content {
    border-radius: 6px 0px 0px 6px
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

.modal.right .close-btn {
    float: left;
}


.modal.right h4.modal-title {
    float: right;
}

/*Left*/
.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}


.txt-left-align {
    text-align: left;
}

.lang-icon {
    height: 18px;
}

.btn-lang span {
    vertical-align: top;
}

.btn-lang a, .btn-link, .btn-link:focus {
    text-decoration: none;
}

.btn-lang.dropdown-menu {
    min-width: initial;
    margin-left: -8px;
}

.jumbotron p, .jumbotron p span, f16 {
    font-size: 16px;
}

.jumbotron ul {
    list-style: initial;
    margin-left: 48px;
    padding-bottom: 18px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-8 {
    margin-top: 8px;
}

.clear {
    clear: both;
}

.jumbotron h4 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 200;
}

.hidden-noimp {
    display: none;
}

#addressList .list-group-item:first-child,
#phoneList .list-group-item:first-child {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

#addressList .list-group-item,
#phoneList .list-group-item{
font-size:16px;
}


#phoneList.dropdown-menu,
#addressList.dropdown-menu {
    border-radius: 0;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}


.shellFutures .nav.nav-tabs {
    min-height: 10px;
}




.pac-container {
    z-index: 10000;
}

.hdn {
    opacity: 0 !important;
    z-index: -1 !important;
}

h3.label {
    font-size: initial;
    display: block;
    line-height: 1.5;
}

.dropdown-menu.no-min {
    min-width: initial;
}

#alignment-drivers {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding-top: 12px;
}

#alignment_drivers {
    display: none;
    margin: 0px 8px;
    padding: 12px 12px 12px 15px;
    max-width: 100%;
    min-height: 115px;
}

    #alignment_drivers > div > div {
        /*padding: 0px 4px 0px 4px;*/
        width: 100%;
        text-align: center;
    }

    #alignment_drivers div.clear {
        text-align: center;
        font-size: 80%;
        color: white;
    }

/*.progress-bar1, .progress{
    height:20px;

}*/


.progress-bar {
    /*float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #fbfbfb;
background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);*/
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.chat-box {
    width: 100%;
    height: 280px;
    background: #d9d9d9;
    margin: 0;
    padding: 15px;
    max-height: 280px;
    overflow-x: hidden;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
#wrapper_chat_box .chat-box {
    height: 150px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
#shell_chat_send button {
    border-top-right-radius: 0;
}
#shell_chat_send textarea {
    border-bottom-left-radius: 4px;
}

.chat-box .col-md-1, .chat-box .col-md-11 {
    padding: 0;
}


.icon_minim {
    padding: 2px 10px;
}


.msg_receive {
    padding-left: 0;
    margin-left: 0;
    margin-right: auto;
}

.msg_sent {
    padding-bottom: 20px !important;
    margin-right: 0;
    margin-left: auto;
}

.messages {
    background: white;
    padding: 6px;
    border-radius: 2px;
    /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    max-width: 98%;*/
}

    .messages > p {
        font-size: 12px;
        margin: 0;
    }

    .messages > time {
        font-size: 11px;
        color: #ccc;
    }

.msg_container {
    padding: 10px;
    overflow: hidden;
    display: flex;
}

/*.avatar > img {
    display: block;
    width: 100%;
}*/

.avatar, .passenger {
    position: relative;
    width: 24px;
    height: 24px;
}

.base_sent > .avatar {
    background-image: url('Images/taxi-driver.svg');
    background-size: 24px 24px;
}

.base_receive > .avatar {
    background-image: url('Images/operator.svg');
    background-size: 24px 24px;
}
.base_sent > .passenger {
    background-image: url('Images/passenger.svg');
    background-size: 24px 24px;
}
    .base_receive > .avatar:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        border: 5px solid #FFF;
        border-left-color: rgba(0, 0, 0, 0);
        border-bottom-color: rgba(0, 0, 0, 0);
    }

.base_sent {
    justify-content: flex-end;
    align-items: flex-end;
}

    .base_sent > .avatar:after, .base_sent > .passenger:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 0;
        border: 5px solid white;
        border-right-color: transparent;
        border-top-color: transparent;
        box-shadow: 1px 1px 2px rgba(0,0,0, 0.2);
    }

.msg_sent > time {
    float: right;
}



.chat-box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.chat-box::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.chat-box::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.orderListShell {
    margin-top: 0px;/*10px*/
}
.list-group.orderListShell {
    margin-bottom:0;/*20px*/
}
    .orderListShell .table.table-striped {
        font-size: 13px;
    }

    .orderListShell .table > tbody > tr > td {
        padding: 4px 2px 4px 2px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    /*#orderListShell .progress {
        margin-bottom: -2px;
    }*/

    .orderListShell li {
        padding: 0px 15px;
    }

        .orderListShell li > div > div:nth-child(1), #orderListShell li > div > div:nth-child(2) {
            padding: 6px 10px 6px 4px;
        }

        .orderListShell li > div > div:nth-child(6) {
            padding: 2px 10px 2px 4px;
            background-color: #fff;
        }

        .orderListShell li > div > div:nth-child(5) {
            padding-top: 0px;/*6px*/
        }

        /*.orderListShell li > div > div:nth-child(3) {
            padding: 5px 0 15px 0;
        }*/

}

.orderListShell .progress {
    border-radius: 0px;
    height: 16px;
    margin-bottom: 5px;
}

.orderListShell li > div > div:nth-child(6) .btn {
    border-radius: 0;
    margin-top: -1px;
    height: 36px;
}

/*.orderListShell li .col-lg-2 .badge {
        background-color: rgba(231, 231, 231, 0.64);
        color: rgb(56, 55, 55);
    }*/


.orderListShell li .row > div:nth-child(1) .badge {
    background-color: rgba(231, 231, 231, 0.64);
    color: rgb(56, 55, 55);
}


.orderListShell li .col-lg-1 .badge {
    font-size: 18px;
    margin-top: 5%;
    padding: 6px;
    color: #fff;
}

.orderListShell .indicators > div {
    padding: 0;
}

.labelDriverSmall {
    padding: 0px 2px 0px 2px;
    border: 1px solid #808080;
    background-color: gold;
    color: #333333;
    opacity: .80;
    filter: Alpha(Opacity=80);
    font-size: 10px;
    border-radius: 3px;
    width: 24px;
    margin: 1px 1px 0px 1px;
}

.labelDriver {
    padding: 0px 2px 0px 2px;
    border: 1px solid #808080;
    background-color: gold;
    color: #333333;
    opacity: .80;
    filter: Alpha(Opacity=80);
    font-size: 14px;
    border-radius: 3px;
    width: 30px;
    margin: 1px 1px 0px 1px;
}

.labelOrders {
    padding: 0px 2px 0px 2px;
    border: 1px solid #808080;
    background-color: #484545;
    color: #f3f0f0;
    opacity: .80;
    filter: Alpha(Opacity=80);
    font-size: 10px;
    border-radius: 3px;
    width: 42px;
    margin: 1px 1px 0 1px;
}

#shell_not_working, #shellOut {
    height: 64px;
    background-color: #fff;
    overflow-x: auto;
}

.blue_taxi {
    width: 12px;
    margin-left: 6px;
    height: 12px;
    background-image: url(Images/icons/SVG/taxi-blue.svg);
    background-repeat: no-repeat;
    background-size: 12px 12px;
}

.gray_taxi {
    width: 12px;
    margin-left: 3px;
    height: 12px;
    background-image: url(../../Content/Images/icons/SVG/taxi-gray.svg);
    background-repeat: no-repeat;
    background-size: 12px 12px;
}

.loader-item-list {
    background: url(../../Content/Images/ajax-loader.gif);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    align-content: center;
    background-position: center center;
    height: 50px;
    background-size: 36px;
}

.modal-dialog #map, .modal-dialog #mapBing {
    height: 430px !important;
    width: 100% !important;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

/*.pac-card {
    margin: 10px 10px 0 10px;
    padding: 5px 5px 0px 5px;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}*/

.pac-card .row {
    margin-right: -15px;
    margin-left: -15px;
}

.pac-card .input-group {
    margin-bottom: 5px;
}


/*.pac-container {
            display: none !important;
        }*/
.visible {
    opacity: 1;
}

.unvisible {
    opacity: 0;
    z-index: -1;
}



.w30i {
    width: 30px !important;
}

#customList {
    /*padding-top: 2px;*/
}

    #customList .btn-group-justified {
        /*margin-top: -2px;*/
        margin-left: initial;
        margin-right: initial;
    }

    #customList .btn {
        border-radius: 0;
    }

    #customList .btn-group > .btn {
        border-top: 0;
    }

        #customList .btn-group > .btn:first-child {
            text-align: left;
        }

    #customList .btn-group:first-child > .btn:first-child:not(:last-child) {
        border-top-left-radius: 3px;
        border-top: 1px solid #adadad;
    }

    #customList .btn-group:first-child > .btn:last-child:not(:first-child) {
        border-top-right-radius: 3px;
        border-top: 1px solid #adadad;
    }

    #customList .btn-group:last-child > .btn:first-child:not(:last-child) {
        border-bottom-left-radius: 3px;
    }

    #customList .btn-group:last-child > .btn:last-child:not(:first-child) {
        border-bottom-right-radius: 3px;
    }


#formActivity .checkbox-inline + .checkbox-inline {
    margin-top: initial;
    margin-left: initial;
}



.form-control[disabled], fieldset[disabled] .form-control, button[disabled] {
    cursor: default;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: default;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control,
.btn-default.btn.disabled {
    background-color: #f8f8f8;
    opacity: 1;
}

.help-block {
    color: red;
    font-size: 12px;
    font-style: italic;
    /*margin-top: -12px;*/
}

.bg-warning-dark {
    background-color: #ffe7bc !important;
    color: #d58512 !important;
}

    .bg-warning-dark a:visited, .bg-warning-dark a:link {
        color: #d58512 !important;
    }

    .bg-warning-dark a:hover, .bg-warning-dark a:active {
        color: #c47503 !important;
    }


.color-warning-dark {
    color: #d58512 !important;
}

.bg-info-dark, .bg-info-dark > a {
    background-color: #78c3e8 !important;
    color: rgb(255, 255, 255) !important;
    border-radius: 6px;
}

.color-info-dark {
    color: #d58512 !important;
}




.ui-widget-content {
    background: rgba(0, 0, 0, 0.00);
}


.mp-15-alt {
    margin: -15px;
    padding: 15px;
}

.p-15 {
    padding: 15px;
}

.p-10 {
    padding: 10px;
}

#ctl_deattach .btn {
    white-space: normal !important;
}

.min-h-400 {
    min-height: 400px;
}


.min-h-260 {
    min-height: 260px;
}

.min-h-200 {
    min-height: 200px;
}

.ml-10p {
    margin-left: 10% !important;
}

p.img-thumbnail {
    padding: 10px;
    width: 100%;
    margin-left: -10px;
}

.shell_custom_list {
}




.shellFutures div.img-thumbnail {
    background-color: transparent;
    padding: 15px;
    min-height: 120px;
}

.addressListTo div.img-thumbnail {
    background-color: transparent;
    padding: 15px;
    min-height: 60px;
}

.orderListShell p {
    /* essential */
    /*text-overflow: ellipsis;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;*/
    /* for good looks */
    padding: 2px 5px 2px 5px;
    text-align:left;
}

.bg-default {
    background-color: #f0f0f0;
}

.panel-title {
    font-size: 14px;
}

#shellBrandModels {
    width: 100%;
    padding: 30px;
    height: 220px;
    overflow: auto;
}


.modal-header.bg-warning-dark {
    border-radius: 6px 6px 0px 0px;
}

.modal-footer.bg-warning-dark {
    border-radius: 0px 0px 6px 6px;
    height: 57px;
}

.rad-6 {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    /*opacity:0.5;*/
}

.address-div {
    background-color: rgba(0, 0, 0, 0.75);
    color: rgba(237,237,237,1);
    width: 100%;
    min-height: 40px;
    padding: 6px;
}


.input-group-addon-abs {
    position: absolute;
    top: 0;
    right: -32px;
    height: 34px;
    width: 36px;
}

#modal-login .modal-body {
    min-height: 220px;
}

table.status_tabl {
    width: 100%;
}

    table.status_tabl td {
        padding: 2px 5px 2px 5px;
    }

#shellCorporate .nav.nav-tabs {
    min-height: 250px;
}

.abs-bottom-right {
    position: absolute;
    bottom: 0;
    margin-bottom: 15px;
    right: 0;
    margin-right: 15px;
}

.table-layout > .table-cell:nth-child(1) {
    padding: 0;
}


.panel.panel-default {
    background-color: initial;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#ctl_deattach {
    padding-left: 0;
}


.panel-default > .panel-heading {
    color: #333;
    background-color: #eee;
    border-color: #ddd;
    border-radius: 6px;
}

tabel .panel-default > .panel-heading {
    color: #333;
    background-color: #ddd;
    border-color: #ddd;
    border-radius: 0px;
    margin: 0px -15px;
}

.itemMenus > a {
    font-size: 15px;
    text-transform: uppercase;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: none;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}

.panel-collapse > .panel-body {
    padding-left: 0px;
    padding-right: 0px;
}


.addressListFrom #blockFrom, .addressListTo #blockTo {
    margin-left: -1px;
}

.addressListFrom .input-group-btn:last-child > .btn,
.addressListTo .input-group-btn:last-child > .btn {
    margin-left: -2px;
}

input[type="radio"], input[type="checkbox"] {
    width: 1.5em;
    height: 1.5em;

}
.form-control input[type="radio"], .form-control input[type="checkbox"] {
    /*    margin-left: -25px!important;
    margin-top: -2px!important;*/
    margin-left: -25px;
    margin-top: -2px;
}


.panel-rounded {
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.pad-8 {
    padding: 8px;
}

.pad-12 {
    padding: 12px;
}

.bottom-fixed {
    position: fixed;
    bottom: 0;
}

.table-cell.col-xs-12 {
    padding-left: 0px;
    padding-right: 5px;
}

/*#shellProfile > div {
    margin-bottom: 32px;
}*/



#howworks-corp .jumbotron {
    height: 550px;
    padding-right: 10px;
    padding-left: 10px
}

    #howworks-corp .jumbotron .h1, #howworks-corp .jumbotron h1 {
        font-size: 32px;
    }

#howworks-corp .carousel-indicators {
    bottom: 40px;
    background: #ddd;
    border-radius: 6px;
}

#howworks-corp .jumbotron .h2, #howworks-corp .jumbotron h2 {
    font-size: 20px;
}

#howworks-corp .carousel-control.right, #howworks-corp .carousel-control.left {
    top: 500px;
}

@media screen and (min-width: 1024px) {

    #howworks-corp .jumbotron .h1, #howworks-corp .jumbotron h1 {
        font-size: 42px;
    }

    #howworks-corp .jumbotron {
        height: 520px;
        padding-right: 80px;
        padding-left: 80px;
    }

        #howworks-corp .jumbotron .h1, #howworks-corp .jumbotron h1 {
            font-size: 42px;
        }

        #howworks-corp .jumbotron .h2, #howworks-corp .jumbotron h2 {
            font-size: 24px;
            margin-bottom: 12px;
        }

    #howworks-corp .carousel-indicators {
        bottom: 40px;
        background: #ddd;
        border-radius: 6px;
    }

    #howworks-corp .carousel-control.right, #howworks-corp .carousel-control.left {
        top: 50%;
    }
}

.w140 {
    width: 134px;
}

#inputIBAN-error, #inputKIN-error {
    text-align: center
}

.title-new {
    background: #e54141;
    color: #fbfbfb;
    padding: 10px;
    border-radius: 6px;
}

.title-share {
    background: #2196f3;
    color: #fbfbfb;
    padding: 10px;
    border-radius: 6px;
}

.icon-share-alt-css, .icon-coinsalt-css {
    font-size: 48px;
    color: white;
    margin-left: 10px;
    line-height: 1.4;
}

/*.mobile>div.row{
    padding:0 15px 0 15px;
}*/

.h-48 {
    height: 48px;
}

.fsize-larger {
    font-size: larger;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

section.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


.nologed .modal-header {
    border-bottom: none;
}

.nologed .modal-footer {
    border-top: none;
}


/*,
.nav.nav-tabs.v-menu.background-gradient li*/


.nav.navbar-nav.login-menu-header li {
    float: none !important;
    clear: both;
}


#shellProfile .nav.nav-tabs .nav.nav-tabs li {
    width: 100%;
}

    #shellProfile .nav.nav-tabs .nav.nav-tabs li > a {
        /*border-color:#fff;*/
        border: none;
    }


.tabs-right {
    margin-right: -5px;
    margin-left: -15px;
}

.itemMenus.active > a {
    background: #78c3e8 !important;
    color: #f0ecf1 !important;
    border-radius: 4px
}

input[type=checkbox], input[type=radio] {
    margin: 2px 0 0;
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
    margin-top: 2px;
}

.input-group-addon + .form-control,
div.input-group > label.form-control {
    height: 40px;
}


.img-inverce {
    max-height: 100px;
    width: auto;
}

.img-inverce-80 {
    max-height: 48px;
    width: auto;
}


.orderListShell div.row > div {
    height: 100%;
    padding: 6px 10px 6px 4px;
}

.requested {
    text-align: left;
    height: 23px;
}


/*ul.list-group .list-group-item {
    border-width: 3px 15px;
}
.orderListShell ul.list-group .list-group-item {

    padding: 0px 15px;
}*/

/*.list-group-item {

    border: 1px solid #eee;
}*/

#shellProfile table.callcenter:not(#exit_info) {
    width: 100%;
    height: 100%;
}

#shellProfile table.callcenter td {
    vertical-align: top;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #efefef;
}
/*#shellProfile table.callcenter tr:nth-child(1) td {
    height: 200px;
    background-color: #eee;
}

#shellProfile table.callcenter tr:nth-child(2) td {
    background-color: #eee;
}*/

#exit_info td {
    height: initial !important;
    background-color: initial;
}

.company {
    position: absolute;
    top: 20%;
    right: 10%;
}


/*.input-group-btn {
 width:initial;
}*/

.checkbox-inline span {
    padding-left: 2px;
    font-size: 18px;
}


.info-passenger {
    border-top: 0;
    border-radius: 4px;
    background-color: #eee;
    height: 50px;
    display: none;
    margin-bottom: 10px;
}



.btn-group-justified > a {
    word-break: break-all;
    white-space: normal;
}


[data-target="deleteCustomAddress"] {
    border-left: none;
}

#customList {
    height: 460px;
    overflow: auto;
}



.searchResults {
    position: absolute;
    z-index: 88;
    margin-top: 32px;
    background: white;
    width: 80%
}


#as_container {
    margin-top: 35px;
    width: 240px;
}

a[data-id="0"] {
    display: none !important;
}

.btn-group-justified {
    width: 100%
}


#searchResultsHere {
    position: absolute;
    z-index: 9999;
    margin-top: 34px;
}

.f-size-12 {
    font-size: 12px;
}


#menu3 > div {
    max-width: 75px;
    margin-right: 6px;
}

    #menu3 > div > span.form-control {
        font-size: 14px;
    }

#menu2 {
    /*height:120px;*/
    overflow: hidden;
}


#searchPhoneTextField {
    font-size: 18px;
}

#endCallingPhone {
    border-top-right-radius: 0;
}



/*.nav .open > a, .nav .open > a:focus, .nav .open > a:hover*/
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover,
ul.dropdown-menu li a:focus, ul.dropdown-menu li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #808080;
}

a.dropdown-toggle {
    text-decoration: none;
}

.f-size-18 {
    font-size: 18px;
}

.pad-6 {
    padding: 6px;
}

.badge {
    border-radius: 4px;
}

.badge-wrap {
    font-size: 12px !important;
    white-space: pre-line;
}

.wrap {
    word-wrap: break-word;
}


.backgroundInfo-default {
    background-color: white !important;
    font-size: 16px;
    min-height:58px;
}

.backgroundInfo-priority {
    background-color: #fdf397 !important;
    font-size: 16px;
}

@media (min-width:1200px) {
    .orderListShell li > div > div:nth-child(6) {
        height: 100%;
        position: absolute;
        float: right;
        right: 0;
        left: auto;
    }

    .img-inverce-80 {
        max-height: 60px;
        width: auto;
    }
}


.label-reserve {
    background-color: #092c4a !important;
}


.label-goto {
    background-color: #f9c531 !important;
 
}

.label-nominate {
    background-color: #f9c531 !important;
}

    /*.label-nominate .label, .label-goto .label {
        color: #4b4a4a !important;
    }*/

.label-pause {
    background-color: #6b6d69 !important;
}
.driver-notworking {
    padding: 0px 2px 0px 2px;
    border: 1px solid #808080;
    background-color: #3d3d3d;
    color: #fff6f6;
    opacity: .80;
    filter: Alpha(Opacity=80);
    font-size: 14px;
    width: 30px;
    margin: 1px 1px 0px 1px;
}
.driver-free {
    padding: 0px 2px 0px 2px;
    border: 1px solid #808080;
    background-color: forestgreen;
    color: #fff6f6;
    opacity: .80;
    filter: Alpha(Opacity=80);
    font-size: 14px;
    width: 30px;
    margin: 1px 1px 0px 1px;
}
.driver-busy {
    padding: 0px 2px 0px 2px;
    border: 1px solid #808080;
    background-color: red;
    color: #fff6f6;
    opacity: .80;
    filter: Alpha(Opacity=80);
    font-size: 14px;
    width: 30px;
    margin: 1px 1px 0px 1px;
}
.driver-rest {
    padding: 0px 2px 0px 2px;
    border: 1px solid #808080;
    background-color: dimgrey;
    color: #ffffff;
    opacity: .80;
    filter: Alpha(Opacity=80);
    font-size: 14px;
    width: 30px;
    margin: 1px 1px 0px 1px;
}
.driver-offering {
    padding: 0px 2px 0px 2px;
    border: 1px solid #808080;
    background-color: gold;
    color: #333333;
    opacity: .80;
    filter: Alpha(Opacity=80);
    font-size: 14px;
    width: 30px;
    margin: 1px 1px 0px 1px;
}
.driver-goto {
    padding: 0px 2px 0px 2px;
    border: 1px solid #4e94f5;
    background-color: #ffe662;
    color: #4b4a4a !important;
    opacity: .80;
    filter: Alpha(Opacity=80);
    font-size: 14px;
    width: 30px;
    margin: 1px 1px 0px 1px;
}
.driver-onaddress {
    padding: 0px 2px 0px 2px;
    border: 1px solid #808080;
    background-color: #0070a8;
    color: #ffffff !important;
    opacity: .80;
    filter: Alpha(Opacity=80);
    font-size: 14px;
    width: 30px;
    margin: 1px 1px 0px 1px;
}
.driver-rejected {
    padding: 0px 2px 0px 2px;
    border: 1px solid #ff5881;
    background-color: #ff5881;
    color: rgba(255, 255, 255,1) !important;
    opacity: .80;
    filter: Alpha(Opacity=80);
    font-size: 14px;
    width: 30px;
    margin: 1px 1px 0px 1px;
}
.driver-reserved {
    padding: 0px 2px 0px 2px;
    border: 1px solid #808080;
    background-color: #010d44 !important;
    color: #f3e7e7 !important;
    font-weight: bold;
    opacity: .80;
    filter: Alpha(Opacity=80);
    font-size: 14px;
    width: 30px;
    margin: 1px 1px 0px 1px;
 
}

.maps .driver-reserved,
.maps .driver-rejected,
.maps .driver-onaddress,
.maps .driver-goto,
.maps .driver-offering,
.maps .driver-rest,
.maps .driver-busy,
.maps .driver-notworking,
.maps .driver-free {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}




.order-goto-from {
    padding: 0px 2px 0px 2px;
    border: 1px solid #808080;
    background-color: #d3d3d3;
    color: #030303;
    opacity: .60;
    filter: Alpha(Opacity=60);
    font-size: 14px;
    height: 51px;
    width: 160px;
    margin: 1px 1px 0 1px;
    font-weight: bold;
}

.order-onaddress {
    padding: 0px 2px 0px 2px;
    border: 1px solid #808080;
    background-color: #d3d3d3;
    color: #030303;
    opacity: .60;
    filter: Alpha(Opacity=60);
    font-size: 14px;
    height: 51px;
    width: 160px;
    margin: 1px 1px 0 1px;
    font-weight: bold;
}

.order-failed {
    padding: 0px 2px 0px 2px;
    border: 1px solid #808080;
    background-color: #d3d3d3;
    color: #030303;
    opacity: .60;
    filter: Alpha(Opacity=60);
    font-size: 14px;
    height: 51px;
    width: 160px;
    margin: 1px 1px 0 1px;
    font-weight: bold;
}

.order-search {
    padding: 0px 2px 0px 2px;
    border: 1px solid #808080;
    background-color: #d3d3d3;
    color: #030303;
    opacity: .60;
    filter: Alpha(Opacity=60);
    font-size: 14px;
    height: 51px;
    width: 160px;
    margin: 1px 1px 0 1px;
    font-weight: bold;
}

.order-delyed {
    padding: 0px 2px 0px 2px;
    border: 1px solid #808080;
    background-color: #d3d3d3;
    color: #030303;
    opacity: .60;
    filter: Alpha(Opacity=60);
    font-size: 14px;
    height: 51px;
    width: 160px;
    margin: 1px 1px 0 1px;
    font-weight: bold;
}

.order-reserve {
    padding: 0px 2px 0px 2px;
    border: 1px solid #808080;
    background-color: #d3d3d3;
    color: #030303;
    opacity: .60;
    filter: Alpha(Opacity=60);
    font-size: 14px;
    height: 51px;
    width: 160px;
    margin: 1px 1px 0 1px;
    font-weight: bold;
}

.order-fixed-time {
    padding: 0px 2px 0px 2px;
    border: 1px solid #808080;
    background-color: #d3d3d3;
    color: #030303;
    opacity: .60;
    filter: Alpha(Opacity=60);
    font-size: 14px;
    height: 51px;
    width: 160px;
    margin: 1px 1px 0 1px;
    font-weight:bold;
}


.order-delyed table td:nth-child(1){
    height:20px;
}




.driver-free-table {
    background-color: forestgreen !important;
    color: #fff6f6 !important;
    font-weight: bold;
}

.driver-busy-table {
   
    background-color: red!important;
    color: #fff6f6!important;
  font-weight:bold;
}

.driver-rest-table {
    background-color: dimgrey !important;
    color: #333333 !important;
    font-weight: bold;
}

.driver-offering-table {
    background-color: gold !important;
    color: #333333 !important;
    font-weight: bold;
}



.driver-goto-table {
    background-color: #ffe662 !important;
    color: #4b4a4a !important;
    font-weight: bold;
}

.driver-onaddress-table {
    background-color: #0070a8 !important;
    color: #333333 !important;
    font-weight: bold;
}

.driver-rejected-table {
    background-color: #ff5881 !important;
    color: #f3e7e7 !important;
    font-weight: bold;
}


.driver-reserved-table {
    background-color: #010d44 !important;
    color: #f3e7e7 !important;
    font-weight: bold;
}


.orderListShell .glyphicon-transfer {
    color: #ffb227 !important;
}

.orderListShell .glyphicon-home {
    color: #39b5d9 !important;
}
.orderListShell .glyphicon-ban-circle {
    color: #39b5d9 !important;
}
.orderListShell .glyphicon-bell {
    color: #39b5d9 !important;
}
.orderListShell .glyphicon-share-alt {
    color: #39b5d9 !important;
}
.orderListShell .glyphicon-hourglass {
    color: #0281c1 !important;
}
.orderListShell .glyphicon-pause {
    color: #424141 !important;
}


.orderListShell .glyphicon-flag {
    color: #013d5b !important;
}
.orderListShell .glyphicon-thumbs-down {
    color: #d9534f !important;
}

.orderListShell .glyphicon-thumbs-up {
    color: #ffb227 !important;
}

.orderListShell .glyphicon-time {
    color: #0281c1 !important;
}
.orderListShell .glyphicon-check {
    color: #ffb227 !important;
}

.orderListShell .glyphicon-search {
    color: #ff9f36 !important;
}


.no-results {
    text-align: center;
    padding: 15px!important;
    color: red;
}

.ui-tabs-panel .orderListShell:nth-child(1), #orderListShell_history {
    margin-top: 15px;
}

.bg-default .badge {
    background-color:transparent;
    color:#424141!important
}

.ui-tabs-panel {
    overflow-x: hidden;
    overflow-y: auto;
}
.selected-row-order {
    border: blue 3px solid !important;
}

input[type="number"] {
    zoom: 1.5;
    padding: 5px;
    margin: 0;
    height: 23px;
}


.ui-widget {
    font-size: 15px;
}
.ui-widget-header{
    font-weight:normal!important;
}
#api_status {
    background-color: red;
    color: white;
    padding: 2px 8px;
    border-radius: 4px;
    display:inline;
}
@media (min-width: 768px) {



} 


@media (min-width: 992px) {

  
    .table-cell {
        float: left;
    }

    #panel-start-order, #panel-enter-address, #base_controls, #tabs-orders-mode {
        zoom: 0.8;
    }
}

@media (min-width: 1168px) {


    #panel-start-order, #panel-enter-address, #base_controls, #tabs-orders-mode {
        zoom: 0.92;
    }
}

@media (min-width: 1280px) {


    #panel-start-order, #panel-enter-address, #base_controls, #tabs-orders-mode {
        zoom: initial;
    }

    .orderListShell li > div > div:nth-child(1) > div > span {
        top: 50%!important;
        zoom: 0.7!important;
    }
}

@media (min-width: 1600px) {


    .orderListShell li > div > div:nth-child(1) > div > span {
        top: 19%!important;
        zoom: initial!important;
    }
}