@import url('reset.css');

/*===============================================================================================================================================================
//MAIN
================================================================================================================================================================*/
body{overflow:hidden;}
html, body, iframe{
    font-family: 'Open Sans', sans-serif;
    color: #4a4a4a;
    height: 100%;
    width: 100%;
}
.main-content {
    display: inline-block;
    width: 100%;
    height: calc(100% - 60px);
}
#container{
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: relative;
}
*[data-tooltip]:hover::after {
    content: attr(data-tooltip);
    font-size: 12px !important;
    padding: 4px 8px;
    color: #4d4d4d;
    position: absolute;
    white-space: nowrap;
    z-index: 20;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 4px #222;
    -webkit-box-shadow: 0 0 4px #222;
    box-shadow: 0 0 4px #222;
    background-color: #f7f0d6;
    font-weight: 500 !important;
    opacity: 1 !important;
    right: 100%;
    top: 100%;
    width: 100%;
}
.info-denuncia {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
}
.info-denuncia .info-texto {
    display: inline;
    position: relative;
    color: #1b7fb6;
    margin-left: 5px;
    line-height: 20px;
}
.info-denuncia:before {
    content: '';
    display: inline-block;
    height: 24px;
    width: 26px;
    background: url(/theme/images/iconos/informacion.png);
    background-size: cover;
    margin-bottom: -6px;
}



/*----------------------HEADER--------------------------------------------*/

#header {
    background: #326C9A;
    height: 122px;
    width: 100%;
    display: block;
    color: #4a4a4a;
}
#logo h1 {
    display: inline-block;
    width: 100%;
    margin: 30px 0;
}
#logo a {
    text-indent: -500000px;
    background-image: url(../images/logo-climavista-seguros.png);
    width: 262px;
    height: 61px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
}
#logo[data-logo-france] a {
    background-image: url(../images/logo_climavista_assurance-blanc.png);
    background-size: contain;
    background-repeat: no-repeat;
}

/*----------------------MENU--------------------------------------------*/

#menu {
    width: 250px;
    float: left;
    background-color: #3D7DB7;
    display: inline-block;
    height: calc(100% - 70px);
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0 0 0 0 rgb(50, 108, 154), 0 0 9px 0 rgba(255, 255, 255, 0);
}
#menu ul {
    display: inline-block;
    height: 100%;
    width: 100%;
    float: left;
}
#menu li {
    list-style: none;
    font-family: "Open sans";
    font-size: 14px;
    color: #FFFFFF;
    text-align: left;
    cursor: pointer;
    width: 100%;
    display: inline-block;
    height: 60px;
    float: left;
    text-transform: uppercase;
    position: relative;
}
#menu li.menu-perfil {
    height: 130px;
    cursor: default;
    display: none;
}
#menu li.menu-perfil > div {
    display: inline-block;
    width: 100%;
    float: left;
    text-align: center;
    padding: 58px 0;
    font-weight: 500;
}
#menu li.menu-titulo {
    display: block;
    height: auto;
    width: calc(100% - 20px);
    font-weight: 600;
    color: #194A6B;
    padding: 10px 0;
    padding-left: 20px;
    cursor: default;
    border-top: solid 1px #194A6B;
    text-transform: capitalize;
    font-weight: 700;
}

#menu li a {
    display: block;
    margin: 0;
    padding: 23px;
    padding-left: 60px;
    color: #FFFFFF;
    text-decoration: none;
}
#menu li:hover,
#menu li:active,
#menu li.active {
    background: #296091;
}
#menu li.menu-titulo:hover,
#menu li.menu-perfil:hover,
#menu li.menu-titulo:active,
#menu li.menu-perfil:active,
#menu li.menu-titulo:focus,
#menu li.menu-perfil:focus {
    background: #3d7db7;
}
#menu li.menu-consultas:hover,
#menu li.menu-consultas:active {
    background: #5a94c3;
}
#menu li a:before {
    cursor: pointer;
    content: '';
    display: inline-block;
    position: absolute;
    height: 24px;
    width: 35px;
    background: url(/theme/images/iconos/suscription.png);
    left: 18px;
    top: 19px;
}
#menu li a.assistance-link:before {
    background: url(/theme/images/iconos/assistance.png);
    background-size: cover;
}
#menu li a.menu-suscripcion:before {
    background: url(/theme/images/iconos/suscription.png);
    background-size: cover;
}
#menu li a.menu-denuncias:before {
    background: url(/theme/images/iconos/complaint.png);
    background-size: cover;
}
#menu li a.menu-sinistralidad:before {
    background: url(/theme/images/iconos/accident.png);
    background-size: cover;
}
#menu li a.menu-usuarios:before {
    background: url(/theme/images/iconos/user.png);
    background-size: cover;
}
#menu li a.menu-eventos:before {
    background: url(/theme/images/iconos/event.png);
    background-size: cover;
}
#menu li a.menu-buscador:before {
    background: url(/theme/images/iconos/search.png);
    background-size: cover;
}
#menu li a.menu-pronosticos:before {
    background: url(/theme/images/iconos/forecast.png);
    background-size: cover;
}
#menu li a.menu-estaciones:before {
    background: url(/theme/images/iconos/station.png);
    background-size: cover;
}
#menu li a.menu-ndvi:before {
    background: url(/theme/images/iconos/ndvi.png);
    background-size: cover;
}
#menu li a.menu-gistools:before {
    background: url(/theme/images/iconos/gistools.png);
    background-size: cover;
}
#menu li a.menu-drone:before {
    background: url(/theme/images/iconos/drone.png);
    background-size: cover;
}
#menu li a.menu-zonificaciones:before {
    background: url(/theme/images/iconos/gistools.png);
    background-size: cover;
}
#menu li a.menu-tarifas:before {
    background: url(/theme/images/iconos/tarifas.png);
    background-size: cover;
}
#menu li a.menu-exchanges:before {
    background: url(/theme/images/iconos/exchanges.png);
    background-size: cover;
}
#menu li a.menu-stats:before {
    background: url(/theme/images/iconos/stats.png);
    background-size: cover;
}
#menu li a.menu-frostrisks:before {
    background: url(/theme/images/iconos/frostrisks.png);
    background-size: cover;
}

#menu li a.menu-wheat:before {
    background: url(/theme/images/iconos/wheat.png);
    background-size: cover;
}

/*----------------------IFRAME CONTENEDOR--------------------------------------------*/

#iframe-holder{
    display: inline-block;
}
.contenedor-principal {
    display: inline-block;
    height: calc(100% - 70px);
    width: calc(100% - 250px);
    float: right;
    background: #f5f5f5;
}

.contenedor-iframe {
    background: #FFFFFF;
    display: inline-block;
    margin: 25px;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    border-radius: 5px;
}


/*----------------------FOOTER--------------------------------------------*/


#footer {
    border: none;
    margin: 0;
    display: inline-block;
    width: 100%;
    height: 60px;
}
#footer-inner {
    background-color: #326C9A;
    margin-top: 0;
    height: auto;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding: 20px;
}



/*----------------------- Login ----------------------------------*/

.loginRecover{
    text-align: center;
    margin: 0 auto;
    width: 500px;
    height: 300px;
    border: solid 1px #c7cdd8;
    border-radius: 4px;
    position: absolute;
    padding: 20px;
    top: calc((100% + 60px) - 50% - 220px);
    left: calc(50% - 276px);
}
#recover.loginRecover{
    height: 200px;
    top: calc((100% + 60px) - 50% - 160px);
}
.loginRecover .title {
    display: inline-block;
    width: 100%;
    padding: 10px 0 20px;
    font-size: 24px;
    color: #326c9a;
    font-weight: 700;
}

.loginRecover .field_name{
    display: inline-block;
    line-height: 23px;
    padding-right: 5px;
    width: 180px;
    text-align: center;
    color: #605c5c;
}

.loginRecover input.field_value {
    display: inline-block;
    border-color: #7fa4c1;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border-width: 1px;
    border-radius: 4px;
    padding: 5px;
    font-size: 14px;
    color: #606060;
    margin: 0;
    height: 18px
}

.loginRecover fieldset{
    padding-top: 10px;
    text-align: center;
}

.loginRecover a#reminder{
    text-decoration: none;
    color: #326c9a;
}

.loginRecover input.submit{
    color: #ffffff;
    vertical-align: super;
    font-size: 15px;
    cursor: pointer;
    line-height: 1.33;
    border-radius: 6px;
    border: none;
    padding: 5px 15px;
    margin-top: 20px;
    float: none;
}


/*------------------------------- Interface logged --------------------------- */
.main-content.logged {
    height: 100%;
}
.main-content.logged #logout {
    display: inline-block;
    float: right;
    color: #FFF;
    font-weight: 700;
}
.main-content.logged #logo h1 {
    margin: 0;
}
.main-content.logged #logout a {
    cursor: pointer;
    content: '';
    display: inline-block;
    height: 30px;
    width: 30px;
    background: url(/theme/images/iconos/exit.png);
    background-size: cover;
    margin: 20px;
    position: relative;
}

