.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: #efefef;
    color: #333;
    direction: rtl;
    width: 550px;
    z-index: 9999999999;
	    -webkit-box-shadow: 11px 6px 5px -11px rgba(0,0,0,0.29);
		-moz-box-shadow: 11px 6px 5px -11px rgba(0,0,0,0.29);
		box-shadow: 11px 6px 5px -11px rgba(0,0,0,0.29);
}
.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: 9999999999;
	    -webkit-box-shadow: 11px 6px 5px -11px rgba(0,0,0,0.29);
		-moz-box-shadow: 11px 6px 5px -11px rgba(0,0,0,0.29);
		box-shadow: 11px 6px 5px -11px rgba(0,0,0,0.29);
}
.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: 32px;
    padding-top: 8px;
    font-size: 13px;
    font-weight: normal;
    background:#ce4c4c;
    background-size: 16px 16px;
    padding-right: 5%;
}
.closebutton {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    left: 10px;
    top: 7px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    font-family: tahoma;
}