/* Estilo */
* {
    outline: none !important;
}

html, body {
    height: 100%;
    margin: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-family: Lucida Sans,Lucida Grande,Arial !important;
    font-size: 11px !important;
	vertical-align: center;
	background: #e6e6e6;
}

h1 {
	font-weight: bold !important;
	margin-top: 0px !important;
	padding: 10px !important;
	background: #231C5C;
	color: white;
}

h2 {
	font-weight: bold !important;
	margin-top: 0px !important;
	padding: 5px !important;
	background: #231C5C;
	color: white;
	font-size: 1.2em !important; 
}

.label {
	font-weight: bold !important;
	margin-top: 0px !important;
	padding: 5px !important;
}

.labelerro {
	font-weight: bold !important;
	margin-top: 0px !important;
	padding: 5px !important;
	color: red;
}

.separadorlabelfiltro {
	width: 10px;
}
.valor {
	margin-top: 0px !important;
	padding: 5px !important;
	
}

.titulo {
	font-size:1.5em;
}

.loadingOverlay {
	top: 0;
	left: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1001;
	display: block;
	background: #ffffff url('/public/media/dijit/themes/green/images/loadingAnimation.gif') no-repeat 50% 50%;	
}

.appLayout {
    height: 100%;
}

.appLayout .topPanel {
	vertical-align: middle;
	padding: 5px;
	padding-left: 10px;
	border-style: none;
	border-radius:4px;
}

.leftPanel {
	width: 180px;
	border-style: none;
	padding: 0px !important;
	border: none !important;
}

.appLayout .menuPrincipal {
	border-radius:4px;
}

.appLayout .statusPanel {
	text-align: right;
	height: 1em;
	border-radius:4px;
}

.centerPanel {
	vertical-align: middle;
	border-radius:4px;
}

#logo_desktop {
	width: 100%;
	height: 100%;
	background-position: center;
	background-image: url("/public/media/optmize/imagens/optmize_logo.png");
	background-repeat: no-repeat;
}

/* Ajuste na interface de login */

.loginPanel {
	width: 235px;
	height: 120px;
	margin: auto;
	padding: 0px; 
	margin-top: 40px;
	border: #b5bcc7 solid thin;
}

.loginPanel dt {
	width: 55px;
}

.loginPanel dd {
	padding-left: 30px;
}

