@charset "UTF-8";
* {
  font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei";
  font-family--webkit-box-sizing: border-box;
  font-family--webkit-box-sizing--moz-box-sizing: border-box;
  font-family--webkit-box-sizing--moz-box-sizing-box-sizing: border-box;
}

*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* button {
  outline: none;
  border: none;
}

* input[type="reset"]::-moz-focus-inner,
* input[type="button"]::-moz-focus-inner,
* input[type="submit"]::-moz-focus-inner,
* input[type="file"]>input[type="button"]::-moz-focus-inner {
  border: none;
}

* input:focus {
  outline: none;
}

* h1 {
  font-size: 38px;
}

* h2 {
  font-size: 30px;
}

* h3 {
  font-size: 28px;
}

* h4 {
  font-size: 22px;
}

* h5 {
  font-size: 20px;
}

* h6 {
  font-size: 18px;
}

* h7 {
  font-size: 16px;
}

* p {
  font-size: 16px;
}

* h7.bread_crumb {
  font-size: 10px;
}

* h4.title,
	h2.title {
  border-bottom: 1px solid #919191;
  padding: 10px 0 10px 0;
  font-weight: 600;
}

html,
body {
  position: relative;
  font-size: 18px;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

section {
  position: relative;
  clear: both;
}


.btn {
  border-radius: 100px;
  border: none;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  outline: none;
}

.btn:focus {
  outline: none;
}

.btn_lys,
#signup_form .btn-default,
#sent .btn-default {
  width: 280px;
  height: 48px;
  background: linear-gradient(112deg, #ae4283, #625EB1);
  color: #fff;
  line-height: 33px;
}

.btn_lys:hover,
#signup_form .btn-default:hover,
#sent .btn-default:hover {
  background: linear-gradient(112deg, #9c3b75, #5450a5);
  color: #fff;
}

.btn_mys,
.setting_list .btn-default,
.admin_setting_list .btn-default {
  width: 150px;
  height: 48px;
  background-color: #008BD5;
  color: #fff;
  line-height: 33px;
}

.btn_mys:hover,
.setting_list .btn-default:hover, 
.admin_setting_list .btn-default:hover {
  background-color: #006398;
  color: #fff;
}

.btn_sys,
.message_upload .btn-default {
  width: 90px;
  height: 40px;
  background-color: #008BD5;
  color: #fff;
}

.btn_sys:hover,
.message_upload .btn-default:hover {
  background-color: #006398;
  color: #fff;
}

.btn_sye {
  width: 90px;
  height: 40px;
  background-color: transparent;
  border: 2px solid #008BD5;
  color: #008BD5;
  font-weight: 600;
}

.btn_sye:hover {
  transition: 0.5s;
  color: #006398;
  border: 2px solid #006398;
}

.btn_sws {
  width: 90px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  color: #008BD5;
  font-weight: 600;
}

.btn_sws:hover {
	transition: 0.5s;
	background-color: rgba(255, 255, 255, 0.9);
	
}

.btn_mye {
  width: 150px;
  height: 48px;
  border: 2px solid #008BD5;
  background-color: transparent;
  color: #008BD5;
  line-height: 33px;
}

.btn_mye:hover {
  border: 2px solid #00486f;
  color: #00486f;
}

.btn_mwe {
  width: 150px;
  height: 48px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  line-height: 33px;
}

.btn_lgs,
.eula .btn-default,
.register .btn-default,
.nda_content .btn-default,
#login_form .btn-default,
#resend_email .btn-default{
  width: 280px;
  height: 46px;
  background: linear-gradient(112deg, #1D8FE1, #625EB1);
  color: #fff;
  margin: 22px 0;
}

.btn_lgs:hover,
.btn_lgs:visited,
.eula .btn-default:hover,
.eula .btn-default:visited,
.register .btn-default:hover,
.register .btn-default:visited,
.nda_content .btn-default:hover,
.nda_content .btn-default:visited,
#login_form .btn-default:hover,
#login_form .btn-default:visited,
#resend_email .btn-default:hover,
#resend_email .btn-default:visited {
  background: linear-gradient(112deg, #1a81ca, #5450a5);
  color: #fff;
}

.btn_mge {
  width: 150px;
  height: 48px;
  border: 2px solid #AE4283;
  background-color: transparent;
  color: #AE4283;
  line-height: 33px;
}

.btn_mge:hover {
  border: 2px solid #64264b;
  color: #64264b;
}

.btn_mgs,
#data_upload .btn-default {
  width: 180px;
  height: 44px;
  background: linear-gradient(115deg, #1D8FE1, #625EB1);
  color: #fff;
  border-radius: 100px;
  border: none;
  line-height: 30px;
}

.btn_mgs:hover,
.btn_mgs:visited,
#data_upload .btn-default:hover,
#data_upload .btn-default:visited {
  background: linear-gradient(115deg, #1a81ca, #5450a5);
  color: #fff;
}

.btn_mgrays_s {
  width: 150px;
  height: 48px;
  background-color: #ababab;
  color: #fff;
  line-height: 33px;
}

.btn_mgrays_s:hover {
  color: #fff;
}

.btn_mgrays {
  width: 180px;
  height: 44px;
  background-color: #c4c4c4;
  color: #fff;
  cursor: default;
  line-height: 30px;
}

.btn_mgrays:hover {
  color: #fff;
}

@keyframes ani_line01 {
  0% {
    bottom: -20px;
  }
  100% {
    bottom: 0px;
  }
}

@keyframes ani_line02 {
  0% {
    bottom: 10px;
  }
  100% {
    bottom: 50px;
  }
}

@keyframes ani_line03 {
  0% {
    bottom: 100px;
  }
  100% {
    bottom: 152px;
  }
}

@keyframes ani_fly01 {
  0% {
    left: 0px;
  }
  100% {
    left: 40px;
  }
}

@keyframes ani_fly02 {
  0% {
    left: 300px;
  }
  100% {
    left: 340px;
  }
}

@keyframes ani_fly03 {
  0% {
    left: 50px;
  }
  100% {
    left: 80px;
  }
}

@keyframes bell {
  0%,
  25%,
  75%,
  100% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(10deg);
  }
  45% {
    transform: rotate(-10deg);
  }
  55% {
    transform: rotate(8deg);
  }
  60% {
    transform: rotate(-8deg);
  }
}

@keyframes bellclapper {
  0%,
  25%,
  75%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-0.15em);
  }
  45% {
    transform: translateX(0.15em);
  }
  55% {
    transform: translateX(-0.1em);
  }
  60% {
    transform: translateX(0.1em);
  }
}

@keyframes notification {
  0%,
  25%,
  75%,
  100% {
    opacity: 1;
  }
  30%,
  70% {
    opacity: 0;
  }
}

@keyframes wave {
  0%,
  60%,
  100% {
    background: #AE4283;
    transform: translateY(0);
    -moz-transform: translateY(0);
  }
  20% {
    background: #c3609c;
    transform: translateY(33px);
    -moz-transform: translateY(13px);
  }
  40% {
    background: #64264b;
    transform: translateY(-13px);
    -moz-transform: translateY(-13px);
  }
}

@-moz-keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 15px;
  }
}

@-webkit-keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 15px;
  }
}

@keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 15px;
  }
}

@keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 30px;
  }
}

@-webkit-keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 30px;
  }
}

@-moz-keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 30px;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes drift {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(-5px);
  }
}

@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}

@keyframes hearted {
  0% {
    transform: scale(1.2);
  }
  15% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  30% {
    transform: scale(1);
  }
}

@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 30px;
    opacity: 1;
  }
  40% {
    height: 60px;
    width: 30px;
    opacity: 1;
  }
  100% {
    height: 60px;
    width: 30px;
    opacity: 1;
  }
}

@-moz-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 30px;
    opacity: 1;
  }
  40% {
    height: 60px;
    width: 30px;
    opacity: 1;
  }
  100% {
    height: 60px;
    width: 30px;
    opacity: 1;
  }
}

@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 30px;
    opacity: 1;
  }
  40% {
    height: 60px;
    width: 30px;
    opacity: 1;
  }
  100% {
    height: 60px;
    width: 30px;
    opacity: 1;
  }
}

@keyframes excl {
  0% {
    stroke-dashoffset: 100;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 200;
  }
}

@keyframes dot-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes shift_left {
  0% {
    transform: translateX(520px) translateY(0px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}

@keyframes shift_right {
  0% {
    transform: translateX(0px) translateY(0px);
  }
  100% {
    transform: translateX(280px) translateY(0px);
  }
}

@keyframes img_shift {
  0% {
    clip-path: inset(0 0 0 520px);
  }
  100% {
    clip-path: inset(0 520px 0 0); }
}

nav.navbar,
.navbar-right {
  transition: 0.5s;
}

/* nav.navbar .container,
.navbar-right .container {
  width: 1240px;
} */

/* nav.navbar button,
.navbar-right button {
  height: 50px;
} */

nav.navbar .dropdown-menu,
.navbar-right .dropdown-menu {
  padding: 0;
  margin-top: -2px;
}


nav.navbar .dropdown-menu img,
.navbar-right .dropdown-menu img {
  cursor: pointer;
  width: 46px;
  height: 46px;
}

nav.navbar .dropdown-menu li:hover,
nav.navbar .dropdown-menu a:hover,
.navbar-right .dropdown-menu li:hover,
.navbar-right .dropdown-menu a:hover {
  color: #fff;
  background-color: #008BD5;
}

/* Temporary patch */
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  color: #333;
  background-color: transparent;
}

/* nav.navbar .dropdown-menu .dropdown-menu-item,
.navbar-right .dropdown-menu .dropdown-menu-item {
  margin: 5px 0;
  cursor: pointer;
  text-align: center;
} */

/* nav.navbar .dropdown-menu .dropdown-menu-item:hover,
.navbar-right .dropdown-menu .dropdown-menu-item:hover {
  background-color: #008BD5;
  color: #fff;
} */

nav.navbar .navbar-right,
.navbar-right .navbar-right {
  margin: 8px 0 0 0;
  font-size: 18px;
}

nav.navbar .navbar-right li,
.navbar-right .navbar-right li,
nav.navbar .navbar-right div {
  padding: 4px 5px;
  font-weight: 600;
}

#svg_bell {
  height: 42px;
  padding: 0;
}

#navbar ul > li > a.link_b,
#navbar ul > div > li > a.link_b{
  color: #ffffff;
}

.navbar-nav>div>li>a{
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

.nav>div>li {
    position: relative;
    display: block;
}

.nav>div {
  float: left;
}

.nav>div>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav>div>li>a:hover{
    text-decoration: none;
}

.navbar {
  border: 0px;
  box-shadow: 0px 2px 5px rgba(43, 43, 43, 0.1);
  background-image: linear-gradient(225deg, rgba(34, 225, 255, 0.8) 0%, rgba(29, 143, 225, 0.8) 48%, rgba(98, 94, 177, 0.8) 100%);
}

#navbar > ul > div > li > img {
  height: 40px;
  /* margin-left: 10px; */
  margin: 5px 0px 5px 10px;
  cursor: pointer;
}

.navbar-nav>div>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#navbar > ul > li > img {
  height: 40px;
  /* margin-left: 10px; */
  margin: 5px 0px 5px 10px;
  cursor: pointer;
}

nav > div > div > a > img {
  height: 46px;
}

.navbar-header {
  min-height: 66px;
}

.navbar .nav-item-dropdown {
  position: relative;
}

/* .navbar .nav-item-dropdown:hover>.dropdown-menu {
  display: block;
  opacity: 1;
} */

.navbar .dropdown-trigger {
  text-align: right;
}

.navbar-default,
.background-color > li > a {
  color: #fff;
  background-color: transparent;
}

.at_top {
  transition: 0.5s;
  box-shadow: 0px 2px 5px rgba(43, 43, 43, 0);
  width: 100%;
  height: 72px;
  margin: 0 auto;
  background-image: linear-gradient(225deg, rgba(34, 225, 255, 0) 0%, rgba(34, 225, 255, 0) 48%, rgba(34, 225, 255, 0) 100%);
}

