﻿body {
}
/*
    @charset "utf-8";
/* CSS Document */

/* DEFAULTS
----------------------------------------------------------*/
body {
    font-family: Verdana, 'Lucida Grande';
    /*background: url(../Graphics/Gifs/degrado.jpg) no-repeat ;*/
    /*background: linear-gradient(top, #185278, #185278 100px, #185278 100px, #EEEEEE) repeat-x fixed;*/
    /*background: -moz-linear-gradient(top, #c1262d, #c1262d 48px, #fff 48px, #DBDBD7) repeat-x fixed;*/
    /*background: -o-linear-gradient(top, #FFF, #9C9B96 356px, #27292B 356px, #EEEEEE) repeat-x fixed;
    background: -ms-linear-gradient(top, #FFF, #9C9B96 356px, #27292B 356px, #EEEEEE) repeat-x fixed;
    background: -webkit-linear-gradient(top, #FFF, #9C9B96 356px, #27292B 356px, #EEEEEE) repeat-x fixed;*/
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #175278; /*696969*/
    overflow: scroll;
}


#UpdateProgress1 {
    background-color: #CF4342;
    color: White;
    top: 0px;
    right: 0px;
    position: fixed;
}

    #UpdateProgress1 img {
        vertical-align: middle;
        margin: 2px;
    }

#Logos {
    width: 1600px;
    height: 69px;
    /*background-image:url(../Graphics/Capas/parte_arriba.jpg);
	background-repeat:repeat-y*/
}

#LogosInsp {
    width: 100%;
    height: 69px;
    /*background-image:url(../Graphics/Capas/parte_arriba.jpg);
	background-repeat:repeat-y*/
}

/*Interior del formulario, donde se alojan los controles: Pagina Maestra Page.Master*/
#contenedorPagina {
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 10px;
    background-color: #FFFFFF;
    /*background-image:url(../images/supercont_fondo-01.jpg);*/
}

.DataGridFixedHeader {
    position: relative;
    top: expression(this.offsetParent.scrollTop-3); /*this works fine with IE only, but FireFox seems to be ignoring this*/
}

#contenidoDos {
    width: 1024px;
    line-height: 25px;
    min-height: 350px;
    padding-top: 0px;
    padding-left: 15px;
    padding-bottom: 45px;
    margin-top: 37px;
    color: #a32020;
    font-family: Arial, Helvetica, sans-serif;
    /*font-size: 14px;*/
}

#contenidoDos2 {
    width: 1024px;
    line-height: 25px;
    min-height: 350px;
    padding-top: 0px;
    padding-left: 30px;
    padding-bottom: 145px;
    margin-top: 37px;
    color: #006DA3;
    font-family: Arial, Helvetica, sans-serif;
    /*font-size: 14px;*/
}

#contenidoDos3 {
    width: 650px;
    line-height: 25px;
    min-height: 350px;
    padding-top: 0px;
    padding-left: 15px;
    padding-bottom: 45px;
    margin-top: 37px;
    color: #006DA3;
    font-family: Arial, Helvetica, sans-serif;
    /*font-size: 14px;*/
}

#BarraAzul {
    width: 620px;
    height: 35px;
    background-color: #006DA3;
    /*-khtml-border-radius: 10px;*/
    -moz-border-radius: 10px;
    /*-o-border-radius: 10px;
    -ms-border-radius: 10px;*/
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    padding-top: 3px;
    padding-left: 35px;
    float: left;
    top: -31.5px;
    left: 0px;
}

.fixed-columns {
    position: sticky;
    left: 0;
    z-index: 1;
    background-color: #fff;
}


.cuerpoTabla {
    width: 1180px;
    height: 5%;
    background-color: #fcfcfc;
    border-color: black;
}

.cuerpoTabla2 {
    width: 90.99%;
    height: 5%;
    background-color: #fff;
}

/*#gridview {
    margin: 1px;
    border: none;
    background-color: #3c6792;*/
/*}*/

