@charset "UTF-8";
/* CSS Document */


.container {
	background-color: #fff;
	/*padding-bottom: 20%;*/
	}
@media (min-width: 1200px){
	.container {
	  width: 700px;
	}
}
@media (min-width: 992px){
  .container {
	  width: 700px;
  }
}
@media (min-width: 768px){
  .container {
	  width: 700px;
  }
}
.topareabox{
	background-color: #492c80;
	position: fixed;
	width: 100%;
	top:0;
	z-index: 110;
	}
.toparea {
	width: 100%;
    height: 55px;
    background-color: #492c80;
    position: absolute;
    
	top:0;
	color: #fff;
	font-size: 1.2em;
	line-height: 55px;
	padding-left: 6.2rem;
	font-weight: 700;
	}
.page-header {
    padding-bottom: 0px;
    margin: 0;
    border-bottom: 0px solid #eee;
}
.page-header {
  position: absolute;
  /*position: fixed;*/
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: top 0.6s;
  -moz-transition: top 0.6s;
  transition: top 0.6s;
}
.page-header.off-canvas { top: -89px; }
.page-header.fixed {
  top: 0;
  z-index: 9999;
}
	
	
#header {
		
		/*background: #553698;
		color: #555;
		height: 100%;
		position: fixed;
		text-align: center;
		top: 0;
		width: 23em;
		left: 0;*/
	}

		#header h1, #header h2, #header h3, #header h4, #header h5, #header h6 {
			color: #ffffff;
		}

			#header h1 a, #header h2 a, #header h3 a, #header h4 a, #header h5 a, #header h6 a {
				color: #ffffff;
    			font-size: 2.25rem;
			}

		#header header p {
			color: #b6e9dc;
		}

		#header a {
			color: #d1f1e9;
		}

			#header a:hover {
				color: #ffffff !important;
			}

		#header > header {
			padding: 1.6em 1.2em .9em;
			/*background-color: #777;*/
		}

			#header > header .avatar {
				display: block;
				/*margin: 0 auto 2.25em auto;*/
				width: 5em;
			}

			#header > header h1 {
				/*font-size: 1.8rem;*/
				margin: 0;
			}
			

/*.image.avatar img {
    width: 4em;
    height: auto;
}
.image img {
    display: block;
}
.clip_circle {
    -webkit-clip-path: circle(2em at 50% 50%);
    -moz-clip-path: circle(2em, 2em, 2em);
    clip-path: circle(2em, 2em, 2em);
}


.bgcol {
    background-color: rgba(44,21,86,0.8);
}

.bgcol{
	background: linear-gradient(320deg, #00dda4, #003285, #8500a3, #ff002b);
	background-size: 800% 800%;
	}

.bgcol {
	-webkit-animation: animation_test 3s ease infinite;
	animation: animation_test 9s ease infinite;
	}

@-webkit-keyframes animation_test {
    0%{background-position:41% 0%}
    50%{background-position:60% 100%}
    100%{background-position:41% 0%}
}
@keyframes animation_test { 
    0%{background-position:41% 0%}
    50%{background-position:60% 100%}
    100%{background-position:41% 0%}
}
*/

/*  calendar 修改  */
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: red;
    background-color: #ffffff;
    border-color: transparent;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
.well {
	background-image: none;
	background-color: #ffffff;
	border-radius: 0px;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0),0 1px 0 rgba(255,255,255,0);
	border: 0px solid #ffffff;
	padding: 0px;
	margin-bottom: 0px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	position: relative;
	cursor: pointer;
	}
.cal_style {
	font-size: 1.6rem;
	}
.cal_style .btn-default {
    text-shadow: 0 1px 0 #fff;
    background-image: none;
    filter: none;
    background-repeat: no-repeat;
    border-color: transparent;
	
	box-shadow: inset 0 1px 0 rgba(255,255,255,0),0 1px 1px rgba(0,0,0,0);
	padding: 5px 7px;
	border-radius: 3em;
}
.cal_style .btn-default:focus, 
.cal_style .btn-default:hover {
    background-color: #dccaff;
    background-position: 0 -15px;
    transition: all 250ms ease-out;
    color: #fff;
}
.cal_style .btn-default i {
    font-size: 1.8em;
	color: #492c80;
	}
.cal_style .btn-default:focus i, 
.cal_style .btn-default:hover i {
	color: #fff;
	}
.calendar-navbar {
	margin-bottom: 0px;
	border-bottom: 1px solid #dddddd;
    padding: 9px 0px;
    margin-right: 0px;
    margin-left: 0px;
}
.calendar-header {
	padding-top: 5px;
    font-size: 1.2em;
    color: #492c80;
	}
.nav-right {	
	padding-right: 8px;
	}
.nav-left {
    padding-left: 8px;
}
.cal_style .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}
.cal_style .table-bordered {
    border: 0px solid #ddd;
	/*border-bottom: 1px solid #ddd;*/
	border-top: 0px solid #ddd;
}
.cal_style .table-bordered>tbody>tr>td, 
.cal_style .table-bordered>tbody>tr>th, 
.cal_style .table-bordered>tfoot>tr>td, 
.cal_style .table-bordered>tfoot>tr>th {
    border: 0px solid #ddd;
	position: relative;
}
.cal_style .table-bordered>thead>tr>td, 
.cal_style .table-bordered>thead>tr>th {
	border: 0px solid #ddd;
	position: relative;
	color: red;
	}
.monthview-selected:after,
.calendar-event-inner:after,
.monthview-primary-with-event:after, 
.monthview-secondary-with-event:after,
.monthview-current:after {
	content: "";
    width: 2em;
    height: 2em;
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	}	
.monthview-selected:after{
    background-color: red;
	}
.calendar-event-inner:after{
    background-color: #8e79b6;
	}
.monthview-primary-with-event:after {
    background-color: #a1a1a1;
	}
.monthview-secondary-with-event:after {
    background-color: #cfcfcf;
	}
.monthview-current:after{
	background-color: #8e79b6;
	}
