﻿
html, body {
    width: 1020px;
    margin: auto;
    left: 0;
    right: 0;
    background-color: #fefefe;
    color: #4c4b4b;
    font-size: .90em;
    font-family: Arial, Verdana, Tahoma, sans-serif;
}

input, select, span, label {
    color: #4c4b4b;
    font-size: .95em;
    font-family: Arial, Verdana, Tahoma, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #252122;
    font-weight: 700;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, span a {
        color: inherit;
        text-decoration: none;
    }

a {
    color: #d52349;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

p {
    margin-top: 5px;
    margin-left: 15px;
}
ul[id='notas']:before {
    content: attr(aria-label);
    font-weight: bold;
    margin-left: -20px;
}
.content {
    background-color: azure;
    /*margin: 5px;*/
    padding-top: 0;
}
    .content .title h3 {
        margin-left: 0px;
        /*margin-top: 0px;*/
        width: 100%;
        color: #ee6969;
    }

table.escola {
    width: 100%;
    border-collapse: collapse;
}
    table.escola tr {
        background-color: #379ca8;
    }

table.checkboxtable {
    width: 300px;
    border-collapse: collapse;
    margin: auto;
    left: 0;
    right: 0;
}

    table.checkboxtable td {
        text-align: left;
        border-top: 1px solid blue;
        border-bottom: 1px solid blue;
    }

table.checkboxlist {
    width: 100%;
}

    table.checkboxlist td {
        text-align: center;
        border: 0;
    }

table.lista {
    border: 1px solid black;
    margin-bottom: 10px;
    width: 100%;
    font-size: 85%;
    text-align: left;
    padding: 0;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
}
    table.lista thead th {
        background-color: lightgray;
        padding: 4px 2px 4px 2px;
        color: black;
        text-align: center;
    }
    table.lista td {
        padding: 0 4px 0 4px;
        border: 1px solid black;
    }
    table.lista a {
        text-decoration: underline;
        color: #b32241;
    }

.question {
    margin: auto;
    padding-top: 15px;
    padding-bottom: 2px;
    right: 0;
    left: 0;
    border-bottom: 1px solid blue;
}

    .question hgroup h3 {
        padding-right: 3px;
        background-color: lightgray;
    }

    .question hgroup h4 {
        font-size: small;
    }

    .question hgroup h3, .question hgroup h4, .question hgroup h5 {
        display: inline;
    }
/*Botões*/
.login {
    margin: 10px;
    background: #000000;
    padding: 7px 7px 7px 7px;
    color: #fff;
    text-decoration: none;
    font-family: Tahoma, 'Trebuchet MS', Verdana, sans-serif;
    font-style: italic;
    font-size: 15px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 0;
}

.gravar {
    margin: 10px;
    background: #52ae4c;
    background: -moz-linear-gradient(top,#52ae4c 0%,#0d9603 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#52ae4c),color-stop(100%,#0d9603));
    background: -webkit-linear-gradient(top,#52ae4c 0%,#0d9603 100%);
    background: -o-linear-gradient(top,#52ae4c 0%,#0d9603 100%);
    background: -ms-linear-gradient(top,#52ae4c 0%,#0d9603 100%);
    background: linear-gradient( to top,#52ae4c 0%,#0d9603 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52ae4c',endColorstr='#0d9603',GradientType=0);
    padding: 4px 7px;
    color: #fff;
    font-family: Tahoma,'Segoe UI', Geneva, Verdana, sans-serif;
    font-size: 15px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #0d9603;
}

.voltar {
    margin: 10px;
    background: #25A6E1;
    background: -moz-linear-gradient(top,#25A6E1 0,#188BC0 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#25A6E1),color-stop(100%,#188BC0));
    background: -webkit-linear-gradient(top,#25A6E1 0,#188BC0 100%);
    background: -o-linear-gradient(top,#25A6E1 0,#188BC0 100%);
    background: -ms-linear-gradient(top,#25A6E1 0,#188BC0 100%);
    background: linear-gradient(to top,#25A6E1 0,#188BC0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);
    padding: 4px 7px;
    color: #fff;
    font-family: Tahoma, 'Trebuchet MS', Verdana, sans-serif;
    font-size: 15px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #1A87B9;
}

/**/
img {
    border: 0;
}

/*itinerário*/

.itinerario {
    margin: 0;
    background-color: #ee6969;
    height: 38px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 100;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: medium;
}

    .itinerario ul {
        list-style: none;
        padding-left: 20px;
        margin: 0;
        float: left;
        display: table-row;
    }

    .itinerario li {
        vertical-align: middle;
        float: left;
        margin: 0 1px 0 0;
        padding: 5px 5px 0 5px;
        position: relative; /*--Declare X and Y axis base for sub navigation--*/
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        /*background-color: black;*/
        background-color: #379ca8;
        display: table-cell;
        height: 33px;
    }
    .itinerario li input[type='button'] {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: large;
        font-weight: bold;
        color: #fff;
        float: left;
        margin-right: 5px;
        background-color: #379ca8;
        border:none;
    }
        .itinerario li a {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: large;
            font-weight: bold;
            color: #fff;
            text-decoration: none;
            float: left;
            margin-right: 5px;
        }

            .itinerario li a img {
                padding-left: 3px;
            }
/*mensagens*/
/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: red;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

/*janela pop-up*/
.pr-screen {
    z-index: 10;
    position: fixed;
    background-color: rgb(168,112,55);
    opacity: 0.7;
    filter: alpha(opacity=70); /*Para IE8 ou anterior*/
    top: 1%;
    right: 1%;
    left: 1%;
    bottom: 1%;
    display: none;
}

.pr-janela {
    z-index: 100;
    position: fixed;
    top: 5%;
    margin:auto;
    left: 0;
    right:0;
    overflow: auto;
    background-color: white;
    height: 75%;
    width: 90%;
    padding: 10px 10px 10px 10px;
    border-style: solid;
    border-color: indigo;
    border-width: 4px;
}

    .pr-janela h2 {
        text-align: center;
    }

    .pr-janela .tab {
        text-indent: 25px;
    }

.pr-erro {
    z-index: 1000;
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    background-color: white;
    height: auto;
    width: 75%;
    padding: 10px 10px 10px 10px;
    border-style: solid;
    border-color: darkgrey;
    border-width: 4px;
}

    .pr-erro h2 {
        text-align: center;
        color: red;
    }

    .pr-erro .tab {
        text-indent: 25px;
    }

.pr-botao {
    margin: 10px;
    background: #52ae4c;
    background: -moz-linear-gradient(top,#52ae4c 0%,#0d9603 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#52ae4c),color-stop(100%,#0d9603));
    background: -webkit-linear-gradient(top,#52ae4c 0%,#0d9603 100%);
    background: -o-linear-gradient(top,#52ae4c 0%,#0d9603 100%);
    background: -ms-linear-gradient(top,#52ae4c 0%,#0d9603 100%);
    background: linear-gradient(to top,#52ae4c 0%,#0d9603 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52ae4c',endColorstr='#0d9603',GradientType=0);
    padding: 4px 7px;
    color: #fff;
    font-family: Tahoma,'Segoe UI', Geneva, Verdana, sans-serif;
    font-size: 15px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #0d9603;
}
/*quadro*/
.moldura {
    margin: 20px auto;
    width: 800px;
    border-collapse: separate;
    border: 1px solid black;
}

.quadro {
    max-width: 95%;
    border-collapse: collapse;
    margin: 10px auto 10px auto;
    font-size: 0.95em;
}
    .quadro caption {
        color: blue;
        font-weight: bold;
        background-color: aqua;
        padding: 5px;
    }

    .quadro th {
        background-color: aqua;
        border: 1px solid #e6ffff;
        padding: 4px 2px 4px 2px;
        text-align: center;
    }

    .quadro td {
        background-color: #e6ffff;
        border: 1px solid aqua;
        padding: 3px;
        color: black;
    }

    .quadro hgroup h3 {
        padding-right: 3px;
        background-color: lightgray;
        font-weight:400;
    }

    .quadro hgroup h4 {
        font-weight:400;
        
    }
    .quadro tr.validado td {
        border-bottom: 1px solid #e6ffff;
    }
.seccao{
    padding-left:20px;
}
