.tituloModulo
{
    text-align: center;
    font-size: 25pt;
    border: solid 3px  #262626;
}

.TablaUnidadNegocio
{
    max-height: 500px !important;
    overflow: scroll;
}

.TablaModal
{
    max-height: 250px;
    overflow: scroll;
}

.TituloTabla
{
    color: white;
    background: #262626;
    border: 1px solid #262626;
}

.botonOperacion
{
    border: 2px solid #262626;
    color: #262626;
    background: white;
    outline: none !important;
    box-shadow: none;
}

.botonOperacionError
{
    border: 2px solid rgb(250, 97, 21);
    color: rgb(250, 97, 21);
    background: white;
}

.botonOrdenar, .botonOrdenar:focus, .botonOrdenar:active, .botonOrdenar:hover
{
    background: transparent;
    color: white;
    width: 100%;
    text-align: left !important;
    padding-left: 0px;
    
    outline: none !important;
    box-shadow: none;
}

.botonFalso
{
    background: transparent;
    width: 100%;
}
.botonFalsoLeft
{
    text-align: left !important;
    padding-left: 0px;
}

.botonFalso:hover, .botonFalso:focus
{
    color: white !important;
    outline: none !important;
    box-shadow: none;
    vertical-align: bottom !important;
    cursor: default;
}

.botonOperacion:hover, .botonOperacion:active, .botonOperacionMarcoNaranja:hover
.botonOperacion:hover, .botonOperacion:active, .botonOperacionMarcoNaranja:hover
{
    color: white !important;
    background:  rgb(250, 97, 21);
    border: 2px solid rgb(250, 97, 21);
    outline: none !important;
    box-shadow: none;
}

.botonRegistroDeshabilitado
{
    color: rgba(38, 38, 38, 0.3);
}

 /*-----------------dropdonw de buscar y filtrar --------------*/

.operacionPanel
{
    background: rgba(255, 255, 255, 0.95);
    border: solid 2px #262626;
}

.operacionPanelEntrada, .operacionPanelEntrada:focus, .operacionPanelEntrada:hover, .operacionPanelEntrada:active
{
    border-color: #262626;
    color: #262626;
    
    outline: none !important;
}

.operacionPanelBoton
{
    background: #262626;
    border-color: #262626;
    opacity: 1.0 !important;
    color:  white;
}

.operacionPanelBoton:hover, .operacionPanelBoton:active, .operacionPanelBoton:focus
{
    background: rgb(250, 97, 21);
    border-color: rgb(250, 97, 21);
    color:  white;
    outline: none;
    box-shadow: none;
}

.tituloOpcionLateral
{
    color: #262626;
    font-size: 18px;
    margin-left: 68px;
}

/*--------Botone de Detalles y Editar----------*/
.BotonOperacion, .BotonOperacion:focus
{
    color: #262626;
    cursor: pointer;
}

.BotonOperacion:hover
{
    color: rgb(250, 97, 21);
}


/*--------clase para CheckBox----------*/

.radio,
.checkbox 
{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -8px;  
}

.checkbox label:after
{
    content: '';
}

.checkbox .cr
{
    position: relative;

    border: 1px solid #262626;
    border-radius: .25em;
    width: 1.5em;
    height: 1.5em;
    float: left;
    margin-right: .5em;
}

.radio .cr 
{
    border-radius: 50%;
}