.monthview-selected, 
.calendar-event-inner,
.monthview-primary-with-event,
.monthview-secondary-with-event {
    background-color: transparent;
    color: #fff !important;
	z-index: 0 !important;
}
.monthview-current {
    background-color: #492c80;
    color: #fff;
	z-index: 0 !important;
}
.text-muted {
    color: #d7d7d7;
}
.monthview-secondary-with-event > .text-muted {
    color: #fff;
	}

.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
    z-index: 0;
}
.btn-default.disabled.focus, 
.btn-default.disabled:focus, 
.btn-default.disabled:hover, 
.btn-default[disabled].focus, 
.btn-default[disabled]:focus, 
.btn-default[disabled]:hover, 
fieldset[disabled] .btn-default.focus, 
fieldset[disabled] .btn-default:focus, 
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: transparent;
}
.btn-default.active, 
.btn-default:active {
    background-color: transparent;
    border-color: transparent;
    color: red;
    font-weight: 700;
}
.btn-default.disabled, 
.btn-default.disabled.active, 
.btn-default.disabled.focus, 
.btn-default.disabled:active, 
.btn-default.disabled:focus, 
.btn-default.disabled:hover, 
.btn-default[disabled], 
.btn-default[disabled].active, 
.btn-default[disabled].focus, 
.btn-default[disabled]:active, 
.btn-default[disabled]:focus, 
.btn-default[disabled]:hover, 
fieldset[disabled] .btn-default, 
fieldset[disabled] .btn-default.active, 
fieldset[disabled] .btn-default.focus, 
fieldset[disabled] .btn-default:active, 
fieldset[disabled] .btn-default:focus, 
fieldset[disabled] .btn-default:hover {
    background-color: #a6a6a6;
    background-image: none;
}
.btn-toolbar {
    margin-left: 0px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.btn-toolbar .btn-default {
    text-shadow: none;
    background-image: none;
    filter: none;
    background-repeat: no-repeat;
    border-color: transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0),0 1px 1px rgba(0,0,0,0);
	padding: 10px 15px;
	border-radius: 0em;
	font-size: 1em;
}
.btn-toolbar>.btn, 
.btn-toolbar>.btn-group, 
.btn-toolbar>.input-group {
    margin-left: 0px;
}
.btn-toolbar.cal_style .btn-default:focus, 
.btn-toolbar.cal_style .btn-default:hover {
    background-color: transparent;
    background-position: 0 -15px;
    transition: all 250ms ease-out;
    color: red;
}
.btn-toolbar.cal_style .btn-default[disabled] {
	background-color: transparent;
	color: red !important;
	font-weight: 700;
    background-image: none;
	opacity: 1;
	}
.event-detail-container {
    border-top: 1px solid #ddd;
    /*border-bottom: 2px solid #ddd;*/
    height: auto !important;
	font-size: 1.6rem;
}
.event-detail-container .table {
    margin-bottom: 0px;
	}
.weekview-allday-table {
    height: 52px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.dayview-allday-table {
    height: 52px;
    border-bottom: 1px solid #ddd;
    border-top: 0px solid #ddd;
}
.dayview-allday-label, 
.weekview-allday-label {
    float: left;
    height: 100%;
    line-height: 1.6rem;
    width: 50px;
    border: 0px solid #ddd;
    border-right-width: 0;
    padding-top: .5rem;
    border-left-width: 0;
    border-bottom-width: 0;
    text-align: left;
    padding-left: 10px;
}

.annoutable table {
	background-color: #fff;
	margin-bottom: 0px;
	/*font-size: 1.5rem;*/
	line-height: 2rem;
	}
.annoutable table.table-striped>tbody>tr:nth-child(even)>td, 
.annoutable table.table-striped>tbody>tr:nth-child(even)>th {
    background-color: #f2f2f2;
}
.annoutable table.table-striped>tbody>tr:nth-child(odd)>td, 
.annoutable table.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f0e8ff;
}
.annoutable table.table-striped>tbody>tr>td {
	line-height: 2.1rem;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
	}
.annoutable table.table-striped>tbody>tr>td:nth-child(1) {
	width: 10%;
	padding-right: 0px;
	padding-left: 20px;
	color: #232323;
	}
.annoutable table.table-striped>tbody>tr>td:nth-child(2) {
	width: auto;
	padding-right: 16px;
	padding-left: 8px;
	position: relative;
	}
.annoutable_btn_pb {
	padding-bottom: 78px;
	/*padding-bottom: 50%;
	background-color: #fff;*/
	}
.annoubox {
	background-color: #fff;
    width: 100%;
    text-align: center;
    border-bottom: 2px #ddd solid;
	border-top: 1px solid #ddd;
	}
.annoubox img {
	display: inline-block;
    width: 32rem;
    height: initial;
	margin-top: 1rem;
	}
.box {
    width: 100%;
    text-align: center;
	padding-bottom: 15px;
	}
.box img{
	display: inline-block;
    width: 100%;
	/*max-width: 40rem;*/
	}
.box_mo {
	background-color: #e5d7ff;
	}
.box_noon {
	background-color: #66d6ff;
	}
.box_ni {
	background-color: #473b5e;
	}
.daybox {
	margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 2px;
    padding: 15px 20px;
    text-align: left;
	min-height: 18rem;
	}
.daybox_title {
	font-size: 2.6rem;
	color: #626262;
	}
.daybox_body {
	position: relative;
    font-size: 1.4rem;
    line-height: 2rem;
	}
.daybox_body span {
	margin-right: .8rem;
	color: #492c80;
	font-weight: 700;
	}
.btn_daybox {
	position: absolute;
    right: 0;
	bottom: 0;
	}
.btn_db {
    color: #ffffff;
    background-color: #492c80;
    border-radius: 5em;
    padding: .3em 1.4em;
    /*font-size: 1.5rem;*/
    font-weight: 700;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	display: block;
	margin-top: 1rem;
}
.btn_db:hover, .btn_db:focus, .btn_db.focus {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #492c80;
    text-decoration: none;
    transition: all 250ms ease-out;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .3), 0 0 20px rgba(128, 128, 128, 0.5) inset;
}
.labelbox {
	margin-top: .5rem;
	margin-bottom: 1rem;
	}
.label {
	padding: .35em 1em .35em;
	border-radius: 1em;
	}
.lab1 {
	background-color: #33a999;
	}
