body
{
 margin:0 auto;
 padding:0px;
 text-align:center;
 width:100%;
 font-family: "Myriad Pro","Helvetica Neue",Helvetica,Arial,Sans-Serif;
 background-color:#9FA3C9;
}
#wrapper
{
 margin:0 auto;
 padding:0px;
 text-align:center;
 width:995px;
}
#wrapper h1 {
    margin-top: 50px;
    font-size: 45px;
    color: #663838;
    width: 800px;
    margin: 0 auto;
}
#wrapper h1 p
{
 font-size:18px;
}
#wrapper form
{
    background-color: white;
    width: auto;
    margin: 15px auto;
    box-shadow: 0px 0px 15px 0px #663838;
    height: auto;
	padding: 0px 25px 0px 25px;
}
#wrapper form label
{
    color: #663838;
    font-size: 16px;
/*    border-bottom: 1px solid #E6E6E6; */
    width: auto;
	font-weight: bold;
}
#wrapper form input[type="text"]
{
 width:230px;
 height:35px;
 padding-left:10px;
 font-size:16px;
 margin-bottom:15px;
 border:1px solid #D8D8D8;
 color:#585858;
/* text-transform:uppercase; */
}
#wrapper form input[type="submit"]
{
 width:auto;
 margin-left:15px;
 height:40px;
 font-size:16px;
 font-weight:bold;
 background-color:#9b5e5e;
 color:white;
 border:none;
 border-bottom:5px solid #663838;
 border-radius:3px;
}

#wrapper form a, #wrapper form p button, #wrapper form input[type="submit"], a.button {
 width:auto;
 margin-left:15px;
 /* height:40px; */
 font-size:16px;
 font-weight:bold;
 background-color:#9b5e5e;
 color:white;
 border:none;
 border-bottom:5px solid #663838;
 border-radius:3px;
 padding: 15px 15px 15px 15px;
 display: inline-block;
 cursor: pointer;
 text-decoration: none;
}

#wrapper form input[type="submit"] {
padding: 15px 15px 30px 15px;
}

#wrapper form a:hover, #wrapper form button:hover, #wrapper form input[type="submit"]:hover, a.button:hover {
background-color: #c54040;
}

#wrapper input[type="radio"] {
 /*cursor: pointer;
 height: 20px;
 width: 50px;
 float: left;
 vertical-align: middle; */
}

#gerandopdf img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
}

*{font-family: 'Roboto', sans-serif;}

@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}

.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 13.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 40px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.option-input:hover {
  background: #663838;
}
.option-input:checked {
  background: #9b5e5e;
}
.option-input:checked::before {
  height: 40px;
  width: 40px;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size: 26.66667px;
  text-align: center;
  line-height: 40px;
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #9b5e5e;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}

body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: box;
  background: #e8ebee;
  color: #663838;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  text-align: center;
}
body div {
 /* padding: 5rem; */
}
body label {
  display: inline;
  line-height: 40px;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  margin: 10px;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.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;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.container.panel {
	display:flex;	

}

.container.panel button img {
    height: 100px;
}

.btn span {
    display: flex;
}

img.logo {
    height: 100px;
}

[readonly] {
    background-color: lightgrey;
}

p.pdf a {
    width: auto;
    margin-left: 15px;
    font-size: 16px;
    font-weight: bold;
    background-color: #9b5e5e;
    color: white;
    border: none;
    border-bottom: 5px solid #663838;
    border-radius: 3px;
    padding: 15px;
	display: block;
    margin: 2% 5%;
}

p.pdf span {
    height: 80%;
    width: 80%;
    text-align: center;
    line-height: 1.5em;
    font-size: 1.2em;
    margin: 5px;
    border-radius: 10px;
    background: #ffb8b86e;
    display: table-cell;
}

p.pdf {
    width: 100%;
    text-align: center;
    line-height: 1.5em;
    font-size: 1.2em;
    margin: 5px;
    border-radius: 10px;
    padding: 5px;
    display: table;
}

p.pdf b {
    width: auto;
    margin-left: 15px;
    font-size: 16px;
    font-weight: bold;
    background-color: #9b5e5e80;
    color: white;
    border: none;
    border-bottom: 5px solid #6638381c;
    border-radius: 3px;
    padding: 15px;
    float: right;
    margin: 2% 5%;
}



div.caixa a {
    width: auto;
    margin-left: 15px;
    font-size: 16px;
    font-weight: bold;
    background-color: #9b5e5e;
    color: white;
    border: none;
    border-bottom: 5px solid #663838;
    border-radius: 3px;
    padding: 15px;
	display: block;
    margin: 2% 5%;
}

div.caixa p {
    height: 80%;
    width: 80%;
    text-align: center;
    line-height: 1.5em;
    font-size: 1.2em;
    margin: 5px;
    border-radius: 10px;
    background: #ffb8b86e;
    display: table-cell;
	padding:5px;
}

div.caixa {
    width: 100%;
    text-align: center;
    line-height: 1.5em;
    font-size: 1.2em;
    margin: 5px;
    border-radius: 10px;
    padding: 5px;
    display: table;
}

div.caixa b {
    width: auto;
    margin-left: 15px;
    font-size: 16px;
    font-weight: bold;
    background-color: #9b5e5e80;
    color: white;
    border: none;
    border-bottom: 5px solid #6638381c;
    border-radius: 3px;
    padding: 15px;
    float: right;
    margin: 2% 5%;
}

.wrap{
   /* margin-top: 100px; */
   display:inline;
}
.wrapper {
/*  text-transform: uppercase; */
  cursor: help;
  position: relative;
  text-align: center;
}

.wrapper .tooltip {
  background: #a92929;
  bottom: 100%;
  color: #fff;
  display: block;
  left: -25px;
  margin-bottom: 15px;
  opacity: 0;
  padding: 10px;
  pointer-events: none;
  position: absolute;
  width: 300px;
  border-radius: 10px;
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.wrapper .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}  

  
.wrapper:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}

.remover-estilo-botao {
	background: none !important;
	color: inherit !important;
	border: none !important;
	padding: 0 !important;
	font: inherit !important;
	cursor: pointer !important;
	outline: inherit !important;
}

div#manutencao_usuario {
    background: #ffb8b86e;
    padding: 5px;
    color: #9b5e5e;
    width: 100%;
}