html{
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', sans-serif;
    background-color: white;
    min-width: 768px;
    margin: 0;
    height: 100%;
    width: 100%;
}

.fullsize {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

a, a:hover{
    text-decoration: none;
}

div button input{
    box-sizing: border-box;
}

input{
    padding-left: 10px;
    padding-right: 10px;
}

.video-area{
    border: 1px solid #dfdfdf;
    padding: 10px;
    width: 100%;
}

.message-area{
    text-align: left;
}

#teacherListBody{
    background-image: url(/img/bg.jpg); background-size: cover; background-color:rgba(255,255,255,0.3); background-blend-mode:lighten;
}

#teacherPageBody{
    background-image: url(/img/bg.jpg);
    background-size: cover; background-color:rgba(255,255,255,0.3); background-blend-mode:lighten; height: 100%; margin:0; padding:0
}

#studentPageBody{
    background-size: cover; background-color:rgba(255,255,255,0.3); background-blend-mode:lighten; height: 100%; margin:0; padding:0;
}

.show-key .damidata{
    display: none;
}
.show-key .realkey{
    display: block;
}
.hide-key .damidata{
    display: block;
}
.hide-key .realkey{
    display: none;
}

.LogoutbtnWapper{
    text-align: right;
    padding: 10px;
}

#teacherlisttbl{
    white-space: nowrap;
}

tbody>tr.selected{
    background-color: rgba(200,200,255,0.6);
}
/* -------------------------------------------------- */


.icl-body{
    top: -60px;
    left: -37px;
    width: 100%;
    height: 100%;
    background: transparent url('/img/background.png') 0% 0% no-repeat padding-box;
    opacity: 1;
    background-size: cover;
}

.icl-nav{
    top: 0px;
    left: -10px;
    width: 100%;
    height: 60px;
    background: #F29206 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
}

.icl-nav-logo{
    display: inline-block;
    position: relative;
    top: 14px;
    left: 20px;
    width: 110px;
    height: 32px;
    background: transparent url('/img/ICL-logo.svg') 0% 0% no-repeat padding-box;
    opacity: 1;

}
.icl-nav-title{
    display: inline-block;
    position: relative;
    top: 10px;
    left: 20px;
    /* width: 7px; */
    height: 24px;
    text-align: left;
    font: 16px/24px "Noto Sans CJK JP";
    letter-spacing: 0px;
    color: #FFFFFF;
}

.icl-nav-logout{
    display: inline-block;
    width: 32px;
    height: 32px;
    position: relative;
    float: right;
    top: 15px;
    margin-right: 40px;
}
.icl-nav-create{
    font: 16px/24px "Noto Sans CJK JP";
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    float: right;
    height: 60px;
    line-height: 60px;
    width: 450px;
}
.icl-nav-create>a{
    color: #FFFFFF;
}

#modalLogoutBtn{
    display: inline-block;
    top: 15px;
    left: 1321px;
    width: 100%;
    height: 32px;
    background: transparent url('/img/exit-to-app-button.svg') 0% 0% no-repeat padding-box;
    opacity: 1;
}

#modalLeaveClassBtn{
    display: inline-block;
    width: 34px;
    height: 34px;
    background: transparent url('/img/exit-to-app-button-black.png') 0% 0% no-repeat padding-box;
    opacity: 1;
}

/* login begin*/
.icl-login-warpper{
    top: 50%;
    left: 50%;
    width: 962px;
    height: 593px;
    border-radius: 10px;
    opacity: 1;
    position: absolute;
    margin-left: -478px;
    margin-top: -296.5px;
    text-align: center;
}
.eulabox{
    width: 860px;
    height: 580px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 5px #0000004D;
    border-radius: 10px;
    opacity: 1;
    display: inline-block;
}
.loginbox{
    top: 94px;
    left: 205px;
    width: 448px;
    height: 580px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 5px #0000004D;
    border-radius: 10px;
    opacity: 1;
    display: inline-block;
}
.loginbox-title{
    width: 448px;
    height: 41px;
    text-align: center;
    font: 28px/41px "Noto Sans CJK JP";
    letter-spacing: 0px;
    opacity: 1;
    position: relative;
    top: 40px;
}
.loginbox-title-t{
    color: #0ABDE3;
}
.loginbox-title-s{
    color: #10AC84;
}
.loginbox-icon{
    position: relative;
    margin-top: 60px;
}
.icl-form-row{
    height: 75px;
    position: relative;
    top:20px;
    padding: 0 75px;
    margin-bottom: 10px;
}
.icl-form-labal{
    text-align: left;
    font: 14px/20px "Noto Sans CJK JP";
    letter-spacing: 0px;
    color: #5F6368;
    opacity: 1;
}
.icl-form-input-wapper>input{
    width: 300px;
    height: 50px;
    box-sizing: border-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #C5C5C5;
    border-radius: 5px;
    opacity: 1;
    font-size: 18px;
}
.icl-form-harf-input{
    width: 140px !important;
}
.icl-form-btn{
    margin-top: 20px;
    font-size: 24px;
}
/* login end*/

