body {
  position: relative;
  min-height: 100%;
  color: #6C6C6C;
  font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
  padding-top: 50px;
}

@font-face {
  font-family: 'MrDafoe';
  src: url('/public/fonts/MrDafoe/mrdafoe-regular-webfont.eot');
  src: url('/public/fonts/MrDafoe/mrdafoe-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/public/fonts/MrDafoe/mrdafoe-regular-webfont.woff') format('woff'), url('/public/fonts/MrDafoe/mrdafoe-regular-webfont.woff2') format('woff'), url('/public/fonts/MrDafoe/MrDafoe-Regular.ttf') format('truetype'), url('/public/fonts/MrDafoe/mrdafoe-regular-webfont.svg#mr_dafoeregular') format('svg')
}

@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  body {
    padding-top: 84px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: auto;
    min-width: 1200px;
    max-width: 1400px;
  }
}

#page-content {
  padding-bottom: 35px;
}

/* Global	-------------------------------------------------- */

.snap {
  color: #2393c6;
}

.text-correct, .correct {
  color: #00C7B1;
}

.text-teal {
  color: #04a390;
}

.white {
  color: #ffffff;
}

.salmon {
  color: #FF8D6D;
}

.bg-snap {
  background-color: #2393c6;
}

.bg-correct {
  background-color: #00C7B1;
}

.bg-white {
  background-color: #ffffff;
}

.bg-teal {
  background-color: #04a390;
}

.bg-light-grey {
  background-color: #f8f7f2;
}

/* Headers	-------------------------------------------------- */

#page-header {
  padding-top: 25px;
  padding-bottom: 25px;
}

#page-header h1 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  color: #2393c6;
}

@media (min-width: 992px) {
  #page-header {
    padding-top: 35px;
    padding-bottom: 45px;
  }
  #page-header h1 {
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: #2393c6;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 8px 0;
  padding: 0;
  font-weight: 700;
}

h1.with-sub, h2.with-sub, h3.with-sub, h4.with-sub, h5.with-sub, h6.with-sub {
  margin: 0 0 0 0;
  padding: 0;
}

h1 {
  font-size: 24px;
  line-height: 24px;
  color: #2393c6;
}

h2 {
  font-size: 22px;
  line-height: 22px;
}

h3 {
  font-size: 20px;
  line-height: 20px;
}

h4 {
  font-size: 18px;
  line-height: 18px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 28px;
    line-height: 28px;
  }
  h2 {
    font-size: 26px;
    line-height: 25px;
  }
  h3 {
    font-size: 24px;
    line-height: 24px;
  }
  h4 {
    font-size: 22px;
    line-height: 22px;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 32px;
    line-height: 32px;
  }
  h2 {
    font-size: 30px;
    line-height: 30px;
  }
  h3 {
    font-size: 28px;
    line-height: 28px;
  }
  h4 {
    font-size: 26px;
    line-height: 26px;
  }
}

.jumbotron {
  border-radius: 0;
}

/* Links	-------------------------------------------------- */

/* a, a:visited {
  color: #00C7B1;
} */

a:hover, a:active {
  color: #048dad;
  text-decoration: none;
}

a.correct, a.correct:visited {
  color: #00C7B1;
}

a.correct:hover, a.correct:active {
  color: #99cc33;
  text-decoration: none;
}

/* List	-------------------------------------------------- */

ul.caret {
  list-style: none;
  padding: 0;
}

ul.caret li {
  padding-left: 1em;
}

ul.caret li:before {
  content: "\f0da";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1em;
  width: .8em;
}

ul.caret.caret-snap li:before {
  color: #2393c6;
}

ul.caret.caret-correct li:before {
  color: #00C7B1;
}

/* Text	-------------------------------------------------- */

p {
  padding: 0;
  margin: 0 0 16px 0;
}

.subtitle {
  padding: 0;
  margin: 0 0 8px 0;
  font-size: 16px;
  line-height: 16px;
  color: #4d4d4d;
}

/* Helper Classes	-------------------------------------------------- */

.inline {
  display: inline-block;
  margin-left: 20px;
}

.inline:first-child {
  margin-left: 0;
}

.margin-top {
  margin-top: 25px;
}

.margin-bottom {
  margin-bottom: 25px;
}

.margin-top-bottom {
  margin-top: 25px;
  margin-bottom: 25px;
}

