/*Inicio estilos simples*/

.displayinlineblock, .dib { display: inline-block; }

.cp { cursor: pointer; }

.dn{ display: none; }

.textaligncenter, .tac{ text-align: center; }

.marginauto, .ma{ margin: auto; }

.ml10{ margin-left: 10px; } .ml20{ margin-left: 20px; } .ml30{ margin-left: 30px; } .ml40{ margin-left: 40px; } .ml50{ margin-left: 50px; } .ml60{ margin-left: 60px; } .ml70{ margin-left: 70px; } .ml80{ margin-left: 80px; } .ml90{ margin-left: 90px; } .ml100{ margin-left: 100px; }
.mr10{ margin-right: 10px; } .mr20{ margin-right: 20px; } .mr30{ margin-right: 30px; } .mr40{ margin-right: 40px; } .mr50{ margin-right: 50px; } .mr60{ margin-right: 60px; } .mr70{ margin-right: 70px; } .mr80{ margin-right: 80px; } .mr90{ margin-right: 90px; } .mr100{ margin-right: 100px; }
.mt10{ margin-top: 10px; } .mt20{ margin-top: 20px; } .mt30{ margin-top: 30px; } .mt40{ margin-top: 40px; } .mt50{ margin-top: 50px; } .mt60{ margin-top: 60px; } .mt70{ margin-top: 70px; } .mt80{ margin-top: 80px; } .mt90{ margin-top: 90px; } .mt100{ margin-top: 100px; }
.mb10{ margin-bottom: 10px; } .mb20{ margin-bottom: 20px; } .mb30{ margin-bottom: 30px; } .mb40{ margin-bottom: 40px; } .mb50{ margin-bottom: 50px; } .mb60{ margin-bottom: 60px; } .mb70{ margin-bottom: 70px; } .mb80{ margin-bottom: 80px; } .mb90{ margin-bottom: 90px; } .mb100{ margin-bottom: 100px; }
/*Fin estilos simples*/


.popover{
  width:165px;
  height:80px;
}

#licenseBoxContent, iron-overlay-backdrop, vaadin-license-dialog {
    display: none !important;
}

.header {
    /*position: fixed;*/
    position: initial;
    color: #FFF;
    width: 100%;
    text-align: center;
    z-index: 9998;
}

.barraheader {
    min-height: 20px;
}

.bggreen {
    /*background-color: #3090F0;*/
    /*background-color: #005756;*/
    background-color: #5C7F92;
}

.bggray {
    background-color: #808080;
}

.mysite-footer {
    position: relative;
    height: 100px;
    background-color: #808080;
    transition: 0.5s;
}

#map {
    height: 100%;
}

