﻿/* ###### VERSION 5 ##### */

/*html { 
	background: url(../img/fondo_2.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;}*/

form {
    background-color: transparent
}

body {
    font-family: var(--ifs-font);
    margin: 0;
    margin-top: 0.5em;
    padding-left: 12em;
    padding-right: 1em;
    font-size: 14px;
    color: var(--ifs-primary);
    /*background-color: #FFFFFF;*/
    font-size: 90%
}

fieldset.menu {
    padding: 0.6em 0.6em 0.3em 0.6em;
    border: 1px solid var(--ifs-secondary);
    background-color: #fbfbfb;
    box-shadow: 0 0 2px var(--ifs-primary);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-decoration: none;
    display: block;
    margin-top: 8px
}

legend.menu {
    box-shadow: 0 0 2px var(--ifs-primary);
    padding: 0.1em 0.5em;
    border: 1px solid var(--ifs-secondary);
    font-size: 12px;
    color: #fbfbfb;
    background-color: var(--ifs-primary);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    display: inline-block;
    position: relative
}

fieldset.menu > legend {
    float: left;
    margin-top: -22px
}

    fieldset.menu > legend + * {
        clear: both
    }

ul.navbar {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 0.7em;
    left: 1em;
    width: 11em;
    font-size: 13px
}

@media only screen and (max-device-width: 480px) {
    ul.navbar {
        position: absolute !important
    }
}

#fondo_menu {
    margin: 0;
    position: fixed;
    top: 0em;
    left: 0em;
    width: 11.5em;
    height: 100%;
    z-index: -1;
    background-color: white
}

ul.navbar a {
    background: white;
    border: 1px solid var(--ifs-primary);
    margin: 4px 0;
    padding: 2px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-decoration: none;
    display: block
}

    ul.navbar a:link {
        font-weight: normal
    }

    ul.navbar a:hover {
        box-shadow: 0 0 5px var(--ifs-primary)
    }

a:link {
    color: var(--ifs-primary);
    font-weight: bold
}

a:visited {
    color: var(--ifs-primary)
}

address {
    margin-top: 1em;
    padding-top: 1em;
    border-top: thin dotted
}

h1 {
    font-family: "trebuchet ms",arial,sans-serif;
    font-weight: bold;
    font-size: 110%
}

.titulo1 {
    margin: 0;
    padding: 0 0 2px 0;
    border-bottom: solid 7px var(--ifs-primary);
    color: black;
}

.titulo2 {
    clear: none;
    margin: 0.5em 0 0.7em 0;
    padding: 2px 5px;
    background: var(--ifs-secondary);
    color: white
}

.sinformato table, .sinformato th, .sinformato td {
    background: white;
    border: none;
    border-collapse: collapse
}

.BK table, .BK th, .Bk td {
    border-collapse: collapse;
    padding: 3px 5px;
    background: #f7f7f7;
    font-size: 90%
}

.BK th {
    background: var(--ifs-primary);
    text-align: right;
    font-weight: bold;
    color: white;
    border: 2px solid white;
}

.BK td {
    padding: 3px;
    border: 2px solid white;
}

.BL table,
.BL td {
    border: 1px solid var(--ifs-primary);
    border-collapse: collapse;
    padding: 5px;
    font-size: 95%;
    background: white;
    vertical-align: top;
}

.BL th {
    border: 1px var(--ifs-primary) solid;
    border-collapse: collapse;
    padding: 8px 0 2px 0;
    font-size: 95%;
    background: var(--ifs-primary);
    color: white;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
}

.partida table, .partida th, .partida td {
    border-collapse: collapse;
    padding: 2px;
    background: #f7f7f7;
    font-size: 90%;
    text-align: left;
}

.partida th {
    background: var(--ifs-primary);
    font-weight: bold;
    color: white;
    border: 1px solid white;
}

.partida td {
    font-size: 85%;
    border: 1px solid white;
    overflow: hidden
}

textarea {
    resize: none;
    overflow: hidden
}

    textarea[disabled] {
        background: white;
        cursor: default;
        color: var(--ifs-primary)
    }

        textarea[disabled]:hover {
            background: white
        }


.textarea1 {
    border: 1px solid var(--ifs-primary);
    font-family: Courier New,Courier,monospace;
    font-size: 15px;
    color: var(--ifs-primary);
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    cursor: default
}

    .textarea1:focus {
        background: white
    }

