﻿@media (min-width: 1200px) {

  .navbar-static-side {
       /*
        background-color: blue;*/
  }
  

}
@media all and (max-width: 1450px) and (min-width: 1200px) {

  .navbar-static-side {
       /*
        background-color: green;*/
  }
  .guestsSection.ibox-content{
      padding: 10px 8px 20px 8px;
  }
  .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
      padding: 5px;
  }
}
@media all and (max-width: 1200px) and (min-width: 768px) {

  .navbar-static-side {
    /*
    background-color: red;*/
  }
  
 
}