/* 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{
	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;
}
.opensans{
	font-family: 'Open Sans', sans-serif !important;
}
pre{
	position:relative;
	z-index:999999;
}
.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{
	background:#F1F1F1;
	font-family: 'Open Sans', sans-serif !important;
	position:relative;
}
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 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-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%;
    background:#F1F1F1;
}
.panel-default > .panel-heading{
    background: none;
}
#content-tmpl .panel-heading{
	font-size:16px;
	text-transform:uppercase;
}
#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;
}