/**
error message
 */
/* //unselecatable */

  *{
 -moz-user-select: none;
 -webkit-user-select: none;
 -ms-user-select: none;
  user-select: none;
  }

  form input{
     -moz-user-select:all !important;
     -webkit-user-select:all !important;
     -ms-user-select:all !important;
     user-select: all !important;
  }
.error-message {
    display: block;
    width: 100%;
    color: red;
}

.message.success,
.message.error {
    text-align: center;
    color: red;
    margin-bottom: 5px;
}

/**
paging
 */
.pagination {
    display: flex;
    margin-bottom: 0;
    margin-top: 10px;
}
.pagination >li {
    display: inline;
}
.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    margin: 0 2px;
}

.pagination li.active a {
    background-color: #339c74;
    color: white;
    border-radius: 5px;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px;
}
.custom-label-require {
  border-radius: 0.25em;
  color: #fff;
  display: inline;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  padding: 0.1em 0.5em;
  margin-left: 0.7em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  background-color: #d9534f;
}
.font{
  color: red;
  font-size: 20px;
  padding-left: 10px;
}
.note{
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-style: italic;
  padding-left: 2%;
  padding-bottom: 20px;
}
#likeimg{
  width:30px;
  height:30px;
}
.like-bars{
  display: inline-flex;
}

.system-description-style{
  color: #bb3232;
  padding: .5rem 1rem;
  min-width: 200px;

}

#main_header_space {
  /* height: 50px; */
  margin-top: 10px;
}

.cus_big_title {
  font-size: 24px;
  color: #333;
  padding-left: 10px;
  border-left: 5px solid #339c74;
  border-bottom: 1px solid #339c74;
}

.right_header{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 10px 0;
}

#main_body_space {
  margin-top: 20px;
  padding-bottom: 70px;
}


.btn_area_test {
  margin: 10px 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

#main_body_space table th{
  border-bottom: 3px solid #339c74;
}

#main_body_space table{
  width: 100%;
  text-align: center;
}

#main_body_space table tr{
  border-bottom: 1px solid #d6d6d6;
  height: 50px;
}

.action1btn_th{
  width: 75px;
}

.action2btn_th{
  width: 200px;
}

.action_td{
  text-align: left;
  padding-left: 10px;
}

.add_btn{
  margin: 0px 2px;
  background-color: #339c74;
  padding: 5px 15px 5px 15px;
  color: #FFF;
}

.edit_btn{
  margin: 0px 2px;
  background-color: #e05050;
  padding: 5px 15px 5px 15px;
  color: #FFF;
}

.view_btn{
  margin: 0px 2px;
  background-color: #5076e0;
  padding: 5px 15px 5px 15px;
  color: #FFF;
}


.back_btn{
  margin: 0px 2px;
  background-color: #828282;
  padding: 5px 15px 5px 15px;
  color: #FFF;
}

.detail_btn{
  margin: 0px 2px;
  background-color: #5097e0;
  padding: 5px 15px 5px 15px;
  color: #FFF;
}


.btn:hover{
  color: #FFF;
  filter: opacity(0.8);
}

/* テーブルのCSS */

.custom_area{
  border: 1px solid #339c74;
  border-radius: 5px;
  width: 100%;
}
.custom_area_title{
  background: #339c74;
  font-size: 20px;
  color: #FFF;
  padding: 5px 0 5px 10px;
}
.custom_area_table table{
  width: 100%;
  font-size: 16px;
}

.custom_area_table th{
  width: 25%;
  text-align: right;
  padding: 10px 15px 10px 0;
}
.custom_area_table td{
  width: 75%;
  text-align: left;
  padding: 10px 0 10px 15px;
}

.custom_area_table th span {
  font-size: 12px;
  background-color: #d9534f;
  color: #FFF;
  padding: 1px 5px 1px 5px;
  border-radius: 5px;
  margin-left: 5px;
}

.custom_area_table th.th_txt_top {
  vertical-align: baseline;
}


.custom_area_table td input,.custom_area_table td textarea{
  width: 90%;
  border: 1px solid #cecece;
  border-radius: 5px;
}

.custom_area_table td .cus_input{
  padding-left: 10px;
}

.input.file label{
  display: none;
}

