@import url("fonticon/fonticon.css");
/* @import url('factura.css'); */

#contenedor_carga {
  background-color: rgba(250, 240, 245, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 10000;
}

#carga {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url("../image/pageLoader.gif") 50% 50% no-repeat
    rgb(249, 249, 249);
}

body {
  font-family: "Helvetica", sans-serif;
  font-size: 14px;
}

fieldset {
  border: solid 1px #5f5f5f;
  border-radius: 4px;
}

legend {
  background-color: #ddd;
  border: 1px solid #5f5f5f;
  border-radius: 4px;
  color: #5f5f5f;
  font-size: 14px;
  font-weight: bold;
  margin-left: 8px;
  padding: 3px 5px;
  width: auto;
}

.link {
  cursor: pointer;
}

.f15 {
  font-weight: bold;
  font-size: 15px;
}

.img-mini {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 120px;
}

.list-item {
  text-decoration: underline #6c757d;
  color: #6c757d;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.list-item:hover {
  text-decoration: underline #6c757d;
  color: #3d4042;
}

.list-item::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-weight: bold;
  content: "\f105";
  padding-right: 4px;
  text-decoration: none !important;
}

label {
  font-weight: bold;
}

.text-danger-disabled {
  color: #f8d7da !important;
}

.text-primary-disabled {
  color: #cce5ff !important;
}

.text-success-disabled {
  color: #d4edda !important;
}

.text-warning-disabled {
  color: #fff3cd !important;
}

.text-info-disabled {
  color: #d1ecf1 !important;
}

.text-secondary-disabled {
  color: #e2e3e5 !important;
}

.bg-danger-disabled {
  background-color: #f8d7da !important;
}

.bg-primary-disabled {
  background-color: #cce5ff !important;
}

.bg-success-disabled {
  background-color: #d4edda !important;
}

.bg-warning-disabled {
  background-color: #fff3cd !important;
}

.bg-info-disabled {
  background-color: #d1ecf1 !important;
}

.bg-secondary-disabled {
  background-color: #e2e3e5 !important;
}

/* Para input swicht checkbox */
.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 26px;
  margin: auto;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.btn-icon-split {
  padding: 0;
  overflow: hidden;
  display: inline-flex;
  align-items: stretch;
  justify-content: center;
}

.btn-icon-split .icon {
  background: rgba(0, 0, 0, 0.15);
  display: inline-block;
  padding: 0.375rem 0.75rem;
}

.btn-icon-split .text {
  display: inline-block;
  padding: 0.375rem 0.75rem;
}

.btn-icon-split.btn-sm .icon,
.btn-group-sm > .btn-icon-split.btn .icon {
  padding: 0.25rem 0.5rem;
}

.btn-icon-split.btn-sm .text,
.btn-group-sm > .btn-icon-split.btn .text {
  padding: 0.25rem 0.5rem;
}

.btn-icon-split.btn-lg .icon,
.btn-group-lg > .btn-icon-split.btn .icon {
  padding: 0.5rem 1rem;
}

.btn-icon-split.btn-lg .text,
.btn-group-lg > .btn-icon-split.btn .text {
  padding: 0.5rem 1rem;
}

.text-danger-disabled {
  color: #f8d7da !important;
}

.text-primary-disabled {
  color: #cce5ff !important;
}

.text-success-disabled {
  color: #d4edda !important;
}

.text-warning-disabled {
  color: #fff3cd !important;
}

.text-info-disabled {
  color: #d1ecf1 !important;
}

.text-secondary-disabled {
  color: #e2e3e5 !important;
}

.bg-danger-disabled {
  background-color: #f8d7da !important;
}

.bg-primary-disabled {
  background-color: #cce5ff !important;
}

.bg-success-disabled {
  background-color: #d4edda !important;
}

.bg-warning-disabled {
  background-color: #fff3cd !important;
}

.bg-info-disabled {
  background-color: #d1ecf1 !important;
}

.bg-secondary-disabled {
  background-color: #e2e3e5 !important;
}

.li {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1;
}

.li::before {
    content: '•';
    color: black;
    margin-right: 8px;
    font-size: 20px;
}

code {
    font-family: "Courier New", monospace;
    line-height: normal !important;
    background-color: #f2f2f2 !important;
    color: #EB5757 !important;
    border-radius: 4px !important;
    padding: 0.2em 0.4em !important;
    font-size: 85% !important;
}