@charset "UTF-8";
@import '//fonts.googleapis.com/css?family=Lato:100,300,400,700,100italic,300italic,400italic,700italic';
/*
 * blueimp Gallery CSS 2.11.1
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Prevent artifacts in Mozilla Firefox: */
  -moz-backface-visibility: hidden;
}
.blueimp-gallery > .slides > .slide > .slide-content {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}
.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: none;
  touch-action: none;
}
.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  /* Set the carousel width/height ratio to 16/9: */
  padding-bottom: 56.25%;
  box-shadow: 0 0 10px #000;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.blueimp-gallery-display {
  display: block;
  opacity: 1;
}
.blueimp-gallery > .slides {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.blueimp-gallery-carousel > .slides {
  position: absolute;
}
.blueimp-gallery > .slides > .slide {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.blueimp-gallery > .slides > .slide-loading {
  background: url(/css/images/loading.gif) center no-repeat;
  background-size: 64px 64px;
}
.blueimp-gallery > .slides > .slide-loading > .slide-content {
  opacity: 0;
}
/*
.blueimp-gallery > .slides > .slide-error {
  background: url(../img/error.png) center no-repeat;
}
*/
.blueimp-gallery > .slides > .slide-error > .slide-content {
  display: none;
}
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -23px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
  text-align: center;
  background: #222;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  cursor: pointer;
  display: none;
}
.blueimp-gallery > .next {
  left: auto;
  right: 15px;
}
.blueimp-gallery > .close,
.blueimp-gallery > .title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: 0.8;
  display: none;
}
.blueimp-gallery > .close {
  padding: 15px;
  right: 15px;
  left: auto;
  margin: -15px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
}
/*
.blueimp-gallery > .play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  background: url(/css/images/play-pause.png) 0 0 no-repeat;
  cursor: pointer;
  opacity: 0.5;
  display: none;
}
*/
.blueimp-gallery-playing > .play-pause {
  background-position: -15px 0;
}
.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .title:hover,
.blueimp-gallery > .play-pause:hover {
  color: #fff;
  opacity: 1;
}
.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
  display: none;
}
.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
/*
body:last-child .blueimp-gallery > .slides > .slide-error {
  background-image: url(../img/error.svg);
}
body:last-child .blueimp-gallery > .play-pause {
  width: 20px;
  height: 20px;
  background-size: 40px 20px;
  background-image: url(../img/play-pause.svg);
}
*/
body:last-child .blueimp-gallery-playing > .play-pause {
  background-position: -20px 0;
}
/* IE7 fixes */
* + html .blueimp-gallery > .slides > .slide {
  min-height: 300px;
}
* + html .blueimp-gallery > .slides > .slide > .slide-content {
  position: relative;
}
@font-face {
  font-family: BrandonGrotesque;
  src: url("../font/Brandon_reg.otf") format("opentype");
}
@font-face {
  font-family: BrandonGrotesque;
  font-weight: bold;
  src: url("../font/Brandon_bld.otf") format("opentype");
}
/* responsive text queries */
@media screen and (max-width: 992px) {
  p,
  .btn,
  input,
  div,
  span,
  h4 {
    font-size: 100%;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  p,
  .btn,
  input,
  div,
  span,
  h4 {
    font-size: 95%;
  }
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 16px;
  }
  .carousel {
    margin-top: 0px;
  }
}
@media screen and (min-width: 768px) {
  .carousel {
    margin-top: -50px;
  }
}
body {
  font-family: BrandonGrotesque, Helvetica, Arial, sans-serif;
  color: #252728;
}
h2 {
  text-transform: uppercase;
}
/* FORMS */
.form-control {
  border: 1px solid #dfe5e9;
  border-radius: 0px;
}
.form-control:focus {
  border: 2px solid #24bdac;
}
.has-error .form-control {
  border-color: #f33d18;
}
/* END FORMS */
.btn {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border: none;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 2em;
  min-width: 90px;
}
.btn-default {
  background-color: #ccc;
  background-image: linear-gradient(#cccccc 0px, #cfcfcf 100%);
  color: #222;
  text-shadow: none;
}
.btn-primary {
  background-color: rgba(42, 56, 159, 0.9);
}
.btn-default:hover,
.rs-btn-action:focus {
  background-color: #cfcfcf;
  background-image: linear-gradient(#cfcfcf 0px, #cccccc 100%);
  color: #222;
  text-shadow: none;
}
.rs-btn-action {
  background-color: #4250b6;
  background-image: linear-gradient(#4250b6 0px, #2a389f 100%);
  color: white;
  text-shadow: none;
}
.rs-btn-action:hover,
.rs-btn-action:focus {
  background-color: #2a389f;
  background-image: linear-gradient(#2a389f 0px, #4250b6 100%);
  color: white;
  text-shadow: none;
}
.has-error .form-control {
  border: 2px solid #ff6d43;
}
.rs-dashboard-row {
  border-bottom-color: #dddddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-collapse: collapse;
  border-left-color: #dddddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #dddddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #dddddd;
  border-top-style: solid;
  border-top-width: 0px;
}
.rs-event-logo {
  background: #fff;
  background-color: #fff;
  border: none;
  margin: 0;
  margin-right: 0.5em;
  width: 6em;
  float: left;
}
.rs-h3-title {
  color: #15e1d5;
  margin-top: 0.1em;
  margin-bottom: 0.3em;
}
.rs-h2-title {
  font-size: 1.5em;
  line-height: 1.1em;
  margin-top: 0.7em;
  margin-bottom: 0.7em;
  color: #666;
  background-color: #cfcfcf;
}
.rs-green {
  color: green;
}
.rs-red {
  color: red;
}
.featurette-divider {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.rs-round-image {
  border-radius: 100%;
}
.rs-profile-image {
  margin: 1em;
  width: 8em;
  float: right;
}
.rs-navbar {
  background-color: rgba(42, 56, 159, 0.9);
  background-image: none;
  margin-bottom: 0;
}
.rs-user-name {
  margin-top: 1em;
  color: #6f77b0;
}
.rs-carousel-caption {
  font-family: BrandonGrotesque, Helvetica, Arial, sans-serif;
  font-size: 2em;
}
.icon-arrow-left4,
.icon-uniE699 {
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
  font-size: 1.5em;
}
.carousel {
  margin-bottom: 1em;
}
.well {
  border-radius: 0;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.navbar-brand {
  padding: 10px;
}
.rs-h2-header {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  color: #666;
  font-weight: lighter;
  font-size: 1.4em;
}
.rs-assignment-info {
  font-size: 1.2em;
  margin: 0;
  vertical-align: middle;
  line-height: 1.5em;
  color: #aaaaaa;
}
.rs-assignment {
  margin: 0;
  color: #aaa;
  font-size: 0.7em;
  line-height: 1em;
  color: #aaaaaa;
}
.rs-event-title {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 1.4em;
  color: #666666;
}
.rs-event {
  cursor: pointer;
}
.rs-event-carriot {
  position: absolute;
  top: 50%;
  /*    text-align: right;*/
  font-size: 2em;
  color: grey;
}
.rs-training-picture {
  width: 100%;
}
.navbar-inverse .navbar-nav > li > a {
  color: white;
}
.navbar-inverse .navbar-nav > li > a:hover {
  color: #70fff6;
}
.checkbox_list li {
  list-style: none;
  margin-left: 0;
}
ul#medication li {
  margin-bottom: 1em;
}
.race-details-header p {
  font-style: italic;
  color: #97999b;
}
.participant-race-details h3 strong {
  color: #97999b;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 2em;
}
.participant-race-details h3 strong em {
  font-weight: normal;
}
.participant-race-details h3 {
  text-align: left;
  margin-left: 20px;
}
.participant-race-details h3 label {
  width: 100%;
  font-weight: normal;
  text-align: left;
  margin-left: -20px;
}
.participant-race-details input {
  font-family: BrandonGrotesque, Helvetica, Arial, sans-serif;
  border: 1px solid black;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  line-height: 17px;
}
.participant-race-details button {
  font-family: BrandonGrotesque, Helvetica, Arial, sans-serif;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  line-height: 17px;
}
.participant-race-details a.add_medication {
  cursor: pointer;
}
/* Command Center*/
.protocol-0, .protocol-5 {
  background-color: #F2F4F4;
}
.protocol-10 {
  background-color: #F2F4F4;
}
.protocol-20 {
  background-color: #F2F4F4;
}
.protocol-30 {
  background-color: #F2F4F4;
}
.protocol-40, .protocol-35 {
  background-color: #E68E9D;
}
.protocol-50 {
  background-color: #E68E9D;
}
.protocol-15 {
  background-color: #E6D78E;
}
tr.race-event {
  cursor: pointer;
}
.event-label {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 22px;
}
.breadcrumb {
  background-color: #fff;
  padding: 20px 0 0;
  margin: 0;
}
.breadcrumb li + li:before {
  content: '> ';
}
#command-center h2 {
  text-transform: none;
}
#command-center th {
  width: 200px;
  background-color: #f5f5f5;
  font-weight: normal;
  font-size: 16px;
}
#command-center .dashboard-container {
  margin-top: 0px;
}

#wunderground_logo {
  width: 100px;
}

@media screen and (min-width: 768px) {
    .body-no-overflow {
        height: 100vh;
        width: 100vw;
        overflow: hidden;
    }

    .dashboard-map-container {
        height: calc(100vh - 215px) !important;
        display: block;
        overflow-y: scroll;
        overflow-x: hidden;
        padding-bottom: 100px;
    }

    .dashboard-events-container {
        height: calc(100vh - 230px) !important;
        overflow-y: scroll;
        overflow-x: hidden;
        padding-bottom: 70px !important;
    }
}

#command-center #map-view-buttons li.active a {
  background-color: #3D4CA1;
}
#command-center #map-view-buttons li a {
  padding: 5px 16px;
}
#command-center #active-events {
  margin-top: 5px;
}
#command-center .search {
  margin-bottom: 5px;
}
#command-center .search input,
#command-center .search select {
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
#command-center .search .col-xs-9 {
  padding-right: 0;
}
#command-center .search .col-xs-3 {
  padding-left: 7px;
}
#command-center .search .btn {
  width: 100%;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
