/* Custom APP */
body[data-sidebar=dark]{
  overflow: visible !important;
}

body[data-sidebar=dark] .vertical-menu {
  background-color: #1d1c1c !important;
}

body[data-sidebar=dark] .navbar-brand-box {
  background-color: #1d1c1c !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 {
  color: #FFFFFF;
}

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 {
  color: rgb(31, 30, 30) !important;
  background-color: #FFFFFF !important;
}

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 {
  color: rgb(31, 30, 30) !important;
  background-color: #FFFFFF !important;
}

body[data-sidebar=dark] .mm-active a,
body[data-sidebar=dark] .mm-active a i {
  color: #fff !important;
}

body[data-sidebar=dark] .mm-active .active,
body[data-sidebar=dark] .mm-active .active i {
  color: rgb(31, 30, 30) !important;
  background-color: #FFFFFF !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;
}

/* 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: 0px;
}

.navbar-brand-box {
  width: 215px;
}

@media (max-width: 576px) {
  .navbar-brand-box {
    width: 100px;
  }
}


.footer {
  left: 0px;
  position: fixed;
  height: 40px;
}

/* 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: rgba(85, 110, 230, .30) !important;
  border: 2px solid rgba(85, 110, 230, .30) !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;
}

.select2-container *:focus {
  border-color: black;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: black !important;
}

.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;
}

.text-gray-500 {
  --text-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--text-opacity));
}

.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: #000;
  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%;
}

/* .nav-tabs-custom .nav-item .nav-link:not(.active) {
    border-bottom: 2px solid #74788d !important;
} */

/* AUTOCOMPLETE */
.autocomplete-suggestions {
  /*display: none !important;*/
  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;
  font-weight: bold;
  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;
}

.status_select2 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  outline: 0;
  padding: 3px 15px;
  border: 0;
  border-radius: 20px;
  overflow: hidden;
  text-overflow: ellipsis;

  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
}

.status_select3 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  outline: 0;
  padding: 3px 15px;
  border: 0;
  border-radius: 20px;
  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);
}

.border-aviso-cliente {
  border: 2px solid #ffcc4e !important;
}

/* WIDTH SELECT MULTIPLE */
div.form-group span.select2.select2-container {
  width: inherit !important;
}

/* COLORES OTS */
.ot-urgente>td,
.ot-urgente>th {
  background-color: #FFC3C3;
}

.ot-naranja>td,
.ot-naranja>th {
  background-color: #E0934F4D;
}

.ot-amarillo>td,
.ot-amarillo>th {
  background-color: #F7EE4A33;
}

/* OTS Versión Movil */

.card-body.body_tarjeta {
  border: 1px solid #000;
  border-radius: 6px;
}

.tarjetas_ots:hover .card_tarjeta {
  transform: scale(1.05);
}

.tarjetas_ots .card_tarjeta {

  /* border: 2px solid #b3103b; */
  transition: 1s ease, filter 1s ease
}

/* 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;
}

/* Galería OTs*/

.img_max_h {
  max-height: 4rem !important;
}

.img_max_document {
  max-height: 1.8rem !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 */
.dash-count{
  color: #fff;
  min-height: 98px;
  width: 100%;
  border-radius: 6px;
  margin: 0 0 25px;
  padding: 20px;
}

/* 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;
}

#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 (max-width: 1000px) {
  #totalsfooter {
    left: 0;
  }
}

@media only screen and (max-width: 575px) {
  #totalsfooter h1 {
    font-size: 5.4vw;
  }
}

#totalsfooter2 {
  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);
}

.totalblocks2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: left;
}

#totalsfooter2 .tfblock {
  border-right: 1px solid #e7e7e7;
  padding-right: 20px;
  padding-left: 15px;
}

@media (max-width: 1000px) {
  #totalsfooter2 {
    left: 0;
  }
}

/* Login full Page*/

.auth-logo .auth-logo-dark {
  display: block;
}
.auth-logo .auth-logo-light {
  display: none;
}

.auth-body-bg {
  background-color: #fff;
}

.auth-pass-inputgroup input[type=input] + .btn .mdi-eye-outline:before {
  content: "\f06d1";
}

.auth-full-bg {
  background-color: rgba(85, 110, 230, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1200px) {
  .auth-full-bg {
    height: 100vh;
  }
}
.auth-full-bg::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
}
.auth-full-bg .bg-overlay {
  background: url("../images/backgroundFactura.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.auth-full-page-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1200px) {
  .auth-full-page-content {
    min-height: 100vh;
  }
}

.auth-review-carousel.owl-theme .owl-dots .owl-dot span {
  background-color: rgba(85, 110, 230, 0.25);
}
.auth-review-carousel.owl-theme .owl-dots .owl-dot.active span, .auth-review-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #556ee6;
}

/*! CSS Used from: http://skote-v-light.react.themesbrand.com/static/css/main.6223f247.css */
*,
:after,
:before {
  box-sizing: border-box;
}

label {
  display: inline-block;
}

input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

.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;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0,0,0,0.25)'/%3E%3C/svg%3E");
  background-position: 0;
  border-radius: 2em;
  margin-left: -2.5em;
  transition: background-position .15s ease-in-out;
  width: 2em;
}

