/* @group reset */
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, .btn 
{ margin: 0; padding: 0; border: 0; font-style: inherit; font-weight: inherit; font-size: 100%; font-family: inherit; vertical-align:baseline }

/* @end */

/* @group basic */
body {
    max-width:60em; /* 960px / 16px = 60*/
    margin:0pt auto;
    color: #777;
    font: 12px/20px Helvetica, Arial, sans-serif;
    background-image: url(../img/fundo_login.png);
    background-repeat: repeat;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;	
}
/* @end */

/* @group forms */
form {
    border-radius: 10px;
    margin: 40px auto;
    -moz-border-radius: 10px;
    overflow: hidden;
    padding: 40px;
    -webkit-border-radius: 10px;
    width: 30%;
    height:490px;
    color: #843500;
    background-color: #F90;

    box-shadow: 0 0 3px #930;
    -moz-box-shadow: 0 0 3px #930;
    text-transform: upercase;
    -webkit-box-shadow: 0 0 3px #930;

}
.erro {
    margin: 40px auto;
    overflow: hidden;
    padding: 10px;
    width: 50%;
    text-align:center;
    font-size:1.8em;
    font-weight: bold;
    color: #F00;
}
.fechar{
    padding: 5px;
    width: 50%;
    color: #F00;
    float: right;
}

.forms {
    list-style: none;
    text-align:center;
}
label {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    display: block;
    float: left;
    clear:both;
    margin-bottom:5px;
    margin-top:10px;
    text-transform: uppercase;
    padding: 5px 15px 5px 10px;
    width: 30%;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #F60;
    border: 1px solid #000;
    color: #711600;
}
input {
    background: #ddd;
    border-radius: 10px;
    border: 1px solid #000;
    box-shadow: -1px 0 1px rgba(0,0,0,0.25);
    float: left;
    font-size: 1.4em;
    font-weight:bold;
    height: 20px;
    margin: 0;
    -moz-border-radius: 10px;
    -moz-box-shadow: -1px 0 1px rgba(0,0,0,0.25);
    outline: none;
    padding: 10px 5px;
    position: relative;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: -1px 0 1px rgba(0,0,0,0.25);
    width: 95%;
    color: #600;
}

option,
SELECT {
    background: #ddd;
    border-radius: 10px;
    border: 1px solid #000;
    box-shadow: -1px 0 1px rgba(0,0,0,0.25);
    float: left;
    font-size: 1.6em;
    font-weight:bold;
    width:99%;
    height: 40px;
    margin: 0;
    -moz-border-radius: 10px;
    -moz-box-shadow: -1px 0 1px rgba(0,0,0,0.25);
    outline: none;
    padding: 5px 5px;
    position: relative;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: -1px 0 1px rgba(0,0,0,0.25);
    color: #600;
}
input:focus,
option:focus,
select:focus {
    background: #eee;
}
button {
    border: 1px solid #000;
    color: #FFF;
    cursor: pointer;
    float: left;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
    width: 99%;
    height:auto;
    margin-top:20px;
    margin-right:1%;
    font-family: Verdana, Geneva, sans-serif;
    font-size:1.8em;
    background-color: #F00;
    font-weight: bold;
    -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         6px 6px 4px 0px rgba(50, 50, 50, 0.75);
}


.mold-paste{
    float:left;
    width:100%;
    height:auto;
}

img{
    max-width:100%;
    height:auto;
}
.checkbox{
    background-color: #CCC;
    margin-top: 4px;
    padding: 2px;
    clear: both;
    float: left;
    height: 40px;
    width: 97%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #000;
}
input.lembrete{
    float: left;
    height: auto;
    width: auto;
}


input[type='checkbox'] {
    background: -webkit-linear-gradient(#fafafa, #dcdcdc);
    border: 1px solid #a0a0a0;
    display: inline-block;
    height: 35px;
    margin-bottom: 2;
    position: relative;
    margin-top:2px;
    vertical-align: baseline;
    width: 35px;
}


/* @end */

/************************************************************************************
Media queries
*************************************************************************************/

/*overall width AND menu padding changes for wider screens*/
@media only screen AND (min-width : 1240px)  {
    .inner {max-width:70em;}


}

/*iPad breakpoint*/
@media only screen AND (max-width : 768px) {
    .inner {width:100%;}


    form {
        width: 40%;
    }
    .erro {
        width: 80%;
    }

    .forms {
        list-style: none;
        text-align:center;
    }
    label {
        width: 30%;
        font-size: 1.2em;
    }
    input {
        font-size: 1.4em;
        margin: 0;
        width: 95%;
    }
    button {
        margin-right:1%;
    }



}


/* small screen 640 AND under */
@media only screen AND (max-width : 640px) {
    /*banner changes, AND news items width*/
    body {
        margin:0.5%;
        padding:2px;

    }
    table {
        margin:0 0 0 0;
    }


    /*main page blocks*/
    #conteudo {
        margin:0 0 0 0;
    }

    .topo {


        margin:0 0 0 0;
        width: 100%;


    }

    .inner {
        width:100%; /* 960px / 16px = 60*/
        margin:0 0 0 0;
        overflow:hidden;
        padding-left:0;
        padding-right:0;
        font-size:1.0em;


    }


    form {
        width: 50%;
    }

    label {
        width: 30%;
        font-size: 1.2em;
    }
    input {
        font-size: 1.4em;
        margin: 0;
        width: 95%;
    }



}

/* smartphone lANDscape */
@media only screen AND (max-width : 468px) {

    form {
        width: 70%;
    }

    label {
        width: 30%;
        font-size: 1.2em;
    }
    input {
        font-size: 1.4em;
        margin: 0;
        width: 95%;
    }

    option,
    select {
        font-size: 1.6em;
        width:101%;
        height: 40px;
    }


}

/*smartphone portrait*/
@media only screen AND (max-width : 320px) {
    body {
        margin:0 0 0 0;
        padding:2px;

    }
    table {
        margin:0 0 0 0;
    }


    form {
        width: 70%;
    }

    label {
        width: 50%;
        font-size: 1.2em;
    }
    input {
        font-size: 1.4em;
        margin: 0;
        width: 95%;
    }



}