﻿.docssearch-overlay-button {
    background-color: #E5EAEE;
    border-radius: 3px 0 0 3px;
    display: block;
}

    .docssearch-overlay-button img {
    }

#btnSearch {
    position: relative;
    left: 0px;
    top: 0px;
    width: 48px;
    height: 48px;
    background: #E5EAEE 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 5px #00000099;
    border-radius: 10px 0px 0px 10px;
    opacity: 1;
    margin-left: 15px;
}

    #btnSearch img {
        top: 9px;
        left: 20px;
        position: absolute;
        width: 21px;
        height: 28px;
        /*background: #0083CA 0% 0% no-repeat padding-box;*/
        opacity: 1;
    }

#btnClose {
    display: none;
    position: relative;
    z-index: 50;
    width: 56px;
    height: 48px;
    background: #E5EAEE 0% 0% no-repeat padding-box;
    box-shadow: -6px 0px 5px #00000099;
    border-radius: 10px 0px 0px 10px;
    opacity: 1;
}

    #btnClose img {
        top: 13px;
        left: 17px;
        position: absolute;
        width: 21px;
        height: 21px;
        background: #0083CA00 0% 0% no-repeat padding-box;
        border: 1px solid #70707000;
        opacity: 1;
    }

.search-overlay {
    display: block;
    width: 0px;
    height: 100vh;
    z-index: 50;

    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 5px #00000099;
    opacity: 1;
}