.main-content.logged #logout a:after {

}

.main-content.logged #header {
    height: 70px;
}
.main-content.logged #header #logo {
    padding: 15px 0 0 20px;
    display: inline-block;
}

.main-content.logged #header #logo.victoria-logo {
    padding: 10px 0 0 20px;
}

.main-content.logged #header #logo a {
    margin: 0;
    width: 190px;
    height: 50px;
}
.main-content.logged + #footer {
    display: none;
}


/*----------------------IFRAME PAGES--------------------------------------------*/


.content-iframe{ padding-top:45px; margin:0 30px;}

.content-iframe h1{ font-size:20px; line-height:22px; margin-bottom:20px;}
.content-iframe p {font-size:15px; line-height:18px; margin-bottom:20px;}
.content-iframe li {font-size:15px; line-height:18px;}
.content-iframe ul,ol{ margin:15px 0;}
strong{ font-weight:bold}
em{ font-style: oblique; }

#inner_menu {
    background: #ffffff;
    margin-top: 5px;
    padding: 0;
    height: 60px;
    width: calc(100% - 40px);
    margin: 0 20px;
    display: block;
    text-align: center;
    min-width: 800px;
}

ul#inner_menu_ul {
    list-style-type: none;
    line-height: 240%;
    max-height: 100%;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    padding: 0 9px;
}

li.menu-item {
    float: left;
    text-align: center;
    margin: 10px -10px 0;
    -webkit-border-top-right-radius: 25px 170px;
    border-top-right-radius: 25px 170px;
    -webkit-border-top-left-radius: 20px 90px;
    border-top-left-radius: 20px 90px;
    border: solid 1px #b3c2cd;
    padding: 0 8.3px;
    height: 170px;
    background: #bdd0e0;
    position: relative;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
}
ul#inner_menu_ul.menu-3 li.menu-item {
    width: calc(33.333333% - 3px);
}
ul#inner_menu_ul.menu-6 li.menu-item {
    width: calc(16.666666% - 34px);
}
ul#inner_menu_ul.menu-9 li.menu-item {
    width: 11.111111%;
}

li.menu-item:hover,
li.menu-item:active {
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    background: #cfdce6;
    opacity: 0.8;
    background:
    border-bottom: 0;
    z-index: 1;
}
li.menu-item.item-active {
    top: 0;
    transition: top .2s;
    background: #fff;
    z-index: 2;
}
li.menu-item.item-active:hover,
li.menu-item.item-active:active {
    opacity: 1;
}
a.module_section{
    font-weight: 300;
    transition: .2s;
    color: #535353;
    position: relative;
    background-color: transparent;
    display: inline-block;
    padding-top: 5px;
    max-width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-decoration: none;
    width: 100%;
    height: 100%;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}
li.menu-item.item-active a.module_section{
    font-size: 18px;
    color: #326c9a;
    padding-top: 3px;
    font-weight: 900;
}
.main {
    display: inline-block;
    width: calc(100% - 82px);
    height: calc(100% - 82px);
    padding: 20px;
    overflow-x: hidden;
    border: solid 1px #cfdae3;
    margin: 20px;
    position: relative;
}
#inner_menu ~ .main {
    height: calc(100% - 121px);
    margin: 0 20px 20px 20px;
    border-top: none;
}
.main form.form-column {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
/*---------------------- GENERAL --------------------------------------------*/
.btn-seguros {
    padding: 10px 15px;
    font-size: 14px;
    background: #5a94c3;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    text-align: center;
    margin: 7px 10px;
}
.btn-seguros:hover,
.btn-seguros:active {
    background: #326C9A;
}
.btn-success.mapear,
#procesar,
.botones .crear[value="Cargar"] {

}
/*
.input[name="add_item"] {
    width: 145px;
}

.guardar[name="button_write_and_list"] {
    margin-right: 15px;
}
.guardar[value="Guardar y listar"] {
    width: 165px;
}

.guardar[name="button_write_and_insert_another"] {
    width: 200px;
}
.guardar[name="button_save_create_insurance_policy"] {
    width: 210px;
}
.guardar[name="button_write_and_stay"],
.guardar[name="button_write_and_create_field"],
.guardar[name="button_save_create_plot"] {
    width: 250px;
}
*/


.guardar:hover,
.guardar:active,
.btn-success.crear:hover,
.btn-success.crear:active,
.btn-success.mapear:hover,
.btn-success.mapear:active,
#procesar:hover,
#procesar:active,
.botones .crear[value="Cargar"]:hover,
.botones .crear[value="Cargar"]:active {
    background: #326c9a;
    cursor: pointer;
}

.feedback_divcenter {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
}
.msg_error {
    margin: 0px;
    padding: 0px;
    color: #c86363;
    font-weight: bold;
    font-family: 'Open sans';
    background: transparent;
    line-height: 21px;
}
#feedback_error {
    padding: 5px !important;
    text-align: center !important;
    margin-top: 20px !important;
}


/* Iconos */
/*.btn-success.crear + span {
    background: url(/theme/images/iconos/add.png) repeat;
    background-size: contain;
    content: " ";
    position: absolute;
    top: 5px;
    left: 10px;
    width: 18px;
    height: 18px;
}
input[name="add_item"]  {
    width: 140px;
}
input[name="add_item"] + span {
    background: url(/theme/images/iconos/add.png) repeat;
    background-size: contain;
    content: " ";
    position: relative;
    top: -3px;
    left: -125px;
    width: 18px;
    height: 18px;
}
.guardar + span {
    background: url(/theme/images/iconos/guardar.png) repeat;
    background-size: contain;
    content: " ";
    position: relative;
    top: 3px;
    left: -235px;
    width: 18px;
    height: 18px;
    display: inline-block;
    cursor: pointer;
}*/

#download {
    color: #959595;
    text-decoration: none;
    border-radius: 0;
    font-size: 18px;
    font-weight: 500;
}
#download:hover {
    color: #23527c;
    text-decoration: underline;
}


.list_form {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}
.simple-header {
    display: inline-block;
    width: 100%;
    height: auto;/*190px*/
}
.simple-header h1,
.content-top h1 {
    display: inline-block;
    width: 100%;
    margin: 15px 0;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    left: -20px;
    top: -20px;
    text-align: center;
    padding: 20px;
    background: #F2F2F2;
    margin-top: 0;
    color: #326c9a;
    text-transform: lowercase;
}
.simple-header h1::first-letter,
.content-top h1::first-letter {
    text-transform: uppercase;
}
.content-top h1 .boton-volver {
    float: left;
    display: inline-block;
    width: 35px;
    height: 15px;
    position: relative;
    margin-right: 15px;
}
.content-top h1 .boton-volver div {
    cursor: pointer;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    background-image: url(../images/iconos/back.png);
    left: 0;
    top: -3px;
    background-size: contain;
}
.content-top h1 .boton-volver span {
    margin-left: 35px;
    cursor: pointer;
    font-size: 16px;
    line-height: 18px;
    text-transform: capitalize;
}
.simple-header #download,
.content-top #download {
    border-radius: 0;
    font-size: 18px;
    font-weight: 700;
    color: #326c9a;
    text-decoration: underline;
    text-transform: capitalize;
}
.listSearch {
    display: inline-block;
    width: 100%;
    height: 30px;
    margin-bottom: 15px;
}
input[type=text] {
    height: 12px;
    padding: 5px 10px;
    vertical-align: baseline;
    font-size: 14px;
    margin-right: 10px;
    box-sizing: content-box;
}
input.buscar {
    color: #ffffff;
    background-color: #326c9a;
    font-size: 15px;
    cursor: pointer;
    border-radius: 6px;
    border: none;
    padding: 5px 15px;
    vertical-align: bottom;
}
.acordeon-filtro {
    width: 100%;
    display: inline-block;
    text-align: center;
    height: 20px;
    top: -10px;
    position: relative;
}
.listFilters-titulo {
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    color: #5888ae;
    cursor: pointer;
    width: auto;
    text-align: center;
}
.listFilters {
    display: inline-block;
    width: 100%;
    height: auto; /*80px*/
}
.listFilters span {
    vertical-align: baseline;
    margin-right: 5px;
    display: inline-block;
    font-size: 14px;
}
.batch-showing,
.batch-empty {
    margin: 10px 0;
}
select {
    height: 26px;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid #ccc;
    background: transparent;
    vertical-align: baseline;
    margin-left: 0;
    padding-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}
select:hover,
select:active {
    background: #F2F2F2;
}
.listFilters select {
    width: 175px;
}

.list_form p.botones {
    position: relative;
    bottom: 0;
    margin: 0;
    height: auto;/*35px*/
    max-height: 35px;
    margin: 10px 0;
}
p.botones {
    display: inline-block;
    width: 100%;
}

