
.navbar-brand {
  padding: 4px 15px !important;
}
.logo-title {
  font-size: 11px;
  margin-top: -10px;
  margin-left: 13px;
}

.btn-success {
 color: white !important;
 background-color: #618D6A !important;
 border-color: #577e5f !important;
}

.navbar-default {
    background-color: rgba(111, 156, 120, 0.3) !important;
    border-color: rgba(95, 139, 104, 0.3) !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background-color: rgba(111, 156, 120, 0.3) !important;
}

.breadcrumb {
 background-color: #ffffff !important;
}

.label-required::after {
 content: " *";
 color: red
 }

th.botonesindex{
  width: 120px;
}

.align-left{
  text-align: right;
}

nav#menu_superior {
  margin-bottom: 10px;
}

.btn {
  margin: 5px;
}

.no-margin {
  margin: 0px !important;
}

.form-control{
  margin-bottom: 20px;
}
span.badge{
  margin-left: 5px;
}


