/* HEADER/FOOTER */
#main-header {
  background-color: rgba(33, 33, 33, 0.5);
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  left: 0;
  padding: 9px 40px;
  right: 0;
  top: 0;
  z-index: 10;
  color: white;
}
#main-header #menu-bars {
  font-size: 21px;
}
#main-header .right a {
  font-family: "Roboto", sans-serif;
  color: #fff;
  line-height: 47px;
  padding: 0 15px;
  text-decoration: none;
}
#footer {
  background: #515151;
  color: #fff;
  width: 100%;
  overflow: auto;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  padding: 45px 5px;
  overflow-x: hidden;
}
#footer #center {
  margin: 0 auto;
}
#footer #social {
  float: none;
  text-align: left;
  width: 395px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.footer-menu {
  display: inline-block;
  float: none;
  width: 395px;
}
.quick-links,
.support-links {
  float: left;
  text-align: left;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 21px;
  list-style: none;
  width: 150px;
  overflow: hidden;
  margin: 0 25px 40px 0;
}
.quick-links span,
.support-links span {
  display: inline-block;
  font-size: 1.5em;
  font-family: "Roboto", sans-serif;
  border-bottom: 2px solid #686868;
  padding-bottom: 0.5em;
  width: 100%;
}
.quick-links a,
.support-links a {
  color: white;
  text-decoration: none;
  display: block;
}
.quick-links a:hover,
.support-links a:hover {
  text-decoration: underline;
}
.contact-form,
.social-icons {
  width: 395px;
  font-size: 1.5em;
  font-family: "Roboto", sans-serif;
  line-height: 1.25em;
  text-align: left;
}
.social-icons {
  padding: 22px 0 13px 0;
  line-height: 1.75em;
  clear: both;
}

input.large {
  width: auto;
}

#text {
  float: left;
}

#footer {
  font-family: "Roboto", sans-serif;
}

#menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10;
  text-align: center;
  visibility: hidden;
}
#menu a,
#menu-close {
  text-decoration: none;
}
#menu a:hover,
#menu-close:hover {
  text-decoration: underline;
}
#menu-close {
  position: fixed;
  top: 20px;
  z-index: 10;
  display: none;
}
#menu ul#top {
  position: relative;
  z-index: 9;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
  display: inline-block;
}
#menu li {
  list-style-type: none;
}
.main-header-not-fixed {
  position: absolute;
}
.main-header-fixed {
  position: fixed;
}

/* HEADER/FOOTER media queries */

@media (max-height: 414px) {
  #menu li,
  #menu-close {
    font-size: 70%;
    font-family: "Roboto", sans-serif;
  }
  #menu li {
    height: 21px;
  }
}
@media (min-height: 415px) {
  #menu li,
  #menu-close {
    font-size: 120%;
    font-family: "Roboto", sans-serif;
  }
  #menu li {
    height: 38px;
  }
}

@media (max-width: 999px) {
  #menu-close {
    right: 20px;
  }

  h1 {
    font-family: "Roboto", sans-serif;
    font-size: 200%;
  }

  #main-header .desktop,
  #social .desktop {
    display: none;
  }
  #text .mobile {
    text-align: left;
  }

  #footer #center {
    text-align: center;
  }
  #footer #social {
    margin-bottom: 10px;
  }
}

#main-header {
  padding: 20px 20px;
}

@media (min-width: 576px) {
  #main-header {
    padding: 5px 0 0 10px;
  }
}

@media (min-width: 1000px) {
  #menu-close {
    right: 60px;
  }

  h1 {
    font-size: 300%;
    font-family: "Roboto", sans-serif;
  }

  #footer #social {
    float: right;
  }
  #footer #text {
    float: left;
  }
  #footer #center {
    width: 60%;
  }
  #text .mobile,
  #main-header .mobile {
    display: none;
  }
}
@media (min-width: 840px) {
  .footer-menu {
    float: left;
    width: auto;
  }
  #footer #social {
    float: right;
    margin: 0;
  }
  #footer #center {
    width: 800px;
  }
  div.footer-menu #text {
    float: left;
  }
}
@media (max-width: 839px) {
  #footer {
    box-sizing: border-box;
    overflow-x: hidden;
  }
  #footer #social {
    width: 350px;
  }
  .footer-menu {
    width: 350px;
  }
  .contact-form,
  .social-icons {
    width: 350px;
  }
}

