.container-fluid {
  min-width: 0 !important;
}

.container-top {
  margin-top: 40px !important;
}

.filters-resume {
  margin-bottom: 5px;
}

.filters-resume .active-filter {
  border-right: 1px solid rgb(236, 236, 236);
  margin-left: 5px;
  padding-right: 3px;
}

.filters-resume .active-filter span {
  font-size: 10px;
}

.filters-resume .active-filter .glyphicon-remove {
  color: rgb(218, 151, 151);
  cursor: pointer;
}

.filters-resume span.active-filter:last-child {
  border-right: none;
  padding-right: 0;
  cursor: pointer;
  font-size: 10px;
  color: rgb(218, 151, 151);
  font-weight: bold;
}


.filters-resume .filter-name {
  font-weight: bold;
  color: rgb(178, 178, 178);
}

.filters-resume .filter-selected {
  color: #428bca;
}

.filters {
  padding-left: 10px;
}

.filters ul {
  margin-left: 15px;
  margin-bottom: 5px;
}

.filters > div {
  border-bottom: 1px solid rgb(230, 230, 230);
}

.filters > div:last-child {
  border-bottom: none;
}

.filter-header {
  cursor: pointer;
  color: gray;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 12px;
}

.filter-header span {
  opacity: 0.7;
}

.filter-header:hover span {
  opacity: 1;
}

.filter-header .collapse-filter {
  font-size: 10px;
  padding-right: 5px;
}

.filters-loading {
  text-align: center;
  padding-bottom: 10px;
}

.filters-loading span {
  color: gray;
  font-style: italic;
  font-weight: bold;
  font-size: 12px;
}

.filters .select-filter {
  margin-left: 10px;
  margin-bottom: 5px;
  width:100%;
  max-width:90%;
}

.filters .selected {
  border-left: 4px solid #428bca;
  padding-left: 4px;
}

.filters .selected.empty {
  border-left-color: red;
}

.filters .filter-link {
  cursor: pointer;
  font-size: 11px;
}

.filters .filter-link .amount {
  font-weight: bold;
  font-size: 11px;
  color: #6f6f6f;
  opacity: 0.8;
}

.filters .selected .amount{
  opacity: 1;
}

.filters .filter-link .less {
  font-size: 9px;
  color: red;
}

.filters .filter-link.selected {
  font-weight: bold;
  padding-left: 5px;
  display: inline-block;
}

.filters .translation_status .changed-language-loading {
  margin-left: 15px;
}

.tab-title {
  vertical-align: middle;
  margin-bottom: 15px;
  margin-top: 5px;
  color: #3a8ebe;
  font-size: 1.6em;
  font-weight: bold;
}

.bg-warning {
  padding: 15px;
}

.selected_user .dropdown-menu {
  max-width: none;
}

.select-state {
  padding-top: 10px;
}

.nav-tabs {
  margin-left: 0;
}

.tab-pane {
  padding-top: 10px;
}

.nav-tabs li {
  cursor: pointer;
}

.selected_user .btn-xs {
  height: 25px;
}

.custom_year_wrapper {
  padding-left: 15px;
  text-align: center;
}

.custom_year {
  width: 90%;
  margin-left: 10px;
  text-align: left;
}

.custom_year .noUi-horizontal {
  zoom: 50%;
  margin-bottom: 10px;
}