﻿
/*Geral*/
html, body {
    height: 100%;
    background-image: url('../Images/bg02.png');
    margin: 0,0,0,0;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: small;
    color: #5d5d5d;
}

input, select{
    color: #5d5d5d;
}

img {
    border: 0;
}

p {
    margin-top: 5px;
    margin-left: 5px;
    /*font-size: small;*/
}

.label {
    font-family: Verdana;
    font-size:small;
    color: black;
    font-weight: bold;
    margin: 5px;
}

.estabelecimento {
    border: 0;
    width: 1020px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5px;
    padding: 0;
    border-spacing: 0;
}

.conteudo {
    position: relative;
    display: table;
    height: auto;
    background-color: white;
    border: 0;
    width: 1020px;
    margin: 0 auto;
    padding: 5px 0 15px 0;
    border-spacing: 0;
}

/*Barra com indicação do utilizador ativo*/

.utilizador {
    font-size: 15px;
    margin: 0;
}

/*Para as mensagens de erro
	em ValidationSummary
*/

.erro {
    text-align: left;
    color: red;
    border: 1px solid red;
    padding: 4px 4px 4px 0;
    width: auto;
}


/************* BOTOES MENU            ***********/


.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;
}

.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(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;
}

.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(top,#52ae4c 0,#0d9603 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52ae4c',endColorstr='#0d9603',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 #0d9603;
}