.itemportada {
    border-style: solid;
    border-color: grey;
    border-radius: 50%;
    text-align: center;
    height: 225px;
    width: 225px;
    margin: auto;
    margin-top: 40px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.itemportada:hover {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)!important;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.itemimgportada {
    margin: auto;
    margin-top: 6px;
    width: 176px;
}

.migaspan {
    padding-left: 0px;
    font-size: 17px;
    margin-bottom: 20px;
    list-style: none;
}

.migaspan>li>a {
    color: #005251;
}

.migaspan>li.activo {
    color: #393939;
}

.titulografico {
    color: #005251;
}

.migaspan>li+li:before {
    padding: 0 5px;
    font-family: Glyphicons Halflings;
    content: "\e080";
    padding-right: 10px;
    padding-left: 4px;
    color: grey;
}

.migaspan>li {
    display: inline-block;
}

@media (max-width: 600px) {
    /*Si es mas pequeno que 600px*/ .migaspan>li {
        display: block;
    }
}

.botonesnavetotal>a {
    font-size: 16px;
    float: right;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background: #f0f0f0;
    border-style: solid;
    border-color: gray;
    border-width: 2px;
    color: #808080;
    cursor: pointer;
}

.botonesnavetotal>a:hover, .botonesnavetotal>a.activo {
    border-width: 3px;
    padding: 4px;
    padding-left: 9px;
    padding-right: 9px;
    text-decoration: none;
    border-color: #005251;
    color: #005251;
}

.botonagrp {
    display: inline-block;
    font-size: 17px;
    padding: 8px;
    padding-left: 10px;
    padding-right: 10px;
    background: #f0f0f0;
    border-style: solid;
    border-color: gray;
    border-width: 2px;
    color: #808080;
    cursor: pointer;
}

.botonagrp:hover, .botonagrp.activo {
    border-width: 3px;
    padding: 7px;
    padding-left: 9px;
    padding-right: 9px;
    text-decoration: none;
    border-color: #005251;
    color: #005251;
}

.botonesnavetotal:visited {
    color: #808080;
}

.botonesnavetotal {
    margin-top: 20px;
}

.botonesnavetotalleft>a {
    cursor: pointer;
    font-size: 16px;
    float: left;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background: #f0f0f0;
    border-style: solid;
    border-color: gray;
    border-width: 2px;
    color: #808080;
}

.botonesnavetotalleft>a:hover, .botonesnavetotalleft>a.activo {
    border-width: 3px;
    padding: 4px;
    padding-right: 9px;
    padding-left: 9px;
    text-decoration: none;
    border-color: #005251;
    color: #005251;
}

.botonesnavetotalleft:visited {
    color: #808080;
    text-decoration: none;
}

.botonesnavetotalleft>a:focus {
    color: #808080;
    text-decoration: none;
}

/*
border-width: 3px;
padding: 4px;
padding-left: 8px;
padding-right: 8px;
text-decoration: none;
border-color: #717171;
*/
.configu-checkbox{
  display: inline-block;
  margin: 0;
  width: 15px;
  height: 15px;
}

.configu {
    margin-left: 0px;
    margin-right: 0px;
}

.label_check {
    width: 75%!important;
    margin-top: 20px;
    font-weight: normal;
}

.configu input {
  width: 65%;
  display: inline;
  margin-top: 20px;
}

.configu input[type='checkbox']{
  width: initial;
  height: initial;
}

.configu input[type='submit']{
  width: initial;
  height: initial;
}

.configu div>select {
    width: 65%;
    display: inline;
    margin-top: 20px;
}

.configu div>label {
    width: 30%;
    margin-top: 20px;
    font-weight: normal;
}

.configu>h4 {
    font-weight: 700;
}

.tarjeta {
    margin-bottom: 30px;
}

.tarjeta:hover {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)!important;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.tarjeta>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.tarjeta>.cuerpo {
    border-style: solid;
    margin-top: 0px;
    padding-top: 0px;
    border-width: 1px;
    border-top-width: 0px;
    padding: 10px;
    border-color: grey;
    color: grey;
}

.tarjeta>.cuerpo>h4 {
    margin-top: 0px;
    margin-bottom: 5px;
}

.tarjeta>.cuerpo>.separador {
    border-top-style: solid;
    border-width: 2px;
    margin-bottom: 10px;
}

.mgauto {
    margin: auto;
}

.logohead {
    height: 60px;
    padding: 4px;
    /* padding-left: 2px; */
    width: auto;
}

#formsoporte {
    border-style: solid;
    padding: 25px;
    border-color: gray;
    border-width: 1.5px;
    border-radius: 5px;
    margin-bottom: 25px;
}

#entformsoporte {
    margin: auto;
    max-width: 550px;
}

.fs16 {
    font-size: 16px;
    margin-left: 8px;
}

.pdflogo {
    width: 30px;
    cursor: pointer;
}

.pigdata {
    height: 75px;
    max-height: 100%;
    margin: auto;
    padding: 4px;
}

.integradoramovil {
    display: none;
    margin-top: -63px;
}

.m991dn{
  display: none !important;
}

.textocabecera {
    text-align: left;
}

.conbottom {
    /* text-align: right; */
    vertical-align: middle;
}

.logobottom {
    height: 100px;
    padding: 6px;
}

.izq {
    text-align: left;
}

.integradora {
    text-align: left;
}

@media (max-width: 991px) {
    .integradoramovil {
        display: block;
        height: 55px;
        padding: 4px;
        float: right;
        margin-top: -122.7px;
    }

    .m991dn{
      display: inherit !important;
    }

    .integradora {
        display: none;
    }

    .textocabecera {
        margin-top: 0px;
    }

    .mtop5mov {
        margin-top: 5px;
    }
}

#logologin {
    width: 100%;
    padding: 15px;
}

.calendario {
    font-size: 11px;
}

.icono-cabecera-img {
    height: 60px;
    margin-top: 14px;
}

.icono-cabecera {
    transition: 0.2s;
    display: inline-block;
    background-color: #5C7F92;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    border-style: solid;
    border-color: #adadad;
    border-width: 2px;
    margin-bottom: 10px;
    margin-top: 10px;
    cursor: pointer;
}

.icono-cabecera:hover {
    background-color: #197675;
}

.icono-cabecera.dis:hover {
    cursor: not-allowed;
    background-color: #5C7F92;
}

#tiemporecorridomov {
    text-align: center;
    background: #f0ede5;
    font-size: 14px;
}

