* {
	outline:none !important;
	-moz-outline: none !important;
}
html, body{/*height:100%*/}
/* Main */

/*Bootstrap-overlay*/

body {
	overflow-x: hidden;
	/*margin-top: -10px;*/ font-family: 'Open Sans', sans-serif; font-size:12px; color:#666;
}
a{color:#666;}
a:hover, a:focus {
	text-decoration: none; color:#01538d;/*#28b779;*/
}
.dropdown-menu .divider{ margin:4px 0px;}
.dropdown-menu{ min-width:180px;}
.dropdown-menu > li > a{ padding:3px 10px; color:#666; font-size:14px;}
.dropdown-menu > li > a i{ padding-right:3px;}
.userphoto img{ width:19px; height:19px;}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, .label, .dropdown-menu, .btn, .well, .progress, .table-bordered, .btn-group > .btn:first-child, .btn-group > .btn:last-child, .btn-group > .btn:last-child, .btn-group > .dropdown-toggle, .alert{ border-radius:0px;}
.btn, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{ box-shadow:none;}
.progress, .progress-success .bar, .progress .bar-success, .progress-warning .bar, .progress .bar-warning, .progress-danger .bar, .progress .bar-danger, .progress-info .bar, .progress .bar-info, .btn, .btn-primary{background-image:none;}
.accordion-heading h5{ width:70%; }
.form-horizontal .form-actions{ padding-left:20px; }
/*#footer{ padding:10px; text-align:center;}*/
hr{ border-top-color:#dadada;}
.carousel{ margin-bottom:0px;}
.fl { float:left}
.fr {float:right}

.cf{zoom: 1;}
.cf:after{clear: both; height: 0; content: ''; visibility: hidden; display: block;}

.label-important, .badge-important{ background:#f74d4d;}

/*Metro Background color class*/
.bg_lb{ background:#27a9e3;}
.bg_db{ background:#2295c9;}
.bg_lg{ background:#28b779;}
.bg_dg{ background:#b40bc8;}
.bg_ly{ background:#ffb848;}
.bg_dy{ background:#da9628;}
.bg_ls{ background:#2255a4;}
.bg_lo{ background:#da542e;}
.bg_lr{ background:#f74d4d;}
.bg_lv{ background:#603bbc;}
.bg_lh{ background:#b6b3b3;}
.bg_la{ background:#ffc600;}
.bg_lc{ background:#23b510;}
.bg_ld{ background:#ff0084;}
.bg_le{ background:#00cccc;}
.bg_lf{ background:#cc0066;}

/*--全局字体颜色定义--*/
.fc_red{color: #f74d4d!important;}
.fc_green{color: #009944!important;}
.fc_gray{color: #666!important;}
.fc_disabled{color: #ccc!important;}

#navigation,
#student-navigation{position: relative; /* z-index: 9999; */}

/* Header */
/*#header {
	height: 77px;
	z-index: -9;
	margin-top:10px;
}
#header h1 {
	background: url("../img/logo.png") no-repeat scroll 0 0 transparent;
	height: 31px;
	left: 20px;
	line-height: 600px;
	overflow: hidden;
	position: fixed;
	top: 20px;
	width: 191px;
}
#header h1 a {
	display: block;
}
.header-top{height:77px; width:100%; background:#1f262d; position:fixed;}*/
/* Search input */
#search {
	position: fixed;
	z-index: 25;
	top: 6px;
	right:10px;
}
#search input[type=text] {
	padding: 4px 10px 5px;
	border: 0;
	width: 100px;
}
#search button {
	border: 0;
	margin-left:-3px; 
	margin-top: -11px;
	padding: 5px 10px 4px;
}
#search button i {
	opacity: 0.8; color:#fff;
}
#search button:hover i, #search button:active i {
	opacity: 1;
}


/* Top user navigation */


/*#user-nav {
	position:fixed;
	width:100%;
	left: 220px;
	top:0px;
	z-index: 20;
	margin: 0px;
	background:#1f262d;
}
#user-nav > ul {
	margin: 0;
	padding: 0;
	list-style: none; border-right: 1px solid #2e363f;border-left: 1px solid #000;
}
#user-nav > ul > li {
	float: left;
	list-style-type: none;
	margin: 0;
	position: relative;
	padding: 0; border-left: 1px solid #2e363f; border-right: 1px solid #000;
}
#user-nav > ul > li > a {
	padding:9px 10px;
	display: block;
	font-size: 16px;
}
#user-nav > ul > li > a:hover, #user-nav > ul > li.open > a {
	color: #ffffff;  background:#000;
}
#user-nav > ul > li > a > i, #sidebar li a i {
	opacity: .5; 
	margin-top: 2px;
}
#user-nav > ul > li > a:hover > i, #user-nav > ul > li.open > a > i {
	opacity: 1;
}
#user-nav > ul > li > a > .label {
	vertical-align: middle;
	padding: 1px 4px 1px;
	margin: -2px 4px 0;
	display: inline-block;
}
#user-nav > ul ul > li > a {
	text-align: left;
}
#user-nav > ul ul > li > a:hover {
}*/
/* Sidebar Navigation */
#sidebar {
	/*display: block;
	float: left;
	position: relative;
	width: 220px;
	z-index: 16;*/
	height: 0;
	position: relative;
	
}
#sidebar ul,
#sidebar li{list-style: none;}
#sidebar > ul {
	position: absolute;
	top: 0px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 245px;
	background-color: #01538d;	
}
#sidebar > ul > li {
	display: block;
	position: relative;
}
#sidebar > ul > li > a {
	padding: 11px 0 11px 15px;
	display: block;
	color: #a3d9ff;
	
}
#sidebar > ul > li > a > i {
	margin-top: 0;
	margin-right: 10px;
	font-size: 20px;
}
#sidebar > ul > li > a > span {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
}
/*#sidebar > ul > li.active > a {
	background: url("../img/menu-active.png") no-repeat scroll right center transparent !important;
	text-decoration:none;
}*/
#sidebar > ul > li > a > .label {
	margin: 0 20px 0 0;
	float: right;
	padding: 3px 5px 2px;
}
#sidebar > ul li ul {
	display: none;
	margin: 0;
	padding: 0;
}
#sidebar > ul li.open ul {
	display: block;
}
#sidebar > ul li ul li a {
	padding: 12px 0 12px 35px;
	display: block;
}
#sidebar > ul li ul li:first-child a {
	border-top: 0;
}
#sidebar > ul li ul li:last-child a {
	border-bottom: 0;
}
#sidebar > ul > .menu_button{border-top: 1px solid #2473ac; padding-top: 60px;}
#sidebar > ul > .menu_button div{height: 35px; background: url(../../common/images/menu_bottom.png) no-repeat 0 0 #f2f2f2;}
/* Content */
#content {
	/*width: 1000px;*/
	min-height: 750px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	margin-left: 245px;
	background-color: #f2f2f2;
}
#content-header {
	/*position: abslute;
	width: 100%;
	margin-top: -39px;
	z-index: 20;*/
	padding-top: 30px;
}
#content-header h1 {
	color: #555555;
	font-size: 22px;/* 28px; */
	font-weight: normal;
	float: none;
	text-shadow: 0 1px 0 #ffffff;
	margin-left: 20px;
	position: relative;
}
#content-header .btn-group {
	float: right;
	right: 20px;
	position: absolute;
}
#content-header h1, #content-header .btn-group {
	margin-top: 20px;
}
#content-header .btn-group .btn {
	padding: 11px 14px 9px;
}
#content-header .btn-group .btn .label {
	position: absolute;
	top: -7px;
}
.container-fluid .row-fluid:first-child {
	margin-top: 20px;
}
/* Breadcrumb */
#breadcrumb {
	display: none;
	background-color: #fff;
	border-bottom: 1px solid #e3ebed;
	/*position:fixed;*/
	width:100%;
	z-index:2;
	margin-top:0px;
	
}
#breadcrumb a {
	padding: 10px 20px 8px 10px;
	display: inline-block;
	background-image: url('../img/breadcrumb.png');
	background-position: center right;
	background-repeat: no-repeat;
	font-size: 11px;
	color: #666666;
	
}

/*--重写新的标题样式--*/
#content-header h1{
	font-size: 24px; font-weight: normal; color: #333; line-height: 24px; border-left: 4px solid #01538d; padding: 0 0 0 12px; margin: 0 20px 0px 20px;
}


#breadcrumb a:hover {
	color: #333333;
}
#breadcrumb a:last-child {
	background-image:none;
}
#breadcrumb a.current {
	font-weight: bold;
	color: #444444;
	background-image: none;
}
#breadcrumb a i {
	margin-right: 5px;
	opacity: .6;
}
#breadcrumb a:hover i {
	margin-right: 5px;
	opacity: .8;
}
/*todo-list*/
.todo ul {
    list-style: none outside none;
    margin: 0;
}
.todo li {
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 0;
    padding: 10px 0;
}
.todo li:hover {
    background: none repeat scroll 0 0 #FCFCFC;
    border-color: #D9D9D9;
}
.todo li:last-child{ border-bottom:0px;}
.todo li .txt {
    float: left;
}
.todo li .by {
    margin-left: 10px;
    margin-right: 10px;
}
.todo li .date {
    margin-right: 10px;
}

