body {
	margin: 0;
	color: #636363;
	font: 12px/16px "Trebuchet MS", "Times New Roman", Times, serif;
	background: #FAFAFA;
	min-width: 998px;
}

img {
	border-style: none;
}

a {
	text-decoration: none;
	color: #0076A3;
}

a:hover {
	text-decoration: underline;
}

input, textarea, select {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	vertical-align: middle;
	color: #000;
}

form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

q {
	quotes: none;
}

q:before {
	content: ''
}

q:after {
	content: ''
}

.ui-widget-header .ui-icon {
	background-image:
		url(/issqn/javax.faces.resource/images/ui-icons_bbbbbb_256x240.png.xhtml?ln=primefaces-sn)
		!important;
}

#wrapper {
	width: 100%;
	overflow: hidden;
}

#header {
	width: 100%;
	background: #424548;
	border-bottom: 1px solid #56585c;
}

.header-block {
	width: 998px;
	height: 49px;
	margin: 0 auto;
}

.header-block:after {
	clear: both;
	display: block;
	content: '';
}

.logo {
	float: left;
	margin: 0;
	background: url(../images/logo.png) no-repeat;
	width: 175px;
	height: 49px;
	text-indent: -9999px;
	overflow: hidden;
}

.logo a {
	height: 100%;
	display: block;
}

#nav {
	padding: 21px 18px 0 0;
	margin: 0;
	list-style: none;
	float: right;
	font: bold 14px/18px "Trebuchet MS", "Times New Roman", Times, serif;
}

#nav li {
	float: left;
	position: relative;
	margin: 0 0 0 40px;
}

#nav a {
	display: block;
	color: #f9f7f7;
	background: url(../images/arrow-nav.png) no-repeat 100% -26px;
	padding: 0 14px 0 0;
	text-decoration: none;
}

#nav .active a, #nav li:hover a, #nav a:hover {
	color: #a2a0a0;
	background-position: 100% 8px;
}

#nav .drop {
	width: 119px;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -60px;
	top: 100%;
	z-index: 100;
	display: none;
	background: url(../images/bg-drop.png) no-repeat -119px 100%;
	padding: 11px 0 13px;
}

#nav .drop .frame {
	background: url(../images/bg-drop.png) repeat-y;
	width: 119px;
	float: left;
}

#nav .drop ul {
	float: left;
	margin: 0 0 -5px;
	padding: 5px 0 0;
	position: relative;
	width: 119px;
	list-style: none;
	font: 13px/16px "Trebuchet MS", "Times New Roman", Times, serif;
}

#nav .drop ul li {
	float: none;
	margin: 0;
	padding: 0 9px 6px 20px;
}

#nav .drop ul a {
	background: none;
	padding: 0;
	color: #464646;
}

#nav li:hover ul a {
	height: 1%;
	background: none;
}

#nav li:hover ul li {
	vertical-align: top;
	color: #464646;
}

#nav ul a:hover, #nav ul li:hover a {
	background: none;
	color: #464646;
	text-decoration: underline;
}

#main {
	background: url(../images/bg-main.png) repeat-x;
	width: 100%;
	overflow: hidden;
}

.visual {
	width: 100%;
	background: #f2f1f1 url(../images/bg-visual.png) repeat-x;
}

.visual-block {
	width: 998px;
	margin: 0 auto;
	text-align: center;
	padding: 37px 0 7px;
}

.visual-block h2 {
	display: block;
	margin: 0 auto;
	color: #707070;
	letter-spacing: -2px;
	text-shadow: 0 -2px 1px #272727;
	font: bold 45px/54px "Palatino Linotype", "Book Antiqua", Palatino,
		serif;
}

.visual-block .heading {
	display: block;
	color: #3c3c3c;
	font-size: 30px;
	line-height: 34px;
	margin: 0 0 24px;
}

.visual-block .image {
	display: block;
	margin: 0 auto;
	padding: 0 10px 0 0;
}