.lab2 {
	background-color: #ff5a00;
	}
.box .well:last-child {
	margin-bottom: 5px;
	}
	
	
/*.class_caltop1 {
	position: relative;
	width: 100%;
	display: block;
    margin-right: 0px;
    padding-left: 0px;
	background-color: #fff;
	height: 45px;
	overflow-x: hidden;
	overflow-y: hidden;
	}
.class_caltop1 > ul {
	width: 100%;
	height: 45px;
	position: relative;
	list-style-type: none;
	border-bottom: 1px solid #ddd;
	display: inline-block;
	line-height: 45px;
	padding-left: 0px;
	font-size: 1.5rem;
	color: red;
	font-weight: bold;
	}
.class_caltop1 > ul > li {
	float: left;
	display: block;
	text-align: center;
	margin: 0px;
	}*/
	

	
	
	
.class_caltop1 {
	position: relative;
	width: 100%;
	display: block;
    margin-right: 0px;
    padding-left: 0px;
	background-color: #fff;
	height: 44px;
	overflow-x: hidden;
	overflow-y: hidden;
	border-bottom: 1px solid #ddd;
	}
	   
.class_caltop1 > table > thead > tr {
	position: absolute;
	width: 100%;
	font-size: 1.5rem;
	color: red;
	font-weight: bold;
	}
.class_caltop1 > table > thead > tr > th {
	text-align: center;
	border-bottom: 0px solid #ddd;
	width: 168px !important;
	height: 100%;
	vertical-align: middle;
	/*min-width: 168px !important;*/
	padding-top: 11px;
	padding-bottom: 11px;
}

.class_caltop2 {
	position: relative;
	width: 100%;
	display: block;
    margin-right: 0px;
    padding-left: 0px;
	background-color: #fff;
	overflow-x: auto;
	overflow-y: hidden;
	height: 44px;
	border-bottom: 1px solid #ddd;
	
	}
.class_caltop2 > table > thead > tr {
	position: absolute;
	overflow-x: auto;
	overflow-y: hidden;
	width: 2500px;
	
	font-size: 1.5rem;
	}
.class_caltop2 > table > thead > tr > th {
	text-align: center;
	border-bottom: 0px solid #ddd;
	min-width: 168px;
	padding-top: 11px;
	padding-bottom: 11px;
}
.class_caltop1 > table,
.class_caltop2 > table {
	margin-bottom: 0px;
	}
.class_caltop2 a {
	color: rgba(0, 0, 0, .8);
	text-decoration: none;
	}
.class_caltop2 a.active,
.class_caltop2 .nextm a.active {
	color: rgba(255, 255, 255, 1);
    text-decoration: none;
	}

.class_caltop2 a:hover {
	text-decoration: none;
	}

.class_caltop2 .nextm a {
	color: rgba(0, 0, 0, .4);
	}

.date_status {
	color: #fff;
	position: relative;
	text-decoration: none;
	z-index: 0;
	cursor: pointer;
	}
.date_status:after {
	content: "";
    width: 2em;
    height: 2em;
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	}
.date_status:hover a,
.date_status:focus a,
.date_status.focus a,
.date_status.active a {
	color: rgba(255, 255, 255, 1);
	}


.d_s1:after {
	background-color: #a1a1a1;
	}
.d_s2:after {
	background-color: #cfcfcf;
	}
.d_s3:after {
	background-color: #fff;
	}
.d_s_today:after {
	background-color: #8e79b6;
	}
.d_s_today {
	background-color: #492c80;
	}
	
.date_status:hover:after,
.date_status:focus:after,
.date_status.focus:after,
.date_status.active:after {
	text-decoration: none;
	background-color: red !important;
	}

.wellover{
  position: absolute;
  top: 0px;
  background: rgba(28,18,46,0.6);
  width: 100%;
  height: 100%;
  display: none;
  text-align: center;
  margin-left: -20px;
  border-radius: 2px;
}
.well:hover .wellover{
	display: block;
	transition: all 250ms ease-out;
}


/*------ 教材進度 ------*/

.teachbox {	
	background-color: #fff;
    width: 100%;
    text-align: center;
	padding-bottom: 68px;
	}
.teachbox img {
	display: inline-block;
    margin-top: 2rem;
    height: 12rem;
    margin-bottom: 1rem;
    border: 1px solid #b4b4b4;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	}
.tbox_text {
	/*font-size: 1.4rem;*/
	line-height: 2.2rem;
	padding-bottom: 3.6rem;
	}
.tbox_text div {
    margin-top: 1.2rem;
}
.tbox_text i {
    color: red;
    margin-right: .5rem;
}
.tbox_text span {
    color: #232323;
	}
.footer {
	position: fixed;
    bottom: 0;
    width: 100%;
	border-top: 1px solid #ddd;
	z-index: 10;
	}
.footer2 {
    width: 100%;
	display: inline-block;
	border-bottom: 3px solid #ddd;
	margin-bottom: -.75rem;
	}
.footer .container,
.footer2 .container {
	/*background-color: #f2f2f2;*/
	padding: 1rem;
	/*border-top: 1px solid #ddd;*/
	}
.footer3 {
	position: fixed;
    bottom: 71px;
    width: 100%;
	border-top: 0px solid #ddd;
	z-index: 10;
	}
.footer3 .container {
	background-color: transparent !important;
	}
	
.tbox_name {
	font-size: 2rem;
    font-weight: 700;
    color: #492c80;
    margin-bottom: 1.6rem;
	}
.tbox_tip {
	font-size: 1.2rem;
	font-weight: 700;
	color: #492c80;
	margin-top: 1.6rem;
	}


/*------ 最新公告 ------*/
.ann_title {
	background-color: #e9ddff;
	color:#232323;
	padding: 1.3rem 1.5rem 1.3rem;
	border-bottom: 3px solid #492c80;
	font-size: 1.6rem;
	}
.ann_title_sub {
	background-color: #e1e1e1;
	padding: 1.3rem 1.5rem 1.3rem;
	font-size: 1.4rem;
	}
.ann_title_sub span {
	color:#232323;
	}
.ann_title_sub i {
	color: #ff0000;
    font-size: 2rem;
    margin-left: .7rem;
    margin-right: .7rem;
	}
.ann_text {
    /*font-size: 1.2rem;
    line-height: 2.4rem;*/
    padding: 2.6rem 1.5rem 78px;
    background: #fff;
	position:relative;
	}
.btnbox {
	position: initial;
	margin-top: .5rem;
    margin-bottom: 1rem;
	}
.btn_table_ann {
    color: #ffffff;
    background-color: #a779ff;
    border-radius: 5em;
    padding: .5em 2em;
    font-size: 1.5rem;
    font-weight: 700;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    display: inline-block;
    /*position: absolute;
	width: 60%;*/
	margin-left:auto;
	margin-right: auto;
}
.btn_table_ann:hover, 
.btn_table_ann:active,
.btn_table_ann:focus, 
.btn_table_ann.focus {
	background-color: #777;
    border-color: #777;
    color: #ffffff;
    text-decoration: none;
    transition: all 250ms ease-out;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}



/*------ 地圖列表 ------*/
.map table {
	background-color: #fff;
	margin-bottom: 0px;
	/*font-size: 1.5rem;*/
	line-height: 2rem;
	}
.map table.table-striped>tbody>tr:nth-child(even)>td, 
.map table.table-striped>tbody>tr:nth-child(even)>th {
    background-color: #f2f2f2;
}
.map table.table-striped>tbody>tr:nth-child(odd)>td, 
.map table.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f0e8ff;
}
.map table.table-striped>tbody>tr>td {
	line-height: 2.1rem;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
	height: 150px;
	position: relative;
	border-top: 0px solid #ddd;
	}
