  .box-tools{
    /*display: none !important;*/
  }
  .datepicker-dropdown {
    z-index: 99999 !important;
  }
  .modal_40{
    width: 40%;
  }
  .modal_50{
    width: 50%;
  }
  .modal_60{
    width: 60%;
  }
  .modal_70{
    width: 70%;
  }
  .modal_80{
    width: 80%;
  }
  .modal_90{
    width: 90%;
  }
  .resumo_informacao_entrada{
    display: none;
  }
  .resumo_parcelamento{
    display: none;
  }
  #loader_geral {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.75) url(../../imagens/loading_geral.gif) no-repeat center center;
    z-index: 10000;
  }
  .barra-direita .fa{
    font-size: 14pt;
  }
  .notificacao-nao-lida{
    font-weight: bold;
  }
  .notificacao-lida{
    font-style: italic;
    color: gray;
  }
  .listagem>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
  }
  .badge-counter{
    position: relative;
    left: -47px;
    top: -10px;
    background-color: rgba(255, 0, 0, 0.5);
    font-weight: bold;
    color: white;
    font-size: 7pt;
    /* max-width: 14px; */
    padding: 3px 4px;
  
  }
  .bootstrap-select li:last-child {
    margin-bottom: 40px;
  }
  .datepicker {
    z-index: 99999 !important; /* has to be larger than 1050 */
  }
  .bloqueado{
    color: red;
  }
  .reducao{
    color: orange;
  }
  
  .conta-paga{
    color: green !important;
  }
  .cor-selecionado td{
    background-color: #d2ffff !important;
  }
  .suspenso, .cancelado, .conta-cancelado{
    color: lightgrey !important;
  }
  td.center, th.center{
    text-align: center !important;
  }
  td.nowrap{
    white-space: nowrap !important;
  }
  td.middle{
    vertical-align: middle !important;
  }
  span.right{
    float: right;
  }
    .center, .text-center{
    text-align: center !important;
  }
  table.listagem tr.inativo td{
    background-color : rgb(255, 247, 247);
    color : #000;
    font-style : italic;
    font-weight : normal !important;
  }
  #wrapper {
    width: 100%;
  }
  select {
    font-family: 'FontAwesome', "Helvetica Neue",Helvetica,Arial,sans-serif;
  }
  .red{
    color: red;
  }
  .green{
    color:green;
  }
  .blue{
    color:blue;
  }
  
  @media (min-width: 768px) {
    .navbar-right{
      display: block;
    }
    #page-wrapper {
      position: inherit;
      margin: 0 0 0 250px;
      padding: 0;
      border-left: 1px solid #e7e7e7;
    }
  }
  @media (min-width: 768px) {

  }
  .chat {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999999;
  }
  .chat li.left .chat-body {
    margin-left: 60px;
  }
  .chat li.right .chat-body {
    margin-right: 60px;
  }
  .chat li .chat-body p {
    margin: 0;
  }
  .panel .slidedown .glyphicon,
  .chat .glyphicon {
    margin-right: 5px;
  }
  .chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
  }
  .login-panel {
    margin-top: 25%;
  }
  .flot-chart {
    display: block;
    height: 400px;
  }
  .flot-chart-content {
    width: 100%;
    height: 100%;
  }
  table.dataTable thead .sorting,
  table.dataTable thead .sorting_asc,
  table.dataTable thead .sorting_desc,
  table.dataTable thead .sorting_asc_disabled,
  table.dataTable thead .sorting_desc_disabled {
    background: transparent;
  }
  table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
  }
  table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
  }
  table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50, 50, 50, 0.5);
  }
  .btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
  }
  .btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
  }
  .btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
  }
  .show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
  }
  .show-grid {
    margin: 15px 0;
  }
  .huge {
    font-size: 40px;
  }
  .panel-green {
    border-color: #5cb85c;
  }
  .panel-green > .panel-heading {
    border-color: #5cb85c;
    color: white;
    background-color: #5cb85c;
  }
  .panel-green > a {
    color: #5cb85c;
  }
  .panel-green > a:hover {
    color: #3d8b3d;
  }
  .panel-red {
    border-color: #d9534f;
  }
  .panel-red > .panel-heading {
    border-color: #d9534f;
    color: white;
    background-color: #d9534f;
  }
  .panel-red > a {
    color: #d9534f;
  }
  .panel-red > a:hover {
    color: #b52b27;
  }
  .panel-yellow {
    border-color: #f0ad4e;
  }
  .panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: white;
    background-color: #f0ad4e;
  }
  .panel-yellow > a {
    color: #f0ad4e;
  }
  .panel-yellow > a:hover {
    color: #df8a13;
  }
  
  .panel-roxo {
    border-color: #50436E;
  }
  .panel-roxo > .panel-heading {
    border-color: #50436E;
    color: white;
    background-color: #50436E;
  }
  .panel-roxo > a {
    color: #50436E;
  }
  .panel-roxo > a:hover {
    color: #20236E;
  }
  
  .panel-azulM {
    border-color: #0C3555;
  }
  .panel-azulM > .panel-heading {
    border-color: #0C3555;
    color: white;
    background-color: #0C3555;
  }
  .panel-azulM > a {
    color: #0C3555;
  }
  .panel-azulM > a:hover {
    color: #1C0555;
  }
  
  .panel-azulC {
    border-color: #418BCA;
  }
  .panel-azulC > .panel-heading {
    border-color: #418BCA;
    color: white;
    background-color: #418BCA;
  }
  .panel-azulC > a {
    color: #418BCA;
  }
  .panel-azulC > a:hover {
    color: #016BCA;
  }
  
  .panel-azulVerde {
    border-color: #1B8F9C;
  }
  .panel-azulVerde > .panel-heading {
    border-color: #1B8F9C;
    color: white;
    background-color: #1B8F9C;
  }
  .panel-azulVerde > a {
    color: #1B8F9C;
  }
  .panel-azulVerde > a:hover {
    color: #0B6F9C;
  }
  .content, .content-header{
    padding-top: 0px !important;
  }
  .breadcrumb{
    top: -5px !important;
  }
  .content-header>.breadcrumb {
        float: left;
        left: 0px;;
  }
  #printable{
    display: none;
    width: 100%;
  }
  
  #printable2{
    display: none;
    width: 100%;
  }
  hr{
    border: 1px solid #bbb !important;
  }

  .bootstrap-select .open{
    z-index: 1030 !important;
  }
  
  @media only screen and (max-width: 900px) {
    .desktop {
      display: none !important;
    }

    
  
    .mobile {
      display: inline-block !important;
    }
  }
  
  @media print {
    .wrapper {display:none;}
    div{position: relative;}
    #icone_zapline {
      display: none !important;
    }
    #printable{position: relative; display: block !important; width: 100% !important;}
  
  }
  @media (max-width: 767px) {
    .dados-usuario{
      display: none !important;
    }
    .barra-direita{
      float: right;
    }
    .itens-alert{
      margin-left: -123px !important;
    }
    .itens-chamados{
      margin-left: -245px !important;
    }
  }
  @media (max-width: 1200px) {
    .modal_40{
      width: 50%;
    }
  }
  @media (max-width: 1100px) {
    .modal_40, .modal_50{
      width: 60%;
    }
  }
  @media (max-width: 1000px) {
    .modal_40, .modal_50, .modal_60{
      width: 70%;
    }
  }  
  @media (max-width: 900px) {
    .modal_40, .modal_50, .modal_60, .modal_70{
      width: 80%;
    }
  }  
  @media (max-width: 800px) {
    .modal_40, .modal_50, .modal_60, .modal_70, .modal_80{
      width: 90%;
    }
  }
  