.btn {
	display: block;
	margin: 0 auto;
	width: 129px;
	height: 48px;
	margin: 0 50px 0px 30px;
	font: 15px/17px Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 1px #4f6f0a;
	color: #fff;
	text-align: left;
	text-decoration: none !important;
	letter-spacing: -1px;
	float: left;
	background: url(../images/btn-blue.png) no-repeat;
}

.btn span {
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none !important;
	margin: 6px 0 0px 0px;
}

.btn:hover {
	background: url(../images/btn-darkblue.png) no-repeat;
}

.btn-demo span {
	margin: 15px 0 0 40px
}

.btn-download span {
	margin: 15px 0 0 15px
}

.btn-learn span {
	margin: 15px 0px 0px 40px;
}

.tab-section {
	width: 100%;
	height: 388px;
	overflow: hidden;
	background: #fff url(../images/bg-tab-block.gif) repeat-x;
	padding: 12px 0 0;
}

.tab-block {
	margin: 0 auto;
	width: 998px;
	overflow: hidden;
}

.tabset {
	padding: 0;
	margin: 0 -39px 0 0;
	list-style: none;
	width: 1037px;
	font-size: 16px;
	line-height: 20px;
}

.tabset li {
	float: left;
	text-align: center;
	margin: 0 81px 0 27px;
}

.tabset a {
	display: block;
	color: #a5bfcb;
	text-decoration: none;
	padding: 0 0 21px;
}

.tabset span {
	display: inline-block;
	width: 52px;
	height: 52px;
	overflow: hidden;
	cursor: pointer;
}

.tabset img {
	display: block;
	width: 52px;
	height: 120px;
	margin: -68px 0 0;
}

.tabset strong {
	display: block;
	font-weight: normal;
}

.tabset .active img, .tabset a:hover img {
	display: block;
	margin: 0;
}

.tabset .active, .tabset a:hover {
	color: #285d77;
	background: url(../images/arrow-tab.png) no-repeat 50% 100%;
}

#tab-2, #tab-3, #tab-4, #tab-5, #tab-6 {
	display: none;
}

.tab-content {
	width: 993px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 0 14px 5px;
}

.tab-content .image {
	float: left;
	margin: 0 37px 0 0;
}

.tab-content .image img {
	display: block;
}

.tab-box {
	overflow: hidden;
	padding: 44px 0 0 21px;
}

.tab-box h3 {
	margin: 0 0 2px;
	color: #282828;
	font: 30px/34px "Trebuchet MS", "Book Antiqua", Palatino, serif;
}

.tab-box .heading {
	display: block;
	font-size: 18px;
	line-height: 22px;
	color: #7d7d7d;
	margin: 0 0 13px;
}

.tab-list {
	padding: 0;
	margin: 0 0 0 -21px;
	list-style: none;
	font-size: 18px;
}

.tab-list li {
	color: #7d7d7d;
	padding: 10px 0 10px 30px;
	background: url(../images/arrow-check.png) no-repeat 0 10px;
}

.column-section {
	width: 100%;
	background: #f2f1f1 url(../images/bg-column-block.png) repeat-x;
	padding: 14px 0 32px;
}

.column-block {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 0 8px;
}

.testi-section, .user-section, .blogs-section {
	float: left;
	width: 325px;
	margin: 0 32px 0 0;
}

.testi-section .headline, .user-section .headline, .blogs-section .headline
	{
	display: block;
	font: 18px/22px "Trebuchet MS", "Times New Roman", Times, serif;
	color: #606060;
	text-transform: uppercase;
	padding: 5px 0 29px 39px;
}

.testi-section .headline {
	background: url(../images/ico-star.png) no-repeat 6px 4px;
}

.testi-section .post, .blogs-section .post {
	width: 100%;
	overflow: hidden;
	font: 12px/14px "Trebuchet MS", "Times New Roman", Times, serif;
	margin: 0 0 31px;
}

.testi-section .post {
	width: 306px;
	margin: 0 0 2px;
}

