@media (max-width: 575.98px) { 

}

@media (min-width: 576px)  {
    nav .title_wrapper span{
        display: inline;
   }
}

@media (min-width: 768px)  { 
    body {
        font-size: 16px;
   }
   
    nav .user_action_wrapper{
        display: flex;
    }

    nav .res_menu_btn{
        display: none;
   }
   .center .side_menu{
    width: 250px;
    position: relative;
    display: inherit;
    }
    .modal_wrapper .button_wrapper{
        flex-wrap: nowrap;
   }

   .content_row .col1{
    width: 25%;
    }

    .content_row .col2{
    width: 50%;
    }

    .content_row .col3{
        width: 75%;
    }

    .content_row .col4{
        width: 100%;
    }
    .table_search_form{
        flex-direction: row;
    }
    .table_search_form li.submit{

        width: 100px;
   }


}

@media (min-width: 992px) { 

}


@media (min-width: 1200px) { 
   
}