﻿.top-logo {
    margin-top: -13px;
}

.MyDetails .page-header {
    margin: 0px;
    margin-bottom: 20px;
}

.MyDetails .tab-header {
    float: left;
    text-align: center;
    padding: 0px 15px 5px 15px;
    margin-right: 12px;
    cursor: pointer;
    font-size: 18px;
    position: relative;
}

.MyDetails .tab-header::after {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: #3a8b8c;
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}

.MyDetails .page-header {
    margin: 0px;
    margin-bottom: 20px;
}

.MyDetails .tab-header:hover::after {
    opacity: 1;
}

.MyDetails .active-tab-header {
    color: #3a8b8c;
    font-weight: bold;
}

.MyDetails .active-tab-header::after {
    opacity: 1;
}

.nav-tabs > li[value='coursePrice'] {
    display: none;
}

#out {
    color: #ee2828;
    position: absolute;
    right: 15px;
    top: 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 30px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    width: 70px;
    justify-content: center;
    font-size: 14px;
}

#out:hover {
    border-color: #f2dede;
}

#sign {
    color: #7a7a7a;
    position: absolute;
    right: 98px;
    top: 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 30px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    width: 85px;
    justify-content: center;
    font-size: 14px;
}

#sign:hover {
    border-color: lightgray;
}

.details {
    width: 100%;
    height: 600px;
}

.details > table {
    width: 600px;
    margin: 80px auto 0 auto;
    border-right: 1px solid #e6e6e6;
}

.details > table tr > td:first-child {
    text-align: end;
    width: 40% !important;
}

.details > table td {
    width: 60%;
    border: 1px solid #e6e6e6;
    border-right: none;
    box-sizing: border-box;
    padding: 10px;
    color: #333;
    font-size: 15px;
}

.clickText {
    color: #62abe5;
    cursor: pointer;
    margin-left: 10px;
}

.imgEdit {
    position: relative;
    top: -2px;
    left: 10px;
    cursor: pointer;
}

.layerDate,
.layerVIP {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.layerDate > div,
.layerVIP > div {
    width: 75%;
    color: #333;
    font-size: 14px;
}

.layerDate input,
.layerVIP input {
    margin-top: 10px;
    width: 75%;
    border: 1px solid #e6e6e6;
    height: 32px;
    border-radius: 4px;
    padding-left: 10px;
    font-size: 14px;
    box-sizing: border-box;
}

.xdsoft_datetimepicker {
    z-index: 9999999999999 !important;
}

.price {
    width: 100%;
    min-height: 600px;
    display: none;
}

.notData {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding-top: 90px;
    color: #ccc;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.notData > span {
    margin-top: 10px;
}

.box {
    width: 1000px;
    margin: 20px auto 0 auto;
}

.school {
    display: flex;
    align-items: center;
}

.school select {
    border: 1px solid #ccc;
}

.selectBox {
    margin-top: 20px;
    display: flex;
    width: 100%;
    height: 40px;
    border-right: 1px solid #e6e6e6;
    box-sizing: border-box;
}

.selectBox > div {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e6e6e6;
    border-right: none;
}

/* .selectBox > div > div {
} */

.course {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    color: #333 !important;
    font-size: 16px !important;
    box-sizing: border-box;
    padding-left: 10px;
    border: 1px solid #e6e6e6;
    border-top: none;
    border-bottom: none;
}

.conrse > div {
    display: flex;
    align-items: center;
}

.course label {
    font-weight: normal;
    margin-right: 26px;
    position: relative;
    font-size: 14px;
}

.course label input {
    margin-right: 6px;
    position: relative;
    top: 1px;
}

input[name='courseRadio']:checked {
    accent-color: #3286bb;
    background-color: transparent !important;
}

input[name='courseRadio']:checked + span {
    color: #3286bb;
}

.courseTable {
    width: 100%;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.courseTable th,
.courseTable td {
    padding: 10px 0;
    color: #333;
    font-size: 15px;
    border: 1px solid #e6e6e6;
    border-right: none;
    text-align: center;
}

.courseTable th {
    border: none;
    background: #f6f8fa;
}

.courseTable thead > tr:last-child > th {
    font-weight: normal;
}

.tips {
    color: #ee2828;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 14px;
}

.buttons {
    width: 100%;
    margin: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.buttons > div {
    width: 120px;
    height: 32px;
    border-radius: 4px;
    background: #62abe5;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
}

/* .buttons > div:last-child {
    border: 1px solid #62abe5;
    color: #62abe5;
    background: #fff;
    margin-left: 16px;
  } */
.stuPayBox {
    display: flex;
    align-items: center;
    margin-left: 50px;
}

.switch {
    display: flex;
    align-items: center;
    margin-left: 10px;
    width: 42px;
    height: 20px;
    padding: 2px;
    border-radius: 3px;
    cursor: pointer;
}

.switch-on {
    background: #42c29b;
    justify-content: flex-end;
}

.switch-off {
    background: #ccc;
}

.switch span {
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 3px;
}


/* service person */
.service {
    padding: 20px;
}

.service .service-title {
    display: flex;
    justify-content: flex-end;
}

.service .service-title label {
    display: flex;
}

.service .service-title input {
    font-size: 14px;
    padding: 0 0.75rem;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
}

.service .service-title span {
    margin: 0;
    width: 54px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    border-left: none;
    border-radius: 0 4px 4px 0;
    background-color: #F5F7FA;
    cursor: pointer;
}

.service .service-title span:hover {
    background-color: #fafcff;
}

.service .service-title span:active {
    background-color: #e9eaed;
}

#serviceTable {
    margin-top: 20px;
    width: 100%;
}

#serviceTable tr {
    height: 50px;
}

#serviceTable thead {
    background-color: #F7F7F7;
}

#serviceTable tbody tr:nth-of-type(even) {
    background-color: #F9F9F9;
}

/* service person */