.siderbar_empty{
    background:url('../../assets/images/layout/bg/furley_bg.png');
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    position:fixed !important;
    float:none !important;
    min-height:600px;
    width:45px !important;
}
.datatable > tbody > td{
    padding:8px 4px;
}

@media (max-width: 480px){
    .navbar-inner{
        padding-bottom:8px !important;
    }
    body{
        padding:0px !important;
    }

}

@media (max-width: 767px){
    #content-inner-without-background #main
    {
        margin-left: 0px !important;
    }
    .organisation_menu_btn_container{
        display:block;
        margin-bottom:5px;
    }
}

@media (min-width: 768px){
    #content-inner-without-background #main
    {
        margin-left: 45px !important;
    }
    .organisation_menu_btn_container{
        display:none;
    }
}

@media (max-width: 767px){
    body{
        padding-left:0px !important;
        padding-right:0px !important;
    }
}

.a_siderbar_empty{
    font-size:22px;width: 100px;color:#bfbfbf;border-bottom: 1px solid #ddd;text-align:center;padding:9px 0;line-height:1;background-color: white;
}

.icon_a_sidebar{
    width:47px;height:37px;margin-top:9px;
}

.icon_a_sidebar_second{
    width:47px;height:40px;margin-top:5px;
}


.bold{
    font-weight:bold !important;
}

.dt_header{
    background:#eeeeee;
}