/* CSS Admin PrestaShop */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #000;
	text-align: left;
	background-color: #FFFFFF;
}

/* FONTS */

.bold {
	font-weight: bold;
}

.valor {
	font-weight: bold;
}

.valorFinal {
  padding: 1em;
  margin: 5px;
  border: solid red 5px;
}


.dependencia {
  display: none;
}

.info {
  display: none;
  	/*float: bottom;*/
	position: fixed;
	top: 80px;
	right: 300px;
	width: 300px;
	margin-top: 4px;
	margin-bottom: 2px;
	border: 1px solid #c93;
	padding: 6px;
	color: #1a1aaa;
	/* to fix IE6, I can't just declare a background-color,
	I must do a bg image, too!  So I'm duplicating the pointer.gif
	image, and positioning it so that it doesn't show up
	within the box */
	background-color: #ffc;
	

}

.item {
  margin: 5px;
}

legend, th {
	font-family : Trebuchet,Arial,Helvetica,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family : "Trebuchet MS",Trebuchet,Arial,Helvetica,sans-serif;
}

h1 {
	font-size: 1.6em;
	margin: .67em 0 .67em .67em;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 5px;
	padding: 1em;
	border: 2px solid #DFD5C3;
	background: #FFFFF0;
	font-size: 1.1em;
	/*width: 800px;*/
}

  
legend {
	margin: 0;
	padding: 0.2em 0.5em;
	border: 3px solid #DFD5C3;
	background: #FFF6D3;
	font-weight: bold;
	text-align: left;
}

label {
	float: left;
	width: 170px;
	padding: 0.2em 0 0 0;
	text-align: left;
	font-size: 0.9em;
	font-weight: bold;
}


/*label:after {
	clear: both;
}*/

input, textarea, option {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 2px;
	padding: 0;
}

input[type="text"], input[type="password"], input[type="file"], textarea {
	padding: 2px 4px;
	border: 1px solid #E0D0B1;
}

input[type="text"], input[type="password"], input[type="file"], input[type="radio"], input[type="checkbox"], textarea, select, option {
	background-color: white;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #E0D0B1;
	width: 100px;
}

input:focus, textarea:focus {
	background-color: #F0EBD6;
}


.width2 {
	width: 700px;
}

.menuPeriodo {
	width: 700px;
}



/* help boxes */
/* The hint to Hide and Show */
.hint {
   	display: none;
   	float: left;
    position: relative;
    left: 0px;
    width: 200px;
	margin-top: 4px;
    margin-bottom: 2px;
    border: 1px solid #c93;
   	padding: 6px;
   	color: #7F7F7F;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background-color: #ffc;
}