.at_top #navbar ul > li > a.link_w {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.5s;
}

.at_top #navbar ul > li > a.link_w:hover {
  color: #fff;
}

.navbar-right.for_collapse{
    display: none;
}

#login {
  transition: 0.5s;
  font-weight: 600;
  color: #1D8FE1;
  border: none;
  background-color: rgba(255, 255, 255, 0.8);
	margin-top: 5px;
}

.buttonLogin {
    width: 90px;
    height: 40px !important;
    font-weight: 600;
    color: #1D8FE1;
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: 5px;
}

#login:hover {
  background-color: rgba(255, 255, 255, 0.9);
}


/*

.login-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 460px;
  position: relative;
  background-color: #fff;
}

.login-content {
  text-align: center;
}

.login-content .close,
.register-content .close {
  width: 40px;
  height: 40px;
  z-index: 150;
  position: absolute;
  right: 2px;
  top: 8px;
  padding: 8px 10px 0 0;
  color: black;
  font-size: 30px;
  font-weight: bold;
}

.login-content .close:hover,
.login-content .close:focus,
.register-content .close:hover,
.register-content .close:focus {
  color: #2b2b2b;
  text-decoration: none;
  cursor: pointer;
}

.login-content .signup,
.register-content .signup{
  width: 280px;
  height: 460px;
  float: right;
}

.login-content .signup img,
.register-content .signup img {
  width: 350px;
  height: 389px;
  position: absolute;
  right: 0;
  top: 15%;
  z-index:1000;
}

.login-content .signup h3,
.register-content .signup h3 {
  margin: 60px 0 40px 0;
  color: #fff;
  font-weight: 300;
}

.login-content .signup h6,
.register-content .signup h6 {
  color: #fff;
  margin: 80px 30px;
}

.login-content .signup button,
.register-content .signup button {
  position: absolute;
  bottom: 140px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#login_form,
#signup_form {
  width: 520px;
  height: 460px;
  background-color: #fff;
  position: absolute;
  top: 0;
}

#login_form .control-label,
#signup_form .control-label,
#resend_email .control-label {
  font-size: 16px;
  margin-right: 20px;
}

#login_form input,
#signup_form input,
#resend_email input {
  width: 260px;
  height: 40px;
  border: none;
  border-bottom: 1px solid #5e5e5e;
  padding: 10px 12px;
  margin-top: 20px;
  display: inline-block;
}

#login_form h6,
#signup_form h6,
#resend_email h6 {
  margin-top: 10px;
  color: #5e5e5e;
  bottom: 90px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#login_form .btn-default,
#signup_form .btn-default,
#resend_email .btn-default {
  width: 280px;
  height: 50px;
}

#login_form .form-group,
#signup_form .form-group,
#resend_email .form-group {
  margin-bottom: 0px;
}

#login_form .control-label,
#signup_form .control-label,
#resend_email .control-label {
  width: 60px;
  color: #2b2b2b;
}

#login_form input::placeholder,
#signup_form input::placeholder,
#resend_email input::placeholder {
  color: #787878;
  font-size: 16px;
}

#login_form {
  z-index: 50;
}

#login_form h3 {
  margin: 60px 0 40px 0;
  color: #2b2b2b;
}

#login_form h6 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 70px;
  color: #787878;
  font-size: 16px;
}

#login_form .btn-default {
  bottom: 118px;
}

.resend_email {
  box-shadow: 0px 0px 30px rgba(43, 43, 43, 0.4);
}

#resend_email h3 {
  padding: 40px 0 40px 0;
}

#resend_email p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 120px;
  color: #787878;
  font-size: 14px;
}

#resend_email .btn-default {
  margin-top: 50px;
}

#signup_form {
  z-index: 25;
  opacity: 0;
}

#signup_form .required:last-child {
  margin-top: 60px;
}

#signup_form input.radio_input {
  height: 20px;
  width: 40px;
  margin-top: 5px;
  vertical-align: text-bottom;
  position: absolute;
}

#signup_form label.control-radio {
  width: 130px;
}

#signup_form label.control-radio label {
  color: #2b2b2b;
}

#signup_form input.form-control {
  margin-top: 0;
}

#signup_form h3 {
  margin: 60px 0 50px 0;
  color: #2b2b2b;
}

#signup_form p {
  font-size: 14px;
  margin-top: -20px;
}

#signup_form .btn-default {
  bottom: 112px;
}

#signup_form .form-group {
  margin-top: 20px;
}
*/

#sent {
  width: 520px;
  height: 460px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}

#sent h3 {
  margin: 60px 0 50px 0;
}

#sent h6 {
  color: #5e5e5e;
  top: 150px;
  position: absolute;
  left: 40%;
  transform: translateX(-34%);
  line-height: 24px;
}

#sent .btn-default {
  width: 280px;
  height: 50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 112px;
}

#ad_info {
  width: 800px;
  height: 460px;
  position: relative;
}

#ad_info img {
  width: 800px;
  height: 460px;
  margin: 0;
}

/*
#ad_info .ad_info_area,
#ad_info .ad_info_text {
  width: 280px;
  overflow: hidden;
  position: absolute;
  top: 0;
  transform: translateX(520px) translateY(0px);
}

#ad_info .ad_info_area h3,
#ad_info .ad_info_text h3 {
  margin: 60px 0 40px 0;
  color: #fff;
  font-weight: 400;
}

#ad_info .ad_info_area h6,
#ad_info .ad_info_text h6 {
  color: #fff;
  margin: 80px 40px;
  line-height: 30px;
  font-size: 16px;
}

#ad_info .ad_info_area #c_register,
#ad_info .ad_info_text #c_register {
  position: absolute;
  opacity: 1;
  bottom: 120px;
  right: 60px;
  color: #fff;
}

#ad_info .ad_info_area #c_login,
#ad_info .ad_info_text #c_login {
  opacity: 0;
  position: absolute;
  bottom: 120px;
  left: 60px;
  color: #fff;
}

#ad_info .ad_info_area {
  background: rgba(0, 139, 213, 0.7);
  height: 460px;
  transition: 1.5s;
}

#ad_info .ad_info_text {
  height: 230px;
}
*/
.right_shift {
  transition: 0.5s;
  animation: shift_right 2s forwards;
}

.left_shift {
  transition: 0.5s;
}
.left_shift .ad_info_area {
  animation: shift_left 2s forwards;
}

.left_shift .clip-inset {
  animation: img_shift 2s forwards;
}

.left_shift .ad_info_text {
  animation: shift_left 1.3s forwards;
  animation-delay: 0.5s;
}

.fixed_area {
  left: -520px;
  z-index: 60;
}

.signup_form_area {
  opacity: 1;
  z-index: 100;
  left: 280px;
}

section.middle_box .row {
  padding-top: 140px;
  padding-bottom: 140px;
  min-height: 1200px;
}

section.middle_box .forget_password {
  box-shadow: 0px 0px 30px rgba(43, 43, 43, 0.4);
  padding: 240px 100px;
  position: absolute;
  width: 96%;
}

section.middle_box .mail_signup {
  box-shadow: 0px 0px 30px rgba(43, 43, 43, 0.4);
  padding: 400px 100px;
  position: absolute;
  width: 96%;
}

.register {
  position: relative;
}

.register select {
  width:130px;
  height: 42px;
  border: none;
  border-bottom: 1px solid #5e5e5e;
  padding: 10px 12px;
  display: inline-block;
  margin-top: 0;
}

.register label {
  font-size: 16px;
  display: inline-block;
  text-align: right;
  width: 64px;
  margin-right: 20px;
}

.register label.label_half {
  width: 40px;
}

.form-group.required.name_half {
	display: inline-block;
}

.register input {
  width: 260px;
  height: 42px;
  border: none;
  border-bottom: 1px solid #5e5e5e;
  padding: 10px 12px;
  margin-top: 20px;
  display: inline-block;
}

.register input.input_half {
  width: 100px;
}

.register h3 {
  padding: 60px 0 60px 0;
}

.register h6 {
  color: #5e5e5e;
  font-size: 14px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 120px;
}

.register p {
  font-size: 14px;
  color: #008BD5;
}

.register a {
  font-size: 14px;
  color: #AE4283;
  text-decoration: none;
}

.register .form-control {
  margin: 0 auto;
}

.register input::placeholder {
  color: #ababab;
  font-size: 12px;
}

.register .register_form {
  height: 680px;
}

.register input#submit {
  padding: 0;
}

.register .success-circle h7 {
  width: 200px;
  color: #AE4283;
  font-size: 18px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 280px;
}

.register .success-circle .btn_mge {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 340px;
}

.register .success-circle .btn_mge a {
  color: #AE4283;
}

.register .success-circle .btn_mge:hover > a {
  color: #64264b;
}

.register .success-circle .background {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #AE4283;
  position: absolute;
  left: 50%;
	top: 140px;
  transform: translateX(-50%);
}

.register .success-circle .checkmark {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 28%;
  top: 30%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
}

.register .success-circle .checkmark.draw:after {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  animation-delay: 300ms;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-name: checkmark;
  -moz-animation-name: checkmark;
  animation-name: checkmark;
  -webkit-transform: scaleX(-1) rotate(135deg);
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -o-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.register .success-circle .checkmark:after {
  opacity: 1;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  border-right: 5px solid white;
  border-top: 5px solid white;
  border-radius: 2.5px !important;
  content: "";
  left: 40px;
  top: 70px;
  position: absolute;
}

.register .error-triangular h7 {
  width: 200px;
  color: #008BD5;
  font-size: 18px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 280px;
}

.register .error-triangular .btn_mye {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 340px;
}

.register .error-triangular .btn_mye a {
  color: #008BD5;
}

.register .error-triangular .btn_mye:hover > a {
  color: #00486f;
}

.register .error-triangular #exclamation {
  transition: transform 0.5s ease-out;
  stroke: #fff;
  stroke-width: 1;
}

.register .error-triangular #exclamation .exclamation_mark {
  opacity: 0;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: excl 1s ease forwards -0.6s;
}

.register .error-triangular #exclamation .dot {
  opacity: 0;
  animation: dot-fade 0.2s ease forwards 0.5s;
}

.section_eula .eula {
  padding-top: 120px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.section_eula .eula h1 {
	text-align: center;
	font-weight: 600;
	color: #008BD5;
}

.section_eula .eula form {
	padding-bottom: 50px;
	width: 60%;
	position: relative;
	display: flex;
	flex-direction: column;
}

.section_eula .eula form input#submit {
	margin: 30px auto;
}

.section_eula .eula p {
	padding: 40px 60px;
}

.section_eula .eula .checkbox {
	color: #008BD5;
}

.section_eula .eula .checkbox label {
	font-weight: 600;
	vertical-align: bottom;
}

/* .modal,
.message_modal {
  display: none;
  position: fixed;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
} */

.notification {
  position: relative;
  width: 50px;
  height: 50px;
}

.notification svg {
  cursor: pointer;
}

.notification svg>path {
  fill: #C1F3FE;
}

.notification_section {
  position: relative;
  padding: 5px 15px 5px 10px;
  vertical-align: middle;
  text-align: center;
  outline: none;
}

.notification_section.is_active .notification_dropdown {
  opacity: 1;
  pointer-events: auto;
}

.bell_ani {
  animation: bell 2.2s linear;
  transform-origin: 50% 0%;
}

.bellclapper_ani {
  animation: bellclapper 2.2s 0.1s linear;
}

.num {
  position: absolute;
  top: 12%;
  right: 10%;
  font-size: 11px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background-color: #ff4c13;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.notification_dropdown {
  width: 340px;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 110%;
  right: -5px;
  margin: 0;
  padding: 0;
  text-align: left;
  border-radius: 5px;
  border: 1px solid rgba(43, 43, 43, 0.3);
  list-style: none;
  -webkit-box-shadow: 2px 5px 10px rgba(43, 43, 43, 0.2);
  box-shadow: 2px 5px 10px rgba(43, 43, 43, 0.2);
  transition: all 0.05s ease-in;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
}

