.custom-cpicker {
  height: calc(1.5em + 0.75rem + 2px);
  border: 1px solid rgb(209, 211, 226);
  border-radius: 0.35rem;
  width: 100%;
}

/*Tablas*/
.table tbody {
  font-size: 1rem !important;
}

/*Radios*/
input[type="radio"] {
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
  transform: scale(1.2);
}
.fa-2x {
  font-size: 1.6rem;
}
.fa-m-x {
  font-size: 1.3em;
}
.fa-11x {
  font-size: 1.1em;
}
/*Distancia entre radios*/
.disRadio {
  padding-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}
/*Cerrar collapse*/
#close {
  float: right;
  font-weight: bold;
  color: red;
}

table.uib-timepicker tr.text-center {
  display: none;
}

/* Bootstrap calendar angular js */
span.glyphicon.glyphicon-chevron-up::before {
  content: "▲";
  font-family: "Font Awesome 5 Free";
  font-size: large;
}

span.glyphicon.glyphicon-chevron-down::before {
  font-family: "Font Awesome 5 Free";
  content: "▼";
  font-size: large;
}

button > span.text-info {
  color: white;
}

button.btn.btn-default.btn-info.active > span {
  color: white !important;
}
button > span.text-info {
  color: #555454 !important;
}

/* end bootstrap calendar */

.page-link {
  cursor: pointer;
}
.flex {
  display: flex;
}

button.btn.btn-link:focus {
  outline: none;
  box-shadow: none;
}
/* Swal */

button.swal2-confirm.swal2-styled {
  padding: 0.5rem 1rem;
}
button.swal2-cancel.swal2-styled {
  padding: 0.5rem 1rem;
}
/* end Swal */
.pd-15 {
  padding: 15px;
}
.hide {
  display: none!important;
}

/* Spinner */
#cover-spin {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgb(73 73 73 / 70%);
  z-index: 9999;
}
.cover-spin {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgb(73 73 73 / 70%);
  z-index: 9999;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#cover-spin::after {
  content: "";
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: white;
  border-top-color: transparent;
  border-width: 4px;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}
.cover-spin::after {
  content: "";
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: white;
  border-top-color: transparent;
  border-width: 4px;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}
/* End spinner */

.notyf__icon {
  font-size: unset !important;
}

.search-group {
  display: flex;
  float: right;
  /* min-width: 390px; */
}

.modal-title.confirm {
  color: black;
}
.btn-link {
  padding: 0 10px 0 0;
}

button.delete.btn.btn-link.tb {
  color: red;
}

button.zip.btn.btn-link.tb {
  color: var(--blue);
}

button.edit.btn.btn-link.tb {
  color: dodgerblue;
}
button.user.btn.btn-link.tb {
  color: rgb(17, 182, 45);
}

button.btn.icon-success {
  color: rgb(47, 201, 49);
}
button.btn.icon-warning {
  color: #fd7e14;
}

button.btn.icon-info {
  color: var(--indigo);
}

.scroll-bar-x {
  overflow-x: auto;
}

.scroll-bar-y {
  overflow-y: auto;
  height: 405px;
}

.break {
  word-break: break-all;
}
a.nav-link > i.fas {
  font-size: 1rem;
}

/* Label for table filter */

