html, body {
  padding: 0px;
  margin: 0px;
  height: 100%;
}

body {
  /*font-family: "Roboto", sans-serif;*/
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #525f7a;
  color: #f0f7e0;
}

*, ::after, ::before {
  box-sizing: border-box;
}

h2.title {
  font-size: 1.8rem;
  color: #c0c0c9;
  margin-top: 0;
  margin-bottom: 1.1rem;
}

h2, h3, h4, b {
  font-weight: 400;
}

h3 {
  color: white;
  margin-top: 1.5rem;
}

a {
  text-decoration: underline;
  color: #f0f7e0;
}

a.plain {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: #f0f7ff;
}

ol li {
  list-style: decimal;
}
ul li {
  list-style: none;
}

footer {
  margin-left: 2rem;
  margin-right: 4rem;
}

.header {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1rem;
}

.page-container {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100%;
  padding-left: 1.5rem;
  padding-right: 2rem;
}

.side-controls {
  position: absolute;
  top: 3.5rem;
}

.quasi-view {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
  margin-left: 7rem;
  margin-bottom: 1rem;
}

.quasi-container {
  flex: 1;
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}

.nav {
  flex-grow: 1;
  text-align: right;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-btn {
  color: #c0c0c9;
  padding-top: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-bottom: .2rem;
  margin-right: 1rem;
  font-size: 1rem;
  border: none;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  padding-top: .2rem;
  padding-bottom: .2rem;
  text-align: left;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dropdown-content li {
  color: #606060;
  padding: .1rem .5rem;
}

.dropdown-content a {
  color: black;
  text-decoration: none;
}

.dropdown-content a:hover {
  text-decoration: underline;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropdown-btn {
  background-color: #526a7a;
}

.blurb {
  margin-top: -1rem;
}

label {
  display: inline-block;
  font-size: .875rem;
  line-height: 1.5;
}

.quasi-form-ctl {
  display: block;
  background-color: #dde4ea;
  border: 1px solid #304030;
  border-radius: .2rem;
  color: #303030;
  font-size: .75rem;
  padding-left: .25rem;
  padding-right: .25rem;
  padding-top: .4rem;
  padding-bottom: .4rem;
}

.form-control {
  height: calc(1.5em + .5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  line-height: 1.5;
}

.form-check {
  position: relative;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-left: -1.25rem;
}

.quasi-form-ctl::focus {
  background-color: #f4ddcd;
}

.form-check-input {
  margin-top: .4rem;
}

.form-check-input:disabled ~.form-check-label {
  color: #b0b0b0;
}

.quasi_properties .form-group {
  margin-right: 1rem;
  margin-bottom: .5rem;
}

.quasi_properties label {
  margin-bottom: 0;
}

.form-group {
  margin-bottom: .2rem;
}

.input-5 label {
  margin-bottom: .1rem;
  padding-bottom: .1rem;
}

.input-5 input {
  width: 4.5rem;
}

.input-5 select {
  width: 4.5rem;
}

input[type="color"] {
  -webkit-appearance: none;
  background-color: #fff;
  margin: 5px;
  padding: 0;
  width: 1rem;
  height: 1rem;
  border: 1px solid #ffffff;
}

input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}

input[type="color"]::-webkit-color-swatch {
  border: none;
}

.quasi_svg {
  position: absolute;
  /*border: solid 1px #000;*/
}

.quasi-select {
  padding-left: .18rem;
  padding-right: .18rem;
  font-weight: 300;
}

.rhombus-colors {
  margin-top: .2rem;
}

#id_color_button {
  margin-top: 2px;
  color: #606060;
  /*background-color: #bfecfd;*/
  font-size: .8rem;
  padding: 3px .8rem;;
  cursor: pointer;
  line-height: 1.15rem;
  margin-left: .2rem;
  border-radius: .5rem;
}

#id_color_button::-moz-focus-inner {
  border-style: none;
}

.bottomrow {
  display: flex;
  flex-wrap: wrap;
  font-size: .75rem;
  color: #c0c0c9;
}
.bottomrow div.download_link {
  flex: 1;
}
.bottomrow div.copyright {
  flex: 1;
  text-align: right;
}

a#id_download_link {
  text-decoration: none;
}

a:hover#id_download_link {
  text-decoration: underline;
}

footer div.footnote {
  margin-top: 2rem;
  font-size: .75rem;
}

footer div.copyright {
  font-size: .75rem;
  margin-top: 1rem;
}