body {
    background: url('../img/bg.png');
}

.navbar-brand-text {
    font-size: 12px;
    padding-left: 15px;
}

.list-filter {
    flex-basis: 20%;
    width: 100%;
}

.select_box {
    width: 100%;
    text-overflow: ellipsis;
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 8px;
    background-color: transparent;
}

.select2-selection__rendered {
    min-height: 1.227rem;
}

.select2-results__option {
    min-height: 2.227rem;
    margin: 1px;
}
.logout-confirmation-wrapper {
  display: flex;
  align-items: center;
  width: 450px;
  margin: 60px auto 0;
  text-align: center;
  padding: 40px 50px;
  box-sizing: border-box;
  background: #ffffff;
  overflow: hidden;
  border-radius: 7px;
  box-shadow: 0 8px 12px #fafafa14;
  position: fixed;
  left: calc(50% - 225px);
}

.logout-confirmation-popup {
  width: 100%;
}

h3.logout-popup-title {
  font-weight: 600;
  margin-bottom: 0;
  color: #1F232D;
}

p.logout-popup-description {
  font-weight: 500;
  font-size: 15px;
  color: #424652;
  margin-bottom: 25px;
}

.logout-popup-actions .button {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.5;
  border: 0;
  padding: 12px 25px;
  border-radius: 80px;
  box-shadow: 0 10px 25px -10px #f06335;
  letter-spacing: 1px;
  margin: 10px;
  cursor: pointer;
  outline: none;
}
.logout-popup-actions .logout-popup-confirm {
  background: #f06335;
  color: #fff;
}
.logout-popup-actions .logout-popup-confirm:hover {
  background: #e65525;
  color: #fff;
  box-shadow: 0 8px 12px -10px #f06335;
}
.logout-popup-actions .logout-popup-cancel {
  background: #dedede;
  color: #434343;
  box-shadow: none;
}
.logout-popup-actions .logout-popup-cancel:hover {
  background: #5783e6;
  color: #fff;
  box-shadow: 0 8px 12px -10px #f06335;
}

.language-switcher,
.language-switcher * {
	margin: 0;
	padding: 0;
	position: relative;
	box-sizing: border-box;
    height: 40px;
}
.language-switcher {
	position: relative;
	border-radius: 4px;
    margin-left: auto;
    margin-top: 12px;
}
.language-switcher select {
	font-size: 1rem;
	font-weight: normal;
	max-width: 100%;
	padding: 8px 24px 8px 10px;
	border: none;
	background-color: transparent;
		-webkit-appearance: none;
		-moz-appearance: none;
	appearance: none;
}
.language-switcher select:active, .language-switcher select:focus {
	outline: none;
	box-shadow: none;
}

.filter-invert {
  filter: invert(100%); 
}


#change-password-form label.error {
    display: block;
    float: none;
    color: red;
    position: relative;
    top: 0.2em;
}

#change-password-form td:first-child{
  vertical-align:top;
}
#change-password-form td{
  padding-bottom:4px;
}

.inline-formset .inline-form {
  border-bottom: 1px solid rgba(0,0,0,.125);
  margin-bottom: 1rem;
}

.w-100pct {
  width: 100%;
}
