body { 
    background-color: #ffffff;
}

.selecionado{
    background-color: #eea236;
}

.panel-footer.panel-custom {
    background: black;
    color: white;
}

.form-signin {
    max-width: 300px;
    padding: 19px 29px 29px;
    margin: 20px auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
}
/*.form-signin input[type="text"]{
    text-transform: uppercase;
}*/
.table>thead>tr>td.warning2, 
.table>tbody>tr>td.warning2, 
.table>tfoot>tr>td.warning2, 
.table>thead>tr>th.warning2, 
.table>tbody>tr>th.warning2, 
.table>tfoot>tr>th.warning2, 
.table>thead>tr.warning2>td, 
.table>tbody>tr.warning2>td, 
.table>tfoot>tr.warning2>td, 
.table>thead>tr.warning2>th, 
.table>tbody>tr.warning2>th, 
.table>tfoot>tr.warning2>th {
    background-color: #FDF4AD !important;
}
.panel {
    margin-bottom: 2px !important;
}

.panel .panel-title{
    cursor: pointer;
}

.navbar {
    margin-bottom: 0px !important;
}

h1.panel-title .label {
    padding: .4em .6em .4em;
}

.lista .panel-body {
    display: none;
    padding: 10px 18px !important;
}

.lista .panel-body:empty {
    display: none;
    padding: 0 18px 18px 10px !important;
}

.lista .panel table {
    display: none;
}

table.departamento {
    margin-bottom: 5px !important;
}

span.waiting {
    background: url(../img/loading.gif) no-repeat 0 center;
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    position: relative;       
    padding: 1px 1px;
    margin: 0 12px 0 0;
}

span.brand {
     background: url(../img/nova_logo_333.png) no-repeat center top; 
    display: block;
    width: 32px;
    height: 32px;
    float: left;
    position: relative;
    margin: -5px 8px 0 0;
    
}

span.brand2 {
    background: url(https://cdn2.iconfinder.com/data/icons/pittogrammi/142/93-16.png) no-repeat center top;
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    position: relative;
	margin-right: 2px;
}

.spinner {
  margin: 100px auto 15px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #2979ff;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}


.navbar-default .navbar-nav>li>a {
  color: #2979ff !important;
}

.navbar-default .navbar-brand {
  color:#2979ff !important;
}
