/*common*/
input[type=file] {
	filter:alpha(opacity=0);
	opacity:0;
	width: 0;
	height: 0;
}
option{
	padding: 2px 2px;
}
.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus {
	outline: none;
}
body{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	background: #000000;
}
.modal-backdrop{
	z-index: 3040;
}
.modal{
	z-index: 3050;
}
.show{
	display: block !important;
}
.w60{
	width: 60%;
}
.loading-popup img {
	position: fixed;
	top: 48%;
	left: 48%;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	vertical-align: middle;
}
/*menu*/
.active-menu, .active-menu i {
	background-color: #000 !important;
	color: #fff !important;
}
.top-navbar .navbar-brand{
	background: #000000;
	padding: 46px 54px 0 54px;
	height:70px;
}
.top-navbar .navbar-brand img{
	height:24px;
}
.top-navbar .navbar-brand:hover{
	background: #000000;
}
.top-navbar{
	background: #000000;
	z-index: 3000;
}
.navbar{
	min-height: 70px;
}
.sidebar-collapse > .nav > li{
	border-bottom:1px solid rgba(107, 108, 109, .5)
}
.navbar-side{
	background: #000000;
	top: 100px;
	text-align: center;
	height: calc(100vh - 170px);
	overflow-y:scroll;
}
.navbar-side::-webkit-scrollbar {
    display: none;
}
.top-navbar .nav > li > a{
	padding: 25px 20px;
}
.top-navbar .nav > li{
	float: right;
}
.nav > li > a > i{
	color: #000;
}
.navbar-header{
	position: absolute;
	left: 0;
	width: 260px;
}
.navbar-right{
	margin-right: 0px;
	margin-left: 260px;
	background: #fff;
	float: none !important;
}
.nav-second-level li a{
	padding-left: 0;
}
ul.nav.nav-second-level.collapse.in{
	background: #000;
}
.sidebar-collapse > .nav > li > a{
	padding:18px 10px;
}
.nav > li > a{
	padding:8px 13px;
}
.nav-pills>li>a{
	border-radius:0;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
	background-color:#000;
}

/*login*/
.page-login{
	background: #fff;
}
.page-login-wrapper{
	width: 100%;
}
.page-login-wrapper .login-logo{
	float: none;
	margin: 150px auto 15px auto;
}
.page-login-wrapper .login-welcome{
	float: none;
	margin: 0 auto 20px auto;
	font-size: 16px;
	text-align: center;
	letter-spacing: 1px;
}
.page-login-wrapper .login-box{
	float: none;
	margin: 0px auto 20px auto;
}
.login-box .form-control-text{
	letter-spacing: 1px;
	display: block;
	width: 100%;
	height: 50px;
	padding: 6px 15px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #000;
	background-color: #fff;
	background-image: none;
	border: 1px solid #b1b2b3;
}
.login-box .form-control-text::-webkit-input-placeholder { /* WebKit browsers */
	color: #cccccc;
}
.login-box .form-control-text:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #cccccc;
}
.login-box .form-control-text::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #cccccc;
}
.login-box .form-control-text:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #cccccc;
}
.login-box .form-group{
	margin-bottom: 20px;
}
.login-box .input-group-addon{
	font-size: 18px;
	padding: 15px 18px;
	background-color: #fff;
	color: #929292;
	border-radius:0;
	border: 1px solid #b1b2b3;
	border-right: 0px;
}
.login-box .line{
	display: inline-block;
}
.login-box .btn-login{
	font-size: 16px;
	padding: 13px 0;
	width: 100%;
	letter-spacing: 2px;
}
/*page-wrapper*/
#page-wrapper{
	background: #fff;
	top: 70px;
	min-height: 100vh;
}
#page-inner{
	margin: 0;
	padding: 15px 40px;
	min-height: 800px;
}
.page-left{
	min-height: 500px;
	width: 150px;
	position: absolute;
}
.page-left ul{
	list-style: none;
	padding: 20px 0 20px 40px
}
.page-left ul li{
	margin-bottom: 10px;
}
.page-right{
	margin-left: 150px;
	width: auto;
	background-color: transparent;
	min-height: 800px;
	padding: 20px 40px 30px 25px;
}
.page-header{
	background: #fff;
	color: #000;
	font-size: 26px;
	padding: 35px 24px 22px 24px;

}
.breadcrumb {
	padding: 8px 26px;
	-webkit-box-shadow:0 0 0;
	box-shadow:0 0 0;
	background: #f5f5f5;
}
.breadcrumb a{
	color: #000;
}
.row{
	margin: 0 0 20px 0;
}
.row .btn{
	margin-right: 10px;
}
.mBox .row{
	margin: 0;
}
.mBox .row .btn{
	margin-bottom: 15px;
}
/*editor*/
.editor-container {
	margin: 30px auto;
}
.editor-container-title{
	display: block;
	margin-bottom: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(107, 108, 109, .2);
}
.editable{
	min-height: 20px;
	border-bottom: 1px solid rgba(107, 108, 109, .2);
	outline: none;
	margin: 0 0 20px 0;
	padding: 20px 0 20px 0;
	font-size: 14px;
	line-height: 30px;
}
.editable p{
	font-size: 14px;
	padding: 0;
	margin:0 0 20px 0;
	line-height: 1.7;
	font-weight: 400;
	color: #333;
}
.editable figcaption p{
	padding: 0;
	margin:0;
}
.editable h4{
	font-size: 14px;
	padding: 0;
	margin:0 0 20px 0;
	line-height: 1.7;
	font-weight: 400;
	color: #333;
}
.editable h3{
	font-size: 16px;
	padding: 0;
	margin:0 0 15px 0;
	line-height: 1.4;
	font-weight: 700;
}
.editable h2{
	font-size: 20px;
	padding: 0;
	margin:0 0 14px 0;
	line-height: 1.4;
	font-weight: 700;
}
.editable ul{
	font-size: 14px;
	padding: 0;
	margin:0 0 20px 0;
	line-height: 1.7;
	color: #333;
}
.editable ul li{
	list-style-type:none;
	line-height: 1.7;
	letter-spacing: 0.01em;
 }
