/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24/05/2016, 11:25:44
    Author     : leandrorio
*/

.side-box {
  margin-top: 30px;
  border: 1px solid #cbd6e4;
  border-top: 5px solid #065baa;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 10px 20px 10px 20px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  color: #fff !important;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
}

.btn-primary {
  background: #044fa1 !important;
  text-transform: none !important;
  padding: 6px 18px !important;
}

.div-scroll-300 {
  max-height: 300px;
  overflow-y: scroll; 
  padding-top: 0 !important;
}

.table-thead-fixed {
  background-color: white;
  z-index: 9999;
}

.table-bordered-left {
  border-left: 1px solid #ddd;
}

.panel-default>.panel-heading {
  background: #295ca9 !important;
  padding: 10px 15px 5px 10px !important;
  border-bottom: 8px solid #224d9b !important;
  color: white !important;
  font-size: 16px !important;
}

.cl-nowrap {
    white-space: nowrap;
}