body {
    background-color:#E6E6E6;
}
h1{
    margin-top:50px
}
h1 a{
    font-size: 50px;
}
h2 {
    font-family: "open_sanslight", Arial;
    margin-bottom:10px;
    margin-top:30px;
    color:#3E1E21
}
h3 {
    color:#000;
}
label {
    font-size: 14px;
}
.faixa-gen {
    height:480px;
}
.alerta-faixa-gen {
    background: yellow;
    padding: 0px 5px 20px 5px;
    color: #000;
    text-align: center;
}
.banner-homepage {
    background-image:url(../images/banner.jpg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: none
}
.banner-interna {
    background-image:url(../images/banner-interno.jpg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-color:none
}
.placar-vaga{
    margin-top: 50px;
    text-align:center;
    line-height:20px
}
.num-vaga {
    font-size: 35px;
    font-family: open_bold,Arial;
    padding: 15px;
    text-align: center;
    border:1px solid #ccc
}
.txt-vaga {
    color:#000;
    padding:5px
}

.descricao-turma {
    font-weight: bold;
}

.hj {
    background-color:#fff
}
.total {
    background-color:#eee
}
.altu{
    margin-top: 50px;
}
.btn-buscar {
    font-family: "open_sanslight", Arial;
    background-color:#ED6856;
    font-size:16px;
    color:#fff !important;
    width:100%;
    padding:20px;
    display:block;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out
}
.btn-buscar:hover {
    background-color:#D91C42 !important;
    text-decoration:none
}

/* FILTRO DE PESQUISA */

.filtro {
    width:97%;
    margin:-60px auto;
    padding:20px 20px 40px 20px;
    background-color: rgba(166, 57, 62, 0.9);
    /*background-color: rgba(230, 230, 230, 1);*/
    padding:20px 20px 30px 20px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    margin-bottom:0px
}
.filtro label{
    color: #fff;
}
#filtro {
    background-color: rgba(230, 230, 230, 1);
}
.defesa{
    margin-top:-94px
}
.defesa-interno {
    margin-top:-170px
}
section > h2{
    color:#fff;
    margin-bottom:30px
}
.boxsite{
    background-color:#fff;
    padding:0 40px 30px 40px;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1)
} 
.ajuste {
    width:20%
}

/*TABELA*/

#table-vagas {
    background-color:#fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1)
}
table thead tr th{
    background-color:#B1B1B1;
    color:#fff;
    padding:0 !important;
    text-align:center
}
table tr td {
    font-family:open_sanslight,Arial;
    letter-spacing:-1px;
    line-height:17px !important;
    font-size:16px;
    color:#333;
    text-align:center
}
.vagas, .vagas-disponiveis, .vagas-esgotadas, .vagas-suplente  {
    font-size:30px;
    font-family: open_bold, Arial;
    padding-top:15px !important;
}
.vagas {
    color:#698C00
}
.vagas-disponiveis {
    background-color:#698C00 !important;
    color:#fff
}
.vagas-esgotadas {
    background-color:#A6393E !important;
    color:#fff
}
.vagas-suplente {
    background-color:#9b9901 !important;
    color:#fff
}
.bnt-saiba, .bnt-pre {
    font-family: open_bold, Arial;
}
.bnt-saiba {
    border:2px solid #ED6856;
    background-color:#fff !important;
    color: #ED6856 !important;
}
.bnt-pre {
    background-color: #fff !important;
    color: #698C00 !important;
    border:2px solid #698C00
}
.inscrito{
    color:#698C00
}
.esgotado{
    color:#990000
}
caption {
    font-size: 12px;
    font-style: italic;
}
.map {
    height:380px
}
.map h2 {
    font-family: open_bold, Arial;
    font-size:30px;
    color:#fff;
    margin-top:80px
}
.map p {
    color:#fff
}
.esriScalebar {
    display:none
}
.penumbra {
    position: absolute;
    z-index:99999;
    width:500px;
    right:0;
    background-color: rgba(51, 51, 51, 0.5);
    height:380px;
}
#footer {
    background-color: rgba(166, 57, 62, 1);
}
.voltarTopo, .voltarTopo:active, .voltarTopo:focus {
    background-color:#EE4C58 !important
}
address {
    color:#fff !important
}
#irconteudo {
    min-height: 440px;
    margin-bottom:80px;
}
#irconteudo  h3{
    padding-top:15px
}
.btn-custom{
    background:#EE4C58 !important;
    color:#fff !important;
}
.btn-custom:hover{
    background:#D91C42 !important;
}
.select-paginacao {
    width:120px;
    display:inline
}
@keyframes spinIt {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(359deg); }
}