#command-center .search .btn-primary {
  background: #3D4CA1;
}
#command-center .bib-search .input-search {
  position: relative;
}
#command-center .bib-search .input-search .glyphicon {
  position: absolute;
  color: #C8CED0;
  top: 10px;
  left: 25px;
}
#command-center .bib-search .input-search input {
  padding-left: 30px;
}
#command-center .highlight-event {
  border: 2px solid #000;
}
#command-center .refresh-buttons {
  text-align: right;
}
#command-center .stats {
  padding: 20px;
  border: 1px solid #DDD;
}
#command-center .stats .temperature {
  font-size: 5rem;
}
#command-center .stats .temperature-text {
  padding-top: 12px;
}
#command-center .stats .time-text {
  padding-top: 18px;
}
#command-center .stats .temperature-value {
  cursor: pointer;
}
#command-center .stats h4 {
  margin: 8px;
  border-bottom: 1px solid #000;
}
#command-center .stats table td {
  border: none;
  padding: 5px;
}
#command-center .event-not-found {
  background-color: #FEFBDD;
}
#command-center .event-not-found td {
  padding: 20px;
}
#command-center .event-not-found td a {
  display: block;
  margin-top: 10px;
}
#command-center .to-expand {
  display: none;
}
#command-center .action-list {
  margin-top: 5px;
  list-style: none;
  padding-left: 0;
}
#command-center .race-event td {
  padding: 10px;
}
#command-center .race-card {
  position: relative;
  margin: 3px 0px;
}
#command-center .race-card .show-runner {
  position: absolute;
  top: -10px;
  right: -10px;
}
#command-center .race-card .show-runner i {
  font-size: 3rem;
}
#command-center .race-card .show-runner span {
  display: block;
}
#command-center .set-map-view , #command-center .set-pin-drop {
  float: right;
}
#set-pin-drop, #drop_pin_form input, #drop_pin_form label, .gm-style-iw {
  font-family: Lato, Helvetica, Arial, sans-serif;
}
#drop_pin_form label {
  margin-top: 5px;
  font-weight: normal;
  color: #999;
}
#command-center #set-map-view-checkmark {
  display: none;
  color: green;
}
#command-center .race-event td,#command-center .row-encounter td{
    cursor:pointer;
}
#address-search {
  margin: 8px 4px;
  width: 325px;
}
.modal {
    overflow-y: scroll;
}
.ajax-loader{
    width:51px;
    height:51px;
    background-image:url('/css/images/ajax-loader.gif');
    background-repeat: no-repeat;
    margin-left:auto;
    margin-right:auto;
}
@media (max-width: 800px) {
  table {
    font-size: 1.1rem;
  }
}
#athlete-table form {
  margin-bottom: 50px;
}
#athelete-profile h2 {
  font-size: 3.5rem;
  line-height: 5rem;
}
#athelete-profile .profile-info {
  margin-bottom: 30px;
}
#athelete-profile .profile-picture img {
  width: 100%;
}
#athelete-profile .add-event th {
  background-color: #FEFBDD !important;
}
#athelete-profile .emergency-contacts h3 {
  margin-top: 0;
  font-size: 2rem;
}
#athelete-profile .emergency-contacts h3 i {
  font-size: 0.8em;
  margin-right: 10px;
  color: #5D605F;
}
#athelete-profile .emergency-contacts .contacts-information {
  border: 1px solid #E0E3E1;
  padding: 20px;
}
#athelete-profile .emergency-contacts .contacts-information table {
  width: 100%;
}
#athelete-profile .emergency-contacts .contacts-information table tr,
#athelete-profile .emergency-contacts .contacts-information table td {
  font-size: 2rem;
}
#athelete-profile .emergency-contacts .contacts-information table tr p,
#athelete-profile .emergency-contacts .contacts-information table td p {
  font-size: 1.4rem;
}
#athelete-profile h3 {
  font-size: 2.5rem;
}
#athelete-profile table.table {
  margin-top: 15px;
  margin-left: 1px;
  margin-right: 1px;
}
#athelete-profile table.table th,
#athelete-profile table.table td {
  padding: 15px;
  font-weight: normal;
}
#athelete-profile table.table th {
  border: 1px solid #C0C6C3;
  width: 25%;
}
#athelete-profile table.table td {
  border: 1px solid #C0C6C3;
}
#athelete-profile table.table th.title {
  background-color: #D2D7D4;
}
#athelete-profile table.table th {
  background-color: #F0F1F0;
}
#athelete-profile .fileupload-buttonbar {
  text-align: right;
}
#athelete-profile #button-upload {
  background-color: #3B48A4;
  color: #fff;
  font-size: 2rem;
}