.post .entry-title {
	display: block;
	color: #585858;
	font: 16px/20px "Trebuchet MS", "Times New Roman", Times, serif;
	margin: 0 0 8px;
}

.testi-section .post .entry-title {
	margin: 0 0 3px;
}

.post p {
	margin: 0 0 14px;
}

.post-frame {
	width: 100%;
	overflow: hidden;
	font-size: 12px;
}

.post .name, .post .date {
	float: right;
	font-style: normal;
	margin: 0 0 0 8px;
}

.testi-section .view, .blogs-section .view {
	display: block;
	text-align: right;
	font: bold 14px/18px "Trebuchet MS", "Times New Roman", Times, serif;
}

.blogs-section .view {
	padding: 0 8px 0 0;
	margin: -16px 0 0;
}

.testi-section .view {
	width: 306px;
	margin: -12px 0 11px;
}

.testi-section .view a, .user-section .view a, .blogs-section .view a {
	color: #0076a3;
	text-decoration: underline;
}

.logo-block .view:hover, .testi-section .view a:hover, .user-section .view a:hover,
	.blogs-section .view a:hover {
	text-decoration: none;
}

.logo-block {
	width: 376px;
	overflow: hidden;
	background: #e0dfda url(../images/bg-logo-block.gif) no-repeat;
}

.logo-block .frame {
	background: url(../images/bg-logo-block.gif) no-repeat -376px 100%;
	width: 360px;
	overflow: hidden;
	padding: 12px 4px 2px 12px;
}

.logo-block .heading {
	width: 100%;
	overflow: hidden;
	margin: 0 0 2px;
}

.logo-block .view {
	float: right;
	color: #6d6963;
	font-size: 14px;
	line-height: 18px;
	text-decoration: underline;
	width: auto;
	margin: 0;
}

.logo-block .title {
	float: left;
	color: #7e7972;
	font: 17px/23px "Trebuchet MS", "Times New Roman", Times, serif;
}

.logo-list {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
}

.logo-list td {
	padding: 20px 5px;
}

.logo-list td img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.logo-list img {
	display: block;
}

.content-section {
	width: 958px;
	padding: 37px 19px 23px 0;
	margin: 0 auto;
}

.content-section .heading {
	width: 935px;
	padding: 0 2px 13px 21px;
	overflow: hidden;
}

.content-section h2 {
	float: left;
	margin: 0;
	text-shadow: 0 2px 1px #fff;
	color: #3c3c3c;
	font: 24px/28px "Trebuchet MS", "Times New Roman", Times, serif;
}

.add-nav {
	float: right;
	padding: 5px 0 0;
	margin: 0;
	list-style: none;
	font: 16px/20px "Trebuchet MS", "Times New Roman", Times, serif;
}

.add-nav li {
	float: left;
	margin: 0 0 0 50px;
}

.add-nav a {
	color: #3c3c3c;
	text-shadow: 0 2px 1px #fff;
	text-decoration: none;
}

.add-nav .active a, .add-nav a:hover {
	color: #0e5486;
}

.content-block {
	width: 910px;
	padding: 18px 24px 0 24px;
	background: #fff url(../images/bg-content-block.gif) no-repeat;
}

.breadcrumbs {
	padding: 0 20px 7px 0;
	margin: 0 0 7px;
	list-style: none;
	width: 914px;
	overflow: hidden;
	font: 12px/16px "Trebuchet MS", "Times New Roman", Times, serif;
	border-bottom: 1px solid #e3e5e6;
}

.breadcrumbs li {
	float: left;
	color: #636363;
	margin: 0 0 0 3px;
}

.breadcrumbs a {
	color: #303030;
	display: block;
	background: url(../images/arrow-breadcrumbs.gif) no-repeat 100% 5px;
	margin: 0 3px 0 0;
	padding: 0 15px 0 0;
	text-decoration: underline;
}

.breadcrumbs a:hover {
	text-decoration: none;
}

.content-block .title {
	display: block;
	color: #3c3c3c;
	padding: 0 20px 15px 0;
	font: 16px/20px "Trebuchet MS", "Times New Roman", Times, serif;
}

