﻿@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, img, p {
	padding:0;
	margin:0;
}

html, body {
	width: 100%;
	height: 100%;
}
body {
    position: relative;
    font-family: Arial, "微軟正黑體 Light";
    background: /*url(../Img/left_bg2.png)*/ repeat-y left top #f7f7f7;
    font-weight: bold;
}
input, textarea, button, select {
	font-family:Arial, "微軟正黑體 Light";
}
a {
	text-decoration: none;
}
.clear {
	clear: both;
	display: block;
}
hr {
	border: 0;
	border-bottom: 1px dashed #ccc;
	margin: 20px 0;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
ul, li {
	list-style: none;
}

/*LOGIN*/
.login {
	position: relative;
	background: url('../Img/login_bg01.jpg') no-repeat center top #f9f9f9;
	box-sizing: border-box;
}
.login-wrap {
	position: relative;
	width: 1366px;
	margin: 0 auto;
	padding: 20px 0 0 560px;
	box-sizing: border-box;
	z-index: 2;
}
.login-bg02 {
	position: absolute;
	left: 4%;
	top: 220px;
	width: 32%;
}
.login-bg02 img {
	width: 100%;
}
.login-logo {
	float: right;
	width: 468px;
	height: 80px;
	background: url(../Img/login_logo01.png) no-repeat left center;
	box-sizing: border-box;
}
.login-block {
	width: 342px;
	margin-bottom: 100px;
}
.login-title {
	padding: 100px 0 20px 0;
	font-size: 30px;
	color: #000;
	text-align: right;
	background: url(../Img/login_title.png) no-repeat left bottom;
	margin: 0 0 20px 0;
	line-height: 34px;
}
.login-title span {
	font-size: 15px;
}
.login-title::before {
	content: 'LOGIN';
	display: block;
	font-size: 26px;
	font-weight: bold;
	color: #257ec4;
	text-align: right;
}
.account, .school, .password {
    width: 90%;
    background-color: #fff;
    background-position: 15px center;
    background-repeat: no-repeat;
    border: 1px solid #bcbcbc;
    font-family: Arial, "微軟正黑體 Light";
    font-size: 16px;
    color: #666;
    padding: 12px 0 12px 50px;
    margin: 8px 10% 8px 0;
    box-sizing: border-box;
}
.account {
	background-image: url(../Img/login_account.png);
}
.school {
    background-image: url(../Img/login_school.png);
}
.password {
	background-image: url(../Img/login_password.png);
	display: inline-block;
}
.login ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #c5c5c5;
}
.login ::-moz-placeholder { /* Firefox 19+ */
	color: #c5c5c5;
}
.login :-ms-input-placeholder { /* IE 10+ */
	color: #c5c5c5;
}
.login :-moz-placeholder { /* Firefox 18- */
	color: #c5c5c5;
}
.code {
	background-image: url(../Img/ver.png);
	width: 55%;
	background-color: #fff;
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 1px solid #bcbcbc;
	font-family: Arial, "微軟正黑體 Light";
	font-size: 16px;
	color: #666;
	box-sizing: border-box;
	margin-top: 8px;
	margin-right: 2%;
	margin-bottom: 8px;
	margin-left: 0;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 50px;
}

.login_block img{
	display:inline-block;
	vertical-align:middle;
	margin:0 5px;
	cursor: pointer;}
.code_img {
	clip: rect(5px,10px,auto,10px);
	left: 10px;
	right: 10px;
}


.login input[type="checkbox"] {
	display: inline-block;
	width: 30px;
}
.remember {
	font-size: 16px;
	color: #595656;
	line-height: 85px;
}
.login-btn {
	float: right;
	background: url(../Img/login_btn.png) no-repeat left top;
	width: 103px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	border: 0;
	font-family: Arial, "微軟正黑體 Light";
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	margin-top: 20px;
	margin-right: 10%;
	margin-bottom: 20px;
	margin-left: 0;
	padding-bottom: 20px;
}
.login-bottom {
	position: absolute;
	bottom: 0;
	right: 200px;
	width: 890px;
	height: 100px;
	z-index: 2;
}
.login-footer {
	position: relative;
	font-size: 14px;
	color: #000;
	text-align: center;
	z-index: 2;
	padding: 20px 0 8px 0;
	text-shadow:
        -1px -1px 0px rgba(255,255,255,0.4),
         0px -1px 0px rgba(255,255,255,0.4),
         1px -1px 0px rgba(255,255,255,0.4),
        -1px  0px 0px rgba(255,255,255,0.4),
         1px  0px 0px rgba(255,255,255,0.4),
        -1px  1px 0px rgba(255,255,255,0.4),
         0px  1px 0px rgba(255,255,255,0.4),
         1px  1px 0px rgba(255,255,255,0.4);
}