.notification_dropdown li {
  font-size: 14px;
  font-weight: 400;
  padding: 10px 14px;
  background-color: lightgray;
}

.notification_dropdown .read {
  background-color: #fff;
}

.notification_dropdown:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 18px;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: #fff transparent;
}

.notification_dropdown:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 17px;
  border-width: 0 9px 9px 9px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2) transparent;
}

.notification_dropdown_item {
  padding: 5px 10px 5px 5px;
  border-bottom: 1px solid #e6e8ea;
  cursor: default;
  position: relative;
  min-height: 50px;
}

.notification_dropdown_item h7 {
  margin: 10px 0 0 10px;
}

.notification_dropdown_item:first-child {
  background-color: #fff;
  font-size: 16px;
  font-weight: 600;
  color: #2b2b2b;
  min-height: 40px;
  border-radius: 5px 5px 0 0;
}

.notification_dropdown_item:last-child {
  border-radius: 0 0 5px 5px;
}

.notification_dropdown_item img {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  display: inline-block;
  margin: 0 5px;
  cursor: default;
}

.notification_dropdown_item .text p {
  display: inline-block;
  padding: 12px 8px 0 60px;
  width: 320px;
  font-size: 14px;
  color: #2b2b2b;
}

.error {
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #2b2b2b;
  text-align: center;
  font-size: 50px;
}

.error_top {
  margin-top: 200px;
}

.error_top img {
  width: 500px;
  height: 100%;
}

.error_text {
  font-size: 30px;
  padding: 0 0 40px 0;
  letter-spacing: 2px;
  line-height: 36px;
}

.error_text button {
  margin-top: 20px;
}

.alert,
.upload_alert {
  min-width: 150px;
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid;
  border-radius: 3px;
	font-size: 14px;
}

.alert_success,
.upload_alert_success {
  background-color: #D1F7C3;
  border-color: #39AC23;
  color: #39AC23;
}

.alert_warning,
.upload_alert_warning {
  background-color: #FFEACF;
  border-color: #C07D00;
  color: #C07D00;
}

.alert_danger,
.upload_alert_danger {
  background-color: #FFDEE2;
  border-color: #D0011A;
  color: #D0011A;
}

.alert_info,
.upload_alert_info {
  background-color: #BFECEB;
  border-color: #54ACA9;
  color: #54ACA9;
}

.alert p,
.upload_alert p {
  padding: 0;
  margin: 0;
}

.alert i,
.upload_alert i {
  padding-right: 5px;
  vertical-align: middle;
  font-size: 24px;
}

