html {
  font-size: responsive;
  min-font-size: 10px;
  max-font-size: 16px;
  lower-font-range: 320px;
  upper-font-range: 1920px;
  margin: 0;
  padding: 0;
  width: 100%;
}
body {
  background: #f4f3f8;
  font-family: "Roboto", sans-serif;
  font-size: responsive;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  width: 100%;
  print-color-adjust: exact !important;
  -webkit-print-color-adjust: exact !important;
}
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding: 0;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + .label-text:before {
  content: "\f096";
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 0.25em;
}
input[type="checkbox"]:checked + .label-text:before {
  content: "\f14a";
  color: #2980b9;
  animation: effect 250ms ease-in;
}
input[type="checkbox"]:checked + .label-text {
  color: #010d85;
}
input[type="checkbox"]:disabled + .label-text {
  color: #aaa;
}
input[type="checkbox"]:disabled + .label-text:before {
  content: "\f0c8";
  color: #ccc;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + .label-text:before {
  content: "\f10c";
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 0.25em;
}
input[type="radio"]:checked + .label-text:before {
  content: "\f192";
  color: #8e44ad;
  animation: effect 250ms ease-in;
}
input[type="radio"]:checked + .label-text {
  color: #010d85;
}
input[type="radio"]:disabled + .label-text {
  color: #aaa;
}
input[type="radio"]:disabled + .label-text:before {
  content: "\f111";
  color: #ccc;
}
.img-circle {
  border-radius: 50%;
}
.toggle input[type="radio"] + .label-text:before {
  content: "\f204";
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 10px;
}
.toggle input[type="radio"]:checked + .label-text:before {
  content: "\f205";
  color: #16a085;
  animation: effect 250ms ease-in;
}
.toggle input[type="radio"]:disabled + .label-text {
  color: #aaa;
}
.toggle input[type="radio"]:disabled + .label-text:before {
  content: "\f204";
  color: #ccc;
}
.img-mw-100 {
  max-width: 100px;
}
.dropdown-toggle::after {
  content: none;
}
@-moz-keyframes effect {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1.3);
  }
  75% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes effect {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1.3);
  }
  75% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes effect {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1.3);
  }
  75% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes effect {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1.3);
  }
  75% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.margin--t0 {
  margin-top: 0;
}
.margin--t05 {
  margin-top: 0.5em;
}
.margin--t1 {
  margin-top: 1em;
}
.margin--t2 {
  margin-top: 2em;
}
.margin--t3 {
  margin-top: 3em;
}
.margin--t4 {
  margin-top: 4em;
}
.margin--t5 {
  margin-top: 5em;
}
.margin--b0 {
  margin-bottom: 0;
}
.margin--b05 {
  margin-bottom: 0.5em;
}
.margin--b1 {
  margin-bottom: 1em;
}
.margin--b2 {
  margin-bottom: 2em;
}
.margin--b3 {
  margin-bottom: 3em;
}
.margin--b4 {
  margin-bottom: 4em;
}
.margin--b5 {
  margin-bottom: 5em;
}
.text {
  color: #000;
  font-size: responsive;
  font-weight: normal;
  line-height: 1.2em;
}
.text--xs {
  font-size: 0.8em;
}
.text--sm {
  font-size: 0.9em;
}
.text--md {
  font-size: 1.2em !important;
}
.text--lg {
  font-size: 1.4em !important;
}
.text--xlg {
  font-size: 1.8em !important;
}
.text--xxlg {
  font-size: 2.2em;
}
.text--xxxlg {
  font-size: 3em;
}
.text--azul {
  color: #303c76;
}
.text--white {
  color: #fff;
}
.text--gray {
  color: #b3b2b2;
}
.text--bold {
  font-weight: 600;
}
.text--lite {
  font-weight: 100;
}
.link {
  background: none;
  font-weight: 400;
  outline: none;
  line-height: 1.2em;
  margin: 0.5em 0;
}
.link--none {
  text-decoration: none;
}
.link--none:hover,
.link--none:active,
.link--none:focus {
  text-decoration: none;
}
.error {
  color: #f00;
  font-family: "Roboto", sans-serif;
  font-size: responsive;
  font-weight: 300;
}

