@font-face {
    font-family: Droid Sans;
    src: url('../fonts/DroidSans-webfont.eot');
    src: local("Droid Sans"), url('../fonts/DroidSans-webfont.woff');
}

@font-face {
    font-family: News Cycle;
    src: url('../fonts/NewsCycle-Regular.eot');
    src: local("News Cycle"), url('../fonts/NewsCycle-Regular.ttf');
}

body {
    align-items: center;
    background: #cccccc;
    display: flex;
    font: normal .90em 'Droid Sans', arial, sans-serif;
    flex-direction: column;
    line-height: 2em;
    min-height: 100vh;
    transform: scale(1);
}

div#radioCadastraTitulo {
    background: #AAD1FE;
    border: 2px solid;
    border-color: #808080;
    border-radius: 7px;
    height: 79px;
    margin-bottom: 15px;
    padding: 5px 20px 5px 20px;
    width: 54%;
}

div#radioCadastraTitulo span {
    width: 100%;
    float: left;
}

form.mensagem select, input[type=number], input[type=date] input[type=checkbox], input[type=text], input[type=textarea] {

    width: 220px;
    height: auto;
    background: #AAD1FE;
    padding: 0.25em;
    font: 100% arial;
    margin-bottom: 1em;
    border: 2px solid #808080;
    color: #47433F;
    border-radius: 7px 7px 7px 7px;
}

form.mensagem .labelMensagem {
    font-weight: bold;
}

div#rowIdUsuario {
    height: 30px;
    margin: 0px;
    position: relative;
    width: 100%;
}

#acresc {
    background-image: url("../images/acrescenta_campo.png");
    background-repeat: no-repeat;
    background-size: 20px;
    border: none;
    margin: 0 4px 0 4px;
    width: 20px;
    height: 20px;
}

#retira {
    background-image: url("../images/retira_campo.png");
    background-repeat: no-repeat;
    background-size: 20px;
    border: none;
    margin: 0 4px 0 4px;
    width: 20px;
    height: 20px;
}

div#situacao_usu {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
}


.situacao_usu_container-box {
    border: 2px solid #AAA;
    min-height: 90px;
    max-height: 850px;
    padding: 20px 10px 20px 10px;
    width: 90%;
}

div#statusUsu {
    position: fixed;
    height: auto;
    width: 60vw;
    padding: 0px 15px;
    top: 40vh;
    margin-left: 20%;
    z-index: 9999;
}

div#sombreamento {
    background-color: #1D1D1D;
    display: none;
    height: 115vh;
    opacity: 0.65;
    position: fixed;
    top:0%;
    left: 0%;
    width: 100vw;
    z-index: 9998;
}

div.mensagens {
    background-color: #f5c9dc;
    border-style: outset;
    border-color: #a73a3a;
    border-radius: 8px;
    border-width: 8px;
    color: #a73a3a;
    display: none;
    font-weight: bold;
    float: right;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
}

div.tutorialMostra {
    background-color: #D0D0D0;
    border: 2px solid #47433F;
    color: #000;
    display: block;
    height: auto;
    padding: 3px;
    position: absolute;
    text-align: center;
    width: 300px;
    z-index: 1000;
}

div.tutorialOculta{
    display: none;
}

div#interface {
    align-content: center;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px black;
    margin: -10px auto 0 auto;
    overflow: hidden;
    width: 100%;
}

div#interfaceNotas {
    width: 95%;
    background-color: white;
    align-content: center;
    margin: -10px auto 0 auto;
    box-shadow: 0 0 10px black;
    border-radius: 10px;
}

div.conteudo_dataIngresso {
    display: flex;
    margin-left: 100px;
    padding-right: 10px;
    align-content: flex-start;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
}

header#cabecalho {
    background: #1D1D1D;
    height: 360px;
    width: 100%;
    margin: 0;
    border: 1px solid #000000;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 8px 6px rgb(183, 183, 189);
}

header#cabecalho img#banner {
    border-radius: 10px;
    display: block;
    height: 50%;
    width: 80%;
    position: relative;
    top: 15%;
    left: 10%;
}

header#cabecalho h1#titulo {
    display: block;
    position: relative;
    top: 12%;
    left: 10%;
    font-family: "Lucida Handwriting", cursive;
    font-size: 20px;
    font-style: italic;
    text-decoration: none;
    color: #fff;
}

nav#log {
    display: block;
}

nav#log h1 {
    position: absolute;
    top: -50px;
    color: white;
}

