
/* 
    Created on : 15/01/2018, 09:10:55
    Author     : Fabiano
*/
@media (max-width: 979px) {
    #div_breadcrumbs{
        display: none
    }
    div input{
       /* max-width: 200px*/
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    
}
@media (min-width: 480px) and (max-width: 767px) {
    
}

@media (max-width: 479px) {
    
}
.dataTables_wrapper > table > thead{
    color: #FFF;
    /*font-size: 1.1428em;*/
    background-color: #367FA9 !important;
}
.table > thead tr, .panel-heading{
    color: #FFF;
    font-size: 1.1428em;
/*    background-color: #367FA9 !important; */
    background-color: #367FA9 !important;
    border-top: 3px solid #221c45 !important;
}
.panel-title{
    color: #FFF;
}
.select2-container--default, .tfield_disabled{
    max-width: 800px;
/*    min-width: 200px; */
}
.fb-inline-field-container .form-line{
    max-width: 800px;
/*    min-width: 200px;*/
}

.ui-dialog{
    background-color: #E8ECF4
}
.saldo{  
    size: 16px;
    
}
.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {

    background-color: #333333; /*Sobescreve bootstrap*/

}
.progress-bar{
    color: #333333;
}
.table tbody tr.info td, .table tbody tr.info th {
  /*background-color: #00b0e4;*/
    background-color: #6BAACE; 
}

/*adicionado*/
.table tbody tr.lime td, .table tbody tr.lime th {
    background-color: #8cbf26;
    color: #1E90FF; }

.table tbody tr.yellow td, .table tbody tr.yellow th {
    background-color: #eccc11;
    color: #1E90FF; }

.table tbody tr.pink td, .table tbody tr.pink th {
    background-color: #ea4c89;
    color: #fff; }

/*acrescentado*/
.btn-lime,
.btn-lime:hover,
.btn-lime:active,
.btn-lime:focus {
  background-color: #8cbf26 !important; }

.btn-yellow,
.btn-yellow:hover,
.btn-yellow:active,
.btn-yellow:focus {
  background-color: #ffdd14 !important; }

.btn-pink,
.btn-pink:hover,
.btn-pink:active,
.btn-pink:focus {
  background-color: #ea4c89 !important; }

.bg-blue {
  background-color: #6BAACE !important;
  color: #fff; }
  .bg-blue .content .text,
  .bg-blue .content .number {
    color: #fff !important; }
  
  
  .theme-blue .navbar {
    background-color: #6BAACE;
}