table.listado {
    display: inline-block;
    height: calc(100% - 260px);
}
table.listado thead {
    display: inline-block;
    width: 100%;
    background-color: #326C9A;
}
table.listado tr {
    width: 100%;
    display: table;
    table-layout: fixed;
}
table.listado thead tr {
    width: calc(100% - 18px);
    height: 35px;
}
table.listado tbody {
    display: inline-block;
    width: 100%;
    height: calc(100% - 55px);
    overflow-x: hidden;
    overflow-y: scroll;
}
table.listado.tabla-polizas tbody {
    height: calc(100% - 55px);
}
table.listado.tabla-dobletabla thead tr {
    height: 61px;
}
table.listado.tabla-dobletabla > tbody {
    height: calc(100% - 62px);
}
table.listado.tabla-dobletabla > tbody > tr {
    background: #EEEEEE;
}
table.listado.tabla-dobletabla > tbody > tr.evaluacion,
table.listado.tabla-dobletabla > tbody > tr.doble-tr {
    background: transparent;
}
table.listado.tabla-dobletabla tbody tr.evaluacion > td,
table.listado.tabla-dobletabla tbody tr.doble-tr > td {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
}
table.listado.tabla-dobletabla tbody tr.evaluacion thead tr,
table.listado.tabla-dobletabla tbody tr.doble-tr thead tr {
    width: 100%;
}
table.listado.tabla-dobletabla tr table.listado > thead,
table.listado.tabla-dobletabla tr table.listado thead tr th {
    background-color: #5b91bc;
}
table.listado.tabla-dobletabla tbody tr.evaluacion tbody,
table.listado.tabla-dobletabla tbody tr.doble-tr tbody {
    height: auto;
    overflow: hidden;
}
table.listado th {
    border-top: none;
    vertical-align: middle;
    padding: 8px 0 10px;
    height: 36px;
}

table.listado.tabla-dobletabla tr table.tabla-doblethead tr,
table.listado.tabla-dobletabla tr table.tabla-doblethead th {
    height: auto;
}
table.listado.tabla-dobletabla tr table.tabla-doblethead th.single {
    padding-bottom: 0;
    vertical-align: middle;
}
table.listado.tabla-dobletabla tr table.tabla-doblethead th.major {
    border-bottom:none;
    padding-top: 15px;
}
table.listado.tabla-dobletabla tr table.tabla-doblethead th.minor {
    border-top:none;
    padding-top: 0;
    vertical-align: middle;
}
table.listado.tabla-dobletabla tr table.tabla-doblethead th.minor:last-child {
    border-right: none;
}
table.listado.tabla-dobletabla.tabla-ndvi td {
    text-align: center;
}

table.listado.archivos-subidos td {
    vertical-align: middle;
}



/*---------------------- POLIZAS --------------------------------------------*/
.warning-jaune {
    color: #E09723;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.agregar-campo {
    border: 1px solid black;
    padding: 0;
    display: block;
    margin: 20px 0;
    padding: 0;
}
.agregar-campo.agregar-campo-hidden {
    display: none;
}
.agregar-campo .info {
    display: inline-block;
    width: calc(100% - 30px);
    margin: 15px;
    text-align: center;
}
h2.lotes-poliza {
    display: inline-block;
    margin: 30px 0 20px;
}
h2.lotes-poliza + p {
    display: inline-block;
    margin: 15px;
}
#items_lotes {
    display: inline-block;
    padding: 20px;
}
#items_lotes p {
    margin-bottom: 15px;
}
#map_ecs_crea_poliza {
    margin-bottom: 30px;
}
img#loader {
    margin-left: 10px;
}
.camporadio,
.campo {
    min-height: 35px;
}
p.camporadio {
    display: table;
}
.camporadio .mainlabel,
.campo label {
    padding: 7px 10px;
    width: 250px;
    margin-right: 10px;
}
.camporadio label {
    padding: 10px 10px;
    display: inline-block;
}
.campo input,
.campo select {
    margin-top: 5px;
}
.campo textarea {
    min-height: 30px;
    min-width: 200px;
}

#tablelist {
    max-height: 500px;
}
#tablelist.listado thead tr {
    height: 60px;
}
#tablelist tbody {
    max-height: 439px;
}
.list-group {
    margin-top: 15px;
}
.list-group .list-group-item {
    line-height: 25px;
}
.list-group .list-group-item strong{
    margin-right: 10px;
}
.popup-terreno {
    position: absolute;
    left: 30px;
    margin-top: -30px;
    color: #326c9a;
}
.popup-terreno span {
    font-weight: 700;
}
.botones-poliza {
    display: inline-block;
    width: 100%;
}

img.condiciones-solicitud {
    display: block;
    margin: 35px auto 25px auto;
}





/*
#tablelist.listado tbody .terreno:hover::after {
    content: attr(data-tooltip);
    font-size: 12px !important;
    padding: 4px 8px;
    color: #4d4d4d;
    position: absolute;
    white-space: nowrap;
    z-index: 20;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 4px #222;
    -webkit-box-shadow: 0 0 4px #222;
    box-shadow: 0 0 4px #222;
    background-color: #f7f0d6;
    font-weight: 500 !important;
    opacity: 1 !important;
    right: 100%;
    top: 100%;
}*/

/*---------------------- CLUSTERS --------------------------------------------*/
.clusters {
    display: inline-block;
    width: 100%;
    margin-top: 25px;
}
.clusters-header {
    display: inline-block;
    width: 40%;
    float: left;
    margin-right: 5%;
}
.clusters-header label,
.clusters-header input {
    margin-right: 10px;
}
.clusters-header:last-child {
    float: right;
    line-height: 25px;
}

/*---------------------- DENUNCIAS --------------------------------------------*/
.datos-poliza,
.separador-poliza {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    border-radius: 3px;
}
.datos-poliza > h1,
.separador-poliza > h1 {
    display: inline-block;
    width: calc(100% + 40px);
    left: -20px;
    position: relative;
    font-size: 18px;
    padding: 15px 0;
    border-top: solid 1px #cfdae3;
}
.list-group,
.datos-poliza ul {
    list-style-type: disc;
    padding-left: 20px;
    line-height: 25px;
}





/*---------------------- CAMPOS --------------------------------------------*/

.contenedor-mapa {
    display: inline-block;
    padding: 20px 0;
    margin: 20px 0;
    width: 100%;
    height: auto;
    border: solid 1px #acacac;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
.contenedor-mapa #map_ecs {
    display: inline-block;
    float: left;
    width: 500px;
    height: 600px;
    margin-left: calc(50% - 432px);
}
.contenedor-mapa .contenedor-puntos {
    display: inline-block;
    width: auto;
    height: auto;
}
.contenedor-mapa .contenedor-puntos #puntos {
    width: auto;
    display: inline-block;
    margin-left: 20px;
}
#add_point,
.custom-file-upload {
    color: rgb(255, 255, 255);
    background-color: #5a94c3;
    font-size: 15px;
    vertical-align: top;
    border-radius: 6px;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    margin: 0;
    float: none;
}
.custom-file-upload:hover,
.custom-file-upload:active,
#add_point:hover,
#add_point:active {
    background-color: #326C9A;
}
.custom-file-upload + input#fileToUpload {
  display: none;
}
#load_parent_poly {
    color: rgb(255, 255, 255);
    background-color: rgb(50, 108, 154);
    font-size: 15px;
    cursor: pointer;
    vertical-align: top;
    border-radius: 6px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 5px 15px;
    margin-top: 15px;
    width: 290px;
}
table.jtable td {
    font-size: 14px;
}
table.jtable thead th {
    font-size: 12px !important;
}
.botones.campos {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-top: 20px;
}



/*---------------------- ASEGURADOS --------------------------------------------*/
table.listado tr > th:last-child,
table.listado tr > td:last-child {
    border-right: #999 1px solid;
}
table.listado td {
    position: relative;
    text-align: center;
}
table.listado td.asegurado-mail .ellipsis {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 95%;
}
table.listado td.asegurado-mail .ellipsis:hover:after {
    left: 100%;
}
input[type="submit"],
input[type="button"],
a.type-button {
    float: left;
    font-size: 14px;
    background: #5a94c3;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    text-align: center;
    border-radius: 6px;
    vertical-align: bottom;
    padding: 5px 15px;
    margin-right: 15px;
    text-decoration: none;
}
.content-body > input[type="submit"],
.content-body > input[type="button"] {
    margin-right: 10px;
}
.content-body > input[type="submit"]:first-child,
.content-body > input[type="button"]:first-child {
    margin-left: 0;
}
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="button"]:hover,
input[type="button"]:active,
a.type-button:hover,
a.type-button:active {
    background: #326C9A;
}
input[type="submit"][disabled="disabled"],
input[type="button"][disabled="disabled"],
a.type-button[disabled="disabled"] {
    background: #b2cadd;
    cursor: no-drop;
}
.leaflet-control.geocoder-control {
    z-index: 801;
}
#pedir {
    margin-bottom: 10px;
}

/*---------------------- CLUSTERS --------------------------------------------*/
.td-fixed {
    border: none;
}