@media (prefers-reduced-motion:reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23b9bfc4'/%3E%3C/svg%3E");
}

.form-switch .form-check-input:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
  background-position: 100%;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

label {
  font-weight: 500;
  margin-bottom: .5rem;
}

.form-check {
  position: relative;
  text-align: left;
}

.form-check-label {
  cursor: pointer;
  margin-bottom: 0;
}

body * {
  outline: none;
}


.centerDiv {
  margin: auto;
}

.font-size-42 {
  font-size: 42px !important; }

.font-size-64 {
  font-size: 64px !important;
}

.font-size-54 {
  font-size: 54px !important;
}

.nav-link.active .iconofacturas {

  filter: invert(38%) sepia(70%) saturate(981%) hue-rotate(202deg) brightness(95%) contrast(89%);
}

.listservicio {
  flex-direction: initial !important;
}

.listgroupservicios {
  padding: 0;
  border: none;
}

.bg-header {
  background-color: rgba(40,100,238,.25)!important;
}

table#tabla-intervenciones li {
  list-style: none;
}



#contactQuickview .modal-dialog {
  max-width: 100%;
}

#contactQuickview .modal-header {
  background-color: #f4f6fa;
  padding: 18px 24px;
  border-bottom: 1px solid #cfd6e6;
  position: relative;
}

#contactQuickview .modal-content,
#contactQuickview .modal-body {
  background-color: #edeff3 !important;
}

#contactQuickview .modal-body {
  padding: 5px 0 0;
  overflow-x: hidden;
  overflow-y: auto;
}

#contactQuickview .modal-title {
  font-size: 18px;
  color: #2e394c;
  font-weight: 700;
}

#contactQuickview .modal-header .label {
  vertical-align: middle;
  margin-left: 10px;
}

#contactQuickview .modal-header .close {
  background-image: url('/assets/img/icons3/modal-close.svg');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  opacity: 1;

  margin: 0;
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;

  display: none;
}

#contactQuickview .header-buttons {
  position: absolute;
  top: calc(50% - 15px);
  right: 15px;
  height: 30px;
  display: flex;
  align-items: center;
}

#contactQuickview .header-buttons>*:not(:last-child) {
  margin-right: 10px;
}

#contactQuickview .modal-header .contactQv-dropdown {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
}

#contactQuickview .modal-header .contactQv-dropdown .btn {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.66;
  background-color: rgba(226, 229, 234, 0);
  border: 0 rgba(0, 0, 0, 0);
  color: #767f8c;
  opacity: 1;
}

#contactQuickview .contactQv-dropdown .btn:hover {
  background-color: #e2e5ea;
}

#contactQuickview .contactQv-dropdown.open .btn {
  background-color: #d6dae0;
}

.contactQv-header {
  display: flex;
  align-items: center;
  /* padding-right: 250px; */
}

.contactQv-image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
}

.contactQv-image img {
  display: inline;
  width: auto;
  height: 100%;
  margin: -3px auto 0;
}

.contactQv-header--content {
  flex: 1 1 auto;
  padding-left: 10px;
  overflow: hidden;
}

.contactQv-name {
  font-size: 20px;
  font-weight: 700;
  color: #2e394c;
  display: flex;
  align-items: center;
  width: 100%;
}

.contactQv-code {
  color: #777f8c;
  font-size: 13px;
  font-weight: 500;
}

