.areaclientes {
	color: #666666;
	width:100%;
	background-color: #EEEEEE;
	border-bottom: 1px solid #FFF;
	box-shadow: 0px 0px 5px #666;
	-moz-box-shadow: 0px 0px 5px #666;
	-webkit-box-shadow: 0px 0px 5px #666;
	max-height: 40px;
	left: 0px;
	top: 0px;
	z-index: 2000;
	display: table;
	height: 40px;
	overflow: visible;
	line-height: 40px;
}

.areaclientes #form_areaclientes {
	min-height:40px;
}
.areaclientes .form_areaclientes {
	min-height:40px;
	float:right;
	margin-right: 20px;
}

.areaclientes .bloco_areaclientes {
    background: #EEE;
    height: 40px;
    line-height: 40px;
    width: 100%;
    /*text-align: right;*/
    color: #666;
}

.areaclientes #mensagem_areaclientes{
    height:40px;
    float: right;
	margin-right:20px;
}

.areaclientes .textinput
  {
	box-shadow: inset 1px 1px 3px 0px #CCC;
	-moz-box-shadow: inset 1px 1px 3px 0px #CCC;
	-webkit-box-shadow: inset 1px 1px 3px 0px #CCC;
	background-color: #F9F9F9;
	border-radius: 16px;
	color: #666;
	cursor: auto;
	height: 20px;
	width: 130px;
	border: 1px solid #FFFFFF;
	font: 12px 'bold';
	display: inline;
    margin-bottom:0px
}

.areaclientes .textinput[type="password"] {
    padding-left: 10px;
	width: 120px;
}
.areaclientes .textinput:hover{
	background-color: #FFF;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

.areaclientes #empresa,
.areaclientes h3 {
	color: #999;
	text-shadow: 1px 1px 1px #FFF;
	margin: 0px 20px 0px 10px;
	font: 16px/40px 'bold';
	display:inline
}

.areaclientes #logo_cliente{
    height:30px;
    vertical-align:middle;
    margin-left:5px;
    margin-right:5px;
}

.areaclientes #suporte_logo_cliente{
    display:inline-table;
    background-color:#FFFFFF;
    border:1px solid #333;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    box-shadow: 1px 1px 3px #666 inset;
    -webkit-box-shadow: 1px 1px 3px #666 inset;
    -moz-box-shadow: 1px 1px 3px #666 inset;
}

.areaclientes .enviar {
	height: 20px;
	width: auto;
    cursor:pointer;
    margin-left:10px
	}
.areaclientes .menu_areaclientes_interno_bt {
	z-index: 2;
	float: none;
	position: relative;
	height: 40px;

}
/*.areaclientes .menu_areaclientes{
	background: #CCC;
	border: 1px solid #666;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	-webkit-box-shadow: 1px 1px 3px #999;
	padding: 41px 10px 10px;
	position: relative;
	z-index: 0;
	margin-bottom: -1000px;
	display: block;
	overflow: visible !important;
}
.areaclientes .menu_areaclientes a{
	font-size: 14px;
	line-height: 24px;
	border-top: 1px dotted #999;
	text-align: right;
	display: list-item;
	width: auto;
	list-style: none;
}
.areaclientes .menu_areaclientes a{
	color:#666;
	text-decoration: none;
	margin-right: 10px;
	font-size: 12px;
	text-shadow: 1px 1px 1px #FFF;
	font-family: 'bold';
}
.areaclientes .menu_areaclientes a:hover {
	color:#333;
	text-decoration: none;
}*/

.disable    {
	color: #CA0938;
}

.enviar , #ok{
	vertical-align: middle;
}

#ok {
	margin-left: -24px;
}

#form_file_upload{
	float: left;
	position: absolute;
	width: 230px;
	margin: 10px;
	overflow: hidden;
	}