nav#log ul {
    position: absolute;
    list-style: none;
    text-transform: uppercase;
    top: -8px;
    right: 10%;
}

nav#log li {
    color: white;
    float: right;
    font-size: 8pt;
    margin: 0 10px;
    padding: 0 6px 0 6px;
    text-align: center;
    text-decoration: none;
}

nav#log li#temporestane {
    width: 120px;
}

nav#log li a, a:visited {
    text-decoration: none;
    color: inherit;
}

nav#log li a:hover {
    color: yellow;
    text-decoration: none;
}

#tempo {
    font: inherit;
    height: auto;
    width: auto;
}

nav#menuPrincipal h1 {
    color: white;
    position: absolute;
    top: -50px;
}

nav#menuPrincipal ul {
    left: 10%;
    list-style: none;
    position: absolute;
    text-transform: uppercase;
    top: 280px;
    z-index: 1000;
}

nav#menuPrincipal li {
    color: white;
    float: left;
    font-size: 11pt;
    margin: 2px;
    padding: 0 6px 0 6px;
    text-align: center;
    text-decoration: none;
}

nav#menuPrincipal li a {
    text-decoration: none;
    color: inherit;
}

nav#menuPrincipal li a:hover {
    text-decoration: underline;
    color: #000000;
    font-size: 11pt;
    background: #808080;
    margin: -3px;
    padding: 3px;
    transition: background-color 1s;
    border-radius: 5px;
    cursor: pointer;
}

nav#menuPrincipal li ul, nav#menuPrincipal li ol {
    border-radius: 7px;
    position: absolute;
    width: 200px;
    top: 25px;
    left: auto;
    background-color: #cccccc;
    display: none;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

nav#menuPrincipal li:hover ul, nav#menuPrincipal li.over ul, nav#menuPrincipal li:hover ol, nav#menuPrincipal li.over ol {
    display: block;
    float: none;
    font-size: 10pt;
}

nav#menuPrincipal li ul li, nav#menuPrincipal li ol li {
    font-size: 10pt;
    margin: 0;
    text-transform: none;
    text-align: left;
    width: 200px;
    padding: 0 0 0 5px;
    position: relative;
    border: none;
    border-bottom: 1px dashed #000000;
    color: #1D1D1D;
    display: block;
    left: -15%;
}

nav#menuPrincipal li ul li a:hover, nav#menuPrincipal li ol li a:hover {
    font-size: 10pt;
}

fieldset {
    margin: 0 5% 1% 5%;
    width: 90%;
    border: solid 1px #AAA;
    padding: 0.5em;
}

fieldset legend {
    color: #0000CC;
    text-align: center;
}

section.secao h1 {
    font-size: 23px;
    color: #0000CC;
    font-family: 'Arial', sans-serif;
    margin:  10px 0 0 5%;
}

section.secao h2 {
    font-size: 18px;
    color: #0000CC;
    font-family: 'Arial', cursive;
    font-style: italic;
    margin:  10px 0 0 5%;
}

section.secao p {
    margin: 0 100px 0 100px;
    text-align: justify;
}

section#recados {
    position: relative;
    width: 100%;
}

#tabela {
    width: 100%;
    height: 100%;
    display: table;
}

#cell {
    vertical-align: middle;
    display: table-cell;
    _position: absolute;
    _top: 50%;
}

#conteudo {
    width: 600px;
    margin: auto;
    padding: 20px;
    _position: relative;
    _top: 50%;
}

#conteudoLogin {
    width: 560px;
    margin: auto;
    padding: 0px;
    position: relative;
}

#conteudoEscolheMapa {
    width: 500px;
    margin: auto;
    padding: 20px 0 40px 0;
    position: relative;
    top: 50%;
}

#conteudoRelatorio {
    width: 500px;
    margin: auto;
    padding: 20px;
    _position: relative;
    _top: 50%;
}

.form_mensagens div#palco{
    height: 180px;
    margin: 0 0 0 340px;
    padding: 0;
    position: absolute;
    width: 350px;
}

.form_mensagens div#grupoDestinatario {
    background-color: rgba(212, 119, 169, 0.7);
    border: solid 2px #808080;
    border-radius: 8px;
    float: left;
    height: 150px;
    margin: 0 15px 0 100px;
    padding: 15px;
    position: relative;
    width: 180px;
}

