/*Site.css*/
/*  Versión 2.00: 2018-08-14 Incluye Inspecciones HSEQ
    Versión 3.05 2024-08-07: Se cambió de _SiteLayout.cshtml a _logLayout.cshtml
                             Cambiado background-color: azure para html y body, white para footer
    Versión 3.06 2024-08-24: Incluidos nombres de datatable para formato de /qhseapp/Eventos/Index en eventos_info y eventos_paginate

/*input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-text-fill-color: blue;
    transition: none !important;
}*/
html {
    background-color: azure; /*#e2e2e2;*//*3.05*/
    margin: 0;
    padding: 0;
}

body {
    background-color: azure; /*#e2e2e2;*/ /*3.05*/
    border-top: solid 10px #7ac0da;
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

/*body, html {
    margin-left:1%;
    margin-right:1%;
    margin-bottom:1%;
    margin-top:1%;
    width:98%;
    height:98%;
}*/
a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        background-color: azure;
    }

/*header, footer, hgroup,
nav, section {
    display: block;
}*/

header, footer, hgroup,
section {
    display: block;
}

footer {
    margin: auto;
    background-color: white !important; /*3.05*/
    text-align: center;
    vertical-align: middle;
}

    mark {
        background-color: #a6dbed;
        padding-left: 5px;
        padding-right: 5px;
    }

.float-left {
    float: left;
}

.float-right {
    float: right;
}


.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6{
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

.blanco {
    font-size: 1.75em;
    color:white;
    font-weight:bold;
    
}
/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}
.content-wrapper-modal {
    margin: 0 0 auto;
    max-width: 960px;
}

.content-wrapper-plan {
    margin: 0 0 0 60px;
    max-width: 960px;
}

.content-wrapper-accion {
    margin: 0 5vw 0 5vw;
    max-width: 100vw;
    /*transform: translate(-5vw, -5vw);*/
}

#body {
    background-color: #efeeef;
    clear: both;
    padding-bottom: 35px;
}
/*oit*/
.content-wrapper-oit {
    margin: 0 5vw 0 5vw;
    width: 225vw;
}
#bodyOIT {
    background-color: ghostwhite;
    clear: both;
    padding-bottom: 35px;
    width:225vw;
}
.hrOIT { 
    display: block;
    margin-top: 0.3em;
    margin-bottom: 0.1em;
    margin-left: 0;
    margin-right: auto;
    border-style: inset;
    border-width: 5px;
    border-top: 5px solid #7ac0da;
    border-bottom: 5px solid azure;
    width:225vw;
} 

    .main-content {
        background: url("../Images/accent.png") no-repeat;
        padding-left: 10px;
        padding-top: 30px;
    }

    .featured + .main-content {
        background: url("../Images/heroAccent.png") no-repeat;
    }

header .content-wrapper {
    padding-top: 20px; 
}

