.masthead .navbar {
	margin: 0;
}
.masthead .navbar .navbar-inner {
	padding: 0;
}
.masthead .navbar .nav {
	margin: 0;
	width: 100%;
}
.masthead .navbar .nav li a {
	font-weight: bold;
	text-align: center;
	border-left: 1px solid rgba(255,255,255,.75);
	border-right: 1px solid rgba(0,0,0,.1);
}
.masthead .navbar .nav li:first-child a {
	border-left: 0;
	border-radius: 3px 0 0 3px;
}
.masthead .navbar .nav li:last-child a {
	border-right: 0;
	border-radius: 0 3px 3px 0;
}
.jumbotron {
    background: linear-gradient(45deg, #020031 0%, #6D3353 100%) repeat scroll 0 0 transparent;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2) inset, 0 -3px 7px rgba(0, 0, 0, 0.2) inset;
    color: #FFFFFF;
    padding: 10px 0;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 30px rgba(0, 0, 0, 0.075);
	margin-top: 2px;
}
.jumbotron h1 {
    font-size: 45px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1;
}
.jumbotron p.lead {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 30px;
}
.jumbotron p.lead span {
	font-size: 30px;
}
.jumbotron p.action {
	margin-bottom: 0;
}
.jumbotron p.action a {
	margin: 0 20px 10px 20px;
}
.usermgmt {
	border: 1px solid #cccccc;
}
.usermgmt .template {
	padding:10px;
	border-bottom: 1px solid #cccccc;
}
.usermgmt .template .tpl-thumb {
	text-align:center;
}
.usermgmt .template .tpl-thumb img {
	max-width: 100%;
}
.usermgmt .tpl-odd {
	background: none repeat scroll 0 0 #E6EBF6;
}
.usermgmt .tpl-odd .tpl-thumb {
	float:left;
}
.usermgmt .tpl-odd .tpl-desc {
	float:right;
}
.usermgmt .tpl-even {
	background: none repeat scroll 0 0 #F6F7F8;
}
.usermgmt .tpl-even .tpl-thumb {
	float:right;
}
.usermgmt .tpl-even .tpl-desc {
	float:left;
}
.usermgmt .template .tpl-desc .tpl-title {
	color: red;
	font-size: 30px;
	font-weight: 300;
	text-align: center;
}
.usermgmt .template .tpl-desc .tpl-excerpt ul {
	list-style-type: square;
	list-style-position: outside;
	list-style-image: url(../img/check_small.png);
}
.usermgmt .template .tpl-desc .tpl-excerpt ul li{
	font-size: 18px;
    margin-bottom: 5px;
}
@media (max-width: 767px) {
	.usermgmt .tpl-odd .tpl-thumb {
		float:none;
	}
	.usermgmt .tpl-odd .tpl-desc {
		float:none;
	}
	.usermgmt .tpl-even .tpl-thumb {
		float:none;
	}
	.usermgmt .tpl-even .tpl-desc {
		float:none;
	}
}
.carousel-control-prev, .carousel-control-next {
    width: 20px;
}
.carousel-control-prev-icon{
   background-image: url('https://apufpel.com.br/assets/img/seta_prim.png')
}
.carousel-control-next-icon{
  background-image: url('https://apufpel.com.br/assets/img/seta_ult.png')
}
.carousel-inner img {
	max-width: 100%;
}