.checkbox .cr .cr-icon
{
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.checkbox label input[type="checkbox"]
{
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon
{
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon
{
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr
{
    opacity: .5;
}

/*---------- Modal Agregar-Editar--------*/
.etiquetaDropdownList
{
    top:-20px;
    color: rgb(89, 89, 89);
}

.dropdownListModal
{
    border: 2px solid #262626;
    background: rgba(255,255,255,1);
    color: #262626;
    display: block;
    width: 100%;
    text-align: left;
    border-radius: 4px;
} 

.dropdownListModalError
{
    border: 2px solid rgb(250, 97, 21);
    background: white;
    color: rgb(250, 97, 21);
    display: block;
    width: 100%;
    text-align: left;
    border-radius: 4px;
}

.dropdownListModal:hover, .dropdownListModalError:hover
{
    background: #262626;
    color: white;  
    cursor: hand;
}

.dropdownListModal:disabled
{
    background: rgb(234, 234, 234);
    color: #262626;
}   

.dropdownListModalError:disabled
{
    background: rgb(234, 234, 234);
    color: rgb(250, 97, 21);
}  

.elemetosDropdownListModal
{
    background: white;
    border: solid 2px #262626;
    max-height: 150px;
    overflow: scroll;
}

.dropdownOpcionModal
{
    color: #262626 !important;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(38,38,38,0.4);
    cursor: pointer;
    white-space: normal;
}

.dropdownOpcionModal:hover
{
    color: white !important;
    background-color: rgb(250, 97, 21) !important;
    cursor: hand !important;
}

.dropdownOpcionModal:disabled
{
    cursor: not-allowed;
    background: lightgray; 
}

.dropdownOpcionModalTitulo, .dropdownOpcionModalTitulo:hover, .dropdownOpcionModalTitulo:focus, .dropdownOpcionModalTitulo:active
{
    background: lightgray !important;
    color: #262626 !important;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(38,38,38,0.4);
    cursor: pointer;
    white-space: normal;
    text-align: center;
    cursor: default;
}

.dropdownOpcionModal:disabled
{
    cursor: default;
    background: lightgray; 
}


.buscar
{
    border: 2px solid #262626;
    display: block;
    width: 100%;
    border-radius: 5px;
}

.tablaResponsable
{
    max-height: 120px;
    overflow: scroll;
}

.botonPanelOculto
{
    background: #262626;
    color: white !important;
    
    outline: none !important;
    box-shadow: none;
}

.botonPanelOculto:hover
{
    background: rgb(250, 97, 21);
}


/*---------- Modal Detalles------------*/
.textoModal
{
    font-size: 20px;
    color: #404040;
}

.margenModal
{
    margin-left: 15px;
    margin-right: 15px;
}

.cerrarModal, .cerrarModal:focus, .cerrarModal:active
{
    color: #262626;
    opacity: 1.0;
    font-size: 30px;
    outline: none !important;
    box-shadow: none;
}

.cerrarModal:hover
{
    color: rgb(250, 97, 21);
    opacity: 1.0;
}

.separador
{
    border: 2px solid #262626;
    margin-bottom: 0px !important;
}

.subrayado
{
    border-width: 0px 0px 2px 0px;
    border-style:  solid;
    border-color: #262626;
}

.desactivo
{
    color: #C00000;
    border: 2px solid #C00000;
}

.activo
{
    color: #006400;
    border: 2px solid #006400;
}

.modalMensaje
{
    border: 2px solid #262626;
    color: 2px solid #262626;
    font-size: 16px;
    text-align: center;
}

.botonAvanzar
{
    border: 2px solid rgb(250, 97, 21);
    color:  rgb(250, 97, 21);
    background: white;
    font-size: 18px;
}

.botonAvanzar:hover
{
    border: 2px solid rgb(250, 97, 21);
    color: white;
    background: rgb(250, 97, 21);
}

.botonCancelar
{
    border: 2px solid rgb(250, 97, 21);
    color:  rgb(250, 97, 21);
    background: white;
    font-size: 18px;
}

.botonCancelar:hover
{
    border: 2px solid rgb(250, 97, 21);
    color: white;
    background: rgb(250, 97, 21);
}

/*-------- filtro ------------*/

.botonFiltro
{
    padding-left: 5px;
    padding-right: 5px;
    background: #262626;
    border: 3px solid #262626;
    border-radius: 0px;
    color: white;
}

.botonFiltro:hover, .botonFiltro:focus
{
    opacity: 0.8;
    color: white;
}

.opcionFiltro
{
    margin-left: 7px;
    background: white;
    color: #262626;
    border: 2px solid  #262626;
    border-radius: 0px 0px 0px 3px;
    max-height: 200px;
    overflow: scroll;
}

.checkBoxActivoFiltro
{
    color: #262626;
    border: 0px solid #262626;
    width: 100%;
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 12px;
}

.checkBoxActivoFiltro:hover
{
    cursor: pointer;
}

/*-------- check box ---------*/

.checkBoxActivo, .checkBoxActivo:focus
{
    color: #262626;
    border: 2px solid #262626;
    width: 100%;
    display: block;
    background: white;
    outline: none !important;
    box-shadow: none;
}

.checkBoxActivo:disabled
{
    opacity: 1.0;
    background: white;
}

.badgebox
{
    opacity: 0;
}

.badgebox + .badge
{
    text-indent: -999999px;
	width: 27px;
    background: #262626;
    color: white;
}

.badgebox:focus + .badge
{
    box-shadow: inset 0px 0px 5px;
}

.badgebox:checked + .badge
{
	text-indent: 0;
}
