/********************
 * GENERAL STYLES
 ********************/
 
@import url("xjj.css");
html {
	position: relative;
	min-height: 100%;
}

body {
	background-color: #e9e9e9;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 15px;
	color: #676a6d;
}


a:hover,
a:focus {
	text-decoration: none;
}

th {
	font-weight: 600;
}

.page-title {
	margin-top: 0;
	margin-bottom: 30px;
	font-weight: 300;
}

footer {
	position: absolute;
	bottom: 0;
	right: 0;
	padding-top: 15px;
	padding-bottom: 10px;
}

.copyright {
	margin-bottom: 0;
	text-align: right;
	font-size: 13px;
}

@media screen and (max-width: 767px) {
	.copyright {
		text-align: center;
		position: relative !important;
	}
}

.font-light {
	color: #ff5400;
}

.bg-light {
	background-color: #ffffff !important;
}

/********************
 * LAYOUT
 ********************/
#wrapper .sidebar {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 150px;
	height: 100%;
	float: left;
	background-color: #fdfdfd;
	position: fixed;
	webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
	left: 0;
}

#wrapper .main {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: calc(100% - 150px);
	left: 0;
	position: relative;
	float: right;
}

#wrapper #sidebar-nav,
#wrapper .main {
	padding-top: 50px;
}

@media screen and (max-width: 767px) {

	#wrapper #sidebar-nav {
		padding-top: 130px;
	}
}

.layout-fullwidth #wrapper .sidebar {
	left: -260px;
}

.layout-fullwidth #wrapper .main {
	width: 100%;
}

.layout-fullwidth #wrapper .navbar {
	left: 0 !important;
}

.layout-fullwidth #wrapper .btn-toggle-fullwidth {
	color: #00AAFF;
}

.offcanvas-active #wrapper .sidebar {
	left: 0;
}

.offcanvas-active #wrapper .main {
	width: 100%;
	position: relative;
	left: 260px;
}

@media screen and (max-width: 1024px) {
	#wrapper .sidebar {
		left: -260px;
	}

	#wrapper .main {
		width: 100%;
	}

	#wrapper .navbar {
		left: 0 !important;
	}

	#wrapper .btn-toggle-fullwidth {
		color: #00AAFF;
	}

	.btn-toggle-minified {
		display: none;
	}
}

.main-content {
	padding: 28px 10px;
}

.navbar+.main-content {
	padding: 105px 0 28px 5px;
}

@media screen and (min-width: 1600px) {
	.mr-more {
		margin-right: 425px;
	}
}

@media screen and (max-width: 767px) {
	.navbar+.main-content {
		padding-top: 155px;
	}
}

html.fullscreen-bg,
html.fullscreen-bg body,
html.fullscreen-bg #wrapper {
	height: 100%;
}

.vertical-align-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	display: table;
}

.vertical-align-middle {
	display: table-cell;
	vertical-align: middle;
}