/*---------------------- ZONIFICACIONES --------------------------------------------*/
.form-zonificaciones {
    display: inline-block;
    width: 100%;
}
.form-zonificaciones .escala-y-zona {
    margin: 20px 100px 20px 0;
    display: inline-block;
    vertical-align: top;
}
.form-zonificaciones #zona_menu {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}
.form-zonificaciones #map_ecs {
    width: 550px;
    height: 600px;
    display: inline-block;
    position: relative;
    margin-top: 20px;
}
.botones.zonificacion-zonas {
    position: absolute;
    left: 115px;
    top: 20px;
    display: inline-block;
    width: auto;
}
.botones.zoni-propiedades {
    position: absolute;
    left: 100px;
    display: inline-block;
}
/*---------------------- ESTACIONES --------------------------------------------*/

#posiciones {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.tabla-estaciones,
.tabla-estimador {
    padding: 20px;
    overflow-x: hidden;
    border: solid 1px #cfdae3;
    display: inline-block;
    width: calc(100% - 82px);
    position: relative;
    height: calc(100% - 121px);
    margin: -2px 20px 20px 20px;
}
.tabla-estaciones tbody,
.tabla-estimador tbody {
    display: inline-block;
    width: 100%;
}
.tabla-estaciones tr,
.tabla-estimador tr {
    display: inline-block;
    width: 100%;
}
.tabla-estaciones tr td,
.tabla-estimador tr td {
    display: inline-block;
    width: 50%;
    padding: 10px 0;
    float: left;
}
.tr-estimador-descripcion,
.tr-estimador-buscar {
    text-align: left;
}
.tr-estimador-coord input[type="textbox"] {
    float: left;
    margin-right: 10px;
    height: 20px;
}
.tr-estimador-coord label {
    float: left;
    margin-right: 10px;
    padding: 8px 0;
}
.tabla-estaciones tr td[colspan="2"],
.tabla-estimador tr td[colspan="2"] {
    width: 100%;
}
.tabla-estimador tr.tr-estimador-buscar td[colspan="2"] {
    width: 50%;
}
.tabla-estimador .estimador-desc {
    background: #818285;
    color: white;
    border-radius: 4px;
    font-size: 12px;
    padding: 15px;
    width: max-content;
    display: inline-block;
}

.tr-estimador-mapa #map_ecs {
    width: 600px;
    height: 350px;
    top: 0px;
    z-index: 100;
    position: relative;
    outline: none;
    display: inline-block;
}
.tr-estaciones-mapa #map_ecs {
    width: 600px;
    height: 450px;
    top: 0px;
    z-index: 100;
    position: relative;
    outline: none;
    display: inline-block;
}
.tr-estimador-mapa #txtLatLon,
.tr-estaciones-mapa #txtLatLon {
    height: 15px;
    width: 600px;
    display: block;
    text-align: right;
}
.results-body {
    display: inline-block;
    width: calc(100% - 82px);
    height: calc(100% - 82px);
    padding: 20px;
    overflow-x: hidden;
    border: solid 1px #cfdae3;
    margin: 20px;
    position: relative;
}
.results-title {
    display: inline-block;
    width: 100%;
    margin: 15px 0;
    font-size: 20px;
    text-align: center;
}
.results-print {
    display: inline-block;
    margin: 20px 0;
    width: 100%;
}
.results-latlon {
    display: inline-block;
    font-size: 15px;
}
.results-body .error_msg {
    margin: 20px 0;
    font-weight: 600;
}
.tr-estaciones-seleccion {
    display: inline-block;
    font-size: 16px;
    margin-top: 15px;
}

/*---------------------- DRONE --------------------------------------------*/
.botones.drone-edit {
    position: absolute;
    top: 65px;
    left: 20px;
}
.botones.drone-ver {
    position: absolute;
    top: 65px;
    left: 20px;
}
.drone-inputs {
    display: inline-block;
    width: 100%;
    margin: 50px 0 25px;
}
#map_ecs.drone-map {
    width: 435px;
    height: 600px;
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
#puntos.jtable-main-container {
    width: 320px;
    overflow-y: auto;
    height: 600px;
    display: inline-block;
    float: left;
}
.drone-ver-header {
    display: inline-block;
    width: 100%;
}
.drone-ver-imprimir {
    margin-bottom: 15px;
}
.drone-ver-desc {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}
.botones.drones-ver {
    position: absolute;
    top: 10px;
    left: 120px;
    width: auto;
}
#map_ecs.drone-map.drone-ver-map {
    width: 700px;
    margin-top: 25px;
}
#puntos.jtable-main-container.jtable-drone {
    overflow: hidden;
    width: 400px;

}
#puntos.jtable-main-container.jtable-drone h1 {
    font-size: 14px;
    margin: 10px 0 5px;
    font-weight: 600;
}
#puntos.jtable-main-container.jtable-drone td {
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}
#puntos.jtable-main-container.jtable-drone td #str_info_drones ~ p {
    display: inline-block;
    margin-bottom: 6px;
}

/*---------------------- PRONOSTICOS ECMWF --------------------------------------------*/
.container-alert {
    display: inline-block;
    width: 100%;
    text-align: left;
}
.container-alert .alert {
    margin-top: 20px;
    background-color: #818285;
    border-color: #818285;
    color: #ffffff;
    padding-right: 35px;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    width: calc(100% - 30px);
    display: inline-block;
    position: relative;
    line-height: 25px;
    font-size: 13px;
}
.container-alert .alert .close {
    float: right;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-shadow: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    position: relative;
    top: -10px;
    right: -10px;
    color: inherit;
}
.pronosticos-header {
    display: inline-block;
    width: 100%;
    line-height: 35px;
}
.buttons.menu-2-buttons .btn:hover,
.buttons.menu-2-buttons .btn:active,
.buttons.menu-3-buttons .btn:hover,
.buttons.menu-4-buttons .btn:hover,
.buttons.menu-3-buttons .btn:active,
.buttons.menu-4-buttons .btn:active {
    background-color: #326C9A !important;
    border-color: #326C9A !important;
}
.buttons.menu-2-buttons .btn.seleccionada,
.buttons.menu-3-buttons .btn.seleccionada,
.buttons.menu-4-buttons .btn.seleccionada,
.buttons.menu-2-buttons .btn.seleccionada:hover,
.buttons.menu-2-buttons .btn.seleccionada:active,
.buttons.menu-3-buttons .btn.seleccionada:hover,
.buttons.menu-4-buttons .btn.seleccionada:hover,
.buttons.menu-3-buttons .btn.seleccionada:active,
.buttons.menu-4-buttons .btn.seleccionada:active {
    background-color: #326C9A !important;
    border-color: #326C9A !important;
    font-weight: 600;
    font-size: 16px;
}

#riesgos.botones {
    display: inline-block;
    width: 460px;
    padding: 0;
    margin-bottom: 2px;
    margin-top: 0;
}
.forecast_button {
    display: inline-block;
    width: calc(50% - 67px);
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 5px 5px 60px;
    float: left;
    background: #5a94c3;
    color: #FFFFFF;
    cursor: pointer;
    position: relative;
    border-radius: 6px;
}
.forecast_button#t2m {
    border-right: solid 3px #FFFFFF;
}
.forecast_button:before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    vertical-align: middle;
    position: absolute;
    left: 20px;
    background-size: contain;
}
.forecast_button#t2m:before {
    background-image: url(/MR.media/img/icons/temperature.png);
}
.forecast_button#pr:before {
    background-image: url(/MR.media/img/icons/precipitation.png);
}
.ecmwf-container #hour_selector li input:active,
.ecmwf-container #hour_selector li input:hover,
.forecast_button:active,
.forecast_button:hover {
  color: #FFFFFF;
    background-color: #326C9A;
}
.ecmwf-container #hour_selector li input.active:active,
.ecmwf-container #hour_selector li input.active:hover,
.ecmwf-container #hour_selector li input.active,
.forecast_button.active:active,
.forecast_button.active:hover,
.forecast_button.active {
    color: #FFF;
    background-color: #265173 !important;
    cursor: default;
}
.ecmwf-container {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
}
.ecmwf-container #hour_selector {
    display: inline-block;
    position: absolute;
    right: calc(50% + 240px);
    width: 160px;
    top: 0;
    height: auto;
}
.ecmwf-container #hour_selector li {
    width: 100%;
    list-style-type: none;
    padding-bottom: 5px;
    display: inline-block;
}
.ecmwf-container #hour_selector li input {
    width: 100%;
    padding: 7px;
}
.ecmwf-container .map-and-legends {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}

.ecmwf-container #map_ecs {
    position: relative;
    left: calc((100% - 460px)/2);
    margin: 0;
    width:460px;
    height:640px;
}

.ecmwf-container.semana #hour_selector {
    width: 180px;
}
.ecmwf-container #reference_bar_ecmwf {
    width: auto;
    display: inline-block;
    position: absolute;
    top: 42px;
    left: calc((100% - 460px)/2 + 480px);
}
.ecmwf-container #reference_bar_ecmwf .probabilidad-table {
    display: inline-block;
    text-align: left;
}
.ecmwf-container #reference_bar_ecmwf .probabilidad-table .prob-title {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.ecmwf-container .prob-title-responsive {
    display: none;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
