/* Open Sans */
/*
	@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,700,300,600&subset=latin,cyrillic-ext);
	*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800,300,300italic,600);

body *,
.radio input[type="radio"]:focus+label::before,
::before,
::after {
	outline: none !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	height: auto;
}

a:hover,
a:focus {
	text-decoration: none;
}

.px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.pr-0 {
	padding-right: 0 !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.w-100 {
	width: 100% !important;
}

.opensans {
	font-family: 'Open Sans', sans-serif !important;
}

pre {
	position: relative;
	z-index: 999999;
}

.checkbox-filter input {
	width: auto !important;
	clear: none;
	min-height: 10px !important;
	margin-right: 5px;
}

.checkbox-filter label {
	width: auto !important;
	clear: none !important;
	min-height: 9px !important;
	margin: 0 !important;
	position: relative !important;
	top: 2px;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.dropdown-submenu .sub-arrow {
	display: block;
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #898989;
	margin-top: 5px;
	margin-right: -10px;
}

html,
body {
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Open Sans', sans-serif !important;
	position: relative;
}

#content-tmpl,
body {
	background: #8F8F8F4D;
}

panel-default {
	border-color: #FFF;
}

header {
	background: none repeat scroll 0 0 #f1f1f1;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

footer {
	background: none repeat scroll 0 0 #f1f1f1;
	float: left;
	font-size: 10pt;
	font-weight: 300;
	text-align: center;
	width: 100%;
	display: none;
}

@-moz-keyframes spin {
	from {
		-moz-transform: rotate(0deg);
	}

	to {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

#loader {
	background: rgba(0, 0, 0, 0.53) none repeat scroll 0 0 !important;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	display: none;
}

#loader p {
	background: #ffffff none repeat scroll 0 0;
	color: #23bab5;
	font-size: 15px;
	left: 50%;
	margin-left: -82px;
	padding: 13px 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 150px;
}

#loader i {
	animation: 1s linear 0s normal both infinite running spin;
	font-size: 30px;
	margin-right: 10px;
	width: auto;

}

#wrapper {
	background: #ffffff none repeat scroll 0 0;
	height: 100%;
	padding: 0;
}

#avisos {
	position: fixed;
	z-index: 99999999999999;
	width: 100%;
	/* width:75%; */
}

#avisos {
	left: 0;
	top: 0;
	display: none;
}

/**
* Error
*/
h1.not-found404 {
	display: table;
	font-size: 73px;
	margin-top: 20%;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

/**
*
*/
.no-background {
	background: none !important;
}

.none {
	display: none;
}

/**
 * menu topo*/
#menu-top li.item {
	margin: 0 10px;
	word-wrap: break-word;
	text-align: center;
	color: #6e6868;
	margin-top: 10px;
}

#menu-top li.item span {
	padding: 10px 0;
	display: block
}

#menu-top li.item a {
	color: #FFF;
	text-align: center;
	font-size: 12px;
	border-radius: 50%;
	background: #286090;
	width: 60px;
	height: 60px;
	float: none;
	display: block;
	margin: 0 auto;
	padding: 17px 0;
}

#menu-top li.item a .fa {
	font-size: 26px;
}

.lista-modulos {
	list-style: none;
	padding: 25px 0;
	margin: 0;
	background: #FFF;
	display: table;
	border-radius: 2px;
	width: 100%;
}

.lista-modulos li {
	text-align: center;
	margin-bottom: 30px;
	min-height: 150px;
}

.lista-modulos li span {
	margin-top: 10px;
	display: block;
}

.lista-modulos li.item a {
	color: #FFF;
	text-align: center;
	font-size: 12px;
	border-radius: 50%;
	background: #286090;
	width: 100px;
	height: 100px;
	float: none;
	display: block;
	margin: 0 auto;
	/* padding-top: 15px; */
	/* padding-bottom: 15px; */
	line-height: 137px;
}

.lista-modulos li.item a .fa {
	font-size: 60px;
}

#bread-crumb {
	background-color: #FFF;
	box-shadow: 6px 6px 7px #0003;
	padding-left: 0;
	margin-left: 0;
}

#bread-crumb li,
#bread-crumb li a {
	color: #7d7d8e;
	cursor: pointer;
}

#bread-crumb li a {
	padding: 6px 10px;
}

#bread-crumb li:hover,
#bread-crumb li:hover a {
	/* color:#000; */
	color: #393939;
}

#bread-crumb li.open>a {
	color: #d3dfe4;
}

#bread-crumb>li {
	position: relative;
	padding: 6px 10px;
	border: 1px solid transparent;
}

#bread-crumb li.open,
#bread-crumb>li:hover {
	border: 1px solid rgba(0, 0, 0, .15);
	background-color: #FFF;
}

#bread-crumb li.open {
	border-bottom: none;
}

#bread-crumb li .dropdown-menu {
	margin: 0;
	left: -1px;
	border-radius: 0;
	border-top: 0;
	-webkit-box-shadow: 1px 12px 11px rgba(0, 0, 0, .180);
	box-shadow: 1px 12px 11px rgba(0, 0, 0, .180);
}

#bread-crumb li .dropdown-menu li a {
	padding: 10px 20px 10px 15px;
}

#bread-crumb li .dropdown-menu li a:hover {
	background-color: #002846 !important;
	color: #FFF;
}

#bread-crumb li a {
	text-transform: capitalize
}

#bread-crumb li i.drop {
	margin-left: 10px;
	transition: transform .3s ease-in-out;
}

