/*
================================================
Fonts - Raleway and Opensans
================================================
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600|Raleway:400,500,600,700,800,900');

* { margin: 0; padding: 0; -webkit-font-smoothing: antialiased; }

@import "compass/css3";

input[type="radio"] {
	-webkit-appearance: none;
	margin: 0 15px;
	width: 15px;
	height: 15px;
	background: #ffffff;
	box-shadow: inset 0 0 0 0.3em white, 0 0 0 0.13em;
	border-radius: 50%;
	transition: .2s;
	cursor:pointer;
	color: #ccc;
	vertical-align: text-top;
	border: none;
}

input[type="radio"]:hover,
input[type="radio"]:checked {
	background: #ccc;
    box-shadow: inset 0 0 0 0.4em white, 0 0 0 0.18em;
    1f */
}

input[type="radio"]:checked {
    background: #1f5365;
    box-shadow: inset 0 0 0 0.35em white, 0 0 0 0.13em #1f5365;
}

input[type="radio"]:focus { outline: 0; }

body{
	text-align: justify;
	background-color: #ffffff;
	font-size: 12px;
	font-family: 'Raleway', sans-serif;
	color: #666;
}

a{
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}

a:hover{
	color: #a4ccda;
	text-decoration: none;
}

li:hover{
	color: #4990C3;
}

ul{
	list-style-type: none;
}

ul li{
	display: inline;
	color: #FFFFFF;
}

ul#menu_esquerdo li{
	padding-right: 12px;
	padding-left: 12px;
	float: left;
	text-align: center;
	text-transform: uppercase;
}

ul li a{ font-size: 11px; }

ul li a strong{
	 text-transform: uppercase;
	 font-size: 14px;
}

ol{
	float: left;
	width: 100%;
}

ol dl{
	font-size: 14px;
	font-weight: bold;
	float: left;
	padding: 0.5%;
	list-style-type: none;
}

ol li{
	float: left;
	list-style-type: none;
	padding: 0.5%;
	color: #205365;
}

ol li p{
	line-height: 23px;
}

.nome{
	width: 40%;
	float: left;
}

.email{
	width: 30%;
	float: left;
}

.emailM{
	width: 30%;
	float: right;
}

.tipoA{
	width: 14%;
	float: right;
}

.tipoA a img{
	width: 15%;
}

.tipoM{
	width: 17%;
	float: left;
}

.tipo{
	width: 17%;
	float: right;
}

.tipo a img{
	width: 10%;
}

.acaoM{
	width: 8%;
}

.acaoMM{
	width: 6%;
	float: left;
}

.acaoM a img{
	width: 15%;
}

.fat_c{
	width: 10%;
	float: left;
	text-align: center;
}

.fat_c a img{
	width: 20%;
}

.fat_list{
	width: 11%;
	float: left;
	text-align: center;
}

.fat_j{
	width: 80px;
	float: left;
}

.fat_j a img{
	width: 20px;
}

.fat_id{
	width: 30px;
	float: left;
}

.fat_n{
	width: 20%;
	float: left;
}

.fat_d{
	width: 26%;
	float: left;
}

.fat_dM{
	width: 29%;
	float: right;
}

.fat_jdc{
	width: 100%;
	float: left;
}

.fat_jd{
	width: 120px;
	float: left;
}

.fat_fotos{
	width: 18%;
	height: 140px;
	float: left;
	border: none;
}

.fat_fotos img{
	width: auto;
	height: 130px;
}

.boletim_abas{
	float: left;
	width: 100%;
	background-color: #f7f7f7;
	border: 1px solid #ecebea;
	margin-top: 10px;
	margin-bottom: 10px;
}

.boletim_abas  .abas {
	float: left;
	width: 31%;
	text-align: center;
	padding: 1%;
}

.boletim_abas  .abas:last-child{
	float: right;
}

.pad1{ padding: 1%; }
.text-align-center{ text-align: center; }
.float-left{ float: left; }

/* styling */
form select {
	background-color: white;
	border: thin solid #d1d1d1;
	border-radius: 6px;
	display: inline-block;
	font-size: 12px;
	color: #576464 !important;
	font-weight: bold;
	line-height: 1.5em;
	text-transform: uppercase;
	padding: 0.8em 4.5em 0.7em 1em;
	margin: 10px 0 15px 0;

/* reset */
	0 */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}

/* arrows */
select {
	background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, #133a48, #133a48);
	background-position: calc(100% - 19px) calc(1em + 3px), calc(100% - 13px) calc(1em + 3px), 100% 0;
	background-size: 6px 6px, 6px 6px, 3em 3.1em;
	background-repeat: no-repeat;
}

