body {
	font-size: 10px !important; /*Desse modo 1em fica valendo 10px, só não foi usado 62.5% devido a compatibilidade com o bootstrap, facilitando a conversão*/
	font-family: Calibri, Arial, Helvetica, sans-serif;
}

a {
	color: #71CE2B;
}

header {
	height: 70px;
	background: #FBFBFB;
}

header .admin-title {
	float: left;
	margin-top: 9px;
}

header ul {
	float: right;
	margin: 0;
}

header ul li {
	list-style: none;
	display: inline-block;
	margin: 15px 15px 0;
}

header ul li img {
	width: 40px;
	margin-right: 10px;
	border-radius: 50%;
}

header ul li a {
	font-size: 14px;
	margin-top: 10px;
	display: inline-block;
}

.logo-admin {
	height: 71px;
	background: url(../img/logo-admin-bco.png) no-repeat center #5EBB48; /*#A8DC85*/
	text-indent: -2000px;
	overflow: hidden;
}

.title-admin {
	height: 51px;
}

.title-admin p {
	margin-top: 15px;
	color: #647880;
	font-size: 1.4em;
}

.nav-admin {
	z-index: 1;
	position: absolute;
	height: 100%;
	padding: 0;
	background: #444;
}

.nav-admin nav li {
	margin: 1px 0;
}

.nav-admin .nav>li>a:hover {
/*	color: #444;
	text-shadow: 1px 0 1px #ccc;*/
	color: #B7EE9D;
	background-color: #555;
	border-left: 2px solid #71CE2B;
}

.nav-admin .nav>li>a:active {
	color: #B7EE9D;
	background-color: #555;
	border-left: 2px solid #71CE2B;
}

.nav-admin a {
	padding: 15px !important;
	font-size: 1.2em;
	color: #ddd;
	/*border-bottom: 1px solid #555;*/
	background: #4c4c4c;
	border-left: 2px solid #666;
/*	text-shadow: 1px 0 1px #222;
	border-bottom: 1px solid #222 !important;
	border-top: 1px solid #666 !important;*/
}

#content {
	position: inherit;
	padding: 0 30px;
	/*min-height: 800px;*/
	font-size: 1.2em;
}

#main-admin {

}

#body-admin {
	background: #f8f8f8;
}


.btn-register {
	margin-top: 22px;
	float: right;
}

.btn-register a {
	float: right;
}

.w2.glyphicon {
	width: 2em;
}

#customer_id {
	display: none;
}

table thead tr th {
	text-align: center;
}

table tr.link td a {
	color: #333;
}