/* TELA DE LOGIN - STYLE*/
.login-centro {
	width: 410px;
	background: #fff;
	padding: 50px;
	-webkit-box-shadow: 0px 2px 3px 1px #ccc;
	-moz-box-shadow: 0px 2px 3px 1px #ccc;
	box-shadow: 0px 2px 3px 1px #ccc;
	border: 1px solid #ccc;
}

.termos-uso-centro {
	background: #fff;
	padding: 50px;
	-webkit-box-shadow: 0px 2px 3px 1px #ccc;
	-moz-box-shadow: 0px 2px 3px 1px #ccc;
	box-shadow: 0px 2px 3px 1px #ccc;
	border: 1px solid #ccc;
}

.background-padrao {
	/* background: url("/gestoreSocial/javax.faces.resource/img/new_img/background-padrao.jpg.xhtml");
	width: 100%;
	height: 100% */
	background-color: white;
}

.background-azul {
	background: url("/gestoreSocial/javax.faces.resource/img/new_img/background-azul-trf.png.xhtml")
		!important;
}

.background-cinza {
	background-color: #f2f2f2;
}

.background-vermelho {
	background-color: #6CB446 !important;
}

.circle {
	width: 150px;
	height: 150px;
	background-color: white;
	border: 2px solid #64ad7f;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
}

.titulo {
	font-size: 26px;
	color: #64ad7f;
	text-align: center;
	font-weight: 800;
	margin-bottom: 26px;
}

.titulo-h3 {
	font-size: 25px;
	color: #666;
	font-weight: 800;
	text-shadow: 1px 2px 1px #f2f2f2;
}

.light-text {
	color: #888;
	font-size: 14px;
}

.link-gray {
	color: #ccc;
	vertical-align: -moz-middle-with-baseline;
}

.link-gray:hover {
	color: #666;
	text-decoration: none;
}

.form-control:focus {
	border: 1px solid #63A70A;
	box-shadow: none;
}
/*BOTOES*/
#back_to_top {
	position: fixed;
	bottom: 20px;
	left: 20px;
	background-color: #6CB446;
	width: 60px;
	height: 60px;
	display: none;
	border-radius: 10%;
	cursor: pointer;
}

#back_to_top:hover {
	opacity: 0.7;
}

#back_to_top i {
	color: white;
	font-size: 49px;
	margin-left: 13px;
	margin-top: 3px;
}

.btn-padrao {
	font-size: 12px;
	font-weight: 800;
	background-color: #fff;
}

.btn-verde {
	color: #64ad7f;
	border-color: #64ad7f;
}

.btn-azul {
	color: rgba(8, 106, 135,0.6);
	border-color:rgba(8, 106, 135,0.6);
}

.btn-vermelho {
	color: #B22222;
	border-color: #B22222;
}

.btn-vermelho:hover {
	color: white;
	background-color: #B22222;
}

.btn-cinza {
	color: #666;
	border-color: #666;
}

.btn-azul:hover {
	background-color: rgba(8, 106, 135,0.6);
    color: white;
    border-color: rgba(8, 106, 135,0.6);
}

.btn-verde:hover {
	background-color: #64ad7f;
	color: white;
	border-color: #64ad7f;
}

.btn-cinza:hover {
	background-color: #666;
	color: white;
	border-color: #666;
}

.btn-login-problems {
	width: 100%;
}

.btn-entrar {
	height: 28px;
	width: 84px;
	float: right;
}

.menu-expansive {
	background-color: #fff;
	width: 100%;
	margin: auto;
	border:1px solid #ccc;
}

.menu-expansive ul li {
	border: 1px solid #f2f2f2;
	height: 62px;
	margin-left: -40px;
	list-style-type: none;
	cursor: pointer;
	border-top:1px solid #ccc;
}

#menu-extend {
	cursor: pointer;
	text-align: center;
}

#menu-extend i, #menu-back i {
	color: #6CB446;
	font-size: 58px;
}

#menu-back {
	cursor: pointer;
	text-align: center;
	display: none;
	background-color: #6CB446;
	border:none;
}

#menu-back i {
	color: #fff;
}

.menu-itens i {
	color: #999;
	font-size: 28px;
	font-weight: lighter;
}

.menu-itens img {
	width: 33px;
	margin-top: -3px;
}

.item-text {
	display: none;
	font-size: 14px;
	color: #999;
	margin-left: 28px;
	font-size: 14px;
	margin-top: 3px;
}

.menu-itens div {
	margin-top: 16px;
	text-align: center;
}

.menu-itens div:last-child {
	margin-left: -18px;
}

.item-text:hover {
	text-decoration: none;
}

.align-middle {
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
}

