﻿body
{
}

.centeredControl {
    position: absolute; /* Or fixed depending on your requirements */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Optional additional styles */
    z-index: 9999;
    width: 300px; /* or any width you need */
    height: 200px; /* or any height you need */
}

.etiquetaH1 {
    vertical-align: bottom;
    font-size: 7pt;
}
.controlH1 {
    vertical-align: top;
}
.etiquetaFiltro {
    /*padding-left: 15px;*/
    padding: 0px 0px 0px 15px;
    vertical-align: bottom;
    font-size: 7pt;
}
.controlFiltro {
    /*padding-left: 15px;*/
    padding: 0px 0px 0px 15px;
    vertical-align: top;
}
.espacioIzquierda0px
{
    padding-left: 0px;
}
.espacioIzquierda5px
{
    padding-left: 5px;
}
.etiquetaEspacio
{
    padding-left: 15px;
}
.etiquetaFormularioPop
{
    width: 80px;
    text-align:right;
}
.tbFecha
{
    width: 80px;
    text-align: center;
}
.tbHora
{
    width: 40px;
    text-align: center;
}
.BarraFiltro
{
    background-color: #FFCC66;
}
.TituloFormulario
{
    background-color: #3a9b00;
    color: White;
    font-variant: small-caps;
    font-size:12pt;
    text-align: center;
    vertical-align: middle; /*text-shadow: 0 1px 0 #3B3A3A, #FFF 0.0em 0.0em 0.4em, #FFF 0.0em 0.0em 0.6em, #FFF 0.0em 0.0em 0.8em;*/ /*font-size: 12pt;*/
    font-weight: bold; /*font-family: tahoma,arial,verdana,sans-serif;     height: 35px;*/
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: inset 0 -3px 0 0 rgba(100,100,100,.3);
}
.Formulario
{
    /*background-color: #FFFCD1;
    background-image: url('imagenes/fondo4.jpg');
    background-repeat: repeat;
    border-style: solid;
    border-color: #3a4f63;
    border-top-left-radius: 10px 10px;
    border-top-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;*/
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 0 #27c901,0 0 0 1px rgba(1,140,1,.6),0 0 0 5px #F9F9FA;
    background-image: -webkit-linear-gradient(top,#FFFFE3 0,#FEFED8 60%,#FEFFB9 85%,#FCFFA4 100%);/*,#FFF79C 100%);*/
    background-image: -moz-linear-gradient(top,#FFFFE3 0,#FEFED8 60%,#FEFFB9 85%,#FCFFA4 100%);/*,#FFF79C 100%);*/
}
.Formulario1
{
    border: 1px solid #e8eef7;
    padding: 10px 10px;
    -webkit-box-shadow: #ccd9ea 0px 0px 10px 2px;
    background-color: #f1f5fb;
    color:Black;
}
/*.Formulario2
{
    background-color:White;
    border: 1px solid #667749;
    padding:10px 10px;
}*/
.FondoPopup
{
    background-color: Black;
    opacity: 0.2;
    filter: alpha(opacity=60);
}
.Oculto
{
    display: none;
}
.nombreEmpresa
{
    font-size: 1.5em;
    font-variant: small-caps;
    text-transform: none;
    /*text-align:center;*/
    font-weight: 700;
    /*padding: 0px 0px 0px 20px;*/
    line-height: 1em;
    /*color: Blue;
    text-shadow: -1px 0 White, 0 1px White, 1px 0 White, 0 -1px White;*/
    /*color: White;
    text-shadow: 0 0 0.2em Blue, 0 0 0.2em Blue, 0 0 0.2em Blue;*/
    /*-webkit-text-fill-color: white;
    -webkit-text-stroke-color: Blue;
    -webkit-text-stroke-width: 0.75px;*/
    color:White;
    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #00f, 0 0 7px #00f, 0 0 8px #00f, 0 0 10px #00f, 0 0 15px #00f;/*color neon=#ff00de*/
}
.TituloPagina
{
    /*background-color: #F7F6E6;     color: #810000;
    background-color: Black;*/
    color: White;
    text-align: center;
    font-size: x-large;
    font-weight: bold;
}
.celdaBotonRefrescar
{
    width: 25px;
    text-align:center;
}
.botonTareas
{
    width: 35px;
    border-radius: 2px;
    border: 1px solid #d14836;
    background-image: -webkit-linear-gradient(top,#dd4b39,#d14836);
    cursor:pointer;
    color: White;
    font-size:14pt;
    text-align:center;
}
.botonSolicitudesPendientes
{
    width: 35px;
    border-radius: 2px;
    border: 1px solid #D16800;
    background-image: -webkit-linear-gradient(top,#DD6E00,#D16800);
    cursor:pointer;
    color: White;
    font-size:14pt;
    text-align:center;
}

.botonEventos
{
    width: 35px;
    border-radius: 2px;
    border: 1px solid #3671d1;
    background-image: -webkit-linear-gradient(top,#9b59b6, #7a4b8d);
    cursor:pointer;
    color: White;
    font-size:14pt;
    text-align:center;
}

.botonRecursosInhabilitados
{
    width: 35px;
    border-radius: 2px;
    border: 1px solid #3671d1;
    background-image: -webkit-linear-gradient(top,#3978dd,#3671d1);
    cursor:pointer;
    color: White;
    font-size:14pt;
    text-align:center;
}
.botonMovimientosPendientesGPS
{
    width: 35px;
    border-radius: 2px;
    border: 1px solid #7B36D1;
    background-image: -webkit-linear-gradient(top,#7039DD,#7536D1);
    cursor:pointer;
    color: White;
    font-size:14pt;
    text-align:center;
}
.cuadroNotificacion
{
    width: 150px;
    min-height: 100px;
    border-radius: 2px;
    border: 1px solid #3079ed;
    background-color:White;
    -webkit-box-shadow: #666 0px 0px 7px 1px;
    color:darkblue;
}

/*=====  Grila  =============================================================================================================================*/
.GrillaListado
{
    /*width: 100%;*/
    border-width: 2px;
    border-style: solid;
    border-color: Gray; /*background-color: #E3E3E3;*/ /*background-image: url(grey/fondogrilla.png);*/ /*background-repeat: repeat;*/
    color: Black;
    background-color: White;
}
.GrillaListado th
{
    background-color: #CDCFCF;
    background-image: none,linear-gradient(to bottom,#D5D5D5 0,#CBCBCB 50%);
    color: Black;
    font-weight: bold;
    text-align: center;
}
.filaseleccionada
{
    background: #ffe991;
    border: 1px dotted #Gray;
    /*color: white; /*background-image: url(../../css/images/toolbarbck.gif);*/
}
.filaalterna
{
    background: #fffef1;
    border: 1px dotted Gray;
    /*color: white; /*background-image: url(../../css/images/toolbarbck.gif);*/
}
.altoverow
{
    background: #dbffdb;
    border: 1px dotted Gray;
    /*color: white; /*background-image: url(../../css/images/toolbarbck.gif);*/
}
.altoverowhand
{
    background: #f0ffdb;
    border: 1px dotted Gray;
    cursor: pointer;
    /*color: white; /*background-image: url(../../css/images/toolbarbck.gif);*/
}
.caption
{
    background-color:rgb(255,184,0);
    font-size:11pt;
    font-weight: bold;
}


.BarraResumen
{
    background-color: #CCFFCC;
    font-weight: bold;
}
.barraComando
{
    border: 2px solid #c5e4c3;/*#d4e0f2;*/
    background-color: rgba(211, 239, 206, 0.6);/*#e0e9f6;*/
    padding: 3px;
    font-weight: bold;
}
.btComando
{
    height:28px;
}
.TextoAsignado
{
    color: #0379da;
    font-weight: bold;
}
.TextoAsignadoyDeshabilitado
{
    color: #728798;
    font-weight: bold;
}
.TextoDerecha
{
    text-align: right;
}
.TextoCentro
{
    text-align: center;
}
.alineadoCentro
{
    text-align: center;
}
.alineadoDerecha
{
    text-align: right;
}
/*=====  Botones  =============================================================================================================================*/
input[type=button], input[type=submit], input[type=reset]
{
    background: #333 url(imagenes/boton.png) repeat-x;
    padding: 3px 10px 3px;
    color: #fff;
    text-decoration: none;
    border-style: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-transition: background .150s linear;
    /*-webkit-transition: color .150s linear;*/
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover
{
    /*background-color: #ddd;
    color: #000;*/
    background: #333 url(imagenes/boton2.png) repeat-x;
    z-index:100;
}
input[type=button]:active, input[type=submit]:active, input[type=reset]:active
{
    top: 1px;
}
input[type=button]:disabled, input[type=submit]:disabled, input[type=reset]:disabled
{
    background-color: #7b7f86;
    color: #EDEBEA;
    background: #333 url(imagenes/botonBN.png) repeat-x;
    /*font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    margin: 0 2px;
    padding: 2px 18px;*/
}