/* Stat boxes and quick actions */
.quick-actions_homepage {
	width:100%;
	text-align:center; position:relative;
	float:left;
	margin-top:10px;
}
.stat-boxes, .quick-actions, .quick-actions-horizontal, .stats-plain {
	display: block;
	list-style: none outside none;
	margin: 15px 0;
	text-align: center;
}
.stat-boxes2 {
	display: inline-block;
	list-style: none outside none;
	margin:0px; 
	text-align: center;
}
.stat-boxes2 li {
	display: inline-block;
	line-height: 18px;
	margin: 0 10px 10px;
	padding: 0 10px; background:#fff; border: 1px solid #DCDCDC
}
.stat-boxes2 li:hover{ background: #f6f6f6; }
.stat-boxes2 .left, .stat-boxes .right {
	text-shadow: 0 1px 0 #fff;
	float: left;
}
.stat-boxes2 .left {
	border-right: 1px solid #DCDCDC;
	box-shadow: 1px 0 0 0 #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	margin-right: 10px;
	padding: 10px 14px 6px 4px;
}
.stat-boxes2 .right {
	color: #666666;
	font-size: 12px;
	padding: 9px 10px 7px 0;
	text-align: center;
	min-width: 70px; float:left
}
.stat-boxes2 .left span, .stat-boxes2 .right strong {
	display: block;
}
.stat-boxes2 .right strong {
	font-size: 26px;
	margin-bottom: 3px;
	margin-top: 6px;
}
.quick-actions_homepage .quick-actions li{ position:relative;}
.quick-actions_homepage .quick-actions li .label{ position:absolute; padding:5px; top:-10px; right:-5px;}
.stats-plain {
	width: 100%;
}
.stat-boxes li, .quick-actions li, .quick-actions-horizontal li {
	float: left;
	line-height: 18px;
	margin: 0 10px 10px 0px;
	padding: 0 10px;
}
.stat-boxes li a:hover, .quick-actions li a:hover, .quick-actions-horizontal li a:hover, .stat-boxes li:hover, .quick-actions li:hover, .quick-actions-horizontal li:hover {
	background: #2E363F;
}
.quick-actions li {
	min-width:15.6%;
	min-height:70px;
}
.quick-actions_homepage .quick-actions .span3{ width:30%;}
.quick-actions li, .quick-actions-horizontal li {
	padding: 0;
}
.stats-plain li {
	padding: 0 30px;
	display: inline-block;
	margin: 0 10px 20px;
}
.quick-actions li a {
	padding:10px 30px; 
}
.stats-plain li h4 {
	font-size: 40px;
	margin-bottom: 15px;
}
.stats-plain li span {
	font-size: 14px;
	color: #fff;
}
.quick-actions-horizontal li a span {
	padding: 10px 12px 10px 10px;
	display: inline-block;
}
.quick-actions li a, .quick-actions-horizontal li a {
	display: block;
	color: #fff; font-size:14px;
	font-weight:lighter;
}
.quick-actions li a i[class^="icon-"], .quick-actions li a i[class*=" icon-"] {
	font-size:30px;
	display: block;	
	margin: 0 auto 5px;
}
.quick-actions-horizontal li a i[class^="icon-"], .quick-actions-horizontal li a i[class*=" icon-"] {
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
	background-color: transparent;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: -2px 0 0 !important;
	border-right: 1px solid #dddddd;
	margin-right: 10px;
	padding: 10px;
	vertical-align: middle;
}

.quick-actions li:active, .quick-actions-horizontal li:active {
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#EEEEEE), to(#F4F4F4));
	background-image: -webkit-linear-gradient(top, #EEEEEE 0%, #F4F4F4 100%);
	background-image: -moz-linear-gradient(top, #EEEEEE 0%, #F4F4F4 100%);
	background-image: -ms-linear-gradient(top, #EEEEEE 0%, #F4F4F4 100%);
	background-image: -o-linear-gradient(top, #EEEEEE 0%, #F4F4F4 100%);
	background-image: linear-gradient(top, #EEEEEE 0%, #F4F4F4 100%);
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2) inset, 0 1px 0 rgba(255,255,255,0.4);
}
.stat-boxes .left, .stat-boxes .right {
	text-shadow: 0 1px 0 #fff;
	float: left;
}
.stat-boxes .left {
	border-right: 1px solid #DCDCDC;
	box-shadow: 1px 0 0 0 #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	margin-right: 10px;
	padding: 10px 14px 6px 4px;
}
.stat-boxes .right {
	color: #666666;
	font-size: 12px;
	padding: 9px 10px 7px 0;
	text-align: center;
	min-width: 70px;
}
.stat-boxes .left span, .stat-boxes .right strong {
	display: block;
}
.stat-boxes .right strong {
	font-size: 26px;
	margin-bottom: 3px;
	margin-top: 6px;
}
.stat-boxes .peity_bar_good, .stat-boxes .peity_line_good, {
 color: #459D1C;
}
.stat-boxes .peity_bar_neutral, .stat-boxes .peity_line_neutral {
	color: #757575;
}
.stat-boxes .peity_bar_bad, .stat-boxes .peity_line_bad {
	color: #BA1E20;
}
.stats-plain {
}

.site-stats {
	margin: 0;
	padding: 0; text-align:center;
	list-style: none;
}
.site-stats li {
	cursor: pointer; display:inline-block;
	margin: 0 5px 10px; text-align:center; width:42%;
	padding:10px 0; color:#fff;
	position: relative;
}
.site-stats li i{ font-size:24px; clear:both}
.site-stats li:hover { background:#2E363F;
}

.site-stats li i {
	vertical-align: baseline;
}
.site-stats li strong {
	font-weight: bold;
	font-size: 20px; width:100%; float:left;
	margin-left:0px;
}
.site-stats li small {
	margin-left:0px;
	font-size: 11px;
	width:100%; float:left;
}
/* Charts & graphs **/
.chart, .pie, .bars, #donut, #interactive, #placeholder, #placeholder2 {
	height: 300px;
	max-width: 100%;
}
#choices{ border-top:1px solid #dcdcdc; margin:10px 0; padding:10px;}
#choices br{ display:none;}
#choices input{ margin:-5px 5px 0 0;}
#choices label{ display:inline-block; padding-right:20px; }
#tooltip {
	position: absolute;
	display:none;
	border: none;
	padding: 3px 8px;
	border-radius: 3px;
	font-size: 10px;
	background-color: #222222;
	color: #ffffff;
	z-index: 25;
}
/* Widgets */
.widget-box {
	background: none repeat scroll 0 0 #FFFFFF;/* F9F9F9; */
	border-left: 1px solid #CDCDCD;
	border-top: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
	clear: both;
	margin-top: 16px;
	margin-bottom: 16px;
	position: relative;
}
.widget-box.widget-calendar, .widget-box.widget-chat {
	overflow:hidden !important;
}
.accordion .widget-box {
	margin-top: -2px;
	margin-bottom: 0;
	border-radius: 0;
}
.widget-box.widget-plain {
	background: transparent;
	border: none;
	margin-top: 0;
	margin-bottom: 0;
}
.widget-title, .modal-header, .table th, div.dataTables_wrapper .ui-widget-header {
	background: #efefef;
	border-bottom: 1px solid #CDCDCD;
	height: 36px;
}
.widget-title{
	background-color: #fff;
}
.modal-header{
	background-color: transparent;
}
.modal-footer{background-color: transparent;}
.modal-footer .btn{border-radius: 3px;}
.widget-title .nav-tabs {
	border-bottom: 0 none; 
}
.widget-title .nav-tabs li a {
	border-bottom: medium none !important;
	border-left: 1px solid #DDDDDD;
		border-radius: 0 0 0 0;
	border-right: 1px solid #DDDDDD;
	border-top: medium none;
	color: #999999;
	margin: 0;
	outline: medium none;
	padding: 9px 10px 8px;
	font-weight: bold; 
	text-shadow: 0 1px 0 #FFFFFF;
}
.widget-title .nav-tabs li:first-child a {
	border-left: medium none !important;
}
.widget-title .nav-tabs li a:hover {
	background-color: transparent !important;
	border-color: #D6D6D6;
	border-width: 0 1px;
	color: #2b2b2b;
}
.widget-title .nav-tabs li.active a {
	background-color: #F9F9F9 !important;
	color: #444444;
}
.widget-title span.icon {
	padding: 9px 10px 7px 11px;
	float: left; border-right:1px solid #dadada;
}
.widget-title h5 {
	color: #666;
	float: left;
	font-size: 14px;
	font-weight: bold;
	    padding: 12px 12px 12px 12px;
	line-height: 12px;
	margin: 0;
}
.widget-title .buttons {
	float: right;
	margin: 8px 10px 0 0;
}
.widget-title .label {
	padding: 3px 5px 2px;
	float: right;
	margin: 9px 11px 0 0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3) inset, 0 1px 0 #ffffff;
}
.widget-calendar .widget-title .label {
	margin-right: 190px;
}
.widget-content {
	padding:15px;
	border-bottom: 1px solid #cdcdcd;
}
.widget-box.widget-plain .widget-content {
	padding: 12px 0 0;
}
.widget-box.collapsible .collapse.in .widget-content {
	border-bottom: 1px solid #CDCDCD;
}
.recent-posts, .recent-comments, .recent-users {
	margin: 0;
	padding: 0;
}
.recent-posts li, .recent-comments li, .article-post li, .recent-users li {
	border-bottom: 1px dotted #AEBDC8;
	list-style: none outside none;
	padding: 10px;
}
.recent-posts li.viewall, .recent-comments li.viewall, .recent-users li.viewall {
	padding: 0;
}
.recent-posts li.viewall a, .recent-comments li.viewall a, .recent-users li.viewall a {
	padding: 5px;
	text-align: center;
	display: block;
	color: #888888;
}
.recent-posts li.viewall a:hover, .recent-comments li.viewall a:hover, .recent-users li.viewall a:hover {
	background-color: #eeeeee;
}
.recent-posts li:last-child, .recent-comments li:last-child, .recent-users li:last-child {
	border-bottom: none !important;
}
.user-thumb {
	background: none repeat scroll 0 0 #FFFFFF;
	float: left;
	height: 40px;
	margin-right: 10px;
	margin-top: 5px;
	padding: 2px;
	width: 40px;
}
.user-info {
	color: #666666;
	font-size: 11px;
}

.invoice-content {
	padding: 20px;
}
.invoice-action {
	margin-bottom: 30px;
}
.invoice-head {
	clear: both;
	margin-bottom: 40px;
	overflow: hidden;
	width: auto;
}
.invoice-meta {
	font-size: 18px;
	margin-bottom: 40px;
}
.invoice-date {
	float: right;
	font-size: 80%;
}
.invoice-content h5 {
	color: #333333;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}
.invoice-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.invoice-to {
	float: left;
	width: 370px;
}
.invoice-from {
	float: right;
	width: 300px;
}
.invoice-to li, .invoice-from li {
	clear: left;
}
.invoice-to li span, .invoice-from li span {
	display: block;
}
.invoice-content th.total-label {
	text-align: right;
}
.invoice-content th.total-amount {
	text-align: left;
}
.amount-word {
	color: #666666;
	margin-bottom: 40px;
	margin-top: 40px;
}
.amount-word span {
	color: #5476A6;
	font-weight: bold;
	padding-left: 20px;
}
.panel-left {
	margin-top:103px;
}
.panel-left2 {
	margin-left:176px;
}
.panel-right {
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #dddddd;
	position: absolute;
	right: 0;
	overflow:auto;
	top:38px;
	height:76px;
}
.panel-right2 {
	width: 100%;
	background-color: #fff;
	border-right: 1px solid #dddddd;
	position: absolute;
	left: 0;
	overflow:auto;
	top:0px;
	height:94%;
	width:175px;
}
.panel-right .panel-title, .panel-right2 .panel-title {
	width: 100%;
	background-color: #ececec;
	border-bottom: 1px solid #dddddd;
}
.panel-right .panel-title h5, .panel-right2 .panel-title h5 {
	font-size: 12px;
	color: #777777;
	text-shadow: 0 1px 0 #ffffff;
	padding: 6px 10px 5px;
	margin: 0;
}
.panel-right .panel-content {
	padding: 10px;
}
.chat-content {
	height: 470px;
	padding: 15px;
}
.chat-messages {
	height: 420px;
	overflow: auto;
	position: relative;
}
.chat-message {
	padding: 7px 15px;
	margin: 7px 0 0;
}
.chat-message input[type=text] {
	margin-bottom: 0 !important;
	width: 100%;
}
.chat-message .input-box {
	display: block;
	margin-right: 90px;
}
.chat-message button {
	float: right;
}
#chat-messages-inner p {
	padding:0px;
	margin: 10px 0 0 0;
}
#chat-messages-inner p img {
	display: inline-block;
	float: left;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	margin-top:-1px;
	margin-right:10px;
}
#chat-messages-inner .msg-block, #chat-messages-inner p.offline span {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #cccccc;
	box-shadow: 1px 1px 0 1px rgba(0, 0, 0, 0.05);
	display: block;
	margin-left:0px;
	padding: 10px;
	position: relative;
}
#chat-messages-inner p.offline span {
	background: none repeat scroll 0 0 #FFF5F5;
}
#chat-messages-inner .time {
	color: #999999;
	font-size: 11px;
	float:right;
}
#chat-messages-inner .msg {
	display: block;
	margin-top: 13px;
	border-top:1px solid #dadada;
}
#chat-messages-inner .msg-block:before {
	border-right: 7px solid rgba(0,0,0,0.1);
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	content: "";
	display:none;
	left: -7px;
	position: absolute;
	top: 11px;
}
#chat-messages-inner .msg-block:after {
	border-right: 6px solid #ffffff;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	content: "";
	display: none;
	left: -6px;
	position: absolute;
	top: 12px;
}
.chat-users {
	padding: 0 0 30px;
}
.chat-users .contact-list {
	line-height: 21px;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	font-size: 10px;
}
.chat-users .contact-list li {
	border: 1px solid #DADADA;
	margin:5px 5px;
	padding: 1px;
	position: relative;
}
.chat-users .contact-list li:hover {
	background-color: #efefef;
}
.chat-users .contact-list li a {
	color: #666666;
	display: block;
	padding: 8px 5px;
}
.chat-users .contact-list li.online a {
	font-weight: bold;
}
.chat-users .contact-list li.new {
	background-color: #eaeaea;
}
.chat-users .contact-list li.offline {
	background-color: #EDE0E0;
}
.chat-users .contact-list li a img {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	width: 28px;
	height: 28px;
}
.chat-users .contact-list li .msg-count {
	padding: 3px 5px;
	position: absolute;
	right: 10px;
	top: 12px;
}
.taskDesc i {
	margin: 1px 5px 0;
}
.taskStatus, .taskOptions {
	text-align: center !important;
}
.taskStatus .in-progress {
	color: #64909E;
}
.taskStatus .pending {
	color: #AC6363;
}
.taskStatus .done {
	color: #75B468;
}
.activity-list {
	list-style: none outside none;
	margin: 0;
}
.activity-list li {
	border-bottom: 1px solid #EEEEEE;
	display: block;
}
.activity-list li:last-child {
	border-bottom: medium none;
}
.activity-list li a {
	display: block;
	padding: 7px 10px;
}
.activity-list li a:hover {
	background-color: #FBFBFB;
}
.activity-list li a span {
	color: #AAAAAA;
	font-size: 11px;
	/**font-style: italic;**/
}
.activity-list li a i {
	margin-right: 10px;
	opacity: 0.6;
	vertical-align: middle;
}
.new-update {
	border-top: 1px solid #DDDDDD;
	padding: 10px 12px;
	padding: 0!important;
}
.new-update:first-child {
	border-top: medium none;
}
.new-update span {
	display:block;
}
.new-update i {
	float: left;
	margin-top: 6px;
	margin-right: 13px;
}
.new-update .update-date {
	color: #BBBBBB;
	float: right;
	margin: 4px -2px 0 0;
	text-align: center;
	width: 30px;
}
.new-update .update-date .update-day {
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: -4px;
}
.update-done, .update-alert, .update-notice {
	display: block;
	float: left;
	max-width: 76%;
}
.new-update .train-title ul{margin: 0; padding: 0;}
.new-update .train-title ul li{white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.new-update .train-title ul li,
.new-update .train-title ul li a{font-size: 14px; color: #666; line-height: 24px; margin-left: -6px;}
.new-update .train-title ul li a:hover{color: #01538d;}
.new-update .train-info{height: 110px;}
.new-update .train-info img{width: 155px; height: 105px; margin: 0;}
.new-update .train-info ul{width: auto; float: none; margin-left: 175px;}
.new-update .train-info ul li{font-size: 12px; color: #999;}
.new-update .train-info ul li a:hover{color: #01538d;}
.new-update .train-info ul li h5{font-size: 18px; font-weight: bold; color: #333; padding: 8px 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.new-update .train-info ul li h5 a{color: #333;}
.new-update .train-info ul li .date{white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.new-update .train-info ul li p{font-size: 12px; color: #666; line-height: 18px; margin: 0; text-indent: 0; margin-bottom: 3px; height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* Tables */
tr:hover{ background:transparent;}
span.icon .checker {
	margin-top: -5px;
	margin-right: 0;
}
.dataTables_length {
	color: #878787;
	margin: 7px 5px 0;
	position: relative;
	left:5px; width:50%;
	top: -2px;
}
.dataTables_length div {
	vertical-align: middle;
}
.dataTables_paginate {
	line-height: 16px;
	text-align: right;
	margin-top: 5px;
	margin-right: 10px;
}
.dataTables_paginate {
	line-height: 16px;
	text-align: right;
	margin-top: 5px;
	margin-right: 10px;
}
.dataTables_paginate .ui-button, .pagination.alternate li a {
	font-size: 12px;
	padding: 4px 10px !important;
	border-style: solid;
	border-width: 1px;
	border-color: #dddddd #dddddd #cccccc; /* for IE < 9 */
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	display: inline-block;
	line-height: 16px;
	background: #f5f5f5;
	color: #333333;
	text-shadow: 0 1px 0 #ffffff;
}
.dataTables_paginate .ui-button:hover, .pagination.alternate li a:hover {
	background: #e8e8e8;
	color: #222222;
	text-shadow: 0 1px 0 #ffffff;
	cursor: pointer;
}
.dataTables_paginate .first {
	border-radius: 4px 0 0 4px;
}
.dataTables_paginate .last {
	border-radius: 0 4px 4px 0;
}
.dataTables_paginate .ui-state-disabled, .fc-state-disabled, .pagination.alternate li.disabled a {
	color: #AAAAAA !important;
}
.dataTables_paginate .ui-state-disabled:hover, .fc-state-disabled:hover, .pagination.alternate li.disabled a:hover {
	background: #f5f5f5;
	cursor: default !important;
}
.dataTables_paginate span .ui-state-disabled, .pagination.alternate li.active a {
	background: #41BEDD !important;
	color: #ffffff !important;
	cursor: default !important;
}
div.dataTables_wrapper .ui-widget-header {
	border-right: medium none;
	border-top: 1px solid #D5D5D5;
	font-weight: normal;
	margin-top: -1px;
}
.dataTables_wrapper .ui-toolbar {
	padding: 5px;
}
.dataTables_filter {
	color: #878787;
	font-size: 11px;
	right: 0; top:37px;
	margin: 4px 8px 2px 10px;
	position: absolute;
	text-align: left;
}
.dataTables_filter input {
	margin-bottom: 0;
}
.table th {
	height: auto;
	font-size: 10px;
	padding: 5px 10px 2px;
	border-bottom: 0;
	text-align: center;
	color: #666666;
}
.table.with-check tr th:first-child, .table.with-check tr td:first-child {
	width: 10px;
}
.table.with-check tr th:first-child i {
	margin-top: -2px;
	opacity: 0.6;
}
.table.with-check tr td:first-child .checker {
	margin-right: 0;
}
.table tr.checked td {
	background-color: #FFFFE3 !important;
}
/* Misc */
.nopadding {
	padding: 0 !important;
}
.nopadding .table {
	margin-bottom: 0;
}
.nopadding .table-bordered {
	border: 0;
}
.thumbnails {
	margin-left: -2.12766% !important;
}
.thumbnails [class*="span"] {
	margin-left: 2.12766% !important;
	position: relative;
}
.thumbnails .actions {
	width: auto;
	height: 16px;
	background-color:#000;
	padding: 4px 8px 8px 8px;
	position: absolute;
	bottom:0%;
	left:50%;
	margin-top: -13px;
	margin-left: -24px;
	opacity: 0; top:10%; transition:1s ease-out;
	-moz-transition: opacity 0.3s ease-in-out;
}
.thumbnails li:hover .actions,.thumbnails li:hover .actions a:hover{
	opacity: 1; color:#fff; top:50%; transition:1s ease-out;
}
.line {
	background: url("../img/line.png") repeat-x scroll 0 0 transparent;
	display: block;
	height: 8px;
}
.modal {
	z-index: 99999 !important;
}
.modal-backdrop {
	z-index: 999 !important;
}
.modal-header {
	height: auto;
	padding: 8px 15px 5px;
}
.modal-header h3 {
	font-size: 16px;
	color: #01538d;
	font-weight: normal;
	/*text-shadow: 0 1px 0 #ffffff;*/
}
.notify-ui ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.notify-ui li {
	background: #eeeeee;
	margin-bottom: 5px;
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #dddddd;
}
.notify-ui li:hover {
	cursor: pointer;
	color: #777777;
}
/* Forms */
form {
	margin-bottom: 0;
}
.form-horizontal .control-group {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 0;
}
.form-horizontal .control-group:last-child {
	border-bottom: 0;
}
.form-horizontal .control-label {
	padding-top: 15px;
	width: 180px;
}
.form-horizontal .controls {
	margin-left: 200px;
	padding: 10px 0;
}
.form-horizontal input[type=text], .form-horizontal input[type=password], .form-horizontal textarea {
}
.row-fluid .span20 {
	width:97.8%
}
.form-horizontal .form-actions {
	margin-top: 0;
	margin-bottom: 0;
}
.help-block, .help-inline {
	color: #999999;
}
/***********light-box***************/
#lightbox {
	position:fixed; /* keeps the lightbox window in the current viewport */
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(overlay.png) repeat #000;
	text-align:center;
	z-index:9999;
}
#lightbox p {
	position:absolute;
	top:10px;
	right:10px;
	width:22px;
	height:22px;
	cursor:pointer;
	z-index:22;
	border:1px solid #fff;
	border-radius:100%;
	padding:2px;
	text-align:center;
	transition:0.5s;
}
#lightbox p:hover {
	transform:rotate(180deg)
}
#imgbox {
	position:absolute; /* keeps the lightbox window in the current viewport */
	left:0;
	top:0px;
	width:100%;
	height:100%;
	background:url(overlay.png) repeat #000;
	text-align:center;
	z-index:21;
}
#imgbox img {
	margin-top:100px;
	border:10px solid #fff;
}
/***********Error Page******************/
.error_ex{ text-align:center;}
.error_ex h1{ font-size:140px; font-weight:bold; padding:50px 0; color:#28B779}

#sidebar  .content {
    padding:10px;
    position: relative; color:#939DA8;
}
#sidebar .percent {
    font-weight: 700;
    position: absolute;
    right: 10px;
    top:25px;
}
#sidebar .progress {
    margin-bottom: 2px;
    margin-top: 2px;
    width: 70%;
}
#sidebar .progress-mini {
    height: 6px;
}
#sidebar .stat {
    font-size: 11px;
}
/***********light-box-end***************/

