.login {
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background: #f6f9fc;
}
.login .login_visual {
  height: 280px;
  background: url(../img/login_visual.png) no-repeat center;
  background-size: cover;
  padding: 35px 30px;
  box-sizing: border-box;
}
.login .login_visual img {
  display: block;
}
.login .login_visual h2 {
  text-align: center;
  font-size: 34px;
  line-height: 34px;
  color: #fff;
  margin-top: 75px;
}
.login fieldset {
  padding: 28px 30px 32px;
  box-sizing: border-box;
  border-radius: 0 0 10px 10px;
  background: #f6f9fc;
}
.login fieldset > label {
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #dbdfed;
  border-radius: 10px;
  box-sizing: border-box;
  margin-top: 10px;
  background: #fff;
  position: relative;
}
.id_i {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../img/id_i.png) no-repeat center;
  background-size: cover;
}
.pw_i {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../img/pw_i.png) no-repeat center;
  background-size: cover;
}
.login fieldset > label i {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}
.login fieldset > label input {
  width: 100%;
  height: 58px;
  line-height: 58px;
  border: 0;
  border-radius: 10px;
  padding-left: 85px;
  padding-right: 16px;
  box-sizing: border-box;
}
.login .checkbox {
  float: right;
  margin-top: 10px;
}
.login a {
  display: block;
  float: none;
  clear: both;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #0e3061;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  margin-top: 50px;
}

/* dashboard */
.dash_wrap {
  padding: 0 30px;
  box-sizing: border-box;
}
.dash_wrap .left {
  float: left;
  width: 830px;
}
.dash_wrap .right {
  float: right;
  width: 320px;
}
.dash_wrap .left > div,
.dash_wrap .right > div {
  overflow: auto;
  max-height: calc(100vh - 284px);
  margin-top: 10px;
}
.dash_wrap h2 {
  font-weight: 600;
  margin-top: 26px;
  font-size: 14px;
  line-height: 14px;
  color: #0e3061;
  overflow: hidden;
}
.dash_wrap .left h2 span {
  float: right;
  color: #787878;
  font-weight: 400;
}
.dash_wrap .left h2 i {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #ffc514;
  border-radius: 4px;
  vertical-align: -1px;
  margin-right: 10px;
}
.dash_table {
  display: block;
  width: 100%;
  border: 1px solid #dbdfed;
  border-radius: 10px 10px 0 0;
}
.dash_table table {
  width: 100%;
  margin-top: 0;
  border: 0;
}
.dash_table table thead th {
  height: 40px;
  background: #eef0f8;
}
.dash_table table thead tr:nth-child(2) th {
  background: #dee1ee;
}
.dash_table table tbody th {
  background: #fff;
}
.dash_table table tbody td {
  height: 36px;
  background: #fff;
  color: #787878;
  text-align: center;
  padding: 0 30px;
}
.dash_table table tbody td:nth-of-type(1) {
  text-align: left;
}
.dash_table table tbody td a {
  display: inline-block;
  height: 22px;
  padding: 0 7px;
  border-radius: 6px;
  background: #ffc514;
  color: #787878;
}
.dash_table table tbody tr:nth-child(even) td {
  background: #f8f8f8;
}
.dash_table table tbody tr.blue {
  border-bottom: 1px solid #dbdfed;
}
.dash_table table tbody tr:last-child {
  border-bottom: 0;
}
.dash_table table tbody tr.blue td {
  background: #e5eef7;
  color: #488fcb;
}
.dash_wrap .right > div {
  border: 1px solid #d5e3f1;
  border-radius: 10px 10px 0 0;
}