.datosempresa {
    border: 5px solid white;
    font-family: Courier New,Courier,monospace;
    font-size: 12px;
    color: var(--ifs-primary);
    width: 96%
}

    .datosempresa:hover {
        background: #ffff99
    }

.modificable {
    font-family: Courier New,Courier,monospace;
    font-size: 14px;
    color: var(--ifs-primary);
    background: #f7f7f7 !important;
    font-weight: bold;
    padding: 4px;
    border: 0 !important;
}

    .modificable:hover {
        background: #ffff99 ;
    }

    .modificable:focus {
        background: #ffff99 ;
    }

.inputbl {
    font-family: Courier New,Courier,monospace;
    font-size: 11px;
    text-align: center;
    background: #f7f7f7;
    padding: 0;
    border: 0 !important;
    width: 96%
}

    .inputbl:hover {
        background: #ffff99
    }

    .inputbl:focus {
        background: #ffff99
    }

.inputbl_ver {
    font-family: Courier New,Courier,monospace;
    font-size: 11px;
    text-align: center;
    padding: 0;
    margin-top: 5px;
    border: 0 !important;
    width: 96%
}

.modificable_bk {
    font-family: arial,sans-serif;
    font-size: 13.3px;
    resize: vertical;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 70px;
    color: var(--ifs-primary);
    background: white;
    padding: 2px;
    border: 1px var(--ifs-primary) dotted;
}

    .modificable_bk:hover {
        background: #ffff99
    }

    .modificable_bk:focus {
        background: #ffff99
    }

#W_DETALLE {
    width: calc(100% - 8px);
    border: 1px dotted var(--ifs-primary);
    padding: 3px;
    color: var(--ifs-primary);
    font-family: arial,sans-serif;
    font-size: 100%
}

.tablabookings,
.tablabookings table,
.tablabookings th,
.tablabookings td {
    border-spacing: none;
    border: none;
    border-collapse: collapse;
    padding: 3px 8px;
    font-size: 90%;
    text-align: center
}

    .tablabookings th {
        background: var(--ifs-primary);
        font-weight: bold;
        color: white;
        font-size: 100%;
    }

    .tablabookings tr:nth-child(even) {
        background: #e3e9f8
    }

    .tablabookings tr:nth-child(odd) {
        background: #fdfdfd
    }


#schedule_table table,
#schedule_table th,
#schedule_table td {
    border-collapse: collapse;
    border-spacing: 0px;
    border-style: none;
    border-bottom: 1px solid var(--ifs-secondary);
    padding: 5px 8px;
    font-size: 80%;
    text-align: center;
}

#schedule_table th {
    background: var(--ifs-primary) !important;
    font-weight: bold;
    color: white;
    font-size: 90%
}

#schedule_table tr td:nth-child(1) {
    font-weight: bold;
    text-align: left !important
}

#schedule_table tr {
    background-color: white
}

    #schedule_table tr:hover {
        background-color: #ffff99
    }

.sch_destino {
}
/* Solo para filtrar */
.sch_pol {
}
/* Solo para filtrar */
.sch_fecha {
}
/* Solo para filtrar */

.clear_table table,
.clear_table th,
.clear_table td {
    border-collapse: collapse;
    border-spacing: 0px;
    border-style: none;
    border-bottom: 1px solid var(--ifs-secondary);
    padding: 5px 8px;
    font-size: 80%;
    text-align: center
}

.clear_table th {
    background: var(--ifs-primary);
    font-weight: bold;
    color: white;
    font-size: 90%
}

.clear_table tr {
    background-color: white
}

    .clear_table tr:hover {
        background-color: #ffff99
    }

.invisible {
    visibility: hidden;
    font-size: 0%;
}

input {
    cursor: pointer
}

    input[type=TEXT],
    input[type=PASSWORD] {
        color: var(--ifs-primary);
        border: 1px var(--ifs-primary) dotted;
        padding: 1px 3px;
        cursor: text;
    }

        input[type=TEXT][disabled] {
            background-color: white;
            background-size: 10px 10px;
            background-repeat: no-repeat;
            background-position: center;
            cursor: default;
            opacity: .8;
        }

select {
    color: var(--ifs-primary);
    border: 1px var(--ifs-primary) dotted;
    background: white
}