.btn-icon-pg ul {
	margin:0px;
	padding:0px;
}
.btn-icon-pg ul li {
	margin:5px;
	padding:5px;
	list-style:none;
	display:inline-block;
	border:1px solid #dadada;
	min-width:187px;
	cursor:pointer
}
.btn-icon-pg ul li:hover i {
	transition:0.3s;
	-moz-transition:0.3s;
	-webkit-transition:0.3s;
	-o-transition:0.3s;
	margin-left:8px;
}
.accordion {
	margin-top:18px;
}
.fix_hgt {
	height:115px;
	overflow-x:auto;
}
.input-append .add-on:last-child, .input-append .btn:last-child {
	border-radius:0px;
	padding:6px 5px 2px;
}
.input-prepend input, .input-append input, .input-prepend input[class*="span"], .input-append input[class*="span"] {
	width:none;
}
.input-append input, .input-append select, .input-prepend span, .input-prepend input {
	border-radius:0px!important;
}
/***********pop-over********************/
.bs-docs-tooltip-examples {
	list-style: none outside none;
	margin: 0 0 10px;
	position:relative;
	text-align: center;
}
.bs-docs-tooltip-examples li {
	display: inline;
	padding: 0 10px;
	list-style:none;
	position:relative;
}
/* Responsive design */
@media (max-width: 480px) {
#header h1 {
	top: 10px; left:5px;
	margin: 3px auto;
}
#user-nav {
	position: relative;
	left: auto;
	right: auto;
	width: 100%;
	margin-top: -31px;
	border-top:1px solid #363E48;
	margin-bottom: 0px;
	background:#2E363F;
	float:right;
}
.navbar > .nav {
	float: none;
}
#my_menu {
	display:none;
}
#my_menu_input {
	display:block;
}
#user-nav > ul {
	right: 0px;
	margin-left:20%!important;
	margin-top:0px;
	width:100%;
	background:#000;
	position: relative;
}
#user-nav > ul > li {
	padding:0px 0px;
}
#user-nav > ul > li > a {
	padding:5px 10px;
}
#sidebar .content{ display:none;}
#content {
	margin-left: 0 !important;
	border-top-left-radius: 0;
	margin-top:0px;
}
#content-header {
	margin-top: 0;
	text-align: center;
}
#content-header h1, #content-header .btn-group {
	float: none;
}
#content-header h1 {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-top: 0;
	padding-top: 15px;
	width: 100%;
}
#content-header .btn-group {
	margin-top: 70px;
	margin-bottom: 0;
	margin-right: 0;
	left: 30%;
}
#sidebar {
	float: none;
	width: 100% !important;
	display:block;
	position:relative;
	top:0px;
}
#sidebar > ul {
	margin:0px;
	padding:0px;
	width:100%;
	display:block;
	z-index:999;
	position:relative
}
#sidebar > ul > li {
	list-style-type:none;
	display:block;
	border-top:1px solid #41BEDD;
	float:none !important;
	margin:0px;
	position:relative;
	padding:2px 10px;
	cursor:pointer
}
#sidebar > ul > li:hover ul {
	display:none;
}
#sidebar > ul > li:hover {
	background-color:#27a9e3;
}
#sidebar > ul > li:hover a {
	background:none;
}
#sidebar > ul li ul {
	margin:0px;
	padding:0px;
	top:35px; left:0px;
	z-index:999;
	display:none;
	position:absolute;
	width:100%;
	min-width:100%;
	border-radius:none;
}
#sidebar > ul li ul li {
	list-style-type:none;
	margin:0px;
	font-size:12px;
	line-height:30px;
}
#sidebar > ul li ul li a {
	display:block;
	padding:5px 10px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