select:focus {
	background-image: linear-gradient(45deg, white 50%, transparent 50%),    linear-gradient(135deg, transparent 50%, white 50%),    linear-gradient(to right, #d1d1d1, #d1d1d1);
	background-position: calc(100% - 14px) 1em, calc(100% - 18px) 1.09em, 100% 0;
	background-size: 5px 7px, 7px 6px, 3em 3.1em;
	background-repeat: no-repeat;
	border-color: #d1d1d1;
	outline: 0;
}

select:-moz-focusring {
	color: transparent;
}

textarea{
	width: 550px;
	height: 180px;
	font-size: 14px;
	color: #222;
	text-indent: 12px;
	background: #fff;
	border: 1px solid #c3c8c8;
	border-radius: 6px;
	padding: 2px 6px 4px 6px;
	margin: 10px 0 15px 0;
}

input{
	width: 350px;
	height: 37px;
	font-size: 14px;
	color: #222;
	text-indent: 12px;
	background: #fff;
	border: 1px solid #d1d1d1;
	border-radius: 6px;
	padding: 2px 6px 4px 6px;
	margin: 10px 0 15px 0;
}

input[type=submit]{
	width: auto;
	height: auto;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-indent: 0;
	padding: 10px 20px;
	cursor: pointer;
	background-color: #133a48;
	transition: all 0.3s ease 0s;
	border: none;
}

input[type=submit]:hover{
	background-color: #4a90a9;
}

input[type=button]{
	padding: 0px 14px;
	float: right;
	width: auto;
	color: #FFFFFF;
	text-indent: 0px;
	text-align: center;
	border: none;
}

.container {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container input {
  position: absolute;
  opacity: 0;
  height: auto;
  width: auto;
}

.container input:disabled {
  position: absolute;
  opacity: 0;
}

.container span { font-size: 14px;font-weight: normal;color: #576464; }

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.container:hover input ~ .checkmark {
  background-color: #ccc;
}

.container input:checked ~ .checkmark {
  background-color: #4a90a9;
}

.container input:disabled ~ .checkmark {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container input:checked ~ .checkmark:after {
  display: block;
}

.container input:disabled ~ .checkmark:after {
  display: block;
  cursor: not-allowed;
}

.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.container input:disabled ~ .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #cccccc;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

label{
	font-size: 14px;
    font-weight: bold;
    display: block;
    margin: 0;
    color: #576464;
}

label.obs_italic {
    font-size: 15px !important;
    font-weight: normal !important;
    font-style: italic !important;
    color: #8b8b8b !important;
}

label span {
    font-size: 24px;
    color: #f00;
    vertical-align: middle;
}

h4{
	text-align: left;
	font-weight: normal;
	color: #222;
}

h3{
	text-align:center;
	color: #222;
}

h2{
	text-align:center;
	font-weight: normal;
	color: #222;
}

.busca_artigo{
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 20px;
	width: 500px;
	height: auto;
	clear: both;
	overflow: hidden;
}

.busca_artigo input[type=image]{
	width: 16px;
	height: 16px;
	margin-left: 2px;
	margin-right: 0;
	float: left;
	background: #205365;
	border: none;
}

.busca_artigo input[type=image]:hover{
	background: #4a90a9;
}

.busca_artigo input[type=submit]{
	background: #222222;
	padding: 7px 15px;
	color: #FFFFFF;
	border: 0;
	cursor: pointer;
}

.busca_artigo input{
	background: #FFFFFF;
	color: #222;
	padding: 11px;
	float: left;
	width: 90%;
}

.busca_artigo a{ font-size: 14px;font-weight: bold;color: #205365;float: right;padding: 0 12px 0 0; }

.busca_artigo img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.banner_frente{
	width: 927px;
	height: 283px;
	display: table;
	margin: 0 auto;
}

.menu-ajustes {
	color: #205365;
	font-size: 14px;
}

.menu-ajustes:hover {
	color: #349cc1;
}

.titulo-ajustes {
	color: #133a48;
	font-size: 24px;
	font-weight: normal;
}

h1{
	font-weight: normal;
	color: #ffffff;
	background-color: #133a48;
	padding: 1%;
	border: 1px solid #19292E;
	border-radius: 5px;
	margin-bottom: 20px;
	float: left;
	width: 98%;
}

p{
	width: 100%;
	float: left;
	line-height: 22px;
	margin-top: 5px;
}

.green{
	background-color: #DDF4B6;
	color: #000000;
}

.roxo{
	background-color: #B198C0;
	color: #000000;
}

.red{
	background-color: #F9B0B0;
	color: #000000;
}

.yellow{
	background-color: #FFFCE3 !important;
	color: #000000;
}

.amarelo{
	background-color: #FAF2AB !important;
	color: #000000;
}

.blue{
	background-color: #cbe9f7 !important;
	color: #000000;
}

.botoes_rapidos{
	float: right;
	width: auto;
	min-width: 100px;
	height: auto;
	padding: 10px;
	margin: 10px;
	background-color: #FFFFFF;
	border: 1px solid #ecebea;
	text-align: center;
	border-radius: 5px;
}

.cinza{
	background-color: #e7f0f3;
}

.branco{
	background-color: #ffffff;;
}

.color_branco { color: #ffffff; }

.color_lk {color: #297996;}

.color_vermelho { color: #DB000F; }

.color_azul { color: #4990C3; }

.letter_spacing { letter-spacing: 0.5px;line-height: 28px; }

.margin_20 { margin-top: 20px; }

.font_20 { font-size: 20px; }

.font_16 { font-size: 16px; }

.oculto { display: none; }

.erro { color: #F00; }


.tam2{width:2%;}
.tam5{width:5%;}
.tam10{width:10%;}
.tam15{width:20%;}
.tam20{width:20%;}
.tam25{width:25%;}
.tam30{width:30%;}
.tam40{width:40%;}
.tam50{width:50%;}
.tam70{width:70%;}
.tam90{width:90%;}
.tam100{width:100%;}


.align_right { float: right; }
.align_left { float: left !important; }
.align_text_center { text-align: center; }
.align_text_left { text-align: left; }
.align_text_right { text-align: right; }

.degrade{
	background-color: #1f5365;
}

.degrade_inverso{
	color: #000;
	background-color: #133a48;
	border-top: 1px solid #FFFFFF;
}

.degrade_botao{
	color: #ffffff;
	background-color: #1e5465;
	transition: all 0.3s ease 0s;
}

.degrade_botao:hover{
	background-color: #4a90a9;
}

.degrade_botao_active{
	color: #000000;
	background-color: #b6d2dc;
}

#novo {
	float:right;
	width: auto;
    height: auto;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-indent: 0;
    padding: 10px 20px;
	margin: 0 0 15px 0;
    cursor: pointer;
    background-color: #133a48;
    transition: all 0.3s ease 0s;
	border-radius: 6px;
}

#novo:hover {
    background-color: #4a90a9;
}

#header_full{
	width: 100%;
	height: auto;
	float: left;
	position: fixed;
	top:0;
	background-color: #133a48;
	z-index: 9999999;
}

#header_content{
	width: 100%;
	min-width: 1100px;
	height: 130px;
	float: left;
	margin-top: 14px;
}

#footer_full_footer{
	width: 100%;
	min-width: 1100px;
	height: auto;
	float: left;
	background-color: #0e303c;
	color: #BCBCBC;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}

#footer_full{
	width: 100%;
	min-width: 1100px;
	height: auto;
	float: left;
}

#footer_full_footer p{
	width: 50%;
	font-size: 12px;
	color: #a4ccda;
	line-height: 30px;
}

#footer_full_footer a{
	color: #a4ccda;
	font-size: 12px;
}

#menu li, #menu_acesso li { color: #a4ccda; }
#menu a, #menu_acesso a { color: #a4ccda; }
#menu a:hover, #menu_acesso a:hover { color: #ffffff; }

#menu_acesso{
	float: left;
	margin: 10px 7px;
	font-size: 1em;
	color: #2F4F4F;
}

#menu{
	float: right;
	margin: 10px 7px;
	font-size: 1em;
	color: #2F4F4F;
}

#menu_esquerdo{
	float: right;
	margin: 0%;
	margin-top: 55px;
	color: #2F4F4F;
}