.padding-top {
  padding-top: 25px;
}

.padding-bottom {
  padding-bottom: 25px;
}

.padding-top-bottom {
  padding-top: 25px;
  padding-bottom: 25px;
}

.big {
  font-size: 36px;
  line-height: 36px;
}

.bigger {
  font-size: 42px;
  line-height: 42px;
}

@media (min-width: 992px) {
  .big {
    font-size: 42px;
    line-height: 42px;
  }
  .bigger {
    font-size: 48px;
    line-height: 48px;
  }
}

.hide-it {
  display: none;
}

.center-md-down {
  display: block;
  text-align: center;
}

/* Navbar	-------------------------------------------------- */

.navbar-wrapper {
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
  /*-webkit-box-shadow: 0 3px 6px hsla(0, 0%, 55%, .3);
    box-shadow: 0 3px 6px hsla(0, 0%, 55%, .3); */
  margin-bottom: 8px;
}

.navbar {
  border-radius: 0;
  margin-left: -15px;
  margin-right: -15px;
  background-color: transparent;
}

@media (min-width: 992px) {
  .navbar {
    height: 84px;
  }
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  width: 220px;
  max-width: 220px;
}

.navbar-toggler {
  color: #2393c6;
  padding-top: 6px;
}

.navbar.bg-snap {
  background-color: #2393c6;
}

.navbar.bg-correct {
  background-color: #00C7B1;
}

.navbar-light .navbar-nav .nav-link {
  color: #2393c6;
  font-size: 18px;
  font-weight: 700;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #00C7B1;
}

.navbar-inverse .navbar-nav .nav-link {
  color: #ffffff;
}

.bg-snap.navbar-inverse .navbar-nav .nav-link:hover {
  color: #00C7B1;
}

.bg-correct.navbar-inverse .navbar-nav .nav-link:hover {
  color: #00C7B1;
}

.nav-divider {
  padding: 11px 8px 0px 8px;
  line-height: 18px;
  font-size: 18px;
}

.navbar-inverse .nav-divider {
  color: #ffffff;
}

.navbar-toggler-right {
  position: absolute;
  right: .5rem;
}

.navbar-toggler {
  border-color: transparent;
}

.navbar .nav-top-right .nav-item a {
  color: #00C7B1;
  font-size: 18px;
  font-weight: 700;
}

.navbar .nav-top-right .nav-item a:hover {
  color: #00C7B1;
}

@media (max-width: 768px) {
  .navbar-collapse {
    margin: 10px -16px -8px -16px;
    background-color: #efefef;
    text-align: center;
    padding-top: 10px;
    position: relative;
  }
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: #00C7B1;
}

/* Wizard	-------------------------------------------------- */

.wizard .steps {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
}

.wizard .steps:before {
  background: #ddd;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 35%;
  width: 100%;
  z-index: -1;
}

.wizard .step {
  display: inline-block;
  margin: 0 3%;
  padding: 0 0;
  background-color: #ffffff;
}

.wizard .step .step-circle {
  display: block;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  border: solid 2px #cccccc;
  border-radius: 100%;
  text-align: center;
  padding-top: 8px;
  color: #ccc;
}

.wizard .step .step-title {
  display: block;
  text-align: center;
  color: #cccccc;
  text-transform: uppercase;
  font-size: 16px;
}

.wizard .step.active .step-circle {
  border: solid 2px #2393c6;
  color: #2393c6;
}

.wizard .step.active .step-title {
  color: #2393c6;
}

.wizard .step.complete .step-circle {
  border: solid 2px #2393c6;
  color: #2393c6;
}

.wizard .step.complete .step-title {
  color: #2393c6;
}

.wizard legend {
  color: #2393c6;
}

.wizard form {
  padding-top: 25px;
}

@media (min-width: 992px) {
  .wizard .step {
    margin: 0 10%;
    padding: 0 5px;
  }
  .wizard .step-circle {
    width: 50px;
    height: 50px;
    padding-top: 10px;
  }
}

/* Form	-------------------------------------------------- */

.form-control::-webkit-input-placeholder {
  color: #cccccc;
}

.form-control:-moz-placeholder {
  color: #cccccc;
}

.form-control::-moz-placeholder {
  color: #cccccc;
}

.form-control:-ms-input-placeholder {
  color: #cccccc;
}

.form-control {
  color: #6C6C6C;
}

