/*CSS de los sistemas desarrollados en la Sudirección de Información en Salud de los SSH*/
/*Plantilla V8.0*/
/*Autor: Ing. Edgar Bautista Cuadrilla*/

@import "https://ssh.gob.mx/cdnssh/institucional.css";

/*Variables*/
:root {
}
/*-Variables-*/

header{
    font-size:15px;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}

.icon-caret-down{
    margin-left:0.5em!important;
}

.content h1, h2, h3, h4, h5, h6{
    font-family: "Graphik-Semibold";
    margin:0 0 2px 0!important;
}

.encabezado h1, h2, h3, h4, h5, h6{
    margin: 5px 0 5px 0!important;
}

label{
    font-weight: bold;
}

a{
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

nav a:hover, header a:hover{
    text-decoration: none!important;
}

/*Ajuste del ancho del Form para evitar el overflow*/
form{
    max-width: 97%!important;
}

@media (max-width: 550px) {   
    form{
        max-width: 96%!important;
    }
}

/*Incrementar el área util del body en pantallas XXL*/
@media (min-width: 1399.99px) {   
    div.container{
        margin-left: 10%!important;
        margin-right: 10%!important;
        max-width: 80%!important
    }
}

/*Estilos para Tablas*/
table
{    
   font-family: "Graphik-Light";
   font-style: normal;
   font-weight: normal;
   width:100%;  
   font-size:smaller;
   line-height: 125%;
   margin:1em auto;
   border-collapse:collapse;
   border: 1px solid #cccccc;
   font-size: 12px;
}

table thead{
    font-size: 12px;
    color:white;
}

table caption
{
    background: #e6e6e6;
    font-weight: bold;
    font-size: 1.5em;
    padding: 0.3em;
    text-align:center;
}

table th
{
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    padding: 0.2em;
    border-style: none!important;
    background-color: var(--colorInstitucional3);
}

table td
{
    border-style: none!important;
}

table  tr:nth-child(even) 
{
    background: #eee!important;
}

table tr.child:hover{    
    color:black;
}

table  tr.nohov:hover 
{
    background: transparent!important;
    color: white;
}

table  tr:hover 
{
    background: #808080!important;
    color:white;
}

table tr:hover td{
    background: #808080!important;
}

table  td:nth-child(n+2) 
{
    /*font-weight:bold;*/
    text-align: justify;
}

table td:nth-child(1) 
{
    text-align:left;
}

table a{
    color: var(--colorInstitucional);
    font-size: 15px;
    cursor: pointer;
}

table a:hover{
    color: white;
}

.dtfc-fixed-left{
    z-index: 1;
}
/*-Estilos para Tablas-*/

#mensajes{
    display: none;
    position: absolute;
    width: 500px;
    top: 50%;
    margin-top: -120px;
    left: 50%;
    margin-left: -250px;
    text-align: center;
    z-index: 100000;
}

#carga{
    display: none;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -50px;
    text-align: center;
    z-index: 100000;
}

#precarga{
    z-index: 1001;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -50px;
    text-align: center;
    color: white;
}

#precargadiv{
    z-index: 100000000;
    position: fixed;
    top: 0px;
    left: 0px;
    right:0px; 
    bottom:0px;
    background: rgba(0,0,0,.8);
}
/*-Div de Precarga para bloqueos de pantalla-*/

/*Ajuste a tablas de Error */
table.xdebug-error{
    color: black !important;
}

/*Estilo para indicar error en algun campo de Forms*/
.errorstyle{
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1),0 0 10px rgba(200,10,16,0.5);
}

/*Indicadores de Error*/
.tiperror{
    color: red;
    text-align: center;
}

/*Estilo Universal Body y HTML*/
html, body {
    font-family: "Graphik-Light";
    height: 100%!important;
    background: #f0f0f0!important;
}

/*Style Menú Bootstrap*/
.menuinstitucional{
    color: white;
    padding: 0px!important;
    border-radius: 0 0 15px 15px;
}
.menuinstitucional a{
    text-decoration: none;
    color: white!important;
}

.dropdown-menu a{
    color: #212529!important;
}

.dropdown-divider {
    margin: 0.25rem 0!important;
}
.cta {
    font-size: 1.8em;
    margin-left: 0;
}
button#toggleVisibility { 
    background:none; 
    border: none; 
    outline: none; 
    position: absolute; 
    top: .6em; right: 0; 
    padding: 0; 
    color: #bbbbbb; 
}	

.dropdown-item:active {
    color: #fff!important;
    text-decoration: none;
}

