﻿/**************************************************************************************************************
                        ESTILOS PROPIOS DE LAS ETIQUETAS HTML
**************************************************************************************************************/
form {
    margin: 0px;
}

.modal-open .page-wrapper {
    filter: none;
}

/**************************************************************************************************************
                        ESTILOS PARA EL MENU PRINCIPAL SUPERIOR
**************************************************************************************************************/
.dropdown.mega-menu > a,
.dropdown.editor-menu > a {
    border-radius: 100%;
    width: 30px;
    height: 30px;
    font-size: 14px;
    border: 1px solid #E7E7E7;
    color: #CDCDCD;
    text-align: center;
    margin: 0px;
    padding: 6px 9px;
}

    .dropdown.mega-menu > a::before,
    .dropdown.editor-menu > a::before {
        content: none;
    }

    .dropdown.mega-menu > a:hover,
    .dropdown.editor-menu > a:hover {
        background-color: #809398;
        border-color: #6E7E82;
        color: #FFF;
    }

    .dropdown.mega-menu > a i {
        line-height: 29px;
    }

.dropdown-menu.blackwhite > li > a {
    padding: 10px 20px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #F7F7F7;
    transition: none 0s ease 0s;
    position: relative;
    background-color: #fff;
}

.with-dropdown-buttons .navbar-default .navbar-collapse {
    padding: 0px 20px;
}

.transparent-header .header:not(.dark) {
    width: 100%;
}

    .transparent-header .header:not(.dark) .navbar-nav {
        display: table;
        width: 100%;
    }

        .transparent-header .header:not(.dark) .navbar-nav > li {
            float: none;
            display: table-cell;
            width: auto;
            min-width: 100px;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
        }

@media screen and (max-width: 767px) {
    .with-dropdown-buttons .navbar-default .navbar-collapse {
        padding: 0px 20px;
    }

    .transparent-header .header:not(.dark) {
        width: 100%;
    }

        .transparent-header .header:not(.dark) .navbar-nav {
            display: table;
            width: 100%;
        }

            .transparent-header .header:not(.dark) .navbar-nav > li {
                float: left;
                display: block;
                width: 100%;
                text-align: left;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }
}

#UPUserLogin tbody {
    background-color: transparent;
}

/************************************************
 IMAGEN CON BORDE BLANCO PARA LA PAGINA PRINCIPAL
 ***********************************************/
.img-border {
    border: 1px solid #333;
}

.comment h3 {
    margin-bottom: 0px;
}

.comment-edit {
    width: 50px;
    float: right;
    margin: 0px 15px 0px 0px;
}

.comment-content {
    margin-bottom: 0px;
}

/**************************************************************************************************************
         LISTAS DE CHECKBOXES Y RADIOBUTTONS PARA QUE LOS CONTROLES NO SE PEGUEN AL TEXTO
**************************************************************************************************************/
td > input[type="checkbox"],
td > input[type="radio"] {
    margin: 4px 0px 0px 20px;
}

td > label {
    margin: 4px 0px 4px 4px;
    line-height: normal;
    font-weight: normal;
}

/**************************************************************************************************************
                        LISTADO ORDENABLE DE CATEGORIAS DE INFORME
**************************************************************************************************************/
.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .dd-list .dd-list {
        padding-left: 60px;
    }

.dd-collapsed .dd-list {
    display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}


