/* Custom MENU */

body[data-sidebar=dark] .vertical-menu, body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul ul {
    /* Menu lateral */
    background-color: #3d7a22!important;
}

body[data-sidebar=dark] .navbar-brand-box {
    /* Menu arriba (Logo) */
    background-color: #3d7a22!important;
}

body[data-sidebar=dark] #sidebar-menu ul li a i, 
body[data-sidebar=dark] #sidebar-menu ul li a, 
body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a {
    /* letras-icono del menu */
    color: #f0f0f0;
}

body[data-sidebar=dark] #sidebar-menu ul li a:hover i, 
body[data-sidebar=dark] #sidebar-menu ul li a:hover, 
body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a:hover {
    /*menu en hover*/
    color: #fff!important;
    background-color: #a5b529 !important;
    font-weight: 600;
}

body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul ul,
body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul li:hover a{
    /*menu pequeño en hover*/
    background-color: #a5b529!important;
}

body[data-sidebar=dark] .mm-active .active {
    /* Menu activo */
    color: #fff!important;
    background-color: #a5b529 !important;
    font-weight: 600;
}

/* general */
.cursor-pointer{
    cursor:pointer;
}

/* Barra Scroll */
*::-webkit-scrollbar {
    width: 8px;     /* Tamaño del scroll en vertical */
    height: 8px;   /* Tamaño del scroll en horizontal */
    /* display: none; */ /* Ocultar scroll */
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(59, 59, 59, 0.5); 
    border-radius: 10px;
}


    /* Scroll filtros abiertos */

    .row.row_ots {
        transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -webkit-transform: rotateX(180deg);
    }

    .row_ots .resumen_ots {
        transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -webkit-transform: rotateX(180deg);
    }

/* Fin Barra Scroll */


/* Botones paginacion Datatables */
.dataTables_wrapper.dt-bootstrap4 .row .col-sm-12.col-md-5 {
    display: none;
}

.dataTables_wrapper.dt-bootstrap4 .row .col-sm-12.col-md-7 {
    flex: none;
    max-width: none;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination    {
    display: flex;
    justify-content: center;
}

div.dataTables_paginate ul.pagination .page-item.active a.page-link {
    z-index: 3;
    color: #fff;
    background-color: #556ee6;
    border-color: #556ee6;
}

div.dataTables_paginate a.page-link {
    border-radius: 30px !important;
    margin: 0 3px;
    border: none;
    width: 32px;
    height: 32px;
    padding: 0;
    text-align: center;
    line-height: 32px;
}

div.dataTables_paginate ul.pagination a.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #74788d;
    background-color: #fff;
   /* border: 1px solid #ced4da;*/
}

div.dataTables_paginate ul.pagination .page-link:hover {
    z-index: 2;
    color: #1f3dd0;
    background-color: #eff2f7;
}
/* Fin Botones paginacion Datatables */

