body, .m-body {
    background-color: #fff !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px transparent inset;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    background-color: transparent;
    -webkit-text-fill-color: #f1f1f1 !important;
    transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, .3) inset !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    background-color: rgba(255, 255, 255, .3);
    -webkit-text-fill-color: #666666 !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

.m-nav-grid__item {
    border-radius: 10px;
    border: solid 1px transparent;
}

.m-nav-grid__item:hover {
    background-color: rgba(255, 255, 255, .2) !important;
}

.m-nav-grid__text {
    color: #666666 !important;
}

@media (min-height: 660px) {
    .m-login__signin {
        padding-top: 120px;
    }
}

@media (min-height: 680px) {
    .m-login__signin {
        padding-top: 120px;
    }
}

@media (min-height: 730px) {
    .m-login__signin {
        padding-top: 140px;
    }
}

@media (min-height: 1020px) {
    .m-login__signin {
        padding-top: 240px;
    }
}

@media (min-height: 1360px) {
    .m-login__signin {
        padding-top: 350px;
    }
}

.un32-logo {
    fill: #fafafa;
}

.dental-plan-text {
    font-size: 20px;
    fill: #fafafa;
    font-family: "RobotoCondensed-Light", "Roboto CondensedLight", "PingFang SC", "Arial";
}

.un32-logo:hover, .dental-plan-text:hover {
    fill: #fec2a4;
    transition: all 0.1s
}

.horizontal-timeline ol {
    position: relative;
    z-index: 1;
    padding: 0 !important;
    display: table;
    table-layout: fixed;
}

.horizontal-timeline ol::before {
    content: '';
    position: absolute;
    width: 99%;
    top: 9px;
    height: 0.214rem;
    background-color: #3DBEA3;
    z-index: -1;
}

.horizontal-timeline ol > li {
    display: inline-block;
    /* You can also add some margins here to make it look prettier */
    zoom: 1;
    *display: inline;
    /* this fix is needed for IE7- */
}

.horizontal-timeline ol > li > div {
    margin: 0 20px 5px 0;
}

.horizontal-timeline ol > li:last-child > div {
    margin-right: 0;
    background-color: #fff;
}

/*.horizontal-timeline ol > li:last-child > div:first-child {
    background-color: #fff;
}*/

.m-badge.m-badge--trans {
    background-color: transparent;
    color: #ffffff;
}

.icon-small {
    font-size: 12px !important;
}

.m-badge.m-badge--metal-40 {
    background-color: rgba(196, 197, 214, 0.4);
    color: rgba(255, 255, 255, .4);
}

.project-process-root {
    /*margin-bottom: 10px;
    border-bottom: dashed 1px #EBEDF2;*/
}

.app-menu-section-text {
    font-size: 12px !important;
    color: #868aa8 !important;
}

.app-menu-text {
    color: #f2f3f8 !important;
}

.m-login-2--skin-1 .m-input {
    background-color: rgba(255, 255, 255, .2) !important;
}

.gray-div {
    padding: 10px;
    border: 1px solid lightgray;
    margin-bottom: 10px;
}

#div-page-content-header {
    padding-top: 0 !important;
    padding-left: 0 !important;
}

#div-page-content-header div:first-child:empty {
    display: none;
}

.choosed-func-block {
    background-color: #C7F7F7 !important;
}

.table-th {
    background-color: #fafafa;
    color: #a0a0a0;
}

.tooth-layout-table, .tooth-layout-table-mini {
}

.tooth-layout-table tr:first-child td:first-child {
    border-top: none;
    border-right: solid 1px #808080;
    border-bottom: solid 1px #808080;
}

.tooth-layout-table tr:first-child td:last-child {
    border-top: none;
    border-bottom: solid 1px #808080;
}

.tooth-layout-table tr:last-child td:first-child {
    border-right: solid 1px #808080
}