/* Apresentação tabelada de forms */
dl dt {
	text-align: right;
	float: left;
	margin-right: 10px;
	margin-top: 8px;
    width: 242px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

dl dd {
    padding-top: 5px;
	padding-left: 250px;
}

dl dd p {
    margin: 0px 0px 0px 40px;
	font-size: 80%;
}

dl dd ul.errors {
	color: red;
	list-style-type: asterisks;
	margin: 0px;
	padding-left: 50px;
}

/* Botões padrão */
dl div.buttons {
	margin-top: 8px;
	padding-left: 250px;
}

/* Tabelas de registro internas */
dl div.innerTableRegister,
dl div.innerTableRegister > span {
	padding-top: 5px;
}

dl div.innerTableRegister > span:first-of-type {
	padding-left: 185px;
}

/* Ajuste para lista e botões de adicionar e remover em lista */
dl select.registerList {
	width: 35em;
	float: left
}

dl .registerList.button {
	display: block;
	margin: 5px;
	padding-left: 58em;
}

/* Filtros de pesquisas */

div fieldset.filter {
	border: 1px solid #B5BCC7;
	margin-bottom: 10px;
}

.filtro {
	text-align: right;
	padding: 5px;
}

.textarea {
    font-family: Lucida Sans,Lucida Grande,Arial !important;
    font-size: 11px !important;
}

/* PopUp */

.popUpLayout > dd {
	display: inline-block;
    padding-left: 0px;
}

.popUpButton {
	position: absolute;
	margin-left: 3px;
	margin-top: 6px;
}
.popUpButton2 {
	position: absolute;
	margin-left: 30px;
	margin-top: 6px;
}

.popUpButtonNxN {
	/* To define */
}

.totalizadorPequeno {
	font-weight: bold; 
	font-size: 12px; 
	color: #ffffff;	
	background-color: #231C5C; 
	padding: 8px; 
	float: left; 
	margin: 5px;"
}

.totalizadorErroPequeno {
	font-weight: bold; 
	font-size: 12px; 
	color: #ff0000;	
	background-color: #231C5C; 
	padding: 8px; 
	float: left; 
	margin: 5px;"
}

/* Paineis Flutuantes */

DIV.boxMostradorFiltros {
	position: absolute;
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #666666;
	transition: width 1s ease-in-out, height 1s ease-in-out;
	-webkit-transition: width 1s ease-in-out, height 1s ease-in-out;
	-moz-transition: width 1s ease-in-out, height 1s ease-in-out;
	-ms-transition: width 1s ease-in-out, height 1s ease-in-out;
	-o-transition: width 1s ease-in-out, height 1s ease-in-out;
	z-index: 2;
	background-color: rgba(255, 255, 255, 0.9);
}

DIV.boxMostradorFiltros {
	top: 12px;
	right: 10px;
	height: 510px;
	width: 300px;
}

DIV.boxMostradorFiltros DIV {
	visibility: visible;
  	opacity: 1;
	transition: opacity 2s ease-out;
	-webkit-transition: opacity 2s ease-out;
	-moz-transition: opacity 2s ease-out;
	-ms-transition: opacity 2s ease-out;
	-o-transition: opacity 2s ease-out;
}

DIV.boxMostradorFiltros A.minimize {
	background-image: url('../imagens/minimize.png');
}

DIV.boxMostradorFiltros A.minimize {
	background-repeat: no-repeat;
	position: absolute;
	width: 16px;
	height: 12px;
	top: 12px;
	right: 15px;
	background-position: -37px 0px;
}

DIV.boxMostradorFiltros SPAN.minimizedTitle {
	display: none;
}

DIV.boxMostradorFiltros A.minimize:hover {
	background-position: -1px 0px;
}

DIV.boxMostradorFiltros A.minimize:active {
	background-position: -55px 0px;
}

DIV.boxMostradorFiltros DIV FIELDSET {
	margin: 0px !important;
}

DIV.boxMostradorFiltros.minimized {
	transition: width 1s ease-in-out, height 1s ease-in-out;
	-webkit-transition: width 1s ease-in-out, height 1s ease-in-out;
	-moz-transition: width 1s ease-in-out, height 1s ease-in-out;
	-ms-transition: width 1s ease-in-out, height 1s ease-in-out;
	-o-transition: width 1s ease-in-out, height 1s ease-in-out;
}

DIV.boxMostradorFiltros.minimized {
	height: 28px;
	width: 100px;
}

DIV.boxMostratorVisualizacao.minimized {
	height: 29px;
	width: 27px;
}

DIV.boxMostradorFiltros.minimized DIV {
	visibility: hidden;
  	opacity: 0;
}

DIV.boxMostradorFiltros.minimized A.minimize {
	top: 8px;
	right: 5px;
}

DIV.boxMostradorFiltros.minimized A.minimize {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

DIV.boxMostradorFiltros.minimized SPAN.minimizedTitle {
	display: block;
	position: absolute;

}

DIV.boxMostradorFiltros.minimized SPAN.minimizedTitle {
	left: 10px;
    top: 6px;
}

.iconOk {
	height: 10px;
	width: 10px;
	background-image: url(/public/media/optmize/imagens/ok.png);
}

DIV.tagList {
	width: 43em;
	display: inline-block;
}

DIV.tagList DIV {
	float: left;
	border: 1px solid gray;
	border-radius: 5px;
	margin: 1px;
	padding: 3px;
}