@charset "UTF-8";
/* CSS Document */

.blocksearch-container
{
    overflow: hidden;
    margin-top: 7px;
    padding: 1px;
    height: 26px;
    border: 1px solid #cbc1b5;
}

.blocksearch-text
{
    float: left;
}

.blocksearch-submit
{
    float: right;
}

.search-text
{
    background-color: transparent;
    border: none;
    outline: none;
    font-size: inherit;
    padding: 4px;
    color: #ffffff;
}

.search-text:-webkit-autofill,
.search-text:-webkit-autofill:hover,
.search-text:-webkit-autofill:focus,
.search-text:-webkit-autofill:active  {
    background: transparent !important;
    background-color: transparent !important;
    color: #ffffff !important;
    -webkit-box-shadow:none !important;
    -webkit-text-fill-color: #ffffff !important;
}

.search-text:-internal-autofill-selected {
    background-color: transparent;
}

.search-text::-webkit-input-placeholder {
    color: #777777;
}

.search-submit
{
    background-color: transparent;
    border: none;
    outline: none;
    margin-top:2px;
    margin-right:2px;
    width: 22px;
    height: 22px;
    background-image: url("../images/magnifier.png");
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}