﻿body {
    font-family: Calibri;
    background-color: #dcdcdc;
    font-weight: bolder;
    font-size: 15px;
    margin: 0 auto;
}
.BarraStyle {
    height: 25px;
    width: 500px;
}

.textoincio {
    color: #B3B6B7;
}

.BarraStyle::-webkit-progress-bar {
    height: 25px;
    width: 500px;
    background: #fff;
}
.BarraStyle::-webkit-progress-value {
    background: red;
}
select {
    border-radius: 4px;
}

.cabezera {
    background-color: #0073b5;
    height: 20px;
    color: white;
    padding: 10px;
    font-size: 18px;
    text-align: left;
    border-bottom-color: #de6a31;
    border-bottom-style: solid;
}

.piepagina {
    background-color: #0073b5;
    height: 20px;
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    margin-top: 100%;
    border-bottom-color: #de6a31;
    border-bottom-style: solid;
}

.menup {
    height: 200px;
    text-align: center;
    margin: 0 auto;
}

.logo {
    height: 125px;
    width: 300px;
    float: left;
    padding-top: 50px;
}

.submenu {
    height: 175px;
    width: 950px;
    float: left;
}

.opciones {
    height: 65px;
    text-align: left;
    padding-top: 20px;
}

.barra {
    height: 40px;
    text-align: left;
    background-color: #A4A4A4;
    margin-top: 25px;
    width:850px;
}

.menu {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .menu li {
        margin: 0px;
        padding: 0px;
        float: left;
        position: relative;
        box-shadow: 2px 2px 4px 1px #000;
    }

        .menu li a {
            display: block;
            width: 170px;
            height: 24px;
            padding: 6px;
            line-height: 30px;
            text-decoration: none;
            text-align: center;
            color: black;
            position: relative;
            border-left: 2px solid #333;
            font-weight: bold;
            font-size: 14px;
        }

            .menu li a:hover {
                background-color: #0073b5;
                color: White;
                box-shadow: 2px 2px 4px 1px #000;
            }

    .menu ul {
        position: absolute;
        left: 10px;
        top: 36px;
        margin: 0px;
        list-style: none;
        padding: 0px;
        opacity: 0;
        transition: opacity .35s ease .2s;
        -webkit-transition: opacity .35s ease .2s;
        -moz-transition: opacity .35s ease .2s;
        -o-transition: opacity .35s ease .2s;
        visibility: hidden;
    }

        .menu ul li a {
            border-bottom: 3px solid #de6a31;
            border-left: none;
            display: block;
            text-align: left;
            background-color: #D8D8D8;
        }

    .menu li:hover ul {
        opacity: 1;
        visibility: visible;
        background-color: Aqua;
    }

/*Controles de escritura*/
input[type="text"] {
    padding: 3px 10px;
    font-weight: bold;
    border-color: #0073b5;
}

input[type="password"] {
    text-transform: uppercase;
    padding: 3px 10px;
    font-weight: bold;
    border-color: #0073b5;
}

input[type=radio] {
    display: none;
}

.radio label {
    font-size: 15px;
    font-weight: bold;
}

input[type=radio]:checked ~ label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 15px;
    color: #de6a31;
}

    input[type=radio]:checked ~ label:before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 10px;
        position: absolute;
        left: 0;
        bottom: 0px;
        background-color: #0073b5;
        box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
    }

.radio label:before {
    border-radius: 8px;
}

input[type=radio]:checked + label:before {
    content: "\2022";
    color: #de6a31;
    font-size: 25px;
    text-align: center;
    line-height: 16px;
}

input[type=checkbox] {
    display: none;
}

.checkbox label {
    font-size: 13px;
    font-weight: bold;
}

    .checkbox label:before {
        border-radius: 5px;
    }

input[type=checkbox]:checked + label:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: #de6a31;
    font-weight: bold;
    font-style: oblique;
    padding: 2px;
    background-color: #0073b5;
    text-align: center;
    line-height: 25px;
    margin: 25px;
    padding: 0px;
}

select {
    text-transform: uppercase;
    padding: 1px 10px;
    font-weight: bold;
    border-color: #0073b5;
    background: url("./Imagenes/ddl.png") no-repeat right #fff;
    border: 2px solid #0073b5;
}
/**/

.contenedor {
    width: 1000px;
    border: solid 0px red;
    margin: 0 auto;
    height: 100%;
    padding-top:0px;
}

@media screen and (max-width:1152px) {
.contenedor{padding-top:170px; width:auto}
    .opciones {
        display: none;
    }

    li {
        display: block;
    }
}

.topnav {
    display: none
}

.headerclass:hover {
    background-color: #0073b5;
    color: White;
    box-shadow: 2px 2px 4px 1px #de6a31;
}

.contentclass:hover {
    background-color: #dcdcdc;
    box-shadow: 2px 2px 4px 1px #de6a31;
}

.padding {
    width: 135px;
    text-align: right;
}

.padding2 {
    width: 135px;
    text-align: center;
}