/* クラス一覧 begin*/
.icl-list-warpper{
    top: 50%;
    left: 50%;
    width: 956px;
    height: 593px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 5px #0000004D;
    border-radius: 10px;
    opacity: 1;
    position: absolute;
    margin-left: -478px;
    margin-top: -296.5px;
}

.icl-list-title{
    text-align: left;
}
.icl-list-title>img{
    position: relative;
    top:40px;
    left:40px;
}
.icl-list-title>span{
    text-align: left;
    font-size: 28px;
    letter-spacing: 0px;
    color: #0ABDE3;
    opacity: 1;
    position: relative;
    left: 50px;
    top: 50px;
}
.icl-table-wapper{
    padding: 40px;
}
.icl-table-wapper thead tr th{
    color: #999999;
}
#showKeys{
    margin-top: -3px;
}

.icl-table-wapper tbody tr td{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 34px;
    line-height: 34px;
}

.controlbtn{
    float:right;
    padding: 0 8px;
}

#add-class-modal .modal-content,
#edit-class-modal .modal-content{
    width: 710px;
    height: 556px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 5px #0000004D;
    border-radius: 10px;
    opacity: 1;
    padding: 40px 40px 40px 50px;
    color: #333333;

}
#add-class-modal .modal-content p,
#edit-class-modal .modal-content p {
    height: 12px;
}
#add-class-modal .modal-content .modal-main-area,
#edit-class-modal .modal-content .modal-main-area{
    display: inline-block;
    width: 360px;
}
#add-class-modal .modal-content .modal-main-area .modal-header,
#edit-class-modal .modal-content .modal-main-area .modal-header{
    border:none;
    padding: 0;
}
#add-class-modal .modal-content .modal-main-area .modal-discript,
#edit-class-modal .modal-content .modal-main-area .modal-discript{
    margin-top: 18px;
}
#add-class-modal .modal-content .modal-main-area .modal-header .modal-title,
#edit-class-modal .modal-content .modal-main-area .modal-header .modal-title{
    text-align: left;
    font: 24px/36px "Noto Sans CJK JP";
    letter-spacing: 0px;
    color: #2E86DE;
    opacity: 1;
}
#add-class-modal .modal-content .modal-main-area .modal-header .close,
#edit-class-modal .modal-content .modal-main-area .modal-header .close,
#del-class-modal .close,
#logout-modal .close{
    position: absolute;
    top: 10px;
    right: 10px;
}
#add-class-modal .modal-content .modal-main-area .modal-body,
#edit-class-modal .modal-content .modal-main-area .modal-body{
    border:none;
    padding: 0;
    margin-top: 20px;
}
#add-class-modal .modal-content .modal-main-area .modal-body .form-group,
#edit-class-modal .modal-content .modal-main-area .modal-body .form-group{
    height: 70px;
}
#add-class-modal .modal-content .modal-main-area .modal-body .form-group label,
#edit-class-modal .modal-content .modal-main-area .modal-body .form-group label{
    font: 14px/20px "Noto Sans CJK JP";
    letter-spacing: 0px;
    color: #5F6368;
    font-weight: normal;
    margin-bottom: 0;
}
#add-class-modal .modal-content .modal-main-area .modal-body .form-group input[type='text'],
#edit-class-modal .modal-content .modal-main-area .modal-body .form-group input[type='text']{
    width: 360px;
    height: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #C5C5C5;
    border-radius: 5px;
    opacity: 1;
}
#add-class-modal .modal-content .modal-main-area .modal-footer,
#edit-class-modal .modal-content .modal-main-area .modal-footer{
    border: none;
    padding: 0;
    position: absolute;
    bottom: 40px;
    right: 300px;
}
#add-class-modal .modal-content .modal-main-area .modal-footer button[type='button'],
#edit-class-modal .modal-content .modal-main-area .modal-footer button[type='button']{
    width: 120px;
    height: 36px;
    background: #CCCCCC 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    text-align: center;
    font: 16px/24px "Noto Sans CJK JP";
    letter-spacing: 0px;
    color: #FFFFFF;
    vertical-align: bottom;
}
#add-class-modal .modal-content .modal-main-area .modal-footer button[type='submit'],
#edit-class-modal .modal-content .modal-main-area .modal-footer button[type='submit']{
    width: 168px;
    height: 50px;
    background: #2E86DE 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    text-align: center;
    font: 16px/24px "Noto Sans CJK JP";
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}
#add-class-modal .modal-content .modal-icon-area,
#edit-class-modal .modal-content .modal-icon-area{
    display: inline-block;
    position: absolute;
    right: 40px;
}
#del-class-modal .modal-content,
#logout-modal .modal-content,
#leaveClass-modal .modal-content{
    width: 710px;
    height: 200px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 5px #0000004D;
    border-radius: 10px;
    opacity: 1;
    padding: 40px 40px 40px 50px;
    color: #333333;

}
#del-class-modal .modal-content p,
#logout-modal .modal-content p,
#leaveClass-modal .modal-content p {
    height: 12px;
}
#del-class-modal .modal-header,
#logout-modal .modal-header,
#leaveClass-modal .modal-header{
    border:none;
    padding: 0;
}
#del-class-modal .modal-title,
#logout-modal .modal-title,
#leaveClass-modal .modal-title{
    text-align: left;
    font: 24px/36px "Noto Sans CJK JP";
    letter-spacing: 0px;
    color: #2E86DE;
    opacity: 1;
}
#del-class-modal .modal-body,
#logout-modal .modal-body,
#leaveClass-modal .modal-body{
    border:none;
    padding: 0;
    margin-top: 20px;
}
#del-class-modal .modal-footer,
#logout-modal .modal-footer,
#leaveClass-modal .modal-footer{
    border: none;
    padding: 0;
    position: absolute;
    bottom: 30px;
    right: 40px;
}
#del-class-modal .modal-footer button[type='button'],
#logout-modal .modal-footer button[type='button'],
#leaveClass-modal .modal-footer button[type='button']{
    width: 120px;
    height: 36px;
    background: #CCCCCC 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    text-align: center;
    font: 16px/24px "Noto Sans CJK JP";
    letter-spacing: 0px;
    color: #FFFFFF;
    vertical-align: bottom;
}
#del-class-modal .modal-footer button[type='submit'],
#logout-modal .modal-footer button[type='submit'],
#leaveClass-modal .modal-footer button[type='submit']{
    width: 168px;
    height: 50px;
    background: #2E86DE 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    text-align: center;
    font: 16px/24px "Noto Sans CJK JP";
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

