@import url('../fonts/css/all.css');
@import url('bootstrap.css');
@import url('ui.jqgrid.css');
@import url('jquery-ui.css');
@font-face {
    font-family: 'tc';    
    src: url('../fonts/tcm_____.ttf') format('truetype'),
}
:root {
    --color1: #003a62;
    --color2: #156188;
    --color3: #cf41ff;
    --text1: #fff;
    --text2: #003a62;
    --fuente: 'Microsoft Sans Serif';
    --tam0: 12px;
    --tam1: 14px;
    --tam2: 16px;
    --linea: #f3f3f3;
}

body {
    font-family: var(--fuente);
    font-size: 16px
}
form {
    font-family: var(--fuente);
}
h1 {
    font-family:'tc'!important;
}
.h1 {
    font-family: 'tc' !important;
    font-size: 20px !important;
    margin:0px!important;
    color:#fff;
}
.ls_invisible {
    visibility: hidden;
    display: none;
    height: 0px;
    width: 0px;
}

.cabecera {
    font-family: var(--fuente);
    background-color: var(--color1);
    color: var(--text1);
    font-size: 20px;
}
h1 {
    font-size: 60px !important;
    font-family: var(--fuente);
    color: var(--text2);
}
span {
    font-size: var(--tam0);
    font-family: var(--fuente);
}
span input[type=checkbox] {
    margin-right: 5px;
}
.bton {
    text-decoration: none;
    font-size: 15px;
    font-family: var(--fuente);
    background-color: var(--color1);
    color: var(--text1);
    border-radius: 5px;
    padding: 5px;
    padding-left: 10px;
}
    .bton i {
        padding-left:5px;
        padding-right:5px;
    }
    .bton:hover {
        color: var(--text1);
        background-color: #0b5ed7;
        border-color: #0a58ca;
        box-shadow: 0 3px 24px rgba(0, 0, 0, .1);
        outline: none;
    }

.bton1 {
    text-decoration: none;
    font-size: 14px;
    font-family: var(--fuente);
    background-color: var(--color1);
    color: var(--text1);
    border-radius: 5px;
    padding: 5px;
    padding-left: 10px;
   cursor:pointer;
}

    .bton1 i {
        padding-left: 5px;
        padding-right: 5px;
    }

    .bton1:hover {
        color: var(--text1);
        background-color: #0b5ed7;
        border-color: #0a58ca;
        box-shadow: 0 3px 24px rgba(0, 0, 0, .1);
        outline: none;
    }


.bton11 {
    text-decoration: none;
    font-size: 14px;
    font-family: var(--fuente);
    background-color: var(--text1);
    color: var(--color1);
    border-radius: 5px 5px 0px 0px;
    padding: 5px;
    padding-left: 10px;
    cursor: pointer;
}

    .bton11 i {
        padding-left: 5px;
        padding-right: 5px;
    }

    .bton11:hover {
        color: var(--text1);
        background-color: #0b5ed7;
        border-color: #0a58ca;
        box-shadow: 0 3px 24px rgba(0, 0, 0, .1);
        outline: none;
    }

.bton2 {
    text-decoration: none;
    font-size: 15px;
    font-family: var(--fuente);
    background-color: var(--color1);
    color: var(--text1);
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
}

    .bton2 i {
        padding-left: 5px;
        padding-right: 5px;
    }

    .bton2:hover {
        color: var(--text1);
        background-color: #0b5ed7;
        border-color: #0a58ca;
        box-shadow: 0 3px 24px rgba(0, 0, 0, .1);
        outline: none;
    }

