/*
 * Base structure
 */
/* Move down content because we have a fixed navbar that is 50px tall */
.admin {
	padding-top: 50px;
}
/*
 * Global add-ons
 */
.sub-header {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
	border: 0;
}
/*
 * Sidebar
 */
/* Hide for mobile, show later */
.sidebar {
	/*display: none;*/
}
@media (min-width: 768px) {
	.sidebar {
		position: fixed;
		top: 51px;
		bottom: 0;
		left: 0;
		z-index: 1000;
		display: block;
		padding: 20px;
		overflow-x: hidden;
		overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
		background-color: #f5f5f5;
		border-right: 1px solid #eee;
	}
}
/* Sidebar navigation */
.nav-sidebar {
	margin-right: -21px; /* 20px padding + 1px border */
	margin-bottom: 20px;
	margin-left: -20px;
}
.nav-sidebar > li > a {
	padding-right: 20px;
	padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
	color: #fff;
	background-color: #428bca;
}
/*
 * Main content
 */

.main {
	padding: 20px;
}
@media (min-width: 768px) {
	.main {
		padding-right: 40px;
		padding-left: 40px;
	}
}
.main .page-header {
	margin-top: 0;
}
/*
 * Placeholder dashboard ideas
 */
.placeholders {
	margin-bottom: 30px;
	text-align: center;
}
.placeholders h4 {
	margin-bottom: 0;
}
.placeholder {
	margin-bottom: 20px;
}
.placeholder img {
	display: inline-block;
	border-radius: 50%;
}
.page-header {
	margin: 5px 0;
}
.container.corpo {
	width: 100%;
}
.navbar-fixed-bottom {
	z-index: 2501;
}
.navbar-fixed-bottom button.completa {
	float: left;
	color: red;
	font-size: 44px;
	height: 48px;
	margin: 0 10px;
	font-weight: bold;
	padding: 0 15px;
}
.navbar-fixed-bottom button.print {
	float: right;
}
.navbar-fixed-bottom p {
	color: white;
	padding: 3px;
	overflow: hidden;
	height: 39px;
}
div.fixed-bottom {
	padding-bottom: 30px;
}
img.logo {
	display: block;
	margin: auto;
	max-height: 70px;
}
.btn-group.btn-login {
	float: right;
}
.panel-body {
	padding: 5px;
}
.modal-body {
	position: relative;
	padding: 0;
}
.well {
	margin-bottom: 0px;
	border: 0px;
}
div.page-dashboard div.info2 {
	position: absolute;
	display: block;
	top: 5px;
	left: 0px;
	/* width: 100%; */
	padding: 0px 10px;
}
@media (min-width: 1200px) {
	.col-lg-2 {
		width: 19.9999%;
	}
	.access .thumbnail img{
		z-index: 2500;
		position: relative;
	}
}
@media only screen and (max-width: 700px){
	div.page-dashboard p.info1, div.page-dashboard p.info2, div.page-dashboard p.info3, div.page-dashboard p.info4, div.page-dashboard p.info5 {
		font-size: 19px;
		min-width: 41px;
	}
	div.page-dashboard .btn {
		font-size: 23px;
	}
}
div.page-dashboard p.info1 {
	background: #03f903d6;
}
div.page-dashboard p.info2 {
	background: #ffff00d6;
}
div.page-dashboard p.info3 {
	background: #ff0000d6;
}
div.page-dashboard p.info4 {
	background: #f903f1;
}
div.page-dashboard p.info5 {
	background: #fafad2db;
	float: right !important;
}
img.access {
	padding: 25px;
}
div.page-dashboard p.desc {
	height: 35px;
	white-space: normal;
}
div.page-dashboard div.col-lg-2 p.info {
	top: 5px;
	bottom: auto;
}
div.page-dashboard p.info1, div.page-dashboard p.info2, div.page-dashboard p.info3, div.page-dashboard p.info4, div.page-dashboard p.info5, div.page-dashboard p.infob, div.page-dashboard p.infoc {
	float: left;
	right: 10px;
	bottom: 15px;
	border: 1px solid #1e3764;
	padding: 6px;
	border-radius: 19px;
	font-weight: bold;
	font-size: 13px;
	min-width: 35px;
	text-align: center;
}
.monitor div {
	display: inline-grid
}
.monitor span {
	background: #ffffffa1;
	color: red;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}