.form_mensagens div#dest {
    background-color: rgba(174, 212, 163, 0.7);
    border: solid 2px #808080;
    border-radius: 8px;
    display: block;
    float: left;
    margin: 0;
    height: 150px;
    padding: 15px;
    position: absolute;
    left: 0;
    top: 0;
    width: 90%;
}

.form_mensagens div#caixalistagem {
    background-color: rgba(96, 173, 201, 0.8);
    border: solid 2px #808080;
    border-radius: 8px;
    display: block;
    float: left;
    height: 150px;
    margin: 0;
    padding: 15px;
    position: absolute;
    left: 0;
    top: 0;
    width: 90%;
}

.btnForm_mensagens {
    bottom: 15px;
    height: 50px;
    position: absolute;
    right: 15px;
    width: 80px;
}


#btnForm_mensagens1 {
    bottom: 15px;
    height: 50px;
    position: absolute;
    right: 15px;
    width: 80px;
}

.form_mensagens div#grupoDestinatario span, div#dest span, div#caixalistagem span {
    color: rgba(80,80,80,0.8);
    font-weight: bolder;
    text-decoration: dotted;
}

.form_devl {
    float: left;
}

button#fechar {
    float: none;
}

.botao_renova {
    background: #49207c;
    border-radius: 5px;
    box-shadow: 1px 2px 6px #4c22cc;
    color: #FFF;
    cursor: pointer;
    float: left;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    margin: 3px;
    width: 6em;
}

.botao_devolve {
    background: #49207c;
    border-radius: 5px;
    box-shadow: 1px 2px 6px #4c22cc;
    color: #FFF;
    cursor: pointer;
    float: left;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    margin: 3px;
    width: 6em;
}

.botao_cancela {
    background: #49207c;
    border-radius: 5px;
    box-shadow: 1px 2px 6px #4c22cc;
    color: #FFF;
    cursor: pointer;
    float: left;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    margin: 3px;
    width: 6em;
}

.form_mensagens div#caixalistagem select {
    width: 100%;
}

p.form_mensagens {
    width: 100%;
    margin: 5px;
    float: left;
}

.form_mensagens label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    padding-bottom: 0;
    margin-right: 15px;
    margin-bottom: 0;
    font-size: 15px;
}


.form_mensagens label:before {
    background-color: #aaa;
    bottom: 1px;
    box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .3), 0 1px 0 0 rgba(255, 255, 255, .8);
    content: "";
    display: inline-block;
    height: 20px;
    left: 0;
    margin: 5px;
    position: absolute;
    width: 20px;
}

.form_mensagens div#grupoDestinatario label:before {
    border-radius: 8px;
}

.form_mensagens input[type=radio] {
    display: none;
}

.form_mensagens input[type=radio]:checked + label:before {
    content: "\2022";
    color: #f3f3f3;
    font-size: 44px;
    text-align: center;
    line-height: 25px;
}

.form_mensagens input[type=checkbox] {
    display: none;
}

.form_mensagens input[type=checkbox]:checked + label:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 19px;
    color: #f3f3f3;
    text-align: center;
    line-height: 24px;
}

.form_mensagens input, .form_mensagens textarea {
    background: #AAD1FE;
    padding: 0.25em;
    font: 100% arial;
    margin-bottom: 1em;
    border: 2px solid #808080;
    color: #47433F;
    border-radius: 7px 7px 7px 7px;
}

.form_mensagens input {
    height: 2em;
}

.form_mensagens textarea {
    width: 100%;
    height: 80px;
    outline: none;
    overflow: auto;
    resize: vertical;
}

.form_mensagens div#dest label:before {
    border-radius: 3px;
}

.form_settings {
    margin: 1em 0 0 0;
}

.form_settings p {
    padding: 0 0 0.25em 0;
}

.form_settings span {
    float: left;
    width: 15em;
    text-align: left;
}

.form_settings input, .form_settings textarea, select {
    background: #AAD1FE;
    padding: 0.25em;
    height: 2em;
    font: 100% arial;
    margin-bottom: 1em;
    border: 2px solid #808080;
    color: #47433F;
    border-radius: 7px 7px 7px 7px;
}

select#mesReferencia {
    text-align: center;
    background: #AAD1FE;
    padding: 0.25em;
    width: 450px;
    height: 2em;
    font: 100% arial;
    margin-bottom: 1em;
    border: 2px solid #808080;
    color: #47433F;
    border-radius: 7px 7px 7px 7px;
}