/*.map table.table-striped>tbody>tr>td:nth-child(1) {
	width: 15%;
	padding-right: 20px;
	padding-left: 20px;
	color: #232323;
	}
.map table.table-striped>tbody>tr>td:nth-child(2) {
	width: 50%;
	padding-right: 16px;
	padding-left: 8px;
	}
.map table.table-striped>tbody>tr>td:nth-child(3) {
	width: auto;
	position: relative;
	}*/
.btn_map {
	position: absolute;
    /*border: 2px solid #492c80;
    border-radius: 1.6rem;*/
    width: 12rem;
    height: 12rem;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 1.2rem;
	display: block;
	background-color: transparent !important;
	/*z-index: 99;*/
	}
.btn_map.clip_circle {
    -webkit-clip-path: circle(4em at 50% 50%);
    -moz-clip-path: circle(4em, 4em, 4em);
    clip-path: circle(4em, 4em, 4em);
}
.ser_room {
	color: #562ca5 !important;
    font-size: 1.8rem;
    font-weight: 700;
    width: 200px !important;
	}
.map .table .table {
	background-color: transparent;
    width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
	}
.map .table .table>tbody>tr>td, .table>tbody>tr>th {
    padding: 2px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px solid #ddd;
}
.map table.table-striped table>tbody>tr>td:nth-child(1) {
	width: 50px;
    padding-right: 0px;
    padding-left: 15px;
    color: #232323;
	}
.map table.table-striped table>tbody>tr>td:nth-child(2) {
	width: auto;
	padding-right: 0px;
	padding-left: 8px;
	}
.map table.table-striped table>tbody>tr>td:nth-child(3) {
	width: 160px;
	}

/*------ 連絡教務 ------*/
.conbox {	
	background-color: #fff;
    width: 100%;
    text-align: left;
	padding: 2rem;
	/*padding-bottom: 100%;*/
	
	}
.conbox img {
    height: 12rem;
    border: 1px solid #b4b4b4;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	}
.cbox_text {
	font-size: 1.4rem;
	line-height: 2rem;
	padding-bottom: 3.6rem;
	}
.cbox_text div {
	margin-top: 1rem;
	}
.cbox_text span {
	color: #232323;
	}
.cbox_text i {
	color: red;
	margin-right: .5rem;
	}
.cbox_name {
	font-size: 2rem;
    font-weight: 700;
    color: #492c80;
    margin-bottom: 1.8rem;
	margin-top: 1.6rem;
	}

.selbar {
	padding: 1rem 2rem;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin-top: 2rem;
	cursor: pointer;
	}
.in_select {
	border: 0px;
    float: right;
    text-align: right;
	width: 9rem;
	}
.outside {
	border-bottom: 1px solid #ddd;
	}
div.drum-wrapper {
	width: 100% !important;
	}
div.drum figure {
	text-align: center !important;
	}	
:focus {
    outline: -webkit-focus-ring-color auto 0px;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 0px;
}
#selectlist p {
    margin: 0 0 0px;
}


/*------  更新上課時間  ------*/
.bookc_ta > thead > tr > th {
	background-color: #f0e8ff;
	border-bottom: 0px solid #ddd;
	font-size: 2rem;
	padding: .8rem 2rem;
	color: #232323;
	}
.bookc_ta > tbody > tr > td {
	font-size: 1.6rem;
	padding: .7rem 2rem .7rem 1rem;
	/*width: auto;*/
	text-align: right;
	}
.bookc_ta > tbody > tr > td:nth-child(1) {
	padding: 1.2rem 1rem 1rem 2.5rem;
	font-size: 1.8rem;
	/*width: auto;*/
	text-align: left;
	}
.bookclass {
	float: right;	
	}
.bookclass label {
    font-weight: 700;
    margin-top: .3rem;
    margin-left: 2rem;
    margin-bottom: -.3rem;
	}
.bc_ta2 > tbody > tr > td {
	padding: 1.2rem 2.5rem 1rem 1rem;
	}
	
/*** custom checkboxes ***/
.bookclass input[type=checkbox] { display:none; } /* to hide the checkbox itself */
.bookclass input[type=checkbox] + label:before {font-family: FontAwesome; display: inline-block;}

