@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, button, input, fieldset, legend, input, textarea, p, blockquote, th, td, article, aside, details, figcaption, figure, #footer, #header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
}
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, button, input, textarea, p, span, th, td, article, aside, nav, section, img, a, table, tbody, tr, label {
	outline: none;
	transition: all 0.30s ease-in-out;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
}
*{-webkit-user-select: auto; -moz-user-select: auto; -ms-user-select: auto; user-select: auto;}
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, span, th, tr, td {
	cursor: default;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	/*background: url(/Public/images/setimg/noise.white.png) !important;*/
	background: #eaedf2 !important;
	color: #444;
	background-color: #EEE;
	overflow-x: hidden;
	padding-top: 50px;
	padding-right: 0 !important;
}
/*页面滚动条*/
html::-webkit-scrollbar {
 width:6px;
 height:6px;
 background:#CCC;
}
html::-webkit-scrollbar-button {
 display:none;
}
html::-webkit-scrollbar-track-piece {
 display:none;
}
html::-webkit-scrollbar-thumb {
 background:#999;
}
html::-webkit-scrollbar-thumb:hover {
 background:#3399CC;
}
/*模态框滚动条*/
.modal-body::-webkit-scrollbar {
 width:3px;
 height:3px;
 border-radius:20px;
}
.modal-body::-webkit-scrollbar-button {
 display:none;
}
.modal-body::-webkit-scrollbar-track-piece {
 display:none;
}
.modal-body::-webkit-scrollbar-thumb {
 background:#CCC;
 border-radius:20px;
}
/*公共*/
a {
	color: #555;
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	color: #3399CC;
	text-decoration: none;
}
li {
	display: list-item;
	list-style: none;
	text-align: -webkit-match-parent;
}
button.close:hover span {
	-moz-transition: all 0.8s ease-in-out;
	-webkit-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.btn-default {
	border-color: #DDD;
	color: #666;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	border-color: #BBB;
	color: #444;
}
.btn-auto {
	background-color: #0099cb;
	border-color: #0099cb;
	color: #fff;
}
.btn-primary {
	background-color: #3399CC;
	border-color: #3399CC;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background-color: #3399CC;
	border-color: #3399CC;
	opacity: 0.85;
	filter: alpha(opacity=85);
}
.btn-danger {
	background-color: #FF5E52;
	border-color: #FF5E52;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
	background-color: #EF4639;
	border-color: #EF4639;
}
button.disabled {
	cursor: no-drop;
}
body, input, button, textarea, select {
	font-family: "Microsoft YaHei", "微软雅黑", "Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}
input[readonly]{background: #fff !important;}
textarea[readonly]{background: #fff !important;}
/*定义字体*/
@font-face {
	font-family: 'TaurusNormal';
	src: url('/Public/fonts/TaurusNormal.woff') format('woff'), url('/Public/fonts/TaurusNormal.ttf') format('truetype'), url('/Public/fonts/TaurusNormal.svg') format('svg');
}
/*禁止文字选中*/
/*.user-select {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}*/
/*鼠标选中内容样式*/
::selection {
	background: #444;
	color: #FFF;
}
::-moz-selection {
background:#444;
color:#FFF;
}
::-webkit-selection {
background:#444;
color:#FFF;
}
/*布局容器*/
.container-fluid {
	padding-right: 0;
	padding-left: 0;
	margin-right: 0;
	margin-left: 0;
}
/*栅格系统*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}
/*文本域滚动条*/
textarea::-webkit-scrollbar {
 width:3px;
 height:3px;
 border-radius:20px;
}
textarea::-webkit-scrollbar-button {
 display:none;
}
textarea::-webkit-scrollbar-track-piece {
 display:none;
}
textarea::-webkit-scrollbar-thumb {
 background:#999;
}
/*头部样式*/
.container-fluid>.navbar-header {
	margin: 0 !important;
}
.navbar-default {
	border-color: #f8f8f8;
}
.navbar>.container-fluid .navbar-brand {
	font-family: TaurusNormal;
	font-size: 21px;
	line-height: 26px;
	color: #777;
	margin-left: 0 !important;
}
.navbar>.container-fluid .navbar-brand:hover {
	color:#3399CC;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.dropdown-menu {
	min-width: 0px;
}
.container-fluid>.navbar-collapse {
	margin-right: 0px;
	margin-left: 0px;
}
.navbar-nav {
	margin: 0;
}
.row {
	margin-right: 0px;
	margin-left: 0px;
}
/*侧边导航样式*/
.sidebar {
	display: none;
}
.sidebar::-webkit-scrollbar {
 width:1px;
 height:1px;
 border-radius:20px;
}
.sidebar::-webkit-scrollbar-button {
 display:none;
}
.sidebar::-webkit-scrollbar-track-piece {
 display:none;
}
.sidebar::-webkit-scrollbar-thumb {
 background:#CCC;
 border-radius:20px;
}

@media (min-width: 768px) {
.sidebar {
	position: fixed;
	top: 50px;
	bottom: 0;
	left: 0;
	z-index: 1000;
	display: block;
	padding: 20px;
	overflow-x: hidden;
	overflow-y: auto;
	/*background-color: #f8f8f8;*/
	background-color: #283038;
	border-right: 1px solid #eee;
}
}
.nav-sidebar {
	margin-right: -21px;
	margin-bottom: 20px;
	margin-left: -20px;
}
.nav-sidebar li a:hover {
	padding-left: 30px;
}
.nav-sidebar > li > a {
	padding-right: 20px;
	padding-left: 20px;
}
.nav-sidebar > .active > a, .nav-sidebar > .active > a:hover, .nav-sidebar > .active > a:focus {
	color: #fff;
	/*background-color: #73B5F1;*/
	background-color: #22272d;
}
.nav .sub_list{background-color: #283038;}
/*内容主体样式*/
.main {
	/*padding:15px 8px;*/
	padding:3px 0px;
}

@media (max-width: 768px) {
.main {
	padding:5px 0px;
}
}
.main .page-header {
	font-size: 26px;
	margin-top: 0;
	border-bottom: 1px solid #DDD;
}
.placeholders {
	text-align: center;
}
.placeholders h4 {
	margin-bottom: 5px;
}
.placeholder {
	margin-bottom: 20px;
}
.placeholder img {
	display: inline-block;
	border-radius: 50%;
}
/*表格超出滚动条样式*/
.table-responsive{min-height: 300px;}
.table-responsive::-webkit-scrollbar {
 width:1px;
 height:5px;
 border-radius:20px;
}
.table-responsive::-webkit-scrollbar-button {
 display:none;
}
.table-responsive::-webkit-scrollbar-track-piece {
 display:none;
}
.table-responsive::-webkit-scrollbar-thumb {
 background:#CCC;
 border-radius:20px;
}
.table thead tr th {
	font-size: 15px;
	font-weight: 500;
}
.operation {
	display: inline-block;
	float: left;
	margin: 10px 0;
}
.pagenav {
	display: inline-block;
	float: right;
	margin: 10px 0;
}

@media (max-width: 820px) {
.message_footer {
	width: 100%;
}
.operation {
	display: none;
}
.pagenav {
}
}
.form-seting {
	width: auto;
}
/*工具提示*/
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #FFF;
	text-align: center;
	background-color: #3399CC;
	border-radius: 4px;/*opacity:.7;*/
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #3399CC;
}
.tooltip.top-left .tooltip-arrow {
	right: 5px;
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #3399CC;
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #3399CC;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #3399CC;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #3399CC;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #3399CC;
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #3399CC;
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #3399CC;
}
/*右键菜单*/
#rightClickMenu {
	display: none;
	position: fixed;
	z-index: 99999;
}
#rightClickMenu>ul>li {
	cursor: pointer;
}
#rightClickMenu>ul>li>span {
	width: 65px;
	display: inline-block;
}
#rightClickMenu>ul>li.rightClickMenuActive {
	color: #3399CC;
}
#rightClickMenu>ul>li.disabled {
	cursor: no-drop;
	color: #666;
}
/*将表单边框阴影设置为空*/
.form-control {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.form-control:focus {
	border: #CCC solid 1px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.input-control {
	display: block;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.input-control:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
textarea {
	resize: none;
}
.table td {
	cursor: pointer;
}
/*个人信息模态框*/
#seeUserInfo .modal-dialog {
	max-width: 450px;
}
.modal-title {
	color: #3399CC;
}
#seeUserInfo .modal-body tr td {
	vertical-align: inherit;
}
@media (min-width: 1200px){
th span.visible-lg {
    display: inline-block !important;
}
}
input[type=checkbox], input[type=radio] {
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0!important;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
}
/*summernote富文本编辑器样式*/
.note-editor.note-frame {
    border:none !important;
}
.note-editable{
	min-height:400px;
	max-height:500px;
}
.note-editable::-webkit-scrollbar {
 width:3px;
 height:3px;
 border-radius:20px;
}
.note-editable::-webkit-scrollbar-button {
 display:none;
}
.note-editable::-webkit-scrollbar-track-piece {
 display:none;
}
.note-editable::-webkit-scrollbar-thumb {
 background:#CCC;
 border-radius:20px;
}
/*ueditor富文本编辑器样式*/
.edui-editor-iframeholder{
	min-height:350px;
}
/*增加文章功能盒子*/
.add-article-box{
	background:#FFF;
	margin-bottom: 10px;
	/*-moz-box-shadow: 0px 1px 5px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,.1);
	box-shadow: 0px 1px 5px rgba(0,0,0,.1);*/
}
.add-article-box-title{
    font-size: 16px;
    padding: 8px 10px;
    margin: 0;
	border-bottom:#EEE solid 1px;
}
.add-article-box-content{
	padding:10px 15px;
}
.add-article-box-content input{
	margin-bottom:5px;
}
.add-article-box-footer{
	/*border-top:#EEE solid 1px;*/
	padding:0px 17px;
	/*background:#F8F8F8;*/
	height:45px;
	clear: both;
}
.add-article-box-footer button{
	/*float:right;*/
	float: left;
	width: 49%;
}
/*增加文章栏目选择*/
.add-article-box-content .category-list{
}
.add-article-box-content label{
	font-weight:500;
	cursor:pointer;
}
.add-article-box-content input[type=radio]{
    vertical-align: sub;
}
.add-article-box-content .category-list label em{
	font-size:12px;
}
.add-article-box-content .category-list label:hover{
	color:#3399CC;
}
.add-article-box-content .category-list label:hover span{
	color:#000;
}
.form-group label{
	font-weight:500;
}
#main .prompt-text{
	display:inline-block;
	color:#888;
	font-size:12px;
	margin: 2px;
}