.ecmwf-container #reference_bar_ecmwf .probabilidad-table .prob-colors,
.ecmwf-container #reference_bar_ecmwf .probabilidad-table .prob-legends {
    display: inline-block;
    width: 80px;
    height: auto;
}
.ecmwf-container #reference_bar_ecmwf .probabilidad-table .prob-levels {
    display: inline-block;
    height: auto;
    width: auto;
    float: right;
}
.probabilidad-table .prob-colors > div,
.probabilidad-table .prob-legends > div {
    display: inline-block;
    width: 60px;
    height: 10px;
    padding: 9px 0;
    vertical-align: middle;
    font-weight: 600;
    font-size: 12px;
}
#reference_bar_ecmwf.pr .probabilidad-table .prob-colors > div:nth-child(1) {
    background: #ff2828;
}
#reference_bar_ecmwf.pr .probabilidad-table .prob-colors > div:nth-child(2) {
    background: #ff6666;
}
#reference_bar_ecmwf.pr .probabilidad-table .prob-colors > div:nth-child(3) {
    background: #FF9933;
}
#reference_bar_ecmwf.pr .probabilidad-table .prob-colors > div:nth-child(4) {
    background: #98fb98;
}
#reference_bar_ecmwf.pr .probabilidad-table .prob-colors > div:nth-child(5) {
    background: #57b757;
}
#reference_bar_ecmwf.pr .probabilidad-table .prob-colors > div:nth-child(6) {
    background: #006400;
}
#reference_bar_ecmwf.pr .probabilidad-table .prob-colors > div:nth-child(7) {
    background: #25aaff;
}
#reference_bar_ecmwf.pr .probabilidad-table .prob-colors > div:nth-child(8) {
    background: #3059a5;
}
#reference_bar_ecmwf.pr .probabilidad-table .prob-colors > div:nth-child(9) {
    background: #00008b;
}

#reference_bar_ecmwf.t2m .probabilidad-table .prob-colors > div:nth-child(1) {
    background: #00008b;
}
#reference_bar_ecmwf.t2m .probabilidad-table .prob-colors > div:nth-child(2) {
    background: #3059a5;
}
#reference_bar_ecmwf.t2m .probabilidad-table .prob-colors > div:nth-child(3) {
    background: #25aaff;
}
#reference_bar_ecmwf.t2m .probabilidad-table .prob-colors > div:nth-child(4) {
    background: #98fb98;
}
#reference_bar_ecmwf.t2m .probabilidad-table .prob-colors > div:nth-child(5) {
    background: #57b757;
}
#reference_bar_ecmwf.t2m .probabilidad-table .prob-colors > div:nth-child(6) {
    background: #006400;
}
#reference_bar_ecmwf.t2m .probabilidad-table .prob-colors > div:nth-child(7) {
    background: #ff9933;
}
#reference_bar_ecmwf.t2m .probabilidad-table .prob-colors > div:nth-child(8) {
    background: #ff6666;
}
#reference_bar_ecmwf.t2m .probabilidad-table .prob-colors > div:nth-child(9) {
    background: #ff2828;
}
#reference_bar_ecmwf.pr .prob-levels .pr,
#reference_bar_ecmwf.t2m .prob-levels .t2m {
  display: inline-block;
  height: 100%;
}
#reference_bar_ecmwf.pr .prob-levels .pr > div,
#reference_bar_ecmwf.t2m .prob-levels .t2m > div {
    width: auto;
    font-size: 14px;
    height: 30%;
    padding: 35px 0;
    margin-bottom: 10px;
}

.probabilidad-table .prob-colors > div:nth-child(3),
.probabilidad-table .prob-colors > div:nth-child(6),
.probabilidad-table .prob-legends > div:nth-child(3),
.probabilidad-table .prob-legends > div:nth-child(6) {
    margin-bottom: 10px;
}
#reference_bar_ecmwf.weekly .monthly,
.prob-levels .pr,
.prob-levels .t2m {
  display: none;
}

/*---------------------- PRONOSTICOS CORTO PLAZO --------------------------------------------*/

.ecmwf-container.corto-plazo {

}
.corto-plazo-dia {
    display: inline-block;
    margin-bottom: 10px;
}
.corto-plazo-resumen {
    display: inline-block;
    margin: 25px 0 10px;
}
.list.resumen {
    line-height: 35px;
}
.ecmwf-container #map_ecs.map-corto-plazo {
    width: 450px;
    left: calc((100% - 450px)/2);
}
.ecmwf-container #referenceBar_gfs {
    display: inline-block;
    width: 450px;
}
.ecmwf-container #referenceBar_gfs #paleta_gfs {
    width: 102%;
    position: relative;
    left: 0;
    margin: 0;
    margin-left: -4px;
}
#riesgos.botones.corto-plazo-botones {
    width: 185px;
    position: absolute;
    left: calc((50% + 230px));
}
#riesgos.botones.corto-plazo-botones input {
    margin: 4px;
    width: 100%;
}
/*---------------------- INDICE VERDE --------------------------------------------*/
.form-crear-casos {
    position: relative;
    padding-top: 30px;
}
p.botones.button-in-top {
    position: absolute;
    top: -15px;
    left: 0;
}
#map_ecs.crear-casos-map {
    width: calc(100% - 485px);
    min-width: 400px;
    height: 600px;
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 25px;
}
#puntos.jtable-main-container.jtable-ndvi {
    overflow: hidden;
    min-height: 600px;
    width: 450px;
    height: auto;
}
#puntos.jtable-main-container.jtable-ndvi table.jtable thead th {
    text-align: center;
}
#puntos.jtable-main-container.jtable-ndvi .ocultar-periodo-estado {
  display: none;
}
#puntos.jtable-main-container.jtable-ndvi #add_periodo_modis,
#puntos.jtable-main-container.jtable-ndvi #add_periodo_landsat,
#puntos.jtable-main-container.jtable-ndvi #check_date,
#puntos.jtable-main-container.jtable-ndvi #check_date_sentinel,
#puntos.jtable-main-container.jtable-ndvi #add_periodo_sentinel  {
  float: none;
}
#puntos.jtable-main-container.jtable-ndvi table.jtable tbody td {
    padding: 8px !important;
    font-size: 12px;
    text-align: center;
}
#puntos.jtable-main-container.jtable-ndvi table.jtable.jtable-modis span {
    display: inline-block;
    width: 50%;
    float: left;
}
#puntos.jtable-main-container.jtable-ndvi table.jtable.jtable-modis input[type="text"] {
    padding: 3px 6px;
    font-size: 12px;
    width: 80%;
}
#puntos.jtable-main-container.jtable-ndvi #hectareas {
  font-weight: 600;
  width: 50%;
}
#puntos.jtable-main-container.jtable-ndvi .div-latlong {
    width: 100%;
    display: inline-block;
    vertical-align: bottom;
}
#puntos.jtable-main-container.jtable-ndvi h1 {
    font-size: 14px;
    padding: 10px 0 5px;
    font-weight: 600;
    border-width: 0px 1px 0px 1px;
    border-style: solid;
    border-color: #C8C8C8;
}
#puntos.jtable-main-container.jtable-ndvi #listaVertices #show_hide_list {
    background: #797979;
    color: #ffffff;
    font-size: 20px;
    padding: 0px 10px;
    border-radius: 5px;
    cursor: pointer;
}
#puntos.jtable-main-container.jtable-ndvi #listaVertices #show_hide_list:hover,
#puntos.jtable-main-container.jtable-ndvi #listaVertices #show_hide_list:active {
    background: #444444;
}
#puntos.jtable-main-container.jtable-ndvi #listaVertices > tbody tr:not(.manual) td.td-latlong {
    background: #797979;
    color: #FFF;
}

#puntos.jtable-main-container.jtable-ndvi #listaVertices tr.manual[format="dec"] #manual_lat_g,
#puntos.jtable-main-container.jtable-ndvi #listaVertices tr.manual[format="dec"] #manual_lon_g {
    width: 30%;
}

#puntos.jtable-main-container.jtable-ndvi #listaVertices tr.manual[format="gm"] #manual_lat_g,
#puntos.jtable-main-container.jtable-ndvi #listaVertices tr.manual[format="gm"] #manual_lon_g,
#puntos.jtable-main-container.jtable-ndvi #listaVertices tr.manual[format="gm"] #manual_lat_m,
#puntos.jtable-main-container.jtable-ndvi #listaVertices tr.manual[format="gm"] #manual_lon_m {
    width: 20%;
}
#puntos.jtable-main-container.jtable-ndvi #listaVertices tr.manual[format="gm"] #manual_lat_x,
#puntos.jtable-main-container.jtable-ndvi #listaVertices tr.manual[format="gm"] #manual_lon_x {
    margin: 0 0 0 10px;
}