.recalculo {
    background: transparent;
    font-size: 100%;
}
input:invalid{
    box-shadow: 0 0 5px #C81900 !important;
}
input:invalid,
select:invalid,
textarea:invalid {
    box-shadow: 0 0 5px #C81900 !important;
}

input[type=TEXT]:focus,
input[type=PASSWORD]:focus,
select:focus,
textarea:focus {
    background: #ffff99;
    box-shadow: none;
}

.freight table,
.freight td,
.freight th,
.freight tr {
    border-collapse: collapse;
    empty-cells: show;
    border-style: hidden;
    padding: 3px;
    text-align: center
}

.freight th {
    font-weight: normal;
    padding-top: 6px;
    padding-bottom: 2px
}

table {
    table-layout: fixed
}
/*esto se pone para que no se descojonen las tablas en Iexplorer*/

.boton {
    color: var(--ifs-primary);
    cursor: pointer;
    padding: 5px;
    border: 1px solid var(--ifs-primary);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: white;
    text-align: center
}

    .boton:hover {
        box-shadow: 0 0 5px var(--ifs-primary)
    }

.boton2 {
    background-image: linear-gradient(to bottom, #758AB6, var(--ifs-primary));
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    text-decoration: none;
    color: white;
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
    font-weight: bold;
    margin: 0px;
}

    .boton2:hover {
        background: var(--ifs-primary) none repeat scroll 0% 0%;
        color: #FFF;
    }

.cancel {
    color: #C81900 !important;
    border: 1px solid #C81900;
}

    .cancel:hover {
        box-shadow: 0 0 5px #C81900
    }

.btn_activo {
    background: #ebeef4 !important
}

.btn_azul, .btn_fact {
    color: var(--ifs-primary);
    cursor: pointer;
    padding: 2px;
    border: 1px solid var(--ifs-primary);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: rgba(255,255,255,0.5);
    font-weight: bold
}

    .btn_azul:hover, .btn_fact:hover {
        background: var(--ifs-primary);
        color: white;
        box-shadow: 0 0 15px var(--ifs-primary)
    }

.btn_rojo {
    color: #C81900;
    cursor: pointer;
    padding: 2px;
    border: 1px solid #C81900;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: rgba(255,255,255,0.5);
    font-weight: bold
}

    .btn_rojo:hover {
        background: #C81900;
        color: white;
        box-shadow: 0 0 15px #C81900
    }

.btn_verde {
    color: green;
    cursor: pointer;
    padding: 2px;
    border: 1px solid green;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: rgba(255,255,255,0.5);
    font-weight: bold
}

    .btn_verde:hover {
        background: green;
        color: white;
        box-shadow: 0 0 15px green
    }

.btn_naranja {
    color: #ff9000;
    cursor: pointer;
    padding: 2px;
    border: 1px solid #ff9000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: rgba(255,255,255,0.5);
    font-weight: bold
}

    .btn_naranja:hover {
        background: #ff9000;
        color: white;
        box-shadow: 0 0 15px #ff9000
    }

.btn_gris,
.btn_gris_b {
    color: #cccccc;
    cursor: pointer;
    padding: 2px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: rgba(255,255,255,0.5);
    font-weight: bold
}

.btn_bl {
    color: var(--ifs-primary);
    padding: 2px;
    border: 1px solid var(--ifs-primary);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: var(--ifs-tertiary);
    font-size: 80%;
    float: right;
    margin-right: 5px
}

    .btn_bl:hover {
        background: #ffff99
    }

.btn_fav {
    color: var(--ifs-primary);
    padding: 1px 5px;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: var(--ifs-tertiary);
    font-size: 75%;
}

    .btn_fav:hover {
        background: #ffff99
    }

.btn_nulo {
    border: none;
    background: var(--ifs-primary);
    font-weight: bold;
    color: white;
    cursor: pointer
}

.btn_transparente {
    border: none;
    background: transparent;
    color: var(--ifs-primary)
}

.btn_ko {
    background: url(../img/chk_ko.png) no-repeat center;
    cursor: pointer;
    padding: 2px;
    border: 1px solid #C81900;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 20px;
    height: 20px
}

    .btn_ko:hover {
        background: url(../img/chk_ko_2.png) no-repeat center;
        box-shadow: 0 0 15px #C81900
    }

.btn_ok {
    background: url(../img/chk_ok.png) no-repeat center;
    cursor: pointer;
    padding: 2px;
    border: 1px solid green;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 20px;
    height: 20px
}

    .btn_ok:hover {
        background: url(../img/chk_ok_2.png) no-repeat center;
        box-shadow: 0 0 15px green
    }

.btn_print {
    background: url(../img/print-16.png) no-repeat center;
    cursor: pointer;
    border: none;
    width: 100px;
    height: 50px
}

.btn_print_32 {
    background: url(../img/print-32.png) no-repeat center;
    cursor: pointer;
    border: none;
    width: 32px;
    height: 32px
}

.btn_pdf {
    background: url(../img/pdf-32.png) no-repeat center;
    border: none;
    cursor: pointer;
    width: 32px;
    height: 32px
}

.btn_save_16 {
    background: url(../img/save_16.png) no-repeat center;
    vertical-align: middle;
    border: none;
    cursor: pointer;
    width: 16px;
    height: 16px
}

.btn_save_32 {
    background: url(../img/save_32.png) no-repeat center;
    vertical-align: middle;
    border: none;
    cursor: pointer;
    width: 32px;
    height: 32px
}

.btn_borrar_16 {
    background: url(../img/cerrar_16.png) no-repeat center;
    vertical-align: middle;
    border: none;
    cursor: pointer;
    width: 16px;
    height: 16px
}

.btn_editar_16 {
    background: url(../img/editar_16.png) no-repeat center;
    vertical-align: middle;
    border: none;
    cursor: pointer;
    width: 16px;
    height: 16px
}

.news table,
.news tr {
    border: none;
    border-collapse: collapse;
    padding: 5px;
    vertical-align: middle;
    height: 1em;
    cursor: default
}

.news td {
    border: 1px solid var(--ifs-primary);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 5px;
    text-align: center;
    box-shadow: 0 0 7px var(--ifs-primary)
}

    .news td:hover {
        background: white
    }

.news_date {
    color: var(--ifs-primary);
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 5px
}

.onlyprint, div.print_blocked {
    display: none
}

div.watermark {
    display: none
}

#uploadFile {
    border: 1px dotted var(--ifs-primary);
    color: var(--ifs-primary);
    padding: 0.3em;
    width: 220px;
    background: white
}