footer {
    clear: both;
    background-color:#e2e2e2;
    font-size: .8em;
    height: 100px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.email {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
/*ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }*/


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: azure; /*#e2e2e2;*/
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        /*background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);*/
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        /*padding: 20px 40px 30px 40px;*/
        padding: 0px 40px 0px 40px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

.label_red {
    font-weight: 700;
    color:red;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

label.checkbox {
    display: inline;
}

input, textarea, select {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1em;
    margin: 5px 0 6px 0;
    padding: 3px;
    /*width: auto;*/ /*Planta*/
    width:auto;
}

.ancho{
    width:150px;
}

.ancho450{
    width:1450px;
}
textarea {
    font-family: inherit;
    /*width: 500px;*/
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="submit"],
    input[type="button"],
    button  {
        /*background-color: #d3dce0;*/
        /*border: 1px solid #787878;*/
        cursor: pointer;
        /*font-size: 1.2em;*/
        font-weight: 600;
        padding: 7px;
        /*margin-right: 8px;*/ /*descentra botones en barra de comandos*/
        width: auto;
        background-color: lightblue;
        color:black;
        font-size: 1em;
        border: 3px groove;
        border-color: #f0f0f0 #909090 #909090 #f0f0f0;
        /*display: inline-block;*/
    }

.a_button {
    /*background-color: #d3dce0;*/
    /*border: 1px solid #787878;*/
    cursor: pointer;
    text-decoration:none;
    /*font-size: 1.2em;*/
    font-weight: 600;
    padding: 4px;
    margin-right: 4px;
    width: 120px;
    background-color: lightblue;
    color: black;
    font-size: 1em;
    border: 3px groove;
    border-color: #f0f0f0 #909090 #909090 #f0f0f0;
    /*display: inline-block;*/
}
    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }


    .diagbutt {
    /*background-color: #d3dce0;*/
    /*border: 1px solid #787878;*/
    cursor: pointer;
    /*font-size: 1.2em;*/
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
    width: auto;
    background-color: lightblue;
    color: black;
    font-size: 1em;
    border: 3px groove;
    border-color: #f0f0f0 #909090 #909090 #f0f0f0;
    /*display: inline-block;*/
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight:normal;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/*grids
    ----------------------------------------------------------*/
  .grid { margin: 4px; border-collapse: collapse; width: 100%; position:relative; z-index:0;}
  .grid1{ margin: 4px; border-collapse: collapse; width: 120%; position:relative; z-index:0;}
  .grid2{ margin: 4px; border-collapse: collapse; width: 160%; position:relative; z-index:0;}
  .grid3 { margin: 4px; border-collapse: collapse; width: 90vw; position:relative; z-index:0; font-size:.85em;}
  .grid4 { margin: 4px; border-collapse: collapse; width: 98%; position:relative; z-index:0;}
  .grid th, .grid td { border: 1px solid #C0C0C0; padding: 5px; }
  .grid1 th, .grid1 td { border: 1px solid #C0C0C0; padding: 5px; }
  .grid2 th, .grid2 td { border: 1px solid #C0C0C0; padding: 5px; }
  .grid3 th{text-align:center; border: 1px solid #fff; padding: 2px;} .grid3 td { border: 1px solid #C0C0C0; padding: 2px;}
  .grid4 th, .grid3 td { border: 1px solid #C0C0C0; padding: 2px; }
  .head { background-color: #7ac0da; font-weight: normal; color: black; } /*7ac0da*/
  .alt { background-color: #ccd0d1; color: #000; }
  .gridFooter td{padding: 10px; background-color: #c7d1d6;color: #999;font-size: 12pt;text-align: center;}
  .gridFooter a{font-weight: bold;color: #333; border: 1px #333 solid;}

  /*.gridhidden{ margin: 4px; border-collapse:collapse; width: 100%; }*/
  .gridhidden th, .gridhidden td { border:1px solid transparent ; padding: 5px; }

  .gris{
      background-color:lightgrey;
  }

  .plata{
      background-color:silver;
  }

  .agua{
      background-color:aqua;
  }

span{
    padding-left: 4px;
}

/*.gridisplay{
    display:none}*/



.col1{
    width:  270px;
}

.col2{
    width:  10px;
}
.col3{
    width:  250px;
}
.col4{
    width:  150px;
}
.col5{
    width:  100px;
}

.col6{
    width:  130px;
}

.col7{
    width:  120px;
}

.col8{
    width:  100px;
}

.col9{
    width: auto;
}

.col22{
    width:30px;
}

.col015p{
    width:1.5%;
}

.col025p{
    width:2.5%;
}

.col035p{
    width:3.5%;
}

.col04p{
    width:4%;
}

.col05p{
    width:5%;
}

.col06p{
    width:6%;
}

.col08p{
    width:8%;
}

.col09p{
    width:9%;
}

.col10p{
    width:10%;
}

.col11p{
    width:11%;
}
.col12p{
    width:12%;
}

.col15p{
    width:15%;
}

.col20p{
    width:20%;
}
.col30p{
    width:30%;
}
.col40p{
    width:40%;
}
.col50p{
    width:50%;
}
/*div tablas*/
.table {display:table;border-collapse:separate;border-spacing:5px; align-content:center}
.row {display:table-row;}
.data {display:table-cell;padding:5px;border:1px solid black; font-size: 1em;padding-right:10px}
.data1 {display:table-cell;padding:5px;border:none; font-size: 1em;}/*sin borde*/
.buttons {display:table-cell;padding:5px;border:1px hidden; font-size: 1em}
.colgroup{display: table-column-group;}
.tfoot{display: table-footer-group;}
/*.thead{display: table-header-group;padding:5px;border:1px solid black; font-size: 1.2em}*/
.thead{display: table-cell;padding:5px;border:1px solid black; font-size: 1em; font-weight:800;text-align:center}
.textwrap {margin: 5px 0 6px 0;padding:5px;border:1px solid black;}



/*start: Classes for InFacts*/
/*https://coder-coder.com/display-divs-side-by-side/#grid-method*/
.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    padding-top: 1rem;
}

.cmd-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    padding-top: 1rem;
    margin: auto;
    text-align:center !important;
}

    /*.grid-container input, span{
        float:left;
    }*/

    .wrapper {
        margin: auto;
        max-width: 75rem;
    }

@media (max-width:425px) {
    .grid-container {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}

.row-inf{
    display: table-row;
}

    .row-inf input {/*input:not([type=checkbox])*/
        float: right;
        /*margin: auto !important;*/
        margin: 5px 0 6px 0;
        padding: 3px;
    }

    .row-inf textarea {
        float: right;
        /*margin: auto !important;*/
        margin: 5px 0 6px 0;
        padding: 3px;
    }

/*.row-inf .y {*/
    /*float: left !important;*/
    /*position:absolute;*/
    /*text-align:center;
    background-color:blueviolet;
}*/

.row-inf select  {
    float: right;
    /*margin: auto !important;*/
    margin: 5px 0 6px 0;
    padding: 3px;
    max-width: 180px;

}
.row-inf span {
    /*margin: auto !important;*/
    margin: 5px 0 6px 0;
    padding: 3px;
}


/*end: Classes for InFacts*/

.azure{
    background-color:azure
}

.gainsboro{
    background-color:gainsboro;
}

.text {
    padding: 5px;
    font-size: 1em;
    width: 98%;
}


.colBuscar:hover{
   cursor: pointer;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #333;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

    th a:hover {
        color: #000;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

.tabla{
    width:100%;
    border-collapse: collapse;
    border-spacing: 0px;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    border: 3px thick;
}

.tabla th{
    border: 2px solid black;
    color:white;
    padding:5px;
    background-color: #7ac0da;
}

.tabla td{
    border: 2px solid black;
    padding:5px;
    background-color:ghostwhite;
}

.tablagraf{
    width:100%; 
    margin-left:25%; 
    margin-right:25%;
}

.picker{
    width:100%;
    border-collapse: collapse;
    border-spacing: 0px;
    margin-top: 0.75em;
    border: 3px thick;
    margin-left:auto; 
    margin-right:auto;
}

.picker th{
    border: 2px solid black;
    color:white;
    padding:5px;
}

.picker td{
    border: 2px solid black;
    padding:5px;
    width:5%;
}

/*Oculta modulos en Opciones: usa Session["inhabilitados"]----------*/
.entrenamiento td:nth-child(1){
  display: none;
}
.eventos td:nth-child(3){
  display: none;
}
.tarjetas td:nth-child(5){
  display: none;
}

.oits td:nth-child(7) {
  display: none;
}

.compact td{
  height:10px;
}

/*.compact td:hover{
  color:red;
  font-size: 1.2em;
}*/
/********************
*   Mobile Styles   *
********************/

/*Botones ------------------------------------*/
button.nodisplay, input.nodisplay, textarea.nodisplay, select.nodisplay checkbox.nodisplay /*Elimina el botón, quita el espacio*/
{
    display: none;
}
button.hidden, input.hidden, textarea.hidden, select.hidden, div.hidden /*Oculta el elemento, conserva el espacio*/
{
    visibility: hidden;
}


.buttonlink {
    background-color:transparent;
    border: none;
    font-size:inherit;
    font-style:normal;
    font-weight:normal;
    /*border: 1px solid green;*/
    text-align: center;	
    text-decoration: underline;
}
.buttsize
{
    width: 75px;
    margin:0;
}

.buttsizesmall
{
    width: 35px;
    margin:0;
}

.buttstandard
{
    width: 120px;
    margin:0;
}
.backred
{
    background-color: black;
    color: white;
}

.backred:hover:enabled {
    background-color: red;

}

.backgreen
{
    background-color: black;/*#4CAF50;*/
    color: white;
}

.backgreen:hover:enabled {
    background-color: green;

}

.backblue
{
     /*background-color: #7ac0da;*/
     background-color: lightblue;
     color:black;
     font-size: 1em;
     border: 3px groove;
     border-color: #f0f0f0 #909090 #909090 #f0f0f0;
     display: inline-block;

}

.backyellow
{
    background-color: yellow;/*#4CAF50;*/
    color: black;
}

.buscar{
    background-color: lightblue;
    padding:0,0,;
}

.backdisabled{
    background-color: #C1E1E7;
    color:white;
    pointer-events: none;
    cursor: default;
}

.backmessage {
    pointer-events: none;
    cursor: default;
    font-size: 0.6em;
    color: black;
    background-color: azure;
    border: none;
    padding: 7px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    /*float: right;*/
    position: fixed;
    top: 7%;
    left: 90%;
    z-index: 1;
    /*border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px*/
}

#comandos {
    cursor: default;
    font-size: 1em;
    color: black;
    background-color: azure;
    border: groove;
    padding: 7px 7px 7px 7px;
    text-align: center;
    /*text-decoration: none;*/
    display: inline-block;
    /*text-align:right;*/
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    /*float: right;*/
    position: absolute;
    /*    top: 7%;
    left: 90%;*/
    z-index: 99;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px
}

#comandos_hdr {
    cursor: move; 
}
#copiado{
    font-size: .85em;
    float: right;
    color:darkred;
}
/* start: Clases DataTable para qhseapp*/
#eventos_info, /*3.06*/
#entrenamientos_info,
#cursos_info,
#asistentes_info,
#despachos_info,
#detalle_info,
#kardex_info,
#movimientos_info {
    padding: 10px;
    background-color: #7ac0da;
    color: black;
    font-size: 1em;
    text-align: center !important;
    align-content: center !important;
    float: left;
    /*    list-style-type: none;
    display: inline-block;
    overflow: hidden;  */
}

#eventos_paginate ul li, /*3.06*/
#entrenamientos_paginate ul li,
#cursos_paginate ul li,
#asistentes_paginate ul li,
#despachos_paginate ul li,
#detalle_paginate ul li,
#kardex_paginate ul li,
#movimientos_paginate ul li {
    padding: 10px;
    background-color: #7ac0da;
    color: black;
    font-size: 1em;
    /*    text-align: center !important;
    align-content: center !important;*/
    list-style-type: none;
    display: inline-block;
    overflow: hidden;
}

.dataTables_length,
.dataTables_filter {
    font-size: .75em !important;
}

.buttons-pdf, .buttons-csv {
    display: none !important;
}

/* end: Clases DataTable para qhseapp*/

.txtancho {
    width:500px !important;
}


.backbar
{
     /*background-color: #7ac0da;*/
     background-color: ghostwhite;
     color:black;
     font-size: 1em;
     border: 3px groove;
     border-color: #f0f0f0 #909090 #909090 #f0f0f0;
     display: inline-block;
     width: 100%;
     text-align:center;
}

.boxsizingBorder {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
/*Texto invisible para tamaño celdas grid en edición*/
.cell{
    padding:0;
    margin:0;
    font-size: 1em;
    font-family: Verdana;
    border: 0;
}

.cellgrid{
    font-size: 1em;
    font-family: Verdana;
    display: inline;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border:thick;  /* if you want no box around the input field */
}
.celldisabled{
     font-size: 1em;
    font-family: Verdana;
    display: inline;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border:thick;  /* if you want no box around the input field */
    background-color:transparent;
}
.cellsize{
    height: 0.1px;
    font-size: 0.1em;
    visibility: hidden;
    padding:0;
    margin:0;
    border:0;
}

#mensaje, .flip, .valida {
    font-size: 1.2em;
    padding: 10px;
    text-align: left;
    /*background-color: #f44336;
    color: white;*/
    background-color: transparent;
    color: red;
    /*border: solid 1px #a6d8a8;*/
    border:none;
    margin: auto;
}

.link {
    font-size: 0.7em;
    background-color: #7ac0da;
    /*border: 2px solid gray;*/
    float: left;
    /*border: 1px solid green;*/
    border-width: 2px 2px 0px 2px;
    padding: 7px 12px;
    text-align: center;	
    text-decoration: none;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px;
}

.link:hover {
    background-color: white}

.linkdisabled {
    pointer-events: none;
    cursor: default;
    font-size: 0.7em;
    background-color:azure;
    /*border: 2px solid gray;*/
    border-width: 2px 2px 0px 2px;
    float: left;
    padding: 7px 12px;
    text-align: center;	
    text-decoration: none;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px;
}

.hr { 
    display: block;
    margin-top: 0.3em;
    margin-bottom: 0.1em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 5px;
    border-top: 5px solid #7ac0da;
    border-bottom: 5px solid azure;
    width: 90vw;
} 


.tooltip {
    position: relative;
    display: inline-block;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 180px;
        background: #9FDAEE;
        /*background-color:darkblue;*/
        /*color: #fff;*/
        text-align: center;
        border-radius: 6px;
        padding: 5px 5px;
        position: absolute;
        z-index: 1;
        top: 100%; /*bottom:100%;*/
        left: 50%;
        margin-left: -60px;
        /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
        opacity: 0;
        transition: opacity 1s;
    }

.tooltiptext1 { /*para encabezados h2 necesita disminuir la fuente*/
    /*white-space: pre-line;*/
    visibility: hidden;
    width: 780px;
    background: #9FDAEE;
    font-size: 0.7em;
    font-weight: normal;
    /*background-color:darkblue;*/
    /*color: #fff;*/
    text-align: left;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    top: 100%; /*bottom:100%;*/
    left: 50%;
    margin-left: -60px;
    /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
    opacity: 0;
    transition: opacity 1s;
}

.tooltip:hover .tooltiptext  {
    visibility: visible;
    opacity: 1;
}

.tooltip:hover .tooltiptext1 {
    visibility: visible;
    opacity: 1;
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.custom-file-input::before {
  content: 'Buscar archivo';
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}

.custom-file-input:hover::before {
  border-color: black;
}

.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

button:hover:enabled{
    background-color: #CEF6F5;
}

button:hover:disabled{
    cursor: not-allowed;
    background-color: #C1E1E7;
    color:white;
}


.mensaje-validacion{
    background-color: transparent;
    padding:0;
    color: red;
    font-size: 1em;
}

.centered{
     text-align: center;
 }

.centerall {
  margin: 0 25vw 0 25vw;
}

.menuhidden {
    display:none !important;
}

.centersec {
    margin: 0 18vw 0 18vw;
}
/*Menu ----------------------------------------------*/
/* * {
    margin:0px;
	padding:0px;
} */
			
/* #header {
    margin:auto;
    width:100%;
    font-family:"Segoe UI", Verdana, Helvetica, Sans-Serif;
}

ul, ol {
    list-style:none;
}

.nav > li {
    float:left;
    position:relative;
    
}

.nav li a {
    width:auto;
    font-size: 1.1em;
    background-color: lightblue ;
    color:black;
    text-decoration: none;
    padding:10px 12px;
    display:list-item;
    border: 2px solid;
    border-color: #f0f0f0 #909090 #909090 #f0f0f0;
}

.nav li:hover  > a {
   
    background-color: #a0a0a0;
    border-color: #909090 #f0f0f0 #f0f0f0 #909090;
    color: #ffffff;
    left: 1px;
    top: 1px;
}

.nav li ul {
    right:-50px;
    display:none;
    position:absolute;
    min-width:160px;
    background-color: lightblue ;
    color:black;
    text-decoration: none;
    padding:10px 12px;
    border-color: #f0f0f0 #909090 #909090 #f0f0f0;
    z-index:200;
}

.nav li:hover > ul {
    display:block;
}

.nav li ul li {
    position:relative;
}

.nav li ul li ul {
    right:-185px;
    top:0px;
}

.menuhidden {
    display:none;
}

.nomouse{
    cursor: default;
}

span.menuItemText {}

span.menuItemArrow {
  margin-right: -.75em;
}


.clickable{
    pointer-events:all;
}

.avoidjump{
    display: none;
}

.encabezado{
    font-size:1em;
    color:black;
    font-weight:600;
}

.micro{
    width:1px;
    height:1px;
} */

/*Tarjetas de Observación*/

#tarjeta {
    
    width:100%; 
    margin-left:0%; 
    margin-right:0%;
    font-size: .85em;
    /*font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
  }

#tarjeta table.cat {
    width:70%; 
    margin-left:15%; 
    margin-right:15%;
  }


#tarjeta .backtarjeta
{
     /*background-color: darkcyan;
     border: 2px groove white;
     color:white;*/

     background-color: #7ac0da;
     border: 2px groove white;
     color:black;
     font-size: 1.05em;
}

#tarjeta input, textarea, select {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    /*font-size: .9em;*/
    margin: 5px 0 0px 0;
    padding: 5px;
    width: 250px;
}

#tarjeta .casilla{
    width:auto;
}

#tarjeta button:hover:enabled{
    background-color: #CEF6F5;
    color:black;
}

#tarjeta button:hover:disabled{
    cursor:default;
}

#tarjeta .backdisabled{
    background-color: #C1E1E7;
    color:white;
    pointer-events: none;
    cursor: default;
}

#tarjeta div.ui-datepicker{
 font-size:14px;
}

#tarjeta .backmessage{
    pointer-events: none;
    cursor: default;
    font-size: 1em;
    color: black;
    background-color: azure ;
    border: none;
    padding: 7px 12px;
    text-align: center;	
    text-decoration: none;
    display: inline-block;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    position: fixed; top: 11.5%; left: 28%
}

#tarjeta .acap{
    pointer-events:all;
    cursor:auto;
    font-size: 1em;
    color: black;
    background-color: azure ;
    border: none;
    padding: 7px 12px;
    text-align: center;	
    text-decoration:underline;
    display: inline-block;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    position: fixed; top: 11.5%; left: 28%
}