label.error {
  background: #e6c8b8;
  color: #a81b20;
  display: block;
  width: 100%;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid #a81b20;
  border-radius: 0 0 0.25rem 0.25rem;
  border-top: 0;
  font-weight: 400;
  text-align: center;
}
.border-alert {
  border-width: 1px 1px 1px 5px !important;
}
.alert-example {
  background: #c0c0c0;
  border: none;
  border-radius: 8px;
}
.alert-site {
  border-radius: 6px;
  overflow: hidden;
  text-decoration: none;
}
.alert-site:hover,
.alert-site:active,
.alert-site:focus {
  text-decoration: none;
}
.alert-forms {
  background: #e6c8b8;
  color: #a81b20;
  border-color: #a81b20;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bg-gris {
  background: #c0c0c0;
}
.bg-white {
  background: #fff;
}
.bg-azulOrt {
  background: #337ab7 !important;
}
.bg-azulOrtFallBack {
  background: url("../images/back-img.png") repeat;
}
.bg-azulClaro {
  background: #f3f2f7;
}
.bg-azulMedio {
  background: #dce0f6;
}
.btn {
  font-family: "Roboto", sans-serif;
  transition: all 100ms linear;
  border-radius: 0.6em;
}
.btn-silver {
  background: #c0c0c0;
  color: #fff;
}
.btn-silver:hover,
.btn-silver:focus,
.btn-silver:active,
.btn-silver.active {
  background: #808080;
  color: #fff;
}
.btn-primary {
  background: #283371;
  border-color: #0c1545;
}
.btn-primary:hover {
  background: #0c1545;
  border-color: #283371;
}
.btn-red {
  background: #dc3545;
  border-color: #cc2535;
  color: #fff;
}
.btn-red:hover {
  background: #cc2535;
  border-color: #dc3545;
  color: #fff;
}
.btn-primary--claro {
  background: #007bff;
  border-color: #007bff;
  color: #fff;
}
.btn-primary--claro:hover {
  background: #035fc1;
  border-color: #035fc1;
  color: #fff;
}
.btn-outline-primary {
  border-color: #283371;
  color: #283371;
}
.btn-outline-primary:hover {
  background: #0c1545 !important;
  border-color: #0c1545 !important;
  color: #fff;
}
.btn-outline-white {
  border-color: #283371 !important;
  background: #fff;
  color: #283371;
}
.btn-outline-white:hover {
  background: #fff;
  border-color: #0c1545 !important;
  color: #283371;
}
.btn-outline-white--group {
  border-radius: 0 6px 6px 0;
}
.btn-outline-white--oneofgroup {
  border-radius: 0 0 0 0;
}
.btn-outline-white.active {
  border-color: #007bff !important;
  color: #007bff;
}
.btn-outline-white.active:hover {
  border-color: #007bff !important;
  color: #007bff;
}
.btn-checkbox,
.btn-radios {
  background: #fff;
  border-color: #283371;
  border-radius: 6px;
  color: #283371;
  text-align: left;
  height: 62px;
}

.input-group .dropdown-toggle {
  height: 62px;
}

.btn-group,
.btn-group-vertical {
  /*height: 62px;*/
}