.alert .close_alert,
.upload_alert .close_alert {
  -webkit-appearance: none;
  position: relative;
  float: right;
  padding: 0;
  border: 0;
  cursor: pointer;
  color: inherit;
  background: 0 0;
  font-size: 24px;
  line-height: 1;
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.alert .close_alert:hover,
.upload_alert .close_alert:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

form.search_form {
  float: right;
  width: 200px;
  height: 30px;
  position: relative;
}

form.search_form input {
  width: 100%;
  height: 100%;
  padding: 0 50px 0 20px;
  border-radius: 30px;
  border: 1px solid #AE4283;
  outline: none;
  box-sizing: border-box;
  font-size: 14px;
}

a.search-button {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  border-radius: 30px;
  border: none;
  text-decoration: none;
}

a.search-button .icon {
  width: 12px;
  height: 12px;
  position: absolute;
  border: 2px solid #AE4283;
}

.section_footer {
  background-color: #e7eef6;
}

.section_footer .container {
	margin: 0 auto;
	text-align: center;
}

.section_footer .col-sm-3, .section_footer .col-sm-5 {
	display: flex;
	flex-direction: column;
	text-align: left;
	padding: 30px 0 20px 0;
}

.section_footer .logo_itri {
	padding: 64px 40px;
}

.section_footer .logo_itri img {
	width: 90%;
	max-width: 180px;
	margin: 0 auto;
}

.section_footer .logo_fb {
	width: 32px;
	position: absolute;
	right: 30px;
	top: 30px;
}

.section_footer .footer_version {
	background: url(../images/web/footer_line.png) center top no-repeat;
}

.section_footer .footer_version p {
	padding: 15px 0;
	margin: 0;
	font-size: 12px;
}

.section_footer h7 {
	font-weight: 600;
	color: #2b2b2b;
	padding-bottom: 12px;
}

.section_footer a {
	font-size: 13px;
	line-height: 26px;
	color: #787878;
}

.section_footer p {
	color: #2b2b2b;
	font-weight: 300;
	font-size: 13px;
	line-height: 20px;
}

footer {
  background-image: linear-gradient(225deg, rgba(34, 225, 255, 0.6) 0%, rgba(29, 143, 225, 0.6) 48%, rgba(98, 94, 177, 0.6) 100%);
}

footer > div > div > div {
  display: table-cell;
  text-align: center;
  padding: 15px 0 0 0;
}

footer > div > div > div p {
  color: #fff;
  font-size: 0.7em;
  line-height: 1;
}

footer > div > div > div p > a {
  color: #fff;
}

.index_banner {
  background: url(../images/web/link_white_addline.png) center bottom no-repeat, linear-gradient(225deg, #22E1FF 0%, #1D8FE1 48%, #625EB1 100%);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.index_banner .container-fluid {
	padding: 100px;
}

.index_banner h6 {
	font-weight: 600;
	color: linear-gradient(115deg, #fff, #625EB1);
	position: absolute;
	left: 50%;
	top: 38%;
	background-color: #0066A8;
	padding: 10px 15px;
	transform: translate(-50%, -50%);
}

.index_banner .index_title {
	padding: 80px;
}

.index_banner .index_title img {
	padding: 60px 0 140px 0;
	width: 90%;
	min-width: 300px;
}

.features .container-fluid {
  padding: 0;
}

.new_features:first-child {
  margin-top: -180px;
}

.new_features:after {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  top: 50px;
  height: 100%;
  width: 100%;
  left: 0;
  display: block;
  position: absolute;
}

.new_features:nth-child(odd):after {
  background-image: linear-gradient(225deg, #dfe9f3 0%, white 100%);
  z-index: -1;
  transform: skewY(-2deg);
}

.new_features .container {
  transform: skewY(0deg);
  padding: 80px 40px 60px 40px;
  display: flex;
  align-items: center;
}

.new_features h2 {
  font-weight: 700;
  padding: 60px 0 20px 0;
  margin: 0;
}

.new_features h6.h6size {
  background-color: #0066A8;
  margin-top: 40px;
  padding: 12px;
  color: #fff;
}

.new_features p {
  font-size: 14px;
  font-weight: 700;
}

.features01, .features02, .features03, .features04 {
  position: relative;
  z-index: 1;
}

.features01 .text, .features02 .text, .features03 .text, .features04 .text {
	padding: 40px;
}

.features01 .ill img, .features02 .ill img, .features03 .ill img, .features04 .ill img {
	width: 100%;
}

.index_content {
  background: linear-gradient(225deg, rgba(34, 225, 255, 0.9) 0%, rgba(29, 143, 225, 0.9) 48%, rgba(98, 94, 177, 0.9) 100%), url(../images/web/link_black.png) center bottom no-repeat;
}

.index_content .container .row {
	display: initial;
}

.index_content .slogan {
	padding: 120px 0 80px 0;
	color: #fff;
}

.index_content .footer_version {
	background: url(../images/web/footer_line_w.png) center top no-repeat;
}

.index_content h7 {
	color: #fff;
}

.index_content a {
	color: rgba(255, 255, 255, 0.7);
}

.index_content p {
	color: rgba(255, 255, 255, 0.7);
}

.section_top ul.bread_crumb, .section_top_issue ul.bread_crumb {
	padding: 4px 0 0 14px;
	list-style: none;
}

.section_top ul.bread_crumb li, .section_top_issue ul.bread_crumb li {
	display: inline;
	font-size: 12px;
}

.section_top ul.bread_crumb li + li:before, .section_top_issue ul.bread_crumb li + li:before {
	padding: 8px;
	color: #2b2b2b;
	content: "/ ";
	text-shadow: 1px 1px 0px #fff;
}

.section_top ul.bread_crumb li a, .section_top_issue ul.bread_crumb li a {
	color: #2b2b2b;
	text-decoration: none;
	text-shadow: 1px 1px 0px #fff;
}

.section_top ul.bread_crumb li a:hover, .section_top_issue ul.bread_crumb li a:hover {
	color: #2b2b2b;
	text-decoration: underline;
}

.section_top_issue {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
	z-index: 1;
}

.section_top_issue .container ul.bread_crumb {
  padding: 70px 0 0 14px;
}

.section_top .container {
  margin-top: 72px;
}

.about_banner .banner {
  height: 280px;
  position: relative;
}

.about_banner .banner .bg {
	width: 100%;
	opacity: 0.2;
	position: absolute;
	bottom: 0;
}

.about_banner .banner .logo {
	width: 150px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.about_banner .banner h1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin: 0 auto;
	padding: 80px 0;
	color: #0066A8;
}


section.issue_list .container {
  margin-bottom: 80px;
}

section.issue_list .list {
  border: 1px solid #787878;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
}

section.issue_list .list:hover img {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
}

section.issue_list .list:first-of-type {
	margin-top: 40px;
}

section.issue_list .list .list_pic {
	height: 200px;
	overflow: hidden;
	position: relative;
}
section.issue_list .list .list_pic img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

section.issue_list .list .for_school {
	height: 45px;
	width: 100%;
	position: absolute;
	top: calc(200px - 45px);
	padding: 0;
	background: linear-gradient(120deg, rgba(43, 43, 43, 0.5), rgba(43, 43, 43, 0.5));
	display: flex;
	align-items: center;
}

section.issue_list .list .for_school i {
	color: #fff;
	padding: 0 5px 0 20px;
}

section.issue_list .list .for_school h6 {
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #fff;
	font-size: 15px;
}

section.issue_list .list .list_info {
	padding: 12px 26px;
}

section.issue_list a {
  color: #2b2b2b;
}
section.issue_list a:hover {
	text-decoration: none;
}

section.issue_list p {
  font-size: 14px;
}

section.issue_list h4 {
  font-weight: bold;
}

section.issue_list h7 {
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  right: 18px;
  top: 164px;
  padding: 3px 12px;
}

section.issue_list span {
  font-size: 12px;
  color: #787878;
}

section.issue_list .list_coming:hover {
  border-bottom: 5px solid rgba(170, 204, 3, 0.7);
}

section.issue_list .list_going:hover {
  border-bottom: 5px solid rgba(0, 139, 213, 0.7);
}

section.issue_list .list_done:hover {
  border-bottom: 5px solid rgba(120, 120, 120, 0.7);
}

section.issue_list .issue_coming {
  background-color: rgba(170, 204, 3, 0.7);
  color: #fff;
}

section.issue_list .issue_going {
  background-color: rgba(0, 139, 213, 0.7);
  color: #fff;
}

section.issue_list .issue_done {
  background-color: rgba(120, 120, 120, 0.7);
  color: #fff;
}

section.issue_list .animate:after {
  transition: all 0.7s ease-in-out;
  transform-origin: center;
  content: "";
  display: block;
  background: inherit;
  background-size: cover;
}

section.issue_list .zoom-in:hover:after {
  transform: scale(1.1);
}

section.issue_list .zoom-out:after {
  transform: scale(1.1);
}

section.issue_list .zoom-out:hover:after {
  transform: scale(1);
}

.issue_banner {
  max-height: 400px;
	min-height: 300px;
  overflow: hidden;
}

.issue_banner img {
	width: 100%;
	min-height: 300px;
}

.issue_banner .col-sm-12 {
	padding: 0;
	width: 100%;
}

.issue_banner .banner_gradient {
	height: 72px;
	position: absolute;
	bottom: 0;
	padding: 0;
	background: linear-gradient(120deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6));
}

.issue_banner .banner_gradient h2 {
	font-weight: 600;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 24px;
}

.timeline .container {
  background-color: #fff;
}

.lifeline .event .element {
  color: white;
  font-size: 17px;
  border-radius: 40px;
  width: 22px;
  height: 22px;
}

.lifeline .event .element:before {
  background-color: #008BD5;
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transform: scale(0.79);
  display: block;
  border-radius: 50%;
}

.lifeline .event .event_info .date {
  font-weight: bold;
  font-size: 12px;
  color: #008BD5;
}

.lifeline .event .event_info .name {
  font-size: 12px;
}

.lifeline {
  width: 85%;
  margin: 50px auto;
  margin-top: 63px;
  border-radius: 5px;
  height: 8px;
  border-top: 4px dotted #008BD5;
  position: relative;
}

.lifeline .tip {
  color: #fff;
  font-size: 10px;
  padding: 5px 10px;
  background-color: #333;
  border-radius: 5px;
}

.lifeline .progress {
  height: 6px;
  background-color: #008BD5;
  border-radius: 5px;
  transition: width 1s;
  margin-top: -6px;
  transition-timing-function: ease-out;
}

.lifeline .event {
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  top: 50%;
}

.lifeline .event .element {
  cursor: default;
  position: relative;
  margin-left: -10px;
  margin-top: -20px;
}

.lifeline .event .event_info {
  z-index: 1000;
  color: black;
  cursor: default;
  pointer-events: none;
  position: absolute;
  top: -52px;
  left: 0;
  transform: translate(-50%, 0);
  width: 80px;
  text-align: center;
  transition: opacity 500ms, top 500ms;
}

.lifeline .event .donetip {
  color: #fff;
  background-color: #999;
  border-radius: 3px;
  font-size: 10px;
  padding: 4px 0;
  margin-top: 8px;
  width: 40px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-58%);
}

.lifeline .event .donetip:before {
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -5px;
  display: block;
  border-width: 0 4px 8px 4px;
  border-style: solid;
  border-color: transparent transparent #999 transparent;
  content: "";
  width: 0;
  height: 0;
}
/*
.lifeline .event:last-child .event_info {
  transform: translate(-60%, 0);
}
*/
.lifeline .event:last-child .event_info:before,
.lifeline .event:last-child .event_info:after {
  left: 60%;
}

.lifeline .event:hover,
.lifeline .event:focus {
  outline: none;
}

.lifeline .event:hover .event_info {
  pointer-events: all;
  opacity: 1;
  /*top: -60px;*/
	z-index: 2000;
	transition-duration: 1s;
}

.lifeline .event:hover .element,
.lifeline .event:focus .element {
  color: white;
}

.lifeline .event:hover .element:before,
.lifeline .event:focus .element:before {
  opacity: 1;
  background: #008BD5;
}

.section_middle .container,
.profile_middle .container {
  font-size: 18px;
  font-weight: 500;
  padding: 0 20px;
}

.section_middle .container ul,
.profile_middle .container ul {
	list-style-type: none;
	margin: 0;
	padding: 10px 10px 0 10px;
	display: flex;
	border-bottom: 1px solid #919191;
}

.section_middle .container ul .active,
.profile_middle .container ul .active {
	border-bottom: 4px solid #008BD5;
}

.section_middle .container ul .active a,
.profile_middle .container ul .active a {
	color: #008BD5;
}

.section_middle .container ul .disabled a,
.profile_middle .container ul .disabled a {
	color: #ababab;
	cursor: default;
}

.section_middle .container ul li,
.profile_middle .container ul li {
	float: left;
}

.section_middle .container ul li:hover:not(.active),
.profile_middle .container ul li:hover:not(.active) {
	border-bottom: 4px solid #008BD5;
	color: #008BD5;
}

.section_middle .container ul li a,
.profile_middle .container ul li a {
	display: block;
	color: #2b2b2b;
	text-align: center;
	padding: 14px 26px;
	text-decoration: none;
	background-color: transparent;
}

.section_middle .container ul li.disabled:hover:not(.active),
.profile_middle .container ul li.disabled:hover:not(.active) {
	border-bottom: 4px solid #c4c4c4;
}

.section_middle .tab-list,
.profile_middle .tab-list {
  list-style: none;
  padding: 0;
  white-space: nowrap;
  margin: 0;
  overflow: auto;
  width: 100%;
}

.section_middle .tab-list li,
.profile_middle .tab-list li {
	display: inline-block;
	vertical-align: top;
}

.section_middle .tab-list li > a,
.profile_middle .tab-list li > a {
	display: inline-block;
	position: relative;
	width: 100%;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
	font-weight: 500;
	cursor: pointer !important;
	background-color: transparent;
	text-decoration: none !important;
}

.section_middle .scrollable,
.profile_middle .scrollable {
  width: 100%;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  display: flex;
  padding-top: 10px;
}

.section_middle .scrollable::-webkit-scrollbar,
.profile_middle .scrollable::-webkit-scrollbar {
	display: none;
}

section.section_middle {
  background-color: #ededed;
}

section.issue_content {
  background-color: #ededed;
	padding-bottom: 100px;
}

section.issue_content .container {
	padding: 30px 40px;
}

section.issue_content .container p {
	margin: 0 0 20px 0;
	line-height: 28px;
	word-wrap: break-word;
  word-break: normal;
}

section.issue_content .container li {
	font-size: 16px;
	margin-top: 5px;
	line-height: 28px;
}

section.issue_content .container .box_area {
	/*border: 1px solid #919191;*/
	padding: 12px 0 40px 0;
	height: 100%;
	background-color: #fff;
	box-shadow: 2px 2px 4px 0px rgba(43, 43, 43, 0.2);
	-webkit-box-shadow: 2px 2px 4px 0px rgba(43, 43, 43, 0.2);
	-moz-box-shadow: 2px 2px 4px 0px rgba(43, 43, 43, 0.2);
	margin-bottom: 30px;
}

section.issue_content .container .box_area h4.title {
	padding: 10px 15px;
	margin: 10px 15px;
}

section.issue_content .container .box_area p.p_text {
	padding: 10px 20px;
	line-height: 24px;
	font-size: 14px;
}

section.issue_content .container .box_area h5 {
	color: #2b2b2b;
	margin: 20px 10px;
	font-size: 20px;
}

section.issue_content .container .box_area h6 {
	color: #919191;
	text-align: center;
	font-size: 13px;
	margin-top: 80px;
	line-height: 22px;
}

section.issue_content .container .logo {
	width: 100%;
	padding: 10px 30px;
}

section.issue_content .container .time .table td {
  font-size: 16px;
}

section.issue_content .container .data_download .box_area_left {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

section.issue_content .container .data_download .row {
	margin: 0;
	padding: 0;
}

section.issue_content .container .data_download .col-sm-12 {
	padding: 10px;
}

section.issue_content .container .data_download h4.title {
	margin: 10px 15px 20px 15px;
}

section.issue_content .container .data_download h7 {
	color: #919191;
	font-size: 14px;
}

section.issue_content .container .data_download a {
	text-decoration: none;
	color: #2b2b2b;
	font-weight: 600;
}

section.issue_content .container .data_download i {
	padding-right: 10px;
	padding-left: 10px;
}

section.issue_content .container .data_download p {
	color: #919191;
	font-size: 13px;
	padding-left: 34px;
	margin-bottom: 0;
}

section.issue_content .container .h6red h6 {
	color: #dd0000;
	font-weight: 600;
}

section.issue_content .container .file-upload {
	display: block;
	text-align: center;
	font-size: 13px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

section.issue_content .container .file-upload .btn_mgs,
section.issue_content .container .file-upload .btn_mgrays {
	margin: 20px;
}

section.issue_content .container .file-upload .file-select {
	border: 2px solid #d185b3;
	width: 80%;
	cursor: pointer;
	border-radius: 5px;
	line-height: 40px;
	text-align: left;
	position: relative;
}

section.issue_content .container .file-upload .file-select input[type=file] {
	z-index: 100;
	cursor: pointer;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

section.issue_content .container .file-upload .file-select .file-select-button {
	background: #d185b3;
	padding: 0 10px;
	line-height: 40px;
	cursor: pointer;
	color: #64264b;
	float: right;
}

section.issue_content .container .file-upload .file-select .file-select-button:hover {
	color: #1a0a14;
	background: #AE4283;
}

section.issue_content .container .file-upload .file-select .file-select-name {
	line-height: 40px;
	padding: 0 10px;
	color: #2b2b2b;
	cursor: pointer;
}

section.issue_content .container .file-upload .file-select_end {
	border: 2px solid #c4c4c4;
    cursor: not-allowed;
}

section.issue_content .container .file-upload .file-select_end .button_g {
	background: #c4c4c4;
    cursor: not-allowed;
	color: #fff;
}

section.issue_content .container .report-upload {
	display: block;
	text-align: center;
	font-size: 13px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

section.issue_content .container .report-upload .btn_mgs,
section.issue_content .container .report-upload .btn_mgrays {
	margin: 20px;
}

section.issue_content .container .report-upload .report-select {
	border: 2px solid #d185b3;
	width: 80%;
	cursor: pointer;
	border-radius: 5px;
	line-height: 40px;
	text-align: left;
	position: relative;
}

section.issue_content .container .report-upload .report-select_end {
	border: 2px solid #c4c4c4;
    cursor: not-allowed;
}

section.issue_content .container .report-upload .report-select_end .button_g {
	background: #c4c4c4;
    cursor: not-allowed;
	color: #fff;
}

section.issue_content .container .report-upload .report-select input[type=file] {
	z-index: 100;
	cursor: pointer;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

section.issue_content .container .report-upload .report-select .report-select-button {
	background: #d185b3;
	padding: 0 10px;
	line-height: 40px;
	cursor: pointer;
	color: #64264b;
	float: right;
}

section.issue_content .container .report-upload .report-select .report-select-button:hover {
	color: #1a0a14;
	background: #AE4283;
}

section.issue_content .container .report-upload .report-select .report-select-name {
	line-height: 40px;
	padding: 0 10px;
	color: #2b2b2b;
	cursor: pointer;
}

#countdown .time_countdown {
	height: 160px;
	background: linear-gradient(115deg, #1D8FE1, #625EB1);
}

#countdown .time_countdown .col-sm-12 {
	padding: 14px;
	margin: 0;
}

#countdown .time_countdown .col-xs-3 {
	border-radius: 5px;
	padding: 8px 0;
	background-color: rgba(255, 255, 255, 0.8);
}

#countdown .time_countdown .col-xs-3 p.time_des {
	margin-bottom: 0;
	font-size: 14px;
}

#countdown .time_countdown .col-xs-3 span.time_num {
	font-size: 34px;
	font-weight: 600;
	line-height: 1.5;
}

#countdown .time_countdown .info {
	padding: 0 10px;
}

#countdown .time_countdown .info h7 {
	color: #fff;
	font-size: 12px;
}

#countdown img {
	width: 54px;
}

#countdown h1 {
	margin: 5px auto;
}

#countdown h5 {
	font-size: 18px;
}

#countdown .team_info {
	padding: 20px 0 20px 0;
}

#countdown .right_num {
	float: left;
}

#countdown .right_num h2 {
	margin-top: 5px;
}

#countdown .right_num p {
	font-size: 12px;
	line-height: 20px;
	margin: 0;
}

#countdown .btn_mgs {
	padding: 10px;
}

/*上傳tab*/

ul.u_tabs,
ul.u_tabs_data,
ul.u_tabs_ranking {
	padding-left: 0;
}

ul.u_tabs li,
ul.u_tabs_data li,
ul.u_tabs_ranking li {
  background-color: #f6f6f6;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  width: 100%;
  border: 1px solid #fff;
  position: relative;
  box-shadow: 0px 2px 5px rgba(43, 43, 43, 0.2);
  line-height: 20px;
  font-weight: 600;
}

