@charset "ISO-8859-1";

.topInfo {
	color: white;
	padding: 2px 3px;
	background-color: #FA1C29;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	float: left;
	margin-top: -12px;
	margin-left: 10px;
	-webkit-box-shadow: 0px 0px 1px #111;
	-moz-box-shadow: 0px 0px 1px #111;
	box-shadow: 0px 0px 1px #111;
}

.padding-grid-login .gridPadding{
	padding: 16px 70px 34px 0 !important;
}

.nomeEntidade {
	float: left;
	margin-right: 16px;
}

.offline-btn {
	background: url('../images/images.png') no-repeat 0;
	background-position: -490px -380px;
	float: left;
	min-width: 16px;
	height: 16px;
	margin: 14px 16px 16px 0px;
	font-size: 0.55em !important;
	font-weight: bold;
	cursor: pointer;
	display: hidden;
}

.offline-btn:hover {
	color: white;
	background-position: -490px -420px;
}

.loadingSync {
	width: 140px;
	background: url('../images/loading.gif') no-repeat 2px;
	background-color: #FFFFFF;
	text-indent: 8px;
	margin: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	top: 60px;
	line-height: 20px;
	right: 0px;
	position: absolute;
}

.info-balloon {
	display: inline-block; width : 16px;
	height: 16px;
	width: 16px;
	background: url(../images/images.png) no-repeat -116px -340px !important;
}

.popover {
	position: absolute;
	margin-left: 190px;
	z-index: 1010;
	display: none;
	max-width: 460px;
	padding: 1px;
	text-align: left;
	white-space: normal;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.popover.top {
	margin-top: -162px !important;
}

.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #333333; line-height : 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	line-height: 14px;
}

.popover-close {
	float: right;
	margin-right: -6px;
	text-decoration: none;
	color: #aaaaaa !important;
	font-weight: bold;
	font-size: 18px;
}

.popover-close:hover {
	color: #000000 !important;
}

.popover-title:empty {
	display: none;
}

.popover-content {
	padding: 9px 14px;
}

.popover .arrow,.popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.popover .arrow {
	border-width: 11px;
}

.popover .arrow:after {
	border-width: 10px;
	content: "";
}

.popover.top .arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, 0.25);
	border-bottom-width: 0;
}

.popover.top .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	border-top-color: #ffffff;
	border-bottom-width: 0;
}

.popover p {
	margin-top: 10px;
	font-size: 10px;
	color: #333;
}

/* Painel Marcações Recentes */

div#recentes-sidebar {
	float: right;
	top: 0;
	right: 0;
	width: auto;
	min-height: 500px;
	height: auto;
	background-color: rgba(255,255,255,.9);
	box-shadow: 0px 0px 18px rgba(0,0,0,.5);
	z-index: 999;
	font-size: 12px;
/* 	visibility: hidden; */
	color: #151515;
}

div#recentes-sidebar span.time {
/* 	background-image: url(../images/clock.png); */
	background-repeat: no-repeat;
	display: inline-block;
/* 	padding-left: 22px; */
	line-height: 16px;
}
div#recentes-sidebar span.code {
/* 	background-image: url(../images/user-white.png); */
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: 10px;
	line-height: 16px;
}
div#recentes-sidebar span.type {
	background-color: #d6dfea;
	color: #004e75;
	border: 1px solid #bfcede;
	border-radius: 3px;
	display: inline-block;
	margin-left: 0;
	line-height: 14px;
	font-size: 10px;
	width: 14px;
	text-align: center;
	float: right;
}
div#recentes-sidebar h1, div#recentes-sidebar h2 {
	text-align: left;
	padding-left: 0;
	text-shadow: none;
}

#pageBody{
	min-height: 0px;
}

div#recentes-sidebar h1 {
	margin: 0 !important;
	text-align: center;
	padding: 10px;
	font-size: 13px;
	background-color: #444444;
	color: #FFFFFF;
}
div#recentes-sidebar h2 {
	margin: 10px 0 0 10px;
	font-size: 11px;
	color: #777777;
}
div#recentes-sidebar ul{
	list-style: none;
	padding: 2px 10px;
	margin: 0 10px;
}
div#recentes-sidebar ul li{
	text-align: left !important;
	margin: 6px 0;
	height: 22px;
/* 	border-bottom: 1px solid #bfcede; */
}

div#recentes-sidebar span.none{
	font-size: 11px;
	color: #888888;
	line-height: 60px;
	font-style: italic;
	padding: 10px;
}
