html {
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  color: #212529;
}

.has-error {
  color: #E06666;
}
.has-error i {
  display: inline !important;
}

.has-error-li {
  color: #E06666;
}

.datepicker {
  padding: 0;
  z-index: 99999 !important;
}

.datepicker th {
  background-color: #2779A7;
  color: white;
  border-radius: 0;
}

.datepicker table tr td.active.active.day {
  background-color: #2779A7;
  background-image: linear-gradient(to bottom, #2779A7, #2779A7);
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background-color: #2779A7;
  color: white;
}

.datepicker table thead {
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
}

.datepicker tbody {
  padding-left: 5px;
  padding-right: 5px;
}

.datepicker .next.disabled, .datepicker .prev.disabled {
  visibility: visible;
  color: #2779A7;
}

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
  background: #2779A7;
  cursor: pointer;
  color: white;
}

div[data-notify] {
  z-index: 9999 !important;
}

.hide {
  display: none !important;
}

.bold {
  font-weight: bold !important;
}

/*  Botones normales  */
.btn {
  background-color: #8c9095;
  border-color: #8c9095;
  color: black;
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  padding: 7px 10px;
}
.btn:hover {
  background-color: #9fa2a6;
  border-color: #9fa2a6;
  color: black;
}
.btn:active, .btn.active {
  background-color: #72767c !important;
  border-color: #72767c !important;
  color: black;
}
.btn[disabled], .btn.disabled {
  background-color: #a7aaad;
  border-color: #a7aaad;
  color: black;
}

.btn-primary {
  background-color: #2779A7;
  border-color: #2779A7;
  color: white;
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  padding: 7px 10px;
}
.btn-primary:hover {
  background-color: #2e8ec4;
  border-color: #2e8ec4;
  color: white;
}
.btn-primary:active, .btn-primary.active {
  background-color: #1d5b7e !important;
  border-color: #1d5b7e !important;
  color: white;
}
.btn-primary[disabled], .btn-primary.disabled {
  background-color: #3297cf;
  border-color: #3297cf;
  color: white;
}

.btn-secondary {
  background-color: #b3ff5e;
  border-color: #b3ff5e;
  color: black;
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  padding: 7px 10px;
}
.btn-secondary:hover {
  background-color: #c4ff82;
  border-color: #c4ff82;
  color: black;
}
.btn-secondary:active, .btn-secondary.active {
  background-color: #9bff2b !important;
  border-color: #9bff2b !important;
  color: black;
}
.btn-secondary[disabled], .btn-secondary.disabled {
  background-color: #cbff91;
  border-color: #cbff91;
  color: black;
}

.btn-tertiary {
  background-color: #F57D89;
  border-color: #F57D89;
  color: black;
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  padding: 7px 10px;
}
.btn-tertiary:hover {
  background-color: #f89ea7;
  border-color: #f89ea7;
  color: black;
}
.btn-tertiary:active, .btn-tertiary.active {
  background-color: #f14e5e !important;
  border-color: #f14e5e !important;
  color: black;
}
.btn-tertiary[disabled], .btn-tertiary.disabled {
  background-color: #f9acb4;
  border-color: #f9acb4;
  color: black;
}

.btn-complentary {
  background-color: #FFC15E;
  border-color: #FFC15E;
  color: black;
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  padding: 7px 10px;
}
.btn-complentary:hover {
  background-color: #ffcf82;
  border-color: #ffcf82;
  color: black;
}
.btn-complentary:active, .btn-complentary.active {
  background-color: #ffad2b !important;
  border-color: #ffad2b !important;
  color: black;
}
.btn-complentary[disabled], .btn-complentary.disabled {
  background-color: #ffd591;
  border-color: #ffd591;
  color: black;
}

.btn-success {
  background-color: #11B965;
  border-color: #11B965;
  color: white;
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  padding: 7px 10px;
}
.btn-success:hover {
  background-color: #14da77;
  border-color: #14da77;
  color: white;
}
.btn-success:active, .btn-success.active {
  background-color: #0d8a4c !important;
  border-color: #0d8a4c !important;
  color: white;
}
.btn-success[disabled], .btn-success.disabled {
  background-color: #15e87f;
  border-color: #15e87f;
  color: white;
}

.btn-info {
  background-color: #0474D1;
  border-color: #0474D1;
  color: white;
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  padding: 7px 10px;
}
.btn-info:hover {
  background-color: #0587f4;
  border-color: #0587f4;
  color: white;
}
.btn-info:active, .btn-info.active {
  background-color: #03589f !important;
  border-color: #03589f !important;
  color: white;
}
.btn-info[disabled], .btn-info.disabled {
  background-color: #0e8ffa;
  border-color: #0e8ffa;
  color: white;
}

