﻿/*.IconoPanel {
        width: 20px;
        height: 430px !important;
        cursor: pointer;
        font-size: 30px;
        float: left;
        background: url('../../jQueryMobile/images/icons-png/gear-black.png') center center no-repeat,#4d4d4d;
        background-size: contain;
        border-radius: 0px 12px 12px 0px;
        z-index:2;
    }
       */

    .IconoPanel {
        margin-top: 150px;
        width: 20px;
        height: 72px !important;
        cursor: pointer;
        font-size: 30px;
        float: left;
        background: url(../../jQueryMobile/images/icons-png/gear-white.png) center center no-repeat,#2140a1;
        background-size: contain;
        border-radius: 0px 12px 12px 0px;
        z-index: 2;
    }

    .IconoPanel span {
        border-radius: 50px;
        width: 15px;
        background-color: #444;
        padding-top: 50%;
        height: 100%;
        color: #ff6a00;
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
        vertical-align: middle;
        line-height: 1343%;
    }

.contenedorFiltros {
    float: left;
    width: 450px;
    height: 457px;
    overflow-y: auto;
    background-color: #4d4d4d;
    margin-left: 0px !important;
}

.ui-widget-content{
    background: #b7b7b7 !important;
}


/**Estilos para los registros que se muestran en la pagina**/

.RegistrosFiltro {
    font-family: Arial !important;
    margin-left: -40px;
    margin-bottom: 2%;
    width: 70%;
    min-height: 80%;
    float: left;
}

.seleccionado .ItemFiltroIconoCheck {
    /* border: 1px solid red; */
    height: 25px;
    width: 25px;
    background: url('../img/Check.png') center center no-repeat;
    background-size: 13px 15px;
    position: absolute;
    left: 87%;
    top: 25%;
}

.ItemFiltro div {
    float: left;
    white-space: nowrap;
    color: #444;
}

.ItemFiltro .Linea {
    /*border: 1px solid greenyellow;*/
    /*width: 80px;
        height: 15px;*/
    padding-bottom: 2px;
    display: inline-flex;
}

.ItemFiltro .ItemFiltroLinea {
    /*border: 1px solid greenyellow;*/
    width: 90%;
    height: 15px;
    display: inline-flex;
}

.ItemFiltro.seleccionado {
    border: 1px solid #EF4729;
    box-shadow: 1px 1px 1px 1px #C55437;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.ItemFiltro:hover {
    border: 1px solid #EF4729;
    box-shadow: 1px 1px 1px 1px #C55437;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.ItemFiltro .der {
    float: right;
}

.ItemFiltro .izq {
    float: left;
    padding-top: 0px;
    padding-right: 10px;
}

.ItemFiltro .peq {
    font-size: 8px;
}

.ItemFiltro .med {
    font-size: 10px;
}

.ItemFiltro .gra {
    font-size: 0.70em;
    font-weight: bold;
    color: white;
}

.ItemFiltro .bol {
    font-weight: bold;
}

.ItemFiltro .neg {
    color: black;
}

.ItemFiltro .cla {
    color: silver;
}
/**Fin Registros**/

/*----INICIO Estilos Generales Secion Filtros */
.Seccion1 {
    /*font-size: 16px;
        font-weight: normal;
        text-shadow: none !important;*/
}

.Panel_Control {
    width: 415px;
}

.ItemFiltro {
    width: 42%;
    margin: 5px 5px 0px 0px;
    float: left;
    box-shadow: inset 0 0 5px rgba(0,0,0, 0.4), rgba(255,255,255,0.1) 0 1px 0;
    border-radius: 7px;
    border: 1px solid rgba(0,0,0,0.25);
    text-shadow: rgba(0, 0, 0, 0.796875) 0px -1px 0px, rgba(255, 255, 255, 0.296875) 0px 0px 10px;
    position: relative;
    padding: 8px;
    border: 1px solid rgba(192, 192, 192, 0.40);
    overflow: hidden;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 55%, rgba(196,196,196,0.69) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(55%,rgba(255,255,255,0)), color-stop(100%,rgba(196,196,196,0.69))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 55%,rgba(196,196,196,0.69) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,255,255,0) 55%,rgba(196,196,196,0.69) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 55%,rgba(196,196,196,0.69) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(255,255,255,0) 55%,rgba(196,196,196,0.69) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#b0c4c4c4',GradientType=1 ); /* IE6-9 */
}

.ui-accordion {
    width: 99%;
}

