@charset "UTF-8";
@media (min-width:992px) {
    header .search [class*=col-md-2]:nth-child(1n+1) {
        width: 22.666667%
    }
    header .search [class*=col-md-2]:nth-child(2n+1) {
        width: 10.666667%
    }
}

header .search {
    border: 1px solid #dadada;
    padding: 10px 20px;
    background-color: #f5f5f5
}

header .search [class*=col-] {
    padding-left: 5px;
    padding-right: 5px
}

header .search input[type=text] {
    margin: 0;
    border: 1px solid #dedede;
    color: #777;
    background-color: #eee;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

header .search select {
    margin: 0;
    border: 1px solid #dedede;
    color: #777;
    background-color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

header .search select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #dedede
}

header .search select:hover {
    cursor: pointer
}

.cs-sel-pw {
    position: relative
}

header .search .cs-sel-pw:after {
    content: "";
    content: "▼";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 100%;
    padding: 6px 12px;
    pointer-events: none;
    background-color: #ccc;
    color: #828282
}

header .search .glyphicon.glyphicon-search {
    font-size: 11px;
    margin-right: 2px
}

header .search .btn-search .btn {
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

header .search .btn-search .btn:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

header .search .btn-search .btn:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.search-no-btn .iconpws-search {
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    line-height: 1
}