/* クラス一覧 end*/

/*  teacher begin */
.icl-body-teacher{
    top: -60px;
    left: -37px;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-size: cover;
}
.teacher-main{
    width: calc(100% - 400px);
    height:100%;
}
.main-area{
    height: calc(100% - 160px);
}
.main-list{
    width: 600px;
    height: calc(100% - 233px);
    margin: 0 auto;
    overflow-y: scroll;
    margin-bottom: 10px;
}
.main-list .students {
    font: 16px/28px "Noto Sans CJK JP";
}
.main-title{
    height: 160px;
    box-shadow: 0px 0px 5px #0000004D;
    white-space: nowrap;
    text-align: center;
}
.main-title-icon{
    display: inline-block;
    height: 160px;
    line-height: 160px;
    padding-left: 20px;
}
.main-title-icon>img{
    margin-top: -42px;
}
.main-title-info{
    display: inline-block;
    padding-left: 10px;
    padding-top: 42px;
}
.main-title-logout{
    display: inline-block;
    position: absolute;
    top: 20px;
    float: right;
    right: 430px;
}
.main-title-info-name{
    text-align: left;
    font: 18px/27px "Noto Sans CJK JP";
    letter-spacing: 1.15px;
    color: #F29206;
    opacity: 1;
}
.main-title-info-detail{
    text-align: left;
    font: 28px/42px "Noto Sans CJK JP";
    letter-spacing: 0px;
    color: #10AC84;
    opacity: 1;
}
.main-title-info-detail a{
    color: #10AC84;
}
.teacher-chimebtn{
    display: inline-block;
    vertical-align: top;
    float: right;
}
.teacher-chimebtn>a{
    width: 208px;
    height: 208px;
    background: #2E86DE 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    color:#FFFFFF;
    font-size: 28px;
}
.teacher-chimebtn img{
    padding: 24px 0;
}
.teacher-chimebtn p{
    white-space: pre-wrap;
    margin: 0;
}
.main-control{
    width:600px;
    margin: 0 auto;
}