#uploadBtn {
    display: none
}

.msj_ok {
    border: 0;
    padding: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 0 5px green;
    vertical-align: middle;
    color: green;
    background: white
}

    .msj_ok td {
        text-align: center
    }

.msj_ko {
    border: 0;
    padding: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 0 5px #C81900;
    vertical-align: middle;
    color: #C81900;
    background: white
}

    .msj_ko td {
        text-align: center
    }

#f_rangeStart_trigger,
#f_rangeStart_trigger2 {
    background: url('../img/calendarIcon.gif') no-repeat;
    border: none;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    top: -1px
}

.btn_doc {
    background: url('../img/doc.png') no-repeat;
    border: none;
    width: 18px;
    height: 22px;
    cursor: pointer
}

    .btn_doc:hover {
        background: url('../img/doc1.png') no-repeat
    }

.btn_ayuda {
    background: url('../img/interrogante.png') no-repeat;
    border: none;
    width: 16px;
    height: 16px;
    cursor: pointer
}


#btn_csv {
    background: url('../img/xls_32_white.png') no-repeat;
    border: none;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    top: -1px
}

    #btn_csv:hover {
        background: url('../img/xls_32_color.png') no-repeat
    }



.pie {
    position: fixed;
    bottom: 0;
    width: calc(100% - 2em);
    height: 4.5em;
    text-align: center;
    z-index: 101;
    background-color: white;
}

.btn_cancel {
    background: url('../img/chk_ko.png') no-repeat;
    border: none;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    cursor: pointer
}

    .btn_cancel:hover {
        background: url('../img/chk_ko_2.png') no-repeat;
    }

.btn_forbiden {
    background: url('../img/status-ko-16.png') no-repeat;
    border: none;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    cursor: pointer
}

label {
    padding-left: 0.5em;
    cursor: pointer
}

div#loading {
    margin: auto;
    position: fixed;
    top: 70px;
    left: 11em;
    z-index: 1000;
    width: 2000px;
    height: 2000px;
    background: url(../img/loading.gif) no-repeat, url(../img/logo_big.png) no-repeat;
    background-position: 200px 50px;
    background-color: white;
    cursor: wait
}

