h1 {
	font-size: 20px;
	color: #777;
}

.glyphicon-info-sign,
.glyphicon-edit {
	cursor: pointer;
}

.row-legenda-status{
    margin-bottom: 5px;
}

.textCounter {
	cursor: default;
	background: none;
	border: 0;
	float: right;
	text-align: right;
}

.status_legenda_boxcor {
	font-weight: bold;
	text-align: center;
	margin-left: 10px;
	width: 95px;
	height: 20px;
}

.cursor-pointr {
	cursor: pointer;
}

.modal-header-primary {
	color:#fff;
	padding:9px 15px;
	border-bottom:1px solid #eee;
	background-color: #428bca;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}


.glyphicon-remove,
.glyphicon-trash {
	color: #8C1717;
	cursor: pointer;
}

.glyphicon-download,
.glyphicon-download-alt{
	cursor: pointer;
}

table thead tr th  {
	color: #6B0D3F !important;
}

.semCriterioPesquisa {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

.s-box-content .table>tbody>tr>td,
.s-box-content .table>tfoot>tr>td,
.s-box-content .table>thead>tr>td {
	border: 0;
}


.s-box-content .table>tbody>tr>td:nth-child(odd) {
	font-weight: bold;
	width: 100px;
}

.s-box-content .table .table {
	background-color: rgba(210,210,210,0.7);
}


.navbar-default {
	clear: both;
}

.modal-body p.bg-danger {
	padding: 15px;
	font-weight: bold;
}

.float-left{
	float: left;
}

.float-right{
	float: right;
}

.margin-top-20{
	margin-top: 20px;
}

.width100pc{
	width: 100%;
}

.margin-left200px{
	margin-left: 200px;
}

.width100 {
	width: 100px;
}

.width150 {
	width: 150px;
}

.width-45-100 {
	width: 45%;
}

.width-50-100 {
	width: 50%;
}

.width-400 {
	width: 400px
}

.margin-left-10{
	margin-left: 10px
}

.margin-right-10{
	margin-right: 10px
}

.margin-right-30{
	margin-right: 30px
}

.margin-left-30{
	margin-left: 30px
}

.center {
	text-align: center;
}

div.table {
	background-color: rgba(210,210,210,0.7);
	padding: 10px 20px;
}

.width-150 {
	width: 150px;
}

.width200 {
	width: 200px;
}


.width250 {
	width: 250px;
}

.width400 {
	width: 400px;
}

.clear-both {
	clear: both;
}

.bold{
	font-weight: bold;
}


body > .container {
	background: rgba(200,200,200,0.8);
	width: auto;
	margin: 0 20px;
	padding: 20px;
}

.bkg-legenda {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: rgba(250,250,250,0.5);
	border-radius: 4px;
}

html body { 
	background: url('../../images/bkg_sp.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 30px 0;
	font-family: "Proxima Nova Regular","Segoe UI",Roboto,"Droid Sans","Helvetica Neue",Arial,sans-serif;
	color: #404040;
}


.pesquisar {
	font-family: "Proxima Nova Regular","Segoe UI",Roboto,"Droid Sans","Helvetica Neue",Arial,sans-serif;
}

.logo {
	margin: 20px 0;
}

#openPesquisa {
	float: right;
	margin: -40px 0 0 0;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	color: #6B0D3F;
}

h2 {
	color: #6B0D3F !important;
	padding: 0 0 5px 0;
}

/* Nova Cor temporÃ¡ria */

body .txtDesc22pxBlue{
	color:#000;
}
body #titPerfil{
	color:#6c0541;
}
body #bgBtMenu{
	background:#ddd;
	border-radius:15px;
}
body .btnMenuHTMLCSS .btnMenuHTMLCSSLink{
	color:#666;
}
body .btnMenuHTMLCSS .btnMenuHTMLCSSLink:hover{
	color:#000;
}
body .container #conteudo .s-box h2{
	color:#333 !important;
}
body button{
	background:#999;
}
body .selectConcluido {
	color: #333;
	background: #ccc;
}
body .ui-widget-header{
	background:#999;
	border: 1px solid #888;
}
body .ui-state-default, .ui-widget-content .ui-state-default{
	color:#000;
}
body #titTermo{
	color:#000;
}
body #titModuloSub{
	color:#666;
}

nav#navbar-menu .badge{
	margin-left: 10px;
}

nav#navbar-menu .glyphicon{
	margin-right: 5px;
}

.pointer-red {
	color: #FF0000;
	cursor: pointer;
}


.modal-header-danger {
	color:#fff;
	padding:9px 15px;
	border-bottom:1px solid #eee;
	background-color: #d9534f;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.modal-header-info {
	color:#fff;
	padding:9px 15px;
	border-bottom:1px solid #eee;
	background-color: #5bc0de;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/* Fim */

body .container #conteudo .s-box h2{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 5px 25px;
	text-decoration: none;
	color: #0D6FB5;
	border-bottom:1px solid #888;
	margin: 7px 0;
	background: url(../../images/bullet_tits.gif) no-repeat;
	cursor:pointer;
}
body  .container #conteudo .s-box h2:hover{
	color: #C30;
	background: url(../../images/bullet_tits2.gif) no-repeat;
}
body  .container #conteudo .s-box.fixo h2:hover{
	color: #0D6FB5;
	background: url(../../images/bullet_tits.gif) no-repeat;
	cursor:default;
}
body  .container #conteudo .s-box h2 .s-bt-section{ 
	width: 58px;
	height: 58px;
	display: block;
	position: absolute;
	right: 55px;
	top: 0;
	cursor: pointer;
	text-indent: -9999px;
}
body  .container #conteudo .s-box .s-box-content{
	display:none;
	background:rgba(211, 211, 211, 0.5);
	border:1px solid #ccc;
	padding:10px;
	margin:0;
}
body  .container #conteudo .aviso{
	background:#FFF;
	border:1px solid #ccc;
	padding:10px;
	margin: 0;
}
body  .container #conteudo > form,
body  .container #conteudo .grade > form{
	margin:0 20px;
}
body.f  .container #conteudo > form,
body.f  .container #conteudo .grade > form{
	margin:0;
}
body .grade{
	background: #F2F2F2;
	border-radius: 10px;
	border: solid #B6B6B6 2px;
	margin: 0 17px;
	padding: 25px 0;
	min-height:150px;
}
body .grade.g1{
	float: left;
	width: 200px;
	margin-right: 0;

	background: rgb(255,255,255); /* Old browsers */

	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=1 ); /* IE6-8 */
}
body .grade.g2{
	float: left;
	width: 717px;
	margin-right: 0;
}
body .grade.g2 > div > form > table{ padding: 0 20px; }
body.f .grade{
	background: none;
	border-radius: 0;
	border: none;
	margin:0;
	padding:0;
}
body.f .grade.g1{
	display:none;
}
body.f .grade.g2{
	float:none;
	width: auto;
	margin-right: 0;
}
body .south{
	margin-right: 20px;
}
body form#rel{
	/*margin:0 20px;*/
}
body.f .south{
	margin-right:0;
}
body.f form#rel{
	margin:0;
}
html body.bodyPops {
	background-color: #F2F2F2 !important;
}
body .grade > table{
	padding:0 15px;
}