.cpointer, .cp {
    cursor: pointer;
}

.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
}

.flechabajo, .flechabajo:hover {
    width: 30px;
    border-style: solid;
    border-color: #c5c5c5;
    border-width: 1px;
    background-color: #f6f6f6;
    text-align: center;
    color: #7f7f7f;
    padding-top: 6px;
    cursor: pointer;
}

.buscadorexplotaciondiv {
    margin-bottom: 20px;
    margin-top: -6px;
}

.separador {
    clear: left;
}

#logout {
    transition: 0.3s;
}

#logout:hover {
    cursor: pointer;
    color: #8cc1c0;
}

.usuarionom {
    float: right;
    font-size: 22px;
    margin-right: 30px;
    margin-top: 15px;
}

.moduloslogos {
    margin-right: -113.61px;
    display: inline-block;
    clear: left;
}

.logodiv {
    float: left;
    margin-top: 15px;
    margin-left: 9px;
}

@media (max-width: 388px) {
    .brk371 {
        display: block;
    }

    .icono-cabecera {
        margin-bottom: 5px;
        margin-top: 5px;
    }
}

.month-picker-open-button {
    height: 28px;
    border-radius: 0px;
    border: 1px solid #c5c5c5;
    border-left-width: 0px;
}

.persinput {
    width: 80px;
    text-align: center;
    height: 28px;
    border-radius: 0px;
    border: 1px solid #c5c5c5;
}

.imgfdm {
    width: 100%;
    max-width: 50px;
}

#notifyicon {
    margin-right: -39px;
    background: #ffffff;
    color: #005251;
    border-radius: 50%;
    padding: 6px;
    font-size: 20px;
    margin-left: 7px;
    cursor: pointer;
    transition: 0.5s;
}

#notifyicon:hover {
    background: #4eb1ff;
    color: #ffffff;
}

#notifyicon.notificaciones:hover {
    background: #ffffff;
    color: #005251;
}

#notifyicon.notificaciones:hover + #numNotificaciones {
    background: #4eb1ff;
    color: #ffffff;
}

#notifyicon.notificaciones {
    background: #4eb1ff;
    color: #ffffff;
}

#contenedornotifi {
    display: initial;
}

#numNotificaciones {
    display: initial;
    position: absolute;
    background: white;
    color: #005251;
    z-index: 999;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50%;
    width: 22px;
    margin-left: 26px;
    margin-top: -5px;
    transition: 0.5s;
}

#contenedornotificaciones {
    width: 300px;
    /*height: 300px;*/
    background: #bebebe;
    height: 0px;
    border-color: #7d7d7d;
    position: absolute;
    margin-top: 50px;
    margin-left: -217px;
    z-index: 99;
    overflow-y: scroll;
    overflow-x: hidden;
    text-overflow: ellipsis;
    transition: 0.8s;
}

#contenedornotificaciones>div {
    background: #f4f4f4;
    color: #585858;
    font-size: 15px;
    display: block;
    border-bottom-style: solid;
    border-color: #cdcdcd;
    border-width: 1px;
    white-space: nowrap;
    padding-left: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 0.3s;
    cursor: pointer;
}

#contenedornotificaciones>div.noleido {
    background: #4eb1ff;
    color: #ffffff;
    font-weight: bold;
}

#contenedornotificaciones>div.noleido:hover {
    background: #8fceff;
}

#contenedornotificaciones>div:hover {
    background: white;
}

#contenedornotificaciones>div>.fecha {
    font-size: 12px;
    display: block;
}

#triangulocontenedornotificaciones {
    display: initial;
    background: #f4f4f4;
    width: 0px;
    /*width: 30px;*/
    height: 30px;
    z-index: 90;
    position: absolute;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 8px;
    margin-top: 43px;
    transition: 0.5s;
}

.logodivBreak {
    margin-right: 0px !important;
    margin: inherit;
}

.moduloslogosBreak {
    margin-right: 0px !important;
}

.usuarionomBreak {
    margin-top: 10px;
    padding-top: 13px;
    width: 100%;
    margin: auto;
}

.contenedornotificacionesBreak {
    width: 100%;
    left: 0;
    margin-left: 0px;
}

@media (max-width: 500px) {
    /*Si es mas pequeno que 600px*/ .logodiv {
        margin-right: 0px !important;
        margin: inherit;
    }

    .moduloslogos {
        margin-right: 0px !important;
    }

    .usuarionom {
        margin-top: 10px;
        padding-top: 13px;
        width: 100%;
        margin: auto;
    }

    #contenedornotificaciones {
        width: 100%;
        left: 0;
        margin-left: 0px;
    }
}