#button-print-consent {
  background-color: #2DB0A6;
  color: #fff;
  font-size: 1rem;
}

.dropdown-scrollable {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
    right: unset !important;
    padding: 10px;
}

h3.tos span.toggle-control {
  font-size: 12px;
  color: rgba(42, 56, 159, 0.9);
}

h3.tos {
  cursor: pointer;
}

.faq, .volunteer-assignment-page, .command-center-report-page {
  font-family: Lato, Helvetica, Arial, sans-serif;
}

.faq dd {
  padding-bottom:10px;
}

.volunteer-assignment-page td.cell-email {
  overflow: scroll;
  max-width: 180px;
}

.volunteer-assignment-page tr.selected {
  background-color: #D1EEEE !important;
}

.volunteer-assignment-page th.header {
    background-image: url(/css/images/racesafe/bg.gif);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center right;
}

.volunteer-assignment-page th.headerSortUp {
    background-image: url(/css/images/racesafe/asc.gif);
}

.volunteer-assignment-page th.headerSortDown {
    background-image: url(/css/images/racesafe/desc.gif);
}

.volunteer-assignment-page tr.multiselected td select.assign-volunteer {
  display: none;
}

.volunteer-assignment-page .col-xs-1_5 {
  width: 11.11%;
}

.popover {
    white-space: pre-wrap;
}