.inner-addon {
  position: relative;
}

.req {
  color: #FF8D6D;
  vertical-align: text-top;
}

.is-required, .form-group label.is-required {
  color: red;
  display: block;
  font-size: 1em;
}

fieldset {
  margin-bottom: 25px;
}

.inner-addon .fa {
  position: absolute;
  padding: 10px;
  pointer-events: none;
  color: #cccccc;
}

.left-addon .fa {
  left: 0px;
}

.right-addon .fa {
  right: 0px;
}

.left-addon input {
  padding-left: 30px;
}

.right-addon input {
  padding-right: 30px;
}

label.label {
  font-size: 13px;
  color: #939393;
  margin-top: 15px;
}

.form-question {
  display: block;
  clear: both;
  font-size: 18px;
  font-weight: 700;
  color: #2393c6;
}

@media(min-width: 992px) {
  .form-question {
    font-size: 22px;
  }
}

.radio .radio-yes input[type=radio], .radio .radio-no input[type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.radio .radio-yes label:before, .radio .radio-no label:before {
  font-family: FontAwesome;
  display: inline-block;
  font-size: 1em;
  width: 1.2em;
  color: #6C6C6C;
  content: "\f1db";
}

.radio label {
  font-size: 1em;
  color: #6C6C6C;
}

.radio .radio-yes input[type=radio]:checked~label:before {
  content: "\f00c";
  color: #2393c6;
}

.radio .radio-yes input[type=radio]:checked~label {
  color: #2393c6;
  font-weight: 700;
}

.radio .radio-no input[type=radio]:checked~label:before {
  content: "\f00d";
  color: #2393c6;
}

.radio .radio-no input[type=radio]:checked~label {
  color: #2393c6;
  font-weight: 700;
}

.radio label span {
  font-size: .75em;
  font-weight: 400;
}

a.radio-check {
  color: #2393c6;
  text-decoration: none;
  border-bottom: dashed 1px #2393c6;
}

.teeth-pick {
  display: inline-block;
}

.teeth-pick input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}

.teeth-pick label {
  cursor: pointer;
  display: inline-block;
  width: 300px;
  height: 125px;
  background-position: center;
  background-size: 250px 125px;
  background-repeat: no-repeat;
  border-radius: 5px;
  border: 2px solid #6C6C6C;
  font-size: 12px;
  color: #6C6C6C;
  position: relative;
  padding: 0;
  margin: 0;
}

.teeth-pick label span {
  position: absolute;
  top: 2px;
  left: 6px;
}

.teeth-pick label:hover {
  color: #2393c6;
  border: 2px solid #2393c6;
  fill: #2393c6;
}

.teeth-pick input:checked~label {
  color: #2393c6;
  border: 2px solid #2393c6;
  fill: #2393c6;
}

.spaceing-mild {
  background-image: url(../image/teeth/spacing-mild.svg);
}

.spaceing-moderate {
  background-image: url(../image/teeth/spacing-moderate.svg);
}

.spaceing-severe {
  background-image: url(../image/teeth/spacing-severe.svg);
}

.crowding-mild {
  background-image: url(../image/teeth/crowding-mild.svg);
}

.crowding-moderate {
  background-image: url(../image/teeth/crowding-moderate.svg);
}

.crowding-severe {
  background-image: url(../image/teeth/crowding-severe.svg);
}

.teeth-pick input:checked~.spaceing-mild {
  background-image: url(../image/teeth/spacing-mild-blue.svg);
}

.teeth-pick input:checked~.spaceing-moderate {
  background-image: url(../image/teeth/spacing-moderate-blue.svg);
}

.teeth-pick input:checked~.spaceing-severe {
  background-image: url(../image/teeth/spacing-severe-blue.svg);
}

.teeth-pick input:checked~.crowding-mild {
  background-image: url(../image/teeth/crowding-mild-blue.svg);
}

.teeth-pick input:checked~.crowding-moderate {
  background-image: url(../image/teeth/crowding-moderate-blue.svg);
}

.teeth-pick input:checked~.crowding-severe {
  background-image: url(../image/teeth/crowding-severe-blue.svg);
}

@media(min-width: 992px) {
  .radio .radio-yes label:before, .radio .radio-no label:before {
    font-size: 1.2em;
    width: 1.2em;
  }
  .radio label {
    font-size: 1.2em;
  }
}