.btn-warning {
  background-color: #EBCF0E;
  border-color: #EBCF0E;
  color: #212529;
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  padding: 7px 10px;
}
.btn-warning:hover {
  background-color: #f2d92a;
  border-color: #f2d92a;
  color: #212529;
}
.btn-warning:active, .btn-warning.active {
  background-color: #bba50b !important;
  border-color: #bba50b !important;
  color: #212529;
}
.btn-warning[disabled], .btn-warning.disabled {
  background-color: #f3dc39;
  border-color: #f3dc39;
  color: #212529;
}

.btn-danger {
  background-color: #FE0510;
  border-color: #FE0510;
  color: white;
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  padding: 7px 10px;
}
.btn-danger:hover {
  background-color: #fe2932;
  border-color: #fe2932;
  color: white;
}
.btn-danger:active, .btn-danger.active {
  background-color: #cf010a !important;
  border-color: #cf010a !important;
  color: white;
}
.btn-danger[disabled], .btn-danger.disabled {
  background-color: #fe3841;
  border-color: #fe3841;
  color: white;
}

/*  Botones outline  */
.btn-outline-secondary {
  color: #8c9095;
  background-color: transparent;
  background-image: none;
  border-color: #8c9095;
  border-width: 2px;
  border-radius: 0;
}
.btn-outline-secondary:focus, .btn-outline-secondary:hover, .btn-outline-secondary:active, .btn-outline-secondary.active {
  color: black;
  background-color: #8c9095;
  border-color: #8c9095;
}
.btn-outline-secondary[disabled], .btn-outline-secondary.disabled {
  border-color: #a7aaad;
  color: #a7aaad;
}

.btn-outline-primary {
  color: #2779A7;
  background-color: transparent;
  background-image: none;
  border-color: #2779A7;
  border-width: 2px;
  border-radius: 0;
}
.btn-outline-primary:focus, .btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary.active {
  color: white;
  background-color: #2779A7;
  border-color: #2779A7;
}
.btn-outline-primary[disabled], .btn-outline-primary.disabled {
  border-color: #3297cf;
  color: #3297cf;
}

.btn-outline-success {
  color: #11B965;
  background-color: transparent;
  background-image: none;
  border-color: #11B965;
  border-width: 2px;
  border-radius: 0;
}
.btn-outline-success:focus, .btn-outline-success:hover, .btn-outline-success:active, .btn-outline-success.active {
  color: white;
  background-color: #11B965;
  border-color: #11B965;
}
.btn-outline-success[disabled], .btn-outline-success.disabled {
  border-color: #15e87f;
  color: #15e87f;
}

.btn-outline-info {
  color: #0474D1;
  background-color: transparent;
  background-image: none;
  border-color: #0474D1;
  border-width: 2px;
  border-radius: 0;
}
.btn-outline-info:focus, .btn-outline-info:hover, .btn-outline-info:active, .btn-outline-info.active {
  color: white;
  background-color: #0474D1;
  border-color: #0474D1;
}
.btn-outline-info[disabled], .btn-outline-info.disabled {
  border-color: #0e8ffa;
  color: #0e8ffa;
}

.btn-outline-warning {
  color: #EBCF0E;
  background-color: transparent;
  background-image: none;
  border-color: #EBCF0E;
  border-width: 2px;
  border-radius: 0;
}
.btn-outline-warning:focus, .btn-outline-warning:hover, .btn-outline-warning:active, .btn-outline-warning.active {
  color: #212529;
  background-color: #EBCF0E;
  border-color: #EBCF0E;
}
.btn-outline-warning[disabled], .btn-outline-warning.disabled {
  border-color: #f3dc39;
  color: #f3dc39;
}

.btn-outline-danger {
  color: #FE0510;
  background-color: transparent;
  background-image: none;
  border-color: #FE0510;
  border-width: 2px;
  border-radius: 0;
}
.btn-outline-danger:focus, .btn-outline-danger:hover, .btn-outline-danger:active, .btn-outline-danger.active {
  color: white;
  background-color: #FE0510;
  border-color: #FE0510;
}
.btn-outline-danger[disabled], .btn-outline-danger.disabled {
  border-color: #fe3841;
  color: #fe3841;
}

.btn-outline-secondary {
  color: #b3ff5e;
  background-color: transparent;
  background-image: none;
  border-color: #b3ff5e;
  border-width: 2px;
  border-radius: 0;
}
.btn-outline-secondary:focus, .btn-outline-secondary:hover, .btn-outline-secondary:active, .btn-outline-secondary.active {
  color: black;
  background-color: #b3ff5e;
  border-color: #b3ff5e;
}
.btn-outline-secondary[disabled], .btn-outline-secondary.disabled {
  border-color: #cbff91;
  color: #cbff91;
}

