* {
  font-family: "Microsoft JhengHei", 微軟正黑體, Arial, sans-serif;
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  /* overflow-x: hidden; */
  overflow-x: hidden !important;
}

a {
  text-decoration: none;
}

/* 
*::selection {
    background: #00A8B1;
    color: #fff;
}

*::-moz-selection {
    background: #00A8B1;
    color: #fff;
}
 */

/*  */

.login_logo{
  max-width: 209px;
  display: inline-block;
  vertical-align: bottom;
}
.login_logo img{
  width: 100%;
}
.big_bg {
  /* background-image: url(../img/BG.png); */
  width: 100%;
}
.bg_l{
  background-size: cover;
  /* background-image: url(../img/BG2.png); */
  background-position:top center;
  background-repeat: no-repeat;
}
/* .login-h100 {
  height: 100vh;
} */

.login_content {
  width: 100%;
  padding: 30px;
  background-color: #fff;
  min-height: 957px;
}
.login_row {
  min-height: 957px;
}
.login_main {
}
.login_main-p-1 {
  padding: 10vh 0;
}

.title {
  color: #01332b;
  font-size: 33px;
  text-align: center;
  font-weight: bold;
}
.sub_title {
  color: #707070;
  font-size: 23px;
  text-align: center;
  font-weight: bold;
}
.login_form {
  max-width: 400px;
  margin: 0 auto;
  padding: 40px 0 0;
}
.login_input {
  width: 100%;
}
.login_input input {
  width: 100%;
  border: #d9d9d9 1px solid;
  height: 55px;
  border-radius: 50px;
  padding: 15px;
  /* outline : none; */
  margin: 0 0 30px;
}
.login_input input:focus {
  outline: #05dd4d 1px solid;
}
.login_input input::placeholder {
  color: #414141;
  font-size: 18px;
}
.blue_a {
  color: #1e8fff;
  text-decoration: underline;
}
.green_btn {
  width: 100%;
}
.green_btn a {
  width: 100%;
  display: block;
  background-color: #05dd4d;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  padding: 10px 0;
}
.green_b_btn {
  width: 100%;
}
.green_b_btn a {
  width: 100%;
  display: block;
  border: 1px solid #05dd4d;
  color: #05dd4d;
  border-radius: 50px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  padding: 10px 0;
}
.login_kv {
  padding: 160px 0 0;
}
.login_kv_img {
  max-width: 399px;
  margin: 0 auto;
}
.login_kv_img img {
  width: 100%;
  display: block;
}
.login_kv_text {
  max-width: 750px;
  margin: 0 auto;
  color: #fff;
  font-size: 19px;
  padding: 30px 0 0;
}
.register_form {
  max-width: 400px;
  margin: 0 auto;
  padding: 40px 0 0;
}
.default_input input {
  border: #d9d9d9 1px solid;
  border-radius: 5px;
  color: #000;
  padding: 5px 10px;
}
.default_label {
  text-align: right;
  color: #707070;
  font-weight: bold;
}
.default_label span {
  color: #ff0909;
}
.bg_color {
  background-color: #f5f5f5;
}
.manage {
  padding: 120px 0 0;
}
.hello {
  padding: 30px 0 0;
  text-align: center;
  color: #707070;
  font-size: 23px;
  font-weight: bold;
}
.hello img {
  width: 50px;
}
.add_product_history {
  max-width: 400px;
  margin: 0 auto;
  padding: 30px 0 0;
}
.manage_btn {
  background-color: #fff;
  display: block;
  width: 100%;
  padding: 20px;
  margin: 30px 0;
  border-radius: 15px;
  color: #01332b;
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.3);
}
.manage_btn_img {
  /* max-width: 100px; */
  padding: 20px 0;
  margin: 0 auto;
}
.manage_btn_img img {
  /* width: 100%; */
}
.data_btn {
  max-width: 400px;
  margin: 0 auto;
}
.data_btn a {
  width: 100%;
  display: block;
  background-color: #fff;
  border: #05dd4d 1px solid;
  color: #05dd4d;
  border-radius: 50px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  padding: 10px 0;
}
.manage_tab {
  text-align: right;
  padding: 30px 0;
}
.manage_tab a {
  display: inline-block;
  background-color: #fff;
  border: #05dd4d 1px solid;
  color: #05dd4d;
  border-radius: 50px;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  padding: 5px 20px;
  cursor: pointer;
}
.manage_tab .active_tab {
  color: #fff;
  background-color: #05dd4d;
}
.main_title {
  font-size: 23px;
  color: #707070;
  font-weight: bold;
}
.manage_list {
}
.manage_list li {
  margin: 15px 0;
}
.manage_container {
  overflow: hidden;
  border-radius: 15px;
  background-color: #fff;
  display: flex;
  width: 100%;
}
.manage_container_l {
  flex: 0 0;
  flex-basis: 175px;
  color: #fff;
  background-color: #05dd4d;
  padding: 15px;
  text-align: center;
  position: relative;
}
.manage_date {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.manage_container_l h3 {
  font-size: 21px;
  color: #fff;
  font-weight: bold;
}
.manage_container_l p {
  font-size: 29px;
  color: #fff;
  font-weight: bold;
}
.manage_container_r {
  flex-grow: 2;
  padding: 15px;
}
.manage_title {
  font-size: 25px;
  color: #01332b;
  padding: 0 0 10px;
  border-bottom: 1px solid #dedede;
}
.manage_text {
  padding: 15px 0;
}
.manage_text th {
  color: #414141;
  font-size: 19px;
  font-weight: bold;
  text-align: right;
  padding: 5px;
  width: 230px;
}
.manage_text td {
  color: #414141;
  font-size: 19px;
  padding: 5px;
}
.manage_text td span {
  color: #ff0000;
}
.main_w {
  width: 100%;
  padding: 15px;
  background-color: #fff;
  border-radius: 15px;
  padding: 40px 0;
  margin: 15px 0 0;
}
.main_w .default_form_style {
  max-width: 500px;
  margin: 0 auto;
  padding: 40px 0 0;
}
.main_title p {
  float: right;
}
.main_title p span {
  color: #ff0000;
  cursor: pointer;
}
.default_input input:disabled {
  background-color: #f9f9f9;
  cursor: no-drop;
}
.info-circle {
  color: #05dd4d;
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 5px;
}
.green_act {
  background-color: #05dd4d;
  color: #fff;
  cursor: pointer;
}
.list_table table{
  width: 100%;
  border-radius: 15px;
  background-color: #fff;
  overflow: hidden;
}
.list_table_m {
  display:none;
}
.list_table table th {
  text-align: center;
  font-size: 17px;
  padding: 10px 5px;
  color: #fff;
  background-color: #414141;
  font-weight: bold;
}
.list_table table td {
  text-align: center;
  font-size: 15px;
  padding: 10px 5px;
  color: #414141;
}
/*  */
.teeth_row {
  padding: 15px;
}
.teeth_row_r {
  padding: 30px 0 0;
}
#palate .cls-1 {
  fill: #fc8a71;
}

