body {
  background-color: #eaeaea;
  background: url(../img/body-bg.jpg) #eaeaea;
}
.fundo{
    background-color:#F8F8F8;padding-top:5px;border-bottom:3px solid #EC1B1E;
}
.conteudo{
    background-color:#fff;padding-bottom:30px
}
#font-setting ul li a{
  color:#000;
}

.bs-callout, blockquote {
    background: #f8f8f8 ;
}
blockquote h4 a{
    color:#000
}
a {
    color: #337ab7;
    text-decoration: none;
}
.dropdown-menu>li>a {
    cursor: pointer;
}

.no-margin{
	margin: 0 !important;
}
.margintop10{
	margin-top: 10px;
}
.margintopbottom10{
	margin:10px 0 10px 0;
}
.margintopleft30{
	margin: 30px 0 0 30px;
}
.no-padding{
	padding: 0 !important;
}
.bordered {
    border-bottom-color: rgb(212, 212, 212);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(212, 212, 212);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(212, 212, 212);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(212, 212, 212);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
}
.navbar {
  margin-bottom: 20px;
  border-radius: 0px;
  border-left: none;
  border-right: none;
  border-top: none;
  margin-bottom: 0;
  background-color: #EC1B1E;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #000;
    background-color: #F05155;
    cursor: pointer;

}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #000;
    background-color: #F05155;
}
.navbar-nav li{
    margin-right:45px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #F05155;
}
.navbar-default .navbar-brand {
    color: #fff;
}
.bs-callout-success{border-left-color:#EC1B1E}.bs-callout-success h4{color:#EC1B1E}
.top-logo{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #ffffff 0%, #f1f1f1 40%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#f1f1f1 40%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #ffffff 0%,#f1f1f1 40%,#e1e1e1 51%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.top-logo small{
  font-size: 14px;
  color: #000;
  text-shadow: 1px 0px 2px #B0B0B0;
}
.top-logo h1{
 color: #EC1B1E;
 font-size: 42px;
 text-shadow: 1px 0px 2px #B0B0B0;
 font-weight: bold;
}
#footer{
    background-color:#F8F8F8;padding:10px;border-top:3px solid #EC1B1E;
}
#footer a{
  color:#000;
}
#footer a:hover{
  text-decoration: none;
}
.error{
    color: #B94A48;
}
.table-striped{
  margin-top: 2%;
}
.table-striped > thead{
  background-color: #017433; color:#fff;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #F2FEF2;
}
.warning{
  color:#000;
}

.sessoes{
    margin: 10px 10px 10px 0;
}
 .sessoes li{
    text-align: justify;
    display: inline-block;
    margin-left: 20px;
}
.sessoes li .dia{
    background: url(../img/sessoes.jpg) no-repeat top;
    width: 40px;
    height: 50px;
    display: block;
    color: #fff;
    padding: 5px;
    font-size: 16px;
    text-align: center;
}