.has-danger .col-form-label, .has-danger .custom-control, .has-danger .form-check-label, .has-danger .form-control-feedback, .has-danger .form-control-label {
  color: #FF8D6D;
}

.has-danger .form-control {
  border-color: #FF8D6D;
}

.has-danger .col-form-label, .has-danger .custom-control, .has-danger .form-check-label, .has-danger .form-control-feedback, .has-danger .form-control-label {
  color: #FF8D6D;
}

.has-success .col-form-label, .has-success .custom-control, .has-success .form-check-label, .has-success .form-control-feedback, .has-success .form-control-label {
  color: #2393c6;
}

.has-success .form-control {
  border-color: #2393c6;
}

.order-details {
  border: solid 1px #cccccc;
  padding: 25px 16px;
}

.order-details .row {
  margin: 0 8px 1rem 8px;
  border-bottom: solid 1px #cccccc;
}

.order-details .row:last-child {
  margin: 0 0 0 0;
  padding-top: 15px;
  border-bottom: none;
}

/* The switch - the box around the slider */

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */

.switch input {
  display: none;
}

/* The slider */

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #2196F3;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*

Green: #2393c6
Salmon: #FF8D6D
Blue: #2393c6

*/

/* Buttons 	-------------------------------------------------- */

.btn {
  cursor: pointer;
  transition: all ease 0.1s;
}

.btn-primary, .btn-snap {
  border: solid 1px #2393c6;
  background-color: #2393c6;
  color: #ffffff;
}

.btn-primary:hover, .btn-snap:hover {
  background-color: #2377a8;
  border-color: #2377a8;
  color: white;
}

.btn-affirm {
  border: solid 1px #0FA0EA;
  background-color: #0FA0EA;
  color: #ffffff;
}

.btn-affirm:hover {
  background-color: #0e92d3;
  border-color: #0e92d3;
  color: white;
}

.btn-teal {
  border: solid 1px #04a390 !important;
  background-color: #04a390 !important;
  color: #ffffff !important;
}

.btn-teal:hover {
  border: solid 1px #08897a !important;
  background-color: #08897a !important;
  color: #ffffff !important;
}

.btn-correct, a.btn-correct {
  border: solid 1px #00C7B1;
  background-color: #00C7B1;
  color: #ffffff;
}

.btn-correct:hover {
  border: solid 1px #04B5A1;
  background-color: #04B5A1;
  color: #ffffff;
}

.btn-mint {
  border: solid 1px #d1f2a0;
  background-color: #d1f2a0;
  color: #2393c6;
}

.btn-secondary {
  border: solid 1px #2393c6;
  background-color: transparent;
  color: #2393c6;
}

.btn-secondary:hover:enabled {
  border: solid 1px #048dad;
  background-color: #2393c6;
  color: #ffffff;
}

.btn-white {
  border: solid 1px white;
  background-color: white;
  color: #7a7a7a;
}

.btn-white:hover {
  border-color: white;
  background-color: transparent;
  color: white;
}

.btn-secondary-white {
  border: solid 1px #ffffff;
  background-color: transparent;
  color: #ffffff;
}

.btn-secondary-white:hover {
  background-color: white;
  color: #2393c6;
}

.btn-salmon, a.btn-salmon {
  color: white;
  background-color: #FF8D6D;
  border: solid 1px #FF8D6D;
}

.btn-salmon:hover {
  background-color: #E88164;
  border-color: #E88164;
}

.btn-greyscale {
  background: #dbdbdb;
  color: black;
  transition: none;
}

.btn-greyscale:hover {
  background: #bfbfbf;
}

/* Footer 	-------------------------------------------------- */

footer {
  width: 100%;
  background-color: #2393c6;
  color: #ffffff;
  padding-top: 25px;
  padding-bottom: 25px;
}

footer ul {
  text-align: center;
}

#footer a, #footer a:hover, #footer a:valid, #footer a:active, #footer a:focus {
  color: #ffffff;
  text-decoration: none;
}

.footer-inner {
  padding-top: 16px;
  padding-bottom: 16px;
}

.footer-right {
  text-align: center;
}

.socialicons {
  margin-top: 15px;
}

.socialicons a {
  margin: 0 5px;
}

@media(min-width: 992px) {
  footer ul {
    text-align: left;
  }
  .footer-right {
    text-align: right;
  }
}