.btn-outline-tertiary {
  color: #F57D89;
  background-color: transparent;
  background-image: none;
  border-color: #F57D89;
  border-width: 2px;
  border-radius: 0;
}
.btn-outline-tertiary:focus, .btn-outline-tertiary:hover, .btn-outline-tertiary:active, .btn-outline-tertiary.active {
  color: black;
  background-color: #F57D89;
  border-color: #F57D89;
}
.btn-outline-tertiary[disabled], .btn-outline-tertiary.disabled {
  border-color: #f9acb4;
  color: #f9acb4;
}

.btn-outline-complentary {
  color: #FFC15E;
  background-color: transparent;
  background-image: none;
  border-color: #FFC15E;
  border-width: 2px;
  border-radius: 0;
}
.btn-outline-complentary:focus, .btn-outline-complentary:hover, .btn-outline-complentary:active, .btn-outline-complentary.active {
  color: black;
  background-color: #FFC15E;
  border-color: #FFC15E;
}
.btn-outline-complentary[disabled], .btn-outline-complentary.disabled {
  border-color: #ffd591;
  color: #ffd591;
}

.form-control-plaintext {
  background-color: white !important;
  border: 1px solid #ced4da !important;
}
.form-control-plaintext:focus {
  box-shadow: none;
}

.form-control {
  border-radius: 20px;
  padding: 7px 10px;
  border: 1px solid #ced4da;
  color: #212529;
  font-family: "Oxygen", sans-serif;
}

.custom-radio .custom-control-label:after, .custom-radio .custom-control-label:before {
  cursor: pointer;
}

.form-group label[for], .form-check label[for] {
  font-weight: bold;
}
.form-group .form-control, .form-check .form-control {
  border-radius: 0;
  padding: 7px 5px;
  border: 1px solid #ced4da;
}
.form-group .form-control.jscolor, .form-check .form-control.jscolor {
  background-image: none !important;
  background-position: unset !important;
  background-size: auto !important;
  background-repeat: unset !important;
  background-origin: unset !important;
  padding-left: 0.75rem !important;
}
.form-group .input-group-append .input-group-text, .form-check .input-group-append .input-group-text {
  border-radius: 0;
}
.form-group .color-display > span, .form-check .color-display > span {
  width: 20px;
  height: 20px;
  border: 1px solid #ced4da;
}

.form-check input[type=checkbox] {
  accent-color: #2779A7;
}

.jscolor-wrap .jscolor-shadow {
  display: none;
}
.jscolor-wrap .jscolor-border {
  border: 1px solid #ced4da !important;
  border-radius: 0 !important;
  border-bottom: 0 !important;
}

.datepicker {
  border-radius: 0;
}
.datepicker tbody {
  padding-top: 5px;
  padding-bottom: 5px;
}
.datepicker tbody td {
  width: 30px;
  height: 30px;
  border-radius: 0 !important;
}
.datepicker tfoot {
  border: 0 !important;
}

.timepicker {
  border-radius: 0;
  padding-top: 5px;
  box-shadow: none;
  border-top-color: #ced4da;
}
.timepicker .title {
  display: none;
}
.timepicker .chose-all {
  margin: 0 10px;
  position: relative;
  float: left;
  width: calc(100% - 20px);
}
.timepicker .chose-all .handle {
  position: relative;
  float: left;
  width: 100%;
  height: 37px;
  overflow: hidden;
}
.timepicker .chose-all .text {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
}
.timepicker .chose-hour li:hover, .timepicker .chose-minute li:hover {
  background-color: #2779A7;
  color: white;
}
.timepicker .icon-up, .timepicker .icon-down {
  background-image: none;
  width: 37px;
  height: 37px;
}
.timepicker .icon-up:before, .timepicker .icon-down:before {
  font-family: "tabler-icons";
  font-weight: 900;
  font-size: 45px;
  color: #2779A7;
  line-height: 26px;
}
.timepicker .icon-up:before {
  content: "\ea62";
}
.timepicker .icon-down:before {
  content: "\ea5f";
  line-height: 30px;
}

.datepicker .datepicker-days thead {
  border-top: 5px solid #2779A7;
  border-left: 5px solid #2779A7;
  border-right: 5px solid #2779A7;
}
.datepicker .datepicker-days tfoot {
  border-bottom: 5px solid #2779A7;
  border-left: 5px solid #2779A7;
  border-right: 5px solid #2779A7;
}

.clockpicker-popover .text-primary {
  color: #2779A7;
}
.clockpicker-popover .clockpicker-canvas line {
  stroke: #2779A7;
}
.clockpicker-popover .clockpicker-canvas-bg {
  stroke: #2779a7;
  fill: #2779a7;
}