.planos {
	float: left;
	width: 171px;
	border: 2px solid #e5e5e5;
	padding: 10px;
	margin-right: 10px;
	border-radius: 10px;
	max-height:400px;
	min-height:400px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #e5e5e5; /* Old browsers */
	background: -moz-linear-gradient(top,  #e5e5e5 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e5e5e5 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	position: relative;
	font-size: 80%;
}

.planos:last-child{
	
	margin-right: 0px;
	}

.planos .button2 {
	margin: -1px;
}

.planos h2 {
	text-shadow: 1px 1px 1px #dddddd;
	-moz-text-shadow: 1px 1px 1px #dddddd;
	-webkit-text-shadow: 1px 1px 1px #dddddd;
	margin-bottom: 10px;
}

.planos h5 {
	text-shadow: 1px 1px 1px #FFF;
	-moz-text-shadow: 1px 1px 1px #FFF;
	-webkit-text-shadow: 1px 1px 1px #FFF;
	margin-top: 10px;
	margin-bottom: 0px;
}

.planos ul {
	text-shadow: 1px 1px 1px #FFF;
	-moz-text-shadow: 1px 1px 1px #FFF;
	-webkit-text-shadow: 1px 1px 1px #FFF;
	list-style: none;
	display: inline;
}

.planos ul li {
	white-space: normal;
	width: 100%;
	border-top: 1px dotted #999;
	padding-top: 10px;
	padding-bottom: 10px;
}

.planos .plano_ativo{
background: #76ff00; /* Old browsers */
background: -moz-linear-gradient(top,  #76ff00 0%, #168407 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#76ff00), color-stop(100%,#168407)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #76ff00 0%,#168407 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #76ff00 0%,#168407 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #76ff00 0%,#168407 100%); /* IE10+ */
background: linear-gradient(to bottom,  #76ff00 0%,#168407 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76ff00', endColorstr='#168407',GradientType=0 ); /* IE6-9 */
}
.Cliente_contrato ,
.XML,
.arq_sped
{
    display:block;
	border: 1px solid #999;
	margin-bottom: 10px;
	padding: 15px 15px 15px 10px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.buttons_sped {
    margin-top: -3px;
}

.arq_sped {
    background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #dddddd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#dddddd 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
    border-color: #00db00;
    color: #666666;
height: 20px;
line-height: 20px;
}

    .arq_sped img {
        margin-right: 10px;
        vertical-align: middle;
    }

    .arq_sped .arquivo {
        font-weight:bold;
    }

    .arq_sped .status {
        margin-left:20px
    }

.aguardando {
    background: #FFF !important;
    border-color: #D5D5D5;
    color: #D5D5D5;
}

.nao_aceito{
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	}
.aceito{
	background: #FFF !important;
	}
.excluido{
    color:#fff !important;
	background: #666 !important;
	}
.aceito .id_proposta_orcamento{
	background: #3C3;
	border-color: #093;
	}
.id_proposta_orcamento {
	background-color:#333;
	color:#FFF;
	font:bold 14px/30px "bold";
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #000;
	padding: 10px;
}

.razao_social_orcamento {
	margin-left:10px;
	padding: 8px;
	cursor: pointer;
	font: 12px/30px 'black';
}

.dados_orcamento,
.valores_orcamento  {
	position:relative;
	float: left;
	margin-top: 10px;
	width:45%
}


.legenda_orcamento, .dados{
	line-height: 150%;

}

.legenda_orcamento{
	color: #333;
	font-family: 'bold';
	text-transform: none;
}

.data_criacao_orcamento, .data_edicao_orcamento, .data_aceito_orcamento, .data_envio_orcamento {

}

 .dados_internos_orcamento{
     line-height:120%
}
.botoes_orcamento {
	float: right;
}

.botoes_orcamento span {
	margin-left:5px
}

.lista_paginas {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}
.lista_paginas a {
	margin: 1px;
	height: 30px;
	width: 30px;
	padding: 5px 10px;
	font: 14px/30px 'bold';
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color: #999;
	border: 1px solid #999;
	}
.lista_paginas a:hover {
	background: #CCC;
	color: #FFF;
	}
	
	.lista_paginas a.ativo {
	background: #666;
	color: #FFF;
	}
#privilegios{
	margin-top: 10px;
	margin-bottom: 10px;
		}
	.privilegio{
	display:inline-block;
	margin: 5px;
	font-size: 10px;
	line-height:22px;
		}
.privilegio_nome{
	background-color: #F00;
	padding: 5px;
	border: 1px solid #900;
	text-transform: uppercase;
	color: #FFF;
		
		}
.privilegio_remove {
	background-color: #900;
	padding: 5px;
	border: 1px solid #900;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	border-radius: 0px 10px 10px 0px;
	cursor: pointer;
}