a:focus, a:hover {
	text-decoration: none !important;
}

.active i, .active .item-text {
	color: #6CB446 !important;
	opacity: 0.7;
}

.active i:hover {
	opacity: 0.5 !important;
}

#breadcrumb {
	list-style: none;
	display: inline-block;
	margin-top: 14px;
	margin-left: -25px;
}

#breadcrumb li {
	float: left;
}

#breadcrumb li a {
	color: #FFF;
	display: block;
	background: rgba(108, 180, 70, 0.4);
	text-decoration: none;
	position: relative;
	height: 34px;
	line-height: 33px;
	font-size: 13px;
	padding: 0 10px 0 5px;
	text-align: center;
	margin-right: 23px;
	padding: 0 10px 0 5px;
}

#breadcrumb li:first-child a {
	padding-left: 15px;
}

#breadcrumb li:first-child a:before {
	border: none;
}

#breadcrumb li:last-child a {
	padding-right: 15px;
}

#breadcrumb li:last-child a:after {
	border: none;
}

#breadcrumb li a:before, #breadcrumb li a:after {
	content: "";
	position: absolute;
	top: 0;
	border: 0 solid rgba(108, 180, 70, 0.4);
	border-width: 17px 10px;
	width: 0;
	height: 0;
}

#breadcrumb li a:before {
	left: -20px;
	border-left-color: transparent;
}

#breadcrumb li a:after {
	left: 100%;
	border-color: transparent;
	border-left-color: rgba(108, 180, 70, 0.4);
}

#breadcrumb li a:hover {
	background: rgba(108, 180, 70, 1);
}

#breadcrumb li a:hover:before {
	border-color: rgba(108, 180, 70, 1);
	border-left-color: transparent;
}

#breadcrumb li a:hover:after {
	border-left-color: rgba(108, 180, 70, 1);
}

#breadcrumb li a:active {
	background: rgba(108, 180, 70, 1);
}

.breadcrumb-active a:before {
	border-color: #6CB446 !important;
	border-left-color: transparent !important;
}

.breadcrumb-active a:after {
	border-color: #6CB446 !important;
	border-left-color: transparent !important;
}

.breadcrumb-active a {
	background-color: #6CB446 !important;
	opacity: 0.7;
}


.white-block {
	margin: auto;
	padding: 30px;
	background-color: white;
	text-align: left;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(204, 204, 204, 1);
	-moz-box-shadow: 0px 0px 5px 1px rgba(204, 204, 204, 1);
	box-shadow: 0px 0px 5px 1px rgba(204, 204, 204, 1);
}


.white-block h1 {
	margin: auto;
	font-size: 26px;
	font-weight: 600;
	color: #666;
}

.white-block h1 span {
	color: #6CB446;
}

.white-block h2 {
	margin: auto;
	font-size: 18px;
	color: #666;
	text-align: justify;
}

.title-white-block-red {
	color: #6CB446;
	font-size: 23px;
	font-weight: 800;
}

.back-button {
	background-color: #6BB546 !important;
    color: white;
    font-weight: 800;
    border-radius-left: 10px;
    border-bottom-left-radius: 10px;
    width: 92px !important;
}

.back-button > i {
	color:white !important;
	margin-right:10px;
}

.back-button:hover {
	opacity:0.7;
    color: white;
    font-weight: 800;
}

.title-white-block-thin {
	color: #6CB446;
	font-size: 19px;
}

.subtitle-white-block {
	margin-top: 10px;
	font-size: 17px;
	color: #888;
}

.admin-report-button {
    height: 126px;
    width: 126px;
    display: inline-block;
    margin-left: 28px;
    vertical-align: top;
    margin-top: 53px;
}

.color-institution {
	color:#66AD42 !important;
}

.color-gray {
	color:#777 !important;
}

.student-edit-label {
	font-size:17px !important;
	margin-top:30px;
}

.admin-report-button div:first-child {
	margin:0px 10px 10px 10px;
	height:70%;
	border: 2px solid #ccc;
	border-radius: 14px;
	position:relative;
	cursor:pointer;
}

.admin-report-button:hover {
	opacity:0.6;
}

.admin-report-button div:first-child img {
	width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -28px;
    margin-left: -25px;
}

.admin-report-button div:last-child {
	height:30%;
	text-align:center;
	color:#666;
}

.admin-report-button div:last-child div {
	font-size:16px;
	color:#666;
}

.label-accordion {
    font-size: 15px;
    color: #666;
}

.accordion-input {
	border-radius:0px !important;
	margin-bottom:9px;
}

.accordion-input:focus {
	border:1px solid #ccc;
}

.ui-selectonemenu {
	width:100% !important;
}