#main{
	display: table;
	width: 90%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 100px;
}

#menudropdwon{
	display: none;
}

#menudropdwon .barra {
	float: left;
	margin-right: 12px;
	margin-top: 3px;
}

#menudropdwon .barra b {
  width: 21px;
  height: 3px;
  border-radius: 2px;
  display: block;
  background: #a4ccda;
  margin-bottom: 3px;
}

#menudropdwon ul {
    position: absolute;
    margin: 0;
    list-style:none;
    background-color: #133a48;

	/* borda redonda */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    /* border-radius: 5px; */
    width: 100px;
}

#menudropdwon li a{
	text-decoration: none;
	cursor: pointer;
	color: #a4ccda;
	width: 100px;
	line-height: 24px;
}

#menudropdwon li {
    display: inline-block;
    padding: 5px 10px;
    position: relative;
    color: #FFFFFF;
    cursor: pointer;
    width: 100px;
}

#menudropdwon li:hover > ul {
    display: block;
    color: #FFFFFF;
}

#menudropdwon ul ul {
    position: absolute;
    display: none;
    margin: 0;
    padding: 10px 10px;
    width: 150px;
}
#menudropdwon ul ul li {
    display: block;
}

.body{
	max-width: 1100px;
	min-width: 800px;
	width: 1000px;
	margin: 0 auto;
}