.bookclass input[type=checkbox] + label:before { content: "\f1db"; color:#827c8c} /* unchecked icon */
.bookclass input[type=checkbox] + label:before { letter-spacing: .5rem; font-size: 2.4rem; vertical-align: middle; margin-top: -.2rem;} /* space between checkbox and label */

.bookclass input[type=checkbox]:checked + label:before { content: "\f058"; color:#492c80} /* checked icon */
.bookclass input[type=checkbox]:checked + label:before { letter-spacing: .5rem; vertical-align: middle; margin-top: -.2rem;} /* allow space for check mark */

.bookclass input[type=checkbox]:checked + label { color:#492c80 !important;}


/*------  我要請假  ------*/
.dayoff_box {
	
	}
.dayoff_box .dayoff_t:nth-child(1){
	margin-top: 2rem;
	}
.dayoff_t {
	-webkit-transition: background 0.2s, border-color 0.2s;
    transition: background 0.2s, border-color 0.2s;
    border-bottom: 1px solid #ddd;
    border-top: 0px solid #ddd;
    padding: 1rem 2rem;
	cursor: pointer;
	font-size: 1.6rem;
	line-height: 2rem;
	}
.dayoff_t_bb{
	border-bottom: 1px solid #ddd;
	}
.dayoff_t_bt{
	border-top: 6px solid #ddd;
	}
.col_ptb {
	padding-top: 0rem;
    padding-bottom: 0rem;
	}
/*.dayoff_t:hover {
	background-color: #f0e8ff;
	}*/
.dayoff_t span {
	float: right;
	font-weight: 700;
	
	}
.doff_t_icon:after{
    font-family: "FontAwesome";
    cursor: pointer;
    content: "\f106";
    font-size: 1.2em;
    margin-left: 0.3em;
	float: right;
	}
.doff_t_icon.collapsed:after{
	content: "\f107";
	}
.doff_t_icon2 {
	cursor: pointer;
	}
.doff_t_icon2:after{
    font-family: "FontAwesome";
    cursor: pointer;
    content: "\f105";
    font-size: 1.2em;
    margin-left: 0.3em;
	float: right;
	}
.dayoff_table {
	padding-right: 2rem;
    padding-left: 2rem;
	border-bottom: 1px solid #ddd !important;
	}
.dayoff_table .table{
	margin-bottom: 0px;
	}
.dayoff_table .table>tbody>tr>td, 
.dayoff_table .table>tbody>tr>th, 
.dayoff_table .table>tfoot>tr>td, 
.dayoff_table .table>tfoot>tr>th, 
.dayoff_table .table>thead>tr>td, 
.dayoff_table .table>thead>tr>th {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 1rem 0rem;
	font-size: 1.6rem;
}
.dayoff_table .table>tbody>tr:last-child>td {
	border-bottom: 0px solid #ddd;
	}
.do_cb {
	float: right;
	margin-top: -1.2rem;
	}



/*------  RWD table  ------*/

    @media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
		padding-right: 0px;
    	padding-left: 0px;
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 0px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 35%; 
		white-space: normal;
		text-align:left;
		font-size: 1.5rem;
		padding-right: 1rem;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 2rem;
    	width: 35%;
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
	.no-more-tables2 td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50% !important; 
		white-space: normal;
		text-align:left;
		font-size: 1.5rem;
		padding-right: 1rem;
	}
	.no-more-tables2 td:before {
    	/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 2rem;
    	width: 50% !important;
		padding-right: 10px; 
		white-space: nowrap;
		text-align: left;
		font-weight: bold;
		}	
	#no-more-tables tr:last-child td:before,
	.last2_bi tr:nth-last-child(2) td:before {
		top: 1rem !important;
		}
	#no-more-tables.last1_bi tr:last-child td:before {
		top: .5rem !important;
		}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
	
	.mo_hide {
		display: none !important;
	}
}

@media only screen and (min-width: 801px) {
.table-condensed>tbody>tr>td, 
.table-condensed>tbody>tr>th, 
.table-condensed>tfoot>tr>td, 
.table-condensed>tfoot>tr>th, 
.table-condensed>thead>tr>td, 
.table-condensed>thead>tr>th {
    padding: 1rem 2rem;
    font-size: 1.6rem;
}
.table-condensed>thead>tr>td, 
.table-condensed>thead>tr>th {
	background-color: #ddd !important;
}

}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #f6f1ff;
}
.no-more-tables2 tr:last-child td { 
	background-color: #f0e8ff;
	font-size: 2rem;
	color: #3e3e3e;
	font-weight: 700;
	padding-bottom: 1rem;
    padding-top: 1rem;
	border-bottom: 1px solid #bbb;
}
.last2_bi tr:nth-last-child(2) td {
	background-color: #f0e8ff;
	font-size: 2.2rem;
	color: #3e3e3e;
	font-weight: 700;
	padding-bottom: 1rem;
	padding-top: 1rem;
	border-bottom: 1px solid #ddd;
	}

.table-condensed {
	/*margin-bottom: .6rem;
	border-bottom: 6px solid #fff;*/
	}
.no-more-tables2 tr:last-child td:last-child,
.last2_bi tr:nth-last-child(2) td:last-child {
	text-align: right;
	}
	

/*------  RWD table 完 ------*/






.do_detail_table .table>tbody>tr>td, 
.do_detail_table .table>tbody>tr>th, 
.do_detail_table .table>tfoot>tr>td, 
.do_detail_table .table>tfoot>tr>th, 
.do_detail_table .table>thead>tr>td, 
.do_detail_table .table>thead>tr>th{
	font-size: .45em;
	}
.do_detail_table .table>tbody>tr>td:nth-child(1),
.do_detail_table .table>tbody>tr>td:nth-child(2),
.do_detail_table .table>tbody>tr>td:nth-child(4){
	width:22%;
	}

	
/*** custom checkboxes ***/
.do_cb input[type=checkbox] { display:none;} /* to hide the checkbox itself */
.do_cb input[type=checkbox] + label:before {font-family: FontAwesome; display: inline-block;}