.Calendario {
    text-transform: uppercase;
    padding: 10px;
    border-top: 5px;
    border-top-color: #0073b5;
    border-top-style: solid;
    border-bottom: 5px;
    border-bottom-color: #de6a31;
    border-bottom-style: solid;
    background-color: white;
    border-radius: 0px 0px 10px 10px;
    color: black;
}

.CalendarFechaInicial
{
    position:relative;
}
.CalendarFechaFinal {
    position: relative;
}

.ajax__calendar_header {
    font-size: 15px;
}

.ModuloFac {
    height: 80px;
    width: 670px;
    border: solid 1px gray;
    margin-top: 20px;
    margin-left: 20px;
    border-style: outset;
    box-shadow: 1px 1px 1px 1px #000;
}

.ModuloFac2 {
    height: 175px;
    width: 750px;
    margin-left: 10px;
    margin-top: -13px;
}

.ModuloFac3 {
    height: auto;
    width: 800px;
    margin-left: 10px;
    margin-top: -13px;
}

.ModuloFac3-1 {
    height: 120px;
    width: 670px;
    border: solid 1px gray;
    margin-top: 20px;
    margin-left: 20px;
    border-style: inset;
    box-shadow: 1px 1px 1px 1px #000;
}

.ModuloFac3-2 {
    height: 175px;
    width: 670px;
    border: solid 1px gray;
    margin-top: 20px;
    margin-left: 20px;
    border-style: outset;
    box-shadow: 1px 1px 1px 1px #000;
}

.ModuloFac3-3 {
    height: 230px;
    width: 670px;
    border: solid 1px gray;
    margin-top: 20px;
    margin-left: 20px;
    border-style: inset;
    box-shadow: 1px 1px 1px 1px #000;
}

.ModuloFac3-4 {
    height: 95px;
    width: 670px;
    border: solid 1px gray;
    margin-top: 20px;
    margin-left: 20px;
    border-style: outset;
    box-shadow: 1px 1px 1px 1px #000;
}

.ModuloFac3-11 {
    height: 165px;
    width: 670px;
    border: solid 1px gray;
    margin-top: 20px;
    margin-left: 20px;
    border-style: outset;
    box-shadow: 1px 1px 1px 1px #000;
}

.ModuloFac3-4-1 {
    width: 670px;
    height: 90px;
    padding-bottom: 25px;
    margin-top: 20px;
    margin-left: 20px;
    overflow: hidden;
}

.ModuloFac3-5 {
    height: 195px;
    width: 670px;
    border: solid 1px gray;
    margin-top: 20px;
    margin-left: 20px;
    border-style: inset;
    box-shadow: 1px 1px 1px 1px #000;
}

.ModuloFac3-6 {
    height: 195px;
    width: 760px;
    border: solid 1px gray;
    margin-top: 20px;
    margin-left: 20px;
    border-style: inset;
    box-shadow: 1px 1px 1px 1px #000;
}

.ModuloFac3-7 {
    height: 265px;
    width: 670px;
    border: solid 1px gray;
    margin-top: 20px;
    margin-left: 20px;
    border-style: inset;
    box-shadow: 1px 1px 1px 1px #000;
}

.ModuloFac3-7-1 {
    height: 175px;
    width: 670px;
    margin-left: 10px;
    margin-top: -13px;
}

.ModuloFac3-8 {
    height: 400px;
    width: 670px;
    margin-top: 20px;
    margin-left: 20px;
}

.ModuloFac3-8-1 {
    height: 400px;
    width: 670px;
    overflow: hidden;
    margin-left: 10px;
    margin-top: 30px;
}

.ModuloFac9 {
    height: 175px;
    width: 670px;
    margin-left: 10px;
    margin-top: -13px;
}

.ModuloFac9-1 {
    height: 175px;
    width: 670px;
    border: solid 1px gray;
    margin-top: 20px;
    margin-left: 20px;
    border-style: inset;
    box-shadow: 1px 1px 1px 1px #000;
}

.ModuloFac10 {
    height: 400px;
    width: 670px;
    margin-left: 10px;
    margin-top: -13px;
}

.ModuloFac10-1 {
    height: 400px;
    width: 670px;
    margin-top: 20px;
    margin-left: 20px;
}

.options {
    margin-left: 30px;
}

.div-altura {
    height: 34px;
}

.controls {
    width: 300px;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

#content {
    width: 900px;
    margin: 0px auto;
    padding: 2em 1em;
}

#Background {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #A4A4A4;
    /*filter: alpha(opacity=80);*/
    opacity: 0.8;
    z-index: 100000;
}

#Progress {
    position: fixed;
    top: 40%;
    left: 40%;
    height: 30%;
    width: 19%;
    z-index: 100001;
    filter: alpha(opacity=80);
    background-image: url('imagenes/loading.gif');
    background-repeat: no-repeat;
    background-position: center;
    color: white;
}

.lblEstado {
    padding-left: 40px;
}

