.panel {
    position: fixed;
    left: -17.625em; /*left or right and the width of your navigation panel*/
    width: 17.625em; /*should match the above value*/
    background: #fff;
    color: #333;
    direction: rtl;
    width: 550px;
    z-index: 99999;
}
.search {
    position: fixed;
    left: -17.625em; /*left or right and the width of your navigation panel*/
    width: 17.625em; /*should match the above value*/
    background: #333;
    color: #fff;
    direction: rtl;
    z-index: 9999;
}
.wrap {
    position: relative;
}
.searchinput {
    color: #fff;
    width: 90%;
    margin: 0;
    border: 0;
    border-radius: 0;
    height: 31px;
    font-size: 13px;
    font-weight: normal;
    background: url("../../images/icons/44.png") no-repeat right center #ce4c4c;
    background-size: 16px 16px;
    padding-right: 10%;
}

.title_slidemenu {
    color: #fff;
    width: 95%;
    margin: 0;
    border: 0;
    border-radius: 0;
    height: 30px;
    line-height: 12px;
    padding-top: 15px;
    font-size: 15px;
    font-weight: normal;
    background: #02a9cb;
    background-size: 16px 16px;
    padding-right: 5%;
}
.closebutton {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    position: absolute;
    left: 10px;
    top: 11px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    font-family: tahoma;
}
.menu-link {
    float: right;
    margin-top: 14px;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
    direction: rtl;
    color: #333;
}
a.menu-link:link , a.menu-link:visited {
    color: #333;
}

a.slidemenulink:link , a.slidemenulink:visited {
    display: block;
    color: #111;
    padding: 8px;
    padding-right: 12px;
    margin-bottom: 5px;
    font-size: 15px;
    border-radius: 2px;
    transition: .3s;
}
a.slidemenulink:hover {
    background: #02a9cb;
    color: #fff;
    transition: .3s;
}
a.slidemenulink img {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-left: 15px;
    opacity: .75;
}