.testing {
  width: 71.42857%; }

body {
  padding: 0;
  font-family: 'Roboto', sans-serif;
  background: #f5f5f5;
  background: #fff; }

.background {
  display: block;
  text-align: center;
  padding: 0px; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: .5rem 1rem; }

.navbar > .container, .navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  /*    margin-right:1rem;*/
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0; }

.navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem; }

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

.header {
  position: fixed;
  width: 100%;
  z-index: 99; }

.branding {
  /*background: #fff;*/
  background: #0f0f0f;
  height: 62px;
  padding-right: 0px !important;
  padding-left: 0px !important;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.5);
  /*box-shadow: 1px 1px 2px 2px rgba(56, 56, 56, 0.05);
    border-bottom: 1px solid #ddd;*/ }

.logo {
  height: 88px;
  width: 200px;
  margin: 0;
  padding-left: 0;
  position: relative;
  top: 0px;
  left: 0px;
  background: url("/logo.png");
  background-size: contain;
  background-repeat: no-repeat; }

.container {
  margin-top: 0px; }

.formDiv {
  /*margin-top: 30px;*/
  max-width: 520px; }

.verifyResponseMessage {
  text-align: center; }

.formResponseMessage {
  position: absolute;
  top: 0;
  left: 149px;
  max-width: 300px;
  width: 300px;
  text-align: center; }

.formResponseMessage div {
  padding: 5px 10px; }

form {
  margin-left: 2px; }

h1 {
  font-size: 1.6rem;
  font-weight: 300;
  color: #f9781b;
  margin: 20px 0 24px 0;
  position: relative; }

.modal-header h1 {
  font-size: 1.6rem;
  font-weight: 300;
  color: #f9781b;
  margin: 15px 0 24px 0;
  position: relative; }

h3 {
  font-size: 1rem;
  font-weight: 400;
  color: #0f0f0f;
  margin-bottom: 20px;
  margin-left: 3px; }

.form-group {
  border: 1px solid #ddd;
  border: 1px solid #dadce0;
  border-radius: 4px;
  min-height: 56px;
  width: 96.5%;
  margin-bottom: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
  padding-right: 0;
  padding-left: 0; }