@font-face {
  font-family: 'racesafe';
  src: url('/css/b2b/fonts/racesafe.eot');
  src: url('/css/b2b/fonts/racesafe.eot?#iefix') format('embedded-opentype'), url('/css/b2b/fonts/racesafe.woff') format('woff'), url('/css/b2b/fonts/racesafe.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.ico-participant i:after {
  font: 20px/22px 'racesafe';
  content: '\e60e';
}
.ico-volunteer i:after {
  font: 16px/18px 'racesafe';
  content: '\e620';
}
li.mobile_login {
  width: 32px;
  height: 32px;
  float: left;
}
li.mobile_login a {
  width: 100%;
  height: 100%;
  display: block;
  background: #6c77b7;
  -webkit-border-radius: 32px;
  border-radius: 32px;
  background-clip: padding-box;
  color: #fff;
  position: relative;
  -webkit-box-shadow: 0px 3px 0px #38427e;
  box-shadow: 0px 3px 0px #38427e;
  text-align: center;
  line-height: 32px;
  -webkit-transition-property: color, background;
  -webkit-transition-duration: 0.25s, 0.25s;
  -moz-transition-property: color, background;
  -moz-transition-duration: 0.25s, 0.25s;
  -o-transition-property: color, background;
  -o-transition-duration: 0.25s, 0.25s;
  transition-property: color, background;
  transition-duration: 0.25s, 0.25s;
}
li.mobile_login span {
  width: 60px;
  height: auto;
  display: block;
  color: #a3aad2;
  text-transform: uppercase;
  font-size: 8px;
  line-height: 8px;
  letter-spacing: 1px;
  text-align: center;
  position: absolute;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  transform: translatex(-50%);
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
li.mobile_login span {
  color: #fff;
}
li.mobile_login a.ico.ico-participant {
  padding-top: 10px;
  padding-bottom: 10px;
}
li.mobile_login a.ico.ico-participant i {
  position: relative;
  top: -8px;
  left: -14px;
}
li.mobile_login a.ico.ico-participant i:after {
  position: relative;
  top: 5px;
  margin-left: 5px;
}
li.mobile_login a.ico.ico-volunteer {
  padding-top: 10px;
  padding-bottom: 10px;
}
li.mobile_login a.ico.ico-volunteer i {
  position: relative;
  top: -7px;
  left: -12px;
}
li.mobile_login a.ico.ico-volunteer i:after {
  position: relative;
  top: 5px;
  margin-left: 5px;
}
li.mobile_login {
  margin-left: 30px;
  margin-top: 2px;
}

li.mobile_login.fa-icon a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.report .print {
  display: none;
}

.report {
  margin-bottom: 100px;
}

.volunteer-dashboard nav {
  margin-bottom: 20px;
  min-height: auto;
  border-radius: 0;
}
.volunteer-dashboard nav .container-fluid {
  background-color: #cfcfcf;
}

.volunteer-dashboard nav span.navbar-brand {
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 1.5em;
  color: #666;
}

#stats-card, #stations-card {
  position: relative;
  margin-bottom: 1em;
}

#stations-card td, #stations-card th {
  text-align: center;
}