#teacher-video{
    z-index: 1;
    /* position: fixed; */
    /* left: 10px; */
    /* bottom: 10px; */
    background-color: rgba(104,168,255,0.6);
    background-blend-mode: lighten;
    width: 370px;
    height: 208px;
    display: inline-block;
    border-radius: 10px;
}
#teacher-video>video{
    width: 370px;
    height: 208px;
}
.chat{
    /* border: 1px solid #dfdfdf; */
    width: 400px;
    height: 100%;
    background: #F0F4F8 0% 0% no-repeat padding-box;
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: 0px 0px 5px #0000004D;
}
.chat-name-icon-t{
    background: #0ABDE3 0% 0% no-repeat padding-box;;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
}
.msgName{
    vertical-align: top;
    margin-right: 8px;
}
.msg-time{
    vertical-align: top;
}
.msgtext{
    font-size: 20px;
    margin-left: 40px;
    margin-bottom: 10px;
    margin-top: -15px;
    width: 310px;
    display: inline-block;
    vertical-align: top;
}
.chat-name-icon-s{
    background: #10AC84 0% 0% no-repeat padding-box;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
}

.disconnectMsg{
    color: red;
}

.chat-top{
    width: 400px;
    height: 60px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 5px #0000004D;
    opacity: 1;
    color: #C8D6E5;
    padding: 20px;
    font: 18px/27px "Noto Sans CJK JP";
}
.chat-main{
    box-shadow: 0px 0px 5px #0000004D;
    height: calc(100% - 140px);
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 20px;
}
.chat-main span{
    word-wrap: break-word;
}
.chat-bottom{
    width: 400px;
    height: 80px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 5px #0000004D;
    opacity: 1;
    position: absolute;
    bottom: 0;
    padding: 10px;
}
.chat-bottom.chat-second-bottom{
    bottom: 80px;
}
.chat-bottom>input{
    height:60px;
}

.chat-button {
    width: 175px;
    height: 50px;
    border-radius: 25px;
    opacity: 1;
    text-align: center;
    font: 24px/36px "Noto Sans CJK JP";
    letter-spacing: 0px;
    color: #FFFFFF;
}
.chat-button.button-green {
    background: #10AC84 0% 0% no-repeat padding-box;
}
.chat-button.button-red {
    background: #FF6B6B 0% 0% no-repeat padding-box;
}

/*  teacher end */

/* footer begin*/
.icl-footer{
    bottom:0;
    width: 100%;
    height: 36px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #00000029;
    opacity: 1;
    position: absolute;
    vertical-align: bottom;
    line-height: 36px;

}
.icl-footer a{
    color: #514739 !important;
}
.icl-footer-left{
    display: inline-block;
    float: left;
    margin-left: 10px;
}
.icl-footer-right{
    display: inline-block;
    float: right;
    margin-right: 10px;
}

/* footer end*/


