﻿/* Zero default margin & padding around common elements */
body, dd, dl, dt, form, h1, h2, h3, h4, h5, h6, ul, ol, li, p
{
	border: 0;
	padding: 0;
	margin: 0;
}
	
body
{
	color: #000000;
	font-family: Verdana, Arial, MS Sans Serif!important;
	font-size: 8pt!important;	
	height:100%;	
}

header, footer
{ 
	height:50px;
}
footer {
    position: absolute;
    bottom: 0;
}
#mainContent
{
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:550px;
}
input, select, textarea
{
	color: #000000;
	font-family: Verdana, Arial, MS Sans Serif;
	font-size: 8pt;
}


ul.sideBySide
{
	list-style-type:none;	
}

ul.sideBySide li
{
	display: inline;
	float:left;
}

ul.cellpadding li
{
	padding:4px 0 4px;
}
.clear
{
	clear:both;	
}

#exitArea
{
	height:48px; 
	width:70px; 
	background-color:#656A6E; 
	border-bottom:1px solid #A1A0A4;
}
#trackingOrder
{
	padding: 0.3em 0.3em 0;
}
#productsToBuy
{
	clear:both;
	padding: 0.3em 0.3em 0;
}

#pedidoSummarized ul
{
	margin: 0.2em 0.2em 0;
	background-color:#BBBCC0;
	border: 1px solid #656A6E;	
	list-style: none;
}

#pedidoSummarized li
{
	display:inline-table;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:20px;
	padding-right:5px;
	font-size:10pt;
	font-weight:bold;	
}

#pedidoSummarized li.valor
{
	padding-right:100px!important;
}

ul.headerDivision
{
	list-style-type:none;	
}

ul.headerDivision li
{
	display: inline;
	float:left;
	padding:0px;
}

/*Error*/
input.error {
    border: 1px solid red;
    display:block;
}

label.error {
    color: Red;
    font-weight: bold;
    font-size:8pt;
    font-style:italic;
    display:none;
}

/***Form**/
form
{
	padding:5px;
}
	
form .highlight
{
	background-color:#81BEF7;
}

li.required
{
	font-weight:bold;	
}

ul.buttonArea li
{
	float:right!important;
	padding:10px;
}

input:readonly
{
	background-color:#EAEAEA;
}

.labelHorarioDesc {
    color: blue;
    font-weight: bold;
    font-size:15pt;
    font-style:italic;
    display:none;
    width:100%;
    position:relative;
    background-color:#81BEF7;
    text-align: center;
  }