.button {
    width: 350px;
    height: 20px;
    margin: 0 auto;
    background: #4682B4;
    background: -moz-linear-gradient(top, #87CEEB 0%, #4682B4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87CEEB), color-stop(100%,#4682B4));
    box-shadow: inset 0px 0px 6px #fff;
    -webkit-box-shadow: inset 0px 0px 6px #fff;
    border: 1px solid #62C2F9;
    border-radius: 5px;
}

.TextBox {
    background-color: #DED8B4; /*#DED8B4,d7c8c7*/
    border-style: none;
    color: black;
    font-family: Verdana;
    font-size: 9pt;
}

.TextBoxData {
    color: black;
    font-family: Verdana;
    font-size: 8pt;
    text-decoration: none;
}

.TextBoxConsulta {
    background-color: #FFFFFF;
    border-style: none;
    font-family: Verdana;
    color: black;
    font-size: 8pt;
}

.LabelTextBox {
    font-family: Verdana;
    text-align: right;
    font-size: x-small;
    color: Black;
    background-color: #e7e7e7;
    border-Color: inherit;
    margin-right: 0px;
    height: 20px;
}

.anchoCelda {
    width: 99.99%;
}


.Divisiones {
    width: 470px;
    height: 30px;
    text-align: left;
    vertical-align: middle;
    /*background-color: #CCCCCC; 31859C,144B5F*/
    /*position: static;
    background-image: url(../Graphics/Gifs/degrado.jpg);
    background-repeat: repeat;
    width: 50%;
    height: 10%;*/
}

.BarraSuperior {
    background-color: #F0F0F0; /*31859C,144B5F,D4D6D7 */
}

.BarraDivision {
    background-color: #D4D6D7; /*31859C,144B5F*/
    width: 1px;
}

.radio {
    color: black;
    background-color: #CCC;
    border-Color: inherit;
    margin-right: 0px;
    font-family: Verdana;
    text-align: left;
    font-size: x-small;
    font-weight: 700;
}

.divCabecera {
    background-color: #f0f0f0;
    height: 27px;
    font-family: Verdana;
    font-size: xx-small;
    font-weight: 700;
    color: #000;
    border-style: outset;
    border-width: 1px;
}

.MyCalendar .ajax__calendar_container {
    border: 1px solid #646464;
    background-color: White;
    color: blue;
}

/*FIN FORMS ELEMENTS*/
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.fuentetitulos {
    font-family: Verdana;
    text-align: left;
    /*text-decoration: underline;*/
    font-size: x-small;
    color: #F2F1F1;
}

.fuenteCorreo {
    font-family: Verdana;
    text-align: left;
    text-decoration: underline;
    font-size: x-small;
    font-weight: 700;
}

.radios {
    color: black;
    background-color: #CCC;
    border-Color: inherit;
    margin-right: 0px;
    font-family: Verdana;
    text-align: left;
    font-size: x-small;
    font-weight: 700;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    user-select: none;
}

    /* hide the browser's default radio button */
    .radios input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    /* create custom radio */
    .radios .check {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #eee;
        border: 1px solid #ccc;
        border-radius: 50%;
    }

    /* on mouse-over, add border color */
    .radios:hover input ~ .check {
        border: 2px solid #2489C5;
    }

    /* add background color when the radio is checked */
    .radios input:checked ~ .check {
        background-color: #2489C5;
        border: none;
    }

    /* create the radio and hide when not checked */
    .radios .check:after {
        content: "";
        position: absolute;
        display: none;
    }

/* show the radio when checked */
.radio input:checked ~ .check:after {
    display: block;
}

/* radio style */
.radios .check:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.fuenteLabel {
    font-family: Verdana;
    text-align: right;
    font-size: x-small;
    color: Black;
    background-color: Transparent;
    border-Color: inherit;
    margin-right: 0px;
    height: 16px;
}

.fuenteLabelTitulos {
    font-family: Verdana;
    text-align: right;
    font-size: 8pt;
    color: white;
    background-color: #006DA3;
    border-Color: inherit;
    margin-right: 0px;
}

.fuenteLabelTitulos2 {
    font-family: Verdana;
    text-align: left;
    font-size: 8pt;
    color: black;
    background-color: #E1E2E2;
    border-Color: inherit;
    margin-right: 0px;
}

.fuenteLabelDetalle {
    font-family: Verdana;
    text-align: right;
    font-size: 8pt;
    font-weight: 500;
    color: black;
    background-color: #F2F1F1; /*#006DA3;*/
    border-Color: inherit;
    margin-right: 0px;
    /*text-decoration:underline;*/
}

.fuenteLabelDatos {
    font-family: Verdana;
    font-weight: 700;
    font-size: x-small;
    color: #C1262D;
    text-align: right;
    margin-right: 0px;
}

.fuenteLabelDatosCliente {
    font-family: Verdana;
    font-weight: 700;
    font-size: x-small;
    color: #C1262D;
    text-align: left;
    margin-right: 0px;
}

.fuenteDatosConductor {
    font-family: Verdana;
    font-weight: 700;
    font-size: x-small;
    background-color: #f2f1f1;
    color: #b81b0a;
    text-align: left;
    margin-right: 0px;
}

.fuenteLabelDatosTurnos {
    font-family: Verdana;
    font-weight: 700;
    font-size: x-small;
    color: black;
    text-align: right;
    margin-right: 0px;
}

.fuenteLabelDatosWhite {
    font-family: Verdana;
    font-weight: 700;
    font-size: x-small;
    color: #FFFFFF;
    text-align: right;
    margin-right: 0px;
}

.alinearDerecha {
    text-align: right;
}

.rightAlign {
    float: right;
}

.leftAlign {
    float: left;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}
/*FIN PRIMARY LAYOUT ELEMENTS*/

/* BOTONES
----------------------------------------------------------*/

.button, .button:visited { /* botones genéricos */
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0.25px solid rgba(0,0,0,0.25);
    cursor: pointer;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

.button:hover { /* el efecto hover */
    background-color: #111;
    color: #FFF;
}

.button:active { /* el efecto click */
    top: 1px;
}

/* botones pequeños */
.small.button, .small.button:visited {
    font-size: 8px;
}

.blue.button, .blue.button:visited {
    background-color: #F2F1F1;
    font-size: 9px;
    font-family: Verdana,Helvetica;
    font-style: normal;
    text-align: center;
    color: black;
}

    .blue.button:hover {
        background-color: greenyellow;
        color: white;
    }

.red.button, .red.button:visited {
    background-color: black;
    font-size: 11px;
    font-family: Verdana,Helvetica;
    font-style: normal;
    color: white;
}

    .red.button:hover {
        background-color: #cf2a25;
        color: white;
    }

/*FIN BOTONES*/


/* CAJA DIALOGOS
----------------------------------------------------------*/

.autocomplete_completionListElement {
    visibility: hidden;
    margin: 0px 0px 0px 0px !important;
    background-color: #FFFFFF;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: default;
    overflow: auto;
    height: 150px;
    text-align: left;
    list-style-type: none;
}

/* AutoComplete highlighted Item */
.autocomplete_highlightedListItem {
    background-color: #C0C0C0;
    color: black;
    font-size: x-small;
    padding: 1px;
}

/* AutoComplete Item */
.autocomplete_listItem {
    background-color: window;
    color: windowtext;
    font-size: x-small;
    padding: 1px;
}

.CajaDialogo {
    background-color: #FFFFFF;
    border-width: 1px;
    /*border-style: outset;*/
    border-color: #cdcdcd;
    border-radius: 10px;
    width: 350px;
    font-weight: normal;
    font-style: normal;
    font-family: Verdana;
    color: Black;
    padding-top: 7px;
    padding: 2.5px;
}

    .CajaDialogo div {
        margin: 7px;
        text-align: left;
    }

.modalBg {
    background-color: #cccccc;
    filter: alpha(opacity=40);
    opacity: 0.8;
}

/*FIN CAJA DIALOGOS*/


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/


.loginDisplay {
    display: block;
    text-align: left;
    clear: both;
}

/* MISCELANEA
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: 283px;
    height: 142px;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 5px;
    color: Black;
}

    .loginDisplay a:link {
        color: white;
        font-size: x-small;
        font-family: Verdana;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    color: Red;
    text-align: left;
    font-family: Georgia;
    font-size: 8pt;
}

.tdImagen {
    background-image: url(../Graphics/Gifs/Imagen1.png);
    height: 40px;
}

#gridview {
    margin: 1px;
    border: none;
    background-color: #3c6792;
}

.gridview tr {
    text-align: left;
    border-bottom: solid;
    border-color: #FFFFFF;
    border-width: 2px;
    font-size: x-small;
    font-family: Verdana;
}

.gridview th {
    padding: 1px 2px;
    color: black;
    background: #e2e2e2;
    border-left: solid 1px #043A67;
    border-color: #b6b6b6;
    font-family: Verdana;
    font-size: xx-small;
}

.gridview td {
    border-color: #b6b6b6;
    border-width: 1px;
    border-left-color: aqua;
    padding: 5px;
    margin: 1px;
    color: black;
    /*background-color: #f0f0f0;*/
}

.GridViewStyle {
    font-family: Verdana;
    font-size: 11px;
    background-color: White;
}

.GridViewHeaderStyle {
    font-family: Verdana;
    font-size: 15px;
    color: White;
    background: black url(Image/header3.jpg) repeat-x;
}


/*.FixedHeader {
    padding-top: -30px;
    font-weight: bold;
    position: inherit;
    background-color: #006699;
    color: #ffffff;
    height: 25px;
    top: expression(Sys.UI.DomElement.getBounds(document.getElementById<br/>("DataDiv")).y-25);
}*/

/*.fixedHeader {
    width: 104%;
    font-weight: bold;
    position: absolute;
    background-color: #006699;
    color: #ffffff;
    height: 1px;
    top: expression(Sys.UI.DomElement.getBounds(document.getElementById("panelContainer")).y-25);
    margin-top: -40px;
    padding-bottom: -40px;
    padding: 0px 5px 0px 10px;
}*/

/*.fixedHeader {
    width: 1275px;
    font-weight: bold;
    position: absolute;
    background-color: #006699;
    color: #ffffff;
    height: 1px;
    top: expression(this.offsetParent.scrollTop);
    margin-top: -40px;
    padding-bottom: -40px;
    padding: 0px 25px 0px 5px;
}*/

/*.fixedHeader {
    width: 1275px;
    font-weight: bold;
    position: absolute;
    background-color: #006699;
    color: #ffffff;
    height: 1px;
    top: expression(this.offsetParent.scrollTop);
    margin-top: -40px;
    padding-bottom: -40px;
    padding: 0px 25px 0px 5px;
}*/

.DataGridFixedHeader {
    font-size: 11px;
    font-family: Verdana;
    font-style: normal;
    color: white;
    position: relative;
    top: expression(this.offsetParent.scrollTop);
    /*margin-top: -40px;
    padding: 0px -15px 0px 0px;*/
}

.swal-title {
    width: 170px;
    min-height: 25px;
    padding-bottom: 25px;
    position: relative;
    margin-top: 20px;
    border-radius: 10px;
    left: 100px;
    top: -10px;
    padding: 15px 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    background: black url(../Graphics/Icons/Exclamation.png) no-repeat;
    background-color: #f5f6f7;
}

.swal-footer {
    background-color: rgb(245, 248, 250);
    margin-top: 32px;
    border-top: #E9EEF1;
    overflow: hidden;
}

.swal-text {
    font-family: Verdana;
    font-size: 15px;
    color: black;
}

.swal-button {
    padding: 7px 19px;
    border: 1px solid #3e549a;
    border-radius: 3px;
    background-color: #043a67;
    font-family: Verdana;
    font-size: 12px;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

.swalert2-header {
    position: relative;
    margin-top: -10px;
    border: #f5f6f7;
    border-radius: 9px;
    background: black url(../Graphics/Icons/Exclamation.png) no-repeat;
    background-color: #fff;
    font-family: Verdana;
    font-size: xx-small;
    padding: 15px;
}

.message-boddy {
    font-family: Verdana;
    font-size: x-small;
    padding: 7px 19px;
    border: 1px solid #1c84cd;
    border-radius: 15px;
    background-color: #fff;
    font-family: Verdana;
    font-size: 12px;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

.panelBorder {
    border-color: #1d5377;
    border-style: ridge;
    border-width: 1px;
}

#miDiv {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
    #miDiv {
        position: relative;
        left: auto;
        transform: none;
        text-align: center;
    }
}