#sidebar > ul li ul li:hover a {
	border-radius:0px;
}
#sidebar > ul li span {
	cursor:pointer;
	margin:0px 2px 0 5px;
	font-weight:bold;
	color:#fff;
	font-size:12px;
}
#sidebar > ul li a i {
	background-image: url("../img/glyphicons-halflings-white.png");
	margin-top:4px;
	vertical-align: top;
}
#sidebar > a {
	padding: 9px 20px 9px 15px;
	display: block !important;
	color: #eeeeee;
	float:none !important;
	font-size:12px;
	font-weight:bold
}
#sidebar > ul > li > a {
	padding:5px;
	display:block;
	color: #AAAAAA;
}
.widget-title .buttons > .btn {
	width: 11px;
	white-space: nowrap;
	overflow: hidden;
}
.form-horizontal .control-label {
	padding-left: 30px;
}
.form-horizontal .controls {
	margin-left: 0;
	padding: 10px 30px;
}
.form-actions {
	text-align: center;
}
.panel-right2 {
	width: 100%;
	background-color: #fff;
	border-right: 1px solid #dddddd;
	position: relative;
	left: 0;
	overflow:auto;
	top:0px;
	height:87%;
	width:100%;
}
.panel-left2 {
	margin-left:0px;
}
.dataTables_paginate .ui-button, .pagination.alternate li a {
	padding:4px 4px!important;
}
.table th {
	padding: 5px 4px 2px;
}
}
@media (min-width: 481px) and (max-width: 970px) {
body {
	background:#49CCED
}
#content-header h1{ /*margin:0px; padding:100px 0 0 20px;*/}
.header-top{ float:left; position: fixed; margin:0 0; width:220px; height:38px; background: #1f262d; z-index:99;}
#header h1 {
	top:3px; 
	left:43px;
}

#search {
	top:5px
}
#my_menu {
	display:none;
}
#my_menu_input {
	display:block;
}
#content {
	margin-top:0px;
}
#sidebar > ul > li {
	float:none;
}
#sidebar > ul > li:hover ul {
	display:block;
}
#sidebar .menu-arrow-right{display: none;}
#sidebar ul li a{padding-left: 10px;}
#sidebar, #sidebar > ul {
	width: 46px;
	display: block;
	position: absolute;
	/*height:100%;*/
	z-index:1;
}
#content{padding-left: 0px;}
#sidebar > ul ul {
	display: none;
	position: absolute;
	left:43px;
	top: 0;
	min-width: 150px;
	list-style: none;
}
#sidebar > ul ul li a {
	white-space: nowrap;
	padding: 10px 25px;
}
#sidebar > ul ul:before {
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	content: "";
	display: inline-block;
	left: -6px;
	position: absolute;
	top: 11px;
}
#sidebar > ul ul:after {
	content: "";
	display: inline-block;
	left: -5px;
	position: absolute;
	top: 12px;
}
#sidebar > a {
	display: none !important;
}
#sidebar > ul > li.open.submenu > a {
	border-bottom: none !important;
}
#sidebar > ul > li > a > span {
	display: none;
}
#content {
	margin-left: 46px;
}
#sidebar .content{ display:none;}
}
@media (max-width: 600px) {
.widget-title .buttons {
	float: left;
}
.panel-left {
	margin-right: 0;
}
.panel-right {
	border-top: 1px solid #DDDDDD;
	border-left: none;
	position: relative;
	top: auto;
	right: auto;
	height: auto;
	width: auto;
}
#sidebar .content{ display:none;}
}
@media (max-width: 767px) {
body {
	padding: 0 !important;
}
.container-fluid {
	padding-left: 20px;
	padding-right: 20px;
}
#search {
	display: none;
}
#user-nav > ul > li > a > span.text {
	display: none;
}
#sidebar .content{ display:none;}
}
@media (min-width: 768px) and (max-width: 979px) {
 [class*="span"], .row-fluid [class*="span"] {
 display: block;
 float: none;
 margin-left: 0;
 width: auto;
}
}
@media (max-width: 979px) {
div.dataTables_wrapper .ui-widget-header {
	height: 68px;
}
.dataTables_filter{ position:relative; top:0px;}
.dataTables_length{ width:100%; text-align:center;}
.dataTables_filter, .dataTables_paginate {
	text-align: center;
}
#sidebar .content{ display:none;}
}