.modal-custom .modal-header .close span {
  font-size: 50px;
}
.modal-custom .modal-title {
  color: #2779A7;
  font-weight: bold;
  font-size: 32px;
}
.modal-custom .modal-footer .btn-primary {
  width: 220px;
}
.modal-custom .modal-header {
  min-height: 60px;
  max-height: 60px;
}
.modal-custom .modal-header .close {
  position: absolute;
  top: 21px;
  right: 45px;
}
.modal-custom .modal-header span, .modal-custom .modal-header .modal-title {
  position: absolute;
  top: 6px;
}

.modal .modal-content {
  border-radius: 0;
}

.hcules-navbar-container {
  position: fixed;
  float: left;
  width: 100vw;
  height: 60px;
  left: 0;
  top: 0;
  z-index: 1;
}

.hcules-navbar {
  position: relative;
  float: left;
  width: 100vw;
  height: 60px;
  border-bottom: 1px solid #8c9095;
  background-color: white;
}
.hcules-navbar .hcules-navbar-logo {
  position: relative;
  float: left;
  width: 100px;
  height: 50px;
  background-color: white;
}
.hcules-navbar .hcules-navbar-logo img {
  position: relative;
  max-height: 40px;
  margin-top: 10px;
  margin-left: 12px;
}
.hcules-navbar .hcules-navbar-session {
  float: right;
  width: 300px;
  height: 60px;
}
.hcules-navbar .hcules-navbar-session .btnicons {
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 10px;
}
.hcules-navbar .hcules-navbar-session .btnavbar {
  position: relative;
  font-size: 18px;
  cursor: pointer;
  top: 25%;
  left: 25%;
  transform: translate(-50%, -50%);
}

.tab-body {
  position: relative;
  float: left;
  width: 100vw;
  height: calc(100vh - 43px);
  margin-top: -1px;
  background-color: white;
  padding: 10px;
}

.containercreateintervention {
  position: relative;
  float: left;
  width: 100vw;
  height: calc(100vh - 43px);
  margin-top: -1px;
  background-color: white;
}
.containercreateintervention .footer-visit {
  padding-right: 8px;
}

.CMS_Loading {
  z-index: 999999;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.CMS_Loading .CMS_Loading_process {
  width: 7rem;
  height: 7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3.5rem;
  margin-left: -3.5rem;
  border-radius: 50%;
}
.CMS_Loading .CMS_Loading_process div {
  width: 1rem;
  height: 1rem;
  position: absolute;
  border-radius: 50%;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
}
.CMS_Loading .CMS_Loading_process div:nth-child(1) {
  top: 0;
  left: 50%;
  margin-left: -0.5rem;
  animation: loading_process 1s 0s infinite;
  -webkit-animation: loading_process 1s 0s infinite;
}
.CMS_Loading .CMS_Loading_process div:nth-child(2) {
  top: 25%;
  right: 25%;
  margin-right: -1rem;
  margin-top: -0.75rem;
  animation: loading_process 1s 0.125s infinite;
  -webkit-animation: loading_process 1s 0.125s infinite;
}
.CMS_Loading .CMS_Loading_process div:nth-child(3) {
  top: 50%;
  right: 0;
  margin-top: -0.5rem;
  animation: loading_process 1s 0.25s infinite;
  -webkit-animation: loading_process 1s 0.25s infinite;
}
.CMS_Loading .CMS_Loading_process div:nth-child(4) {
  bottom: 25%;
  right: 25%;
  margin-right: -1rem;
  margin-bottom: -0.75rem;
  animation: loading_process 1s 0.375s infinite;
  -webkit-animation: loading_process 1s 0.375s infinite;
}
.CMS_Loading .CMS_Loading_process div:nth-child(5) {
  bottom: 0;
  left: 50%;
  margin-left: -0.5rem;
  animation: loading_process 1s 0.5s infinite;
  -webkit-animation: loading_process 1s 0.5s infinite;
}
.CMS_Loading .CMS_Loading_process div:nth-child(6) {
  bottom: 25%;
  left: 25%;
  margin-left: -1rem;
  margin-bottom: -0.75rem;
  animation: loading_process 1s 0.625s infinite;
  -webkit-animation: loading_process 1s 0.625s infinite;
}
.CMS_Loading .CMS_Loading_process div:nth-child(7) {
  bottom: 50%;
  left: 0;
  margin-bottom: -0.5rem;
  animation: loading_process 1s 0.75s infinite;
  -webkit-animation: loading_process 1s 0.75s infinite;
}
.CMS_Loading .CMS_Loading_process div:nth-child(8) {
  top: 25%;
  left: 25%;
  margin-left: -1rem;
  margin-top: -0.75rem;
  animation: loading_process 1s 0.875s infinite;
  -webkit-animation: loading_process 1s 0.875s infinite;
}
.CMS_Loading .CMS_Loading_process div {
  background-color: rgba(0, 0, 0, 0.65) !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    -moz-opacity: 0;
  }
  to {
    -moz-opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  from {
    filter: alpha(opacity=10);
  }
  to {
    filter: alpha(opacity=100);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  from {
    -moz-opacity: 1;
  }
  to {
    -moz-opacity: 0;
  }
}
@-ms-keyframes fadeOut {
  from {
    filter: alpha(opacity=10);
  }
  to {
    filter: alpha(opacity=100);
  }
}
@keyframes loading_process {
  87.5% {
    transform: scale(1.1);
  }
  93.75% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1.1);
  }
}
@-webkit-keyframes loading_process {
  87.5% {
    -webkit-transform: scale(1.1);
  }
  93.75% {
    -webkit-transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1.1);
  }
}
.error-container {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  overflow: hidden;
  max-height: calc(100vh - 62px - 30px);
}
.error-container .error-image {
  max-height: 300px;
}
.error-container .error-image img {
  max-height: 300px;
}
.error-container .error-text {
  font-size: 24px;
  font-weight: 600;
  color: #2779A7;
  padding: 20px 0 30px;
}
.table thead,
.form-table > table thead {
  background-color: white;
}
.table thead th,
.form-table > table thead th {
  border-top: 1px solid white;
  background-color: white;
  padding: 5px 10px;
  vertical-align: bottom;
  color: #2779A7;
  font-weight: bold;
  font-size: 16px;
  -webkit-box-shadow: 0px 2px 0px 0px #2779A7;
  -moz-box-shadow: 0px 2px 0px 0px #2779A7;
  box-shadow: 0px 2px 0px 0px #2779A7;
}
.table tbody tr,
.form-table > table tbody tr {
  position: relative;
}
.table tbody tr td,
.form-table > table tbody tr td {
  vertical-align: top;
  padding: 10px 10px;
}
.table tbody tr:nth-child(even),
.form-table > table tbody tr:nth-child(even) {
  background-color: #fafcfc;
}
.table tbody tr:first-child,
.form-table > table tbody tr:first-child {
  border-top: 0;
}
.table tbody tr:first-child td,
.form-table > table tbody tr:first-child td {
  border-top: 0;
}