.form-group:focus-within {
  border: 2.5px solid #008dcfb3; }

.dataTables_filter input:focus {
  border: 2.5px solid #008dcfb3 !important; }

#routesFormGroup {
  display: none; }

.alert {
  max-width: 432px; }

.alert-info {
  background: #d9edf7b3; }

.list-inline {
  margin-left: 0px;
  display: inline-flex;
  width: 100%; }

.list-inline > li {
  width: 50%;
  height: 54px;
  padding-left: 0px;
  padding-right: 0px; }

.btn-custom {
  color: #fff;
  background-color: #e52958;
  border-color: #e52958;
  margin-top: 20px;
  font-weight: 500;
  font-size: 1rem;
  padding: 8px 27px;
  border-radius: 4px;
  height: 40px;
  line-height: 22px; }

.btn-custom:hover {
  color: #fff;
  background-color: #cc254f;
  border-color: #cc254f; }

.btn-custom:active {
  color: #fff;
  background-color: #b22045;
  border-color: #b22045; }

.signInInsteadBtn {
  background-color: #f5f5f5;
  color: #e52958;
  border: none;
  padding: 8px 20px 8px 20px;
  font-weight: 500;
  position: relative;
  left: -19px; }

.signInInsteadBtn:hover {
  background: #f5f5f5;
  color: #e52958 !important; }

.signInInsteadBtn:active {
  background: #cc254f29;
  color: #cc254f; }

/*INPUT LABEL ANIMATION - MATERIAL DESIGN */
* {
  box-sizing: border-box; }

.inpLbl {
  position: relative;
  margin: auto;
  width: 100%;
  padding: 0 !important;
  font-weight: 500 !important; }

.inpLbl .label {
  transform: translateY(-20px) scale(0.73);
  background: #fff;
  padding: 3px 3px;
  left: 14px !important;
  display: none; }

.inp {
  position: relative;
  margin: auto;
  width: 100%;
  /*padding: 0 14px;*/ }

.inp .label {
  position: absolute;
  top: 12px;
  left: 15px;
  font-size: 1rem;
  color: #7d7d7d;
  font-weight: 500;
  transform-origin: 0 0;
  transition: all 0.2s ease;
  padding: 3px 0; }

.inp input {
  -webkit-appearance: none;
  width: 92%;
  border: 0;
  left: 15px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  background: none;
  border-radius: 0;
  color: #0f0f0f;
  transition: all 0.15s ease;
  position: relative;
  top: 14px;
  padding-left: 0 !important; }

.inp input:not(:placeholder-shown) + span {
  color: #7d7d7d;
  transform: translateY(-24px) scale(0.75);
  background: #fff;
  padding: 2px 4px;
  left: 10px; }

.inp input:focus {
  background: none;
  outline: none; }

.inp input:focus + span {
  color: #008dcf;
  transform: translateY(-24px) scale(0.75);
  background: #fff;
  padding: 2px 4px;
  left: 10px; }

.inp input:focus + span + .border {
  transform: scaleX(1); }

#stateLbl {
  color: #7d7d7d;
  transform: translateY(-24px) scale(0.75);
  background: #fff;
  padding: 2px 4px;
  display: block;
  left: 10px !important; }

/* Make circles that indicate the steps of the form: */
.progressWizard {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  max-width: 430px; }

.progressWizard li {
  float: left;
  max-width: 107px;
  width: 25%; }

.progressWizardLabels {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  max-width: 350px; }

.progressWizardLabels li {
  float: left;
  width: 107px; }

.wizardLine {
  max-width: 322px;
  z-index: -1;
  height: 1.5px;
  background: #6699CC4D;
  position: relative;
  top: 10px;
  left: 45px; }

.step {
  height: 18px;
  width: 18px;
  margin: 0 40px;
  background-color: #cfcfcf;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.9; }

/* Mark the active step: */
.step.active {
  opacity: 1;
  background-color: #9ABCDD; }

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #f2a72f; }

.stepText {
  padding: 4px 0;
  font-size: 12px;
  font-weight: 500;
  width: 107px;
  display: block; }

.stepText.students, .stepText.bus {
  /*	position: relative;
    left: 7px;*/ }

.stepText.verify {
  /*	position: relative;
    left: 3px;*/ }

/* Center the loader */
#loader, #loaderRenew, #loaderCheckout {
  display: none;
  position: absolute;
  left: 58%;
  top: 62%;
  z-index: 9999;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 4px solid #ccc;
  border-radius: 50%;
  border-top: 4px solid #e52958;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 0.9s linear infinite;
  animation: spin 0.9s linear infinite; }

.loaderTable {
  display: none;
  position: absolute;
  left: 0 !important;
  top: 0 !important;
  z-index: 9999;
  margin: 0px;
  border-radius: 50%;
  border: 4px solid #ccc;
  border-top: 4px solid #e52958;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 1.2s linear infinite;
  animation: spin 1.2s linear infinite; }

.loaderTableDiv {
  display: none;
  position: absolute;
  left: 54%;
  top: 62%;
  z-index: 9999;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  /*	background: #ddd;*/
  /*	-webkit-animation: spin 1.2s linear infinite;
	animation: spin 1.2s linear infinite;*/ }

.loaderLogin {
  top: 54% !important; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

#checkMark, #checkMarkRenew, #checkMarkCheckout {
  width: 60px;
  height: 60px;
  opacity: 0.8;
  transform: scale(0); }

#checkMarkDiv {
  position: absolute;
  left: 57.5%;
  top: 62%;
  z-index: 9999;
  margin: -75px 0 0 -75px;
  display: none; }

.checkMarkDivLogin {
  top: 54% !important; }

.headerLogo {
  margin-top: 25px;
  padding: 0;
  position: relative;
  left: 39px; }

.headerLogoDash {
  margin-top: 0px;
  padding: 0;
  position: relative;
  left: 39px; }

.headerDealerText {
  margin-top: 10px;
  color: #f9781b !important;
  font-weight: 400;
  font-size: 13px;
  position: absolute;
  left: 125px;
  top: 5px;
  cursor: default; }

.headerDealerTextDash {
  margin-top: 10px;
  color: #f9781b !important;
  font-weight: 400;
  font-size: 13px;
  position: absolute;
  left: 136px;
  top: 8px;
  cursor: pointer; }

.headerDealerText:hover, .headerDealerTextDash:hover {
  color: #f9781b; }

.align-middle-ccinfo {
  position: relative;
  /*top: 50%;
	transform: translateY(34%);*/ }

.align-middle {
  height: 300px;
  position: relative;
  top: 50%;
  transform: translateY(34%); }

.align-middle-device {
  height: 300px;
  position: relative;
  top: 50%;
  transform: translateY(10%); }

@media only screen and (max-width: 480px) {
  .headerDealerText {
    position: absolute;
    left: 99px;
    top: 9px; }
  .headerLogo {
    margin-top: 25px;
    padding: 0;
    position: relative;
    left: 15px; }
  .headerLogoDash {
    margin-top: 0px;
    padding: 0;
    position: relative;
    left: 15px; } }

.mobileWidth {
  max-width: 29%; }

.mobileLayoutTop {
  position: relative;
  top: 0px;
  padding-bottom: 50px; }

.headerDealerTextDash {
  margin-top: 10px;
  color: #f9781b !important;
  font-weight: 400;
  font-size: 13px;
  position: absolute;
  left: 117px !important;
  top: 8px;
  cursor: pointer; }

.headerDealerTextDashOnDashboard {
  margin-top: 10px;
  color: #f9781b !important;
  font-weight: 400;
  font-size: 13px;
  position: absolute;
  left: 103px !important;
  top: 8px;
  cursor: pointer; }

#scoutPhoto {
  width: 220px !important;
  height: 295px !important; }

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  background-color: #e52958 !important; }

/*
.btn-outline-secondary:hover {
	background-color: #e5295880 !important;
	color:#fff !important;
}
*/
.btn-outline-secondary {
  background-color: #fff;
  color: #0f0f0f; }

.btn-outline-secondary:focus {
  background-color: #e52958 !important;
  /*color:#fff !important;*/ }

.btn-outline-secondary:active {
  background-color: #e52958 !important;
  color: #fff !important; }

.mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--pin-right > * {
  /*top: 6px !important;*/ }

.mobileScoutImgSize {
  width: 100px !important;
  height: 133px !important; }

.dashItemDiv {
  padding: 0 !important;
  margin-bottom: 15px;
  cursor: pointer;
  transform: scale(0);
  opacity: 0; }

/*.dashItemDiv:hover {
	opacity: 0.75 !important;
}*/
.dashItemDiv h3 {
  margin: 0px;
  font-size: 1.15rem;
  font-weight: 500;
  color: #0f0f0f;
  position: relative;
  top: -10px; }

.dashItem {
  margin-bottom: 0px !important;
  width: 192px;
  height: 192px;
  /*	max-width: 192px;
	max-height: 192px;
	min-height: 192px;
	min-width: 192px;*/
  padding: 20px;
  border-radius: 42px; }

.dashItem div {
  background: url("/images/spriteDashIconsOrangeHori.png");
  background-size: cover !important;
  width: 100%;
  background-repeat: no-repeat; }

/*
.dashItem {
	margin-bottom: 15px !important;
	max-width: 142px;
	max-height: 142px;
	min-height: 142px;
	min-width: 142px;
	padding: 20px;
	border-radius: 42px;
	background-color: #fda568;
	background-image: linear-gradient(180deg, #fda568 0%, #f9781b 70%);
}
*/
.activateItemDiv h3 {
  margin: 0px;
  font-size: 1.15rem;
  font-weight: 500;
  color: #0f0f0f;
  position: relative;
  top: -5px; }

.activateItem {
  margin-bottom: 0px !important;
  max-width: 142px;
  max-height: 142px;
  min-height: 142px;
  min-width: 142px;
  padding: 20px;
  border-radius: 42px;
  /* background: #f9781b; */
  background-color: #fda568;
  background-image: linear-gradient(180deg, #fff 0%, #fff 70%); }

.activateItem div {
  background-size: 100px !important;
  min-width: 150px !important;
  background-repeat: no-repeat !important; }

#submitBtn {
  float: right;
  margin-right: 20px; }

.signupLi {
  position: relative;
  left: 0px; }

.submitBtnLogin, .submitBtnSignUp {
  float: right;
  margin-right: 7px !important; }

.formGroupLogin {
  width: 98.5%; }

@media (max-width: 767.98px) {
  .inp .label {
    top: 13px; }
  .inp input {
    top: 11px; }
  .formGroupLogin {
    width: 100%; }
  .submitBtnLogin, .submitBtnSignUp {
    float: right;
    margin-right: 0px !important; }
  .signupLi {
    position: relative;
    left: 6px; }
  .mobileScoutImgSize {
    width: 60px !important;
    height: 80px !important; }
  .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--pin-right > * {
    top: 6px !important; }
  .headerLogoDash {
    left: -7px !important; }
  h1 {
    font-size: 1.6rem;
    font-weight: 400;
    color: #f9781b;
    margin: 15px 0 24px 0;
    position: relative; }
  .mobileLayoutTop {
    position: relative;
    top: -10px; }
  .mobileWidth {
    max-width: 100%; }
  .layoutMobile {
    position: relative;
    top: -80px;
    padding: 0 30px; }
  #scoutPhoto {
    width: 130px !important;
    height: 172px !important;
    top: 10px !important; }
  #scoutPhoto {
    width: 150px !important;
    height: 198px !important;
    top: 10px !important; }
  .purchaseTitle {
    display: none; }
  .purchaseTitleMobile {
    width: 100% !important; }
  .headerDealerTextDashOnDashboard {
    margin-top: 10px;
    color: #f9781b !important;
    font-weight: 400;
    font-size: 13px;
    position: absolute;
    left: 96px !important;
    top: 8px;
    cursor: default; } }

.purchaseTitle {
  display: block; }

.purchaseTitleMobile {
  width: 85% !important; }

.dashboardMenuDiv {
  top: 70px; }

.headerLogoDash {
  left: 0px !important; }

#doneBtn {
  left: 15px; }

.confirmSendPushDiv button {
  display: block;
  position: absolute;
  top: 58%;
  padding: 8px 15px; }

.confirmSendPushBtn {
  right: 13%;
  width: 160px; }

.cancelSendPushBtn {
  left: 13%;
  width: 160px;
  background: #fff;
  color: #e52958; }

.cancelSendPushBtn:hover {
  background: #fff;
  color: #e52958; }

.stripeLogo, .scoutCost {
  /*	left: 65px;*/
  left: 0px; }

.checkOutBtn {
  margin-right: 0px !important; }

.checkoutFormDiv {
  margin-left: 20px !important; }

.checkoutFormDiv h3 {
  padding-right: 0px !important; }

.activateDealer .col-lg-9 {
  padding: 0 !important;
  max-width: 477px;
  margin: 0 auto;
  margin-left: 20px; }

@media (min-width: 576px) {
  .navbarReports, .navbarReportsNav {
    max-width: 540px; }
  .navbarReportsNav {
    width: 540px; } }

@media (min-width: 768px) {
  .navbarReports, .navbarReportsNav {
    max-width: 720px; }
  .navbarReportsNav {
    width: 720px; } }

@media (min-width: 992px) {
  .navbarReports, .navbarReportsNav {
    max-width: 960px; }
  .navbarReportsNav {
    width: 960px; } }

@media (min-width: 1200px) {
  .navbarReports, .navbarReportsNav {
    max-width: 1140px; }
  .navbarReportsNav {
    width: 1040px; } }

@media screen and (max-height: 700px) {
  .dashboardMenuDiv {
    top: 15px !important; } }

@media screen and (max-width: 800.98px) {
  .checkoutFormDiv {
    margin-left: 30px !important; }
  .stripeLogo, .scoutCost {
    left: 15px; } }

.homeLink {
  color: #f9781b;
  font-size: 17px;
  font-weight: 500;
  background: url("/images/spriteBtnIcons.png");
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: 0px -74px;
  right: 10px; }

.homeLink:hover {
  font-size: 17px;
  font-weight: 500;
  background: url("/images/spriteBtnIcons.png");
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: 0px -107px;
  right: 10px; }

.navbarReports .headerDealerTextDash {
  margin-top: 10px;
  color: #f9781b !important;
  font-weight: 400;
  font-size: 13px;
  position: absolute;
  left: 115px !important;
  top: 8px;
  cursor: pointer; }

.navbarReports .homeLink {
  right: 50px; }

.navbarReports .dropdown {
  right: 20px; }

.exportData {
  top: 78px;
  position: absolute;
  right: 0px;
  opacity: 0; }

.exportDataDropDown {
  color: #e52958;
  font-size: 14px;
  font-weight: 500;
  outline: none;
  text-decoration: none !important; }

.exportDataDropDown:hover {
  opacity: 0.7;
  color: #e52958; }

@media screen and (max-width: 422.98px) {
  .exportData {
    top: 90px; } }

@media screen and (max-width: 575.98px) {
  .checkoutFormDiv h3 {
    padding-right: 30px !important; }
  .navbarReports .dropdown {
    right: 0px; }
  .navbarReports .homeLink {
    right: 30px; }
  .navbarReports .headerDealerTextDash {
    margin-top: 10px;
    color: #f9781b !important;
    font-weight: 400;
    font-size: 13px;
    position: absolute;
    left: 90px !important;
    top: 8px;
    cursor: pointer; }
  .headerDealerTextDash {
    margin-top: 10px;
    color: #f9781b !important;
    font-weight: 400;
    font-size: 13px;
    position: absolute;
    left: 110px !important;
    top: 8px;
    cursor: default; }
  .navbarReports {
    padding-right: 0px !important;
    padding-left: 0px !important;
    width: 90%;
    max-width: 90%; }
  .navbarReportsNav {
    width: 90%;
    max-width: 90%;
    padding-left: 0px !important; }
  .activateDealer .col-lg-9 {
    padding: 0 !important;
    max-width: 477px;
    margin: 0 auto;
    margin-left: 0px; }
  .checkoutFormDiv {
    margin-left: 0px; }
  .stripeLogo, .scoutCost {
    left: -20px; }
  .checkOutBtn {
    margin-right: 0px !important; }
  .confirmSendPushBtn {
    right: 10%;
    width: 140px; }
  .cancelSendPushBtn {
    left: 10%;
    width: 140px;
    background: #fff;
    color: #e52958; }
  .dashItemDiv h3 {
    margin: 0px;
    font-size: 1.15rem;
    font-weight: 500;
    color: #0f0f0f;
    position: relative;
    top: -5px; }
  #loader, #loaderRenew, #loaderCheckout {
    left: 63.5%; }
  #doneBtn {
    left: 7px; }
  #checkMarkDiv {
    position: absolute;
    left: 63.5%;
    top: 62%;
    z-index: 9999;
    margin: -75px 0 0 -75px; }
  .mobileScoutImgSize {
    width: 60px !important;
    height: 80px !important; }
  .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--pin-right > * {
    top: 6px !important; }
  .headerLogoDash {
    left: -7px !important; }
  .dashboardMenuDiv {
    top: 45px; }
  .purchaseTitle {
    display: none; }
  h1 {
    font-size: 1.6rem;
    font-weight: 300;
    color: #f9781b;
    margin: 15px 0 24px 0;
    position: relative; }
  .purchaseTitleMobile {
    width: 100% !important; }
  #scoutPhoto {
    width: 130px !important;
    height: 172px !important;
    top: 10px !important; }
  .mobileWidth {
    max-width: 100%; }
  .mobileLayoutTop {
    position: relative;
    top: -10px; }
  .layoutMobile {
    position: relative;
    top: -80px;
    padding: 0 30px; }
  .headerDealerText {
    position: absolute;
    left: 99px;
    top: 9px; }
  .headerLogo {
    margin-top: 25px;
    padding: 0;
    position: relative;
    left: 15px; }
  .headerLogoDash {
    margin-top: 0px;
    padding: 0;
    position: relative;
    left: 1px; } }

/*IPHONE 6, 7, 8*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
  .dashboardMenuDiv {
    top: 10px; }
  .mobileLayoutTop {
    position: relative;
    top: -10px; }
  .layoutMobile {
    position: relative;
    top: -40px;
    padding: 0 30px; } }

/*IPHONE 6+, 7+, 8+*/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {
  .dashboardMenuDiv {
    top: 20px; }
  #scoutPhoto {
    width: 150px !important;
    height: 198px !important;
    top: 10px !important; }
  .mobileLayoutTop {
    position: relative;
    top: -10px; }
  .layoutMobile {
    position: relative;
    top: -50px;
    padding: 0 30px; } }

/*IPHONE 6, 7, 8*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  .dashboardMenuDiv {
    top: 10px; }
  .mobileLayoutTop {
    position: relative;
    top: -10px; }
  .layoutMobile {
    position: relative;
    top: -80px;
    padding: 0 30px; }
  .purchaseTitle {
    display: none; } }

/*IPHONE 6+, 7+, 8+*/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
  .dashboardMenuDiv {
    top: 15px; }
  #scoutPhoto {
    width: 150px !important;
    height: 198px !important;
    top: 10px !important; }
  .mobileLayoutTop {
    position: relative;
    top: 0px; }
  .layoutMobile {
    position: relative;
    top: 0px;
    padding: 0 30px; }
  .purchaseTitle {
    display: none; } }

/*IPAD PORTRAIT ***/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .ipadDashItemLayout {
    top: 100px !important; }
  .dashboardMenuDiv {
    top: 70px; }
  #iPadAlignPurchase {
    left: -17px !important; }
  .iPadAlignPurchase {
    left: -17px !important; }
  .layoutMobile .row {
    left: -17px !important; } }