.form_settings input:hover, .form_settings textarea:hover, select:hover {
    background: #AADDFF;
}

.form_settings input:focus, .form_settings textarea:focus, select:focus {
    background: #ccc;
}

.form_settings input[type="checkbox"], input[type="radio"] {
    padding: 0;
    font: 100% arial;
    border: 0;
    color: #AAD1FE;
    margin-bottom: 0;
    box-shadow: rgba(0, 0, 0, 0) 0 0 0;
}

.form_settings input[type="checkbox"]:focus, .form_settings input[type="radio"]:focus {
    background: #ccc;
}

.form_settings input[type="checkbox"]:focus, .form_settings input[type="radio"]:focus {
    background: #AADDFF;
}

.form_settings .submit {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    box-shadow: 1px 2px 6px #4c22cc;
    width: 6em;
    margin: 0 0 5em 5em;
    height: 2em;
    cursor: pointer;
    background: #49207c;
    border-radius: 5px;
    color: #FFF;
}

.form_settings .submit:hover {
    background: #BEA3E3;
}

.form_settings #necessEspec {
    height: 100px;
    text-align: justify;
    width: 350px;
}

.form_settings #main {
    margin-left: 155px;
    width: 70%;
    text-align: justify;
}

#checkbox {
    height: auto;
    margin: 10px auto;
    width: 90%;
}

#checkbox ul {
    list-style: none;
    text-transform: uppercase;
}

#checkbox li {
    text-decoration: none;
    float: left;
    margin: 2px;
    padding: 0 6px 0 6px;
    text-align: left;
    font-size: 10pt;
    width: 200px;
}


.tooltip {
    position: absolute;
    display: none;
    text-align: left;
    width: 350px; /* largura */
    height: 120px;  /* altura */
    background-color: #ccc;  /* cor de fundo */
    opacity: 0.85;
    color: #000;  /* cor da fonte */
    border: outset 2px #808080;
    font: 10pt Verdana, Arial, Tahoma, Sans-serif;
}

.objeto {
    cursor: pointer;
}

footer {
    font: 100% 'Droid Sans', arial, sans-serif;
    text-align: center;
    margin: 0 0 10px 0;
    padding-bottom: 10px;
}

footer p {
    text-align: center;
    padding: 0;
    margin: 5px ;
}

footer a {
    text-decoration: none;
    color: #33D1FE;
}

footer a:hover {
    text-decoration: underline;
}



table#linhasAlternadas {
    border-collapse: collapse; /* CSS2 */
    background: #FFFFF0;
    border: solid green 1px;
}
 
table#linhasAlternadas tr:nth-child(even) /* CSS3 */ {
    background: #F0FFFF;
}

table#listagem caption {
    font-style: italic;
    font-family: "Arial", sans-serif;
    font-size: 12px;
    color: #0000FF;
    text-align: left;
    padding: 0 10px;
}

table#listagem {
    border-collapse: separate;
    margin: 1em;
    margin-left: auto;
    margin-right: auto;
}

table#listagem tr th {
    background: #000080;
    color: #FFF;
    font-size: 14px;
    padding: 1px;
    text-align: center;
    vertical-align: middle;
}

table#listagem tr th.matricula, table#listagem tr td.matricula {
    width: 45px;
    height: 6px;
}

table#listagem tr th.nome {
    width: 300px;
    height: 10px;
}

table#listagem tr th.celulaVazia {
    background-color: transparent;
    height: auto;
    width: auto;
}

table#listagem tr th.dNasc, table#listagem tr td.dNasc {
    width: 60px;
    height: 10px;
}

table#listagem tr td.DConcl, table#listagem tr th.DConcl {
    width: 65px;
    text-align: center;
}

table#listagem tr td.marcar {
    width: 30px;
    text-align: center;
}

table#listagem tr td.nome {
    width: 300px;
    height: 10px;
    text-align: left;
}

table#listagem tr td {
    background: #DDD;
    color: #000;
    height: 8px;
    font-size: 12px;
    padding: 0 2px;
    text-align: center;
    vertical-align: middle;
}

table#listagem td.notas, th.notas {
    width: 35px;
    padding: 1px 0;
}

table#listagem td.nomeDisciplina, th.nomeDisciplina {
    width: 130px;
    padding: 1px 5px;
    text-align: left;
}

table#listagem td.QP, th.QP {
    width: 60px;
    padding: 1px 0;
}

table#listagem td.media, th.media {
    width: 80px;
    padding: 1px 0;
}