.copyrights {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

/********************
 * TOP NAVIGATION
 ********************/
.navbar-default {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
	margin: 0;
	border: none;
	background-color: #14d45e;
	background-image: linear-gradient(108deg, #14d45e 0%, #14d47c 69%);
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background-color: #0fbe52;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #f8f8f8;
}

.navbar-default .brand {
	float: left;
	padding: 5px 39px 0 15px;
	font-size: 22px;
}

@media screen and (max-width: 1024px) {
	.navbar-default .brand {
		padding-left: 30px;
		padding-right: 15px;
	}
}

@media screen and (max-width: 992px) {
	.navbar-default .brand {
		display: none;
	}
}

@media screen and (max-width: 640px) {
	.navbar-default #navbar-menu {
		float: right;
	}
}

.navbar-btn {
	float: left;
	padding: 16px 0;
}

.navbar-btn button {
	font-size: 24px;
	padding: 4px 8px;
	line-height: .7;
	border: none;
	background: none;
	outline: none;
}

@media screen and (max-width: 640px) {
	.navbar-btn {
		padding-left: 0;
	}
}

.navbar-btn-right {
	float: right;
}

.navbar-form {
	padding: 15px;
	border: 0;
}

.navbar-form input[type="text"] {
	min-width: 200px;
}

@media screen and (max-width: 767px) {
	.navbar-form {
		float: left;
		width: 70%;
		margin-left: 5px;
		margin-right: 5px;
		padding-left: 0;
		padding-right: 0;
	}

	.navbar-form .input-group {
		width: 70%;
	}

	.navbar-form input[type="text"] {
		min-width: 150px;
	}
}

@media screen and (max-width: 640px) {
	.navbar-form {
		display: none;
	}
}

.navbar-nav .icon-menu {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	padding-top: 28px;
	padding-bottom: 28px;
	position: relative;
}

.navbar-nav .icon-menu .badge {
	position: absolute;
	top: 22px;
	right: 16px;
}

.navbar-nav>li>a {
	padding: 12px 20px;
}

.navbar-nav>li>a>i {
	font-size: 22px;
	margin-right: 2px;
	vertical-align: middle;
}

.navbar-nav>li>a>i.icon-submenu {
	margin-left: 2px;
	margin-right: 0;
	font-size: 10px;
	position: relative;
	top: 2px;
}

.navbar-nav>li>a>span {
	position: relative;
	top: 2px;
}

.navbar-nav>li>a img {
	width: 26px;
	margin-right: 5px;
}

.navbar-nav>li>.dropdown-menu {
	padding: 0;
	min-width: 200px;
}

.navbar-nav .dropdown-menu {
	border-top: 0px solid #ACB0B5;
}

.navbar-nav .dropdown-menu>li>a {
	padding: 10px 20px;
}

.navbar-nav .dropdown-menu>li>a:hover,
.navbar-nav .dropdown-menu>li>a:focus {
	background-color: #fafafa;
}

.navbar-nav .dropdown-menu>li>a span,
.navbar-nav .dropdown-menu>li>a i {
	vertical-align: middle;
}

.navbar-nav .user-role {
	background-color: #f6f6f6;
	color: #666;
	padding: 0 8px;
	height: 20px;
	line-height: 19px;
	display: inline-block;
	font-size: 12px;
	border: 1px #e7e7e7 solid;
	border-radius: 15px;
	margin-right: 5px;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
}

@media screen and (min-width: 768px) {
	.navbar-nav.navbar-right {
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	.navbar-nav {
		width: 100%;
		margin: 0;
	}

	.navbar-nav>li {
		display: table-cell;
		width: 1%;
		position: inherit;
		text-align: center;
	}

	.navbar-nav>li>a {
		padding: 15px 20px;
	}

	.navbar-nav>li>a span:not(.badge),
	.navbar-nav>li>a .icon-submenu {
		display: none;
	}

	.navbar-nav .open .dropdown-menu {
		-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
		-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
		position: absolute;
		width: 100%;
		margin-top: 3px;
		background-color: #0fbe52;
	}

	.navbar-nav .open .dropdown-menu>li>a {
		padding: 10px 15px;
	}

	.navbar-nav .icon-menu {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.navbar-nav .icon-menu .badge {
		top: 10px;
		right: 15px;
	}
}

.navbar-toggle {
	padding: 5px 8px;
	margin: 20px 15px 20px 0;
}

.navbar-toggle .icon-nav {
	font-size: 24px;
}

.notification-item .dot {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	width: 10px;
	height: 10px;
	content: '';
	margin-right: 8px;
}

ul.notifications>li {
	border-bottom: 1px solid #F0F0F0;
}

ul.notifications>li:last-child {
	border-bottom: none;
}

ul.notifications>li>.more {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	text-decoration: underline;
	font-weight: 600;
}

ul.notifications>li>.more:hover,
ul.notifications>li>.more:focus {
	text-decoration: none;
}

.dropdown-menu {
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	border-color: #eaeaea;
}

.dropdown-menu>li>a {
	color: #676a6d;
}

.dropdown-menu>li i {
	margin-right: 6px;
}

.dropdown-menu .active>a,
.dropdown-menu .active>a:focus,
.dropdown-menu .active>a:hover {
	background-color: #00AAFF;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
	color: #a3a3a3;
}

/********************
 * SIDEBAR NAVIGATION
 ********************/
.sidebar {
	z-index: 9;
}

.sidebar .nav>li>a {
	padding: 10px 10px;
	color: #373e48;
	border-left: 5px solid transparent;
	border-bottom: #e7e7e7 solid 1px;
}

.sidebar .nav>li>a:hover,
.sidebar .nav>li>a:focus,
.sidebar .nav>li>a.active {
	color: #747474;
	background-color: transparent;
}

.sidebar .nav>li>a:hover i,
.sidebar .nav>li>a:focus i,
.sidebar .nav>li>a.active i {
	color: #607d8b;
}

.sidebar .nav>li>a:focus,
.sidebar .nav>li>a.active {
	background-color: #fdfdfd;
	border-left-color: #607d8b;
}

.sidebar .nav>li>a[data-toggle="collapse"] .icon-submenu {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	float: right;
	position: relative;
	top: 10px;
	font-size: 14px;
	line-height: 1.1;
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.sidebar .nav>li>a[data-toggle="collapse"].collapsed .icon-submenu {
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.sidebar .nav>li>a .badge {
	font-weight: 400;
	background-color: #F9354C;
}

.sidebar .nav {
	/* submenu */
}

.sidebar .nav i {
	margin-right: 10px;
	font-size: 24px;
	color: #607d8b;
}

.sidebar .nav span {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
	top: -2px;
}

.sidebar .nav .nav {
	background-color: #f3f3f3;
}

.sidebar .nav .nav>li>a {
	padding-left: 48px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.sidebar .nav .nav>li>a:focus,
.sidebar .nav .nav>li>a.active {
	background-color: transparent;
	border-left-color: transparent;
	color: #337ab7;
}

.sidebar .nav .nav>li>a.active a {
	color: #fff;
}

/********************
 * TYPOGRAPHY
 ********************/
.text-success {
	color: #41B314;
}

.text-warning {
	color: #e4cb10;
}

.text-danger {
	color: #F9354C;
}

ul.list-justify>li {
	margin-bottom: 5px;
}

ul.list-justify>li span {
	float: right;
}

/********************
 * INPUTS
 ********************/


.input-group-addon {
	border: 1px solid #eaeaea;
}

/* fancy checkbox and radio button */
.fancy-checkbox {
	display: block;
	font-weight: normal;
}

.fancy-checkbox input[type="checkbox"] {
	display: none;
}

.fancy-checkbox input[type="checkbox"]+span {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	cursor: pointer;
	position: relative;
	font-size: 13px;
}

.fancy-checkbox input[type="checkbox"]+span:before {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	position: relative;
	bottom: 1px;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	content: "";
	border: 1px solid #ccc;
}

.fancy-checkbox input[type="checkbox"]:checked+span:before {
	font-family: FontAwesome;
	content: '\f00c';
	font-size: 12px;
	color: #666;
	text-align: center;
	line-height: 16px;
	background: #ededed;
	border: 1px solid #ccc;
}

.fancy-checkbox.custom-color-green input[type="checkbox"]:checked+span:before {
	color: #53D76A;
	background-color: #fff;
}

.fancy-checkbox.custom-bgcolor-green input[type="checkbox"]:checked+span:before {
	color: #fff;
	background-color: #53D76A;
	border-color: #32cf4d;
}

.fancy-radio {
	display: inline-block;
	font-weight: normal;
	padding-top: 8px;
	margin-right: 20px;
}

.fancy-radio input[type="radio"] {
	display: none;
}

.fancy-radio input[type="radio"]+span {
	display: block;
	cursor: pointer;
	position: relative;
	font-size: 13px;
}

.fancy-radio input[type="radio"]+span i {
	display: inline-block;
	vertical-align: middle;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	position: relative;
	bottom: 1px;
	content: "";
	border: 1px solid #ccc;
	width: 22px;
	height: 22px;
	margin-right: 5px;
}

.fancy-radio input[type="radio"]:checked+span i:after {
	content: '';
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 14px;
	height: 14px;
	margin-left: -7px;
	margin-top: -7px;
	background-color: #11c256;
}

.fancy-radio.custom-color-green input[type="radio"]:checked+span i:after {
	background-color: #53D76A;
}

.fancy-radio.custom-bgcolor-green input[type="radio"]:checked+span i {
	background-color: #53D76A;
}

.fancy-radio.custom-bgcolor-green input[type="radio"]:checked+span i:after {
	background-color: #fff;
}

/********************
 * BUTTONS
 ********************/
.btn {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 6px 22px;
}

.btn:hover,
.btn:focus,
.btn:active:hover,
.btn:active:focus {
	background-color: #e5e7ed;
}

.btn-group-lg>.btn,
.btn-lg {
	padding: 10px 28px;
}

.btn-group-sm>.btn,
.btn-sm {
	padding: 5px 18px;
}

.btn-group-xs>.btn,
.btn-xs {
	padding: 6px 10px;
}

.btn-primary {
	background-color: #14d45e;
	background-image: linear-gradient(108deg, #14d45e 0%, #14d47c 69%);
	border-color: transparent;
	box-shadow: 0 0 10px rgba(20, 212, 94, 0.4);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:hover,
.btn-primary:active:focus {
	background-color: #21e06e;
	border-color: transparent;
	box-shadow: 0 0 13px rgba(20, 212, 94, 0.8);
}

.btn-primary:active {
	color: #fff;
	background-color: #21e06e;
	border-color: transparent;
	box-shadow: 0 0 13px rgba(20, 212, 94, 0.8);
}

.btn-warning {
	background-color: #e4cb10;
	border-color: #d6be0f;
}

.btn-warning:hover,
.btn-warning:focus {
	background-color: #d6be0f;
	border-color: #d6be0f;
}

.btn-success {
	background-color: #41B314;
	border-color: #3ca512;
}

.btn-success:hover,
.btn-success:focus {
	background-color: #3ca512;
	border-color: #3ca512;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.btn-light {
	background-color: #fff;
	border-color: #003399;
	color: #003399;
}

.btn-light:hover,
.btn-light:focus {
	background-color: #fff;
	border-color: #4957e8;
	color: #2538cc;
}

/********************
 * PANELS
 ********************/
.panel {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	background-color: #fff;
	margin-bottom: 30px;
	position: relative;
	border: #eee solid 1px;
}

.panel .panel-heading,
.panel .panel-body,
.panel .panel-footer {
	padding-left: 25px;
	padding-right: 25px;
}

.panel .panel-heading {
	padding-top: 15x;
	padding-bottom: 15x;
	position: relative;
	border-bottom: 1px solid #e8eaec;
}


.panel .panel-heading .panel-title {
	margin: 0;
	font-size: 22px;
	font-weight: 300;
	color: #373e48;
	margin-right: 30px;
}

.panel .panel-heading .panel-tit {
	float: left;
	padding-top: 9px;
	min-height: 40px;
}

.panel .heading-s {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

.panel .heading-s .panel-title {
	margin: 0;
	font-size: 16px;
	font-weight: 300;
	color: #373e48;
	margin-right: 30px;
}

.panel-search {
	float: left;
}

.panel-search {
	min-height: 40px;
}

.panel-search .form-group-search,
.search-bar .form-group-search {
	position: relative;
}

.panel-search .form-group-search .form-control,
.search-bar .form-group-search .form-control {
	border: #b8c0d5 solid 1px;
	width: 300px;
	height: 40px;
	padding-right: 35px;
}

.panel-search .form-group-search .btn-search,
.search-bar .form-group-search .btn-search {
	position: absolute;
	right: 0;
	top: 2px;
	background-color: transparent;
	border: none;
}

.panel-search .form-group-search .btn-search i,
.search-bar .form-group-search .btn-search i {
	font-size: 25px;
	color: #b8c0d5;
}

.search-bar .form-group-search {
	float: left;
	margin-right: 20px;
}

.search-bar .course-tags {
	display: inline-block;
	padding: 0;
	border-bottom: none;
}

.btn-search:hover,
.btn-search:focus,
.btn-search:active:hover,
.btn-search:active:focus {
	background-color: transparent;
	border: none;
}

.btn-search:active {
	background-color: transparent;
	border: none;
}


.panel .panel-heading .button {
	padding: 0;
	margin-left: 5px;
	background-color: transparent;
	border: none;
	outline: none;
}

.panel .panel-heading .button i {
	font-size: 22px;
}

.panel .panel-body {
	padding-top: 25px;
	padding-bottom: 25px;
}

.panel .panel-body.panel-body-s {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.panel .panel-body.h166 {
	height: 166px;
}

.panel .panel-note {
	font-size: 13px;
	line-height: 2.6;
	color: #777777;
}

.panel .panel-note i {
	font-size: 16px;
	margin-right: 3px;
}

.panel .right {
	position: absolute;
	right: 15px;
	top: 20%;
}

.panel.panel-headline .panel-heading {
	border-bottom: none;
}

.panel.panel-headline .panel-heading .panel-title {
	margin-bottom: 8px;
	font-size: 22px;
	font-weight: normal;
}

.panel.panel-headline .panel-heading .panel-subtitle {
	margin-bottom: 0;
	font-size: 14px;
	color: #8D99A8;
}

.panel.panel-scrolling .btn-bottom {
	margin-bottom: 30px;
}

.panel .table>thead>tr>td:first-child,
.panel .table>thead>tr>th:first-child,
.panel .table>tbody>tr>td:first-child,
.panel .table>tbody>tr>th:first-child,
.panel .table>tfoot>tr>td:first-child,
.panel .table>tfoot>tr>th:first-child {
	padding-left: 25px;
}

.panel .table>thead>tr>td:last-child,
.panel .table>thead>tr>th:last-child,
.panel .table>tbody>tr>td:last-child,
.panel .table>tbody>tr>th:last-child,
.panel .table>tfoot>tr>td:last-child,
.panel .table>tfoot>tr>th:last-child {
	padding-left: 25px;
}

.panel .table .id-term {
	width: 80px;
}

.panel .table .table-icon i {
	font-size: 22px;
}

.panel .table .table-icon {
	margin-right: 10px;
}

.panel .table a.table-icon {
	color: #354b60;
}

.panel .table a.table-icon:hover {
	color: #003399;
}

.panel-footer {
	background-color: #fafafa;
}

.panel-course {
	padding-bottom: 53px;
}

.panel-course:hover {
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.panel-course .panel-body {
	position: relative;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
}

.panel-course .panel-heading {
	padding-top: 10px;
	padding-bottom: 10px;
}

.panel-course h4 {
	color: #373e48;
	font-size: 16px;
	line-height: 1.2em;
	word-break: break-all;
	margin: 0 0 15px 0;
}

.panel-course h4 em {
	display: inline-block;
	font-size: 14px;
	border: solid #14d461 1px;
	color: #14d461;
	padding: 0px 10px;
	border-radius: 15px;
	margin-right: 10px;
	font-style: normal;
}

.panel-course .photo {
	position: relative;

	margin-bottom: 10px;
}


@media screen and (max-width:1600px) {
	.panel-course .photo {
		display: block;
	}

	.panel-course .photo img {
		width: 100%;
	}

	.panel-course .course-dt {
		display: block;
	}
}

@media screen and (min-width:1601px) {

	.panel-course .photo {
		float: left;
	}

	.panel-course .photo img {
		width: 135px;
		height: 80px;
		margin-right: 15px;
	}

	.panel-course .course-dt {
		width: calc(100% - 150px);
		left: 0;
		position: relative;
		float: right;
	}
}


.panel-course .cover {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #ff531e;
	color: #fff;
	font-size: 14px;
	padding: 2px 5px;
	line-height: 18px;
}

.panel-course .btn-li {
	border-top: #f0f1f4 solid 1px;

}

.panel-course .btn-li a {
	color: #333;
	padding: 12px 0px;
	display: block;
}

.panel-course .btn-li a:hover {
	color: #003399;
}

.panel-course .btn-li i {
	color: #607d8b;
	margin-right: 10px;
	font-size: 18px;
}

.panel-course .btn-li div {
	border-right: #f0f1f4 solid 1px;
}

.panel-course .btn-li div:hover {
	background-color: #ececec;
	cursor: pointer;
}

.panel-course .course-info {
	display: block;
	font-size: 12px;
	margin-bottom: 5px;
}

.panel-course .course-info em {
	color: #919191;
	font-style: normal;
	margin-right: 10px;

}

.panel-course .panel-body p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.panel-course .panel-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0;
	background-color: #fafafa;
	background-image: linear-gradient(183deg, #fafafa 25%, #ebebeb 100%);
	border-top: #f0f1f4 solid 1px;
}

.panel-course .panel-footer .panel-icon {
	display: inline-block;
	float: right;
	padding: 13px;
	color: #888;
	border-left: #f0f1f4 solid 1px;
}


.panel-course .panel-footer a.panel-icon:hover {
	background-color: #e4e4e4;
	color: #003399;
}

.panel-course .panel-footer .panel-icon .iconfont {
	font-size: 24px;
	line-height: 24px;
}

.panel-course .panel-footer .panel-state {
	float: left;
	padding: 12px 10px;
	line-height: 24px;
}

.course_add {
	display: block;
	width: 100%;
	border: #14d461 2px dashed;
	padding: 35px 0 60px;
	text-align: center;
	margin: auto;
	background-color: #fafafa;
	background-image: linear-gradient(183deg, #fafafa 25%, #ebebeb 100%);
	cursor: pointer;
}

.course_add a {
	display: block;
	text-align: center;
	font-size: 20px;
	color: #373e48;
}

.course_add a:hover {
	color: #14d45e;
}

.course_add i {
	display: block;
	font-size: 60px;
	color: #373e48;
}

.panel-course .text-tags span {
	display: inline-block;
	padding: 2px 5px;
	margin-right: 3px;
	border: #eeeeee solid 1px;
	border-radius: 5px;
	margin-bottom: 3px;
}

.panel-cate .panel-body {
	position: relative;
}

.panel-cate .panel-heading {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}

.panel-cate h4 {
	color: #373e48;
	font-size: 20px;
	margin-top: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.panel-cate .panel-body p {
	color: #919191;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 5px;
}

.panel-cate .panel-footer {
	padding: 0;
	background-color: #fafafa;
	background-image: linear-gradient(183deg, #fafafa 25%, #ebebeb 100%);
	border-top: #f0f1f4 solid 1px;
}

.panel-cate .panel-footer .panel-icon {
	display: inline-block;
	float: right;
	padding: 13px;
	color: #888;
	border-left: #f0f1f4 solid 1px;
}

.panel-cate .panel-footer a.panel-icon:hover {
	background-color: #e4e4e4;
}

.panel-cate .panel-footer .panel-icon .iconfont {
	font-size: 24px;
	line-height: 24px;
}

.panel-cate .panel-footer span {
	float: left;
	line-height: 24px;
}


.course-tags {
	padding: 15px 25px 5px 25px;
	border-bottom: solid #e8eaec 1px;
}

.course-tags ul {
	padding: 0;
}

.course-tags li {
	display: inline-block;
	float: left;
	font-size: 14px;
	border: solid #e8eaec 1px;
	background-color: #f3f3f3;
	color: #333;
	padding: 6px 18px;
	border-radius: 4px;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}

.course-tags li:hover {
	color: #11c256;
}

.course-tags li.active {
	background-color: #c8e6c9;
	border: solid #b9dbba 1px;
}

.course-tags {
	padding: 15px 25px 5px 25px;
	border-bottom: solid #e8eaec 1px;
}

.photo-tags {
	padding-bottom: 5px;
}

.photo-tags span {
	float: left;
	white-space: nowrap;
	width: 50px;
	color: #999;
	line-height: 30px;
}

.photo-tag {
	margin-left: 50px;
}

.photo-tags a {
	display: inline-block;
	white-space: nowrap;
	float: left;
	font-size: 14px;
	color: #333;
	padding: 5px 10px;
	border-radius: 4px;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}

.modal-photo .photo-tags {
	padding-left: 10px;
}

.photo-tags a:hover {
	color: #11c256;
}

.photo-tags a.active,
.photo-tags a.active:hover {
	color: #333;
	background-color: #c8e6c9;
}


.photo-box img {
	float: left;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.photo-box .photo-box-dt {
	width: calc(100% - 95px);
	left: 0;
	position: relative;
	float: right;
	min-height: 103px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	color: #333;
	cursor: default;
	color: #333;
	background-color: transparent;
	border-color: #ddd;
}

.pagination>li>a,
.pagination>li>span {
	color: #333;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
	z-index: 2;
	color: #333;
	background-color: #c8e6c9;
	border-color: #c8e6c9;
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	color: #607d8b;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #fff;
	border-radius: 10px;
	border: #607d8b solid 1px;
}

/********************
 * ELEMENTS
 ********************/
.search-bar {
	padding-bottom: 20px;
}

.collapsing {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.label {
	font-weight: normal;
}

.metric {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 20px;
	margin-bottom: 30px;
	border: 1px solid #DCE6EB;
}

.metric .icon {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	float: left;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #0081c2;
	text-align: center;
}

.metric .icon i {
	font-size: 18px;
	color: #fff;
}

.metric p {
	margin-bottom: 0;
	line-height: 1.2;
	text-align: right;
}

.metric .number {
	display: block;
	font-size: 28px;
	font-weight: 300;
}

.metric .title {
	font-size: 16px;
}

ul.activity-list>li {
	padding: 25px 0;
}

ul.activity-list>li:not(:last-child) {
	border-bottom: 1px solid #F0F0F0;
}

ul.activity-list>li .avatar {
	width: 40px;
}

ul.activity-list>li>p {
	margin-bottom: 0;
	padding-left: 3.5em;
}

ul.activity-list>li .timestamp {
	display: block;
	font-size: 13px;
	color: #a3a3a3;
}

/* task list */
.task-list>li {
	margin-bottom: 32px;
}

.task-list p {
	position: relative;
}

.task-list p .label-percent {
	position: absolute;
	right: 0;
}

/* bootstrap progress bar */
.progress {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #f1f1f1;
}

.progress.wide {
	width: 60px;
}

.progress .progress-bar {
	-webkit-transition: width 3s ease;
	-moz-transition: width 3s ease;
	-ms-transition: width 3s ease;
	-o-transition: width 3s ease;
	transition: width 3s ease;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.progress.progress-sm {
	height: 12px;
}

.progress.progress-xs {
	height: 5px;
}

.progress.progress-sm .progress-bar,
.progress.progress-xs .progress-bar {
	text-indent: -9999px;
}

.progress-bar-success {
	background-color: #41B314;
}

.progress-bar-warning {
	background-color: #e4cb10;
}

.progress-bar-danger {
	background-color: #F9354C;
}

.weekly-summary {
	margin-bottom: 30px;
	font-weight: 300;
}

.weekly-summary .number {
	font-size: 36px;
}

.weekly-summary i {
	font-size: 16px;
	margin-left: 10px;
}

.weekly-summary .percentage {
	position: relative;
	top: -7px;
}

.weekly-summary .info-label {
	display: block;
	margin-bottom: 10px;
	font-weight: normal;
}

.todo-list>li {
	border-top: 1px solid #F0F0F0;
	position: relative;
}

.todo-list>li:first-child {
	border-top: none;
}

.todo-list>li .fancy-checkbox {
	position: absolute;
	top: 50%;
	margin-top: -11px;
}

.todo-list>li .fancy-checkbox input[type="checkbox"]+span {
	margin-right: 0;
}

.todo-list>li p {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	width: 90%;
	margin: 0;
	padding: 20px 0 20px 35px;
}

.todo-list>li.completed p,
.todo-list>li.completed .date {
	text-decoration: line-through;
	color: #b4b7b9;
}

.todo-list .title {
	font-size: 16px;
	font-weight: 600;
}

.todo-list .short-description {
	display: block;
	margin-top: 5px;
}

.todo-list .date {
	font-size: 13px;
	color: #a3a3a3;
}

.todo-list .controls {
	float: right;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -11px;
}

.todo-list .controls a {
	margin-left: 5px;
}

/* toastr notification */
#toast-container>div {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

#toast-container>div,
#toast-container>div:hover {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#toast-container .toast-close-button {
	top: -0.9em;
}

.toast a {
	text-decoration: underline;
}

.toast a:hover,
.toast a:focus {
	text-decoration: none;
	color: #fff;
}

.toast .toast-message {
	font-size: 14px;
	line-height: 2;
}

.toast-info {
	background-color: #00AAFF;
}

.toast-success {
	background-color: #41B314;
}

.toast-warning {
	background-color: #e4cb10;
}

.toast-danger {
	background-color: #F9354C;
}

/* tabs */
.custom-tabs-line ul {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}

.custom-tabs-line ul>li {
	float: left;
}

.custom-tabs-line ul>li a {
	color: #8d9093;
	font-weight: normal;
}

.custom-tabs-line ul>li a:hover,
.custom-tabs-line ul>li a:focus {
	color: #676a6d;
	background-color: transparent;
}

.custom-tabs-line ul>li a:focus {
	outline: none;
}

.custom-tabs-line ul.nav-pills a:hover,
.custom-tabs-line ul.nav-pills a:focus {
	color: #fff;
	background-color: #00AAFF;
}

.custom-tabs-line.tabs-line-bottom {
	border-bottom: 1px solid #eaeaea;
}

.custom-tabs-line.tabs-line-bottom ul>li {
	margin-bottom: -1px;
}

.custom-tabs-line.tabs-line-bottom a {
	border-bottom: 1px solid transparent;
}

.custom-tabs-line.tabs-line-bottom .active a {
	border-bottom: 2px solid #00AAFF;
}

.custom-tabs-line.left-aligned {
	text-align: left;
}

.custom-tabs-line.right-aligned {
	text-align: right;
}

@media screen and (max-width: 768px) {
	.custom-tabs-line ul li.active>a {
		margin-bottom: -1px;
	}
}

.modal-header.modal-tabs {
	padding: 0;
}

.modal-header.modal-tabs .close {
	margin-right: 15px;
	margin-top: 15px;
}

.modal-content .nav-tabs {
	border-bottom: 0px solid #ddd;
	font-size: 18px;
}

.modal-content .nav>li {
	padding: 0 30px;
}

.modal-content .nav>li>a {
	padding: 15px 0px;
}

.nav-tabs>li>a {
	color: #333;
	margin-right: 2px;
	line-height: 1.42857143;
	border: 0px solid transparent;
	border-radius: 4px 4px 0 0;
	background-color: transparent;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #14d461;
	background-color: transparent;
	border: 0px solid #ddd;
	border-bottom: 3px solid #14d461;
}

.nav-tabs>li a:hover {
	background-color: transparent;
}

/********************
 * CHARTS
 ********************/
/* easy pie chart */
.easy-pie-chart {
	position: relative;
	width: 110px;
	margin: 0 auto;
	margin-bottom: 15px;
	text-align: center;
}

.easy-pie-chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}

.easy-pie-chart .percent {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	line-height: 110px;
	z-index: 2;
}

.easy-pie-chart .percent:after {
	content: '%';
	margin-left: 0.1em;
	font-size: .8em;
}

.easy-pie-chart#system-load {
	width: 130px;
}

.easy-pie-chart#system-load .percent {
	line-height: 128px;
}

/********************************
 * AUTHENTICATION FORMS, PAGE
 ********************************/
.auth-box {
	-moz-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 1000px;
	height: 450px;
	margin: 0 auto;
	background-color: #fff;
}

.auth-box:before {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	content: ' ';
	vertical-align: middle;
	height: 100%;
}

.auth-box .content {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	width: 99%;
	vertical-align: middle;
}

.auth-box .left {
	float: left;
	width: 42%;
	height: 100%;
	padding: 0 60px;
	text-align: center;
}

.auth-box .left:before {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	content: ' ';
	vertical-align: middle;
	height: 100%;
}

.auth-box .right {
	float: right;
	width: 58%;
	height: 100%;
	position: relative;
	background-image: url("../img/login-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.auth-box .right:before {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	content: ' ';
	vertical-align: middle;
	height: 100%;
}

.auth-box .right .text {
	position: relative;
	padding: 0 30px;
	color: #fff;
}

.auth-box .right .heading {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 26px;
	font-weight: 300;
}

.auth-box .right p {
	margin: 0;
	font-size: 18px;
	font-weight: 300;
}

.auth-box .right .overlay {
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(95, 111, 238, 0.5);
}

.auth-box .header {
	margin-bottom: 30px;
}

.auth-box .lead {
	margin-top: 5px;
	font-size: 24px;
	text-align: center;
}

.auth-box .form-auth-small .btn {
	margin-top: 20px;
}

.auth-box .form-auth-small .element-left {
	float: left;
}

.auth-box .form-auth-small .element-right {
	float: right;
}

.auth-box .form-auth-small .bottom {
	margin-top: 20px;
	text-align: center;
}

.auth-box.lockscreen {
	width: 50%;
	padding: 40px 60px;
}

.auth-box.lockscreen .logo {
	margin-bottom: 30px;
}

.auth-box.lockscreen .user {
	margin-bottom: 30px;
}

.auth-box.lockscreen .user .name {
	font-size: 18px;
	margin-top: 10px;
}

@media screen and (min-width: 1440px) {
	.auth-box.lockscreen {
		width: 35%;
	}
}

@media screen and (max-width: 1279px) {
	.auth-box {
		width: 90%;
	}

	.auth-box .left {
		top: 3.3em;
	}
}

@media screen and (max-width: 1023px) {
	.auth-box .left {
		width: 100%;
		position: inherit;
		padding: 30px;
	}

	.auth-box .right {
		display: none;
	}
}

@media screen and (max-width: 992px) {
	.auth-box {
		width: 70%;
	}

	.auth-box.lockscreen {
		width: 50%;
		padding: 40px 20px;
	}
}

@media screen and (max-width: 640px) {
	.auth-box {
		width: 90%;
	}

	.auth-box .content {
		width: 95%;
	}

	.auth-box.lockscreen {
		width: 90%;
	}
}

/********************
 * HELPERS
 ********************/
.bg-success {
	background-color: #41B314;
}

.bg-warning {
	background-color: #e4cb10;
}

.bg-danger {
	background-color: #F9354C;
}

.no-padding {
	padding: 0 !important;
}

.margin-top-30 {
	margin-top: 30px !important;
}

.margin-bottom-30 {
	margin-bottom: 30px !important;
}

.padding-top-30 {
	padding-top: 30px !important;
}

.padding-bottom-30 {
	padding-bottom: 30px !important;
}

/********************
 * PAGE: PROFILE
 ********************/
.panel-profile {
	position: relative;
}

.profile-left {
	padding-left: 0;
	float: left;
	width: 35%;
	height: 100%;
	position: absolute;
	background-color: #F8F8F8;
}

.profile-right {
	float: right;
	width: 65%;
	padding: 20px 25px;
}

.profile-right .heading {
	margin-top: 0;
}

@media screen and (max-width: 992px) {

	.profile-left,
	.profile-right {
		float: none;
		width: 100%;
	}

	.profile-left {
		position: relative;
		margin-bottom: 30px;
	}
}

.profile-header {
	position: relative;
	text-align: center;
	color: #fff;
}

.profile-header .overlay {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}

.profile-header .profile-main {
	position: relative;
	padding: 20px;
	background-image: url("../img/profile-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.profile-main .img-circle {
	width: 90px;
	height: 90px;
}

.profile-header .name {
	margin: 8px 0 0 0;
	font-size: 22px;
}

.profile-header .online-status {
	font-size: 13px;
	position: relative;
	top: -2px;
}

.profile-header .online-status:before {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	content: '';
	width: 8px;
	height: 8px;
	margin-right: 3px;
}

.profile-header .online-status.status-available:before {
	background-color: #41B314;
}

.profile-header .profile-stat {
	position: relative;
	background-color: #607d8b;
}

.profile-header .profile-stat .stat-item {
	padding: 20px;
	position: relative;
}

.profile-header .profile-stat .stat-item:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background-color: #7b8c9d;
}

.profile-header .profile-stat .stat-item:last-child:after {
	display: none;
}

.profile-header .profile-stat .stat-item span {
	display: block;
}

@media screen and (max-width: 1023px) {
	.profile-header .profile-stat .stat-item:after {
		display: none;
	}
}

.profile-detail {
	padding-bottom: 30px;
}

.profile-info {
	padding: 0 20px;
	margin: 20px 0;
}

.profile-info .heading {
	margin: 0 0 10px 0;
	font-weight: 600;
}

.profile-info ul>li {
	margin-bottom: 8px;
}

.social-icons {
	margin-bottom: 0;
}

.social-icons>li {
	padding: 0 2px 5px 2px;
}

.social-icons>li>a {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 40px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	background-color: #4d4d4d;
	color: #fff;
}

.social-icons>li>a i {
	font-size: 18px;
}

.social-icons>li>a:hover,
.social-icons>li>a:focus {
	background-color: #404040;
}

/* colored background */
.z500px-bg {
	background-color: #0099e5 !important;
}

.z500px-bg:hover,
.z500px-bg:focus {
	background-color: #0088cc !important;
}

.light-bg {
	background-color: #f3f3f3 !important;
}

.light-bg:hover,
.light-bg:focus {
	background-color: #f3f3f3 !important;
}

.lightblue-bg {
	background-color: #dcecff !important;
}

.lightblue-bg:hover,
.lightblue-bg:focus {
	background-color: #dcecff !important;
}

.about-me-bg {
	background-color: #00405d !important;
}

.about-me-bg:hover,
.about-me-bg:focus {
	background-color: #002e44 !important;
}

.airbnb-bg {
	background-color: #fd5c63 !important;
}

.airbnb-bg:hover,
.airbnb-bg:focus {
	background-color: #fd434b !important;
}

.alphabet-bg {
	background-color: #ed1c24 !important;
}

.alphabet-bg:hover,
.alphabet-bg:focus {
	background-color: #de1219 !important;
}

.amazon-bg {
	background-color: #ff9900 !important;
}

.amazon-bg:hover,
.amazon-bg:focus {
	background-color: #e68a00 !important;
}

.american-express-bg {
	background-color: #002663 !important;
}

.american-express-bg:hover,
.american-express-bg:focus {
	background-color: #001c4a !important;
}

.aol-bg {
	background-color: #ff0b00 !important;
}

.aol-bg:hover,
.aol-bg:focus {
	background-color: #e60a00 !important;
}

.behance-bg {
	background-color: #1769ff !important;
}

.behance-bg:hover,
.behance-bg:focus {
	background-color: #0059fd !important;
}

.bing-bg {
	background-color: #ffb900 !important;
}

.bing-bg:hover,
.bing-bg:focus {
	background-color: #e6a700 !important;
}

.bitbucket-bg {
	background-color: #205081 !important;
}

.bitbucket-bg:hover,
.bitbucket-bg:focus {
	background-color: #1b436d !important;
}

.bitly-bg {
	background-color: #ee6123 !important;
}

.bitly-bg:hover,
.bitly-bg:focus {
	background-color: #e65312 !important;
}

.blogger-bg {
	background-color: #f57d00 !important;
}

.blogger-bg:hover,
.blogger-bg:focus {
	background-color: #dc7000 !important;
}

.booking-com-bg {
	background-color: #003580 !important;
}

.booking-com-bg:hover,
.booking-com-bg:focus {
	background-color: #002a67 !important;
}

.buffer-bg {
	background-color: #168eea !important;
}

.buffer-bg:hover,
.buffer-bg:focus {
	background-color: #1380d3 !important;
}

.code-school-bg {
	background-color: #616f67 !important;
}

.code-school-bg:hover,
.code-school-bg:focus {
	background-color: #55615a !important;
}

.codecademy-bg {
	background-color: #f65a5b !important;
}

.codecademy-bg:hover,
.codecademy-bg:focus {
	background-color: #f54243 !important;
}

.creative-market-bg {
	background-color: #8ba753 !important;
}

.creative-market-bg:hover,
.creative-market-bg:focus {
	background-color: #7d964b !important;
}

.delicious-bg {
	background-color: #3399ff !important;
}

.delicious-bg:hover,
.delicious-bg:focus {
	background-color: #1a8cff !important;
}

.deviantart-bg {
	background-color: #05cc47 !important;
}

.deviantart-bg:hover,
.deviantart-bg:focus {
	background-color: #04b33e !important;
}

.digg-bg {
	background-color: #005be2 !important;
}

.digg-bg:hover,
.digg-bg:focus {
	background-color: #0051c9 !important;
}

.disqus-bg {
	background-color: #2e9fff !important;
}

.disqus-bg:hover,
.disqus-bg:focus {
	background-color: #1593ff !important;
}

.django-bg {
	background-color: #092e20 !important;
}

.django-bg:hover,
.django-bg:focus {
	background-color: #051911 !important;
}

.dribbble-bg {
	background-color: #ea4c89 !important;
}

.dribbble-bg:hover,
.dribbble-bg:focus {
	background-color: #e7357a !important;
}

.elance-bg {
	background-color: #0d69af !important;
}

.elance-bg:hover,
.elance-bg:focus {
	background-color: #0b5b97 !important;
}

.envato-bg {
	background-color: #82b541 !important;
}

.envato-bg:hover,
.envato-bg:focus {
	background-color: #75a23a !important;
}

.etsy-bg {
	background-color: #d5641c !important;
}

.etsy-bg:hover,
.etsy-bg:focus {
	background-color: #be5919 !important;
}

.facebook-bg {
	background-color: #3b5998 !important;
}

.facebook-bg:hover,
.facebook-bg:focus {
	background-color: #344e86 !important;
}

.feedly-bg {
	background-color: #2bb24c !important;
}

.feedly-bg:hover,
.feedly-bg:focus {
	background-color: #269d43 !important;
}

.flattr-bg {
	background-color: #f67c1a !important;
}

.flattr-bg:hover,
.flattr-bg:focus {
	background-color: #ed6f09 !important;
}

.flickr-bg {
	background-color: #0063dc !important;
}

.flickr-bg:hover,
.flickr-bg:focus {
	background-color: #0058c3 !important;
}

.flipboard-bg {
	background-color: #e12828 !important;
}

.flipboard-bg:hover,
.flipboard-bg:focus {
	background-color: #d21d1d !important;
}

.flixster-bg {
	background-color: #2971b2 !important;
}

.flixster-bg:hover,
.flixster-bg:focus {
	background-color: #24649d !important;
}

.foursquare-bg {
	background-color: #0732a2 !important;
}

.foursquare-bg:hover,
.foursquare-bg:focus {
	background-color: #062a8a !important;
}

.github-bg {
	background-color: #4183c4 !important;
}

.github-bg:hover,
.github-bg:focus {
	background-color: #3876b4 !important;
}

.google-bg {
	background-color: #4285f4 !important;
}

.google-bg:hover,
.google-bg:focus {
	background-color: #2a75f3 !important;
}

.google-plus-bg {
	background-color: #dc4e41 !important;
}

.google-plus-bg:hover,
.google-plus-bg:focus {
	background-color: #d83a2b !important;
}

.instagram-bg {
	background-color: #3f729b !important;
}

.instagram-bg:hover,
.instagram-bg:focus {
	background-color: #386589 !important;
}

.kickstarter-bg {
	background-color: #2bde73 !important;
}

.kickstarter-bg:hover,
.kickstarter-bg:focus {
	background-color: #20cf67 !important;
}

.kik-bg {
	background-color: #82bc23 !important;
}

.kik-bg:hover,
.kik-bg:focus {
	background-color: #73a71f !important;
}

.lastfm-bg {
	background-color: #d51007 !important;
}

.lastfm-bg:hover,
.lastfm-bg:focus {
	background-color: #bc0e06 !important;
}

.line-bg {
	background-color: #00c300 !important;
}

.line-bg:hover,
.line-bg:focus {
	background-color: #00aa00 !important;
}

.linkedin-bg {
	background-color: #0077b5 !important;
}

.linkedin-bg:hover,
.linkedin-bg:focus {
	background-color: #00669c !important;
}

.mail-ru-bg {
	background-color: #168de2 !important;
}

.mail-ru-bg:hover,
.mail-ru-bg:focus {
	background-color: #147fcb !important;
}

.mailchimp-bg {
	background-color: #2c9ab7 !important;
}

.mailchimp-bg:hover,
.mailchimp-bg:focus {
	background-color: #2789a2 !important;
}

.myspace-bg {
	background-color: #000000 !important;
}

.myspace-bg:hover,
.myspace-bg:focus {
	background-color: black !important;
}

.netflix-bg {
	background-color: #e50914 !important;
}

.netflix-bg:hover,
.netflix-bg:focus {
	background-color: #cc0812 !important;
}

.ning-bg {
	background-color: #75af42 !important;
}

.ning-bg:hover,
.ning-bg:focus {
	background-color: #699c3b !important;
}

.path-bg {
	background-color: #ee3423 !important;
}

.path-bg:hover,
.path-bg:focus {
	background-color: #e62412 !important;
}

.patreon-bg {
	background-color: #e6461a !important;
}

.patreon-bg:hover,
.patreon-bg:focus {
	background-color: #d03f17 !important;
}

.paypal-bg {
	background-color: #003087 !important;
}

.paypal-bg:hover,
.paypal-bg:focus {
	background-color: #00276e !important;
}

.photobucket-bg {
	background-color: #0ea0db !important;
}

.photobucket-bg:hover,
.photobucket-bg:focus {
	background-color: #0c8ec3 !important;
}

.pinterest-bg {
	background-color: #bd081c !important;
}

.pinterest-bg:hover,
.pinterest-bg:focus {
	background-color: #a50718 !important;
}

.product-hunt-bg {
	background-color: #da552f !important;
}

.product-hunt-bg:hover,
.product-hunt-bg:focus {
	background-color: #cb4924 !important;
}

.quora-bg {
	background-color: #a82400 !important;
}

.quora-bg:hover,
.quora-bg:focus {
	background-color: #8f1f00 !important;
}

.rdio-bg {
	background-color: #007dc3 !important;
}

.rdio-bg:hover,
.rdio-bg:focus {
	background-color: #006daa !important;
}

.reddit-bg {
	background-color: #ff4500 !important;
}

.reddit-bg:hover,
.reddit-bg:focus {
	background-color: #e63e00 !important;
}

.rss-bg {
	background-color: #f26522 !important;
}

.rss-bg:hover,
.rss-bg:focus {
	background-color: #ed560e !important;
}

.salesforce-bg {
	background-color: #1798c1 !important;
}

.salesforce-bg:hover,
.salesforce-bg:focus {
	background-color: #1486aa !important;
}

.scribd-bg {
	background-color: #1a7bba !important;
}

.scribd-bg:hover,
.scribd-bg:focus {
	background-color: #176ca4 !important;
}

.shopify-bg {
	background-color: #96bf48 !important;
}

.shopify-bg:hover,
.shopify-bg:focus {
	background-color: #89b03e !important;
}

.skype-bg {
	background-color: #00aff0 !important;
}

.skype-bg:hover,
.skype-bg:focus {
	background-color: #009cd7 !important;
}

.slack-bg {
	background-color: #6ecadc !important;
}

.slack-bg:hover,
.slack-bg:focus {
	background-color: #59c2d7 !important;
}

.slideshare-bg {
	background-color: #0077b5 !important;
}

.slideshare-bg:hover,
.slideshare-bg:focus {
	background-color: #00669c !important;
}

.soundcloud-bg {
	background-color: #ff8800 !important;
}

.soundcloud-bg:hover,
.soundcloud-bg:focus {
	background-color: #e67a00 !important;
}

.spotify-bg {
	background-color: #2ebd59 !important;
}

.spotify-bg:hover,
.spotify-bg:focus {
	background-color: #29a84f !important;
}

.squarespace-bg {
	background-color: #222222 !important;
}

.squarespace-bg:hover,
.squarespace-bg:focus {
	background-color: #151515 !important;
}

.stackoverflow-bg {
	background-color: #fe7a15 !important;
}

.stackoverflow-bg:hover,
.stackoverflow-bg:focus {
	background-color: #f86c01 !important;
}

.stripe-bg {
	background-color: #00afe1 !important;
}

.stripe-bg:hover,
.stripe-bg:focus {
	background-color: #009bc8 !important;
}

.stumbleupon-bg {
	background-color: #eb4924 !important;
}

.stumbleupon-bg:hover,
.stumbleupon-bg:focus {
	background-color: #e13b15 !important;
}

.telegram-bg {
	background-color: #0088cc !important;
}

.telegram-bg:hover,
.telegram-bg:focus {
	background-color: #0077b3 !important;
}

.tumblr-bg {
	background-color: #35465c !important;
}

.tumblr-bg:hover,
.tumblr-bg:focus {
	background-color: #2c3a4c !important;
}

.twitch-tv-bg {
	background-color: #6441a5 !important;
}

.twitch-tv-bg:hover,
.twitch-tv-bg:focus {
	background-color: #593a93 !important;
}

.twitter-bg {
	background-color: #55acee !important;
}

.twitter-bg:hover,
.twitter-bg:focus {
	background-color: #3ea1ec !important;
}

.vimeo-bg {
	background-color: #162221 !important;
}

.vimeo-bg:hover,
.vimeo-bg:focus {
	background-color: #0c1312 !important;
}

.vine-bg {
	background-color: #00b488 !important;
}

.vine-bg:hover,
.vine-bg:focus {
	background-color: #009b75 !important;
}

.wechat-bg {
	background-color: #7bb32e !important;
}

.wechat-bg:hover,
.wechat-bg:focus {
	background-color: #6d9f29 !important;
}

.whatsapp-bg {
	background-color: #43d854 !important;
}

.whatsapp-bg:hover,
.whatsapp-bg:focus {
	background-color: #2ed441 !important;
}

.yahoo-bg {
	background-color: #410093 !important;
}

.yahoo-bg:hover,
.yahoo-bg:focus {
	background-color: #36007a !important;
}

.youtube-bg {
	background-color: #cd201f !important;
}

.youtube-bg:hover,
.youtube-bg:focus {
	background-color: #b71d1c !important;
}

.profile-right .heading {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
}

.awards {
	margin-bottom: 50px;
}

.awards div[class^="col-"] {
	text-align: center;
}

.award-item {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	text-align: center;
	margin-bottom: 30px;
}

.award-item:hover {
	cursor: pointer;
}

.award-item .iconfont {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .15s linear;
	transition: transform .15s linear;
	display: inline-block;
}

.award-item:hover .iconfont {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.award-item .hexagon {
	margin: 35px 0;
}

.hexagon {
	width: 100px;
	height: 55px;
	background: #ececec;
	position: relative;
}

.hexagon:before {
	content: "";
	position: absolute;
	top: -25px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 25px solid #ececec;
}

.hexagon:after {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 25px solid #ececec;
}

.award-icon {
	font-size: 36px;
	line-height: 1.5em;
	color: #373e48;
}

ul.activity-timeline>li {
	margin-bottom: 45px;
	position: relative;
	z-index: 0;
}

ul.activity-timeline>li .activity-icon {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	float: left;
	width: 34px;
	height: 34px;
	background-color: #00AAFF;
	font-size: 16px;
	color: #fff;
	line-height: 34px;
	text-align: center;
	margin-right: 10px;
}

ul.activity-timeline>li>p {
	margin-bottom: 0;
	padding-left: 40px;
}

ul.activity-timeline>li .timestamp {
	display: block;
	font-size: .85em;
	color: #a3a3a3;
}

ul.activity-timeline>li:after {
	content: "";
	display: block;
	border-left: 1px solid #eaeaea;
	width: 1px;
	height: 100px;
	position: absolute;
	top: 5px;
	left: 16px;
	z-index: -1;
}

ul.activity-timeline>li:last-child:after {
	display: none;
}

.project-table .progress {
	margin-bottom: 0;
}

.project-table .progress-bar {
	font-size: 10px;
}

.project-table>tbody>tr>td {
	padding: 12px 8px;
}

.project-table>tbody>tr>td .avatar {
	width: 22px;
	border: 1px solid #CCC;
}

.panel.first {
	border: none;
}

.panel .add-btn {
	position: absolute;
	right: 20px;
	top: 15px;
}

@media screen and (min-width: 1200px) {
	.panel-kc .panel-body {
		min-height: 450px;
	}

	.panel-inbox {
		overflow: hidden;
		min-height: 485px;
		width: auto;
	}

	.form-group {
		margin-bottom: 20px;
	}

	.form-group label {
		font-weight: normal;
	}

	.form-group label span,
	.form-group .name span {
		font-size: 12px;
		color: #888888;
	}

	.form-group .name {
		margin-bottom: 10px;
	}

	.control-l {
		width: 500px !important;
	}

	.control-s {
		width: 200px !important;
	}

	.control-xs {
		width: 44px !important;
	}

	.form-submit {
		margin-top: 30px;
		margin-bottom: 50px;
	}

	.form-submit .btn-primary {
		min-width: 180px;
	}

	.form-submit.submit-ml {
		margin-left: 140px;
	}



}

.kc-list {
	padding-left: 50px;
}

.has-success .control-label {
	color: #676a6d;
}

.has-success .form-control {
	border-color: #003399;
}

.has-success .form-control-feedback {
	color: #003399;
}

.has-success .form-control:focus {
	border-color: #003399;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px rgba(102, 175, 233, .6);
}

.kj-photos {
	background-color: #f0f1f4;
	padding: 20px;
	margin-bottom: 15px;
}

.kj-photobox {
	border: dashed #ccc 1px;
	background-color: #fff;
	padding: 15px;
	border-radius: 4px;
	margin-bottom: 20px;
	position: relative;
	padding-left: 50px;
}

.kj-photobox .kj-num {
	position: absolute;
	left: 15px;
	top: 15px;
	background-color: #f0f1f4;
	font-size: 18px;
	padding: 5px;
}

.kj-photobox .btn-remove {
	position: absolute;
	right: 15px;
	top: 15px;
}

.file_box {
	background: url(../img/file/bg.png);
	width: 180px;
	height: 180px;
	text-align: center;
	margin: 0 9px 9px 0;
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	font-size: 12px;
	border: 1px solid #eee;

}

.file_box img {
	max-width: 180px;
	max-height: 180px;

}

.file_box .mark {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 30px;
	width: 30px;
	z-index: 200;
	background-color: #FFFFFF;
}

.courseware-con .file_box {
	width: 180px;
	display: inline-block;
	float: left;
}

.courseware-con .file_con {
	width: calc(100% - 200px);
	left: 0;
	position: relative;
	float: right;
}

.courseware-con .file_con label {
	display: block;
}

.file-l {
	float: left;
	width: 50%;
}

.file-r {
	float: right;
	width: 50%;
	padding-left: 20px;
}



.filelist_box {
	margin: 0;
	padding: 0;
}

.filelist_box li {
	width: 113px;
	height: 113px;
	background: url(../img/file/bg.png);
	text-align: center;
	margin: 0 9px 9px 0;
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	font-size: 12px;
	border: 1px solid #eee;
}

.filelist_box li p.title {
	padding: 5px 5px 0 5px;
	line-height: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.filelist_box li p.title.size {
	color: #888;
}

.filelist_box li p.imgWrap {
	position: relative;
	z-index: 2;
	line-height: 113px;
	vertical-align: middle;
	overflow: hidden;
	width: 113px;
	height: 113px;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webit-transition: 200ms ease-out;
	-moz-transition: 200ms ease-out;
	-o-transition: 200ms ease-out;
	-ms-transition: 200ms ease-out;
	transition: 200ms ease-out;
}

.filelist_box li p.imgWrap img {
	max-width: 113px;
	max-height: 113px;
}

.filelist_box li.file-add {
	width: 113px;
	height: 113px;
	background: #fff url(../img/file/add_image.png) no-repeat center center;
	border: 1px solid #eee;
	border-radius: 0;
}

.filelist_box li.file-add:hover {
	background: #fff url(../img/file/add_image_cur.png) no-repeat center center;
	border: 1px solid #bababa;
}

.filelist_box li.file-add .loader-pick {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
	background: none;
	font-size: 0;
}

.filelist_box li .thumb {
	display: block;
}

.filelist_box li:hover div.file-panel {
	height: 30px;
}

.filelist_box div.file-panel {
	position: absolute;
	height: 0;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000') \0;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 300;
}

.filelist_box div.file-panel span {
	width: 18px;
	height: 18px;
	display: block;
	margin: 5px auto 0 auto;
	overflow: hidden;
	background: url(../img/file/icons.png) 0 0 no-repeat;
	cursor: pointer;
}

.filelist_box div.file-panel span.cancel:hover {
	background-position: 0 -18px;
}

.filelist_box li p.error {
	background: #f43838;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 28px;
	line-height: 28px;
	width: 100%;
	z-index: 100;
	display: none;
}

.filelist_box li .success {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 30px;
	width: 30px;
	z-index: 200;
	background: url(../img/file/file_success.png) no-repeat right bottom;
}

.filelist_box li .pic-admin {
	display: none;
	position: absolute;
	width: 100%;
	text-align: center;
	right: 0px;
	bottom: 0px;
	z-index: 202;
}

.filelist_box li .pic-admin a {
	display: block;
	padding: 0px;
}

.filelist_box li .pic-admin a .iconfont {
	font-size: 22px;
	color: #fff;
}

.filelist_box li:hover .pic-admin {
	display: block;
}

.filelist_box li .cover {
	display: none;
	position: absolute;
	width: 113px;
	height: 34px;
	right: 0px;
	bottom: 0;
	z-index: 201;
	background-color: rgba(0, 0, 0, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#5F000000, 0, endcolorstr=#5F000000, 0);
}

.filelist_box li:hover .cover {
	display: block;
}

.filelist_box li.state-complete .success {
	display: block;
}

.filelist_modal .status {
	position: absolute;
	right: 50%;
	margin-right: -100px;
	bottom: 9px;
}

.filelist_box li .progress {
	height: 10px;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: none !important;
	border-radius: 0;
	background-color: transparent;
}

.filelist_box li .progress-bar {
	font-size: 10px;
	line-height: 10px;
	background-color: #6aabe5;
	width: 100%;
}

.filelist_box li.code {
	width: 100%;
	background-color: #ffffff;
	background-image: none;
}

.filelist_box li.code img {
	float: left;
	height: 111px;
}

.filelist_box li.code p {
	text-align: center;
	padding-top: 30px;
}

.filelist_box li.large {
	width: 180px;
	height: 180px;
}

.filelist_box li.large p.imgWrap {
	width: 100%;
	height: 180px;
}

.filelist_box li.large p.imgWrap img {
	max-width: 100%;
	max-height: 180px;
}

.filelist_box li.large .mark {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 30px;
	width: 30px;
	z-index: 200;
	background-color: #FFFFFF;
}

.filelist_box li.middle {
	display: block;
	width: 100%;
	height: 160px;
}

.filelist_box li.middle p.imgWrap {
	width: 100%;
	max-height: 160px;
}

.filelist_box li.middle p.imgWrap img {
	max-width: 100%;
	max-height: 160px;
}

.filelist_box li.middle .mark {
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 30px;
	width: 30px;
	z-index: 200;
	background-color: rgba(255, 255, 255, 0.7);
}

.filelist_box li.middle .mark i {
	font-size: 20px;
}

.filelist_box li:hover .mark {
	display: block;
}

.flex-panel-list.photo-list .flex-panel {
	width: 20%;
}

.file-video {
	margin-bottom: 10px;
}

.file-video img {
	width: 100%;
}

.modal-lg {
	width: 1080px;
}

.modal-content {
	border-radius: 0px;
}

.modal-content .modal-body {
	background-color: #f0f1f4;
}

.modal-body .search-bar {
	padding-left: 10px;
}

.modal-body .select-li {
	/* margin-left: 100px; */
	margin-top: 20px;
	margin-bottom: 80px;
	text-align: center;
}

.modal-content .modal-photo {
	min-height: 530px;
	/* overflow: auto; */
}

.modal-content .modal-photo .photo-list {
	position: relative;
	height: 396px;
	overflow-y: auto;
}

.modal-content .modal-photo .photo-list::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.modal-content .modal-photo .photo-list::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}

.modal-content .modal-photo .photo-list::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

.modal-content .close {
	font-size: 27px;
}

.modal-footer {
	text-align: center;
}

.modal-footer .btn {
	min-width: 136px;
}

.modal-content .modal-photo .photo-list .cover {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 65px;
	background: url(../img/cover-gray.png) repeat-x bottom;
}

.kj-select {
	display: block;
	margin: auto;
	padding: 30px 0;
	text-align: center;
}

.kj-select li {
	display: inline-block;
	width: 300px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 50px 0;
}

.kj-select li i {
	display: block;
	margin: 10px auto 30px;
}

.kj-select li .kj-inbox {
	background-color: #fff;
	text-align: center;
	padding: 20px 0;
	border-radius: 6px;
}

.kj-select li .kj-inbox i {
	font-size: 70px;
}

.kj-select.sp li .kj-inbox i {
	background: none;
}

.kj-select li .kj-inbox p {
	margin-top: 20px;
}


/* panel追加flex布局 */
.flex-panel-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-panel-list .flex-panel {
	margin-bottom: 30px;

	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.flex-panel-list .flex-panel>* {
	height: 100%;
}

.flex-panel-list .category {

	padding: 0;
	margin-bottom: 10px;
}


.flex-panel-list .category li {
	display: inline-block;
	padding: 5px 15px;
	background-color: #f0f1f4;
	color: #607d8b;
	vertical-align: middle;
	white-space: nowrap;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	margin-right: 10px;
}

.flex-panel-list .category li a:hover {
	color: #0051C9;
}

.flex-panel-list .flex-panel .panel {
	margin-bottom: 0 !important;
}


@media screen and (min-width:1600px) {

	.flex-panel-list .flex-panel {
		width: 25%;
	}

}

@media screen and (max-width:1599px) {

	.flex-panel-list .flex-panel {
		width: 25%;
	}
}

.flex-panel-list .panel-flex-panel {
	width: 33.33%;
}

.filelist_box_new {
	margin: 0 15px;
}

.filelist_box_new li {
	height: 160px;
}

.filelist_box_new li.first {
	width: 267px;
}

.filelist_box_new li.second {
	width: 207px;
}

.filelist_box_new li.third {
	width: 121px;
}

.filelist_box_new li p.imgWrap {
	width: 100%;
	height: 100%;
}

.filelist_box_new li p.imgWrap img {
	max-width: 100%;
	max-height: 100%;
}

.filelist_box_new li p.name {
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
}

@media (max-width: 767px) {
	.flex-panel {
		width: 100%;
	}
}

.loader {
	width: 50px;
	height: 50px;
	display: inline-block;
	padding: 0px;
	opacity: 0.5;
	border: 3px solid #09acfd;
	-webkit-animation: loader 1s ease-in-out infinite alternate;
	animation: loader 1s ease-in-out infinite alternate;
}

.loader:before {
	content: " ";
	position: absolute;
	z-index: -1;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border: 3px solid #09acfd;
}

.loader:after {
	content: " ";
	position: absolute;
	z-index: -1;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border: 3px solid #09acfd;
}

@keyframes loader {
	from {
		transform: rotate(0deg) scale(1, 1);
		border-radius: 0px;
	}

	to {
		transform: rotate(360deg) scale(0, 0);
		border-radius: 50px;
	}
}

@-webkit-keyframes loader {
	from {
		-webkit-transform: rotate(0deg) scale(1, 1);
		border-radius: 0px;
	}

	to {
		-webkit-transform: rotate(360deg) scale(0, 0);
		border-radius: 50px;
	}
}

.mask-loading {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .4);
	visibility: hidden;
	opacity: 0;
	transition: all .3s linear;
}

.mask-loading:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -23px;
	margin-left: -22px;
	width: 45px;
	height: 45px;
	padding: 0px;
	border-radius: 100%;
	border: 5px solid;
	border-top-color: rgba(20, 212, 94, 1);
	border-bottom-color: rgba(0, 0, 0, 0.1);
	border-left-color: rgba(20, 212, 94, 1);
	border-right-color: rgba(0, 0, 0, 0.1);
	-webkit-animation: loaderAnimate 1s ease-in-out infinite;
	animation: loaderAnimate 1s ease-in-out infinite;
}

.mask-loading.active {
	opacity: 1;
	visibility: visible;
}

.ele-loading{
	position: relative;
}
.ele-loading:before{
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .4);
}
.ele-loading:after {
	content: '';
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	margin-top: -23px;
	margin-left: -22px;
	width: 45px;
	height: 45px;
	padding: 0px;
	border-radius: 100%;
	border: 5px solid;
	border-top-color: rgba(20, 212, 94, 1);
	border-bottom-color: rgba(0, 0, 0, 0.1);
	border-left-color: rgba(20, 212, 94, 1);
	border-right-color: rgba(0, 0, 0, 0.1);
	-webkit-animation: loaderAnimate 1s ease-in-out infinite;
	animation: loaderAnimate 1s ease-in-out infinite;
}

/* 页面加载loading效果 勿乱删 */
body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body:before {
	content: '';
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: #fafafa;
	z-index: 9999;
	visibility: visible;
	opacity: 1;
	transition: all .3s linear;
}

body:after {
	content: '';
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -23px;
	margin-left: -22px;
	width: 45px;
	height: 45px;
	padding: 0px;
	border-radius: 100%;
	border: 5px solid;
	border-top-color: rgba(20, 212, 94, 1);
	border-bottom-color: rgba(0, 0, 0, 0.1);
	border-left-color: rgba(20, 212, 94, 1);
	border-right-color: rgba(0, 0, 0, 0.1);
	-webkit-animation: loaderAnimate 1s ease-in-out infinite;
	animation: loaderAnimate 1s ease-in-out infinite;
	z-index: 10000;
	visibility: visible;
	opacity: 1;
	transition: all .3s linear;
}

body.loaded {
	overflow: auto;
	height: auto;
}

body.loaded:before {
	opacity: 0;
	visibility: hidden;
}

body.loaded:after {
	opacity: 0;
	visibility: hidden;
}


.loading {
	width: 45px;
	height: 45px;
	display: inline-block;
	padding: 0px;
	border-radius: 100%;
	border: 5px solid;
	border-top-color: rgba(79, 118, 249, 1);
	border-bottom-color: rgba(0, 0, 0, 0.1);
	border-left-color: rgba(79, 118, 249, 1);
	border-right-color: rgba(0, 0, 0, 0.1);
	-webkit-animation: loaderAnimate 1s ease-in-out infinite;
	animation: loaderAnimate 1s ease-in-out infinite;
}

@keyframes loaderAnimate {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes loaderAnimate {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

.photo-list {
	padding-left: 15px;
	padding-right: 15px;
}

.photo-list .col-md-3 {
	padding-left: 8px;
	padding-right: 8px;
}

.photo-li {
	background-color: #fff;
	margin-bottom: 20px;
	cursor: pointer;
}

.photo-li .img {
	position: relative;
}

.photo-li .img img {
	width: 100%;
}

.photo-li.selected .img:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 98;
}

.photo-li.selected .img:after {
	content: '';
	position: absolute;
	right: 10px;
	top: 10px;
	width: 28px;
	height: 28px;
	background: url(../img/icon-select.png) no-repeat;
	border-radius: 50%;
	background-size: cover;
	border: #fff solid 2px;
	z-index: 99;
}

.photo-li .img .shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 98;
}

.photo-li .img .icon {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 28px;
	height: 28px;
	background: url(../img/icon-select.png) no-repeat;
	border-radius: 50%;
	background-size: cover;
	border: #fff solid 2px;
	z-index: 99;
}

.photo-li .selected .shadow {
	display: block;
}

.photo-li p {
	padding: 10px;
	margin: 0;
}


.mt_20 {
	margin-bottom: 20px;
}

.cate-tags .cate-tag {
	display: inline-block;
	float: left;
	padding: 10px 20px 5px 10px;
	background-color: #f2f2f2;
	border-radius: 4px;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}

.cate-tags .cate-tag input {
	margin-right: 5px;
}

.group-list {
	margin-top: 30px;
}

.group-list .form-group {
	border-bottom: solid 1px rgba(34, 25, 25, .1);
	padding-bottom: 10px;
	margin-bottom: 0;
	padding: 10px 15px;
	color: #373e48;
}

.group-list .form-group:hover {
	background-color: #fafafa;
}

.group-list .form-group label {
	width: 140px;
}

.panel .panel-heading-wild {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #f0f1f4;
	position: relative;
}

.panel .panel-heading-wild .panel-title {
	font-size: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
}


.main-process {
	position: absolute;
	left: 50%;
	top: 8px;
	width: 450px;
	margin-left: -275px;
	display: block;
	/* overflow: hidden; */
}

.main-process .process-line {
	height: 4px;
	background: #fff;
	position: relative;
	top: 17px;
	width: 100%;
}

.main-process .progress-points {
	position: relative;
	padding: 0;
	list-style: none;
	height: 50px;
}

.main-process .progress-point {
	text-align: center;
	position: absolute;
	display: block;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	width: 30px;
	margin-left: -15px;
	background: #607d8b;
	height: 30px;
	color: #fff;
	font-size: 14px;
}

.main-process .progress-point:nth-child(1) {
	left: 0%;
}

.main-process .progress-point:nth-child(2) {
	left: 33.3333%;
}

.main-process .progress-point:nth-child(3) {
	left: 66.6666%;
}

.main-process .progress-point:nth-child(4) {
	left: 100%;
}

.main-process.step1 .process-line-active {
	width: 0%;
}

.main-process.step2 .process-line-active {
	width: 33.3333%;
}

.main-process.step3 .process-line-active {
	width: 66.6666%;
}

.main-process.step4 .process-line-active {
	width: 100%;
}

.main-process.step1 .progress-points .progress-point:nth-child(n+2) {
	background: #fff;
	color: #607d8b;
}

.main-process.step2 .progress-points .progress-point:nth-child(n+3) {
	background: #fff;
	color: #607d8b;
}

.main-process.step3 .progress-points .progress-point:nth-child(n+4) {
	background: #fff;
	color: #607d8b;
}

.main-process .noactivated {
	background: #fff;
	color: #607d8b;
}

.main-process .label {
	position: relative;
	top: 3px;
	white-space: nowrap;
	color: #607d8b;
	font-size: 1rem;
	text-align: center;
	padding-left: 0;
}

.main-process .progress-num {
	line-height: 30px;
}

.main-process .active-line {
	background: #607d8b;
}

.main-process .process-line-active {
	background: #607d8b;
	height: 4px;
}

.module-line {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.module-line span {
	display: inline-block;
}

.module-line .arrow {
	width: 80px;
	height: 3px;
	background-color: #e8e8e8;
	margin-bottom: 7px;
}

.module-line .text {
	font-size: 26px;
	color: #4c4c4c;
	margin: 0 20px;
}

.module-line p {
	margin-top: 10px;
}

.btn-li {
	display: block;
}

.btn-li button {
	margin-right: 10px;
}

.course-select {
	text-align: center;
	padding-top: 10px;
	margin-bottom: 10px;
}

.course-select li {
	display: inline-block;
	width: 370px;
	height: 437px;
	background-color: #f0f1f4;
	margin-left: 10px;
	margin-right: 10px;
	border: #f0f1f4 solid 2px;
	position: relative;
	cursor: pointer;
}

.course-select li:hover {
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.course-select li p {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 32px;
	color: #373e48;
}

.course-select li.course-single {
	background: #f0f1f4 url(../img/course-single.png) center bottom no-repeat;
}

.course-select li.course-double {
	background: #f0f1f4 url(../img/course-double.png) center bottom no-repeat;
}

.course-select li.course-public {
	background: #f0f1f4 url(../img/course-public.png) center bottom no-repeat;
}

.course-select li.active {
	border: #14d45e solid 2px;
}

.course-select li .active-icon {
	display: none;
}

.course-select li.active .active-icon {
	display: block;
}

.course-select .active-icon {
	width: 40px;
	height: 40px;
	background: url(../img/icon-active.png) no-repeat;
}

.active-icon {
	position: absolute;
	bottom: 0px;
	right: 0;
}

.form-group-course {
	padding: 40px 0;
	position: relative;
}

@media screen and (min-width: 1200px) {
	.form-group-course .form-group-abs {
		position: absolute;
		right: 40px;
		top: 38px;
	}
}

.form-group-course .control-label {
	display: inline-block;
	width: 140px;
	line-height: 36px;
	vertical-align: top;
}

.form-group-course .control-con {
	width: calc(100% - 140px);
	left: 0;
	position: relative;
	float: right;
	z-index:1;
}

.form-group-course input {
	height: 42px;
}

.form-group-course textarea {
	resize: vertical;
	height: 10em;
	min-height: 8em;
	max-height: 24em;
	overflow-x: hidden;
}

.form-group-basic {
	padding: 40px 0;
	position: relative;
}

.form-group-basic .form-group-abs {
	position: absolute;
	right: 40px;
	top: 38px;
}

.form-group-basic .control-label {
	display: inline-block;
	width: 190px;
	line-height: 36px;
	vertical-align: top;
}

.form-group-basic .control-con {
	width: calc(100% - 190px);
	left: 0;
	position: relative;
	float: right;
}

.form-group-basic input {
	height: 42px;
}

.form-group-basic .submit-ml {
    margin-left: 190px;
}
.p-l-r40 {
	padding-left: 40px;
	padding-right: 40px;
}

.dotted-line {
	border-top: #a2a2a2 dotted 2px;
}

.course-con {
	background-color: #f0f1f4;
	padding: 20px;
	border-radius: 4px;
	border: 1px solid #ccc;
}

.con-text {
	margin-bottom: 20px;
	position: relative;
}

.con-text textarea {
	border-style: dashed;
	padding-right: 42.5px;
	resize: vertical;
	height: 10em;
	min-height: 8em;
	max-height: 24em;
	overflow-x: hidden;
}

.con-text .btn-remove {
	position: absolute;
	right: 10px;
	top: 10px;
}

.con-pic {
	border: dashed #ccc 1px;
	background-color: #fff;
	padding: 10px;
	border-radius: 4px;
	margin-bottom: 20px;
}

.con-pic img {
	max-width: 380px;
}

.pic-upload {
	position: relative;
	width: 165px;
	cursor: pointer;
}

.pic-upload p.imgWrap {
	position: relative;
	z-index: 2;
	line-height: 98px;
	vertical-align: middle;
	overflow: hidden;
	width: 165px;
	height: 98px;
	background: #f0f1f4 url(../img/icon-mask.png) center center no-repeat;
	margin-bottom: 0;
}

.pic-upload p.imgWrap:hover {
	background: #e4e6ea url(../img/icon-mask.png) center center no-repeat;
}

.pic-upload .pic-admin {
	width: 100%;
	height: 34px;
	right: 0px;
	text-align: center;
	color: #fff;
	line-height: 34px;
	background-color: rgba(0, 0, 0, 0.7);
}

.filelist_box li p.imgWrap img {
	max-width: 113px;
	max-height: 113px;
}


.pic-upload img {
	width: 164px;
	height: 98px;
}

.pic-upload.auto-height p.imgWrap {
	height: auto;
	min-height: 98px;
}

.pic-upload.auto-height img {
	width: 100%;
	height: auto;
}

.pic-user {
	position: relative;
	width: 146px;
	cursor: pointer;
}

.pic-user p.imgWrap {
	position: relative;
	z-index: 2;
	line-height: 98px;
	vertical-align: middle;
	border-radius: 50%;
	overflow: hidden;
	width: 146px;
	height: 146px;
	background: #f0f1f4 url(../img/icon-mask.png) center center no-repeat;
	margin-bottom: 0;
}

.pic-user .pic-admin {
	width: 100%;
	height: 34px;
	right: 0px;
	text-align: center;
	color: #666;
	line-height: 34px;
}

.pic-user img {
	width: 146px;
	height: 146px;
}

.tags .tag {
	display: inline-block;
	background-color: #f0f1f4;
	vertical-align: top;
	width: 156px;
	border-radius: 4px;
	margin-bottom: 10px;
	position: relative;
}

.tags .tag:hover {
	background-color: #e4e6ea;
}

.tags .tag .select {
	background-color: #14d465;
}

.tags .tag input[type="checkbox"] {
	display: none;
}

.tags .tag span {
	display: block;
	cursor: pointer;
	padding: 11px 15px;
	position: relative;
}


.tags .tag i {
	display: inline-block;
	vertical-align: middle;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	position: relative;
	bottom: 1px;
	float: right;
	content: "";
	background-color: #fff;
	width: 24px;
	height: 24px;
	/* margin-left: 30px; */
}

.tags .tag input[type="checkbox"]:checked+span i:after {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	position: relative;
	top: 3px;
	left: 3px;
	content: '';
	width: 10px;
	height: 10px;
	background-color: #99a1a7;
}

.tags .tag_add {
	background-color: #c8e6c9;
	border: none;
}

.tags .active i {
	background-color: #14d463;
}

.btn-icon {
	padding: 7px 25px 7px 22px;
	line-height: 27px;
	background-color: #fff;
	border-color: #dfdfdf;
	color: #607d8b;
}

.btn-icon:hover {
	border-color: #c8e6c9;
	background-color: #c8e6c9;
	color: #373e48;

}


.icon {
	display: inline-block;
	width: 28px;
	height: 28px;
	vertical-align: top;
}

.icon-l {
	display: inline-block;
	width: 60px;
	height: 60px;
	vertical-align: top;
}

.icon-m {
	display: inline-block;
	width: 50px;
	height: 50px;
	vertical-align: top;
}

.icon-lg {
	display: inline-block;
	width: 76px;
	height: 76px;
	vertical-align: top;
	background-size: cover !important;
}

.icon-big {
	display: inline-block;
	width: 160px;
	height: 120px;
	vertical-align: top;
}

.icon-addnew {
	background: url(../img/icon-add.png) no-repeat;
}

.icon-close {
	background: url(../img/icon-close-black.png) no-repeat;
}

.icon-text {
	background: url(../img/icon-text.png) no-repeat;
}

.icon-pic {
	background: url(../img/icon-pic.png) no-repeat;
}

.icon-select {
	background: url(../img/icon-select.png) no-repeat;
	text-indent: -999em;
}

.icon-select-active {
	background: url(../img/icon-sel-active.png) no-repeat;
	text-indent: -999em;
}

.icon-select-s {
	width: 20px;
	height: 20px;
	background-size: cover;
}

.icon-select-blank {
	background: url(../img/icon-sel-blank.png) no-repeat;
	text-indent: -999em;
}

.icon-fail {
	background: url(../img/icon-fail.png) no-repeat;
	text-indent: -999em;
}

.icon-pubic {
	background: url(../img/icon-pubic.png) no-repeat;
}

.icon-draft {
	background: url(../img/icon-draft.png) no-repeat;
}

.icon-video {
	background: url(../img/icon-video.png) no-repeat;
}

.icon-word {
	background: url(../img/icon-word.png) no-repeat;
}

.icon-photo {
	background: url(../img/icon-photo.png) no-repeat;
}

.icon-voice {
	background: url(../img/icon-voice.png) no-repeat;
}

.icon-upload {
	background: url(../img/icon-upload.png) no-repeat;
}

.icon-upload-s {
	background: url(../img/icon-upload-s.png) no-repeat;
}

.icon-upload-l {
	background: url(../img/icon-upload-l.png) no-repeat;
}

.icon-sel {
	background: url(../img/icon-sel.png) no-repeat;
}

.icon-sel-s {
	background: url(../img/icon-sel-s.png) no-repeat;
}

.icon-sel-l {
	background: url(../img/icon-sel-l.png) no-repeat;
}

.icon-circle {
	background: url(../img/icon-circle.png) no-repeat;
}

.icon-success {
	background: url(../img/icon-success.png) no-repeat;
}

.icon-error {
	background: url(../img/icon-error.png) no-repeat;
}

.icon-upload-ok {
	background: url(../img/icon-upload-ok.png) no-repeat;
}

.icon-close-black {
	background: url(../img/icon-close-black.png) no-repeat;
}

.icon-break {
	background: url(../img/icon-break.png) no-repeat;
}

.icon-process {
	background: url(../img/icon-process.png) no-repeat;
}

.icon-move {
	background: url(../img/icon-move.png) no-repeat;
	background-position: center center;
}

.icon-del {
	background: url(../img/icon-delete.png) no-repeat;
	background-position: center center;
}

.icon-play {
	background: url(../img/icon-play.png) no-repeat;
	background-position: center center;
}

.icon-pause {
	background: url(../img/icon-pause.png) no-repeat;
	background-position: center center;
}

.icon-voice {
	background: url(../img/icon-voice.png) no-repeat;
	background-position: center center;
}

.icon-txt {
	background: url(../img/icon-txt.png) no-repeat;
	background-position: center center;
}

.icon-vip0 {
	background: url(../img/icon-vip0.png) no-repeat;
	background-position: center center;
}

.icon-vip1 {
	background: url(../img/icon-vip1.png) no-repeat;
	background-position: center center;
}

.icon-vip2 {
	background: url(../img/icon-vip2.png) no-repeat;
	background-position: center center;
}

.btn-pubic {
	background-color: #f4a341;
	background-image: linear-gradient(147deg, #f4a341 0%, #e75a37 74%);
	border: none;
	color: #fff;
	margin-right: 5px;
}

.btn-pubic:hover,
.btn-pubic:focus {
	background-color: #f4a341;
	background-image: linear-gradient(147deg, #f4a341 0%, #e75a37 74%);
	border: none;
	color: #fff;
	box-shadow: 0 0 13px rgba(244, 191, 65, 0.8);
}

.btn-disabled,
.btn-disabled:hover,
.btn-disabled:focus {
	background-color: #bcbcbc;
	background-image: linear-gradient(147deg, #bcbcbc 0%, #a5a5a5 74%);
	box-shadow: none;
	cursor: disabled;

}

.mr10 {
	margin-right: 10px;
}

.ml10 {
	margin-left: 10px;
}

.p0 {
	padding: 0 !important;
}

.panel-nav {
	position: fixed;
	width: 425px;
	background-color: #ffffff;
}

.panel-main {
	width: calc(100% - 425px);
	left: 0;
	position: relative;
	float: right;
	background-color: #ffffff;
	border-left: #dddddd solid 1px;
}

.Add-course {
	border-left: #ebebeb solid 3px;
}

.Add-course .course-heading {
	padding: 15px 20px;
	border-bottom: #f0f1f4 1px solid;
	height: 60px;
}

.Add-course .course-heading .title {
	float: left;
	font-size: 22px;
	color: #373e48;
}

.Add-course .course-heading .category {
	float: left;
	margin: 0;
}

.Add-course .course-heading .category li {
	display: inline-block;
	padding: 5px 15px;
	background-color: #f0f1f4;
	color: #607d8b;
	vertical-align: middle;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	margin-right: 10px;
}

.Add-course .course-sub-heading {
	padding: 15px 0px;
	border-bottom: #ddd dotted 1px;
	margin: 0 30px;
}

.Add-course .course-sub-heading .title {
	font-size: 16px;
	line-height: 30px;
	color: #666;
}

.course-main {
	padding: 20px 30px;
	min-height: 400px;
}

.course-main .name {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: normal;
}

.course-subtitle {
	margin-bottom: 20px;
	border-bottom: #a2a2a2 dotted 2px;
	padding-bottom: 15px;
	font-size: 16px;
}

.course-subtitle em {
	display: inline-block;
	font-style: normal;
	width: 40px;
}

.select-li {
	padding: 0;
	margin-bottom: 40px;
}

.select-li li {
	display: inline-block;
	width: 200px;
	border: #dddddd solid 1px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 20px 0 10px;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
}

.select-li li:hover {
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.select-li li p {
	margin-top: 10px;
}

.select-li li.active {
	border: #14d45e solid 2px;
}

.select-li li .active-icon {
	display: none;
}

.select-li li.active .active-icon {
	display: block;
}


.select-li .active-icon {
	width: 40px;
	height: 40px;
	background: url(../img/icon-active.png) no-repeat;
}

.select-courseware {
	padding: 0;
	margin-bottom: 50px;
	max-height: 295px;
	overflow: auto;
}

.select-courseware li {
	display: inline-block;
	width: 260px;
	margin-right: 10px;
	border: #dddddd solid 1px;
	padding: 12px 15px;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}

.select-courseware li:hover {
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.select-courseware li>p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.select-courseware .title {
	font-size: 16px;
	color: #373e48;
	padding-right: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.select-courseware li .lecturer {
	margin-top: 10px;
	color: #888;
}

.select-courseware li.active {
	border: #14d45e solid 2px;
}

.select-courseware li i {
	position: absolute;
	right: -5px;
	top: 8px;
	transform: rotate(7deg);
	-ms-transform: rotate(-25deg);
	/* IE 9 */
	-moz-transform: rotate(-25deg);
	/* Firefox */
	-webkit-transform: rotate(-25deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(-25deg);
	opacity: 0.2;
	filter: alpha(opacity=20);
}




.select-courseware li.selected {
	border: #607d8b solid 2px;
}

.select-courseware li .active-icon {
	display: none;
}

.select-courseware li.active .active-icon {
	display: block;
}

.select-courseware .active-icon {
	width: 40px;
	height: 40px;
	background: url(../img/icon-active.png) no-repeat;
}

.select-courseware li.word {
	width: auto;
	border: #dddddd solid 0px;
	margin-right: 10px;
	padding: 0;
	border-radius: 0;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	margin-bottom: 10px;

}

.select-courseware li.word:hover {
	box-shadow: none;
}

.modal-body.notice {
	position: absolute;
	z-index: 999;
}

.notice-w1 {
	left: 260px;
	top: 129px;
	width: 410px;
	height: 62px;
	background: url(../img/notice-w1.png) no-repeat;
}

.modal-body.notice-box {
	padding: 40px 0 70px;
	text-align: center;
	background-color: #fff;
}

.notice-box .notice-title {
	font-size: 22px;
	color: #373e48;
	margin-bottom: 30px;
}

.modal-body.notice-box .btn-primary {
	width: 180px;
	margin-right: 10px;
}


.article-title-wrap {
	position: relative;
}

.article-title-wrap input {
	padding-right: 65px;
}

.article-title-wrap span {
	position: absolute;
	right: 20px;
	top: 9px;
	color: #ed4040;
}

.article-intro-wrap {
	position: relative;
}

.article-title-wrap textarea {
	height: 116px;
	padding: 14px 14px 35px;
}

.article-intro-wrap span {
	position: absolute;
	right: 15px;
	bottom: 9px;
}

.upload-box {
	padding: 40px;
	background-color: #f0f1f4;
	margin-bottom: 40px;
	text-align: center;
}

.video-select {
	padding: 40px;
	text-align: center;
	margin-bottom: 30px;
}

.video-select .feedback-icon {
	display: inline-block;
	margin-right: 20px;
}

.video-select .feedback-wrap {
	display: inline-block;
	text-align: left;
}

.video-select .feedback-text {
	font-size: 20px;
	margin-bottom: 10px;
	text-align: left;
}

.video-select .feedback-vname {
	display: inline-block;
	vertical-align: middle;
	max-width: 300px;
	text-overflow: ellipsis;
	margin-right: 20px;
	overflow: hidden;
	white-space: nowrap;
	color: #999;
}

.video-select .item-properties span {
	display: inline-block;
}

.video-select .upload-handler {
	display: inline-block;
	position: relative;
	cursor: pointer;
}

.video-select .upload-handler input[type=file] {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.reupload {
	color: #406599;
	cursor: pointer;

}

#propress-bar {
	padding: 0px 80px 0 0;
	margin-bottom: 40px;
	position: relative;
}

#propress-bar .progress-admin {
	position: absolute;
	right: 0;
	top: 30px;
}

.propress-name {
	font-size: 16px;
	color: #666666;
}

.propress-txt {
	font-size: 14px;
	color: #888;
}

.propress-txt span {
	display: inline-block;
	width: 25%;
}

.progress {
	background-color: #c1c1c1;
	border-radius: 4px;
}

.progress .progress-bar {
	border-radius: 4px 0 0 4px;
	background-color: #14d45e;
	background-image: linear-gradient(108deg, #14d45e 0%, #14d47c 69%);
}

.progress-bar.active,
.progress.active .progress-bar {
	-webkit-animation: none;
	-o-animation: none;
	animation: none;
}

.propress-notice {
	color: #ff6633;
}

.progress-admin .icon {
	cursor: pointer;
}

.photos-li {
	padding: 20px 0 0 20px;
	text-align: left;
	background-color: #f0f1f4;
	margin-bottom: 40px;
}

.photos-li .imgWrap {
	display: inline-block;
	float: left;
	width: 22%;
	width: calc(25% - 20px);
	height: 119px;
	margin-bottom: 20px;
	margin-right: 20px;
	text-align: center;
	background-color: #fff;
}
.photos-li .imgWrap img {
	max-width: 100%;
	max-height: 100%;
}

.photos-li .imgWrap .addone {
	display: block;
	margin-top: 15px;
}

.photos-li .imgWrap .addone i {
	display: block;
	font-size: 40px;
	color: #373e48;
}

.photos-li .imgWrap .addone a:hover {
	color: #14d45e;
}


.add-new {
	display: inline-block;
	float: left;
	width: 162px;
	height: 92px;
	background-color: #f0f1f4;
	text-align: center;
	padding-top: 15px;
	border-radius: 4px;
	cursor: pointer;
}

.add-new:hover {
	background-color: #c8e6c9;
}

.add-new .icon {
	display: block;
	margin: auto;
}

.subtitle-li {
	display: inline-block;
	float: left;
	width: 162px;
	height: 92px;
	background-color: #fff;
	border: #dddddd solid 1px;
	border-radius: 4px;
	padding: 10px;
	margin-right: 10px;
	position: relative;
}

.subtitle-li .edit {
	display: none;
	position: absolute;
	right: 6px;
	top: 6px;
	cursor: pointer;
}

.subtitle-li:hover .edit {
	display: block;
}

.subtitle-li .tit {
	height: 50px;
}

/* 可排序章节目录 */
.sortable-menu-wrap {
	padding: 20px 0;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.sortable-menu-wrap::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.sortable-menu-wrap::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}

.sortable-menu-wrap::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

.sortable-menu-wrap .a-tit {
	font-size: 14px;
	line-height: 30px;
	color: #919191;
	margin-left: 30px;
}

.sortable-menu {
	margin: 0 45px 0 30px;
}

.sortable-menu-single .sortable-menu {
	margin: 0 45px;
}

.sortable-menu .menu-item {
	padding-bottom: 10px;
	/* width: 350px; */
	width: 100%;
	/* margin: 0 auto; */
}

.sortable-menu.one .menu-item {
	margin-bottom: 10px;
}

.sortable-menu .menu-item .item-name {
	background-color: #f0f1f4;
	color: #333;
	font-size: 14px;
	line-height: 22px;
	padding-left: 10px;
	border-radius: 4px;
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
}

.sortable-menu .menu-item .item-name.active {
	background-color: #c8e6c9;
}

.sortable-menu .menu-item .item-name.sortable-chosen {
	background-color: #e0e1e3;
}

.sortable-menu .menu-item>.item-name {
	z-index: 2;
}

.sortable-menu .menu-item .item-name .accordion-btn {
	font-style: normal;
	font-weight: 800;
	width: 16px;
	height: 16px;
	margin-top: 13px;
	margin-right: 5px;
	display: inline-block;
	cursor: pointer;
	position: relative;
}

.sortable-menu .menu-item .item-name .accordion-btn:before,
.sortable-menu .menu-item .item-name .accordion-btn:after {
	content: '';
	position: absolute;
	background-color: #707085;
}

.sortable-menu .menu-item .item-name .accordion-btn:before {
	left: 3px;
	right: 2px;
	top: 50%;
	height: 3px;
	margin-top: -1px;
}

.sortable-menu .menu-item .item-name .accordion-btn:after {
	top: 2px;
	bottom: 1px;
	left: 50%;
	width: 3px;
	margin-left: -1px;
}

.sortable-menu .menu-item.open .item-name .accordion-btn:after {
	width: 0;
}

.sortable-menu .menu-item .item-name .accordion-btn:hover:before,
.sortable-menu .menu-item .item-name .accordion-btn:hover:after {
	background-color: rgba(112, 112, 133, .6);
}

.sortable-menu .menu-item .item-name em {
	color: #888;
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
	min-width: 1.5em;
	/* text-align: center; */
	margin-top: 10px;
}

.sortable-menu .menu-item>.item-name em {
	margin-left: 10px;
}

.sortable-menu .menu-item .item-name .input {
	position: relative;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.sortable-menu .menu-item .item-name .input input {
	border: 0;
	outline: none;
	-webkit-appearance: none;
	font-size: inherit;
	line-height: inherit;
	background-color: inherit;
	padding: 10px;
	/* width: 250px; */
	width: 100%;
	display: block;
}

.sortable-menu .menu-item .item-name .input>div[contenteditable="plaintext-only"] {
	border: 0;
	outline: none;
	-webkit-appearance: none;
	font-size: inherit;
	line-height: inherit;
	background-color: inherit;
	-webkit-user-select: text;
	padding: 10px;
	width: 100%;
	display: block;
}

.sortable-addone {
	background-color: #f0f1f4;
	border: none;
	text-align: center;
	padding: 6px 15px;
	line-height: 27px;
	border-radius: 4px;
}

.sortable-addone:hover {
	background-color: #c8e6c9;
}

.sortable-addone .icon {
	display: inline-block;
	margin-right: 10px;
}

/* 可编辑div的placeholder */
div[contenteditable]:empty:before {
	content: attr(placeholder);
	color: #888;
}

div[contenteditable]:focus {
	content: none;
}

.sortable-menu .menu-item .item-name .drag-block {
	text-align: center;
	width: 42px;
	align-self: stretch;
	cursor: move;
}

.sortable-menu .menu-item .item-name .check-block {
	position: absolute;
	right: 100%;
	top: 10px;
	width: 22px;
	height: 22px;
	margin-right: 10px;
	border: 1px solid #bfbfbf;
	background-color: #fff;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
}

.sortable-menu .menu-item .sub-menu .item-name .check-block {
	margin-right: 8px;
}

.sortable-menu .menu-item .item-name.active .check-block {
	background: url(../img/icon-sel-green.png) center center no-repeat;
	background-size: 100% 100%;
	border-width: 0;
}

.sortable-menu .menu-item .item-name .drag-block:hover,
.sortable-menu .menu-item .item-name .drag-block:active {
	background-color: rgba(255, 255, 255, .5);
}

.sortable-menu .menu-item .item-name .drag-block .icon {
	margin-top: 7px;
}


/* .sortable-menu .menu-item .item-name .del {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	overflow: hidden;
	background: url(../img/icon-close.png) #bbb center center no-repeat;
	background-size: 80% 80%;
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 11px;
	visibility: hidden;
	opacity: 0;
	transition: .3s;
} */

/* .sortable-menu .menu-item .item-name:hover .del {
	visibility: visible;
	opacity: 1;
} */

.sortable-menu .menu-item .item-name .handle {
	position: absolute;
	left: 100%;
	top: 6px;
	width: 30px;
	height: 30px;
}

.sortable-menu .menu-item .item-name .handle i {
	display: block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 5px;
}

.sortable-menu .menu-item .item-name .handle .state {
	background-image: url(../img/icon-sel-blank.png);
}

.sortable-menu .menu-item .item-name .handle .state.finished {
	background-image: url(../img/icon-sel-active.png);
}

.sortable-menu .menu-item .item-name .handle .state.loading {
	background-image: none;
	width: 28px;
	height: 28px;
	padding: 0px;
	border-radius: 100%;
	border: 3px solid;
	border-top-color: rgba(20, 212, 94, 1);
	border-bottom-color: rgba(0, 0, 0, 0.1);
	border-left-color: rgba(20, 212, 94, 1);
	border-right-color: rgba(0, 0, 0, 0.1);
	-webkit-animation: loaderAnimate 2s ease-in-out infinite;
	animation: loaderAnimate 2s ease-in-out infinite;
}

.sortable-menu .menu-item .item-name .handle .del {
	background-image: url(../img/icon-delete.png);
	display: none;
}


.sortable-menu .menu-item .sub-menu {
	position: relative;
	padding-top: 10px;
	padding-left: 0;
	margin-bottom: 0;
}

/* .sortable-menu .menu-item .sub-menu:before {
	content: '';
	position: absolute;
	left: 16px;
	top: 5px;
	bottom: 20px;
	width: 2px;
	background-color: #e3e3e3;
} */

.sortable-menu .menu-item .sub-menu .item-name {
	margin-left: 36px;
	width: calc(100% - 36px);
}

.sortable-menu .menu-item .sub-menu .item-name {
	margin-bottom: 10px;
}

/*.sortable-menu .menu-item .sub-menu .item-name:before {
	content: '';
	position: absolute;
	left: -20px;
	width: 15px;
	top: 50%;
	height: 2px;
	margin-top: -1px;
	background-color: #e3e3e3;
}*/

.sortable-menu .menu-item .sub-menu .item-name:after {
	content: '';
	position: absolute;
	left: -20px;
	top: -10px;
	bottom: 0px;
	width: 2px;
	z-index: -1;
	background-color: #e3e3e3;
}

.sortable-menu .menu-item .sub-menu .item-name:first-child:after {
	top: -5px;
}

.sortable-menu .menu-item .sub-menu .item-name:last-child:after {
	bottom: 50%;
}

/* .sortable-menu-wrap button {
	outline: none;
	border: 0;
	-webkit-appearance: none;
	font-size: 16px;
	line-height: 42px;
	width: 120px;
	text-align: center;
	;
	color: #333;
	background-color: #f0f1f4;
	border-radius: 4px;
	cursor: pointer;
}

.sortable-menu-wrap button:hover {
	background-color: #e7e8e9;
}

.sortable-menu-wrap button .icon{

}

.sortable-menu-wrap .sortable-menu .menu-item button {
	margin-left: 36px;
	margin-top: 10px;
	position: relative;
	z-index: 2;
} */

.sortable-menu-wrap>.btn-groups {
	margin: 0 45px 0 30px;
	display: block;
}

.sortable-menu-wrap>.btn-groups button:nth-child(2) {
	float: right;
}

.sortable-menu .menu-item .accordion-cont {
	/* transform: scale(0);
		transform-origin: 0% 0%;
		height: 0; */
	display: none;
	z-index: 0;
}

.sortable-menu .menu-item.open .accordion-cont {
	/* transform: scale(1);
		height: auto;
		transition: transform .3s linear .1s, height .05s linear; */
	display: block;
}

.sortable-menu .menu-item .accordion-cont>button {
	margin-left: 36px;
}

.sortable-menu-single .a-tit,
.sortable-menu-single .btn-groups {
	margin-left: 45px;
}

.language-select {
	padding: 10px 20px;
	border: #dfdfdf solid 1px;
	background-color: #fff;
	z-index: 0;
	position: relative;
	margin-top: -1px;
	border-radius: 5px;
	border-top-left-radius: 0;
	min-height: 290px;
}

.language-select .nav>li {
	padding: 10px 30px;
}

.nav-pills {
	font-size: 14px;
	border-bottom: 3px #e6e6e6 solid;
}

.nav-pills li {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	cursor: pointer;
}

.nav-pills li.active {
	border-bottom: #14d45e solid 3px;
	margin-bottom: -3px;
	color: #14d45e;
}

.language_list {
	margin: 0px;
	padding: 20px 0 0 20px;
}

.language_list li {
	display: inline-block;
	float: left;
	margin: 0;
	width: 20%;
	padding: 5px 0;
	cursor: pointer;
}

.language_list li:hover {
	color: #14d45e;
}

.SubtitleFile {
	line-height: 40px;
}

.SubtitleFile span {
	margin-right: 20px;
}

#toggleBox>button {
	outline: none;
	position: relative;
	z-index: 1;
	background-color: #fff;
	display: inline-block;
	padding: 10px 22px 10px 27px;
	min-width: 170px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	outline: none;
	-webkit-appearance: none;
	border: 1px solid #dfdfdf;
	color: #607d8b;
	border-radius: 5px;
	color: #333;
	background-color: #fff;
}

#toggleBox.open>button {
	border-bottom-color: #fff;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

#toggleBox>button .iconfont {
	float: right;
	transform: rotate(180deg);
	transition: transform .1s linear;
	display: inline-block;
	margin-left: 10px;
}

#toggleBox.open>button .iconfont {
	transform: rotate(0);
}


/* switch */
.switch-label input[type="checkbox"] {
	display: none;
}

.panel-footer .switch-label {
	padding-top: 13px;
	padding-left: 15px;
	min-height: 44px;
}

.control-con .switch-label {
	padding-top: 5px;
}

.switch-label .switch {
	display: inline-block;
	width: 48px;
	height: 24px;
	line-height: 22px;
	border-radius: 24px;
	vertical-align: middle;
	border: 1px solid #ccc;
	background-color: #ccc;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.switch-label .switch .switch-inner {
	color: #fff;
	font-size: 12px;
	position: absolute;
	left: 25px
}

.switch-label .switch .switch-inner i {
	width: 12px;
	height: 12px;
	text-align: center
}

.switch-label .switch:after {
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background-color: #fff;
	position: absolute;
	left: 1px;
	top: 1px;
	cursor: pointer;
	-webkit-transition: left .2s ease-in-out, width .2s ease-in-out;
	transition: left .2s ease-in-out, width .2s ease-in-out
}

.switch-label .switch:active:after {
	width: 26px
}

.switch-label .switch:focus {
	-webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, .2);
	box-shadow: 0 0 0 2px rgba(45, 140, 240, .2);
	outline: 0
}

.switch-label .switch:focus:hover {
	-webkit-box-shadow: none;
	box-shadow: none
}

.switch-label .switch-small {
	width: 24px;
	height: 12px;
	line-height: 10px
}

.switch-label .switch-small:after {
	width: 10px;
	height: 10px;
	top: 0;
	left: 0
}

.switch-label .switch-small:active:after {
	width: 14px
}

.switch-label input:checked+.switch-small:after {
	left: 12px
}

.switch-label input:checked+.switch-small:active:after {
	left: 8px
}

.switch-label .switch-large {
	width: 60px
}

.switch-label .switch-large:active:after {
	width: 26px
}

.switch-label .switch-large:active:after {
	width: 32px
}

.switch-label input:checked+.switch-large:after {
	left: 37px
}

.switch-label input:checked+.switch-large:active:after {
	left: 25px
}

.switch-label input:checked+.switch {
	border-color: #14d45e;
	background-color: #14d45e
}

.switch-label input:checked+.switch .switch-inner {
	left: 8px
}

.switch-label input:checked+.switch:after {
	left: 25px
}

.switch-label input:checked+.switch:active:after {
	left: 19px
}

.switch-label .switch-disabled {
	cursor: not-allowed;
	background: #f3f3f3;
	border-color: #f3f3f3
}

.switch-label .switch-disabled:after {
	background: #ccc;
	cursor: not-allowed
}

.switch-label .switch-disabled .switch-inner {
	color: #ccc
}

.flow-more {
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 30px;
	color: #607d8b;
}

.flow-more .loading-light {
	width: 50px;
	margin: 0 auto;
}

/* 图片裁切ui样式 */
.crop-style {
	text-align: center;
	padding: 25px 15px;
}

.crop-style .crop-box {
	max-width: 480px;
	display: inline-block;
	vertical-align: middle;
}

.crop-style .preview {
	height: 135px;
	width: 240px;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	margin-left: 20px;
}


/* 图片课件modal */
.modal-backdrop.in {
	opacity: .2;
}

#zModal .modal-dialog {
	height: calc(100% - 78px);
	width: calc(100% - 600px);
	float: right;
	margin: 78px 0 0;
	-webkit-transform: translate(50%, 0);
	-ms-transform: translate(500%, 0);
	-o-transform: translate(50%, 0);
	transform: translate(50%, 0);
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
}

#zModal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

#zModal .modal-dialog .modal-content {
	height: 100%;
	box-shadow: none;
	border: 0;
}

#zModal .modal-dialog .modal-content .modal-body {
	height: calc(100% - 60px);
	padding: 0;
}

.pic-courseware-box {
	width: 100%;
	height: 100%;
	background-color: #fff;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pic-courseware-box .left {
	width: 294px;
	float: left;
	margin-left: -100%;
	border-right: 1px solid #e5e5e5;
	height: 100%;
}

.pic-courseware-box .left .btn-wrap {
	padding: 20px 45px;
	background-color: #fff;
}

.pic-courseware-box .left .btn-wrap button {
	background-color: #f0f1f4;
	border: none;
	text-align: center;
	padding: 15px;
	width: 100%;
	line-height: 27px;
	border-radius: 4px;
}

.pic-courseware-box .right {
	width: 100%;
	float: left;
	height: 100%;
	overflow-y: auto;
}

.pic-courseware-box .right .right-inner {
	margin-left: 294px;
}

.pic-courseware-box .c-list {
	padding: 0;
	height: calc(100% - 100px);
	overflow-y: auto;
	margin-bottom: 0;
}

.pic-courseware-box .c-list li {
	list-style: none;
	padding: 15px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
}

.pic-courseware-box .c-list li>div {
	border: #fff 3px solid;
	background-color: #f0f1f4;
	position: relative;
	overflow: hidden;
}

.pic-courseware-box .c-list li>div .item-bar {
	position: absolute;
	z-index: 5;
	left: 0;
	right: 0;
	bottom: 0;
	height: 30px;
	padding-right: 15px;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	background-color: #999;
	text-align: right;
}

.pic-courseware-box .c-list li>div .item-bar .panel-icon {
	width: 30px;
	height: 30px;
	text-align: center;
	margin-left: 5px;
	display: inline-block;
}

.pic-courseware-box .c-list li>div .item-bar .panel-icon:hover {
	background-color: #bbb;
}

.pic-courseware-box .c-list li>div .item-bar .iconfont {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}

.pic-courseware-box .c-list li:hover>div {
	border-color: rgba(17, 194, 86, 0.5);
}

.pic-courseware-box .c-list li:hover>div .item-bar {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.pic-courseware-box .c-list li.active>div {
	border-color: #11c256;
}

.pic-courseware-box .c-list li.isText .img {
	position: relative;
}

.pic-courseware-box .c-list li.isText .img:before {
	content: '';
	width: 28px;
	height: 28px;
	background-image: url(../img/icon-txt.png);
	background-position: center center;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.pic-courseware-box .c-list li.isVoice .img {
	position: relative;
}

.pic-courseware-box .c-list li.isVoice .img:before {
	content: '';
	width: 28px;
	height: 28px;
	background-image: url(../img/icon-voice2.png);
	background-position: center center;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.pic-courseware-box .c-list li .title {
	height: 24px;
}

.pic-courseware-box .c-list li .title em {
	font-size: 16px;
	line-height: 24px;
	float: left;
	font-style: normal;
	margin-left: 5px;
}

.pic-courseware-box .c-list li .title .drag-block {
	text-align: center;
	width: 24px;
	height: 24px;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	cursor: move;
	float: right;
}

.pic-courseware-box .c-list li .title .drag-block:hover,
.pic-courseware-box .c-list li .title .drag-block:active {
	background-color: #f0f1f4;
}

.pic-courseware-box .c-list li .title .drag-block .icon {
	width: 24px;
	height: 24px;
}

.pic-courseware-box .c-list li .img {
	margin: 0 24px 24px;
	height: 120px;
	text-align: center;
	overflow: hidden;
}

.pic-courseware-box .c-list li .img img {
	height: 100%;
	max-width: 100%;
}

.pic-courseware-box .voice-mod {
	width: 100%;
	padding: 0 20px;
	position: relative;
}

.pic-courseware-box .voice-mod .content {
	width: 100%;
	padding-right: 65px;
}

.pic-courseware-box .voice-mod .content .handle-line {
	padding: 12px 0;
}

.pic-courseware-box .voice-mod .content .handle-line .word {
	font-size: 16px;
	line-height: 40px;
	color: #373e48;
	margin-left: 10px;
}

.pic-courseware-box .voice-mod .content .handle-line em {
	font-style: normal;
	margin: 0 30px;
	font-size: 14px;
	line-height: 40px;
}

.pic-courseware-box .voice-mod .content .handle-line .btn {
	outline: none;
	-webkit-appearance: none;
	font-size: 16px;
	line-height: 38px;
	border: 1px solid #ddd;
	border-radius: 20px;
	padding: 0 30px;
}

.pic-courseware-box .voice-mod .content .textarea-wrap textarea {
	outline: none;
	-webkit-appearance: none;
	border: 1px solid #ddd;
	border-radius: 4px;
	resize: vertical;
	width: 100%;
	padding: 5px 10px;
}

.pic-courseware-box .voice-mod .content .btn-gra {
	margin-top: 45px;
	outline: none;
	-webkit-appearance: none;
	border: 0;
	font-size: 18px;
	line-height: 40px;
	border-radius: 4px;
	padding: 0;
	width: 184px;
	color: #fff;
	text-align: center;
	background: #14d45e;
	background: -webkit-gradient(linear, left top, right top, from(#14d45e), to(#14d497));
}

.pic-courseware-box .voice-mod .side {
	position: absolute;
	top: 20px;
	right: 20px;
	padding-left: 15px;
}

.pic-courseware-box .voice-mod .side .item {
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	color: #000;
	float: left;
}

.pic-courseware-box .voice-mod .side .item:nth-child(1) {
	margin-right: 15px;
}

.pic-courseware-box .voice-mod .side .insert-pause ul {
	padding: 0;
	margin: 0;
}

.pic-courseware-box .voice-mod .side .insert-pause ul li {
	list-style: none;
	width: 50px;
	border: 1px solid #ddd;
	margin: 5px auto 0;
	cursor: pointer;
}

.pic-courseware-box .voice-mod .side .insert-pause ul li:hover,
.pic-courseware-box .voice-mod .side .insert-pause ul li:active {
	background-color: #c8e6c9;
}

.pic-courseware-box .voice-mod .side .add-anchor {
	display: none;
}

.pic-courseware-box .voice-mod .side .add-anchor .tit {
	text-align: right;
}

.pic-courseware-box .voice-mod .side .add-anchor ul {
	padding: 0;
	margin: 0;
}

.pic-courseware-box .voice-mod .side .add-anchor ul li {
	list-style: none;
	width: 70px;
	height: 70px;
	border-radius: 4px;
	overflow: hidden;
	margin: 5px auto 0;
	cursor: pointer;
}

.pic-courseware-box .voice-mod .side .add-anchor ul li img {
	width: 100%;
	height: 100%;
}

.pic-courseware-box .voice-mod.expand-all .content {
	padding-right: 165px;
}

.pic-courseware-box .voice-mod.expand-all .side {
	width: 165px;
}

.pic-courseware-box .voice-mod.expand-all .side .add-anchor {
	display: block;
}

.voice-player {
	width: 100%;
	display: table;
	padding: 15px 0;
}

.voice-player .left-part {
	float: left;
	margin-left: -100%;
	width: 110px;
}

.voice-player .left-part .icon {
	width: 50px;
	height: 50px;
	display: inline-block;
	vertical-align: middle;
}

.voice-player .left-part span {
	font-size: 14px;
	line-height: 50px;
	vertical-align: middle;
	margin-left: 12px;
}

.voice-player .right-part {
	float: left;
	width: 100%;
}

.voice-player .right-part .progress-wrap {
	margin-left: 110px;
	margin-top: 10px;
	padding: 0 10%;
}

.voice-player .right-part .progress-wrap .progress-bar {
	width: 100%;
	margin: 0 auto;
	height: 25px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
	background-color: #c9c9c9;
}

.voice-player .right-part .progress-wrap .progress-bar .bg {
	background: url(../img/voice_progress.png) left top repeat-x;
	position: absolute;
	z-index: 3;
	left: 0;
	width: 100%;
	height: 100%;
}

.voice-player .right-part .progress-wrap .progress-bar .run {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: #11c256;
}

/* 鎸夐挳娉㈠姩鐗规晥 */
.ripple {
	position: relative;
	overflow: hidden;
}

.ripple:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	/* //璁剧疆寰勫悜娓愬彉 */
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-transform: scale(12);
	-ms-transform: scale(12);
	transform: scale(12);
	opacity: 0;
	-webkit-transition: -webkit-transform .2s, opacity .5s;
	transition: transform .2s, opacity .5s;
	background-image: -webkit-radial-gradient(circle, currentColor 10%, transparent 10.01%);
	background-image: radial-gradient(circle, currentColor 10%, transparent 10.01%);
}

.ripple:active:after {
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
	opacity: .3;
	-webkit-transition: 0s;
	transition: 0s;
}

.scrollbar::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.scrollbar::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}

.scrollbar::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

/* li列表遮罩 */
.li-mask {
	position: relative;
}

.li-mask:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(200, 230, 201, 0.75);
	z-index: 99;
}

.li-mask .mask-cont {
	position: absolute;
	z-index: 100;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}

.li-mask .mask-cont>div {
	width: 45%;
	font-size: 16px;
	line-height: 36px;
	background-color: #5b615b;
	color: #fff;
	border-radius: 18px;
	overflow: hidden;
	margin: 0 auto;
}

.li-mask .mask-cont>div.sp {
	background: -webkit-gradient(linear, left top, right top, from(#f47e41), to(#e46747));
}

.li-mask .mask-cont>div i {
	width: 20px;
	height: 20px;
	background: url(../img/icon-process.png) center center no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.li-mask .mask-cont>p {
	font-size: 14px;
	line-height: 18px;
	color: #666;
	margin-top: 16px;
	margin-bottom: 0;
}

.li-mask .mask-cont>p.datetime {
	display: none;
}

.li-mask .mask-cont>a {
	font-size: 14px;
	line-height: 18px;
	color: #003399;
	display: inline-block;
	margin: 16px auto 0;
	padding: 0;
}

.li-mask .mask-cont>a:hover,
.li-mask .mask-cont>a:active {
	color: rgba(0, 51, 153, 0.8);
}

@media (min-width: 768px) {
	.modal-dialog {
		margin: 10% auto;
	}
}

.user-do .modal-dialog {
	width: 960px;
}

.user-do .modal-body {
	padding: 0;
	background-color: #fff;
}

.user-do .modal-content {
	border: 0;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .0);
}

.user-do .btn-close {
	position: absolute;
	left: 50%;
	bottom: -60px;
	color: #fff;
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	font-weight: 500;
	font-size: 30px;
	line-height: 38px;
	text-align: center;
	cursor: pointer;
}

.user-do .btn-close:hover {
	background-color: rgba(0, 0, 0, 0.7);
}

.user-do .user-do-li {
	text-align: center;
	min-height: 400px;
	color: #333;
	text-align: center;
	padding-top: 70px;
	border-right: #ebebeb solid 1px;
	position: relative;
	cursor: pointer;
}

.user-do .user-do-li:hover {
	color: #11c256;
	background-color: #f1f1f1;
}

.user-do .user-do-li:first-child {
	border-top: #88e0aa solid 12px;
}

.user-do .user-do-li:nth-child(2) {
	border-top: #4dd180 solid 12px;
}

.user-do .user-do-li:last-child {
	border-top: #11c256 solid 12px;
	border-right: #dddddd solid 0px;
}

.user-do .user-do-li i {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 100px;
	height: 169px;
}

.user-do .user-do-li:first-child i {
	background: url(../img/num_1.png) right bottom no-repeat;
}

.user-do .user-do-li:nth-child(2) i {
	background: url(../img/num_2.png) right bottom no-repeat;
}

.user-do .user-do-li:last-child i {
	background: url(../img/num_3.png) right bottom no-repeat;
}

.dropdown-sel {
	height: 50px;
	padding: 12px 20px;
	background-color: #0dc16e;
	color: #FFFFFF;
	line-height: 25px;
	cursor: pointer;
}
.dropdown-sel i { font-size: 20px;}


textarea.form-control{
	resize: vertical;
}


/* header 右侧功能区 */
.user-corner{
	width: 255px;
	height: 50px;
	margin-right: -15px;
	float: right;
	position: relative;
}
.user-corner .corner-head{
	padding: 0 15px;
	height: 100%;
	text-align: right;
}
.user-corner:hover .corner-head{
	cursor: pointer;
	background-color: #00b663 !important;
}

.user-corner .corner-head>span {
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	margin-top: 10px;
	display: inline-block;
}
.user-corner .corner-head>.icon {
	margin-left: 5px;
	margin-top: 10px;
}

.user-corner .img{
	float: right;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	margin-top: 5px;
	text-align: center;
}
.user-corner .img img{
	width: 100%;
	height: 100%;
}
.user-corner .img span{
	width: 100%;
	height: 100%;
	padding: 10px 0;
	font-size: 18px;
	line-height: 20px;
	background-color: #fff;
	color: #333;
	display: block;
}

.user-corner .corner-body{
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
	z-index: 2;
	display: none;
	visibility: hidden;
	background-color: #fff;
	border: 1px solid #eaeaea;
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.user-corner:hover .corner-body{
	display: block;
	visibility: visible;
}
.user-corner .corner-body .info-ban{padding: 10px 25px 20px;border-bottom: 1px solid #eaeaea}
.user-corner .corner-body .info-ban .info-entry{font-size: 14px;line-height: 2;color: #333;}
.user-corner .corner-body .info-ban .info-entry span{color: #888;}
.user-corner .corner-body .info-ban .imp-word{color: #ff5200;font-size: 14px;line-height: 2;text-align: center;margin-bottom: 0;margin-top: 10px;}
.user-corner .corner-body .info-ban > em{font-size: 14px;line-height: 1;font-style: normal;margin: 0 auto 12px;display: block;text-align: center;}
.user-corner .corner-body .info-ban .corner-btn{font-size: 16px;line-height: 40px;text-align: center;display: block;width: 100%;color: #fff;border-radius: 5px;}
.user-corner .corner-body .info-ban .corner-btn:not(:last-child){margin-bottom: 12px;}
.user-corner .corner-body .info-ban .corner-btn.red{background-color: #ff6633;}
.user-corner .corner-body .info-ban .corner-btn.red:hover,
.user-corner .corner-body .info-ban .corner-btn.red:active{background-color: rgba(255,82,0, .8)}
.user-corner .corner-body .info-ban .corner-btn.green{background-color: #14d45e;}
.user-corner .corner-body .info-ban .corner-btn.green:hover,
.user-corner .corner-body .info-ban .corner-btn.green:active{background-color: rgba(20,214,94, .8)}
.user-corner .corner-body .info-ban .corner-btn.normal{line-height: 38px;border: 1px solid #ff5200;color: #ff5200;background-color: inherit;}
.user-corner .corner-body .info-ban .corner-btn.normal:hover,
.user-corner .corner-body .info-ban .corner-btn.normal:active{background-color: rgba(0,0,0,.02);}

.user-corner .corner-body .corder-menu{padding: 14px 0;}
.user-corner .corner-body .corder-menu ul{padding: 0;margin: 0;}
.user-corner .corner-body .corder-menu ul li{width: 100%;list-style: none;}
.user-corner .corner-body .corder-menu ul li a{font-size: 14px;line-height: 28px;padding: 0 25px;color: #333;display: block;width: 100%;}
.user-corner .corner-body .corder-menu ul li a:hover,
.user-corner .corner-body .corder-menu ul li a:active{background-color: rgba(0,0,0,.05);}

/* main.html 栏目样式 */
.main-columns {
	display: table;
	width: 100%;
}

.main-columns * {
	margin: 0;
	padding: 0;
}

.main-columns .column {
	float: left;
	width: 100%;
	background-color: #fff;
	margin-bottom: 20px;
	border: 1px solid #DCE6EB;
}

.main-columns .column .column-title {
	font-size: 18px;
	padding: 15px 30px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #d8d8d8;
}

.main-columns .column .column-cont {
	padding: 30px;
}

.main-columns .column-first {
	height: auto;
	overflow: hidden;
}

.main-columns .column-first.free {
	border-color: #11C256;
}

.main-columns .column-first.free .img {
	background-image: url(../img/user-free.png);
}

.main-columns .column-first.vip {
	border-color: #FACD89;
}

.main-columns .column-first.vip .img {
	background-image: url(../img/user-vip.png);
}

.main-columns .column-first .img {
	width: 340px;
	height: 320px;
	background-size: 100% 100%;
	float: left;
	position: relative;
}

.main-columns .column-first .img p {
	font-size: 20px;
	line-height: 1;
	position: absolute;
	left: 0;
	right: 0;
	top: 190px;
	text-align: center;
	color: #333;
	padding-right: 26px;
}

.main-columns .column-first .right-cont {
	margin-left: 340px;
	padding-right: 25px;
	line-height: 1;
}

.main-columns .column-first .right-cont .info-btn {
	float: right;
	width: 100px;
	display: inline-block;
	font-size: 14px;
	line-height: 36px;
	color: #003399;
	background-color: #EDEDED;
	border-radius: 18px;
	text-align: center;
	cursor: pointer;
}

.main-columns .column-first .right-cont .info-btn:hover,
.main-columns .column-first .right-cont .info-btn:active {
	background-color: #dcdcdc;
}

.main-columns .column-first .right-cont .info-btn.imp {
	color: #fff;
	background-color: #FF6633;
	width: 126px;
}

.main-columns .column-first .right-cont .info-btn.imp:hover,
.main-columns .column-first .right-cont .info-btn.imp:active {
	color: inherit;
	background-color: rgba(255, 102, 51, 0.8);
}

.main-columns .column-first .right-cont .ban1 {
	padding-top: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e7e7e7;
}

.main-columns .column-first .right-cont .ban1 h3 {
	font-size: 22px;
}

.main-columns .column-first .right-cont .ban1 p {
	font-size: 14px;
	color: #888;
	margin-top: 18px;
}

.main-columns .column-first .right-cont .ban2 {
	padding-top: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e7e7e7;
}

.main-columns .column-first .right-cont .ban2 h5 {
	font-size: 16px;
	color: #888;
}

.main-columns .column-first .right-cont .ban2 .info-line {
	margin-top: 5px;
}

.main-columns .column-first .right-cont .ban2 .info-line>span {
	font-size: 20px;
	line-height: 36px;
}

.main-columns .column-first .right-cont .ban2 .info-line .info-btn {
	float: right;
	margin-left: 15px;
}

.main-columns .column-first .right-cont .ban3 {
	padding-top: 20px;
	padding-bottom: 40px;
}

.main-columns .column-first .right-cont .ban3 h5 {
	font-size: 16px;
	color: #888;
}

.main-columns .column-first .right-cont .ban3 .info-line {
	margin-top: 12px;
	width: 100%;
}

.main-columns .column-first .right-cont .ban3 .info-line .progress-item {
	padding-top: 26px;
	margin-left: 100px;
	margin-right: 115px;
	position: relative;
	max-width: 300px;
}

.main-columns .column-first .right-cont .ban3 .info-line .progress-item .total {
	height: 5px;
	background-color: #EDEDED;
	border-radius: 2px;
	overflow: hidden;
}

.main-columns .column-first .right-cont .ban3 .info-line .progress-item .total .current {
	width: 0;
	height: 100%;
	background-color: #41B314;
}

.main-columns .column-first .right-cont .ban3 .info-line .progress-item .text {
	font-size: 14px;
	color: #888;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

.main-columns .column-first .right-cont .ban3 .info-line .progress-item .text span {
	float: right;
}

.main-columns .column-first .right-cont .ban3 .info-line .pl {
	float: left;
	width: 100px;
	font-size: 30px;
}

.main-columns .column-first .right-cont .ban3 .info-line .pl em {
	font-style: normal;
	font-size: 16px;
	line-height: 16px;
	vertical-align: middle;
}

.main-columns .column-first .right-cont .ban3 .info-line .info-btn {
	float: right;
}

.main-columns .column-second {
	height: auto;
}

.main-columns .column-second .column-cont {
	padding: 30px 0;
}

.main-columns .column-second .column-cont .people-list-wrap .people-list-tit {
	font-size: 16px;
	color: #888;
	padding: 10px 0 10px 40px;
}

.main-columns .column-second .column-cont .people-list-wrap .people-list {
	padding: 20px 30px;
}

.main-columns .column-second .column-cont .people-list-wrap .people-list .people-li .img {
	width: 64px;
	height: 64px;
	margin: 0 10px;
}

.main-columns .column-second .column-cont .people-list-wrap .people-list .people-li .img img {
	width: 100%;
	height: 100%;
}

.main-columns .column-second .column-cont .people-list-wrap .people-list .people-li .img.sl {
	background: url(../img/icon-sel-blank.png) center center no-repeat;
}

.main-columns .column-second .column-cont .people-list-wrap .people-list .people-li p {
	font-size: 14px;
	margin-top: 15px;
	text-align: center;
}

.main-columns .column-second .column-cont .people-list-wrap .people-list .people-li a {
	font-size: 14px;
	margin-top: 15px;
	text-align: center;
	display: block;
}

.main-columns .column-second .column-cont .people-list-wrap:nth-child(1) {
	float: left;
}

.main-columns .column-second .column-cont .people-list-wrap:nth-child(2) {
	border-left: 1px solid #e7e7e7;
	margin-left: 145px;
	display: table;
}

.main-columns .column-second .column-cont .people-list-wrap:nth-child(2) .people-list .people-li {
	float: left;
}

.main-columns .column-second .column-cont .no-data {
	display: none;
	margin: 0 auto;
}

.main-columns .column-second .column-cont .no-data p {
	font-size: 16px;
	line-height: 32px;
	color: #999;
	text-align: center;
}

.main-columns .column-fourth {
	width: 100%;
}

.main-columns .column-fourth .code-box {
	width: 210px;
	text-align: center;
	margin: 0 auto;
}

.main-columns .column-fourth .code-box .img {
	width: 100%;
}

.main-columns .column-fourth .code-box .img img {
	width: 100%;
}

.main-columns .column-fourth .code-box>.tip {
	background-color: #607D8B;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	margin-top: 15px;
}

.main-columns .column-fourth .code-box>p {
	font-size: 14px;
	line-height: 1;
	margin-top: 15px;
	color: #646E75;
}

.main-columns .column-fourth .code-box>a {
	font-size: 14px;
	line-height: 1;
	display: block;
	margin-top: 15px;
}

.main-columns .view-list .view-li {
	float: left;
	margin-bottom: 30px;
	border: 1px solid #e9e9e9;
	cursor: pointer;
	width: 100%;
}

.main-columns .view-list .view-li.null {
	border-style: dashed;
	height: 86px;
}

.main-columns .view-list .view-li:hover .img .iconfont {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.main-columns .view-list .view-li .img {
	width: 84px;
	height: 84px;
	background-color: #e6e6e6;
	float: left;
	text-align: center;
}

.main-columns .view-list .view-li .img .iconfont {
	font-size: 40px;
	line-height: 84px;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .15s linear;
	transition: transform .15s linear;
	display: inline-block;
}

.main-columns .view-list .view-li .cont {
	margin-left: 84px;
	padding: 25px;
	font-size: 16px;
	line-height: 34px;
	color: #666;
}

.main-columns .view-list .view-li .cont span {
	font-size: 30px;
	color: #333;
	float: right;
}

@media screen and (min-width: 800px) {
	.main-columns .column-third .view-list .view-li {
		width: calc(50% - 10px);
	}

	.main-columns .column-third .view-list .view-li:not(:nth-child(2n+1)) {
		margin-left: 20px;
	}
}

@media screen and (min-width: 1200px) {
	.main-columns .column-third .view-list .view-li {
		width: calc(33.3333% - 20px);
	}

	.main-columns .column-third .view-list .view-li:not(:nth-child(2n+1)) {
		margin-left: 0;
	}

	.main-columns .column-third .view-list .view-li:not(:nth-child(3n+1)) {
		margin-left: 30px;
	}
}

@media screen and (min-width: 1820px) {
	.main-columns .column-first {
		height: 320px;
		width: calc(50% - 10px);
	}

	.main-columns .column-second {
		height: 320px;
		width: calc(50% - 10px);
		margin-left: 20px;
	}

	.main-columns .column-third {
		width: calc(100% - 420px);
	}

	.main-columns .column-fourth {
		width: 400px;
		margin-left: 20px;
	}
}