/*IPAD LANSCAPE ***/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .ipadDashItemLayoutTop {
    top: 0px !important; }
  .ipadDashItemLayout {
    top: 20px !important; }
  .dashboardMenuDiv {
    top: 35px; }
  .iPadAlignPurchase {
    left: -17px !important; }
  .iPadAlignPurchase {
    left: -1px !important; } }

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  box-sizing: border-box;
  height: 56px;
  padding: 18px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: none !important;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease; }

.StripeElement--focus {
  border-color: #008dcfb3 !important;
  border: none !important; }

.StripeElement--focus {
  box-shadow: none !important; }

.StripeElement--invalid {
  border-color: #fa755a; }

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important; }

.mapboxgl-ctrl-geocoder--input {
  height: 56px !important;
  font-size: 1rem !important;
  font-weight: 500 !important; }

.mapboxgl-ctrl-geocoder .suggestions {
  border: 1px solid rgba(0, 141, 207, 0.31); }

.mapboxgl-ctrl-geocoder--icon {
  fill: #f9781b !important; }

.mapboxgl-ctrl-geocoder--icon, .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--pin-right > * {
  top: 17px !important; }

.mapboxgl-ctrl-geocoder--icon-search {
  top: 18px !important; }

.mapboxgl-ctrl-geocoder {
  box-shadow: none !important;
  width: 100% !important;
  max-width: 482px !important; }

.suggestions-wrapper {
  font-family: 'Roboto' !important; }

.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  background: url("/images/spriteBtnIcons.png");
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: 3px 2px;
  position: relative;
  top: 12px; }

