.browseAdvancedSearchRow .accordion-button {
    font-weight:bold;
    padding-left:0px;
    font-size:1.1rem;
    color:#1266f1;
}
#advancedSearchForm .row {
    margin-top:5px;
    margin-bottom:5px;
}
#advancedSearchForm input[type=text] {
    width:100%;
}
#advancedSearchForm select,
#advancedSearchForm .select2 {
    width:100%;
}
#advancedSearchForm input[type=number] {
    width:60px;
}
#advancedSearchForm input[type=checkbox] {
    width:15px;
    height:15px;
}
#advancedSearchForm select,
#advancedSearchForm input {
    height:35px;
}
#advancedSearchForm .fa-info {
    cursor:pointer;
}

#advancedSearchForm span.labelSpan {
    text-align:right;
    font-size:1rem;
    display:block;
}
#advancedSearchForm span.labelSuffix {
    font-size:0.8rem;
}

#headerSmallScreenSearchDiv {
    display:none;
}
/* header menu when navbar is collapsed */
@media (max-width: 992px) {
    #headerSmallScreenSearchDiv {
        display:block !important;
        width:calc(100vw - 60px);
        margin-left:70px;
        position:absolute;
    }
    #headerSmallScreenSearchDiv input[type=text] {
        width:100%;
        height:35px;
    }
    #headerSmallScreenSearchDiv input[type=submit] {
        width:80px;
        height:35px;
    }
}