.ui-accordion-content {
    padding: 0.5em 0.5em !important;
}

.Texto {
    background-color: white;
    width: 30%;
    border-radius: 50px;
    font-size: 16px;
    height: 26px;
    float: left;
}

.Registros {
    width: 404px;
    margin-left: 5px;
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
    background: white !important;
    color: #5c5662;
}

.ui-accordion .ui-accordion-content{
    background: #bbbbbb !important;
}

.BotonBuscarInactivo:hover {
    left: 110px;
    background: url('../../Imagenes/Busqueda/BtnBusquedaSimpleActivo.png') no-repeat;
    background-size: 25px 23px;
    /* box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2); */
}
/*----FIN Estilos Generales Secion Filtros */

/*----INICIO Estilo Cabecera Seccion Filtro */
.CabeceraFiltro {
    width: 96%;
    height: 34px;
    position: relative;
    padding: 4px 2px 0px 10px;
    background: rgb(33 64 161);
    /* float: left; */
    /*border: 1px solid red;*/
    /*background: -moz-linear-gradient(left, rgba(51,51,51,1) 0%, rgba(51,51,51,0.99) 1%, rgba(125,185,232,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(51,51,51,1)), color-stop(1%,rgba(51,51,51,0.99)), color-stop(100%,rgba(125,185,232,0)));
    background: -webkit-linear-gradient(left, rgba(51,51,51,1) 0%,rgba(51,51,51,0.99) 1%,rgba(125,185,232,0) 100%);
    background: -o-linear-gradient(left, rgba(51,51,51,1) 0%,rgba(51,51,51,0.99) 1%,rgba(125,185,232,0) 100%);
    background: -ms-linear-gradient(left, rgba(51,51,51,1) 0%,rgba(51,51,51,0.99) 1%,rgba(125,185,232,0) 100%);*/
    background: rgb(1, 62, 127) 0%,rgb(1, 62, 127) 1%,rgb(1, 62, 127) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#007db9e8',GradientType=1 );
    color: white;
    font-size: 20px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.76);
    box-shadow: none;
    box-shadow: inset 0 0 5px rgba(0,0,0, 0.4), rgba(255,255,255,0.1) 0 1px 0;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.25);
    text-shadow: rgba(0, 0, 0, 0.796875) 0px -1px 0px, rgba(255, 255, 255, 0.296875) 0px 0px 10px;
    /* width: 258px; */
}

.contenedorFiltros{
    background-color: #b7b7b7 !important;
}

 

.ExpandirTodo {
    float: right;
    margin-left: 10px;
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
    /*border: 1px solid red;*/
    background: url('../img/Expandir.png') no-repeat;
    background-size: 30px 30px;
}

    .ExpandirTodo:hover {
        /*width: 32px;
        height: 32px;*/
        background: url('../img/Expandir.png') no-repeat;
        background-size: 32px 32px;
    }

.ContraerTodo {
    float: right;
    margin-left: 10px;
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
    /*border: 1px solid red;*/
    background: url('../img/Contraer.png') no-repeat;
    background-size: 30px 30px;
}

    .ContraerTodo:hover {
        /*width: 32px;
        height: 32px;*/
        background: url('../img/Contraer.png') no-repeat;
        background-size: 32px 32px;
    }

       .BotonCerrar {
            /*border:1px red solid;*/
            background: url('../../Dashboard/img/cerrar.png') no-repeat;
            background-size: 32px 32px;
            float: right;
            margin-left: 10px;
            width: 32px;
            height: 32px;
            position: relative;
            cursor: pointer;
    }

/*----FIN Estilo Cabecera Seccion Filtro */

/*----INICIO Estilo Cabecera acordion */

.CabeceraFiltroPaginado {
      width: 395px;
    height: 30px;
    position: relative;
    top: 0px;
    float: left;
    /*border: 1px solid red;*/
    /*margin-left: -43px;
        margin-right: -40px;*/
}
.CabeceraFiltroPaginadoBusquedaAvanzada {
    width: 430px;
    height: 60px;
    position: relative;
    top: 0px;
    float: left;
    /*border: 1px solid red;*/
    /*margin-left: -43px;
        margin-right: -40px;*/
}

