@font-face {
    font-family: "sortfont";
    src: url("/fonts/iconfont.ttf") format("truetype");
}

/* ----------- 登录弹出框样式 ---------- */
.main .message {
    border-top: 1px solid #cccccc;
    padding-top: 10px;
    margin-bottom: 10px;
}

.display-inline-block {
    display: inline-block;
}

.main .message {
    border-top: 1px solid #cccccc;
    padding-top: 10px;
    margin-bottom: 10px;
}

.display-inline-block {
    display: inline-block;
}

/* ----------- 登录弹出框样式 ---------- */

html,
body {
    font-size: 14px;
    font-family: Microsoft YaHei, arial, sans-serif arial, sans-serif;
}




.path-navigation {
    background-color: transparent;
    margin-bottom: 0;
    line-height: 32px;
    font-size: 14px;
    font-weight: bold;
}

.path-navigation>li+li:before {
    content: "\e840 ";
    font-family: "sortfont" !important;
    font-size: 18px;
    padding: 0 5px;
    line-height: inherit;
    display: inline-block;
    line-height: 1;
}

.breadcrumb>.active a {
    color: #1B8BED;
    line-height: inherit;
    display: inline-block;
    vertical-align: top;
}

.link {
    font-size: 12px;
    color: #1072bb;
    font-weight: bold;
}

.link:hover {
    text-decoration: underline !important;
}

/* 浅灰色 */
.color777 {
    color: #777777;
}

.timeinput2 {
    background: url('/images/reconfiguration-img/timeinput2.png') calc(100% - 5px) center no-repeat scroll;
}

.cancelBtn {
    font-size: 14px;
    border: none;
    padding: 4px 12px;
    outline: none;
    width: 85px;
    text-align: center;
    /* font-weight: bold; */
    background-color: #e1f3ff;
    border: 1px solid #0069b7;
    border-radius: 5px;
}

.confirmBtn {
    font-size: 14px;
    border: none;
    padding: 5px 12px;
    outline: none;
    width: 85px;
    text-align: center;
    /* font-weight: bold; */
    color: #fff;
    background-color: #0069b7;
    border-radius: 5px;
}

.cancelBtn:hover,
.confirmBtn:hover {
    opacity: .8;
}

.cancelBtn:active,
.confirmBtn:active {
    transform: scale(0.98);
    box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
}