/* ----------- GENERAL STYLES ----------------------------------------------------------------------------------------*/
* {
    font-family: 'Rubik', sans-serif;
}

.row {
    margin-bottom: 10px !important;
}

.all-height {
    height: 100%;
}

.almost-all-height {
    height: 95%;
}

.align-vertical {
    display: flex;
    align-items: center;
}

.align-vertical i {
    margin-right: 5px;
}

.align-horizontal {
    display: flex;
    justify-content: center;
}

.nav-wrapper {
    margin-left: 1em;
}

.padding-top {
    padding-top: 2em !important;
}

.padding-medium {
    padding: 2em 2em 0 2em;
}

.padding-medium-notop {
    padding: 1em 2em 0 2em;
}

.no-padding {
    padding: 0px;
}

.margin-top-small {
    margin-top: 1em !important;
}

.small-txt {
    font-size: 12px;
}

.ausencia-blue *{
    color: #1d70ac;
}

.margin-bottom-small {
    margin-bottom: 3em !important;
}

.no-margin {
    margin:0 !important;
}

.no-shadow {
    box-shadow: none !important;
}

.no-text-shadow {
    text-shadow: none !important;
}

.no-border {
    border: none !important;
}

.table-center td,.table-center th{
    text-align: center;
}

.icon-card {
    border: 3px solid white;
    background-color: #ffffff;
    position: absolute;
    padding: 20px;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -36px;
    box-shadow: 0px -2px 6px -2px rgba(0,0,0,0.14);
}

.white-txt {
    color: white;
}

.align-right {
    text-align: right;
}

.border-bottom {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px !important;
}

.relative {
    position: relative;
}

.bold {
    font-weight: bold;
}

.tap-target-content {
    color: white;
}

.header-title-icon {
    padding: 1em 1em 0.5em 0 !important;
    margin-bottom: 10px !important;
}

.span-count-search {
    position: absolute;
    right: 0;
    top: -10px;
}

.primary-color {
    background-color: #424242 !important;
}

.primary-color-txt {
    color: #424242 !important;
}

.accent-color-txt {
    color: #d25b5b !important;
}

.blue-color-txt {
    color: #039be5 !important;
}

.danger-color {
    background-color: #f44336 !important;
}

.danger-color-txt {
    color: #f44336;
}

.pointer {
    cursor: pointer;
}

.dropdown-content a {
    display: flex !important;
    justify-content: center;
}

.dropdown-content li > a > i {
    margin: 0;
}

.btn-floating {
    position: fixed;
    bottom: 2em;
    right: 2em;
}

.btn-alignment {
    display: flex;
    align-items: center;
}

.btn-alignment i{
    margin-right: 5px;
}