.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
  background: url("/images/spriteBtnIcons.png");
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: 3px -34px; }

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

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
  right: 0px;
  top: 44px;
  border-radius: 4px; }

.dropdown-content a {
  color: #e52958;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 1rem !important;
  font-weight: 500; }

.dropdown a:hover {
  background-color: #eee; }

.emailHeaderDropDown, .dropdown-content h3 {
  margin-bottom: 0px !important;
  padding: 16px 16px 16px 16px !important;
  color: #0f0f0f !important;
  font-weight: 500 !important;
  border-bottom: 1px solid #ddd !important;
  min-width: 220px;
  max-width: 270px;
  word-wrap: break-word; }

.show {
  display: block; }

.toggle {
  width: 0px;
  height: 0px;
  left: 15px !important;
  border-radius: 20px; }

.toggle-handle {
  border-radius: 20px;
  background-color: #fff !important;
  color: #242424 !important; }

.btn-primary, .btn-primary:hover {
  color: #fff;
  background-color: #e52958;
  border-color: #e52958; }

.toggle-on.btn-sm {
  padding-left: 7px !important;
  padding-right: 22px !important;
  padding-top: 4px;
  font-weight: 500; }

.toggle-off.btn-sm {
  padding-left: 19px !important;
  padding-top: 5px;
  padding-top: 4px;
  font-weight: 500; }

.toggle.btn-xs {
  width: 33px !important;
  height: 23px !important;
  left: 4px !important;
  border-radius: 20px;
  position: absolute;
  top: -2px; }

.toggle-on.btn-xs {
  background-color: #e52958 !important;
  border-color: #e52958 !important; }

.toggle-off.btn-xs {
  background-color: #dedede !important;
  border: 1px solid #dedede !important; }

.toggle-handle.btn-xs {
  top: 0px !important;
  /*	left: -5px;*/
  width: 30px !important;
  border-radius: 28px; }

::placeholder {
  color: #7d7d7d;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7d7d7d; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7d7d7d; }

.btn-light {
  color: #242424 !important; }

.scoutOrange .btn {
  display: inline-block;
  color: #0f0f0f;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  /*background-color: #fda568 !important;*/
  border-color: #dadce0 !important;
  padding: .375rem .75rem;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out; }

.scoutOrange .btn strong {
  font-weight: 500 !important; }

.scoutOrange .form-control {
  /*background-color: #fda568 !important;*/
  border-color: #dadce0 !important;
  height: 100%;
  box-shadow: none !important;
  outline: 0 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  color: #0f0f0f !important; }

.scoutOrange {
  height: 58px !important; }

.btn-increment, .btn-decrement {
  font-size: 22px !important; }

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  border-color: #dedede !important; }

.headerRow, .tableRow, .oddTableRow {
  height: 38px; }

.headerRow {
  background: #f4f4f4;
  color: #7d7d7d !important; }

.headerCell, .tableCell {
  font-family: 'Roboto', sans-serif !important; }

.headerCell {
  font-weight: 500 !important;
  outline: none !important;
  cursor: pointer;
  padding: 3px 0 3px 10px !important; }

.tableCell {
  font-weight: 400 !important;
  padding: 3px 0 3px 10px !important; }

.headerRow th {
  background-image: none !important; }

.table td, .tableRow, .oddTableRow {
  font-weight: 300 !important;
  color: #0f0f0f !important; }

table.dataTable thead th, table.dataTable tfoot th, .headerRow th {
  font-weight: 500 !important;
  background-image: none; }

table.dataTable thead th, table.dataTable thead td {
  border-bottom: 1px solid #ddd !important;
  background-color: #fff !important;
  background-position: 95% center !important;
  padding: 10px 30px 10px 10px !important; }

.table th, .table td {
  border-top: 1px solid #ddd !important; }

table.dataTable thead th, table.dataTable thead td {
  border-bottom: none !important; }

table.dataTable tbody th, table.dataTable tbody td {
  border-right: 1px solid #ddd !important; }

table.dataTable tfoot th, table.dataTable tfoot td {
  padding: 10px 18px !important;
  background-color: #fff !important; }

table.dataTable thead .sorting_desc {
  background-image: url("/images/sort_desc.png") !important;
  background-size: 19px !important; }

table.dataTable thead .sorting_asc {
  background-image: url("/images/sort_asc.png") !important;
  background-size: 19px !important; }

table.dataTable thead .sorting {
  background-image: url("/images/sort_both.png") !important;
  background-size: 19px !important; }

table.dataTable thead th, table.dataTable thead td {
  border-top: none !important;
  border-top: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
  /* border-radius: 12px !important; */ }

.dataTables_wrapper {
  padding-bottom: 50px !important; }

.dataTables_wrapper .dataTables_info {
  padding-top: 30px !important;
  color: #0f0f0f !important; }

.dataTables_wrapper .dataTables_paginate {
  color: #0f0f0f !important;
  border: 1px solid #ddd;
  padding-top: 0 !important;
  position: relative;
  top: 23px; }

.dataTables_wrapper .paginate_button {
  background: #fff !important; }

.google-visualization-table-table {
  border: 1px solid #ddd !important;
  border-radius: 3px !important;
  font-size: 14px !important; }

.google-visualization-table-div-page {
  background: #fff !important;
  background-image: none !important;
  /*height: 50px !important;*/
  padding: 0px 0px !important;
  margin-bottom: 40px !important;
  margin-top: 20px !important;
  width: auto !important;
  border: 0px solid #ddd !important; }

.google-visualization-table-div-page .current {
  background: #f9781b !important;
  color: #fff !important; }

.goog-custom-button-outer-box, .goog-custom-button-inner-box {
  border: none !important; }

.goog-custom-button {
  padding: 0.75rem 0.52rem !important;
  background-image: none !important;
  background: #f4f4f4 !important;
  opacity: 1 !important;
  color: #0f0f0f !important;
  margin-right: 5px !important;
  border-radius: 4px !important;
  border: 1px solid #ddd !important; }

.goog-custom-button-disabled {
  opacity: 1 !important;
  color: #ccc !important; }

.goog-custom-button-disabled span {
  opacity: 1 !important;
  color: #ccc !important; }

.google-visualization-table-tr-sel {
  background-color: #fff !important; }

.google-visualization-table-tr-over {
  background-color: #f5f5f5 !important; }

.google-visualization-table-page-number {
  border: none !important;
  font-size: 14px !important;
  font-family: 'Roboto', sans-serif !important; }

.google-visualization-table-page-numbers a {
  background-image: none !important;
  background: #eee !important;
  border-radius: 4px !important;
  border: 1px solid #ddd !important;
  color: #7d7d7d !important;
  font-weight: 500 !important; }

.google-visualization-table-div-page .current {
  border: 1px solid #f9781b !important; }

.google-visualization-table-sortind {
  color: #f9781b !important; }

.google-visualization-table-page-numbers a:hover {
  background: #eee !important;
  color: #f9781b !important;
  border: 1px solid #ddd !important;
  text-decoration: none !important; }

.google-visualization-table-div-page .current:hover {
  background: #f9781b !important;
  color: #fff !important;
  text-decoration: none !important;
  border: 1px solid #f9781b !important; }

.google-visualization-table-div-page [role="button"] {
  font-size: 12px !important;
  font-family: 'Roboto', sans-serif !important; }

.dataTables_wrapper .dataTables_paginate .paginate_button, .google-visualization-table-page-numbers a {
  padding: 0.5rem 0.75rem !important; }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  background: #fff !important;
  color: #999 !important; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #f9781b !important;
  color: #fff !important;
  padding: 0.5rem 0.75rem !important; }

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: #0f0f0f !important; }

#reportsTable {
  background: #fff;
  border-left: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important; }

#reportsTable_filter input {
  border: 1px solid #ddd;
  padding: 7px;
  border-radius: 5px;
  height: 47px; }

#reportsTable tfoot {
  display: none; }

#filterTable_chosen .chosen-single {
  color: #7d7d7d !important; }

.dropdown-item {
  color: #e52958 !important;
  padding: 12px 16px !important;
  text-decoration: none !important;
  display: block !important;
  font-size: 1rem !important;
  font-weight: 500; }

.dropdown-item:hover, .dropdown-item:focus {
  background-color: #eee !important; }

.dropdown-menu {
  font-size: 1rem !important; }

.dropdown-menu.show {
  transform: translate3d(-100px, 21px, 0px) !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  border-radius: 4px !important;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2) !important;
  left: -12px !important;
  top: 8px !important; }

.reportsNumToShow {
  justify-content: space-between;
  width: 130px;
  display: flex;
  margin: 0;
  max-width: 130px;
  opacity: 0; }

.reportsNumToShow a {
  text-decoration: none !important;
  outline: none;
  color: #7d7d7d;
  font-weight: 500;
  font-size: 14px !important;
  opacity: 1; }

.reportsNumToShow a:hover {
  opacity: 0.7; }

.reportsNumToShow .sel {
  color: #f9781b;
  font-weight: 500;
  font-size: 14px !important;
  opacity: 1; }

.reportsNumToShow .sel:hover {
  opacity: 1; }

.dataTables_filter label {
  margin-bottom: 15px !important; }

.dataTables_length {
  position: relative;
  top: 8px; }

.geocoder-container {
  position: relative; }

.mapboxgl-ctrl-geocoder {
  font-family: 'Roboto' !important; }

.checkoutSpan {
  color: #f9781b;
  font-weight: 500;
  position: relative;
  top: 3px; }

.totalOrderCost {
  clear: both;
  margin: 5px 0px;
  color: #f9781b;
  margin-top: 30px;
  font-weight: 500;
  font-size: 20px;
  left: 0px; }

.modal-body {
  background: #fff; }

.modal-content {
  border: none;
  border-radius: 5px !important; }

.modal-header {
  background: #0f0f0f; }

.modal-header .close {
  color: #f9781b;
  font-weight: 800; }

.close {
  opacity: 1 !important;
  font-weight: 400 !important;
  font-size: 26px !important;
  text-shadow: none !important; }

.close:hover {
  opacity: 0.7 !important; }

.loaderBG {
  border-radius: 5px !important; }

.tableFilterOption {
  color: #0f0f0f;
  font-weight: 400; }

.tableFilterOption.sel {
  color: #f9781b;
  font-weight: 500; }

.StripeElement--focus {
  border: 2.5px solid #008dcfb3 !important; }

.errorInput {
  border: 2.5px solid #e52958 !important; }

/**
 * @author Script47 (https://github.com/Script47/Toast)
 * @description Toast - A Bootstrap 4.2+ jQuery plugin for the toast component
 * @version 0.7.1
 **/
.toast-container {
  position: sticky;
  z-index: 1055;
  top: 0; }

.toast-wrapper {
  position: absolute;
  z-index: 1055;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0px);
  margin: 5px;
  min-width: 220px; }

.toast-container > .toast-wrapper > .toast {
  min-width: 150px;
  background-color: white;
  border-top: none; }

.toast-container > .toast-wrapper > .toast > .toast-header strong {
  padding-right: 20px; }

.modal-content textarea {
  border: 1px solid #ddd;
  resize: none;
  width: 100%;
  height: 140px;
  border-radius: 10px;
  padding: 13px;
  margin: 10px 0;
  font-size: 1rem;
  font-weight: 500;
  color: #0f0f0f;
  position: relative;
  top: 5px; }

.modal-content textarea:focus {
  border: 2px solid #008dcf70; }

.deviceForm h3, .paymentForm h3 {
  color: #646464;
  font-weight: 300; }
