* {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	vertical-align:baseline;
	font-family: 'Arial'

}

.Ocultar_IFrame { 
	display:none; 
	margin-top: 20px;
	line-height: 30px;
}

.alert-box{	
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;	

	z-index: 100;
	
	margin-top: -40px;
}

.alert-box-span {
	color: #FF483C;
	font-size: 1em;
	font-weight: bold;
}

.error {
	background:#ffecec url(".Path_Imagens."error.png) no-repeat 10px 50%;
	border:1px solid #f5aca6;
}

.box-azul-pedido {
	width: 88%;
	height: 35%;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	box-shadow: 1px 1px 5px #aaaaaa;
	-moz-box-shadow: 1px 1px 5px #aaaaaa;
	-webkit-box-shadow: 1px 1px 5px #aaaaaa;
	margin: 1em;
	border-radius:8px;
    background: #f3f3f3;
    color:#ffffff;
    padding: 1em;
    line-height: 30px;
}

/* Inicio Login */

.titulo-area {
	font-size: 1.5em;
	color: #000000;
	font-weight: bold;
	margin-top: 1%;
}

.titulo-login{
	margin-top: -10px;
	margin-bottom: 5px;
	font-size: 1em;
	width: 100%;
	color: #000000;
	float: auto;
	font-weight: bold;
}

#Qdr_Inclusao_S{
	width: 100%;
}
		
		
#Qdr_Aguarde{
	display: none;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
}

#Qdr_Login{
	width: 80%;

	margin-bottom: 1em;
	background: #4A72B2;
	padding: 1em;
	border-radius: 5px;
	color:#ffffff;
}

.Campo_Pad1{
	margin-left: -10px;
	border-radius: 5px;	
	font-size: 1em;
	width: 50%;
	height: 30px;
	box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
	box-shadow: 1px 1px 2px #666666;
	-moz-box-shadow: 1px 1px 2px #666666;
	-webkit-box-shadow: 1px 1px 2px #666666;
} 


input::placeholder {
	font-size: 1em;
	padding-left: 10px;
	padding-top: 5px;
	color: #363636;
}

.table-login {
	width: 80%;
}

.box-login {
	margin-bottom: 0.5em;
	background: #4A72B2;
	border-radius: 5px;
	color:#ffffff;
	width: 100%;
}

.box-login p{
	color:#ffffff;
	text-align: center;
}

.exit{
	padding: 1px;
	margin-right: -10px;

	background: #A01127;
	border-radius: 50%;
	
	float: right;
	cursor: pointer;	
	
	-webkit-transition-duration: 0.4s; 
    transition-duration: 0.4s;	
	
	box-shadow: 1px 1px 2px #555555;
	-moz-box-shadow: 1px 1px 2px #555555;
	-webkit-box-shadow: 1px 1px 2px #555555;	
}

.exit:hover{
	background: #DB1E3C;
}

.Botao_Pad2 {
	width: 180px;
	font-size: 16px;
	font-weight: bold;	
	color: #ffffff;

	padding: 10px;
	background: #47A32C;
	
	margin-left: -5px;
	cursor: pointer;
	
	box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	box-shadow: 1px 1px 2px #555555;
	-moz-box-shadow: 1px 1px 2px #555555;
	-webkit-box-shadow: 1px 1px 2px #555555;
}

.Botao_Pad2:hover{
	color: #000000;
	background-color: #47D22C;
}

/* Fim Login */

.titulo-area{
	width: 100%;
	float: auto;
}

.titulo-area img{
	margin-top: -10px;
	margin-right: -10px;
	float: right;
	cursor: pointer;	
}

.cliente-height{
	background: #4A72B2;
	
	border-radius: 5px;
	box-shadow: 1px 1px 2px #555555;
	-moz-box-shadow: 1px 1px 2px #555555;
	-webkit-box-shadow: 1px 1px 2px #555555;
	
	line-height: 1em;
}

.cliente{
	color: #ffffff;
	font-size: 0.8em;
}

.cliente-dados{
	color: #ffffff;
	font-size: 0.8em;
	font-weight: bold;	
}

.chave{
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 15px;
	width: 50%;
	height: 140px;
	border-radius: 10px;
	background: #8BCC7D;
}

.chave-texto{
	font-size: 1.7em;
	color: #ffffff;
	line-height: 40px;
}

.chave-liberacao{
    font-family: 'Consolas';
	font-weight:bold;
	color:#B1000D;
}

.chave-atencao{
    width:100%;
    margin-left: 10px;
    text-align:left;
    font-family: 'Consolas';
	font-weight:bold;
    font-size: 0.6em;
	color:#444444;
}
 
 .botao_pad1_posicao{
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	justify-content: center;
	width: 91%;
}
		