.tooth-layout-table-mini tr:first-child td:first-child {
    border-top: none;
    border-right: solid 1px #808080;
    border-bottom: solid 1px #808080;
}

.tooth-layout-table-mini tr:first-child td:last-child {
    border-top: none;
    border-bottom: solid 1px #808080;
}

.tooth-layout-table-mini tr:last-child td:first-child {
    border-right: solid 1px #808080
}

.tooth-layout-table-mini td {
    font-family: "Consolas", "Courier New", "Menlo" !important;
    font-size: 13px;
    line-height: normal;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.portlet-no-border {
    border: none !important;
}

.portlet-no-bottom-margin {
    margin-bottom: 0 !important;
}

.delivery-page-order-list {
}

/* 发货页面订单列表样式 */
.delivery-page-order-list > thead > th {
    font-weight: bold;
}

.delivery-page-order-list-order-info > td {
    border-top: none !important;
    border-bottom: none !important;
}

.delivery-page-order-list-product-info > td {
    border-top: none !important;
    border-bottom: solid 1px #f1f1f1 !important;
}

.small-badge {
    width: 18px;
    height: 18px;
    font-size: 12px;
}

.top-nav-icon {
    color: rgb(173, 91, 235) !important;
    font-weight: 700 !important;;
    font-size: 2rem !important;;
}

.border-left-dashed {
    border-left: dashed 1px #f1f1f1 !important;
}

.border-right-dashed {
    border-right: dashed 1px #f1f1f1 !important;
}

.border-top-dashed {
    border-top: dashed 1px #f1f1f1 !important;
}

.border-bottom-dashed {
    border-bottom: dashed 1px #f1f1f1 !important;
}

.border-all-dashed {
    border: dashed 1px #f1f1f1 !important;
}

.float-right {
    float: right;
}

.padding-0 {
    padding: 0 !important;
}

.padding-left-0 {
    padding-left: 0 !important;
}

.padding-right-0 {
    padding-right: 0 !important;
}

.padding-top-0 {
    padding-top: 0 !important;
}

.padding-bottom-0 {
    padding-bottom: 0 !important;
}

.padding-left-right-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.padding-top-bottom-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.margin-left-right-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-28 {
    font-size: 28px !important;
}

.font-32 {
    font-size: 32px !important;
}

.border-trans {
    border-color: transparent !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-0 {
    border: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-round-5 {
    border-radius: 5px !important;
}

.border-round-10 {
    border-radius: 10px !important;
}

.border-left-round-20 {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.border-right-round-20 {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.border-top-solid-danger-1 {
    border-top: solid 1px #f2536e;
}

.border-solid-1 {
    border-style: solid !important;
    border-width: 1px !important;
}

.border-danger {
    border-color: #f2536e !important;
}

.border-primary {
    border-color: #5163d8 !important;
}

.border-success {
    border-color: #3dbea3 !important;
}

.border-warning {
    border-color: #fdb738 !important;
}

.border-brand {
    border-color: #f16cc8 !important;
}

.border-focus {
    border-color: #972cf0 !important;
}

.border-metal {
    border-color: #c4c5d6 !important;
}

.border-info {
    border-color: #3da5f4 !important;
}

.border-secondary {
    border-color: #eaeaea !important;
}

/* 组织结构图样式 */
.orgchart {
    background: #fff !important;
}

.material-preview {
    overflow: hidden;
    max-height: 180px;
    max-width: 156px;
    vertical-align: middle;
}

.material-preview-sm {
    overflow: hidden;
    max-height: 104px;
    max-width: 104px;
    vertical-align: middle;
}

.material-preview-sm2 {
    overflow: hidden;
    max-height: 88px;
    max-width: 88px;
    vertical-align: middle;
}

.badge-light-trans {
    background-color: rgba(235, 235, 235, .2) !important;
}

.select2-results__group {
    color: #888888 !important;
}

.select2-container {
    width: 100% !important;
}
.edit-order-item-selected {
    background-color: #ebedf2
}