.study_nav_on,
.study_nav_off {
	color: #6c6c6c;
	font-size: 14px;
	padding: 0;
}

.study_nav_on {
	color: #08c;/* #3399ff; */
}
.study_nav_on:focus,
.study_nav_off:focus,
.study_nav_on:hover,
.study_nav_off:hover {
	color: #08c;/* #3399ff; */
}

.tabNavSplit{
	margin: 0 20px;
}

/*viewBookModal*/
#viewBookModal{}
#viewBookModal .control-label{width: 80px;}
#viewBookModal .controls{margin-left: 100px; margin-right: 20px; padding-top: 15px; font-size: 14px;}
#viewBookModal .controls p{margin-bottom: 0;}



/*menu arrow*/
#menuBar .submenu .menu-arrow-right{float: right; width: 6px; height: 6px; margin-top: 6px; margin-right: 15px; border: 2px solid #a3d9ff; border-left: 0; border-bottom: 0; transform: rotate(45deg); transition: transform .5s;}
#menuBar .submenu a:hover .menu-arrow-right,
#menuBar .submenu.open .menu-arrow-right{border-color: #fff;}
#menuBar .submenu.open .menu-arrow-right{transform: rotate(135deg);}


/*inner*/
.inner{/*width: 1200px; margin-left: auto; margin-right: auto;*/}

/*footer*/
#footer{padding: 35px 15px 30px 40px; background-color: #043b64;}
#footer .links{margin-bottom: 28px;}
#footer .links a{font-size: 14px; color: #fff; line-height: 1;}
#footer .links a:hover{color: #a3d9ff;}
#footer .links .split{font-size: 14px; color: #fff; line-height: 1; margin: 0 12px;}
#footer .tel{margin-bottom: 30px; padding: 0 0 0 45px; font-size: 14px; color: #fff; line-height: 24px; background: url(../images/tel.png) no-repeat 0 center;}
#footer .copyright{margin-bottom: 0; font-size: 14px; color: #7993a5; line-height: 1;}
#footer .wxewm{margin: 0; padding: 0; list-style: none;}
#footer .wxewm li{float: left; display: inline; margin: 0 25px;}
#footer .wxewm li .img{margin-bottom: 10px; text-align: center;}
#footer .wxewm li .img img{display: block; margin: 0 auto;}
#footer .wxewm li .intro{margin: 0; font-size: 14px; color: #7993a5; line-height: 1; text-align: center;}

/*top*/
#top{background-color: #f7f7f7; border-bottom: 1px solid #f2f2f2;}
#top .inner{height: 36px; padding: 0 20px;}

#top .welcome{margin: 0; color: #A0A0A0; line-height: 36px;}
#top .welcome a{color: #A0A0A0;}
#top .welcome a:hover{color: #337AB7;}
#top .welcome img{}
#top .welcome span{vertical-align: middle;}

#top .links{margin: 0; color: #A0A0A0; line-height: 36px;}
#top .links a{color: #A0A0A0;}
#top .links a:hover{color: #337AB7;}
#top .links img{}
#top .links span{vertical-align: middle;}
#top .links .split{margin: 0 10px;}

/*nav*/
#nav{background-color: #fff;}
#nav .inner{height: 105px; padding: 0 20px;}
#nav .logo{padding: 22px 0 0 0; margin: 0;}

