/* Default Font Family */

* {
  font-family: 'Source Sans Pro', sans-serif;
}


/* Background Colors */

.my-app.gray-background {
  background-color: #fafafa;
}

.white-background {
  background-color: #ffffff;
}

.my-app.dark-gray-background {
  background-color: #757575;
}


/* Page Height */

.my-app.default-page-margin {
  margin-bottom: 100px;
}


/* text colors */

.my-app.blue {
  color: #0B4751;
}

.my-app.orange {
  color: #ffc107;
}

.my-app.red {
  color: #df4500;
}

.my-app.validation-red {
  color: #dc3545;
}

.my-app.validation-green {
  color: #28a745;
}

.my-app.black {
  color: #212121;
}

.my-app.dark-gray {
  color: #424242;
}

.my-app.gray {
  color: #757575;
}

.my-app.light-gray {
  color: #BDBDBD;
}

.my-app.lighter-gray {
  color: #EEEEEE;
}

.my-app.off-white {
  color: #FAFAFA;
}

.my-app.white {
  color: #FFFFFF;
}

.my-app.dk-green {
  color: #0B4751;
}

.my-app.lt-green {
  color: #5BB387;
}

.my-app.peach {
  color: #F99A5A;
}


/* links */

.my-app.register-back-link {
  color: #0B4751;
  font-weight: 300;
  font-size: 16px;
  padding-top: 13px;
  padding-left: 0px;
  display: inline-block;
  cursor: pointer;
}

.my-app.map-link {
  color: #0B4751;
  font-weight: 300;
  font-size: 16px;
  cursor: pointer;
}

.my-app.action-link {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  background-color: transparent;
  border: 0px;
  cursor: pointer;
}


/* Headers */

.my-app.header3 {
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
}