/* Botones varios datatable */
.dataTables_wrapper .dt-buttons  button.buttons-colvis{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.dataTables_wrapper .dt-buttons  button.buttons-page-length {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.dataTable td.nowrap{
    white-space: nowrap;
}


/* Fin Botones varios datatable */

/* Table */

.fecha_linea td:first-child{
    white-space: nowrap;

}


/* Tamaño menú */

div.vertical-menu {
    width: 215px;
}

.main-content {
    margin-left: 215px;
}

.navbar-brand-box {
    width: 215px;
}

@media (max-width: 576px) {
    .navbar-brand-box {
        width: 100px;
    }
}


.footer {
    left: 0px;
    position: fixed;
    height: 50px;
  }
/* Fin Tamaño Menú */

/* checkbox Tipo Cliente */
.custom-control.custom-checkbox.mb-3.tipo_cliente {
    display: inline-flex;
}

/* Fin Checkbox Tipo Cliente */

    /* Corte palabras clientes */
.cartel-cliente p.text-muted {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

    /* cursor: pointer */
.personal_tabs:hover {
    cursor: pointer;
}

.title-client {
    width: 90%;
}

.form-toggle-text#form_text_name {
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;

}


/* tabs clientes */

div.personal_tabs {
    border: 2px solid transparent;
}

div.personal_tabs:hover,  div.personal_tabs.active {
    border: 2px solid #2a3042;
}

.flex-1 {
    flex: 1 !important;
}

/* tabs Contactos Clientes */

.fondo_tab_contacto:not(.active) {
    background: #ff9f2875;
    border: 2px solid #fff !important;
    border-bottom: none !important;
}

/* Checkbox seccion proyecto */
.check_custom::before {
    width: 2rem;
    height: 2rem;
}
.check_custom::after {
    width: 2rem;
    height: 2rem;
}

/* Fin Tabs Clientes */

/* Inputs Formularios */

.select2-container .select2-selection--multiple {
    min-height: 27px;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 1px;
    margin-bottom: 1px;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0px;
}

.color_select {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
}

/* Selecctor imágenes */
.inputfile {
	width: 0.1px;
    height: calc(1.5em + .5rem + 2px);
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
    font-size: 1.25em;
    font-weight: 700;
    color: #495057;
    display: inline-block;
    border-radius: .2rem;
    padding: .25rem .5rem; 
    font-size: .71094rem;
    font-weight: 400;
    line-height: 1.5;
    height: calc(1.5em + .5rem + 2px);
    border:1px solid #ced4da;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.inputfile:focus + label,
.inputfile + label:hover {
    color: #495057;
    background-color: #fff;
    border-color: #b1bbc4;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.inputfile + label {
    cursor: pointer; 
}

.inputfile + label * {
	pointer-events: none;
}


/* CUSTOM BOOTSTRAP */
.col-0-1 {
    max-width: 5.33%;
}

.col-hr {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 95%;
}

a .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    /* height: 37px; */
}

.personal_prepend {
    height: 27px;
}

.avatar-user{
    font-size: 11px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #556ee6;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    height: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
}

.white-space-pre {
    white-space: pre;
}

.clickable-row:hover {
    cursor: pointer;
}

.w-50 {
    max-width: 40%;
}

.bg_local {
    background-color: #e5e4e4;
}

.bg-focus{
    background-color: #556ee661;
  }

.bg_area {
    background-color: #eee;
}

/* .nav-tabs-custom .nav-item .nav-link:not(.active) {
    border-bottom: 2px solid #74788d !important;
} */

/* AUTOCOMPLETE */
.autocomplete-suggestions {
    border: 2px solid #3399ff;
    background: #F4F4F4;
    cursor: default;
    overflow: auto
}
.autocomplete-suggestion {
    padding: 2px 5px;
    font-size: 1.2em;
    white-space: nowrap;
    overflow: hidden
}
.autocomplete-selected {
    background: #f0f0f0
}
.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399ff;
    font-weight: bolder
}

.div-label-texto {
    padding: 7px 10px;
}

/* Botones swal */
.swal2-modal .swal2-actions .swal2-styled {
    border-radius: .25rem!important;
    padding: .47rem .75rem !important;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    font-size: .8125rem;
    line-height: 1.5;
}

.swal2-modal .swal2-actions .swal2-styled.swal2-confirm {
    background-color: #556ee6;
}

.swal2-modal .swal2-actions .swal2-styled.swal2-confirm:hover{
background-color: #3452e1;
}

.swal2-modal .swal2-actions .swal2-styled.swal2-cancel {
    color: #eff2f7;
    background-color: #74788d;
}

.swal2-modal .swal2-actions .swal2-styled.swal2-cancel:hover {
    background-color: #636678;
}

.swal2-modal .swal2-content {
    font-size: .9rem;
}

.swal2-modal .swal2-title {
    font-size: 18px;
}

.swal2-modal .swal2-actions .swal2-styled.swal2-confirm.btn-danger{
    color: #fff;
    background-color: #f46a6a;
    border-color: #f46a6a;
}
.swal2-modal .swal2-actions .swal2-styled.swal2-confirm.btn-danger:hover {
    color: #fff;
    background-color: #ce4545;
    border-color: #ce4545;
}

/* SELECT */
.status_select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    outline: 0;
    padding: 3px 15px;
    border: 0;
    border-radius: 20px;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;

    text-align-last: center;
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
}
.form-status_select:focus /* => from bootstrap css */
{
 outline: 0;
 box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25); /* => this cause the highlight! */
}
.status_select option{
    background-color: #fff;
}


/* POST-ITs */
.post_it_blanco {
    background-color: #eff2f7;
}
  
.post_it_amarillo {
    background-color: #FFFFA5;
}

.post_it_rosa {
    background-color: #FF7EB980;
}

.post_it_azul {
    background-color: #7afcff80;
}