.ListaOpcionBusqueda {
    float: left;
    margin-left: 5px;
    width: 30%;
    height: 28px;
    position: relative;
    cursor: pointer;
    padding: 1px 6px;
    font-weight: normal !important;
    text-decoration: none;
    background-color: transparent;
    box-shadow: inset 0 0 5px rgba(0,0,0, 0.4), rgba(255,255,255,0.1) 0 1px 0;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.25);
    text-shadow: rgba(0, 0, 0, 0.796875) 0px -1px 0px, rgba(255, 255, 255, 0.296875) 0px 0px 10px;
    color:rgb(104 102 105) !important;
}

.TextBoxBusquedaSimple {
    float: left;
    margin-left: 5px;
    width: 25%;
    height: 23px;
    padding: 1px 6px;
    position: relative;

    font-weight: normal !important;
    text-decoration: none;
    background-color: transparent;
    box-shadow: inset 0 0 5px rgba(0,0,0, 0.4), rgba(255,255,255,0.1) 0 1px 0;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.25);
    text-shadow: rgba(0, 0, 0, 0.796875) 0px -1px 0px, rgba(255, 255, 255, 0.296875) 0px 0px 10px;
    color: rgba(223, 221, 225, 1) !important;
}

.TextBoxBusquedaSimpleAvanzada {
    float: left;
    margin-left: 5px;
    width: 35%;
    height: 23px;
    padding: 1px 6px;
    position: relative;

    font-weight: normal !important;
    text-decoration: none;
    background-color: transparent;
    box-shadow: inset 0 0 5px rgba(0,0,0, 0.4), rgba(255,255,255,0.1) 0 1px 0;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.25);
    text-shadow: rgba(0, 0, 0, 0.796875) 0px -1px 0px, rgba(255, 255, 255, 0.296875) 0px 0px 10px;
    color: rgba(223, 221, 225, 1) !important;
}

.BotonBusquedaSimple {
    float: left;
    margin-left: 5px;
    width: 26px;
    height: 30px;
    position: relative;
    cursor: pointer;
    /*border: 1px solid red;*/
    background: url('../img/BtnBusquedaSimpleFiltro.png') no-repeat;
    background-size: 20px 22px;
}

    .BotonBusquedaSimple:hover {
        background: url('../img/BtnBusquedaSimpleFiltro_Hover.png') no-repeat;
        background-size: 20px 22px;
    }

.paginacionFiltro {
    float: left;
    margin-left: 5px;
    width: 135px;
    padding: 0px;
    position: relative;
    cursor: pointer;
    /*color: #FF6129 !important;*/
}

.paginacionFiltroBusquedaAvanzada {
    float: left;
    margin-left: 5px;
    width: 98%;
    padding: 0px;
    position: relative;
    cursor: pointer;
    /*color: #FF6129 !important;*/
}

    .paginacionFiltro a {
        /*color: #FF6129 !important;*/
    }
.SeleccionarDetalleDes {
    float: right;
    margin-left: 5px;
    width: 26px;
    height: 26px;
    position: relative;
    /*border: 1px solid red;*/
    background: url('../img/aOjo_Des.png') no-repeat;
    background-size: 26px 26px;
}
.SeleccionarDetalle {
    float: right;
    margin-left: 5px;
    width: 26px;
    height: 26px;
    position: relative;
    cursor: pointer;
    /*border: 1px solid red;*/
    background: url('../img/aOjo.png') no-repeat;
    background-size: 26px 26px;
}

.SeleccionarDetalle:hover {
    background: url('../img/aOjo_Hover.png') no-repeat;
    background-size: 27px 27px;
}

.Seleccionar {
    float: right;
    margin-left: 5px;
    width: 26px;
    height: 26px;
    position: relative;
    cursor: pointer;
    /*border: 1px solid red;*/
    background: url('../img/SeleccionarTodos.png') no-repeat;
    background-size: 26px 26px;
}

.Seleccionar:hover {
    background: url('../img/SeleccionarTodos_Hover.png') no-repeat;
    background-size: 27px 27px;
}

.DesSeleccionar {
    float: right;
    margin-left: 5px;
    width: 26px;
    height: 26px;
    position: relative;
    cursor: pointer;
    /*border: 1px solid red;*/
    background: url('../img/DeseleccionarTodos.png') no-repeat;
    background-size: 26px 26px;
}

    .DesSeleccionar:hover {
        background: url('../img/DeseleccionarTodos_Hover.png') no-repeat;
        background-size: 27px 27px;
    }

/*----FIN    Estilo Cabecera Seccion Filtro */


.ReportBloqueFecha-, .ABloqueFecha-, .BBloqueFecha-, .CBloqueFecha-, .DBloqueFecha-, .ReportDiaTrabajo-{
    height: 30px;
}

