#livreacesstelcampo {
    display: flex !important;
}

.livreacesstelcamposelect {
    display: block;
    margin: 0px 5px;
}

#livreacessostel {
    width: 140px !important;
    padding-left: 18px;
}

.livreacesstelcamposelect>span>img {
    padding: 4px 0;
}

.livreacesstelcamposelect>span {
    width: 40px;
    height: 29px;
    position: absolute;
    /*background: #ffffff;
    border: 1px solid grey;*/
    z-index: 1;
    margin: -1px -5px;
    display: flex;
    padding: 0 4px;
    cursor: pointer;
}

.livreacesstelcamposelect>span.atv {}

.livreacesstelcamposelect>ul.atv {
    overflow: auto;
    width: 40px;
    height: 200px;
    transform: scaleY(1);
}

.livreacesstelcamposelect>ul.atv:before {
    content: "";
    position: relative;
    background: white;
    width: inherit;
    height: inherit;
}

.livreacesstelcamposelect>ul>li {
    background: white;
    border: 3px solid white;
    margin: 0px;
    padding: 0px;
}

.livreacesstelcamposelect>ul {
    overflow: hidden;
    width: 40px;
    height: 29px;
    margin: 30px -5px;
    border: 1px solid;
    background: white;
    position: absolute;
    transition: 0.4s;
    transform: scaleY(0);
    transform-origin: top;
    padding: 0px 9px 0px 1px;
    cursor: pointer;
}

.textinp {
    padding-left: 5px;
    margin: 5px;
    width: 90vw;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #683b1b;
    display: block;
}

.subminp {
    margin: 5px;
    min-width: 10vw;
    height: 30px;
    border-radius: 4px;
    color: #dddddd;
    background-color: #683b1b;
}

.langtopo {
    background-color: #ffffff;
    width: 35px;
    height: 30px;
    border: 1px solid #683b1b;
}

@media only screen and (min-width: 400px) {

    .textinp {
        width: 80vw;
    }

}

@media only screen and (min-width: 600px) {

    .textinp {
        width: 60vw;
    }

}

@media only screen and (min-width: 768px) {

    .textinp {
        width: 50vw;
    }

}

@media only screen and (min-width: 992px) {

    .textinp {
        width: 40vw;
    }

}

@media only screen and (min-width: 1200px) {

    .textinp {
        width: 30vw;
    }

}