/* Subfooter 	-------------------------------------------------- */

#subfooter {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #00C7B1;
  color: #ffffff;
}

#subfooter a, #subfooter a:hover, #subfooter a:valid, #subfooter a:active, #subfooter a:focus {
  color: #ffffff;
  text-decoration: none;
}

#subfooter .subfooter-left ul {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: .8em;
}

#subfooter .subfooter-left li {
  display: inline-block;
  margin: 0 auto;
  padding: 0 5px 0 0;
}

#subfooter .subfooter-left li a:after {
  content: "|";
  margin-left: 10px;
}

#subfooter .subfooter-left li:last-child>a:after {
  content: "";
  margin-left: 0px;
}

#subfooter p {
  margin-bottom: 0;
}

#subfooter .subfooter-right p {
  width: 100%;
  text-align: center;
  font-size: .8em;
}

@media(min-width: 992px) {
  #subfooter .subfooter-left ul {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: .8em;
  }
  #subfooter .subfooter-left li {
    padding: 0 10px 0 0;
  }
  #subfooter .subfooter-right p {
    width: 100%;
    text-align: right;
    font-size: 1em;
  }
}

.cocoen {
  box-sizing: border-box;
  cursor: pointer;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.cocoen * {
  box-sizing: inherit
}

.cocoen ::after, .cocoen ::before {
  box-sizing: inherit
}

.cocoen img, .cocoen picture>img {
  max-width: none
}

.cocoen>img, .cocoen>picture>img {
  display: block;
  width: 100%
}

.cocoen>div:first-child, picture .cocoen>div {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 50%
}

.cocoen-drag {
  background: #6C6C6C;
  bottom: 0;
  cursor: ew-resize;
  left: 50%;
  margin-left: -1px;
  position: absolute;
  top: 0;
  width: 2px;
}

.cocoen-drag::before {
  font-family: FontAwesome;
  font-size: 10px;
  background: #6C6C6C;
  border-radius: 100%;
  border: 3px solid #6C6C6C;
  content: '\f053\00a0\f054';
  height: 30px;
  line-height: 25px;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  width: 30px;
}

/* TEMPLATES */

.template-card {
  margin: 10px 0;
  border-radius: 0 !important;
}

.template-card .card-header, .template-card .card-block {
  border-radius: 0 !important;
}

.template-card .card-header {
  border: none;
  padding: 0;
}

.template-card .title {
  height: 100%;
  line-height: 40px;
  padding-left: 12px;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 0;
}

.template-card .header-btn {
  padding: 8px 12px;
  color: white !important;
  cursor: pointer;
}

.template-card .header-btn:not(.j-display):hover {
  background: rgba(255, 255, 255, 0.2);
}

/* CONDENSED FORM */

.condensed-form label {
  margin-bottom: 0;
  font-size: 15px;
}

.condensed-form input {
  height: 35px;
  padding: 4px 12px;
}

.condensed-form hr {
  margin: 8px 0 8px 0;
}

/* RESPONSE HANDLING */

.error-block, .success-block {
  padding: 4px 4px 4px 12px;
  margin-bottom: 10px;
  font-weight: bold;
  border: solid 1px #e3e3e3;
  border-left: none;
}

.error-block {
  box-shadow: inset 4px 0 0 #f44b42;
  background: white;
}

.error-block i {
  color: #ed615a;
  margin-right: 6px;
}

.success-block {
  box-shadow: inset 4px 0 0 #53cc81;
  background: white;
}

.success-block i {
  color: #2bbf63;
  margin-right: 6px;
}

@media(max-width: 600px) {
  .error-block {
    background: #fcdddb;
  }
  .success-block {
    background: #e6f7ec;
  }
}

.custom-max-width {
  max-width: 1100px !important;
}

.navbar-brand img {
  height: 100%;
}

#drop-text {
  padding: 0;
  text-align: center !important;
  border: none;
  background: white;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

#drop-text a {
  padding: 8px 3px;
}

#drop-text a:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

#drop-text a:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#drop-text a:hover {
  background-color: #336699;
  color: white;
}

@media (max-width: 992px) {
  #drop-text {
    background-color: white !important;
    border: none !important;
  }
}

div.chat-fc-form-outer {
  font-size: 15px;
}

div.chat-fc-form-outer input {
  margin-bottom: 20px;
  padding: 3px 8px;
}