#upload-file, #upload-movie{
  width: auto;
  margin-left: 5px;
}

.custom_area_table td li{
  list-style-type: none;
  width: fit-content;
  margin-right: 20px;
}
.custom_area_table td li input{
  width: fit-content;
  margin-right: 5px;
}

.custom_area_table .custom_radiobtn_horizon{
  display: flex;
}

.custom_area_table td.custom_radiobtn_vertical{
  display: flex;
  flex-direction: column;
  width: 90%;
}
.custom_area_table td.custom_radiobtn_vertical li{
  display: flex;
  align-items: baseline;
}
.undisplay {
  display: none;
}

.file_limit span{
  font-size: 16px;
  font-weight: 600;
}
.file_limit {
  font-size: 14px;
  margin-top: 5px;
}

.upload_top{
  display: flex;
}

.file_name{
  margin-right: 10px;
}
.option_space{
  width: 90%;
  min-height: 90px;
  border: 1px solid #cecece;
  margin: 10px 0 10px 0;
  padding: 10px;
  border-radius: 5px;
}
.btn_opt{
  border: none;
  border-radius: 5px;
  width: 28px;
  height: 28px;
  color: #FFF;
}
.add_opt{
  background-color: #339c74;
}
.del_opt{
  background-color: #909090;
}
.option {
  width: 100%;
  display: grid;
  align-items: start;
  justify-items: center;
  justify-content: space-between;
  grid-template-columns: calc(100% - 40px) 40px;
  padding: 5px;
  margin-bottom: 10px;
  cursor: pointer;
}
.answeropt{
  border: 2px solid #339c74;
  border-radius: 5px;
  padding: 5px;
  width: 100%;
}
#answeropt{
  padding-left: 10px;
}
.active_opt{
  background-color: #339c74;
  color: #FFF;
}

