body {
	padding-top: 51px;
}

/* ng-cloak */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng.ng-cloak
	{
	display: none;
}

ul {
	list-style: none;
}

a {
	color: #333;
}
$user ['matricula']
a:hover {
	cursor: pointer;
}

ul.simple-post-list .post-image {
	float: left;
	margin-right: 12px;
}

ul.simple-post-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.callout-box {
	background-color: #546489;
	color: #fff;
	padding: 10px 20px;
}

.body-title {
	border: 1px solid #e3e3e3;
	border-left: 5px solid #234383;
	padding: 0 20px 20px;
}

.featured-box {
	border: 1px solid #e3e3e3;
	border-top: 5px solid #234383;
	padding: 0 20px 20px;
}

.breadcrumbs {
	position: relative;
	border-bottom: 1px solid #E5E5E5;
	background-color: #F5F5F5;
}

.breadcrumb {
	margin-bottom: 0;
}

.cart-btn {
	border-radius: 0;
}

.navbar {
	color: black;
	border-radius: 0;
	background: #0563B2;
}
/* Removed width:auto from navbar-collapse classs; */
.navbar-collapse {
	border-top: 0;
	box-shadow: none;
}

.navbar .navbar-brand {
font-size: 24px;
text-shadow: none;
padding-bottom: 10px;
color: white;
}

.form-group-addon {
	padding-left: -20px;
}
.painelControle{
    border: 2px solid #8AC9FF;
    padding: 5px;
    width: 100%;
    height: 75px;
    display: inline-block;	
}
.tabela-padrao {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:7px;
	-webkit-border-bottom-left-radius:7px;
	border-bottom-left-radius:7px;
	
	-moz-border-radius-bottomright:7px;
	-webkit-border-bottom-right-radius:7px;
	border-bottom-right-radius:7px;
	
	-moz-border-radius-topright:7px;
	-webkit-border-top-right-radius:7px;
	border-top-right-radius:7px;
	
	-moz-border-radius-topleft:7px;
	-webkit-border-top-left-radius:7px;
	border-top-left-radius:7px;
}.tabela-padrao table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.tabela-padrao tr:last-child td:last-child {
	-moz-border-radius-bottomright:7px;
	-webkit-border-bottom-right-radius:7px;
	border-bottom-right-radius:7px;
}
.tabela-padrao table tr:first-child td:first-child {
	-moz-border-radius-topleft:7px;
	-webkit-border-top-left-radius:7px;
	border-top-left-radius:7px;
}
.tabela-padrao table tr:first-child td:last-child {
	-moz-border-radius-topright:7px;
	-webkit-border-top-right-radius:7px;
	border-top-right-radius:7px;
}.tabela-padrao tr:last-child td:first-child{
	-moz-border-radius-bottomleft:7px;
	-webkit-border-bottom-left-radius:7px;
	border-bottom-left-radius:7px;
}.tabela-padrao tr:hover td{
	
}
.tabela-padrao tr:nth-child(odd){ background-color:#cccccc; }
.tabela-padrao tr:nth-child(even)    { background-color:#ffffff; }.tabela-padrao td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:5px;
	font-size:10px;
	font-family:Helvetica;
	font-weight:normal;
	color:#000000;
}.tabela-padrao tr:last-child td{
	border-width:0px 1px 0px 0px;
}.tabela-padrao tr td:last-child{
	border-width:0px 0px 1px 0px;
}.tabela-padrao tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.tabela-padrao tr:first-child td{
		background:-o-linear-gradient(bottom, #8AC9FF 5%, #8AC9FF 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8AC9FF), color-stop(1, #8AC9FF) );
	background:-moz-linear-gradient( center top, #8AC9FF 5%, #8AC9FF 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#8AC9FF", endColorstr="#8AC9FF");	background: -o-linear-gradient(top,#8AC9FF,8AC9FF);

	background-color:#8AC9FF;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Helvetica;
	font-weight:bold;
	color:#ffffff;
}
.tabela-padrao tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #8AC9FF 5%, #8AC9FF 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8AC9FF), color-stop(1, #8AC9FF) );
	background:-moz-linear-gradient( center top, #8AC9FF 5%, #8AC9FF 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#8AC9FF", endColorstr="#8AC9FF");	background: -o-linear-gradient(top,#8AC9FF,8AC9FF);

	background-color:#00bf5f;
}
.tabela-padrao tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.tabela-padrao tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
.botaoPadrao {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family:Helvetica;
  color: #ffffff;
  font-size: 15px;
  background: #0D90FF;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}

.botaoPadrao:hover {
  background: #0D90FF;
  text-decoration: none;
}
.divCheckbox{
	height:300px;
	width:550px;
	border: 1px solid gray;
	overflow:scroll;
	overflow-x:hidden;
	overflow-y:scroll;
}