﻿body {
  background-color: #0f4754;
  font-family: sans-serif;
}

header {
  background-color: #4E8BA0;
  height: 86px;
  width: calc(100% + 40px);
  margin: -20px 0 66px -20px;
  padding: 16px 0 0 20px;
}
header .logo-container {
  display: inline-block;
}

.content-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  background-color: #ffffff;
  border: solid 1px #365E6D;
}

h3 {
  background-color: #365E6D;
  padding: 0.5em 0.5em 0.5em 1.7em;
  font-size: 100%;
  color: #ffffff;
  width: calc(100% + 5px);
  margin: 2px 0 20px -20px;
}

#accordion {
  width: calc(100% + 40px) !important;
  margin-left: -20px;
}
#accordion h3 {
  width: unset;
  margin-left: unset;
}

.ui-state-default {
  background-color: #4E8BA0 !important;
  color: #ffffff !important;
  border: none !important;
  font-weight: normal !important;
}

.ui-state-hover {
  background-color: #365E6D !important;
  border: none !important;
}

.ui-state-active {
  background-color: #0f4754 !important;
  color: #ffffff !important;
  border: none !important;
  font-weight: bold !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-left, .ui-corner-bottom, .ui-corner-tr, .ui-corner-tl {
  border-radius: 0 !important;
}

.ui-widget-content {
  border: none !important;
}

.ui-accordion .ui-accordion-content {
  padding: 20px !important;
}

label {
  margin: 10px 0;
  display: block;
}

input, textarea, select {
  margin: 10px 0 20px;
  display: block;
}

input {
  width: 100%;
  max-width: 250px;
  height: 30px;
}
input[type=checkbox] {
  vertical-align: top;
  display: inline-block;
  line-height: 1.2;
  width: 15px;
  height: 22px;
  float: right;
}
input[type=radio] {
  vertical-align: top;
  display: inline-block;
  line-height: 1.2;
  width: 15px;
  height: 22px;
}

hr {
  border: none;
  border-top: solid 1px #aaaaaa;
  width: calc(100% + 40px);
  margin-left: -20px;
}

textarea {
  width: 100%;
  max-width: 450px;
  height: 120px;
}

.checkbox-container label {
  margin-right: 5px;
  vertical-align: top;
  display: inline-block;
  max-width: calc(100% - 40px);
}
.checkbox-container input {
  margin-right: 15px;
}

.width-50 {
  display: inline-block;
  width: calc(50% - 4px);
  vertical-align: top;
}
@media only screen and (max-width: 600px) {
  .width-50 {
    width: 100%;
  }
}

.width-100 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

@media only screen and (min-width: 601px) {
  .hide-on-desktop {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .hide-on-mobile {
    display: none;
  }
}
.hide-on-mobile h5 {
  font-size: 1em;
}

a.icon-button {
  display: inline-block;
  width: auto;
  margin: 10px;
  padding: 15px 20px 12px 20px;
  background-color: #037e99;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

a.icon-button span.material-icons {
  position: relative;
  vertical-align: middle;
  top: -2px;
}

a.icon-button:hover {
  background-color: #058cab;
}

.ui-datepicker .ui-datepicker-title select {
  display: inline-block;
}

.ui-datepicker td {
  height: auto;
}
