#formularioBusqueda {
    padding-top: 20%;
    padding-left: 9%;
    padding-right: 9%;
}


#formulario {
    position: relative;
    border-radius: 20px;
    box-shadow: 0px 0px 0px rgba(4, 11, 116, 0.4), 0px 0px 20px rgba(4, 11, 116, 0.4);
}
#buscar-label {
    color: white;
}

#buscar-label {
    display: inline-block;
    width: 50%;
}

.k-i-search.fa-search {
    display: inline-block;
    float: right;
    margin-top: 6px;
    margin-right: 6px;
}

.k-floating-label-container {
    width: 95%;
}

.k-dropdown-wrap {
    background-color: transparent !important;
}

.k-button.k-primary.k-large {
    background-color: rgb(19,98,129);
    border-color: rgb(19,98,129);
    border-radius: 20px;
    width: 300%;
    padding-right: 100%;
    padding-left: 100%;
    position: relative;
    right: 100%;
}

.k-button.k-primary.k-large:hover {
    background-color: rgb(32, 128, 167);
    border-color: rgb(32, 128, 167);
}

#bannerText {
    overflow: hidden;
    height: 1.2em;
}
#divContentPrincipal {
    background-color: transparent;
    color: white;
}
#btnProveedores {
    color: white;
    background-color: rgb(19,98,129);
}
#btnClientes {
    color: gray;
    background-color: white;
}
#dropdownlist {
    background-color: transparent;
    color: white;
    border-radius: 20px;
    width: 90%;
}
#txtUbicacion {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 20px;
    color: white;
    width: 100%;
    height: 110%;
}
.fa fa-search {
    top: 10%;
    right: 5%;
}
#txtBuscar {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 20px;
    color: white;
    width: 100%;
    height: 110%;
}