.content-block h3 {
	margin: 20px 20px 8px 0;
	font: 20px "Trebuchet MS", "Times New Roman", Times, serif;
	color: #004a80;
}

.content-block {
	font: 14px "Trebuchet MS", "Times New Roman", Times, serif;
}

.download {
	width: 877px;
	margin: 0 0 35px;
	border-collapse: collapse;
	font: 14px/16px "Trebuchet MS", "Times New Roman", Times, serif;
}

.download th {
	text-align: left;
	font: 16px/20px "Trebuchet MS", "Times New Roman", Times, serif;
	padding: 0;
}

.download th span {
	color: #3c3c3c;
	background: #a7c0c6;
	display: block;
	padding: 9px 0 10px 17px;
	margin: 0 0 6px;
}

.download th.header span {
	margin-bottom: 0;
	text-align: center;
	font-weight: bold;
}

.download td {
	padding: 5px 10px 2px 15px;
	border-bottom: 1px solid #cedcdf;
}

.download .version {
	width: 156px;
	padding: 1px 0 2px 15px;
	font: 16px/20px "Trebuchet MS", "Times New Roman", Times, serif;
}

.download .binary {
	width: 201px;
}

.download .source {
	width: 217px;
}

.download td a {
	color: #004a80;
	text-decoration: none;
}

.download td a:hover {
	color: #94afb5;
}

.text-block {
	padding: 28px 0 0;
	line-height: 14px;
}

.text-block h3 {
	margin: 0 0 7px;
}

.text-block p {
	margin: 0 0 24px;
}

.content-list {
	padding: 0 0 0 15px;
	margin: -2px 0 13px;
	list-style: none;
	width: 934px;
	overflow: hidden;
	font: 14px/16px "Trebuchet MS", "Times New Roman", Times, serif;
}

.content-list li {
	margin: 0 0 7px;
	background: url(../images/bullet-list.gif) no-repeat 0 6px;
	padding: 0 0 0 18px;
}

.content-list a {
	color: #004a80;
	text-decoration: none;
}

.content-list a:hover {
	color: #94afb5;
}

#footer {
	width: 100%;
	overflow: hidden;
	background: #424548;
	padding: 0 0 33px;
}

.social-block {
	width: 100%;
	background: url(../images/bg-social-block.gif) repeat-x;
	padding: 7px 0;
}

.social {
	padding: 10px 0 0 0;
	margin: 0 auto;
	list-style: none;
	width: auto;
	overflow: hidden;
	float: left;
}

.social li {
	float: left;
	margin: 0 13px 0 0;
}

.social img {
	display: block;
}

.footer-block {
	width: 998px;
	margin: 0 auto;
	padding: 19px 0 0 0;
}

.footer-block .box-section {
	width: 1070px;
	margin: 0 -72px 51px 12px;
	overflow: hidden;
}

.footer-block .box {
	float: left;
	width: 150px;
	margin: 0 64px 0 0;
}

.footer-block h4 {
	margin: 0 0 21px;
	color: #898989;
	font-size: 18px;
}

.footer-list {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 14px;
	line-height: 18px;
}

.footer-list li {
	margin: 0 0 10px;
}

.footer-list a {
	color: #fff;
}

.copy-block {
	display: block;
	width: 991px;
	padding: 0 0 0 7px;
	background: url(../images/bg-copy.gif) no-repeat 0 8px;
	text-align: center;
	margin: 0 0 49px -10px;
}

.copy-block .copy {
	color: #959595;
	background: #424548;
	padding: 0 30px;
}

.copy-block .copy a {
	color: #0076a3;
	padding: 0 3px;
}

.ornament {
	display: block;
	margin: 0 auto;
	padding: 0 12px 0 0;
}

.meta-nav {
	color: #0076A3
}

.post p a {
	color: #0076A3;
	clear: both;
	display: block;
}

.tab-block li.last {
	margin-right: 0px;
}
/** Who Uses **/
.users-container {
	margin-bottom: 30px;
}