.editable a{
	color: #333;
}
.editable .medium-insert-images{
	padding: 8px 0;
	margin:0 0 20px 0;
}
.editable .medium-insert-images figcaption{
	font-size: 14px;
	padding: 0;
	font-style: normal;
	line-height: 1.7;
	color: #333;
}
.editable .medium-insert-images img{
	width: 100%;
}
.editable .medium-insert-embeds{
	margin:0 0 20px 0;
}
.editable .medium-insert-horizontal{
	width: 100%;
}
.editable .medium-insert-horizontal .medium-horizontal{
	border-top: 4px solid #000;
	width: 75px;
	margin: 40px auto 0 auto;
	padding-bottom: 40px;
}

/*modal-content*/
.modal-content{
	box-shadow:0 0 0;
	-webkit-box-shadow:0 0 0;
	border:0;
	border-radius:0;
}

/*btn*/
.btn-black {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.btn-black.active, .btn-black.focus, .btn-black:active, .btn-black:focus, .btn-black:hover, .open>.dropdown-toggle.btn-black{
	color: #fff;
	background-color: #333;
	border-color: #333;
}
.btn-radius0{
	border-radius:0;
}
.btn-circle {
	width: 36px;
	height: 36px;
	padding: 10px 0;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

/*nav*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
	color: #000000;
}
.nav > li > a{
	color: #555555;
	outline: 0;
}
a:focus, a:hover{
	color: #000;
}

/*video popup*/
.video-form-box{
	padding:20px 10px 0 10px
}
.video-form-box .form-group{
	margin-bottom: 30px;
}
.video-form-box .progress{
	margin-bottom: 10px;
	margin-top: 6px;
	width: 200px;
}
.video-form-box b{
	padding-left: 10px;
}
#videolist td{
	cursor: pointer;
}
#videolist{
	padding: 10px;
}

/*multi image*/
#imageModal .image-wrap{
	max-height: 350px;
	min-height: 175px;
	overflow: scroll;
}
#imageModal .button-bar{
	margin: 0 12px 15px 12px
}
#imageModal .image-wrap .pre-image{
	position: relative;
	width: 165px;
	height: 165px;
	margin: 0 12px 20px 12px;
	float: left;
	border: 1px solid rgba(107, 108, 109, .2);
}
#imageModal .image-wrap .pre-image img{
	width: 100%;
}
#imageModal .image-wrap .pre-image .btn-del-preimg{
	position: absolute;
	top: 5px;
	right: -5px;
	width: 26px;
	height: 26px;
	font-size: 13px;
	line-height: 0;
	padding-top: 6px;
}
#imageModal #console{
	display: inline-block;
}

