body {
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #464646;
	margin-left: 10px;
	margin-top: 5px;
	background-color:#f5f5f5;
    overflow-x: hidden;
}

select, option, input, textarea  {
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #464646;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type=checkbox],
input[type=radio] {
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}

input[type=radio] {
    bottom: 2px;
}

label {
    margin-right: 20px;
}

td {
	vertical-align:top;
}

th {
    font-weight: 600;
}

a {
	text-decoration: none;
	color: #3a3e78;
}

A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline;}

textarea {
    resize: vertical;
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.tb01 {
	border: solid;
	border-color: #666666;
	border-width:2px;
	background-color:#FFFFFF;
	background:#FFFFFF;
}

.tb02 {
	background-color:#f5f5f5;
}

.tb02Historico {
	background-color:#f5f5f5;
	border-radius: 5px;
}

.tb02Borda {
	border-right: solid;
	border-color: #FFF;
	border-width:0.5px;
}

.tb03 {
	border-collapse: collapse;
}

.tb03 td {
	border: solid;
	border-color: #888;
	border-width:1px;
	background-color:#fff;
}

.tb04 {
    background-color: #e8e8e8;
}

.tb04Borda {
	border-right: solid;
	border-bottom: solid;
	border-color: #FFF;
	border-width:1px;
}

.tbFiltroBusca {
	background-color:#f5f5f5;
}

.tbFiltroBuscaWiki {
	background-color:#f5f5f5;
	padding-top: 10px;
	padding-left: 10px;
}

.tbFormulario tr {
    padding-bottom: 50px;
}

.setasNavega {
	margin-top:40px;
}

.FormLogin {
	width: 200px;
	height: 18px;
}

.FormTxt01 {
	width: 400px;
	height: 18px;
}

.divLogin {
	margin-top:70px;
}

.div02 {
	margin-top:30px;
	margin-bottom: 30px;
}

.div03 {
	margin-top:20px;
	margin-right:10px;
}

.div04 {
	margin-left:15px;
	margin-right: 20px;
	margin-bottom: 25px;
}

.div05 {
	margin-bottom:10px;
}

.divTitPrinc {
	margin-top:20px;
	margin-bottom:20px;
}

.divTxt01 {
	margin-top:20px;
	margin-bottom:20px;
}

.divLista01 {
	line-height: 25px;
}

.menuPrinc {
	background:#e5e5e5;
}

.LinkMenuPrinc {
	background:#e5e5e5;
	color:#464646;
	font-size:16px;
}

.BtSumit01 {
	background-color: #3a3e78;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	padding-left: 20px;
	padding-right:20px;
	padding-top: 8px;
	padding-bottom:8px;
	border: 1px solid #DCE9CA;
	-moz-border-radius: 5px 5px 5px 5px;
}

.BtSumit02 {
	background-color: #3a3e78;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	padding-left: 10px;
	padding-right:10px;
	padding-top: 5px;
	padding-bottom:5px;
	border: 1px solid #DCE9CA;
	-moz-border-radius: 5px 5px 5px 5px;
	cursor: pointer;
}

.BtSumit02:disabled {
	background-color: #e5e5e5;
	color: #42433F;
	cursor: not-allowed;
}

.BtSumit03 {
    background-color: #3a3e78;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    border: 1px solid #DCE9CA;
    -moz-border-radius: 5px 5px 5px 5px;
}

.BtDisabled {
    background-color: #888;
}

.BtBranco {
    background-color: #fff;
    color: #3a3e78;
    border: 1px solid #3a3e78;
}

.BtAlignRight {
    margin-right: -5px;
}

.BtAlignLeft {
    margin-left: -5px;
}

.titPrinc {
	color: #464646;
	font-size: 23px;
}

.tit01 {
	font-size: 18px;
}

.tit01aux {
	margin-bottom: 0px;
}

.tit01aux:nth-child(n+2) {
	margin-top: 30px;
}

.tit02 {
	font-size: 14px;
	font-weight:bold;
}

.tit02aux {
    font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
}

.tit03 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3a3e78;
}

.tit04 {
	font-size: 12px;
    font-weight: bold;
}

/* TABELA DE CONTEÚDOS */
.sectionHeader td {
    font-size: 18px;
    color: #3a3e78;
    border-bottom: 1px solid #3a3e78;
    width: 100%;
    padding-bottom: 5px !important;
}

.sectionHeader + tr td {
    padding-top: 15px !important;
}

.sectionBorder td:first-of-type {
    border-left: 1px solid #3a3e78;
    padding-left: 10px !important;
}

.sectionBorder td:last-of-type {
    border-right: 1px solid #3a3e78;
    padding-right: 10px !important;
}

.sectionFooter td {
    border-bottom: 1px solid #3a3e78;
    padding-bottom: 10px !important;
}