.color-pattern {
	color: #6CB446;
}

.color-pattern:hover {
	color: #6CB446;
	opacity: 0.7;
}

.terms-of-use p:last-child {
	font-size: 18px;
    color: #6cb446;
}

.choose-area-text {
	font-size:26px;
	font-weight:800;
}

.choose-area-date {
	font-size:15px;
	color:#6cb446;
}

.legenda {
	margin-top: 25px;
	color: #666;
	font-size: 13px;
}

.icon-subtitles {
	padding-right: 9px;
	margin-top: -2px;
	width: 26px;
}

.accordion-insert {
	height: 42px;
    border: 1px solid #ccc;
    background-color: #f2f2f2;
    cursor:pointer;
}

.accordion-panel {
	border: 1px solid #ccc;
    background: #f2f2f2;
    padding: 20px;
    display:none;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}

.accordion-insert:hover {
	opacity:0.9;
}

.accordion-insert > div {
	font-size: 15px;
    padding: 9px;
    margin-left: 20px;
    color: #777;
}

.accordion-insert span {
	font-size: 13px;
    margin-right: 9px;
    color: #888;
}

.btn-accordion {
	float:right;
	border-radius:0px;
}

.btn-accordion:nth-child(2), .btn-accordion:nth-child(3), .btn-accordion:nth-child(4), .btn-accordion:nth-child(5), .btn-accordion:nth-child(6) {
	margin-right:16px;
}

.icon-options , .icon-options .active {
	background:none !important;
	border:none !important;
	margin-left:20px;
	box-shadow:none !important;
}

.icon-options:hover {
	opacity:0.6;
}

.table-options {
	width:18%;
}


.ui-datatable thead th {
	padding:10px 10px !important;
}

.ui-accordion .ui-accordion-header.ui-state-default {
	border: 1px solid #ccc !important;
	background-color: #f2f2f2;
}


.ui-selectonemenu .ui-selectonemenu-label {
	color:#555 !important;
}


.ui-accordion .ui-accordion-content {
	background-color: #F5F5F5;
    border: 1px solid #ccc;
}

.ui-datatable tbody td {
	padding:10px !important;
}

.title-accordion {
	padding:20px;
}

.accordion-link {
	margin-left: 50px;
	margin-top: 17px;
	color: #666;
}

.menu-responsive {
	background-color: #fff;
	position: absolute;
	position: fixed;
	bottom: 0px;
	width: 100%;
}

.menu-responsive ul {
	display: block;
	white-space: nowrap;
	overflow: auto;
}

.menu-responsive ul li {
	display: inline-block;
	list-style-type: none;
	text-align: center;
	padding: 22px 34px 5px 0px;
}

.icon-menu-responsive i {
	font-size: 36px;
	color: #ccc;
}

.menu-responsive img {
	width: 38px;
}

.icon-menu-responsive i:hover {
	color: #666;
}

.logout-text {
	margin-top: 12px;
	font-size: 17px;
	font-weight: bold;
}

.logout {
	padding: 31px !important;
}

.nav>li>a:hover, .nav>li>a:focus {
	opacity: 0.7 !important;
	background-color: transparent !important;
}

.div-logout span {
	margin: 12px -23px 0px 45px;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	font-size: 16px;
}

.logout:hover .icon-logout {
	opacity: 0.7 !important;
}

.icon-logout {
	height: 31px;
	width: 31px;
	margin-top: -13px;
	background-color: white;
	border-radius: 100%;
	position: relative;
	z-index: -9999;
}

.float-right {
	float: right;
}

.icon-logout:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "\274c";
	font-size: 20px;
	color: #6CB446;
	line-height: 32px;
	text-align: center;
}

.icon-header {
	width: 36px;
	float: right;
	margin-right: -7px;
	display: table-cell;
	vertical-align: middle;
	margin-top: 4px;
}

.text-header {
	font-size: 16px;
	margin-left: -9px;
	color: white;
	font-weight: bold;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
}

.content-img-header {
	height: 50px;
	width: 56px;
	margin-left: 67px;
}

.content-text-header {
	display: table;
	height: 50px;
}

.button-template, .button-template:hover {
	padding: 2px !important;
	padding-right: 13px !important;
	padding-left: 13px !important;
	background-color: #fff !important;
	border-radius: 5px !important;
	margin-top: 5px;
}

.toggleable_element-mobile {
	display: none;
}

.logo {
	text-align: center;
}

.logo img {
	margin-bottom: 57px;
	margin-top: 20px;
	width: 90%;
}

.table-admin-pattern th {
	background: #666 !important;
    color: white;
    text-align: center;
    opacity: 0.7;
    padding: 7px;
    text-shadow: none;
}