.do_cb input[type=checkbox] + label:before { content: "\f1db"; color:#827c8c} /* unchecked icon */
.do_cb input[type=checkbox] + label:before { letter-spacing: .5rem; font-size: 2.4rem; vertical-align: middle; margin-top: -.2rem;} /* space between checkbox and label */

.do_cb input[type=checkbox]:checked + label:before { content: "\f058"; color:#492c80} /* checked icon */
.do_cb input[type=checkbox]:checked + label:before { letter-spacing: .5rem; vertical-align: middle; margin-top: -.2rem;} /* allow space for check mark */

.do_cb input[type=checkbox]:checked + label { color:#492c80 !important;}


.textbox {
	-webkit-transition: background 0.2s, border-color 0.2s;
    transition: background 0.2s, border-color 0.2s;
    border-bottom: 1px solid #ddd;
    border-top: 6px solid #ddd;
    padding: 1rem 2rem;
	
	}
.textbox textarea{
	width: 100%;
    border: 1px solid #ddd;
	max-height: 12rem;
	padding:1rem 1.2rem;
	font-size: 1.8rem;
	font-weight: 500;
	color:#492c80;
	margin-top: .5rem;
	}
.tb_mb {
	padding-bottom: 98px;
	}
	

    
	
@media screen and (max-width: 767px){
.table-responsive {
    border: 0px solid #ddd;
	margin-bottom: 0px;
}	
}

/*------  alertbox  ------*/
.alertbox {
	background-color: #ffffff;
    color: #7c7c7c;
    position: absolute;
    z-index: 1000;
    width: 28rem;
    height: 22em;
    border-radius: 0px;
    margin: auto;
    top: 0;
    float: none;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    border: 1px solid #492c80;
	font-size: 1.6rem;
}
.alert {
	padding: 2rem;
}
.close {
    /* float: right; */
    font-size: 2.2em;
    font-weight: bold;
    /* line-height: 1; */
    /* text-shadow: 0 1px 0 #ffffff; */
    opacity: 1;
    filter: alpha(opacity=50);
    color: #FFFFFF !important;
    width: 32px;
    height: 32px;
    background: #252525;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
    z-index: 999;
    position: absolute;
    right: -10px;
    top: 5px;
    line-height: 0.9em;
    text-align: center;
}
.lbbtnbox2 {
    position: absolute;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
}
.btn_sm3 {
    border-top: 1px solid #492c80;
    padding: .5em 2em;
    background-color: #ffffff;
    color: #492c80;
    text-decoration: none;
    border-radius: 0;
    width: 100%;
    font-size: 1.6rem;
}
.btn_sm3:hover {
	background-color: #492c80;
    color: #ffffff;
	}

.animation_target {
  animation: animation 3000ms linear both;
}

@keyframes animation { 
  0% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 0, 0, 1); }
  0.9% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -261.216, 0, 0, 1); }
  1% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -256.969, 0, 0, 1); }
  1.32% { transform: matrix3d(2.061, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -243.49, 0, 0, 1); }
  1.64% { transform: matrix3d(2.321, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -230.229, 0, 0, 1); }
  2.07% { transform: matrix3d(2.062, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -212.986, 0, 0, 1); }
  2.17% { transform: matrix3d(1.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -209.011, 0, 0, 1); }
  2.27% { transform: matrix3d(1.771, 0, 0, 0, 0, 1.062, 0, 0, 0, 0, 1, 0, -204.883, 0, 0, 1); }
  2.8% { transform: matrix3d(1.06, 0, 0, 0, 0, 1.303, 0, 0, 0, 0, 1, 0, -184.434, 0, 0, 1); }
  2.89% { transform: matrix3d(0.982, 0, 0, 0, 0, 1.333, 0, 0, 0, 0, 1, 0, -181.096, 0, 0, 1); }
  3.13% { transform: matrix3d(0.822, 0, 0, 0, 0, 1.398, 0, 0, 0, 0, 1, 0, -172.395, 0, 0, 1); }
  3.52% { transform: matrix3d(0.672, 0, 0, 0, 0, 1.469, 0, 0, 0, 0, 1, 0, -158.259, 0, 0, 1); }
  4.09% { transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, -139.001, 0, 0, 1); }
  4.14% { transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, -137.209, 0, 0, 1); }
  5.61% { transform: matrix3d(0.744, 0, 0, 0, 0, 1.362, 0, 0, 0, 0, 1, 0, -93.54, 0, 0, 1); }
  5.77% { transform: matrix3d(0.763, 0, 0, 0, 0, 1.338, 0, 0, 0, 0, 1, 0, -89.155, 0, 0, 1); }
  6.65% { transform: matrix3d(0.856, 0, 0, 0, 0, 1.211, 0, 0, 0, 0, 1, 0, -67.638, 0, 0, 1); }
  7.43% { transform: matrix3d(0.923, 0, 0, 0, 0, 1.114, 0, 0, 0, 0, 1, 0, -50.962, 0, 0, 1); }
  8.41% { transform: matrix3d(0.982, 0, 0, 0, 0, 1.025, 0, 0, 0, 0, 1, 0, -33.105, 0, 0, 1); }
  9.11% { transform: matrix3d(1.009, 0, 0, 0, 0, 0.987, 0, 0, 0, 0, 1, 0, -22.433, 0, 0, 1); }
  9.15% { transform: matrix3d(1.01, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, -21.853, 0, 0, 1); }
  10.76% { transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, -3.116, 0, 0, 1); }
  11% { transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, -0.958, 0, 0, 1); }
  11.11% { transform: matrix3d(1.029, 0, 0, 0, 0, 0.959, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  14.1% { transform: matrix3d(1.007, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, -15.966, 0, 0, 1); }
  16.62% { transform: matrix3d(0.998, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -18.992, 0, 0, 1); }
  17.44% { transform: matrix3d(0.998, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, -18.731, 0, 0, 1); }
  24.11% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -8.819, 0, 0, 1); }
  28.83% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.74, 0, 0, 1); }
  33.33% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  38.84% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.76, 0, 0, 1); }
  55.66% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1); }
  61.06% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.03, 0, 0, 1); }
  77.88% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  83.28% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1); }
  100% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}



/*  置頂 btn - Back to top button   */
#back-top {
    position: fixed;
    bottom: 15rem;
    /* margin-left: -150px; */
    right: 15px;
	z-index: 11;
}
#back-top a {
	width: 4.2rem;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 4.2rem;
    height: 4.2rem;
    display: block;
    /*margin-bottom: 7px;*/
    background: #a779ff;
	/* rounded corners */
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	color:#fff;
	font-size: 3rem;
	line-height: 4.2rem;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