/* TEXT MODS */
.black {
  color: #000000;
}
.bold {
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.darkgrey {
  color: #ababab;
}
.gold {
  color: #ccab51;
}
/* We should never use green text. This is now blue. */
.green {
  color: #0099fe;
}
.grey {
  color: #ccc;
}
.nobold {
  font-weight: 300 !important;
}
/* We should never use red text. This is now gold. */
.red {
  color: #ccab51 !important;
}
.size-10 {
  font-size: 10px !important;
  font-family: "Roboto", sans-serif;
}
.size-11 {
  font-size: 11px !important;
  font-family: "Roboto", sans-serif;
}
.size-12 {
  font-size: 12px !important;
  font-family: "Roboto", sans-serif;
}
.size-13 {
  font-size: 13px !important;
  font-family: "Roboto", sans-serif;
}
.size-14 {
  font-size: 14px !important;
  font-family: "Roboto", sans-serif;
}

/* GENERIC TAGS/CLASSES/IDS */
body {
  margin: 0;
}
a img {
  border: 0;
}
a {
  color: #ff3300;
}
a:hover {
  text-decoration: underline;
}
button {
  color: #000000;
  text-shadow: 1px 1px #fff;
  cursor: pointer;
}
strong {
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.alert {
  border-radius: 8px;
  color: #fff;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
}
.arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  cursor: pointer;
  float: left;
  height: 0;
  margin-top: 5px;
  margin-left: 4px;
  width: 0;
}
.code {
  color: #090;
  font: bold 13px;
  font-family: "Roboto", sans-serif;
}
.down {
  border-top: 5px solid #595051;
}
.error-message {
  text-align: center;
}
.up {
  border-bottom: 5px solid #595051;
}
.btn-admin {
  left: 0;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  position: fixed;
  top: 0;
  z-index: 10000;
}
.bump {
  margin: 20px 0;
}
.bump-10 {
  margin-top: 10px !important;
}
.bump-15 {
  margin-top: 15px !important;
}
.bump-20 {
  margin-top: 20px !important;
}
.bump-30 {
  margin-top: 30px !important;
}
.bump-40 {
  margin-top: 40px !important;
}
.bump-50 {
  margin-top: 50px !important;
}
.bumper {
  margin-top: 70px;
}
.caption {
  color: #438dd8;
  font: 12px Arial;
  font-family: "Roboto", sans-serif;
  left: 45px;
  position: absolute;
  top: 16px;
}
.clear {
  clear: both;
  height: 0;
}
.center {
  margin: 0 auto;
  width: 1000px;
}
.error {
  background-color: #ff3300;
  border: 1px solid #ff3300;
}
.error a {
  color: #fff;
  text-decoration: underline;
}
.fixedwidth {
  font-family: "Roboto", sans-serif;
}
.hide {
  display: none;
}
.last {
  border-bottom: 0 !important;
}
.left {
  float: left;
}
.line {
  border-bottom: 1px solid #e6e6e6;
  clear: both;
  margin-bottom: 20px;
}
.loading {
  background-image: url("/static/images/icon-loading.gif");
  height: 11px;
  display: none;
  margin: 0 auto;
  width: 43px;
}
.messagebox {
  background-color: #eaebf0;
  margin-bottom: 20px;
  padding: 10px;
}

.nopadding {
  padding: 0 !important;
}
.notop {
  margin-top: 0;
}
.padding {
  margin-left: 5px;
}
.redbutton {
  background-color: #f81f1f;
  border-radius: 6px;
  border: 4px solid #fff;
  padding: 7px 0 8px 0;
  text-align: center;
  width: 213px;
}
.redbutton a {
  color: #fff;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
}
.redbutton a:hover {
  text-decoration: none !important;
}
a.red-buttons {
  color: #fff !important;
  background-color: #ff3300;
  border-radius: 5px;
  display: inline-block;
  padding: 10px 45px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-decoration: none !important;
}

.right {
  float: right;
}
.spacing {
  line-height: 18px;
}
.spacer {
  height: 20px;
}
.success {
  background-color: #0099fe;
}
/* Not sure why this was ever an ID. Adding similar class styles because of course */
/* I also wish these styles were for divs or buttons instead of creating psuedo buttons with padding */
.tab-links a,
#tab-links a {
  background-color: #ddd;
  border-radius: 5px;
  color: #0061aa;
  font-size: 9pt;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  padding: 5px 10px;
  cursor: pointer;
}
.tab-links a:hover,
#tab-links a:hover {
  text-decoration: none;
}
.tab-links a.active,
#tab-links a.active {
  background-color: #0061aa;
  color: #fff;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.tooltip {
  color: #f00;
}
.tutorial {
  background: url("/static/images/icon-tutorial-sprite.png") 0 0 no-repeat;
  display: block;
  height: 27px;
  width: 27px;
  outline: none;
  padding-right: 5px; 
}
.tutorial:hover {
  background-position: 0 -27px;
}
.tutorial-title {
  padding-left: 10px;
}
.type {
  background-color: #ea2926;
  border-radius: 5px;
  color: #fff;
  display: inline;
  font-family: "Roboto", sans-serif;
  font-size: 9px !important;
  font-weight: normal;
  margin: 0 3px;
  padding: 3px;
}
.user-photo {
  border: 1px solid #d8d7d2;
  border-radius: 3px;
  height: 57px;
  padding: 2px;
}
.user-photo img.photo {
  border: 1px solid #d8d7d2;
  height: 55px;
}

/* USER TYPE BADGES */
.shared {
  background-color: #2f69bb;
}

/* TABLES */
th {
  background-color: #646464;
  color: white;
}
td,
th {
  padding: 10px;
}
td input {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
}