.ui-datatable tbody td, .table-admin-pattern tr {
	background-color:white;
	border:1px solid #ccc !important;
}

.ui-widget-content a {
	color:#777;
}

.ui-widget-content a:hover {
	color:#6CB446;
	cursor:pointer;
}

.ui-datatable .ui-column-filter {
	display: inline !important;
    margin-left: 20px !important;
    width:200px !important; 
}

.accordion-area {
	width:100%;
	margin-bottom:20px;
}

.contagem-caracteres {
    color: #777 !important;
    font-size: 14px !important;
}

.ui-spinner {
	width:20px;
}

#use-button .ui-state-active {
	background-color:#6CB446 !important;
}

#use-button .ui-state-default {
	background-color:#B22222;
}

.ui-selectmanycheckbox label, .ui-selectoneradio label {
	font-weight:100 !important;
	color:#666 !important;
	margin-left:10px;
	font-size:17px;
}

#messages div {
	background: rgba(108, 180, 70,0.6);
    position: absolute;
    top: -44px;
    color: #4b7d31;
    right: 135px;
    width: 237px;
    border: 2px solid #4b7d31;
    text-align: center;
    -webkit-box-shadow: 0px -3px 24px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -3px 24px -2px rgba(0,0,0,0.75);
    box-shadow: 0px -3px 24px -2px rgba(0,0,0,0.75);
}

.ui-selectonemenu {
	border-radius:0px !important; 
}

#wizard {
  list-style-type: none;
  text-align:center;
}

#wizard li {
display: inline-block;
    background-color: #cccccc;
    color: #ffffff;
    text-align: center;
    padding: 13px;
    transition: all 0.4s ease;
    text-indent: 140px
}


#wizard li:last-child:after, ul li:last-child:before {
  display: none;
}
#wizard li:after, ul li:before {
  content: "";
  position: absolute;
  background-color: #cccccc;
}
#wizard li:after {
  border-radius: 3px;
    border-right: 3px solid white;
    border-top: 3px solid white;
    height: 33px;
    width: 33px;
    margin-top: -7px;
    margin-left: -2px;
    -webkit-transform: rotate(45deg);
}
#wizard li.current {
  background-color: #608900;
}
#wizard li.current:after, ul li.current:before {
  background-color: #608900;
}
#wizard li.completed {
  background-color: #6CB446;
}
#wizard li.completed:after, ul li.completed:before {
  background-color: #6CB446;
}



/*MEDIA QUERIES*/
/* TELA DE LOGIN */
@media screen and (max-width: 977px) {
	#content {
		padding: 0px;
	}
	.login-centro {
		width: 100%;
		height: 100%;
		box-shadow: none;
		border: none;
		background-color: transparent !important;
	}
	
	.btn-accordion:nth-child(2), .btn-accordion:nth-child(3), .btn-accordion:nth-child(4), .btn-accordion:nth-child(5), .btn-accordion:nth-child(6) {
		margin-right:0px;
	}
	
	.termos-uso-centro {
		width: 100%;
		height: 100%;
		box-shadow: none;
		border: none;
		background-color: transparent !important;
	}
	.circle {
		margin-left: auto;
		margin-right: auto;
	}
	.btn-entrar {
		width: 100%;
		height: 40px;
	}

	.text-header {
		font-size: 11px;
	}
	.icon-header {
		width: 28px;
		margin-top: 10px;
	}
	.text-exit {
		display: none !important;
	}
	.content-img-header {
		width: 16.66666667% !important;
		margin-left: 0px !important;
	}
	.white-block h2 {
		font-size: 18px;
	}
	.legenda div {
		margin-top: 3px;
	}
	.toggleable_element {
		display: none;
	}
	.toggleable_element-mobile {
		display: block;
	}
	#back_to_top i {
		color: white;
		font-size: 41px;
		margin-left: 12px;
		margin-top: 2px;
	}
	#back_to_top {
		position: fixed;
		bottom: 10px;
		left: 20px;
		background-color: #6CB446;
		width: 50px;
		height: 50px;
		display: none;
		border-radius: 10%;
		cursor: pointer;
	}
	
	.btn-accordion {
		margin-right:0px;
		float:right;
	}
	
	#messages div {
		top:0px;
		right:0px;
	}

}

@media screen and (max-width: 450px) {
	.text-header {
		font-size: 9px;
	}
	#breadcrumb li a {
		font-size: 9px;
		margin-right: 13px;
	}
	.collapse_item-name {
		margin-left: 0px;
	}
	
<!-- bootstrap components-->

.row {
  margin-right: -15px;
  margin-left: -15px;
}


.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}