/*
Theme Name: GRUDICOM_ADMIN
Theme URI: https://transbuselsalto.com/app
Author: INTERWEB GDL
Author URI: https://interwbgdl.com/
Description: ADMINISTRADOR DE DIESEL
Version: 1.0
Text Domain: iw
*/
/* COLORES THEME  */
.sidebar-dark-primary {
  background: #34495e !important;
}

.mensaje-fijo {
  padding-top: 1em;
  padding-bottom: 1em;
  background: #f30;
  color: #273B59;
  text-align: center;
}

.mensaje-fijo p {
  color: #f0f9ff;
  font-size: 2em;
  text-align: center;
}

.row {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.qr1,
.qr2 {
  display: inline-block;
  width: 45%;
  margin-top: 1em;
  padding-top: 2em;
}


img {
  max-width: 100%;
}

body {
  overflow-x: auto;
}

.content-wrapper {
  overflow-x: auto;
  background-image: url(images/fondo-general.jpeg);
}

.wrapper {
  overflow-x: auto;
  background-image: url(images/fondo-general.jpeg);
}

/***  AGREGA LA FUENTE PARA TODOS LOS TEXTOS DE EL SISTEMA ***/
* {
  font-family: 'lato' sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'lato', sans-serif;
  font-weight: lighter;
  font-style: normal;
}

b {
  font-family: 'lato', sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #2980b9;
}

/*****************
ESTILOS BOTONES
**********/
.download-button {
  border-radius: 10px;
  background-color: #007bff;
  border: none;
  outline: none;
  text-align: left;

  margin-top: 18px;
}

.download-button-content {
  vertical-align: middle;
  color: white;
  margin-top: 5px;
  margin-bottom: 5px
}

/*#################################################
##  CAJA DE FORMULARIO FORM-ROW
#################################################*/
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;

}

.qr-contenido {
  background: #ffffff;
  padding: 0.5em;
  margin: 1.2em;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

/*#################################################
##  AGREGAR COLABORADORAS A BD
#################################################*/

.form-group img {
  max-width: 100%;
  text-align: center;
}

/*FOTO PERFIL*/


/*INPUT FILE*/
.col-center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

input[type="date"] {
  font-size: 14px;
  font-weight: 600;
  color: #34495e;
  display: inline-block;
  transition: all .5s;
  cursor: pointer;
  padding: 5px 10px !important;
  text-transform: uppercase;
  width: fit-content;
  text-align: center;
}


td a {
  text-align: center;
}

input[type="file"] {
  display: block;
  display: none;
}

.fotoPerfilEditar {
  border-radius: 50%;
  width: 250px;
  text-align: center;
  height: 250px;
  display: block;
  margin-left: auto;
  object-fit: cover;
  margin-right: auto;
  margin-bottom: auto;
  margin-top: auto;
}

.containerFotoPerfil {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.container-mi-imagen-editar>input {
  display: none;
}

.container-mi-imagen-editar {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45%;
}

.containerFoto {
  position: relative;
  width: 100%;
}

.container-icon {
  height: 100%;
  text-align: center;
  padding-top: 5px;
}

label[for="mi-imagen-editar"] {
  background-color: #106BA0;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  width: 30px;
  height: 30px;
}

.img-button {
  background-color: #106BA0;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  width: 30px;
  height: 30px;
}

.material-icons.md-18 {
  font-size: 18px;
  cursor: pointer;
}

label[for="mi-imagen"] {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #106BA0;
  display: inline-block;
  transition: all .5s;
  cursor: pointer;
  padding: 15px 40px !important;
  text-transform: uppercase;
  width: fit-content;
  text-align: center;
  -webkit-appearance: none;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  transition: all ease 1s;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1em;


}

label[for="mi-imagen"]:hover {
  background: #313140;
  color: #fff;
}

#contacto-boton {

  font-family: "Lato", sans-serif;
  font-weight: 500;
  background-color: #34495e;
  display: block;
  width: 100%;
  color: #fff;
  padding: 1em 2em;
  border-radius: 5px;
  display: inline-block;
  -webkit-appearance: none;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  transition: all ease 1s;


}

#contacto-boton:hover {
  background: #273c75;
  color: #fff;
}

.submit-btn {

  font-family: "Lato", sans-serif;
  font-weight: 500;
  background-color: #34495e;
  display: block;
  width: 100%;
  color: #fff;
  padding: 1em 2em;
  border-radius: 5px;
  display: inline-block;
  -webkit-appearance: none;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  transition: all ease 1s;


}

.submit-btn:hover {
  background: #273c75;
  color: #fff;
}