.user-container {
	width: 215px;
	height: 180px;
	float: left;
	margin: 4px;
	/* Giving the sponsor div a relative positioning: */
	position: relative;
	cursor: pointer;
}

.user-logo {
	/*  The sponsor div will be positioned absolutely with respect
        to its parent .sponsor div and fill it in entirely */
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #ddd;
	background: url("img/background.jpg") no-repeat center center #f9f9f9;
}

.user-logo:hover {
	border: 1px solid #999;
	/* CSS3 inset shadow: */
	-moz-box-shadow: 0 0 30px #999 inset;
	-webkit-box-shadow: 0 0 30px #999 inset;
	box-shadow: 0 0 30px #999 inset;
}



.user-logo img {
	/* Centering the logo image in the middle of the sponsorFlip div */
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -70px 0 0 -70px;
}
/** End of Who Uses **/
.button-block {
	margin: 0 0 10px 200px;
	padding: 0 18px 0 0;
	position: relative;
	width: 980px;
}
/** Overlay Meny **/
.overlay-menu {
	width: 150px;
	padding: 0.3em;
	display: none;
	z-index: 100000;
	position: absolute;
	background: none repeat scroll 0 0 #424548;
	margin: 0;
	border: 0 none;
	outline: 0 none;
	list-style: none outside none;
	-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8);
}

#nav li.overlay-menuitem {
	border: none;
	width: 100%;
	float: left;
	clear: both;
	padding: 0;
	margin: 1px;
}

#nav a.overlay-menuitem-link {
	display: block;
	outline: none;
	text-decoration: none;
	padding: 0.3em;
	font-size: 12px;
}

#nav a.overlay-menuitem-link:hover {
	color: #f9f7f7 !important;
	text-decoration: none !important;
}
/** Themes **/
.themes-table {
	width: 100%;
}

.themes-table td {
	text-align: center;
	padding-bottom: 20px;
}
/** End of Themes **/
/*@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100);*/
@font-face {
	font-weight: normal;
	font-style: normal;
}
.ui-menuItem #value {
	color: #000000 !important;
} 

.ui-menu {
	background-color: #0B4869;
}

.menuMovel {
	margin-bottom: 80px;
	background-color: #FFFFFF !important;
}

.menuTopBar {
	background-color: #FFFFFF !important;
}
.grid-container.topBar {
  display: grid;
}

.diffModificado {
	/*  border-bottom: 1px solid red; */
	color: red;
}

.ui-menu, .ui-menu {
	background: none;
	border: 1px solid #000000;
}

.text-disabled {
	color: gray;
}

.tab-line-disabled {
	background-color: #D1D3D4 !important;
    background-image: none !important;
    color: #000000 !important;
}

.ui-widget {
	font-size: 14px !important;
}

.basicStyle {
	/*text-align: inherit; optinal*/
	
}

.centerStyle {
	text-align: center;
}

.rightStyle {
	text-align: right;
}

.topStyle {
	vertical-align: top;
}

.my-widget-header .ui-layout-unit-content {
	border: 1px solid #a8a8a8;
	background: white;
	/*    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#DDFFFFFF, endColorstr=#00FFFFFF);     -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#DDFFFFFF, endColorstr=#00FFFFFF)"; */
	color: #333;
	font-weight: bold;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
}

a:link {
	text-decoration: none;
	background-image: ui-icon-circle-triangle-e;
	color: blue;
}

a:visited {
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: underline;
	color: blue;
}

a:active {
	text-decoration: underline;
	color: blue;
}

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	/*  background-image: url("/prototipo-web/images/imagemFundo.png");
    background-repeat: repeat;
    */
}

#geral {
	width: 100%;
	position: relative; /*Contexto de posicionamento */
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
	border: dotted #fff;
	border-width: 0 1px;
	/*background-color: #fafafa; */
}

#login {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -230px;
	width: 600px;
	background-color: #fafafa;
	padding: 0px;
}

* html #geral {
	height: 100%;
}