ul.u_tabs li.current,
ul.u_tabs_data li.current,
ul.u_tabs_ranking li.current {
	background: #fff;
	box-shadow: 0px 2px 5px rgba(43, 43, 43, 0.3);
}

ul.u_tabs li.current a,
ul.u_tabs_data li.current a,
ul.u_tabs_ranking li.current a {
	color: #008BD5;
}

ul.u_tabs li.current .fa-caret-left,
ul.u_tabs_data li.current .fa-caret-left,
ul.u_tabs_ranking li.current .fa-caret-left {
	color: #008BD5;
}

ul.u_tabs li a,
ul.u_tabs_data li a,
ul.u_tabs_ranking li a {
	color: #333333;
	text-decoration: none;
}

ul.u_tabs li .fa-caret-left,
ul.u_tabs_data li .fa-caret-left,
ul.u_tabs_ranking li .fa-caret-left {
	width: 20px;
	color: #f6f6f6;
	font-size: 20px;
}

ul.u_tabs li .fa-check-circle {
	color: #999999;
	position: absolute;
	right: 20px;
	padding: 6px 8px;
	font-size: 18px;
}

ul.u_tabs li .fa-check-circle.done {
	color: #008BD5;
}

.u_tab-content,
.u_tab_data-content,
.u_tab_ranking-content {
  display: none;
  opacity: 0;
}

.u_tab-content.current,
.u_tab_data-content.current,
.u_tab_ranking-content.current {
	display: block;
	opacity: 1;
}

#data_upload h6,
#u_report h6,
.no_info h6 {
  margin-top: 0;
  margin-bottom: 0;
}

#data_upload .box_area,
#u_report .box_area {
  padding-bottom: 20px;
}

#data_upload .box_area h5,
#u_report .box_area h5 {
	margin: 30px;
}

#report .team {
  display: flex;
}

#report h7 {
  font-weight: 600;
}

#report p {
  font-size: 12px;
  color: #919191;
  margin: 0;
}

#data_loading {
	display: none;
	padding-bottom: 10px;
	text-align: center;
}
#data_loading h6 {
	margin-top: 60px;
	font-size: 16px;
	color: #AE4283;
}

#data_loading span {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 35px 3px 0;
	background: #AE4283;
	border-radius: 50%;
	transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	animation: wave 2s infinite ease-in-out;
}

#data_loading span:nth-child(1) {
	animation-delay: 0s;
	-moz-animation-delay: 0s;
	-webkit-animation-delay: 0s;
}

#data_loading span:nth-child(2) {
	animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	-webkit-animation-delay: 0.1s;
}

#data_loading span:nth-child(3) {
	animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
}

#data_loading span:nth-child(4) {
	animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
}

#data_loading span:nth-child(5) {
	animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}

#report_loading {
	display: none;
	padding-bottom: 10px;
	text-align: center;
}
#report_loading h6 {
	margin-top: 60px;
	font-size: 16px;
	color: #AE4283;
}

#report_loading span {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 35px 3px 0;
	background: #AE4283;
	border-radius: 50%;
	transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	animation: wave 2s infinite ease-in-out;
}

#report_loading span:nth-child(1) {
	animation-delay: 0s;
	-moz-animation-delay: 0s;
	-webkit-animation-delay: 0s;
}

#report_loading span:nth-child(2) {
	animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	-webkit-animation-delay: 0.1s;
}

#report_loading span:nth-child(3) {
	animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
}

#report_loading span:nth-child(4) {
	animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
}

#report_loading span:nth-child(5) {
	animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}

#merge_info {
  margin-bottom: 50px;
}

#merge_info .nav > li > a:hover {
  background-color: #fff;
}

#merge_info .nav-tabs {
  box-sizing: border-box;
  border-bottom: none;
}

#merge_info .nav-tabs li {
  border-bottom: none;
  margin-right: 8px;
  background-color: #fff;
}

#merge_info .nav-tabs li a {
  margin-right: 0;
}

#merge_info .nav-tabs li a,
#merge_info .nav-tabs li a:focus,
#merge_info .nav-tabs li a:hover {
  border: none;
  background-color: none;
  color: #333;
  padding: 10px 30px;
}

#merge_info .nav-tabs li.active {
  border-top: 4px solid #008BD5;
  margin-bottom: -1px;
  border-bottom: 1px solid #fff;
}

#merge_info .nav-tabs li.disabled {
	background-color: #dedede;
}

#merge_info .nav-tabs li.disabled a:hover {
	background-color: #dedede;
	cursor: default;
}

#merge_info .tab-content {
  background-color: #fff;
  box-shadow: 2px 2px 4px 0px rgba(43, 43, 43, 0.2);
  -webkit-box-shadow: 2px 2px 4px 0px rgba(43, 43, 43, 0.2);
  -moz-box-shadow: 2px 2px 4px 0px rgba(43, 43, 43, 0.2);
	padding: 20px;
}

#merge_info .leaderboard_inf {
  font-size: 14px;
  margin: 15px 10px;
  color: #5e5e5e;
}

#upload_error {
	display: flex;
	align-items: center;
}

#upload_error i{
	padding: 10px 16px 10px 22px;
	color: #dd0000;
}

#upload_error h7{
	color: #dd0000;
}

.nda_popup button,
.nda_popup .close {
  cursor: pointer;
}

.mask {
  position: fixed;
  z-index: 9000;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.nda_content .inner {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 140px;
  padding: 80px;
}

.nda_content .inner p {
  text-align: left;
}

.nda_content .inner h4 {
  color: #2b2b2b;
  text-align: center;
  padding: 0 0 20px 0;
  margin-bottom: 40px;
  font-weight: 600;
}

.nda_content .inner .btn-default {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 60px 0 100px 0;
}

.nda_content .inner .checkbox {
  position: relative;
  top: 25px;
  color: #008BD5;
  margin: 0 40px;
}

.nda_content .inner .checkbox input[type=checkbox] {
  display: unset;
  height: 25px;
  width: 25px;
  opacity: 0;
  z-index:  -1;
  position: absolute;
  left: 50px;
}

.nda_content .inner .checkbox:last-child {
  margin-bottom: 30px;
}

.nda_content .inner .checkbox label {
  font-weight: 600;
  vertical-align: middle;
  margin: 3px 15px;
  padding-left: 0px;
}

.nda_content{
  width: 900px;
}

input[type=checkbox] {
  display: none;
}

.check-box {
  height: 30px;
  width: 30px;
  background-color: transparent;
  border: 2px solid #008BD5;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: border-color ease 0.2s;
  -o-transition: border-color ease 0.2s;
  -webkit-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
}

.check-box::before,
.check-box::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 0;
  width: 5px;
  background-color: #008BD5;
  display: inline-block;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 2px;
  content: " ";
  -webkit-transition: opacity ease 0.5s;
  -moz-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s;
}

.check-box::before {
  top: 20px;
  left: 15px;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.check-box::after {
  top: 10px;
  left: 4px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input[type=checkbox]:checked+.check-box,
.check-box.checked {
  border-color: #008BD5;
}

input[type=checkbox]:checked+.check-box::after,
.check-box.checked::after {
  height: 10px;
  -moz-animation: dothabottomcheck 0.2s ease 0s forwards;
  -o-animation: dothabottomcheck 0.2s ease 0s forwards;
  -webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
  animation: dothabottomcheck 0.2s ease 0s forwards;
}

input[type=checkbox]:checked+.check-box::before,
.check-box.checked::before {
  height: 60px;
  -moz-animation: dothatopcheck 0.4s ease 0s forwards;
  -o-animation: dothatopcheck 0.4s ease 0s forwards;
  -webkit-animation: dothatopcheck 0.4s ease 0s forwards;
  animation: dothatopcheck 0.4s ease 0s forwards;
}

#counting {
  position: relative;
  text-align: center;
  border-bottom: 1px solid #919191;
  padding: 14px 0;
}

#counting h6 {
  font-size: 16px;
  color: #AE4283;
}

#counting span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #AE4283;
  animation: fade 2s ease infinite;
  display: inline-block;
  margin: 30px 3px 0;
  transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 0;
}

#counting span:nth-child(1) {
  left: 0;
}

#counting span:nth-child(2) {
  animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

#counting span:nth-child(3) {
  animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

#counting span:nth-child(4) {
  animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}

#public_no_result,
#private_no_result,
#no_report,
.no_info {
  height: 150px;
  position: relative;
}

#public_no_result img,
#private_no_result img,
#no_report img {
	width: 50px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 30px;
}

#public_no_result h6,
#private_no_result h6,
#no_report h6 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 22px;
	color: #919191;
	font-size: 14px;
}

.no_info h6 {
	position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
	color: #919191;
	font-size: 14px;
}

.upload_des h4 {
  margin-top: 40px;
}

.upload_thead {
  border-bottom: 1px solid #919191;
  padding: 10px 20px;
  margin-bottom: 10px;
}

.upload_thead h5 {
	font-size: 16px;
	font-weight: 600;
}

.upload_inf {
  padding: 10px 20px;
}u_pick

.upload_inf h2 {
	margin: 0;
	padding: 10px 0 10px 10px;
}

.upload_inf h7 {
	font-size: 12px;
	color: #ababab;
}

.upload_inf img {
	width: 50px;
	margin: 0 10px 0 0;
}

.upload_inf input[type=checkbox] {
	display: initial;
	width: 18px;
	height: 18px;
	margin-top: 10px;
}

.upload_inf .team {
	display: flex;
	align-items: center;
}

.upload_inf .name h5 {
	margin: 0;
	line-height: 10px;
	font-size: 16px;
}

.upload_inf .a_time h7 {
	line-height: 44px;
}

.upload_inf .accuracy {
	color: #008BD5;
	font-weight: 600;
}

.upload_inf .ranking {
	color: #AE4283;
}

.upload_inf .ranking span {
	font-size: 14px;
}

.box_area_left {
  background-color: #fff;
  box-shadow: 2px 2px 4px 0px rgba(43, 43, 43, 0.2);
  -webkit-box-shadow: 2px 2px 4px 0px rgba(43, 43, 43, 0.2);
  -moz-box-shadow: 2px 2px 4px 0px rgba(43, 43, 43, 0.2);
  margin-bottom: 80px;
	min-height: 200px;
}

.box_area_left .row{
	margin: 0;
	padding: 10px;
}

.box_area_left .btn_mgs {
	margin-top: 20px;
}

#report.box_area_left {
  padding: 30px 20px;
}

.upload_file_inf img {
  width: 78px;
  height: 100%;
  padding: 6px 20px;
}

.upload_file_inf .col-sm-4 {
  padding-top: 22px;
}



[tooltip] {
  position: relative;
}

[tooltip]::before,
[tooltip]::after {
  text-transform: none;
  font-size: 14px;
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}

[tooltip]::before {
  content: '';
  border: 5px solid transparent;
  z-index: 1001;
}

[tooltip]::after {
  content: attr(tooltip);
  font-family: Helvetica, sans-serif;
  text-align: center;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000;
}

[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after {
  left: 50%;
  transform: translate(-50%, -0.5em);
}

[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -0.5em);
}

[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}

[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}

/*leaderboard*/
#panel-1-ctrl, #panel-2-ctrl, #myteam-ctrl, #sent_request-ctrl, #get_request-ctrl {
  opacity: 0; }

ul#tabs-list, ul#tabs-list_t {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0; }

label.panel-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  color: #bdc3c7;
  cursor: pointer;
  background-color: #ecf0f1;
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms; }
  label.panel-label:hover {
    color: #008BD5; }

#panels, #panels_t {
  background-color: white; }

#panels .container, #panels_t .container {
	margin: 0 auto;
	padding: 0;
	width: 100%; }

#panels section header label.panel-label, #panels_t section header label.panel-label {
	padding: 12px 24px;
	-moz-box-sizing: border-box;
	box-sizing: border-box; }