#palate .cls-1,
#palate .cls-2,
#palate .cls-3,
#palate .cls-4 {
  stroke-width: 0px;
}

#palate .cls-5 {
  font-family: MicrosoftJhengHeiBold, "Microsoft JhengHei";
  font-size: 5.99px;
  cursor: pointer;
}

#palate .cls-6 {
  fill: #fff;
  stroke: #dbdbdb;
  stroke-miterlimit: 10;
  stroke-width: 0.5px;
  cursor: pointer;
}
#palate .cls-2 {
  fill: #e66251;
}

#palate .cls-3 {
  fill: #de422f;
}

#palate .cls-4 {
  fill: #d43320;
}

#palate .active .cls-6 {
  fill: #2196f3;
}
#palate .active .cls-5 {
  fill: #ffffff;
}

.teeth_select {
  padding: 20px 0;
}
.teeth_select h3 {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}
.teeth_select_top {
  font-size: 0;
}
.teeth_select_top li {
  display: inline-block;
  width: 12.5%;
  font-size: 19px;

  /* overflow: hidden; */
  text-align: center;
  padding: 0 5px;
}
.teeth_select_top li a {
  box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding: 10px 0;
  margin: 5px 0;
  border-radius: 5px;
  display: block;
  width: 100%;
}
.teeth_select_top .teeth_active_top a {
  background-color: #2196f3;
  color: #fff;
}
/*  */
#jaw .cls-1 {
  fill: #fc8a71;
}

#jaw .cls-1,
#jaw .cls-2,
#jaw .cls-3 {
  stroke-width: 0px;
}

#jaw .cls-4 {
  fill: #fff;
  stroke: #dbdbdb;
  stroke-miterlimit: 10;
  stroke-width: 0.5px;
  cursor: pointer;
}

#jaw .cls-2 {
  fill: #e66251;
}

