/* The following styles are used only for this page - the actual plugin styles are in slidernav.css */
/* reset */
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
	margin: 0;
	padding: 0;
	font-family:Tahoma,Microsoft YaHei,Verdana,Arial,Helvetica,sans-serif;
}
header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
	display: block;
}
.media { float: left; margin:0;  padding: 10px 0; border-bottom: solid 1px #eee; }
.media-heading { padding: 0 30px 0 0 }
.media-left img { margin-left:10px;  width: 80px; height: 80px; }
.media-body p { margin: 0; font-size: 16px; color: #999 }
.media-body i { font-size: 12px }
.side_bar { font-weight: bold; position:absolute ; right: 0; top: 10px; }
.side_bar li { padding: 0 10px; font-size: 16px; list-style: none; }

.thumbnail2 { padding: 20px; }
.thumbnail2 img { max-width:60%; margin: 0 0 20px 0 }

.thumbnail_textc { text-align: center; }
.text-muted { font-size: 14px; }
.mab { margin-bottom: 10px; }
.ui-autocomplete { z-index: 2000 !important; }
.div_loading { text-align: center; padding: 10px 0; }
#ul_load_more_content a { color: #333 }
.slider-content ul li a.title { color: #fff !important; }
.slider-content ul li { list-style: none }

/* The following styles are used only for this page - the actual plugin styles are in slidernav.css */
* { margin: 0; padding: 0; }
body { font-family: Verdana, Arial; font-size: 12px; line-height: 18px; }
a { text-decoration: none; }

h2 { font-size: 28px; }
h3 { font-size: 22px; }
h4 { line-height: 24px; }
/* pre { background: #fff; width: 460px; padding: 10px 20px; border-left: 5px solid #ccc; margin: 0 0 20px; }
p { width: 500px; font-size: 18px; line-height: 24px; margin: 0 0 30px; } */

#panel{
	background: #fff;
	overflow: hidden;
	clear: both;
}

#panel .panel_header{
    background: #006DD9;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 44px;
    height: 44px;
    border: 0;
}

#panel .panel_header a{
	display: block;
	position: absolute;
	left: 10px;
	top: 0;
	color:#fff;
}

.toggle-button{
	font-size: 24px;
}
/* sideout js */
.slideout-menu {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
	width: 256px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	display: none;
	background: #2F2E30;
}

.menu-section-list{

}

.menu-section-list li{
	line-height: 26px;
	color:#fff;
	font-size: 12px;

}

.menu-section-list a{
	color: #fff;
	padding: 0 0 0 5px;
}

.menu-section-list li a i{
	line-height: 24px;
	padding: 0 8px 0 10px;
}

.menu-section-title{
	display: block;
	font-size: 14px;
	padding: 10px 0 5px 15px;
	font-weight: normal;
	color: #00C864;
}

.slideout-panel {
	position: relative;
	z-index: 1;
	will-change: transform;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
	overflow: hidden;
}

.slideout-open .slideout-menu {
	display: block;
}