/*@media screen and (max-width: 1299px) {
	h3.page-title { width: 60% !important; }
}

@media screen and (max-width: 800px) {
	h3.page-title { width: 50% !important; }
}*/
@media (max-width: 1114px) {
  /*tratamentos modal resoluções*/
  .modal-dialog {
    width: 850px !important;
    margin: 30px auto;
  }
  .modal-footer .btn + .btn {
    margin-bottom: 2px;
    margin-left: 0;
  }
  /*****************************/
  /*tela de exportação*/
  .export-template-table {
    min-height: 160px;
  }
  /*********************/
}
@media (min-width: 1115px) {
  /*tela de exportação*/
  .actions {
    text-align: left;
    width: 160px;
    margin-right: auto;
    margin-left: auto;
  }
  /*********************/
  /*tratamentos modal resoluções*/
  .modal-dialog {
    width: 1100px !important;
    margin: 30px auto;
  }
  /******************************/
}
@media screen and (max-width: 570px) {
  header .title {
    width: 90% !important;
  }
  .topo-container #screen-options-link-wrap a:not([class*="link-index-page"]) {
    padding: 16px 6px!important;
  }
}
@media screen and (max-width: 800px) {
  /*datatoolbar responsivo*/
  /*#menu {
    display: block;
  }

  #screen-meta-links.js {
    display: none;
    padding-bottom: 5px;
    padding-left: 15px;
    margin-top: 5px;
    clear: both;
  }

  #screen-meta-links.js ul.navbar-nav.allmenu {
    display: inline !important;
  }*/
  /***********************/
  .quickSearch {
    left: 10px;
  }
}
@media screen and (min-width: 800px) {
  /*datatoolbar responsivo*/
  #menu {
    display: none;
  }
  /***********************/
}
