html {
  width: 100%;
}

body {
    overflow-x: hidden !important;
    font-size: 0.9rem !important;
}

body.show-spinner > main {
  overflow: hidden !important;
}

/* Hide everything under body tag */
body.show-spinner > *{
  opacity: 0 !important;
}

/* Spinner */
body.show-spinner::after{
  content: " ";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0.3);
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  position: fixed;
  z-index: 1;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

.audios
{
  display: none;
}

.dt-buttons
{
  padding-bottom: 1rem !important;
}

#cargando
{
  height: 60px;
  margin: 25px auto;
  width: 100%;
  background:url(../assets/img/global_loader.gif) no-repeat center;
  background-size: cover;
}

.divPermisos
{
    height: 400px !important;
}

.divFiltros
{
    height: 232px !important;
}

.tableDays
{
  height: 500px !important;
}

.divSubPermisos
{
  height: 100px !important;
}

.modal-open .select2-container--open
{
    z-index: 999999 !important; width:100% !important;
}

.bs-actionsbox .btn
{
    padding: .5rem .1rem !important;
    font-size: .6rem !important;
}

.cardNat
{
    border: 1px solid #ececec !important;
    box-shadow: none !important;
}

.cardForza
{
    border: 1px solid #b69329 !important;
    box-shadow: none !important;
}

.cardFalta
{
  border: 1px solid #c43d4b !important;
  box-shadow: none !important;
}

.cardJusty
{
    border: 1px solid #131113 !important;
    box-shadow: none !important;
}

.cardCap
{
    border: 1px solid #3e884f !important;
    box-shadow: none !important;
}

/*.dropdown-menu
{
    position: fixed !important;
}*/

.menu .main-menu ul li a
{
    font-size: 0.75rem !important;
}

.btn
{
    font-size: 0.7rem !important;
}

.text-muted
{
    font-size: 0.9rem !important;
}

textarea.form-control
{
    font-size: 0.65rem;
}

.form-control, .bootstrap-tagsinput
{
    font-size: 0.65rem;
}

.color-theme-5
{
    color: #3e884f;
}

.has-float-label label, .has-float-label > span:last-of-type {
    font-size: 100% !important;
}

body {
    font-size: 0.68rem !important;
}

.icon-button {
    font-size: 11px !important;
}

/* -- File Upload */

.file-upload {
    position: relative;
    height: 8rem;
    margin-bottom: 2rem;
    /*margin-top: 2rem;*/
}

.file-upload .file-upload-input {
    border-radius: .25rem;
    width: 100%;
    border: .125rem dashed rgba(0, 0, 0, .2);
    height: 8rem;
    text-align: center;
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 8rem 0 0 0;
    overflow: hidden;
    z-index: 1;
    transition: .3s ease;
}

.file-upload .file-upload-input:hover {
    border-color: rgba(0, 0, 0, .4);
    background-color: rgba(0, 0, 0, .05);
}

.file-upload span {
    position: absolute;
    top: 0;
    bottom: 0;
    line-height: 8rem;
    width: 100%;
    text-align: center;
    margin: auto;
    z-index: 0;
    left: 0;
    color: rgba(0, 0, 0, .5);
}

.file-upload span i {
    color: #4f7dbb;
    margin-right: 1rem;
}