.excel_add .filebox {
  width: 100%;
  border: 1px solid #dbdfed;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
.excel_add .filebox input {
  border: 0;
}
.excel_add .filebox .upload-name {
  width: 430px;
  height: 30px;
  line-height: 20px;
  background: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.excel_add .filebox .upload-name::placeholder {
  color: #d8d8d8;
}
.excel_add .filebox label {
  padding: 0 12px;
  width: 120px;
  height: 30px;
  line-height: 28px;
  border-color: #a8a8a8;
  color: #383838;
  margin-bottom: 0;
}
.excel_add .modal-body > a {
  display: block;
  text-align: center;
  margin-top: 40px;
}
.excel_add .modal-header a {
  margin-left: 2rem;
}
.excel_add .modal-body > a i {
  vertical-align: -2px;
}

.modal.member {
  width: 820px;
}
.modal.member .layer_body {
  position: relative;
}
.modal.member .layer_body .tar {
  position: absolute;
  top: 14px;
  right: 0;
}
.member_area {
  display: flex;
  justify-content: space-between;
}
.member_area .photo_area {
  max-width: 350px;
  padding: 0 30px;
  padding-right: 190px;
  box-sizing: border-box;
  flex: auto;
  text-align: center;
}
.photo_area #preview {
  display: block;
  width: 132px;
  height: 170px;
  border: 1px solid #dbdfed;
  border-radius: 8px;
  box-sizing: border-box;
  background-color: #eaeaea;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.member_area .photo_area > p {
  color: #787878;
  margin-top: 30px;
  line-height: 16px;
  word-break: keep-all;
}
.member_area .photo_area .bd_btn {
  margin-top: 20px;
  line-height: 26px;
  cursor: pointer;
}
.member_area .info_area {
  flex: auto;
  box-sizing: border-box;
}
.member_area .info_area > ul > li {
  height: 50px;
  display: flex;
  border: 1px solid #dbdfed;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 0 20px;
  margin-bottom: 10px;
}
.member_area .info_area > ul > li p {
  width: 130px;
  margin: auto 0;
  font-weight: 500;
  flex-shrink: 0;
}
.member_area .info_area > ul > li > div {
  display: block;
  width: 100%;
  color: #787878;
  margin: auto 0;
  position: relative;
  flex: 1;
}

.member_area .info_area input {
  display: block;
  width: 100%;
  border: 0;
  background: none;
  height: 48px;
  line-height: 48px;
  padding-left: 0;
}
.member_area .info_area select {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
}
.member_area .info_area > ul > li .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  border: 0;
  width: 100%;
  padding: 0;
}
.dash_wrap .right .scheduler {
  border-radius: 10px 10px 0 0;
}
.dash_wrap .right .sch_list {
  margin-top: 0;
  background: #fff;
  border-radius: 0 0 10px 10px;
  margin-top: -1px;
  padding: 20px;
  box-sizing: border-box;
  height: calc(100% - 370px);
  overflow: auto;
}
.sch_list ul li {
  padding-bottom: 20px;
  padding-left: 55px;
  box-sizing: border-box;
  position: relative;
}
.sch_list ul li:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #f4f4f4;
  position: absolute;
  top: 8px;
  left: 2.5px;
}
.sch_list ul li:last-child:before {
  display: none;
}
.sch_list ul li i {
  display: block;
  width: 5px;
  height: 5px;
  background: #d7d7d7;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
}
.sch_list ul li span {
  font-weight: 500;
  color: #585858;
  position: absolute;
  top: -2px;
  left: 15px;
}
.sch_list ul li p {
  color: #787878;
  margin-top: 20px;
  line-height: 16px;
}
.sch_list ul li p:nth-of-type(1) {
  margin-top: 0;
}
.sch_list ul li.today i {
  width: 7px;
  height: 7px;
  background: #fff;
  border: 2px solid #488fcb;
  box-sizing: border-box;
  left: -1px;
}
.sch_list ul li.today span {
  color: #488fcb;
}
.sch_list ul li.today p {
  color: #488fcb;
}
.member_area .info_area > ul li .pa_btn {
  top: -5px;
  right: -10px;
}
.layer .paging {
  margin-top: 10px;
}
.modal .list_table {
  margin-top: 30px;
  position: relative;
}
.modal .list_table > p {
  font-weight: 600;
  color: #0e3061;
}
.modal .list_table .flex_area p {
  font-weight: 600;
  color: #0e3061;
}
.modal .list_table .flex_area {
  align-items: flex-end;
}
.modal .list_table .pa_btn {
  top: -10px;
}

.member_area .info_area > ul li.pw_change {
  display: none;
}
.member_area .info_area > ul li.pw_btn_area {
  border: 0;
  flex-flow: row-reverse;
  padding: 0;
}
.member_area .info_area > ul li.pw_btn_area a {
  margin: auto 0;
  margin-left: 8px;
}

.tac {
  text-align: center !important;
}

/* **************************** */
#register_monitoring .modal-body table td:nth-of-type(2) {
  text-align: left;
}
#manage_list .modal-body table tr {
  cursor: pointer;
}
#manage_list .modal-body table td {
  padding: 0 2rem;
  font-weight: 500;
}
#manage_list .modal-body table .btn {
  width: 36px;
  height: 24px;
}
#manage_list .modal-body table .ico_del_sm,
#list_evaluate .modal-body table .ico_del_sm {
  background-size: 10px auto;
}
#list_evaluate {
  z-index: 1055;
}
#delete_list_item {
  z-index: 1055;
}
#delete_list_item .modal-dialog {
  width: 750px;
  max-width: 750px;
}
#delete_list_item .modal-body h4 {
  font-size: 26px;
  color: #0e3061;
  text-align: center;
  font-weight: 600;
}
#delete_list_item .modal-body img {
  display: block;
  margin: 5rem auto 3rem;
}
#delete_list_item .modal-body h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
}
#delete_list_item .modal-body p {
  margin-top: 2rem;
  font-size: 14px;
}

.input-has-btn {
  display: block;
  width: 100%;
  position: relative;
}
.input-has-btn input {
  height: 50px;
  line-height: 48px;
}
.input-has-btn a {
  position: absolute;
  top: 10px;
  right: 10px;
}

.card_area.setting {
  border: 1px solid #dbdfed;
  border-radius: 10px;
  padding: 40px;
  box-sizing: border-box;
  background: #fff;
}
.card_area.setting .sub_tit {
  margin-top: 0;
  display: block;
}
.card_area.setting .sub_tit span {
  margin-left: 10px;
}
.card_area.setting ul.ask_list {
  margin-top: 20px;
}
.card_area.setting ul.ask_list li.hide {
  display: block !important;
  border-style: dashed;
}
.card_area.setting ul.ask_list li.hide a > p {
  background: #d8d8d8;
}
.card_area.setting ul.ask_list li .btn-area {
  position: absolute;
  top: 16px;
  right: 10px;
  z-index: 20;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.card_area.setting ul.ask_list li .btn-area button {
  width: 24px;
  height: 24px;
  margin-left: 6px;
}
.card_area.setting ul.ask_list li .btn-area button.ico_set {
  background-size: 14px auto;
}
.btn_evaluate_list {
  width: 300px;
  text-align: left;
}
.btn_download_excel {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  padding-bottom: 6px;
  border-bottom: 1px solid #969696;
}
.member_area .info_area > ul > li > span {
    display: block;
    width: 100%;
    color: #787878;
    margin: auto 0;
    position: relative;
}