/* ==========================================================================
   animacao
   ========================================================================== */
.anima-zoom {
    -webkit-transition: all 0.05s ease-in-out;
    -moz-transition: all 0.05s ease-in-out;
    -ms-transition: all 0.05s ease-in-out;
    -o-transition: all 0.05s ease-in-out;
    transition: all 0.05s ease-in-out;}

.anima-zoom:hover {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;}

.anima-rotate:hover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;}

/* ==========================================================================
   CONTRASTE
   ========================================================================== */	
.contraste #table-vagas, 
.contraste .boxsite, 
.contraste footer,
.contraste .filtro,
.contraste table thead tr th,
.contraste .hj,
.contraste .total,
.contraste .btn,
.contraste .btn-custom,
.contraste .select2-container,
.contraste .select2-choices,
.contraste .select2-search-field input,
.contraste .select2-search input,
.contraste .select2-container,
.contraste .select2-choice, 
.contraste .select2-container,
.contraste .select2-choices,
.contraste .select2-drop {
    background-color:#000 !important;
    background-image:none
}
.contraste #filtro{
    background-color:#111;
}
.contraste .btn-buscar,
.contraste h2 .btn{
    background-color:#fc0 !important;
    color:#000 !important
}
.contraste .btn-buscar i,
.contraste h2 .btn i{
    color:#000 !important
}

/* ==========================================================================
   MENU
   ========================================================================== */
.hamburger img {
    width:60%
}
.menu {
    position: fixed;
    left: -200px;
    width: 200px;
    height: 100%;
    top: 0;
    z-index: 9999999999999999999999999999999999;
    text-align: left;
}
.menu.menu-open {
    left: 0px;
}
.menu-wrap {
    position: absolute;
    top: 0;
    background: #341417;
    width: 200px;
    height: 100%;
    z-index: 99999999999999999999999999999999999999;
}
.menu h1.logo a {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 40px;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 20px;
}
.menu h1.logo a:hover {
    color: #f85c37;
}
.menu img.logo {
    margin: 20px 0;
    max-width: 160px;
}
.menu a {
    font-family: "open_sanslight",sans-serif;
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
    margin-top:5px;
    padding:8px 10px;
    text-decoration:none;
    border-left-width:20px;
    border-left-style:solid;
    border-left-color:#3E1E21
}
.menu-close {
    cursor: pointer;
    display: block;
    /*position: absolute;*/
    font-size: 14px;
    color: #808080;
    /*width: 40px;
    height: 40px;*/
    line-height: 40px;
    /*top: 20px;
    right: 5px;*/
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.menu-close:hover {
    color: #ffffff;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.portalservicos {
    margin-top:20% !important
}
/* Push the body after clicking the menu button */
.body-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}
.body-push-toright {
    left: 200px;
}
.body-push-toleft {
    left: -200px;
}
.menu, .body-push {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#menuToggle {
    position: absolute;
    top: 8px;
    right: -40px;
    z-index: 11;
    display: block;
    text-align: center;
    font-size: 30px;
    color: #fff;
    padding:15px 10px 12px 25px;
    line-height: 40px;
    cursor: pointer;
    background: rgba(18, 76, 113, 1);
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
#menuToggle:hover {
    color: #ffffff;
    background: rgba(0,0,0,0.2);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
#menuToggle b {
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    display: block;
    height: 4px;
    margin-bottom: 4px;
    width: 22px;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    height: 100%;
    display:none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -ms-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    transition: all 3s ease-in-out;
}