table#listagem tr td.ultimaProva, table#listagem tr th.ultimaProva {
    width: 110px;
    text-align: center;
}

table#listagem td.botao {
    width: 30px;
    /*background-color: rgba(255, 255, 255, 0);*/
    text-align: center;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}
table#listagem button[type=submit] {
    width: 60px;
    font-size: 10px;
}

table#listagem input[type=text].normal, table#listagem select.normal, table#listagem select.normal:hover, table#listagem select.normal:focus, table#listagem input[type=date], table#listagem input[type=number] {
    background-color: rgba(255,255,255,0);
    border: none;
    text-align: center;
    color: #000000;
    width: 100%;
    height: 100%;
    font-size: 12px;
    padding: 0;
    margin: 0;
}

table#listagem input[type=text].matricula {
    background-color: #07f5ff;
    border-color: #0000CC;
    border-radius: 8px;
    height: 20px;
    width: 90%;
}

table#login {
    margin: 1em;
    border-collapse: collapse;
}

table#login tr th {
    text-align: right;
    vertical-align: top;
    width: 150px;
}

table#login tr td.colunaDireita {
    width: auto;
}

table#login tr td#btnSelecionar {
    padding: 20px 0 0 0;
    text-align: center;
}

table#login button#btnLogin {
    width: 100%;
    height: 30px;
}

table#login button#btnSelecionar {
    width: 80px;
    height: 30px;
}

table#login input[type=text].login, input[type=date].login, input[type=number].login, input[type=password].login {
    width: 220px;
    height: 80%;
    background: #AAD1FE;
    padding: 0.25em;
    font: 100% arial;
    margin-bottom: 1em;
    border: 2px solid #808080;
    color: #47433F;
    border-radius: 7px 7px 7px 7px;
}

table#login input[type=textarea].login {
    width: 220px;
    height: 80%;
    background: #AAD1FE;
    padding: 0.25em;
    font: 100% arial;
    margin-bottom: 1em;
    border: 2px solid #808080;
    color: #47433F;
    border-radius: 7px 7px 7px 7px;
}

table#login select.login {
    width: 230px;
    height: 100%;
    background: #AAD1FE;
    padding: 0.25em;
    font: 100% arial;
    margin-bottom: 1em;
    border: 2px solid #808080;
    color: #47433F;
    border-radius: 7px 7px 7px 7px;
}

table#listagem select.tdNome, table#listagem input[type=text].tdNome {
    background-color: rgba(255,255,255,0);
    border: none;
    text-align: left;
    color: #000000;
    width: 100%;
    height: 100%;
    font-size: 12px;
    padding: 0;
    margin: 0;
}

table#listagem input[type=text].azul {
    color: #000;
    background-color: rgba(255,255,255,0);
    border: none;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 12px;
    padding: 0;
    margin: 0;
}

table#listagem input[type=text].cinza {
    color: #999;
    background-color: rgba(255,255,255,0);
    border: none;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 12px;
    padding: 0;
    margin: 0;
}

table#listagem input[type=text].vermelho {
    color: red;
    background-color: rgba(255,255,255,0);
    border: none;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 12px;
    padding: 0;
    margin: 0;
}

table#dadosAluno {
    border-collapse: collapse;
    border: none;
    width: 100%;
    margin: 0;
}

table#dadosAluno tr td {
    width: auto;
    border: none;
    background: none;
    color: #000;
    height: 8px;
    font-size: 14px;
    padding: 0 2px;
    vertical-align: middle;
    text-align: left;
}

table#dadosAluno tr#separa {
    border-bottom: 1px solid #000000;
}

#black_overlay{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1000%;
    z-index: 1001;
    background-color: rgba(0, 0, 0, 0.8);
}
#white_content {
    display: none;
    position: absolute;
    margin: 0 auto;
    top: 10%;
    left: 15%;
    width: 70%;
    height: 70%;
    padding: 16px;
    border: 16px solid orange;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}

#btns {
    position: absolute;
    top: 85%;
    left: 37%;
    background-color: transparent;
    text-align: center;
}

.botao {
    margin: 20px 0;
    width: 250px;
    border: 1px solid #000000;
    position: relative;
    left: 435px;
    background-color: transparent;
    text-align: center;
    border-radius: 10px;
    box-shadow: 6px 8px 10px #aaaaaa;
}

.botao a, a:visited, a:hover {
    text-decoration: none;
    color: #1D1D1D;
}

