html {
  min-height: 100%;
}

body {
  color: #777;
  min-height: 100%;
}

a {
  text-decoration: none;
}

div.content {
  padding: 15px;  
  min-height: 100%;
  color: black;
}

div.public-landing-div {
  margin: 40px;
  width: 100%;
}

div.half {
  width: 50%;
}

div.padded {
  padding: 20px;
}

.header {
  margin-left: 0;
}

.hidden {
  display: none;
}

.plain {
  color: #000000;
}

.primary {
  color: #0078e7;
}

.primary-bg {
  background-color: #0078e7;
}

.error {
  color: #DD0000;
}

.error-bg {
  background-color: #DD0000;
}

footer {
  padding: 10px;
  font-size: 10px;
  text-align: center;
  width: 100%;
  position: fixed;
  bottom: 0px;
}

.center {
  text-align: center;
}

.center-margin {
  margin-left: auto;
  margin-right: auto;
}

div.flash {
  font-size: 24px;
  position: fixed;
  top: 0px;
  width: 100%;
}

div.flash.error {
  background-color: #DD0000;
  color: #FFFFFF;
}

div.flash.success {
  background-color: #229af9;
  color: #FFFFFF;
}

#menu {
  width: 100%;
  height: 10px;
  position: relative;
  background: #191818;
  webkit-overflow-scrolling: touch;
}

#menu .pure-menu-heading {
  display: inline-block;
}

#menu .pure-menu-nonlink {
  color: #777;
  padding: .5em 1em;
  display: block;
  text-decoration: none;
  white-space: nowrap;
}

#menu #menu-title {
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

span.menu-title-span {
  margin-left: 10px;
  margin-bottom: 10px;
  position:relative;
  top:-5px;
}

#menu .menu-button {
  display: inline;
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 10px;
  margin-right: 10px;
  color: white;
  text-decoration: none;
}

.menu-bottom {
  width: 150px;
  border-top: 1px solid white;
}

#menu .menu-container {
  display: none;
  position: absolute;
  right: 0px;
  top: 10px;
  background-color: #191818;
}

#menu .menu-container>ul {
  background-color: #191818;
}

@media (min-width: 40em) {
  .content {
    margin-left: 150px;
  }

  #menu {
    width: 150px;
    height: 100%;
    position: fixed;
  }

  #menu .menu-button {
    display: none;
  }

  #menu .menu-container{
    display: initial;
    width: 100%;
  }

  .menu-bottom {
    width: 150px;
    position: fixed;
    left: 0px;
    bottom: 0px;
  }

  .header {
    margin-left: 150px;
  }

  div.flash {
    font-size: 24px;
    position: fixed;
    top: 0px;
    width: 100%;
  }

  div.flash.error {
    background-color: #DD0000;
    color: #FFFFFF;
  }

  div.flash.success {
    background-color: #229af9;
    color: #FFFFFF;
  }
}

#modal-body {
  margin-bottom: 15px;
}

#modal-overlay {
  visibility: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
}

#modal-overlay>div {
  margin: 10% 10%;
  width: 80%;
  margin: 100px auto;
  background-color: #FFF;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
}

.pure-button-success,
.pure-button-error,
.pure-button-warning,
.pure-button-secondary {
	color: white;
	border-radius: 4px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.pure-button-success {
	background: rgb(28, 184, 65); /* this is a green */
}

.pure-button-error {
	background: rgb(202, 60, 60); /* this is a maroon */
}

.pure-button-warning {
	background: rgb(223, 117, 20); /* this is an orange */
}

.pure-button-secondary {
	background: rgb(66, 184, 221); /* this is a light blue */
}

.pure-button-toggle-first {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pure-button-toggle-middle {
  border-radius: 0px;
  margin-left: -5px;
  border-left: 1px solid #CCC;
}
.pure-button-toggle-last {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-left: -5px;
  border-left: 1px solid #CCC;
}

.pure-button:disabled {
  background-color: #CCC;
  color: #999;
}

.space {
  margin: 5px;
}

.space-vertical {
  margin-top: 5px;
  margin-bottom: 5px;
}

.code {
  font-family: monospace, monospace;  
  background-color: #DDD;
  color: #D00;
}

.left-aligned {
  text-align: left;
}

.right-aligned {
  text-align: right;
}