.post_it_verde {
    background-color: #A5E6BA;
}

.post_it_naranja {
    background-color: #ffdbb6;
}

.nota_urgente {
    position: absolute;
    top: -10px;
    left: -10px;
}

i.flecha_abrir:focus {
    outline: none;
}

.div_flecha_abrir {
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 0;
}

.telefono_nota {
    position: relative;
    z-index: 100;
}

.div_flecha_abrir .rotate {
    transform: rotate(180deg);
}

/* HOJA DE RESGUARDO */
hr.hoja_resguardo {
    border-top: 3px dashed #000;
}

.resguardo td, .resguardo th {
    font-size: 12pt;
}

.resguardo td:first-child, .resguardo td:nth-child(3n+3) {
    width: 15mm;
}

.obs_acce {
    width: 60%;
    padding-left: 15mm;
}

.top-text {
    vertical-align: top !important;
}

.text-ellipsis {
    max-width: 150px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.custom-control-label.label-imprimir::before {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -2px;
}

/* WIDTH SELECT MULTIPLE */
div.form-group span.select2.select2-container {
    width: inherit !important;
}

/* COLORES OTS */
.ot-urgente > td, .ot-urgente > th{
    background-color: #FA3A3133;
}

.ot-naranja > td, .ot-naranja > th{
    background-color: #E0934F4D;
}

.ot-amarillo > td, .ot-amarillo > th{
    background-color: #F7EE4A33;
}

/* Botones Listados OTs */
.btn_ots {
    background-color:rgba(116,120,141,.25); 
}

/* OTS Versión Movil */

.card-body.body_tarjeta {
    border: 4px solid #000;
    border-radius: 6px;
}

.border_urgente {
    border-color: #FA3A31!important;
}

.border_naranja {
    border-color: #E0934F!important;
}

.border_amarillo {
    border-color: #F7EE4A!important;
}

.tarjetas_ots:hover .card_tarjeta {
    transform: scale(1.05);
}

.tarjetas_ots .card_tarjeta {
    /* border: 2px solid #b3103b; */
    transition: 1s ease, filter 1s ease
}

/* OTS Pantalla Home */
.card-body.body_tarjeta.no_close {
    border-width: 2px;
}


/* Documentacion */

.navContainer .navArbol{
    width: 220px;
    padding: 20px 00px 0px 5px;
    overflow: hidden;
}

.navContainer .navArbol *{
    background-color: unset;
    white-space: nowrap;
}

.navArbol .menu.mainMenu{
    padding-left: 5px;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.borde-izq {
    border-left: solid 4px rgb(236, 236, 236);
}

.navArbol .submenuHide > ul{
    display: none;
}

.navArbol .menu ul{
    list-style-type:none;
    width: 100%;
    padding: 0px 0px 0px 15px;
}

.navArbol .menu li{
    list-style-type:none;
    position: relative;
    z-index: 2;
}

.navArbol .menu li a:nth-child(1) i{
    width: 1em;
}

.navArbol .menu li a:nth-child(2) i{
    color: #2d68e7;
}

/* .navArbol .menu li.carpetaCliente a:nth-child(2) i{
    color: #3779ff;
} */

.navArbol .menu li > a:hover i, .navArbol .menu li.carpetaCliente > a:hover i, .navArbol .menu li > a:hover span{
    color: #2d68e7;
    cursor: pointer;
}

.navArbol .menu li.selected > a:hover i,.navArbol .menu li.selected.carpetaCliente > a:nth-child(2) i, .navArbol .menu li.selected > a:hover span{
    color: #2d68e7;
    cursor: pointer;
}

.navArbol .menu li a {
    padding: 5px 5px;
    display: inline-block;
    width: fit-content;
    overflow: hidden;
}

.navArbol .menu li.selected::before{
    position: absolute;
    width: 500vh;
    right: 0px;
    top: 0px;
    height: 30px;
    z-index: -1;
    content: '';
    /* background-color:   #e7472d; */
}

.navArbol .menu li.selected > a i, .navArbol .menu li.selected > a span {
    color: #2d68e7;
}

.archivo {
    width: fit-content;
    max-width: 250px;
}

.archivo {
    padding: 10px;
    position: relative;
}

.archivo i, .upload i {
    width: 35px;
    font-size: 20px;
    color: #2d68e7;
}

.archivo a, .upload a {
    text-align: center;
    /* font-size: 15px; */
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    align-items: center;
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    padding: 4px;
}

.archivo span, .upload span {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    color: #73879C;
}

.archivo i {
    color: #73879C;
}

.archivo a:hover, .upload a:hover{
    background-color: rgb(236, 236, 236);
    color: #73879C;
    text-decoration: none;
    border-radius: 3px;
    cursor: pointer;
}



div.archivo.documentacion,
.archivo.documentacion a {
    width: 100% !important;
    max-width: none!important;
} 

.archivo.documentacion span {
    max-width: 300px;
}

/* Documentacion clientes */
i.archivo {
    padding: 10px;
    color: #2d68e7;
}

i.carpeta {
    padding: 10px;
    color: #ffb81f;
}

/* Trabajaos filtrado por columnas */

.row.row_ots {
    overflow-x: auto;
}  

/* .card-body.body_tarjeta */

/* Tabla Notas */

#datatable-notas td:nth-child(5),
#datatable-notas td:nth-child(6) {
    white-space: normal !important;
}


/* Mediaquery */

/* Textarea Observaciones */
@media (min-width: 1200px) { 
    textarea#user_obs {
        height: 85%;
    }

    textarea#proveedor_obs {
        height: 70%;
    }

    
}

