@media (max-width:1200px) and (min-width:768px) {
  #help p.font-18 {
    font-size: 16px !important;
  }
  
}

@media (max-width:992px) and (min-width:768px) {
  #dashboard .content .col-sm-6 {
    width: 100%;
  }
  
/*
  #dashboard .content .col-sm-3 {
    width: 50%;
  }
*/
  
  #dashboard .content .col-sm-6 .company-title {
    min-height: auto;
  }
}

@media (min-width:992px) {}

@media (min-width:768px) {}

@media (min-width:1200px) {}

@media (max-width:991px) {}

@media only screen and (max-width: 800px) {
  #no-more-tables td {
    padding-left: 40% !important;
  }
  
  #no-more-tables td:before {
    white-space: inherit !important;
    font-weight: normal !important;
  }
}

@media (max-width: 768px) {
  #no-more-tables td .pull-left {
    float: none !important;
  }
  
  #no-more-tables td .margin-top-10 {
    margin-top: 0 !important;
  }
  
  .box .knob-label {
    text-align: left;
  }
}

@media (max-width: 767px) { 
  
}

@media (max-width: 480px) {
  #dashboard .content .col-sm-6 .company-title {
    min-height: auto;
  }
  
  #application .content #filter .col-sm-3,
  #application .content #filter .col-sm-4 {
    padding-right: 15px !important;
  }
  
  .nav-tabs-custom > .nav-tabs > li {
    width: 100% !important;
    height: 50px !important;
    border-bottom: solid 1px rgba(255,255,255,0.5);
    border-right: none !important;
  }
  
  .nav-tabs-custom > .nav>li>a {
    padding-top: 7px;
  }
  
  .tab-job {
    min-height: 80px !important;
  }
  
  .no-more-tables img {
    width: 100%;
    height: auto !important;
  }
  
  #premiumModal .modal-body img {
    width: 100%;
  }
  
  #job #main-content .pull-right,
  #job #main-content .pull-left {
    float: none !important;
    margin-bottom: 10px;
  }
  
  #job .box-footer .btn-danger {
    float: left !important;
  }
  
  #job .box-footer .btn-default,
  #job .box-footer .btn-green {
    width: 100%;
    margin-bottom: 5px;
  }
}

@media (max-width: 320px) {
  
}