/*form*/
.form-box .form-group{
	margin-bottom: 30px;
}
.form-group label{
	margin-bottom: 10px;
	display: block;
}
.form-control{
	border-radius: 0;
}
.form-control-text{
	outline: 0;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 0;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border-bottom: 1px solid #ccc;
	border-top: 0px solid #fff;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
}
.form-footer{
	border-top: 1px solid #ddd;
	padding-top: 20px;
}
.form-footer .btn,.form-footer a{
	margin-right: 5px;
}
.form-footer .btn-back{
	margin-top:15px;
	width:166px;
}
.form-footer .qrimg{
	height: 90px;
	width: 90px;
	position: relative;
	left: 186px;
	top: -87px;
}
.form-footer .qrimg img{
	width: 100%;
	height: 100%;
}
.img-group .video_img_box,.img-group .pre_img_box{
	max-height: 140px;
	border: 1px solid #ccc;
	margin-top: 6px;
}
.img-group .video_img_box img,.img-group .pre_img_box img{
	max-height: 140px;
	padding: 10px;
}
.loading-popup {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.55);
	top: 0;
	left: 0;
	z-index: 9000;
	display: none;
}
.tag-select{
	width: 60%;
}
.radio-inline label{
	margin-bottom: 0;
}
.form-group label a{
	color: #959595;
	margin-left: 5px;
}
.form-box .info-image-box{
	width: 100%;
	margin-top: 15px;
	text-align: center;
}
.form-box .info-image-box .info-image{
	width: 30%;
	margin: 0 15px 20px 5px;
	position: relative;
	display: inline-block;
	float: left;
}
.form-box .info-image-box img{
	width: 100%;
}
.form-box .info-image-box .btn-del-infoimg {
	position: absolute;
	top: 5px;
	right: -5px;
}

/*treeview*/
#treeview{
	padding: 0;
}
.button_z button{
	padding: 1px 10px;
	outline: 0;
	margin-right: 13px;
}
.button_z{
	position: relative;
	float: right;
	/*position: absolute;*/
	margin-top: -30px;
	/*display: none;*/
}
.list-group-item:first-child {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

/*noty*/
.notybox{
	width: 300px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: 700;
	z-index: 9999;
	position: fixed;
	top:0;
	left: 50%;
	margin-left: -150px;
	text-align: center;
	display: none;
	cursor: pointer;
}
.noty_black{
	color: #fff;
	background-color: #000;
}
#memberModal .modal-dialog{
	width: 800px;
}
#member-form .row{
	margin-top: 15px;
}
#memberModal .fa:before {
	padding-right: 4px;
}
#memberModal .fa {
	display: block;
}
#memberModal option{
	width: 100%;
}
.tag-member .member-label{
	color: #333;
	background-color: #fff;
	border: 1px solid #ccc;
	margin-right: 10px;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}
.tag-member .member-label .moveMember{
	display: inline-block;
	padding-left: 10px;
	cursor: pointer;
}
.info-member .member-label {
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-right: 10px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}
/*pagination*/
.pagination>li>a, .pagination>li>span{
	color: #000000;
}
.pagination>li>a:hover,.pagination>li>a:focus{
	color: #000000;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #000;
	border-color: #000;
}

.type2{
	display: none;
}
.mb10{
	margin-bottom: 10px;
}
.list-wrap{
	min-height: 200px;
	max-height: 400px;
	overflow: scroll;
}
.list-wrap .setUrl{
	cursor: pointer;
}
.search-group{
	float: right;
	position: relative;
	display: table;
	border-collapse: separate;
	padding-right: 0;
}
.search-group-left {
    position: relative;
    display: table;
    border-collapse: separate;
    padding: 0;
}
.sort-ul{
	list-style: none;
	padding: 10px 20px;
}
.sort-ul li{
	border-bottom: 1px solid #ddd;
	cursor: move;
}
.sort-ul li span{
	padding: 8px 0;
	display: inline-block;
}
.sort-ul li span:first-child{
	width: 50px;
	display: inline-block;
}