#jaw .cls-5 {
  font-size: 5.99px;
}

#jaw .cls-5,
#jaw .cls-6,
#jaw .cls-7,
#jaw .cls-8 {
  font-family: MicrosoftJhengHeiBold, "Microsoft JhengHei";
  cursor: pointer;
}

#jaw .cls-6 {
  font-size: 4px;
}

#jaw .cls-7 {
  font-size: 4.6px;
}

#jaw .cls-3 {
  fill: #d43320;
}

#jaw .cls-8 {
  font-size: 4.5px;
}
#jaw .active .cls-4 {
  fill: #2196f3;
}
/* #jaw .active .cls-5{
 fill: #ffffff;
 

} */
#jaw .active .cls-5,
#jaw .active .cls-6,
#jaw .active .cls-7,
#jaw .active .cls-8 {
  fill: #ffffff;
}
.teeth_select_down {
  font-size: 0;
}
.teeth_select_down li {
  display: inline-block;
  width: 12.5%;
  font-size: 19px;

  /* overflow: hidden; */
  text-align: center;
  padding: 0 5px;
}
.teeth_select_down li a {
  box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding: 10px 0;
  margin: 5px 0;
  border-radius: 5px;
  display: block;
  width: 100%;
}
.teeth_select_down .teeth_active_down a {
  background-color: #2196f3;
  color: #fff;
}
/*  */
.teeth_row_nb {
  font-size: 23px;
  color: #707070;
  font-weight: bold;
}
.teeth_row_nb span {
  color: #ff0000;
}
.modal-title {
  font-size: 23px;
  color: #707070;
  font-weight: bold;
}
.confirm_row {
  max-width: 450px;
  margin: 0 auto;
  padding: 0 0 40px;
}
.confirm_row_img {
  width: 100px;
  margin: 0 auto;
  display: block;
}
.confirm_row_img img {
  width: 100%;
}
.confirm_row h2 {
  text-align: center;
  color: #414141;
  font-size: 30px;
  font-weight: bold;
  padding: 10px 0;
  margin: 0;
}
.confirm_row p {
  text-align: center;
  color: #414141;
  font-size: 23px;
  font-weight: bold;
  padding: 0px 0 30px;
  margin: 0;
}
.confirm_row p span {
  text-align: center;
  color: #FF0000;
  font-size: 29px;
  font-weight: bold;
  padding: 10px 0;
  margin: 0;
  display: block;
}
.confirm_row .green_btn {
  margin: 0 0 20px;
}
.prove-modal .modal-content{
  border-radius: 0;
  background-image:url(../img/prove1.png),url(../img/prove2.png),url(../img/prove3.png),url(../img/prove4.png) ;
  background-repeat: no-repeat;
  background-position: 5% 5%,95% 5%,5% 95%,95% 95%;

}
.prove_row{
  padding: 0 0 60px;

}
.prove_row_img{
  border-bottom: 2px solid  #171717;
  max-width: 300px;
  margin: 0 auto 15px;

}

