﻿.page-header.navbar .menu-toggler.responsive-toggler {
    float: left;
}

.page-footer {
    background-color: #091C2B;
    color: #FFF;
    padding: 7px;
    display: inline-table;
    width: 100%;
    z-index: 1000;
}

    .page-footer .page-footer-inner {
        color: #F7B716;
        width: 100%;
    }

        .page-footer .page-footer-inner a {
            color: #F7B716;
        }

.margin-left-20 {
    margin-left: 20px;
}

.margin-right-20 {
    margin-right: 20px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-right-20 {
    padding-right: 20px;
}

.pagina-content {
    height: 100%;
}

labelbody {
    background-color: #eceeed;
}

.noVisible {
    display: none !important;
}

.noPadding {
    padding: 0 !important;
}

.textoright {
    text-align: right;
}

.fill {
    min-height: 100%;
    height: 100%;
}

.right {
    text-align: right;
    float: right;
}

.left {
    float: left;
}

.displayBlock {
    display: block;
}

.center {
    text-align: center;
}

.ancho100 {
    width: 100%;
}

.checked {
    background: url(/img/pc/iconos/checked-grey.png);
    width: 15px;
    height: 15px;
}

.unchecked {
    background: url(/img/pc/iconos/unchecked.png);
    width: 15px;
    height: 15px;
}

.scheduled {
    background: url(/img/pc/iconos/icono-scheduled.png);
    width: 15px;
    height: 17px;
}

.unscheduled {
    background: url(/img/pc/iconos/icono-noscheduled.png);
    width: 15px;
    height: 15px;
}

.NoVerificado {
    background: url(/img/pc/iconos/icono-noverificado-100.png);
    width: 20px;
    height: 20px;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.linkFooter {
    color: #F7BE06;
    padding: 0px 5px;
}

    .linkFooter a {
        color: #F7BE06;
    }


.fontSize20 {
    font-size: 20px;
}

.fontSize16 {
    font-size: 16px;
}

.page-header-bottom-bar {
    background-color: red;
}

.page-container {
    padding: 0;
    background-color: #FFF;
}

.HRSinMargenes {
    margin: 0;
    padding-bottom: 10px;
}

a:hover {
    text-decoration: none;
}

.badge {
    font-size: 14px !important;
    /* font-weight:bold;*/
    height: 34px;
    padding: 10px;
    margin-bottom: 4px;
}

.badge-element {
    background-color: #AAFFAA;
    color: #000 !important;
}

.badge_error {
    background-color: red;
    color: #FFF !important;
}



.btn {
    background-color: #DFE5E8;
}



    .btn:hover, .btn:focus, .btn:active, .btn.active {
        background-color: #F0F0F0;
    }

.btnRadio {
    border: 1px solid #dfe5e8;
}

    .btnRadio:active, .btnRadio.active {
        background-color: #F7B716;
        border: 1px solid #F7B716;
        background-image: none;
        color: #FFF;
    }

    .btnRadio:hover, .btnRadio:focus {
        border-color: #F7B716;
    }

.btnRadioEditar:active, .btnRadioEditar.active {
    background-color: green;
    border: 1px solid green;
    background-image: none;
    color: #FFF;
}

.btnRadioEditar:hover, .btnRadioEditar:focus {
    background-color: lightgreen;
    border-color: lightgreen;
    /*color:green;*/
}

.btnRadioImprimir:active, .btnRadioImprimir.active {
    background-color: darkblue;
    border: 1px solid darkblue;
    background-image: none;
    color: #FFF;
}

.btnRadioImprimir:hover, .btnRadioImprimir:focus {
    border-color: blue;
    background-color: blue;
    color: #FFF;
}



/* Boton añadir */
.btnNuevo.btn {
    /*    color:#F7BE06;
    background-color: #0E1C2C; */
    color: #FFF;
    background-color: #00b36f;
    /*
    background-color: #29312c;
    color: #ffc300;
        */
}

    .btnNuevo.btn:hover, .btnNuevo.btn:focus, .btnNuevo.btn:active, .btnNuevo.btn.active {
        /*    color:#0E1C2C;
    background-color: #F7BE06;  */
        color: #FFF;
        background-color: lightgreen;
    }

/* Boton editar */
.btnEditar.btn {
    background-color: green;
    color: #ffffff;
    /*    height:35px; */
    /*
    background-color: #428bca;
    border-color: #357ebd;
    */
}

.btn.btnEditar:hover, .btn.btnEditar:focus, .btn.btnEditar:active, .btn.btnEditar.active {
    background-color: lightgreen;
    color: #333333;
}

/* Botones grid */

btnGridEditar {
    color: #111a2a;
}

a.dxbButton.btnGridEditar.btn {
    text-decoration: none;
    font-size: 14px;
    padding: 8px 10px 8px 14px;
    color: #f9bf00;
    /*    border: 1px solid #f9bf00; */
    /*color:#111a2a;*/
    /*    border: 1px solid #111a2a;*/
}

    a.dxbButton.btnGridEditar.btn:hover {
        background-color: #f9bf00;
        color: #111a2a;
    }

a.dxbButton.btnGridImprimir.btn {
    text-decoration: none;
    font-size: 14px;
    padding: 8px 10px 8px 14px;
    color: #111a2a;
}

    a.dxbButton.btnGridImprimir.btn:hover {
        background-color: #111a2a;
        color: #FFF;
    }



/* Boton eliminar */
.btnEliminar.btn {
    background-color: darkred; /* #cb5a5e */
    color: #ffffff !important;
}

    .btnEliminar.btn:hover, .btnEliminar.btn:focus, .btnEliminar.btn:active, .btnEliminar.btn.active {
        background-color: red; /* #c23f44 */
        color: #ffffff;
    }

/* Boton aceptar */
.btnAceptar.btn {
    /*background-color: orange;
    color: #ffffff;*/
    background-color: #F7BE06;
    color: #1C1F1F;
}

    .btnAceptar.btn:hover, .btnAceptar.btn:focus, .btnAceptar.btn:active, .btnAceptar.btn.active {
        /*    background-color: orangered;
    color: #ffffff;*/
        background-color: #1C1F1F;
        color: #F7BE06;
    }

/* Boton cancelar */
.btnCancelar.btn {
    background-color: gray;
    color: #ffffff;
    /*
    background-color: #e5e5e5;
    color: #333333;
    */
}

.btn.btnCancelar:hover, .btn.btnCancelar:focus, .btn.btnCancelar:active, .btn.btnCancelar.active {
    background-color: lightgray;
    color: #333333;
}

/* Boton cancelar */
.btnAtras.btn {
    background-color: #eceeed;
    color: #333333;
    /*
    background-color: #eceeed;
    color: #333333;
    */
}

.btn.btnAtras:hover, .btn.btnAtras:focus, .btn.btnAtras:active, .btn.btnAtras.active {
    background-color: lightgray;
    color: #333333;
}


/* Boton imprimir */
.btnImprimir.btn {
    background-color: darkblue;
    color: #ffffff;
    font-size: 14px;
}

    .btnImprimir.btn:hover, .btnImprimir.btn:focus, .btnImprimir.btn:active, .btnImprimir.btn.active {
        background-color: blue;
        color: #ffffff;
    }

.btnEditarExplotacion, .btnEditarExplotacion.btn {
    color: #FFF;
    width: 34px;
    height: 34px;
    background: none;
    border: none;
    background-image: url(../img/pc/iconos/btnEditar.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}



/* Boton añadir */
.btnBuscar.btn {
    /*color: #FFF;
    background-color: #b5bbbe;*/
    background-color: lightgray;
    color: #333333;
}

    .btnBuscar.btn:hover, .btnBuscar.btn:focus, .btnBuscar.btn:active, .btnBuscar.btn.active {
        color: #333333;
        background-color: #eceeed;
    }

/*
.btn > i {
    font-size: 14px;
    padding-top: 4px;
}
*/

/******************************************************************************************************/
.modal .modal-header {
    background-color: #F7B716;
    color: #0E1C2C;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal .modal-header-warning {
    background-color: yellow;
    color: #0E1C2C;
}


.modal .modal-header-eliminar {
    background-color: red;
    color: #FFF;
}

    .modal .modal-header-eliminar h3 {
        font-weight: normal;
    }

.modal .modal-header-exito {
    background-color: #00b36f;
    color: #FFF;
}

    .modal .modal-header-exito h3 {
        font-weight: normal;
    }

.modal .modal-header h3 {
    margin: 0px;
    padding: 0px;
}

.modal .modal-header h1 {
    margin: 0px;
    padding: 0px;
}


.modal .modal-header-contenido {
    /*float:left;
    width:100%;*/
    display: block;
}

    .modal .modal-header-contenido .page-info {
        margin-right: 20px;
        float: right;
        display: block;
    }

.modal-panel-informacion-caja-datos {
    float: left;
    display: block;
    padding-top: 10px;
}

.modal-panel-informacion-caja-botones {
    float: right;
    display: block;
    padding-top: 10px;
}

.modal .modal-panel-informacion {
    background-color: #F9F8ED;
    padding: 10px;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

    .modal .modal-panel-informacion h4, .modal .modal-panel-informacion h5 {
        padding: 0px;
        margin: 0px;
    }

/******************************************************************************************************/

.logotipo {
    background-image: url(../img/pc/logos/logo.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 150px;
    height: 60px;
    background-size: 100%;
    display: table;
    margin: 0 auto;
    /*    padding: 15px;*/
    text-align: center;
}

.logotipoOrcelis {
    background-image: url(../img/pc/logos/logo.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 250px;
    height: 70px;
    background-size: 100%;
    display: table;
    margin: 0 auto;
    /*    padding: 15px;*/
    text-align: center;
}



.page-sidebar-closed .page-header.navbar .page-logo > .logo-image, .page-sidebar-closed .page-header.navbar .page-logo > a {
    /* width: 150px;       */
}

/* Menu navegacion */
.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-toggle:hover {
    color: #0E1C2C;
    background-color: #F7BE06;
    height: 100%;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-toggle {
    color: #F7BE06;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle {
    height: 100%;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown.open .dropdown-toggle {
    color: #0E1C2C;
    background-color: #F7BE06;
}
/*/*/

.logotipo:hover {
    cursor: pointer;
    text-decoration: none;
}

.negrita {
    font-weight: bold;
}


.izquierda {
    float: left;
}

.CajaBanderasIdiomas {
    height: 40px;
    margin: 0px auto;
    text-align: right;
}

.botonBanderaIdioma {
    color: #F69F00;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left center;
    height: 24px;
    border-style: none;
    border-width: 0px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border: 0px;
    padding-left: 25px;
}

    .botonBanderaIdioma:hover {
        cursor: pointer;
    }

.botonIdiomaEs {
    background-image: url(../img/dc/flags/es.png);
}

.botonIdiomaEng {
    background-image: url(../img/dc/flags/en.png);
}

.botonIdiomaFr {
    background-image: url(../img/dc/flags/fr.png);
}

.botonIdiomaPt {
    background-image: url(../img/dc/flags/pt.png);
}

.botonIdiomaTr {
    background-image: url(../img/dc/flags/tr.png);
}

.labelMensajeError, .labelMensajeError:hover {
    color: red;
}

.labelMensajeWarning {
    color: orange;
}


.labelMensajeOK {
    color: green;
}


.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: 0 none;
}


.GridPager a, .GridPager span {
    text-decoration: none;
    /*   color: #393939;*/
    /* font-size: 14px;*/
    border-radius: 4px;
    border: 0px;
    display: block;
    padding: 10px;
    width: 40px;
    /*    font-weight: bold; */
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    margin-right: 2px;
    margin-left: 2px;
}

.GridPager a {
    /*    background-color: #F5F5F5;
    border: 1px solid #DEDEDE;*/
}

    .GridPager a:hover {
        text-decoration: none;
        background-color: #F7BE06;
        color: #0e1c2c;
    }

.GridPager span {
    color: #0e1c2c;
    background-color: #F7BE06;
}


div#SpinnerContainer {
    position: fixed;
    display: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: black;
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
    z-index: 10099; /* Important to set this */
    /*    overflow: auto;*/
}

div#Spinner {
    position: fixed;
    display: none;
    width: 50px;
    height: 50px;
    top: 48%;
    left: 48%;
    z-index: 10100;
    overflow: auto;
    border-radius: 5px;
}

.spinnerImagen {
    background: url(../img/animaciones/logo_40_time_orcelis.gif) no-repeat center #fff;
}


.ImgNoNdvi {
    background: url(../img/animaciones/gis.gif) no-repeat center #fff;
    height: 500px;
    padding-top: 320px;
    color: #333333;
    font-weight: bold;
}

.CajaEscalaNdvi {
    width: 80%;
    margin: auto;
}

.EscalaNdvi {
    background: url(../img/pc/iconos/escalandvi2.png) no-repeat center bottom #fff;
    background-size: contain;
    height: 50px;
    width: 100%;
    display: block;
    margin: auto;
    padding-top: 5px;
}

.containerImagenNdvi {
    /*background-color: red;*/
    width: 100%;
    padding-top: 100%; /* 1:1 Aspect Ratio */
    position: relative; /* If you want text inside of it */
}

/* If you want text inside of the container */
.containerImagenNdviImg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


/*
.dialogoSobreModal{
    z-index: 10200;
}
*/

.modal.dialogoSobreModal {
    z-index: 10200;
}

/*
.modal-dialog > .dialogoSobreModal{
    z-index: 10200;
}
*/

.GridLinkWebActivo {
}

a.GridLinkWebInactivo {
    text-decoration: none;
    color: #8896a0;
    cursor: default;
}


.form-horizontal .control-label, .form-horizontal .control-label label {
    /* font-weight:bold; */
    margin-right: 0px;
    padding-right: 0px;
    text-align: left;
    font-size: 14px;
    /*margin-top: 8px;
    margin-bottom:0px;*/
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.mini-gutter > [class*='col-'] {
    padding-right: 2px;
    padding-left: 2px;
}

.textoPie {
    font-size: 11px;
}

.asterisco {
    color: #FF0000;
    font-size: 10px;
}

.page-head .page-title {
    padding-bottom: 30px;
}

    .page-head .page-title > h1 {
        font-size: 28px;
        color: #242a2a;
        /*font-weight: bold;*/
    }

    .page-head .page-title > h4 {
        font-size: 14px;
        color: #242a2a;
        font-weight: normal;
        padding: 0px;
        margin: 0px;
    }

.canvasGrafica {
    width: 100%;
    height: 250px;
}

.canvasGrafica100 {
    width: 100%;
    height: 100px;
}

.margin-top-5 {
    margin-top: 5px;
}

.cajaBtnAtras {
    width: 40px;
    height: 40px;
    position: relative;
    float: left;
    /*  margin-top:5px; */
    margin-right: 10px;
    /*    padding: 5px 0 10px; */
}


.cajaImagenCultivo {
    width: 50px;
    height: 50px;
    position: relative;
    float: left;
    margin-right: 10px;
}

.cajaConfiguracionImagenLogo {
    width: 100%;
    /*width: 440px; */
    /* height: 130px;*/
    /*min-height:50px;*/
    position: relative;
    float: left;
    margin-right: 10px;
    /* border: 1px solid #F7BE06; */
    border: 1px solid #eee;
    padding: 2px;
    text-align: left;
    vertical-align: middle;
    display: grid;
    /* background-image:url(../img/fondoImagenGris.png);
    background-repeat:repeat;*/
}

.imagenCultivo {
    width: 50px;
    height: 50px;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.contenedorCajaExplotacion {
    margin: 0 auto;
}

.cajaExplotacion {
    height: 260px;
    width: 215px;
    float: left;
    margin: 10px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    background-image: url('../img/pc/fondos/fondo-explotacion.jpg');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    position: relative;
    background-color: #F9F8ED;
}

    .cajaExplotacion > .top-titulo {
        height: 50px;
        padding: 10px;
    }


    .cajaExplotacion > .titulo {
        color: #FFF;
        font-size: 18px;
        padding: 10px;
    }

    .cajaExplotacion > .datos {
        color: gray;
        padding: 10px;
        position: absolute;
        left: 0px;
        top: 150px;
        width: 200px;
    }

        .cajaExplotacion > .datos > .static-info .name > .fa {
            color: lightgray;
        }


        .cajaExplotacion > .datos > .static-info .value > .fa {
            color: lightgray;
            margin-right: 5px;
        }


        .cajaExplotacion > .datos > .static-info .value {
            font-weight: normal;
            font-size: 12px;
        }

/* Lista */
.cajaExplotacionLISTA {
    width: 100%;
    height: 50px;
    background-size: 300px;
    margin: 0;
    margin-bottom: 5px;
}

    .cajaExplotacionLISTA > .top-titulo {
        float: right;
        margin-top: 0px;
        padding: 7px;
    }


    .cajaExplotacionLISTA > .titulo {
        float: left;
        margin-top: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        max-width: 1px;
    }


        .cajaExplotacionLISTA > .titulo > .caption > .cajaExplotacionTitulo {
            width: 280px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .cajaExplotacionLISTA > .titulo > .caption > .cajaExplotacionSubTitulo {
            width: 280px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 12px;
            color: #F7BE06;
        }


    .cajaExplotacionLISTA > .datos {
        float: right;
        width: 95%;
        /* border:1px solid red;*/
        /* position: relative;*/
        left: 0px;
        top: 0;
        margin-top: 6px;
        padding-left: 300px;
    }

        .cajaExplotacionLISTA > .datos > .static-info {
            width: 33%;
            float: left;
            margin: 0;
            /*   color:white;*/
        }


            .cajaExplotacionLISTA > .datos > .static-info .name > .fa {
                color: lightgray;
            }


            .cajaExplotacionLISTA > .datos > .static-info .value {
                font-weight: normal;
                font-size: 12px;
            }

/**/
.cajaExplotacionNueva {
    height: 260px;
    width: 215px;
    float: left;
    margin: 10px;
    border: 1px solid #00b36f;
    border-radius: 4px;
    background-color: #00b36f;
    color: #fff;
    padding-top: 100px;
}

    .cajaExplotacionNueva .btn-link {
        color: #fff;
    }


.cajaExplotacionNuevaLISTA {
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    padding-top: 0px;
}

.cajaExplotacion.portlet.box > .portlet-body {
    /*border-radius: 10px;*/
    color: #697882;
    height: 278px;
}

.cajaExplotacion.portlet.box.blue-hoki > .portlet-title > .caption {
    width: 100%;
    text-align: center;
}

.cajaSeccionTitulo {
    /* width: 200px; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cajaExplotacionTitulo {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #FFF;
}


.cajaExplotacionSubTitulo {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #F7BE06;
}


.cajaExplotacionBotonEditar {
    /*width: 190px;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*******/

.contenedorCajaAccionesCultivo {
    margin: 0 auto;
    padding: 10px;
}


.contenedorCajaCultivo {
    margin: 0 auto;
}


.cajaCultivo {
    height: 250px;
    width: 215px;
    float: left;
    margin: 10px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    position: relative;
    background-color: #F9F8ED;
    background-image: url('../img/pc/fondos/fondo-cultivo.jpg');
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.cajaExplotacion.cajaExplotacionNORMAL.cajaExplotacionCalculado {
    border-bottom: 5px solid #00b36f;
}

.cajaExplotacion.cajaExplotacionLISTA.cajaExplotacionCalculado {
    border-right: 5px solid #00b36f;
}

    .cajaExplotacion.cajaExplotacionNORMAL.cajaExplotacionCalculado > .datos > .static-info .value > .fa,
    .cajaExplotacion.cajaExplotacionLISTA.cajaExplotacionCalculado > .datos > .static-info .value > .fa {
        color: #00b36f;
    }

.cajaExplotacion.cajaExplotacionNORMAL.cajaExplotacionParcial {
    border-bottom: 5px solid #F7BE06;
}

.cajaExplotacion.cajaExplotacionLISTA.cajaExplotacionParcial {
    border-right: 5px solid #F7BE06;
}

    .cajaExplotacion.cajaExplotacionNORMAL.cajaExplotacionParcial > .datos > .static-info .value > .fa,
    .cajaExplotacion.cajaExplotacionLISTA.cajaExplotacionParcial > .datos > .static-info .value > .fa {
        color: #F7BE06;
    }


/*
.cajaCultivoCalculado {
    border-bottom: 5px solid #00b36f;
}
*/

.cajaCultivo.cajaCultivoCalculado > .datos > .static-info .name > .fa {
    color: #00b36f;
}


.cajaCultivoPendiente {
}


.cajaCultivo.cajaCultivoNORMAL.cajaCultivoCalculado {
    border-bottom: 5px solid #00b36f;
}

.cajaCultivo.cajaCultivoLISTA.cajaCultivoCalculado {
    border-right: 5px solid #00b36f;
}

    .cajaCultivo.cajaCultivoNORMAL.cajaCultivoCalculado > .datos > .static-info .value > .fa,
    .cajaCultivo.cajaCultivoLISTA.cajaCultivoCalculado > .datos > .static-info .value > .fa {
        color: #00b36f;
    }

.cajaCultivo.cajaCultivoNORMAL.cajaCultivoParcial {
    border-bottom: 5px solid #F7BE06;
}

.cajaCultivo.cajaCultivoLISTA.cajaCultivoParcial {
    border-right: 5px solid #F7BE06;
}

    .cajaCultivo.cajaCultivoNORMAL.cajaCultivoParcial > .datos > .static-info .value > .fa,
    .cajaCultivo.cajaCultivoLISTA.cajaCultivoParcial > .datos > .static-info .value > .fa {
        color: #F7BE06;
    }



.cajaCultivolimonero {
    background-image: url('../img/pc/fondos/fondo-limonero.jpg');
}

.cajaCultivonaranjo {
    background-image: url('../img/pc/fondos/fondo-naranjo.jpg');
}

.cajaCultivocerezo {
    background-image: url('../img/pc/fondos/fondo-cerezo.jpg');
}

.cajaCultivoolivo {
    background-image: url('../img/pc/fondos/fondo-olivo.jpg');
}

.cajaCultivociruelo {
    background-image: url('../img/pc/fondos/fondo-ciruelo.jpg');
}

.cajaCultivoaguacate {
    background-image: url('../img/pc/fondos/fondo-aguacate.jpg');
}

.cajaCultivogranado {
    background-image: url('../img/pc/fondos/fondo-granado.jpg');
}

.cajaCultivoalmendro {
    background-image: url('../img/pc/fondos/fondo-almendro.jpg');
}

.cajaCultivoalbaricoque {
    background-image: url('../img/pc/fondos/fondo-albaricoque.jpg');
}

.cajaCultivovinya {
    background-image: url('../img/pc/fondos/fondo-vinya.jpg');
}

.cajaCultivouva_de_mesa {
    background-image: url('../img/pc/fondos/fondo-vinya.jpg');
}

.cajaCultivouva_de_vino {
    background-image: url('../img/pc/fondos/fondo-vinya.jpg');
}

.cajaCultivonispero {
    background-image: url('../img/pc/fondos/fondo-nispero.jpg');
}

.cajaCultivomandarino {
    background-image: url('../img/pc/fondos/fondo-mandarino.jpg');
}

.cajaCultivohiguera {
    background-image: url('../img/pc/fondos/fondo-higuera.jpg');
}

.cajaCultivomanzano {
    background-image: url('../img/pc/fondos/fondo-manzano.jpg');
}

.cajaCultivomelocotonero {
    background-image: url('../img/pc/fondos/fondo-melocotonero.jpg');
}

.cajaCultivokaki {
    background-image: url('../img/pc/fondos/fondo-kaki.jpg');
}

.cajaCultivokiwi {
    background-image: url('../img/pc/fondos/fondo-kiwi.jpg');
}

.cajaCultivoarandano {
    background-image: url('../img/pc/fondos/fondo-arandano.jpg');
}

.cajaCultivoperal {
    background-image: url('../img/pc/fondos/fondo-peral.jpg');
}

.cajaCultivoavellano {
    background-image: url('../img/pc/fondos/fondo-avellano.jpg');
}

.cajaCultivonectarino {
    background-image: url('../img/pc/fondos/fondo-nectarino.jpg');
}

.cajaCultivopomelo {
    background-image: url('../img/pc/fondos/fondo-pomelo.jpg');
}

.cajaCultivoparaguayo {
    background-image: url('../img/pc/fondos/fondo-paraguayo.jpg');
}

.cajaCultivomango {
    background-image: url('../img/pc/fondos/fondo-mango.jpg');
}

.cajaCultivopistacho {
    background-image: url('../img/pc/fondos/fondo-pistacho.jpg');
}

.cajaCultivoplatano {
    background-image: url('../img/pc/fondos/fondo-platano.jpg');
}

.cajaCultivotomate {
    background-image: url('../img/pc/fondos/fondo-tomate.jpg');
}

.cajaCultivolechuga {
    background-image: url('../img/pc/fondos/fondo-lechuga.jpg');
}

.cajaCultivocana_de_azucar {
    background-image: url('../img/pc/fondos/fondo-cana-azucar.jpg');
}

.cajaCultivozanahoria {
    background-image: url('../img/pc/fondos/fondo-zanahoria.jpg');
}

.cajaCultivomaiz {
    background-image: url('../img/pc/fondos/fondo-maiz.jpg');
}

.cajaCultivonogal {
    background-image: url('../img/pc/fondos/fondo-nogal.jpg');
}

.cajaCultivopatata {
    background-image: url('../img/pc/fondos/fondo-patata.jpg');
}

.cajaCultivocoliflor {
    background-image: url('../img/pc/fondos/fondo-coliflor.jpg');
}

.cajaCultivobrocoli {
    background-image: url('../img/pc/fondos/fondo-brocoli.jpg');
}

.cajaCultivoalcachofa {
    background-image: url('../img/pc/fondos/fondo-alcachofa.jpg');
}

.cajaCultivoalgarrobo {
    background-image: url('../img/pc/fondos/fondo-algarrobo.jpg');
}

.cajaCultivoesparrago {
    background-image: url('../img/pc/fondos/fondo-esparrago.jpg');
}

.cajaCultivomelon {
    background-image: url('../img/pc/fondos/fondo-melon.jpg');
}

.cajaCultivosandia {
    background-image: url('../img/pc/fondos/fondo-sandia.jpg');
}

.cajaCultivoajo {
    background-image: url('../img/pc/fondos/fondo-ajo.jpg');
}

.cajaCultivocebolla {
    background-image: url('../img/pc/fondos/fondo-cebolla.jpg');
}

.cajaCultivopimiento {
    background-image: url('../img/pc/fondos/fondo-pimiento.jpg');
}

.cajaCultivolima {
    background-image: url('../img/pc/fondos/fondo-lima.jpg');
}

.cajaCultivoromero {
    background-image: url('../img/pc/fondos/fondo-romero.jpg');
}

.cajaCultivotomillo {
    background-image: url('../img/pc/fondos/fondo-tomillo.jpg');
}

.cajaCultivolavanda {
    background-image: url('../img/pc/fondos/fondo-lavanda.jpg');
}

.cajaCultivoalbahaca {
    background-image: url('../img/pc/fondos/fondo-albahaca.jpg');
}

.cajaCultivotrigo {
    background-image: url('../img/pc/fondos/fondo-trigo.jpg');
}

.cajaCultivocebada {
    background-image: url('../img/pc/fondos/fondo-cebada.jpg');
}

.cajaCultivoberenjena {
    background-image: url('../img/pc/fondos/fondo-berenjena.jpg');
}

.cajaCultivocalabacin {
    background-image: url('../img/pc/fondos/fondo-calabacin.jpg');
}

.cajaCultivopepino {
    background-image: url('../img/pc/fondos/fondo-pepino.jpg');
}


.cajaCultivoNueva {
    height: 250px;
    width: 215px;
    float: left;
    margin: 10px;
    border: 1px solid #00b36f;
    border-radius: 4px;
    background-color: #00b36f;
    color: #fff;
    padding-top: 100px;
}

    .cajaCultivoNueva .btn-link {
        color: #fff;
    }


.cajaCultivo.portlet.box > .portlet-body {
    color: #697882;
    height: 163px;
}

.cajaCultivo.portlet.box.green > .portlet-title > .caption {
    width: 100%;
    text-align: center;
}

.cajaCultivoTitulo {
    width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cajaCultivo > .top-titulo {
    height: 50px;
    padding: 10px;
    float: right;
    width: 100px;
}

.cajaCultivo > .titulo {
    color: #FFF;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    padding-top: 54px;
}

.cajaCultivo > .datos {
    color: gray;
    padding: 10px;
    position: absolute;
    left: 0px;
    top: 146px;
    width: 215px;
}

    .cajaCultivo > .datos > .static-info .name > .fa {
        color: lightgray;
    }


    .cajaCultivo > .datos > .static-info .value {
        font-weight: normal;
        font-size: 12px;
    }


.cajaCultivoSubTitulo {
    width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #F7BE06;
}

.cajaCultivoRecintos {
    width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #FFFFFF;
}


.cajaCultivoNdvi {
    min-height: 300px;
    /*   height: 300px;*/
    width: 260px;
    float: left;
    margin: 10px;
    padding: 10px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    position: relative;
    background-color: #FFF;
    /*
    background-color: #F9F8ED;
    background-image: url('../img/pc/fondos/fondo-cultivo.jpg');
    background-repeat: no-repeat;
    background-position: 0px 0px; */
    margin: 0 0 30px 30px;
}

.cajaCultivoNdviContent {
    display: block;
}

.cajaCultivoNdviContentImagen {
    max-width: 260px;
    /*    height: 200px; */
}


.cajaCultivoNdviImagen {
    /*    width:100%; */
    /*height: 500px;*/
    /* display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    margin: auto;*/
    /*max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%*/
    /*width: 100%; 
    max-width: 100%; 
    display:block; 
    height: auto;*/
    /*    width:100%; */
    height: 100px;
    display: block;
    /*height: 100%;*/
    left: 0;
    /*   opacity: 0.01; */
    /*   position: absolute;*/
    top: 0;
    /*width: 100%;*/
    z-index: 1;
    margin: auto;
}




.cajaCultivoNdvi h2 {
    font-size: 18px;
    font-weight: bold;
}

.cajaCultivoNdvi h3 {
    font-size: 16px;
}

.cajaCultivoNdvi h4 {
    font-size: 12px;
}

/* Controles del mapa*/

#container-mapa {
    height: 100%;
    overflow: auto;
}

    #container-mapa container-fluid {
        height: 100%;
    }

.botonMapaLocalizacion {
    color: #FFF;
    width: 40px;
    height: 40px;
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-radius: 8px;
    border: 0px;
    background-image: url(../img/dc/icono-localizacion.png), -moz-linear-gradient(left, #F5F5F5 0%,#F5F5F5 100%);
    background-image: url(../img/dc/icono-localizacion.png), -webkit-linear-gradient(left, #F5F5F5 0%,#F5F5F5 100%);
    background-image: url(../img/dc/icono-localizacion.png), -ms-linear-gradient(left, #F5F5F5 0%,#F5F5F5 100%);
    background-image: url(../img/dc/icono-localizacion.png), -o-linear-gradient(left, #F5F5F5 0%,#F5F5F5 100%);
    background-repeat: no-repeat;
    background-position: center center;
}

.formMapaBuscar {
    margin: 0px;
    padding: 3px;
}

    .formMapaBuscar input {
        padding: 7px;
        font-size: 1.3em;
        margin-right: 5px;
        width: 300px;
    }


input.botonBuscarMapa {
    padding: 0px;
    background: transparent url(../img/dc/icono-lupa.png) no-repeat center center;
    width: 28px;
    height: 28px;
    cursor: pointer;
    border: 0px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.botonContornoFinca {
    color: #FFF;
    width: 200px;
    height: 40px;
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-radius: 8px;
    border: 0px;
    background-image: url(../img/dc/icono-contorno-finca.png), -moz-linear-gradient(left, #F5F5F5 0%,#F5F5F5 100%);
    background-image: url(../img/dc/icono-contorno-finca.png), -webkit-linear-gradient(left, #F5F5F5 0%,#F5F5F5 100%);
    background-image: url(../img/dc/icono-contorno-finca.png), -ms-linear-gradient(left, #F5F5F5 0%,#F5F5F5 100%);
    background-image: url(../img/dc/icono-contorno-finca.png), -o-linear-gradient(left, #F5F5F5 0%,#F5F5F5 100%);
    background-repeat: no-repeat;
    background-position: center center;
}

.botonBorrarContorno {
    color: #FFF;
    width: 40px;
    height: 40px;
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-radius: 8px;
    border: 0px;
    background-image: url(../img/dc/icono-trash.png), -moz-linear-gradient(left, #F5F5F5 0%,#F5F5F5 100%);
    background-image: url(../img/dc/icono-trash.png), -webkit-linear-gradient(left, #F5F5F5 0%,#F5F5F5 100%);
    background-image: url(../img/dc/icono-trash.png), -ms-linear-gradient(left, #F5F5F5 0%,#F5F5F5 100%);
    background-image: url(../img/dc/icono-trash.png), -o-linear-gradient(left, #F5F5F5 0%,#F5F5F5 100%);
    background-repeat: no-repeat;
    background-position: center center;
}


.whiteiconcolor {
    color: #FFF;
}

.cajaDatosScroller {
    /*height:200px;    */
    /*border-bottom: 1px #F7BE06 solid;*/
    padding-bottom: 20px;
    margin-top: 20px;
}

    .cajaDatosScroller > .portlet-title {
        border-radius: 4px;
        background-color: #DFE5E8;
        margin-bottom: 10px;
        display: inline-block;
        width: 100%;
    }


        .cajaDatosScroller > .portlet-title::before, .portlet > .portlet-title::after {
            content: " ";
            display: table;
        }

    .cajaDatosScroller .caption {
        display: inline-block;
        /*    float: left; */
        font-size: 14px;
        line-height: 18px;
        padding: 10px 10px;
        color: #333333;
        /*    padding-left:5px; */
        /*    font-size:14px; */
        font-weight: bold;
    }

    .cajaDatosScroller .tools {
        display: inline-block;
        float: right;
        padding: 5px;
    }

    .cajaDatosScroller .toolsTexto {
        display: inline-block;
        float: right;
        padding: 0;
    }

.cajaBotonesMapa {
    padding: 10px;
    padding-top: 5px;
    border-radius: 4px;
    background-color: #091C2B;
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
}



.cajaSelectorFertirrigacion {
    margin-top: 0px;
}

.datosScroller {
    height: 138px;
}

.datosScrollerModal {
    height: 300px;
}


.btnCajaDatosScroller {
    margin-top: 10px;
}


.tabbable-custom > .nav-tabs > li {
    border-radius: 10px 10px 0 0;
    background-color: #e4e4e4;
    margin-right: 6px;
    /*border:none;*/
    /*z-index:-1000;*/
    /* margin-bottom: 0px;*/
}


    .tabbable-custom > .nav-tabs > li.active {
        /*border-top: 3px solid #F7B716;*/
        /*    border: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;    */
        /*    border: 1px solid #FFF;
    border-top: 3px solid #FFF;
    border-radius: 10px 10px 0 0;*/
        /*border-top: 3px solid #FFF;*/
        background: #fff none repeat scroll 0 0;
        border: none;
        /*OJO fuente de la pestaña activa*/
        /*font-size:15px;*/
    }

        .tabbable-custom > .nav-tabs > li.active > a {
            /*border-radius: 0;*/
            /*border: 1px solid #FFF;
    border-top: 3px solid #FFF; */
            border: none;
            border-radius: 10px 10px 0 0;
            /*font-size:16px;*/
            /*border-top: medium none !important;
    font-weight: 400;*/
        }

            .tabbable-custom > .nav-tabs > li.active > a:hover {
                /*background: #fff none repeat scroll 0 0;*/
                /*border-color: transparent;*/
                /*border-radius: 0;*/
                /*border-top: medium none #d4d4d4;*/
                /*border: 1px solid #FFF;
    border-top: 3px solid #FFF; */
                border: none;
                border-radius: 10px 10px 0 0;
                /*font-size:16px;*/
            }

    .tabbable-custom > .nav-tabs > li:hover {
        background: #fff none repeat scroll 0 0;
        /* border: 1px solid #FFF;*/
        /* border-radius: 10px 10px 0 0;   
    font-size:15px; */
    }


    .tabbable-custom > .nav-tabs > li > a:hover {
        background: #fff none repeat scroll 0 0;
        /*border-color: transparent;*/
        /*border-radius: 0;*/
        /*border-top: medium none #d4d4d4;*/
        /*border: 1px solid #FFF;*/
        /*border-top: 3px solid #FFF;*/
        border: none;
        border-radius: 10px 10px 0 0;
        /*font-size:15px;*/
        font-weight: normal;
    }


.tabbable-custom > .tab-content {
    border: 0px;
    border-radius: 0 0 10px 10px;
}


.nav-tabs > li {
    margin-bottom: 0px;
}

.portlet {
    /*    border-radius: 10px; */
}

    .portlet.light {
        border-radius: 10px;
    }

    .portlet.box.blue-hoki > .portlet-title {
        background-color: #0E1C2C;
    }

    .portlet.box.blue-hoki {
        border-color: -moz-use-text-color #0E1C2C #0E1C2C;
    }


        .portlet.box.blue-hoki > .portlet-title > .caption {
            color: #F7B716;
        }

a {
    color: #0E1C2C;
}


.marcoCeldaGrid {
    border: 1px solid #e5e5e5;
    /* background: #e5e5e5; */
    border-radius: 4px;
    padding: 4px;
}

.marcoTituloGrid {
    /*    background: #DFE5E8; */
    /*border-radius: 4px; */
    /*border-bottom: 1px solid Red;*/
}

    .marcoTituloGrid th {
        background: #DFE5E8;
    }

        .marcoTituloGrid th:first-child {
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .marcoTituloGrid th:last-child {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }



.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover, .page-sidebar {
    /*background-color: #0E1C2C;*/
    background-color: #FFF;
}

.page-sidebar-closed .page-content-wrapper .page-content {
    padding: 20px;
    margin-left: 54px !important;
    background-color: #ECEEED;
}


.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a, .page-sidebar .page-sidebar-menu > li > a {
    color: #F7B716;
    padding: 8px 12px;
}


.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a, .page-sidebar .page-sidebar-menu > li.active > a, .page-sidebar .page-sidebar-menu > li.active.open > a {
    background: #F7B716 none repeat scroll 0 0;
    color: #0E1C2C;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li:hover > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.open > a,
.page-sidebar .page-sidebar-menu > li:hover > a,
.page-sidebar .page-sidebar-menu > li.open > a {
    background: #F7B716;
    color: #0E1C2C;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li:hover > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li.open > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li.active > a,
.page-sidebar .page-sidebar-menu .sub-menu > li:hover > a,
.page-sidebar .page-sidebar-menu .sub-menu > li.open > a,
.page-sidebar .page-sidebar-menu .sub-menu > li.active > a {
    color: #0E1C2C;
    background: #F7B716 !important;
}


.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li > a,
.page-sidebar .page-sidebar-menu .sub-menu > li > a {
    /* color: #F7B716;  Amarillo */
    color: #0e1c2c;
}


.theme-font-color {
    color: #0E1C2C;
}

.page-header.navbar {
    /*background:#0E1C2C; */
    background: #091C2B;
    border-bottom: 0;
    display: table;
}


    .page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle:last-child {
        padding-right: 12px;
    }

    .page-header.navbar .top-menu {
        /*    display: inline-block;
    margin: 0;
    padding: 0; */
        /* background-color:Red;*/
    }

    .page-header.navbar .menu-toggler {
        display: none;
    }


.page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li:not(.heading):hover > a > .title {
    /*margin-left: 80px;*/
    padding-left: 30px;
    font-size: 20px;
    /* color: #FFF;*/
    color: #0e1c2c;
}


.form-group {
    margin-bottom: 3px;
}

.cajaFiltros {
    background-color: #DDD;
}


.modal-body {
    float: left;
    display: block;
    width: 100%;
}


.modal-footer {
    float: left;
    display: block;
    width: 100%;
}

    .modal-footer .btn {
        margin-top: 5px;
    }



.modal-content {
    float: left;
    display: block;
    width: 100%;
}



.modal-body h3 {
    color: #F7B716; /*#0E1C2C;*/
    border-bottom: 1px solid #F7B716;
}

.modal-body-grid {
    padding-top: 0px;
    padding-bottom: 0px;
}

.form-group-grid {
    margin-bottom: 0px;
}

.page-content-wrapper .page-content-nosidebar {
    margin-left: 0px;
    padding: 0px;
}


span.icon-plus {
    font-size: 2em;
}

.cajaMapaCultivo {
    height: 500px;
}

/*### INFORMES ###*/

#tablaPrescripciones {
    font-weight: bold;
    font-size: 1em;
    width: 100%;
}

    #tablaPrescripciones table {
    }

    #tablaPrescripciones td {
        height: 38px;
        width: 55px;
        /*    border-bottom: 1px solid #D8D9DA; */
        /*    border-radius: 5px;
    border: 0px; */
        border-top: 2px solid #FFFFFF;
        border-bottom: 2px solid #FFFFFF;
    }

        #tablaPrescripciones td:first-child {
            width: 180px;
            border-radius: 5px;
            border: 0px;
            border-top: 2px solid #FFFFFF;
            border-right: 2px solid #FFFFFF;
            border-bottom: 2px solid #FFFFFF;
        }

.tituloPrescripciones {
    color: #3D3D3F;
    margin: 5px;
}

.encabezadoPrescripciones {
    font-weight: bold;
    font-size: 1em;
    color: #393939;
    background-color: #dfe5e8;
    text-align: center;
    border: none;
}

.encabezadoPrescripcionesPrimerMes {
    font-weight: bold;
    font-size: 1em;
    color: #393939;
    background-color: #dfe5e8;
    text-align: center;
    border-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-left: 2px solid #FFFFFF;
}

.encabezadoPrescripcionesUltimoMes {
    font-weight: bold;
    font-size: 1em;
    color: #393939;
    background-color: #dfe5e8;
    text-align: center;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-right: 2px solid #FFFFFF;
}


.celdaPrescripciones {
    text-align: center;
    /*    border-left: 1px solid #D8D9DA;     */
    border: 0px;
    background-color: #f1f1f1;
    color: #393939;
    border-bottom: 2px solid #FFFFFF;
}

.celdaPrescripcionesLeft {
    text-align: Left;
    padding: 20px;
}

.celdaPrescripcionesPrimerMes {
    text-align: center;
    background-color: #f1f1f1;
    color: #393939;
    border-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 0px;
    border-left: 2px solid #FFFFFF;
}

.celdaPrescripcionesUltimoMes {
    text-align: center;
    background-color: #f1f1f1;
    color: #393939;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 0px;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
}


.celdaResumen {
    border: 0px;
    background-color: #dfe5e8;
    text-align: center;
    border-left: 2px solid #FFFFFF;
}

.celdaResumenAnual {
    border: 0px;
    background-color: #dfe5e8;
    text-align: center;
    border-left: 2px solid #FFFFFF;
    border-radius: 5px;
}

.celdaResumenMensual {
    border: 0px;
    background-color: #dfe5e8;
    text-align: center;
}

.celdaResumenMensualPrimerMes {
    border: 0px;
    background-color: #dfe5e8;
    text-align: center;
    border-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-left: 2px solid #FFFFFF;
}

.celdaResumenMensualUltimoMes {
    border: 0px;
    background-color: #dfe5e8;
    text-align: center;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-right: 2px solid #FFFFFF;
}

.celdaLibroExplotacion {
    border: 0px;
    background-color: #dfe5e8;
    text-align: center;
    border-radius: 5px;
    border-left: 2px solid #FFFFFF;
}


.celdaTextoResumen {
    color: #393939;
    /*    border: 1px solid #D8D9DA;*/
    background-color: #dfe5e8;
    text-align: center;
    border-radius: 5px;
    border-left: 2px solid #FFFFFF;
}


.huecoEncabezadoPrescripciones {
    background-color: #dfe5e8;
    color: #393939;
    font-size: 20px;
    text-align: center;
    border-radius: 5px;
    border: 0px;
    border-right: 2px solid #FFFFFF;
}

.cajaPrescripcionesFertirrigacion {
    background-image: url("../img/dc/icono-fertirrigacion.png");
    background-repeat: no-repeat;
    background-position: center center;
    padding: 15px;
    display: block;
}

.cajaPrescripcionesParteRiego {
    padding: 15px;
    display: block;
}

.cajaEditarPrescripcionesFertirrigacion {
    background-image: url("../img/dc/icono-editar-fertirrigacion.png");
    background-repeat: no-repeat;
    background-position: center center;
    padding: 15px;
    display: block;
}

.cajaBorrarPrescripcionesFertirrigacion {
    background-image: url("../img/dc/icono-borrar-fertirrigacion.png");
    background-repeat: no-repeat;
    background-position: center center;
    padding: 15px;
    display: block;
}


.cajaPrescripcionesAnual {
    background-image: url("../img/dc/icono-fertirrigacion.png");
    background-repeat: no-repeat;
    background-position: center center;
    padding: 15px;
    display: block;
}

.cajaPrescripcionesAnualDisabled {
    background-image: url("../img/dc/icono-fertirrigacion-gris.png");
    background-repeat: no-repeat;
    background-position: center center;
    padding: 15px;
    display: block;
}


.cajaPrescripcionesMensual {
    background-image: url("../img/dc/icono-fertirrigacion.png");
    background-repeat: no-repeat;
    background-position: center center;
    padding: 15px;
    display: block;
}



.cajaPrescripcionesFoliar {
    background-image: url("../img/dc/icono-tratamiento-foliar.png");
    background-repeat: no-repeat;
    background-position: center center;
    padding: 15px;
    display: block;
}

.cajaBorrarPrescripcionesFoliar {
    background-image: url("../img/dc/icono-borrar-tratamiento-foliar.png");
    background-repeat: no-repeat;
    background-position: center center;
    padding: 15px;
    display: block;
}

.cajaPrescripcionesEstudio {
    background-image: url("../img/dc/icono-estudio-economico.png");
    background-repeat: no-repeat;
    background-position: center center;
    padding: 15px;
    display: block;
}

.cajaBorrarPrescripcionesEstudio {
    background-image: url("../img/dc/icono-borrar-estudio-economico.png");
    background-repeat: no-repeat;
    background-position: center center;
    padding: 15px;
    display: block;
}

.cajaPrescripcionesCuaderno {
    background-image: url("../img/dc/icono-cuaderno.png");
    background-repeat: no-repeat;
    background-position: center center;
    padding: 15px;
    display: block;
}

.cajaBorrarPrescripcionesCuaderno {
    background-image: url("../img/dc/icono-borrar-cuaderno.png");
    background-repeat: no-repeat;
    background-position: center center;
    padding: 15px;
    display: block;
}


.fincaEstudioCajaResultados h2 {
    font-size: 20px;
    font-weight: bold;
}

.fincaEstudioCajaResultados h3 {
    font-size: 18px;
    font-weight: bold;
}


.tabbable-custom > .nav-tabs > li.gestionarPestanyas {
    color: #00b36f;
    background-color: #eceeed;
}

    .tabbable-custom > .nav-tabs > li.gestionarPestanyas:hover {
        color: #00b36f;
        background-color: #eceeed;
    }


    .tabbable-custom > .nav-tabs > li.gestionarPestanyas > a {
        color: #00b36f;
    }

        .tabbable-custom > .nav-tabs > li.gestionarPestanyas > a:hover {
            color: #00b36f;
            background-color: #eceeed;
        }


li.gestionarPestanyas [class^="fa-"]:not(.fa-stack), a.gestionarPestanyas [class^="fa-"]:not(.fa-stack),
li.gestionarPestanyas [class^="glyphicon-"], a.gestionarPestanyas [class^="glyphicon-"],
li.gestionarPestanyas [class^="icon-"], a.gestionarPestanyas [class^="icon-"],
li.gestionarPestanyas [class*=" fa-"]:not(.fa-stack), a.gestionarPestanyas [class*=" fa-"]:not(.fa-stack),
li.gestionarPestanyas [class*=" glyphicon-"], a.gestionarPestanyas [class*=" glyphicon-"] {
    font-size: 20px;
    display: block;
    color: #B5BBBE;
}


[class*=" icon-"] {
    font-size: 22px;
    display: block;
}

.cajaExplotacionNueva [class^="fa-"]:not(.fa-stack),
.cajaExplotacionNueva [class^="glyphicon-"],
.cajaExplotacionNueva [class^="icon-"],
.cajaExplotacionNueva [class*=" fa-"]:not(.fa-stack),
.cajaExplotacionNueva [class*=" glyphicon-"], [class*=" icon-"] {
    font-size: 40px;
    display: block;
}

.cajaExplotacionNuevaLISTA [class^="fa-"]:not(.fa-stack),
.cajaExplotacionNuevaLISTA [class^="glyphicon-"],
.cajaExplotacionNuevaLISTA [class^="icon-"],
.cajaExplotacionNuevaLISTA [class*=" fa-"]:not(.fa-stack),
.cajaExplotacionNuevaLISTA [class*=" glyphicon-"], [class*=" icon-"] {
    font-size: 24px;
    display: initial;
}



.cajaCultivoNueva [class^="fa-"]:not(.fa-stack),
.cajaCultivoNueva [class^="glyphicon-"],
.cajaCultivoNueva [class^="icon-"],
.cajaCultivoNueva [class*=" fa-"]:not(.fa-stack),
.cajaCultivoNueva [class*=" glyphicon-"], [class*=" icon-"] {
    font-size: 40px;
    display: block;
}


.page-actions .dropdown-menu li > a > [class^="icon-"],
.page-actions .dropdown-menu li > a > [class*=" icon-"],
.page-actions .dropdown-menu li > a > [class^="fa-"],
.page-actions .dropdown-menu li > a > [class*=" fa-"] {
    color: #00b36f;
    font-size: 14px;
}

.dropdown-menu li > a > [class^="icon-close"], .dropdown-menu li > a > [class*=" icon-close"] {
    color: red;
}

.page-actions .dropdown-menu li > a > [class^="icon-trash"],
.page-actions .dropdown-menu li > a > [class*=" icon-trash"],
.dropdown-menu li > a > [class^="icon-trash"],
.dropdown-menu li > a > [class*=" icon-trash"] {
    color: red;
}

.botonGestionarPestanyas {
    color: #00b36f;
    width: 40px;
    height: 40px;
    padding-top: 15px;
    text-align: center;
    display: block;
}

    .botonGestionarPestanyas:hover {
        color: #00b36f;
    }


.botonGestionarPestanyasSelect {
    width: 30px;
    height: 30px;
    padding-top: 0px;
    text-align: center;
    font-size: 20px;
    display: block;
    color: #B5BBBE;
}

    .botonGestionarPestanyasSelect:hover {
        color: #B5BBBE;
    }


.NdviImagen {
    /*    width:100%; */
    height: 500px;
    display: block;
    /*height: 100%;*/
    left: 0;
    /*   opacity: 0.01; */
    /*   position: absolute;*/
    top: 0;
    /*width: 100%;*/
    z-index: 1;
    margin: auto;
}

.page-sidebar .page-sidebar-menu > li, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li {
    border-bottom: 1px solid #ECEEED;
    /*float:left;*/
}

    .page-sidebar .page-sidebar-menu > li:not(.heading):hover > a > .iconoBarraLateral, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li:not(.heading):hover > a > .iconoBarraLateral {
        background-position: 0px -30px;
    }


.pixelated {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: pixelated;
}

.tituloEdicion {
    font-weight: bold;
    margin-bottom: 20px;
}

.subtituloEdicion {
    font-weight: bold;
    border-bottom: 1px solid #eee;
    margin-top: 40px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.diaMarcado {
    color: #FFFFFF;
    background-color: #0194d9;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

.diaMarcadoTratamiento {
    border-bottom: 4px solid #F7B716;
}


.puntoVerde
{
    background-image: url(../img/pc/puntos/punto_verde.png);
    background-repeat: no-repeat;
    background-position: left;
    display:block;
    height:5px;
    width:5px;    
}

.diaRiego {
    color: #0194d9;
    /*background-color: #0194d9;*/
    border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
    font-weight:bold;
    cursor: pointer;
    width: 40px;
    height: 40px;
    padding:5px;
}

.diaNoRiego {
/*    color: #FFFFFF;
    background-color: #0194d9;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; */
    text-align: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    padding:5px;
}

.dot {
  height: 8px;
  width: 8px;
  background-color: none;
  border-radius: 50%;
  /*display: inline-block;*/
  display: table-cell;
  border: 0px solid #FFF;
}

.amarillo {
    background-color:yellow;
    border: 1px solid #393939;
}

.azul {
    background-color:blue;
    border: 1px solid #393939;
}

.rojo {
    background-color:red;
    border: 1px solid #393939;
}

.verde {
    background-color:lightgreen;
    border: 1px solid #393939;
}

.marron {
    background-color:sandybrown;
    border: 1px solid #393939;
}

.violeta {
    background-color:mediumpurple;
    border: 1px solid #393939;
}

.naranja {
    background-color:yellow;
    border: 1px solid #393939;
}


.btnNuevaLabor.btn {
    /*color: #FFF;*/
    background-color: #F4CE93;
}

.btnNuevaCosecha.btn {
    background-color: #FFF7A5;
}

.btnNuevoRiego.btn {
    background-color: #A8D5FF;
}

.btnNuevoFertilizante.btn {
    background-color: #FFC2BE;
}

.btnNuevoTratamiento.btn {
    background-color: #C1F49C;
}

.btnNuevoTratamientoRiego.btn {
    background-color: #E0CFE9;
}

.dotList {
    /*margin:0px;
    padding:0px;
    line-height:8px;
    text-align:center;*/
        margin:0 auto;
    display: table;
    float: none !important;
}


.MyCenteredCalendar {
    margin:0 auto;
    display: table;
    float: none !important;
}


.cajaPanelesFertilizantes {
}

.cajaPanelUF {
    border: 1px solid #eee;
    display: inline-table;
    border-radius: 8px;
    -ms-border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    margin-top: 10px;
    background-color: #f9f8ed;
    padding-top: 10px;
}

.panelUFObjetivo {
    /* border-top: 1px solid #dfe5e8; */
}

.panelUFDiferencia {
    border-top: 1px solid #dfe5e8;
}

.cajaDatosCultivoFertirrigacion {
    border: 1px solid #eee;
    /*display: inline-table;*/
    border-radius: 8px;
    -ms-border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #f9f8ed;
    padding: 10px;
    padding-bottom: 0px;
}

.panelCabeceraFertilizantes {
    /*border: 1px solid #eee;*/
    display: flex;
    /*    border-radius: 8px;
    -ms-border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;    */
    margin-top: 10px;
    margin-bottom: 10px;
    /*background-color: #DFE5E8;*/
    padding-top: 10px;
}

.cajaTituloTablaFertilizantes {
    /* text-align: center; 
    font-weight:bold; */
}


.cajaEdicionFertilizante {
    border-bottom: 2px solid #f9f8ed;
    padding-bottom: 5px;
    margin-bottom: 5px;
}


.cajaTituloUF {
    text-align: right;
    font-weight: bold;
    border-bottom: 1px solid #dfe5e8;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.cajaTipoUF {
    font-weight: bold;
}

.cajaValorUF {
    text-align: right;
}

.cajaValorDiffUF {
    text-align: center;
    /*color: red;*/
}

.ValorDiffUF {
    display: inline-block;
    float: right;
    width: 100%;
    text-align: right;
}

.ValorDiffUFError {
    display: inline-block;
    float: right;
    width: 100%;
    text-align: right;
    color: red;
}


#map_canvas {
    margin-bottom: 20px;
}

.etiquetaTablaConfiguracionRiegos {
    /*    color: #393939; */
    font-weight: bold;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    /*    font-size:14px; */
}

.cabeceraTablaConfiguracionRiegos {
    font-weight: bold;
}

.diaTablaConfiguracionRiegos {
    font-weight: bold;
}

.botonesCambioVista {
    margin-top: 5px;
    float: right;
}

.botonVistaClasica {
    color: #6e6e6e;
    background-image: url(../img/pc/iconos/icono-vista-clasica.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 24px;
    width: 24px;
    border-style: none;
    border-width: 0px;
    font-size: 13px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    /*    padding-left:5px;
    padding-right:5px;   */
    /*    margin-right:5px;*/
    background-color: transparent;
}

    .botonVistaClasica:hover {
        border: 1px solid #E6E6E6;
        cursor: pointer;
    }

.botonVistaCompacta {
    color: #6e6e6e;
    background-image: url(../img/pc/iconos/icono-vista-compacta.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 24px;
    width: 24px;
    border-style: none;
    border-width: 0px;
    font-size: 13px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    /*    padding-left:5px;
    padding-right:5px;   */
    /*    margin-right:5px;*/
    background-color: transparent;
}

    .botonVistaCompacta:hover {
        border: 1px solid #E6E6E6;
        cursor: pointer;
    }


.botonVistaLista {
    color: #6e6e6e;
    background-image: url(../img/pc/iconos/icono-vista-lista.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 24px;
    width: 24px;
    border-style: none;
    border-width: 0px;
    font-size: 13px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    /*    padding-left:5px;
    padding-right:5px;   */
    background-color: transparent;
}

    .botonVistaLista:hover {
        border: 1px solid #E6E6E6;
        cursor: pointer;
    }

.botonOrdenNombre {
    color: #6e6e6e;
    background-image: url(../img/pc/iconos/icono-orden-nombre.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 24px;
    width: 24px;
    border-style: none;
    border-width: 0px;
    font-size: 13px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    /*    padding-left:5px;
    padding-right:5px;   */
    /*    margin-right:5px;*/
    background-color: transparent;
}

    .botonOrdenNombre:hover {
        border: 1px solid #E6E6E6;
        cursor: pointer;
    }

.botonOrdenPropietario {
    color: #6e6e6e;
    background-image: url(../img/pc/iconos/icono-orden-propietario.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 24px;
    width: 24px;
    border-style: none;
    border-width: 0px;
    font-size: 13px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    /*    padding-left:5px;
    padding-right:5px;   */
    /*    margin-right:5px;*/
    background-color: transparent;
}

    .botonOrdenPropietario:hover {
        border: 1px solid #E6E6E6;
        cursor: pointer;
    }


.iconoBarraLateral {
    height: 30px;
    width: 30px;
    /*display:block;*/
    float: left;
    background-repeat: no-repeat;
}

    .iconoBarraLateral:hover {
        background-position: 0px -30px;
    }


.iconoExplotacion {
    background-image: url(../img/pc/iconos/iconoExplotaciones.png);
}

.iconoProductos {
    background-image: url(../img/pc/iconos/iconoProductos.png);
}

.iconoAnalisis {
    background-image: url(../img/pc/iconos/iconoAnalisis.png);
}

.iconoOtros {
    background-image: url(../img/pc/iconos/iconoOtros.png);
}

.iconoConfiguracion {
    background-image: url(../img/pc/iconos/iconoConfiguracion.png);
}


.page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li:not(.heading):hover > a {
    text-align: left;
    /*color:red; */
}


.page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li > a {
    /*min-height: 26px;*/
}


.nav-tabs > li > a {
    border: none;
    line-height: 1.42857;
}

.tabbable-custom > .nav-tabs > li {
    border-top: 0;
}


.updAccionesMasivas {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}

.page-title {
    float: left;
}


.page-actions {
    padding: 5px 0 10px;
    margin-left: 30px;
    float: left;
}

.panelBotonesTratamientoLineas {
    text-align: center;
}

.btnTratamientoLineas {
    margin-top: 10px;
    /*  width: 220px;*/
}

/*************** Pestañas fertilizntes ************/

.TabsTiposFertilizantes .ajax__tab_header {
    display: block;
    border-bottom: 1px solid #f7b716;
    margin-bottom: 10px;
}

    .TabsTiposFertilizantes .ajax__tab_header .ajax__tab_outer {
        padding: 10px;
        background-color: #e4e4e4;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        margin-right: 5px;
    }

    .TabsTiposFertilizantes .ajax__tab_header .ajax__tab_inner {
    }

.TabsTiposFertilizantes .ajax__tab_hover .ajax__tab_outer {
    cursor: pointer;
    background-color: #f7b716;
}

.TabsTiposFertilizantes .ajax__tab_hover .ajax__tab_inner {
    color: #fff;
}

.TabsTiposFertilizantes .ajax__tab_active .ajax__tab_outer {
    background-color: #f7b716;
}

.TabsTiposFertilizantes .ajax__tab_active .ajax__tab_inner {
    color: #0e1c2c;
}

.TabsTiposFertilizantes .ajax__tab_body {
}


.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-menu > li > a {
    color: #0e1c2c;
}

.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
    background-color: #f7b716;
}

.dropdown-menu-usuario-title {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    /*background-color: #e4e4e4;*/
    padding-bottom: 10px;
    /*border-bottom:1px solid  #f1f3f6; */
    border-bottom: 1px solid #F7BE06;
    margin-bottom: 10px;
}


ul.botonesAdmin {
    float: left;
    padding: 10px;
    /*   margin: 5px;    */
    list-style: none;
    background-color: #FFF;
    border: 0px;
    border-radius: 8px;
    -ms-border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    margin-bottom: 20px;
}

    ul.botonesAdmin li {
        float: left;
        display: inline;
        padding: 5px;
        margin-right: 10px;
    }



.fincaEstudioCajaSeleccion {
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 8px;
    -ms-border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    margin-bottom: 20px;
}

    .fincaEstudioCajaSeleccion h3 {
        width: 300px;
        margin: 10px 0px;
        font-size: 16px;
        font-weight: bold;
    }


.ValorHuella {
    /*color:#fff;      */
    text-align: right;
    font-size: 14px;
    font-weight: bold;
}


a.dxbButton.btnEditar.btn, a.dxbButton.btnImprimir.btn, a.dxbButton.btnCancelar.btn {
    text-decoration: none;
    font-size: 14px;
    padding: 9px 10px 9px 14px;
}

a.dxbButton.btnMoverLinea.btn {
    text-decoration: none;
    font-size: 14px;
    padding: 2px 2px 2px 4px;
}

.dxbButton div.dxb {
    padding: 0px;
    display: none;
}

.rotarTexto270 {
    -webkit-transform: rotate(300deg);
    -moz-transform: rotate(300deg);
    -o-transform: rotate(300deg);
    writing-mode: lr-tb;
}

.dxpLite_Moderno .dxp-current {
    background-color: #F7BE06;
    color: #0e1c2c;
    border-radius: 5px;
    height: 30px;
    margin-top: 0;
}

.cajaFertirrigacionAvanzado {
    margin-left: 10px;
    margin-right: 10px;
}

.radioCuadro .radio {
    padding-top: 0;
    margin-right: 5px;
}

.radioCuadro label {
}

.negrita label {
    font-weight: bold;
    font-size: 13px;
}

.labelTituloHuellaHidrica {
    /*   color: #333333;
    background-color:#F9F8ED;
    padding:2px; */
}

.labelTituloPorcentajeFertilizacion {
    /*border-bottom:1px solid #e5e5e5;*/
    color: #333333;
    margin-bottom: 5px;
    background-color: #F9F8ED;
    padding: 2px;
}

.labelDatoPorcentajeFertilizacion {
    border-bottom: 1px solid #e5e5e5;
}

.EstacionWeather {
    color: #FFF;
    font-size: 16px;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    width: 80px;
}




.borderojo {
    border: 1px solid red;
}


.bordeazul {
    border: 1px solid blue;
}

.bordeverde {
    border: 1px solid green;
}


.dxeListBox .dxeHD {
    background-color: #f9f8ed;
}

.dxeListBoxItemSelected {
    background-color: #F7BE06;
    color: #333;
}

body input.dxeEditArea {
    color: #333;
}

.form-control {
    color: #333;
    padding: 4px 6px;
}

.select2-container .select2-choice {
    color: #333;
    padding: 4px 6px;
}


#menuLateralItemAgrupaciones, #menuLateralItemTiposLabores, #menuLateralItemDuplicarFertirrigacion_ {
    /*border-bottom:1px solid  #f1f3f6;*/
    border-bottom: 1px solid #F7BE06;
}

.separadorItemMenu {
    border-bottom: 1px solid #F7BE06;
}

#menuLateralItemSensores {
    /*border-bottom:1px solid  #f1f3f6;*/
    border-top: 1px solid #F7BE06;
}


.dropdown-menu li.divider {
    background: #F7BE06 none repeat scroll 0 0;
}




.popover {
    width: 250px; /* Max Width of the popover (depending on the container!) */
    text-align: left;
}


.CajaNdviImagen {
    /*height: 450px; */
    height: 100%;
}

.mensajeNoSectores {
    font-size: 30px;
    color: #C1C1C1;
    margin: 0 auto;
    width: 100%;
    /*    padding: 40px; */
    text-align: center;
}


.dxrd-designer-wrapper {
    background-color: #ECEEED;
}


.panelBotonLupa {
    margin-left: 5px;
}


.verticalHeader {
    width: 100px;
    padding-top: 50px;
    padding-bottom: 40px;
    background-color: #dcdcdc;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}


.cajaSelectorPestanyas {
    display: block;
}

#btnAnteriorFinca {
    margin: 0;
    margin-left: 5px;
}

#btnSiguienteFinca {
    margin: 0;
    /* margin-left:5px;*/
}

.cajaBotonesNavegacionFincas {
    margin: 0 auto;
    text-align: right;
}

.cajaBotonesNavegacionCultivos {
    margin: 0 auto;
    text-align: right;
}

/*LISTA*/

.cajaCultivoLISTA {
    width: 100%;
    height: 50px;
    background-size: 300px;
    margin: 0;
    margin-bottom: 5px;
    background-position-y: center;
}

    .cajaCultivoLISTA > .top-titulo {
        float: right;
        margin-top: 0px;
        padding: 7px;
    }


    .cajaCultivoLISTA > .titulo {
        float: left;
        margin-top: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        max-width: 1px;
    }


        .cajaCultivoLISTA > .titulo > .caption > .cajaCultivoTitulo {
            width: 200px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            text-align: left;
        }

        .cajaCultivoLISTA > .titulo > .caption > .cajaCultivoSubTitulo {
            width: 200px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 12px;
            color: #F7BE06;
            text-align: left;
        }

        .cajaCultivoLISTA > .titulo > .caption > .cajaCultivoRecintos {
            visibility: hidden;
        }

    .cajaCultivoLISTA > .datos {
        float: right;
        width: 95%;
        /* border:1px solid red;*/
        /* position: relative;*/
        left: 0px;
        top: 0;
        margin-top: 6px;
        padding-left: 300px;
    }

        .cajaCultivoLISTA > .datos > .static-info {
            width: 33%;
            float: left;
            margin: 0;
            /*   color:white;*/
        }


            .cajaCultivoLISTA > .datos > .static-info .name > .fa {
                color: lightgray;
            }


            .cajaCultivoLISTA > .datos > .static-info .value {
                font-weight: normal;
                font-size: 12px;
            }


.cajaCultivoNuevaLISTA {
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    padding-top: 0px;
}

    .cajaCultivoNuevaLISTA [class^="fa-"]:not(.fa-stack),
    .cajaCultivoNuevaLISTA [class^="glyphicon-"],
    .cajaCultivoNuevaLISTA [class^="icon-"],
    .cajaCultivoNuevaLISTA [class*=" fa-"]:not(.fa-stack),
    .cajaCultivoNuevaLISTA [class*=" glyphicon-"], [class*=" icon-"] {
        font-size: 24px;
        display: initial;
    }


.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: text;
    background-color: #F9F8ED;
}

.select2-container.select2-container-disabled .select2-choice {
    cursor: text;
    background-color: #F9F8ED;
}

/*.dxeEditArea.dxeDisabled, .dxeDisabled .dxeMemoEditArea */
/*.dxeEditArea.dxeDisabled*/
/*.dxeDisabled .dxeMemoEditArea*/
/*dxeTextBoxSys dxeTextBox form-control dxeDisabled*/

/* OJO dxeTextBoxSys dxeTextBox form-control dxeDisabled

table.dxeTextBoxSys.form-control

table.dxeTextBoxSys.form-control .dxeDisabled,
table.dxeTextBoxSys .dxeDisabled,
.dxeTextBoxSys .dxeDisabled */
/*
.dxeDisabled
{
    color: #333;
    background-color: #F9F8ED;
}*/

/*dxeTextBoxSys dxeTextBox form-control dxeReadOnly 
    .dxeTextBox .dxeEditArea
    dxeEditArea dxeEditAreaSys
*/

.dxeReadOnly,
.dxeDisabled,
.dxeTextBox .dxeDisabled,
.dxeTextBox .dxeReadOnly,
.dxeTextBoxSys .dxeDisabled,
.dxeTextBoxSys .dxeReadOnly,
.dxeEditArea.dxeDisabled,
.dxeEditArea.dxeReadOnly,
.dxeEditAreaSys.dxeDisabled,
.dxeEditAreaSys.dxeReadOnly,
.dxeEditArea .dxeDisabled .dxeEditAreaSys,
.dxeEditArea .dxeReadOnly .dxeEditAreaSys,
.dxeEditArea .dxeDisabled .dxeTextBox,
.dxeEditArea .dxeReadOnly .dxeTextBox,
.dxeDisabled .dxeMemoEditArea,
.dxeReadOnly .dxeMemoEditArea {
    color: #333;
    background-color: #F9F8ED;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #F9F8ED;
}

.logoFabricanteProducto {
    height: 100px;
    width: auto;
}

.logoEtiquetaProducto {
    height: 100px;
    width: auto;
}

.CajaTituloProductoNoVerificado {
    color: red;
    font-size: 20px;
    font-weight: bold;
}

    .CajaTituloProductoNoVerificado:hover {
        color: red;
    }

.CajaTituloProductoVerificado {
    color: #02A8FF;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

    .CajaTituloProductoVerificado:hover {
        color: #02A8FF;
    }


.ProductoNoContratado {
    font-size: 26px;
    color: red;
}


.dxgvHeader_Moderno, .dxgvHeader_Moderno table {
    color: #333 !important;
    font-weight: bold;
}

#cesensContainer {
    display : block;
    height : 1400px;
}

#cesensContainer iframe {
    /*position: absolute;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#datos iframe {
    /*position: absolute;*/
    background-color : red;
}





        /************************************************************************/
        /* PSEUDO-TOGGLE BUTTON MADE OF ASP.NET CHECKBOX AND CSS3*/
        div.divToggleButton input[type=checkbox]
        {
            display: none;
            white-space: nowrap;
        }
        div.divToggleButton label
        {
            display: block;
            float: left;
            cursor: pointer;
        }

        /* set the size of the pseudo-toggle button control */
        div.divToggleButton input[type=checkbox]:checked + label::before,
        div.divToggleButton input[type=checkbox]:not(:checked) + label::before,
        div.divToggleButton input[type=checkbox] + label
        {
            width: 40pt;
            height: 40pt;
            line-height: 40pt;
        }

        /* additional styling: rounded border, gradient */
        div.divToggleButton input[type=checkbox] + label
        {
            vertical-align: middle;
            text-align:center;
            font-size: 16pt;
            font-family:Arial, Calibri;
            border: 1px solid #bdbdbd;
            border-radius: 5px;
            background: #f0f0f0;
            /* gradient style (optional)*/
            background-image: -moz-linear-gradient(top, #fdfdfd, #f9f9f9 50%, #e5e5e5 50%, #fdfdfd);
            background-image: -webkit-gradient(linear, center top, center bottom,
            from(#fdfdfd), color-stop(0.5, #f9f9f9), color-stop(0.5, #e5e5e5 ), to(#fdfdfd));
            background-image: linear-gradient(to bottom, #fdfdfd, #f9f9f9 50%, #e5e5e5 50%, #fdfdfd);
        }

        /* content to display and style pertinent to unchecked state*/
        div.divToggleButton input[type=checkbox]:not(:checked) + label::before
        {
            content: "M";
            color: #303030;
            opacity: 0.6;
        }

        /* content to display and style pertinent to checked state*/
        div.divToggleButton input[type=checkbox]:checked + label::before
        {
            content         : "A\2714";
            color           : #000090;
            font-weight     : bold;
        }
        /************************************************************************/

.cajaCalendario {
    width: 100%;
}


.cajaCalendario > table {
    margin: 0 auto;
}

/******************************************************************************************************************/
/******************************************************************************************************************/
/******************************************************************************************************************/
/******************************************************************************************************************/
/************** MEDIA QUERY *****************/
/******************************************************************************************************************/
/******************************************************************************************************************/
/******************************************************************************************************************/
/******************************************************************************************************************/
/******************************************************************************************************************/


@media (max-width: 300px) {

    .page-header.navbar .page-top {
        /*
        padding: 0;
        display: block;
        clear: both;
        width: 100%;
        */
        padding: 0;
        float: right;
        clear: none;
        display: block;
        width: auto;
    }


    .page-header.navbar .page-top {
        /*background:#0E1C2C;  */
        background: #091C2B;
    }

    /*    .page-header.navbar .top-menu {
        clear: both;
        margin: 0 auto;
        float: left;
        width: 100%;
        display: block;
    } */

    .page-header.navbar .top-menu ul.navbar-nav {
        /* background: Blue; */
        /*margin:0 auto;
    float:left;*/
    }
}

@media (min-width: 301px) and (max-width: 767px) {

    .page-header.navbar .page-top {
        padding: 0;
        float: right;
        clear: none;
        display: block;
        width: auto;
        /*    clear: both;
    width: 100%;*/
    }

    .page-header.navbar {
        /*    background: #FFFFFF;*/
        /*    border-bottom: 1px solid white;*/
    }

        .page-header.navbar .page-top {
            /*background:#0E1C2C;*/
            background: #091C2B;
            /*background: Red;*/
        }

        .page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle:hover {
            background-color: #eff1f6;
        }
}

@media (max-width: 400px) {
    /* 767px */
    /* Page header */
    .page-header.navbar .top-menu .navbar-nav > li .dropdown-toggle .hide-on-mobile {
        display: none;
    }

    .cajaExplotacionLISTA > .noVisibleMovil400 {
        display: none;
    }

    .cajaCultivoLISTA > .noVisibleMovil400 {
        display: none;
    }
}

@media (max-width: 500px) {

    .cajaExplotacionLISTA > .datos > .noVisibleMovil500 {
        display: none;
    }

    .cajaExplotacionLISTA > .datos > .static-info {
        width: 0%;
    }

    .cajaCultivoLISTA > .datos > .noVisibleMovil500 {
        display: none;
    }

    .cajaCultivoLISTA > .datos > .static-info {
        width: 0%;
    }

    /* .noVisibleMovil500 {
        display: none;
    }*/

    .noVisible500 {
        display: none;
    }
}

@media (max-width: 550px) {
    .spanTipoPlanUsuario .hide-on-mobile {
        display: none;
    }
}

@media (max-width: 600px) {

    .cajaExplotacionLISTA > .datos > .noVisibleMovil600 {
        display: none;
    }

    .cajaExplotacionLISTA > .datos > .static-info {
        width: 100%;
    }

    .cajaCultivoLISTA > .datos > .noVisibleMovil600 {
        display: none;
    }

    .cajaCultivoLISTA > .datos > .static-info {
        width: 100%;
    }

    .logotipo {
        background-image: url(../img/pc/logos/icono.png);
        background-repeat: no-repeat;
        background-position: bottom left;
        height: 60px;
        width: 50px;
    }

    .page-header.navbar .top-menu .navbar-nav > li .dropdown-toggle .hide-on-mobile {
        display: none;
    }
}

@media (max-width: 1100px) {

    .cajaCultivoLISTA > .datos > .static-info {
        width: 50%;
    }

    .cajaCultivoLISTA > .datos > .noVisibleMovil1100 {
        display: none;
    }
}


@media (max-width: 767px) {

    .cajaExplotacionLISTA > .datos > .noVisibleMovil {
        display: none;
    }

    .cajaExplotacionLISTA > .datos > .static-info {
        width: 100%;
    }

    .cajaCultivoLISTA > .datos > .noVisibleMovil {
        display: none;
    }

    .cajaCultivoLISTA > .datos > .static-info {
        width: 100%;
    }

    .page-content-wrapper .page-content .page-title {
        margin-bottom: 0px;
    }
}

.VisibleMovil800 {
    display: none;
}

@media (max-width: 767px) {

    .VisibleMovil800 {
        display: block;
    }

    .noVisibleMovil800 {
        display: none;
    }

    .tabbable-custom > .tab-content.tabContentExplotaciones {
        border: 0px;
        border-radius: 10px;
    }

    .page-actions {
        /*    padding: 0px;
        margin-left: 0px; 
        float: right; */
    }

    /*.page-content-wrapper .page-content {
        padding-top:10px;
    }*/



}


@media (max-width: 991px) {

    .page-sidebar.navbar-collapse, .page-sidebar.navbar-collapse.in {
        margin: 10px;
    }

    .page-sidebar .page-sidebar-menu, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu {
        margin-top: 0px;
    }


        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a,
        .page-sidebar .page-sidebar-menu > li > a {
            /* 991px */
            border-top: 0px; /*1px solid #f7b716;*/
        }

    .page-sidebar-closed .page-content-wrapper .page-content {
        margin-left: 0px !important;
    }


    .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li:not(.heading):hover > .sub-menu {
        /*display: block !important;*/
        /*width: 234px;*/
        position: relative;
        z-index: 2000;
        left: 0px;
        margin-top: 0;
        top: 100%;
        display: block !important;
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        -ms-border-radius: 0 0 4px 4px;
        -o-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
    }

    .page-sidebar .page-sidebar-menu > li > a > .title,
    .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a > .title {
        padding-left: 30px;
        font-size: 20px;
        /* color:#FFF;*/
    }

    .page-sidebar .page-sidebar-menu .sub-menu li,
    .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li {
    }

    .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li > a,
    .page-sidebar .page-sidebar-menu .sub-menu > li > a {
        padding-left: 50px;
    }
}

@media (min-width: 992px) {

    .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li:hover:not(.heading) > .sub-menu {
        width: 250px;
    }

    .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li:hover:not(.heading) {
        width: 305px !important;
    }
}


.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}


@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}



/*
 * Responsive text aligning
 * http://ohryan.ca/2014/08/14/set-responsive-text-alignment-bootstrap-3/
 *
 * EDITED by Nino Škopac for StackOverflow (https://stackoverflow.com/q/18602121/1325575)
 */
.text-xs-left {
    text-align: left;
}

.text-xs-right {
    text-align: right;
}

.text-xs-center {
    text-align: center;
}

.text-xs-justify {
    text-align: justify;
}

@media (min-width: 768px) {
    .text-sm-left {
        text-align: left;
    }

    .text-sm-right {
        text-align: right;
    }

    .text-sm-center {
        text-align: center;
    }

    .text-sm-justify {
        text-align: justify;
    }
}

@media (min-width: 992px) {
    .text-md-left {
        text-align: left;
    }

    .text-md-right {
        text-align: right;
    }

    .text-md-center {
        text-align: center;
    }

    .text-md-justify {
        text-align: justify;
    }
}

@media (min-width: 1200px) {
    .text-lg-left {
        text-align: left;
    }

    .text-lg-right {
        text-align: right;
    }

    .text-lg-center {
        text-align: center;
    }

    .text-lg-justify {
        text-align: justify;
    }
}

/* Sensores */

.gridSensorValue {
    text-align:right;
}

.legend{
    font-size:13px;
    text-align:center;
}

.m-b-10px{
    margin-bottom:10px;
}

.row-data {
    border: 1px solid #ccc;
    display: block;
    height: 300px;
    box-shadow:3px 3px 3px #ccc;
    width:100%;
}

.row-data-temp{
    margin-bottom:10px;
}

.loading{
    background-image: url("/img/animaciones/logo_40_time_orcelis.gif");
    background-repeat: no-repeat;
    background-position:center;
    background-size: 30px;
}

.actual-temp {
    font-size:40px;
    text-align:center;
    padding-top:25px;
}

.actual-ambient {
    font-size: 40px;
    text-align: center;
    padding-top:25px;
}

.actual-hum {
    font-size: 40px;
    text-align: center;
    padding-top: 100px;
}

.actual-ec {
    font-size: 40px;
    text-align: center;
    padding-top: 100px;
}

.actual-read {
    color: rgba(197,189,197,1);
}

/* Clases para la prevision meteorológica */
.headWeatherData {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding-bottom: 3px;
    margin-left:0px;
    margin-right:0px;
}

.datoWeather {
    text-align: left;
}

.etiquetaMet {
    text-align:right;
}

.altoCondicionTexto {
    height:40px;
}
.dato {
    font-weight:bold;
}

.temperaturaMaxima {
    color:#ff5733;
}

.temperaturaMedia {
    color:#606060;
}

.temperaturaMinima {
    color:#3390ff;
}

/* Clases nuevas para la parte de administracion */
.etiqueta {
    display: inline-block;
    width: 120px;
}

