.underline{
  text-decoration: underline;  
}
hr {
  margin-top: -5px !important;
}
ion-icon {
    font-size: 25px;
    vertical-align: middle;
    padding-right: 3px;
}
.badge-warning {
  color: #FFF  !important;
}
.table th, .table td {
  vertical-align: middle !important;
}
.l-list{
  padding-left: 28px;
}
.nav-sidebar .nav-item>.nav-link {
  width: 100% !important;
}

.title-header {
    text-align: center;
   /* padding-left: 640px; */
    color: #027CFF;
    font-weight: bold;
}
.list-bill-data {
  overflow: hidden;
  overflow-y: scroll;
  height: 220px;
  margin-left: -8px;
  margin-right: -8px;
  border: 1px solid rgb(109 19 19 / 13%);
  padding: 15px;
}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
  background-color: #9988A3  !important;
  color: #fff  !important;
  border-radius: unset  !important;
  width: 100%;
}
.os-content{
  padding:unset !important
}
.form-control {
    height: calc(2rem + 2px) !important;
}
.form-control-small {
    height: calc(1.7rem + 2px) !important;
}
body {
    font-family: 'Prompt', sans-serif !important;
    font-size: 14px !important;
}

.bg-custom {
    background-color: #593C68 !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.btn-default{
  background: red !important;
  color: #FFF !important;
  border-color: red !important;
}

@media (max-width: 991.98px) {
    .title-header {
        display: none;
    }
}

.width-50 {
    width: 50% !important;
}
.width-40 {
    width: 40% !important;
}
.width-45 {
    width: 45% !important;
}
.width-10 {
    width: 10% !important;
}


.header-province {
    background: #B2A6DF;
    width: 100%;
    padding: 8px;
    font-weight: bold;
    color: #FFF;
}
.header-export {
  width: 100%;
  padding: 8px;
  font-weight: bold;
  color: #130909;
  border-bottom: 2px solid #D0D2D3;
  border-top: 2px solid #D0D2D3;
}
.header-modal {
  background: #C4BEED;
  color: #FFF;
  padding: 8px;
}
.modal-bg{
  background: #EDEEEE;
  padding-left: 10px;
  padding-top: 2px;
  padding-right: 10px;
}

.bottom-dotted {
    border-bottom: 2px dotted #D0D2D3;
}
.header-modal-member{
  padding-bottom: 5px;
  padding-top: 11px;
  background: #593C68;
  color: #FFF;
}
@media (min-width: 1200px){
.modal-xl {
    max-width: 1300px !important;
}
}

.top-border {
  border-top: 1px solid #000;
}
.bottom-border {
  border-bottom: 1px solid #000;
}
.template-content{
  border: 1px solid;
  border-radius: 5px;
  padding: 20px;
}
.template-box{
  margin-left: 180px;
  margin-right: 180px;
  margin-top: 25px;
  padding-left: 33px;
  padding-bottom: 35px;
}
.text-indent{
  text-indent: 8.2em;
}
.profit td {
  border-top:transparent;
}
.template-table td{
 line-height: 28px;
}

.input-group-btn {
    height: 34px;
    background-color: #D0D2D3;
}
.input-group-btn-small {
    height: 29px;
    background-color: #D0D2D3;
}
.btn-date {
    line-height: 10px !important;
}

#loader {
    /* Uncomment this to make it run! */
    /*
animation: loader 5s linear infinite; 
*/
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
}

@keyframes loader {
    0% {
        left: -100px
    }
    100% {
        left: 110%;
    }
}

#box {
    width: 50px;
    height: 50px;
    background: #fff;
    animation: animate .5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
}

@keyframes animate {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        transform: translateY(18px) scale(1, .9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }
    75% {
        transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        transform: translateY(0) rotate(90deg);
    }
}

#shadow {
    width: 50px;
    height: 5px;
    background: #000;
    opacity: 0.1;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
    animation: shadow .5s linear infinite;
}

@keyframes shadow {
    50% {
        transform: scale(1.2, 1);
    }
}
.navbar-expand .navbar-nav .nav-link {
    font-size: 19px !important
}
.card-body {
    min-height: 500px !important;
}
.bt-div{
    max-width: 33px !important;
    padding-top: 7px !important;
}
.btn-sidebar{
    font-size: 13px !important;
}

