body {
  background: #1E1E2F;
  background-image: url(../img/bg.jpg);
  background-attachment: fixed;
}

.navbar {
  background: #1E1E2F;
}

.bg-dark-blue {
  background: #1E1E2F;
}

.bg-dark {
  background-color: #1E1E2F !important;
}

.header-fixed .app-body {
  margin-top: 62.75px;
}

.container-as {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.tab-content .tab-pane {
  padding: 0rem; 
}

.btn-actions {
  width: 40px;
}

.arrow_box {
  position: relative;
}
.arrow_box:after {
  left: 80%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #1E1E2F;
  border-width: 20px;
  margin-top: -20px;
  z-index: 1000;
}



/* EMPIEZA
Para cargar una imagen 
*/
.upload-btn-wrapper {
  position: relative;
  overflow: hide;
  display: inline-block;
}

.upload-btn-wrapper input[id*='file'] {
  font-size: 200px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
/* TERMINA
Para cargar una imagen
*/

/* EMPIEZA
ajustar segun medidas
*/
@media (min-width: 576px) {
  .position-fixed-sm {
    position: fixed;
    margin-top: -50px !important;
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  .position-fixed-md {
    position: fixed;
    margin-top: -50px !important;
  }

  .m-md-10 {
    margin-right: 10px;
  }
}

@media (min-width: 992px) {
  .position-fixed-lg {
    position: fixed;
    margin-top: -50px !important;
  }

  .w-lg-3 {
    width: 190px;
  }
}

@media (min-width: 1200px) {
  .w-xl-2 {
    width: 182px;
  }
}

.table-xs th,
.table-xs td {
  padding: 0 .3em 0 .3em;
  font-size: 10px;
}
/* TERMINA
ajustar segun medidas
*/
  
/* EMPIEZA
animación dropdown
*/
.dropdown-menu {display: block;visibility: hide;transform: scale(0);transition:.25s ease all;}
.dropdown-menu.show {display: block;visibility: visible;transform: scale(1);transition:.25s ease all;}
.dropdown .dropdown-menu a:hover {
  background-color: #9f1742;
}
/* TERMINA
animación dropdown
*/

.breadcrumb-item + .breadcrumb-item::before {
  color: #2F353A;
}

/* EMPIEZA
para el scroll del navbar
*/
.navbar-collapse.collapse.show {
  position: fixed;
  padding: 0px 16px 16px 16px;
  margin-top: 55px;
  top:0;
  left:0;
  width: 100%;
  max-height: 92%;
  background: #1E1E2F;
  overflow-y: auto;
}
/* TERMINA
para el scroll del navbar
*/

.form-control-fecha {
  width: 140px;
}

.swal2-input {
  color: black;
}


/* EMPIEZA
Para centrar divs verticalmente
*/
.btn-group .btn-group-toggle {
  top: 50%;
  transform: translateY(-50%);
}

.lbl-switch-vc {
  top: 50%;
  transform: translateY(-33%);
}

.h-center {
  left: 50%;
  transform: translateX(-50%);
}
/* TERMINA
Para centrar divs verticalmente
*/


/* EMPIEZA
font
*/
label.font-size-lg {
  font-size: 20px;
}

input.font-size-lg,
select.font-size-lg {
  font-size: 16px;
}

label.font-size-md {
  font-size: 17px;
}

input.font-size-md,
select.font-size-md {
  font-size: 13px;
}

label.font-size-sm {
  font-size: 12px;
}

input.font-size-sm,
select.font-size-sm {
  font-size: 10px;
}

.badge {
  font-size: 12px;
}
/* TERMINA
font
*/


.nav-pills .nav-link {
  color: #c8ced3;
}


.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #9f1742;
  color: white;
}

.nav-pills a.nav-link:hover,
.nav-pills a.nav-link:focus {
    color: #9ea8b1 !important;
}

.nav-pills a.nav-link.active:hover,
.nav-pills a.nav-link.active:focus {
    color: white !important;
}

/* EMPIEZA 
background modal
*/
.modal-backdrop {
  background-color: #fff;
}

.modal-backdrop.show {
  background-color: #fff;
  opacity: 0.4 !important;
}
/* TERMINA 
background modal
*/


/* EMPIEZA
Estilo de inputs
*/
label {
  /*text-transform: uppercase;
  letter-spacing: 0.05em;*/
  color: #f7b900;
  /*#9a9a9a; */
  /* #ff2964; */
  /*font-size: 10px;*/
  margin-top: 5px;
  margin-bottom: 2px;
}

.form-control-as {
  background-color: transparent;
  color: white;
}


.form-control-as:disabled {
  background-color: #c8ced3;
  color: black;
}

.form-info:disabled {
  /*background-color: #1e1e2f;*/
  background: transparent;
  color: white;
  border: 1px #1e1e2f;
}
/* Switch 1 Specific Styles Start */

.box_1{
  background: #eee;
}

input[type="checkbox"].switch-1{
  font-size: 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 2.5em;
  height: 0.5em;
  background: #ddd;
  border-radius: 3em;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  }
  
  input[type="checkbox"].switch-1:checked{
  background: #0ebeff;
  }
  
  input[type="checkbox"].switch-1:after{
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 .25em rgba(0,0,0,.3);
          box-shadow: 0 0 .25em rgba(0,0,0,.3);
  -webkit-transform: scale(.7);
          transform: scale(.7);
  left: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  }
  
  input[type="checkbox"].switch-1:checked:after{
  left: calc(100% - 1.5em);
  }
  .switch-1-label {
    font-size: 15px;
  }
/* Switch 1 Specific Style End */
/* TERMINA
Estilo de inputs
*/

.btn-checkbox label {
  padding: 0px 3.5px;
  font-size: 10px;
}
.btn-checkbox > .btn span {
  opacity: 0;       
}
.btn-checkbox > .btn.active span {
  opacity: 1;       
}
.btn-checkbox > .btn input[type="checkbox"]{
  display: none;
}




/* The custom-checkbox-container */
.custom-checkbox-container {
  display: block;
  /*position: relative;*/
  /*padding-: 35px;*/
  margin-bottom: 12px;
  cursor: pointer;
  /*font-size: 22px;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.custom-checkbox-container input {
  /*position: absolute;*/
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 7px;
  /*left: 0;*/
  height: 18px;
  width: 18px;
  background-color: #c8ced3;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.custom-checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox-container input:checked ~ .checkmark {
  background-color: #acb5bc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox-container .checkmark:after {
  left: 6.5px;
  top: 3px;
  width: 5px;
  height: 9px;
  border: solid #23282c;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



.sinAnimacion {
  font-family: inherit;
  letter-spacing: 0.05em;
  color: white;
  font-size: 26px;
}


/* EMPIEZA
Estilo de tablas responsivas (adaptativas)
*/
.table-responsive {
  min-height: 50px;
  max-height: 400px;
  height: 100%;
  overflow: scroll;
}
.table-responsive .table {
  margin-bottom: 0;
}
.table-responsive .table thead tr:nth-child(1) th{
  background-color: #2f353a;
  position: sticky;
  top: 0;
  border-top: 0;
  z-index: 10;
}
.table-responsive .table tfoot tr:nth-child(1) th{
  background-color: #2f353a;
  position: sticky;
  bottom: 0;
  border: 0;
  z-index: 10;
}
.table-responsive .table td,
.table-responsive .table th {
  vertical-align: middle;
}
/* TERMINA
Estilo de tablas responsivas (adaptativas)
*/


/* EMPIEZA
Colores para tablas
*/
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #0086b5;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #0086b5;
}

.table-responsive .table-primary thead tr:nth-child(1) th,
.table-responsive .table-primary tfoot tr:nth-child(1) th {
  background-color: #0391c3;
}
/* TERMINA
Colores para tablas
*/

.btn-info {
  color: #fff;
  background-color: #aa66cc;
  border-color: #aa66cc;
}

.btn-info:hover {
  color: #fff;
  background-color: #9933CC;
  border-color: #9933CC;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(156, 39, 176, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #aa66cc;
  border-color: #aa66cc;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #9933CC;
  border-color: #9933CC;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(156, 39, 176, 0.5);
}


/*------scroll bar---------------------*/
.table-responsive::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.table-responsive::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.table-responsive::-webkit-scrollbar-thumb {
  /*background: #525965;*/
  /*background: #c8ced3;*/
  background: white;
  border: 0px none #ffffff;
  border-radius: 0px;
}
.table-responsive::-webkit-scrollbar-thumb:hover {
  /*background: #525965;*/
  /*background: #9ea8b1;*/
  background: gray;
}
.table-responsive::-webkit-scrollbar-thumb:active {
  /*background: #525965;*/
  /*background: white;*/
  background: gray;
}
.table-responsive::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.table-responsive::-webkit-scrollbar-track:hover {
  background: transparent;
}
.table-responsive::-webkit-scrollbar-track:active {
  background: transparent;
}
.table-responsive::-webkit-scrollbar-corner {
  background: transparent;
}


/* EMPIEZA
impresión
*/
/* TERMINA
impresión
*/

/* EMPIEZA
navbar con mismas caracteristicas
de sidebar
*/
/*.navbar-nav .nav-title {
  padding: 0.75rem 1rem;
  font-size: 80%;
  font-weight: 700;
  color: #e4e7ea;
  text-transform: uppercase;
}

.navbar-nav .nav-item {
  position: relative;
  margin: 0 15px;
  transition: background .3s ease-in-out;
}

.navbar-nav .nav-link:hover {
  color: #fff;
  border: 1px solid #000;
  background: #20a8d8;
}

.navbar-nav .nav-link:hover .nav-icon {
  color: #fff;
}

.navbar-nav .nav-link:hover.nav-dropdown-toggle::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23fff' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}*/

/* TERMINA
navbar con mismas caracteristicas
de sidebar
*/







/*
.field {
  display: flex;
  flex-flow: column-reverse;
  margin-bottom: 0em;
}
label, input {
  transition: all 0.2s;
  touch-action: manipulation;
  background-color: transparent;
  margin-bottom: -5px;
}
label {
  margin-top: 10px;
}
input {
  font-size: 1.5em;
  border: 0;
  border-bottom: 1px solid #ccc;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 0;
  color: white;
  cursor: text;
}

input:focus {
  outline: 0;
  border-bottom: 1px solid #666;
}

label {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: white;
  font-size: 10px;
}

input:placeholder-shown + label {
  cursor: text;
  max-width: 100%;
  white-space: nowrap;
  overflow: hide;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transform: translate(0, 1.25rem) scale(1);
}

::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit;
}

input:focus::-webkit-input-placeholder {
  opacity: 1;
}

input:not(:placeholder-shown) + label,
input:focus + label {
  transform: translate(0, 0) scale(1);
  cursor: pointer;
}

.form-check {
  margin-bottom: 5px;
}*/