.right-side-panel{
    display : none;
}
#page-wrapper {
    margin-right: 0 ;
}
.jq-toast-single{
    display: none;
}
.fileinput-new .input-group-addon {
    padding: 9px;
    position: absolute;
    right: 0;
    top: 0;  
}
.bootstrap-switch{
    top: 17px;
    width: 75px;
}
.back-btn{
    color: white !important;
    margin-right: 5px;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: block !important;
}
.btn-file , .fileinput-remove-button{
    color: black;
    padding: 9px !important;
}
.dt-buttons{
    display : none;
}
small.error {
    background: red !important;
    color: white !important;
    display: flex ;
    padding: 0.375rem 0.5625rem 0.5625rem !important;
    margin-bottom: 1.6rem !important;
    font-size: 1.1rem !important;
    font-weight: normal !important;
    font-style: italic !important;
}
.refresh-block{
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.8);
    -webkit-transition: all .05s ease;
    transition: all .05s ease;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 1000;
    border-radius: 2px;
}

.refresh-block .refresh-loader{
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
}
.refresh-block .refresh-loader i{
    display: inline-block;
    line-height: 32px;
    color: #000;
    font-size: 16px;
}
/*.switchery{
    width: 44px !important;
    height: 26px !important;
}
.small span small{
    width: 26px !important;
    height: 26px !important;
}*/
.slimScrollDiv ul li{
    height: 48px !important;
}

.side-mini-panel ul.mini-nav > li > a{
    padding: 13px 0 10px !important;
    border-top: none !important;
}
table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #111;
    padding: 10px 10px !important;
}
table.dataTable tfoot th, table.dataTable tfoot td {
    border-top: 1px solid #111;
    padding: 10px 10px 6px !important;
}
thead.forfilter th{
    background: white !important;
}