@charset "UTF-8";

#thanos {
	width: 3%;
	bottom: 1%;
	left: 1%;
	cursor: help;
	z-index: 999999;
	position: fixed;
}

.t_container {
	margin: 0 auto;
}

.t_container svg {
	width: 100%;
}

.t_controlls {
	text-align: center;
}

.t_display-remain-time {
	font-family: 'Source Sans Pro';
	font-weight: 300;
	font-size: 0.85em;
	color: #eee;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.e-c-base {
	fill: none;
	stroke: red;
	stroke-width: 2px
}

.e-c-progress {
	fill: none;
	stroke: green;
	stroke-width: 5px;
	transition: stroke-dashoffset 0.7s;
}

.e-c-pointer {
	fill: #ddd;
	stroke: #2233ff;
	stroke-width: 1px;
}

#e-pointer {
	transition: transform 0.7s;
}

/* =============== Dashboard =========================== */
.timeline-modal {
	max-height: 400px !important;
	overflow-y: scroll !important;
}

@media screen and (min-height: 768px) {
	.timeline-modal {
		max-height: 340px !important;
	}
}

tr.bg-red:hover {
	color: tomato !important;
}

/* fix ocultar colunas de tabelas */
.ui-datatable-tablewrapper .ui-helper-hidden {
	display: none !important;
}

/* fix navbar topo ficando acima de dialogs */
.main-header {
	z-index: 1000 !important;
}

tbody>tr.ui-state-hover td {
	background: #faffcc !important;
}

div.ui-chkbox span.ui-chkbox-icon {
	background-image:
		url("/javax.faces.resource/images/ui-icons_454545_256x240.png.xhtml?ln=primefaces-admin")
		!important;
	display: block !important;
	right: auto !important;
	bottom: auto !important;
}

*.ui-icon-triangle-1-s {
	background-image: none !important;
}

/* .ui-dialog { */
/* 	z-index: 1050 !important; */
/* } */

/* .ui-dialog-mask { */
/* 	z-index: 1050 !important; */
/* } */

/* .ui-datepicker { */
/* 	z-index: 1080 !important; */
/* } */
#page-loader {
	background: #fff;
	height: 100%;
	width: 100%;
	position: fixed;
	color: #2b2b2b;
	text-align: center;
	z-index: 9999999;
	opacity: .80
}

.loader-icon {
	background: none repeat scroll 0 0 #fff;
	border-bottom: 3px solid rgba(19, 19, 19, 0.1) !important;
	border-left: 3px solid rgba(19, 19, 19, 0.1) !important;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-o-border-radius: 100px;
	-ms-border-radius: 100px;
	border-right: 3px solid #3c8dbc !important;
	border-top: 3px solid rgba(19, 19, 19, 0.1) !important;
	height: 50px;
	left: 50%;
	margin: -20px 0 0 -20px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 50px;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: .95
}

.verde {
	color: #00a65a;
}

.amarelo {
	color: #f39c12;
}

.vermelho {
	color: #dd4b39;
}

.negrito {
	font-weight: 700 !important;
}

/* Inverte BUTTON REMOVE das lists */
button.ui-button.ui-picklist-button-remove {
    transform: rotate(180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