/*LEFT*/
.left {
	position: absolute;
	float: left;
	width: 320px;
	min-height: 1067px;
	background: url("../Img/left_bg.png") repeat-x left top #1E82C2;
	box-sizing: border-box;
	z-index: 1;
}
.logo {
	padding: 55px 0 50px 8px;
}
.menu li {
    line-height: 62px;
    min-height: 62px;
}

    .menu li a {
        display: block;
        padding: 0 0 0 30px;
        color: #fff;
    }

        .menu li a.active, .menu li a:hover {
            background: #1F6A98;
            border-right: 8px solid #FCB601;
        }

.menu > ul > li > a:hover, .menu > ul > li > a.current {
    background: #1F6A98;
    border-right: 8px solid #FCB601;
}

.menu > ul > li .submenu {
    padding: 0 0 0 40px;
    background: #1F6A98;
    border-right: 8px solid #FCB601;
    display: none;
}

.menu > ul > li .submenu li {
    line-height: 40px;
}

.menu > ul > li .submenu li a {
    color: #fff;
    display: block;
}

.menu > ul > li .submenu li a:hover, .menu > ul > li .submenu li a .current {
    color: #FCB601;
}

.right {
	position: relative;
	width: 100%;
	padding: 0 0 60px 320px;
	box-sizing: border-box;
}
.top{
	height: 84px;
	padding: 15px 40px 0 40px;
	background: #fff;
	border-bottom: 1px solid #e4e4e4;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
	box-sizing: border-box;
}
.lang {
	float: right;	
	font-size: 16px;
	line-height :50px;
}
.lang span {
	position: relative;
	color: #189DC3;
	padding: 5px 90px 5px 0;
	border-right: 1px solid #e8e8e8;
}
.lang span::after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	right: 20px;
	top: -10px;
	border-radius: 50%;
	background: url(../Img/icon_account.png) no-repeat center #e4e4e4;
}
.logout {
	display: inline-block;
	padding: 0 0 0 20px;
	font-weight: bold;
	color: #FCB601;
}
.logout:hover {
	color: #fe9500;
}

.container {
	padding: 40px 55px 0 55px;
}
.title {
	position: relative;
	font-size: 20px;
	color: #585457;
	padding: 0 0 0 16px;
	font-weight: bold;
}
.title::before {
	content: '';
	position: absolute;
	display: block;
	width: 6px;
	height: 20px;
	left: 0;
	top: 4px;
	background: #585457;
}
.tab {
	padding: 68px 0 0 0;
}
.tab-title li{
	display: inline-block;
	background: #609ABD;
	width: 190px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 5px;
	margin: 0 2px;
}
.tab-title li a {
	display: block;
	color: #fff;
}
.tab-title li:hover, .tab-title li.active {
	background: #1F6A98;
}
.system .tab-inner {
	padding: 40px 0 0 0;
}
.tab .title {
	margin: -118px 0 118px 0;
}
.main .tab .title {
	/*margin: -146px 0 118px 0;*/
}
.system .title {
	margin: 0 0 40px 0;
}

