﻿@media print {
  .container {
    width: 750px;
  }
  .no-print,
  .slider {
    position: absolute;
    left: -1000000em;
    overflow: hidden;
    display: none !important;
    visibility: hidden !important;
  }
  #simulador {
    border-bottom: none;
  }
  #simulador header {
    height: auto;
  }
  #simulador header img {
    display: block;
    margin-left: 10px;
  }
  #simulador header p {
    display: block;
    margin: 10px!important;
    color: lightgray!important;
    font-size: 12px;
  }
  #simulador header em {
    display: none;
  }
  #resultados {
    clear: both!important;
    float: none!important;
    width: 100%!important;
  }
  #resultados section[id*=passo] {
    height: auto!important;
  }
  #opcoes {
    height: 200px !important;
    clear: both !important;
    float: none !important;
    width: 100% !important;
  }
  #opcoes h3 {
    padding-left: 0 !important;
    font-size: 10px !important;
    font-weight: normal !important;
  }
  #opcoes ul {
    width: 100% !important;
  }
  #opcoes ul li {
    margin-top: 20px !important;
    width: 20% !important;
    height: 82px !important;
    float: left !important;
    border: none !important;
    border-top: 1px solid #000000 !important;
    border-bottom: 1px solid #000000 !important;
    text-align: center !important;
  }
  #opcoes ul li span {
    display: none !important;
  }
  #opcoes ul li h3 em {
    display: none;
  }
  #opcoes ul li input {
    color: #772d82 !important;
    border: 0 !important;
    height: 80px !important;
    font-size: 16px !important;
    width: 100% !important;
    text-align: center !important;
    margin: 0 0 0 30px !important;
    padding: 0 0 0 30px !important;
    overflow: visible !important;
    background-color: transparent !important;
  }
  #opcoes ul li input.salario-atual {
    width: 100% !important;
  }
  #opcoes ul li#nav-4 div {
    width: 100%;
    right: 0;
  }
  #opcoes ul li#nav-4 button.selected {
    background-color: transparent;
    color: #772d82;
    margin: 0;
    left: 0;
  }
  #opcoes div {
    width: auto;
  }
  #opcoes button {
    display: none;
  }
  #opcoes button:active,
  #opcoes button.selected {
    display: block;
    position: relative;
    width: 100%;
    border: none;
    font-size: 16px !important;
    height: 80px !important;
    text-align: center !important;
    margin: 5px 0 0 -17px;
    left: -20px;
  }
  #opcoes .inativo {
    opacity: 1;
  }
  #passo-7 {
    display: block !important;
    margin: 0!important;
    padding: 0!important;
    top: -80px !important;
  }
  #passo-7 .resultados-periodo {
    width: 70%;
    margin: 0 auto;
  }
  #passo-7 .resultados-periodo .odbr {
    color: #e12332 !important;
    font-weight: bold!important;
  }
  #passo-7 .resultados-periodo th,
  #passo-7 .resultados-periodo td {
    padding: 7px;
  }
  #passo-7 p {
    display: none !important;
  }
  #passo-7 li {
    display: none;
  }
  #passo-7 .active {
    display: block !important;
  }
  #passo-7 .pizza {
    display: none !important;
  }
  #passo-7 .pizza-print {
    position: relative;
    display: block!important;
    margin-top: -20px;
  }
  #passo-7 .razao {
    display: block!important;
    width: 100%;
  }
  #passo-7 .acesse {
    display: block!important;
    width: 100%;
  }
  .highcharts-container {
    position: relative;
    left: 0!important;
    width: 100%!important;
    margin: 0 auto!important;
    text-align: center!important;
  }
  .explicacao {
    display: none;
  }
}