div[name="searchBlock"]{
    width: 100%;
}

div[name="searchBlockMainContent"]{
    display: inline-flex;
    width: inherit;
}

.navbar-expand-md{
    justify-content: left;
}

.navbar-expand-md li{
    margin-right: 40px;
}

button[name="additional"]{
    background-color: rgb(157,16,0);
    color: white;
}

button[name="additional"]:hover{
    background-color: #007bff;
    color: white;
}

.btn-info{
    background-color: rgb(180,198,231);
    color: black;
}

.btn-primary{
    background-color: rgb(9,28,121);
}

.btn-outline-info{
    color: rgb(9,28,121);
}

.btn-outline-info:hover{
    background-color: #007bff;
}

img[name="img_filters"]{
    height: 20px;
    width: 20px;
    margin-top: 8px;
    margin-left: 5px;
    cursor: pointer;
}

div[name="leftSideSearchBlockMainContent"]{
    margin-top: 8px;
    color: black;
    font-size: 14px;
}

label[name="categorySearchLabel"], label[name="vidSearchLabel"], label[name="zasnovSearchLabel"], label[name="galuzSearchLabel"], label[name="specialnistSearchLabel"], label[name="langSearchLabel"], label[name="typeSearchLabel"]{
    background-color: rgb(180,198,231);
    border-color: rgb(14,60,190);
    border-top: 0.5px solid;
    border-bottom: 0.5px solid;
    width: 100%;
    padding: 3px;
    cursor: pointer;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
}

div[name="searchInput"]{
    /*margin-left: 25%;*/
    width: 100%;
    display: inline-flex;
}

div[name="searchInput"] .btn{
    margin-left: 5px;
}

div[name="additionalSearch"]{
    /*display: none;*/
    /*background-color: #EBEBEB;*/
    /*margin-left: 25%;*/
    margin-top: 10px;
    /*width: 50%;*/
    flex-direction: column;
    font-size: 14px;
}
/*div[name="searchBlockElement"]:nth-child(even) {background: #bae3ff}*/
/*div[name="searchBlockElement"]:nth-child(odd) {background: #bae3ff}*/

div[name="searchBlockElement"]:nth-child(odd) {
    background: rgb(217,226,243);
    /*border-bottom: 0.5px solid;*/
}

div[name="searchBlockElement"]{
    /*margin-left: 25%;*/
    /*width: 50%;*/
    text-align: left;
    font-size: 15px;
    color: rgb(0, 0, 180);
    /*border-color: rgb(14,60,190);
    border: 0.5px solid;*/
    border-bottom: 0.5px solid;
    /*background-image: linear-gradient(-180deg, #EBEBEB 0%, #DCDDDF 48%, #C4C5C7 99%);*/
    /*margin-top: 8px;
    margin-bottom: 8px;*/
    padding-top: 8px;
    padding-bottom: 8px;
}

span[name="nameSearchMain"] a{
    color: rgb(0,0,0) !important;
    font-weight: bold;
}

span[name="nameSearchMain"] a :hover{
    color: rgb(146,49,49, 0.74) !important;
}

span[name="fontColorSearch"], span[name="fontColorSearch"] a{
    color: rgb(0,0,180, 0.74) !important;
}

span[name="fontColorSearch"] :hover, span[name="fontColorSearch"] a :hover{
    color: rgb(146,49,49, 0.74) !important;
}

div[name="searchBlockElement"] a{
    color: rgba(0, 0, 204, 0.568);
}

div[name="searchBlockElement"]:last-of-type{
    border-bottom: none;
}

/* div[name="searchBlockElement"] :hover{
    background-color: #7cc6ff;
} */

div[name="categorySearchItems"], div[name="vidSearchItems"], input[name="zasnovSearch"], div[name="galuzSearchSelect"], div[name="specialnistSearchSelect"], select[name="langSearch"], div[name="typeSearchItems"]{
    display: none;
    margin-bottom: 8px;
}

/*div[name="galuzSearchSelect"], div[name="specialnistSearchSelect"]{
    color: #495057;
}*/

div[name="specialnistSearchSelect"] ul.multiselect-container li a{
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
    line-height: 1.5;
    color: #495057;
    font-size: 14px;
}

div[name="additionalSearch"] .row {
    margin-left:0;
    margin-right:0;
}

div[name="periodSvidSearch"] label, div[name="periodSvidSearch"] div.col-6{
    padding: 0;
}

div[name="periodRealSearch"] label, div[name="periodRealSearch"] div.col-6{
    padding: 0;
}

div[name="DOISearch"]{
    padding-left: 0;
}

span.multiselect-selected-text{
    font-size: 14px;
}