.CompletionList {
    margin-top: 10px;
    padding: 3px;
    height: 120px;
    width: 200px;
    overflow: auto;
    background-color: white;
    filter: alpha(opacity=80);
    opacity: 0.8;
    box-shadow: 2px 2px 2px 2px #000;
    font-family: Calibri;
    font-weight: bold;
}

.CompletionListItem {
    color: black;
    font-size: 15px;
}

.CompletionListHighlightedItem {
    background-color: #0073b5;
    padding: 5px;
    font-size: 17px;
    color: white;
    font-weight: bold;
    border-bottom-color: #de6a31;
    border-bottom-style: solid;
}

.GridTop {
    background-image: url(imagenes/GridTop.gif);
    background-repeat: repeat;
    height: 23px;
}

.GridTopDoble th {
    background-image: url(imagenes/GridTop2.gif);
    background-repeat: repeat;
    border-left: solid 1px black;
    border-right: solid 1px black;
    height: 25px;
}

.GridTopDoble2 th {
    background-image: url(imagenes/GridTop2.gif);
    background-repeat: repeat;
    height: 25px;
}

.GridTopTriple th {
    background-image: url(imagenes/GridTop3.gif);
    background-repeat: repeat;
    border-left: solid 1px black;
    border-right: solid 1px black;
    height: 60px;
}

.GridRow {
    background: White;
    font-family: Arial;
    font-size: 8pt;
    border: solid 1px white;
    text-align: center;
}

.GridAlternateRow {
    background: Silver;
    font-family: Arial;
    font-size: 8pt;
    border: solid 1px Silver;
    text-align: center;
}

/*Mensajes*/
.alertify {
    position: fixed;
    z-index: 99999;
    top: 50px;
    left: 45%;
    width: 700px;
    margin-left: -275px;
    border-bottom-color: #ff0000;
    border-bottom-style: solid;
}

    .alertify:hover {
        background-color: #dcdcdc;
        box-shadow: 2px 2px 4px 1px #de6a31;
        border-radius: 10px;
    }

.alertify-hidden {
    top: -50px;
    visibility: hidden;
}

.alertify-logs {
    position: fixed;
    z-index: 5000;
    bottom: 10px;
    right: 10px;
    width: 300px;
}

.alertify-log {
    display: block;
    margin-top: 10px;
    position: relative;
    right: -300px;
}

.alertify-log-show {
    right: 0;
}

.alertify-dialog {
    padding: 25px;
}

.alertify-resetFocus {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.alertify-inner {
    text-align: center;
    font-size: 18px;
}

.alertify-text {
    margin-bottom: 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
}

.alertify-buttons {
}

.alertify-button {
    /* line-height and font-size for input button */
    line-height: 1.5;
    font-size: 100%;
    display: inline-block;
    cursor: pointer;
    margin-left: 5px;
}

@media only screen and (max-width: 680px) {
    .alertify,
    .alertify-logs {
        width: 90%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .alertify {
        left: 5%;
        margin: 0;
    }
}

/**
 * Default Look and Feel
 */
.alertify,
.alertify-log {
    font-family: sans-serif;
}

.alertify {
    background: #FFF;
    border-top: 20px solid #0073b5; /* browsers that don't support rgba */
    box-shadow: 0 3px 3px rgba(0,0,0,.3);
    -webkit-background-clip: padding; /* Safari 4? Chrome 6? */
    -moz-background-clip: padding; /* Firefox 3.6 */
    background-clip: padding-box; /* Firefox 4, Safari 5, Opera 10, IE 9 */
}

.alertify-text {
    border: 1px solid #CCC;
    padding: 10px;
}

.alertify-button {
    color: #FFF;
    font-weight: bold;
    padding: 6px 15px;
    text-decoration: none;
}

    .alertify-button:active {
        position: relative;
        top: 1px;
    }

.alertify-button-cancel {
    background-color: #de6a31;
}

.alertify-button-ok {
    background-color: #0073b5;
}

.alertify-log {
    background: #1F1F1F;
    padding: 15px;
    color: #FFF;
}

.alertify-log-error {
    background: #084B8A;
}

.alertify-log-success {
    background: #084B8A;
}

/*Reportes*/

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.61);
    position: absolute;
    top: 0;
    bottom: -440px;
    left: 0;
    right: 0;
    display: none;
}

.modal {
    width: 800px;
    position: absolute;
    top: 15%;
    z-index: 1020;
    background-color: #084B8A;
    display: none;
    height: 850px;
}

.modal-header {
    background-color: #084B8A;
    color: #FFF;
}

    .modal-header h3 {
        margin: 0;
        padding: 0 10px 0 10px;
        line-height: 40px;
    }

        .modal-header h3 .close-modal {
            float: right;
            text-decoration: none;
            color: #FFF;
        }

.modal-footer {
    background-color: #F1F1F1;
    padding: 0 10px 0 10px;
    line-height: 40px;
    text-align: right;
}

.modal-body {
    padding: 0 10px 0 10px;
    height: 800px;
}