.prove_img{
  max-width: 142px ;
  margin: 0 auto;
}
.prove_img img{
  width: 100%;
}
.prove_row h2{
  color:#B2782A;
  text-align: center;
  font-size: 23px;
  font-weight: bold;
}
.prove_table{
  max-width: 600px;
  margin: 0 auto;
}
.prove_table sup{
  font-size: 9px;
}
.prove_table tr th{
 color: #171717;
 font-size: 19px;
 font-weight: bold;
 padding: 5px;
}
.prove_table tr td{
  color: #171717;
  font-size: 15px;
  padding: 5px;
 }
 .prove_table tr {
  border-bottom: 1px solid #DBDBDB;
 }
 .number_row{
  
 }
 .number_row_img{
  max-width: 510px;
  margin: 0 auto;
 }
 .number_row_img img{
  width: 100%;
 }
 .number_row h2{
  font-size: 30px;
  color: #414141;
  font-weight: bold;
  text-align: center;
  padding: 0 0 15px;
 }
 .number_row p{
  max-width: 510px;
  margin: 10px auto 15px;
  font-size: 19px;
  color: #414141;
 }
 .number_row p i{
  margin: 0 5px 0 0;
 }
 .number_row .green_btn{
  max-width: 510px;
  margin: 10px auto 15px;
 }
 .core-nav .wrap-core-nav-list .core-nav-list .mo{
  display:none;
}
/*  */
.logo_text{
  display: inline-block;
  padding: 15px 10px 0;
  font-size: 13px;
  float: right;
}
.logo_top_text{
  /* float: left;
  position: relative; */
  padding-left: 200px;
  padding-top: 20px;
  z-index: 3;
  font-size: 13px;
  text-align: right;
}
.login_logo_bar{
  vertical-align: text-bottom;
}
.register_main{
  padding: 30px 0 0;
}
sup{
  font-size: 11px;
  vertical-align: super;
}
.green_btn_row{
  max-width: 300px;
  margin: 0 auto;
}
.form-group {
  margin-bottom: 1.5rem;
}
.statement{
  color: #2196f3;
  text-decoration: underline;
}
.invalid_Check{
  font-size: 14px;
}
.manage_nav .logo_top_text {
  float: right;
  position: relative;
  padding-left: 200px;
  padding-top: 20px;
  z-index: 3;
  font-size: 13px;
}
.kv_m{
  width: 100%;
  display: none;
  padding: 0 0 30px;
}
.kv_m img{
  width: 100%;
}
.manage_text table{
  width: 100%;
}
.manage_note{
text-align: center;
}
.manage_note h4{
      font-weight: bold;
    font-size: 19px;
    color: #01332b;
    padding: 25px 0 10px;
}
.manage_note p{
  margin: 0;
}
.manage_note sup {
    font-size: 8px;
    vertical-align: super;
}
/*  */
@media (max-width: 992px) {
  .manage_text th {
    color: #414141;
    font-size: 19px;
    font-weight: bold;
    text-align: right;
    padding: 5px;
    width: initial;
}
  .kv_m{
    width: 100%;
    display:block;
  }
  .info-circle {
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 0;

    padding: 6px 20px;
    text-align: center;
    background-color: #05dd4d;
    -webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
  nav .brand {
    display: block;
    position: relative;
    width: 115px;
    top: 16px;
}
  .core-nav .nav-header {
    padding-left: 50px;
    position: relative;
    width: initial;
    display: inline-block;
}
  .logo_top_text {
    float: right;
    position: relative;
    padding-left: initial;
    padding-right: 10px;
    padding-top: 20px;
    z-index: 3;
    display: inline-block;
}
  .login_main-p-1 {
    padding: 50px 0;
}
  .logo_text {
    
    padding: 5px 0 0;
}
  .login_logo {
    max-width: 130px;
    display: inline-block;
}
  .core-nav .wrap-core-nav-list .core-nav-list .mo{
    display: block;
  }
  .manage_container_l h3 {
    font-size: 21px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    margin: 0;
}
.manage_container_l p {
  font-size: 21px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  margin: 0;
}
.manage_container_l p br{
  display:none;
}
  .manage_container {
    overflow: hidden;
    border-radius: 15px;
    background-color: #fff;
    display: block;
    width: 100%;
}
  .manage_date {
    position: relative;
    left: inherit;
    top: inherit;
    transform: inherit;
}
  .list_table  {
   
    display: none;
  }
  .list_table table {
    width: 100%;
    border-radius: 15px;
    background-color: #fff;
    overflow: hidden;
  }
  .list_table_m  table{
    
    width: 100%;
  
    background-color: #fff;
    margin-bottom: 30px;
    
  }
  .list_table_m {
    display:block;
  }
  .list_table_m table th {
    text-align: center;
    font-size: 17px;
    padding: 10px 15px;
    color: #fff;
    background-color: #414141;
    font-weight: bold;
    width: 100px;
}
  .list_table_m table td {
    text-align: center;
    font-size: 15px;
    padding: 10px 5px;
    color: #414141;
  }
  .login_kv{
    display: none;
  }
  .login_row {
     min-height: initial; 
 }
 .default_label {
  text-align: left;
  color: #707070;
  font-weight: bold;
}
.login-h100 {
  height: auto;
}
.manage {
  padding: 80px 0 ;
}
.manage_btn {
  background-color: #fff;
  display: block;
  width: 100%;
  padding: 20px;
  margin: 30px 0 0px;
  border-radius: 15px;
  color: #01332b;
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.3);
}
.data_btn {
  max-width: 400px;
  margin: 20px auto 0;
}
.main_w {
  width: 100%;
  padding: 15px;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 15px;
  margin: 15px 0 0;
}
.main_w .default_form_style {
  max-width: 500px;
  margin: 0 auto;
  padding: 0;
}
.manage_nav .logo_top_text {
  float: right;
  position: relative;
  padding-left: inherit;
  padding-top: 20px;
  z-index: 3;
  font-size: 13px;
}
}
