* {
	margin: 0px;
	padding: 0px;
}

body {font-family: Arial, Helvetica, sans-serif; font-size: 11px;}

@font-face {
    font-family: 'DaxMedium';
    src: url('../fonts/dax-medium-webfont.eot');
    src: url('../fonts/dax-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dax-medium-webfont.woff') format('woff'),
         url('../fonts/dax-medium-webfont.ttf') format('truetype'),
         url('../fonts/dax-medium-webfont.svg#DaxMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

a {
	color: #000000;
	text-decoration: none;
}

ul { list-style-type: none; }

.center {
    margin: 0 auto;
    width: 940px;
}

.clear { clear: both; }
.espaco { clear: both; height: 10px;}

/*** HEADER ********/
#header {
    background: url(../imagens/bgHeader.jpg) no-repeat left top;
    color: #636262;
    font-family: 'DaxMedium';
    height: 70px;
    width: 100%;
}
#header h1 {
    float: left;
    padding-top: 5px;
    width: 240px;
}
#header h1 span { display: none; }

/***********************/
#nav {
    background: url(../imagens/bgNav.png) left top repeat-x;
    border-radius: 4px;
    height: 36px;
    width: 100%;
}

/*************************/
.botoesSubmit,
.pular, .botaoNormal {
    text-shadow: 0 0 8px #222222;
    min-width: 70px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
    background: #efefef;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#efefef), to(#878787));
    background: -webkit-linear-gradient(#efefef, #878787);
    background: -moz-linear-gradient(#efefef, #878787);
    background: -ms-linear-gradient(#efefef, #878787);
    background: -o-linear-gradient(#efefef, #878787);
    background: linear-gradient(#efefef, #878787);
    -pie-background: linear-gradient(#efefef, #878787);

    border: 1px solid #8e8e8e;
    color: #000;
    cursor: pointer;
    float: right;
    height: 20px;
    text-align: center;
    font-size: 11px;
    line-height: 22px;

    padding: 0px 3px;
    font-family: 'DaxMedium';

}

.botaoNormal
{
	float: none;
}

input[type="submit"]:hover,
input[type="button"]:hover,
.pular:hover {

    background: #878787;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#878787), to(#5f5f5f));
    background: -webkit-linear-gradient(#878787, #5f5f5f);
    background: -moz-linear-gradient(#878787, #5f5f5f);
    background: -ms-linear-gradient(#878787, #5f5f5f);
    background: -o-linear-gradient(#878787, #5f5f5f);
    background: linear-gradient(#878787, #5f5f5f);
    -pie-background: linear-gradient(#878787, #5f5f5f);

}

/*******************/
.footer {margin: 0 auto; width: 935px; height: 21px; background:url(../imagens/footer.png) no-repeat;}
.footer span {float: left;font-size: 10px; margin: 8px 0 0 260px;}
/***********************/

.bordatitulo {border-bottom: 1px solid #e2e2e2; padding-bottom: 5px; margin-left: 10px;}
h2.titulo { font-size:16px; font-weight: bold; font-family: 'DaxMedium'; float:left;line-height: 20px;}
span.subtitulo {font-family: 'DaxMedium'}

.aba {    
    height: 26px;
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
    background: #facb5d;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#facb5d), to(#f38e31));
    background: -webkit-linear-gradient(#facb5d, #f38e31);
    background: -moz-linear-gradient(#facb5d, #f38e31);
    background: -ms-linear-gradient(#facb5d, #f38e31);
    background: -o-linear-gradient(#facb5d, #f38e31);
    background: linear-gradient(#facb5d, #f38e31);
    

    float:left;
    margin-right: 4px;
    text-align: center;
    padding: 5px 20px 0px;
    font-weight: bold;
    margin-left: 4px;
}

.abas {font-size: 13px; width: 940px;}

.aba2 {    
    height: 26px;
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
    background: #f7a61d;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f7a61d), to(#ec5a0f));
    background: -webkit-linear-gradient(#f7a61d, #ec5a0f);
    background: -moz-linear-gradient(#f7a61d, #ec5a0f);
    background: -ms-linear-gradient(#f7a61d, #ec5a0f);
    background: -o-linear-gradient(#f7a61d, #ec5a0f);
    background: linear-gradient(#f7a61d, #ec5a0f);    

    float:left;
    margin-right: 3px;
    margin-left: 3px;
    color: #FFF;
    text-align: center;
    padding: 5px 20px 0px;
}

.aba2:hover {text-shadow: 1px 1px 1px #414141;}


/************************/
.bloco {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #FFC7B6;
    border-radius: 12px 12px 12px 12px;
    box-shadow: 1px 1px 3px #D6D6D6;
    color: #000;
    font-size: 11px;
    margin-top: 10px;
    padding: 20px 20px 20px 20px;
    position: relative;
    z-index: 0;

}
.bloco input[type="text"], .bloco input[type="password"], .bloco input[type="number"] {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FB8601;
    border-radius: 4px 4px 4px 4px;
    float: left;
    height: 23px;
    line-height: 23px;
    width: 140px;
    position:relative;
    z-index: 0;
}

.bloco label {
    display: block;
    float: left;
    font-weight: bold;
    line-height: 23px;
    margin: 0 20px;
    text-align: right;
    width: 180px;
    /** PADRAO LABEL ***/
    font-size: 11px;
    color: #333333;
}

.grupoinput{
    display: block;
    position: relative;
    width: 900px;
}

.grupoinput select,
.grupoinput input,
.grupoinput textarea {
    font-family: Arial, Helvetica, sans-serif;
    position:relative;
    margin-right: 10px;
    z-index: 0;
}

.clear {clear:both; height:10px;}

.bloco input[type="text"], .bloco input[type="password"],input[type="text"], input[type="password"] {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FB8601;
    border-radius: 4px 4px 4px 4px;
    float: left;
    height: 23px;
    line-height: 23px;
    padding-left: 5px;
    width: 140px;
}

#alert {
    overflow: hidden;
}

#btOk.pular { height: 13px; line-height: 13px; width: 13px; min-width: 0px;}


/*******/
table.tabelaPadrao {
    border-spacing:0;
    text-align:left;
    margin:auto;
    font-size:13px;
    min-width:620px;
    max-height:620px;

}

table.tabelaPadrao th {
    border-bottom: 2px solid #E2E2E2;
    border-top: 2px solid #E2E2E2;
    font-size: 11px;
    font-weight: bold;
    height: 30px;
    text-align:left;
    padding-left: 10px;
}
thead tr th {
    background-color: #E8E8E8 !important;
}
table.tabelaPadrao th a {margin-left: 5px;}
table.tabelaPadrao td {
    text-align:left;
    border-bottom: 1px solid #E2E2E2;
    border-spacing: 0;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
}


.linhalaranja3 {height: 7px; width: 940px; background-color: #f38e31;}

a.track {
    background: url("../imagens/track.png") no-repeat scroll left 8px transparent;
    color: #FF5F00;
    height: 35px;
    padding-left: 25px;
    padding-top: 10px;
}

.blocoTracking .trackField {
    margin-bottom: 10px;
}
.blocoTracking h2 {
    font-family: 'DaxMedium';
}
.linhaTrack {
    height: 2px;
    width: 350px;
    border-bottom: 2px solid #FACB5D;
}

.select2,
.select3,
.select4{
    border: 1px solid #FB8601;
    border-radius: 5px;
    height: 23px;
    line-height: 23px;
    float: left;
    margin-right: 10px;
    padding-top: 2px;
}
.select3 { width: 260px; }
.select4 { width: 350px; }

.bt-DownloadRelatorio {
    background: url("../imagens/downloadRelatorio.png") no-repeat scroll 0 center transparent;
    display: block;
    float: left;
    height: 14px;
    padding-left: 25px;
}


.notificacao {
    background-position: 10px 8px !important;
    background-repeat: no-repeat !important;
    border: 1px solid;
    border-radius: 6px 6px 6px 6px;
    font-size: 11px !important;
    margin: 0 10px 15px;
    padding: 0;
    position: relative;
    width: 97.5%;
}
.notificacao p { font-size: 11px !important; }
.notificacao div{
    display: block;
    font-style: normal;
    line-height: 1.5em;
    padding: 8px 10px 8px 36px;
}
.notificacao .close {
    color: #990000;
    font-size: 9px;
    position: absolute;
    right: 5px;
    top: 5px;
}
.sucesso {
    background: url("../imagens/icon_sucesso.png") no-repeat scroll left top #D5FFCE;
    border-color: #9ADF8F;
    color: #556652;
}
.erro {
    background: url("../imagens/icon_erro.png") no-repeat scroll left top #FFCECE;
    border-color: #DF8F8F;
    color: #665252;
}
.atencao {
    background: url("../imagens/icon_atencao.png") no-repeat scroll 10px 11px #FFFBCC;
    border-color: #E6DB55;
    color: #666452;
}


/*** PAINEL CLIENTES *****/

.blocoDashboard {
	width: 300px;
	float: left;
}
.blocoDashboard .blocoTopo {
	border-bottom: 2px solid #555555;	
}
.blocoDashboard .blocoTopo a {
	height: 25px;
	line-height: 25px;
	margin-left: 4px;
	color: #999999;
}
.blocoDashboard .blocoTopo a:hover { color: #444444; }
.blocoDashboard .blocoTopo a.ativo { color: #000000; font-weight: bold; }
.blocoDashboard .blocoTopo h3 {	
    font-family: 'DaxMedium';
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin-bottom: 5px;
    float: left;
    margin-right: 8px;
}

.blocoDashboard .overview { display: none; }
.blocoDashboard ul.ativo { display: block !important; }
.blocoDashboard .overview li {
	height: 25px;
	line-height: 25px;
	border-bottom: 1px solid #999999;
	padding-left: 10px;
	font-size: 13px;
}
.blocoDashboard .overview li span {
	float: right;
	font-size: 12px;
	font-weight: bold;
}

.graficoClientes { float: right; width: auto; }
.graficoClientes table {
	display: none;
}


.btnsChart {	
	float: left;
	width: 100%;
}
.btChart,
.btChartResultado {
	float: left;
	margin-right: 15px;
	padding-left: 15px;
	font-size: 12px;
	display: block;
	height: 15px;
	line-height: 15px;
	color: #888888;
	padding-top: 3px;
	padding-bottom: 3px;
}
.btnsChart li a.ativo {
	background: url(../imagens/check.png) left center no-repeat transparent;
	color: #000000;
}
.btnsChart li a:hover { color: #555555; }

.aba3 {

    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
    background: #facb5d;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e0e0e0), to(#aaaaaa));
    background: -webkit-linear-gradient(#e0e0e0, #aaaaaa);
    background: -moz-linear-gradient(#e0e0e0, #aaaaaa);
    background: -ms-linear-gradient(#e0e0e0, #aaaaaa);
    background: -o-linear-gradient(#e0e0e0, #aaaaaa);
    background: linear-gradient(#e0e0e0, #aaaaaa);
    -pie-background: linear-gradient(#e0e0e0, #aaaaaa);

    float:left;
    margin-right: 7px;
    text-align: center;
    padding-top: 5px;
    font-weight: bold;
    margin-left: 7px;
    height: 20px;margin-top: 8px; font-size: 12px;
    padding-top: 5px; padding-left: 5px; padding-right: 5px;
}

.aba4 {

    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
    background: #f7a61d;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#bbbbbb), to(#555555));
    background: -webkit-linear-gradient(#bbbbbb, #555555);
    background: -moz-linear-gradient(#bbbbbb, #555555);
    background: -ms-linear-gradient(#bbbbbb, #555555);
    background: -o-linear-gradient(#bbbbbb, #555555);
    background: linear-gradient(#bbbbbb, #555555);
    -pie-background: linear-gradient(#bbbbbb, #555555);

    float:left;
    margin-right: 7px;
    margin-left: 7px;
    color: #FFF;
    text-align: center;
    padding-top: 5px;

    height: 19px;margin-top: 8px; font-size: 12px;
    padding-top: 5px; padding-left: 5px; padding-right: 5px;
}
.aba4:hover {font-weight: bold;}

.linhacinza3 {height: 7px; width: 940px; background-color: #aaaaaa;}


#tabelaClientes tbody tr,
#tabelaUsuariosOnline tbody tr
{
	cursor: pointer;
}
#tabelaClientes th,
#tabelaUsuariosOnline th { cursor: pointer; }

#tabelaUsuariosOnline tbody tr:hover,
#tabelaClientes tbody tr:hover { background-color: #c3c3c3; }

.btVoltarTopo {
    background: url("../imagens/back.png") left center no-repeat;
    color: #e87d1b;
    float: right;
    font-family: "DaxMedium";
    height: 15px;
    line-height: 15px;
    padding-left: 30px;
}


.btListarParticipantesCampanha,
.btListarClientesCampanha {
    background: url("../imagens/table_icon.jpg") no-repeat scroll left center transparent;
    font-size: 11px;
    font-weight: bold;
    height: 18px;
    line-height: 25px;    
    padding-left: 23px;
}

.btCloseCampanha {
	float: right;
    font-family: 'DaxMedium';
    font-weight: bold;
    margin-right: 20px;
}

#loading {
    display: none;
    float: left;
    width: 30px;
    margin-left: 20px;
}

.btVisualizarRegulamento {
   	background: url(../imagens/icon_visualizar.png) no-repeat left center;
    font-size: 11px;
    font-weight: bold;
    height: 18px;
    line-height: 25px;    
    padding-left: 23px;
 }
 

.textoRegulamento {
	height: 310px; width: 860px;
}

.textoRegulamento p { padding-left: 0px; margin: 10px 0px;}
.textoRegulamento strong { font-size: 16px;}

.bordaDupla {
    border-top: 1px solid #000000;
    border-bottom: 3px solid #000000;
    height: 2px;
    margin: 15px 0px 5px 0px;
}

.bordaNormal {
    border-top: 1px solid #000000;
    height: 2px;
    margin: 3px 0px 1px 0px;
}


/*** SAMPLE ***/
table.sample {
    font-style: italic;
    font-size: 11px;
}
table.sample, table.preview {
    border-collapse: collapse;
    margin-top: 5px;
    width: auto;
}
table.sample td, table.sample th {
    color: #767676;
}
table.sample th, table.preview th {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #CCCCCC;
    padding: 2px 10px;
    text-align: center;
    width: auto;
}
table.sample td, table.preview td {
    border: 1px solid #CCCCCC;
    padding: 2px 10px;
    text-align: left;
}


#formUpload {
    position: absolute;
    top: 265px;
    left: 0px;
}

#imgUpload { 
	position: absolute;
	left: 270px;
	top: 0px;
}

#imgUpload img {
    border: 1px solid #FB8601;
    float: none;
    margin: 0;
    padding: 3px;
}

span.success {
    color: green;
    font-family: trebuchet MS;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    height: 23px;
    line-height: 23px;
}

.bloco li.uploads {
	font-size: 14px;
	font-weight: normal;
	margin: 30px 0 0 160px;
}

.upload {
	width:901px;
	height:25px;
    margin-left: 30px;
}
.upload label {
    width: 150px;
}

#fileoriginal {
  cursor: pointer;
  opacity: 0.0;
  -moz-opacity: 0.0;
  filter: alpha(opacity=00);
  position: absolute;
  width: 407px;
  z-index: 10;
  left: 0;
  top: 0;
  height: 27px
}

#filefalso {
	background: url("../imagens/upload.png") no-repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 25px;
	margin: 0 10px 0 0;
	padding-bottom: 4px;
	width: 406px;
	z-index: 2;
}

div.errolinha { padding: 3px 5px; }
.errolinha ol {font-weight: bold; font-size: 11px; color:#FF702E;}
.errolinha li {font-size: 10px; color:#000;}
.linhacinza { background: none repeat scroll 0 0 #E2E2E2;
    height: 1px;
    margin: 5px 0 10px;
}

.bt-addnovacamp {
    background: url("../imagens/plus-icon.png") no-repeat scroll left center transparent;
    display: block;
    float: right;
    font-size: 11px;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    margin-bottom: 3px;
    margin-left: 17px;
    margin-right: 8px;
    padding-left: 20px;    
}

#calendar { width: 560px; }
.btCalendario {
	color: #ED6711;
    display: block;
    float: left;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    margin-left: 15px;
    text-decoration: underline;
}

.tabelaPadrao a.edit {
    background: url("../imagens/downloadRelatorio.png") no-repeat scroll left center transparent;
    display: block;
    float: left;
    font-weight: bold;
    font-size: 11px;
    height: 28px;
    width: 18px;
    padding-left: 20px;
    margin-right: 20px;
}

.checkInline {
	height: 20px;
	line-height: 20px;
	float: left;
}
.checkInline input,
.checkInline label {
	float: left;
	height: 20px;
	line-height: 20px;
}
.checkInline label {
	width: auto;
	margin-left: 5px;
}

.bloco a.bt-Email {
    background: url("../imagens/enviarlogin.png") no-repeat scroll 0 center transparent;
    display: block;
    float: right;
    height: 14px;
    padding-left: 29px;
}

textarea.wysiwug {
	font-family: Arial, Helvetica, sans-serif;
    height: 300px;
    padding-top: 5px;
    width: 605px;
}

.selectBox{
	border: 1px solid #414141;
    padding: 4px;
    width: 250px;
}


/** TIP **/

.toolTip {
    position: relative;
	display: inline-block;
	float: left;
	padding: 0px;
	z-index: 1;
	cursor: pointer;
}

.toolTip p {	
	position: absolute;
	background: #ffffff;
	left: 10px;
	top: -20px;
	opacity: 0;	
	line-height: 15px;
	
	filter: alpha(opacity=0); /* internet explorer */
    -khtml-opacity: 0;      /* khtml, old safari */
    -moz-opacity: 0;       /* mozilla, netscape */
    opacity: 0; 
	
	
	z-index: 1003;
	height: 0px;
	
	color: #414141;
	visbility: hidden;
	font-size: 11px;
	overflow: hidden;
	
	-webkit-transition: opacity 0.2s ease-in-out 0s;
	-moz-transition: opacity 0.2s ease-in-out 0s;
	-o-transition: opacity 0.2s ease-in-out 0s;
	transition: opacity 0.2s ease-in-out 0s;
	
}

.toolTip p.right {
	right: 5px;
}

.toolTip .tipImg {
	left: 5px;
    position: absolute;
    top: 2px;
}

.toolTip:hover p {
	height: auto;
	padding: 15px;
	visibility: visible;
	
	filter: alpha(opacity=100); /* internet explorer */
    -khtml-opacity: 1;      /* khtml, old safari */
    -moz-opacity: 1;       /* mozilla, netscape */
    opacity: 1; 
	
	
	
	border: 1px solid #454545;
}

.toolTip.escuro p {
	background-color: #454545;
	color: #ffffff; 
	border: none;
}
.toolTip.escuro:hover p {
	border: 1px solid #454545;
}


.link {
	text-decoration: underline;
	font-weight: bold;
	color: blue;
}


.labelCliente {
    
    width: 224px !important; 
    
}

.blocoGrandeCliente {
    border: 0px !important;
    box-shadow: none !important;
}