#estado .estado_doc {
    pointer-events: none;
    cursor: default;
    font-size: .6em;
    color: black;
    background-color: mediumvioletred;
    border: none;
    padding: 7px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    position: fixed;
    top: 8%;
    left: 90%
}

.caracteres {
    font-size: .7em;
}

.roundbutton{
    font-size: .8em;
    width: 25px;
    height:25px;
    color: black;
    /*background-color: azure ;
    border: none;*/
    background-color: #7ac0da;
    /*border: 2px groove white;*/
    padding: 0px 0px 0px 0px;
    text-align: center;	
    display: inline-block;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.mas {
    width: 60%;
    text-align:right;
}

.iconbutton {
    background-color:transparent;
    border:0;
    height:40px;
    width:40px;
}

 .squares div {
    /* these styles will let the divs line up next to each other
       while accepting dimensions */
    display: block;
    float: right;
    font-family:Wingdings; 
    font-size: 1em;
    width: 20px;
    height: 20px;
    /*background: black;*/
    /* a small margin to separate the blocks */
    margin-right: 3px;
}

.temafont{
     font-size: 0.8em;
     background-color:transparent;
     border:none;
}

.descargar{
    font-style:italic;
    text-decoration:underline;
}

.hyd{
    font-size: 1em;
    color: darkblue;
    text-decoration:underline;
    text-decoration-color: darkblue;
}

/*QByC*/

.qbycshow {
    background-color: azure;
    cursor: pointer;
    color: cadetblue !important;
}
.butt {
    /*background-color: #d3dce0;*/
    /*border: 1px solid #787878;*/
    cursor: pointer;
    /*font-size: 1.2em;*/
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
    background-color: lightcyan;
    color: black;
    font-size: 1em;
    border: 3px groove;
    border-color: #f0f0f0 #909090 #909090 #f0f0f0;
    width: 400px;
    /*display: inline-block;*/
}

.verde {
    background-color: green;
    color: white;
    /*width: 150px;*/
    /*text-align:center;*/
}

.amarillo {
    background-color: yellow;
    color: black;
    /*width: 150px;*/
    /*text-align: center;*/
}

.biche {
    background-color: chartreuse;
    color: black;
    /*width: 150px;*/
    /*text-align: center;*/
}

.rojo {
    background-color: red;
    color: white;
    /*width: 150px;*/
    /*text-align: center;*/
}

.azul {
    background-color: darkblue;
    color: white;
    /*width: 150px;*/
    /*text-align: center;*/
}

.madera {
    background-color: sandybrown;
    color: black;
    /*width: 150px;*/
    /*text-align: center;*/
}

.gris {
    background-color: gray;
    /*width: 150px;*/
    color: black;
}

.rosa {
    background-color: hotpink;
    color: black;
    /*width: 150px;*/
}
.aqua{
    background-color:aqua;
    color:black;
}

.simbolo { /*clase del span a modo de botón que acompaña al input de QByC*/
    display: inline-block;
    box-shadow: inset 3px 3px 3px rgba(255,255,255,.7), inset -2px -2px 3px rgba(0,0,0,.1), 2px 2px 10px rgba(0,0,0,.1);
    width: 60px; /* Ancho del botón */
    border: 2px solid #7ac0da ; /* Borde #9b9bff*/
    text-align: center; /* Alineación del texto */
    text-shadow: -1px -1px rgba(0,0,0,.2); /* Sombra del texto */
    border-radius: 5px; /* Bordes redondos */
    padding: 0, 10px, 0, 0;
}

.y {
    display: none;
    box-shadow: inset 3px 3px 3px rgba(255,255,255,.7), inset -2px -2px 3px rgba(0,0,0,.1), 2px 2px 10px rgba(0,0,0,.1);
    width: 60px; /* Ancho del botón */
    border: 2px solid #7ac0da; /* Borde #9b9bff*/
    text-align: center; /* Alineación del texto */
    text-shadow: -1px -1px rgba(0,0,0,.2); /* Sombra del texto */
    border-radius: 5px; /* Bordes redondos */
    /*padding: 0px;*/
    /*margin: 10px;*/
    /*background-color: aqua;*/
    float: right;
}

.qbyc-label {
    display: inline-block;
    border: 10px none !important;
    font-size: 1.2em !important;
    font-weight: bold !important;
    padding: 10px;
}

.activar {
    cursor: pointer;
    pointer-events:all;
    background-color: lightblue !important;
    color: black !important;
}
.desactivar {
    cursor: not-allowed;
    pointer-events: none;
    background-color: #C1E1E7 !important;
    color: white !important;
}


/*tooltips*/
.tooltipbb {
			border-bottom: 1px dotted #000000; color: #000000; outline: none;
			cursor: help; text-decoration: none;
			position: relative;
		}
		.tooltipbb span {
			margin-left: -999em;
			position: absolute;
		}
		.tooltipbb:hover span {
			border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
			box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
			font-family: Calibri, Tahoma, Geneva, sans-serif;
			position: absolute; left: 1em; top: 2em; z-index: 100;
			margin-left: 0; /*width: 250px;*/
            width:250px;
		}
		.tooltipbb:hover img {
			border: 0; margin: -10px 0 0 -55px;
			float: left; position: absolute;
		}
		.tooltipbb:hover em {
			font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
			display: block; padding: 0.2em 0 0.6em 0;
		}
		.classic { padding: 0.8em 1em; }
		.custom { padding: 0.5em 0.8em 0.8em 2em; }
		* html a:hover { background: transparent; }
		.classic {background: #FFFFAA; border: 1px solid #FFAD33; }
		.critical { background: #FFCCAA; border: 1px solid #FF3334;	}
		.help { background: #9FDAEE; border: 1px solid #2BB0D7;	}
		.info { background: #9FDAEE; border: 1px solid #2BB0D7;	}
		.warning { background: #FFFFAA; border: 1px solid #FFAD33; }


/*
 * jQuery Nivo Slider v2.3
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/*End nivo slider*/

/*@media only screen and (max-width: 600px) {
    .nav li {
        width:120px;
    }

    .nav li > a {
        width:120px;
    }

}*/

/*2.10 2022-08-20 Nueva clase video.responsive, para presentar video 
*/
.video-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: auto;
    overflow: hidden;
}

    .video-responsive iframe,
    .video-responsive object,
    .video-responsive embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


/*Clases del widget dialog*/
/*.ui-dialog, .ui-dialog, .ui-widget, .ui-widget-content, .ui-corner-all, .foo, .ui-draggable, .ui-resizable {
    background: yellow !important
}*/
.ui-dialog-titlebar {
    background: #7ac0da !important
}


/*start modal styles*/
/*Efecto*/
.modalmask {
    position: fixed;
    font-family: Arial, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

    .modalmask:target {
        opacity: 1;
        pointer-events: auto;
    }

/*Formato de la ventana*/
.modalbox {
    width: 400px;
    position: relative;
    padding: 5px 20px 13px 20px;
    background: #e2e2e2;
    border-radius: 3px;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
    border: 6px solid #7ac0da;
}

/*Movimientos*/
.movedown {
    margin: 0 auto;
}

.rotate {
    margin: 10% auto;
    -webkit-transform: scale(-5,-5);
    transform: scale(-5,-5);
}

.resize {
    margin: 10% auto;
    width: 0;
    height: 0;
}

.modalmask:target .movedown {
    margin: 10% auto;
}

.modalmask:target .rotate {
    transform: rotate(360deg) scale(1,1);
    -webkit-transform: rotate(360deg) scale(1,1);
}

.modalmask:target .resize {
    width: 800px;
    height: 380px;
}

.modalbox-personal {
    width: 800px;
    position: relative;
    padding: 5px 20px 13px 20px;
    background: #e2e2e2;
    border-radius: 3px;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
    border: 6px solid #7ac0da;
   
}

.modalmask:target .resize-personal {
    width: 800px;
    height: 900px;
}

/*Centra contendio*/
.container-center {
    position: relative;
    margin: 30px;
    /*padding-top: 3rem;*/
}

.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.centrado {
    margin: auto !important;
}

.centratext {
    text-align:center !important;
}

/*Boton de cerrar*/
.close {
    background: #606061;
    color: gainsboro;
    line-height: 25px;
    position: absolute;
    right: 1px;
    text-align: center;
    top: 1px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 3px;
}

    .close:hover {
        background: #7ac0da;
        color: azure;
    }

.hrmodal {
    display: block;
    margin-top: 0.3em;
    margin-bottom: 0.1em;
    margin-left: 0;
    margin-right: auto;
    border-style: inset;
    border-width: 5px;
    border-top: 5px solid #7ac0da;
    border-bottom: 5px solid azure;
    width: 40vw;
}
/*end modal styles*/

/*3.00 nuevas clases*/
/*.logo {
    width: 15%;
    height: auto;
}*/

.ini{ /*formato de los vínculos de Inicio*/
    font-size:large;
    font-weight:bold;
}

.centralogo { /*formato del logo del cliente en Inicio*/
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
}

table#entrenamientos.dataTable tbody tr.hilite {
    background-color: yellow;
}

