.container {
	height: 100%;
}
#leftCol a, ul.navbar-right li a {
	cursor: pointer;
}

@font-face {
    font-family: Berlin;
    src: url(../fonts/BRLNSR.TTF);
}

body {

    font-family: 'Open Sans', sans-serif;

    padding-top:50px;
    /* background:url('../img/subtle_white_feathers.png') repeat fixed; */
    background: -webkit-linear-gradient(#fff , #D8E5EC); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff , #D8E5EC); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff , #D8E5EC); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff , #D8E5EC); /* Standard syntax */
}

p {
    font-size: 1.2em;
    line-height: 1.6em;
}

h2 {
    text-transform: uppercase;
    font-size: 2em;
    margin-bottom: 20px;
    font-family: Berlin, 'Open Sans', sans-serif;
    letter-spacing: .05em;
}

.texto-btn-acao {
    color: #D53B23;
}

.btn-acao {
    font-size: 1.4em;
    color: #D53B23;
    border: solid 3px #D53B23;
    margin: 10px 0 40px 0;
    padding: 12px 20px 12px 20px;
    display: inline-block;
    border-radius: 8px;
    transition: .2s;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: bold;
}

.btn-acao:hover, .btn-acao:focus {
    color: #fff;
    background-color: #D53B23;
    text-decoration: none;
    cursor: pointer;

}

.panel-inscricao .panel-body {
    padding: 35px;
}

.panel-inscricao .panel-body p:first-child {
    font-size: 1.3em;
}

.panel-heading {
    padding: 15px;
}

/* table.table {
    font-size: 1.3em;
}*/

.table th {
    font-size: 1.2em;
}

.table thead .data {
    color: #D53B23;
    font-family: Berlin, 'Open Sans', sans-serif;
    font-size: 1.5em;
    letter-spacing: .05em;
}

h3.panel-title {
    font-size: 1.5em;
    letter-spacing: .05em;
    font-family: Berlin, 'Open Sans', sans-serif;
    text-transform: uppercase;

}

#sidebar {
    font-family: Berlin, 'Open Sans', sans-serif;
    font-size: 1.3em;
    letter-spacing: .03em;
}

#sidebar li {
    text-transform: uppercase;
}

#sidebar li a {
    border-top: solid 1px rgba(28,128,45, 0.1);
    text-transform: uppercase;
    padding: 12px 0 12px 12px;
}

#sidebar li a.active {
    color: #fff;
    background-color: #1C802D;
}

.nav-stacked > li + li {
    margin-top: 0;
}

#masthead { 
 min-height:250px;
 padding: 60px 0 40px 0;
 margin-bottom: 40px;
}

#masthead .img-iftm {
    margin-top: 20px;
}

#masthead h1 {
 font-size: 30px;
 line-height: 1;
 padding-top:20px;
}

.container table caption {
  font-weight: bold;
}


@media screen and (min-width: 768px) {
  #masthead h1 {
    font-size: 50px;
  }
}

.navbar-bright {
 background-color:#111155;
 color:#fff;
}

.affix-top,.affix{
 position: static;
}

@media (min-width: 979px) {
  #sidebar.affix-top {
    position: static;
  	margin-top:30px;
  	width:228px;
  }
  
  #sidebar.affix {
    position: fixed;
    top:70px;
    width:228px;
  }
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.panel-danger > .panel-heading {
    background-color: #D53B23;
    border-color: #D53B23;
    color: #fff;
    text-align: center;
}

.panel-danger {
    border:0;
}

.nav>li>a {
    color: #1C802D;
    transition: .1s;
}

.nav>li>a:hover  {
    color: #fff;
    background-color: #1C802D;
}

h2{
    color: #D53B23;
}

@media screen and (min-width: 979px){
    .img-iftm{
        float: right;
    }
}
@media screen and (max-width: 766px){
    .btn{
        width: 100%;
    }
}

.pagination {
    margin: 20px 0;
    width: 100%;
}
.pagination ul {
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
}
.pagination ul > li {
    display: inline;
}
.pagination ul > li > a, .pagination ul > li > span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #dddddd;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    float: left;
    line-height: 20px;
    padding: 4px 12px;
    text-decoration: none;
}
.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
    background-color: #f5f5f5;
}
.pagination ul > .active > a, .pagination ul > .active > span {
    color: #999999;
    cursor: default;
}
.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
    background-color: transparent;
    color: #999999;
    cursor: default;
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
    border-bottom-left-radius: 4px;
    border-left-width: 1px;
    border-top-left-radius: 4px;
}
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination-centered {
    text-align: center;
}
.pagination-right {
    text-align: right;
}
.pagination-large ul > li > a, .pagination-large ul > li > span {
    font-size: 17.5px;
    padding: 11px 19px;
}
.pagination-large ul > li:first-child > a, .pagination-large ul > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-large ul > li:last-child > a, .pagination-large ul > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a, .pagination-small ul > li:first-child > a, .pagination-mini ul > li:first-child > span, .pagination-small ul > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a, .pagination-small ul > li:last-child > a, .pagination-mini ul > li:last-child > span, .pagination-small ul > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.pagination-small ul > li > a, .pagination-small ul > li > span {
    font-size: 11.9px;
    padding: 2px 10px;
}
.pagination-mini ul > li > a, .pagination-mini ul > li > span {
    font-size: 10.5px;
    padding: 0 6px;
}
.pager {
    list-style: none outside none;
    margin: 20px 0;
    text-align: center;
}
.pager:before, .pager:after {
    content: "";
    display: table;
    line-height: 0;
}
.pager:after {
    clear: both;
}
.pager li {
    display: inline;
}
.pager li > a, .pager li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    display: inline-block;
    padding: 5px 14px;
}
.pager li > a:hover, .pager li > a:focus {
    background-color: #f5f5f5;
    text-decoration: none;
}
.pager .next > a, .pager .next > span {
    float: right;
}
.pager .previous > a, .pager .previous > span {
    float: left;
}
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    background-color: #fff;
    color: #999999;
    cursor: default;
}
.pagination-centered {
    text-align: center;
}

footer {
    color: #fff;
    margin-top: 40px;
    padding: 20px 0 20px 0;
    background-color: #1C802D;
}

footer h3 {
    font-family: Berlin, 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 1.5em;
}