/* regist begin*/
/* クラス一覧 begin*/
.icl-regist-warpper{
    top: 50%;
    left: 50%;
    width: 710px;
    height: 556px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 5px #0000004D;
    border-radius: 10px;
    opacity: 1;
    position: absolute;
    margin-left: -355px;
    margin-top: -278px;
    padding:40px 50px;
}
.icl-register-warpper{
    top: 50%;
    left: 50%;
    width: 710px;
    height: 600px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 5px #0000004D;
    border-radius: 10px;
    opacity: 1;
    position: absolute;
    margin-left: -355px;
    margin-top: -300px;
    padding:40px 50px;
}
.icl-regist-done-warpper{
    top: 50%;
    left: 50%;
    width: 710px;
    height: 446px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 5px #0000004D;
    border-radius: 10px;
    opacity: 1;
    position: absolute;
    margin-left: -355px;
    margin-top: -278px;
    padding:40px 50px;
}
.icl-regist-main{
    display: inline-block;
    width: 400px;
}
.icl-regist-icon{
    display: inline-block;
    width: 200px;
    height: 200px;
    vertical-align:top;
}
.icl-regist-main-title{
    text-align: left;
    font: 24px/36px "Noto Sans CJK JP";
    letter-spacing: 0px;
    color: #0ABDE3;
    opacity: 1;
}
.icl-regist-main-disc{
    text-align: left;
    font: 16px/24px "Noto Sans CJK JP";
    letter-spacing: 0px;
    color: #333333;
    padding-top: 10px;
}
.icl-regist-done-main-disc{
    text-align: left;
    font: 16px/24px "Noto Sans CJK JP";
    letter-spacing: 0px;
    color: #333333;
    padding-top: 20px;
}
.icl-regist-form-row{
    height: 65px;
    position: relative;
    top:20px;
    margin-bottom: 10px;
}
.icl-regist-form-labal{
    text-align: left;
    font: 14px/20px "Noto Sans CJK JP";
    letter-spacing: 0px;
    color: #5F6368;
    opacity: 1;
}
.icl-regist-form-input-text>input{
    width: 360px;
    height: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #C5C5C5;
    border-radius: 5px;
    opacity: 1;
}
.icl-regist-form-btn{
    text-align: right;
    padding-right: 40px;
}
.icl-regist-form-btn>input{
    width: 168px;
    height: 50px;
    background: #2E86DE 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
}
.icl-regist-done-form-btn{
    text-align: right;
    padding-right: 40px;
    color: #FFFFFF;
    font-size: 24px;
}
.icl-regist-done-form-btn>input{
    width: 360px;
    height: 50px;
    background: #2E86DE 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
}
.icl-register-done-form-btn{
    text-align: right;
    padding-right: 40px;
    color: #FFFFFF;
    font-size: 24px;
    margin-top: 100px;
}
.icl-register-done-form-btn>input{
    width: 360px;
    height: 50px;
    background: #2E86DE 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
}
.icl-regist-main p{
    height:14px;
}
.icl-regist-main-disc-bg{
    position: relative;
    top: 28px;
}
.icl-regist-main-disc-bg p{
    font: 28px/41px "Noto Sans CJK JP";
    letter-spacing: 0px;
    color: #5F6368;
    opacity: 1;
}
.icl-regist-main-disc-p{
    text-align: left;
    font: 16px/24px "Noto Sans CJK JP";
    letter-spacing: 0px;
    color: #333333;
    margin-top: 80px;
}
.icl-register-form-row{
    height: 70px;
    position: relative;
    top:6px;
    margin-bottom: 2px;
}
.icl-register-done-form-row{
    height: 65px;
    position: relative;
    top:50px;
}
/* regist end*/

/* resetPwd begin*/
.icl-resetpwd-warpper{
    top: 50%;
    left: 50%;
    width: 710px;
    height: 556px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 5px #0000004D;
    border-radius: 10px;
    opacity: 1;
    position: absolute;
    margin-left: -355px;
    margin-top: -278px;
    padding:40px 50px;
}

