.sidr{
display:none;
position:absolute;
position:fixed;
top:0;
height:100%;
z-index:999999;
width:260px;
overflow-x:none;
overflow-y:auto;
font-size:15px;
background:#076047;
color:#fff;
padding:3%;
text-align:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;	
}

.sidr a{
	color:#fff;
	text-decoration:none;
	}

.sidr .sidr-inner{
padding:0 0 15px
}


.sidr .sidr-inner>p{
margin-left:15px;
margin-right:15px
}


.sidr.right{
left:auto;
right:-260px;
}


.sidr.left{
left:-260px;
right:auto
}


.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6{
font-size:11px;
font-weight:normal;
padding:0 15px;
margin:0 0 5px;
color:#fff;
line-height:24px;
}


.sidr p{
font-size:13px;
margin:0 0 12px
}


.sidr p a{
color:#fff;
}


.sidr>p{
margin-left:15px;
margin-right:15px
}


.sidr dl{
display:block;
margin:0 0 15px;
}

.sidr dt,.sidr dd{
	background-size:12px;
	}


.sidr dl dt{
	display:block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;	
padding:5% 0;
border-top:1px solid #fff;	
	border-bottom:1px dotted #898989;
}


.sidr dl dd a{
	border-bottom:1px dotted #898989;
	padding:5% 2%;
	margin-left:30px;
	display:block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;		
}




	
.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select{
width:100%;
font-size:13px;
padding:5px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
margin:0 0 10px;
-webkit-border-radius:2px;
-moz-border-radius:2px;
-ms-border-radius:2px;
-o-border-radius:2px;
border-radius:2px;
border:none;
background:rgba(0,0,0,0.1);
color:rgba(51,51,51,0.6);
display:block;
clear:both
}


.sidr input[type=checkbox]{
width:auto;
display:inline;
clear:none
}


.sidr input[type=button],
.sidr input[type=submit]{
color:#f8f8f8;
background:#333
}


.sidr input[type=button]:hover,
.sidr input[type=submit]:hover{
background:rgba(51,51,51,0.9)
}



