@media (max-width: 575.98px) { 
    
    
     body {
     line-height: 1.2;
     font-size: 0.8rem;  
    } 
    
    .table th {
    padding: .3rem; 
    padding-right: 14px !important; 
    }
    
     .table td {
    padding: .1rem; 
    padding-right: 14px !important; 
    }
    
    .btn-group-sm>.btn, .btn-sm {
   
    font-size: .775rem;
    
}
    
    .nav {
            display: inline;
    }
}






.table td, .table th {
    vertical-align: middle;
}



.nav-sidebar .nav-link>.right, .nav-sidebar .nav-link>p>.right {
    position: absolute;
    right: 0rem;
    top: .7rem;
}
.text_shadow{
    text-shadow: #02458c 0.1em 0.1em 0.1em;
}






.table td {
  position:relative;
  padding-right:20px;
}

.table td:after {
  content:'';
  height:40px;
  width:1px;
  background-color:#dee2e6;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  right:10px;
}


tr td:last-child::after {
  height:0px !important;
}




/*LOADER SPINNER*/
.LockOn {
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color:white;
    vertical-align:bottom;
    padding-top: 20%; 
    filter: alpha(opacity=75); 
    opacity: 0.75; 
    font-size:large;
    color:blue;
    font-style:italic;
    font-weight:400;
    background-image: url("../img/loading.gif");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}



.btn-pay {
    background: #ebebeb;
    background-image: -webkit-linear-gradient(top, #fff, #d9d9d9); 
    background-image: -moz-linear-gradient(top, #fff, #d9d9d9);
    background-image: -ms-linear-gradient(top, #fff, #d9d9d9);
    background-image: -o-linear-gradient(top, #fff, #d9d9d9);
    background-image: linear-gradient(to bottom, #fff, #d9d9d9);
    color: #444;
    font-size: 16px;
    font-weight: bold;
    border: solid #ccc 1px;
    width: 100%;
}

.btn-pay2 {
    background: #ebebeb;
    background-image: -webkit-linear-gradient(top, #fff, #d9d9d9); 
    background-image: -moz-linear-gradient(top, #fff, #d9d9d9);
    background-image: -ms-linear-gradient(top, #fff, #d9d9d9);
    background-image: -o-linear-gradient(top, #fff, #d9d9d9);
    background-image: linear-gradient(to bottom, #fff, #d9d9d9);
    color: #444;
    font-size: 16px;
    font-weight: bold;
    border: solid #ccc 1px;
}

.btn-pay:hover, .btn-pay2:hover {
    background: #ffffff;
    background-image: -webkit-linear-gradient(top, #fff, #ebebeb); 
    background-image: -moz-linear-gradient(top, #fff, #ebebeb);
    background-image: -ms-linear-gradient(top, #fff, #ebebeb);
    background-image: -o-linear-gradient(top, #fff, #ebebeb);
    background-image: linear-gradient(to top, #fff, #ebebeb);
    border: solid #aaa 1px;

}