.botao2 {
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid #000000;
    box-shadow: 6px 8px 10px #aaaaaa;
    float: left;
    margin: 5px 20px 20px 20px;
    position: relative;
    text-align: center;
    width: 250px;
}

#botoes {
    height: 50px;
    text-align: center;
    width: 100%;
}

.btnVai {
    border-radius: 10px;
    position: relative;
    left: 0;
    width: 100%;
    height: 40px;
    font-weight: bolder;
    color: darkred;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#btnVai:disabled {
    color: #808080;
}

div#quadroNotas {
    background-color: #AAAAAA;
    border: 5px solid #000000;
    display: table;
    height: 405px;
    left: 50%;
    margin-top: 10px;
    padding: 10px 10px 15px 10px;
    position: relative;
    transform: translateX(-50%);
    text-align: center;
    width: 800px;

}

div#areaNotas {
    border: 1px dotted #000000;
    /*float: right;*/
    height: 440px;
    margin: 10px 0 0 0;
    overflow: auto;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

div#areaRelatorio {
    border: 1px dotted #000000;
    float: left;
    height: 440px;
    margin: 0;
    overflow: auto;
    padding: 0;
    position: relative;
    text-align: center;
    width: auto;
}

div#quadroNoticias {
    background-image: url("../images/blackboard.png");
    background-repeat: no-repeat;
    height: 405px;
    left: 50%;
    margin-top: 10px;
    padding: 10px 10px 15px 10px;
    position: relative;
    transform: translateX(-50%);
    text-align: justify;
    width: 800px;

}

div#areaEscrita {
    position: relative;
    height: 340px;
    left: 18px;
    overflow: auto;
    padding: 0;
    top: 14px;
    width: 743px;
}

div#areaEscrita h1 {
    color: #cccc00;
    font-family: "Lucida Handwriting", cursive;
    font-size: 18px;
    margin: 0;
    padding: 0 10px;
}

div#areaEscrita h2 {
    color: #07f5ff;
    font-family: "Lucida Handwriting", cursive;
    font-size: 12px;
    margin: 0 0 30px 0;
    padding: 0 10px;
    text-align: right;
}

div#areaEscrita p {
    color: #ffffff;
    font-family: "Lucida Handwriting", cursive;
    font-size: 12px;
    margin: 0;
    padding: 0 10px;
}

div#recados {
    background-color: #cccccc;
    border: 8px groove;
    box-shadow: 0 0 10px black;
    color: #0000CC;
    font-family: "Arial", sans-serif;
    font-size: 16px;
    height: auto;
    margin: 30px auto;
    padding: 20px;
    text-align: justify;
    width: 80%;
}

div#recados span {
    color: darkblue;
    font-weight: bolder;
}

div#confirmacao {
    background-color: #cccccc;
    border: 8px groove;
    box-shadow: 0 0 10px black;
    color: #0000CC;
    font-family: "Arial", sans-serif;
    font-size: 16px;
    height: auto;
    margin: 30px auto;
    padding: 20px;
    text-align: justify;
    width: 80%;
}

div#centralizar {
    height: auto;
    margin: 30px auto;
    width: 90%;
}


div#disciplinas_fund {
    background-color: #aad1fe;
    border-color: #808080;
    border-width: 4px;
    border-style: solid;
    border-radius: 7px;
    height: auto;
    margin: 0 0.5% 20px 0.5%;
    text-align: center;
    width: 98%;
}

div.conteudo_disciplinas {
    display: inline-block;
    height: 40px;
    width: 22.33%;
    text-align: left;
    margin: 0px;
    padding: 0;
    border: 0;
}

div.mensagem_disciplinas {
    display: block;
    height: auto;
}

div#disciplinas_med {
    background-color: #aad1fe;
    border-color: #808080;
    border-width: 4px;
    border-style: solid;
    border-radius: 7px;
    height: auto;
    left: 0;
    margin: 0 0.5% 20px 0.5%;
    text-align: center;
    width: 98%;
}

/*efeito de escurecimento*/
.window{
    display:none;
    width:300px;
    height:300px;
    position:fixed;
    left:0;
    top:0;
    background:#FFF;
    z-index:9900;
    padding:10px;
    border-radius:10px;
}

#mascara{
    display:none;
    position:absolute;
    left:0;
    top:0;
    z-index:9000;
    background-color:#000;
}

.fechar{display:block; text-align:right;}