#conteudo {
	padding-bottom: 70px;
	margin-bottom: 5px;
	width: 100%;
}

#cabecalho {
	background: #fff;
	width: 100%;
	border-bottom: 0px;
	padding-top: 0px;
}
/* #menu { */
/*  width: 15%; */
/*  float: left; */
/*  margin-top: 5px; */
/*  padding-top: 2px; */
/*  padding-right: 2px; */
/*  padding-left: 2px; */
/*  min-height: 400px; */
/* } */
#principal {
	width: 80%;
	float: left;
	margin-top: 5px;
	margin-left: 20px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

#rodape {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	border: none;
	border-width: 0px 0;
	padding-bottom: 0px;
	padding-top: 0px;
}

.clear {
	clear: both;
}

.ui-accordion .ui-accordion-content {
	border-top: 0 none;
	margin-bottom: 2px;
	margin-top: 5px;
	overflow: visible !important;
	padding: 0 !important;
	position: relative;
	top: 1px;
	background-color: #fafafa;
}

.ui-panel, .ui-panel-content {
	background-color: #fafafa;
}

.ui-fieldset, .ui-fieldset-content {
	background-color: #FAFAFA;
}

.ui-top, .ui-top .ui-layout, .ui-top .ui-layout-bd, .ui-top .ui-layout-unit,
	.ui-layout-unit-content {
	background-color: #fafafa;
}

.selectable td.ui-selection-column input {
	display: none;
}

.ui-datatable-data td {
	height: 33px;
}

.ui-datatable-scrollable-header tr {
	height: 31px;
}

#layout-header {
	width: 100%;
	display: block;
	position: fixed;
	z-index: 101;
	box-sizing: content-box;
	/*     border-bottom:solid 1px #0b4170; border-top:solid 1px #0b4170; */
	background-color: #0B4869 !important;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
	color: #ffffff;
}

#layout-logo {
	width: auto;
	margin-bottom: -2px;
	padding: 0px;
	margin: 5px;
	float: left;
	line-height: 16px;
}

#layout-logo img {
	height: 70px;
}

#layout-footer {
	width: 100%;
	display: block;
	position: fixed;
	z-index: 101;
	box-sizing: content-box;
	color: #ffffff;
	bottom: 0;
	background-color: #0B4869 !important;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
	font-style: normal !important;
	font-size: 13px !important;
	font-weight: bold;
	height: 45px;
}

#logo_sn {
	width: auto;
	margin-bottom: -2px;
	padding: 0px;
	margin: 5px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	line-height: 16px;
}

#logo_sn img {
	height: 40px;
}

.TexAlCenter {
	text-align: center;
}

.TexAlLeft {
	text-align: left;
}

.TexAlRight {
	text-align: right !important;
}

.softblue {
	color: #C1E1F4;
}

.Fleft {
	float: left;
}

.Fright {
	float: right;
}

.ui-datatable .ui-datatable-data .ui-datatable-odd td {
	background-color: #FFFFFF;
}

.ui-datatable .ui-datatable-data .ui-datatable-even td {
	background-color: #F3F6F9;
}

.ui-datatable .ui-datatable-data .ui-datatable-even tr {
	background-color: #F3F6F9;
}

.ContainerIndent {
	font-weight: bold;
}

#formConteudo\:tbPesquisa, #formConteudo\:tbManut {
	color: black !important;
	background: white !important;
	border-color: white !important;
	width: 95%;
	margin-left: 2.5%;
}

.ui-datatable-header, .ui-paginator-top, .ui-paginator-bottom {
	background-color: #F3F5F7 !important;
	border: 1px solid #C1D5DF !important;
	color: black !important;
}

.ui-resizable-column {
	background: #DAE8EF !important;
	color: #A8B6BF !important;
}

.ui-button-icon-only {
	width: 32px !important;
	height: 32px !important;
}