.txt01 {
	color: #3a3e78;
	font-size: 13px;
	font-weight: bold;
}

.mensagemPadrao {
	font-size:11px;
	color:#3a3e78;
	text-align: left;
}

.note {
    font-style: italic;
}

.fontePadrao{
	font-size: 13px;
}

.buscaAvancada {
	padding: 10px;
	cursor: pointer;
}

.msg01 {
	color: #333399;
	font-size:14px;
}

.cxTxt01 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:16px;
	width: 500px;
	color:#666666;
}

.cxTxt02 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:15px;
	width: 250px;
	color:#666666;
}

.cxTxt03 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:15px;
	width: 50px;
	color:#666666;
}

.cxTxt04 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:15px;
	width: 180px;
	color:#666666;
}

.cxTxt05 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 15px;
    width: 100px;
    color: #666666;
}

.cxTxtOrdem {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:16px;
	width: 30px;
	color:#666666;
}

.cxtxtArea01 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 500px;
	height: 30px;
	color:#666666;
	padding-top:4px;
}


.cxtxtArea02 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 500px;
	height: 80px;
	color:#666666;
	padding-top:4px;
}

.cxtxtArea03 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 200px;
	height: 60px;
	color:#666666;
	padding-top:4px;
}

.cxtxtArea04 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 1000px;
	height: 30px;
	color:#666666;
	padding-top:4px;
}

.cxtxtArea05 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 1000px;
	height: 250px;
	color:#666666;
	padding-top:4px;
}

.cxtxtArea06 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 1000px;
	height: 60px;
	color:#666666;
	padding-top:4px;
}

.cxTxtData {
	height:16px;
	width: 100px;
	font-size:11px;
}

.cxTxtData2 {
	height:12.2px;
	width: 58px;
	font-size:11px;
	text-align: left;
}

.cxTxtDataBR {
	height:16px;
	width: 100px;
	font-size:11px;
	display: block;
}

.cxtxtEmail {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 500px;
	height: 60px;
	color:#666666;
	padding-top:4px;
}

.divLargura01 {
	padding-right:25px;
}

.upper {
	text-transform:uppercase;
}

.hidden {
	display: none;
}

.cxTxtMedio {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    width: 400px;
    height: 200px;
    color: #666666;
    padding-top: 4px;
}

.cxTxtGrande {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    width: 100%;
    height: 350px;
    color: #666666;
    padding-top: 4px;
}

/* CONTENT TABLE */
.singleCol {
    width: 65%;
    min-width: 1000px;
}

.singleCol td{
    padding-bottom: 10px;
}

.singleCol input[type="text"],
.singleCol textarea,
.singleCol select{
    width: 99%;
    padding-right: 0;
    padding-left: 5px;
    margin-left: 0;
    margin-right: 0;
    border: 0;
}

.singleCol select{
    width: calc(100% + 1px)
}

.doubleCol {
    width: 100%;
}

.doubleCol .firstCol {
    width: 50%;
    padding-right: 4%;
    border-right: #B4D08B 1px solid;
}

.doubleCol .firstCol td{
    padding-bottom: 10px;
}

.doubleCol .secondCol {
    width: 50%;
    padding-left: 3%;
}

.doubleCol .secondCol td{
    padding-bottom: 10px;
}


.doubleCol .firstCol table,
.doubleCol .secondCol table {
    width: 100%;
}

.doubleCol .firstCol .listContainer,
.doubleCol .secondCol .listContainer {
    width: 100%;
}

.doubleColLeft {
    display: inline-block;
    width: 48%;
}

.doubleColLeft .blockContainer .inputListCol {
    max-width: 100%;
    line-height: normal;
}

.doubleColRight {
    display: inline-block;
    float: right;
    width: 48%;
}

.doubleColRight .blockContainer .inputListCol {
    max-width: 100%;
}

/* TABLE SORTER */
table.tablesorter thead tr th,
table.tablesorter tfoot tr th {
    color: #3a3e78;
}

table.tablesorter thead .tablesorter-headerUnSorted {
    background-image: url(../images/unsorted.gif);
    background-position: left center;
    padding-left: 20px;
}

table.tablesorter thead .tablesorter-headerAsc {
    background-image: url(../images/asc.gif);
    background-position: left center;
    padding-left: 20px;
    border-bottom: #3a3e78 2px solid;
}

table.tablesorter thead .tablesorter-headerDesc {
    background-image: url(../images/desc.gif);
    background-position: left center;
    padding-left: 20px;
    border-bottom: #3a3e78 2px solid;
}

table.tablesorter thead tr th {
    border-bottom: #B4D08B 2px solid;
}

table.tablesorter tbody tr td {
    border-bottom: #B4D08B 1px solid;
}

table.tablesorter tbody tr.odd td {
    background-color:#F0F5E7;
}

