:root {
  --color-primario: #0C2B81;
  --bs-app-header-height: 65px;
  --bs-app-header-height-actual: 65px;
  --bs-text-primary: #0c2b82;
  --bs-primary: #0c2b82;
  --bs-primary-active: #3A68C5;
  --bs-modal-header-bg: var(--color-primario);
  --bs-danger: #ff0000;
  --bs-text-danger: #ff0000;
}
@font-face {
  font-family: 'OpenSans';
  src: url('/Content/fonts/OpenSans/OpenSans-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'OpenSans';
  src: url('/Content/fonts/OpenSans/OpenSans-BoldItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: 700;
}

@font-face {
  font-family: 'OpenSans';
  src: url('/Content/fonts/OpenSans/OpenSans-ExtraLightItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: 200;
}

@font-face {
  font-family: 'OpenSans';
  src: url('/Content/fonts/OpenSans/OpenSans-Italic.ttf') format('truetype');
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: 'OpenSans';
  src: url('/Content/fonts/OpenSans/OpenSans-Light.ttf') format('truetype');
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'OpenSans';
  src: url('/Content/fonts/OpenSans/OpenSans-LightItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: 300;
}

@font-face {
  font-family: 'OpenSans';
  src: url('/Content/fonts/OpenSans/OpenSans-Medium.ttf') format('truetype');
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: 'OpenSans';
  src: url('/Content/fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'OpenSans';
  src: url('/Content/fonts/OpenSans/OpenSans-SemiBold.ttf') format('truetype');
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: 'OpenSans';
  src: url('/Content/fonts/OpenSans/OpenSans-SemiBoldItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: 600;
}

html,
body {
  font-size: 12px!important;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif !important;
  background: #f5f5f5;
  color: #000;
}

.indicator-progress {
  display: none;
}

[data-nm-indicator=on]>.indicator-label {
  display: none;
}

[data-nm-indicator=on]>.indicator-progress {
  display: inline-block;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar {
  background-color: #062f70;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .app-sidebar-logo {
  border-bottom: 1px dashed #fff;
  background: #fff;
}

[data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  background-color: rgba(0,0, 0,.3);
  color: #fff;
}
[data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
  color: #fff;
}
[data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item.hover:not(.here)>.menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
  background-color: #fff;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: left; 
}
div.dataTables_wrapper div.dataTables_length {
  text-align: right;
}
.modal-header {
  padding: 1.2rem 1.5rem;
  background: var(--bs-modal-header-bg);
}
table.dataTable > thead > tr > th, table.table > thead > tr > th, table.table > tbody > tr > th {
  font-weight: 700;
  font-size: 12px;
  background: linear-gradient(to bottom, #f1f1f1 0%, #dbdbdb 100%);
  padding: 10px 8px;
  border: 1px solid #ccc;
  border-top: 1px solid #ddd;
}

table.table.table-sm > thead > tr > th {
  padding: 7px 8px !important;
}

.dataTable th, .dataTable td {
  padding: 6px 8px !important;
  border: 1px solid #ccc;
  border-bottom-width: 0 !important;
  vertical-align: middle;
}

table.dataTable {
  border-bottom: 1px solid #ccc;
  margin-bottom: 0px !important;
}

table.dataTable thead tr:not(.filter) th:first-child {
  border-radius: 6px 0 0 0;
}

.dataTables_scrollBody > .table > thead {
  display: none;
}

table.dataTable thead tr th:last-child {
  border-radius: 0 6px 0 0;
}

.dataTables_wrapper .row.paginador {
  padding-right: 5px;
  padding-left: 5px;
  border-width: 1px 1px 1px 1px;
  border-style: none solid solid solid;
  border-color: -moz-use-text-color rgb(221, 221, 221) rgb(221, 221, 221) rgb(221, 221, 221);
  border: 1px solid #ccc;
  border-image: none;
  border-collapse: separate;
  border-radius: 0 0 0.42rem 0.42rem;
  background: linear-gradient(to bottom, rgb(241, 241, 241) 0%, rgb(219, 219, 219) 100%) repeat scroll 0% 0% transparent;
  border-top: 0;
  align-items: center;
}

.table.table-sm td, .table.table-sm th, .table.table-sm tr {
  font-size: 12px;
}

div.dataTables_wrapper div.dataTables_paginate {
  padding: 0;
  display: inline-block;
}

.dataTables_wrapper .page-item .page-link {
  height: 30px;
  min-width: 30px;
  font-size: 12px;
}

.dataTables_wrapper .pagination .previous, .dataTables_wrapper .pagination .next {
  background-color: #F3F6F9;
}

table.table-bordered {
  border-bottom: 1px solid #ccc !important;
}

table.table-bordered.table-rounded {
  border-radius: .475rem;
}

table.table-bordered tbody tr td, table.table-bordered thead tr th {
  border: 1px solid #ccc;
  border-bottom: 0;
}

table.table-rounded thead tr:not(.filter) th:first-child {
  border-top-left-radius: .475rem;
}

table.table-rounded thead tr:not(.filter) th:last-child {
  border-top-right-radius: .475rem;
}
.dataTables_wrapper .dataTables_pager {
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
.select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered {
  color: #333;
}
.table-nm-maestro .dataTables_filter label{
  font-weight: 700!important;
  color: var(--color-primario);
  font-size: 13px;
}
.table-nm-maestro .dataTables_filter input{
  background: #fff;
  border: 1px solid #000;
  width: 100%!important;
}
.modal-footer {
  padding: 5px 12px;
}
.table-nm-maestro .btn-group .btn{
  padding: 5px 10px!important;
}
[data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item .menu-link.active {
  background-color: #FCAF17;
    color: #fff;
}
[data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item .menu-sub .menu-item .menu-link.active .menu-title {
  color: #fff;
}
[data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item .menu-link.active .menu-bullet .bullet {
  background-color: #fff;
}
ul.breadcrumbs {
  margin: 0px;
  padding: 0px;
  font-size: 0px;
  line-height: 0px;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  height: 32px;
  margin-bottom: 30px;
}

ul.breadcrumbs li {
  position: relative;
  margin: 0px 0px;
  padding: 0px;
  list-style: none;
  list-style-image: none;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  border-left: 1px solid #ccc;
  transition: 0.3s ease;
}

ul.breadcrumbs li:before {
  content: "";
  position: absolute;
  right: -9px;
  top: -1px;
  z-index: 20;
  border-left: 10px solid #efefef;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  transition: 0.3s ease;
}

ul.breadcrumbs li:after {
  content: "";
  position: absolute;
  right: -10px;
  top: -1px;
  z-index: 10;
  border-left: 10px solid #ccc;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
}
ul.breadcrumbs li.first {
  border-left: none;
}
ul.breadcrumbs li a, ul.breadcrumbs li span {
  display: block;
  font-size: 12px;
  line-height: 30px;
  color: #000000;
  padding: 0px 15px 0px 25px;
  text-decoration: none;
  border: 1px solid #ddd;
  white-space: nowrap;
  overflow: hidden;
  background: linear-gradient(to left, #f1f1f1 0%, #fff 100%);
  font-weight: 600;
  transition: 0.3s ease;
}



ul.breadcrumbs li.active span {
  color: #fff;
  background: var(--color-primario);
}

ul.breadcrumbs li.last span {
  padding-right: 20px;
  border-radius: 0px 40px 40px 0px;
}
.app-main {
  background: #F5F6F6;
}
.text-primary-secondary {
  color: #009ef7!important;
}
.form-label {
  color: var(--color-primario);
  font-weight: 600;
}

[data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item .menu-link.active .menu-title {
  color: #fff;
}
.reloj {
  width: 200px;
  height: 200px;
  border: 5px solid black;
  position: relative;
  animation: giro 4s infinite;
}

.reloj::before, .reloj::after {
  content: '';
  position: absolute;
  border: 5px solid black;
  width: 50%;
  height: 100%;
}

.reloj::before {
  top: 0;
  left: 50%;
  border-right: none;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
  transform-origin: 0 0;
  animation: llenar 2s infinite;
}

.reloj::after {
  top: 0;
  left: 0;
  border-left: none;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  transform-origin: 100% 0;
  animation: llenar 2s infinite;
}
.select2-container--bootstrap5.select2-container--disabled .form-select .select2-selection__placeholder, .select2-container--bootstrap5.select2-container--disabled .form-select .select2-selection__rendered {
  color: #000000 !important;
}
.form-control:disabled {
  color: #000000;
}
.form-switch.form-check-solid .form-check-input:not(:checked) {
  background-color: var(--bs-gray-500)!important;
}
body[data-kt-app-sidebar-minimize="on"] #div_qrcode {
  display: none;
}
#qrcode img {
  width: 90%;
  height: 90%;
}
@keyframes llenar {
  0% {
      width: 0;
  }
  50% {
      width: 100%;
  }
  100% {
      width: 0;
  }
}

@keyframes giro {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}
/* MEDIAS QUERIES */
@media (min-width: 992px) {
  .w-lg-60 {
    width: 60% !important;
  }

  .w-lg-70 {
    width: 70% !important;
  }

  .w-lg-90 {
    width: 90% !important;
  }

  .w-lg-40 {
    width: 40% !important;
  }

  .w-lg-30 {
    width: 30% !important;
  }

  [data-kt-app-header-fixed=true] .app-header {
    /*background: linear-gradient(to bottom, #fff 0%, #dddddd 100%);*/
    background-image: linear-gradient(to left, #071435 0%, #0C2B82 50%);
    background-color: #0C2B82;
    border-bottom: 1px solid #bdbdbd;
  }

  .app-sidebar-logo {
    /*border-bottom: 1px solid rgb(12, 43, 129) !important;*/
    background-color: #fff;
  }
}

@media (min-width: 1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 100%!important;
	}
}