/*start login_page*/
.login_page{
    background: #f8f8f8;
    font-weight: 500;
}
.login_page form{
    background:#fff;
    margin-top: 110px;
}
.login_page form .form-control{
    background: #fff;
    border: 1px solid #f0f0f0;
    text-align: center;
}
.login_page form button{
    background: #1f9978;
    width: 100%;
    height: 45px;
    color: #fff;
    border-radius: 0;
    border: 0 !important;
    outline: 0;
    font-size: 14px;
    box-shadow: none !important;
}
.login_page a{

}
.login_page .login-img{
    text-align: center;
}
.login_page .login-img img{
    width: 70px;
    margin-bottom: 20px;
}
/*end login_page*/
#DataTables_Table_0_processing{
    font-size: 17px;
    font-weight: bold;
    height: 70px;
    line-height: 70px;
    padding: 0 10px;
    border: 1px solid #ddd;
    z-index: 99;
    position: fixed;
    top: 50%;
    right: 50%;
    border-radius: 0;
    color: #5f5f5f;
    display:block;
}
div.dataTables_wrapper div.dataTables_filter{
    text-align:left;
}
.table th{
    text-align:center !important;
}
.dz-default i{
    color: #87c13e;
    font-size: 50px;
}
.dz-default span{
    display: block;
    width: 100%;
    margin-top: 5px;
    color: #111;
    font-size: 20px;
}
.dz-default p{
    color: darkred;
    margin-top: 5px;
    font-size: 15px;
}
.dropzone{
    border: 0;
}
.soon_sec{
    text-align: center;
    padding-top: 50px;
}
.soon_sec img{
    width: 200px;
    margin-bottom: 20px;
}
.soon_sec p{
    font-size: 15px;
    color: #584e52;
    font-weight: bold;
    margin: 0;
    line-height: 1.7;
}
.soon_sec p span{
    color: #48c385;
}
.fr-wrapper div:first-child{
    display:none !important;
}