#back-top a:hover span {
	background-color: #777;
}



@media (max-width: 1024px){
	.class_caltop2 > table > thead > tr > th {
		min-width: 138px;
	}
}

@media (max-width: 750px){
.dayview-allday-label, 
.weekview-allday-label {
		font-size: 1.4rem;
	    padding-left: 5px;
		line-height: 3rem;
}
.annoutable table.table-striped>tbody>tr>td:nth-child(1) {
	width: 23%;
}
}



@media (max-width: 768px){
	.container {
    	width: 100%;
	}
	.class_caltop2 > table > thead > tr > th {
		min-width: 109px;
	}
}
@media (max-width: 736px){
	.class_caltop2 > table > thead > tr > th {
		min-width: 104px;
	}
}
@media (max-width: 414px){
.class_caltop2 > table > thead > tr > th {
	min-width: 59px;
}

}

@media (max-width: 375px){
	.class_caltop2 > table > thead > tr > th {
		min-width: 53px;
	}	
	.annoutable table.table-striped>tbody>tr>td:nth-child(1) {
		width: 25%;
	}
.annoubox img {
    display: inline-block;
    width: 25rem;
    height: initial;
    margin-top: 1rem;
}
.bookc_ta > tbody > tr > td:nth-child(1) {
    padding: 1.2rem 0rem 1rem 2rem;
    font-size: 1.8rem;
    text-align: left;
}
.bookclass label {
    font-weight: 700;
    margin-top: .3rem;
    margin-left: .8rem;
    margin-bottom: -.3rem;
}
.bookclass input[type=checkbox] + label:before {
    letter-spacing: .5rem;
    font-size: 2.2rem;
    vertical-align: middle;
    margin-top: -.2rem;
}


}

@media (max-width: 320px){
.btn_map {
	position: absolute;
    /*border: 2px solid #492c80;
    border-radius: 1.6rem;*/
    width: 9rem;
    height: 9rem;
    margin: auto;
    top: 0;
    bottom: 0;
    right: .7rem;
	display: block;
	background-color: transparent !important;
	/*z-index: 99;*/
	}
.btn_map.clip_circle {
    -webkit-clip-path: circle(3em at 50% 50%);
    -moz-clip-path: circle(3em, 3em, 3em);
    clip-path: circle(3em, 3em, 3em);
}
.map table.table-striped table>tbody>tr>td:nth-child(3) {
	width: 110px;
	}
.alertbox {
    width: 25rem;
	height: 22em;
}
.class_caltop2 > table > thead > tr > th {
		min-width: 46px;
	}

}


/*------  animation ------*/

.element-animation{
  animation: animationFrames ease-out .5s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: animationFrames ease-out .5s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: animationFrames ease-out .5s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: animationFrames ease-out .5s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
}