.parsley-required {
    color: #B94A48 !important;
}

/* FILTRO ROLANTE */

.affix {
    top: 77px;
    z-index:999
}
/*#menu-navegacao {
    height:70px
}
.navbar-inverse{
    background-color: transparent;
    border-bottom: 2px solid #016AD6;
}
.navbar-inverse label {
    font-size: 12px;
    color: #333 !important;
}
.affix-bottom { 
    position: absolute;
    width: 213px
}
.modal.in .modal-dialog {
    padding-top: 10%
}
.modal-backdrop{
    opacity:0.7 !important;
}
.checkTodos{
    margin-left:0px;
    margin-top: 15px;
}
.categorias span {
    margin: 0px 5px 5px 0px;
    display: inline-block;
    font-size: 12px;
}*/

/* ==========================================================================
   carregando
   ========================================================================== */

.glyphicon-refresh {
    animation: spinIt 1.5s infinite linear;
}
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

.alunoRede label {
    padding-left: 0px !important;
}

/* MEDIA QUERY BREAKPOINT */

/* Tablets */
@media screen and (max-width: 1349px) {
    .filtro {
        width:97%;
    }
}

/********* Smartphone ******/
@media screen and (min-width: 120px) and (max-width: 767px) {
    h1{
        margin-top:30px;
    }
    h2{
        font-size:19px;
        margin-top:20px
    }
    .ajuste {
        width:100%
    }
    .faixa-gen {
        height: 470px;
    }
    .alerta-faixa-gen {
        margin-top: 10px;
    }
    .form-control {
        font-size: 10px;
    }
    .boxsite{
        padding:0 20px 30px 20px;
    } 
    .alert, .table tbody, select {
        font-size: 10px !important;
    }
    #menuToggle {
        font-size: 18px;
        padding: 3px 8px 5px 8px;
        right: -50px;
        top:6px;
        line-height: 0;
    }
    #irconteudo > h2 {
        display: inline-block;
        min-height: 30px;
        width: 100%;
    }
    #irconteudo h3 {
        padding-top: 0px;
    }
    .pull-right {
        font-size: 12px;
        margin-top: 5px;
    }
    .filtro {
        width:97%;
        padding: 8px 8px 10px 8px;
    }
    .form-group {
        margin-bottom: 0
    }
    .select2-choice{
        height: 34px !important;
    }
    .penumbra {
        width:100%;
        height: 50px;
        min-height: 100px;
    }
    .defesa {
        margin-top:-125px
    }
    .defesa-interno {
        margin-top:-130px
    }
    section > h2{
        color:#fff;
        margin-bottom:5px
    }
    .map h2 {
        color: #fff;
        font-family: open_bold, Arial;
        font-size: 15px;
        letter-spacing: -1px;
        line-height: 18px;
        margin-top: 5px;
    }
    .map p {
        color: #fff;
        line-height: 15px;
    }
    section.navrodape h3 {
        min-height: 50px;
    }
    .col-hidden {
        display:none !important
    }
    .placar-vaga{
        font-size:12px;
        margin-top:2px !important;
        margin-bottom:2px !important;
        line-height:15px
    }
    .num-vaga {
        font-size: 30px;
        font-family: open_bold,Arial;
        padding: 10px;
        text-align: center;
        border:1px solid #ccc
	}
    .txt-vaga {
        font-size: 12px;
        padding:5px;
        text-align: center;
	}
    .affix {
        top: 45px;
        z-index:999
    }
    table thead tr th{
        font-size:12px
    }
    table tr td {
        font-size:14px
    }
    .table>tbody>tr>td, .table>tbody>tr>th, 
    .table>tfoot>tr>td, .table>tfoot>tr>th, 
    .table>thead>tr>td, .table>thead>tr>th{
        padding:5px
    }
    .table .btn {
        padding: 1px 6px;
    }
    .vagas, .vagas-disponiveis, .vagas-esgotadas  {
        font-size: 22px;
        padding-top: 8px !important;
    }
    .bnt-saiba, .bnt-pre {
        font-family: open_sanslight, Arial;
        border-width:1px
    }
}
