body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  text-align: left;
  font-size: 20px;
  background: #FFFFFF;
  color: #47464D;
}

.bold {
  font-weight: bold;
}

h1 {
  font-size: 30px;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  display: inline-block;
  height: 60px;
}

h2 {
  font-size: 27px;
  margin: 20px 0;
  padding: 0px;
  font-weight: normal;
  display: block;
}

a, a:visited, a:hover, a:active {
  color: #5e5e5f;
}

a.clean {
  text-decoration: none;
}

.shadow {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
  z-index: 1000;
}

img {
  border: none;
  margin: 0;
  padding: 0;
}

#header {
  position: fixed;
  z-index: 100;
  height: 60px;
  width: 100%;
  background: #000000;
  line-height: 60px;
  color: #FFFFFF;
}
#header div {
  display: inline-block;
  height: 60px;
  vertical-align: top;
}
#header #logo {
  position: relative;
  background: #000000;
  width: 230px;
  border-right: 1px solid #5e5e5f;
  border-bottom: 1px solid #5e5e5f;
}
#header #logo a {
  width: 100%;
  height: 60px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
}
#header #header_top_bar {
  width: -webkit-calc(100% - 290px);
  width: -moz-calc(100% - 290px);
  width: calc(100% - 290px);
  margin-left: 20px;
  background: #000000;
  text-align: center;
}
#header #header_top_bar div.logged_in {
  font-size: 30px;
  float: right;
  display: inline-block;
  height: 60px;
}
#header #header_top_bar div.logged_in div {
  vertical-align: top;
}
#header #header_top_bar div.logged_in div.info {
  margin-left: 10px;
  padding-top: 5px;
  font-size: 20px;
  display: inline-block;
  height: 55px;
  line-height: 25px;
  text-align: center;
}

#structure {
  height: 100%;
  width: 100%;
}

#content_wrapper {
  white-space: nowrap;
}

#menu_left {
  position: fixed;
  margin-top: 60px;
  z-index: 10;
  background: #000000;
  width: 230px;
  height: calc(100vh - 60px);
  min-height: 700px;
  vertical-align: top;
  padding-left: 20px;
  display: inline-block;
}
#menu_left a {
  text-decoration: none;
  color: #FFFFFF;
  display: inline-block;
}
#menu_left h1 {
  line-height: 60px;
}
#menu_left .menu_item {
  height: 60px;
  position: relative;
}
#menu_left .sub_menu_item {
  display: none;
  padding-left: 20px;
}
#menu_left .sub_menu_item h2 {
  margin: 10px 0;
}
#menu_left .bottom {
  position: absolute;
  bottom: 0px;
  width: 210px;
}
#menu_left #logout {
  position: absolute;
  bottom: 60px;
}
#menu_left #help {
  position: absolute;
  bottom: 60px;
}

#content {
  display: inline-block;
  background: #FFFFFF;
  min-width: 1000px;
  min-height: 700px;
  margin-left: 230px;
  margin-top: 60px;
  padding: 20px 20px 120px 20px;
  white-space: normal;
  position: relative;
}
#content div.status_message {
  margin: 20px 0px;
}
#content div.failed {
  color: red;
  font-weight: bold;
}
#content div.success {
  color: green;
  font-weight: bold;
}
#content div.neutral {
  color: inherit;
  font-style: italic;
}
#content .content_centerer_outer {
  text-align: center;
  margin-top: 175px;
}
#content .content_centerer_inner {
  text-align: left;
  display: inline-block;
}

.loading_view {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  position: fixed;
  z-index: 99;
}
.loading_view .loading_icon {
  position: absolute;
  font-size: 200px;
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  top: 30%;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0;
  color: whitesmoke;
}

button.block {
  display: block;
  margin-top: 20px;
}

button.soclub-button {
  width: 300px;
  height: 60px;
  border: none;
  color: #FFFFFF;
  font-size: 20px;
  background-color: #000000;
  cursor: pointer;
  border-radius: 10px;
  display: block;
}

input[type=submit].soclub-button {
  width: 300px;
  height: 60px;
  border: none;
  color: #FFFFFF;
  font-size: 20px;
  background-color: #000000;
  cursor: pointer;
  border-radius: 10px;
  display: block;
}

button.soclub-button:focus, input[type=submit].soclub-button:focus {
  outline: none;
  background-color: #5e5e5f;
}

button.soclub-button:hover, input[type=submit].soclub-button:hover, button.soclub-button:disabled, input[type=submit].soclub-button:disabled {
  background-color: #5e5e5f;
}

button.bottom_right, input[type=submit].bottom_right {
  position: fixed;
  right: 50px;
  bottom: 50px;
}

button.bottom_middle, input[type=submit].bottom_middle {
  position: fixed;
  left: 50%;
  bottom: 50px;
}

#login_form {
  display: inline-block;
}

.input_header {
  display: inline-block;
}

.input {
  display: inline-block;
}

.text_right {
  text-align: right;
}

input[type=text], input[type=password], input[type=datetime-local] {
  font-size: 16px;
  margin-left: 10px;
  padding-left: 10px;
  background: #F9F9F9;
  border-color: #47464D;
  border-width: 1px;
  border-style: solid;
  line-height: 25px;
  min-width: 300px;
}

input[type=text]:disabled, input[type=text]:read-only, textarea:read-only {
  background: #cac9d6;
}

input[type=file] {
  display: inline-block;
}

input.non_table_input {
  margin: 0px;
  margin-top: 10px;
}

textarea {
  font-size: 16px;
  background: #F9F9F9;
  padding-left: 10px;
}

table.border {
  border-collapse: collapse;
  border: 1px solid black;
}
table.border td, table.border th {
  border: 1px solid black;
}

.form {
  border: none;
}
.form td {
  border: none;
}
.form input {
  margin-left: 0px;
}

.multi-select-container input {
  margin-left: 24px;
}

td, th {
  padding: 5px 5px;
}
td a, th a {
  text-decoration: none;
}

span.fa {
  font-size: 30px;
  padding-right: 10px;
  display: inline-block;
}

span.fa-no-padding {
  font-size: 30px;
  display: inline-block;
}

span.fa-regular {
  font-size: 20px;
  display: inline-block;
}

span.beta, span.beta-menu {
  font-style: italic;
  font-size: 13px;
  display: inline-block;
  position: absolute;
  right: 55px;
  bottom: -15px;
}

span.beta-menu {
  color: #FFFFFF;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  transform: rotate(-30deg);
  right: 10px;
  bottom: 10px;
}

/*# sourceMappingURL=public.css.map */