@keyframes animationFrames{
  0% {
    opacity:0;
    transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    opacity:0;
    -moz-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    opacity:0;
    -webkit-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes animationFrames {
  0% {
    opacity:0;
    -o-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
}

.element-animation {
	-moz-animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
	-ms-animation-delay: 1.2s;
	animation-delay: 1.2s;
	opacity:0;
}



/*** Add favorite ***/
.addf input[type=checkbox] { display:none; } /* to hide the checkbox itself */
.addf input[type=checkbox] + label:before {font-family: FontAwesome; display: inline-block;}

.addf input[type=checkbox] + label:before { content: "\f006"; /*color:#827c8c;*/ } /* unchecked icon */
.addf input[type=checkbox] + label:before { 
/*letter-spacing: .5rem; font-size: 2.4rem; 
vertical-align: middle; 
margin-top: -.2rem;*/
    font-size: 2rem;
    width: 3.5rem;
    height: 3.5rem;
    background-color: #fff;
    color: #492c80;
    border-radius: 50%;
    line-height: 3.5rem;
    border: 1px solid #ccc;

} /* space between checkbox and label */

.addf input[type=checkbox]:checked + label:before { content: "\f005"; color:#492c80} /* checked icon */
.addf input[type=checkbox]:checked + label:before { /*letter-spacing: .5rem;vertical-align: middle; margin-top: -.2rem; */} /* allow space for check mark */

.addf input[type=checkbox]:checked + label { color:#492c80 !important;}






/*------ Push Detail ------*/

.editorbox {	
	background-color: #fff;
    width: 100%;
    padding: 2rem 1.2rem 1.5rem;
	}
/*.editorbox span.image img {
    display: block;
	float: left;
}

.editorbox span.image.avatar img {
    width: 4em;
    height: auto;
}
.editorbox span.clip_circle {
    -webkit-clip-path: circle(2em at 50% 50%);
    -moz-clip-path: circle(2em, 2em, 2em);
    clip-path: circle(2em, 2em, 2em);
}*/
.editor {
    color: #777;
    margin-bottom: .5rem;
    display: inline-block;
	}
.editor .avatar {
	display: block;
	width: 4em;
	height: 4em;
}
.editor img {
	float: left;
	margin-bottom: 0rem !important;
	}
.clip_circle {
    -webkit-clip-path: circle(2em at 50% 50%);
    -moz-clip-path: circle(2em, 2em, 2em);
    clip-path: circle(2em, 2em, 2em);
	position: absolute;
}
.editor_t {
    margin-left: 7rem;
    padding-top: .8rem;
    line-height: 2.2rem;
    float: left;
	display: inline-block;
	}
.editor i {
    margin-right: .3rem;
	color: #34b234;
	}
.articletag {
	color: #34b234;
    border-radius: 5rem;
    border: 1px solid #34b234;
    display: inline-block;
    padding: 0rem 1rem;
    font-weight: 700;
    margin-top: .5rem;
    margin-bottom: 1.2rem;
	white-space: nowrap;
	}
.articletitle h1 {
	color: #232323;
    font-size: 2.6rem;
    line-height: 3.2rem;
    margin-top: 0px;
    margin-bottom: 10px;
	}
.articletitle h2 {
	color: #5d14e9;
	font-size: 1.9rem;
	line-height: 2.6rem;
	margin-top: 0px;
    margin-bottom: 10px;
	font-weight: 700;
	}
	
.arti_t {
	margin-top: 1.5rem;
	line-height: 2.2rem;
	}
.arti_t, .arti_t p {
	line-height: 2.6rem;
	}
.arti_t div {
    margin-top: 1.2rem;
}
.arti_t i {
    color: red;
    margin-right: .5rem;
}
.arti_t span,
.at_hlight {
    color: #da00ce;
	font-weight: 700;
	}
.arti_box {
	padding-bottom: 300px;
	}
.arti_box2 {
	padding-bottom: 59px;
	}
.arti_box img {
	width: 100%;
	height: 100%;
	margin-bottom: 1.6rem;
}
.arti_t h3 {
	color: #5d14e9;
	font-size: 1.6rem;
	line-height: 2.6rem;
	font-weight: 700;
	margin-top: 0px;
	}
.mediab {
	border: 1px solid #ccc;
	padding: 7px 7px 0px;
	}
.arti_t video{
	width: 100%;
	}
.arti_t audio {
	width: 100%;
	}



/*------ Push List ------*/
.menutab_box {
	position: relative;
}
.menutab_w2 {
	overflow-x: auto;
	overflow-y: hidden;
	border-bottom: 1px solid #ddd;
	padding-top: 6px;
	padding-left: 1.5rem;
	position: fixed;
	margin: 0 auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	background: #ffffff;
	height: 52px;
}
.menutab_w2 ul {
	width: 700px;
}
.tab-content2 {
	margin-top: 52px;
}

.menutab_w {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	border-bottom: 1px solid #ddd;
	padding-top: 6px;
	padding-left: 1.5rem;
	position: initial;
}
.menutab_w ul {
	width: 700px;
}
.nav-tabs {
    border-bottom: 0px solid #ddd;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -2px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 10px;
}
.nav-tabs>li>a {
    margin-right: 0px;
    line-height: 1.42857143;
    border: 0px solid transparent;
    border-radius: 0px 0px 0 0;
	color: #777;
	border-bottom: 6px solid #fff;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #492c80;
    border-bottom: 6px solid #c2a1ff;
	transition: all 250ms ease-out;
}
.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover {
    color: #492c80 !important;
    cursor: default;
    background-color: #fff;
    border: 0px solid #ddd;
    border-bottom-color: transparent;
    border-bottom: 6px solid #492c80;
}

.badge {
	margin-left: 5px;
	vertical-align: text-top;
	background-color: #a779ff;
}


.arti_tag_s {
	color: #34b234;
    border-radius: 5rem;
    border: 1px solid #34b234;
    display: table;
    padding: .5rem 1rem;
    font-weight: 700;
    margin-top: .5rem;
    margin-bottom: .5rem;
	font-size: 1.2rem;
	margin-left: -.4rem;
	line-height: 1rem;
	}

.arti_editor {
	font-size: .85em;
	font-weight: 700;
	color: #9E9E9E;
	margin-top: .3em;
}

.boa {
	position: relative;
	}
.list_text {
	width: 65%;
	float: left;
	}
.list_text.unread {
	color: black;
	font-weight: 700;
}
.list_text2 {
	width: 90%;
	float: left;
	}
.list_text2.unread {
	color: black;
	font-weight: 700;
}
.list_35{
	/*width: 35%;*/
	float: right;
	
	position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 7;
    right: 0px;
	}
.list_img {
	height: 100%;
	}
.list_img img {
	width: 6rem;
    border-radius: 1rem;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    display: block;
	right: 50px;
	height: 6rem;
	}
	
.listaddf {
	position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 100;
    right: 0px;
	}

/*** listaddf favorite ***/
.listaddf input[type=checkbox] { display:none; } /* to hide the checkbox itself */
.listaddf input[type=checkbox] + label:before {font-family: FontAwesome; display: inline-block;}

.listaddf input[type=checkbox] + label:before { content: "\f006"; text-align: center; /*color:#827c8c;*/ } /* unchecked icon */
.listaddf input[type=checkbox] + label:before {
	font-size: 2.4rem;
	width: 3.5rem;
	height: 8.5rem;
	color: #FF3A33;
	border-radius: 50%;
	line-height: 8.5rem;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	z-index: 100;
	right: 5px;
}

.listaddf input[type=checkbox]:checked + label:before { content: "\f005"; color:#492c80; 
	
	-webkit-transition: all .2s ease-in-out;
	-webkit-transform: scale(.8) rotate(360deg);
	-webkit-transform-origin: 50% 50%;
	
	transition: all .2s ease-in-out;
	transform: scale(.8) rotate(360deg);
	transform-origin: 50% 50%;
	} /* checked icon */
.listaddf input[type=checkbox]:checked + label:before { /*letter-spacing: .5rem;vertical-align: middle; margin-top: -.2rem; */} /* allow space for check mark */

.listaddf input[type=checkbox]:checked + label { color:#492c80 !important;}

.cata_btnbox {
    position: relative;
    top: 6px;
	}
.cata_btn {
    width: 3.2rem;
    background-color: #a779ff;
    color: #fff;
    text-align: center;
    position: absolute;
	right: -30px;
    z-index: 100;
    height: 52px;
    line-height: 52px;
    margin-top: -6px;
	overflow: hidden;
	}
.cata_btn:hover, .cata_btn:focus {
	background-color: #777;
	transition: all 250ms ease-out;
	color: #fff !important;
	}
.cata_btn:hover i {
	-webkit-transition: all .2s ease-in-out;
	-webkit-transform: scale(.8) rotate(360deg);
	-webkit-transform-origin: 50% 50%;
	
	transition: all .2s ease-in-out;
	transform: scale(1.2) rotate(360deg);
	transform-origin: 50% 50%;
	}
	
.dbt_box {
	/*padding-bottom: 78px;
	position: fixed;*/
   	bottom: 71px;
	background-color: transparent;
	}
.cata_btn_fix{
	position: fixed;
	margin-top: 0px;
	right:0;
}

.cr_text{
	line-height: 3.5rem;
    margin-right: 10px;
    color: #b0b0b0;
		}
.cr_text a {
	color: #909090;
	font-weight: 700;
	}
.cr_text a:hover {
	color: #909090;
	text-decoration: underline;
	}

