.portlet-msg-error {
	font-style: italic;
	font-weight: bold;
	margin: 1px 0px 0px 0px;
	padding: 1px 5px 1px 24px;
}

.portlet-msg-info {
	font-style: italic;
	margin: 1px 0px 0px 0px;
	padding: 1px 5px 1px 24px;
}

.rede-contexto {
	width: 100%;
	padding-left: 5px;
	/*style="width:100%;border-top-left-radius:2em;padding-left:8px;"*/
	position: relative;
}

.rede-cabecalho {
	color: #292f33;
	font-size: 14px;
	font-weight: bold;
	padding: 7px 0px 7px 0px;
	border: 1px solid rgb(229, 229, 229);
	width: 100%;
	min-height: 18px;
	background-color: white;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
}

.rede-cabecalho-identificador-titulo {
	position: relative;
	float: left;
	margin: 0px 0px 0px 10px;
}

.rede-cabecalho-identificador-icone {
	position: relative;
	float: right;
	margin: 0px 9px 0px 0px;
}

.rede-corpo-contexto {
	width: 100%;
	height: 300px;
	overflow-y: scroll;
	background-color: white;
	margin-left: 0.1em;
}

.rede-corpo-registro {
	border: 1px solid #e8e8e8;
	min-height: 50px;
	height: 115px;
}

.rede-corpo-coluna-imagem {
	width: 25%;
	max-width: 80px;
	padding-right: 5px;
	position: relative;
	float: left;
}

.rede-corpo-coluna-dados {
	text-align: justify;
	font: normal normal normal 12px/16px Calibri, sans-serif;
	position: relative;
	float: right;
	width: 74%;
}

.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #CDD4DA;
	left: 50%;
	margin-left: -1.5px;
}

.timeline>li {
	margin-bottom: 0;
	position: relative;
}

.timeline>li:before, .timeline>li:after {
	content: " ";
	display: table;
}

.timeline>li:after {
	clear: both;
}

.timeline>li:before, .timeline>li:after {
	content: " ";
	display: table;
}

.timeline>li:after {
	clear: both;
}

.timeline>li>.timeline-panel {
	float: left;
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	padding: 12px;
	position: relative;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	font-size: 12px;
}

.timeline>li>.timeline-panel:before {
	position: absolute;
	top: 35px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #ccc;
	border-right: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	content: " ";
}

.timeline>li>.timeline-panel:after {
	position: absolute;
	top: 36px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " ";
}

.timeline>li>.timeline-badge {
	color: #787F87;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 26px;
	left: 50%;
	margin-left: -25px;
	background-color: #999999;
	z-index: 100;
	border-radius: 10px;
}

.timeline>li.timeline-inverted>.timeline-panel {
	float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}

.timeline-badge.primary {
	background-color: #2e6da4 !important;
}

.timeline-badge.success {
	background-color: #3f903f !important;
}

.timeline-badge.warning {
	background-color: #f0ad4e !important;
}

.timeline-badge.danger {
	background-color: #d9534f !important;
}

.timeline-badge.info {
	background-color: #5bc0de !important;
}

.timeline-badge.mt {
	background-color: #CDD4DA !important;
	font-size: 32px !important;
	padding-left: 1px;
}

.timeline-title {
	margin-top: 0;
	color: inherit;
}

.timeline-body>p, .timeline-body>ul {
	margin-bottom: 0;
	font-family: 'Calibri';
	letter-spacing: .5px;
	line-height: 14px;
}

.timeline-body>p+p {
	margin-top: 5px;
}

@media only screen and (min-width: 768px) {
	ul.timeline>li>.timeline-panel {
		width: calc(50% - 70px);
		width: -moz-calc(50% - 70px);
		width: -webkit-calc(50% - 70px);
	}
}

ul.timeline:before {
	left: 40px;
	height: 100% !important;
}

ul.timeline>li>.timeline-panel {
	width: calc(100% - 110px);
	width: -moz-calc(100% - 110px);
	width: -webkit-calc(100% - 110px);
}

ul.timeline>li>.timeline-badge {
	left: 15px;
	margin-left: 0;
	top: 36px;
}

ul.timeline>li>.timeline-panel {
	float: right;
}

ul.timeline>li>.timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
	top: 20px;
}

ul.timeline>li>.timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
	top: 21px;
}

.timeline-icons {
	margin-left: 0 !important;
}

.timeline-body>p+p {
	margin-top: 5px;
}

.timeline-footer {
	margin-top: 20px;
	padding: 10px;
	background-color: #f4f4f4;
}

.timeline-footer>a {
	cursor: pointer;
	text-decoration: none;
}

img {
	vertical-align: middle;
}

.img-responsive {
	display: block;
	height: auto;
	max-width: 100%;
}

.img-rounded {
	border-radius: 3px;
}

.img-thumbnail {
	background-color: #fff;
	border: 1px solid #ededf0;
	border-radius: 3px;
	display: inline-block;
	height: auto;
	line-height: 1.428571429;
	max-width: 100%;
	moz-transition: all 0.2s ease-in-out;
	o-transition: all 0.2s ease-in-out;
	padding: 2px;
	transition: all 0.2s ease-in-out;
	webkit-transition: all 0.2s ease-in-out;
}

.img-circle {
	border-radius: 50%;
}

.timeline-top {
	width: 100%;
	text-align: center;
	height: 3px;
	margin-bottom: 10px;
}

.timeline-icons {
	background: #CDD4DA;
	padding: 10px;
	width: 60px;
	margin-left: auto;
	margin-right: auto;
	top: -18px;
	font-size: 19px;
	position: relative;
	color: #787F87;
	border-radius: 5px;
	z-index: 60;
}

#timeline {
	z-index: 1;
	height: 270px;
	overflow: hidden;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	width: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
	outline: 0;
}

#timeline ul {
	margin: 0 !important;
	padding: 0;
}

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}

.vscrollerbase {
	width: 10px;
	background-color: white;
}

.vscrollerbar {
	width: 6px;
	background-color: black;
	opacity: .4;
	border-radius: 50px;
}

.hscrollerbase {
	height: 10px;
	background-color: white;
}

.hscrollerbar {
	height: 10px;
	background-color: black;
}

.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background-color: gray;
}

/*=========================================*/
.desc_label {
	font-size: 10px;
	font-weight: bold;
	max-width: 20%;
	width: 20%;
}

.desc_field {
	max-width: 80%;
	width: 80%;
}

div.grupo_rede h3 {
	margin-top: 5px;
	margin-bottom: 0px;
}

div.grupo_rede hr {
	margin-top: 0px;
	margin-bottom: 3px;
}

div.grupo_rede div.desc_label .txt_desc_label {
	margin-top: 0px;
	margin-bottom: 0px;
}