@import url('Cores.css?v=1.1.1');

.busca {
    display: block;
    width: 100%;
}

/* Pesquisa */
.pesquisaContainer {
    display: block;
    border-width: 1px;
    height: 26px;
    text-align: right;
    margin-top: 3px;
    margin-bottom: 10px;
    border-top-color: #d8dcdf;
    border-right-color: #d8dcdf;
    border-bottom-color: #d8dcdf;
    border-left-color: #d8dcdf;
    margin-left: 30%;
    margin-right: 30%;
}

@media screen and (max-width: 1000px) {
    .pesquisaContainer {
        margin-left: 15%;
        margin-right: 15%;
    }
}

@media screen and (max-width: 600px) {
    .pesquisaContainer {
        margin-left: 0;
        margin-right: 0;
    }
}

.pesquisaContainer .txbPesquisa {
    border-width: 1px;
    border-style: solid;
    border-color: cornflowerblue;
    margin: 0;
    padding: 3px;
    width: 70%;
    height:30px;
    display: inline-block;
    padding-top: 3px;
    text-align: left;
    color: gray;
    float: left;
}

.pesquisaContainer #lkbFiltrar,
.pesquisaContainer .botao {
    margin: 0;
    padding: 0;
    text-align: center;
    display: inline-block;
    width: 15%;
    height: 30px!important;
    line-height: 27px;
}

    .pesquisaContainer #lkbFiltrar:hover .ui-icon {
        background-image: url(../Images/jQuery/ui-icons_ffffff_256x240.png);
    }

.pesquisaAvancada {
    margin: 0;
    padding: 0;
    border: 0;
    text-align: center;
    font-weight: normal;
    display: inline-block;
    width: 120px;
    height: 24px;
    font-size: 10px;
}

.pesquisaContainer .posicaoProgresso {
    position: relative;
    z-index: 10;
    display: none;
}

.pesquisaContainer .progresso {
    padding: 0px;
    margin: 0px;
    padding-top: 10px;
    display: none;
}

* .pesquisaContainer .progresso {
    padding: 0px;
    margin: 0px;
    position: absolute;
    padding-top: 5px;
    left: -20px;
    display: none;
}

#tdCodigoSeguranca {
    padding-right: 10px;
}

.confirma {
    margin: 0;
    padding: 2px;
    text-align: center;
    display: inline-block;
    width: 71px;
    height: 27px;
    line-height: 27px;
    border-right-width: 1px;
    /*border-right-style: solid;*/
    margin-right: -5px;
    top: -1px;
}

    .confirma:hover {
        background-color: cornflowerblue;
        color: White;
    }

div#Captcha {
    margin-top: 10px;
}


#lbConfirma {
    padding-right: 100px;
}

.botao {
    background: #f6f6f6;
    padding: 3px 10px;
    height: 24px;
    float: left;
    border-left-color: #d8dcdf;
    border-left-style: solid;
    border-left-width: 1px;
}

    .botao:hover {
        color: White !important;
        background-color: cornflowerblue;
    }

.pesquisaContainer .btnPesquisa {
    margin: 0;
    padding: 0;
    text-align: center;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    width: 71px;
    height: 27px;
    line-height: 27px;
    border-right-width: 1px;
    border-right-style: solid;
    margin-right: -5px;
    margin-top: -1px;
}

    .pesquisaContainer .btnPesquisa:hover {
        background-image: url(../Images/jQuery/ui-bg_highlight-hard_100_red_1x100.png);
        background-position: left bottom;
    }

        .pesquisaContainer .btnPesquisa:hover .ui-icon {
            background-image: url(../Images/jQuery/ui-icons_ffffff_256x240.png);
        }

.pesquisaAvancada {
    margin: 0;
    padding: 0;
    border: 0;
    text-align: center;
    font-weight: normal;
    display: inline-block;
    width: 120px;
    height: 24px;
    font-size: 10px;
}