.table-scroll-wrapper {
  overflow-y: auto;
}
.table-scroll-wrapper .table,
.table-scroll-wrapper .form-table > table {
  border-collapse: collapse;
  width: 100%;
}
.table-scroll-wrapper .table thead th,
.table-scroll-wrapper .form-table > table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
}

.table-scroll-wrapper-edit {
  margin-bottom: 10px;
  border-bottom: 2px solid #17775E;
  height: calc(100vh - 390px);
}
.table-scroll-wrapper-edit thead th {
  border-bottom: 2px solid #2779A7;
  border-top: 0;
}

.editrow {
  position: absolute;
  color: #2779A7;
  background: white;
  border: 1px solid #2779A7;
  border-radius: 20px;
  right: 5px;
  top: 8px;
  width: 64px;
  height: 38px;
  cursor: pointer;
}
.editrow:hover .editrow {
  color: white;
  background: #2779A7;
}

.ie-result-edit:hover .editrow {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ie-result-edit .editrow {
  display: none;
}

.mynt-form-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mynt-form {
  width: 525px;
}
.mynt-form .form-group, .mynt-form .form-check {
  margin-bottom: 30px;
}
.mynt-form .form-group:last-child, .mynt-form .form-check:last-child {
  margin-bottom: 0;
}

.mynt-wrap {
  display: flex;
  width: 100vw;
  height: calc(100vh - 60px);
  flex-direction: column;
  overflow: auto;
}
.mynt-wrap .mynt-pagetitle {
  font-weight: bold;
  font-size: 26px;
  padding: 20px 30px;
  display: flex;
}
.mynt-wrap .mynt-pagetitle .mynt-pagetitle-back {
  font-weight: bold;
  font-size: 33px;
  cursor: pointer;
  display: none;
}
.mynt-wrap .mynt-pagetitle.mynt-pagetitle-displayback {
  padding: 20px 30px 20px 15px;
}
.mynt-wrap .mynt-pagetitle.mynt-pagetitle-displayback .mynt-pagetitle-back {
  display: block;
  font-weight: bold;
  line-height: 36px;
  margin-right: 16px;
}
.mynt-wrap .mynt-wrap-content {
  padding: 25px;
  position: relative;
  justify-content: center;
}

.titlevlid {
  display: flex;
  align-content: center;
  z-index: 1;
}
.titlevlid .mynt-pagetitle-back {
  font-weight: bold;
  font-size: 33px;
  cursor: pointer;
}

.wrapimportexcel {
  position: relative;
}

.formimportexcel {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 525px;
  height: 300px;
}

.subtitleform {
  font-weight: 600;
  display: block;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
}
.reveal-overlay.background-blur {
  height: 100%;
  backdrop-filter: blur(10px);
}
.reveal-overlay div, .reveal-overlay h1, .reveal-overlay h2, .reveal-overlay h3, .reveal-overlay h4, .reveal-overlay h5, .reveal-overlay h6 {
  margin: 0;
}
.reveal-overlay .button-group {
  margin-top: 10px;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.reveal-overlay .alerts {
  max-width: 250px;
  max-height: 308px;
}
.reveal-overlay .alerts-center {
  align-items: center;
  height: 100%;
  margin-top: 0 !important;
}
.reveal-overlay .align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.reveal-overlay .card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
  max-width: 260px;
  max-height: 308px;
  border-radius: 20px;
}
.reveal-overlay .card .card-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 1rem;
}
.reveal-overlay .card .line {
  border-top: 1px solid #E3DEE7;
  padding: 15px;
  margin-left: 12px;
  margin-right: 12px;
  text-align: center;
}
.reveal-overlay .card .line button {
  margin: 0 1px 1px 0;
  font-size: 0.9rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 153px;
  height: 39px;
  cursor: pointer;
}
.reveal-overlay .card > :last-child {
  margin-bottom: 0;
}
.reveal-overlay .card .card-title {
  font-weight: bolder;
  text-align: center;
  font-size: 20px;
}
.reveal-overlay .card .card-text {
  text-align: center;
  margin-bottom: 0;
}
.reveal-overlay .card .icon-alert {
  display: flex;
  justify-content: center;
  font-size: 67.5px;
}
.reveal-overlay .color-warning .icon-alert {
  border-color: #EBCF0E !important;
  color: #EBCF0E !important;
  margin-top: 4px;
}
.reveal-overlay .color-success .icon-alert {
  border-color: #11B965 !important;
  color: #11B965 !important;
  margin-top: 4px;
}
.reveal-overlay .color-info .icon-alert {
  border-color: #0474D1 !important;
  color: #0474D1 !important;
  margin-top: 4px;
}
.reveal-overlay .color-error .icon-alert {
  border-color: #FE0510 !important;
  color: #FE0510 !important;
  margin-top: 4px;
}

