TOTVS IDEIA


<!*************Formatação do cabeçalho***************-->
<style>
.columnLayout.two-equal {
/*  width: 100%; 
    height: 100%; */
    margin: 0 auto;
    text-decoration: none;
    background-image: url(https://tdn.totvs.com/download/attachments/619749959/background_frame3.png?version=1&modificationDate=1621858412993&api=v2);
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.columnLayout.two-equal .innerCell {padding: 25px;}

/* Retira o tempo de leitura */
.page-metadata { 
	display: none !important; 
}

/* mostra só o workflow */
.page-metadata>ul.cw-bylines { 
	display: content; 
}

.tabs-pane.active-pane {
	display: inherit !important;
	place-content: center;
}

.wiki-content .contentLayout2 .columnLayout .cell {
	padding: 0 40px;
}

.showcase {
	width: 210px;     
}

.sr-showcase.conf-macro.output-inline {
	padding: 0 0px;
	margin: 0px;
}

.showcase-action .aui-button {
	width: 90%;
	text-align: center;
	font-weight: bold;
    transition-duration: 0.3s; 
  	-ms-transform: translate(-5%, -5%); 
  	transform: translate(-5%, -5%); 
}

.showcase-action .aui-button:hover {
	background-color: orange;
}

.sr-showcase>h2 {
    text-align: center; 
	max-height: 40px;
	height: 40px; 
    padding: 4px 0px; 
    white-space: normal; 
}

/*
.sr-showcase>.showcase-caption {
	padding: 16px 0;
}
*/

.showcase-action {
	margin: 0 !important;
}

.sr-showcase>img {
    vertical-align: top;
    horizontal-align: center;
    width: 150px; 
	height: 150px; 
    margin-left: 30px; 
}
.sr-showcase { 
   ​margin-bottom: 0;
   width: 210px;
}

.panel, .alertPanel, .infoPanel {    
    margin: 5px 0px;
}

jfk-bubble.gtx-bubble {
	display: none;
}

<!********TIRA O MENU LATERAL*********-->

div.theme-default .ia-splitter #main {
    margin-left: 0px;
}
.ia-fixed-sidebar, .ia-splitter-left {
    display: none;
}

#main {
    padding-left: 10px;
    padding-right: 10px;
    overflow-x: hidden;
}

.aui-header-primary .aui-nav,  .aui-page-panel {
    margin-left: 0px !important;
}
.aui-header-primary .aui-nav {
    margin-left: 0px !important;
}

.aui-tabs.horizontal-tabs>.tabs-menu>.menu-item.active-tab a::after { 
	background: #FF9900; !important 
}

.menu-item.active-tab { 
	border-bottom: none !important; 
}

</style>
<!****************************-->