.panel {
    position: fixed;
    left: -15.625em; /*left or right and the width of your navigation panel*/
    width: 15.625em; /*should match the above value*/
    background: #f5f5f5;
    color: #333;
    direction: rtl;
    width: 550px;
    z-index: 999;

-webkit-box-shadow: inset -5px 5px 10px -10px rgba(0,0,0,0.75);
-moz-box-shadow: inset -5px 5px 10px -10px rgba(0,0,0,0.75);
box-shadow: inset -5px 5px 10px -10px rgba(0,0,0,0.75);
}
.search {
    position: fixed;
    left: -15.625em; /*left or right and the width of your navigation panel*/
    width: 15.625em; /*should match the above value*/
    background: #333;
    color: #fff;
    direction: rtl;
    z-index: 99999;
}
.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%;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: .8; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}
.title_slidemenu {
    color: #fff;
    width: 95%;
    margin: 0;
    border: 0;
    border-radius: 0;
    height: 35px;
    padding-top: 15px;
    font-size: 15px;
    font-weight: normal;
    background: #c00;
    padding-right: 5%;
    background-position: right bottom;
}
.closebutton {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    position: absolute;
    left: 10px;
    top: 15px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    font-family: tahoma;
}
.menu-link {
    float: right;
    margin-top: 14px;
    margin-right: 14px;
}

a.slidemenulink:link , a.slidemenulink:visited {
    display: block;
    color: #000;
    padding: 8px;
    padding-right: 12px;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 5px;
    background: #ddd;
}
a.slidemenulink:hover {
    background: #feb176;
}