@media (min-width: 1368px) {
    .mw_lg {
        max-width: 200px;
    }

    .table_mw_lg {
        max-width: 300px;
    }
}

@media (max-width: 1367px) {
    .mw_md {
        max-width: 55px;
    }

    .table_mw_md {
        max-width: 150px;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: none;
    }
}

/* Fin Textarea Observaciones */


/* CSS para formularios ocultar o mostrar texto/input */

.buttons-copy, .buttons-excel, .buttons-pdf{
    display: none;
}

.table td, .table th {
    vertical-align: middle;
}

form.active .form-toggle-text, form:not(.active) .form-toggle-item{
    display: none !important;
}

/** BEGIN CSS **/
@keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-moz-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-webkit-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-o-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-moz-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-webkit-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-o-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

@-moz-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

@-webkit-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

@-o-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}
.loading-container,
.loading {
    height: 100px;
    position: relative;
    width: 100px;
    border-radius: 100%;
}


.loading-container { 
    margin: 40px auto; 
    display: none; 
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -60px;
}

.loading {
    border: 2px solid transparent;
    border-color: transparent rgb(20, 9, 119) transparent rgb(20, 9, 119);
    -moz-animation: rotate-loading 1.5s linear 0s infinite normal;
    -moz-transform-origin: 50% 50%;
    -o-animation: rotate-loading 1.5s linear 0s infinite normal;
    -o-transform-origin: 50% 50%;
    -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
    -webkit-transform-origin: 50% 50%;
    animation: rotate-loading 1.5s linear 0s infinite normal;
    transform-origin: 50% 50%;
}

.loading-container:hover .loading {
    border-color: transparent #000000 transparent #000000;
}
.loading-container:hover .loading,
.loading-container .loading {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#loading-text {
    -moz-animation: loading-text-opacity 2s linear 0s infinite normal;
    -o-animation: loading-text-opacity 2s linear 0s infinite normal;
    -webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
    animation: loading-text-opacity 2s linear 0s infinite normal;
    color: #0c0b0b;
    font-family: "Helvetica Neue, "Helvetica", ""arial";
    font-size: 10px;
    font-weight: bold;
    margin-top: 45px;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100px;
}


.tarjetaVerde{
    background-color: #E9F7EF; 
    border:1px solid #A3E4D7;
}
.tarjetaRoja{
    background-color: #FADBD8; 
    border:1px solid #EC7063;
}
.fechaRoja{
    background-color: #F1948A ;
}
.fechaVerde{
    background-color: #76D7C4;
}
.listaTareas{
    height: 40%;
    overflow-y: scroll; 
}
.margenFecha{
    margin-left: -18px;
     margin-top: -20px;
}
.margenID{
    margin-top: -20px;
}
.margenParrafo{
   margin-top: -35px;
}
.fechaVacaciones{

    border: 0px;
   font-size: 1.2em;
    outline: none;
}

.cursorArrastrar{
    cursor: grab;
}
.cursorPointer{
    cursor: pointer;
}
.cargar{
    font-size: 6rem;
}
.textoArea{
    color:red;
}
.border-manserli{
    border: 2px solid green;
}
.qrScanIcon{
    font-size: 300px;
}
.qrCamaraScan{
    width: 70%;
    height: 40%;
    margin: auto;
}