/*user_info*/
#user_info{background: url(../../common/images/user_info.png) no-repeat right 0 #00538D;}
#user_info .inner{height: 171px; padding-top: 44px; position: relative;}
#user_info .image3d{position: absolute; bottom: 0; right: 0; width: 50%;}
@media only screen and (max-width:1366px){
	#user_info .image3d{width: 670px;}
}
/*#user_info .inner:before{content: ''; display: block; position: absolute; bottom: 0; right: 0; width: 903px; height: 282px; overflow: hidden; background: url(../../common/images/school-img.png) no-repeat 0 0;}*/
#user_info .avatar{margin: 0 68px; position: relative;}
#user_info .info{position: relative;}
#user_info .info .welcome_text{margin: 22px 0 14px; font-size: 16px; color: #fff; line-height: 1;}
#user_info .info .welcome_msg{height: 15px; margin: 1px 0 0 10px; padding: 0 8px 0 25px; border-radius: 6px; font-size: 12px; color: #fff; line-height: 15px; background: url(../images/msg_bg.png) no-repeat 8px center #ff4b49;}
#user_info .info .info_list{margin: 0; list-style: none; width: 600px;width: auto;}
#user_info .info .info_list li{float: left; display: inline; margin-right: 40px; color: #fff; line-height: 1;}
#user_info .info .info_list li a{color: #a2eaff; text-decoration: underline; margin-left: 5px;}

/*我的日历*/
#my-calendar{
	padding: 15px;
	background-color: #fff;
	border: 1px solid #ddd;
}
#my-calendar.homeCalendar{
	padding: 0;
	border: 0;
}
#my-calendar table tr:hover{background-color: transparent;}

/*我的日历弹窗(添加、编辑、删除事件)*/
#eventModal{width: 450px; margin-left: -225px;}