#bread-crumb li:hover i.drop,
#bread-crumb li.open i.drop {
	transform: rotate(90deg);
}

#bread-crumb>li+li::before {
	content: '';
	padding: 0;
}

/**
* Menu esquerdo
*/
#side-bar-left {
	background-color: #FFFFFF;
	color: #80969c;
	height: 100%;
	min-height: 100%;
	transition: all 500ms ease 0s;
	padding: 0;
	box-shadow: -1px 3px 8px #000;
	z-index: 99;
}

#nav-top {
	background: #FFF none repeat scroll 0 0;
	border: none;
	padding: 10px 0;
	box-shadow: 6px 6px 7px #0003;
	/* border-radius: 0 0 10px 8px; */
	/* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.66); */

}

#side-bar-left .nav {
	display: table;
	float: left;
	width: 100%;
}

#teste {
	width: 100px;
	background: red;
	height: 100%;
}

/**
*
*/
#logo_associacao {
	padding: 3%;
}

/**
* menu
*/
#side-bar-left .nav li {
	width: 100%;
}

#side-bar-left .nav li a {
	color: #6f6f6f;
	display: block;
	font-size: 15px;
	font-weight: 400;
	padding: 13px 10px;
	transition: all 0.1s ease 0s;
	width: 100%;
}

#side-bar-left .nav li a .fa {
	font-size: 20px;
	margin-right: 5px;
}

#side-bar-left .nav li a:hover {
	background: none !important;
	color: #000;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

#side-bar-left .nav li.active a {
	background: none !important;
	border-left: 3px solid #23bab5;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.1s ease 0s;
}

@media (min-width: 768px) and (max-width: 992px) {
	#side-bar-left .nav li a {
		text-align: center;
	}

	#side-bar-left .nav li a .fa {
		font-size: 65px;
	}

	#side-bar-left .nav li a span {
		display: none;
	}

	#info-user .img-circle {
		text-align: center;
		float: none;
		margin: 0 auto;
	}

	#info-user div.text {
		display: none;
	}
}

@media (min-width: 300px) and (max-width: 768px) {
	#side-bar-left .nav li a {
		text-align: center;
	}

	#side-bar-left .nav li a .fa {
		font-size: 37px;
	}

	#side-bar-left .nav li a span {
		display: none;
	}

	#info-user .img-circle {
		text-align: center;
		float: none;
		margin: 0 auto;
	}

	#info-user div.text {
		display: none;
	}
}

/**
*
*/
#breadcrumb {
	background-color: white;
	box-shadow: 0 1px 0 0 #e2e2e2;
	height: 60px;
}

#breadcrumb>li+li::before {
	content: "»";
}

#breadcrumb li {
	position: relative;
	top: -2px;
}

#breadcrumb a:hover,
#breadcrumb a:focus {
	text-decoration: none;
}

#breadcrumb a {
	color: #adafb0;
	font-size: 14px;
	font-weight: 300;
	text-transform: capitalize;
}

#breadcrumb>.active a {
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
}

#breadcrumb .separator {
	color: #006e94;
	font-size: 6pt;
	position: relative;
	top: -4px;
}

#breadcrumb .home {
	background: #006e94;
	padding-left: 9px;
	padding-right: 9px;
	top: 0;
}

#breadcrumb>li {
	padding-right: 0;
	padding-left: 0;
}

#breadcrumb .home,
#breadcrumb>li {
	padding-top: 9px;
	padding-bottom: 9px;
}

#breadcrumb .home span {
	color: #ffffff;
	display: block;
	font-size: 14pt;
}

/**
* container 
*/
.box-gray {
	background: #fbfbfb;
}

#content-tmpl {
	height: 100%;
}

#content-tmpl>.panel-system,
#content-tmpl>.panel {
	padding-left: 0;
	padding-right: 0;
}

#content-tmpl>.panel-system,
#content-tmpl>* {
	box-shadow: 6px 6px 7px #0003;
}

.panel-default>.panel-heading {
	background: none;
}

#content-tmpl .panel-heading {
	font-size: 16px;
	text-transform: uppercase;
}

#content-tmpl .panel-heading,
.name-page {
	width: 100%;
	background: #286090;
	color: #FFF;
}

.name-page {
	width: 100%;
	position: absolute;
	left: 0;
}

#content-tmpl h2.title-page {
	display: block;
	float: left;
	font-size: 20pt;
	font-weight: 800;
	margin-bottom: 53px;
	position: relative;
	text-transform: uppercase;
	top: -20px;
	width: 100%;
}

#container-tmpl div.panel-body,
#container-tmpl div.panel-heading,
.bootstrap-dialog-message div.panel-heading {
	background: #FFFFFF;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}

.bootstrap-table button.dropdown-toggle,
.bootstrap-table .open>.dropdown-toggle.btn-default {
	min-width: auto !important;
	box-shadow: none !important;
	background: none !important;
	border: none;
	color: #333;
}

.bootstrap-table .search {
	padding: 0;
}

.bootstrap-table .search select {
	margin-right: 5px;
}

.panel {
	border-top: 1px solid #23bab5;
}

.panel-system .panel-heading {
	color: #b1b2b4;
}

.panel-system .panel-heading i {
	margin-right: 10px;
}

.nav-tabs li a,
.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
	font-weight: 300;
	text-transform: uppercase;
}

.btn-grid,
.btn-icn-download,
.btn-icn-view,
.btn-icn-print,
.btn-icn-email {
	font-size: 23px;
	border: none;
	background: none;
}

.btn-filter-window {
	min-width: 20px !important;
}
