.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: none !important;
}

#footer {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 110px;
  color: #333;
  padding-top: 35px;
  padding-bottom: 15px;
  font-size: 10pt;
}

::-webkit-input-placeholder {
   text-transform: lowercase;
}

:-moz-placeholder { /* Firefox 18- */
   text-transform: lowercase; 
}

::-moz-placeholder {  /* Firefox 19+ */
   text-transform: lowercase; 
}

:-ms-input-placeholder {  
   text-transform: lowercase;  
}
p.icone span{
	font-size: 160pt !important;
	border-radius: 4px;
}
p.icone span:hover{
	font-size: 160pt !important;
	color: #009933;
}
p.icone a{
	color: #990000;
	border-radius: 4px;
}
.navbar-inverse{
	background: #990000 !important;
	background-color: #990000 !important;
}
.navbar-inverse li a{
	color: #fff !important;
}
.navbar-inverse ul.dropdown-menu li a{
	color: #333 !important;
}
.dropdown-menu {
	min-width: 160px;
}
fieldset {
    min-width: 0;
    padding: 10px;
    margin: 0 0 10px;
    border: 1px solid #e5e5e5;
	border-radius: 4px;
	text-align: left;
	font-family: verdana;
}
legend {
    border: 1px solid #e5e5e5;
}
.form-horizontal .control-label {
    padding-top: 5px;
    margin-bottom: 0;
    text-align: left;
}
.page-header {
  padding-bottom: 6px;
  margin: 40px 0 20px;
  border-bottom: 2px solid #990000;
  font-family: verdana;
  font-weight: bold;
  Font-size: 28px;
}
.btn-default {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}
.btn-default:focus,
.btn-default.focus {
  color: #fff;
  background-color: #454545;
  border-color: #454545;
}
.btn-default:hover {
  color: #fff;
  background-color: #454545;
  border-color: #454545;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #454545;
  border-color: #454545;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #fff;
  background-color: #454545;
  border-color: #454545;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.navbar-default {
    background-color: #f5f5f5;
    border-color: #e7e7e7;
}

/*MENU TESTE */
.main-menu {
    background-color: #2E3039;
}

.list-group-item {
    background-color: #fff;
    border: none;
}

a.list-group-item {
    color: #FFF;
}

a.list-group-item:hover,
a.list-group-item:focus {
    background-color: #990000;
	color: #fff;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    color: #FFF;
    background-color: #990000;
    border: none;
}

.list-group-item:first-child,
.list-group-item:last-child {
    border-radius: 0;
}

.list-group-level1 .list-group-item {
    padding-left:30px;
}

.list-group-level2 .list-group-item {
    padding-left:60px;
}


/* BARRA DE MENU */

.brand {
  background: #3e454c;
  position: relative;
  z-index: 3;
  position: fixed;
  width: 100%;
  top: 0;
}
.brand .logo {
  box-sizing: border-box;
  padding: 20px;
  float: left;
  display: block;
  width: 200px;
}
@media only screen and (min-width: 992px) {
  .brand .logo {
    width: 250px;
  }
}
.brand .logo img {
  height: 20px;
}
.brand .menu-btn {
  float: right;
  background: #232d3b;
  text-align: center;
  cursor: pointer;
  color: #fff;
  padding: 20px 20px;
}
@media only screen and (min-width: 992px) {
  .brand .menu-btn {
    display: none;
  }
}
.brand .ts-profile-nav {
  float: right;
  display: none;
}
.brand .ts-profile-nav li {
  float: left;
  position: relative;
}
.brand .ts-profile-nav li a {
  display: block;
  padding: 20px;
  color: #fff;
}
.brand .ts-profile-nav li ul {
  visibility: hidden;
  opacity: 0;
  right: 0;
  position: absolute;
}
.brand .ts-profile-nav li ul li {
  float: none;
  width: 180px;
}
.brand .ts-profile-nav li ul li a {
  padding: 10px 20px;
  background: #222;
}
.brand .ts-profile-nav .ts-account .fa-angle-down {
  float: right;
}
.brand .ts-profile-nav .ts-account > a {
  width: 180px;
  background: #2c3136;
}
.brand .ts-profile-nav .ts-account .ts-avatar {
  border-radius: 50%;
  height: 28px;
  margin: -10px 0;
  margin-right: 10px;
}
.brand .ts-profile-nav .ts-account:hover ul {
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 992px) {
  .brand .ts-profile-nav {
    display: block;
  }
}
.panel-body {
    padding: 7px;
    background: #990000;
    color: #fff;
	border-radius: 3px;
	font-family: verdana;
	font-size: 16px;
}
.panelcurso-body {
    padding: 7px;
    background: #ebbb34;
    color: #1a1a1a;
	border-radius: 3px;
	font-family: verdana;
	font-size: 16px;
}
.block-anchor {
  display: block;
}
.panel .panel-footer {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
	background: #1a1a1a;
	color: #fff;
	font-family: verdana;
	text-decoration:none;
}
.panel-body a {
	color:#fff;
	text-decoration:none;
	font-size: 22px;
	font-family: verdana;
}
.panel .panel-footer:hover {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
	background: #009933;
	color: #fff;
	font-family: verdana;
}
.panel .panel-footer a {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    background: #1a1a1a;
    color: #fff;
    font-family: verdana;
    text-decoration: none;
}
.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0;
    color: inherit;
    background-color: #eee;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 200;
	text-align: left;
}
.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
	font-size: 16px;
}

.btn-success {
    color: #fff;
    background-color: #028b02;
    border-color: #028b02;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    font-family: verdana;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-family: verdana;
    font-size: 15px;
	text-transform: uppercase;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  /*vertical-align: top;*/
  border-top: 1px solid #ddd;
}
.panel-body-danger {
    padding: 15px;
    background: #990000;
    color: #fff;
    border-radius: 3px;
    font-family: verdana;
    font-size: 15px;
}
.panel-body-primary {
    padding: 15px;
    background: #428bca;
    color: #fff;
    border-radius: 3px;
    font-family: verdana;
    font-size: 15px;
}
.panel-body-success {
    padding: 15px;
    background: #5cb85c;
    color: #fff;
    border-radius: 3px;
    font-family: verdana;
    font-size: 15px;
}
.panel-body-info {
    padding: 15px;
    background: #5bc0de;
    color: #fff;
    border-radius: 3px;
    font-family: verdana;
    font-size: 15px;
}
.panel-body-warning {
    padding: 15px;
    background: #ebbb34;
    color: #fff;
    border-radius: 3px;
    font-family: verdana;
    font-size: 15px;
}
.row.gutter-xs {
    margin-left: -5px;
    margin-right: -5px;
}
.card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    display: block;
    margin-bottom: 10px;
    position: relative;
}
.card-body {
    padding: 15px;
    position: relative;
}
.card-header:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.card-header {
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    text-transform: uppercase;
}