img {
  max-width: 100%;
}

.ocultar {
  display: none;
}

.file-preview .close {
  display: none;
}

.fileinput-remove-button {
  border: 1px solid #333;
}

.login-box {
  width: 440px;
  margin: 7% auto;
}

.login-box .ibox-content {
  border-radius: 10px;
  box-shadow: 0 0 3px #888;
}

.login-box .ibox-heading {
  padding: 10px 0;
  background-color: white;
  text-align: center;
}

.md-skin .nav-header {
  background: #F3F3F4;
  padding: 15px 10px;
  text-align: center;
}

.logo {
  margin-left: -10px;
  width: 110px;
}

.fc-header-toolbar h2 {
  text-transform: capitalize;
}

.single-line {
  border: 0;
}

.p-a-20 {
  padding: 20px;
}

div.dataTables_filter {
  float: right;
}

div.dataTables_filter label {
  display: inline-block;
  float: none;
  margin-right: 20px;
}

div.dataTables_filter input {
  position: relative;
  bottom: 2px;
  left: 5px;
}

.ibox-content h3 {
  color: #194160;
  margin-bottom: 10px;
  font-size: 15px;
}

.search,
#buscar {
  margin-top: 23px;
}

.table thead th,
.table thead td {
  text-align: center;
}

.panel-heading {
  height: 50px;
}

.panel-heading h4 {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-20 {
  margin-top: 20px;
}

.pre-scrollable .list-group {
  margin-bottom: 0;
}

#pills-tab>li:first-child {
  border-top: 1px solid #ddd;
}

#pills-tab>li {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#pills-tab>li.active {
  border-left: 5px solid #203b96;
}

.ibox-title h3 {
  font-size: 16px;
  color: #194160;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border-color: #563d7c;
}

.select2-container .select2-selection--single {
  height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
}

.modal-body {
  padding: 20px 30px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.pa-0 {
  padding: 0;
}

label {
  display: block;
}

.pa-20 {
  padding: 20px;
}

header h3 {
  text-transform: uppercase;
  margin-bottom: 20px !important;
}

.subtitle {
  text-decoration: underline;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.text-blue {
  color: #194160 !important;
}

.box-buttons {
  margin-top: 20px;
}

clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.border-tab {
  padding: 20px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.td-subtitle {
  width: 200px;
  background-color: #F3F3F4;
  font-weight: bold;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  vertical-align: middle;
}

.dataTables_empty {
  text-align: center;
}

.user-selected {
  margin-top: 10px;
  background-color: #CCFFCC;
  padding: 10px 15px;
}

.box-image {  
  display: inline-block;
  border: 1px solid #ccc;
  padding: 8px;
  text-align: center;
}

.btn-delete {
  margin-left: 10px;
}

.display-none {
  display: none;
}