@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;500&display=swap');

html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    background: #e7e7e7 !important;
  }
  
.full-height {
    height: 100%;
}
.container-bottom {
    width: 100% !Important;
    background-color: #5CBCEE;
    min-height: 150px;
    font-size: 12px;
    font-family: "Verdana","Poppins", sans-serif;    
}

.container-top{
    border: 0px solid #000000;
    background: #FFFFFF;
}

.container-center{
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    background: white;
    background: -webkit-linear-gradient(#FAFDFC, #CFD1D0);
    background: -moz-linear-gradient(#FAFDFC, #CFD1D0);
    background: -o-linear-gradient(#FAFDFC, #CFD1D0);
    background: linear-gradient(#FAFDFC, #CFD1D0);
    border: 0px solid #000000
}
.jumbotron-inicio-session {
    background-color: #eeeeee !important;
    
}
.jumbotron-inicio-session p {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 200;
}
.jumbotron-inicio-session h1 {
    color: #610B21;
    font-size: 45px;
}

/*header*/
.jumbotron-header {
    padding: 0.5rem;
    margin-bottom: 2rem;
    background-color: #FFFFFF;
    /* border-radius: 0px 0px 15px 15px; */
}
.header-title {
	font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #000000;
    margin-top: 28px;
    margin-left: 15px;
}
.container-header {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}


.btn.btn-warning {
    color: #FFFFFF !important;
    background-color: #FFD100 ;
}

.btn-success, .btn-success:hover, .btn-success:active, .btn-success:visited {
    background-color: #50B8B1 !important;
    border-color: #50B8B1 !important;
}
.center-label {
    margin-bottom: 0;
    text-align: center;
}

.table-overflow {
    height: 50vh;
    overflow-y: none;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

@media (max-height: 920px){
    .table-overflow {
        overflow-y: scroll;
    }
}
.title-fragment {
    margin: 10px;
}
.modal-content {
    width: 76vh !important;
}
.modal-content-tasa {
    width: 100vh !important;
    margin-left: -12%;
}

.modal-content-establecimiento {
  width:175vh !important;
  margin-left: -60%;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    background-position: right calc(1.375em + .1875rem) center !important;
}
.form-control.is-valid, .was-validated .form-control:valid {
    background-position: right calc(1.375em + .1875rem) center !important;
}


.form-group-personalizado {
  margin-bottom: 0 !important;
}

tfoot input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}

tfoot {
    display: table-header-group;
}

/**sppiner*/
.overlay{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2000;
    background: rgba(255,255,255,0.8) url("gif/loader.gif") center no-repeat;
}
/* Turn off scrollbar when body element has the loading class */
body.loading{
    overflow: hidden;   
}
/* Make spinner image visible when body element has the loading class */
body.loading .overlay{
    display: block;
}
/**********/

.estado-equis {
    background-image: url("gif/remove.png");
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.estado-tilde {
    background-image: url("gif/refresh.png");
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.no-sort::after { 
    display: none!important; 
}

.no-sort::before { 
    display: none!important; 
}

.no-sort { 
    pointer-events: none!important; 
    cursor: default!important; 
}
.p-0 {
  padding: 0 !important;
}
.m-0 {
  margin: 0 !important;
}
.breadcrumb {
  background-color: transparent;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-left: 0;
}

.breadcrumb a {
  color: #98a6ad;
}
.media {
  margin-top: 25px;
}

.media:first-child {
  margin-top: 0;
}

.page-title-item {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 16px;
}
.page-title-box .page-title-item {
    margin-bottom: 5px;
    float: initial;
    font-size: 20px;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #98a6ad;
  content: "/\00a0";
}
.page-title {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 16px;
}
.page-title-box .page-title {
    margin-bottom: 5px;
    float: initial;
    font-size: 20px;
}

.page-title-box .breadcrumb {
    float: inherit;
    background-color: white;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #313a46;
  font-family: 'Roboto', sans-serif;
  margin: 10px 0;
}
.h1, h1 {
  font-size: 36px;
}

.h2, h2 {
  font-size: 30px;
}

.h3, h3 {
  font-size: 24px;
}

.h4, h4 {
  font-size: 18px;
}

.h5, h5 {
  font-size: 15px;
}

.h6, h6 {
  font-size: 12px;
}

.boton-columna-oculto {
    display: none !important;
}

.table td, .table th {
    padding: .40rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 13px;
    font-family: "Verdana","Poppins", sans-serif;
}

table {
  width: 100% !important;
}

thead {
  width: 100% !important;
}

.dataTables_scrollHeadInner {
  min-width: 100%;
}

.form-button { 
	min-width: 82px; 
  max-width: 13vh; 
  text-align: center;
}
.action-button { 
	min-width: 27px;
  max-width: 27px;
  min-height: 20px;
  max-height: 22px;
  margin-left: 0px;
  padding-top: 0px !important;
  padding-left: 7px !important;
}

/* Text colors */
.text-custom {
  color: #348cd4 !important;
}

.text-white {
  color: #ffffff !important;
}

.text-danger {
  color: #f7531f !important;
}

.text-muted {
  color: #98a6ad !important;
}

.text-primary {
  color: #3456d4 !important;
}

.text-warning {
  color: #ff9800 !important;
}

.text-success {
  color: #78c350 !important;
}

.text-info {
  color: #45bbe0 !important;
}

.text-inverse {
  color: #3b3e47 !important;
}

.text-pink {
  color: #F06292 !important;
}

.text-purple {
  color: #8892d6 !important;
}

.text-dark {
  color: #313a46 !important;
}
.vertical-center{
  width: 90%;
  height: 50vh;
  align-items: stretch;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.fa-blank {
    visibility:hidden !important;
    cursor: default;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .1rem .4rem;
    font-size: 1rem;
    line-height: 1;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;    
}

.font-size-mensaje-wizard {
  font-size: 14px;
}

/* Fix width TH Table columna Acciones */
.w-cero {
  width: auto !important;
}

/* Fix alineación centrada de los inputs */
.centrado-vertical {
  display: flex;
  align-items: center;
}

/* Fix footer Height */
@media (max-height: 780px) {
  .fix-footer {
    margin-bottom: 20%;
  }
}

@media (max-height: 550px) {
  .fix-footer {
    margin-bottom: 33%;
  }
}

/* Fix Footer Width */
@media (max-width: 1400px) and (max-height: 559px) {
  .fix-footer {
    margin-bottom: 20%;
  }
}

@media (max-width: 991px) and (max-height: 500px) {
  .fix-footer {
    margin-bottom: 55%;
  }
}

@media (max-width: 850px) {
  .fix-footer {
    margin-bottom: 70%;
  }
}

@media (max-width: 730px) {
  .fix-footer {
    margin-bottom: 80%;
  }
}

@media (max-width: 470px) {
  .fix-footer {
    margin-bottom: 125%;
  }
}

/* Fix Footer Login Width */
@media (max-width: 1365px) {
  .fix-footer-login {
    margin-bottom: 29%;
  }
}

@media (max-width: 1200px) {
  .fix-footer-login {
    margin-bottom: 35%;
  }
}

@media (max-width: 890px) {
  .fix-footer-login {
    margin-bottom: 40%;
  }
}

/* Fix Footer Login Height */
@media (max-height: 600px) {
  .fix-footer-login {
    margin-bottom: 19%;
  }
}

@media (max-height: 490px) {
  .fix-footer-login {
    margin-bottom: 33%;
  }
}

table.dataTable tbody tr.selected {
  color: black !important;
  background-color: #dcf1fc !important;
}

.home-indicadores .card{
  height:100%;
  width: auto;
}

/* object-fit: cover; indica que la imagen no se deforme */
.home-indicadores .card img{
  height: 200px;
  object-fit: cover;
}

.scrollable{
  overflow-y: hidden;
  overflow-x: hidden;
  max-height: 600px;
}

.title-card {
  font-size: larger;
    font-weight: bold;
    margin: 0;
}