/*新增css*/
/*.navbar-fixed-top{background: -moz-linear-gradient(bottom, #65A6E0 0%, #467EC8 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#65A6E0), color-stop(100%,#467EC8));background: -webkit-linear-gradient(bottom, #65A6E0 0%,#467EC8 100%);background: -o-linear-gradient(bottom, #65A6E0 0%,#467EC8 100%);background: -ms-linear-gradient(bottom, #65A6E0 0%,#467EC8 100%);background: linear-gradient(to bottom, #65A6E0 0%,#467EC8 100%); border-bottom: 1px solid #467EC8;}*/
.navbar-fixed-top{background: #0099cb; border-bottom: 1px solid #467EC8;}
.navbar-fixed-top .navbar-nav .ico_top_select{margin: 0px; color: #ffffff !important;}
.navbar-fixed-top .navbar-nav .ico_top_select:hover{color: #ffffff;}
.navbar-fixed-top .navbar-nav>li>a:hover{color: #ffffff;}
.navbar-fixed-top a{color: #ffffff !important;}
.navbar-fixed-top .navbar-nav span{margin-right: 5px;}
.navbar-fixed-top .dropdown .dropdown-toggle{padding-right: 30px;padding-left: 10px; max-width: 150px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; position: relative;}
.navbar-fixed-top .dropdown .dropdown-toggle span{position: absolute; right: 10px; top: 23px;}
.navbar-nav>.open>a{background-color: rgba(255,255,255,0) !important;}
.dropdown-menu-left>li>a:hover{background: #ffffff; color: #0ae !important;}
.dropdown-menu-left>li>a{background: #ffffff; color: #000 !important;}
.table-responsive table th{border-top: 1px solid #cecece !important;}
.table-striped>tbody>tr:nth-of-type(odd){background: #f9fafc !important;}
.table-responsive table tr td{border-top: none !important;}
/*.main {padding: 7px 8px; padding-left: 205px;}*/
.edit span{color: #00aaee !important;}
.danger span{color: red;}
.breadcrumb{background: #fff; border-radius: 0; margin-bottom: 10px;}
.success span{color: #2ecc40;}
.notice span{color: #f39c12;}
.add-article-form-footer{text-align: center;}
.mytooltip.mytooltip_right:after,.mytooltip.mytooltip_right:before {border-top-color: transparent; border-bottom-color: transparent; border-left: 0; left: -7px; margin-top: -7px; top: 16px;}
.mytooltip.mytooltip_bottom:after,.mytooltip.mytooltip_bottom:before {border-left-color: transparent; border-right-color: transparent; border-top: 0; left: 7px; margin-top: 7px; top: -13px;}
.mytooltip:after,.mytooltip:before {content: " "; height: 0; position: absolute; width: 0;border: 7px solid #25272F;}
.mytooltip {font: 14px/1.125 '微软雅黑'; box-sizing: border-box; padding: 10px; border-radius: 3px; line-height: 15px; position: absolute; color: #FFF; background: #25272F; max-width: 300px;}
.mytooltip_danger{ background: #ff4136;}
.mytooltip_danger:after,.mytooltip_danger:before {border: 7px solid #ff4136;}
.mytooltip_success{ background: #2ecc40;}
.mytooltip_success:after,.mytooltip_success:before {border: 7px solid #2ecc40;}
.mytooltip_notice{ background: #f39c12;}
.mytooltip_notice:after,.mytooltip_notice:before {border: 7px solid #f39c12;}
.form-group .glyphicon{ margin-right: 5px;}
.add-article-box .glyphicon{ margin-right: 5px;}
.glyphicon_danger{color: #ff4136;}
.glyphicon_success{color: #2ecc40;}
.glyphicon_normal{color: #00aaee;}
.form_control_nowarp{display: inline-block;}
.form_group_none{margin-bottom: 0; text-align: center;}
.form_group_search{margin-bottom: 0;}
.box-content-label{display: block;}
.box-content-label>input{margin-top: 1px;}
.table{background: #ffffff;}
/*.table>thead>tr>th{background: -moz-linear-gradient(bottom, #f9f9f9 0%, #DBE3EF 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#DBE3EF));background: -webkit-linear-gradient(bottom, #f9f9f9 0%,#DBE3EF 100%);background: -o-linear-gradient(bottom, #f9f9f9 0%,#DBE3EF 100%);background: -ms-linear-gradient(bottom, #f9f9f9 0%,#DBE3EF 100%);background: linear-gradient(to bottom, #f9f9f9 0%,#DBE3EF 100%);}*/
.table>thead>tr>th{background: #fff; border-bottom: 1px solid #eee; border-top: none !important; font-weight: 900;}
.popedomSet{margin: 10px auto; width: 600px; min-height: 300px;/*height: 300px; overflow: auto;*/}
.popedomSet ul{display: none;}
.popedomSet>ul{display: block;}
.popedomSet label{cursor: pointer;}
.popedomSet span{float: right; margin-right: 5px;}
.popedomSet .glyphicon-resize-small{color: #0ae;}
.popedomSet .glyphicon-resize-full{color: green;}
.form-control{display: inline-block; border: 1px solid #eee;}
.prompt-text{display: block; width: 100%;}
.box-content-follow{margin-right: 10px;}
.box-content-follow>input{margin-top: 4px;}
.add-article-box-content .thumbnail-box .thumbnail{width: 150; display: inline-block; padding: 0; margin-bottom: 0px; position: relative;}
.add-article-box-content .thumbnail-box h4{margin-bottom: 7px; text-align: center; width: 100%; display: block;}
.add-article-box-content .thumbnail-box .thumbnail img{width: 150px; height: 150px; border-radius: 5px;}
.add-article-box-content .thumbnail-box .thumbnail .thumbnail-clear{background: rgba(0,0,0,0.5); position: absolute; display: none; width: 100%; height: 100%; border-radius: 5px; }
.add-article-box-content .thumbnail-box .thumbnail .thumbnail-clear img{width: 20px; height: 20px; position: absolute; right: 5px; top: 5px;}
.add-article-box-content .thumbnail-box {float: left; padding: 5px;}
.hide-file{position: absolute; width: 100%; height: 100%; left: 0; top: 0; filter: alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity: 0;}
.add-article-box .add-article-box-title{border-bottom: none;}
.add-article-box .add-article-box-content{padding: 0px 15px 10px 15px;}
.add-article-box .add-article-box-content .form-control{border-radius: 0px; border: 1px solid #eeeeee;}
.add-article-box .add-article-box-content .prompt-text{margin-top: 4px !important;}
.add-article-box-title .glyphicon_danger{display: inline-block; line-height: 25px; float: left; margin-left: 5px; min-width: 1px; height: 25px;}
.form-group .glyphicon_danger{line-height: 35px;}
/*处理单选复选框*/
.label-radio input[type="radio"]{display: none;}
.label-radio span{width: 17px; font-size: 17px; color: #ccc; height: 17px; display: inline-block; float: left; margin-right: 3px; cursor: pointer; -webkit-appearance: none; background-color: #fafafa; border: 1px solid #cacece; box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05); padding: 7px; border-radius: 50px; position: relative; margin-top: 1px;}
input[type="radio"]:checked + span:after{content: ' '; width: 11.5px; height: 11.5px; border-radius: 50px; position: absolute; top: 1.5px; background: #468ECC; box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3); text-shadow: 0px; left: 1.7px;}
.label-checkbox input[type="checkbox"]{display: none;}
.label-checkbox span{width: 17px; height: 17px; background-color: #fafafa; border: 1px solid #cacece; box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05); display: inline-block; float: left; margin-right: 3px; margin-top: 1px; cursor: pointer; position: relative; border-radius: 2px;}
input[type="checkbox"]:checked + span:after{content: '\f00c'; font-weight: 100; font-size: 14px; position: absolute; top: -1px; left: -1px; color: #fff; background: #468ECC; width: 17px; text-align: center; height: 17px; line-height: 18px; font-family: 'FontAwesome'; border-radius: 2px;}
.add-article-box hr{width: 90%; margin: 0 auto; margin-bottom: 5px;}
.page-header{height: 38px; line-height: 38px; font-size: 14px !important; padding-left: 10px; background: #fff; margin-bottom: 10px;}
.clear{clear: both;}
#main .col-md-3{padding-left: 0px;}
.main_list{padding: 0 10px;}
.form-group input{max-width: 90%;}
.form-group select{max-width: 90%;}
.form-group textarea{max-width: 90%;}
.form-group .glyphicon_danger{margin-left: 10px;}
.form-group-footer button{width: 150px;}
.btn span{transition: all 0s ease-in-out;-webkit-transition: all 0s ease-in-out;-moz-transition: all 0s ease-in-out;-o-transition: all 0s ease-in-out;-ms-transition: all 0s ease-in-out;}
.form-group div .label-checkbox{padding-top: 7px;}
.form-group div .label-radio{padding-top: 7px;}
/*switch 开关*/
input[type=checkbox].vns{opacity:0;position:absolute;z-index:12;width:18px;height:18px;cursor:pointer}
input[type=checkbox].vns:checked,input[type=checkbox].vns:focus{outline:none!important}
input[type=checkbox].vns+.lbl{position:relative;z-index:11;display:inline-block;margin:0;line-height:20px;min-height:18px;min-width:18px;font-weight:normal}
input[type=checkbox].vns:disabled+.lbl::before,input[type=checkbox].vns[disabled]+.lbl::before,input[type=checkbox].vns.disabled+.lbl::before{background-color:#DDD!important;border-color:#CCC!important;box-shadow:none!important;color:#BBB}
input[type=checkbox].vns.vns-switch+.lbl::before{font-family:Arial,Helvetica,sans-serif;content:"开\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0关";color:#999;font-weight:bold;font-size:11px;line-height:24px;line-height:21px\9;height:26px;overflow:hidden;border-radius:12px;background-color:#f5f5f5;-webkit-box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.2);box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.2);border:1px solid #CCC;text-align:left;float:left;padding:0;width:52px;text-indent:-19px;text-indent:-21px\9;margin-right:0;-webkit-transition:text-indent .4s ease;transition:text-indent .4s ease}
input[type=checkbox].vns.vns-switch+.lbl::after{font-family:Arial,Helvetica,sans-serif;content:'';font-size:30px;font-weight:lighter;color:#d5d5d5;background-color:#FFF;text-shadow:-1px 0 0 rgba(0,0,0,0.15);text-align:center;border-radius:100%;width:22px;height:22px;line-height:22px;position:absolute;top:2px;left:2px;padding:0;-webkit-box-shadow:0 1px 1px 1px rgba(0,0,0,.3);box-shadow:0 1px 1px 1px rgba(0,0,0,.3);-webkit-transition:left .4s ease;transition:left .4s ease}
input[type=checkbox].vns.vns-switch:checked+.lbl::before{text-indent:9px;color:#FFF;background-color:#468fcc;border-color:#468fcc}
input[type=checkbox].vns.vns-switch:checked+.lbl::after{left:28px;background-color:#FFF;color:#468fcc}
input[type=checkbox].vns.vns-switch-en+.lbl::before{font-family:Arial,Helvetica,sans-serif;content:"ON\a0\a0\a0\a0\a0\a0\a0\a0\a0OFF";color:#999;font-weight:bold;font-size:11px;line-height:24px;line-height:21px\9;height:26px;overflow:hidden;border-radius:12px;background-color:#f5f5f5;-webkit-box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.2);box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.2);border:1px solid #CCC;text-align:left;float:left;padding:0;width:52px;text-indent:-19px;text-indent:-21px\9;margin-right:0;-webkit-transition:text-indent .4s ease;transition:text-indent .4s ease}
input[type=checkbox].vns.vns-switch-en+.lbl::after{font-family:Arial,Helvetica,sans-serif;content:'';font-size:30px;font-weight:lighter;color:#d5d5d5;background-color:#FFF;text-shadow:-1px 0 0 rgba(0,0,0,0.15);text-align:center;border-radius:100%;width:22px;height:22px;line-height:22px;position:absolute;top:2px;left:2px;padding:0;-webkit-box-shadow:0 1px 1px 1px rgba(0,0,0,.3);box-shadow:0 1px 1px 1px rgba(0,0,0,.3);-webkit-transition:left .4s ease;transition:left .4s ease}
input[type=checkbox].vns.vns-switch-en:checked+.lbl::before{text-indent:9px;color:#FFF;background-color:#468fcc;border-color:#468fcc}
input[type=checkbox].vns.vns-switch-en:checked+.lbl::after{left:28px;background-color:#FFF;color:#468fcc}
/*多步骤切换*/
#stepTab .active a{border: 0px; background: #007acc; color: #fff;}
#stepTab .active a:after{border-left: 20px solid #007acc;}
#stepTabContent{min-height: 300px; border-top: 0px;}
#stepTabContent .tab-pane{padding: 10px;}
#stepTab li a{border: 0px; background: #efefef; color: #5d5d5d; margin: 0 4px; border-radius: 0; position: relative; padding-left: 30px;}
#stepTab li a:after{position: absolute; right: -20px; top: 0; height: 0; width: 0; border-bottom: 20px inset transparent; border-left: 20px solid #efefef; border-top: 20px inset transparent; content: "";z-index: 2;transition: all 0.30s ease-in-out; -webkit-transition: all 0.30s ease-in-out; -moz-transition: all 0.30s ease-in-out; -o-transition: all 0.30s ease-in-out; -ms-transition: all 0.30s ease-in-out;}
#stepTab li a:before{position: absolute; left: 0; top: 0; height: 0; width: 0; border-bottom: 20px inset transparent; border-left: 20px solid #fff; border-top: 20px inset transparent; content: "";}
#stepTab li a:hover{background: #ccc; color: #1890cc;}
#stepTab li a:hover:after{border-left-color: #ccc;}
#stepTab .active a:hover{background: #007acc !important; color: #fff;}
#stepTab .active a:hover:after{border-left-color: #007acc;}
#stepTab li:first-child a{padding-left: 15px; border-radius: 3px 0px 0px 3px;}
#stepTab li:first-child a:before{border: 0;}
#stepTab li:last-child a{border-radius: 0px 3px 3px 0px;}
#stepTab li:last-child a:after{border: 0;}
#stepTab{border: 0; text-align: center; margin: 0 auto; display: table;}
/*顶部+左边样式*/
.active>.sub_list{display: block;}
.sub_list {display: none;}
.nav-sidebar li{overflow: hidden; white-space: nowrap;/* border-bottom: 1px solid #eee;*/}
.nav-sidebar li a{color: #fff; padding-left: 25px !important; position: relative;}
.nav-sidebar>li>a>span:last-child{position: absolute; right: 15px; top: 10px;}
.nav-sidebar li a:hover{color: #fff; background: #252A2F;}
.sub_list li{ height: 40px; white-space: nowrap; /*border-bottom: 1px dashed #ccc; */}
.sub_list .nav_shuxian{ margin-right: 11px; margin-left: 25px;/* border-right: 1px dashed #ccc;*/ }
.sub_list .glyphicon-play{border-right: none; margin-left: 16px; font-size: 12px;transform: scale(0.8);}
.sub_list .glyphicon-plays{border-right: none; margin-left: 28px; font-size: 12px;transform: scale(0.8);}
/*.sub_active{color: #fff; background: #22272d;}*/
.nav-sidebar{background: #283038 !important;}
.sub_active{color: #00c0ff !important;}
.right_jt {float: right; margin-right: 10px;}
.right_left_jt {margin-left: 15px; margin-right: 10px;}
.active>.list_header{color: #00c0ff !important; }
.ico_top_select{color: #39C !important; }
.user-tips{background: #243d5b !important;}
.user-tips h2{color: #fff;}
.navbar-header img{max-height: 50px;max-width: 100%;}
/*主题*/
.theme-img{width: 30px; height: 30px; margin: 10px 10px;}
.dropdown .alert{padding: 0; width: 30px; height: 30px; float: left; margin: 5px 10px; cursor: pointer; border: 1px solid #ccc;}
.alert_theme_1{background: #f08200;}
/*搜索*/
.form_group_search>input,.form_group_search>button,.form_group_search>select,.form_group_search>div,.form_group_search>a{margin-right: 5px;}
.form-group select{margin-right: 5px;}