.btn-checkbox.active,
.btn-radios.active {
  background: #007bff;
  border-color: #007bff;
  color: #fff;
}
.btn-rounded {
  border-radius: 0.8rem;
}
.btn-group--search {
  display: flex;
  border-radius: 0.8em;
  overflow: hidden;
}
.btn-group--search .btn-h100 {
  flex: 1 !important;
}
.btn-group--search.noHidden {
  overflow: normal;
}
.btn-group--search > .input-group > input {
  border-radius: 0.8em;
  border-color: #303c76;
}
.btn-group--special {
  display: flex;
  border-radius: 0.8em;
  overflow: hidden;
}
.btn-group--special .btn {
  border-color: #fff;
}
.btn-group--special .btn.active {
  border-color: #fff !important;
  background: #2f56ff !important;
}
.btn-group--special .btn-h100 {
  flex: 1 !important;
}
.btn-group--special.noHidden {
  overflow: normal;
}
.btn-group--special > .input-group > input {
  border-radius: 0.8em;
  border-color: #303c76;
}
.btn-border2 {
  border-radius: 0.8em !important;
}
.form-control {
  position: relative;
}
.form-control.blue {
  border-color: #010d85;
}
.form-control.red {
  border-color: #f00;
}
.form-control.gray {
  border-color: #b3b2b2;
}
.form-control--edited {
  position: relative;
}
.form-control--edited > span.edit:after {
  content: '<i class="fa fa-pencil" aria-hidden="true"></i>';
  position: absolute;
  right: 0.25em;
  top: 50%;
  font-size: 1em;
  width: 1em;
  height: 1em;
}
.input-group--orthotic {
  border: none;
}
.input-group--orthotic .form-control {
  border: none;
}
.input-group--orthotic .input-group-prepend > span {
  background: #fff;
  border: none;
}
.input-group.invalid {
  margin-bottom: 0 !important;
}
.input-group.invalid input,
.input-group.invalid textarea,
.input-group.invalid .select-selected {
  border-color: #c4161c !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.invalid .input-group-append .input-group-text {
  border-color: #c4161c;
  border-bottom-right-radius: 0;
}
.tooltip-orthoticText {
  position: absolute;
  display: none;
  border-bottom: none;
  border-radius: 2px;
  height: 2em;
  background: #b3b2b2;
  color: #fff;
  top: 100%;
  left: 15px;
  right: 15px;
  padding: 0.2em;
}
.custom-select {
  position: relative;
  padding: 0;
  border: 0;
  height: auto;
}
.custom-select select {
  display: none;
}
.select-selected {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  border-color: #ced4da !important;
}
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #495057 transparent transparent transparent;
}
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #ced4da transparent;
  top: 7px;
}
.select-items div,
.select-selected {
  color: #495057;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.select-hide {
  display: none;
}
.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.modal-example {
  background: rgba(0, 0, 0, 0.6);
}
.modal-example .modal-content {
  background: #fff;
}
.modal-example .modal-content .modal-header {
  background: #c0c0c0;
}
.modal-example .modal-content .modal-body {
  background: #fff;
}
.modal-example .modal-content .modal-footer {
  background: #c0c0c0;
}
.modal-full {
  min-width: 100%;
  margin: 0;
}
.modal-full .modal-content {
  min-height: 100vh;
  border-radius: 0;
}
.nav--example {
  background: #c0c0c0;
}
.nav--footer {
  border-radius: 0;
  background: #fff;
}
.nav--footer .nav-link {
  border-radius: 0;
}
.nav--footer .nav-link > a,
.nav--footer .nav-link .nav-link {
  border-radius: 0 !important;
}
.nav--footer .nav-item:first-child .nav-link {
  border-left: none;
}
.list-group__mattach {
  text-align: center;
}
.footer-ortothic {
  box-shadow: 1px -10px 60px 0 rgba(29, 15, 125, 0.15);
}
.breadcrumb--custom {
  background: #fff;
  border-top: 1px #808080;
  border-bottom: 1px #808080;
  overflow: hidden;
  box-shadow: 1px 0px 40px 0px rgba(29, 15, 125, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  margin-bottom: 3em;
  position: relative;
  z-index: 100;
}
.breadcrumb--custom > .breadcrumb-item {
  text-align: center;
  color: #303c76;
  padding: 0.5em;
}
.breadcrumb--custom > .breadcrumb-item > a {
  color: #808080;
}
.breadcrumb--custom > .breadcrumb-item.active > a {
  color: #303c76;
}
.breadcrumb--custom > .breadcrumb-item + .breadcrumb-item::before {
  content: "";
}
.breadcrumb--custom > .breadcrumb-item-arrow {
  background-image: url("../images/arrowBreadcum.jpg");
  padding: 0;
  display: block;
  width: 5em;
  margin-top: -1em;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: -1em;
}
.panel--example {
  background: #c0c0c0;
}
.pager--example {
  margin: 0;
}
.table--example > tbody > tr > th {
  background: #c0c0c0;
  color: #fff;
}
.table--example > tbody > tr > td {
  color: #808080;
  font-weight: 300;
}
.table-borderless.table td,
.table-borderless .table th {
  padding: 0.3rem;
}
.tab-example {
  background: #c0c0c0;
}
.sidebar-example {
  background: #c0c0c0;
  padding: 1em 0;
}
.card {
  border-radius: 0.8em;
  overflow: hidden;
}
.card--faqs {
  border-color: #303c76;
}
.card--faqs > .card-header {
  background-color: #303c76;
  border-color: #303c76;
  color: #fff;
}
.card--faqs > .card-header > h5 > button {
  color: #fff !important;
  text-decoration: none;
}
.card--faqs > .card-header > h5 > button:hover,
.card--faqs > .card-header > h5 > button:focus,
.card--faqs > .card-header > h5 > button:active {
  text-decoration: none;
}
.card--prescription {
  text-align: left;
  border-radius: 0.8rem;
  overflow: hidden;
}
.card--prescription > .card-header {
  border-bottom: none !important;
  color: #fff !important;
  padding: 0.25em 1em;
}
.card--prescription > .card-header > h5 > button {
  color: #fff !important;
  text-decoration: none;
}
.card--prescription > .card-header > h5 > button:hover,
.card--prescription > .card-header > h5 > button:focus,
.card--prescription > .card-header > h5 > button:active {
  text-decoration: none;
}
.card-success {
  border-color: #28a745;
}
.card-success > .card-header {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}
.card-danger {
  border-color: #dc3545;
}
.card-danger > .card-header {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.card-primary {
  border-color: #303c76;
}
.card-primary > .card-header {
  background-color: #303c76;
  border-color: #303c76;
  color: #fff;
}
.card-warning {
  border-color: #ffc107;
}
.card-warning > .card-header {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #fff;
}
.card-secondary {
  border-color: #6c757d;
}
.card-secondary > .card-header {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.card-fit {
  border-color: #007bff;
}
.card-fit > .card-header {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}
.card-info {
  border-color: #303c76;
}
.card-info > .card-header {
  background-color: #c0ccff;
  border-color: #303c76;
  color: #303c76;
}
.content-prescription-lab_list {
  cursor: pointer;
}
.content-prescription_list {
  cursor: pointer;
}
.slick-slide {
  width: 100%;
}
.slick-slide img {
  display: block;
  width: 100% !important;
}
.nav-bar__primary {
  background: #fff !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.nav-bar__primary .navbar-brand img {
  max-width: 200px;
}
.nav-bar__primary--shadow {
  box-shadow: 1px 10px 60px 0px rgba(29, 15, 125, 0.15);
}
.navbar-collapse__primary > .navbar-nav > .nav-item {
  text-align: left;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1em 2em;
  color: #010d85;
  font-size: 1.4em;
  font-weight: 300;
}
.navbar-collapse__primary > .navbar-nav > .nav-item:last-child {
  border-bottom: none;
}
.dropdown-menu--top {
  left: auto !important;
  right: 0 !important;
}
.slick-slide {
  position: relative;
}
.slick-slide > a.close {
  position: absolute;
  z-index: 900;
  background: #e43530 !important;
  color: #fff;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  display: block;
  top: 0.5em;
  right: 0.5em;
  text-align: center;
  padding: 0.2em;
}
@media print {
  .saltoDePagina {
    display: block;
    page-break-before: always;
  }
}
.panel-heading-title {
  color: #fff !important;
}
.label35x20,
.label35x20last,
.label80x35,
.label70x35,
.label90x45,
.label70x45 {
  overflow: hidden;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
}
.label35x20 {
  width: 35mm;
  height: 21mm;
  float: left;
  margin-right: 6mm;
  font-size: 10px;
  padding: 3px 0px 0px 4px;
  line-height: 15px;
}
.label35x20last {
  width: 35mm;
  height: 21mm;
  float: left;
  font-size: 10px;
  padding: 3px 0px 0px 4px;
  line-height: 15px;
}
.label35x20 span.title,
.label35x20last span.title {
  font-weight: bold;
  line-height: 13px;
}
.label80x35 {
  width: 80mm;
  height: 35mm;
  float: left;
  margin-right: 8mm;
  font-size: 13px;
  padding: 0px 0px 0px 10px;
}
.label80x35 span.title {
  font-weight: 400;
  font-size: 21px;
  margin-bottom: 2px;
}
.label80x35 p {
  line-height: 16px;
  margin: 0px;
}
.label70x35 {
  width: 70mm;
  height: 35mm;
  float: left;
  font-size: 13px;
  padding: 3px 0px 0px 10px;
}
.label70x35 span.title {
  font-weight: 400;
  font-size: 21px;
  margin-bottom: 2px;
}
.label70x35 p {
  line-height: 16px;
  margin: 0px;
}
.label90x45 {
  width: 88mm;
  height: 45mm;
  float: left;
  margin-right: 2mm;
  font-size: 13px;
  padding: 3px 0px 0px 10px;
}
.label90x45 span.title {
  font-weight: 400;
  font-size: 21px;
  margin-bottom: 2px;
}
.label90x45 p {
  line-height: 11px;
}
.label70x45 {
  width: 68mm;
  height: 45mm;
  float: left;
  padding: 3px 0px 0px 10px;
}
.label70x45 span.title {
  font-weight: 400;
  font-size: 21px;
  margin-bottom: 2px;
}
.label70x45 p {
  line-height: 16px;
  margin: 0px;
}
.clear {
  clear: both;
}
.space {
  height: 5px;
}
.sameheight {
  display: flex;
}
.add_info_txtarea {
  background-color: #fff;
  border-style: none;
  padding-left: 0px;
  padding-top: 0px;
  word-wrap: normal;
  word-break: normal;
}

.checkbox-child {
  border: 1px solid;
  padding: 5px;
  display: none;
}

.checkbox_col {
  float: left;
  width: 16.666%;
  margin: 0px;
  padding: 0px 5px;
}

.checkbox_col .btn {
  margin-bottom: 0;
}

.checkbox_col .btn-checkbox {
  height: 46px;
}

.border-left-right {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.row-other-profession {
  display: none;
}

.row-other-title {
  display: none;
}
.error-complete {
  display: none;
}
.text-option-checkbox {
  display: inline;
}
.text-option-radio {
  display: inline;
}
.input-file-profile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.content-other-patient-fields {
  display: none;
}
.content-other-patient-sizes {
  display: none;
}
.content-lab-prescription,
.content-lab-prescription-list {
  cursor: pointer;
}
.child-group {
  display: none;
}
.dropdown-item-hide {
  display: none;
}
.left-foot,
.right-foot {
  display: none;
}
.content-parent-prescription,
.content-parent-prescription_list {
  cursor: pointer;
}
.hide-fields-group {
  display: none;
}
.camera-button-file {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  opacity: 0;
  background: none;
  cursor: inherit;
  display: block;
}
.btn-file {
  position: absolute !important;
  overflow: hidden;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.datepicker.datepicker-dropdown {
  border-color: #303c76;
  border-radius: 10px;
  padding: 0;
  width: 50%;
}
.datepicker-dropdown:after {
  border-bottom: 6px solid #303c76;
}
.datepicker td,
.datepicker th {
  border-radius: 0;
}
.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
  background: #303c76 !important;
  color: #fff;
  padding: 10px !important;
}
.datepicker .next {
  border-radius: 0 10px 0 0;
}
.datepicker .prev {
  border-radius: 10px 0 0;
}

.datepicker .table thead th {
  vertical-align: bottom;
  background: #fff;
  border-bottom: 0;
  padding: 10px 2px 0px 2px;
  width: 14.2%;
}

.datepicker .table thead {
  border-top: 0 solid transparent;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 0px solid transparent;
}

.datepicker .table tbody {
  border-top: 0 solid transparent;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 20px solid transparent;
  display: table-row-group;
}

.datepicker th.dow span {
  color: #fff;
  background: #303c76;
  width: 100%;
  height: 30px;
  display: block;
  line-height: 30px;
}

.datepicker td.day {
  background: transparent;
  color: #283371;
  padding: 4px;
}

.datepicker table tr td span {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  float: left;
  margin: 1%;
  background: #f6f6f6;
  border-radius: 0;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0;
}

.datepicker table tr td:hover {
  background: transparent !important;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
  color: #fff;
  background: transparent;
}

.datepicker table tr td.active.active span,
.datepicker table tr td.active.disabled span,
.datepicker table tr td.active.disabled.active span,
.datepicker table tr td.active.disabled.disabled span,
.datepicker table tr td.active.disabled:active span,
.datepicker table tr td.active.disabled:hover span,
.datepicker table tr td.active.disabled:hover.active span,
.datepicker table tr td.active.disabled:hover.disabled span,
.datepicker table tr td.active.disabled:hover:active span,
.datepicker table tr td.active.disabled:hover:hover span,
.datepicker table tr td.active.disabled:hover[disabled] span,
.datepicker table tr td.active.disabled[disabled] span,
.datepicker table tr td.active:active span,
.datepicker table tr td.active:hover span,
.datepicker table tr td.active:hover.active span,
.datepicker table tr td.active:hover.disabled span,
.datepicker table tr td.active:hover:active span,
.datepicker table tr td.active:hover:hover span,
.datepicker table tr td.active:hover[disabled] span,
.datepicker table tr td.active[disabled] span {
  color: #fff;
  background: #303c76 !important;
}
.hidden {
  display: none;
}
.printpdfview {
  background: #fff;
}
.printpdfview .card {
  border: 0;
  border-radius: 0;
}
.printpdfview .card-header {
  padding: 0.2rem 0.5rem;
  border-radius: 0;
  min-height: 24px;
}
.printpdfview h5 {
  font-size: 0.9rem;
}
.printpdfview .col-1,
.printpdfview .col-2,
.printpdfview .col-3,
.printpdfview .col-4,
.printpdfview .col-5,
.printpdfview .col-6,
.printpdfview .col-7,
.printpdfview .col-8,
.printpdfview .col-9,
.printpdfview .col-10,
.printpdfview .col-11,
.printpdfview .col-12 {
  float: left;
  display: table-cell;
}

.printpdfview .col-9 {
  width: 75%;
}
.printpdfview .card-body {
  padding: 0.5rem !important;
}
.div-new-clinic {
  display: none;
}
.div-contain-new-clinic {
  display: none;
}
.content-user-list {
  cursor: pointer;
}
.lienso_lab_admin {
  cursor: pointer;
}
.show-button {
  display: block;
}
.none {
  display: none;
}

canvas {
  width: 95%;
  height: 100%;
}
.full_modal-dialog {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.full_modal-dialog .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

@media screen and (max-width: 1440px) {
  body {
    font-size: responsive;
  }
}
@media screen and (max-width: 1200px) {
  body {
    font-size: responsive;
  }
}
@media screen and (max-width: 992px) {
  body {
    font-size: responsive;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: responsive;
  }

  #div-Form_ps_pmppad .btn-group,
  #div-Form_ps_pmppad_right .btn-group,
  #div-Form_ps_pmppad_left .btn-group,
  #div-FormPresets_ps_pmppad .btn-group,
  #div-FormPresets_ps_pmppad_right .btn-group,
  #div-FormPresets_ps_pmppad_left .btn-group {
    height: auto;
  }

  #div-Form_ps_pmppad .btn-checkbox,
  #div-Form_ps_pmppad_right .btn-checkbox,
  #div-Form_ps_pmppad_left .btn-checkbox,
  #div-FormPresets_ps_pmppad .btn-checkbox,
  #div-FormPresets_ps_pmppad_right .btn-checkbox,
  #div-FormPresets_ps_pmppad_left .btn-checkbox {
    height: auto;
  }

  .checkbox-child {
    border: 1px solid;
    padding: 5px;
    width: 50%;
  }

  .checkbox_col {
    float: left;
    width: 100%;
    margin: 3px;
  }

  .datepicker.datepicker-dropdown {
    border-color: #303c76;
    border-radius: 10px;
    padding: 0;
    width: 92%;
  }
  .datepicker .table thead th {
    vertical-align: bottom;
    background: #fff;
    border-bottom: 0;
    padding: 10px 2px 0px 2px;
    width: auto;
  }
}

@media screen and (max-width: 480px) {
  .nav-bar__primary .navbar-brand img {
    max-width: 120px;
  }

  body {
    font-size: 0.9em;
  }

  .btn-checkbox,
  .btn-radios,
  .btn-outline-white--group,
  .btn-group > .btn,
  .btn-h100 {
    font-size: 0.9em;
  }

  .input-group-lg > .form-control,
  .select-selected {
    font-size: 1.12em;
  }

  .h5,
  h5 {
    font-size: 1em;
  }

  .breadcrumb--custom > .breadcrumb-item-arrow {
    width: 2em;
  }

  .breadcrumb--custom > .breadcrumb-item > a {
    font-size: 0.8em;
  }

  .nav {
    font-size: 0.9em;
  }

  .datepicker.datepicker-dropdown {
    border-color: #303c76;
    border-radius: 10px;
    padding: 0;
    width: 85%;
  }
}
body,
html {
  width: 100%;
  height: 100%;
  min-height: 100vh;
}
.loader-background {
    text-align:center;
  width: 100%;
  height: 100%;
  margin:0px auto;
  position: relative; /* Cambiamos de absolute a relative */
  background-color: #eaeaea4a;
  z-index: 9999;
}



.loader_gif {
  
  border: 16px solid #d4d4d4;
  border-top: 16px solid #3498db;
  border-bottom: 16px solid #3498db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1.5s linear infinite;
  position: fixed; /* cambiamos de fixed a absolute */
  /* Ponemos el valor de left, bottom, right y top en 0 */
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto; /* Centramos vertical y horizontalmente */
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