.background-toastr {
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.toastr-open {
  pointer-events: auto;
}

.reveal-overlay {
  z-index: 10000 !important;
}
.reveal-overlay.background-toastr {
  background-color: transparent;
}
.reveal-overlay.background-toastr .callout {
  pointer-events: auto;
  width: 500px;
}
.reveal-overlay.background-toastr .close-button {
  pointer-events: auto;
}
.reveal-overlay .callout.success {
  background-color: #F1FAF6;
}
.reveal-overlay .callout.primary {
  background-color: #EBF6FF;
}
.reveal-overlay .callout.warning {
  background-color: #FEFCEC;
}
.reveal-overlay .callout.alert {
  background-color: #FFEBEC;
}
.reveal-overlay .callout {
  position: relative;
  margin: 0 0.5rem 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  color: #0a0a0a;
}
.reveal-overlay .callout > :first-child {
  margin-top: 0;
}
.reveal-overlay .callout > :last-child {
  margin-bottom: 0;
}
.reveal-overlay p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
.reveal-overlay .close-button, .reveal-overlay .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}
.reveal-overlay .close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1.2;
}
.reveal-overlay button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  cursor: auto;
}
.reveal-overlay button .close-button, .reveal-overlay button .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}
.reveal-overlay button .close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer;
}
.reveal-overlay .color-warning .icon-alert {
  border-color: #EBCF0E !important;
  color: #EBCF0E !important;
  margin-top: 4px;
}
.reveal-overlay .color-success .icon-alert {
  border-color: #11B965 !important;
  color: #11B965 !important;
  margin-top: 4px;
}
.reveal-overlay .color-info .icon-alert {
  border-color: #0474D1 !important;
  color: #0474D1 !important;
  margin-top: 4px;
}
.reveal-overlay .color-error .icon-alert {
  border-color: #FE0510 !important;
  color: #FE0510 !important;
  margin-top: 4px;
}

.alerts {
  max-width: 250px;
  max-height: 308px;
  border-radius: 20px !important;
}

.alerts-center {
  align-items: center !important;
  height: 100%;
  margin-top: 0 !important;
  justify-content: center;
}

.alert-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}

.section-card {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 1rem;
}