.logo{
	float: left;
	width: 170px;
	margin-top: 45px;
}

.logo img{
	width: 225px;
	height: 50px;
}

.logo_footer{
	float: right;
	width: 190px;
	margin-top: 30px;
	overflow: hidden;
}

.main_content{
	width: 700px;
	float: right;
	padding: 5px;
}

.main_content a{
	color: #0BA1D2;
	font-weight: bold;
}

.main_artigos{
	width: 700px;
	float: right;
}

.main_artigos ul{
	padding: 3%;
	margin: 1%;
	margin-left: 0;
	border-radius: 10px;
	float: left;
	width: 94%;
	border: 1px solid #E4E4E4;
	background-color: #ffffff;
}

.main_artigos ul li{
	float: left;
	width: 100%;
	color: #666;
	line-height: 24px;
}

.main_artigos ul li a{
	color: #4a90a9;
	font-size: 14px;
	font-weight: bold;
}

.main_artigos ul li a:hover { color: #51b6da; }

.main_artigos .down{
	float: right;
	width: 20%;
	text-align: center;
	margin-bottom: 5px;
}

.main_artigos .autor_exibicao{
	float: left;
	width: 75%;
}

.main_artigos .autor_exibicao a{
	color: #4990C3;
}

.main_artigos ol{
	float: left;
	width: 97%;
	padding: 1%;
	margin: 1%;
	border: 1px solid #19292E;
	border-radius: 10px;
}

.main_artigos ol li{
	float: left;
	width: 98%;
	border-bottom: 0;
	cursor: pointer
}

.main_artigos ol li{
	float: left;
	width: 98%;
	border-bottom: 0;
	cursor: pointer;
}

.main_artigos ol li ul{
	display: none;
	width: 100%;
	background-color: #FFFFFF;
}

.main_form{
	width: 50%;
	float: left;
	margin-top: 0;
	margin-bottom: 20px;
}

.main_formContato{
	width: 500px;
	float: left;
	margin-top: 0;
	padding: 0px 5px;
}


.form_submeter_artigo label.pequeno { width: 15%; }

.form_submeter_artigo input.pequeno { width: 24%; }

.form_submeter_artigo input[type=submit] { width: 135px; }


ul.menu_interno_areas{
	background: none;
	border: 0;
	padding: 0;
	width: 100%;
}

ul.menu_interno_areas li{
	width: 33.3%;
	float: right;
	height: 40px;
	text-align: center;
	line-height: 36px;
}

ul.menu_interno_areas li a{
	color: #ffffff;
	width: 100%;
	float: left;
	font-size: 14px;
	font-weight: bold;
}


ul.menu_interno_areas li.degrade_botao_active a{
	color: #1f5365;
}

.citacao{
	float: left;
	width: 98%;
	padding: 1%;
	border-radius: 10px;
	border: 1px solid #19292E;
	background-color: #143a48;
	font-style: italic;
	margin-top: 20px;
	color: #FFFFFF;
	font-size: 18px;
}

.voltar{
	float: left;
	padding: 0px;
	background: #133a48;
	border-radius: 5px;
	border: 1px solid #133a48;
	width: 90px;
	margin: 0 auto;
	color: #fff;
	line-height: 35px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.finalizar{
	float: left;
	padding: 1%;
	border-radius: 10px;
	border: 1px solid #19292E;
	margin-left: 1%;
}

.botao{
	float: none;
	padding: 0px;
	border-radius: 5px;
	width: 140px;
	margin: 0 auto;
	line-height: 40px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}

.nome_revisor_encaminhar{
	float: left;
	width: 48%;
	text-align: left;
}

.lista_autores{
  position: absolute;
  width: 600px;
  height: auto;
  max-height: 300px;
  display: none;
  background-color: #FFF;
  border: 1px solid #C0C0C0;
  padding: 15px;
  text-align: left;
  border-radius: 5px;
  margin-left: 120px;
  margin-top: 5px;
  overflow: auto;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.lista_autoresFechar {
    color: #F00;
    float: right;
    cursor: pointer;
    margin-top: -11px;
    margin-right: -12px;
}

#email_autor{
	position: absolute;
	margin-left: 5px;
	margin-top: 5px;
	width: 300px;
	height: auto;
	display: none;
	background-color: #ffffff;
	border: 1px solid #d1d1d1;
	padding: 10px;
	text-align: center;
	color: #4396b3;
	z-index: 99999;
}

#email_autorFechar, #aba_export_citationFechar{
	color: #F00;
	float: right;
	cursor: pointer;
	margin-top: -17px;
	margin-right: -17px;
}

.doi_received {
	font-size: 12px;
	color: #666;
	width: 540px;
	margin-bottom: 5px;
}

.doi_doi {
	width: 540px;
	margin-bottom: 5px;
}

#articles_tools{
	float: right;
	width: 165px;
	height: auto;
	border: 1px solid #d1d1d1;
	text-align: justify;
	margin-top: -20px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

#articles_tools legend{
	background-color: #d1d1d1;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 5%;
	padding-bottom: 5%;
	float: left;
	margin-bottom: 4px;
}

