#timer {
	margin: -42px 10px 0px;
	font-size: 12px;
}

#overlay {
	visibility: hidden;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 200;
	background-color: black;
	opacity: 0.9;
}

#overlay div {
	width: 300px;
	margin: 100px auto;
	background-color: #fff;
	border: 1px solid #000;
	padding: 15px;
	text-align: center;
}

#layout-logo img {
	height: 32px !important;
	margin: -8px 8px -8px 0;
}

#logoTCE {
	float: left;
	padding: 0 10px;
	margin: 7px 0;
	height: 35px;
	border-right: 1px solid #A8CAE6;
}

#iconSistema {
	height: 30px;
	margin: 10px;
}

#lblHeader {
	margin-right: 10px;
	height: auto;
	/* color: white; */
	display: block;
}

.jqplot-target,.jqplot-axis {
	color: #9fadb5;
}

.ui-commandlink, .ui-link {
	text-decoration: none;
}

.dashboardBox {
	height: 350px;
}

.relatorioBox {
	height: 435px;
}

.relatorioBox-small{
	height: 230px;
}

.campoObrigatorio {
	font-weight: bold !important;
}

.campoPequeno {
	width: 180px !important;
}
.campoMedio {
	width: 240px !important;
}
.campoGrande {
	width: 400px !important;
}
.campoFiltros {
	vertical-align: middle;
	margin-bottom: 4px;
	min-width: 100px !important;
	max-width: 500px;
}

.rodapeCentro .ui-panel-footer {
	text-align: center !important;
}

.textAreaResponsive {
	width: calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: -o-calc(100% - 20px);
}

.selectOneIcones .ui-selectonemenu-items-wrapper {
	height:350px !important;
	overflow-x:hidden !important;
}

.ui-panel.publico {
    border-color: #b4cdbb;
}

.ui-panel.publico .ui-panel-titlebar {
    border: solid 1px #2b7438;
    text-shadow: 0 -1px 0 #2b7438;
    background: #328340;
    background: -moz-linear-gradient(top, #49b667 0%, #328340 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #49b667), color-stop(100%, #328340));
    background: -webkit-linear-gradient(top, #49b667 0%, #328340 100%);
    background: -o-linear-gradient(top, #49b667 0%, #328340 100%);
    background: -ms-linear-gradient(top, #49b667 0%, #328340 100%);
    background: linear-gradient(to bottom, #05c436 0%, #049c2a  100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49b667', endColorstr='#328340', GradientType=0 );
}

.relatorioBox .ui-panel-titlebar {
    min-height: 56px;
}

.white{
	color: white !important;
}

.green {
	color: #49b667 !important;
}

.blueFill {
	background: #0b66b1;
}

.CodeMirror-lines {
	min-width: 400px;
}

.ui-dialog.floating {
	position: absolute;
	width: 600px !important;
	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22) !important;
	border: 1px solid rgba(0,0,0,0.1);
}

.dataTables_wrapper {
	font-size: 12px;
}

.c3-tooltip-container {
	max-width: 98% !important;
}

.ui-colorpicker .ui-button-text.ui-c {
	padding: 0px !important;
	font-size: 20px;
}

.ui-colorpicker button {
	top: 5px;
	margin-right: 5px;
}

td.details-control {
    background: url('../resources/imagens/plus.png') no-repeat center center;
    cursor: pointer;
}

.reordenarRelatorios .ui-orderlist-list {
    height: auto !important;
    max-height: 300px;
}

.icon-line-chart{
	width:21px;
	height:21px;
	float:right;
	background:url('../../resources/imagens/line-chart-img.png') no-repeat center top;
}
.icon-bar-chart{
	width:21px;
	height:14px;
	background:url('../../resources/imagens/bar-chart-img.png') no-repeat center top;
}
#bottonBackPage{
	border: solid 1px #d1d1d1;
	background: white;
	border-radius: 6px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	padding-left: 7px;
	font-size: 15px;
	border:1px solid white;
}
@media (max-width: 640px) {
	#sm-topmenu {
		width: auto !important;
		background-color: #0b67b2;
	}
	#timer {
		margin-top: 8px;
	}
	#tceLink {
		display: none;
	}
}

@media (min-width: 768px) {
	.ui-dialog {
		max-width: 80%;
	}
}

@media (max-width: 768px) {
	.ui-dialog.floating {
		width: 400px !important;
	}
	.campoPequeno {
		width: 100px !important;
	}
}

/* Olympos theme */

#layout-topbar-left {
    vertical-align: middle;
}

#logo{
	color: white;
    font-size: x-large;
    font-weight: 700;
    text-align: center;
    height: auto;

}

#logo-footer{
	color: #355c68;
    font-size: x-large;
    font-weight: 700;
    height: auto;

}

.undeline-none{
	text-decoration: none;
}

.relatorioBox .ui-panel-titlebar {
    background: rgba(40, 40, 40, 0.6);
}

/* PANEL MENU */
.panel-dashboard{
  transition: all 0.5s ease;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 0 !important;
}

.panel-dashboard:hover{
  z-index: 9;
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05); /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.05, M12=0, M21=0, M22=1.05, SizingMethod='auto expand')"; /* IE8 */
   filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.05, M12=0, M21=0, M22=1.05, SizingMethod='auto expand'); /* IE6 and 7 */
}

.panel-dashboard .panel-dashboard-image{
	text-align: center;
    vertical-align: top;
    width: 100%;
    max-height: 400px;
    margin-bottom: 0px;
    display: inline-block;
    flex-shrink: 0;
    height: 100%;
}

.panel-dashboard .panel-dashboard-image a{
	display: inline-block;
    width: 100%;
    text-align: center;
    max-height: 400px;
}

.panel-dashboard .panel-dashboard-image a img{
	max-width: 100%;
    max-height: 350px;
    display: block;
    margin: 0 auto;
}

.panel-dashboard .panel-dashboard-details{
	color: #FFFFFF;
    height: 40%;
    padding-left:15px;
    padding-right:15px;
    top: 0;
    background-color: rgba(47, 46, 46, 0.6);
}

/* Line char */
.c3-ygrid-line.linha-neutro line {
    stroke: #ff8000;
}
.c3-ygrid-line.linha-neutro text {
    fill: #ff8000;
}

.imageToBackground {
	position: absolute; 
	height: 100%; 
	width: 100%;
}