hr {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.card-image img {
    filter: brightness(80%);
}

.tip {
    background-color: white;
    padding: 15px !important;
    border-radius: 6px;
    box-shadow: 14px 15px 14px 0px #cecece;
    margin-top: 15px;
    margin-top: 15px;
    margin-bottom: 36px;
    border: 1px solid #ddd;
}

.tip h5 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.tip i {
    margin-right: 10px;
}

.tip p {
    font-size: 12px;
}

/* ---- Degradados ------*/
.deg-green {
    background-image: linear-gradient(141deg, #94ceb4 0%, #59b758 51%, #80bf78 75%);
}

.deg-purple {
    background-image: linear-gradient(45deg,#9b3cb7,#ff396f);
}

.deg-orange {
    background-image: linear-gradient(141deg, #ff8935 0%, #e6b770 51%, #ffa53a 75%);
}

.deg-yellow {
    background-image: linear-gradient(45deg,rgba(241,231,103,1), rgba(254,182,69,1));
}

.deg-red {
    background-image: linear-gradient(141deg, #ce9494 0%, #f35353 51%, #d23838 75%);
}

.deg-cyan {
    background-image: linear-gradient(141deg, #94cec9 0%, #53e4f3 51%, #5ec7d2 75%);
}

.deg-orange {
    background-image: linear-gradient(141deg, #ff8935 0%, #e6b770 51%, #ffa53a 75%);
}

.deg-blue {
    background-image: linear-gradient(141deg, #58a1ff 0%, #7aa7e6 51%, #5388ff 75%);
}

.deg-blue-txt {
    color: #58a1ff !important;
}

.deg-midnight {
    background-image: linear-gradient(141deg, #5744a0 0%, #190275 51%, #1d1d82ba 75%);
}

.orange-txt {
    color: #ff810f;
}


.b-green {
    border-left: 5px solid green;
}

.b-red {
   border-left: 5px solid red;
}

/* -------------------- */

.edit-icon {
    position: absolute;
    right: 32px;
}

.delete-icon {
    position: absolute;
    right: 10px;
    color: #f44336;
}

.arrow-collapsible {
    position: absolute;
    right: -20px;
}

.light-shadow {
    box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.25) !important;
}

.btn-extra-small {
    height: 25px;
    line-height: 27px;
    font-size: 10px;
}

.btn-extra-small i {
    font-size: 15px;
}

.chb {
    padding-top: 30px !important;
}

.chb-extras {
    padding-top: 23px !important;
}

.hidden {
    display: none;
}

.material-icons.tooltipped {
    cursor: pointer;
}

.card-action.row.no-margin {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 13px;
}

.card-action.row.no-margin a {
    transition: .3s !important;
    border-radius: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.card-action.row.no-margin a:hover {
    background-color: #dddddd57;
}

/* ---------------------------------- INICIO ------------------------------------------------------------------------ */
.video-background {
    filter: brightness(74%);
    position: fixed;
    top:0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.video-background video {
    min-height: 100%;
    min-width: 100%;
}

.rol-selector div {
    background-image: url("/static/images/nash.png");
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: .3s;
}

.rol-selector div:hover {
    background-image: url("/static/images/nash_red.png");
    height: 100px;
}

.rol-selector h2 {
    font-size: 21px;
    margin: 0;
    color: white;
    text-shadow: 0px 0px 9px grey;
    text-align: center;
    margin-bottom: 80px;
}

.rol-selector > article > p {
    color: white;
    text-shadow: 0px 0px 9px grey;
    text-align: center;
}

.a-logo {
    text-decoration: none;
    color: white;
}

.a-logo h2 {
    font-size: 2.2em;
    margin-bottom: 20px;
}

.carta {
    color: #424242;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 200px;
    background-color: white;
    box-shadow: 0px 0px 7px 0px gray;
    border-radius: 10px;
    margin: 20px;
    transition: .2s;
    text-decoration: none;
}

.carta:hover {
    background-color: #ededed;
    transform: scale(1.02);
}

.carta i {
    font-size: 60px;
}

.carta p {
    font-weight: bold;
}

.logo {
    position: absolute;
    top: 2em;
    left: 2em;
    width: 150px;
}

.logo div {
    background-image: url("/static/images/nash.png");
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: .3s;
}

.logo div:hover {
    background-image: url("/static/images/nash_red.png");
    height: 100px;
}

.login-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.login-header i {
    font-size: 120px;
    text-shadow: 0px 0px 9px gray;
    color: white;
}

.login-header h2 {
    font-size: 30px;
    text-shadow: 0px 0px 9px gray;
    color: white;
    margin: 0;
    margin-bottom: 40px;
    text-align: center;
}

.form-login input {
    float: left;
    width: 100%;
    padding: 15px;
    border-radius: 4px;
    border: none;
    box-shadow: inset 0px 0px 2px 1px #828282;
}

.form-label {
    color: white;
    margin-left: 12px;
    text-shadow: 0px 0px 9px gray;
}

.login-error {
    color: rgb(255, 74, 74);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.btn-login {
    background-color: white;
    border: none;
    color: #424242;
    padding: 10px !important;
    border-radius: 3px;
    cursor: pointer;
    transition: .2s;
    font-weight: bold;
    box-shadow: 0px 0px 2px 1px #8e8e8e;
    margin-left: 12px;
}

.btn-login:hover {
    background-color: #ddd;
}

/* ------------------------------------------- EMPRESA -------------------------------------------------------------- */
.cards-page  .card .card-content {
    padding: 18px;
}

.cards-page .card-content {
    min-height: 72px;
}

.cards-page  .card .card-content p {
    font-size: 12px;
}

.cards-page .card-title {
    text-shadow: 0px 0px 6px black;
}

.cards-page .header-title-icon {
    font-size: 14px !important;
}

.search-select-container {
    padding: 10px !important;
}

.contenedor-empleados-fichaje {
    padding-top: 20px !important;
    padding-bottom: 15px !important;
    border-radius: 3px;
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.30);
}

.contenedor-fechas-fichaje button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-left: 25px !important;
}

.contenedor-fechas-fichaje button i {
    position: absolute;
    left: 10px;
    top: 0px;
}

.modalRechazo {
    height: 270px !important;
}

.li-puestoTrabajo {
    transition: .3s;
    position: relative;
}

.li-puestoTrabajo a {
    color: #2b2b2b;
    display: block;
}

.li-puestoTrabajo:hover {
    background-color: #f4f4f4;
}

.days-container > div {
    margin-bottom: 10px;
}

.descp-incidencia {
    padding-right: 50px;
}

.icons-right {
    position: absolute;
    right: 0;
    top: 30px;
}

.icons-right i {
    margin-right: 10px;
}

.lbl-dia {
    display: flex;
    align-items: center;
    padding-top: 9px;
}

.lbl-dia i {
    margin-right: 8px;
}

.acciones {
    position: relative !important;
    top: 0px !important;
    right: 0px !important;
    margin-right: 3px;
}

.listado-fichajes > ul > li > table th:first-child, .listado-fichajes > ul > li > table td:first-child { padding-left: 30px; }

#listadoEmpresas > li > table td:last-child, #listadoEmpleados > li > table td:last-child { display: flex; }

.lbl-empleado {
    display: flex;
    align-items: center;
}

.total-fichajes tr {
    border-bottom: none;
}

.total-fichajes th {
    border-bottom: 1px solid #ececec;
}

.total-fichajes td {
    padding-top: 3px !important;
}


.total-fichajes th, .total-fichajes td {
    padding: 0px;
    font-size: 10px;
    text-align: center;
}

.empleados-lst {
    margin-top: 5px;
    padding-top: 10px !important;
    border-top: 1px solid #ddd;
    min-height: 265px !important;
    max-height: 281px;
    overflow-y: auto;
}

.empleados-lst-small {
    margin-top: 5px;
    padding-top: 10px !important;
    border-top: 1px solid #ddd;
    min-height: 180px !important;
    max-height: 140px;
    overflow-y: auto;
}

.warning-empleado {
    position: absolute;
    right: 120px;
}

.responsables-lst {
    margin-top: 5px;
    padding-top: 10px !important;
    border-top: 1px solid #ddd;
    min-height: 105px !important;
    max-height: 212px;
    overflow-y: auto;
}

.empleado-item-check {
    position: relative;
}

.empleado-item-check > div {
    padding-top:5px !important;
    padding-bottom:5px !important;
}

[type="checkbox"].filled-in:checked+span:not(.lever):after {
    border: 2px solid #5684c2 !important;
    background-color: #5684c2 !important;
}

.contenedor-fechas-fichaje {
    padding-top: 20px !important;
    padding-bottom: 15px !important;
    border-radius: 3px;
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.30);
    min-height: 320px !important;
}

.margin-right-small {
    margin-right: 10px;
}

#padreDocument{
    z-index: 5;
    width: 100%;
    height: 100%;
    background-color: #0000004f;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#contenedorPreloader {
    width: 20%;
    height: 15%;
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: white;
    border-radius: 6px;
    min-width: 200px;
}

.accion {
    margin-left: 15px;
}

.body-fichajes-empleado {
    padding: 0;
    padding-left: 15px;
}

.deleteFichaje {
    position: absolute;
    right: 5px;
    top: 9px;
    font-weight: bold;
    color: #f44336;
}

.editFichaje {
    position: absolute;
    right: 40px;
    top: 9px;
    color: #ff8e01;
}

.modal {
    width: 80%;
}

.cuerpoFichaje{
    position: relative;
    padding-left: 58px !important;
}

.fichajes-with-header {
    padding-top: 0px;
}

.right-fichaje-headers {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.float-right {
    position: absolute;
    right: 40px;
}

.margin-right {
    margin-right: 20px;
}

.fechaFichaje {
    min-width: 150px;
    display: inline-block;
}

.location-fichaje {
    position: absolute;
    left: 0;
    top: 8px;
}

.secondary-header-fichaje {
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.secondary-header-fichaje > i {
    margin-right: 8px;
}

#modalEdit .modal-content {
    height: 400px;
}

.modal-content .select-dropdown {
    max-height: 300px;
}

.lbl-icon-empleado {
    margin-top: 20px;
    margin-bottom: 25px;
}

.lbl-icon-empleado p {
    height: 24px;
    line-height: 26px;
}

.horario {
    padding-left: 10px !important;
}

.no-empleados {
    display: none;
}

.centros-trabajo .btn-add {
    position: absolute;
    right: 15px;
    top: 15px;
}

.tipos-ausencia .btn-add {
    position: absolute;
    right: 15px;
    top: 15px;
}

/* ------------------------------------------ DOCUMENTOS ------------------------------------------------------------ */
.btn-documents{
    position: absolute;
    top: 10px;
    right: 15px;
    width: 150px;
}

.btn-justificante {
    position: absolute;
    right: 80px;
}

.item-document {
    border-radius: 3px;
    transition: .2s;
}

.item-document:hover {
    background-color: rgba(122, 167, 230, 0.09);
}

.delete-document {
    margin-left: 10px;
}

#modal_upload {
    top: 20px !important;
    height: 600px;
}

#modal_upload .modal-footer {
    position: absolute;
    bottom: 6px;
}

.document:hover {
    text-decoration: underline;
}

.border-column:first-child {
    border-right: 1px solid #ddd;
}

.border-column:last-child {
    border-left: 1px solid #ddd;
}

.list-documents li {
    padding: 5px !important;
    padding-left: 8px !important;
    transition: .3s;
    position: relative;
}

.list-documents li:nth-child(even) {
    background-color: #f5f5f5;
}

.list-documents li:hover {
    background-color: #eaf0ff;
}

.list-documents li i {
    position: absolute;
    right: 10px;
    top: 3px;
}

.list-documents-header {
    position: relative;
}

.list-documents-header i:last-child {
    position: absolute;
    right: 10px;
}

.documento-empleado {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.documento-empleado div:first-child {
    display: flex;
    align-items: center;
}

.documento-empleado div:first-child i {
    margin-right: 15px;
}

/* ------------------------------------------ EMPLEADO -------------------------------------------------------------- */
.entrada, .salida {
    width: 80px;
    text-align: left;
}

.entrada {
    color: green;
}

.green-txt {
    color: green;
}

.salida {
    color: red;
}

.ultima-accion {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin-top: 3px;
    text-align: center;
    border-radius: 7px;
    box-shadow: 0px 0px 4px 1px #e2e2e2;
    cursor: pointer;
    transition: .2s;
    color: white;
}

.ultima-accion.green:hover {
    background-color: #00b200;
}

.ultima-accion.red:hover {
    background-color: #ff6e68;
}

.ultima-accion img {
    margin-right: 15px;
    width: 35px;
}

.ultima-accion p {
    font-weight: bold;
}

.lbl-incidencia {
    margin-left: 20px;
}

.empleados-lst-modal {
    position: relative;
}

.modal_create_fichajes {
    min-height: 555px;
    top: 10px !important;
}

.empleados-lst-modal {
    height: 100px;
    overflow-y: auto;
    border-top: 1px solid #dddd;
    padding-left: 20px;
    padding-right: 20px;
}

.empleados-lst-modal p {
    margin: 0;
    padding: 2px;
}

.input-round {
    border: 1px solid #ddd !important;
    border-radius: 20px !important;
    padding-left: 10px !important;
    margin-right: 5px !important;
}

#categorias span {
    padding-right: 20px;
}

/* --------------------------------------- PORTAL EMPLEADO ---------------------------------------------------------- */
.t-anuncios-i {
    right: 0px;
}

.tablon-anuncios {
    max-height: 384px;
    overflow-y: auto;
    padding-top: 10px;
}

.anuncio {
    border-bottom:1px solid #ddd;
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.anuncio:nth-child(odd) { background-color: #eeeeee
}

.anuncio p {
    margin:0px;
}

.anuncio_fecha {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.anuncio_hora {
    text-align: center;
    font-size: 12px;
}

.anuncio_descripcion {
    font-size: 15px;
}

.solicitud-btn-badge > div {
    position: relative;
    width: 267px;
}

.ausencia {
    position: relative;
}

.badge-number-button {
    background-color: #f44336;
    border-radius: 3px;
    position: absolute;
    color: white;
    padding-left: 7px;
    z-index: 2;
    padding-right: 7px;
    top: -12px;
    left: -10px;
    font-size: 13px;
}

.solicitudes .collection-item {
    overflow: auto;
    transition: .3s;
    border-radius: 3px;
    cursor: default;
}

.solicitudes .collection-item button {
    opacity: 0;
    transition: .3s;
}

.solicitudes .collection-item:hover button {
    opacity: 1;
}

.solicitudes .collection-item:hover {
    background-color: #f4f4f4;
}

#modalTitle {
    margin-bottom: 16px;
}

.modalTitleh5 {
    padding-left: 0 !important;
    padding-bottom: 6px !important;
    border-bottom: 1px solid #ddd;
}

#modalSolicitudCreacion {
    min-height: 500px;
}

.modal-fixed .modal-content {
    max-height: 444px;
    overflow-y: auto;
}

.modal-fixed .modal-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid #ddd;
    background-color: white;
    z-index: 1;
}

/* ----------------------------------------- CALENDARIO --------------------------------------------------------------*/
#loading {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

#calendar {
    max-width: 900px;
    margin: 0 auto;
    /*height: 500px;*/
}

.weekend-day {
    background-color: #e8e8e8;
}

.dialog-message {
    font-size: 12px;
}

/* --------------------------------------- CALENDARIO ANUAL --------------------------------------------------------- */
.cal-month {
    padding: 20px !important;
}

.cal-month p {
    text-align: center;
    margin: 0;
    font-weight: bold;
    margin-top: 10px;
}
.cal-month th {
    font-weight: bold !important;
    text-align: center;
}

.cal-month td {
    font-size: 12px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: center;
    position: relative;
}

.cal-covid {
    background-color: rgba(0,0,0, 0.08);
}

.cal-weekend {
    background-color: rgba(188,207,236,0.29);
}

.cal-festivo {
    background-color: rgba(127, 75, 210, .7);
    color: white;
}

.cal-ausencia {
    background-color: #008000a6;
    color: white;
}

.cal-cuadrante {
    background-color: #9ba061;
    color: white;
}

.cal-baja {
    background-color: rgba(0,148,137, 0.83);
    color: white;
}

.cal-month td {
    height: 53px;
    transition: .2s;
}

.cal-month td:not(:empty) {
    cursor: pointer;
}

.cal-month td:not(:empty):hover {

}

.cal-month td:not(.cal-festivo):not(.cal-ausencia):not(.cal-cuadrante):not(:empty):hover {
    background-color: #ddd;
}


.leyenda {
    border-bottom: 1px solid #ddd;
}

.leyenda article {
    display: flex;
    align-items: center;
}

.leyenda-color {
    width: 50px;
    height: 25px;
    margin-left: 20px;
    margin-right: 20px;
}

.leyenda-color.festivo {
    background-color: rgba(127, 75, 210, .7);
}

.leyenda-color.ausencia {
    background-color: #008000a6;
}

.leyenda-color.cuadrante {
    background-color: #9ba061;
}

.leyenda-color.covid {
    background-color: rgba(0,0,0, 0.08);
}

.leyenda-color.baja {
    background-color: rgba(0,148,137, 0.83);
}

.cal-anual {
    display: flex;
    align-items: center;
}

.info-dia-container {
    z-index: 1;
    position: fixed;
    top:0;
    right:0;
    left:0;
    bottom:0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.1);
    transition: .3s;
}

.info-dia {
    position: relative;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0px 0px 9px -2px #3e3e3e;
    width: 500px;
    min-height: 257px;
    overflow-y: auto;
}

.info-dia .close {
    position: absolute;
    cursor: pointer;
    top: 6px;
    right: 6px;
    font-size: 18px;
    color: #4f4f4f;
    padding: 5px;
    border-radius: 50%;
    transition: .3s;
}

.info-dia .close:hover {
    background-color: #ddd;
}

.info-dia .progress {
    margin: 0 !important;
}

.info-dia-content {
    margin-top: 10px;
    padding: 20px;
    display: none;
}

.info-dia-content h1 {
    margin: 0;
    font-size: 20px;
}

.info-dia-content i {
    font-size: 20px;
}

.f-right {
    display: flex;
    justify-content: flex-end;
}

.info-dia-content .dia_consulta {
    width: 113px;
    padding: 5px;
    border-radius: 8px;
    background-color: #f5f5f5;
    font-size: 16px;
    text-align: center;

}

.dia_fichajes li, .dia_ausencias li {
    font-size: 12px;
    padding-left: 0 !important;
}

.dia_festivo, .dia_cuadrante {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dia_festivo i, .dia_cuadrante i {
    font-size: 40px;
    color: #56844e;
}

.dia_festivo p, .dia_cuadrante p {
    font-weight: bold;
}

/* --------------------------------------------- CURSOS ------------------------------------------------------------- */
.lst-cursos li {
    padding: 10px 20px !important;
    padding-left: 72px !important;
}

.curso {
    padding: 20px !important;
}

.curso img {
    height: 180px;
}

.info-curso {
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-curso * {
    font-size: 12px;
    color: white;
}

.info-curso span {
    margin-right: 5px;
}

.info-curso > div {
    display: flex;
    align-items: center;
    margin-right: 15px;
    padding: 2px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 3px;
}

.info-curso > div i {
    margin-right: 7px;
}

.a-inscripcion:hover {
    cursor: pointer;
}

.a-inscripcion-on {
    color: gray;
}

#inscrito, #noInscrito {
    padding-top: 10px;
}

.card-content .badge {
    margin-top: -10px;
}

.badge-news {
    position: absolute;
    top: -5px;
    right: -5px;
    background: red;
    padding: 4px;
    border-radius: 6px;
    color: white;
    z-index: 1;
    min-width: 30px;
    text-align: center;
}

/* ----------------------------------------- MEDIA QUERYS ----------------------------------------------------------- */
@media (max-width: 700px) {
    .brand-logo {
        font-size: 23px !important;
    }

    .ultima-accion {
        margin-bottom: 15px;
    }

    .entrada, .salida {
        width: 38px;
        text-align: left;
    }

    .listado-fichajes li div {
        font-size: 11px;
    }

    .lbl-incidencia {
        margin-left: 5px;
    }

    .card .card-content .card-title {
        font-size: 13px !important;
        line-height: 15px;
    }


    .info-curso span {
        display: none;
    }

}

@media (min-width: 700px) and (max-width: 993px) {
    .brand-logo {
        font-size: 23px !important;
    }

    .ultima-accion {
        margin-bottom: 15px;
    }

    .entrada, .salida {
        width: 38px;
        text-align: left;
    }

    .listado-fichajes li div {
        font-size: 11px;
    }

    .lbl-incidencia {
        margin-left: 5px;
    }

    .card .card-content .card-title {
        font-size: 15px !important;
        line-height: 15px;
    }
}

@media (min-width: 601px) and (max-width: 763px) {

    .cards-page .card-content {
        min-height: 126px;
    }
}

@media (min-width: 993px) {
    .card .card-content .card-title {
        font-size: 18px !important;
    }
    .cards-page .card-content {
        min-height: 90px;
    }
}

@media (min-width: 1100px) {
    .cards-page .card-content {
        min-height: 72px;
    }
}

.fc-today {
    background: #ffe869 !important;
    font-weight: bold;
}

/* ESTILOS PARA EL POPUP DEL CALENDARIO DONDE SE MUESTRAN LOS EVENTOS */
.tooltipevent{
    width:200px;/*
    height:100px;*/
    background:#ccc;
    position:absolute;
    z-index:10001;
    transform:translate3d(-50%,-100%,0);
    font-size: 0.8rem;
    box-shadow: 1px 1px 3px 0px #888888;
    line-height: 1rem;
}
.tooltipevent div{
    padding:10px;
}
.tooltipevent div:first-child{
    font-weight:bold;
    color:White;
    background-color:#888888;
    border:solid 1px black;
}
.tooltipevent div:last-child{
    background-color:whitesmoke;
    position:relative;
}
.tooltipevent div:last-child::after, .tooltipevent div:last-child::before{
    width:0;
    height:0;
    border:solid 5px transparent;/*
    box-shadow: 1px 1px 2px 0px #888888;*/
    border-bottom:0;
    border-top-color:whitesmoke;
    position: absolute;
    display: block;
    content: "";
    bottom:-4px;
    left:50%;
    transform:translateX(-50%);
}
.tooltipevent div:last-child::before {
    border-top-color: #888888;
    bottom: -5px;
}

ul.tabs > li.tab > a.active{
    background-color: transparent !important;
    color: #2788dc;
}

ul.tabs > li.tab > a{
    color: #72a2cc;
}

ul.tabs > li.tab > a:hover{
    color: #1d70ac;
}

ul.tabs > li.tab > a.active:hover{
    color: #1d70ac;
}

.tabs .indicator{
    background-color: #376db7 !important;
}

.eliminarCurso{
    right: 10px;
    bottom: 5px;
    position: absolute;
    cursor:pointer;
}

.eliminarCurso i{
    color:red;
}

.alertFichaje {
    margin-left: 15px;
    position: absolute;
    top: 7px;
}

.saldo_dia {
    color: green;
    font-size: 12px;
}

.saldo_dia_teorico {
    color: orange;
    font-size: 12px;
}

.btn-paga-extra {
    background-color: orange;
    width: 30px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    margin-left: 8px;
}

.thumb{
    z-index: 9999;
}

.btn-paga-extra:hover {
    background-color: #dd8d00;
}

.lst-fichajes-cabecera {
    display: flex;
    align-items: center;
    font-weight: bold;
}

.lst-fichajes-cabecera i {
    margin-right: 15px;
}

.fichajesPeticion:hover{
    transition: .3s;
    background-color: #d4d4d4;
    cursor: pointer;
}

.descripcionPeticion{
    width: 50%;
    height: 8rem;
}

.contenedorDescripcion{
    display: none;
}

.liSeleccionado{
    background-color:  #bcccec !important;
}

#txtInfo::placeholder{
    color: #65656e;
}

.calendar-employees {
    padding: 0 !important;
}

.calendar-employees .empleados-lst {
    max-height: none;
    min-height: 0px;
    height: 430px;
}

.modal-footer.fixed {
    background-color: white;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #ddd;
}

.peticion-cambio-btn {
    display: inline-flex;
    align-items: center;
    margin-left: 20px;
    font-size: 9px;
    width: 276px;
    justify-content: center;
}

.peticion-cambio-btn i {
    margin-left: 5px;
}

.a-solicitudes-datos {
    width: 250px;
}

.progress {
    margin: 0 !important;
    height: 6px !important;
    display: none;
    background-color: #acceec !important;
}

.progress .indeterminate {
    background-color: #2676a6 !important;
}