#articles_tools p{
	padding: 0px;
	margin: 0;
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
}

#articles_tools a{
	text-decoration: none;
	color: #d52839 !important;
}

#articles_tools a:hover {
    text-decoration: none;
    color: #4c4c4c !important;
}

#resumo{
	font-size: 14px;
	color: #464646;
	border: 1px solid #d1d1d1;
	float: left;
	width: auto;
	background-color: #FFFFFF;
	padding: 40px 30px;
}

#resumo legend{
	width: 715px;
	height: auto;
	overflow: hidden;
	text-align: left;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: left;
	margin-bottom: 10px;
	font-size: 16px;
}

#resumo p{
	margin: 0;
	text-align: justify;
}

#aba_export_citation {
	position: absolute;
	margin-left: -14px;
	margin-top: 68px;
	width: 150px;
	height: auto;
	display: none;
	background-color: #ffffff;
	border: 1px solid #d1d1d1;
	padding: 10px;
	text-align: left;
	z-index: 99999;
}

#open_citation {
	cursor: pointer;
	height: 20px;
	background-image: url('./image/seta-pra-esquerda.png');
	background-repeat: no-repeat;
	background-position: right;
	height: auto;
	padding: 6px;
	width: 122px;
	text-indent: 4px;
	margin-left: 15px;
	background-color: #ececec;
	border: 1px solid #ececec;
	float: left;
}

#open_citation:hover {
	background-color: #d2d2d2;
	border: 1px solid #d2d2d2;
	color:#fff;
}

#aba_export_citation p{
	padding: 0px;
	margin: 0;
	font-size: 12px;
	line-height: 24px;
}

#resumo #r1{
	display: none;
}

#resumo #r2{
	display: none;
}

#resumo #r3{
	display: none;
}

#abas{
	width: 540px;
	float: left;
	margin-top: 100px;
}

#abas a{
	font-size: 14px;
	position: relative;
	bottom: -1px;
	display: inline-block;
	padding: 1em 1.35em;
	color: #4a90a9;
	border: 1px solid transparent;
	border-bottom: none;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

#abas a:hover{color: #205365;}

#abas .acitve{
	border-color: #d1d1d1;
	background: #fff;
	color: #4d4d4d !important;
}

.troca_data { float: right; }

.troca_data input {width: 100px;float: none;text-indent: 0;text-align: center;}

.troca_data input[type=submit] {width: auto;float: right;text-indent: 0;margin-left: 5px;}

.content_artigos{
	width: 75%;
	float: left;
}

.content_botoes{
	width: 23%;
	float: right;
}

#mais_autores{
	width: 100%;
	float: left;

}

.main_artigos .autor_exibicao strong {
    color: #1f5365;
}

.main_artigos ul li strong {
    color: #1f5365;
}

ul#menu_esquerdo li a:hover {
    color: #fff;
}

ul#menu_esquerdo li a {
    color: #a4ccda;
}

#footer_full_footer a:hover {
    color: #fff;
}

.busca_artigo a:hover {
    color: #5fa0b7;
}

#menudropdwon li a:hover {
    color: #fff;
}

input#buscar { padding: 18px 0px; }

.voltar:hover {
    background: #4a90a9;
    border: 1px solid #4a8fa9;
    color: #fff;
}

input:disabled {
    background: #d2d2d2;
}