﻿.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: 20px;
    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;
    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-body > a span {
    display: inline-block;
    line-height: 14px;
    padding-bottom: 6px;
    border-bottom: 1px solid #969696;
}
.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: 200px;
    margin: auto 0;
    font-weight: 500;
}
.member_area .info_area > ul > li > span {
    display: block;
    width: 100%;
    color: #787878;
    margin: auto 0;
    position: relative;
}

.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;
}