#puntos.jtable-main-container.jtable-ndvi #listaVertices tr.manual[format="gms"] #manual_lat_g,
#puntos.jtable-main-container.jtable-ndvi #listaVertices tr.manual[format="gms"] #manual_lon_g,
#puntos.jtable-main-container.jtable-ndvi #listaVertices tr.manual[format="gms"] #manual_lat_m,
#puntos.jtable-main-container.jtable-ndvi #listaVertices tr.manual[format="gms"] #manual_lon_m,
#puntos.jtable-main-container.jtable-ndvi #listaVertices tr.manual[format="gms"] #manual_lat_s,
#puntos.jtable-main-container.jtable-ndvi #listaVertices tr.manual[format="gms"] #manual_lon_s {
    width: 15%;
    margin: 0;
}
#puntos.jtable-main-container.jtable-ndvi #listaVertices tr.manual[format="gms"] #manual_lat_x,
#puntos.jtable-main-container.jtable-ndvi #listaVertices tr.manual[format="gms"] #manual_lon_x {
    margin: 0 0 0 5px;
}
#manual_lat_g_simb,
#manual_lat_m_simb,
#manual_lat_s_simb,
#manual_lon_g_simb,
#manual_lon_m_simb,
#manual_lon_s_simb {
    margin-right: 5px;
}



/* Imprimir pantalla */
.header-print {
    margin-bottom: 20px;
    width: 100%;
    display: none;
}
.header-print > div {
    width: 100%;
    float: none;
    height: 40px;
    display: table-cell;
    margin: auto;
    vertical-align: middle;
}
.header-print > div:nth-child(1) {
    text-align: left;
}
.header-print > div:nth-child(2) {
    text-align: right;
}
.header-print .cvseguros-print {
    width: auto;
    height: 40px;
}
.header-print .ecoclimasol-print {
    width: auto;
    height: 65px;
}
.footer-print {
    display: none;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.main.equitativa .botones {
    margin-bottom: 25px;
}

/*----------------------VICTORIA LOGO --------------------------------------------*/
.main-content.logged #header #logo.victoria-logo {
   padding: 8px 0 0 20px;
}
#logo.victoria-logo a {
  background-image: url(../images/victoria-seguros-blanco.png);
}

/*----------------------TEMPORARY demo_arg LOGO --------------------------------------------*/
#logo.demo_france-logo a {
  background-image: url(../images/suisse_grele.jpg);
  width: auto;
  height: 61px;
}

/*---------------------- SINIESTRALIDAD CUMULOS ------------------------------*/
.simple-header.mapa-siniestralidad {
    height: 60px;
}
.cumulos-header {
    display: inline-block;
    width: auto;
    float: left;
    right: 0;
    top: 0;
    padding-top: 10px;
}
.cumulos-header.polizas-map #print {
    margin-left: 0;
}
.cumulos-content {
    display: inline-block;
    width: 100%;
}
.cumulos-body {
    display: inline-block;
    height: auto;
    width: 100%;
    margin-bottom: 20px;
}
.cumulos-filtros {
    display: inline-block;
    width: 350px;
    height: 700px;
    margin-bottom: 30px;
    vertical-align: top;
    margin-right: 40px;
}
.cumulos-lineas {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}
.cumulos-lineas input {
    vertical-align: baseline;
    margin: 0 5px 0 0;
}
.cumulos-lineas select {
    margin: 0 10px 0 0;
}

.cumulos-filtros #feedback_error {
    font-size: 12px;
}

.cumulos-lineas label[for="tipo_entidades"],
.cumulos-lineas label[for="poliza_campana"] {
    font-size: 13px;
    font-weight: 600;
}
.cumulos-lineas select[name="tipo_entidades"],
.cumulos-lineas select[name="poliza_campana"] {
    color: #326c9a;
    margin-left: 10px;
    background: #F2F2F2;
    font-size: 11px;
    font-weight: 600;
}
.cumulos-lineas input[type="radio"]:checked ~ * {
    color: #326c9a;
    font-weight: 600;
}
.cumulos-lineas input[type="radio"] ~ * {
    font-size: 13px;
    vertical-align: top;
}
.cumulos-lineas.cumulos-selects {
    background: #F2F2F2;
    padding: 15px;
    width: calc(100% - 30px);
}
.cumulos-lineas.cumulos-selects select {
    width: calc(50% - 5px);
    display: inline-block;
    float: left;
    margin-bottom: 15px;
    background-color: #FFFFFF;
}
.cumulos .cumulos-lineas.cumulos-selects select {
    width: 100%;
}
.cumulos-lineas.cumulos-selects select:last-child {
    margin-bottom: 0;
}
.cumulos-lineas.cumulos-selects select:nth-child(even) {
    margin-right: 0;
}
.riesgos-cumulos .mapear-checkboxes label {
    font-size: 13px;
    display: inline-block;
    width: calc(100% - 18px);
    vertical-align: top;
}


.cumulos-mapa {
    display: inline-block;
    height: 700px;
    width: calc(100% - 400px);
}
.cumulos-mapa .mapa-siniestros {
    display: inline-block;
    height: 700px;
    width: calc(100% - 190px);
    float: left;
}
.cumulos-mapa #map_ecs {
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
    display: inline-block;
}
.cumulos-mapa #grad {
    height: 100%;
    width: 30px;
    -webkit-print-color-adjust: exact;
    position: relative;
    float: left;
    display: inline-block;
    margin-left: 10px;
}
.cumulos-mapa #div_escala {
    font-weight: bold;
    position: relative;
    float: left;
    height: 100%;
    width: 150px;
    text-align: center;
}
.cumulos-mapa #escala {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
}
.cumulos-mapa #escala p {
    position: absolute;
    width: 100%;
    left: 0;
}

.cumulos-mapa #escala[threshold-number="1"] p {
    top: calc(50% - 8px);
}

.cumulos-mapa #escala[threshold-number="2"] p.threshold-1 {
    top: calc(100% - 16px);
}
.cumulos-mapa #escala[threshold-number="2"] p.threshold-2 {
    top: 0;
}

.cumulos-mapa #escala[threshold-number="3"] p.threshold-1 {
    top: calc(100% - 16px);
}
.cumulos-mapa #escala[threshold-number="3"] p.threshold-2 {
    top: calc(50% - 8px);
}
.cumulos-mapa #escala[threshold-number="3"] p.threshold-3 {
    top: 0;
}

.cumulos-mapa #escala[threshold-number="4"] p.threshold-1 {
    top: calc(100% - 16px);
}
.cumulos-mapa #escala[threshold-number="4"] p.threshold-2 {
    top: calc(66% - 8px);
}
.cumulos-mapa #escala[threshold-number="4"] p.threshold-3 {
    top: calc(33% - 8px);
}
.cumulos-mapa #escala[threshold-number="4"] p.threshold-4 {
    top: 0;
}

.cumulos-mapa #escala[threshold-number="5"] p.threshold-1 {
    top: calc(100% - 16px);
}
.cumulos-mapa #escala[threshold-number="5"] p.threshold-2 {
    top: calc(75% - 8px);
}
.cumulos-mapa #escala[threshold-number="5"] p.threshold-3 {
    top: calc(50% - 8px);
}
.cumulos-mapa #escala[threshold-number="5"] p.threshold-4 {
    top: calc(25% - 8px);
}
.cumulos-mapa #escala[threshold-number="5"] p.threshold-5 {
    top: 0;
}

.cumulos-mapa #escala[threshold-number="6"] p.threshold-1 {
    top: calc(100% - 16px);
}
.cumulos-mapa #escala[threshold-number="6"] p.threshold-2 {
    top: calc(80% - 8px);
}
.cumulos-mapa #escala[threshold-number="6"] p.threshold-3 {
    top: calc(60% - 8px);
}
.cumulos-mapa #escala[threshold-number="6"] p.threshold-4 {
    top: calc(40% - 8px);
}
.cumulos-mapa #escala[threshold-number="6"] p.threshold-5 {
    top: calc(20% - 8px);
}
.cumulos-mapa #escala[threshold-number="6"] p.threshold-6 {
    top: 0;
}

.cumulos-mapa #escala[threshold-number="7"] p.threshold-1 {
    top: calc(100% - 16px);
}
.cumulos-mapa #escala[threshold-number="7"] p.threshold-2 {
    top: calc(83% - 8px);
}
.cumulos-mapa #escala[threshold-number="7"] p.threshold-3 {
    top: calc(67% - 8px);
}
.cumulos-mapa #escala[threshold-number="7"] p.threshold-4 {
    top: calc(50% - 8px);
}
.cumulos-mapa #escala[threshold-number="7"] p.threshold-5 {
    top: calc(34% - 8px);
}
.cumulos-mapa #escala[threshold-number="7"] p.threshold-6 {
    top: calc(17% - 8px);
}
.cumulos-mapa #escala[threshold-number="7"] p.threshold-7 {
    top: 0;
}


.cumulos-mapa #escala[threshold-number="8"] p.threshold-1 {
    top: calc(100% - 16px);
}
.cumulos-mapa #escala[threshold-number="8"] p.threshold-2 {
    top: calc(86% - 8px);
}
.cumulos-mapa #escala[threshold-number="8"] p.threshold-3 {
    top: calc(71% - 8px);
}
.cumulos-mapa #escala[threshold-number="8"] p.threshold-4 {
    top: calc(57% - 8px);
}
.cumulos-mapa #escala[threshold-number="8"] p.threshold-5 {
    top: calc(43% - 8px);
}
.cumulos-mapa #escala[threshold-number="8"] p.threshold-6 {
    top: calc(29% - 8px);
}
.cumulos-mapa #escala[threshold-number="8"] p.threshold-7 {
    top: calc(14% - 8px);
}
.cumulos-mapa #escala[threshold-number="8"] p.threshold-8 {
    top: 0;
}