#panels section main, #panels_t section main {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-height: 0;
	opacity: 0;
	-webkit-transition: opacity 600ms;
	-o-transition: opacity 600ms;
	-moz-transition: opacity 600ms;
	transition: opacity 600ms;
	overflow-y: hidden; }

#panel-1-ctrl:checked ~ #panels #panel-1 main,
#panel-2-ctrl:checked ~ #panels #panel-2 main,
#panel-3-ctrl:checked ~ #panels #panel-3 main,
#panel-4-ctrl:checked ~ #panels #panel-4 main,
#panel-5-ctrl:checked ~ #panels #panel-5 main,
#myteam-ctrl:checked ~ #panels_t #myteam main,
#sent_request-ctrl:checked ~ #panels_t #sent_request main,
#get_request-ctrl:checked ~ #panels_t #get_request main {
  max-height: initial;
  opacity: 1;
  padding: 20px 16px; }

#panels tr,
#panels td,
#panels input,
#u_pick tr,
#u_pick td,
#u_pick input {
  vertical-align: middle;
}

#u_pick i {
	width: 18px;
	position: relative;
}

#u_pick .fa-li {
	left: 0;
}

#panels th,
#u_pick th {
  line-height: 30px;
  font-size: 16px;
}

#panels .upload_inf,
#u_pick .upload_inf {
  position: relative;
}

#panels img,
#u_pick img {
  width: 40px;
  height: 40px;
}

#panels .file,
#u_pick .file {
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

#panels .file h5,
#u_pick .file h5 {
	font-size: 16px;
	margin: 0;
}

#panels .file h7,
#u_pick .file h7 {
	font-size: 12px;
	color: #787878;
}

#panels .name,
#u_pick .name {
  font-size: 16px;
}

#panels h5,
#u_pick h5 {
  margin: 0;
}

#panels .a_time,
#u_pick .a_time {
  font-size: 12px;
  color: #787878;
}

#panels .accuracy,
#u_pick .accuracy {
  color: #008BD5;
}

#panels .ranking,
#u_pick .ranking {
  color: #AE4283;
}

#panels input,
#u_pick input {
  display: initial;
  width: 18px;
  height: 18px;
}

#panels .bootstrap-table,
#u_pick .bootstrap-table {
  padding: 0 10px;
}

#panels .fixed-table-container#u_pick,
#u_pick .fixed-table-container {
  border: none;
}

#panels .fixed-table-container tr,
#u_pick .fixed-table-container tr {
	border-bottom: 1px solid #c4c4c4;
}

#panels .fixed-table-container tbody:last-of-type,
#u_pick .fixed-table-container tbody:last-of-type {
    border-bottom: 2px solid #fff;
}

#panels .fixed-table-container th,
#panels .fixed-table-container td,
#u_pick .fixed-table-container th,
#u_pick .fixed-table-container td {
	border: none;
}

#panels td {
  line-height: 15px;
}

#pickscore .th-inner.sortable.both {
  color: #2b2b2b;
  font-size: 16px;
}

#pickscore td {
  padding: 12px;
}

section.three_score .toggle-title i {
  position: absolute;
  background: url(../images/web/arrow_2.png) 0px -24px no-repeat;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: 0;
  top: -30px;
  cursor: pointer;
}

section.three_score .toggle-title.active i {
  background: url(../images/web/arrow_2.png) 0px 0px no-repeat;
}

section.three_score .toggle-inner {
  padding: 10px 20px;
  display: none;
  background-color: #eeeeee;
  border-radius: 3px;
  margin-top: 6px;
}

section.three_score .toggle-inner p {
	font-size: 12px;
	margin: 0;
}

.panel-radios {
  position: fixed;
  left: 50%;
  top: 10px;
  width: 20px;
  opacity: 0.5;
  z-index: 99; }
.panel-radios:nth-child(1) {
	-webkit-transform: translateX(-50px);
	-moz-transform: translateX(-50px);
	-o-transform: translateX(-50px);
	transform: translateX(-50px); }
.panel-radios:nth-child(2) {
	-webkit-transform: translateX(-30px);
	-moz-transform: translateX(-30px);
	-o-transform: translateX(-30px);
	transform: translateX(-30px); }
.panel-radios:nth-child(3) {
	-webkit-transform: translateX(-10px);
	-moz-transform: translateX(-10px);
	-o-transform: translateX(-10px);
	transform: translateX(-10px); }
.panel-radios:nth-child(4) {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px); }
.panel-radios:nth-child(5) {
	-webkit-transform: translateX(30px);
	-moz-transform: translateX(30px);
	-o-transform: translateX(30px);
	transform: translateX(30px); }
.panel-radios:nth-child(6) {
	top: 30px;
	-webkit-transform: translateX(-10px);
	-moz-transform: translateX(-10px);
	-o-transform: translateX(-10px);
	transform: translateX(-10px);
	display: block; }

label.demo-label {
  background-color: #008BD5;
  color: white;
  padding: 4px 8px;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
  label.demo-label:hover {
    background-color: #e74c3c; }


/*排行榜*/
#r_public th,
#r_public .ranking_num,
#r_public .name,
#r_private th,
#r_private .ranking_num,
#r_private .name {
  line-height: 30px;
  font-size: 16px;
}

#r_public .submit_time,
#r_public .ranking_num,
#r_private .submit_time,
#r_private .ranking_num {
  text-align: center;
}

#r_public .time,
#r_private .time,
#r_public .submit_time,
#r_private .submit_time {
  line-height: 30px;
  font-size: 12px;
  color: #787878;
}

.my_team_rank {
  background-color: rgba(193, 243, 254, 0.3);
}

.message_list {
  height: 100%;
  margin-bottom: 10px;
  position: relative;
  background-color: #fff;
  box-shadow: 2px 2px 4px 0px rgba(43, 43, 43, 0.2);
  -webkit-box-shadow: 2px 2px 4px 0px rgba(43, 43, 43, 0.2);
  -moz-box-shadow: 2px 2px 4px 0px rgba(43, 43, 43, 0.2);
}

.message_list .row {
	margin: 0;
}

.message_list span {
	color: #919191;
	font-size: 12px;
	padding-left: 10px;
}

.message_list:hover .more {
	opacity: 1;
}

.message_list:last-child {
	margin-bottom: 100px;
}

.message_personal {
  padding: 10px;
  display: flex;
  align-items: center;
  align-content: center;
}

.message_personal .col-sm-1 {
	padding: 0;
}

.message_personal .col-sm-1 img {
	width: 100%;
	padding: 8px;
}

.message_personal .number {
	float: right;
	margin-top: 10px;
	color: #008BD5;
	font-size: 12px;
}

.message_personal .heart {
	width: 25px;
	float: right;
	margin-top: 6px;
	cursor: pointer;
}

.message_personal .fa-heart {
	color: #E3E3E3;
	cursor: pointer;
	transition: all 250ms ease;
}

.message_personal .anim {
	color: #e74c3c;
	animation: hearted 0.6s 1;
}

.message_personal .more {
  color: #919191;
  position: absolute;
  top: -14px;
  right: 50px;
  width: 25px;
  opacity: 0;
  transition-duration: 0.5s;
  cursor: pointer;
}

.message_personal .more .dropdown-menu {
	min-width: 120px;
}

.message_content {
  padding-bottom: 20px;
}

.message_content .col-sm-1 {
  padding: 0;
}

.message_content .floor p {
  color: #919191;
  font-size: 14px;
}

.message_content .m_content p {
  line-height: 20px;
  font-size: 14px;
}

.message_content_none {
  height: 98px;
}

.message_content_none p {
	color: #919191;
	font-size: 14px;
	padding-top: 40px;
}

.message_upload {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.message_upload h5 {
	padding: 20px;
}

.message_upload .textarea {
	padding-right:10px;
}

.message_upload h4 {
	padding: 15px 0 15px 40px;
	text-align: left;
	margin: 0 0 30px 0;
	font-weight: 600;
	font-size: 20px;
}

.message_upload label {
	display: none;
}

.message_upload #submit_message {
	margin: 10px 0 0 75%;
}

.message_upload .close {
	padding: 15px 20px 0 0;
}

.message_upload textarea {
	width: 85%;
	height: 200px;
	padding: 10px 10px;
	border: 1px solid #919191;
	margin: 0 7% 10px 7%;
}

.message_upload #message .modal-dialog{
  top: 30%;
}

#merge_info .btn_mye {
  height: 40px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 600;
}

#merge_info .btn_sye {
  float: right;
  height: 38px;
  line-height: 26px;
  padding: 4px 10px;
  font-size: 16px;
}

#myteam .col-sm-12 {
  padding: 10px 0 8px 30px;
}

.team_member_list {
  display: flex;
  align-items: center;
  padding: 10px;
}

.team_name_input {
  padding: 0 5px;
  height: 36px;
  margin-left: 18px;
  border-radius: 5px;
  width: 90%;
}

.team_member_name {
  display: flex;
  align-items: center;
}
.team_member_name img {
	height: 40px;
	width: 40px;
}

.team_member_name h6 {
	font-size: 16px;
	padding-left: 10px;
}

.iam_leader h6 {
  font-size: 16px;
  color: #008BD5;
  font-weight: 600;
}

.myteam_inf p {
  font-size: 14px;
  color: #5e5e5e;
}

.sent_request_list, .get_request_list {
  display: flex;
  align-items: center;
  padding: 8px 10px;
}

.sent_request_list img, .get_request_list img {
	width: 40px;
	height: 40px;
}

.sent_request_list h6, .get_request_list h6 {
	font-size: 16px;
	padding-left: 10px;
}

.sent_request_list .col-sm-4, .get_request_list .col-sm-4 {
	display: flex;
	align-items: center;
}

.sent_request_list h7, .get_request_list h7 {
	font-size: 12px;
	color: #787878;
}

.sent_request_list .reject, .get_request_list .reject {
	margin-right: 4px;
}

.sent_request_list .sent_request_reply, .sent_request_list .sent_request_merged, .get_request_list .sent_request_reply, .get_request_list .sent_request_merged {
	color: #AE4283;
	font-size: 16px;
	float: right;
	width: 88px;
	text-align: center;
	font-weight: 600;
}

.sent_request_list .sent_request_status, .get_request_list .sent_request_status {
	justify-content: center;
}

.sent_request_list .sent_request_merged, .get_request_list .sent_request_merged {
	color: #2b2b2b;
}

#merge_team form,
#merge_team_member form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#merge_team #search_team,
#merge_team_member #search_team {
	height: 36px;
	border-radius: 5px;
	margin: 20px 0;
	padding: 5px;
	width: 80%;
}

#merge_team h5,
#merge_team_member h5 {
  padding: 20px 20px 0 20px;
}

#merge_team p,
#merge_team_member p {
	font-size: 13px;
	color: #2b2b2b;
	margin: 0;
	line-height: 20px;
	padding: 20px 40px 0 40px;
}

.profile_banner .container {
  padding-top: 20px;
}

.profile_banner .container .col-lg-2.col-md-3.col-sm-4.col-xs-6 {
	padding: 20px 40px;
}

.profile_banner .container .col-lg-10.col-md-9.col-sm-8.col-xs-6 {
	padding-top: 10px;
}

.profile_banner .container h3 {
	font-weight: 900;
}

.setting .row {
  padding-bottom: 100px;
}

.setting .col-sm-12 {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #919191;
  padding: 20px;
}

.setting .col-sm-12 h4 {
	padding: 10px 0;
	margin-bottom: 0;
	font-weight: 800;
}

.setting .col-sm-12 h6 {
	color: #787878;
}

.setting .col-sm-12 p {
	font-size: 14px;
}

.setting .no_line {
  border-bottom: none;
  padding-bottom: 0;
}

.pwd_prompt {
  font-size: 14px;
  font-weight: 600;
}


.setting_list {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}

.setting_list .wrapper {
	padding-left: 20px;
	padding-right: 20px;
}

