﻿@media (max-width: 420px) {
    #logoMatricula {
        margin-top: 18px !important;
        width: 295px !important;
    }
}

.logoRodape {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.imgTopo {
   text-align:center;
}

#logoAparecida {
	max-width: 258px;
	max-height: 94px;
	width: auto;
	height: auto;
}

#logoGemul {
	max-width: 258px;
	max-height: 94px;
	width: auto;
	height: auto;
}

label {
    font-weight: normal;
}

.obrigatorio {
    color: red;
    padding-right: 2px;
}

.div-pesquisa {
    /*background-color: #ffffff;*/
    box-shadow: -1px -1px 2px #325d6f;
    -webkit-box-shadow: -1px -1px 2px #325d6f;
    -moz-box-shadow: -1px -1px 2px #325d6f;
    /*padding: 10px;*/
    cursor: pointer;
}

.topo {
    min-height: 75px;
    border-bottom: 1px solid #eee;
}

.topo-texto {
    min-height: 45px;
}

.topo-texto h4 {
	font-size: 19px;
}

.box-msg {
    margin-top: 20px;
}

.bloco-jumbotron {
    margin: 0px;
    padding: 25px !important;
    background: #F9F9F9 !important;
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    /* padding: 2px 5px;*/
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    margin: 10px;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

    .autocomplete-group strong {
        display: block;
        border-bottom: 1px solid #000;
    }


.nome-escola {
    font-weight: bold;
}

.endereco-cidade {
    margin: 0px;
    font-size: 11px;
    margin-left: 10px;
    font-style: italic;
}

mark {
    background-color: #adff2f;
    color: #000000;
    font-style: italic;
}

.situacao {
    font-size: 12px;
    color: #337AB7;
    margin-left: 10px;
    font-style: italic;
}

.div-pesquisa p {
    margin: 0 0 -3px;
    margin: 0px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
    margin-top: 60px;
}



.box-categorias {
    background: #E1E1E1;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
    border-top: 3px solid #cd1b19;
}

.btn-ajuste {
    margin-left: 10px;
    margin-top: 20px;
}

.margin-left10 {
    margin-left: 10px;
}

.box-alterar {
    background: #F8F8F8;
    margin-top: 20px;
    border-radius: 10px;
    border-top: 5px solid #ccc;
}

.passo-circulo {
    float: left;
    background: #c90e0c;
    border-radius: 20px;
    width: 38px;
    text-align: center;
    color: #fff;
    margin-left: 30px;
}

.passo-circulo h3 {
        color: #fff;
        font-size: 24px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

.passo-titulo {
    float: left;
    margin-left: 16px;
    margin-top: -10px;
}

    .passo-titulo h4 {
        color: #333;
        margin-top: 5px;
        margin-left: 5px;
        padding: 5px;
        font-size: 18px;
        font-weight: bold;
    }
	.passo-titulo h3 {
        color: #333;
        margin-top: 5px;
        margin-left: 10px;
        padding: 5px;
        font-size: 18px;
        font-weight: bold;
    }

.margin-lc {
    margin-left: 6px;
}

.marginb10px {
    margin-bottom: 10px;
}

.marginb20px {
    margin-bottom: 20px;
}

.margint10px {
    margin-top: 10px;
}


.bloco {
    background: #F9F9F9;
    border: 1px solid #F8F8F8;
}

.alterar-btn input {
    background: transparent;
    border: 0px;
}

.jumbotron {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.cor-azul {
    color: #337AB7;
}


.msg {
    font-size: 26px;
    color: #068835;
}

hr {
    margin-top: 20px !important;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px dashed #C5C5C5 !important;
}

.alert-msg label{
    color:#A94442;
}