﻿@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,400italic);
@import url(//fonts.googleapis.com/css?family=Heebo:900);

html, body {
    /*overflow-x: hidden;*/
}

* {
    box-sizing: border-box !important;
}

body {
    font-family: "Source Sans Pro", sans-serif;
    color: #656565;
    padding-top: 50px;
    padding-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 500;
    line-height: 1.1;
}

.pv {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Sobre escribir el tamaño de la fuente de kendo*/
:root {
    --kendo-font-size: inherit;
}

.k-input-inner-numeric {
    text-align: right;
}

.text-numeric {
    text-align: right !important;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/*topbar*/
.topnavbar {
    border: 0;
    background-color: #1a549d;
    background-image: -webkit-linear-gradient(left, #1a549d 0%, #3f6da8 100%);
    background-image: -o-linear-gradient(left, #1a549d 0%, #3f6da8 100%);
    background-image: linear-gradient(to right, #1a549d 0%, #3f6da8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1a549d', endColorstr='#ff3f6da8', GradientType=1);
}

    .topnavbar .navbar-nav > li > a {
        color: #fff;
    }

        .topnavbar .navbar-nav > li > a:hover {
            color: #f4961a;
        }
/* /topbar*/
.breadcrumb {
    /* display: none;*/
    background-color: #fafbfc;
    border: 1px solid #cfdbe2;
    margin-top: 10px;
}

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #f6f6f6;
    border-bottom-color: #f6f6f6;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #f6f6f6;
    border-bottom-color: #f6f6f6;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.dropdown-menu {
    min-width: 200px;
}

    .dropdown-menu > li > a {
        display: block;
        padding: 7px 15px;
        clear: both;
        font-weight: normal;
        line-height: 1.1;
        color: #333333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #555555;
            background-color: #e7e7e7;
        }

.body-content > .container-fluid > h2, form > .form-horizontal > h2, .titleTopHeader {
    font-size: 16px;
    line-height: 1.1;
    color: #929292;
    margin: 0;
    margin-bottom: 20px;
    padding: 20px;
    font-weight: normal;
    background-color: #fafbfc;
    border-bottom: 1px solid #cfdbe2;
    border: 1px solid #cfdbe2;
    border-radius: 4px;
}

span.hidden-xs {
    display: inline-block !important;
}

.pl0 {
    padding-left: 0;
}

.pr0 {
    padding-right: 0;
}

.plr0 {
    padding-left: 0;
    padding-right: 0;
}

.mb-lg {
    margin-bottom: 15px !important;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    pointer-events: none;
}

.k-grid .k-grid-content {
    max-height: 95% !important;
    min-height: 95% !important;
}

.k-grid .k-grid-content-expander {
    width: auto !important;
}

.format-text {
    text-align: left !important;
}

.text-red {
    color: red;
}

.text-green {
    color: green;
}

.k-table-md {
    font-size: 12px !important;
}

.btn-default {
    color: #1a549d;
    background-color: #ffffff;
    border-color: #dde6e9;
    padding: 3px 6px;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        color: #1a549d;
        background-color: #ebebeb;
        border-color: #dde6e9;
    }

/* .btn-primary {
    color: #fff;
    background-color: rgba(24,76,132,0.8);
}

    .btn-primary:hover {
        color: #fff;
        background-color: #4b91ea;
        border-color: #3483e7;
    } */

.btn-success {
    color: #fff;
    background-color: #27c24c;
}

.btn-info {
    color: #fff;
    background-color: #23b7e5;
}

.btn-danger {
    color: #fff;
    background-color: #f05050;
}

.text10px {
    font-size: 10px !important;
}

.fndLoginAvion {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    width: 100%;
    background-color: #0a2052;
}

.formLoginBlock {
    padding: 2em;
    border-radius: 10px;
    background-color: rgba(24, 76, 132, 0.8);
    color: #fff;
}

.container-login h2 {
    color: #fff;
    font-size: 40px;
    z-index: 1;
    position: relative;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
    position: absolute;
    top: 5px;
    left: -1px;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    color: #ff0000;
    display: inline-block;
    padding: 10px 10px;
}

.validation-summary-valid {
    display: none;
}




/* estilos para el login */
.block-center {
    margin: 0 auto;
}

.mt-xl {
    margin-top: 30px !important;
}

.wd-xl {
    width: 320px;
}

.panel-flat {
    margin: 0 !important;
    border: 0;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .panel-heading h2 {
        font-size: 24px;
        margin: 10px;
    }

.panel .panel-heading {
    border-bottom: 0;
    font-size: 14px;
}

.panel-dark {
    border-color: #cfdbe2;
}

    .panel-dark > .panel-heading {
        color: #fff;
        background-color: #3a3f51;
        border-color: #3a3f51;
    }

.panel-info > .panel-heading {
    color: #fff;
    background-color: #23b7e5;
    border-color: #cfdbe2;
}

#loginForm h4 {
    text-transform: uppercase;
    font-size: 16px;
    color: #ff6d00;
    font-weight: 800;
    margin-bottom: 25px;
}

    #loginForm h4 i {
        font-size: 28px;
    }

.has-feedback {
    position: relative;
}


/* STYLE CT */

.pad-style {
    padding: 30px;
    border: 1px solid #cfdbe2;
    background-color: #fafbfc;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.mar-search {
    margin-bottom: 10px;
}

.pad-search-l {
    padding-left: 5px;
    padding-right: 0px;
    margin-bottom: 10px;
}

.slc-search-l {
    padding-left: 5px;
    padding-right: 0px;
}

.slc-search-r {
    padding-right: 5px;
    padding-left: 0px;
}

.pad-search-two {
    padding-bottom: 30px;
}

.inp-search {
    width: 100%;
    line-height: 1.93571428em;
    text-indent: .8em;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border: 1px solid #ccc;
    padding: .17857143em 0
}

.inp-glify {
    text-indent: .8em;
    padding: 6px;
    color: #fff;
}

.slc-search {
    width: 100%;
    line-height: 1.93571428em;
    text-indent: .8em;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border: 1px solid #ccc;
    padding: 6px;
}

.btn-search {
    padding-left: 10px;
    padding-right: 0px;
}

.btn:focus {
    color: #fff;
}


.btn-color {
    background-color: #1a549d;
    color: #fff;
    transition: background-color 250ms ease-out;
}

    .btn-color:hover {
        background-color: #ff5722;
        color: #fff;
        border: 1px solid #ef3300;
    }

.btn-tag {
    color: #fff !important;
    text-decoration: none !important;
}

.btn-form {
    margin-right: 4px;
    margin-bottom: 4px;
}

.main {
    margin-top: 30px;
    margin-bottom: 15px;
}

.centrado-porcentual {
    position: absolute;
    left: 87%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.centrado-porcentual-two {
    position: absolute;
    left: 82%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.centrado-porcentual-three {
    position: absolute;
    right: 87%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 1000
}

.centrado-porcentual-four {
    position: absolute;
    right: 85%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 1000
}

.k-widget.k-grid .k-pager-numbers {
    position: initial;
}



/* fin estilos login */
@media only screen and (max-width: 991px) {
    .wide-screen {
        display: none !important;
    }
}

@media only screen and (min-width: 992px) {
    .narrow-screen {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .form-control {
        display: inline-block;
        width: 100%;
        vertical-align: middle;
    }

    .navbar-nav > li > a {
        padding-top: 23px;
        padding-bottom: 5px;
    }
}


/* --- Ediciones Finales --- */

/* HEADER */
.logoChart {
    display: none;
}

.cabecLog {
    width: 100%;
    height: 100px;
    margin-top: -15px;
    margin-bottom: 15px;
    background: url(./Images/bannerCharterMobil.png) no-repeat;
    background-size: cover;
    background-position: center;
}

/*    */
.colorChart {
    color: #000000;
}

.btnAcepto {
    width: 90%;
    text-align: center;
    margin: auto;
    padding: 7px 5px;
    background: #003c8c;
    color: #fff;
}

.tablTitulo {
    background: #eee;
}

.tablaChart {
    border: 1px solid rgb(133, 133, 133);
    text-align: center;
    color: #000000;
}

.tablaChart {
    margin: auto;
    width: 90%;
}

.ListaCondic {
    list-style: none;
    margin-left: -40px;
}

    .ListaCondic li {
        display: flex;
        align-self: center;
        margin-bottom: 5px;
    }

.iconList1, .iconList2, .iconList3, .iconList4, .iconList5, .iconList6, .iconList7, .iconList8, .iconList9, .iconList10 {
    width: 60px;
    height: 30px;
    align-self: center;
    margin: 0 5px 0 0;
}

.iconList1, .iconList2 {
    background: url(./Images/iconMaleta.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.iconList3 {
    background: url(./Images/iconNoMaleta.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.iconList4 {
    background: url(./Images/iconPersSegurid.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.iconList5 {
    background: url(./Images/iconContrat.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.iconList6 {
    background: url(./Images/iconPet.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.iconList7 {
    background: url(./Images/iconDollar.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.iconList8 {
    background: url(./Images/iconSuitCase.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.iconList9 {
    background: url(./Images/iconBackPack.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.iconList10 {
    background: url(./Images/credential.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.btn_Chr {
    width: 100%;
    border-radius: 20px;
}

.centradoCh {
    width: 100%;
    border-radius: 20px;
}

.prevBtn {
    border-radius: 20px;
    padding: 10px 25px;
}

.icon-bbva, .icon-bcp, .icon-interbank, .icon-scotiabank {
    width: 100%;
    height: 40px;
    margin: 5px;
    cursor: pointer;
    border-radius: 5px;
}

.bbva, .bcp, .interbank, .scotia {
    background: #eee;
    border-radius: 20px;
    padding: 12px 35px;
}

.icon-bbva, .icon-bbva-2 {
    background: url(./Images/bbva.png) no-repeat #063c84;
    background-position: center;
    background-size: contain;
}

.icon-bcp, .icon-bcp-2 {
    background: url(./Images/bcp.png) no-repeat #043f98;
    background-position: center;
    background-size: contain;
}

.icon-interbank, .icon-interbank-2 {
    background: url(./Images/interbank.png) no-repeat #00b222;
    background-position: center;
    background-size: contain;
}

.icon-scotiabank, .icon-scotiabank-2 {
    background: url(./Images/scotiabank.png) no-repeat #ff0714;
    background-position: center;
    background-size: contain;
}

.btn_ocultoCh_g {
    display: none;
}

.tarjetasPag {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 70%;
    margin: 0 auto 10px auto;
}

.tarjetasIngresarPago {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.tarj_1, .tarj_2, .tarj_3, .tarj_4 {
    width: 40%;
    height: 40px;
    margin: 5px 10px;
    border: 1px solid rgb(201, 201, 201);
    border-radius: 5px;
}

.tarj_1 {
    background: url(./Images/dinersclub.jpg) no-repeat;
    background-size: contain;
    background-position: center;
}

.tarj_2 {
    background: url(./Images/mastercard.jpg) no-repeat;
    background-size: contain;
    background-position: center;
}

.tarj_3 {
    background: url(./Images/americanexpress.jpg) no-repeat;
    background-size: contain;
    background-position: center;
}

.tarj_4 {
    background: url(./Images/VISA.jpg) no-repeat;
    background-size: contain;
    background-position: center;
}

.btns-general {
    display: flex;
    flex-direction: column-reverse;
}


.efectoCh {
    border: 2px rgb(74, 189, 255) solid;
}

.btn_vermas {
    display: flex;
}

.btn1Ch, .btn2Ch {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    color: #003c8c;
    padding: 5px;
    border: 1px solid #003c8c;
    border-radius: 20px;
}


.inconMas, .inconMenos {
    width: 22px;
    height: 22px;
    background: #000;
    margin: 0px 5px;
}

.inconMas {
    background: url(./Images/icono-flechaAzul.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.inconMenos {
    background: url(./Images/icono-flechaAzul.png) no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(180deg);
}

/* Anuncio Superior*/
.anuncioCh {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 5px;
    padding: 10px;
    background: #E8EBFF;
}

    .anuncioCh img {
        width: 50px;
        height: 50px;
    }

    .anuncioCh p {
        text-align: left;
    }
/*  Imagen Lima a Madrid  */
.graficLimMadr {
    width: 90%;
    height: 70px;
    background: url(./Images/graficaLimaMadrid.jpg) no-repeat;
    background-size: contain;
    background-position: center;
    margin: 15px auto;
}

.graficLimMadrPU {
    width: 90%;
    height: 70px;
    background: url(./Images/graficaLimaMadridPU.png) no-repeat;
    background-size: contain;
    background-position: center;
    margin: 15px auto;
}
/* Botones ver + Contidicones -- Embajada */
.btns_mas_embj {
    width: 100%;
}

.btnVerMas, .btnEmbajada1, .btnEmbajada2 {
    margin: 10px 0;
    width: 100%;
    border-radius: 20px;
}

.btnEmbajada1, .btnEmbajada2 {
    text-align: center;
    text-decoration: none;
    color: #003c8c;
    border: 1px solid #003c8c;
}

.btnEmbajada2 {
    padding: 7px 20px;
    border: none;
}

.btnEmbajada2 {
    display: block;
    text-align: center;
    width: 100%;
    border: 1px solid #003c8c;
    padding: 7px 20px;
    cursor: pointer;
}

.btnEmbajada1 {
    display: none;
}


/* POP UP */
.popUp {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 14, 75, 0.637);
}

.contenidoPop {
    width: 100%;
    height: 100vh;
    background: url("./Images/embajMadrid.jpeg") no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.X-icon {
    width: 50px;
    height: 50px;
    background: url("./Images/X-icon.png") no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
    position: absolute;
    top: 3%;
    right: 3%;
}

    .X-icon:hover {
        filter: contrast(80%);
    }

/*   Cambios Pagina 3 - IngresarPasajeros   */
.btn-success {
    background: #003c8c !important;
    #c1cddd
}

.stepwizard-row:before {
    background: #c1cddd !important;
}

.color3 {
    color: rgb(26, 26, 26);
}

/* ---- footer ---- */
.footer-Chart {
    background: #002351;
    width: 100%;
    height: 100px;
}

.datosFoot {
    text-align: center;
    margin: 0px auto;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

    .datosFoot a {
        text-decoration: none;
        color: #fff;
        font-weight: lighter;
        margin: 3px 0;
    }

        .datosFoot a:hover {
            color: aquamarine;
        }

@media (min-width: 600px) {
    /* HEADER */
    .logoChart {
        display: none;
    }

    .cabecLog {
        width: 100%;
        height: 120px;
        margin-top: -15px;
        margin-bottom: 20px;
        background: url(./Images/bannerCharter.png) no-repeat;
        background-size: cover;
        background-position: center;
    }

    /* Anuncio Superior*/
    .anuncioCh {
        width: 100%;
        display: flex;
        justify-content: center;
        background: #E8EBFF;
    }

        .anuncioCh img {
            width: 50px;
            height: 50px;
        }

        .anuncioCh p {
            align-self: center;
        }

    /* BODY - CONTENEDOR */
    .graficLimMadr {
        width: 60%;
        height: 90px;
        background: url(./Images/graficaLimaMadrid.jpg) no-repeat;
        background-size: contain;
        background-position: center;
        margin: 15px auto;
    }

    .graficLimMadrPU {
        width: 60%;
        height: 70px;
        background: url(./Images/graficaLimaMadridPU.png) no-repeat;
        background-size: contain;
        background-position: center;
        margin: 15px auto;
    }

    .centradoC {
        width: 80% !important;
        margin-left: 10%;
        text-align: justify;
    }

    .listChart {
        width: 100% !important;
        margin: auto;
        display: flex;
        justify-content: space-around;
    }

    .iconList1, .iconList2, .iconList3, .iconList4, .iconList5, .iconList6, .iconList7, .iconList8, .iconList9, .iconList10 {
        width: 28px;
        height: 28px;
        align-self: center;
        margin: 0 5px 0 0;
    }

    .lista1C {
        width: 50% !important;
    }

    .botonChart {
        margin: 0 !important;
    }

    .btns-general {
        display: flex;
        justify-content: center;
        flex-direction: row;
    }

    .btnAcepto {
        width: 320px;
        text-align: center;
        margin: auto;
        padding: 7px 5px;
        background: #003c8c;
        color: #fff;
    }

    .btn_Chr {
        width: 320px;
        background: #003c8c;
    }

    .centradoCh {
        margin-left: 2%;
        width: 320px;
        background: #003c8c;
    }

    .tablaChart {
        margin: auto;
        width: 400px;
    }

    .btn_img_Bancos {
        border-radius: 10px;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .icon-bbva, .icon-bbva-2, .icon-bcp, .icon-bcp-2, .icon-interbank, .icon-interbank-2, .icon-scotiabank, .icon-scotiabank-2 {
        width: 90px;
        height: 40px;
        margin: 5px 10px;
        cursor: pointer;
        border-radius: 5px;
    }

        .icon-bbva:hover, .icon-bcp:hover, .icon-interbank:hover, .icon-scotiabank:hover {
            filter: invert(10%);
        }

    .btnDecoration {
        border: 1px solid red;
    }

    .btn_ocultoCh {
        display: none;
    }

    .btnBancoTod {
        width: 70%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: auto;
    }

    .btnBancos1 {
        width: 48%;
        margin: 0 5px;
    }

    .posicionBtn {
        width: 100%;
        box-shadow: 0px 1px 5px #003d8c8c;
    }

        .posicionBtn:hover {
            filter: contrast(75%);
        }

    .btn1Ch, .btn2Ch {
        width: 200px;
    }

    .tarj_1, .tarj_2, .tarj_3, .tarj_4 {
        width: 90px;
        height: 40px;
        margin: 5px 10px;
        border: 1px solid rgb(201, 201, 201);
        border-radius: 5px;
    }


    /* Botones ver + Contidicones -- Embajada */

    .btnEmbajada2 {
        display: none;
    }

    .btnEmbajada1 {
        display: block;
        align-self: center;
        text-align: right;
        padding: 7px 20px;
        width: 320px;
        text-align: center;
        cursor: pointer;
    }

    .btns_mas_embj {
        display: flex;
        justify-content: space-around;
    }

    .btnVerMas .btn1Ch:hover, .btnEmbajada1:hover {
        background: #eee;
    }

    /* POP UP */
    .contenidoPop {
        width: 85%;
        height: 95vh;
    }



    /* ----- contador ----- */
    #ContadorAjax {
        display: flex;
        justify-content: center;
        margin-bottom: 25px;
    }

    .contadorCh {
        margin: 0 25px;
    }

    .linea:before {
        content: "";
        height: 55px;
        width: 2px;
        background: #eee;
        position: absolute;
        top: 252px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .iconosAsiento:before {
        content: "";
        width: 76px;
        height: 76px;
        background: url(./Images/icono-asientosAvion-Economic.png) no-repeat;
        background-size: contain;
        background-position: center;
        position: absolute;
        left: 38%;
        margin-top: 13px;
    }

    .iconosAsiento:after {
        content: "";
        width: 73px;
        height: 73px;
        background: url(./Images/icono-asientosAvion-Business.png) no-repeat;
        background-size: contain;
        background-position: center;
        position: absolute;
        left: 56%;
        margin-top: 13px;
    }

    .categoriaAsientos {
        display: flex;
        justify-content: center;
    }

        .categoriaAsientos h3 {
            margin: 0 25px;
        }

    .descrCat {
        display: none;
    }
}

/*AirSelling*/

.bg-ruta {
    background-color: #f5f5f6;
}

.bg-naranja {
    background-color: #ff6d00;
}

.vuelo-text {
    padding-right: 15px;
    color: #fff;
    font-weight: 700;
}


.StyleFont {
    font-size: 12px;
    line-height: 14px;
}

.RequestBuy {
    background-color: #ff5722;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
}

.GlyphiCustom {
    vertical-align: middle;
    margin-right: 5px;
}

.VerticalBaseline {
    vertical-align: -webkit-baseline-middle;
}

.ItemDetail {
    overflow: hidden;
    background-color: #fafbfc;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid #ff5722;
}

.OverFlw {
    overflow: hidden
}

.BuyCustomText {
    font-size: 15px;
    font-family: 'Heebo', sans-serif;
}

.ScaleContainerRess {
    position: relative;
    overflow: hidden;
    height: 42px;
    padding: 0px;
}

.ScalesRouteRess {
    text-align: center;
    line-height: 17px !important;
    color: #2196f3;
    position: absolute;
    left: 50%;
    top: 80%;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.ScalesPointRess {
    background-color: #fff;
    border: 2px solid #2196f3;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.ScaleBarRess {
    width: 40px;
    height: 2px;
    background-color: #2196f3;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.BuyTextDpt {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.MargBot {
    margin-bottom: 15px;
}

.TitleFilter {
    padding: 16px 15px;
    margin: 0px;
    font-size: 15px;
    text-transform: uppercase;
    /*font-family: 'Heebo', sans-serif;*/
    color: #fff;
}

.RouteStyle {
    text-transform: uppercase !important;
    font-size: 16px;
    font-family: 'Heebo', sans-serif;
    color: #656565;
}

.PaddOutL {
    padding-left: 0px;
}

.TextRight {
    text-align: right
}

.WidthAll {
    width: 100%;
}

.ButtomMenu {
    width: 29%;
    float: left;
    padding: 0px 3px 3px 0px;
}

.BtnMenuStyle {
    background-color: #1a549d;
    border: 1px solid #1a549d;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 100%;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    text-align: center
}

.SearchButtom {
    padding: 6px 0px;
    width: 100%;
    border: 1px solid #ff5722;
    background-color: #ff5722;
    border-radius: 15px;
    color: #fff;
    transition: all 150ms linear;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.3);
}

    .SearchButtom:hover {
        border: 1px solid #ff5722;
        background-color: #fafbfc;
        font-weight: bolder;
        color: #ff5722;
    }

.Srch-Fly {
    width: 100%;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
}

.pad-style {
    padding: 30px 30px 40px 30px;
    border: none;
    background: rgba(26,85,157,1);
    background: -moz-linear-gradient(top, rgba(26,85,157,1) 0%, rgba(0,60,140,1) 81%, rgba(0,60,140,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(26,85,157,1)), color-stop(81%, rgba(0,60,140,1)), color-stop(100%, rgba(0,60,140,1)));
    background: -webkit-linear-gradient(top, rgba(26,85,157,1) 0%, rgba(0,60,140,1) 81%, rgba(0,60,140,1) 100%);
    background: -o-linear-gradient(top, rgba(26,85,157,1) 0%, rgba(0,60,140,1) 81%, rgba(0,60,140,1) 100%);
    background: -ms-linear-gradient(top, rgba(26,85,157,1) 0%, rgba(0,60,140,1) 81%, rgba(0,60,140,1) 100%);
    background: linear-gradient(to bottom, rgba(26,85,157,1) 0%, rgba(0,60,140,1) 81%, rgba(0,60,140,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a559d', endColorstr='#003c8c', GradientType=0 );
}

.k-table-td {
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.k-grid-header th.k-header > .k-link {
    font-weight: 600;
}

a:focus, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, input[type="file"]:focus,
input[type="radio"]:focus, input[type="checkbox"]:focus, input:focus {
    outline-offset: 0 !important;
    outline: 0 !important;
}

.k-tabstrip:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-numeric-wrap {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.FontCo {
    color: #fff;
}

.BtnMenuStyle {
    background-color: #1a549d;
    border: 1px solid #1a549d;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 100%;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    text-align: center
}

.BtnMenuDemo {
    background-color: #fafbfc;
    border: 1px solid #cfdbe2;
    color: #969696;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 100%;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    transition: all 150ms linear;
}

    .BtnMenuDemo:hover {
        color: #ff6d00;
        background-color: #fff;
        border: 1px solid #ff6d00;
        text-decoration: none;
    }

.nav-tabs > li > a {
    background-color: #eeeeee;
    cursor: pointer
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #1a549d;
    border: 1px solid #1a549d;
}

span.k-widget.k-tooltip-validation {
    border-radius: 4px;
    padding: 6px;
    font-size: 12px;
    margin: 0;
    background: none;
    box-shadow: none;
    color: #fff;
    background-color: red;
    position: absolute;
    border: initial;
    top: -30px;
    left: 200px;
}

span #cboTurno_validationMessage {
    width: 100%;
    left: 0px;
}

span.k-widget.k-tooltip-validation::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    border-style: solid;
    border-width: 6px;
    border-color: red transparent transparent transparent;
}

.k-tooltip-validation .k-warning {
    display: none;
}

.checkbox input[type="checkbox"] {
    float: none;
    -webkit-appearance: none;
}


#slideshow {
    overflow: hidden;
    height: 510px;
    width: 100%;
    margin: 0 auto;
}

.slide-wrapper {
    width: 2912px;
    -webkit-animation: slide 18s ease infinite;
}

.slide {
    float: left;
    height: 510px;
    width: 1175px;
}

    .slide:nth-child(1) {
        background: #fff;
    }

    .slide:nth-child(2) {
        background: #fff;
    }


.slide-number {
    color: #000;
    font-size: 10em;
}

@-webkit-keyframes slide {
    20% {
        margin-left: 0px;
    }

    30% {
        margin-left: -1200px;
    }
}

.upper {
    text-transform: uppercase;
}

.k-button.k-primary.ImportarEMD {
    background-color: #27c24c;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}


.k-button.k-button-icon.k-success {
    padding: 6px;
    margin: 0px;
    font-family: WebComponentsIcons;
    border-color: rgba(66, 66, 66, 0.5);
    color: #424242;
    border-radius: 4px;
}


.k-button.k-button-icon {
    padding: 4px 6px;
    font-family: WebComponentsIcons;
    border-color: rgba(66, 66, 66, 0.5);
    color: #424242;
    border-radius: 4px;
}

.k-input-filter {
    width: 200px !important;
}

.form-control {
    box-shadow: 0 0 0 #000 !important;
    border: 1px solid #dde6e9 !important;
    line-height: 1.52857143;
    color: #3a3f51;
}

input[type=text].k-textbox {
    border-radius: 4px;
    border-color: rgba(66, 66, 66, 0.5);
    color: #424242;
    padding-block: 4px;
    padding-inline: 8px;
    margin: 0;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    font-weight: normal;
    text-align: start;
    box-shadow: none;
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: stretch;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-appearance: none;
}

.fndLoginAvion > img {
    margin: 0 auto;
}

#tabstrip-1 > .form-group, #tabstrip-2 > div > div > .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

.k-radio:checked + .k-radio-label:after {
    top: 2px;
    left: 2px;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

/*STYLE GRID TOOLBAR ROW*/
.k-toolbar > * {
    flex-shrink: initial;
    display: block;
}

@media (max-width: 686px) {
    .k-button-md {
        margin-bottom: 4px !important;
    }

    .k-toolbar .k-input,
    .k-toolbar .k-picker {
        margin-bottom: 4px !important;
    }

    .k-table-thead {
        display: none;
    }

    .k-grid-table-ct colgroup {
        display: none;
    }

    .k-grid-header-ct {
        display: none !important;
    }

    .k-table-tbody-ct {
        display: flex;
        flex-direction: column;
    }

        .k-table-tbody-ct tr {
            padding: 0 20px;
        }

            .k-table-tbody-ct tr.collapse.show {
                display: flex;
                flex-direction: column;
            }

            .k-table-tbody-ct tr td {
                width: 100%;
                display: flex;
            }

                .k-table-tbody-ct tr td:nth-child(1) {
                    order: 1;
                    gap: 10px;
                }

                .k-table-tbody-ct tr td button {
                    background: #f6f5fd;
                    border-radius: 5px;
                    color: #007bff;
                }

        .k-table-tbody-ct a {
            padding: 10px 20px;
            background: #f6f5fd;
            margin: 5px auto;
            width: 96%;
            border-radius: 5px;
            color: #555;
            display: flex;
            align-items: center;
            gap: 20px;
            text-decoration: none;
        }

            .k-table-tbody-ct a:hover {
                text-decoration: none;
            }

            .k-table-tbody-ct a i {
                font-size: 20px;
                color: #007bff;
            }

    .rotar-180 {
        transform: rotate(180deg);
        transition: transform 0.3s ease;
    }

    .hide-mobile {
        display: none;
    }

    .content-filter-mobile {
        padding: 5px 0px !important;
        background: #f6f5fd;
        margin: 5px auto;
        width: 100%;
        border-radius: 5px;
    }
}

@media (min-width: 687px) {
    .hide-id {
        visibility: hidden;
    }

    .k-table-tbody-ct a {
        display: none;
    }

    .k-table-tbody-ct tr {
        display: table-row !important;
    }

    .hide-desk {
        display: none;
    }
}