.button-group {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.toastr-right {
  justify-content: flex-end;
}

.icon-alert {
  display: flex;
  justify-content: center;
  font-size: 67.5px;
}

.title-card {
  font-weight: bolder;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}

.text-card {
  text-align: center;
}

.line {
  border-top: 1px solid #E3DEE7;
  margin-left: 12px;
  margin-right: 12px;
  padding-top: 15px;
}

.btn-card {
  width: 153px;
  display: block !important;
  margin: auto !important;
  border-radius: 20px !important;
  margin-bottom: 15px !important;
}

.alert-warning {
  border-color: #EBCF0E !important;
  color: #EBCF0E !important;
  margin-top: 4px;
}

.btn-ok {
  background-color: #11B965 !important;
}

.btn-info {
  background-color: #0474D1 !important;
}

.btn-warning {
  background-color: #EBCF0E !important;
  border-color: #EBCF0E !important;
}

.btn-error {
  background-color: #FE0510 !important;
}

.background-blur {
  height: 100%;
  backdrop-filter: blur(10px);
}

.tostr {
  width: 392px;
  height: 30px;
  border-radius: 20px !important;
  display: flex;
}

.color-success {
  border-color: #11B965 !important;
  color: #11B965 !important;
  margin-top: 4px;
}

.color-info {
  border-color: #0474D1 !important;
  color: #0474D1 !important;
  margin-top: 4px;
}

.color-warning {
  border-color: #EBCF0E !important;
  color: #EBCF0E !important;
  margin-top: 4px;
}

.color-error {
  border-color: #FE0510 !important;
  color: #FE0510 !important;
  margin-top: 4px;
}

.toastr-icon {
  font-size: 30px;
  margin-right: 10px;
}

.toastr-close {
  padding-top: 2px;
  padding-right: 0;
}

.background-toastr {
  background-color: rgba(0, 0, 0, 0);
}

.form-group label, .input-group label {
  font-size: 16px;
  padding-left: 5px;
}
.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=password],
.form-group input[type=date],
.form-group input[type=number],
.form-group select, .input-group input[type=text],
.input-group input[type=email],
.input-group input[type=password],
.input-group input[type=date],
.input-group input[type=number],
.input-group select {
  border-radius: 99em;
}
.form-group .input-group input[type=text],
.form-group .input-group input[type=email],
.form-group .input-group input[type=password],
.form-group .input-group input[type=date],
.form-group .input-group input[type=number], .input-group .input-group input[type=text],
.input-group .input-group input[type=email],
.input-group .input-group input[type=password],
.input-group .input-group input[type=date],
.input-group .input-group input[type=number] {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right: 0;
}
.form-group .input-group .input-group-append > span, .input-group .input-group .input-group-append > span {
  border-top-right-radius: 99em !important;
  border-bottom-right-radius: 99em !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-left: 0;
  background-color: transparent;
  padding-right: 15px;
  padding-left: 9px;
}
.form-group .input-group .input-group-prepend > span, .input-group .input-group .input-group-prepend > span {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 99em !important;
  border-bottom-left-radius: 99em !important;
  border-right: 0;
  background-color: transparent;
  padding-right: 15px;
  padding-left: 9px;
}
.form-group .input-group .input-group-prepend + .form-control, .input-group .input-group .input-group-prepend + .form-control {
  border-right: 1px solid #ced4da;
  border-top-right-radius: 99em !important;
  border-bottom-right-radius: 99em !important;
  border-left: 0;
}
.form-group .input-group .color-display, .input-group .input-group .color-display {
  padding-right: 1px !important;
}
.form-group .input-group .color-display > span, .input-group .input-group .color-display > span {
  border-radius: 50% !important;
  width: 24px !important;
  height: 24px !important;
}

.form-check {
  padding-left: 2rem;
}

.jscolor-wrap .jscolor-border {
  border-top-left-radius: 1.6em !important;
  border-top-right-radius: 1.6em !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom: 0 !important;
}

.datepicker {
  border-radius: 10px;
}
.datepicker .datepicker-days,
.datepicker .datepicker-months,
.datepicker .datepicker-years,
.datepicker .datepicker-decades,
.datepicker .datepicker-centuries {
  border-radius: 9px;
  overflow: hidden;
}
.datepicker tbody td {
  border-radius: 50% !important;
}
.datepicker tfoot {
  border: 0 !important;
}

.modal:not(.right) .modal-content {
  border-radius: 1.6em;
  border: none;
}
.modal:not(.right) .modal-header {
  border-bottom: 0;
}
.modal:not(.right) .modal-header .modal-title {
  left: 50%;
  transform: translateX(-50%);
  font-size: 22px;
}
.modal:not(.right) .modal-header .close {
  top: 15px;
  right: 30px;
}
.modal:not(.right) .modal-header .close span {
  font-size: 24px;
}
.modal:not(.right) .modal-body {
  text-align: center;
}
.modal:not(.right) .modal-footer {
  border-top: 0;
  margin-bottom: 10px;
}
.modal:not(.right).modal-error .modal-dialog {
  max-width: 300px !important;
}
.modal:not(.right).modal-error .modal-header {
  max-height: 0;
  min-height: 0;
}
.modal:not(.right).modal-error .modal-header .modal-title {
  display: none;
}
.modal:not(.right).modal-error .modal-header .close {
  z-index: 1;
}
.modal:not(.right).modal-error .modal-body {
  padding-top: 0;
  font-weight: lighter;
}
.modal:not(.right).modal-error .modal-body:before {
  background-image: url(images/bulb-error.svg);
  width: 100%;
  height: 200px;
  background-size: 200px 200px;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: block;
}
.modal:not(.right).modal-error .modal-body > p {
  margin-bottom: 0;
  margin-top: 1rem;
}
.modal:not(.right).modal-error .modal-footer .btn-primary {
  width: 100%;
  margin-top: 0;
}

