﻿#fast_search_holder {
    position: absolute;
    right: 0px;
    top: 10px;
    border-bottom-left-radius: 10px;
    height: 44px;
    width: 135px;
    margin-top: -10px;
    z-index: 2500;
}

.search-input-holder {
    margin: 20px 0px 3px -10px;
    display: flex;
    flex-direction: row;
    border: 2px solid #ABC038;
    border-radius: 5px;
    width: 130px;
}

    .search-input-holder #txtSearchNeedle {
        justify-content: space-between;
        background-image: url(../../images/IconSearch.png);
        background-position: 90px center;
        background-size: 20px 20px;
        background-repeat: no-repeat;
        width: 130px;
        color: #9E9EA0;
    }


        .search-input-holder #txtSearchNeedle:focus {
            box-shadow: none;
        }

        .search-input-holder .search-needle-input{
            background-color: transparent;
        }

    .search-input-holder #btn_help {
        background-repeat: no-repeat;
        background-image: url(../../images/Help.png);
        background-position: center center;
        background-size: contain;
    }


.fast-search-panel {
    display: flex;
    flex-direction: row;
}


.logout-holder {
    width: 100%;
}

@media (orientation:landscape) and (max-width: 900px) {
    #fast_search_holder {
        display: none !important;
    }
}