.file-upload-previews > .MultiFile-label {
    border-radius: .1875rem;
    background-color: rgba(0, 0, 0, .03);
    display: inline-block;
    border: .125rem solid rgba(0, 0, 0, .1);
    padding: 1rem;
    position: relative;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.file-upload-previews span.MultiFile-label {
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 1rem;
}

.file-upload-previews span.MultiFile-label .MultiFile-title {
    position: absolute;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    padding: 1rem;
    bottom: 0;
    font-size: .75rem;
    text-align: center;
    width: 100%;
}

.file-upload-previews span.MultiFile-label .MultiFile-preview {
    max-width: 14rem !important;
    max-height: 7rem !important;
}

.file-upload-previews2 > .MultiFile-label {
    border-radius: .1875rem;
    background-color: rgba(0, 0, 0, .03);
    display: inline-block;
    border: .125rem solid rgba(0, 0, 0, .1);
    padding: 1rem;
    position: relative;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.file-upload-previews2 span.MultiFile-label {
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 1rem;
}

.file-upload-previews2 span.MultiFile-label .MultiFile-title {
    position: absolute;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    padding: 1rem;
    bottom: 0;
    font-size: .75rem;
    text-align: center;
    width: 100%;
}

.file-upload-previews2 span.MultiFile-label .MultiFile-preview {
    max-width: 14rem !important;
    max-height: 7rem !important;
}

.file-upload-previewsUser > .MultiFile-label {
    border-radius: .1875rem;
    background-color: rgba(0, 0, 0, .03);
    display: inline-block;
    border: .125rem solid rgba(0, 0, 0, .1);
    padding: 1rem;
    position: relative;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.file-upload-previewsUser span.MultiFile-label {
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 1rem;
}

.file-upload-previewsUser span.MultiFile-label .MultiFile-title {
    position: absolute;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    padding: 1rem;
    bottom: 0;
    font-size: .75rem;
    text-align: center;
    width: 100%;
}

.file-upload-previewsUser span.MultiFile-label .MultiFile-preview {
    max-width: 14rem !important;
    max-height: 7rem !important;
}

.file-uploaded-images .image {
    height: 15rem;
    display: inline-block;
    margin-bottom: 1.8rem;
    margin-right: 1.5rem;
    position: relative;
}

.file-uploaded-images .image figure {
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
    border-radius: 50%;
    cursor: pointer;
    background-color: red;
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: -1rem;
    top: -1rem;
    content: "";
    text-align: center;
    line-height: 1.5rem;
}

.file-uploaded-images .image figure i {
    color: #fff;
    font-size: 1rem;
}

.file-uploaded-images .image img {
    height: 100%;
}

.file-uploaded-images .image {
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
    height: 10rem;
    display: inline-block;
    margin-bottom: 1rem;
    margin-right: 1rem;
    position: relative;
}

.file-uploaded-images .image figure {
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
    border-radius: 50%;
    cursor: pointer;
    background-color: red;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    right: -0.75rem;
    top: -0.75rem;
    content: "";
    text-align: center;
    line-height: 1.375rem;
}

.file-uploaded-images .image figure i {
    color: #fff;
    font-size: .75rem;
}

.file-uploaded-images .image img {
    height: 100%;
}

.MultiFile-remove {
    line-height: .625rem !important;
}

.ts-remove, .MultiFile-remove {
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
    border-radius: 50%;
    color: transparent;
    position: absolute;
    background-color: red;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    top: -1rem;
    right: 1rem;
    z-index: 1;
}

.ts-remove:after, .MultiFile-remove:after {
    display: block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f00d";
    color: #fff;
    font-size: 1rem;
}

.cardProd
{
    width: 1840px !important;
}

tr.trRed > td
{
    color: #fff !important;
    background-color: #dc3545 !important;
}

tr.trGray > td
{
    color: #fff !important;
    background-color: #5b5b5b !important;
}

.fixed-backgroundSol
{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.fixed-backgroundSolLog
{
    background: url("../../img/loginBg.png") no-repeat center center fixed;
    background-size: cover !important;
    /*opacity: 1 !important;*/
}

.fixed-backgroundSolTrue
{
    background: url("../../img/panel.png") no-repeat center center fixed;
    background-size: cover !important;
    /*opacity: 0.5 !important;*/
}

.navbarLog
{
    background: #fff !important;
}

.navbarTrue
{
    background: #184788 !important;
}

.progress-bannerMenu
{
    height: 100px !important;
}

.progress-bannerMenu img
{
    width: 60px !important;
}

.progress-bannerTuto
{
    height: 100px !important;
}

.progress-bannerTuto p
{
    /*font-size: 1rem !important;*/
}

.progress-bannerTuto img
{
    width: 60px !important;
}

.divCarTuto
{
    height: 140px !important;
    max-height: 140px !important;
}

.spnTxtSup
{
    font-weight: bold;
    margin-left: 5px;
    font-size: 12px;
}

.clssObg
{
    color: red;
}

.pQuetion
{
    margin-bottom: 5px !important;
}

.inpNip::placeholder
{
    opacity: 1.8 !important;
    color: #c4c4c4 !important;
}

/*.thDays
{
    max-width: 10px;
}*/

.thDays
{
    width: 100px;
    max-width: 100px;
}

.divSol, .divSol2, .divSol3
{
    cursor: pointer;
    text-align: center;
}

.nameVaca
{
    font-size: 10px !important;
}

@font-face
{
    font-family: 'gilroy';
    src: url("../font/gilroy/Gilroy-Light.otf") format("opentype");
}

.spnLink
{
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
}

.txtSoni
{
    color: #0A295F;
    font-size: 12px;
}

.txtBtnSoni
{
    font-size: 0.8rem !important;
    line-height: 1.5rem !important;
}

.tableVacations th,
.tableVacations td
{
    width: 30px !important;
    min-width: 30px !important;
}

.spnDays
{
    position: relative;
    top: calc(50% - 12px);
    font-size: 0.85em;
    font-weight: bolder;
}

.tdAsiste
{
    background-color: #ea9999 !important;
    color: #000 !important;
}

.tdDescanso
{
    background-color: #000 !important;
    color: #fff !important;
}

.tdVacaciones
{

}

.tdRetardo
{
    background-color: #2b5396 !important;
    color: #fff !important;
}

.tdCastigo
{
    background-color: #2B8996 !important;
    color: #fff !important;
}

.tdTForaneo
{
    background-color: #c299ea !important;
    color: #fff !important;
}

.tdFinjustifica
{
    background-color: #99ea99 !important;
    color: #000 !important;
}

.tdFJustifica
{
    background-color: #eac299 !important;
    color: #000 !important;
}

.tdIncapacidad
{
    background-color: #99eaea !important;
    color: #000 !important;
}

.tdRetardoJus
{
    background-color: #ffc2cd !important;
    color: #000 !important;
}

.tdDomingoT
{
    background-color: #317873 !important;
    color: #fff !important;
}

.tdEnfermaGral
{
    background-color: #eae374 !important;
    color: #000 !important;
}

.tdBajas
{
    background-color: #ff4e50 !important;
    color: #fff !important;
}

.tdDiasFest
{
    background-color: #edbb99 !important;
    color: #fff !important;
}

.tdPSS
{
    background-color: #900C3F !important;
    color: #fff !important;
}

.badge-lined
{
  background-image: url("../imagenes/empresa/vacaciones.jpeg");
  background-size: contain;
  color: #fff;
}

div.rowHtml p.titulo
{
    color: #000000;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    position: relative;
}
div.rowHtml p.subtitulo
{
    color: #000000;
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    position: relative;
}

div.rowHtml p.texto
{
    color: #000000;
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}

div.rowHtml p.actualizacion
{
    color: #000000;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    position: relative;
}

.btnHtml
{
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    border: 2px solid #0A295F;
    border-radius: 40px;
    background: #0A295F;
    transition: all 0.3s ease 0s;
    padding: 0px 30px 0px 30px;
}

.btnHtml:hover
{
    color: #FFFFFF;
    background: #a9aaad;
    border: 2px solid #a9aaad;
}

.colP-1
{
    /*max-width: 4% !important;*/
    position: relative;
}

.list-thumbnail.xsmall 
{
    font-size: 0.5rem !important;
    height: 25px !important;
    width: 25px !important;
}

.trGrisClaro
{
    background-color: #ccd1d1;
    color: #000;
    font-weight: bold;
    font-size: 12px;
}

.trGris
{
    background-color: #666868;
    color: #000;
    font-weight: bold;
    font-size: 12px;
}

.trTitulo
{
    color: #184788;
    font-size: 18px;
    font-weight: bolder;
}

.trOcre, .trValuesOcre
{
    background-color: #d4ac0d;
    color: #000;
    font-weight: bold;
    font-size: 12px;
}

.trValuesOcreL
{
    background-color: #e0c455;
    color: #000;
    font-weight: bold;
    font-size: 12px;
}

.trValues
{
    background-color: #fff81b;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    /*font-weight: 900 !important; font-size: 16px !important; text-align: right !important;*/
}

.trValuesRed
{
    background-color: #ff1b1b;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}

.trValuesOrange
{
    background-color: #FFA500;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}

/* The Masonry Container */
.masonry {
  margin: 1.5em auto;
  /*max-width: 768px;*/
  column-gap: 1.5em;
}

/* The Masonry Brick */
.item {
  background: #fff;
  padding: 1em;
  margin: 0 0 1.5em;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

/* Masonry on large screens */
@media only screen and (min-width: 1024px) {
  .masonry {
    column-count: 4;
  }
}

/* Masonry on medium-sized screens */
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .masonry {
    column-count: 3;
  }
}

/* Masonry on small screens */
@media only screen and (max-width: 767px) and (min-width: 540px) {
  .masonry {
    column-count: 2;
  }
}

.inpValor
{
    font-weight: 900 !important;
    font-size: 14px !important;
}

.trAmarillo
{
    background-color: #ffc000;
    font-weight: bolder;
    font-size: 14px;
}

.trAzulito
{
    background-color: #b4c6e7;
    font-weight: bolder;
    font-size: 14px;
}

.trCrema
{
    background-color: #fef2cb;
}

.trFoot
{
    background-color: #d8d8d8;
    font-weight: bolder;
    font-size: 14px;
}

#tableGral th, #tableGral td
{
    padding: 0 !important;
    margin: 0 !important;
}

.trName
{
    
}

.trLight
{
    text-align: right !important;
}

.valZero
{
    color: #dc3545;
    text-align: right !important;
}