.setting_list .wrapper .form-group label {
	padding-right: 30px;
}

section.section_faq .toggle:last-child {
  border-bottom: 1px solid #919191;
	margin-bottom: 100px;
}

section.section_faq .toggle .toggle-title {
  border-top: 1px solid #919191;
	margin-bottom: 0;
}

section.section_faq .toggle .toggle-title h5 {
	padding: 16px;
	margin: 0;
	cursor: pointer;
	line-height: 30px;
}

section.section_faq .toggle .toggle-title:hover {
	color: #008BD5;
	font-weight: 600;
}

section.section_faq .toggle .toggle-title i {
	position: absolute;
	background: url("https://i.imgur.com/6EyiTFT.png") 0px -24px no-repeat;
	width: 50px;
	height: 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding-right: 80px;
	right: 0;
	margin: 0;
}

section.section_faq .toggle .toggle-title.active i {
	background: url("https://i.imgur.com/6EyiTFT.png") 0px 0px no-repeat;
}

section.section_faq .toggle .toggle-inner {
  padding: 7px 70px 10px 70px;
  display: none;
  margin: -7px 0 6px;
}

section.section_faq .toggle .toggle-inner div {
	max-width: 100%;
}

section.section_faq .toggle .toggle-title1 {
  border-top: 1px solid #fff;
}

section.section_faq .toggle .title_yellow {
  color: #008BD5;
}

.section_about .container {
	padding: 30px 40px 60px 40px;
}

.section_about h5 {
	font-weight: 600;
}

.section_about p {
	padding: 20px 0;
	line-height: 28px;
}

/*faq*/
section.section_faq .toggle:last-child {
	border-bottom: 1px solid #919191;
}

section.section_faq .toggle .toggle-title {
  border-top: 1px solid #919191;
}
section.section_faq .toggle .toggle-title h5 {
	padding: 16px;
	margin: 0;
	cursor: pointer;
	line-height: 30px;
}
section.section_faq .toggle .toggle-title:hover {
	color: #008BD5;
	font-weight: 600;
}
section.section_faq .toggle .toggle-title i {
	position: absolute;
	background: url("https://i.imgur.com/6EyiTFT.png") 0px -24px no-repeat;
	width: 50px;
	height: 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding-right: 80px;
	right: 0;
}
section.section_faq .toggle .toggle-title.active i {
	background: url("https://i.imgur.com/6EyiTFT.png") 0px 0px no-repeat;
}
section.section_faq .toggle .toggle-inner {
  padding: 7px 70px 10px 70px;
  display: none;
  margin: -7px 0 6px;
}
section.section_faq .toggle .toggle-inner div {
	max-width: 100%;
}
section.section_faq .toggle .toggle-title1 {
  border-top: 1px solid #fff;
}
section.section_faq .toggle .title_yellow {
  color: #008BD5;
}


/*
.toggle {
  margin: 0 auto;
}

.toggle:last-child {
  border-bottom: 1px solid #919191;
}

.toggle .toggle-title {
  position: relative;
  display: block;
  border-top: 1px solid #919191;
  margin-bottom: 6px;
}

.toggle .toggle-title h5 {
  margin: 0px;
  line-height: 1;
  cursor: pointer;
}

.toggle .toggle-title .title-name {
  display: block;
  padding: 34px 34px 22px;
}

.toggle .toggle-title a i {
  font-size: 22px;
  margin-right: 5px;
}

.toggle .toggle-title:hover {
  color: #008BD5;
  font-weight: 600;
}

.toggle .toggle-title i {
  position: absolute;
  background: url("https://i.imgur.com/6EyiTFT.png") 0px -24px no-repeat;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 20px;
  margin-top: 30px;
  right: 0;
}

.toggle .toggle-title.active i {
  background: url("https://i.imgur.com/6EyiTFT.png") 0px 0px no-repeat;
}

.toggle .toggle-inner {
  padding: 7px 70px 10px 70px;
  display: none;
  margin: -7px 0 6px;
}

.toggle .toggle-inner div {
  max-width: 100%;
}

.toggle .toggle-title1 {
  border-top: 1px solid #fff;
}

.toggle .title_yellow {
  color: #008BD5;
}
*/

.section_about h6 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.section_about p {
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}


.section_about .img_rl img {
  width: 600px;
  right: 50%;
  transform: translateX(50%);
}

/*
.permission {
  width:1240px;
  height: 100%;
  margin: 0 auto;
}
*/

/*
.manage_sidebar {
  z-index: 10;
  width: 120px;
  float: left;
  margin: 20px 0 0 30px;
}
*/

/*
.permission_manage {
  width: 1000px;
  height: 100%;
  float: right;
  margin-bottom: 100px;
}
*/

.permission_manage .profile_middle .container {
	width: 100%;
}

.admin_menu .container {
	padding-top: 20px;
}

.manage_sidebar li {
	padding: 10px;
	text-align: center;
}

.admin_menu .col-sm-10 {
	padding-bottom: 140px;
}

.admin_setting_list {
  display: flex;
  align-items: center;
}

.admin_setting_list .wrapper {
	width: 80%;
	padding: 40px;
}

.admin_setting_list input#submit {
	float: right;
}

.permission_manage .bootstrap-table{
	padding-top: 20px;
}

.permission_manage .table_scroll{
  overflow-x: scroll;
}

.form_select {
    width: 100%;
    max-width: 70%;
}

.moe_title {
  font-weight: 600;
  padding-top: 40px;
  margin-bottom: 0;
}

.section_about .moe_facebook {
  padding: 40px; }
  .section_about .moe_facebook img {
    width: 100%;
}

.section_about .moe_organization {
  padding: 40px; }
  .moe_organization img {
    width: 100%;
}


/*login form RWD*/
.g-recaptcha > div {
    text-align: center;
    margin-top: 20px;
    width: auto !important;
    height: auto !important;
}

.borderRadiusZero {
    border-radius: 0 !important;
}

li > a[href="#tabSignin"] {
    background: linear-gradient(112deg, #ae4283, #625EB1);
    border: 0;
    color: #FFFFFF;
}

li > a[href="#tabSignin"]:hover {
    background: linear-gradient(112deg, #9c3b75, #5450a5);
}

li > a[href="#tabSignup"] {
    background: linear-gradient(112deg, #1D8FE1, #625EB1);
    border: 0;
    color: #FFFFFF;
}

li > a[href="#tabSignup"]:hover {
    background: linear-gradient(112deg, #1a81ca, #5450a5);
}

/* Fix: Keep the background always #FFFFFF */
li[class~="active"] > a[href="#tabSignin"],
li[class~="active"] > a[href="#tabSignup"] {
    background: #FFFFFF;
}

#tabSignin .modal-header,
#tabSignup .modal-header {
    border-bottom: 0px;
}

#tabSignin .modal-body .form label,
label.email_label,
.prefixSignupIdentity {
    text-align: left;
    font-size: 12px;
    font-weight: lighter;
    width: 60%;
		min-width: 250px;
		display: block;
		margin: 0 auto;
		margin-bottom: 5px;
}

#tabSignup label.radio-control label{
  font-weight: lighter;
	padding: 20px 10px 10px 10px;
}

#tabSignin .modal-body .form input#username,
#tabSignin .modal-body .form input#password,
#tabSignup .modal-body .form input#new_email {
    width: 60%;
		min-width: 250px;
    box-shadow: none;
    border-radius: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    padding: 10px 12px;
    margin: 0 auto;
		background-color: transparent;
}

#tabSignin .modal-body .form input#username:focus,
#tabSignin .modal-body .form input#password:focus {
    border-image-source: linear-gradient(112deg, #463df0,  #5fbbf8);
    border-width: 2pt;
    border-image-slice: 1;
}

#tabSignup .modal-body .form input#new_email:focus {
    border-image-source: linear-gradient(112deg,  #625EB1, #ec83c2);
    border-width: 2pt;
    border-image-slice: 1;
}

#tabSignin .modal-body .form #submit {
    background: linear-gradient(112deg, #1D8FE1, #625EB1);
    color: #FFFFFF;
    height: 42px;
    min-width: 250px;
    margin-top: 20px;
    white-space: normal;
}

#tabSignin .modal-body .form #submit:hover {
  background: linear-gradient(112deg, #1a81ca, #5450a5);
}

#tabSignup .modal-body .form #signup_submit,
.modal-body .signup_close  {
    background: linear-gradient(112deg, #ae4283, #625EB1);
    color: #FFFFFF;
    height: 42px;
    min-width: 250px;
    white-space: normal;
}

#tabSignup .modal-body .form #signup_submit:hover,
.modal-body .signup_close:hover {
  background: linear-gradient(112deg, #9c3b75, #5450a5);
}

.modal-body .signup_close {
  margin-top: 20px;
  margin: auto;
  display: block;
}

.forgetPwd {
    display: block;
		padding: 20px;
}

.forgetPwd:hover,
.forgetPwd:visited {
    text-decoration: none;
}

/*已傳送mail文字說明*/
.sent_info{
	padding: 20px 30px 30px 30px;
}
.btn-default.signup_close {
	margin-bottom: 50px;
}

/* Modify .modal-open: Make the background will not flicker. */
.modal {
    overflow-y: auto;
}
.modal-open {
    overflow-y: auto;
    padding-right: 0px !important;
}
h4.modal-title{
		padding-top: 30px;
		font-weight: 600;
}
.radio-control input {
    opacity: 0;
    cursor: pointer;
}

.signup_checkmark {
    height: 15px;
    width: 15px;
    display: inline-block;
    border-style: solid;
    border-width: 1.5px;
    border-color: #6666ae;
}

.radio-control input:checked ~ .signup_checkmark {
    background-color: #6666ae;
}

.modal_bg {
		background: linear-gradient(-180deg, #ffffff, #ffffff, #e8eff7);
}

.login_cross {
	border: 0;
}

#evaluation_result {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 540px;

}

@media all and (max-width: 320px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 6px;
    padding-left: 6px;
	}
}

@media (max-width: 480px) {
  .nda_content{
    width: auto;
    padding: 0 ;
  }
  .nda_content .inner{
     padding: 25px;
  }
  .nda_content .inner .checkbox label {
    margin: 3px 3px;
  }
  .message_upload #submit_message{
      margin-left: 60% !important;
  }
  .message_upload #message .modal-dialog{
    top: 10%;
  }
  .notification_dropdown {
    max-width: 90vw;
    right: -80%;
    overflow-x: scroll;
  }
  .notification_dropdown_item {
    width: 105vw;
  }
  .g-recaptcha > div {
      transform:scale(0.77);
      transform-origin: center;
      /* It is not working. And it cut the right border. */
      /* width: auto !important; */
  }
	.about_banner .banner {
		height: 200px;
	}
	.about_banner .banner h1 {
		font-size: 34px;
		position: absolute;
    left: 20%;
    top: 50%;
    transform: translate(-10%, -50%);
	}

	.about_banner .banner h1.title {
    font-size: 34px;
    position: absolute;
    left: 20%;
    top: 75%;
    transform: translate(-10%, -50%);
	}

	section.issue_content .container li {
		word-break: break-all;
	}
}

