﻿
.or-spacer {
    margin-top: 50px;
    margin-left: 100px;
    margin-bottom: 40px;
    width: 800px;
    position: relative;
}


    .or-spacer .mask {
        overflow: hidden;
        height: 20px;
    }


        .or-spacer .mask:after {
            content: '';
            display: block;
            margin: -25px auto 0;
            width: 100%;
            height: 25px;
            border-radius: 125px / 12px;
            box-shadow: 0 0 8px black;
        }


    .or-spacer span {
        width: 100px;
        height: 100px;
        position: absolute;
        bottom: 100%;
        margin-bottom: -80px;
        left: 50%;
        margin-left: -25px;
        border-radius: 100%;
        box-shadow: 0 2px 4px #999;
        background: white;
    }


        .or-spacer span i {
            position: absolute;
            top: 4px;
            bottom: 4px;
            left: 4px;
            right: 4px;
            border-radius: 100%;
            text-align: center;
            line-height: 40px;
            font-style: normal;
            color: #999;
        }


.accordionHeader {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}



    .accordionHeader a {
        color: #FFFFFF;
        background: none;
        text-decoration: none;
    }



        .accordionHeader a:hover {
            background: none;
            text-decoration: underline;
        }



.accordionHeaderSelected {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}



    .accordionHeaderSelected a {
        color: #FFFFFF;
        background: none;
        text-decoration: none;
    }



        .accordionHeaderSelected a:hover {
            background: none;
            text-decoration: underline;
        }



.accordionContent {
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}



table.listTable {
    width: 100%;
}

    table.listTable a {
        text-decoration: underline;
        color: #b32241;
    }

    table.listTable td {
        font-weight: normal;
        font-size: 95%;
    }


.row_visualizar_erros {
    margin-top: 0px;
    background-color: #f3f3f3;
}

.botao_visualizar_erros {
    background-image: url(img/bt_erros.png);
    width: 99px;
    height: 33px;
    border: 0px;
}


.celula_visualizar_erros {
    vertical-align: top;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
}

.celula_estado {
    text-align: center;
    padding-bottom: 10px;
}

.celula_estado2 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.banner_estado {
    padding-bottom: 10px;
}

.lista_pixel {
    background-image: url(img/pixel.png);
    height: 41px;
}

.lista_erros {
    background-color: #454545;
    color: White;
    width: 100%;
    font-weight: normal;
}


/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/
* {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

html, body {
    height: 100%;
}

body {
    font-size: 75%;
    font-family: Verdana, Verdana, Geneva, sans-serif;
    background-image: url('img/bg02.png');
    color: #5d5d5d;
    margin: 0,0,0,0;
}

h1, h2, h3, h4, h5, h6, span {
    color: #252122;
    font-weight: 700;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, span a {
        color: inherit;
        text-decoration: none;
    }

img {
    border: 0;
}

a {
    color: #d52349;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }


p {
    margin-top: 5px;
    margin-left: 5px;
    font-size: 95%;
}

.label {
    color:black;
    font-weight:bold;
    margin: 5px;
}



/*********************************************************************************/
/* BOTOES MENU                                                                   */
/*********************************************************************************/

.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,'Segoe UI', Geneva, 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,'Segoe UI', Geneva, 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,'Segoe UI', Geneva, 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,'Segoe UI', Geneva, Verdana, sans-serif;
    font-size: 15px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #f0a900;
}
.opcao{
    margin: 10px;
    background: #a3a3c2;
    background: -moz-linear-gradient(top,#a3a3c2 0%,#1f1f2e 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#a3a3c2),color-stop(100%,#1f1f2e));
    background: -webkit-linear-gradient(top,#a3a3c2 0%,#1f1f2e 100%);
    background: -o-linear-gradient(top,#a3a3c2 0%,#1f1f2e 100%);
    background: -ms-linear-gradient(top,#a3a3c2 0%,#1f1f2e 100%);
    background: linear-gradient(top,#a3a3c2 0%,#1f1f2e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3a3c2',endColorstr='#1f1f2e',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 #1f1f2e;
}

/*********************************************************************************/
/* 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;
    }
