﻿#slide{
    width: 1000px;
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
    /*margin-bottom: 25px;*/
}

#showroom {
    position: relative;
    width: 1000px;
    height: 400px;
    margin: 0px;
    float: left;
}

    #showroom img{
       float: left;
    }

/*#prev{
    float: left;
    margin-top: 180px;
}

    #prev img {
        margin-right: 0px;
    }

#next{
    float: right;
    margin-top: 180px;
}

    #next img {
        margin-left: -10px;
    }*/

body {
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    background: url(../Imagens/bg.jpg);
    max-width: 1000px;
    margin: auto;
}

usarParabackground {
    background: rgb(121,155,200); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(121,155,200,1) 0%, rgba(153,181,219,1) 48%, rgba(210,223,237,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(121,155,200,1)), color-stop(48%,rgba(153,181,219,1)), color-stop(100%,rgba(210,223,237,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(121,155,200,1) 0%,rgba(153,181,219,1) 48%,rgba(210,223,237,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(121,155,200,1) 0%,rgba(153,181,219,1) 48%,rgba(210,223,237,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(121,155,200,1) 0%,rgba(153,181,219,1) 48%,rgba(210,223,237,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(121,155,200,1) 0%,rgba(153,181,219,1) 48%,rgba(210,223,237,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#799bc8', endColorstr='#d2dfed',GradientType=0 ); /* IE6-9   */
}

html {
}

header, footer, nav, section {
    display: block;
}


fieldset {
    background: #fff;
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: auto;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
    width: 33%;
    float: left;
}

    .editor-field label {
        margin-bottom: 13px;
    }

/* Estilos para as validações-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}
/* FIM - Estilos para as validações---------------------------------------*/


/*-----------------------Minhas Formatações de Estilo----------------------------*/
#topo {
    min-width: 960px;
    margin: 30px;
    background: #fff;
    padding: 30px 0px 0px 0px;
    border-radius: 13px 13px 0px 0px;
}

.qtdeAnalises {
    padding: 8px 15px;
    border-radius: 4px;
    border: 1px solid rgb(73, 104, 121);
    display: inline-block;
    width: 50%;
}

textarea {
    min-height: 75px;
}

    textarea:focus {
        outline: none;
        box-shadow: rgba(73, 104, 121, 0.7) 0px 0px 11px -2px;
    }

.logo {
    margin: auto;
}

.menu {
    background: rgb(0,36,0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,36,0,1) 0%, rgba(82,177,82,1) 51%, rgba(180,221,180,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,36,0,1)), color-stop(51%,rgba(82,177,82,1)), color-stop(100%,rgba(180,221,180,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,36,0,1) 0%,rgba(82,177,82,1) 51%,rgba(180,221,180,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,36,0,1) 0%,rgba(82,177,82,1) 51%,rgba(180,221,180,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,36,0,1) 0%,rgba(82,177,82,1) 51%,rgba(180,221,180,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,36,0,1) 0%,rgba(82,177,82,1) 51%,rgba(180,221,180,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002400', endColorstr='#b4ddb4',GradientType=0 ); /* IE6-9 */
    width: 960px;
    height: 50px;
    margin: auto;
    border-radius: 10px 10px 10px 10px;
    padding: 0px;
}

i {
    margin-right: 7px;
}

.menu ul {
    display: block;
    list-style-type: none;
}

    .menu ul li {
        display: inline-block;
        padding: 13px;
        font-size: 15px;
        color: #fff;
    }

        .menu ul li a {
            text-decoration: none;
            text-transform: uppercase;
            color: #fff;
            margin-left: 5px;
        }

            .menu ul li a:hover {
                color: #fff;
                font-size: 17px;
                font-weight: bold;
            }

.conteudo {
    padding: 18px 10px 20px;
    z-index: 0;
    box-shadow: 0px 0px 3px #555;
    -moz-box-shadow: 0px 0px 3px #555;
    -webkit-box-shadow: 0px 0px 3px #555;
    background: #FFF;
    overflow: hidden;
}

    .conteudo h1 {
        font-size: 20px;
        color: #496582;
        text-transform: uppercase;
    }

#boxEsq {
    width: 695px;
    display: block;
    float: left;
}

.boxInstitu {
    margin: 10px 0px;
    padding-bottom: 20px;
    float: left;
    display: block;
    border-bottom: dashed 1px #555;
}

.valores {
    border-bottom: dashed 1px #555;
    text-align: center;
    padding: 20px 0;
    margin: 0 20px;
}


#links {
    list-style: none;
}

    #links li {
        border-bottom: 1px dotted black;
        margin-top: 20px;
        min-height: 60px;
    }

        #links li h3 {
            color: #616161;
        }

        #links li a {
            color: #616161;
        }

            #links li a:hover {
                border-bottom: 1px solid black;
            }


