﻿/*Arquivo destinado a customizações de CSS*/

#conteudo-esq {
    width: 100%;
    left: 0px;
    top: 0px;
}

/*#filtro-pesq .content-box {
    width: 100%;
}*/

/*#BtnSearch {
    text-indent: -9999px;
}*/

#NomePrestador {
    width: 91%;
}

.filtersContainer {
    width: 98%;
    margin-left: 10px;
}

/*.content-box {
    border: 0px;
}*/

.content-box-header {
    display: none !important;
}

/*.filter {
    margin-bottom: 10px;
}*/

.custom-combobox {
    display: table;
    width: 100%;
}

    .custom-combobox input {
        display: table-cell;
        width: 100% !important;
    }

    .custom-combobox a {
        display: table-cell;
        width: 25px;
        position: relative;
    }

        .custom-combobox a span {
            top: 13px !important;
        }


#filtro-pesq .content-box {
    width: 100%;
    height: auto;
}

.content-box {
    background: #efefef !important;
}

form#form0 {
    display: inline-flex !important;
}

.tit-info-campo {
    display: none !important;
}

.filter {
    width: 16% !important;
    margin-right: 5px !important;
    padding: 10px !important;
    border: none !important;
    background: white !important;
}

#DivNomePrestador {
    display: none !important;
}

#BtnSearch {
    text-indent: inherit !important;
    content: "BUSCAR" !important;
    color: white !important;
    height: 38px !important;
    background: #0e6948 !important;
}

@media (max-width: 767px) {
    .form-credenciados {
        display: none;
    }
}