﻿/* DEFAULTS
----------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body {
    background-color: #343530;
    font-family: arial;
    margin: 10px auto 0px auto;
    width: 98%;
    background: url(/Imagenes/background.jpg) top center no-repeat;
    background-attachment:fixed;
    /*background: url(/Imagenes/bg-field-plain.jpg) top center no-repeat;*/
    /*max-width:1600px;*/
    min-width: 980px;
    background-color: #343530;
}

.body {
    /*max-width:1600px;*/
    min-width:980px;
}

a
{
    color: #0f648b;
}
a:link, a:visited
{
    text-decoration:none;
}

a:hover
{
    text-decoration: underline;
}

a:active
{
    color: #034af3;
}

a img 
{
    border:none;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height:58px;
    /*background: url(../Imagenes/header.png) repeat-x;*/
    background-color:#31598a;/*FF0000;*/
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.lblHeader {
    color: #fff;
    font-size: 12pt;
    font-weight: 300;
}

.menu
{
    width:100%;
}

.linkMenu
{
    color:#333333;
    padding:10px;
    font-size:11pt;
}

.linkMenu:hover
{
    color:#333;
    background-color:#50B7FF;
}
.linkMenu:active
{
    color:#333333;
    background-color:#50B7FF;
}

.titular
{
    border-bottom:solid 1px #666666;
    padding: 0px 12px 8px 12px;
    margin-bottom:10px;
}

.main
{
    background-color:#FAFAFA;
    background: rgba(250,250,250,0.4);
    padding: 0px 10px;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    text-align: center;
    line-height: normal;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.boton
{
    background: url(../Componentes/Boton/Imagenes/FondoBoton.png) repeat-x;
    padding: 3px 10px;
    margin-bottom:2px;
    margin-left:5px;
    border-radius:5px; 
    font-size: 10pt;
    color: #2e2e2e;
    border: solid 1px #C4C4C4;
}


.boton:active {
    vertical-align: top;
    opacity:0.5;
}

.boton:hover
{
    background: url(../Componentes/Boton/Imagenes/FondoBoton_hover.png) repeat-x;
    cursor:pointer;
}


.botonTexto {
    font: 800 12px 'Open Sans',serif;
    margin: 0px 0px 10px 0px;
    vertical-align: top;
}

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    padding: 10px;
}

.logo
{
    margin: 0px 0px 0px 15px;    
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: #333;
}

.loginDisplay a:visited
{
    color: #333;
}

.loginDisplay a:hover
{
    color: #333;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/* MAIN */

.lblTitular
{
    font-size:16pt;
    color:#2e2e2e;
}
.lblAvvisoHome {
    font-size: 12pt;
    color: red;
    margin: 0 auto;
    font-weight: bold;
}
.lblSubTitular
{
    font-size:11pt;
    color:#4d4d4d;
}

.lblEncabezado 
{
    font-size:14pt;
    color:#2e2e2e;
    font-weight:bold;
}
.lblSubEncabezado 
{
    font-size:10pt;
    color:#2e2e2e;
    font-weight:bold;
}

.tablaBorde 
{
    border:solid 1px #000;
    background-color:#fff;
    width:100%;
}
.tablaBorde td
{
    border:solid 1px #000;
    padding: 5px;
}

.saltoPagina 
{
    page-break-after:always;
}
.divPrincipal 
{
    page-break-inside:avoid;
}

@media print {
    .ocultarImprimir 
    {
        display:none;
    }
    .mostrarImprimir 
    {
        visibility:visible;
    }
     .optResaltar 
    {
        
    }
}
@media screen {
    
    .mostrarImprimir 
    {
        visibility:collapse;
        display:none;
    }
    .optResaltar 
    {
        border-bottom: solid 1px #000;
    }

}


/********************* PANTALLAS DE MUESTRA DE DATOS *****************************/

    /* Comunes */
    
        .lnkDefault
        {
            font-size: 10pt;
        }
        .lblMuyImportante
        {
            font-size: 36pt; 
            color: #5D5D5D;   
        }
        .lnkMuyImportante
        {
            font-size: 36pt;    
        }
        .txtTextBox
        {
            padding: 4px 8px;    
            width: 75%;
            margin: 0px auto 0px auto;
            border: solid 1px #AAAAAA;
        }
.txtTextBoxAndFirma {
    padding: 4px 2px;
    margin: 0px auto 0px auto;
    border: solid 1px #AAAAAA;
    width: 100%;
}
.txtTextBoxLarge {
    padding: 4px 2px;
    margin: 0px auto 0px auto;
    border: solid 1px #AAAAAA;
    width: 100%;
}
.txtTextBoxLoginLeft {
    padding: 12px 12px 12px 30px;
    background-color: #fff;
    font: 300 30pt 'Open Sans',serif;
    border: solid 1px #AAAAAA;
    border-right: 0px;
    border-radius: 5px;
    height: 50px;
    width: 100%;
}
.txtTextBoxLoginRight {
    padding: 12px 12px 12px 30px;
    background-color: #fff;
    font: 300 15pt 'Open Sans',serif;
    border: solid 1px #AAAAAA;
    border-left: 0px;
    border-bottom: 0px;
    border-radius: 0px 5px 5px 5px;
    height: 50px;
    width: 100%;
}
        .txtRojo 
        {
            color:#FF0000;
        }
        .txtTextBoxMini
        {
            padding: 4px 8px;    
            width: 75px;
            margin: 0px auto 0px auto;
            border: solid 1px #AAAAAA;
            text-align:center;
        }
        .txtTextBoxCalendar
        {
            padding: 4px 8px;    
            width: 100px;
            margin: 0px auto 0px auto;
            border: solid 1px #AAAAAA;
            text-align:center;
        }
        .txtTextBoxBusqueda
        {
            padding: 5px 10px 5px 0px;    
            width: 150px;
            border: solid 1px #AAAAAA;
            font-size:11pt;
            color:#5d5d5d;
        }
    
    /* Cajas de texto */

        .cajaTexto
        {
            background-color:#FFFFFF;
            border: solid 1px #999999;
            border-bottom-left-radius:10px;
            border-bottom-right-radius:10px;
            padding: 10px 10px 20px 10px;
        }

        .cajaCompleta
        {
            background-color:#FFFFFF;
            border: solid 1px #999999;
            border-radius:10px;
            padding: 20px 10px;
        }

        .lblCabecera
        {
            font-size:12pt;
            color:#4E60B0;
            padding: 2px 200px 2px 10px;
            border-radius: 8px;
            background: url(/Imagenes/Cabecera.png) repeat-x;
        }
        
        .lblCabeceraMini
        {
            font-size:12pt;
            color:#4E60B0;
            padding: 2px 20px 2px 10px;
            border-radius: 8px;
            background: url(/Imagenes/Cabecera.png) repeat-x;
        }

        .lblTexto
        {
            font-size:9pt;
            color:#5D5D5D;
        }
        .lblTextoImportante
        {
            font-size:11pt;
            color:#5D5D5D;
        }
        .textoCajaTexto
        {
            padding-left: 20px;    
        }
        
        
/*************** PANTALLAS DE CONFIGURACIÓN **************/

    .divCampo
    {
        width:95%;
        background-color: #F4F4F4;    
        border: solid 1px #E7EEFE;
        margin: 10px 0px 10px 0px;
        padding: 10px 20px 10px 20px;
        margin: 5px;
    }
    .divCampoIzq
    {
        width:25%;
        float:left; 
        padding-right:15px;   
        
    }
    .divCampoDcha
    {
        width:70%;
        float:right;    
        padding-left: 10px;
        padding-top: 10px;
        border-left: solid 1px #C7CECE;
    }
    .divCampoBusqueda
    {
        float:left;
        width:45%;
        background-color: #F4F4F4;    
        border: solid 1px #E7EEFE;
        padding: 10px 15px;
        margin:2px;
    }
    .lblTituloCampo
    {
        font-size:10pt;
        font-weight:600;
        color:#2E2E2E;
    }
    .lblSubTituloCampo
    {
        font-size:8pt;
        font-weight:600;
        color:#A3A3A3;
    }
    .lblCampo
    {
        font-size:9pt;
        font-weight:300;
        color:#2E2E2E;
    }
.lblCampoMini {
        font-size:8pt;
        font-weight:300;
        line-height:90%;
        color:#2E2E2E;
}

/* Modal */

.gradiente 
{
    /*background: -webkit-gradient(linear,left top,left bottom,from(#505050),to(#343434));
    background: -moz-linear-gradient(top,#505050,#343434);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF505050,endColorstr=#FF343434);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF505050, endColorstr=#FF343434)";
    background: -ms-linear-gradient(top,#505050,#343434);
    background: -o-linear-cagradient(top,#505050,#343434);*/

    background: -webkit-gradient(linear,left top,left bottom,from(#31598A),to(#1E3757));
    background: -moz-linear-gradient(top,#31598A,#1E3757);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF31598A,endColorstr=#FF1E3757);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF31598A, endColorstr=#FF1E3757)";
    background: -ms-linear-gradient(top,#31598A,#1E3757);
    background: -o-linear-cagradient(top,#31598A,#1E3757);
}
.gradienteBis
{
    background: rgba(147,206,222,1);
    background: -moz-linear-gradient(top, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(147,206,222,1)), color-stop(41%, rgba(117,189,209,1)), color-stop(100%, rgba(73,165,191,1)));
    background: -webkit-linear-gradient(top, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
    background: -o-linear-gradient(top, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
    background: -ms-linear-gradient(top, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
    background: linear-gradient(to bottom, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf', GradientType=0 );
}
.encabezadoModal
{
    color:#FFFFFF;
    font: 300 9pt verdana;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    border: solid 1px #777777; 
    border-bottom:0px;
    padding:5px 13px; 
    margin:0px;
    max-width:800px;
}
.encabezadoImportante
{
    color:#333333;
    font: 300 10pt verdana;
    border-radius:10px; 
    padding:10px; 
    margin:0px;

    /*Sombra*/

    -webkit-box-shadow: 10px 10px 20px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 20px -6px rgba(0,0,0,0.75);
box-shadow: 10px 10px 20px -6px rgba(0,0,0,0.75);
}
.updateProgress
{
	position:absolute;
	text-align:center;
    top:200px;
    margin:0px auto 0px auto;
    width:100px;
}
.backgroundModal
{
    background-color:#111111;
    filter:alpha(opacity=60);
    opacity:0.60;     
}
.modalBack
{
    padding: 0px 10px 10px 10px;
    background-color:#EEEEEE;
    text-align:right;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    max-height:600px;
    /*max-width:800px;*/
    overflow-y:scroll;
    overflow-x:hidden;
    /*filter:alpha(opacity=90);
    opacity:0.90;*/
}
.modalFront
{
    /*min-width:350px;*/
    background-color:#D5D5D5;
    padding: 15px;
}
.modalFrontBig
{
    /*min-width:800px;*/
    background-color:#D5D5D5;
    padding: 15px;
    text-align:left;
}
.modalClose
{
    width:100%;
    text-align:right;
    position:absolute;    
}
.modalTexto
{
    text-align:center;
    width:100%;    
    font: 300 9pt verdana;
}
.modalBotones
{
    text-align:center;
    width:100%;
}
.modalText
{
    font: 300 9pt verdana;
    color:#333333;
}

/*************GRID*************/

.grd 
{
    width:100%;
    border: solid 1px #777777; 
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    background-color:#31598a;
}

.grd a
{
   
}

.grd_Row
{
    /*height:40px;*/
    font: 300 8pt verdana;
    background-color:#eee;
}

.grd_RowSOP {
    font: 300 8pt verdana;
    background-color: #aaa;
}

.grd_AlternateRow
{
    background-color:#DADADA;
}

.grd_AlternateRowSOP {
    background-color: #fff;
}

.grd_Header
{
    color:#FFFFFF;
    font: 300 9pt verdana;
    /*height:40px;*/
}

.grd_Item
{
    border:0px;
    padding-left:5px;
}

.grd_ItemSOP {
    border: 0px;
    padding-left: 5px;
    background-image: linear-gradient(to right, #1db224 40%, #4ad93f 70%);
    background: #1db224;
    background: -webkit-gradient(linear, left top, left bottom, from(#1db224), to(#4ad93f));
    background: -webkit-linear-gradient(#1db224, #4ad93f);
    background: -moz-linear-gradient(top, #1db224, #4ad93f);
    background: -ms-linear-gradient(#1db224, #4ad93f);
    background: -o-linear-gradient(#1db224, #4ad93f);
    background: linear-gradient(#1db224, #4ad93f);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1db224', endColorstr='#4ad93f');
    zoom: 1;
}

.grd_ItemSOP a{
    color:#000;
}

.grd_ItemCenter 
{
    text-align:center;
}

/*************Progress Bar *************/

.prgTexto 
{
    font-size:10pt;
    color:#FFF;
}

.pgrdivTexto
{
    /*background: rgba(250,250,250,0.2);
    width:auto;*/
}

.prgDetras 
{
    height:15px;
    background:#282828;
    border:2px solid #282828;
    border-radius: 10px;
    box-shadow: 0px 5px 17px rgba(40, 40, 40, 0.5);
    margin: 8px 0px 8px 0px;
}

.prgDelante 
{
    height:15px;
    border-radius: 10px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                        transparent 75%, transparent);
    background-color: #a5df41;
    background-image: linear-gradient(top, #a5df41, #4ca916);            
    
    animation: animate-stripes 3s linear infinite; 
    float:left;            
}

.prgMasDelante 
{
    text-align:center;
    float:left;
    position:absolute;
}

@-webkit-keyframes animate-stripes
{
to {background-position: 30px 0;}
}
@-moz-keyframes animate-stripes
{
to {background-position: 30px 0;}
}

@keyframes animate-stripes
{
to {background-position: 30px 0;}
}



/*****************PRUEBAS*****************/

.fondoImportante {
    background: url(/Imagenes/menu.png) repeat-x;
    /*background: #d2ff52; /* Old browsers */
    /*background: -moz-linear-gradient(top, #d2ff52 0%, #91e842 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2ff52), color-stop(100%,#91e842)); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, #d2ff52 0%,#91e842 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, #d2ff52 0%,#91e842 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, #d2ff52 0%,#91e842 100%); /* IE10+ */
    /*background: linear-gradient(to bottom, #d2ff52 0%,#91e842 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842',GradientType=0 ); /* IE6-9 */
}

/****************TABLA VISUALIZACION PERMISOS****************/

.tablaPermisos 
{

}

.tablaPermisosFilaPrincipal
{
    padding:5px;
}

.tablaPermisosFilaSecundaria
{
    padding:5px;
    background-color: #45cee1;
}

.trTablaPermisos {
    padding:10px;
}

.trAlternoTablaPermisos {
    padding:10px;
}

.tdTablaPermisos {
    padding:10px;
}

/* UPDATE PROGRESS*/

#blur {
    width: 100%;
    moz-opacity: 0.5;
    khtml-opacity: .5;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 120;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#progress {
    z-index: 200;
    position: absolute;
    top: 0pt;
    left: 0pt;
    padding: 5px 5px 5px 5px;
    text-align: center;
}

/* Semaforo */

.semaforo {
    background-size: 5px 5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px;
}

.semaforo:hover {
    opacity:1;
}

.semaforo:active {
    opacity:.5
}

.semaforoRojo {
    background: red;
    box-shadow: 0 0 3px #111 inset, 0 0 10px red;
}

.semaforoAmarillo {
    background: yellow;
    box-shadow: 0 0 3px #111 inset, 0 0 10px yellow;
}

.semaforoVerde {
    background: lime;
    box-shadow: 0 0 3px #111 inset, 0 0 10px lime;
}

.semaforoApagado {
    opacity: .2;
}

.semaforoEncendido {
    opacity: 1;
}

/*Statistics*/

.cajaGrafico {
    margin: 15px;
    padding: 15px;
    border-radius: 3px;
    float: left;
    box-shadow: 3px 3px #ddd;
}
    .cajaGrafico:hover {
        background-color: #fff;
        box-shadow: 6px 6px #ddd;
        opacity:0.8;
    }
.cajaGraficoStandard {
    background-color: #f7f7f7;
}
.cajaGraficoKPI {
    background: rgb(170,246,255);
    background: linear-gradient(267deg, rgba(170,246,255,0.41220238095238093) 0%, rgba(141,194,254,0.3029586834733894) 100%);
}

.tituloEstadisticas {
    margin: 5px;
    padding: 10px;
    font: 600 25px 'Open Sans',serif;
    color: #666;
    /*font-family: 'Open Sans',serif;*/
}
.textoIndicador {
    font: 14px 'Open Sans',serif;
    color:#333;
    white-space:nowrap;
}
.textoNumerico {
    font: bold 30px 'Open Sans',serif;
    color: #666;
}
.textoPorcentaje {
    font: 10px 'Open Sans',serif;
}

.svgEstadisticasFondo {
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    opacity: 0.8;
    float: left;
    margin-right: 20px;
}

.svgEstadisticas {
    font-size: 30px;
    font-weight:bold;
    height:30px;
    width:30px;
}

.verdePorcentaje {
    color: #1be22f;
}

.rojoPorcentaje {
    color: #FF5537;
}
.standard {
    color: #838383;
    background-color: #c3c3c3;
}
.verde {
    color: #1e901a;
    background-color: #91c493;
}
.azul {
    color: #1a6890;
    background-color: #91a8c4;
}
.amarillo {
    color:#b2bf04;
    background-color:#ebfb1b;
}