.listar {
    margin: 1px;
    width: 150px;
    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(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;
}

.eliminar {
    background: #e50d35;
    background: -moz-linear-gradient(top,#f0002d 0,#e50d35 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f0002d),color-stop(100%,#e50d35));
    background: -webkit-linear-gradient(top,#f0002d 0,#e50d35 100%);
    background: -o-linear-gradient(top,#f0002d 0,#e50d35 100%);
    background: -ms-linear-gradient(top,#f0002d 0,#e50d35 100%);
    background: linear-gradient(top,#f0002d 0,#e50d35 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0002d',endColorstr='#e50d35',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 #f0002d;
}

.alterar {
    background: #fab717;
    background: -moz-linear-gradient(top,#f0a900 0,#fab717 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f0a900),color-stop(100%,#fab717));
    background: -webkit-linear-gradient(top,#f0a900 0,#fab717 100%);
    background: -o-linear-gradient(top,#f0a900 0,#fab717 100%);
    background: -ms-linear-gradient(top,#f0a900 0,#fab717 100%);
    background: linear-gradient(top,#f0a900 0,#fab717 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0a900',endColorstr='#fab717',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 #f0a900;
}
.pesquisa {
    background-color:black;
    padding: 4px 7px;
    color: #fff;
    font-family: Tahoma, 'Trebuchet MS', Verdana, sans-serif;
    font-size: 15px;
    font-style:italic;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid black;
    height:34px;
}
/*************   Caixa no Alunos.aspx e Docentes.aspx   ***********/

.moldura {
    border: 5px solid #ddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#esquerda {
    z-index: 100;
    position: relative;
    float: left;
    text-align: center;
    min-width: 250px;
    max-width: 40%;
    min-height: 300px;
    margin-left: 5%;
    background-color: white;
    padding: 1px;
}

#direita {
    display: table;
    min-width: 200px;
    background-color: white;
    float: right;
    margin-right: 5%;
    text-align: center;
    padding: 20px 10px;
}

    #direita h3 {
        background-color: white;
        background-image: -moz-linear-gradient(#eee,#ddd);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
        background-image: -webkit-linear-gradient(#eee, #ddd);
        background-image: -o-linear-gradient(#eee, #ddd);
        background-image: linear-gradient(#eee, #ddd);
        margin-top: -10px;
        padding-top: 30px;
        border: 0;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }

        #direita h3 span {
            display: block;
            font: bold 18px/30px Verdana;
            color: #777;
            background: #fff;
            border: 5px solid #fff;
            height: 50px;
            width: 100px;
            margin: 0 auto -65px;
            -moz-border-radius: 100px;
            -webkit-border-radius: 100px;
            border-radius: 100px;
            -moz-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
            -webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
            box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
        }

    #direita ul {
        background-color: white;
        top: 20px;
        position: relative;
        margin: 20px 0 0 0;
        padding: 0 0 5px;
        list-style: none;
    }

    #direita li {
        border-top: 1px solid #ddd;
        padding: 5px 0;
    }


/**********	Para as janelas de ajuda (help) **************/

.moldura-help {
    border: 1px solid black;
}

.div-help {
    background-color: #CEF6F5;
    display: none;
    font-size: 11px;
    position: absolute;
    z-index: 500;
    width: auto;
}

    .div-help > div {
        padding: 5px 5px 5px 5px;
        text-align: left;
        border: 0;
    }

/*********************************************************************************/
/* TABELAS DOS CONTADORES                                                        */
/*********************************************************************************/
#pricing-table {
    /*	margin: 100px auto 50px auto;*/
    text-align: center;
    width: 600px; /* total computed width = 222 x 3 + 226 */
}

.box_aux {
    background: #ffffff;
    border-bottom: solid 1px #ccc;
    height: 500px;
}

#pricing-table .plan {
    text-shadow: 0 1px rgba(255,255,255,.8);
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
    padding: 20px;
    width: 200px; /* plan width = 180 + 20 + 20 + 1 + 1 = 222px */
}

#pricing-table #alunos {
    margin-top: 15px;
    margin-left: 50px;
    z-index: 2;
    top: -13px;
    border-width: 3px;
    padding: 10px 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
    box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
}

#pricing-table #docentes {
    margin-left: 70px;
    z-index: 2;
    top: -13px;
    border-width: 3px;
    padding: 30px 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
    box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
}


#pricing-table .plan:nth-child(1) {
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

#pricing-table .plan:nth-child(4) {
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

#pricing-table h3 {
    font-size: 20px;
    font-weight: normal;
    padding: 20px;
    margin: -20px -20px 50px -20px;
    background-color: #eee;
    background-image: -moz-linear-gradient(#fff,#eee);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(#fff, #eee);
    background-image: -o-linear-gradient(#fff, #eee);
    background-image: -ms-linear-gradient(#fff, #eee);
    background-image: linear-gradient(#fff, #eee);
}

#pricing-table #alunos h3 {
    background-color: #ddd;
    background-image: -moz-linear-gradient(#eee,#ddd);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
    background-image: -webkit-linear-gradient(#eee, #ddd);
    background-image: -o-linear-gradient(#eee, #ddd);
    background-image: -ms-linear-gradient(#eee, #ddd);
    background-image: linear-gradient(#eee, #ddd);
    margin-top: -30px;
    padding-top: 30px;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#pricing-table #docentes h3 {
    background-color: #ddd;
    background-image: -moz-linear-gradient(#eee,#ddd);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
    background-image: -webkit-linear-gradient(#eee, #ddd);
    background-image: -o-linear-gradient(#eee, #ddd);
    background-image: -ms-linear-gradient(#eee, #ddd);
    background-image: linear-gradient(#eee, #ddd);
    margin-top: -30px;
    padding-top: 30px;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#pricing-table .plan:nth-child(1) h3 {
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
}

#pricing-table .plan:nth-child(4) h3 {
    -moz-border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
}

#pricing-table h3 span {
    display: block;
    font: bold 18px/55px Source Sans Pro;
    color: #777;
    background: #fff;
    border: 5px solid #fff;
    height: 50px;
    width: 100px;
    margin: 10px auto -55px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    -webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
}

/* --------------- */

#pricing-table ul {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}

#pricing-table li {
    font: 14px Source Sans Pro;
    border-top: 1px solid #ddd;
    padding: 5px 0;
}

/* --------------- */

#pricing-table .signup {
    position: relative;
    padding: 8px 20px;
    margin: 5px 0 0 0;
    color: #fff;
    font: bold 13px Source Sans Pro;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    background-color: #72ce3f;
    background-image: -moz-linear-gradient(#72ce3f, #62bc30);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#72ce3f), to(#62bc30));
    background-image: -webkit-linear-gradient(#72ce3f, #62bc30);
    background-image: -o-linear-gradient(#72ce3f, #62bc30);
    background-image: -ms-linear-gradient(#72ce3f, #62bc30);
    background-image: linear-gradient(#72ce3f, #62bc30);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
}

    #pricing-table .signup:hover {
        background-color: #62bc30;
        background-image: -moz-linear-gradient(#62bc30, #72ce3f);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#62bc30), to(#72ce3f));
        background-image: -webkit-linear-gradient(#62bc30, #72ce3f);
        background-image: -o-linear-gradient(#62bc30, #72ce3f);
        background-image: -ms-linear-gradient(#62bc30, #72ce3f);
        background-image: linear-gradient(#62bc30, #72ce3f);
    }

    #pricing-table .signup:active, #pricing-table .signup:focus {
        background: #62bc30;
        top: 2px;
        -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
        box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
    }