.my-app.header4 {
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

.inside-portal-header {
  font-size: 34px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

.inside-portal-subheader {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #757575;
}

.outside-portal-header {
  font-family: 'Source Serif Pro', serif;
  font-size: 34px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

.outside-portal-subheader {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #757575;
}

.my-app.modal-vna-title {
  text-align: left;
}

.my-app.header-box-title {
  font-size: 30px;
  padding-left: 25px;
  padding-top: 25px;
}

.my-app.header-box-subtitle {
  font-size: 16px;
  padding-left: 25px;
  padding-bottom: 25px;
  white-space: nowrap;
}

.my-app.white-space-inherit {
  white-space: inherit;
}

.my-app.twenty-eight {
  font-size: 28px;
  font-weight: 500;
}

.my-app.eighteen {
  font-size: 18px;
  font-weight: 500;
}

.my-app.twenty {
  font-size: 20px;
  font-weight: 500;
}


/* Buttons */

.btn-vna-blue {
  border-radius: 3px;
  color: #ffffff;
  font-size: 16px;
  height: 48px;
  background-color: #0B4751;
  cursor: pointer;
}

.my-app.btn-vna-blue {
  border-radius: 3px;
  color: #ffffff;
  font-size: 16px;
  height: 48px;
  background-color: #0B4751;
  cursor: pointer;
}

.my-app.btn-vna-green {
  border-radius: 3px;
  color: #ffffff;
  font-size: 16px;
  height: 48px;
  background-color: #0B4751;
  cursor: pointer;
}

.my-app.btn-vna-inverse-blue {
  border-radius: 3px;
  border: solid 1px #0B4751;
  color: #0B4751;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  height: 48px;
  background-color: transparent;
}

.my-app.btn-vna-inverse-disabled-month {
  border-radius: 3px;
  border: solid 1px #b2b2b2;
  color: #b2b2b2;
  cursor: not-allowed;
  font-weight: bold;
  font-style: normal;
  height: 48px;
  background-color: transparent;
}

.btn-vna-inverse-blue {
  border-radius: 3px;
  border: solid 1px #0B4751;
  color: #0B4751;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  height: 48px;
  background-color: transparent;
}

.btn-vna-inverse-disabled {
  border: solid 1px #b2b2b2;
  color: #b2b2b2;
  cursor: initial;
}

.btn-width {
  width: 130px;
}

.my-app.btn-width {
  width: 130px;
}

.my-app.table-btn {
  font-size: 14px;
  height: 35px;
  width: 70px;
  font-family: 'Source Sans Pro', sans-serif;
}

.my-app.calendar-control-change {
  display: inline-block;
  width: 30px;
  height: 36px;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #bdbdbd;
  text-align: center;
  cursor: pointer;
  user-select: none;
  font-size: 21px;
  padding-top: 2px;
}

.my-app.calendar-control-change-left {
  border-right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.my-app.calendar-control-change-right {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.my-app.copy-button {
  border: solid 1px #ced4da;
  border-left: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}


/* Table */

.my-app.vnatable {
  border-top: solid 1px #d9d9d9;
  margin-top: 8px;
}

.my-app.t-header {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.my-app.t-header-first {
  padding-left: 25px;
  max-width: 50px;
}

.my-app.t-row {
  height: 60px;
}

.my-app.t-cell-padding {
  padding-left: 10px;
}

.my-app.t-first-cell-padding {
  padding-left: 25px;
}

.my-app.t-last-cell {
  text-align: right;
}


/* Boxes */

.my-app.box {
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #d9d9d9;
}

.my-app.details-box-height {
  height: 450px;
  margin-bottom: 16px;
}

.my-app.details-info-section {
  padding-left: 50px;
  padding-bottom: 30px;
}

.my-app.header-box {
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #d9d9d9;
  margin-top: 20px;
}

.my-app.header-box-subtitle-icon-wrapper {
  display: inline-block;
  vertical-align: middle;
  margin-top: 2px;
}

.my-app.no-routes-card {
  height: 188px;
  border-radius: 3px;
}

.my-app.route-id-card-row {
  margin-top: 30px;
}

.my-app.day-of-caring-badge {
  margin-left: 10px;
  margin-top: 9px;
  color: #fff;
  background-color: #ffc107;
}

.my-app.day-of-caring-badge-month {
  height: 17px;
  font-size: 11px;
  margin-top: 13px;
}

.my-app.preview-only-use-manifest {
  text-align: right;
}

.no-route-stops {
  background-image: url('/resource/1535130385000/Card_Route');
}


/* Inputs */

.no-left-radius {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-appearance: none;
  cursor: pointer;
}

.my-app.date-input-div {
  height: 50px;
  font-size: 16px;
}

.my-app.date-input {
  border: 1px solid #aaa;
}

.my-app.date-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 16px;
  color: #999999;
}

.my-app.date-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 16px;
  color: #999999;
}

.my-app.date-input::-ms-input-placeholder {
  /* Microsoft Edge */
  font-size: 16px;
  color: #999999;
}

.my-app.search-form-list {
  height: 50px;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #bdbdbd;
  display: inline-block;
  width: 100%;
  padding: .375rem .7 5rem;
  padding-left: 10px;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.my-app.input-label {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: #212121;
}


/* Route Confirmation Card */

.my-app.route-confirmation-card-wrapper {
  background-color: #ffffff;
  border: solid 1px #bdbdbd;
}

.my-app.route-confirmation-card-header {
  font-size: 26px;
  padding-left: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #bdbdbd;
  text-align: left;
}

.my-app.route-confirmation-card-name {
  margin-top: 20px;
}

.my-app.route-confirmation-card-description {
  display: inline-block;
  color: #7C7C7C;
  font-size: 16px;
}

.my-app.route-confirmation-body {
  padding: 20px;
}

.my-app.route-confirmation-info-column {
  padding-left: 30px;
  padding-right: 20px;
  text-align: left;
}

.my-app.info-label {
  font-size: 14px;
  color: #757575;
  margin-bottom: 3px;
}

.my-app.info-value {
  font-size: 16px;
  color: #424242;
  margin-bottom: 20px;
}


/* Confirmation Pages */

.confirmation-header-spacing {
  margin-top: 30px;
  margin-bottom: 15px;
}

.confirmation-subheader-spacing {
  margin-bottom: 40px;
}

.confirmation-icon {
  font-size: 96px;
  color: #5fb200;
  text-align: center;
  margin-top: 40px;
}


/* Tabs */

@media (max-width: 576px) {
  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active.my-app.select-pickup-location-tabs {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 3px solid #0B4751;
  }
  .my-app.take-up-fifty {
    width: 50%;
  }
  .nav-tabs {
    border: 0px;
    text-align: center;
    margin-bottom: 46px;
  }
  .my-app.tabs-bottom-border.my-app.select-pickup-location-tabs {
    border-bottom: 1px solid #bdbdbd;
  }
  .my-app.pickup-locations-mobile {
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #bdbdbd;
  }
}

.my-app.nav-link.active {
  color: #0B4751;
}

.my-app.group-routes-tabs {
  width: 250px;
  height: 45px;
  padding-top: 13px;
  font-weight: bold;
  font-size: 12px;
}

.my-app.group-routes-tabs-left {
  border-top: solid 1px #d9d9d9;
  border-top-right-radius: 0px;
  border-left: solid 1px #d9d9d9;
}

.my-app.group-routes-tabs-right {
  border-top: solid 1px #d9d9d9;
  border-top-left-radius: 0px;
  border-right: solid 1px #d9d9d9;
}

@media (max-width: 576px) {
  .my-app.group-routes-tabs {
    height: 45px;
    width: 100%;
    padding-top: 13px;
    font-weight: bold;
    font-size: 12px;
  }
  .my-app.group-routes-tabs-left {
    border-bottom: solid 1px #d9d9d9;
  }
  .my-app.group-routes-tabs-right {
    border-bottom: solid 1px #d9d9d9;
  }
}

.my-app.group-routes-modal-tabs {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  text-align: center;
}

.my-app.group-routes-modal-tabs.nav-link.active {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 3px solid #0B4751;
}


/* Icons */

.my-app.icon {
  vertical-align: middle;
  font-size: 16px;
}

.my-app.tabs-icon {
  vertical-align: middle;
  font-size: 17px;
  margin-right: 3px;
}

.my-app.icon-img {
  width: 14px;
  margin-right: 5px;
  margin-left: 1px;
}

.my-app.action-icons {
  margin-right: 3px;
}

.my-app.calendar-input-icon {
  line-height: 1;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 4px;
  border-left: 0px;
  border-top-left-radius: 0px;
  color: rgb(85, 85, 85);
  cursor: pointer;
  padding-bottom: 6px;
  padding-top: 6px;
  text-align: center;
  white-space: nowrap;
  width: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.my-app.icon-cursor {
  cursor: pointer;
}

.my-app.not-allowed {
  cursor: not-allowed;
}

.my-app.icons-additional {
  font-size: 16px;
  margin-top: 0px;
  margin-right: 5px;
}


/* Recommended Route Row */

.my-app.recommended-route-row {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}


/* Online Training */

.my-app .online-training-photo {
  max-width: 400px;
}


/* Route Details Various Classes */

.my-app.route-add-btn-wrapper {
  text-align: right;
  padding-top: 36px;
  padding-right: 30px;
  padding-left: 30px;
}

@media (max-width: 992px) {
  .my-app.route-add-btn-wrapper {
    padding-top: 0px;
    padding-bottom: 10px;
    text-align: center;
  }
}

.my-app.schedule-header {
  font-size: 24px;
  padding-left: 25px;
  padding-top: 10px;
}

.my-app.schedule-header-icon-wrapper {
  padding-left: 25px;
  margin-right: 15px;
}

.my-app.schedule-header-add-volunteer-margin {
  margin-top: 25px;
}

.my-app.schedule-header-search-margin {
  margin-top: 15px;
}

.my-app.remove-route-wrapper {
  float: right;
  margin-bottom: 50px;
  margin-top: 30px;
  margin-right: 30px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
  top: 21px;
  left: 8px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: 0px;
  border-radius: 14px;
  box-shadow: 0 0 0;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Source Sans Pro', sans-serif;
  /* line-height: 14px; */
  content: '+';
  background-color: transparent;
  color: #757575;
  font-size: 19px;
  font-weight: 500;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
  content: '-';
  background-color: transparent;
}

.my-app.landscape-message {
  display: none;
}

.my-app.preview-only-use-manifest-container {
  position: absolute;
}


/* Preview Only Header Mobile Fixes */

@media (max-width: 768px) {
  .my-app.preview-only-use-manifest {
    text-align: center;
  }
}


/* Assignment Modal Landscape Fixes */

@media (max-width: 750px) and (orientation:landscape) {
  .my-app.remove-on-landscape {
    display: none!important;
  }
  .my-app.landscape-message {
    width: 400px;
    position: absolute;
    left: 42%;
    top: 50%;
    margin-left: -100px;
    display: inherit;
    z-index: 1050;
  }
  .my-app.blink {
    animation: blink 700ms infinite alternate;
  }
  @keyframes blink {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  ;
}


/* Landing Page */

.my-app.play-button {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 42px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: 'liga';
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  width: 44px;
}

.my-app.play-button-div {
  top: 48%;
  left: 46.5%;
  cursor: pointer;
  color: #000000;
  display: flex;
  justify-content: left;
}

.my-app.play-text {
  font-size: 20px;
  margin-top: 6px;
}

.my-app.get-started-now {
  top: 57%;
}

@media (max-width: 1600px) {
  .my-app.play-button-div {
    top: 48%;
    left: 46%;
  }
}

@media (max-width: 1400px) {
  .my-app.play-button-div {
    top: 51%;
    left: 45.2%;
  }
  .my-app.get-started-now {
    top: 60%;
  }
}

@media (max-width: 1000px) {
  .my-app.play-button-div {
    top: 51%;
    left: 44%;
  }
}

@media (max-width: 768px) {
  .my-app.play-button-div {
    top: 51%;
    left: 43%;
  }
}

@media (max-width: 650px) {
  .my-app.play-button-div {
    top: 51%;
    left: 41%;
  }
}

@media (max-width: 512px) {
  .my-app.play-button-div {
    top: 83%;
    left: 38%;
  }
  .my-app.get-started-now {
    top: 64%;
  }
}

@media (max-width: 410px) {
  .my-app.play-button-div {
    top: 83%;
    left: 34%;
  }
}

.my-app.video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: black;
  z-index: 50;
  width: 100%;
  height: 100%;
}