table.tablesorter tbody tr.even td {
    //background-color:#F0F0F6;
}

.exibeConteudo {
	background-color: #fff;
	/*border-style: solid;*/
	/*border-width: 1px;*/
	margin: 5px;
	padding: 5px;
	font-size: 11px;
	font-style: normal;
	display: inline-block;
}

.conteudoDestaque {
	font-size: 14px;
}

.divConteudoWiki{
	background-color:#FFFFFF;
	width: 100%;
	padding: 0px 0px 10px 20px;
}

.divConteudoWiki p{
	margin:0px;
}

.wikitit02 {
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
}

.wikitit02:hover{
	text-decoration: underline;
}

.submitLink {
    background:none!important;
 	border:none;
    padding:0!important;

    /*optional*/
    font-family:arial,sans-serif; /*input has OS specific font-family*/
    color:#069;
    cursor:pointer;
}

.submitLink:hover {
    text-decoration:underline;
}

.clickable {
	cursor: pointer;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #FFFFFF;
    color: #555;
    text-align: center;
    padding: 5px 0;

    position: absolute;
    z-index: 1;
    top: 125%;
    left: 50%;
    margin-left: -60px;

    opacity: 0;
    transition: opacity 0.25s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #FFFFFF transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.chkFerramenta {
	margin-right: 8px;
}

.chkFerramenta:nth-child(n+2) {
	margin-left:  15px;
}

.cleanList {
	list-style-type: none;
	padding-left: 20px;
}

.cleanList li {
	margin-bottom: 10px;
}


.tableSurroundBorder tr:first-child td {
    border-top: 1px solid #d2d2d2;
}

.tableSurroundBorder tr:last-child td {
    border-bottom: 1px solid #d2d2d2;
}

.tableSurroundBorder tr td:first-child {
    border-left: 1px solid #d2d2d2;
}

.tableSurroundBorder tr td:last-child {
    border-right: 1px solid #d2d2d2;
}

.tableNoBorder td {
    border: none !important;
}

/* MENU */
#Menu {
	height: 5%;
	min-height: 5%;
}

#Menu ul {
	padding: 0;
	display: block;
	margin: 0;
	list-style-type: none;
	text-align:center;
}

#Menu ul li {
	padding-right: 10px;
	padding-left:10px;
	margin: 0;
	font-size: 11px;
	float: left;
    line-height: 20px
}

#Menu ul li a {
	padding: 1px 0 1px 6px;
	margin: 0;
	display: block;
	text-decoration: none;
	background-color: #644a89;
	color:#FFF;
	font-weight: bold;
	font-size: 11px;
	padding: 5px 5px 5px 5px;
}

#Menu ul li a:hover {
	background-color: #3a3e78;
}

.divMenu {
	background-color:#644a89;
	color:#FFF;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	position: relative;
	width: auto;
    padding: 0px 3% 5px 3%;
	height:25px;
}

.divPrincipal {
	width: 100%;
    height: 100%;
	padding: 0 !important;
	margin: 0 !important;
}

.divConteudo {
	background-color:#FFFFFF;
	width: auto;
    height: auto;
	padding: 20px 3% 20px 3%;
}

.divRodape {
	background: #644a89;
	width: auto;
	padding: 10px 3% 10px 3%;
	color:#FFFFFF;
}

/* DROPDOWNS MENU */
/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    min-width:100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    text-align: left;
    white-space: nowrap;
}

/* Links inside the dropdown */
.dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    //background-color: #437000 !important;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #437000;
    //text-decoration: underline !important;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #437000 !important;
}

/* EDIÇÃO DE CONTEUDO DE BLOCOS */
.blockContainer {
    border: 1px solid #3a3e78;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    width: auto;
}

.blockContainer .blockContainer {
    border: 1px solid #ccc;
    margin-top: 0px;
    margin-bottom: 10px;
    width: auto;
    margin-right: -4px;
}

.blockContainer input[type="text"]{
    width: 100%;
}

.blockContainer .blockContainer textarea{
    width: 100%;
}

.blockContainer .blockContainer table{
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.blockContainer .blockContainer img{
    margin-left: 20px;
    width: 250px;
}

.blockStatus {
    vertical-align: middle;
    padding-left: 10px;
    font-size: 12px;
    font-weight: 400;
}

/* LISTA ARRASTÁVEL */
.listContainer {
    border: 1px solid #3a3e78;
    padding-top: 10px;
    width: 90%
}

.sortableInstruction {
    font-size: 1.1em;
    padding-left: 1em;
}

#sortable {
    list-style-type: none;
    margin: 0;
    padding: 10px;
    width: auto;
}

#sortable li {
    margin: 0 3px 8px 3px;
    padding: 0.4em;
    padding-left: 1.5em;
    font-size: 1.4em;
    background-color: #CFE8AE;
    border: 1px solid #3a3e78;
    height: 28px;
    cursor: move;
}