#stations-card th {
  font-size:1.25em;
}

#stations-card a {
  cursor: pointer;
}

#stations-card .large {
  width: 400px;
}

.helper-text {
  color: #BBB;
  font-style: italic;
}

/* BLOG */
h3.blog-post-title {
    margin-bottom:3px;
    line-height:20px;
}
img.blog-featured-image{
    float:left;
    margin:0px 30px 10px 0px;
}

.blog-left{
    float:left;
    width:700px;
    padding-left:40px;
}

.blog-right{
    float:right;
    width:180px;
    padding:10px;
}

.blog-social-box{
    margin-top:3px;
    float:right;
}

ul.categories {
  list-style: none;
  padding-left: 0;
}
/* END BLOG */

div.navbar-container {
  padding-top: 5px;
  padding-bottom: 5px;
}

.alert {
  margin-top : 1em;
}

h4.already_account {
  margin-top: 0;
  margin-bottom: 40px;
}

.login-message-container {
  position: relative;
  z-index: 0;
}

.login-message-text {
  position: absolute;
  width: 50%;
  top: 150px;
  right: 30px;
  color: #FFF;
  font-size: 21px;
}

@media print {
  .pagebreak { page-break-before: always; }
  .report .print {
    display: block;
  }

  .report .screen {
    display: none;
  }
}