#totalsfooter {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 20px 10px 10px;
    background-color: #fff;
    z-index: 100;
    -webkit-box-shadow: 0 -1px 7px 0 rgba(46, 57, 76, 0.15);
    -moz-box-shadow: 0 -1px 7px 0 rgba(46, 57, 76, 0.15);
    box-shadow: 0 -1px 7px 0 rgba(46, 57, 76, 0.15);
  }
  
  .totalblocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    text-align: right;
  }
  #totalsfooter h1 {
    margin: 0;
    font-weight: 300;
  }
  
  #totalsfooter .tfblock {
    border-right: 1px solid #e7e7e7;
    padding-right: 20px;
    padding-left: 15px;
  }
@media print {
    .d-none-print {
        display: none !important;
        height: 0;
    }
}

#totalsfooter2 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 20px 30px 230px;
    background-color: #fff;
    z-index: 100;
    -webkit-box-shadow: 0 -1px 7px 0 rgba(46, 57, 76, 0.15);
    -moz-box-shadow: 0 -1px 7px 0 rgba(46, 57, 76, 0.15);
    box-shadow: 0 -1px 7px 0 rgba(46, 57, 76, 0.15);
}

#totalsfooter2 .tfblock {
    border-right: 1px solid #e7e7e7;
    padding-right: 20px;
    padding-left: 15px;
}
  
@media (max-width: 1000px) {
    #totalsfooter2 {
      left: 0;
    }
}

.totalblocks2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    text-align: left;
}