.ui-datatable, .ui-paginator-first, .ui-paginator-prev,
	.ui-paginator-next, .ui-paginator-last {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.ui-datatable {
	border: 1px solid #D1D3D4;
	background-color: #FBFCFD;
	color: #9FADB5;
	width: 100%;
	margin-left: -1%;
}

.ui-button-text-icon-left, input {
	border: 1px solid #777777;
}

.ui-button-icon-only {
	height: 27px !important;
}

.ui-state-highlight {
	background-color: #0B4869 !important;
}

.ui-state-default {
	border: 1px solid #777777 !important;
}

.ui-chkbox-box {
	background: white !important;
}

input[type='text'], input[type='password'], textarea, .ui-selectonemenu
	{
	color: black !important;
	background: white !important;
	border: 1px solid black;
}

.ui-menuitem .ui-state-hover span {
	text-decoration: underline !important;
}

.ui-paginator-current {
	font-weight: normal !important;
}

.ui-dialog-footer {
	margin-left: 12% !important;
	margin-right: 12% !important;
	text-align: center;
}

.ui-chkbox-icon {
   background-image: url("/issqn/javax.faces.resource/images/ui-icons_222222_256x240.png.xhtml");
}
.ui-treenode-label {
	color: black !important;
	background-color: white !important;
}

.ui-treenode-label .ui-state-highlight {
	background-color: lightblue !important;
	text-decoration: underline !important;
}

td.numero {
	text-align: right !important;
}

td.center {
	text-align: center !important;
}

#conteudo_principal {
	margin-left: 2%;
	width: 96%;
}

.direita {
	text-align: right;
	text-shadow: black;
}

hr {
	margin-top: -8px;
}

.conteudo_direita {
	float: right;
	width: 76%;
	margin-top: -20px;
	

	
	*position: absolute;
	
	*top: 85px;
	
	*left: 22%;
	
} 	

.ui-menu .ui-menuitem-link {
	display: block;
	width: 92%;
	outline: 0;
	text-decoration: none;
	font-weight: 400;
	border: solid 1px transparent;
	float: left;
	line-height: 16px;
	padding: .3em;
	cursor: pointer;
	color: #000000 !important;
}

.menuLateral {
	float: left;
	width: 15%;
	margin-left: -1px;
	/* margin-bottom: 50px; */
	margin-right: .2%;
	/* height: 100%; */
}

.menuSuperior {
	width: 98%;
	margin-left: .5%;
}

.texto {
	text-align: justify;
	text-indent: 2em;
}

@media screen and (max-width : 1000px) {
	.menuSuperior, .menuLateral {
		display: none !important;
		margin-bottom: 80px;
		width: 0px !important;
	}
	.conteudo_direita {
		float: left;
		width: 98% !important;
		margin-left: .5% !important;
	}
}

.ui-state-highlight {
	border: 1px solid black !important;
}

.ui-state-hover[role="row"] {
	color: black !important;
}

.ui-radiobutton-box {
	background-color: white !important;
}

.ui-state-error {
	border: 1px solid red !important;
}

.lblForm {
	width: 90px !important;
	display: inline-block;
}

.ui-menuitem-icon {
	float: left !important;
	position: absolute !important;
	margin-top: 1px;
}

.ui-menuitem-text {
	float: left !important;
	margin-left: 20px;
}

.ui-autocomplete-list-item {
	max-width: 600px !important;
}

.ui-state-highlight {
	font-weight: bold;
	border: none !important;
	border-color: lightgray !important;
}

input[type='text']:read-only {
	background-color: #f0f0f0 !important;
}

textarea:read-only {
	background-color: #f0f0f0 !important;
}

textarea:-moz-read-only { /* For Firefox */
	background-color: #f0f0f0 !important;
}

.ui-selectonemenu-trigger {
	max-height: 23px;
}

.ui-tree-toggler.ui-icon.ui-icon-triangle-1-s {
	position: relative !important;
	margin-right: 5px !important;
	margin-left: 0px !important;
	visibility: visible !important;
	width: 12px !important;
}

.ui-messages-fatal-summary {
	white-space: pre !important;
}

.link_botao {
	
}