.my-calendar-box{}
.my-calendar-box p{margin:0; height:28px; line-height:28px; padding:4px; font-size: 14px; color:#999}
.my-calendar-box p .input{margin: 0; height:20px; line-height:20px; padding:2px 5px; border:1px solid #d3d3d3; width:100px}
.my-calendar-box p select{width: auto; height: 26px; line-height: 26px; margin: 0; padding: 0;}


/*-- 在线直播 --*/
#online-list{margin: 0 -25px 0 0; padding: 0;}
#online-list li{list-style: none; margin: 0 25px 25px 0; padding: 0 0 22px 0; width: 270px; float: left; display: inline; background-color: #fff;box-shadow: 0 0 10px 4px #e3e3e3;}
#online-list li:hover{box-shadow: 0 0 10px 4px #ccc;}
#online-list li a{display: block; cursor: pointer;}
#online-list li .pic{margin-bottom: 20px;}
#online-list li .pic img{display: block}
#online-list li .name{font-size: 18px; font-weight: bold; color: #333; line-height: 22px; margin-bottom: 12px; padding: 0 20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
#online-list li .teacher{font-size: 12px; color: #666; line-height: 1; margin-bottom: 12px; padding: 0 20px;}
#online-list li .follow{font-size: 12px; color: #999; line-height: 14px; margin-bottom: 0; padding: 0 20px 0 40px; background: url(../../common/images/ico-play.png) no-repeat 20px center;}

/*-- 表格--*/
.table-bordered{border: 1px solid #e4e4e4;}
.table-bordered thead:first-child tr:first-child>th:first-child, .table-bordered tbody:first-child tr:first-child>td:first-child, .table-bordered tbody:first-child tr:first-child>th:first-child {
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
}
.table-bordered thead:last-child tr:last-child>th:first-child, .table-bordered tbody:last-child tr:last-child>td:first-child, .table-bordered tbody:last-child tr:last-child>th:first-child, .table-bordered tfoot:last-child tr:last-child>td:first-child, .table-bordered tfoot:last-child tr:last-child>th:first-child {
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
}
.table-bordered thead:first-child tr:first-child>th:last-child, .table-bordered tbody:first-child tr:first-child>td:last-child, .table-bordered tbody:first-child tr:first-child>th:last-child {
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
}
.table-bordered thead:last-child tr:last-child>th:last-child, .table-bordered tbody:last-child tr:last-child>td:last-child, .table-bordered tbody:last-child tr:last-child>th:last-child, .table-bordered tfoot:last-child tr:last-child>td:last-child, .table-bordered tfoot:last-child tr:last-child>th:last-child {
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
}
.table-bordered th, .table-bordered td{border-left: 0;}
.table th, .table td{padding: 10px; font-size: 14px; text-align: center; border-top: 0;}
.table th{color: #333; background-color: #f3f3f3;}
.table td{color: #666; background-color: #fff; border-bottom: 1px solid #e4e4e4;}
.table tbody:last-child tr:last-child td{border-bottom: 0;}
.table td a{color: #01538d!important;}

/* 教学计划table样式 */
.widget-box_table{
	background: none repeat scroll 0 0 #FFFFFF;
    /* border-top: 1px solid #ddd; */
    clear: both;
    margin-top: 16px;
    margin-bottom: 16px;
    position: relative;
}

.rewriteTable{
	width:100%;
	color:#000000;
}
.rewriteTable td{
	color: #666;
	font-size: 14px;
}
.rewriteTable tr:hover{
	background-color:transparent;
}
.table_educationPlan td{
	/*width:16%;*/
	padding-top:20px;
	padding-bottom:16px;
	border-bottom: 1px solid #f0f0f0;
	vertical-align: middle;
}
.table_educationPlan .className{
	font-size: 18px;
	color: #333;
    font-weight: bold;
    margin-right: 10px;
}
.table_educationPlan .gradeName{
	    padding: 0 4px;
    border: solid 1px #f94c48;
    /*line-height: 1;*/
    color: #f94c48;
    display: inline-block;
}
.table_educationPlan .courseType{
	line-height: 30px;
}
/* 课程学习table样式 */
.widget-box_table_courseLearning{
	background: none repeat scroll 0 0 #FFFFFF;
    clear: both;
    margin-bottom: 16px;
    position: relative;
}
.table_courseLearning td{
	padding-top:20px;
	padding-bottom:16px;
	border-bottom: 1px solid #f0f0f0;
	vertical-align: middle;
}
.table_courseLearning .className{
	font-size: 18px;
	color: #333;
    font-weight: bold;
    margin-right: 10px;
}
.table_courseLearning .gradeName{
	    padding: 0 4px;
    border: solid 1px #f94c48;
    line-height: 1;
    color: #f94c48;
}
.table_courseLearning .courseType{
	line-height: 30px;
}

.table_courseLearning .courseVedio{
	margin-left: 32px;
}
/* .table_courseLearning  */
.spanBtn{
         border: 1px solid #ddd;
    color: #01538d;
    cursor: pointer;
    display: inline-block;
    /* line-height: 32px; */
    margin: 0 10px 5px 0;
   /*  margin-right: 20px; */
    padding: 2px 10px;
    }
    
.table_courseLearning .easyPieChartDiv{
	    float: right;
        margin-right: 20%;
}    
@media (min-width: 1200px){
    	[class*="span"] {
    	float: none;
    	min-height: 1px;
    	margin-left: 0px;
}

}

@media (max-width: 767px){
[class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
    display: inline-block;
    float: none;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
}
/* 成绩查询table样式 */
.table_studentScore td{
	padding-top:20px;
	padding-bottom:16px;
	border-bottom: 1px solid #f0f0f0;
	vertical-align: middle;
}
.table_studentScore .className{
	font-size: 18px;
	color: #333;
    font-weight: bold;
    margin-right: 10px;
}
.table_studentScore .gradeName{
	    padding: 0 4px;
    border: solid 1px #f94c48;
    line-height: 1;
    color: #f94c48;
}
.table_studentScore .exam{
	line-height: 30px;
}
.table_studentScore .examMakeUp{
	line-height: 30px;
    margin-left: 38px;
}
.spanInfoColor{
	color: #f94c48;
}

/* 我的作业 */
.table_courseHomeworkList td{
	width:16%;
	padding-top:20px;
	padding-bottom:16px;
	border-bottom: 1px solid #f0f0f0;
	vertical-align: middle;
}
.table_courseHomeworkList .className{
	font-size: 18px;
	color: #333;
    font-weight: bold;
    margin-right: 10px;
}
.table_courseHomeworkList .gradeName{
	    padding: 0 4px;
    border: solid 1px #f94c48;
        line-height: 20px;
    color: #f94c48;
    display: inline-block;
}
.table_courseHomeworkList .courseType{
	line-height: 30px;
	display: inline-block;
}
.courseScore{
	margin-left: 32px;
	display: inline-block;
}
.spanBtn2{
        border: 1px solid #DDD;
    padding: 4px 16px;
    background-color: #01538d;
    color:#ffffff;
    margin-right: 20px;
    line-height: 43px;
    cursor: pointer;
    }
    
 /* 首页 */
    
    .aBtn{
             border: 1px solid #ddd;
    color: #01538d;
    cursor: pointer;
    display: inline-block;
    /* line-height: 32px; */
    margin: 6px 10px 5px 0;
    /* margin-right: 20px; */
    padding: 5px 30px;
    }
    .aBtn_myHomework{
             border: 1px solid #ddd;
    color: #01538d;
    cursor: pointer;
    display: inline-block;
    margin: 6px 0px 5px 0;
        padding: 2px 6px;
    /*padding: 5px 30px;*/
   /*  margin: 6px 12px 5px 0;
    padding: 5px; */
    }
.easyPieChartDiv_login{
	       float: right;
   /*  margin-right: 65px; */
    margin-top: 5px;
} 
.rewriteTable_login_myHomework{
	/* width:50%; */
	color:#000000;
}
.rewriteTable_login_myHomework tr:hover {
    background-color: #FFFFFF;
}
.rewriteTable_login_myHomework td {
    color: #666;
    font-size: 14px;
}
.table_myHomework{
	background: none repeat scroll 0 0 #FFFFFF;
    clear: both;
    margin-bottom: 16px;
    position: relative;
}
.table_myHomework td{
	/* padding-top:20px;
	padding-bottom:16px;
	border-bottom: 1px solid #f0f0f0; */
	vertical-align: middle;
	padding-right: 16px;
}
.table_myHomework .className{
	/*font-size: 18px;*/
    font-size: 12px;!important
    	color: #333;
    font-weight: bold;
   /* margin-right: 10px;*/
}
.table_myHomework .gradeName{
	    padding: 0 4px;
    border: solid 1px #f94c48;
    line-height: 1;
    color: #f94c48;
}
.table_myHomework .courseType{
	line-height: 30px;
}

.table_myHomework .courseVedio{
	margin-left: 32px;
	
}
.easyPieChartDiv_myHomework{
	width:30px;
	height:30px;
}

img {
	height:auto;
	max-width:none;
}
/* 首页我的课程table样式 */
.table_home_course td{
	padding: 16px 16px 16px 0;
	border-bottom: 1px solid #f0f0f0;
	vertical-align: middle;
}
.table_home_course .className{
	font-size: 18px;
	color: #333;
    font-weight: bold;
    margin-right: 10px;
}
.table_home_course .gradeName{
        padding: 0 4px;
    border: solid 1px #f94c48;
    line-height: 18px;
    color: #f94c48;
    display: inline-block;
}
.table_home_course .courseType{
	line-height: 30px;
    margin-right: 12px;
    display: inline-block;
}

.table_home_course .courseVedio{
	/*margin-left: 32px;*/
	 margin-right: 12px;
    display: inline-block;
}
.table_home_course tr:last-child td{border-bottom-width: 0;}


.goBack{
	 border: 1px solid #ddd;
    color: #01538d;
    cursor: pointer;
    display: inline-block;
    margin: 6px 10px 5px 0;
    padding: 5px 30px;
    float:right;
    font-size:14px;
    background-color:#ffffff;
}

/*我的课程响应式*/

@media screen and (min-width: 1280px) and (max-width: 1366px){ 
	.table_home_course td {
	    padding: 11px 16px 11px 0;
	    border-bottom: 1px solid #f0f0f0;
	    vertical-align: middle;
	}
	
	.table_home_course .courseType {
	       line-height: normal;
	    margin-right: 0px;
	    
	    font-size: 6px;
	    display: inline;
	}
	
	.aBtn {
	    border: 1px solid #ddd;
	    color: #01538d;
	    cursor: pointer;
	    display: inline-block; 
	    margin: 6px 10px 5px 0; 
	    padding: 1px 10px;
	}
	
	
}
@media screen and (min-width: 1367px) and (max-width: 1620px){ 
	.table_home_course td {
	    padding: 14px 16px 14px 0;
	    border-bottom: 1px solid #f0f0f0;
	    vertical-align: middle;
	}
	
	.table_home_course .courseType {
	       /*line-height: normal;
	    margin-right: 0px;
	    
	    font-size: 6px;
	    display: inline;*/
	       line-height: normal;
    margin-right: 0px;
    font-size: 13px;
    display: inline-block;
    margin-right: 13px;
	}
	
	.aBtn {
	    /*border: 1px solid #ddd;
	    color: #01538d;
	    cursor: pointer;
	    display: inline-block; 
	    margin: 6px 10px 5px 0; 
	    padding: 1px 10px;*/
	   border: 1px solid #ddd;
    color: #01538d;
    cursor: pointer;
    display: inline-block;
    margin: 6px 10px 5px 0;
    padding: 2px 20px;
	}
	
	
}
@media screen and (min-width: 969px) and (max-width: 1096px){ 
	.table_home_course td {
	    padding: 11px 16px 11px 0;
	    border-bottom: 1px solid #f0f0f0;
	    vertical-align: middle;
	}
	
	.table_home_course .courseType {
	       line-height: normal;
	    margin-right: 0px;
	    
	    font-size: 6px;
	    display: inline;
	}
	
	.aBtn {
	    border: 1px solid #ddd;
	    color: #01538d;
	    cursor: pointer;
	    display: inline-block; 
	    margin: 6px 10px 5px 0; 
	    padding: 1px 10px;
	}
	
	
}
@media screen and (max-width: 896px){ 
	.table_home_course td {
	    padding: 11px 16px 11px 0;
	    border-bottom: 1px solid #f0f0f0;
	    vertical-align: middle;
	}
	
	.table_home_course .courseType {
	       line-height: normal;
	    margin-right: 0px;
	    
	    font-size: 6px;
	    display: inline;
	}
	
	.aBtn {
	    border: 1px solid #ddd;
	    color: #01538d;
	    cursor: pointer;
	    display: inline; 
	    margin: 6px 10px 5px 0; 
	    padding: 1px 10px;
	}
	
	
}
@media screen and (max-width: 680px){ 
	.home-box{
		    min-width: 577px;
	}
	.table_home_course td {
	    padding: 11px 16px 11px 0;
	    border-bottom: 1px solid #f0f0f0;
	    vertical-align: middle;
	}
	
	.table_home_course .courseType {
	       line-height: normal;
	    margin-right: 0px;
	    
	    font-size: 6px;
	    display: inline;
	}
	
	.aBtn {
	    border: 1px solid #ddd;
	    color: #01538d;
	    cursor: pointer;
	    display: inline; 
	    margin: 6px 10px 5px 0; 
	    padding: 1px 10px;
	}
	
	
}
/*我的作业响应式*/
.tableDiv{
	float:left;
}
@media screen and (max-width:1860px){
	.tableDiv{
		width:100%;
	}
	.table_myHomework{
		width:100%;
	}
}


/*--右侧盒子--*/
.box{margin-top: 20px; background-color: #fff; border: 1px solid #ddd; padding: 15px;}

/*--新的tab选项卡--*/
.myTab{border-bottom: 1px solid #ddd; height: 32px; position: relative;}
.myTab .study_nav_on,
.myTab .study_nav_off{height: 16px; padding: 0 15px 15px; padding: 0 15px 15px 15px; font-size: 16px; color: #333; line-height: 1; text-align: center;}
.myTab .study_nav_off:hover{color: #01538d;}
.myTab .study_nav_on{color: #01538d; border-bottom: 2px solid #01538f;}

.myTab .rightLink{position: absolute; top: 0; right: 10px;}
.myTab .rightLink a{font-size: 14px; color: #01538d; line-height: 16px; cursor: pointer;}
.myTab .rightLink a:after{content: ''; display: inline-block; float: right; width: 6px;  height: 6px; margin: 6px 0 0 5px; border: 1px solid #01538d; border-left-width: 0; border-bottom-width: 0; transform: rotate(45deg); -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg);}


/*--重写表单控件字体--*/
input,
select,
textarea,
button,
.btn{font-family: "微软雅黑"!important;}

/*-- 首页进度条 --*/
#homeProgress{margin: 20px 0 5px;}
#homeProgress .progressText{float: left; display: inline; width: 205px; font-size: 14px; color: #01538d; line-height: 1;}
#homeProgress .progressBar{margin: 0 0 0 205px; background-color: #fff; border: 1px solid #009a42;}
#homeProgress .progressBar .progressNum{width: 0%; height: 10px; background-color: #009a42; position: relative; transition: width 2s; -moz-transition: width 2s; -webkit-transition: width 2s; -o-transition: width 2s;}
#homeProgress .progressBar .progressNum .progressFlag{position: absolute; right: 0; bottom: -1px; width: 44px; height: 40px; background: url(../images/ico-people.png) no-repeat 0 0;}

/*--重写首页盒子--*/
.home-box{margin: 20px 0; background: #fff; border: 1px solid #ddd;}
.home-box .widget-title{height: 45px; margin: 0 15px; padding: 0; border-bottom: 1px solid #ddd;}
.home-box .widget-title h5{height: 45px; margin: 0; padding: 0; font-size: 16px; font-weight: normal; color: #333; line-height: 45px;}
.home-box .widget-title .buttons{height: 45px; margin: 0; padding: 0; line-height: 45px;}
.home-box .widget-title .buttons a{font-size: 14px; color: #01538d;}
.home-box .widget-title .buttons a:hover{color: #a3d9ff;}

.home-box .widget-title .homeTab{float: left; display: inline; height: 44px; margin: 0; padding: 0 15px; border-bottom: 2px solid transparent; font-size: 16px; font-weight: normal; color: #333; line-height: 44px;}
.home-box .widget-title .homeTab.active{color: #01538d; border-bottom-color: #01538d;}

.home-box .widget-content{margin: 0; padding: 15px; border: 0;}

/*--首页table数据样式--*/
.myTable{width: 100%}
.myTable tr{}
.myTable tr:hover{background-color: transparent;}
.myTable thead tr th,
.myTable tbody tr td{font-size: 14px; color: #666; line-height: 20px; text-align: center; margin: 0; padding: 12px;}
.myTable thead tr{}
.myTable thead tr th{background-color: #f3f3f3; font-weight: bold; color: #333; padding: 10px 12px;}
.myTable tbody tr{}
.myTable tbody tr td{background-color: #fff; border-bottom: 1px solid #ddd;}
.myTable tbody tr:last-child td{border-bottom-width: 0; padding-bottom: 0;}
.myTable tbody a:hover,
.myTable tbody a:focus{color: #01538d!important;}

/*--首页容器和响应式--*/
.home_container{}
.home_container .home_left{box-sizing: border-box; float: left; width: 61%; padding-right: 10px;}
.home_container .home_right{box-sizing: border-box; float: left; width: 39%; padding-left: 10px;}
@media (max-width: 1279px) {
	.home_container .home_left{float: none; width: 100%; padding-right: 0px;}
	.home_container .home_right{float: none; width: 100%; padding-left: 0px;}
}


/*首页,我的课程,图片大小*/
.imgBook{
	    height: 102px;
    width: 182px;
}
/*--表单样式重写（页面中的表单，非模态框中的表单）--*/
.my_form_box{margin: 20px 0;}
.my_form_box hr{border-top: 0; border-bottom: 1px solid #f0f0f0; margin: 20px 0;}
.my_form_box .control-group{border: 0;}
.my_form_box .control-group .control-label{width: 330px; line-height: 20px; margin: 0!important; padding: 10px 0!important;}
.my_form_box .control-group .control-label-text{line-height: 20px; margin: 0 0 0 20px!important; padding: 10px 0!important;}
.my_form_box .control-group .controls{margin-left: 350px; padding: 5px 0;}

/*课程信息页面*/
.homework_top{
	/*height: 276px;*/
}
.homework_left{
	width: 208px;
	float: left;
}
.homework_right{
	margin-left: 228px;
}
.homework_table{}
.homework_table tr:hover{background-color: transparent;}
.homework_table tr th,
.homework_table tr td{font-size: 14px; font-weight: normal; color: #666; line-height: 20px; padding: 5px 5px 5px 0;}
.homework_table tr th{text-align: right;}
.homework_table tr td{text-align: left;}
.pTitle{
	font-size: 20px;
	font-weight: bold;
	color: #333; line-height: 1;
	padding-top: 20px;
	margin: 0 0 12px 0;
}
.pSubhead{
	font-size: 14px;
}
.tdStyle{
	padding: 12px 12px;
	font-size: 14px;
}
.courseComment_t tr:hover{
	background-color: transparent;
}
/*首页,我的课程,图片大小*/
.imgCourseInfo{
	    height: 238px;
    width: 208px;
}

/*下载中心， title*/

#download-list{margin: -15px 0 15px 0;}
.download-title {
	margin: 0;
	padding: 0 5px;
	height: 50px;
	border-bottom: 1px solid #f0f0f0;
}
.download-title-left {
	font-size: 14px;
	color: #333;
	line-height: 50px;
	margin-right: 100px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.download-title-left .icon-caret-right{
	margin-right: 5px;
	color: #01538d;
}
.download-title-left a{color: #333;}
.download-title-left a:hover{color: #01538d;}
.download-title-right {
	width: 80px;
	float: right;
	font-size: 14px;
	color: #999;
	line-height: 50px;
}

/*新闻列表*/
.news_list{margin: 0 0 15px 0; padding: 0; list-style: none;}
.news_list li{margin: 0; padding: 0 0 18px 0; border-bottom: 1px solid #f0f0f0;}
.news_list li + li{margin-top: 18px;}
.news_list li .pic{float: left; display: inline;}
.news_list li .pic a{/*display: block;*/ cursor: pointer;}
.news_list li .pic a img{/*display: block;*/}
/*.news_list li .pic a:hover img{box-shadow: 0 0 10px 4px #ccc;}*/
.news_list li .info{margin-left: 203px; padding-top: 15px;}
.news_list li .info .title{margin-bottom: 6px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.news_list li .info .title a{font-size: 18px; font-weight: bold; color: #333; line-height: 1;}
.news_list li .info .title a:hover{color: #01538d;}
.news_list li .info .time{color: #999; line-height: 1; margin-bottom: 14px;}
.news_list li .info .time i{font-size: 14px; margin-right: 3px;}
.news_list li .info .intro{font-size: 14px; color: #666; line-height: 1; margin-bottom: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}

/*新闻详情*/
.news_detail{padding: 35px 0;}
.news_detail .title{font-size: 24px; font-weight: bold; color: #333; line-height: 30px; text-align: center; margin-bottom: 14px;}
.news_detail .subInfo{font-size: 14px; color: #999; line-height: 20px; text-align: center; padding-bottom: 23px; border-bottom: 1px solid #f0f0f0; margin-bottom: 27px;}
.news_detail .content{font-size: 14px; color: #333; line-height: 25px; padding: 0 20px; min-height:423px}


/*图片自动缩放*/
.autoZoomImg{
	/*border: 1px solid red;*/
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
.courseListImgSize{
	width: 180px;
	height: 100px;
}
.courseDetailImgSize{
	width: 208px;
	height: 238px;
}
.courseHomeworkListImgSize{
	width:180px;
	height:100px;
}

.courseHomeworkDetailImgSize{
	width:208px;
	height:238px;
}


.homeworkDetailImgSize{
	width:208px;
	height:238px;
}
.studentScoreImgSize{
	width:180px;
	height:100px;
}

.educationPlanListImgSize{
	width:180px;
	height:100px;
	
}
.courseListImgSize{
	width:180px;
	height:100px;
}
.defaultHomeworkListImgSize{
	width:180px;
	height:100px;
}


.defaultCourseListImgSize{
	width:180px;
	height:100px;
}

.defaultTrainInfoImgSize{
	width:155px;
	height:105px;
}

.cancelBlock{
	display:inline;
}

.defaultNewsInfoImgSize{
	width: 155px;
	height: 105px;
}

.noticeDetailInfoImgSize{
	width: 180px;
	height: 100px;
}
.newsDetailInfoImgSize{
	width: 180px;
	height: 100px;
}
.trainInfoDetailImgSize{
	width:155px;
	height: 105px;
}
.trainInfoNewDetailImgSize{
	width: 155px;
	height: 105px;
}

.newsTrainInfoDetailImgSize{
	width:155px;
	height:105px;
}

.newsNewsInfoDetailImgSize{
	width:155px;
	height: 105px;
}

/*我的作业,书面作业*/
img.homeworkDownloadPic{
	margin-left: 12PX;
}
.homeworkTable td{
	text-align: center;
	vertical-align: middle;
}

/*添加表单  编辑表单  呈现数据  的公用表格布局样式*/
.table_layout_edit{width: 100%;}
.table_layout_edit tbody th{font-weight: normal; text-align: right;}
.table_layout_edit tbody th,
.table_layout_edit tbody td{padding: 8px 5px; font-size: 14px; color: #333; word-break: break-all; word-wrap: break-word;}

.table_layout_detail tbody th,
.table_layout_detail tbody td{padding-top: 5px; padding-bottom: 5px;}

/*免考须知*/
.readme{margin-bottom: 10px; margin-left: 5px;}
.readme-caption{margin: 0; font-size: 14px; color: #f74d4d; -webkit-user-select: none; -moz-user-select: none;}
.readme-caption span{cursor: pointer;}
.readme-content{margin: 5px 0 0; display: none;}


/*作业角标*/
.cornerBtn{
	position: relative;
}
.cornerBtn .cornerNum{
	position: absolute;
	top: -8px;
	right: -8px;
	padding:0 4px;
	height: 16px;
	background-color: #ff4b49;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 16px;
}

/*申请专区 more*/
.showDetailInfo{position: relative; display: block;}
.showDetailInfo .subInfo{display: none; box-sizing: border-box; position: absolute; top: 100%; left: 50%; margin-left: -100px; width: 200px; padding: 10px; background-color: #fff; border: 1px solid #ddd; border-radius: 5px;}
.showDetailInfo:hover .subInfo{display: block;}
.showDetailInfo .subInfo p{margin-bottom:3px; color: #666;}