.button{
	cursor:pointer;
	padding: 5px 16px 3px;  
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius:6px;  
	border: 0px solid #ccc;  
	position: relative;
	/* Label */
	color: #fff;
	font-size:9pt;
	text-shadow: rgba(10, 10, 10, 0.5) 1px 2px 2px;
	text-align: center;
	vertical-align: middle;  
	text-overflow: ellipsis;
	overflow: hidden;  
	background: #3025FC;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#3025FC), to(#000000));
	background: -webkit-linear-gradient(#3025FC, #000000);
	background: -moz-linear-gradient(#3025FC, #000000);
	background: -ms-linear-gradient(#3025FC, #000000);
	background: -o-linear-gradient(#3025FC, #000000);
	background: linear-gradient(#3025FC, #000000);
	-pie-background: linear-gradient(#3025FC, #000000);
	-webkit-box-shadow: rgba(88, 88, 88, 0.5) 0px 10px 10px;
	-moz-box-shadow: rgba(88, 88, 88, 0.5) 0px 10px 10px; /* FF 3.5+ */
	box-shadow: rgba(88, 88, 88, 0.5) -2px 5px 5px;  
	behavior: url(/Content/pie.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}

.button2{
	cursor:pointer;
	padding: 5px 16px 3px;  
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius:6px;  
	border: 0px solid #ccc;  
	position: relative;
	/* Label */
	color: #fff;
	font-size:9pt;
	text-shadow: rgba(10, 10, 10, 0.5) 1px 2px 2px;
	text-align: center;
	vertical-align: middle;  
	text-overflow: ellipsis;
	overflow: hidden;
	background: #6D7B8D;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#6D7B8D), to(#000000));
	background: -webkit-linear-gradient(#6D7B8D, #000000);
	background: -moz-linear-gradient(#6D7B8D, #000000);
	background: -ms-linear-gradient(#6D7B8D, #000000);
	background: -o-linear-gradient(#6D7B8D, #000000);
	background: linear-gradient(#6D7B8D, #000000);
	-pie-background: linear-gradient(#6D7B8D, #000000);
	-webkit-box-shadow: rgba(88, 88, 88, 0.5) 0px 10px 10px;
	-moz-box-shadow: rgba(88, 88, 88, 0.5) 0px 10px 10px; /* FF 3.5+ */
	box-shadow: rgba(88, 88, 88, 0.5) -2px 5px 5px;
	behavior: url(/Content/pie.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}

.button3{
	cursor:pointer;
	padding: 1px 10px 1px;  
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius:4px;  
	border: 0px solid #ccc;  
	position: relative;
	/* Label */
	color: #fff;
	font-size:9pt;
	text-shadow: rgba(10, 10, 10, 0.5) 1px 2px 2px;
	text-align: center;
	vertical-align: middle;  
	text-overflow: ellipsis;
	overflow: hidden;
	background: #6D7B8D;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#6D7B8D), to(#000000));
	background: -webkit-linear-gradient(#6D7B8D, #000000);
	background: -moz-linear-gradient(#6D7B8D, #000000);
	background: -ms-linear-gradient(#6D7B8D, #000000);
	background: -o-linear-gradient(#6D7B8D, #000000);
	background: linear-gradient(#6D7B8D, #000000);
	-pie-background: linear-gradient(#6D7B8D, #000000);
	-webkit-box-shadow: rgba(88, 88, 88, 0.5) 0px 10px 10px;
	-moz-box-shadow: rgba(88, 88, 88, 0.5) 0px 10px 10px; /* FF 3.5+ */
	box-shadow: rgba(88, 88, 88, 0.5) -2px 5px 5px;
	behavior: url(/Content/pie.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}

.movFolheto
{
	min-height:250px;
}

.plansystMessages
{ 
  width:100%; 
  min-height:120px; 
  position: relative;
  bottom: 0px;
  left: 16px;
  font-size: 8px;
}

.initialMessages
{
	width:60%; 
	min-height:150px; 
	
}

.initialMessages p
{
	font-family: Verdana;
	font-weight:bold;
	font-size:18pt;
	padding:10px;
}

.initialMessages .cliente
{
	font-family: Verdana;
	font-weight:bold;
	font-style:italic;
	font-size:14pt;
	padding:10px;
}

.initialMessages p a
{
	font-family: Verdana;
	font-size:9pt;
}

#processingRequest
{
	padding:40px 10px 40px 10px;
	font-size:12px;
	font-weight:bold;
}


/* Flash helper */
.flash-info, .flash-success, .flash-warning, .flash-error, .validation 
{
   margin-top: 4px;
   padding: 10px 0px 5px 40px;
   background-repeat: no-repeat;
   background-position: 5px top;
   font-family: Arial,Helvetica,sans-serif;
   text-decoration: bold;
   font-size: small;
}
.flash-info {
    color: #00529B;
    background-color: #BDE5F8;
	background-image: url('img/info-32.png'); 
	border: solid 1px #00529B;
}
.flash-success {
    color: #4F8A10;
    background-color: #DFF2BF; 
	background-image:url('img/Valid-32.png');
	border: solid 1px #4F8A10;
}
.flash-warning {
    color: #9F6000;
    background-color: #FEEFB3;
	background-image: url('img/Warning-32.png');
	border: solid 1px #9F6000;
}
.flash-error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('img/ErrorCircle-32.png');
	border: solid 1px #D8000C;
}

/*Distancias entre os elementos do filtro de pesquisa de produtos*/
ul.search li
{
	padding-right:2px;	   
}

@media screen and (min-width: 1024px) {

	/*Distancias entre os elementos do filtro de pesquisa de produtos*/
	ul.search li
	{
	   padding-right:3px;
	}
}


@media screen and (min-width: 1280px) {
	/*Moviementação --> Produtos*/
	#codPlaca{width:70px;}
    #modelo{width:140px;}
    #slcAno{width:60px;}
    #codPeca{width:80px;}
	#numFabricante{width:120px;}
	#descricao{width:200px;}
	#aplicacao {width:200px;}
	
	
	/*Distancias entre os elementos do filtro de pesquisa de produtos*/
	ul.search li
	{
	   padding-right:20px;	   
	}
}



/*
@media screen and (min-height: 768px) {
	#mainContent{min-height:660px; background-color:Blue;}
	
}

@media screen and (min-height: 900px) {
	#mainContent{min-height:790px; background-color:Lime;}
	
	
}

@media screen and (min-height: 1080px) {
	#mainContent{min-height:646px; background-color:Purple;}
	
	
}
*/