.transportepiensoanimles {
    position: absolute;
    display: inline-block;
    margin-top: 81px;
    margin-left: -98px;
    background: white;
    color: #333;
    font-size: 17px;
    border-radius: 3px;
    height: 0px;
    width: 96px;
    overflow: hidden;
    transition: 0.4s;
    z-index: 999;
}

.transportepiensoanimles > div.abajo {
    border-top-style: solid;
    border-color: #808080;
    border-top-width: 2px;
}

.transportepiensoanimles > div {
    transition: 0.4s;
    cursor: pointer;
}

.icono-cabecera:hover + .transportepiensoanimles {
    height: 50px;
}

.transportepiensoanimles:hover {
    height: 50px;
}

.transportepiensoanimles > div:hover {
    background: #4eb1ff;
    color: white;
}

.checkbox.pers {
    margin-top: 0px;
    margin-bottom: 0px;
}

.wd100 {
    width: 100%;
}

.botonpestana>a, .botonesTabla>a {
    cursor: pointer;
    font-size: 16px;
    float: left;
    max-width: 100%;
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: center;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background: #f0f0f0;
    border-style: solid;
    border-color: gray;
    border-width: 2px;
    color: #808080;
    transition: 0.3s;
}

.botonpestana>a {
    width: 240px;
}

.botonpestana.configuraciongenerales>a{
  width: 180px;
}

.botonpestana>a:hover, .botonpestana>a.activo, .botonesTabla>a:hover, .botonesTabla>a.activo {
    /*border-width: 3px;
  padding: 4px;
  padding-right: 9px;
  padding-left: 9px;*/
    text-decoration: none;
    background: #005251;
    border-color: #005251;
    color: #ffffff;
}

.botonpestana:visited, .botonesTabla:visited {
    color: #808080;
    text-decoration: none;
}

.botonpestana>a:focus, .botonesTabla>a:focus {
    color: #808080;
    text-decoration: none;
}

.botonpestana {
}

.inputentrada {
    clear: left;
    display: block;
    /* margin-left: 15px; */
    background: #f0f0f0;
    border-style: solid;
    border-color: #808080;
    color: #4d4d4d;
    padding: 3px 10px;
    font-size: 16px;
    transition: 0.3s;
    border-width: 2px;
}

.inputentrada:hover {
    border-color: #005251;
    color: #005251;
}

.buttonright {
    text-align: right;
}

.buttonright>div {
    background: #f0f0f0;
    display: inline-block;
    border-style: solid;
    border-color: grey;
    padding: 5px;
    font-size: 16px;
    color: grey;
    cursor: pointer;
}

.buttonright>div:hover {
    border-color: #005251;
    color: #005251;
}

.nombreinforme {
    font-size: 19px;
}

.informes>div {
    margin-bottom: 20px;
    background: #e9e9e9;
    padding: 8px;
    border-radius: 7px;
}

.informes>div>.nombreinforme {
    margin-top: 5px;
}

.mb40 {
    margin-bottom: 40px;
}

#tablaAlarmas .activo {
    background: #b2f0ff;
}

.input_parte_visitador {
    font-size: 17px;
    margin: auto;
    font-weight: normal;
    background: #efefef;
    padding: 22px;
    border-style: solid;
    border-radius: 5px;
    border-color: #ababab;
    margin-top: 20px;
    padding-top: 19px;
    padding-bottom: 19px;
}

.input_submit_parte_visitador {
    background: #00ADF5;
    border-style: solid;
    border-width: 2px;
    border-color: #00ADF5;
    color: white;
    font-size: 19px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s;
    margin-top: 15px;
}

.input_submit_parte_visitador:hover {
    background: white;
    color: #00ADF5;
}

.input_submit_parte_visitador:active, .input_submit_parte_visitador:focus, .input_submit_parte_visitador:active:focus {
    background: white;
    color: #00adf2;
    border-color: #00adf2;
    outline: 0px;
    cursor: wait;
    -webkit-animation: mymove 2.5s;
    animation: mymove 2.5s;
    animation-iteration-count: infinite;
}

@-webkit-keyframes mymove {
    0% {
        background: white;
        color: #00adf2;
    }

    50% {
        background: #00adf2;
        color: white;
    }

    100% {
        background: white;
        color: #00adf2;
    }
}

@keyframes mymove {
    0% {
        background: white;
        color: #00adf2;
    }

    50% {
        background: #00adf2;
        color: white;
    }

    100% {
        background: white;
        color: #00adf2;
    }
}

