

.quiz_builder {
  /* The default background color of Drupal is a light gray. */
  background-color: #ffffff;
}

.header_row{
      padding: 30px 0;
}

.vat_group {
  border: solid 1px #cccccc;
  margin-bottom: 30px;
  border-radius: 4px;
}

.vat_group:last-of-type{
  margin-bottom: 0;
}

.vat_group_title {
  border-bottom: solid 1px #cccccc;
  padding: 25px 30px;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
}

  
.vat_question,
.vat_question_wide {
  padding: 24px;
}

.vat_question_inner{
    padding-right: 40px;
}

.vat_question_inner:first-of-type{
  padding-right: 10px;
}

.vat_question:last-of-type {
  padding-bottom: 30px;
}


.vat_group .row{
    padding: 0 24px;
}

.vat_question p,
.vat_question_wide p,
.accordion_calculator_answer p  {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
}

.vat_rightrail{
  border: 1px solid #f0ab00;
  text-align: center;
  padding: 25px 0;
  border-radius: 4px;
}


.accordion_right_rail .inside_box {
  border: solid 1px #f0ab00; /* SAP Gold */
}
.accordion_right_rail .outside_box {
  padding: 30px;
  text-align: center;
}
.lowerRightRail {
  text-align: center;
}

.lowerRightRail > div {
  padding-top: 30px;
  padding-bottom: 30px;
}

.vat_rightrail .title {
  font-size: 22px;
  font-weight: normal;
  color: #333333;
  margin-bottom: 36px;
}

.lowerRightRail .button_container {
  padding-top: 36px;
}

.number {
  font-size: 50px;
  font-weight: bold;
  color: #f0ab00;
  position: relative;
  bottom: 20px;
}

/* Please, please, please, remove these before going to production. */
.temp_border_right { border-right: 1px dotted; }


/* ---- STICKY ---- */
/* Not sure where this came from, whether it's custom, or whether
/*   this is a feature from a future version of Bootstrap. */

.sticky {
  position: -webkit-sticky;
  position: sticky;
  /* Originally 10px; changed to 85px as a workaround for allowing
  /*   sticky to play well with the menu (which disappears when
  /*   you scroll down, and reappears when you scroll up. */
  top: 85px;
}

.sticky:before,
.sticky:after {
  content: "";
  display: table;
}

#mainContainer{
  margin-bottom: 64px;
}

@media (min-width: 768px) {
  .main_section_row .main_section_col_left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
  }

  .main_section_row .main_section_col_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
  }
}


/* ---- REMOVE NUMBER SPINNER ---- */
/* Remove the up/down arrows inside of input fields. */
/* https://stackoverflow.com/a/40189766 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0;
}

.content_12_center_column{
  display: none;
}

.vat_question input[type="number"],
.vat_question input[type="text"],
.vat_question_wide input[type="text"] {
  font-size: 50px;
  font-weight: bold;

  display: block;
  border: none;
  width: 100%; /* needed for numbers like 50,000 */
}

.vat_question input[type="number"]:focus,
.vat_question input[type="number"]:hover {
  color: #f0ab00; /* SAP Gold */
}

.vat_question .units {
  font-size: 16px;
  display: block;
  width: 100%;
}

.disclaimer{
  font-size: 1.2rem;
  position: relative;
  bottom: 30px;
}

/* Can't use just ".tooltip" because it collides with bootstrap. */
.vat_question .tooltip_container {
  padding-left: 0.5em;
}

.new_roi_calculation a {
  background: url(../png/arrow-outline-circle-left.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 30px;

  color: #008fd3; /* SAP Blue */
  font-size: 18px;
  height: 26px;
}

.debugging_menu {
  display: none;
}

.debugging_menu.show {
  display: block;
}

#travelRegion{
  padding: 15px 24px 24px;
}

#travelRegion .btn{
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #e3ebef;
  color: #8f9ca3;
  height: 48px;
  padding: 0 30px;
}

#question-1-input{
  padding: 5px 10px;
  margin-bottom: 5px;
  border-radius: 4px;
  border: 1px solid #cccccc;
}

#question-1-input::placeholder{
  color: #CDD8DE;
}

#question-1-input:focus{
  outline-color: #f0ab00;
}

@media (max-width: 768px) {
  #travelRegion .btn{
    padding: 0 20px;
  }
  .vat_question input[type="number"], .vat_question input[type="text"], .vat_question_wide input[type="text"]{
    font-size: 30px;
  }
}

#travelRegion .btn.active{
  background: #f0ab00;
  color: white;
}

#travelRegion .btn:nth-of-type(1){
  border-radius: 4px 0 0 4px;
}

#travelRegion .btn:nth-of-type(2){
  position: relative;
  left: -5px;
}

#travelRegion .btn:nth-of-type(3){
  position: relative;
  left: -10px;
  border-radius: 0 4px 4px 0;
}

#calculate,
#create_pdf{
    cursor: pointer;
    border-radius: 4px;
    background: #0078b6;
}

.vatResults{
  display: none;    
}

div.grey{
    background: #f7f9fa;
    border: 1px solid #e3ebef;
    padding: 16px 24px;
}

div.grey span{
    float: right;
    font-weight: bold;
}

.input-icon{
    display: none !important;
}

#vat_form{
    display: none;
}

#vat_calc_pdf{
 
}

.tt{
  float: right;
  width: 16px;
}

.rangeslider{
  margin: 20px 0 12px;
}

.rangeslider--horizontal{
  height: 4px;
}

.rangeslider__fill {
  background: #f0ab00;
  position: absolute;
}

.rangeslider__handle {
  background: #f0ab00;
  border: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  background-image: none;
  background-size: 100%;
  -moz-box-shadow: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: none;
}

.rangeslider--horizontal .rangeslider__handle{
  top: -6px;
}

.rangeslider, .rangeslider__fill{
  box-shadow: none;
}

.rangeslider__handle:after{
  display: none;
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px#f0ab00;
  -webkit-box-shadow: 0 0 8px#f0ab00;
  box-shadow: 0 0 8px#f0ab00;
}