/*Estilos para o Rodapé*/

.scrollingText {
    margin: 0px;
}

#footer {
    padding: 20px 10px;
    display: block;
    margin: 10px auto 20px;
    box-shadow: 0px 0px 3px #555;
    -moz-box-shadow: 0px 0px 3px #555;
    -webkit-box-shadow: 0px 0px 3px #555;
    font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
    background: #FFF;
    overflow: hidden;
    border-radius: 0px 0px 10px 10px;
}

    #footer ul {
        color: #2e56a6;
        display: block;
        float: left;
    }

        #footer ul li {
            padding: 6px 0;
        }

            #footer ul li a {
                font-size: 12px;
                color: #2e56a6;
                text-decoration: none;
            }

                #footer ul li a:hover {
                    color: #999;
                }

.boxFooter {
    width: 596px;
    height: 160px;
    padding: 0 25px;
    margin: 0 20px;
    float: left;
    display: block;
    border-left: 1px dashed #999;
    border-right: 1px dashed #999;
}

    .boxFooter img {
        float: left;
        display: block;
    }

    .boxFooter h2 {
        width: 510px;
        margin: 5px 20px 30px 10px;
        color: #2e56a6;
        text-transform: uppercase;
        text-align: center;
    }

    .boxFooter input {
        margin-top: 10px;
        margin-right: 10px;
        width: 150px;
        border: 1px solid #d9d9d9;
        padding: 5px;
        height: 17px;
        color: #555;
        font-size: 12px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        box-shadow: inset 0px 0px 2px #555;
        -webkit-box-shadow: inset 0px 0px 2px #555;
        -moz-box-shadow: inset 0px 0px 2px #555;
        float: left;
        display: block;
    }

        .boxFooter input[type="button"] {
            width: 57px;
            height: 27px;
            float: left;
            display: block;
            background: url('../imgs/bt_entrar.jpg') no-repeat;
            border: none;
            box-shadow: 0px 0px 0px #555;
            -moz-box-shadow: 0px 0px 0px #555;
            -webkit-box-shadow: 0px 0px 0px #555;
            cursor: pointer;
        }

        .boxFooter input[type="submit"] {
            width: 57px;
            height: 27px;
            float: left;
            display: block;
            background: url('../imgs/bt_entrar.jpg') no-repeat;
            border: none;
            box-shadow: 0px 0px 0px #555;
            -moz-box-shadow: 0px 0px 0px #555;
            -webkit-box-shadow: 0px 0px 0px #555;
            cursor: pointer;
        }

    .boxFooter .item {
        float: left;
        display: block;
        margin: 10px 10px 20px;
        width: 100%;
    }

.endereco {
    text-align: right;
    margin-top: 10px;
}

    .endereco h2 {
        font-size: 16px;
        color: #2e56a6;
    }

    .endereco p {
        font-size: 12px;
        color: #555;
        padding: 5px 0;
    }

.lab {
    width: 37px;
    display: block;
    float: left;
    margin: 0 8px;
}

    .lab img.black {
        z-index: 2;
    }


    /*Lembrar de verificar o uso de JavaScript*/
    .lab span {
        font-family: 'FuturaLtBTLight';
        display: block;
        font-size: 14px;
        color: rgb(97, 97, 97);
        margin-bottom: 34px;
        text-align: center;
        text-decoration: none;
    }

    .lab:before {
        content: attr("ih");
    }