.select_kind_space{
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.select_kind{
  border: 2px solid #339c74;
  padding: 5px 10px;
  margin: 0px 10px 10px 0px;
  border-radius: 5px;
}
.btn-primary{
  /* background: #459aa5;
  border-color: #459aa5; */
  background: #0795ff;
  border-color: #0795ff;
}


.font{
  color: #2b546a;
  font-size: 0.9rem;
}

.title{
  color: #2b546a;
  font-size: 14px;
  margin-top: 0px!important;
}

.border {
  border: 1px solid #ccc;
  box-shadow: rgb(0 0 0 / 4%) 0px 2px 10px;
  border-radius: 10px;
  transition: all .4s ease;
}

.border:hover {
  border: 1px solid #2b546a;
  border-radius: 10px;
  box-shadow: 5px 5px rgba(0,0,0,.25);
}

.nextbutton {
  display: inline-block;
  border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  padding: 10px;
  width: 150px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.nextbutton span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.nextbutton span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.nextbutton:hover span {
  padding-right: 25px;
}

.nextbutton:hover span:after {
  opacity: 1;
  right: 0;
}
.img{
  width: 100px;
  height: auto;
  margin-bottom: 16px;
}

.content{
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 200px;
  text-align: center;
  height: auto;
  margin: 15px;
  padding: 10px;
  overflow: hidden;
}

.outer_container{
  width: 100% ;
  margin-top: 5%;
  align-items: center;
  justify-content: center;
  height: auto;
}

.head_title{
  /* background:#F8F8F8;
  box-shadow: inset 0px 0px 1px rgb(0 0 0 / 10%); */
  display:flex; flex-direction:row;
  justify-content: space-between;
  /* border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0px 10px; */
}

.header_today_time, .header_total_time{
  padding-left: 10px;
  border-left: 5px solid #459aa5;
}

.header_today_time{
  margin-left: 10px;
}

.cus_time{
  font-size: 24px;
}

.total_time{
  color: #078fa0;
}

/* for pc screen */
.inner_container{
  display:flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
}

.progress-bar{
  background:#FFFFFF;
  border: 1px solid #78dbd6;
  border-radius:5px;
  margin:0px 5px;
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  min-width: 120px;
}

.contentq_top .progress-bar {
  margin: 0;
}

.myprogress{
  height: 100%;
  color: #333;
  background: #78dbd6;
  border-radius:4px;
  font-size: 12px;
  text-align: left;
}

/* for ios X */

@media screen and (min-width:270px) and (max-width:758px){

  .outer_container{
    width: 100% ;
    margin-top: 5%;
    align-items: center;
    justify-content: center;
    height: auto;
  }

  .inner_container{
    width: fit-content;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .content{
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 150px;
    text-align: center;
    height: auto;
    margin: 10px;
    padding: 5px;
    overflow: hidden;
  }

}

@media screen and (max-width:1000px) and (min-width:760px)  {

  .outer_container{
    width: 100% ;
    margin-top: 5%;
    align-items: center;
    justify-content: center;
    height: auto;
  }

  .inner_container{
    width: fit-content;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .content{
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 200px;
    text-align: center;
    height: auto;
    margin: 20px;
    padding: 10px;
    overflow: hidden;
  }
}

/* for mobile sizses  */
.scroll_space{
  width: 100%;
  overflow-x: scroll;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.scroll_space::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.scroll_space {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/* .kind_title{
  border-left: 5px solid rgba(69, 154, 165, 1);
  border-bottom: 2px solid rgba(69, 154, 165, 1);
  padding-left: 10px;
  font-size: 18px;
} */
.kind_title_student{
  display:flex;
  justify-content: space-between;
  border-left: 5px solid rgba(69, 154, 165, 1);
  border-bottom: 2px solid rgba(69, 154, 165, 1);
  padding-left: 10px;
  font-size: 20px;
  align-items: flex-end;
}

.kind_title_student2{
  border-left: 5px solid rgba(69, 154, 165, 1);
  border-bottom: 2px solid rgba(69, 154, 165, 1);
  padding-left: 10px;
  font-size: 20px;
}

.kind_intro{
  color: #454545;
  font-size: 16px;
  margin: 10px 0;
}
.inner_container a{
  text-decoration: none;
}

.cus_btn_base{
  /* width: calc(100% - 30px); */
  width: 100%;
}
.details_btn{
  border: none;
  background:none;
  font-size: 14px;
  color: rgba(255,167,38 ,1);
}
.details_btn:hover{
  color: rgba(247, 207, 145, 1)!important;
}

@media (min-width: 769px){
  div.bar{
    display: none;
  }
}

@media (max-width: 767px){
  .cus_btn_base{
    background: #272b30;
    border-top: 1px solid darkgrey;
    margin-left: -15px;
    padding: 10px 15px;
    bottom: 0;
  }
  .select_base{
    padding-bottom: 70px;
  }
  .cus_btn_base{
    position: fixed;
  }
}

.contentq_top{
  margin-top: 10px;
  display: grid;
  grid-template-columns: auto 120px 130px;
  /* justify-content: end; */
}

.btn_base{
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
}



.contentq_top #lblStudySec{
  color: #459aa5;
}

.contentq_top .learntime{
  justify-self: end;
}

.contentq_top .progress-bar{
  color: red;
  justify-self: end;
}

.questionsBody{
  border-bottom: 2px solid #deb40b;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 16px;
  word-wrap: break-word
}
.questionsBody .cus_lang_ques {
  font-size: 12px;
  padding-left: 10px;
  word-wrap: break-word
}

.ques_title{
  font-size: 12px;
  background: #fff9e2;
  border: 1px solid #deb40b;
  border-radius: 5px;
  padding: 10px;
  margin-top: 10px;
  word-wrap: break-word
}

.select_answer{
  border: 1px solid #339c74;
  padding: 10px;
  border-radius: 5px;
  margin: 10px 0;
  word-wrap: break-word
}

.learntime{
  margin-left: 5px;
}
.mycancel_btn, .mynext_btn, .myanswer_btn, .myfinish_btn, .myback_btn, .onemore_btn{
  padding: 5px 15px;
  border: 1px solid;
  border-radius: 5px;
  color: #FFF;
  cursor: pointer;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.mycancel_btn{
  background-color: #e05050;
  border-color: #e05050;
}

.mycancel_btn:active {
  background-color: #f98181;
  transform: translateY(2px);
}

.mynext_btn{
  background-color: #339c74;
  border-color: #339c74;
}

.myanswer_btn{
  background-color: #339c74;
  border-color: #339c74;
}

.myfinish_btn{
  background-color: #339c74;
  border-color: #339c74;
}

.onemore_btn{
  background-color: #339c74;
  border-color: #339c74;
}

.mynext_btn:active, .myanswer_btn:active, .myfinish_btn:active, .onemore_btn:active{
  background-color: #5affc0;
  transform: translateY(2px);
}

.btn_base a{
  text-decoration: none;
}

.myback_btn{
  background-color: darkgrey;
  border-color: darkgrey;
}

.myback_btn:active{
  background-color: darkgrey;
  transform: translateY(2px);
}

.select_answer{
  font-size: 14px;
}

.select_answer .cus_lang_answer{
  font-size: 12px;
  padding-left: 10px;
  word-wrap: break-word
}
.details_icon{
font-size: 30px;
color: #9e9e9e;
margin-left: 0px;
align-items: center;
display: flex;
}
.details_icon:hover{
color: #ff5500;
}
/* a:hover{
border: :none;
text-decoration: none;
} */
.img_details {
width:100%;
height: auto;
margin: 10px 0;
}
.kind_details{
display: flex;
flex:.5;
align-items: center;
justify-content: center;
align-content: center;
}
.kind_details_1{
  flex: 1;
align-items: flex-start;
justify-content: flex-start;
align-content: flex-start;
padding-left: 4px;
}
h1.title_kind_detail{
  color: #2b546a;
  font-size: 18px;
}

p{
  margin-bottom: 0;
}

.modal-dialog{
  margin: 25% auto 25% auto;
}
.modal-content{
  width: calc(100% - 30px);
  margin: 0 15px 0 15px;
  border: none;
}
.mymodal_closebtn{
  text-align: right;
}
.mymodal_img{
  width: 100%;
  text-align: center;
}
.mymodal_img .md_img{
  margin-left: auto;
  margin-right: auto;
}
.myxbtn{
  font-size: 25px;
  margin-right: 3px;
  margin-top: 3px;
  color: #FFF;
  background: red !important;
  width: 25px;
  border-radius: 100px;
}
.mymodal_qexplain{
  padding: 10px;
  margin: 10px 0;
}
.qexplainAn, .qexplainEx {
  border: 1px solid;
  border-radius: 5px;
  padding: 10px;
  display: grid;
  grid-template-columns: auto auto;
}

.qexplainAn {
  border-color: #b8eeff;
  background: #b8eeff;
  word-wrap: break-word
}

.qexplainEx {
  border-color: #aaffc1;
  background: #aaffc1;
  margin-top: 10px;
  word-wrap: break-word
}

.modal_btnbase{
  text-align: center;
}

.modal_btnbase .mynext_btn, .modal_btnbase .mycancel_btn{
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

/* correct options */
.cr_opt {
  background: #b8eeff;
  border-color: #00c2ff;
  color: #333;
}
/* wrong options */
.wr_opt{
  background: #ffbe96;
  border-color: #ff6100;
  color: #333;
  /* background: #cecece;
  border-color: #cecece; */
}
.questionsExplain{
  padding: 0 0 20px 0;
  border-top: 2px solid #deb40b;
}

.cus_lang_ques, .cus_lang_ques, .cus_lang_answer{
  display: flex;
}
a:hover {
  border: :none;
  text-decoration: none!important;
}

.myresult_base{
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}
.courses_top_container{
  display: flex;
    justify-content: flex-Start;
    align-items: center;
    margin-top: 10px;
}
#courses_list_icon {
font-size: 28px;
color: rgba(255,167,38 ,1);
margin-right: 2px;
    transform: translate(0px, 4px);
}
#courses_list_icon:hover{
color: rgba(247, 207, 145, 1);
}
.result_chil{
  display: flex;
}
.testresult{
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}

.custom_limit_title, .category_title, .course_title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.mycancel_msg{
  padding: 30px 10px 30px 10px;
  margin-bottom: 20px;
  color: #e05050;
  text-align: center;
}

/* .under_title{
  display: flex;
  justify-content: space-between;
  align-items: center;
} */

.myaddcrum{
  border-bottom: 2px solid #339c74;
  width: fit-content;
  margin-bottom: 15px;
}
