.is-brodheim.select select {
  background-color: #2f2f2f;
  color: white;
}
.is-brodheim.select:not(.is-multiple):not(.is-loading)::after {
  border-color: white;
  right: 1.125em;
  z-index: 4;
}
select {
  width: 100%;
}

.sub_slogan {
  position: absolute;
  right: 0px;
  bottom: -9px;
  color: orange;
  font-size: 14px;
}

/* Header & header elements */
.navbar {
  background-color: transparent;
  padding: 10px;
}
.navbar .icon {
  font-size: 18px;
}
.navbar .logo_card {
  padding: 9px 0px;
  position: absolute;
  left: -60px;
  margin-left: 20px;
  border-radius: 6px;
}
.navbar .logo_card .logobig {
  width: 220px;
}
.navbar .navbar-icon {
  display: block;
}
.navbar .navbar-icon p:first-child {
  font-size: 18px;
  text-align: center;
}
.navbar .navbar-icon p:last-child {
  font-size: 12px;
}

/* Panel */
.panel {
  background-color: white;
  border: 1px solid lightgray;
}
.panel .panel-block {
  background-color: white !important;
}
.panel .panel-heading {
  font-size: 1em;
}

.lds-roller {
  position: relative;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3298dc;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lds-label {
  text-align: center;
  margin-top: 10px;
}

.drop_zone > label {
  width: 100%;
  cursor: pointer;
}
.drop_zone > input[type=file] {
  width: 0px;
  height: 0px;
  left: 0;
  top: 0;
  opacity: 0;
}

.upload-file-icon {
  display: block;
}
.upload-file-icon i {
  font-size: 28px;
  text-align: center;
  color: #3298dc;
}
.upload-file-icon p {
  color: #3298dc;
  font-size: 12px;
}
.upload-file-icon .filename {
  color: #ea9d0e;
}
.upload-file-icon.wait_file p {
  color: lightgray !important;
  font-size: 12px;
}
.upload-file-icon.wait_file i {
  color: lightgray !important;
  font-size: 28px;
  text-align: center;
}
.button {
  height: auto;
}
.clean_uploaded {
  position: absolute;
  z-index: 2;
  right: 6px;
  top: 2px;
  color: lightgray;
}


.form-group .error-feedback {
  color: red;
  margin: 0px 5px;
}
.form-group.has-feedback .form-control-feedback {
  right: 2px !important;
  font-size: 18px;
}
.has-error .form-control {
  border-color: #ff5b57;
  color: #ff5b57;
}
input.form-control select.form-control {
  height: 30px !important;
}

.mb {
  margin-bottom: 10px;
}

.mfooter {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
body {
  min-height: 100vh;
}

.hc-table {
  width: 100%;
  display: block;
  margin: 10px 0px;
}
.hc-table .hc-invisible {
  display: contents;
}
.hc-table .hc-row {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.hc-table .hc-row.head {
  font-weight: bold;
  text-align: center;
}
.hc-table .hc-row .hc-cell {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}
.title,
.label {
  color: gray !important;
}
.field {
  margin-bottom: 10px !important;
}
/* Reset and overrides */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/quicksand/v36/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o58a-xw.ttf) format('truetype');
}
/* Reset and overrides */
body,
html {
  background-color: #f3f3f3;
}
body {
  background-color: #f3f3f3;
  font-size: 12px;
  font-family: inherit;
  color: gray;
  font-family: sans-serif;
}
/* helpers */
.font-blue {
  color: #258aff;
}
.bg-blue {
  background-color: #258aff;
}
.btn-blue {
  border-color: #258aff;
  background-color: #258aff;
  color: white;
}
.center_div {
  margin-left: auto;
  margin-right: auto;
}