@media all and (max-width: 767px) {
  #nav-ctrl:checked ~ #tabs-list #li-for-panel-1,
	#nav-ctrl:checked ~ #tabs-list #li-for-panel-2,
	#nav-ctrl:checked ~ #tabs-list #li-for-panel-3,
	#nav-ctrl:checked ~ #tabs-list #li-for-panel-4,
	#nav-ctrl:checked ~ #tabs-list #li-for-panel-5 {
    max-height: 46px;
    opacity: 1;
    margin-top: 0; }

  #nav-ctrl_t:checked ~ #tabs-list_t #li-for-myteam,
	#nav-ctrl_t:checked ~ #tabs-list_t #li-for-sent_request,
	#nav-ctrl_t:checked ~ #tabs-list_t #li-for-get_request {
    max-height: 46px;
    opacity: 1;
    margin-top: 0; }

  #open-nav-label, #open-nav-label_t {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer; }

  #nav-ctrl:checked ~ #tabs-list #open-nav-label {
    display: none; }

  #nav-ctrl_t:checked ~ #tabs-list_t #open-nav-label_t {
    display: none; }

  #close-nav-label, #close-nav-label_t {
    display: block;
    max-height: 0;
    overflow-y: hidden;
    background-color: #444444;
    color: #ecf0f1;
    padding: 0px;
    -webkit-transition: max-height 200ms;
    -o-transition: max-height 200ms;
    -moz-transition: max-height 200ms;
    transition: max-height 200ms;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 1px; }

  #nav-ctrl:checked ~ #tabs-list #close-nav-label {
    max-height: 36px;
    opacity: 1;
    padding: 8px 24px; }

  #nav-ctrl_t:checked ~ #tabs-list_t #close-nav-label_t {
    max-height: 36px;
    opacity: 1;
    padding: 8px 24px; }

  #tabs-list, #tabs-list_t {
    position: relative; }

	#tabs-list label.panel-label, #tabs-list_t label.panel-label {
		padding: 12px 0;
		color: #008BD5; }

	#tabs-list #li-for-panel-1,
	#tabs-list #li-for-panel-2,
	#tabs-list #li-for-panel-3,
	#tabs-list #li-for-panel-4,
	#tabs-list #li-for-panel-5,
	#tabs-list_t #li-for-myteam,
	#tabs-list_t #li-for-sent_request,
	#tabs-list_t #li-for-get_request {
		max-height: 0;
		overflow-y: hidden;
		-webkit-transition: max-height 200ms;
		-o-transition: max-height 200ms;
		-moz-transition: max-height 200ms;
		transition: max-height 200ms; }

  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1,
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2,
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3,
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4,
  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5,
  #myteam-ctrl:checked ~ #tabs-list_t #li-for-myteam,
  #sent_request-ctrl:checked ~ #tabs-list_t #li-for-sent_request,
  #get_request-ctrl:checked ~ #tabs-list_t #li-for-get_request {
    max-height: 46px;
    opacity: 1; }

	#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label,
	#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label,
	#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label,
	#panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label,
	#panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label,
	#myteam-ctrl:checked ~ #tabs-list_t #li-for-myteam label.panel-label,
	#sent_request-ctrl:checked ~ #tabs-list_t #li-for-sent_request label.panel-label,
	#get_request-ctrl:checked ~ #tabs-list_t #li-for-get_request label.panel-label {
		background-color: #ffffff;
		color: #008BD5;
		background-color: #008BD5;
		color: #ffffff; }

  #panels .container, #panels_t .container {
    width: 100%; }

  #panels section header, #panels_t section header {
    display: block; }

	/*login form mobile*/
	.modal-fullscreen-xs-down {
			padding: 0 !important;
	}
	.modal-fullscreen-xs-down .modal-dialog {
			width: 100%;
			height: 100%;
			margin: 0;
			padding: 0;
	}
	.modal-fullscreen-xs-down .modal-content {
			height: auto;
			min-height: 100%;
			border: 0 none;
			border-radius: 0;
	}
	.modal-fullscreen-xs-down img.visible-xs {
			max-height: 200px;
			padding: 40px;
			margin: 0 auto;
	}
	.modal-fullscreen-xs-down #tabSignin .modal-body .form input#username,
	.modal-fullscreen-xs-down #tabSignin .modal-body .form input#password,
	.modal-fullscreen-xs-down #tabSignup .modal-body .form input#new_email,
	.register_form input,
	.register_form select,
	.forgot_password_form input,
	.forget_pw input{
			border-radius: 100px;
			height: 42px;
			background-color: #E9F3FA;
			border: 0;
	}
	.register_form label,
	.forgot_password_form label,
	.forget_pw label {
			text-align: left;
			font-size: 12px;
			width: 60%;
			min-width: 250px;
			display: block;
			margin: 0 auto;
			margin-bottom: 5px;
	}

	.register_form h3,
	.forgot_password_form h3,
	.forget_pw h3 {
			padding: 0 0 20px 0;
			margin-top: 0;
	}

	.register input.input_half{
		width: 260px;
	}

	#m_signup_active,
	#m_signin_active {
			border-top: 0;
			border-left: 0;
			border-right: 0;
			width: 90%;
			background: transparent;
			color: #cccccc;
			border-bottom: 4px solid #cccccc;
	}
	li[class~="active"] > #m_signin_active {
			border-bottom: 4px solid #1D8FE1;
			color: #1D8FE1;
	}
	li[class~="active"] > #m_signup_active {
			border-bottom: 4px solid #ae4283;
			color: #ae4283;
	}
	#m_signup_active {
			margin-right: 10%;
	}
	#m_signin_active {
			margin-left: 10%;
	}
	.navbar-default .navbar-toggle{
			border: 0;
	}
	.navbar-default .navbar-toggle:focus,
	.navbar-default .navbar-toggle:hover{
			background: transparent;
	}
	.navbar-default .navbar-toggle .icon-bar{
			background-color: #C1F3FE;
	}
	.navbar-toggle{
			margin-right: 0;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{
			margin-bottom: 14px;
			border: 0;
	}
	.section_middle .container ul{
		padding: 10px 0 0 0;
	}
	.section_middle .container ul .disabled.active{
			border-bottom: 4px solid #ababab;
	}
	.section_middle .container ul li a{
		padding: 12px 20px;
	}
	span.mjx-chtml {
			white-space: initial;
	}

	/* Modal: Style of #tabSignin and #tabSignup */
	.nda_content {
			width: auto;
			padding: 0;
	}
	.message_upload #submit_message{
			margin: 10px 0 0 75%;
	}
	/* Function: Keep tabs on the same line. */
	.nav-justified > li {
			display: table-cell;
			width: 1%;
	}
	/* Style */
	.nav-justified > li > a {
			/* border-bottom: 1px solid #ddd; */
			border-radius: 0 !important;
			margin-bottom: 0 !important;
	}
	.nav>div>li>a {
		padding: 10px 0 10px 0;
	}
	/* Style: Overwrite default navs.less*/
	/* .nav-tabs>li.active>a,
	.nav-tabs>li.active>a:focus,
	.nav-tabs>li.active>a:hover {
			border-bottom-color: transparent !important;
	} */
	.issue_banner .banner_gradient h2 {
		font-size: 24px;
	}
	.index_banner .container-fluid {
		padding: 70px 100px;
	}
	/*footer*/
	.section_footer .col-sm-3, .section_footer .col-sm-5 {
    padding: 10px 0 20px 0;
	}
  .section_footer .col-xs-6 {
    padding: 10px 0 20px 20px;
	}
  .section_footer .footer_contact {
    padding: 30px 20px;
	}
  .section_footer .logo_itri {
    padding: 34px 80px;
	}
  .section_footer .logo_fb {
    top: 66px;
	}
  .section_footer .footer_version {
    background: #d4e1ef;
	}
	.index_content .logo_itri {
    padding: 90px 40px;
	}
  .index_content .footer_version {
    background: none;
	}
	/*議題內 */
  section.issue_content .container {
    padding: 20px 20px;
	}
  .u_tab-content {
    padding: 10px;
	}
  /*排行榜 */
  #r_public td,
	#r_private td {
    vertical-align: middle;
	}
  #r_public th,
	#r_public .time,
	#r_public .submit_time,
	#r_private th,
	#r_private .time,
	#r_private .submit_time {
    line-height: 16px;
    font-size: 12px;
	}

  #r_public .ranking_num,
	#r_private .ranking_num {
    font-size: 12px;
		text-align: center;
	}
  #r_public .name,
	#r_private .name {
    font-size: 14px;
    line-height: 20px;
	}
  #r_public th.p0,
	#r_private th.p0 {
    padding: 8px 0 8px 4px;
	}
}

#form_content select.select_half{
  width: 50%;
}

@media all and (min-width: 768px) {
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1,
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2,
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3,
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4,
  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5,
  #myteam-ctrl:checked ~ #tabs-list_t #li-for-myteam,
  #sent_request-ctrl:checked ~ #tabs-list_t #li-for-sent_request,
  #get_request-ctrl:checked ~ #tabs-list_t #li-for-get_request {
    pointer-events: none;
    cursor: default;
    -webkit-transform: translate3d(0, 1px, 0);
    -moz-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none; }

	#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1.last,
	#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2.last,
	#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3.last,
	#panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4.last,
	#panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5.last,
	#myteam-ctrl:checked ~ #tabs-list_t #li-for-myteam.last,
	#sent_request-ctrl:checked ~ #tabs-list_t #li-for-sent_request.last,
	#get_request-ctrl:checked ~ #tabs-list_t #li-for-get_request.last {
		border-right: 1px solid transparent; }

	#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 + li,
	#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 + li,
	#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 + li,
	#panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 + li,
	#panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 + li,
	#myteam-ctrl:checked ~ #tabs-list_t #li-for-myteam + li,
	#sent_request-ctrl:checked ~ #tabs-list_t #li-for-sent_request + li,
	#get_request-ctrl:checked ~ #tabs-list_t #li-for-get_request + li {
		border-left: 1px solid #dfdfdf; }

	#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label,
	#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label,
	#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label,
	#panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label,
	#panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label,
	#myteam-ctrl:checked ~ #tabs-list_t #li-for-myteam label.panel-label,
	#sent_request-ctrl:checked ~ #tabs-list_t #li-for-sent_request label.panel-label,
	#get_request-ctrl:checked ~ #tabs-list_t #li-for-get_request label.panel-label {
		background-color: white;
		color: #008BD5; }

	#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label::after,
	#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label::after,
	#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label::after,
	#panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label::after,
	#panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label::after,
	#myteam-ctrl:checked ~ #tabs-list_t #li-for-myteam label.panel-label::after,
	#sent_request-ctrl:checked ~ #tabs-list_t #li-for-sent_request label.panel-label::after,
	#get_request-ctrl:checked ~ #tabs-list_t #li-for-get_request label.panel-label::after {
		height: 6px; }

  #tabs-list li {
    width: 49.6%; }

  #tabs-list_t li {
    width: 32.8%; }

  ul#tabs-list, ul#tabs-list_t {
    text-align: center; }

	ul#tabs-list li, ul#tabs-list_t li {
		display: inline-block;
		text-align: center;
		font-size: 0.875em;
		box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.05);
		border-right: 1px solid #dfdfdf;
		position: relative; }

	ul#tabs-list li:hover, ul#tabs-list_t li:hover {
		-webkit-transition: none;
		-o-transition: none;
		-moz-transition: none;
		transition: none;
		border-right: none; }

	ul#tabs-list li:hover.last, ul#tabs-list_t li:hover.last {
		border-right: 1px solid transparent; }

	ul#tabs-list li:hover + li, ul#tabs-list_t li:hover + li {
		border-left: 1px solid #dfdfdf; }

	ul#tabs-list li label.panel-label, ul#tabs-list_t li label.panel-label {
		position: relative;
		padding: 12px 0;
		margin-bottom: 0; }

	ul#tabs-list li label.panel-label::after, ul#tabs-list_t li label.panel-label::after {
		content: "";
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 100%;
		background-color: #008BD5;
		height: 0;
		-webkit-transition-property: height;
		-o-transition-property: height;
		-moz-transition-property: height;
		transition-property: height;
		-webkit-transition-duration: 200ms;
		-moz-transition-duration: 200ms;
		-o-transition-duration: 200ms;
		transition-duration: 200ms; }

  #open-nav-label, #close-nav-label, #nav-ctrl, #open-nav-label_t, #close-nav-label_t, #nav-ctrl_t {
    display: none; }

}

@media (max-width: 920px) {
  .nda_content {
    width: auto;
    padding: 0%;
  }
}

@media (min-width: 1024px) {
  section.features .row {
    display: flex;
    align-items: center; }
}