.scrollgrid {
    overflow:auto;
}
.scrollgrid2 {
    overflow-x:hidden;
    overflow-y:visible;
}
fieldset {
    border: 1px !important;
    border-color: var(--color1) !important;
    border-style: solid !important;
    padding: 5px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    min-width: 0 !important;
    font-size: 12px !important;
    min-height: 60px;    
}
.sspan {
    padding-right: 10px;
    width: 30px;
    display: inline-block;
}
legend {
    font-size: 12px !important;
    padding: 5px;
    font-family: var(--fuente);
    float: none !important;
    width: auto !important;
    margin-bottom:0px!important;
}
fieldset input {
    border:0px;
    width:50px;
    font-size:10px;
    text-align:center;
    margin:4px;
}
.in1 {
    background-color: #ffd800;
    color: #000;
}
.in2 {
    background-color: aqua;
    color: #000;
}
.in3 {
    background-color:lawngreen;
    color: #000;
}
.in4 {
    background-color:hotpink;
    color: #000;
}
.in5 {
    background-color: red;
    color: #000;
}
.scroll-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
    color: #fff;
    background-color: var(--color1);
}
#map_canvas {
    /*height: 65vh;*/
}
.detalle {
    font-size:var(--tam0);
    font-family:var(--fuente);
}
.celda {
    font-weight: normal;
    overflow: hidden;
    white-space: pre;
    height: 22px;
    padding: 0 2px 0 2px;
    border-bottom-width: 1px;
    border-bottom-color: inherit;
    border-bottom-style: solid;
}
.ancho-cel {
    width: 90px !important;
    max-width:90px !important;
}
.min_alto {
    min-height: 40px;
}
.ancho-100 {
    width: 100px !important;
    max-width: 100px !important
}
.ciento {
    font-size:18px;   
    text-align:center;
    margin:0px;
    padding:0px;
}
.imagen_fondo {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image:url('../images/fondo.png');
}
input[type=radio] {
    width:auto;
}
.list-iconos img{
    float:right;
}
.recursos a {
    text-decoration:none;
    font-size:var(--tam0);
}
.recursos i {
    font-size:22px;
}
.recursos a:hover {
    text-decoration: none;
    color: #0b5ed7;
 
}

.div_iz {
    text-align: left;
}

    .div_iz img {
        text-align: left;
    }

    .div_iz a img {
        text-align: left;
    }

    .div_iz input {
        float: left;
    }

.div_ce {
    text-align: center;
}

    .div_ce img {
        text-align: center;
    }

.div_ju {
    text-align: justify;
}

    .div_ju img {
        text-align: justify;
    }

    .div_ju a {
        text-decoration: none;
    }

.div_de {
    text-align: right;
    top: 0px;
}

    .div_de img {
        text-align: right;
    }

    .div_de input {
    }

    .div_de a {
        text-decoration: none;
    }
.form-control {
    text-align: left !important;
    font-size: 14px!important;
}
.modal {
    font-family: 'tc'!important;
}
.cargando {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../images/cargando.gif') 50% 25% no-repeat;
}
.gm-style-iw-chr button {
    width: 16px !important;
    height: 16px !important;
}
.gm-style-iw-chr button span {
    width: 16px !important;
    height: 16px !important;
    margin: 0px !important;
    margin-right: 5px !important;
    margin-top: 5px !important;
}
.ui-jqgrid-titlebar {
    min-height:20px;
}
.caja {
    max-height:120px!important;
}
.br2 {
    border: 2px;
    border-style: solid;
    border-color:var(--color1);
}
#jqgridTipoViaje .ui-search-toolbar {
    display:none;
}
#jqgridZonaCarga .ui-search-toolbar {
    display: none;
}
#jqgridZonaDescarga .ui-search-toolbar {
    display: none;
}
.rec_1 {
    font-size: var(--tam0);
    background-color: #ffffe0;
    width: 15px;
    display: inline-block;
    border: 1px solid var(--color1);
    text-align: center;
    height: 22px;
}
.rec_2 {
    font-size: var(--tam0);
    background-color: #ffa07a;
    width: 15px;
    display: inline-block;
    border: 1px solid var(--color1);
    text-align: center;
    height: 22px;
}
.rec_3 {
    font-size: var(--tam0);
    background-color: #d3d3d3;
    width: 15px;
    display: inline-block;
    border: 1px solid var(--color1);
    text-align: center;
    height: 22px;
}
.txt_rec {
    font-family:var(--fuente);
    font-size: var(--tam0);
}
.est_1 {
    font-size: var(--tam0);
    background-color: #ffffff;
    width: 15px;
    display: inline-block;
    border: 1px solid var(--color1);
    text-align: center;
    height: 22px;
}

.est_2 {
    font-size: var(--tam0);
    background-color: #90ee90;
    width: 15px;
    display: inline-block;
    border: 1px solid var(--color1);
    text-align: center;
    height: 22px;
}

.est_3 {
    font-size: var(--tam0);
    background-color: #add8e6;
    width: 15px;
    display: inline-block;
    border: 1px solid var(--color1);
    text-align: center;
    height: 22px;
}

.txt_est {
    font-family: var(--fuente);
    font-size: var(--tam0);
}
#fecha {
    width: 150px;
    display: inline-block!important;
}
#filtros_cabecera {
    display:none;
}
#filtros_direccion {
    display: none;
}


@media (max-width: 1000px) {
    .menu {
        font-size:0px;
    }

        .menu i {
            font-size:14px;
        }
    #ventana {
        padding:0px;
    }
    #ventana1 {
        padding: 0px;
    }
    .bton11 {
        padding-left:0px!important;
        padding-right:0px!important;
    }
}
.mr {
    margin-right:5px;
}