.form-check {
    display: block;
    margin-bottom: .125rem;
    min-height: 1.21875rem;
    padding-left: 1.5em;
  }
  
  .form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
  }
  
  .form-check-input {
    color-adjust: exact;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    height: 1em;
    margin-top: .25em;
    -webkit-print-color-adjust: exact;
    transition: background-color .15s ease-in-out, background-position .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    vertical-align: top;
    width: 1em;
  }
  
  @media (prefers-reduced-motion:reduce) {
    .form-check-input {
      transition: none;
    }
  }
  
  .form-check-input[type=checkbox] {
    border-radius: .25em;
  }
  
  .form-check-input:active {
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
  }
  
  .form-check-input:focus {
    border-color: #b9bfc4;
    box-shadow: 0 0 0 .15rem rgba(85, 110, 230, .25);
    outline: 0;
  }
  
  .form-check-input:checked {
    background-color: #556ee6;
    border-color: #556ee6;
  }
  
  .form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");
  }
  
  .form-check-input:disabled {
    -webkit-filter: none;
    filter: none;
    opacity: .5;
    pointer-events: none;
  }
  
  .form-check-input:disabled~.form-check-label {
    opacity: .5;
  }

  .lib-emails-input-container {
    background: #fff;
    border: 1px solid #c3c2cf;
    border-radius: 4px;
    overflow-y: auto;
    padding: 7px 7px 0;
    height: 70px;
  }
  
  .email-block {
    font-size: 14px;
    line-height: 24px;
    padding: 0 0 0 7px;
    border-radius: 100px;
    display: inline-block;
    background: rgba(102, 153, 255, 0.2);
    margin-right: 7px;
    margin-bottom: 7px;
  }
  
  .invalid-email {
    background: #fff;
    border-radius: 0;
    padding: 0;
    border-bottom: 1px dashed red;
  }
  
  .duplicate {
    background: #ffdada;
    position: relative;
  }
  
  .tooltip {
    position: absolute;
    background: #000000;
    color: #fff;
    white-space: nowrap;
    top: 110%;
    left: 0;
    z-index: 2;
    padding: 0 10px;
    font-size: 12px;
    border-radius: 4px;
    text-align: center;
    display: none;
  }
  
  .tooltip:after {
    content: ' ';
    position: absolute;
    left: 40%;
    bottom: 80%;
    display: block;
    border-bottom: 10px solid #000;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
  
  .remove-button {
    padding: 0 7px;
    font-size: 18px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    cursor: pointer;
    user-select: none;
  }
  
  .invalid-email .remove-button {
    padding-right: 0;
  }
  
  .email-input {
    border: none;
    font-size: 14px;
    line-height: 24px;
    min-height: 24px;
    padding: 0 7px;
    margin: 3px 0 7px 0;
    outline: none;
  }
  .clientbar-overlay{
    position: fixed !important;
  }

  .summary {
    margin: 16px 0;
    display: grid;
    border-color: #e0e0e0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    background-color: #f0f0f0;
    box-shadow: inset -1px -1px 0 #e0e0e0;
    width: 100%;
    list-style:none;
  }
  
  .summary__item-container {
    margin-bottom: 0;
  }
  
  .summary__item {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    line-height: 1.4em;
    text-decoration: none;
    color: #1e1e1e;
  }
  
  .summary__item:hover {
    background-color: #f0f0f0;
  }
  
  .summary__item-label {
    display: flex;
    margin-bottom: 16px;
    color: #757575;
  }
  
  .summary__item-value {
    margin-bottom: 4px;
    font-weight: 500;
    color: #1e1e1e;
  }
  
  @media screen and (max-width: 782px) {
    .summary {
        border-width: 0;
    }
  }
  
  @media (min-width: 1441px) {
    .summary.has-9-items {
        grid-template-columns: repeat(3, 1fr);
    }
  
    .summary.has-9-items .summary__item-container:nth-of-type(5n) .summary__item {
        border-right-color: #e0e0e0;
    }
  
    .summary.has-9-items .summary__item-container:nth-of-type(5n+1):nth-last-of-type(-n+5) .summary__item,
    .summary.has-9-items .summary__item-container:nth-of-type(5n+1):nth-last-of-type(-n+5)~.summary__item-container .summary__item {
        border-bottom-color: #e0e0e0;
    }
  }
  
  @media (max-width: 1440px) {
    .summary.has-9-items {
        grid-template-columns: repeat(3, 1fr);
    }
  
    .summary.has-9-items .summary__item-container:nth-of-type(3n) .summary__item {
        border-right-color: #e0e0e0;
    }
  
    .summary.has-9-items .summary__item-container:nth-of-type(3n+1):nth-last-of-type(-n+3) .summary__item,
    .summary.has-9-items .summary__item-container:nth-of-type(3n+1):nth-last-of-type(-n+3)~.summary__item-container .summary__item {
        border-bottom-color: #e0e0e0;
    }
  
    .summary.has-9-items .summary__item-container:nth-of-type(5n) .summary__item {
        border-right-color: #e0e0e0;
    }
  }
  
  @media (max-width: 960px) {
    .summary .summary__item {
        border-right-color: #e0e0e0;
    }
  }
  
  @media (max-width: 782px) {
    .summary .summary__item-container {
        margin-left: -16px;
        margin-right: -16px;
        width: auto;
    }
  
    .summary .summary__item-container .summary__item {
        border-right: none;
    }
  }
  .summary__item.active {
    border-top: 2px solid #2271b1;
  }
  
  .font-size-26{
    font-size: 26px !important;
  }
  .verdeManserliColor{
    color: #3d7a22;
  }
  .verdeManserliBG{
    background-color: #3d7a22;
  }
  .verdeManserliBorde{
   
    border: 1px solid #aaf18cb4;
  }
   /* MEDIAS PARA LA CREACION DE CALENDARIOS*/

  .ptotal{

    padding: 3% 5%;
  }
  .col-calendario{
    padding: 3% 4%;
    font-size: x-small;
    width: 14.2%;
  }
  .col-calendario-mes{
 
    font-size: x-small;
    width: 14%;
    height: 100px;
  }
   .col-calendario-mes-titulo{
    text-align: center;
    font-size: 0.8rem;
    width: 14%;
  }
 .col-semana{
    padding: 3% 4%;
    font-size: x-small;
    width: 14.2%;
 }
  
 .w-240px{
    width: 240px !important;
 }

 .h-145px{
    height: 145px !important;
 }

 .w-145px{
    width: 145px !important;
 }

 .min-w-35px{
    min-width: 35px !important;
 }

.fs-vacaciones{
    font-size: 1em !important;
}

.grabbable {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

 /* (Optional) Apply a "closed-hand" cursor during drag operation. */
.grabbable:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}


.vacacionesDias{
   
    width: 3%;
    word-wrap: break-word;
}
.tableVacaciones  {
    width: 2%;
    word-wrap: break-word;
    
}
.diasR_bg{
    background-color: #EBF5FB ;
}
.tableVacaciones th:nth-child(2) {
    width: 5%;
    
}
.square {
    height: 40px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  