.panel-left{
	width: auto;
	padding-left: 20px;
}
.panel-right{
	float: none;
	color: #333;
}
.panel-left .fa-5x{
	color: #333;
}
.no-boder{
	border: 1px solid rgba(107, 108, 109, .2);
}
.panel-right h3{
	color: #333;
}
.panel-right strong{
	color: #333;
}
.text-right a{
	color: #333;
}
.select{
	width: auto;
    display: inline-block;
	margin-right:10px;
}
.panel-box{
	border:0;
	box-shadow:0 0 0;
	-webkit-box-shadow:0 0 0;
	font-size:14px;	
}
.panel-box .panel-heading{
	font-size:16px;
	color:#333;
}
.panel-box .panel-heading .panel-td{
	padding-right:15px;
	padding-left:5px;
}
.panel-title{
	padding:3px 0;
	color:#333;
	font-size:14px;	
}
.section-score{
	display: inline-block;
    float: right;
}
.panel-body ul{
	list-style: none;
    margin: 0;
    padding-left: 20px;
}
.panel-body ul li{
	padding:4px 0;
}
.panel-body ul li .part-score{
	display: inline-block;
    float: right;
}
table .section-title{
	color: #fff;
	font-weight: bold;
	background-color:#333;
}
table .part-title{
	font-weight: bold;
	background-color:#fff;
}
/*table-scroll*/
.table-scroll-padding{
	padding:0;
}
table td.center,table th.center{
	text-align:center;
}
.table-scroll{
	width:auto;
	height:auto;
	/* white-space: nowrap;  */
	overflow: scroll; 
	overflow-y: hidden;
	-webkit-backface-visibility: hidden; 
	-webkit-overflow-scrolling: touch;
}
.table-scroll table tr td, .table-scroll table tr th{
	padding: 8px 12px;
	/* text-align:center; */
}    
.table-fix-col{
	height:auto;
	width:auto;
	position:absolute;
	background-color: #fff;
	overflow: hidden;
	overflow-y: scroll;
}
.table-fix-col::-webkit-scrollbar {
    display: none;
}
.table-fix-col table{
	width:auto;
	margin:0;
}
.table-fix-row{
	height:auto;
	width:100%;
	position:absolute;
	background-color: #fff;
	overflow: hidden;
}
.table-fix-row table{
	margin:0;
}
.table-fix-col-row{
	width: auto;
    position: absolute;
    background-color: #fff;
    overflow: hidden;
    z-index: 999;
}
.table-fix-col-row table{
	margin:0;
}
.table-fix-col table tr td,.table-fix-col table tr th,.table-fix-row table tr th,.table-fix-col-row table tr th {
	padding: 8px 12px;
	/* text-align:center; */
}
.table-fix-col table tr td:last-child,.table-fix-col table tr th:last-child,.table-fix-col-row table tr th:last-child {
	border-right: 2px solid #ddd;
}
.table-fix-col-row table thead th,.table-fix-row table thead th{
	background:#3F3F3F;
	color:#fff
}
.table-fix-col-row table thead th,.table-fix-row table thead th,.table-fix-col table thead th,.table-scroll table thead th{
	border-bottom-width: 1px;
}
.assessment-info{
	color:#333;
	font-size:16px;	
	font-weight: bold;
	display:inline-block;
	margin:15px 25px 15px 0;
	vertical-align: middle;
	height: 48px;
}
.assessment-score{
	font-size:32px;	
	margin-left: 50px;
}
.w150{
	width:150px;
}
.w80{
	width:80px;
}
.datepick{
	width:12%;
	display: inline-block;
    margin-right: 10px;
}
.h-auto{
	height:auto;
}
@media (max-width: 992px){
	.page-login-wrapper .login-welcome{
		font-size: 15px;
	}
}
@media (max-width: 768px){
	.page-login-wrapper .login-welcome{
		font-size: 14px;
	}
	.navbar-side{
		height: auto;
		top:0;	
	}
	.top-navbar .navbar-brand {
	    display: none;
	}
	.navbar-toggle{
		float: left;
		margin-top: 15px;
    	margin-left: 15px;
	}
	.collapse.in{
		height:100vh;
		overflow-y: scroll;
	}
	.collapse.in::-webkit-scrollbar {
	    display: none;
	}
.sidebar-collapse .nav{
		margin-top: 60px;
	}
}
@media (max-width: 375px){
	.page-login-wrapper .login-welcome{
		font-size: 13px;
	}
	.navbar-side{
		height: auto;
		top:0;	
	}
	.top-navbar .navbar-brand {
	    display: none;
	}
	.navbar-toggle{
		float: left;
		margin-top: 15px;
    	margin-left: 15px;
	}
	.collapse.in{
		height:100vh;
		overflow-y: scroll;
	}
.collapse.in::-webkit-scrollbar {
	    display: none;
	}
.sidebar-collapse .nav{
		margin-top: 60px;
	}
	
}