/*** Global ***/
.swal2-title {
  font-size: 2.4rem !important;
}

.swal2-content {
  font-size: 2rem !important;
  margin: 2rem !important;
}

.swal2-styled:focus {
  box-shadow: none !important;
}
.swal2-styled.swal2-confirm, .swal2-styled.swal2-cancel {
  font-size: 2rem !important;
}
.swal2-styled.swal2-confirm {
  background-color: #94c830 !important;
  border: 1px solid #94c830 !important;
}
.swal2-styled.swal2-cancel {
  background-color: #dc3a4d !important;
  border: 1px solid #dc3a4d !important;
}

.swal-wide {
  width: 60%;
  margin-left: -30%;
}

.tall-sa {
  box-sizing: border-box;
  max-height: 100% !important;
  overflow-y: auto !important;
  padding: 0 17px 17px !important;
  width: 512px;
}

.tall-sa:before {
  content: "";
  display: block;
  height: 17px;
  width: 0;
}

/*** Global ***/
/*** Global ***/
/**
 * Buttons
 **/
.btn {
  transition: all ease 0.5s;
}
.btn:focus, .btn:active {
  color: #52595c;
}

.btn-primary, a.btn-primary, .btn-success, a.btn-success {
  border: 1px solid #94c830;
  color: white;
}
.btn-primary:link, .btn-primary:visited, .btn-primary a:link, .btn-primary a:visited, a.btn-primary:link, a.btn-primary:visited, a.btn-primary a:link, a.btn-primary a:visited, .btn-success:link, .btn-success:visited, .btn-success a:link, .btn-success a:visited, a.btn-success:link, a.btn-success:visited, a.btn-success a:link, a.btn-success a:visited {
  color: white;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, a.btn-primary:hover, a.btn-primary:focus, a.btn-primary:active, .btn-success:hover, .btn-success:focus, .btn-success:active, a.btn-success:hover, a.btn-success:focus, a.btn-success:active {
  background-color: white;
  border: 1px solid #94c830;
  color: #94c830;
}
.btn-primary:hover.disabled, .btn-primary:hover[disabled], .btn-primary:focus.disabled, .btn-primary:focus[disabled], .btn-primary:active.disabled, .btn-primary:active[disabled], a.btn-primary:hover.disabled, a.btn-primary:hover[disabled], a.btn-primary:focus.disabled, a.btn-primary:focus[disabled], a.btn-primary:active.disabled, a.btn-primary:active[disabled], .btn-success:hover.disabled, .btn-success:hover[disabled], .btn-success:focus.disabled, .btn-success:focus[disabled], .btn-success:active.disabled, .btn-success:active[disabled], a.btn-success:hover.disabled, a.btn-success:hover[disabled], a.btn-success:focus.disabled, a.btn-success:focus[disabled], a.btn-success:active.disabled, a.btn-success:active[disabled] {
  color: white;
}

.btn-secondary, a.btn-secondary {
  color: white;
  background-color: #52595c;
  border: 1px solid #52595c;
}
.btn-secondary:link, .btn-secondary:visited, .btn-secondary a:link, .btn-secondary a:visited, a.btn-secondary:link, a.btn-secondary:visited, a.btn-secondary a:link, a.btn-secondary a:visited {
  color: white;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, a.btn-secondary:hover, a.btn-secondary:focus, a.btn-secondary:active {
  color: #52595c;
  background-color: white;
  border: 1px solid #52595c;
}
.btn-secondary:hover.disabled, .btn-secondary:hover[disabled], .btn-secondary:focus.disabled, .btn-secondary:focus[disabled], .btn-secondary:active.disabled, .btn-secondary:active[disabled], a.btn-secondary:hover.disabled, a.btn-secondary:hover[disabled], a.btn-secondary:focus.disabled, a.btn-secondary:focus[disabled], a.btn-secondary:active.disabled, a.btn-secondary:active[disabled] {
  color: white;
}

.btn-info {
  background-color: #006699;
  border: 1px solid #006699;
  color: white;
}
.btn-info:link, .btn-info:visited, .btn-info a:link, .btn-info a:visited {
  background-color: #006699;
  border: 1px solid #006699;
  color: white;
}
.btn-info:hover, .btn-info:active {
  background-color: white;
  border: 1px solid #006699;
  color: #006699;
}
.btn-info:hover.disabled, .btn-info:hover[disabled], .btn-info:active.disabled, .btn-info:active[disabled] {
  color: white;
}

.btn-danger, a.btn-danger {
  color: white;
  background: #dc3a4d;
  border: 1px solid #dc3a4d;
}
.btn-danger:link, .btn-danger:visited, .btn-danger a:link, .btn-danger a:visited, a.btn-danger:link, a.btn-danger:visited, a.btn-danger a:link, a.btn-danger a:visited {
  color: white;
  background: #dc3a4d;
  border: 1px solid #dc3a4d;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, a.btn-danger:hover, a.btn-danger:focus, a.btn-danger:active {
  background-color: white;
  color: #dc3a4d;
}
.btn-danger:hover.disabled, .btn-danger:hover[disabled], .btn-danger:focus.disabled, .btn-danger:focus[disabled], .btn-danger:active.disabled, .btn-danger:active[disabled], a.btn-danger:hover.disabled, a.btn-danger:hover[disabled], a.btn-danger:focus.disabled, a.btn-danger:focus[disabled], a.btn-danger:active.disabled, a.btn-danger:active[disabled] {
  color: white;
}

.btn-warning, a.btn-warning {
  color: white;
  background: #ff932e;
  border: 1px solid #ff932e;
}
.btn-warning:link, .btn-warning:visited, .btn-warning a:link, .btn-warning a:visited, a.btn-warning:link, a.btn-warning:visited, a.btn-warning a:link, a.btn-warning a:visited {
  color: white;
  background: #ff932e;
  border: 1px solid #ff932e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, a.btn-warning:hover, a.btn-warning:focus, a.btn-warning:active {
  background-color: white;
  color: #ff932e;
}
.btn-warning:hover.disabled, .btn-warning:hover[disabled], .btn-warning:focus.disabled, .btn-warning:focus[disabled], .btn-warning:active.disabled, .btn-warning:active[disabled], a.btn-warning:hover.disabled, a.btn-warning:hover[disabled], a.btn-warning:focus.disabled, a.btn-warning:focus[disabled], a.btn-warning:active.disabled, a.btn-warning:active[disabled] {
  color: white;
}

/**
 * Navigation
 **/
.navbar-default img {
  height: 50px;
  width: auto;
}
.navbar-default .attention {
  color: #94c830 !important;
  font-weight: bold;
}

/*** Global ***/
.bkgd-light-green {
  background-color: #ddefbc !important;
}

.clr-green {
  color: #94c830 !important;
}

.bkgd-light-red {
  background-color: #f7d2d6 !important;
}

.clr-red {
  color: #dc3a4d !important;
}

.bkgd-light-dark-grey {
  background-color: #acb2b5 !important;
}

.clr-dark-grey {
  color: #52595c !important;
}

.bkgd-light-medium-grey {
  background-color: white !important;
}

.clr-medium-grey {
  color: #afafaf !important;
}

.bkgd-light-light-grey {
  background-color: white !important;
}

.clr-light-grey {
  color: #e5e5e5 !important;
}

.bkgd-light-orange {
  background-color: #ffefe1 !important;
}

.clr-orange {
  color: #ff932e !important;
}

.bkgd-light-purple {
  background-color: #feebfa !important;
}

.clr-purple {
  color: #f442ce !important;
}

.bkgd-light-yellow {
  background-color: #fff0b3 !important;
}

.clr-yellow {
  color: #ffcc00 !important;
}

.bkgd-light-blue {
  background-color: #4dc4ff !important;
}

.clr-blue {
  color: #006699 !important;
}

/*** Global ***/
.icon-legend {
  max-height: 600px;
  overflow: scroll;
  overflow-x: hidden;
}
@media only screen and (max-width : 1919px) {
  .icon-legend {
    max-height: 400px;
  }
}
.icon-legend table {
  max-width: 600px;
  margin: auto;
}
.icon-legend table th.first {
  text-align: right;
}
.icon-legend table td {
  vertical-align: middle !important;
}
.icon-legend .icon-holder {
  text-align: right;
}
.icon-legend .description {
  text-align: left;
}

/*** Global ***/
.login-container {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #94c830;
  color: white;
}
.login-container div.hr {
  height: 1px;
  border-bottom: 2px solid white;
  width: 10vw;
  margin-top: 2vh;
  margin-bottom: 5vh;
}
.login-container .flex-row {
  flex: 1 1 auto;
  width: 100%;
}
.login-container .flex-row.flex {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.login-container .flex-row.flex h1, .login-container .flex-row.flex h2 {
  text-align: center;
  font-weight: 100;
}
.login-container .flex-row.flex h1 {
  font-size: 56px;
}
.login-container .flex-row.flex h2 {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.login-container .flex-row.flex h2 i {
  font-size: 12px;
  position: relative;
  top: -3px;
  padding-left: 5px;
  padding-right: 5px;
}
.login-container .container {
  max-width: 35vw;
}
.login-container .control-label {
  font-weight: 700;
  margin-bottom: 5px;
}
.login-container .form-group.center {
  text-align: center;
}
.login-container .form-group a, .login-container .form-group a:hover {
  color: white;
  text-decoration: underline;
}
.login-container .btn-primary {
  border: 1px solid white;
  width: 49%;
  font-weight: 700;
  color: white;
}
@media only screen and (max-width : 599px) {
  .login-container .btn-primary {
    width: inherit;
  }
}
.login-container .btn-primary:focus, .login-container .btn-primary:active {
  border: 1px solid white;
  width: 49%;
  font-weight: 700;
}
.login-container .btn-primary:hover {
  border: 1px solid white;
  text-decoration: none;
  color: #94c830;
}
.login-container .btn-primary:hover:link {
  color: #94c830;
}

/*** Global ***/
.panel-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.panel-body-container {
  text-align: center;
  padding: 40px 0 40px 0;
}
.panel-body-container .easy-1-2-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.panel-body-container .easy-1-2-3 .list-container {
  margin-left: auto;
  margin-right: auto;
}
.panel-body-container .easy-1-2-3 p {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
  line-height: 36px;
}
.panel-body-container .easy-1-2-3 ol {
  font-weight: 100;
  font-size: 28px;
  text-align: left;
  margin-bottom: 50px;
}
.panel-body-container .easy-1-2-3 ol li {
  margin-bottom: 10px;
}
.panel-body-container .option-row {
  margin-bottom: 15px;
}
.panel-body-container .main-option {
  font-size: 32px;
  font-weight: 100;
}

.panel-heading .header-action {
  font-size: 20px;
  font-weight: 100;
  margin-left: 20px;
}

.btn-rs {
  width: 40px;
  font-size: 16px;
}

.panel-body.user-adoption {
  max-height: 450px;
  overflow-y: scroll;
}
.panel-body h4 {
  font-weight: bold;
  text-align: right;
  line-height: 15px;
  margin: 0;
}
.panel-body p {
  text-align: left;
  line-height: 15px;
  margin: 0;
}
.panel-body .row {
  margin-bottom: 10px;
}

.invite-msg {
  font-size: 16px;
  line-height: 18px;
}
.invite-msg p {
  text-align: left;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
}
.invite-msg ol, .invite-msg ul {
  margin-top: 10px;
}
.invite-msg ol li, .invite-msg ul li {
  margin-top: 5px;
  text-align: left;
}
.invite-msg b {
  text-align: left;
}

/*** Global ***/
.checkout {
  width: 100%;
  margin-top: 10rem;
}
.checkout h4 {
  text-align: left;
}

.purchase-card {
  border: 1px #e5e5e5 solid;
}
.purchase-card h4 {
  text-align: center;
  font-weight: 100;
  margin-bottom: 10px;
}

/**
 * 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: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

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

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

body {
  font-family: "Open Sans" !important;
  background-color: #e5e5e5;
}

a {
  cursor: pointer;
}
a:link, a:visited {
  color: #94c830;
}
a:hover {
  color: #52595c;
}

.pointer {
  cursor: pointer !important;
}

h1.logo {
  text-transform: uppercase;
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
  font-weight: bold;
  color: #52595c;
}
h1 sup {
  font-size: 20px;
  text-decoration: none;
  position: relative;
  top: -30px;
}

.right {
  float: right;
}

/**
 * Data Table
 */
.datatable-custom p {
  font-size: 12px;
  margin-top: 10px;
}
.datatable-custom p.green {
  color: #94c830;
}
.datatable-custom p.red {
  color: #dc3a4d;
}
.datatable-custom .collapser i {
  transition: all ease 0.5s;
  transform: rotate(0deg);
}
.datatable-custom .collapser i.open {
  transform: rotate(180deg);
}

.footer {
  padding: 2%;
  color: #ffffff;
  background-color: #94c830;
}

.footer .copyright {
  font-size: 0.8em;
}
.footer .copyright p {
  text-align: center;
}
.footer .copyright a, .footer .copyright a:visited {
  color: white;
}

.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .site {
    height: 100vh;
  }
}

.site-content {
  flex: 1 1 auto;
  display: flex;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #94c830;
}

.completed {
  color: #94c830;
}
.completed input, .completed label {
  font-weight: bold;
}

.cancelled {
  color: #dc3a4d;
}
.cancelled input, .cancelled label {
  font-weight: bold;
}

#no-js, .intro-audio {
  height: 100vh;
  width: 100vw;
  position: absolute;
  background: white;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.btn-result {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #94c830;
  position: fixed;
  top: 50%;
  margin-top: -25px;
  z-index: 1;
}

.next.btn-result {
  right: 5px;
}

.next.btn-result:before {
  -webkit-transform: rotate(-44deg);
}

.next.btn-result:after {
  -webkit-transform: rotate(44deg);
}

.back.btn-result {
  left: 5px;
}

.back.btn-result:before {
  -webkit-transform: rotate(44deg);
}

.back.btn-result:after {
  -webkit-transform: rotate(-44deg);
}

/*
 * Results Graphs
 */
h4.subtitle {
  font-size: 16px;
  font-weight: 100;
}

table.results-menu {
  width: 100%;
  height: 30px;
  text-align: center;
  margin-bottom: 20px;
}
table.results-menu .btn-sm {
  font-size: 14px;
}
table.results-menu tr {
  width: 100%;
  height: 100%;
  position: relative;
}
table.results-menu tr th {
  position: relative;
  text-align: center;
  margin: 5px 10px;
}
table.results-menu tr th a {
  background-color: #afafaf;
  border-color: #afafaf;
}
table.results-menu tr th a:hover {
  background-color: #94c830;
  border-color: #94c830;
  color: white;
  text-decoration: none;
}
table.results-menu tr th a.current {
  background-color: #94c830;
  border-color: #94c830;
}
table.results-menu tr th a.current:hover {
  background-color: #94c830;
  border-color: #94c830;
}

.control-label em {
  color: #dc3a4d;
}

.checkbox input[type=checkbox] {
  cursor: pointer;
}

.m-0 {
  margin: 0rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.p-0 {
  padding: 0rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.m-5 {
  margin: 1.25rem !important;
}

.mr-5 {
  margin-right: 1.25rem !important;
}

.ml-5 {
  margin-left: 1.25rem !important;
}

.mt-5 {
  margin-top: 1.25rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.pr-5 {
  padding-right: 1.25rem !important;
}

.pl-5 {
  padding-left: 1.25rem !important;
}

.pt-5 {
  padding-top: 1.25rem !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.mt {
  margin-top: 34px;
}

/*** Global ***/
.maintenance-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  color: #94c830;
}
.maintenance-container h2 {
  font-size: 60px;
}

#my_user_settings .panel-body {
  padding: 68px 34px;
  font-size: 18px;
}
