
@media only screen and (min-width: 320px) and (max-width: 1000px){
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
    margin-bottom: 20px!important;
}
div.dataTables_wrapper div.dataTables_length select {
    width: 100%!important;
    display: inline-block!important;
    margin-bottom: 10px!important;
}
div.dataTables_wrapper div.dataTables_filter label {
    margin-left: 0px;
    margin-top: -8px;
}
.text-right {
    text-align: revert!important;
}
.btn {
    font-size: 13px;
    margin-bottom: 10px;
}
.posts-panel-content {
    position: relative;
    overflow: auto;
}
.footer .footer-right {
    color: #fff;
    text-align: center;
}
.footer .footer-left {
    color: #333;
    text-align: center;
}
.text-search{
    text-align:inherit!important
}
/*div.dataTables_wrapper div.dataTables_length select {*/
/*    width: 100%!important;*/
/*    display: inline-block!important;*/
/*    margin-bottom: 10px!important;*/
/*}*/
.label-success{
 line-height: 1;  
}  
.label-danger {
  line-height: 3;  
}
.page-header {
 margin-left: 0px;   
}
.hidden-sm {
    display: none!important;
}
#header #user-profile {
    max-width: 30px;
    margin-right: 15px;
    position: relative;
    top: 10px;
}
.media-gallery {
 margin-bottom: 20px;   
}
.img_gallery img{
    width:100%;
    height: auto;
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px){
  .page-header {
     margin-left: 250px;;   
} 
.hidden-sm {
    display: none!important;
}
#header #user-profile {
    max-width: 30px;
    margin-right: 15px;
    position: relative;
    top: 10px;
}
.option-table .form-control{
  width: auto;
}

}