.large-btn {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  background-color: #34495e;
  display: block;
  width: 100%;
  color: #fff;
  padding: 1em 2em;
  border-radius: 5px;
  display: inline-block;
  -webkit-appearance: none;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  transition: all ease 1s;
}

.large-btn:hover {
  background: #273c75;
  color: #fff;
}

.large-btn i {
  vertical-align: middle;
}


/*#################################################
##  AGREGAR REGISTRO , ASIGNAR CAMION Y RUTA
#################################################*/

/*GENERALES DE BOOSTRAP*/
.form-control {
  margin-bottom: 1em;

}

.contenido h6 {
  padding-left: 1em;
}

/*FORMAS*/
.registro-inicial {
  max-width: 100%;
  width: 100%;
}

.qr-contenido {
  max-width: 100%;
  width: 100%;
  margin: 0.5em;
  padding: 0.5em;
  padding-top: 1em;
  margin-top: 0;
  margin-bottom: 2em;
  border: 1px solid #cccccc;
  ;
}

/************************************************
/*  TABLES SE MUESTRAN EN RECARGA DIESEL Y VUELTAS
**********************************************/
.table-striped th {
  background-color: #273B59;
  color: #bdc3c7;
  text-align: center;
}

.table-striped tr {
  text-align: center;
}

/*#################################################
##  FASE DE CARGA DE DIESEL
#################################################*/

.boton-activar {
  padding: 0;
  margin: 0;
}

.fa {
  margin-right: 1em;
}


.buscador {
  margin-left: 7px;
  margin-right: 5
}

.buscador label {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #34495e;
}

.buscar {
  padding: 0.5em 1em;
  border-radius: 5px;
  border: 1px solid#bdc3c7;
  box-shadow: 20px 20px 50px grey;
  background: #f0f9ff;
  width: 300px;
}

.buscador button {
  border-radius: 5px;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  margin-top: -3px;
}

.buscador-form {
  max-width: 100%;
  width: 100%;
  margin: 0.5em;
  padding: 0.5em;
  padding-top: 0.1em;
  margin-top: 0;
  margin-bottom: 2em;

}

/*TABLAS*/
.table th,
.table td {
  padding: .3rem;
  ;
}


/*#########################################
## QR DETALLE
#########################################*/
.content-wrapper-qr-detalle {
  margin-left: 0px;
  background-image: url(images/fondo.jpeg);
}