#verpdfmovimientos {
    position: fixed;
    z-index: 5;
    width: 90%;
    height: 85%;
    top: 10%;
    left: 5%;
}

#fondoverpdfmovimientos {
    z-index: 5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.5;
}

#cerrarverpdfmovimientos {
    position: fixed;
    z-index: 10;
    width: 90%;
    height: 5%;
    top: 5%;
    left: 5%;
    background: #ffffff;
    text-align: right;
}

#cerrarverpdfmovimientos>span {
    font-size: 20px;
    padding: 3px;
    cursor: pointer;
}

.fs17 {
    font-size: 17px;
}

.removeadecoration, .removeadecoration:hover, .removeadecoration:active, .removeadecoration:focus {
    text-decoration: inherit;
    color: inherit;
}

.configuraciones-grafica {
    background: #8b8b8b;
    color: white;
    padding: 13px;
    padding-left: 20px;
    padding-right: 19px;
    font-size: 18px;
    border-radius: 4px;
    margin-bottom: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.configuraciones-grafica:hover {
    background: #a5a5a5;
}

.configuraciones-grafica .flecha-desplegable{
    float: right;
    transition: 0.5s;
}

.configuraciones-grafica .flecha-desplegable.activo{
    transform: rotate(90deg);
}

.borrar-variables{
  position: absolute;
  right: 0;
  top: 0;
  float: right;
  background: red;
  color: white;
  padding: 11px;
  font-size: 18px;
  border-left-style: solid;
  border-color: #dddddd;
  border-width: 1px;
  transition: 0.5s;
  cursor: pointer;
}

.borrar-variables:hover{
  background: white;
  color: red;
}

.pr41{
    padding-right: 41px;
}

.footer-fijo{
  position: fixed;
  bottom: 0;
  width: 100%;
}

#sustitutopie{
  height: 100px;
}

.titulo-modulo {
  font-size: 17px;
  font-weight:
  bold;
  padding-right: 4px;
  padding-left: 4px;
}

.titulo-modulo.right {
  float: right;
  display: block;
  margin-top: -28px;
  padding-left: 0px;
}

.modificar_texto{
  height: 25px;
  width: 100px;
}

.modificar_input{
  height: 25px;
  text-align: center;
  width: 62px;
}

.modificar_input.fecha{
  width: 86px;
}

.modificar_pencil{
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-color: #5C7F92;
  border-radius: 4px;
  padding: 4px;
  padding-left: 6px;
  padding-right: 6px;
  height: 25px;
  background: #5C7F92;
  color: #ffffff;
  cursor: pointer;
}

.modificar_pencil.fecha{
  top: -22px;
  left: 85px;
}

.modificar_pencil.hora{
  top: 2px;
  left: 10px;
}

.modificar_pencil:hover{
    color: #5C7F92;
    background: #ffffff;
}

.modificar_guardar{
  position: relative;
  border-left-width: 0px;
  top: 2px;
  left: -4px;
  border-style: solid;
  border-width: 1px;
  border-left-width: 0px;
  border-color: #5C7F92;
  padding: 4px;
  padding-left: 6px;
  padding-right: 6px;
  height: 25px;
  background: #5C7F92;
  color: #ffffff;
  cursor: pointer;
}

.modificar_guardar:hover{
    color: #5C7F92;
    background: #ffffff;
    border-color: darkgrey;
}

.bg-blue{
  background: lightblue !important;
}

a.disabled {
  pointer-events: none;
  cursor: not-allowed;
}

a.initial{
  color: initial;
  text-decoration: initial;
}

.filtrarfechasinput{
  width: 90px;
  display: inline;
  margin-top: 28px;
  clear: left;
  display: block;
  background: #f0f0f0;
  border-style: solid;
  border-color: #808080;
  color: #4d4d4d;
  padding: 3px 10px;
  font-size: 16px;
  transition: 0.3s;
  border-width: 2px;
}

.multiselect-container input[type="checkbox"]{
  margin-top: 5px;
}

.mt-58-7{
  margin-top: -58.7px;
}

.btnEliminarInforme{
  content: "\e020";
  color: white;
  position: relative;
  top: 1px;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  background-color: #d9534f;
  border-color: #d43f3a;
  border-width: 0px;
  border: 0;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btnEliminarInforme:hover{
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btnEliminarInforme:before{
  content: "\e020";
}

.btnEliminarInforme:after{
  content: "\e020";
}

.tipos_pienso{
}

.cantidades_pienso{
}

.ml-30 {
    margin-left: 30px;
}

.crianzas{
}

.labelCrianzas{
}