div#margen {
    padding-left: 1em
}

.tarifas {
    border: 0;
    border-collapse: collapse;
    text-align: center;
    box-shadow: 0 0 7px var(--ifs-primary);
    font-size: 75%;
    table-layout: fixed
}

    .tarifas td {
        border: 0;
        overflow: hidden;
        vertical-align: top;
        border-bottom: 1px solid var(--ifs-secondary);
        padding: 5px;
        background: white
    }

    .tarifas th {
        border: 0;
        vertical-align: middle;
        padding: 5px;
        font-size: 110%
    }

.gastos {
    width: 805px;
    border: 0;
    border-collapse: collapse;
    text-align: left;
    box-shadow: 0 0 7px var(--ifs-primary);
    font-size: 80%;
    table-layout: fixed
}

    .gastos td {
        border: 0;
        overflow: hidden;
        vertical-align: top;
        padding: 5px;
        background: white
    }

    .gastos th {
        border: 0;
        text-align: center;
        vertical-align: middle;
        padding: 5px;
        font-size: 130%;
        border-bottom: 3px solid var(--ifs-primary)
    }

td.zona,
td.pais {
    color: white;
    text-align: center;
    font-weight: bold;
    border: 0
}

td.zona {
    background: var(--ifs-primary);
    font-size: 170%
}

td.pais {
    background: var(--ifs-secondary);
    font-size: 150%
}

td.sector {
    text-align: center;
    font-weight: bold;
    border: 0;
    background: var(--ifs-tertiary);
    font-size: 130%
}

table.sortable th {
    cursor: pointer;
}

.lang_radio {
    opacity: 0;
    position: absolute;
}

.lang_label_es {
    background: url(../img/flag_es.gif) no-repeat center;
    text-indent: -999em;
    border: 2px solid transparent;
    width: 16px;
    height: 17px;
    display: block;
    float: left;
    opacity: 0.3
}

.lang_label_en {
    background: url(../img/flag_gb.gif)no-repeat center;
    text-indent: -999em;
    border: 2px solid transparent;
    width: 16px;
    height: 17px;
    display: block;
    float: left;
    opacity: 0.3
}

input[type="radio"].lang_radio:checked + label {
    border: 2px solid var(--ifs-secondary);
    box-shadow: 0 0 2px var(--ifs-primary);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    opacity: 1;
}

@keyframes blink {
    30% {
        color: #ffbfbf;
    }
}

@-webkit-keyframes blink {
    70% {
        color: #C81900;
    }
}

.msj_arriba {
    position: absolute;
    font-size: 11px;
    left: 650px;
    color: #C81900;
    border: 1px solid #C81900;
    border-top: none;
    border-radius: 0px 0px 5px 5px;
    background: #fffafa;
    cursor: pointer;
    font-weight: bold;
    padding: 2px 7px;
    animation: blink 2s step-start 0s infinite;
    -webkit-animation: blink 2s step-start 0s infinite;
}

    .msj_arriba:hover {
        box-shadow: 0 5px 5px -5px #C81900;
    }

.flag {
    box-shadow: 0 0 5px var(--ifs-primary)
}

.oculto {
    display: none
}

#multicuentas {
    font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace;
    margin-left: 50px;
    border-radius: 3px;
    border: 1px solid white;
    padding: 1px;
    position: relative;
    top: -8px;
    box-shadow: 0 0 4px var(--ifs-primary);
}

/*	
.rotatelogo {
	width: 70px;
	height: 70px;
	background:url("../img/logo.jpg") no-repeat center center;
	background-color: #fff;
	margin-bottom: 6px;
	-webkit-animation: tp-rotateplane 2s ease-in-out;
	animation: tp-rotateplane 2s ease-in-out;
}

@-webkit-keyframes tp-rotateplane {
	0%		{ -webkit-transform: perspective(120px) }
	33%		{ -webkit-transform: perspective(120px) rotateY(180deg) }
	66%		{ -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
	100%	{ -webkit-transform: perspective(120px) }
}

@keyframes tp-rotateplane {
	0% { 
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
	}	
	33% { 
		transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0deg) 
	} 
	66% { 
		transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
	}
	100% { 
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) }
}
*/