.contactQv-actions {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

.contactQv-action-item {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  cursor: pointer;
  display: block;
  flex: 1 0 0;
}

.contactQv-action-item--disabled {
  opacity: .8;
}

.contactQv-action-item--disabled .contactQv-action-item--icon {
  color: #999;
}

.contactQv-action-item--disabled .contactQv-action-item--icon::before {
  background-color: rgba(255, 255, 255, .8);
}

.contactQv-action-item--name {
  color: #777f8c;
  font-size: 14px;
  padding-top: 5px;
}

.contactQv-action-item--icon {
  position: relative;
  flex-basis: 40px;
  width: 40px;
  height: 40px;
  color: #4181F2;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;

  display: flex;
  align-items: center;
  justify-content: center;

  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}

.contactQv-action-item--icon>* {
  z-index: 10;
}

.contactQv-action-item--icon::before {
  content: '';
  background-color: #fff;
  border-radius: 50%;
  display: block;

  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.contactQv-action-item.contactQv-actionitem__more .contactQv-action-item--icon {
  color: #fff;
}

.contactQv-action-item.contactQv-actionitem__more .contactQv-action-item--icon::before {
  background-color: #4181F2;
}

.contactQv-action-item:hover .contactQv-action-item--icon::before {
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
}

.contactQv-action-item.contactQv-action-item--disabled:hover .contactQv-action-item--icon::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.contactQv-block-header {
  padding-left: 0;
  padding-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contactQv-block-title {
  font-size: 14px;
  font-weight: bold;
  color: #6c7588;
  /* text-transform: uppercase;*/
}

.contactQv-block {
  padding: 20px 15px;
  border-top: 1px solid #cfd6e6;
}

.contactQv-blockitem {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  margin-bottom: 8px;
  padding: 12px 15px;
  position: relative;
  cursor: pointer;
  display: block;
}

.contactQv-blockitem:hover {
  background-color: rgba(255, 255, 255, 0.85);
}

/* notes */
.contactQv-note-item {
  padding: 12px 35px 12px 15px;
}

.contactQv-note-title {
  color: #2e394c;
  font-weight: 700;
  font-size: 16px;
  padding-right: 25px;
}

.contactQv-note-content {
  color: rgba(46, 57, 76, 0.6);
  font-size: 14px;
  line-height: 22px;
}

.contactQv-note-icon {
  position: absolute;
  top: calc(50% - 8px);
  right: 15px;
  color: #6c7588;
  opacity: .32;
}

/* projects */
.contactQv-project-item {
  padding: 12px 35px 12px 15px;
  display: flex;
}

.contactQv-project-title {
  color: #2e394c;
  font-weight: 700;
  font-size: 16px;
  flex: 1 1 auto;
  padding-right: 25px;
}

.contactQv-project-content {
  color: rgba(46, 57, 76, 0.6);
  font-size: 14px;
  line-height: 22px;
  flex: 1 1 auto;
}

.contactQv-project--type-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-size: 16px;
  background: #D21241;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.contactQv-project--type-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 15px;
}

.contactQv-project-actionicon {
  position: absolute;
  top: calc(50% - 8px);
  right: 15px;
  color: #6c7588;
  opacity: .32;
}

/* deals */
.contactQv-deal-item {}

.contactQv-deal-header {
  display: flex;
  padding-bottom: 10px;
}

.contactQv-deal-title {
  color: #2e394c;
  font-weight: 700;
  font-size: 16px;
  flex: 1 1 auto;
  padding-right: 25px;
}

.contactQv-deal-amount {
  color: #2e394c;
  font-weight: 700;
  font-size: 16px;
}

.contactQv-stage__name {
  display: none;
  color: #fff;
  font-size: 10px;
  line-height: 30px;
  text-align: center;
  padding: 0 8px;
  text-transform: uppercase;
  font-weight: 600;
}


.contactQv--stages {
  display: flex;
  height: 30px;
  border-radius: 8px;
  overflow: hidden;
}

.contactQv-stage-item {
  height: 100%;
  width: auto;
  flex: 1 1 auto;
  cursor: pointer;
  background-color: #5c7299;
  position: relative;
  -webkit-transition: width 250ms ease;
  -moz-transition: width 250ms ease;
  -ms-transition: width 250ms ease;
  -o-transition: width 250ms ease;
  transition: width 250ms ease;
}

.contactQv-stage-item.active~.contactQv-stage-item,
.contactQv-stage-item.active~.contactQv-stage-item:before {
  background: #cfd6e6;
}

.contactQv--stages .contactQv-stage-item.active {
  background-color: #4181f2 !important;
}

.contactQv-stage-item.active .contactQv-stage__name {
  display: block;
}

.contactQv--stages>.contactQv-stage-item:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.contactQv--stages>.contactQv-stage-item:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.contactQv-stage-item::before {
  content: '';
  width: 23px;
  height: 24px;
  position: absolute;
  right: -11px;
  top: 3px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  background: #5d7199;
  -webkit-transform: scaleX(.3) rotate(45deg);
  -moz-transform: scaleX(.3) rotate(45deg);
  -ms-transform: scaleX(.3) rotate(45deg);
  -o-transform: scaleX(.3) rotate(45deg);
  transform: scaleX(.3) rotate(45deg);
  cursor: pointer;
  z-index: 1;
}

.contactQv--stages .contactQv-stage-item.active::before {
  background: #4181F2 !important;
}

.contactQv--stages .contactQv-stage-item:last-child::before {
  display: none;
}

.contactQv-deal-stages {
  display: flex;
  height: 18px;
  border-radius: 8px;
  overflow: hidden;
}

.contactQv-dealstage-item {
  height: 100%;
  width: 35px;
  min-width: 50px;
  flex: 0.001 1 auto;
  background-color: #5c7299;
  position: relative;
  /*-webkit-transition: width 250ms ease;*/
  /*-moz-transition: width 250ms ease;*/
  /*-ms-transition: width 250ms ease;*/
  /*-o-transition: width 250ms ease;*/
  /*transition: width 250ms ease;*/
}

.contactQv-deal-stages:not(:hover) .contactQv-dealstage-item.active,
.contactQv-deal-stages:hover .contactQv-dealstage-item:hover {
  background-color: #4181f2;
  width: auto;
  flex-grow: 1;
}

.contactQv-deal-stages:hover .contactQv-dealstage-item .contactQv-dealstage__name {
  display: none;
}

.contactQv-dealstage-item.active .contactQv-dealstage__name,
.contactQv-deal-stages:hover .contactQv-dealstage-item:hover .contactQv-dealstage__name {
  display: block;
}

.contactQv-deal-stages>.contactQv-dealstage-item:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.contactQv-deal-stages>.contactQv-dealstage-item:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.contactQv-dealstage-item::before {
  content: '';
  width: 16px;
  height: 14px;
  position: absolute;
  right: -8px;
  top: 2px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  background: #5d7199;
  -webkit-transform: scaleX(.3) rotate(45deg);
  -moz-transform: scaleX(.3) rotate(45deg);
  -ms-transform: scaleX(.3) rotate(45deg);
  -o-transform: scaleX(.3) rotate(45deg);
  transform: scaleX(.3) rotate(45deg);
  cursor: pointer;
  z-index: 1;
}

.contactQv-deal-stages:not(:hover) .contactQv-dealstage-item.active::before,
.contactQv-deal-stages .contactQv-dealstage-item:hover::before {
  background: #4181F2;
}

.contactQv-deal-stages .contactQv-dealstage-item:last-child::before {
  display: none;
}

/* activities */
.contactQv-activity-item {
  display: flex;
}

.contactQv-activity__header {
  display: flex;
  padding-bottom: 5px;
}

.contactQv-activity__content {
  flex: 1 1 auto;
  padding-left: 15px;
  min-width: 0;
}

.contactQv-activity__title {
  font-weight: 500;
  flex: 1 1 auto;
  padding-right: 25px;
}

.contactQv-activity__time {
  color: #777f8c;
  font-weight: 500;
  font-size: 16px;
}

.contactQv-activity__info {
  display: flex;
}

.contactQv-activity__desc {
  flex: 1 1 auto;
}

.contactQv-activity__desc p {
  margin: 0;
}

.contactQv-activity__icontype {
  padding-left: 30px;
  color: #777f8c;
}

.contactQv-activity__icontype * {
  font-weight: 900;
}

.contactQv--calendar {
  width: 50px;
}

.contactQv--calendar__month {
  background-color: #5c7299;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  line-height: 22px;
  padding-left: 4px;
  padding-right: 4px;
}

.contactQv--calendar__day {
  background-color: #e2e6ef;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 5px 4px;
  color: #2e394c;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* files */
.contactQv-file-thumbnail img {
  max-height: 60px;
  max-width: 50px;
}

.contactQv-files {
  display: flex;
  flex-wrap: wrap;
}

.contactQv-file-title {
  word-break: break-word;
  text-align: center;
  color: #777f8c;
  font-size: 13px;
  padding-top: 7px;
}

.contactQv-file-item {
  width: calc((100% / 5) - 10px);
  flex-basis: calc((100% / 5) - 10px);
  padding: 8px 10px;
  margin: 0 5px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;

  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}

.contactQv-file-item:hover {
  background-color: rgba(255, 255, 255, .9);
}

.contactQv-file-thumbnail {
  width: 56px;
  height: 56px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contactQv-file-upload .contactQv-file-thumbnail {
  background-color: #fff;
  color: #4181f2;
  border-radius: 50%;
}

.contactQv-file-upload .contactQv-file-title {
  color: #4181f2;
}

.contactQv-file-upload:hover .contactQv-file-thumbnail {
  color: #fff;
  background-color: #4181f2;
}

.contactQv-file-upload-icon {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contactQv-file-upload:hover .contactQv-file-upload-icon {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}

/* create actions */
.contactQv-createnew-list {
  padding: 0;
  margin: -4px -5px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.contactQv-createnew-list>li {
  padding: 4px 5px;
  flex-basis: calc(100% / 3);
}

.contactQv-createnew-list>li a {
  display: block;
  color: rgba(46, 57, 76, 0.8);
  background-color: rgba(255, 255, 255, .5);
  padding: 6px 10px;
  border-radius: 5px;
}

.contactQv-createnew-list>li a:hover {
  color: #4181f2;
  background-color: rgba(255, 255, 255, .9);
}

/* contact persons */
.contactQv-contactperson-item {
  display: flex;
  align-items: center;
}

.contactQv-block-content:not(.show-all) .contactQv-contactperson-item:nth-child(n+4) {
  display: none;
}

.contactQv-newcontact-item {
  opacity: 0.8;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 2px dashed #999;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}


.contactQv-newcontact-item:hover {
  opacity: 1;
}

.contactQv-contactperson-name,
.contactQv-newcontact-title {
  color: #2e394c;
  font-weight: 700;
  font-size: 16px;
  flex: 1 1 auto;
}

.contactQv-contactperson-job {
  color: #2e394c;
  opacity: .6;
}

.contactQv-contactperson-content,
.contactQv-newcontact-content {
  flex: 1 1 auto;
  padding-left: 15px;
  padding-right: 30px;
  overflow: hidden;
}

.contactQv-newcontact-selector {
  flex: 1 1 100%;
}

.contactQv-newcontact-formgroup {
  margin-top: 20px;
}

.contactQv-contactperson-avatar,
.contactQv-newcontact-avatar {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;

  margin: 0 auto;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.contactQv-newcontact-avatar .cbi-show {
  background-color: #999;
  color: #FFFFFF;
}

.contactQv-contactperson-avatar img {
  display: inline;
  width: auto;
  height: 100%;
  margin: -3px auto 0;
}

/* chart */
.contactQv-chart {
  background: #f6f7f9;
  border-radius: 8px;
  margin: 0;
  padding: 15px 0 10px;
  height: 200px;
}

.contactQv-kpiblock+.contactQv-chart {
  margin-top: 15px;
}

.contactQv-kpiblock {
  display: flex;
}

.contactQv-kpi-item {
  flex-basis: calc(100% / 3);
  padding: 5px;
  display: flex;
  justify-content: center;
}

.contactQv-kpiitem--title {
  color: #777f8c;
  font-weight: 700;
  font-size: 16px;
}

.contactQv-kpi-item.contactQv-kpi-item--primary {
  justify-content: unset;
  padding-left: 10px;
}

.contactQv-kpi-item--primary .contactQv-kpiitem--title {
  color: #2e394c;
}

.contactQv-kpiitem--caption {
  color: rgba(46, 57, 76, .6);
  font-weight: 500;
  font-size: 14px;
}

/* ----------- */



.contactQv-contactperson-customfields {
  font-size: 12px;
  font-weight: bold;
}


.contactQv-summary {
  background-color: #f6f7f9;
  border-radius: 10px;
}

.contactQv-summary .contactQv-summary-item {
  padding: 10px 12px;
  display: flex;
  align-items: center;
}

.contactQv-summary .contactQv-summary-item:not(:last-child) {
  border-bottom: 1px solid #f3f4f6;
}

.contactQv-summary-item-value {
  text-align: right;
  width: 100%;
  font-weight: bold;
  word-break: break-word;
}


.contactQv-summary .contactQv-summary-item:hover>.contactQv-summary-item-copy {
  display: inline-block;
}

.contactQv-summary-item-copy {
  display: none;
  padding: 3px 6px;
  margin-left: 5px;
  background-color: #4181F2;
  color: #fff;
  border-radius: 6px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  min-width: 50px;
  text-align: center;
}

.contactQv-summary-item-copy:hover {
  opacity: .9;
}

#contactQuickview .contactQv-blockitem__dropdown .btn {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.66;
  background-color: rgba(226, 229, 234, 0);
  border: 0 rgba(0, 0, 0, 0);
  color: #767f8c;
  opacity: 1;
}

#contactQuickview .contactQv-blockitem__dropdown .btn:hover {
  background-color: #e2e5ea;
}



.cbinitials-container [type=checkbox] {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0
}

.cbinitials-container {
  position: relative
}

.cbi-show {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  background-color: #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 25px;
  height: 25px;
  cursor: pointer
}

.cbi-static .cbi-show {
  cursor: unset
}

.cbinitials-container.cbi-circle .cbi-show {
  border-radius: 50%
}

.cbi-static-withhover .cbi-show:hover {
  box-shadow: inset 0 2px 4px 1px rgba(0, 0, 0, .19)
}

.cbi-show.cbi-md {
  width: 40px;
  height: 40px
}

.cbi-show.cbi-lg {
  width: 60px;
  height: 60px
}

.cbi-mock-blockcheckall,
.cbinitials-container:not(.cbi-static) {
  transform: scale(.95);
  transform-origin: center center;
  padding: 5px 7px;
  margin: -5px -7px
}

.cbi-mock-blockcheckall .cbi-events {
  transform: scale(.8);
  transform-origin: center center
}

.cbi-mock-blockcheckall .cbi-show {
  width: 20px;
  height: 20px;
  border: 1px solid #a7a7a7;
  background-color: #fff
}

.cbi-mock-blockcheckall input[type=checkbox]:checked+.cbi-show,
.cbi-mock-blockcheckall:hover input[type=checkbox]:checked+.cbi-show {
  background-color: #4180f2 !important;
  color: #fff !important;
  border-color: #4180f2
}

input[type=checkbox]:checked+.cbi-show,
.cbinitials-container:hover input[type=checkbox]:not(:checked):not(:disabled)+.cbi-show {
  background-color: #eee !important;
  color: #626262 !important
}

input[type=checkbox]:disabled+.cbi-show {
  opacity: .6
}

.cbi-initials {
  font-size: 11px;
  font-weight: 800
}

.cbi-md .cbi-initials {
  font-size: 12px
}

.cbi-lg .cbi-initials {
  font-size: 22px
}

.cbi-show .cbi-events {
  visibility: hidden;
  position: absolute;
  line-height: normal
}

.cbinitials-container:hover input[type=checkbox]:not(:checked)+.cbi-show>.cbi-hover,
.cbinitials-container:not(:hover) input[type=checkbox]:not(:checked)+.cbi-show>.cbi-unhover,
input[type=checkbox]:checked+.cbi-show>.cbi-checked,
.cbinitials-container.cbi-static .cbi-show>.cbi-initials {
  visibility: visible;
  position: relative
}

.cbinitials-container:hover input[type=checkbox]:disabled+.cbi-show>.cbi-hover {
  visibility: hidden !important;
  position: absolute !important
}

input[type=checkbox]:disabled+.cbi-show>.cbi-initials {
  visibility: visible;
  position: relative
}

.offcanvas {
  min-width: 35%;
  background-color: #edeff3;
}


.offcanvas-header {
  border-bottom: 1px solid #cfd6e6;
}


.form-control:focus {
  border-color: #000 !important;
}

.p7articulos {
  padding-right: 7% !important;
}

.p5articulos {
  padding-right: 5% !important;
}

.p4articulos {
  padding-right: 4% !important;
}

.p3articulos {
  padding-right: 3% !important;
}

.p2articulos {
  padding-right: 2% !important;
}

.p1articulos {
  padding-right: 1% !important;
}
.descuentoscenter {
  text-align: -webkit-center !important;
}

.w200 {
  width: 200px;
}

.w80 {
  width: 80px;
}

.w-5{
  width: 5%;
}

.w-10{
  width: 10%;
}

.w-20{
  width: 20%;
}

.w-240{
  width: 240px;
}

.font-size-26{
  font-size: 26px !important;
}
#grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 20px;
  height: 400px;
  border: 1px solid #ccc;
}

.grid-item {
  background-color: #f0f0f0;
  border: 1px solid #999;
  border-radius: 4px;
  cursor: move;
}
.drag-icon,
.resize-icon {
    display: none;
    position: absolute;
    z-index: 1;
}

.grid-item:hover .drag-icon {
    display: block;
    top: 10px;
    left: 10px;
}

.grid-item:hover .resize-icon {
    display: block;
    bottom: 10px;
    right: 10px;
}
/*  */
.page-content {
  padding-top: 50px;
}

/* tabs clientes */
.avatar_xs {
  height: 2rem;
  width: 2rem;
}

.w_100 {
  width: 100px;
}

.mw_0 {
  max-width: 0;
}

.client-bar{
  background-color: #edeff3;
}


.profile {
  -webkit-animation: popUp ease-in-out 350ms;
          animation: popUp ease-in-out 350ms;
  background: #ffffff;
  border-radius: 25px;
  box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.17);
  margin-top: 40px;
  padding: 28px 30px 30px 35px;
  position: relative;
}
.profile__account {
  align-self: center;
  display: flex;
  flex: 1;
  justify-content: flex-start;
  padding-left: 135px;
}
.profile__button {
  border-radius: 50px;
  border: 1px solid #000000;
  color: #000000;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  transition: ease-in-out 250ms background, ease-in-out 250ms color;
}
.profile__button:hover {
  background: #000000;
  color: #ffffff;
}
.profile__header {
  display: flex;
  margin-bottom: 20px;
}
.profile__icon {
  flex: none;
  font-size: 1.5em;
  margin-right: 10px;
  padding-top: 3px;
}
.profile__icon--gold {
  color: #eab100;
}
.profile__icon--blue {
  color: #8faae8;
}
.profile__icon--pink {
  color: #ff86af;
}
.profile__key {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}
.profile__picture {
  background: #ffffff;
  border-radius: 100px;
  border: 10px solid #ffffff;
  height: 125px;
  position: absolute;
  top: -40px;
  width: 125px;
}
.profile__picture:before {
  border-radius: 100px;
  box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.17);
  content: "";
  height: calc(100% + 20px);
  left: -10px;
  position: absolute;
  top: -10px;
  width: calc(100% + 20px);
  z-index: -1;
}
.profile__picture img {
  border-radius: 100px;
  height: 100%;
  width: 100%;
}
.profile__stat {
  -webkit-animation: slideUp ease-in-out 350ms forwards;
          animation: slideUp ease-in-out 350ms forwards;
  border-right: 1px solid #e9e9e9;
  display: flex;
  flex: 1;
  justify-content: center;
  opacity: 0;
  transform: translateY(5px);
}
.profile__stat:last-of-type {
  border-right: none;
}
.profile__stat:nth-child(1) {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}
.profile__stat:nth-child(2) {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}
.profile__stat:nth-child(3) {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}
.profile__stats {
  display: flex;
}
.profile__username {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin: 0;
  text-align: right;
}

@media (max-width: 1400px) {
  .contadores {
    line-height: 23px !important;
}


@media (min-width: 551px) {
  #contactQuickview .modal-dialog {
    max-width: 500px;
  }
}

@media only screen and (max-width:767px) {
  #contactQuickview .modal-header .close {
    display: block;
  }

  #contactQuickview .contactQv-header {
    padding-right: 70px;
  }
}

/* mobile modifiers */
@media only screen and (max-width: 500px) {
  .contactQv-kpiblock {
    flex-wrap: wrap;
  }

  .contactQv-kpi-item {
    flex-basis: 50%;
    justify-content: unset;
  }

  .contactQv-createnew-list>li {
    flex-basis: 50%;
  }

  .contactQv-action-item {
    padding-left: 5px;
    padding-right: 5px;
  }

  .contactQv-action-item--icon {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .contactQv-action-item--name {
    font-size: 12px;
  }
}

@media screen and (max-width: 1280px) {
  .offcanvas {
    min-width: 40%;
    background-color: #edeff3;
  }
}
}
@-webkit-keyframes popUp {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes popUp {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes slideUp {
  from {
    transform: translateY(5px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    transform: translateY(5px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

@media screen and (max-width: 480px) {
  .offcanvas {
    padding-left: 150px;
  }
}


.w30{
  width: 30%;
}

.w10{
  width: 10%;
}

.w5{
  width: 5%;
}

.bg-focus{
  background-color: #556ee661;
}

/* Control de versiones CSS */
.tm-logo {
  font-weight: 700;
}
/*
 * TIMELINE ITEM
 */
.tm-timeline {
  position: relative;
}
.tm-timeline-item {
  border-left: 2px solid #e43d3c;
  margin-top: -5px;
  padding-left: 40px;
  padding-bottom: 40px;
  position: relative;
}
.tm-timeline-item h2 {
  margin-top: 0;
  line-height: .5;
}
.tm-timeline-item p {
  margin-bottom: 0;
}
.tm-timeline-item:before {
  content: ' ';
  width: 14px;
  height: 14px;
  position: absolute;
  left: -8px;
  background-color: #e43d3c;
  border-radius: 50%;
}
.tm-timeline-item:first-child:before {
  left: -8px;
}
.tm-timeline-item:last-child:before {
  left: -6px;
}
.tm-timeline-item:last-of-type {
  padding-bottom: 0;
  border: 0
}
/*
 * TIMELINE ENTRY
 */
.tm-timeline-entry {
  padding-top: 15px;
}
.tm-timeline-entry + .tm-timeline-entry {
  margin-top: 15px;
}
.tm-timeline-entry .tm-timeline-entry-label {
  font-size: 16px;
  color: #1a1a1a;
}
@media (min-width: 768px) {
  .tm-timeline-entry .tm-timeline-entry-label {
    width: 100px;
    float: left;
    clear: both;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .tm-timeline-entry .tm-timeline-entry-data {
    margin-left: 100px;
  }
}
/*
 * BLOCK
 */
@media (max-width: 767px) {
  .uk-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.tm-block-content {
  min-height: calc(100vh - 142px);
}
.uk-block-muted {
  background: #f8f9fa;
}
.uk-block-primary {
  background: #e43d3c;
}
.uk-block-secondary {
  background: #1a1a1a;
}
/*
 * BADGE
 */
/* NEW */
.uk-badge {
  font-weight: 400;
  padding: 5px 10px;
  width: auto;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* ADDED */
.uk-badge-success {
  background-color: #3DC372;
  color: #fff;
}
/* CHANGED */
.uk-badge-warning {
  background-color: #FFB24E;
  color: #fff;
}
/* FIXED or REMOVED */
.uk-badge-danger {
  background-color: #e44e56;
  color: #fff;
}

#toast-container > div {
  opacity:1;
}

.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;
}
/* checkbox settings 👇 */

.ui-checkbox {
  --primary-color: #1677ff;
  --secondary-color: #fff;
  --primary-hover-color: #4096ff;
  /* checkbox */
  --checkbox-diameter: 20px;
  --checkbox-border-radius: 5px;
  --checkbox-border-color: #d9d9d9;
  --checkbox-border-width: 1px;
  --checkbox-border-style: solid;
  /* checkmark */
  --checkmark-size: 1.2;
}

.ui-checkbox, 
.ui-checkbox *, 
.ui-checkbox *::before, 
.ui-checkbox *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ui-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: var(--checkbox-diameter);
  height: var(--checkbox-diameter);
  border-radius: var(--checkbox-border-radius);
  background: var(--secondary-color);
  border: var(--checkbox-border-width) var(--checkbox-border-style) var(--checkbox-border-color);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
}

.ui-checkbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
  box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  -o-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
}

.ui-checkbox::before {
  top: 40%;
  left: 50%;
  content: "";
  position: absolute;
  width: 4px;
  height: 7px;
  border-right: 2px solid var(--secondary-color);
  border-bottom: 2px solid var(--secondary-color);
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
  -o-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
}

/* actions */

.ui-checkbox:hover {
  border-color: var(--primary-color);
}

.ui-checkbox:checked {
  background: var(--primary-color);
  border-color: transparent;
}

.ui-checkbox:checked::before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  -o-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}

.ui-checkbox:active:not(:checked)::after {
  -webkit-transition: none;
  -o-transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: none;
  opacity: 1;
}

.hstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.gap-2 {
  gap: 0.5rem !important;
}

.font-size-32{
  font-size:32px;
}

.table-border-gray{
  border:1px solid #a3a6ab !important;
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
.modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
.modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}