.main-footer-qr-detalle {
  margin-left: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

.detalle-colaborador p {
  padding: 0;
  margin-bottom: 0.5em;
}

/*#########################################
## RESPONSIVE
#########################################*/

@media only screen and (min-width: 200px) and (max-width: 767px) {

  /*HEADER*/
  .logo-header img {
    max-width: 100%;
    width: 30%;
    text-align: center;
  }

  /*IMAGEN EMPLEADO*/
  .img-empleado {
    padding-top: 3em;
    padding-bottom: 1em;
  }

  .img-empleado img {
    width: 80%;
  }
}

/*#################################################
## ESTILOS DE RESTABLECER CONTRASEÑA
#################################################*/
.codigo-email p {
  color: #106BA0;
  font-weight: bold;
}

.codigo-email p:hover {
  color: #273B59;
  font-weight: bold;
  cursor: pointer
}

/**
BOTONES
*/
.excel-button {
  font-size: 1.1em;
  vertical-align: middle;
  border: none;
  outline: none;
  padding: 10px 12px;
  border-radius: 10px;
  background-color: #217952;
  color: white;
  text-align: center
}

.pdf-button {
  font-size: 1.1em;
  vertical-align: middle;
  border: none;
  outline: none;
  padding: 10px 12px;
  border-radius: 10px;
  background-color: #FC0F35;
  color: white;
  text-align: center
}

.table-icon {
  color: #007bff
}



.info-verificar ul {
  outline: none;
  text-decoration: none;
  max-width: 100%;
  width: 100%;
}

.info-verificar ul li {
  display: inline-block;
  max-width: 100%;
  margin-right: 10px;
  width: 45%;
}

.info-verificar img {
  max-width: 100%;
  width: 90%;
  margin-top: -170px;
}

.info-verificar ul li ul {
  padding-top: 1em;

}

.info-verificar ul li ul li {
  max-width: 100%;
  width: 100%;
}

.input-upper {
  text-transform: uppercase;
}

/**********

ESTILOS PARA INPUT DE TIPO FILE

**********/

label[for="mi-imagen"] {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #106BA0;
  display: inline-block;
  transition: all .5s;
  cursor: pointer;
  padding: 15px 40px !important;
  text-transform: uppercase;
  width: fit-content;
  text-align: center;
  -webkit-appearance: none;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  transition: all ease 1s;
  margin-bottom: 1em;
}

label[for="mi-imagen"]:hover {
  background: #313140;
  color: #fff;
}

/** CONTRATOS **/
label[for="contratos-files"] {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #106BA0;
  display: inline-block;
  transition: all .5s;
  cursor: pointer;
  padding: 15px 40px !important;
  text-transform: uppercase;
  width: fit-content;
  text-align: center;
  -webkit-appearance: none;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  transition: all ease 1s;
  margin-bottom: 1em;
}

label[for="contratos-files"]:hover {
  background: #313140;
  color: #fff;
}

/** ARCHIVO DE INCAPACIDAD **/
label[for="incapacidad-file"] {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #106BA0;
  display: inline-block;
  transition: all .5s;
  cursor: pointer;
  padding: 15px 40px !important;
  text-transform: uppercase;
  width: fit-content;
  text-align: center;
  -webkit-appearance: none;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  transition: all ease 1s;
  margin-bottom: 1em;
}

label[for="incapacidad-file"]:hover {
  background: #313140;
  color: #fff;
}


/** INPUTS DE SELECCION DE ARCHIVO EN GENERAL ***/
label[for="input-file"] {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #106BA0;
  display: inline-block;
  transition: all .5s;
  cursor: pointer;
  padding: 15px 40px !important;
  text-transform: uppercase;
  width: 310px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  transition: all ease 1s;
  margin-bottom: 1em;
}

label[for="input-file"]:hover {
  background: #313140;
  color: #fff;
}

label[for="input-file-poliza"] {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #106BA0;
  display: inline-block;
  transition: all .5s;
  cursor: pointer;
  padding: 15px 40px !important;
  text-transform: uppercase;
  width: 310px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  transition: all ease 1s;
  margin-bottom: 1em;
}

label[for="input-file-poliza"]:hover {
  background: #313140;
  color: #fff;
}

label[for="input-file-tarjeta-circulacion"] {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #106BA0;
  display: inline-block;
  transition: all .5s;
  cursor: pointer;
  padding: 15px 40px !important;
  text-transform: uppercase;
  width: 310px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  transition: all ease 1s;
  margin-bottom: 1em;
}

label[for="input-file-tarjeta-circulacion"]:hover {
  background: #313140;
  color: #fff;
}


label[for="input-file-anexos"] {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #106BA0;
  display: inline-block;
  transition: all .5s;
  cursor: pointer;
  padding: 15px 40px !important;
  text-transform: uppercase;
  width: 310px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  transition: all ease 1s;
  margin-bottom: 1em;
}

label[for="input-file-anexos"]:hover {
  background: #313140;
  color: #fff;
}

.input-file-simple {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #106BA0;
  display: inline-block;
  transition: all .5s;
  cursor: pointer;
  padding: 15px 40px !important;
  text-transform: uppercase;
  width: 310px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  transition: all ease 1s;
  margin-bottom: 1em;
}

.input-file-simple:hover {
  background: #313140;
  color: #fff;
}



.check {
  padding-top: 1em;
}

.form-group ul {
  outline: none;
  list-style: none;
}

.form-group li>i {
  padding-top: 3px;
}

.pagination-i-item {
  cursor: pointer;
}



/***+***************
Estilo para los <input> y <label<
***********/
/**********
input, label {
  display:block;
}
*******/



/*********************
Estilos para el selector de imagenes para el incidente
************/

label[for="incidente-img"] {
  background-color: #106BA0;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  width: 60px;
  height: 60px;
}

.incidente-img {
  width: 105px;
  height: 100px;
  border-radius: 8px;
  object-fit: cover;
}

.remove-img-btn-incidente {
  background-color: white;
  border-radius: 100%;
  color: black;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 25px;
  padding: 2px;
  margin: 6px;
}

.clickeable-icon {
  background-color: #f5f5f6;
  padding: 6px;
  border-radius: 100%;
}

.incidente-container-img {
  width: 105px;
  height: 100px;
  position: relative;
  margin-left: 5px;
  display: inline-block;
}

/*******************
 Estilos genericos para el selector de multiples imagenes
***************/
label[for="selector-img-input"] {
  background-color: #106BA0;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  width: 60px;
  height: 60px;
}

.selector-img {
  width: 105px;
  height: 100px;
  border-radius: 8px;
  object-fit: cover;
}

.remove-img-btn-selector {
  background-color: white;
  border-radius: 100%;
  color: black;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 25px;
  padding: 2px;
  margin: 6px;
}

.clickeable-icon {
  background-color: #f5f5f6;
  padding: 6px;
  border-radius: 100%;
}

.selector-container-img {
  width: 105px;
  height: 100px;
  position: relative;
  margin-left: 5px;
  display: inline-block;
}

/* Sobreescribe el estilo de el boton de cerrar modal de Boostrap  */
.close {
  color: black;
  opacity: 1;
  font-size: 25px;
}

/*************************
Estilos para Divs scrolleables
div.scroll {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    display: inline-block;
    padding: 5px;
}
***************/

.scroll {
  width: 100%;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 5px;
}


.scroll::-webkit-scrollbar-thumb {
  border-radius: 8px;
  /* should match background, can't be transparent */
  background-color: #7A7A7A;
}


.scroll::-webkit-scrollbar:horizontal {
  height: 11px;
}

.scroll::-webkit-scrollbar {
  -webkit-appearance: none;
}

.testimonial-group>.row {
  overflow-x: auto;
  flex-wrap: nowrap;
}

/*************
Estilos para los vehiculos
*******/
.vehiculo-img {
  width: 155px;
  height: 150px;
  border-radius: 8px;
  object-fit: cover;
}

/****************
Botones
***************/
.default-btn {
  border-radius: 10px;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  margin-top: 3px;
  color: #fff;
  background-color: #273B59;
  border-color: #273B59;
  box-shadow: none;
  display: inline-flex;
  /* Alinea elementos hijos en línea y permite flexbox */
  align-items: center;
  /* Centra verticalmente */
  flex-direction: row;
  font-weight: 400;
  justify-content: center;
  text-align: center;
  transition: opacity 0.4s ease
    /* Animación suave al pasar el ratón */
}

.default-btn:hover {
  opacity: 0.80;
  transition: opacity 0.4s ease
}

.default-btn[disabled] {
  background-color: #273b59a4;
  border-color: transparent;
  color: #ffffff77;
  cursor: not-allowed;
  transition: none;
  opacity: 1;
}

/****************
Tablas
*****************/

.table-icon {
  color: #007bff;
  cursor: pointer;
}

.table-icon[disabled] {
  cursor: not-allowed;
  color: gray
}

.disabled-table-icon {
  cursor: not-allowed;
  color: gray
}

.input-wrapper {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: baseline;
}

/******************
Estilos para los detalles de los modulos
*****************/
.detail-title-text {
  margin-left: 10px;
}

/******************
Estilos de layout
*****************/
.container-row {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: normal;
}

/******************************
Estilos para Label
*****************************/
/*
input[required] + label:after {
  content: '*';
  color: red;
}
*/

label:has(+ input:required):after {
  content: ' *';
  color: red;
}

/* Label que estara a lado de un boton para mostrar un popup modal(En caso de que el input sea requerido) */
#container-row-label:after {
  content: " *";
  color: red;
}

