
.ajax-spinner-wrapper{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffff70;
    z-index: 10000;
    text-align: center;
}
.ajax-spinner-wrapper .ajax-spinner{
    width: 40px;
    height: 40px;
    z-index: 1000;
    background-image: url(/assets/img/spinner.gif);
    margin: 0 auto;
}

.filter-option-box{
    width: 20px;
    height: 20px;
    font-size: 20px;
}
.visibility-hidden{
    visibility: hidden;
}
.word-break{
    word-wrap: break-word;
}
.page-wattermark-shadow{
    background-color: #0000002e;
}
.page-wattermark{
    background-repeat: no-repeat;
    background-size: cover;
}
.ltr{
    direction: ltr;
}
.cursor-pointer{
    cursor: pointer;
}
.attachment__caption{
    display: none;
}
.printable-bg{
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background:white;
    z-index: 10000;
}
.printable {
        width:800px;
        margin: 20px auto;
}
.bg-shadow{
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}
@media print {
 .no-print{
   display: none; 
 }
 .fully-printable{
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100vh;
    background-color: white;
    z-index: 9000000000;
 }
}
.white-space-normal{
    white-space: normal;
}
#printable-table-wrapper{
   width: 100%;
   height: 100vh;
   top: 0;
   left:0;
   position: absolute;  
   background-color: white;
   z-index: 10000000000000; 
}
@media print{
    .no-print{
        display: none;
    }
    .no-print *{
        display: none;
    }
}