.filter-lb {
  margin: 0 10px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.mt-32 {
  margin-top: 30px;
}

.form-radio {
  margin: 0 10px 0 0;
}

/* Forms feedback */
.form-control-feedback {
  position: absolute;
  bottom: 0;
  right: 12px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 100%;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}
.has-feedback {
  position: relative;
}

.fade-in {
  animation: fadeInAnimation linear 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.pwd-eye {
  cursor: pointer;
  pointer-events: all;
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.pointer {
  cursor: pointer;
}

.fa.delete-image-icon {
  position: absolute;
  right: 21px;
  border-radius: 50%;
  background: red;
  padding: 6px;
  color: white;
  top: 8px;
}
.fa.image-status-valid {
  position: absolute;
  left: 21px;
  border-radius: 50%;
  background: rgb(0, 182, 39);
  padding: 6px;
  color: white;
  top: 8px;
}
.fa.image-status-invalid {
  position: absolute;
  left: 21px;
  border-radius: 50%;
  background: red;
  padding: 6px;
  color: white;
  top: 8px;
}

.form-check.lg {
  transform: scale(1.2);
}
.check-lg {
  transform: scale(1.2);
}

@media (min-width: 768px) {
  .sidebar .nav-item .nav-link i {
    font-size: 1.3rem;
    margin-right: 0.25rem;
  }
}

/* Schedule table fix */
table.uib-timepicker {
  margin: auto;
}

td.uib-time > input.form-control {
  height: calc(1.5em + 0.5rem + 2px);
}
td.uib-time > button.btn {
  height: calc(1.5em + 0.5rem + 2px);
}
/* End Schedule table fix */

form.user .form-control-user {
  font-size: 0.9rem;
}
form.user .btn-user {
  font-size: 0.9rem;
}

.btn-user {
  font-size: 0.9rem;
  border-radius: 10rem;
  padding: 0.375rem 0.75rem;
}

.c-primary {
  color: #4e73df;
}
.c-warning {
  color: #ff761f;
}
.c-danger {
  color: var(--danger);
}
.c-success {
  color: var(--success);
}
.c-light {
  color: white;
}
.c-dark {
    color: var(--dark);
  }
.clock {
  width: fit-content;
  display: flex;
  margin: auto;
  /* font-size: 5rem; */
  color: dodgerblue;
}
.date {
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
}
@media screen and (min-width: 400px) {
  .clock {
    font-size: 4rem;
  }
}

@media screen and (min-width: 1000px) {
  .clock {
    font-size: 4rem;
  }
}

@media screen and (min-width: 1200px) {
  .clock {
    font-size: 5rem;
  }
}

div.input-group > angucomplete {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

td > i.fa.fa-check.text-success {
  font-size: 1.25em;
}
td > i.fa.fa-close.text-danger {
  font-size: 1.25em;
}

.triangle-bottomleft {
  width: 0;
  height: 0;
  border-bottom: 250px solid red;
  border-right: 250px solid transparent;
  position: fixed;
  bottom: 0;
}
.btn-login {
  color: #000;
  background-color: #f8cd55;
  border-color: #f8cd55;
}

.custom-vertical-scrollbar {
  position: relative;
  max-height: 460px;
  overflow: auto;
}
.table-wrapper-scroll-y {
  display: block;
}
.d-flex.border.rounded {
  border-color: #d1d3e2 !important;
}
.fileUpload {
  position: relative;
  overflow: hidden;
  margin: 10px;
  border-color: #b4b4b4;
}
.fileUpload.sm {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 6px;
}

.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 100%;
}

.tooltip {
  pointer-events: none;
}
.custom.fa-question {
  color: white;
  width: 19px;
  padding: 3px 8px 2px 4px;
  cursor: pointer;
  font-size: 0.85rem;
}

.footer > div > span {
  font-size: 0.75rem;
}
.footer > div {
  display: inline-flex;
}

.full-height {
  min-height: calc(100vh - 120px);
}
a.c-light:hover {
  color: #ff7f72;
  text-decoration: underline;
}
a.scroll-to-top.rounded {
  border: 1px solid white;
}

.btn-warning-custom {
  color: #fff;
  background-color: #f8cd55;
  border-color: #f8cd55;
}
.btn-warning-custom:hover {
  color: #fff;
  background-color: #e94b25;
  border-color: #e94b25;
}

/* 

.dropdown-item-default:hover,
.dropdown-item-default:active,
.dropdown-item-default:focus {
  text-decoration: none;
  outline: 0;
  background-color: #e6e6e6;
} */
.dropdown-item-default {
  cursor: default;
}


.fa-lg {
    font-size: 1.5em;
}

.h-100vh{
    height: calc(100vh);
}
/* .container{
    height: calc(100vh);
} */

.dropdown-menu {
    font-size: .85rem;
}

.right-bar .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    background: #007bff;
    transition: all ease 0.4s;
    border: 1px solid transparent;
    color: white;
}
.table > thead > tr > th {
    color: #343a40;
}
.custom-file-label::after {
    content: "Buscar";
}
.custom-file-label {
    border: 1px solid #c7c7c7;
    background-color: #ffffff;
}
body{
    color: #434343;
}
.border-1 {
    border: 1px solid;
    border-radius: 1rem ;
}
.separator {
    border-bottom: .5px solid;
}

/* estatus pagare */
.block {
  text-align: center;
  vertical-align: middle;
}

.circle {
  background: rgb(28, 182, 90);
  border-radius: 50px;
  height: 50px;
  font-weight: bold;
  width: 50px;
  display: table;
  margin: 20px auto;
}

.circle p {
  vertical-align: middle;
  color: white;
  display: table-cell;
}

/* firma multiple */
.btns-firma{
  position: absolute;
  top: calc((100vh  + 100px) / 2);
  padding: 5px 10px;
}
a.text-primary:focus, a.text-primary:hover {
  color: #343a40 !important;
}
.text-danger {
  color: #dc3545 !important;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #888ea8;
}

#signature-canvas{
  border: 1.5px solid #dedede;
}
button.close {
  opacity: .8;
}

li.hover:hover {
  background-color:#eeeeee;
}
.hidden{
  display: none;
}
.form-border{
  border:1px solid #c7c7c7!important;
}
.btn-action {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.btn-action:focus{
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
  border-radius: 4px;
}
input[type="radio"],input[type="checkbox"]  {
  accent-color: #007bff; 
}
.selected-node > button.btn-action {
    color: white!important;
}
.selected-node > div> a{
    color: white!important;
}
.selected-node > div> p{
    color: white!important;
}

/* INICIO PAGARE */
.action-btn {
    width: 28px;
    height: 28px;
    border-radius: 3px;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
    flex-shrink: 0;
}
.action-btn.trazability {color: #06b6d4;background: #cffafe;}
.action-btn.preview {  color: #2563eb;background: #dbeafe; }
.action-btn.endorse { color: #10b981;background: #d1fae5; }
.action-btn.cancel-endorse {  color: #d97706; background: #fef3c7;}
.action-btn.cancel {  color:  #ef4444; background: #fee2e2; }
.action-btn.download {  color: #8b5cf6; background: #ede9fe; }
.action-btn.options {  color: #475569; border: 1px solid #e2e8f0; }
/* FIN PAGARE */
