html, body {
	min-height: 100%;
	min-width: 100%;
}

td, th {
	vertical-align: middle !important;
}

body {
	background-color: #f8f8f8;
}

#top-link-block.affix-top {
	position: fixed;
	bottom: -32px;
	right: 10px;
}

#top-link-block.affix {
	position: fixed;
	z-index: 99999;
	bottom: 18px;
	right: 10px;
}

#top-link-block span {
/* 	margin-right: 5px; */
}

#top-link-block a {
	text-decoration: none;
}

h1 {
	font-size: 2em !important;
}

.badge {
	background-color: red;
}

.navbar-static-top {
	margin: 0px;
}

.navbar-notification {
	margin-right: 5px;
}

.navbar-notification li {
	display: inline-block;
}

.navbar-notification li a[data-toggle='dropdown'] {
	min-height: 50px;
	padding: 15px;
}

.navbar-notification .dropdown-menu li {
	display: block;
}

.navbar-notification .dropdown-menu li a {
	min-height: 0;
	padding: 3px 20px;
}

.navbar-notification .dropdown-menu li a .glyphicon {
	font-size: 0.7em;
	top: 0;
}

.navbar-header img {
	height: 24px;
	margin: 13px auto auto 15px;
}

.main.col-md-2, .main.col-md-10 {
	padding: 0px;
}

.sidebar-nav {
	padding: 0px;
}

.sidebar-nav li a {
	border-bottom: 1px solid #e7e7e7;
}

.nav-second-level li a {
	padding-left: 30px;
	padding-right: 7px;
}

.nav-third-level li a {
	padding-left: 50px;
	padding-right: 7px;
}

.active {
	background-color: #eee;
}

div#container, div#content {
	margin: 0px;
}

nav#sidebar {
	margin: 0px;
}

.ajax-block {
    background-color: #000;
    transform-style: preserve-3d;
    display: none;
    position: fixed;
	top: 0px;
	left: 0px;
    z-index: 99999;       
    margin: 0;
    width: 100%;
    height: 100%;  
	
		  opacity:0.65; 
		  -moz-opacity: 0.65; 
		  filter: alpha(opacity=65);
		  
		  
	  
}

.ajax-background {
    background-color: #fff;
    position: fixed;
    display: inline-block;
    text-align: center;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); 		 
}

#old {
	display: none;
}

#frame-site-antigo {
	width: 100%;
	height: 100%;
	border-width: 0;
}

#rodape {
	-moz-transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
				transition: all 0.5s ease;
    font-size:12px;
	color:#FFF;
	background:#000066;
	height:15px;
	overflow:hidden;
	width:100%; 
	position:fixed;
	bottom:0px;
	left:0px;
	z-index:801;
}  

.corpo {
	text-align:justify;
    color:#666;
	font-size:36px;
}

.img-responsive {
	max-width: 100%;
	height: auto;
	display:block
}