td>.link_botao {
	top: 7px;
}

.fa {
	display: table !important;
}

.nowrap {
	white-space: nowrap;
}

@-moz-document url-prefix () { .link_botao { display:table-inline!important;
	
}

td>.link_botao {
	top: -3px !important;
}

}
.ui-chkbox+label {
	margin-left: 5px;
}

.ui-datepicker-trigger>.ui-button-text {
	margin-top: -3px !important;
}

.ui-sortable-column .ui-state-active {
	background: #0B4869 !important;
	color: #e3e3e3 !important;
	border: 1px dashed red;
}
/*****************************************************************/
#menu ul {
	padding: 20px;
	margin-bottom: 0px;
	list-style: none;
}

#menu ul li {
	display: inline-block;
	padding: 30px;
	text-align: center;
	border-radius: 10px;
}

#menu ul li a {
	padding-top: 50px;
	display: inline-block;
	background-color: #0B4869;
	color: #fff;
	text-decoration: none;
	border: 3px solid;
	border-radius: 10px;
	transition: 0.5s;
	max-width: 210px;
	max-height: 120px;
	width: 210px;
	height: 100px;
	vertical-align: middle;
}

#menu ul li a:hover {
	background-color: #FAFAFA;
	color: #000;
	border: 3px solid #0B4869;
	text-decoration: underline;
}

#menu ul li a i {
	font-size: 25px;
	margin: auto;
}

.ui-tabs {
	position: relative;
	padding: .2em;
	zoom: 1;
	background: transparent;
	border: none;
}

.ui-tabs.ui-tabs-top>.ui-tabs-nav {
	padding: .2em .2em 0;
	background: transparent;
	border-bottom: 1px solid #cecece;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
	{
	border: 1px solid #cccccc;
	background: #ffffff;
	font-weight: normal;
	color: #222222;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
	.ui-tabs .ui-tabs-nav li.ui-state-processing a:active {
	cursor: pointer;
	background: #0B4869 !important;
	color: #fff;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
	.ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: pointer;
}

.ui-panel .ui-panel-titlebar {
	padding: .5em 1em .3em;
	background-color: #0B4869;
}

.panelBarComSobra {
	/* padding: .5em 1em .3em;
	font-style: normal !important;
	border-radius:20px;
	box-shadow: 0 0 1em #0B4869; */
	
	font-style: normal !important;
	border: 1px solid #D1D3D4;
	padding: 25px;
	width: 90%;
	border-radius: 10px; 
	color: #000000;
	box-shadow: 5px 5px 5px 5px #d3d3d3;
}

.panelBarMenuComSobra {
	padding: 0em 0em 0em 0em;
	font-style: normal !important;
	border-radius:20px;
	box-shadow: 10 0 1em #0B4869;
	text-align: left;
	vertical-align: top;
	align-items: center;
	height: 100%;
}

.panelBarSubMenuComSobra {
	padding: 1em 1em 1em .1em;
	font-style: normal !important;
	border-radius:20px;
	box-shadow: 0 0 1em #0B4869;
	text-align: center;
	align-items: center;
	display: grid;
	vertical-align: top;
	width: 160px;
	height: 160px;
}
.panelComSobra {
	margin: auto;
	border: 1px solid #D1D3D4;
	padding: 25px;
	border-radius: 10px; 
	color: #000000;
	box-shadow: 5px 5px 5px 5px #d3d3d3;
}

.botaoComImagem {
	width: 328px;
	color: #152DA9 !important;
	background: linear-gradient(95.08deg, white 2.49%, white 97.19%) !important;
	border-radius: 8px;
	border: 2px solid #152DA9 !important;
}

.botaoComImagem:hover {
	color: #ffffff !important;
	border: 0px !important;
	background: linear-gradient(95.08deg, #000000 2.49%, #152DA9 97.19%) !important;
}

.botaoComImagem:hover img {
	filter: invert(90%) sepia(93%) saturate(28%) hue-rotate(194deg) brightness(307%) contrast(100%);
}
    