.powered_by_inner {
    font-family: 'Lato', 'Sans';
    color: white;
    position: absolute;
    top: 5px;
    left: 110px;
    z-index: 30;
    font-weight: lighter;
    font-size: 11px;
    font-style: italic;
}

.powered_by_inner img {
    width: 113px;
    height: 25px;
}

#update-medical .btn-primary, #update-msk .btn-primary {
    color: #768092;
    background: #e7e9ed;
    text-shadow: none;
}

#update-medical .btn-primary:hover, #update-msk .btn-primary:hover {
    background: #15e1d5;
    text-shadow: none;
}

.invisible {
  visibility: hidden;
  display: none;
}

.see-data-search-results {
  background-color: #ffffff;
  border: 1px solid #c0c0c0;
  height: 200px;
  list-style-type: none;
  margin-top: 1px;
  overflow-y: scroll;
  padding: 0px;
  position: absolute;
  width: 60%;
}

.see-data-search-results li {
  cursor: pointer;
  padding: 10px;
  border-bottom: 1px solid #c0c0c0;
}

.see-data-search-results li:hover {
  background-color: #b8bec9;
}

.progress-bar-danger {
  background-color: #d9534f !important;
}

.progress-bar-warning {
  background-color: #f0ad4e !important;
}

.progress-bar-success {
  background-color: #5cb85c !important;
}

.progress-bar-gray {
  background-color: #f4f4f4 !important;
}

.progress-bar-blue {
  background-color: #4250b6 !important;
}

.progress-bar-info {
  background-color: #5bc0de !important;
}

.see-data-panel-heading, .see-data-panel-body {
  border: 1px solid #7e7777 !important;  
}
.see-data-panel-heading {
  background-color: #d6d6d6 !important;
  background-image: none !important;
}
.see-data-panel-heading-2 {
  background-color: #f5f5f5 !important;
  background-image: none !important;
}
.see-data-panel {
  margin-bottom: -2px !important;
}

@media (max-width: 980px) {
  .summary-label {
    font-size: 12px !important;
  }

  .panel-title {
    display: inline-block;
  }
}

.command-center-activity-name:hover {
  cursor: inherit !important;
  text-decoration: none !important;
}

.command-center-activity-name {
  color: #000 !important;
}

@media screen and (min-width:768px) and (max-width: 820px) {
  #root {
    margin-top: 100px;
  }
}

ul.dropdown-menu.dropdown-scrollable {
  width: max-content;
  max-width: 300px;
}

button#save-confirmation {
  min-height: 34px;
}