body {
   background-color: rgb(0, 0, 0, 0.8);   
}

nav {
   position: fixed;
   top: 0px;
   height: auto;
   width: 100%;
}

header a {
   color: white;
   text-decoration: none;
   font-size: 12px;
   text-align: center;
   display: block;
}

header a:hover {
   color: black;
   border: 1px solid;
   border-radius: 5px;
   background-color: rgb(255, 255, 0, 0.8)
}

.titulo_scobra {
	clear: both;
   padding-top: 60px;
	padding-left: 100px;
	font-size: 30px;
	font-weight: bold;
	color: #0093de;
}

.titulo_scobra span {
	font-size: 20px;
	color: #12181b;
}

.subtitulo_erp {
	padding-left: 260px;
   padding-bottom: 30px;
	font-size: 13px;
   font-weight: bold;
	color: #2b1e1e;
}

@media screen and (max-width: 768px) {

   nav .container .row {
      padding-bottom: 4px;
   }
   .titulo_scobra {
      padding-top: 90px;
      padding-left: 10px;
      font-size: 18px;
   }
   .titulo_scobra span {
      font-size: 14px;
   }
   .subtitulo_erp {
      padding-left: 100px;
      padding-bottom: 10px;
      font-size: 11px;
   }
}
/* padding-top
padding-right
padding-bottom
padding-left */

.section_left_text {   
   font-size: 12px;
   color: #0282c5;
}

/*.topicos {  
	font-weight: bold;
	font-size:16px;
	color: #c2e647;
   padding-top: 20px;
	border-bottom: 1px solid #3a8dff;	
}

.topicos_contents {
   margin-top: 10px;
   font-size: 12px;
   color: #0282c5;
}*/

.new_topico {
	font-weight: bold;
	font-size: 16px;
	color: #c2e647;
	padding-top: 20px;
	padding-left: 0px;

	border-bottom: 1px solid #3a8dff;
	background-image: url('../images/topico.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
}

.new_topico_contents {
	margin-top: 10px;
	font-size: 12px;
	color: #0282c5;	
}

.contents_genericos p {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

.contents_genericos li {
	margin-bottom: 10px;
}

.contents_genericos a {
	color: #c2e647;
	text-decoration: none;
}

.ativaMaxOr li {
	padding-bottom: 6px;
}

.ativaMaxOr label {
	min-width: 60px;
}

.ativaMaxOr_texto {
	height: 20px;
	width: 200px;
	border-radius: 0px;
	font-size: 12px;
	
}


	#links_rapidos li {
		font-size: 12px;
		padding: 2px 20px;
		list-style: none;
		background-image: url('../images/links_rap_bullets.jpg');
		background-position: left center;
		background-repeat: no-repeat;
	}

	#links_rapidos li a {
		color: #46819e;
		text-decoration: none;
		text-align: left;

	}

#links_rapidos li a {
	color: #46819e;
	text-decoration: none;
    text-align: left;
}
#links_rapidos li a:hover {
	padding-left: 5px;
	color: #c2e647;
	text-decoration: none;
}

.pdca_contents {
    margin: 20px 30px;
    font-size: 12px;
    color: #46819e;
	list-style: none;
}

.pdca_contents img {
   float: left;   
   padding-right: 30px;
}

.pdca_contents p {
   padding-top: 5px;
}

.pdca_contents a {
   color: #c2e647;
   text-decoration: none;
}

.produtos_itens {
	margin: 20px 0px;
	font-size: 12px;
	color: #46819e;
}
	.produtos_itens a {
		color: #c2e647;
		text-decoration: none;
	}

/*tr {
	width: 100%;
	display: inline-table;
	height: 30px;
}

table {
	height: 300px;
}

tbody {
	overflow-y: scroll;
	height: 200px;	
	position: absolute;
}*/

.textoInput input[type=text] {
	text-align: center;
}

.waitCursor {
	cursor: wait;
}

footer {
   color: #46819e;
   margin-top: 2px; 
}

footer a {
   text-decoration: none;
   color: #46819e;
   font-weight: bold;
}

footer a:hover {
   color:yellow
}

.footer_left {
   font-size: 12px;   
   margin-top: 5px;
}

	.footer_left img {
		margin-top: 5px;
		margin-left: 30px;
		padding-right: 20px;
		float: left;
		padding-bottom: 10px;
	}

.footer_right {
   font-size: 11px;
	float: left;
	padding: 16px 10px 0px 10px;
	line-height: 25px;
	text-align: right;
}