@media(max-width:1299px){
  .menu_wrapper {max-width: 100%;min-width: 100%;width: 100%;}
}
@media(max-width:1050px){
  #main{min-width: 100%;}
}
@media(max-width:767px){
  .menu_wrapper{background-position: center;padding-top: 10px;}
  .menu_wrapper p{width: 100%;text-align: center;margin-top: 70px;margin-bottom:15px;}
}
@media(max-width:480px){
  #main_container_header{font-size: 20px;}
}
@media(max-width:400px){

}
 .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
.enddatepicker{
	width:85%;
}