.dd-handle {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ccc;
    background: #0B883E;
    /*background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%); 
    background: -o-linear-gradient(top, #fafafa 0%, #eee 100%); 
    background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%); 
    background: linear-gradient(top, #fafafa 0%, #eee 100%);*/
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .dd-handle:hover {
        color: #666;
        background: #bababa;
    }


.dd3-handle {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    cursor: pointer;
    width: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #AAA;
    /*background:transparent -webkit-linear-gradient(center top, #DDD 0%, #BBB 100%) repeat scroll 0% 0%; 
    background: transparent -o-linear-gradient(center top, #DDD 0%, #BBB 100%) repeat scroll 0% 0%;
    background: transparent -moz-linear-gradient(center top, #DDD 0%, #BBB 100%) repeat scroll 0% 0%; 
    background: transparent linear-gradient(center top, #DDD 0%, #BBB 100%) repeat scroll 0% 0%;*/
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

    .dd3-handle::before {
        content: "≡";
        display: block;
        position: absolute;
        left: 0px;
        top: 3px;
        width: 100%;
        text-align: center;
        text-indent: 0px;
        color: #FFF;
        font-size: 20px;
        font-weight: normal;
    }

.dd3-unhandle {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    cursor: pointer;
    width: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #AAA;
    background-color: #FF0000;
    /*background: transparent -webkit-linear-gradient(center top, #CEAFB7 0%, #E0CED2 100%) repeat scroll 0% 0%; 
    background: transparent -o-linear-gradient(center top, #CEAFB7 0%, #E0CED2 100%) repeat scroll 0% 0%;
    background: transparent -moz-linear-gradient(center top, #CEAFB7 0%, #E0CED2 100%) repeat scroll 0% 0%; 
    background: transparent linear-gradient(center top, #CEAFB7 0%, #E0CED2 100%) repeat scroll 0% 0%;*/
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

    .dd3-unhandle::before {
        content: "≡";
        display: block;
        position: absolute;
        left: 0px;
        top: 3px;
        width: 100%;
        text-align: center;
        text-indent: 0px;
        color: #FFF;
        font-size: 20px;
        font-weight: normal;
    }

.dd-linea_accion {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ccc;
    background: rgba(0,0,0,.1);
    /*background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%); 
    background: -o-linear-gradient(top, #fafafa 0%, #eee 100%); 
    background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%); 
    background: linear-gradient(top, #fafafa 0%, #eee 100%);*/
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .dd-linea_accion:hover {
        color: #666;
        background: #bababa;
    }

.dd3-linea_accion {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    cursor: pointer;
    width: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #AAA;
    /*background:transparent -webkit-linear-gradient(center top, #DDD 0%, #BBB 100%) repeat scroll 0% 0%; 
    background: transparent -o-linear-gradient(center top, #DDD 0%, #BBB 100%) repeat scroll 0% 0%;
    background: transparent -moz-linear-gradient(center top, #DDD 0%, #BBB 100%) repeat scroll 0% 0%; 
    background: transparent linear-gradient(center top, #DDD 0%, #BBB 100%) repeat scroll 0% 0%;*/
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

    .dd3-linea_accion::before {
        content: "A";
        display: block;
        position: absolute;
        left: 0px;
        top: 3px;
        width: 100%;
        text-align: center;
        text-indent: 0px;
        color: darkgreen;
        font-size: 20px;
        font-weight: normal;
    }

.dd3-linea_accion_cerrado {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    cursor: pointer;
    width: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #AAA;
    /*background:transparent -webkit-linear-gradient(center top, #DDD 0%, #BBB 100%) repeat scroll 0% 0%; 
    background: transparent -o-linear-gradient(center top, #DDD 0%, #BBB 100%) repeat scroll 0% 0%;
    background: transparent -moz-linear-gradient(center top, #DDD 0%, #BBB 100%) repeat scroll 0% 0%; 
    background: transparent linear-gradient(center top, #DDD 0%, #BBB 100%) repeat scroll 0% 0%;*/
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

    .dd3-linea_accion_cerrado::before {
        content: "C";
        display: block;
        position: absolute;
        left: 0px;
        top: 3px;
        width: 100%;
        text-align: center;
        text-indent: 0px;
        color: #FF0000;
        font-size: 20px;
        font-weight: normal;
    }

.dd-menu {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ccc;
    background: #0B883E;
    /*background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%); 
    background: -o-linear-gradient(top, #fafafa 0%, #eee 100%); 
    background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%); 
    background: linear-gradient(top, #fafafa 0%, #eee 100%);*/
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .dd-menu:hover {
        color: #666;
        background: #bababa;
    }


.dd3-menu {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    cursor: pointer;
    width: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #AAA;
    /*background:transparent -webkit-linear-gradient(center top, #DDD 0%, #BBB 100%) repeat scroll 0% 0%; 
    background: transparent -o-linear-gradient(center top, #DDD 0%, #BBB 100%) repeat scroll 0% 0%;
    background: transparent -moz-linear-gradient(center top, #DDD 0%, #BBB 100%) repeat scroll 0% 0%; 
    background: transparent linear-gradient(center top, #DDD 0%, #BBB 100%) repeat scroll 0% 0%;*/
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

    .dd3-menu::before {
        content: "≡";
        display: block;
        position: absolute;
        left: 0px;
        top: 3px;
        width: 100%;
        text-align: center;
        text-indent: 0px;
        color: #FFF;
        font-size: 20px;
        font-weight: normal;
    }


.dd3-content {
    display: block;
    height: 30px;
    margin: 5px 0px;
    padding: 5px 10px 5px 40px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #CCC;
    /*background: transparent -webkit-linear-gradient(center top, #FAFAFA 0%, #EEE 100%) repeat scroll 0% 0%; 
    background: transparent -o-linear-gradient(center top, #FAFAFA 0%, #EEE 100%) repeat scroll 0% 0%;
    background: transparent -moz-linear-gradient(center top, #FAFAFA 0%, #EEE 100%) repeat scroll 0% 0%;
    background: transparent linear-gradient(center top, #FAFAFA 0%, #EEE 100%) repeat scroll 0% 0%;*/
    border-radius: 3px;
    box-sizing: border-box;
}

.dd-item > button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}

    .dd-item > button:before {
        content: '+';
        display: block;
        position: absolute;
        width: 100%;
        text-align: center;
        text-indent: 0;
    }

    .dd-item > button[data-action="collapse"]:before {
        content: '-';
    }

.dd-placeholder,
.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    /*background-image: -o-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -o-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);*/
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

    .dd-dragel > .dd-item .dd-handle {
        margin-top: 0;
    }

    .dd-dragel .dd-handle {
        -webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
        box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
    }

/**************************************************************************************************************
                           ESTILO PARA EL CONTROL TIPO DATAPAGER DE LAS LISTAS
**************************************************************************************************************/
div.DataPager {
    padding: 5px 0;
    text-align: right;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    font-size: 16px;
}

span.current {
    padding: 5px 10px;
    background: #bbb;
    color: #000;
    margin: 5px;
    text-decoration: none;
}

div.DataPager a {
    padding: 5px 10px;
    background: #333;
    color: #fff;
    margin: 5px;
    text-decoration: none;
}

    div.DataPager a:hover {
        background: #999;
    }

div.DataPager span.active {
    padding: 5px 10px;
    background: #F18313;
}

/**************************************************************************************************************
                           ESTILO PARA EL CONTROL ROW separación
**************************************************************************************************************/
.row-grid {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 25px;
}

.row-text-center {
    text-align: center;
    vertical-align: middle;
}

/**************************************************************************************************************
                           ESTILO PARA EL CONTROL ROW separación
**************************************************************************************************************/
.seleccion_ver {
    padding-left: 10px;
}

    .seleccion_ver label {
        font-weight: 800;
        padding-left: 5px;
        padding-right: 5px;
    }

.font-dias {
    font-weight: 700;
    padding-top: 10px;
    margin-bottom: -10px !important;
}
.font-dias-cuadro {
    font-weight: 700;
    background-color: #FFF;    
}



.drag_disabled {
    pointer-events: none;
}

.margen5px{
    margin-left: 5px;
}


.tabla_grafico tr:nth-child(even) {
    background-color: #f2f2f2;
}

.tabla_grafico table, th, td {
    border: 1px solid #ddd;
}

.tabla_grafico th {
    text-align: center;
}

.tabla_grafico td {
    text-align: right;
    padding-right: 3px;
}

.tabla_grafico table {
    width: 80%;
    margin-left: 10%;   
}

.tabla_grafico td:first-child {
    text-align: left;
    padding-left: 3px;
    font-weight: bold;
}


.btnDefaultSlider {
    position: absolute;
    top: 90px;
    left: 12px;
    z-index: 999;
    color: #fff !important;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 8px 12px;
}

#frmVerAnexo .modal-body {
    /* 100% = dialog height, 120px = header + footer */
    max-height: calc(90vh - 120px);
    overflow-y: scroll;   
}