.required-label:after {
  content: " *";
  color: red;
}


label:has(+ select:required):after {
  content: " *";
  color: red;
}

label:has(+ textarea:required):after {
  content: " *";
  color: red;
}

/**
Label de subtitulo de formulario
**/
.form-subtitle-label {
  font-family: 'lato', sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #2980b9;
}

/**************
Diseños para inputs
***************/
.search-input {
  background-image: url(/static/images/icons/search.png);
  background-position: 10px 9px;
  background-repeat: no-repeat;
  padding: 0.5em 3em;
  border-radius: 5px;
  border: 1px solid#bdc3c7;
  box-shadow: 20px 20px 50px grey;
  background-color: #f0f9ff;
  background-size: 22px;
  width: 100%;
  min-width: 100%;
}

.readonly-input {
  color: gray;
}

/**************
Textos
************/
.error-text {
  color: red;
  font-size: 15px;
}


/*****
Contenedores
*****/
/*
.list-item-container {
  background: none;
  border: 1px solid #cccccc;
  padding: 0.7em;
  padding-top: 0.1em;
  padding-bottom: 0;
  width: auto;
  margin-bottom: 15px;
  height: auto;
  display: flex;
  position: relative;
}
  */
.list-item-container {
  background: none;
  border: 1px solid #cccccc;
  padding: 0.7em;
  padding-top: 0.1em;
  padding-bottom: 0;
  width: auto;
  display: flex;
  height: auto;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}

.list-item-container.selected {
  background: #ccccccbd;
}

/*
.list-item-container:hover {
  background: #ccccccbd;
}
  */

.list-item-text {
  margin-top: 11px;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 65%;
}

.list-item-icon {
  font-size: 2em;
  cursor: pointer;
  flex: 2;
  text-align: end;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 86%;
  transform: translate(0, -50%);
  margin-left: 0.5em;
}