span.linha {
    width: 940px;
    height: 7px;
    background: url(../Imagens/line.jpg) repeat-x;
    display: block;
    float: left;
}

a.btn {
    background: linear-gradient(to bottom, rgb(103, 121, 160), rgb(73, 111, 140));
    color: rgb(255, 255, 255);
    padding: 10px 12px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 4px;
    margin: 8px 0px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    position: relative;
    top: 2px;
}

a.btnLista, button.btnLista, input.btnLista {
    width: 47px;
    padding: 7px 17px 8px 5px;
    background: linear-gradient(to bottom, rgb(103, 121, 160), rgb(73, 111, 140));
    color: white;
    border: 1px solid white;
    border-radius: 4px;
    margin: 5px 2px;
    cursor: pointer;
    height: 40px;
}

button.btn, input.btn {
    background: linear-gradient(to bottom, rgb(103, 121, 160), rgb(73, 111, 140));
    color: white;
    padding: 10px 13px;
    border: 1px solid white;
    border-radius: 4px;
    margin: 5px 2px;
    cursor: pointer;
    height: 40px;
}



.btn:focus, .btn:hover {
    outline: none;
    background: linear-gradient(to bottom, rgb(73, 101, 130), rgb(73, 121, 150));
}

.btn:active {
    outline: none;
    background: rgb(73, 101, 130);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 7px 0px inset;
}


.col-amostras label {
    display: block;
    text-align: left;
    min-width: 369px;
    padding: 2px 0px;
}


.left {
    text-align: left;
    float: left;
}

textarea {
    padding: 9px 15px;
    border-radius: 4px;
    border: 1px solid rgb(73, 104, 121);
}

.control {
    display: block;
    float: left;
    width: 100%;
    margin: 10px 0px 10px 0px;
}

    .control label {
        min-width: 91px;
        display: block;
        margin-bottom: 5px;
        margin-top: 10px;
    }

    .control input {
        padding: 9px 15px;
        border-radius: 4px;
        border: 1px solid rgb(73, 104, 121);
        /*margin: 5px 0px;*/
    }

        .control input:focus {
            outline: none;
            box-shadow: rgba(73, 104, 121, 0.7) 0px 0px 11px -2px;
        }

.labels {
    padding: 7.5px 15px;
    border-radius: 4px;
    border: 1px solid rgb(73, 104, 121);
    /*width: 50%;*/
    margin: 0px 10px 0px 0px;
}



table {
    border: 1px solid #aaa;
    width: 100%;
}

    table th {
        padding: 10px;
        text-align: center;
        border-bottom: 1px solid #aaa;
        margin: 1px;
    }

    table tr {
        text-align: center;
    }


tr.template {
}

tbody td {
    border-bottom: 1px solid #ccc;
    height: 35px;
}

    tbody td .analise-item {
        border: 1px solid rgb(73, 104, 121);
        display: inline-block;
        padding: 3px 5px;
        margin: 1px 2px;
    }

        tbody td .analise-item:hover {
            background: rgb(73, 104, 121);
            color: white;
        }



tbody tr:last-child td {
    border-bottom: none;
}

.lab {
}

    .lab a {
        text-decoration: none;
    }

        .lab a span {
            position: relative;
            top: -10px;
            opacity: 0;
            transition: all ease-out 0.3s;
            font-family: Verdana;
        }

        .lab a:hover span {
            top: 5px;
            opacity: 1;
        }

.msg-erro {
    padding: 4px;
    text-align: center;
    background-color: rgb(250, 190, 190);
    border: 1px solid rgb(180, 10, 10);
    color: rgb(180, 10, 10);
    padding: 10px;
    margin: 10px 10px 12px 10px;
}


.display-field {
    padding: 10px 13px;
    border: 1px solid black;
    border-radius: 4px;
    margin: 5px 2px;
    cursor: pointer;
    height: 15px;
    width: 20%;
    float: left;
}


.ddl {
    padding: 8px 25px;
    border-radius: 4px;
    border: 1px solid rgb(73, 104, 121);
    margin: 5px 0px;
}