.icl-resetpwd-done-warpper{
    top: 50%;
    left: 50%;
    width: 710px;
    height: 446px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 5px #0000004D;
    border-radius: 10px;
    opacity: 1;
    position: absolute;
    margin-left: -355px;
    margin-top: -278px;
    padding:40px 50px;
}
.icl-resetpwd-main{
    display: inline-block;
    width: 400px;
}
.icl-resetpwd-icon{
    display: inline-block;
    width: 200px;
    height: 200px;
    vertical-align:top;
}
.icl-resetpwd-main-title{
    text-align: left;
    font: 24px/36px "Noto Sans CJK JP";
    letter-spacing: 0px;
    color: #0ABDE3;
    opacity: 1;
}
.icl-resetpwd-main-disc{
    text-align: left;
    font: 16px/24px "Noto Sans CJK JP";
    letter-spacing: 0px;
    color: #333333;
    padding-top: 10px;
}
.icl-resetpwd-done-main-disc{
    text-align: left;
    font: 16px/24px "Noto Sans CJK JP";
    letter-spacing: 0px;
    color: #333333;
    padding-top: 20px;
}
.icl-resetpwd-form-row{
    height: 75px;
    position: relative;
    top:20px;
    margin-bottom: 10px;
}
.icl-resetpwd-form-labal{
    text-align: left;
    font: 14px/20px "Noto Sans CJK JP";
    letter-spacing: 0px;
    color: #5F6368;
    opacity: 1;
}
.icl-resetpwd-form-input-text>input{
    width: 360px;
    height: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #C5C5C5;
    border-radius: 5px;
    opacity: 1;
}
.icl-resetpwd-form-btn{
    text-align: right;
    padding-right: 40px;
}
.icl-resetpwd-form-btn>input{
    width: 180px;
    height: 50px;
    background: #2E86DE 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    position: absolute;
    bottom: 50px;
    right: 300px;
}
.icl-resetpwd-done-form-btn{
    text-align: right;
    padding-right: 40px;
    color: #FFFFFF;
    font-size: 24px;
}
.icl-resetpwd-form-row-login{
    position: absolute;
    bottom: 50px;
    width: 360px;
    height: 50px;
}
.icl-resetpwd-done-form-btn>input{
    width: 360px;
    height: 50px;
    background: #2E86DE 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
}
.icl-resetpwd-main p{
    height:14px;
}
.icl-resetpwd-main-disc-bg{
    position: relative;
    top: 28px;
}
.icl-resetpwd-main-disc-bg p{
    font: 28px/41px "Noto Sans CJK JP";
    letter-spacing: 0px;
    color: #5F6368;
    opacity: 1;
}
.icl-resetpwd-main-disc-p{
    text-align: left;
    font: 16px/24px "Noto Sans CJK JP";
    letter-spacing: 0px;
    color: #333333;
    margin-top: 80px;
}
/* resetPwd end*/

/* student */
.student-video-box {
    display: inline-block;
    width: calc(100% - 400px);
    height: 100%;
    margin: 0;
    padding: 0;
}
.student-video {
    position: fixed;
    width: calc(100% - 400px);
    height: 100%;
    z-index: -999;
    vertical-align: top;
}
.student-video-overlay {
    width:100%;
    height: 100px;
    background: transparent linear-gradient(rgba(128,128,128,0.8), rgba(0,0,0,0)) 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    opacity: 0;
    color: #ffffff;
    transition-duration: 1.4s;
}
.student-video-box:hover .student-video-overlay {
    opacity: 1;
    transition-duration: 0.8s;
}
.student-video-overlay div {
    display: inline-block;
}
.student-video-overlay-info {
    margin-left: 18px;
    margin-top: 10px;
}
.student-video-overlay-button {
    float: right;
    width: 45px;
    height: 45px;
}
.student-video-overlay-button button {
    margin-top: 8px;
    width: 32px;
    height: 32px;
    border-width: 0;
    background: transparent url('/img/exit-to-app-button.svg') 0% 0% no-repeat padding-box;
}
.student-video-msgbox{
    text-align: center;
    background: white;
    height: calc(100% - 160px);
}
.student-video-msg {
    font: 24px/46px "Noto Sans CJK JP";
    margin-top: 60px;
    margin-bottom: 40px;
}
#student-video-loaded-msg {
    animation: blinkLoadedMsg 3s infinite alternate;
}
@keyframes blinkLoadedMsg{
     0%{ color : #cdcdcd; }
   100%{ color : #111111; }
}

.student-chat {
    display: inline-block;
    width:400px;
    height: 100%;
    margin: 0;
    padding: 0;
}
/* student end */

/* datatable sortボタン場所調整 */
#teacherlisttbl .sorting:after,
#teacherlisttbl .sorting_asc:after,
#teacherlisttbl .sorting_desc:after {
    left: 40px;
}