#sortable li span {
    position: absolute;
    margin-left: -1.3em;
}

.ui-sortable-placeholder {
    visibility: visible !important;
    background-color: transparent !important;
    border: 1px dashed #3a3e78 !important;
}

.noStretch{
    width:1%;
    white-space:nowrap;
}

/* ESTILOS TINYMCE
.mce-panel {
    background-color: #CFE8AE !important;
    border-color: #006666 !important;
}

.mce-btn {
	background: #CFE8AE !important;
}

.mce-btn:hover {
	background: #B4D08B !important;
    border-color: #006666 !important;
}

.mce-branding-powered-by {
    background-color: #CFE8AE !important;
    border-color: #006666 !important;
}

.mce-container {
    border-color: #006666 !important;
}*/

/* MODAL */

.ui-widget-overlay {
opacity: .50 !important; /* Make sure to change both of these, as IE only sees the second one */
filter: Alpha(Opacity=50) !important;

background-color: rgb(50, 50, 50) !important; /* This will make it darker */
}

.ui-dialog {
	border: 1px solid #3a3e78 !important;
}

.ui-dialog .ui-dialog-content {
	overflow: auto;
	position: relative;
	text-align: center;
	font-size: 15px;    padding-top: 20px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.ui-dialog  .ui-dialog-buttonpane {
	border: 0 none;
	text-align: center;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	text-align: center;
	width: 100% !important;
	float: none !important;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
	margin-right: 40px;
	margin-left: 40px;

	background-color: #3a3e78;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	padding-left: 20px;
	padding-right:20px;
	padding-top: 8px;
	padding-bottom:8px;
	border: 1px solid #DCE9CA;
	-moz-border-radius: 5px 5px 5px 5px;
}

.sectionLabel {
	padding-top: 15px;
}

.fullWidth {
	width: 100%;
}

.contatoFinalizado {
	font-weight: bold;
	color: #CCC;
}

.agendaDiaExpandir {
	cursor:  pointer;
}

.agendaDiaTD {
	padding: 0 !important;
}

.agendaDiaTable {
	padding: 10px 0;
}

.expandirTudo, .minimizarTudo {
	cursor:  pointer;
}

.agendaDiaOportunidade {
	width: 20px;
	margin-right: 5px;
	display: inline-block;
}

.agendaDiaOportunidadeHistorico {
	width: 18px;
	margin-right: 4px;
	display: inline-block;
}

.agendaDiaProdutos {
	width: 54%;
	margin-right: 10px;
	display: inline-block;
	float: left;
}

.agendaDiaProdutosValor {
	width: 40%;
	display: inline-block;
	float: right;
}

.historicoAdicionarEmail {
	padding: 0 0 0 10px;
}

.historicoAcao {
	font-size: 13px !important;
}

.itemFiltro {
	margin-bottom: 10px;
}

.divCol {
	display: inline-grid;
	padding-right: 15px;
	line-height: 22px;
	padding-right: 30px
}

.contentTableContainer{
	width: 100%;
	display: none;
}

.contentTableContainer table{
	width: 100%;
}

.doubleLine {
	line-height: 22px;
}

.tdBorder{
	border: 1px solid lightgray;
}

.listaCanais {
    padding-left: 16px;
    color: #464646 !important;
}

.listaCanais a {
    color: #464646 !important;
}

.listaCanais li {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 12px;
}

.listaCanais li ul {
    padding-left: 16px;
    padding-top: 16px;
}

.listaCanais li ul li {
    font-size: 14px;
    padding-bottom: 8px;
}

.listaCanais li ul li ul li {
    font-size: 14px;
    font-style: italic;

}

.aviso_salvar {
    color: #57b25c;
    font-style: italic;
    margin: 0px 15px;
}

.aviso_salvar_erro {
    color: #cc1a1a;
}

.itemFiltro {
    margin-bottom: 10px;
}

.divCol {
    display: inline-grid;
    padding-right: 15px;
    line-height: 22px;
    padding-right: 30px
}

.inputListCol {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    line-height: 26px;
    max-width: 50%;
}

.exportacao, .exportacao td, .exportacao th {
    border: solid 1px #000;
    width: auto;
    font-family: Arial;
}

.tbProposta th {
    text-align: center;
}

.tbProposta .titulo th {
    text-align: left;
    line-height: 32px;
}

.tbProposta td {
    text-align: center;
    white-space: nowrap;
}

.descProposta td {
    text-align: left;
    white-space: normal;
}

.buttonBar {
    width: 100%;
    text-align: center;
}

.tbDestaque {
    background-color: #644a89;
    color: #fff;
}

.escalaList div {
    margin-bottom: 8px;
}

.spacerBox1 {
    height: 2rem;
}
 
.spacerBox2 {
    height: 3rem;
}