.btn-padding{
    padding-right: 30px !important;
    padding-left: 30px !important;
}
.btn-print-header{
    float: right;
    padding-bottom: 10px !important;
    padding-right: 50px !important;
    padding-left: 50px !important;
    border-radius: 0px !important;
}
.color-green{
    color:green;
}
.form-group {
    margin-bottom: 4px  !important;
}

.title-header-content{
  padding-top: 10px;
  font-size: 20px;
  padding-left: 40px;
}
.nav-link-2{
  display: block;
  padding: 0 2rem;
  padding-top: 15px;
  border-radius: 5px;
  border: 1px solid #FFF;
  border-radius: 5px;
}
.active-2{

  border: 1px solid #007BFF !important;
  background-color: #007BFF;
}
.table thead th {
  vertical-align: middle !important;
}
.form-control-inline{
  display: inline !important;
  width: 100px  !important;

}
.table-padding-left{
  padding-left: 100px !important;
}
.table-padding-left-2{
  padding-left: 56px !important;
}
.table-padding-left-3 {
  padding-top: 6px !important;
  padding-left: 155px !important;
}
h5, .h5 {
  font-size: 1.1rem !important;
}
.table-padding-left-footer{
  padding-left: 130px;
}

.table th, .table td {
  padding: 0.3rem !important;
}
.nav-tabs .nav-link {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
/* loading **************************** */
*,
*:after,
*:before {
  box-sizing: border-box;
}
:root {
  --hue: 185;
  --radius: 5.5;
  --size: 4;
}

.scene {
  perspective: 800px;
  transform-style: preserve-3d;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plane {
  height: 5vmin;
  width: 5vmin;
  transform-style: preserve-3d;
  transform: rotateX(-40deg) rotateY(-45deg) rotateX(90deg);
}
.cube,
.shadow {
  --width: var(--size);
  --height: var(--size);
  --depth: var(--size);
  height: calc(var(--depth) * 1vmin);
  width: calc(var(--width) * 1vmin);
  transform-style: preserve-3d;
  position: absolute;
  font-size: 1rem;
  -webkit-animation: jump 0.8s calc(var(--d) * 1s) infinite;
          animation: jump 0.8s calc(var(--d) * 1s) infinite;
  transform: translate3d(calc((var(--x) * var(--radius)) * 1vmin), calc((var(--y) * var(--radius)) * -1vmin), 0);
}
.cube > div:nth-of-type(1),
.shadow > div:nth-of-type(1) {
  background: hsl(var(--hue), 60%, 50%);
  height: calc(var(--height) * 1vmin);
  width: 100%;
  transform-origin: 50% 50%;
  transform: rotateX(-90deg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateX(-90deg) translate3d(0, 0, calc((var(--depth) / 2) * 1vmin));
}
.cube > div:nth-of-type(2),
.shadow > div:nth-of-type(2) {
  background: hsl(var(--hue), 60%, 60%);
  height: calc(var(--height) * 1vmin);
  width: 100%;
  transform-origin: 50% 50%;
  transform: translate(-50%, -50%) rotateX(-90deg) rotateY(180deg) translate3d(0, 0, calc((var(--depth) / 2) * 1vmin));
  position: absolute;
  top: 50%;
  left: 50%;
}
.cube > div:nth-of-type(3),
.shadow > div:nth-of-type(3) {
  background: hsl(var(--hue), 60%, 60%);
  height: calc(var(--height) * 1vmin);
  width: calc(var(--depth) * 1vmin);
  transform: translate(-50%, -50%) rotateX(-90deg) rotateY(90deg) translate3d(0, 0, calc((var(--width) / 2) * 1vmin));
  position: absolute;
  top: 50%;
  left: 50%;
}
.cube > div:nth-of-type(4),
.shadow > div:nth-of-type(4) {
  background: hsl(var(--hue), 60%, 55%);
  height: calc(var(--height) * 1vmin);
  width: calc(var(--depth) * 1vmin);
  transform: translate(-50%, -50%) rotateX(-90deg) rotateY(-90deg) translate3d(0, 0, calc((var(--width) / 2) * 1vmin));
  position: absolute;
  top: 50%;
  left: 50%;
}
.cube > div:nth-of-type(5),
.shadow > div:nth-of-type(5) {
  background: hsl(var(--hue), 60%, 45%);
  height: calc(var(--depth) * 1vmin);
  width: calc(var(--width) * 1vmin);
  transform: translate(-50%, -50%) translate3d(0, 0, calc((var(--height) / 2) * 1vmin));
  position: absolute;
  top: 50%;
  left: 50%;
}
.cube > div:nth-of-type(6),
.shadow > div:nth-of-type(6) {
  background: hsl(var(--hue), 60%, 65%);
  height: calc(var(--depth) * 1vmin);
  width: calc(var(--width) * 1vmin);
  transform: translate(-50%, -50%) translate3d(0, 0, calc((var(--height) / 2) * -1vmin)) rotateX(180deg);
  position: absolute;
  top: 50%;
  left: 50%;
}
.shadow {
  -webkit-animation: none;
          animation: none;
  background: radial-gradient(#000, transparent);
  transform: translate3d(calc((var(--x) * var(--radius)) * 1vmin), calc((var(--y) * var(--radius)) * -1vmin), calc(var(--size) * -0.5vmin)) scale(1);
  -webkit-animation: shadow 0.8s calc(var(--d) * 1s) infinite;
          animation: shadow 0.8s calc(var(--d) * 1s) infinite;
}
.cube--0,
.shadow--0 {
  --x: 1;
  --y: 0;
  --d: -0.7;
}
.cube--1,
.shadow--1 {
  --x: 1;
  --y: -1;
  --d: -0.6;
}
.cube--2,
.shadow--2 {
  --x: 0;
  --y: -1;
  --d: -0.5;
}
.cube--3,
.shadow--3 {
  --x: -1;
  --y: -1;
  --d: -0.4;
}
.cube--4,
.shadow--4 {
  --x: -1;
  --y: 0;
  --d: -0.3;
}
.cube--5,
.shadow--5 {
  --x: -1;
  --y: 1;
  --d: -0.2;
}
.cube--6,
.shadow--6 {
  --x: 0;
  --y: 1;
  --d: -0.1;
}
.cube--7,
.shadow--7 {
  --x: 1;
  --y: 1;
  --d: 0;
}
@-webkit-keyframes jump {
  0%, 30%, 100% {
    transform: translate3d(calc((var(--x) * var(--radius)) * 1vmin), calc((var(--y) * var(--radius)) * -1vmin), 0);
  }
  15% {
    transform: translate3d(calc((var(--x) * var(--radius)) * 1vmin), calc((var(--y) * var(--radius)) * -1vmin), 3.5vmin);
  }
}
@keyframes jump {
  0%, 30%, 100% {
    transform: translate3d(calc((var(--x) * var(--radius)) * 1vmin), calc((var(--y) * var(--radius)) * -1vmin), 0);
  }
  15% {
    transform: translate3d(calc((var(--x) * var(--radius)) * 1vmin), calc((var(--y) * var(--radius)) * -1vmin), 3.5vmin);
  }
}
@-webkit-keyframes shadow {
  0%, 30%, 100% {
    transform: translate3d(calc((var(--x) * var(--radius)) * 1vmin), calc((var(--y) * var(--radius)) * -1vmin), calc(var(--size) * -0.5vmin)) scale(1);
  }
  15% {
    transform: translate3d(calc((var(--x) * var(--radius)) * 1vmin), calc((var(--y) * var(--radius)) * -1vmin), calc(var(--size) * -0.5vmin)) scale(0.85);
    opacity: 0.2;
  }
}
@keyframes shadow {
  0%, 30%, 100% {
    transform: translate3d(calc((var(--x) * var(--radius)) * 1vmin), calc((var(--y) * var(--radius)) * -1vmin), calc(var(--size) * -0.5vmin)) scale(1);
  }
  15% {
    transform: translate3d(calc((var(--x) * var(--radius)) * 1vmin), calc((var(--y) * var(--radius)) * -1vmin), calc(var(--size) * -0.5vmin)) scale(0.85);
    opacity: 0.2;
  }
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  background-color: #D0D2D3 !important;
  border-color: #D0D2D3 !important;
}
.sum_summary{
  font-weight: bold !important;
  color: green !important;
}
.table-small th,.table-small td {
  font-size: 11px !important;
}
.input-small{
  font-size: 11px !important;
  width: 97px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.input-small-date{
  font-size: 11px !important;
  width: 95px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.input-small-doc{
  font-size: 11px !important;
  width: 80px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.input-small-number{
  font-size: 11px !important;
  width: 71px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}

