@media screen and (max-width:600px) {

    div.menu ul {
        margin-bottom:0;
    }

    div.menu ul li {
        width: 100%;
        float: none;
        border: none;
    }

    a.materiaisDivulgacao {
        display:none;
    }

    div.menu {
        margin-top: 20px;
    }

}

*{margin: 0; padding: 0;}

body {
    background: #f1f1f1;
}

h2 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 23px;
    padding: 15px 0;
}


.conteudoLogin{
    margin: 50px auto;
    width: 350px;
}
.menuPrincipal{
    width: 100%;
}
.menuPrincipal ul{
    margin: 0 auto;
}
.menuPrincipal ul li{
    list-style: none;
    display: inline;
    margin: 10px;
}
.menuPrincipal ul li a {
    line-height: 50px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 10px;
}

.menuPrincipal ul li:hover {
    background: #900000;
    border-radius: 3px;
}

.menuPrincipal ul li:hover a {
    color: #ffd8d8;
    text-decoration: none;
}

.linha{
    margin-top: 5px;
    margin-bottom: 5px;
}
.linha:hover{
    background: #c9cccf;
}
.erro{
    background-color: rgba(242, 48, 48, 0.47);
}
#resultLista{
    position: fixed;
    top: 0px;left: 0px;
    width: 100%;
    text-align: center;
    z-index: 9999;
}

/****/

 body.login {
     background: url('images/bg-login.png') no-repeat top center;
     background-color: #8c0f0f;
 }

.conteudoTable {
    clear: both;
    padding-top: 20px;
    display: block;
}

.mTable li {
    float: left;
    padding: 10px;
    width: 45%;
    cursor: pointer;
    border: 1px solid #771014;
    border-radius: 32px;
    text-align: center;
    margin-left: 8px;
    background: #860c10;
}

.mTable li a {
    color: #fff;
    text-decoration: none;
}

.ativo {
    background: #ffffff !important;
    font-weight: bold;
    border: none;
}

.ativo a {
    color: red !important;
    text-decoration: none;
}

.painelLogin .panel.panel-default {
    border-radius: 15px;
    box-shadow: 0 10px 80px 0 #710a0b;
}

.painelLogin .panel-heading {
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

.painelLogin .formulario #logarAluno, .painelLogin .formulario #logarFranquiado {
    width: 100%;
    background: rgb(138,187,215);
    background: -moz-linear-gradient(top, rgba(138,187,215,1) 3%, rgba(6,109,171,1) 100%);
    background: -webkit-linear-gradient(top, rgba(138,187,215,1) 3%,rgba(6,109,171,1) 100%);
    background: linear-gradient(to bottom, rgba(138,187,215,1) 3%,rgba(6,109,171,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8abbd7', endColorstr='#066dab',GradientType=0 );
    padding: 10px;
    border: none;
    font-weight: bold;
    font-size: 17px;
    color: #d5e8f5;
    text-shadow: 0 -1px 0 #1476b0;
    outline: none;
}

/****/

.menuPrincipal {
    background: #ad0000;
    width: 100%;
    display: block;
    height: auto;
    border-radius: 5px;
    margin-top: 10px;
    min-height: 100px;

}

.nomeEscola {
    display: block;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 30px;
    padding-top: 20px;
}

.menu ul li {
    list-style: none;
    float: left;
    margin-right: 3px;
}

.cabecalho {
	background: #353c58;
    min-height: 100px;
	margin-bottom: 40px;
}

.menu ul li {
    list-style: none;
    float: left;
    width: 138px;
    text-align: center;
    border-right: dashed 1px #b9a37b;
}

.menu {
    background: #d2b889;
    display: block;
    clear: both;
    width: 100%;
    min-height: 35px;
    border-radius: 8px 8px 0 0;
}

.menu a {
    display: block;
    text-align: center;
    line-height: 24px;
    color: #353c58;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    padding-top: 6px;
    letter-spacing: -0.4;
    height: 35px;
}

.menu ul li:last-child {
	border:none;
}

.sair {
	text-transform: uppercase;
    background: #dc1e1e;
    color: white;
    font-size: 11px;
    padding: 5px 10px;
    margin-left: 10px;
    border-radius: 30px;
}

.sair:hover {
	color: white;
}

.logo {
    color: white;
    font-weight: bold;
    font-size: 20px;
	padding-top: 5px;
}


.bemVindo {
	color: #d2b889;
    font-size: 11px;
    padding-top: 10px;
}

#listaCursos a.btn {
    font-size: 11px;
}

#listaCursos td:nth-child(2) {
    max-width: 300px;
}

.materiaisDivulgacao {
    float: right;
    color: yellow !important;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none !important;
    text-align: center;
}

.materiaisDivulgacao b {
    font-size: 10px;
    color: white;
}

/*.menu ul li:nth-child(1) {
    width: 100px;
}

.menu ul li:nth-child(2) {
    width: 100px;
}

.menu ul li:nth-child(3) {
    width: 100px;
}*/

a.btnAreaDivulgacao {
    background: #3b679e;
    background: -moz-linear-gradient(top, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%);
    background: -webkit-linear-gradient(top, #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%);
    background: linear-gradient(to bottom, #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 );
    width: 100%;
    display: block;
    color: white;
    padding: 12px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #3279bf;
    border-radius: 5px;
    box-shadow: 0px 2px 0px #66aae1;
}
