.no-block{
    display: inline;
}

#nitDV{
    width: 100%;
}

.table-options tr{
    cursor: pointer;
}
.options_container{
    position: relative;
    display: none;
}
.show_options{
    display: initial;
}
.reg_options{
    list-style-type: none;
    display: flex;
    position:absolute;
}
.btn-option{
    padding: 0.5rem;
    margin-right: 2px;
}

label ~ button{
    margin-left: 10px;
}

/* botones circulares */
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
  }
  .btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
  }
  .btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
  }
  .btn.dropdown-toggle.btn-light{
      min-height: 38px;
  }
  #btnFilterItem{
    margin-top: 32px;
    min-height: 38px;
  }
  .headerShowList{
      margin-bottom: 20px;
  }

  .label {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.label-primary {
    color: #fff;
    background-color: #007bff;
}
.label-info {
    color: #fff;
    background-color: #17a2b8;
}

.bootstrap-tagsinput{
    width: 100%;
    min-height: 38px;
    padding-top: 7px;
}

.bold{
    font-weight: bold;
}

/* cargando */
#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7); /* Black background with opacity */
    z-index: 1500; /* Specify a stack order in case you're using a different order for other elements */
    cursor: wait; /* Add a pointer on hover */
}

.container {
    height: 100vh;
    width: 100vw;
    font-family: Helvetica;
  }
  
  .loader {
    height: 20px;
    width: 250px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .loader--dot {
    animation-name: loader;
    animation-timing-function: ease-in-out;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background-color: black;
    position: absolute;
    border: 2px solid white;
  }
  .loader--dot:first-child {
    background-color: #8cc759;
    animation-delay: 0.5s;
  }
  .loader--dot:nth-child(2) {
    background-color: #8c6daf;
    animation-delay: 0.4s;
  }
  .loader--dot:nth-child(3) {
    background-color: #ef5d74;
    animation-delay: 0.3s;
  }
  .loader--dot:nth-child(4) {
    background-color: #f9a74b;
    animation-delay: 0.2s;
  }
  .loader--dot:nth-child(5) {
    background-color: #60beeb;
    animation-delay: 0.1s;
  }
  .loader--dot:nth-child(6) {
    background-color: #fbef5a;
    animation-delay: 0s;
  }
  .loader--text {
    position: absolute;
    top: 200%;
    left: 0;
    right: 0;
    width: 4rem;
    margin: auto;
  }
  .loader--text:after {
    content: "Espera";
    font-weight: bold;
    animation-name: loading-text;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes loader {
    15% {
      transform: translateX(0);
    }
    45% {
      transform: translateX(230px);
    }
    65% {
      transform: translateX(230px);
    }
    95% {
      transform: translateX(0);
    }
  }
  @keyframes loading-text {
    0% {
      content: "Espera";
    }
    25% {
      content: "Espera.";
    }
    50% {
      content: "Espera..";
    }
    75% {
      content: "Espera...";
    }
  }
/* cargando */


/* ----- Card ----- */
.au-card {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 40px;
  padding-right: 35px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.au-card--border {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.au-card--border .au-card-title {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}

.au-card--border .au-card-title .bg-overlay {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}

.au-card-bordered {
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 40px;
  padding-top: 42px;
  padding-right: 55px;
  margin-bottom: 40px;
}

.au-card--bg-blue {
  background-image: -moz-linear-gradient(90deg, #396afc 0%, #2948ff 100%);
  background-image: -webkit-linear-gradient(90deg, #396afc 0%, #2948ff 100%);
  background-image: -ms-linear-gradient(90deg, #396afc 0%, #2948ff 100%);
}

.au-card-top-countries {
  padding: 40px;
  padding-top: 25px;
  padding-bottom: 29px;
}

.au-card--no-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.au-card--no-pad {
  padding: 0;
}

.au-card-title {
  position: relative;
  padding: 40px;
  padding-top: 45px;
  padding-bottom: 47px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.au-card-title .bg-overlay {
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
}

.au-card-title h3 {
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 400;
}

.au-card-title h3 i {
  color: #fff;
  font-size: 24px;
  margin-right: 12px;
}

.au-task {
  color: #808080;
}

.au-task--border .au-task__title {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.au-task--border .au-task-list {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.au-task--border .au-task__footer {
  border: 1px solid #e5e5e5;
  border-top: none;
}

.au-task__title {
  padding: 27px 15px;
  padding-left: 40px;
  padding-bottom: 22px;
  border-bottom: 1px solid #f2f2f2;
  font-size: 14px;
}

.au-task-list {
  height: 424px;
  position: relative;
  overflow-y: auto;
}

.au-task__item {
  border-bottom: 1px solid #f2f2f2;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.au-task__item:hover {
  background: #f7f7f7;
}

.au-task__item-inner {
  padding: 26px 15px;
  padding-left: 40px;
}

.au-task__item-inner .task {
  font-size: 16px;
  margin-bottom: 6px;
}

.au-task__item-inner .task a {
  font-size: 16px;
  color: #808080;
  font-weight: 400;
}

.au-task__item-inner .task a:hover {
  color: #333;
}

.au-task__item-inner .time {
  font-size: 14px;
  color: #555;
  text-transform: uppercase;
  font-weight: 600;
}

.au-task__item--danger .au-task__item-inner {
  border-left: 3px solid #fa4251;
}

.au-task__item--warning .au-task__item-inner {
  border-left: 3px solid #ffa037;
}

.au-task__item--primary .au-task__item-inner {
  border-left: 3px solid #4272d7;
}

.au-task__item--success .au-task__item-inner {
  border-left: 3px solid #00ad5f;
}

.au-task__footer {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 45px;
}

.au-message__footer {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 45px;
}

.au-message p {
  color: #808080;
}

.au-message-list {
  height: 424px;
  position: relative;
  overflow-y: auto;
}

.au-message__noti {
  padding: 25px 15px;
  padding-left: 40px;
  padding-bottom: 22px;
  border-bottom: 1px solid #f2f2f2;
}

.au-message__noti p {
  font-size: 14px;
}

.au-message__noti p span {
  font-weight: 600;
}

.au-message__item {
  border-bottom: 1px solid #f2f2f2;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.au-message__item:hover {
  background: #f7f7f7;
}

.au-message__item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 19px 40px;
  padding-right: 50px;
  padding-bottom: 25px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .au-message__item-inner {
      padding: 15px;
      padding-right: 10px;
      padding-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .au-message__item-inner {
      padding: 15px;
      padding-right: 10px;
      padding-bottom: 15px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
  }
}

.au-message__item-time {
  margin-top: 26px;
}

.au-message__item-time span {
  font-size: 14px;
  color: #808080;
}

.au-message__item-text .text {
  margin-left: 60px;
  padding: 7px 0;
  padding-left: 23px;
}

.au-message__item-text .text .name {
  font-size: 16px;
  font-weight: 600;
  color: #666;
  margin-bottom: 2px;
}

.au-message__item-text .text p {
  color: #808080;
}

@media (max-width: 767px) {
  .au-message__item-text .text {
      margin: 0;
      padding: 0;
  }
}

.report-header{
  padding: .75rem;
  vertical-align: middle;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  margin: 20px auto; 
}

.report-row{
  cursor: pointer;
}
.report-row table{
  cursor: default;
}
.close-detail{
  width: 35px;
  height: 35px;
  text-align: center;
  display: block;
  font-size: 21px;
  border-radius: 19px;
  position: relative;
  top: 20px;
  left: 10px;
  float: right;
  border: 1px solid #ffcece;
  background-color: #ffcece;
  z-index: 2;
}
.btnShowDetail{
  border-radius: 20px;
  margin: 4px 10px;
  display:none;
}

.close-detail:hover{
  background-color: #dc3545;
  font-weight: bold;
  color: #fff;
}
.rowInventoryDetail{
  background: #fff;
  padding: 10px;
}
.report-row:nth-child(even) {background: #eaeaea}
.report-row:nth-child(odd) {background: #FFF}

.icon_image{
  width: 16px;
  fill: #607d8b;
}
.btn-print i{
  color:#fff;
}

#closeDetail {
  width: 25px;
  height: 25px;
  background-color: #fff;
  text-align: center;
  display: block;
  font-size: 14px;
  border-radius: 14px;
  position: absolute;
  top: -14px;
  left: -14px;
  cursor: pointer;
  border: solid 1px rgb(185,185,185);
}
#closeDetail:hover{
  background-color: rgb(210, 210, 210);
}

#inner_overlay{
  position: absolute; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(148,148,148,0.35); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: not-allowed ; /* Add a pointer on hover */
}
.badget-medium{
  font-size: 100%;
}


@media (max-width: 1024px){
aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu{
  right: -200px;
}
}