a.activaMenu{
    background-color:#f0f0f0 !important;
    color: #000000 !important;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
/*Style Menú Bootstrap*/

/*Ajuste de color Botones*/
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

/*Style para campos file*/
.upload {
    display: none;
}
.uploader {
    border: 1px solid #ccc;
    width: 100%;
    position: relative;
    height: 37px;
    display: flex;
}
.uploader .input-value{
    padding: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    font-family: sans-serif;
    font-size: 16px;
}
.uploader label {
    cursor: pointer;
    margin: 0;
    width: 36px;
    height: 35px;
    position: absolute;
    right: 0;
    font-size: 1.1rem;
    text-align:center;
    background: #f1f1f1;
}

.uploader label:hover {
    background: #ccc;
}

/*Style para checkbox_________*/
/*Input checkbox style*/
.input_wrapper{
    position: relative;
    cursor: pointer;
}

/*caja desactivada*/
.input_wrapper input[type="checkbox"]{
    width: 60px;
    height: 30px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f7c9c4;
    border-radius: 5px;
    position: relative;
    outline: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}

/*boton desactivado*/
.input_wrapper input[type="checkbox"]:not(:checked):after{
    position: absolute;
    content: "no";
    text-align: center;
    color: white;
    line-height: 25px;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 30px;
    background: red;
    border-radius: 5px 0 0 5px;
    -webkit-transition: all .2s;
    transition: all .2s;
    padding-top: 2px;
}

/*boton activado*/
.input_wrapper input[type="checkbox"]:checked:after{
    position: absolute;
    content: "si";
    text-align: center;
    color: white;
    line-height: 25px;
    left: 30px;
    width: 30px;
    height: 30px;
    background: green;
    /*z-index: 2;*/
    border-radius: 0 5px 5px 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    padding-top: 2px;
}

/*caja activado*/
.input_wrapper input[type="checkbox"]:checked{
    background: #bee6cf;
}

/*iconos*/
.input_wrapper input[type="checkbox"] + label .icon, .input_wrapper input[type="checkbox"]:not(:checked) + label .icon:before, .input_wrapper input[type="checkbox"]:checked + label .icon:after{
    position: absolute;
    left:0;
    top:2px;
    cursor:pointer;
    font-size: 18px;
    font-weight: bold;
    -webkit-transition: all .2s;
    transition: all .2s;
}

/*icono uncheck rojo*/
[type="checkbox"]:not(:checked) + label .icon:before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f057";
    color: red;
    margin-left: 36px;
    margin-top: -3px;
}

/*icono check verde*/
[type="checkbox"]:checked + label .icon:after {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f058";
    color: green;
    margin-left: 8px;
    margin-top:-3px;
}

/*Colores iconos export datatables------*/
.dt-button{
    border-radius: 6px!important;
    padding: .1em .5em!important;
    font-size: 20px!important;
}

.buttons-pdf{
    color:#c90909!important;
    background-color: #FBDADA!important;
}

.buttons-excel{
    color:green!important;
    background-color: #DCFADC!important;
}

/*Botones paginación datatables*/
.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 0.2em .7em!important;
    border-radius: 6px!important;
}

/***************** Style para cambiar el fondo de Tooltipster *****************/
.tooltip-inner {
	background-color: #fdfbc6;
	color: black;       
        border: 1.5px solid black;
}
.tooltip.show{
    opacity: 1;
}

/*Style del mensaje de procesando de datatables*/
.dataTables_wrapper .dataTables_processing{
    color: var(--colorInstitucional)!important;
    height: 60px!important;
    padding-top: 20px!important;
}

.showanswers{
    cursor: pointer;
}
.coments{
    size:32;
    height:100px;
    width: 600px;
}

.motivocomision{
    size:32;
    height:42px;
    width: 80%;
}

.tarifa{
    size:32;
    height:40px;
    width: 100px;
}
.motivocomision2{
    size:32;
    height:40px;
    width: 1200px;
}

/*Estilos de labels de INK*/
.ink-label {
    padding: 0 0.35em;
    white-space: nowrap;
}

@media print {
    .ink-label {
        border: 1px solid #000;
    }
}

.ink-label {
  color: #fff;
  font-weight: 300;
  font-size: 0.938em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.ink-label.white {
  background: #fff;
  color: #555;
}
.ink-label.black {
  background: #000;
}
.ink-label.orange {
  background: #ff9c00;
}
.ink-label.red {
  background: #c91111;
}
.ink-label.green {
  background: #4a9b17;
}
.ink-label.blue {
  background: #0f75da;
}
.ink-label.yellow {
  background: #ffd500;
  color: #555;
}
.ink-label.grey {
  background: gray;
}
.ink-label + .ink-label {
  margin-left: .2em;
}

table tbody tr:hover {
    background: #fefbd6!important;
    color: #555!important;
}

table tr:hover td {
    background: #fefbd6!important;
}

.espacio-celda-tablas {
    padding: 5px 10px;
    line-height: 1.3;
}