.Botao_Pad1 {
	color: #2788E0;
	background: -webkit-linear-gradient(bottom, #C4C4C4, #DBDBDB 70%);
	background: -moz-linear-gradient(bottom, #C4C4C4, #DBDBDB 70%);
	background: -o-linear-gradient(bottom, #C4C4C4, #DBDBDB 70%);
	background: -ms-linear-gradient(bottom, #C4C4C4, #DBDBDB 70%);
	background: linear-gradient(bottom, #C4C4C4, #DBDBDB 70%);
		
	border-radius: 5px;
	
	box-shadow: 1px 1px 3px #666666;
	-moz-box-shadow: 1px 1px 3px #666666;
	-webkit-box-shadow: 1px 1px 3px #666666;
	
	display: block;
	cursor: pointer;
	font-size: 0.8em;
	font-weight: bold;
	
	margin: 0.5em;
	width: 50%;
	height: 70px;
	line-height: 25px;
	text-align: center;
	
	text-decoration: none;
	
	padding: 5px 15px;
	position: relative;
}

.opcoes-area a:hover { 
	color: #f0f0f0;
	background: -webkit-linear-gradient(bottom, #2788E0, #27A4E0 70%);
	background: -moz-linear-gradient(bottom, #2788E0, #27A4E0 70%);
	background: -o-linear-gradient(bottom, #2788E0, #27A4E0 70%);
	background: -ms-linear-gradient(bottom, #2788E0, #27A4E0 70%);
	background: linear-gradient(bottom, #2788E0, #27A4E0 70%);
} 

.Botao_Pad3 {
	font-weight: bold;
	color: #ffffff;

	background-color: #E8B745;
	
	width: 150px;
	height: 50px;
	margin-right: 5px;

	cursor: pointer;
	
	box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-transition-duration: 0.4s; 
    transition-duration: 0.4s;
	
	box-shadow: 1px 1px 2px #555555;
	-moz-box-shadow: 1px 1px 2px #555555;
	-webkit-box-shadow: 1px 1px 2px #555555;
}

.Botao_Pad3:hover{
	color: #000000;
	background-color: #FFEB45;

}
    
.Botao_Pad4 {
	font-weight: bold;	
	color: #ffffff;

	background-color: #47A32C;
	
	width: 150px;
	height: 50px;
	margin-left: 5px;	

	cursor: pointer;
	
	box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
	
	box-shadow: 1px 1px 2px #555555;
	-moz-box-shadow: 1px 1px 2px #555555;
	-webkit-box-shadow: 1px 1px 2px #555555;
}

.Botao_Pad4:hover{
	color: #000000;
	background-color: #47D22C;
}

 .Formulario_1{
	margin-top: 20px;
	width: 100%;
	color: #000000;
 }

.Formulario_1 tr {
	font-size: 0.7em;
	font-weight: bold;
	height: 30px;
}

 .Formulario_1 span{
	line-height: 20px;
}
 
.Formulario_1 input[type="text"] {
	font-size: 1.2em;

	height: 30px;
	width: 100%;
	
	border-radius: 5px;
	box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
	
	box-shadow: 1px 1px 3px #666666;
	-moz-box-shadow: 1px 1px 3px #666666;
	-webkit-box-shadow: 1px 1px 3px #666666;
}

.Formulario_1 textarea {
	font-size: 1.2em;
	
	width: 100%;
	
	border-radius: 5px;
	box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
	
	box-shadow: 1px 1px 3px #666666;
	-moz-box-shadow: 1px 1px 3px #666666;
	-webkit-box-shadow: 1px 1px 3px #666666;
}


.Formulario_1 textarea.focus {
	border: solid 1px #707070;
	box-shadow: 0 0 5px 1px #969696; 
}

.pedidos-cliente{
	color: #000000;
}

.bol-tabela{
	margin-top: 20px;
	
	font-size: 0.7em;
	color: #000000;
	background: #27A4E0;
	border-radius: 5px;
	
	box-shadow: 1px 1px 5px #aaaaaa;
	-moz-box-shadow: 1px 1px 5px #aaaaaa;
	-webkit-box-shadow: 1px 1px 5px #aaaaaa;
}

.bol-titulo{
	color: #ffffff;
}

.bol-sub-titulo{
	line-height: 15px;
}

.bol-row{
	color: #000000;	
	background: #f0f0f0;
}

.doc-tabela{
	margin-top: 20px;
	
	font-size: 0.7em;
	color: #ffffff;
	
	border-radius: 5px;
	background: #363636;
	
	box-shadow: 1px 1px 5px #aaaaaa;
	-moz-box-shadow: 1px 1px 5px #aaaaaa;
	-webkit-box-shadow: 1px 1px 5px #aaaaaa;
}

.doc-titulo{
	color: #ffffff;
}

.doc-row{
	color: #000000;
	background: #f0f0f0;
}

@media only screen and (max-width: 1440px) {
	.box-azul-pedido {
	width: 92.5%;
	}
}
	
@media only screen and (max-width: 1024px) {
	.botao_pad1_posicao{
		flex-wrap: wrap;
		width: 100%;
		margin-top: ;
}
	
	.Botao_Pad1 {
		margin: 0.5em;
		width: 90%;
		line-height: 30px;
	}
	
}

@media only screen and (max-width: 800px) {
	.box-azul-pedido {
		margin: 0px;
	}
	
	.Campo_Pad1{
		font-size: 1em;
		width: 80%;
		height: 30px;
	} 

	input::placeholder {
		padding-left: 5px;
		font-size: 1em;
		padding-top: -3px;
		color: #000000;
	}
	
	.exit{
		width: 30px;
		height: 30px;
	}
	
	.exit img{
		width: 30px;
		height: 30px;
	}
	
	.chave{
		width: 80%;
	}
	
	.cliente-height{
		line-height: 0.7em;
	}
	
	.cliente{
		font-size: 0.5em;
	}
	
	.cliente-dados{
		font-size: 0.5em;
	}
	
	.chave-texto{
		font-size: 1em;
	}
	
	.chave-liberacao{
		font-size: 1.5em;
		line-height: 30px;
	}
	
	.Botao_Pad3{
		width: 100px;
		height: 25px;
		margin-left: 5px;	
	}
	
	.Botao_Pad4{
		width: 100px;
		height: 25px;
		margin-left: 5px;	
	}
	
	.bol-tabela{
		font-size: 0.5em;
	}

	.doc-tabela{
		font-size: 0.5em;
	}

		
}

		  

          