.content {
	width: 100%;
	padding: 30px 50px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.05), -3px -3px 5px rgba(0,0,0,0.05);
	border-radius: 2px;
	margin: 20px 0;
}
.subtitle {
	font-size: 16px;
	font-weight: bold;
	color: #585257;
	padding: 0 0 20px 0;
}
.subtitle img {
	vertical-align: middle;
}
.datatable {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	border: 0;
	padding: 0 16% 0 0;
	box-sizing: border-box;
}
.datatable th {
	text-align: right;
	color: #777;
	padding: 8px 16px 8px 0;
	box-sizing: border-box;
}
.datatable td {
	font-weight: normal;
	padding: 8px 16px 8px 0;
	color: #585557;
}
.datatable td input[type=radio] {
	margin: 0 3px 0 0;
}
.datatable td label {
	margin: 0 10px 0 0;
}
.datatable.experience th {
	text-align: left;
}
.system .datatable {
	padding: 0;
}
.system .datatable th {
	padding-right: 6px;
}
.system .datatable td {
	padding-right: 14px;
}
.cover .datatable {
	padding: 0 16% 0 0;
}
.class_text, .class_select {
	font-size: 13px;
	color: #585257;
	padding: 8px 14px 8px 10px;
	max-width: 80px;
	background: #fafafa;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}
.class_text.short {
    min-width: 60px;
}
.class_text.long {
	min-width: 160px;
}
.class_text.long1 {
    min-width: 300px;
}
.class_text.longlong {
    min-width: 800px;
}
.class_text.normal {
	min-width: 120px;
}
.class_text.extra_long {
	min-width: 290px;
}
.class_select {
	display:  inline-block;
	min-width: 140px;
}
.class_select.short {
	min-width: 100px;
}
.class_area {
	font-size: 13px;
	color: #585257;
	padding: 6px 14px 6px 10px;
	background: #fafafa;
	border: 1px solid #ddd;
}
.subtitle2 {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	color: #1A9BC6;
	padding: 0 0 10px 8px;
	border-bottom: 1px solid #ccc;
}
.subtitle2::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	display: block;
	width: 242px;
	height: 2px;
	background: #1A9BC6;
}
.system .subtitle2 {
	border: 0;
}
.datatable2 {
	display: block;
	max-width: 40%;
	padding: 0 60% 0 0;
	margin: 10px 0 0 0;
	font-size: 16px;
	color: #585257;
}
.datatable2 td {
	padding: 6px 10px;
}
.datatable2 input[type="text"] {
	width: 60%;
	padding: 4px 12px 4px 6px;
	font-size: 16px;
}
.datatable input[type="date"], .datatable2 input[type="date"] {
	background-image: url(../Img/icon_date.png);
	background-repeat: no-repeat;
	background-position: 95% center;
}
.btn_add, .btn_less {
	cursor: pointer;
}
.upload {
	padding: 30px 0 10px 40px;
}
.upload_form {
	float: left;
	padding: 8px 10px;
	background: #fafafa;
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 170px;
}
.upload_btn {
	float: left;
	height: 42px;
	padding: 8px 20px;
	background: #47ACCD;
	border-radius: 4px;
	border: 0;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	margin: 0 0 0 10px;
	box-sizing: border-box;
}
.upload_btn:hover{
	background: #1683A7;
}
.upload_table {
	width: 440px;
	margin: 10px 0 0 40px;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-spacing: 0;
}
.upload_table th {
	font-size: 16px;
	color: #585257;
	padding: 10px 0;
	background: #eee;
	border-bottom: 1px solid #ddd;
}
.upload_table td {
	padding: 2px 0;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
.upload_table tr:nth-child(odd) {
	background: #eee;
}
.upload_table a {
	color: #0078FF;
}
.upload_table a:hover {
	color: #006BE1;
}
.upload_table img {
	cursor: pointer;
}
.system .upload_table {
	width: 34%;
	margin-left: 0;
}
.system .upload_table td{
	padding: 10px 0;
}
.textarea {
	width: 70%;
	margin: 0 30% 0 0;
	background: #fafafa;
	border: 1px solid #ddd;
}
.note {
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #1A9BC6;
}
.datatable3 {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #595656;
	text-align: center;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-top: 20px;
}
.datatable3 th {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #41B6DC;
	color: #128BAD;
	background: #AEE4F0;
	padding: 12px 0;
}
.datatable3 th:last-of-type {
	border-color: #ccc;
}
.datatable3 td {
	position: relative;
	padding: 12px 0;
	color: #595656;
	background: #f6f6f6;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.datatable3 td.review {
	color: #E4A300;
}
.datatable3 td.pass {
	color: #06AD6A;
}
.datatable3 td.nopass {
	color: #E50D0D;
}
.datatable3 a {
	color: #1F72CD;
}
.datatable3 a:hover {
	text-decoration: underline;
}
.datatable3 a.delete {
	color: #E50D0D;
}

/*BUTTON*/
.main input[type="submit"] {
    font-size: 16px;
    color: #fff;
    text-align: center;
    border: 0;
    border-radius: 4px;
    display: block;
    cursor: pointer;
    transition: all .3s;
} 
.send {
	width: 146px;
	height: 46px;
	line-height: 46px;
	margin: 0 auto;
	background: #1A9BC6;
}
.send:hover {
	background: #1683A7;
}
.blue {
	background: #1A9BC6;
	width: 104px;
	height: 38px;
	height: 38px;
}
.blue:hover {
	background: #1683A7;
}
.white_green {
	background: #80CCC0;
	width: 104px;
	height: 38px;
	height: 38px;
}
.white_green:hover {
	background: #50B8A8;
}

/*LIGHTBOX*/
.cover {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	padding: 40px 5% 40px 340px;
	z-index: 4;
	box-sizing: border-box;

}
.main {
	display: none;
	position: absolute;
	width: calc(100% - 460px);
	left: 400px;
	top: 60px;
	margin: 0 60px 40px 0;
	padding: 40px 60px;
	background: #fff;
	box-sizing: border-box;
	z-index: 5;
}
.close {
	position: absolute;
	width: 22px;
	height: 22px;
	background: url("../Img/btn_close.png") no-repeat left top;
	right: 25px;
	top: 22px;
	z-index: 2;
	cursor: pointer;
}
.cover .title {
	margin: 0 0 40px 0;
}
.content_text {
	color: #585557;
	padding: 0 40px;
}
.btn_blue, .btn_green, .btn_yellow {
    display: inline-block;
    min-width: 103px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 4px;
    margin: 0 2px;
    font-size: 16px;
    color: #fff;
    border: 0;
    cursor: pointer;
    transition: all .3s;
}
.btn_blue {
	background: #189DC3;
}
.btn_blue:hover {
	background: #168DAF
}
.btn_green {
	background: #80CCC0;
}
.btn_green:hover {
	background: #5BBDAE;
}
.btn_yellow {
	background: #E4A300
}
.btn_yellow:hover {
	background: #E09507;
}
.flot_chart {
	text-align: center;
}
.flot_chart img {
	display:  block;
	margin: 0 auto;
}

/*  RWD  */
.menu_btn {
	display: none;
	position: absolute;
	width: 50px;
	height: 50px;
	left: 5%;
	top: 16px;
	background: #189DC3;
	border-radius: 4px;
	vertical-align: middle;
	padding: 6px 0 0 0;
	box-sizing: border-box;
	cursor: pointer;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	z-index: 3;
}
.menu_btn span, .menu_btn::before, .menu_btn::after, .rwd_menu_btn span, .rwd_menu_btn::before, .rwd_menu_btn::after {
	content: '';
	display: block;
	width: 34px;
	height: 4px;
	background: #fff;
	margin: 6px 8px;
	opacity: 1;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
}
.menu_btn:hover {
	padding-top: 4px;
}
.menu_btn:hover span{
	margin-top: 8px;
	margin-bottom: 8px;
}
.menu_btn.click {
	background: #1F6A9B;
}
.menu_btn.click span {
	opacity: 0;
}
.menu_btn.click:before {
	margin-top: 18px;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}
.menu_btn.click:after {
	margin-top: -20px;
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}

.rwd_menu {
    display: none;
    position: absolute;
    width: 100%;
    background: #189DC3;
    z-index: 2;
    padding: 0 5% 40px 5%;
    box-sizing: border-box;
}

.rwd_menu ul {
    text-align: center;
}

.rwd_menu li {
    padding: 16px 0;
    border-bottom: 1px solid #6ecadd;
}

.rwd_menu li:last-child {
    border: none;
}

.rwd_menu li a {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.rwd_menu > ul > li > a:hover, .menu > ul > li > a.current {
    background: #1F6A98;
    border-right: 8px solid #FCB601;
}

.rwd_menu > ul > li .submenu {
    margin-top: 10px;
    background: #1F6A98;
    border-right: 8px solid #FCB601;
    display: none;
}

.rwd_menu > ul > li .submenu li {
    line-height: 40px;
}

.rwd_menu > ul > li .submenu li a {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: block;
}

.rwd_menu > ul > li .submenu li a:hover, .rwd_menu > ul > li .submenu li a .current {
    color: #FCB601;
}
.rwd_logo {
	padding: 20px 0 40px 0;
	text-align: center;
}

@media screen and (max-width:1400px) {
	.login-wrap {
		width: 1200px;
		padding-left: 460px;
	}
	.login-logo {
		background-size: contain;
		width: 50%;
	}
	.login-bg02 {
		width: 26%;
		left: 14%;
	}
	.login-block, .login-logo {
		transform: scale(0.8);
	}
	.login-title {
		padding-top: 40px;
	}

	.datatable {
		padding: 0;
	}
	.class_area {
		width: 100%;
	}
	.datatable2 {
		max-width: 80%;
		padding: 0 20% 0 0;
	}
	.textarea {
		width: 100%;
	}
	.system .datatable th, .system .datatable td {
		display: block;
		text-align: left;
		width: 100%;
		padding-left: 2%;
		box-sizing: border-box;
	}
	.system .datatable th {
		padding-top: 8px;
		padding-bottom: 2px;
	}
	.system .datatable td {
		border-bottom: 1px dashed #ccc;
		padding-top: 2px;
		padding-bottom: 8px;
	}
	.system .datatable tr:last-child td:last-child {
		border: 0;
	}
	.system .blue {
		margin: 20px 0 0 0;
	}
	.datatable3.setting .class_text, .datatable3.setting .class_select {
		min-width: auto;
	}
	.flot_chart, .flot_chart img {
		width: 100%;
	}
}

@media screen and (max-width: 1200px) {
	.login {
		background: none;
	}
	.login-wrap {
	width: 92%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 80px;
	padding-left: 0;
	}
	.login-bg02 {
		position: static;
		display: none;
		padding: 20px 0;
		text-align: center;
		width: 448px;
		margin: 0 auto;
	}
	.login-title {
		padding-top: 20px;
	}
	.login-title::before {
		text-align: center;
	}
	.login-logo {
		background-image: url(../Img/login_logo02.png);
	}
	.login-block, .login-logo {
	width: 400px;
	transform: scale(1);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 0px;
	}
	.login-logo {
		float: none;
	}
	.login02 .login-logo {
		color: #000;
	}
	.login-footer {
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	}
	.login-bottom {
		display: none;
	}
}

@media screen and (max-width:1000px) {
	.login-logo {
		width: 320px;
		margin: 40px auto 0 auto;
	}
	.login-block {
		margin: 0 auto;
	}

	.tab-title li {
		width: 48%;
		margin: 0 0.5%
	}
	.content {
		padding-left: 6%;
		padding-right: 6%;
	}
	.datatable th, .datatable td {
		display: block;
		text-align: left;
		width: 100%;
		padding-left: 2%;
	}
	.datatable th {
		padding-top: 8px;
		padding-bottom: 2px;
	}
	.datatable td {
		border-bottom: 1px dashed #ccc;
		padding-top: 2px;
		padding-bottom: 8px;
	}
	.datatable tr:last-child td:last-child {
		border: 0;
	}
	.class_area {
		width: 90%;
	}
	.upload {
		padding-left: 10px;
	}
	.upload_table {
		width: 100%;
		margin-left: 0;
	}
	.main {
		width: calc(100% - 400px);
		padding: 40px 2%;
		left: 340px;
	}
}

@media screen and (max-width:768px) {
	body {
		background: #f7f7f7;
	}
	.login-bg02 {
		width: 320px;
	}
	.login-logo {
		margin-top: 0;
	}
	.container {
		padding-left: 5%;
		padding-right: 5%;
	}
	.menu_btn {
		display: block;
	}
	.left {
		display: none;
	}
	.right {
		padding-left: 0;
	}
	.class_text, .class_select {
		min-width: 100% !important;
		display: block;
	}
	.datatable3 {
		border: 0;
	}
	.datatable3 tr:first-child {
		margin: 0;
		border: 0;
	}
	.datatable3 tr {
		margin: 0 0 10px 0;
		display: block;
		border: 0;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	.datatable3 th {
		display: none;
	}
	.datatable3 td {
		display: block;
		width: 100%;
		text-align: left;
		padding: 0;
		border-left: 1px solid #ccc;
		border-bottom: 1px solid #41B6DC;
	}
	.datatable3 td:before {
		content: attr(data-title);
		width: 30%;
		display: inline-block;
		padding: 12px 0;
		background: #AEE4F0;
		text-align: center;
		color: #128BAD;
		border: 0;
		margin: 0 5% 0 0;
	}

	.datatable3 td:last-child {
		border-bottom: 0;
	}
	.system .blue {
		margin: 20px auto 0 auto;
	}
	.cover {
		padding: 40px 5%;
	}
	.system .upload_table {
		width: 100%;
	}
	.main {
		width: 90%;
		left: 5%;
	}
	.datatable3.setting .class_text, .datatable3.setting .class_select {
		display: inline-block;
		min-width: 60% !important;
		/*margin-right: 5%;*/
	}

}

@media screen and (min-width:768px) {
	.rwd_menu {
		display: none !important;
	}
}


@media screen and (max-width:480px) {
	.rwd_logo {
		width: 70%;
		margin-left: calc(50px + 5%);
	}
	.rwd_logo img {
		width: 100%;
	}
	.top {
		padding-left: 5%;
		padding-right: 5%;
	}
	.lang {
		min-width: 175px;
	}
	.lang span {
		padding-right: 10px;
	}
	.lang span::after {
		display: none;
	}
	.logout {
		padding-left: 10px;
	}
}
@media screen and (max-height:930px) {
	.login-footer {
		padding: 10px 0;
	}
	.login-bottom {
		display: none;
	}
}

.page {
    color: #585257;
    text-align: center;
    margin-top: 5px;
}

    .page a {
        width: 90px;
        height: 36px;
        border: 2px solid #f7f7f7;
        border-radius: 4px;
        background: #f7f7f7;
        margin: 0 2px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        cursor: pointer;
    }

        .page a:hover {
            background: #eee;
            cursor: pointer;
        }

    .page select {
        font-family: Arial, "微軟正黑體 Light";
        font-size: 13px;
        display: inline-block;
        background: #fafafa;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
        padding: 4px 14px 4px 4px;
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button;
        min-width: 50px;
        height: 28px;
        margin: 0 6px;
       
    }

    .page p {
        padding: 10px 0 0 0;
    }

    .page span {
        color: #C41926;
    }


/*20210823新增*/

.radio-title {
	display: inline-block;
	font-size: 18px;
	padding: 0 10px 0 0;
	text-shadow: 
        -1px -1px 0px rgba(255,255,255,0.4),
         0px -1px 0px rgba(255,255,255,0.4),
         1px -1px 0px rgba(255,255,255,0.4),
        -1px  0px 0px rgba(255,255,255,0.4),
         1px  0px 0px rgba(255,255,255,0.4),
        -1px  1px 0px rgba(255,255,255,0.4),
         0px  1px 0px rgba(255,255,255,0.4),
         1px  1px 0px rgba(255,255,255,0.4);
}
.index-radio {
	display: inline-block;
	padding: 6px 0;
	font-size: 16px;
	text-shadow: 
        -1px -1px 0px rgba(255,255,255,0.4),
         0px -1px 0px rgba(255,255,255,0.4),
         1px -1px 0px rgba(255,255,255,0.4),
        -1px  0px 0px rgba(255,255,255,0.4),
         1px  0px 0px rgba(255,255,255,0.4),
        -1px  1px 0px rgba(255,255,255,0.4),
         0px  1px 0px rgba(255,255,255,0.4),
         1px  1px 0px rgba(255,255,255,0.4);
}
.index-radio label {
	padding: 0 4px;
	cursor: pointer;
}
.index-radio input {
	margin: 0 2px 0 0;
}

.reg-btn {
	float: right;
	background: url(../Img/reg_btn.png) no-repeat left top;
	width: 103px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	border: 0;
	font-family: Arial, "微軟正黑體 Light";
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	margin-top: 20px;
	margin-right: 10%;
	margin-bottom: 20px;
	margin-left: 0;
	padding-bottom: 20px;
}