﻿html, body {
    height: 100%;
}

body {
    padding: 0px;
    margin: 0px;
    font-family: 'Trebuchet MS', Tahoma, Verdana;
    font-size: 13px;
}

a {
    color: #4D4D4D;
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        color: #000000;
    }

    a:active {
        color: #034af3;
    }

.botao {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: 0.2em 1em 0.2em 1em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    font-weight: bold;
}

    .botao:hover {
        text-decoration: none;
    }

    .botao:active {
        position: relative;
        top: 1px;
    }
/* color styles 
---------------------------------------------- */

/* preto */
.preto {
    color: #d7d7d7;
    border: solid 1px #333;
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
    background: -moz-linear-gradient(top, #666, #000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}

    .preto:hover {
        background: #000;
        background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
        background: -moz-linear-gradient(top, #444, #000);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
    }

    .preto:active {
        color: #666;
        background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
        background: -moz-linear-gradient(top, #000, #444);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
    }

/* cinza */
.cinza {
    color: #e9e9e9;
    border: solid 1px #555;
    background: #6e6e6e;
    background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
    background: -moz-linear-gradient(top, #888, #575757);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}

    .cinza:hover {
        background: #616161;
        background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
        background: -moz-linear-gradient(top, #757575, #4b4b4b);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
    }

    .cinza:active {
        color: #afafaf;
        background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
        background: -moz-linear-gradient(top, #575757, #888);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
    }

/* branco */
.branco {
    color: #606060;
    border: solid 1px #b7b7b7;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
    background: -moz-linear-gradient(top, #fff, #ededed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}

    .branco:hover {
        background: #ededed;
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
        background: -moz-linear-gradient(top, #fff, #dcdcdc);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
    }

    .branco:active {
        color: #999;
        background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
        background: -moz-linear-gradient(top, #ededed, #fff);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
    }

/* laranja */
.laranja {
    color: #fef4e9;
    border: solid 1px #da7c0c;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top, #faa51a, #f47a20);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}

    .laranja:hover {
        background: #f47c20;
        background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
        background: -moz-linear-gradient(top, #f88e11, #f06015);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
    }

    .laranja:active {
        color: #fcd3a5;
        background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
        background: -moz-linear-gradient(top, #f47a20, #faa51a);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
    }

/* vermelho */
.vermelho {
    color: #faddde;
    border: solid 1px #980c10;
    background: #d81b21;
    background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
    background: -moz-linear-gradient(top, #ed1c24, #aa1317);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}

    .vermelho:hover {
        background: #b61318;
        background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
        background: -moz-linear-gradient(top, #c9151b, #a11115);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
    }

    .vermelho:active {
        color: #de898c;
        background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
        background: -moz-linear-gradient(top, #aa1317, #ed1c24);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
    }

/* azul */
.azul {
    color: #d9eef7;
    border: solid 1px #0076a3;
    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
    background: -moz-linear-gradient(top, #00adee, #0078a5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}

    .azul:hover {
        background: #007ead;
        background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
        background: -moz-linear-gradient(top, #0095cc, #00678e);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
    }

    .azul:active {
        color: #80bed6;
        background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
        background: -moz-linear-gradient(top, #0078a5, #00adee);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
    }

/* goiaba */
.goiaba {
    color: #fae7e9;
    border: solid 1px #b73948;
    background: #da5867;
    background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
    background: -moz-linear-gradient(top, #f16c7c, #bf404f);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}

    .goiaba:hover {
        background: #ba4b58;
        background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
        background: -moz-linear-gradient(top, #cf5d6a, #a53845);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
    }

    .goiaba:active {
        color: #dca4ab;
        background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
        background: -moz-linear-gradient(top, #bf404f, #f16c7c);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
    }

/* verde */
.verde {
    color: #e8f0de;
    border: solid 1px #538312;
    background: #64991e;
    background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
    background: -moz-linear-gradient(top, #7db72f, #4e7d0e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}

    .verde:hover {
        background: #538018;
        background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
        background: -moz-linear-gradient(top, #6b9d28, #436b0c);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
    }

    .verde:active {
        color: #a9c08c;
        background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
        background: -moz-linear-gradient(top, #4e7d0e, #7db72f);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
    }

/* rosa */
.rosa {
    color: #feeef5;
    border: solid 1px #d2729e;
    background: #f895c2;
    background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
    background: -moz-linear-gradient(top, #feb1d3, #f171ab);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}

    .rosa:hover {
        background: #d57ea5;
        background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
        background: -moz-linear-gradient(top, #f4aacb, #e86ca4);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
    }

    .rosa:active {
        color: #f3c3d9;
        background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
        background: -moz-linear-gradient(top, #f171ab, #feb1d3);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
    }

.textboxSombra {
    -moz-box-shadow: inset 0 3px 8px rgba(0,0,0,.4);
    -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,.4);
    box-shadow: inset 0 3px 8px rgba(0,0,0,.24);
    font-family: Tahoma;
    font-size: 11px;
    color: #513100;
}

.tituloPaginas {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 7px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 32px;
    color: #333333;
    text-decoration: none;
    text-shadow: #C0C0C0 1px 2px 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #3F9A01;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #43A701;
}

.tituloSetores {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 7px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 18px;
    color: #333333;
    text-decoration: none;
    text-shadow: #C0C0C0 1px 2px 2px;
    font-weight: bold;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.botaoYouTube {
    margin: 0 2px 10px 2px;
    padding: 8px 12px;
    height: auto;
    font-size: 11px;
    font-weight: bold;
    border-color: #999;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25),inset 0 0 3px #fff;
    -ms-box-shadow: 0 1px 2px rgba(0,0,0,0.25),inset 0 0 3px #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25),inset 0 0 3px #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.25),inset 0 0 3px #fff;
    color: #555;
    text-shadow: 0 1px 0 white;
    border-color: #CCC;
    border-bottom-color: #AAA;
    background-color: #F7F7F7;
}

    .botaoYouTube:hover {
        border-color: #999;
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25),inset 0 0 3px #fff;
        -ms-box-shadow: 0 1px 2px rgba(0,0,0,0.25),inset 0 0 3px #fff;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25),inset 0 0 3px #fff;
        box-shadow: 0 1px 2px rgba(0,0,0,0.25);
        background: #F0F0F0;
        background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F0F0F0));
        background: -moz-linear-gradient(top, #FFFFFF, #F0F0F0);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F0F0F0');
    }

    .botaoYouTube:active {
        background: #FFF;
        background: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#FFF));
        background: -moz-linear-gradient(top, #F0F0F0, #FFF);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0F0F0', endColorstr='#FFFFFF');
    }

.textboxSombra {
    -moz-box-shadow: inset 0 3px 8px rgba(0,0,0,.4);
    -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,.4);
    box-shadow: inset 0 3px 8px rgba(0,0,0,.24);
    font-family: 'Trebuchet MS', Tahoma, Verdana;
    font-size: 11px;
    color: #513100;
    background-repeat: repeat-x;
    border: 1px solid #d1c7ac;
    padding: 3px;
    margin-right: 2px;
    margin-bottom: 4px;
}

.boxAvisoTransparente {
    border: solid 1px #DEDEDE;
    color: #222222;
    padding: 4px;
}

.boxAvisoCinza {
    border: solid 1px #DEDEDE;
    background: #EFEFEF;
    color: #222222;
    padding: 4px;
}

.boxAvisoVerde {
    border: 1px solid #BADD9B;
    background: #F4FFD5;
    color: #244400;
    padding: 4px;
}

.boxAvisoVermelho {
    border: 1px solid #FF7979;
    background: #FFE8E8;
    color: #440000;
    padding: 4px;
}

a.botoesAcao {
    background: url(img/button.gif);
    display: block;
    color: #555555;
    font-weight: bold;
    height: 32px;
    line-height: 33px;
    text-decoration: none;
    width: 190px;
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    border-top: 1px solid #eee;
    text-align: left;
}

a:hover.botoesAcao {
    color: #000;
}
/* -------------------- */
/* CLASSES BOTOES */
/* -------------------- */
.acaoAdd {
    background: url(../imagens/ico_add.png) no-repeat 10px 8px;
    text-indent: 31px;
    display: block;
}

.acaoDelete {
    background: url(../imagens/ico_delete.png) no-repeat 10px 8px;
    text-indent: 31px;
    display: block;
}

.acaoSair {
    background: url(../imagens/ico_sair.png) no-repeat 10px 8px;
    text-indent: 31px;
    display: block;
}

.acaoUser {
    background: url(../imagens/ico_user.png) no-repeat 10px 8px;
    text-indent: 31px;
    display: block;
}

.acaoDeleta {
    background: url(../imagens/ico_delete.png) no-repeat;
    width: 30px;
}

.mGrid {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}

    .mGrid td {
        border-style: solid;
        border-width: 1px 0px 1px 0px;
        border-color: #c1c1c1;
        padding: 2px;
        color: #717171;
    }

    .mGrid th {
        padding: 4px 2px;
        color: #fff;
        background: #424242 url(grd_head.png) repeat-x top;
        border-left: solid 1px #525252;
    }

    .mGrid .alt {
        background: #fcfcfc url(grd_alt.png) repeat-x top;
    }

    .mGrid .pgr {
        background: #424242 url(grd_pgr.png) repeat-x top;
    }

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .mGrid .pgr a {
            color: #666;
            text-decoration: none;
        }

            .mGrid .pgr a:hover {
                color: #000;
                text-decoration: none;
            }

#menubv {
    width: 12em;
    padding: 0;
    margin: 0;
    font: 14px;
}

    #menubv ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #menubv li {
        border-bottom: 1px solid #f00;
        margin: 0;
        border-bottom-color: #999999;
        width: 200px;
    }

        #menubv li a {
            display: block;
            padding: 5px 5px 5px 0.5em;
            font-weight: bold;
            border-left: 10px solid #ffc0cb;
            border-right: 10px solid #fff5ee;
            background-color: #666666;
            color: #FFFFFF;
            text-decoration: none;
            border-right-color: #CCCCCC;
            border-left-color: #808080;
            border-right-width: 5px;
            border-left-width: 10px;
        }

            #menubv li a:hover {
                border-left: 10px solid #fcc;
                border-right: 10px solid #fff;
                background-color: #333333;
                color: #FFFFFF;
                border-right-color: #CCCCCC;
                border-left-color: #666666;
                border-right-width: 2px;
                border-left-width: 10px;
            }
/* Fix IE. Hide from IE Mac \*/
* html ul#menubv li {
    float: left;
    height: 1%;
}

    * html ul#menubv li a {
        height: 1%;
    }
/* End */
.miniaturaVideo {
    border: 3px solid #CCCCCC;
    background-image: url('../imagens/semfoto.gif');
}

    .miniaturaVideo:hover {
        border: 3px solid #999999;
    }

.boxVideoTitulo {
    font-size: 19px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: #C0C0C0 1px 2px 2px;
    color: #000;
}

    .boxVideoTitulo:hover {
        color: #666;
    }

.menuInferior {
    color: #664700;
}

    .menuInferior:hover {
        color: #666666;
        text-decoration: underline;
    }

.imagem230 {
    max-height: 230px;
}

.imagem50 {
    max-height: 50px;
}

.imagem500 {
    vertical-align: top;
    max-width: 300px;
}

.hrFina {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #E9E9E9;
    width: 90%;
}

.boxAviso {
    position: fixed;
    width: 450px;
    height: 30px;
    left: 50%;
    top: 80px;
    margin-left: -225px;
    text-align: center;
    padding-top: 15px;
}

.is-countdown {
    /*margin-top: 10px;*/
    /*border: 1px solid #e9e9e9;
    background-color: #f9f9f9;*/
    display: inline-block;
    /*margin-bottom: 10px;*/
    /*width: 240px;*/
}


.countdown-rtl {
    direction: rtl;
}

.countdown-holding span {
    color: #888;
}

.countdown-row {
    clear: both;
    width: 100%;
    /*padding: 0px 2px;*/
    text-align: center;
}

.countdown-show1 .countdown-section {
    width: 98%;
}

.countdown-show2 .countdown-section {
    width: 48%;
}

.countdown-show3 .countdown-section {
    width: 32.5%;
}

.countdown-show4 .countdown-section {
    /*width: 25%;*/
}

.countdown-show5 .countdown-section {
    width: 19.5%;
}

.countdown-show6 .countdown-section {
    width: 16.25%;
}

.countdown-show7 .countdown-section {
    width: 14%;
}

.countdown-section {
    display: block;
    position: relative;
    float: left;
    font-size: 75%;
    text-align: center;
    background-color: #FFC107;
    padding: 0 10px;
    /*border-left: solid 1px #fff;*/
    background-color: black;
    color: red;
    font-weight: bold;
    /*font-family: 'Nova Mono', monospace;*/
    /*letter-spacing: 3px;*/
    text-transform: lowercase;
}

    .countdown-section:nth-child(2n+1) {
        /*background-color: #FFD54F;*/
    }

    .countdown-section + .countdown-section:before {
        content: ':';
        position: absolute;
        color: #FFEB3B;
        left: -1px;
        font-size: 200%;
    }

.loteCountdown-home {
    margin-top: 0;
}

    .loteCountdown-home .countdown-section {
        letter-spacing: 0px;
        padding: 0 3px 0 13px;
        background-color: white;
        color: #F57C00;
    }


.lote-lista .is-countdown {
    display: block;
    overflow: auto;
}

.lote-lista .countdown-section.countdown-section {
    padding: 0 10px;
    letter-spacing: 2px;
}

.countdown-amount {
    font-size: 200%;
}

.countdown-period {
    display: block;
}

.countdown-descr {
    display: block;
    width: 100%;
}