/*  Botones normales  */
.btn {
  border-radius: 99em;
}

.btn-primary {
  border-radius: 99em;
}

.btn-secondary {
  border-radius: 99em;
}

.btn-tertiary {
  border-radius: 99em;
}

.btn-complentary {
  border-radius: 99em;
}

.btn-success {
  border-radius: 99em;
}

.btn-warning {
  border-radius: 99em;
}

.btn-danger {
  border-radius: 99em;
}

/*  Botones outline  */
.btn-outline-secondary {
  border-radius: 99em;
}

.btn-outline-primary {
  border-radius: 99em;
}

.btn-outline-success {
  border-radius: 99em;
}

.btn-outline-warning {
  border-radius: 99em;
}

.btn-outline-danger {
  border-radius: 99em;
}

.btn-outline-secondary {
  border-radius: 99em;
}

.btn-outline-tertiary {
  border-radius: 99em;
}

.btn-outline-complentary {
  border-radius: 99em;
}

.button-main {
  border-radius: 1.6em;
}

.navweek {
  border-radius: 99em;
}
.navweek .navdays {
  border-radius: 99em;
}

.navigationtabs {
  width: calc(100% - 52px) !important;
  margin-left: 25px;
  display: flex;
  padding: 1px 2px !important;
  margin-bottom: 25px;
  border: 1px solid #E3DEE7;
  border-radius: 99rem;
}
.navigationtabs .tab {
  padding: 0;
  margin-bottom: 3px;
  background: none;
  border-bottom: none !important;
  margin-bottom: 0 !important;
}
.navigationtabs .tab span {
  padding: 4px 0;
  border: 2px solid transparent;
  border-radius: 99em;
}
.navigationtabs .tab.selected {
  border-bottom: none !important;
  background: none !important;
}
.navigationtabs .tab.selected span {
  background-color: #2779A7;
  color: white;
}
.navigationtabs .tab:not(.selected):hover span {
  background-color: white;
  color: #2779A7;
  border-color: #2779A7;
  font-weight: 100;
}

.login-bigcontainer .card-body {
  border-radius: 1.6em;
}

.sidebar {
  border-radius: 1.6em;
  box-shadow: none !important;
  min-width: 120px !important;
  width: 120px !important;
  height: calc(100vh - 30px) !important;
  margin: 15px;
  left: 0;
  min-height: 550px;
}

.input-group .form-control {
  border-right: 0;
}
.input-group .appendicon {
  border-top-right-radius: 99px !important;
  border-bottom-right-radius: 99px !important;
  background: white;
  border-left: 0;
  font-size: 25px;
}

.labelinput {
  font-size: 14px;
  padding-left: 0.75rem;
  font-weight: bold;
}

.timepicker {
  border-radius: 1.6em;
  width: 150px;
}
.timepicker:before {
  left: 22px;
}
.timepicker:after {
  left: 23px;
}
.timepicker .chose-hour, .timepicker .chose-minute {
  padding: 5px;
}
.timepicker .chose-hour .handle, .timepicker .chose-minute .handle {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 3.4090909091px;
}
.timepicker .chose-hour li, .timepicker .chose-minute li {
  width: 27px;
  height: 27px;
}
.timepicker .chose-hour li:hover, .timepicker .chose-minute li:hover {
  border-radius: 99em;
}
.timepicker .chose-all .text {
  height: 40px;
}
.timepicker .chose-all .text > div {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.timepicker .chose-all .handle > div {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.timepicker .icon-up, .timepicker .icon-down {
  width: 25px;
  height: 25px;
  opacity: 1;
}
.timepicker .icon-up:before, .timepicker .icon-down:before {
  font-size: 23px;
  line-height: 23px;
  font-weight: lighter;
}
.timepicker .icon-up:hover, .timepicker .icon-down:hover {
  background-color: #2779A7;
  border-radius: 99em;
  opacity: 1;
}
.timepicker .icon-up:hover:before, .timepicker .icon-down:hover:before {
  color: white;
}
.timepicker .icon-down:before {
  line-height: 26px;
}

/*# sourceMappingURL=style.css.map */
