@charset "utf-8";

html {
  font-size: 14px;
}

.hide {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

.main_panel {
  margin: 20px 0 20px;
}

#msg_panel {
  margin-top: 20px;
  opacity: 1.0;
}

.logos {
  margin-top: -0.5rem;
}
.logos img {
  display: block;
  margin: 5px 0;
  max-width: 100%;
  max-height: 4em;
  padding: 5px;
}

/*
 * customize for bootstrap select
 */

.bootstrap-select.disabled,
.bootstrap-select>.disabled {
  cursor: inherit !important;
}

.bootstrap-select>.dropdown-toggle {
  border: none;
  background-color: #fff !important;
}

.bootstrap-select>.dropdown-toggle.disabled,
.bootstrap-select>.dropdown-toggle:disabled,
.bootstrap-select>.dropdown-toggle[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.bootstrap-select.form-control {
  border:1px solid #ced4da !important;
}

/*
 * customize for bootstrap fileinput
 */

.file-drop-zone-title {
  font-size: inherit;
}