.cumulos-mapa #escala[threshold-number="9"] p.threshold-1 {
    top: calc(100% - 16px);
}
.cumulos-mapa #escala[threshold-number="9"] p.threshold-2 {
    top: calc(87.5% - 8px);
}
.cumulos-mapa #escala[threshold-number="9"] p.threshold-3 {
    top: calc(75% - 8px);
}
.cumulos-mapa #escala[threshold-number="9"] p.threshold-4 {
    top: calc(62.5% - 8px);
}
.cumulos-mapa #escala[threshold-number="9"] p.threshold-5 {
    top: calc(50% - 8px);
}
.cumulos-mapa #escala[threshold-number="9"] p.threshold-6 {
    top: calc(37.5% - 8px);
}
.cumulos-mapa #escala[threshold-number="9"] p.threshold-7 {
    top: calc(25% - 8px);
}
.cumulos-mapa #escala[threshold-number="9"] p.threshold-8 {
    top: calc(12.5% - 8px);
}
.cumulos-mapa #escala[threshold-number="9"] p.threshold-9 {
    top: 0;
}


.cumulos-mapa #escala[threshold-number="10"] p.threshold-1 {
    top: calc(100% - 16px);
}
.cumulos-mapa #escala[threshold-number="10"] p.threshold-2 {
    top: calc(89% - 8px);
}
.cumulos-mapa #escala[threshold-number="10"] p.threshold-3 {
    top: calc(78% - 8px);
}
.cumulos-mapa #escala[threshold-number="10"] p.threshold-4 {
    top: calc(67% - 8px);
}
.cumulos-mapa #escala[threshold-number="10"] p.threshold-5 {
    top: calc(56% - 8px);
}
.cumulos-mapa #escala[threshold-number="10"] p.threshold-6 {
    top: calc(44.5% - 8px);
}
.cumulos-mapa #escala[threshold-number="10"] p.threshold-7 {
    top: calc(33% - 8px);
}
.cumulos-mapa #escala[threshold-number="10"] p.threshold-8 {
    top: calc(22% - 8px);
}
.cumulos-mapa #escala[threshold-number="10"] p.threshold-9 {
    top: calc(11% - 8px);
}
.cumulos-mapa #escala[threshold-number="10"] p.threshold-10 {
    top: 0;
}


.cantidad-riesgos {
    display: inline-block;
    width: 100%;
    margin: 10px 0 10px;
    float: left;
    color: #bb1818;
    font-weight: 600;
    font-size: 13px;
}
.cantidad-riesgos * {
    display: inline;
}
.cumulos-loader-img {
    display: inline-block;
    margin-top: 10px;
    width: 50%;
    text-align: center;
}
#chart_div.chart-siniestros {
    width: 100% !important;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
}
.chart-siniestros #loader_over_chart {
    width: 100%;
    height: 100%;
}
canvas#chart1 {
    width: 100% !important;
}


/*MULTICUENTAS SELECTOR*/
.custom-select {
    position: relative;
    display: inline-block;
    float: right;
    height: 100%;
    margin-right: 25px;
}
.custom-select select {
  display: none;
}
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
.custom-select.only-one .select-selected {
    cursor: default;
    padding-right: 15px;
}
.custom-select.only-one .select-selected:after {
    display: none;
}
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
.select-selected {
    display: inline-block;
    margin-top: 18px;
    position: relative;
    background-color: transparent;
    color: #ffffff;
    border: none;
    padding: 8px 40px 8px 15px;
    cursor: pointer;
}
.select-items {
    position: absolute;
    background-color: #ffffff;
    top: 100%;
    left: auto;
    right: 0px;
    z-index: 99;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
.select-items div {
    color: #2b2b2b;
    padding: 20px 30px;
    cursor: pointer;
    user-select: none;
}
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}




/* Media queries*/
@media (min-width: 1500px) {
  table.listado {
      display: table;
      height: auto;
  }
  table.listado thead {
      display: table-header-group;
  }
  table.listado tr,
  table.listado thead tr {
      width: 100%;
      display: table-row;
  }
  table.listado tbody,
  table.listado.tabla-polizas tbody {
      display: table-row-group;
      height: auto;
      overflow-y: auto;
  }
  table.listado th,
  table th {
      padding: 15px 15px;
  }
}
@media (max-width: 1500px) {
    body {
        font-size: 14px;
    }
    .contenedor-principal {
        width: calc(100% - 200px);
    }
    .contenedor-iframe {
        margin: 15px;
        width: calc(100% - 30px);
        height: calc(100% - 30px);
    }
    #menu {
        width: 200px;
    }
    #menu li {
        height: 50px;
        font-size: 13px;
    }
    #menu li a {
      padding: 18px;
      padding-left: 60px;
    }
    #menu li a:before {
        top: 12px;
        left: 15px;
    }
    a.module_section {
        padding-top: 2px;
        font-size: 15px;
        font-weight: 600;
        padding-left: 8px;
        padding-right: 12px;
        width: calc(100% - 20px);
    }
    li.menu-item.item-active a.module_section {
        font-size: 17px;
    }
    #inner_menu {
        height: 50px;
        width: calc(100% - 20px);
        margin: 0 10px;
    }
    .main {
        margin: 10px;
        width: calc(100% - 62px);
        height: calc(100% - 62px);
    }
    #inner_menu ~ .main {
        height: calc(100% - 101px);
        margin: 0 10px 10px 10px;
    }
    .cumulos-content {
        font-size: 14px;
    }
    table.listado {
        display: table;
        height: auto;
    }
    table.listado thead {
        display: table-header-group;
    }
    table.listado tr,
    table.listado thead tr {
        width: 100%;
        display: table-row;
    }
    table.listado tbody,
    table.listado.tabla-polizas tbody {
        display: table-row-group;
        height: auto;
        overflow-y: auto;
    }
    table.listado thead tr,
    table.listado.tabla-dobletabla thead tr {
        height: auto;
    }
    table.listado th,
    table th {
        font-size: 14px;
        padding: 15px 8px;
        height: auto;
    }
    table.listado.tabla-dobletabla tr table.listado thead tr th {
        padding: 8px;
    }
    table.listado td,
    table td {
        font-size: 13px;
        padding: 8px 0;
        vertical-align: middle;
    }
    .batch-showing,
    .batch-empty {
        margin: 5px 0;
        font-size: 13px;
    }
    .tabla-estaciones, .tabla-estimador {
        padding: 15px;
        width: calc(100% - 51px);
        height: calc(100% - 96px);
        margin: -2px 10px 10px 10px;
    }
}

@media (max-width: 1100px) {
    .ecmwf-container #reference_bar_ecmwf .probabilidad-table .prob-levels {
      width: 100px;
    }
    #reference_bar_ecmwf.t2m .prob-levels .t2m > div {
        padding: 20px 0;
    }
    .ecmwf-container #reference_bar_ecmwf .probabilidad-table .prob-legends,
    .ecmwf-container #reference_bar_ecmwf .probabilidad-table .prob-levels{
        width: 70px;
    }
    /* Nuevo menu lateral despegable en hover */
    .main-content.logged #header {
        height: 60px;
    }
    .main-content.logged #header #logo {
        padding: 5px 0 5px 30px;
    }
    .main-content.logged #logout a {
        margin: 15px;
    }
    .contenedor-principal {
        width: calc(100% - 50px);
        height: calc(100% - 60px);
    }
    #menu {
        height: calc(100% - 60px);
        width: 50px;
        position: fixed;
        top: 60px;
        overflow: hidden;
    }
    #menu ul:before {
        content: "";
        display: inline-block;
        width: 50px;
        background-color: #3D7DB7;
        height: 100%;
        position: absolute;
    }
    #menu li {
        height: 50px;
        font-size: 13px;
    }
    #menu li a {
        font-size: 0;
        padding: 25px;
    }
    #menu li.menu-titulo {
        height: 0;
        padding: 0;
        font-size: 0;
        width: 100%;
    }
    #menu li a:before {
        left: 7px;
    }
    #menu:hover,
    #menu:active {
        width: 200px;
        background-color: transparent;
        box-shadow: none;
    }
    #menu:hover li,
    #menu:active li {
        background-color: #3D7DB7;
        width: 50px;
        margin-right: 150px;
    }
    #menu:hover li:hover,
    #menu:active li:hover,
    #menu:hover li:active,
    #menu:active li:active {
        background-color: #296091;
        width: 100%;
    }
    #menu:hover li.active,
    #menu:active li.active {
        background-color: #296091;
    }
    #menu:hover li:hover a,
    #menu:active li:hover a,
    #menu:hover li:active a,
    #menu:active li:active a {
        font-size: 14px;
        padding: 18px 0 18px 60px;
    }
    #menu li.menu-consultas:hover,
    #menu li.menu-consultas:active {
        background-color: #5a94c3;
    }
    #menu li.menu-titulo {
        border-top: solid 3px #194A6B;
    }

}

