body { 
    font-family:'Poppins', sans-serif !important;
}
.dataTables_wrapper .dataTables_processing{
    position: absolute;
    top: 30%;
    left: 50%;
    width: 30%;
    margin-left: -20%;
    margin-top: -25px;
    text-align: center;
    font-size: 1.2em;
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 2px;
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.no-hover:hover{
    text-decoration: none;
    color: #0000A1;
}
.un-read {
    background-color: #e6f2fb !important;
}
.un-read > a > span > span > span.bolder{
    color: #ff2525 !important;
}
.nowrap{
    white-space: nowrap;
}
.modal-header{
    padding: 4px !important;
    background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
    background-repeat: repeat-x;
}
.lazyload {
    opacity: 0;
}
.blur-up {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transition: filter 400ms, -webkit-filter 400ms;
}

.blur-up.lazyloaded {
    -webkit-filter: blur(0);
    filter: blur(0);
}
.bolder{
    font-weight: bold !important; 
}
.margin-5{
    margin-top: 5px;
    margin-bottom: 5px;
}
th, td{
    vertical-align: middle !important;
}
.quote-red{
    font-size: 14px;
    color:#ec0707
}
.orange{
    color: #FE980F !important;
}
.red{
    color: #ff0042 !important;
}
.coret{
    text-decoration:line-through;
    color: #bbb !important;
}
.star label{
    margin-left: 10px;
    display: -webkit-inline-box !important;
}