@media (max-width: 1000px) {
    .cumulos-filtros {
        width: 100%;
        height: auto;
    }
    .limites-cumulos {
        display: inline-block;
    }
    .limites-cumulos .limites-col-1 {
        width: 300px;
        display: inline-block;
        float: left;
    }
    .limites-cumulos .limites-col-2 {
        width: calc(50% - 170px);
        display: inline-block;
        float: left;
        padding-right: 20px;
    }
    .limites-cumulos .cumulos-loader-img {
        position: absolute;
        width: calc(50% - 170px);
    }
    .limites-cumulos .riesgos-cumulos {
        width: calc(50% - 170px);
        display: inline-block;
        float: left;
        padding-left: 20px;
        padding-top: 10px;
    }
    .cumulos-mapa {
        width: 100%;
    }
    .cumulos-lineas.cumulos-selects select {
        width: 100%;
    }
    #chart_div {
        width: calc(100% - 40px);
        display: inline-block;
        padding: 20px;
        overflow-y: hidden;
        overflow-x: auto;
    }

}

@media (max-width: 1050px) {
    .ecmwf-container #hour_selector {
      right: calc((100% - 1170px)/2 + 827px);
    }
    .ecmwf-container #reference_bar_ecmwf {
      left: calc((100% - 460px)/2 + 470px);
    }
    .ecmwf-container #reference_bar_ecmwf .probabilidad-table .prob-colors,
    .probabilidad-table .prob-colors > div {
      width: 35px;
      margin-right: 10px;
    }
    .ecmwf-container #reference_bar_ecmwf .probabilidad-table .prob-legends {
      width: 65px;
    }
    a.module_section {
        font-size: 15px;
    }
    li.menu-item.item-active a.module_section {
        font-size: 17px;
    }
}

@media (max-width: 993px) {
  .ecmwf-container #hour_selector,
  .ecmwf-container.semana #hour_selector {
      position: relative;
      right: auto;
      top: auto;
      margin: 20px auto;
      width: 460px;
      display: block;
  }
  .ecmwf-container #hour_selector ul.list {
      display: inline-block;
      width: 100%;
      margin-bottom: 0;
  }
  #riesgos.botones {
      margin: 0;
  }
  .ecmwf-container .map-and-legends {
      position: relative;
  }
  .ecmwf-container #hour_selector li {
      width: 48%;
      display: inline-block;
      float: left;
  }
  .ecmwf-container #hour_selector li:nth-child(odd) {
      margin-right: 2%
  }
  .ecmwf-container #hour_selector li:nth-child(even) {
      margin-left: 2%
  }
  .ecmwf-container #reference_bar_ecmwf .probabilidad-table .prob-legends {
      width: 35px;
  }
  .ecmwf-container #reference_bar_ecmwf .probabilidad-table .prob-colors,
  .probabilidad-table .prob-colors > div {
      width: 20px;
      margin-right: 0;
      height: 60px;
  }
  .probabilidad-table .prob-colors > div {
      width: 20px;
      margin-right: 0;
      height: 60px;
  }
  .probabilidad-table .prob-legends > div {
      transform: rotate(270deg);
      width: 60px;
      height: 60px;
      text-align: center;
  }
  .ecmwf-container #reference_bar_ecmwf .probabilidad-table .prob-levels {
      height: auto;
  }
  #reference_bar_ecmwf.pr .prob-levels .pr > div, #reference_bar_ecmwf.t2m .prob-levels .t2m > div {
      height: 180px;
      width: 180px;
      padding: 0;
      transform: rotate(270deg);
      text-align: center;
  }
  .ecmwf-container #reference_bar_ecmwf .probabilidad-table {
      overflow: hidden;
      width: 160px;
  }
.probabilidad-table .prob-colors > div, .probabilidad-table .prob-legends > div {
    padding: 0;
  }
}

@media (max-width: 795px) {
  #riesgos.botones {
      margin-left: -160px;
  }
  .ecmwf-container #map_ecs {
      left: calc((100% - 460px)/2 - 80px);
  }
  .ecmwf-container #reference_bar_ecmwf {
      left: calc((100% - 460px)/2 + 390px);
  }
  .ecmwf-container #hour_selector, .ecmwf-container.semana #hour_selector {
      width: 620px;
  }
}

@media (max-width: 660px) {
  .ecmwf-container #hour_selector, .ecmwf-container.semana #hour_selector {
      margin: 20px 0;
      width: 100%;
  }
  .ecmwf-container #hour_selector li,
  .ecmwf-container #map_ecs,
  #riesgos.botones {
      left: 0;
      width: 96%;
      margin: 0 2%;
  }
  .ecmwf-container #reference_bar_ecmwf {
      left: 0;
      position: relative;
      float: left;
      top: 0;
      margin-top: 20px;
      width: 96%;
      margin: 20px 2%;
  }
  .ecmwf-container #reference_bar_ecmwf .probabilidad-table,
  .ecmwf-container #reference_bar_ecmwf .probabilidad-table .prob-title,
  .ecmwf-container #reference_bar_ecmwf .probabilidad-table .prob-legends,
  .ecmwf-container #reference_bar_ecmwf .probabilidad-table .prob-levels {
      width: 100%;
  }
  .ecmwf-container #reference_bar_ecmwf .probabilidad-table .prob-colors {
      width: 100%;
      height: 25px;
  }
  .probabilidad-table .prob-colors > div {
      width: calc(11.11% - 1px);
      height: 20px;
      float: left;
  }
  .probabilidad-table .prob-colors > div:nth-child(3),
  .probabilidad-table .prob-colors > div:nth-child(6),
  .probabilidad-table .prob-legends > div:nth-child(3),
  .probabilidad-table .prob-legends > div:nth-child(6) {
      margin-bottom: 0;
      margin-right: 4px;
  }
  .probabilidad-table .prob-legends > div {
      transform: none;
      width: calc(11.11% - 1px);
      height: auto;
      text-align: center;
      float: left;
      padding: 3px 0;
  }
  #reference_bar_ecmwf.pr .prob-levels .pr,
  #reference_bar_ecmwf.t2m .prob-levels .t2m {
      width: 100%;
  }
  #reference_bar_ecmwf.pr .prob-levels .pr > div,
  #reference_bar_ecmwf.t2m .prob-levels .t2m > div {
      height: auto;
      width: 33.33%;
      transform: none;
      float: left;
      margin: 10px 0;
  }
  #reference_bar_ecmwf.weekly .probabilidad-table .prob-colors > div,
  #reference_bar_ecmwf.weekly .probabilidad-table .prob-legends > div {
      width: calc(16.66% - 1px);
  }
  #reference_bar_ecmwf.weekly.pr .prob-levels .pr > div,
  #reference_bar_ecmwf.weekly.t2m .prob-levels .t2m > div {
      width: 50%;
  }

}


@media (max-width: 540px) {

}


@media only print {
    * {
        color: #000000 !important;
    }
    #inner_menu ~ .main {
        margin: 0;
        height: 100%;
        border-top: solid 1px #cfdae3;
        display: table-cell
    }
    .main,
    .cumulos-content,
    .cumulos-body {
         width: auto;
         height: auto;
         overflow: visible;
    }
    #inner_menu {
        display: none !important;
        height: 0px;
    }
    input[type="submit"],
    input[type="button"],
    #inner_menu,
    ul#inner_menu_ul,
    .leaflet-control-container,
    .cumulos-loader-img,
    .cumulos-header {
        display: none;
    }
    .cumulos-filtros {
        width: 100%;
    }
    .riegos-cumulos,
    .limites-cumulos {
        display: table-cell;
    }
    .cumulos-lineas:last-child select {
        display: block
    }
    .cumulos-mapa {
        width: 100%;
        height: 700px;
        display: inline-block;
        text-align: center;
        float: none;
    }
    .cumulos-mapa .mapa-siniestros {
        height: 700px;
    }
    .cumulos-mapa #map_ecs,
    .cumulos-mapa #grad,
    .cumulos-mapa #div_escala {
        /*float: none;*/
    }
    table td,
    table.listado td {
        font-size: 10px;
        font-weight: 300;
    }
    table th,
    table.listado th {
        font-size: 10px;
        font-weight: 600;
    }
    table.listado thead tr {
        width: 100%;
        border: solid 1px #999;
    }
    table.listado tbody {
        overflow-x: hidden;
        overflow-y: hidden;
        height: auto;
    }
    .pagina-print {
        page-break-after: always;
        break-after: page;
    }
    .footer-print,
    .header-print {
        display: inline-block;
    }
    .boton-volver,
    .main.equitativa .header-print {
        display: none !important;
    }
}
@media print {
    .page-break {
        page-break-after: always;
        visibility:hidden;
        height:1px !important;
        margin:0;
    }
}

/* Datepicker */
#datepickeriframe {
  display: none !important;
}
