﻿
html, body {
    background-color: #ffffff;
    color: black;
}
a, a:active, a:visited, a:hover {
    color: black;
}
.btn, .btn-link {
    color: black;
}
.text-color {
    color: black;
}
.brief-color {
    color: #008878;
}
.focus-color {
    color: #990000;
}
.content-vip {
    color: #4a0000;
}
.ActBtn {
    color: white !important;
    opacity: 0.8;
}
.SpLi0 {
    background-color: rgba(255,255,255,0.3);
}
.bg-color {
    background-color: rgba(255,255,255,0.9);
}
.form-control:focus,
.form-control,
.form-control1:focus,
.form-control1 {
    border-color: #2890a8;
    color: black;
    background-color: rgba(245,245,245,0.5) !important;
}
.form-control:disabled,
.form-control[readonly],
.form-control1:disabled,
.form-control1[readonly] {
    border-color: #cab28d !important;
    color: #807363 !important;
    background-color: rgba(240,241,222,0.5) !important;
}
.input-group-text {
    color: #025668 !important;
    background-color: rgba(255,222,222,0.5) !important;
    border: 1px solid #80c3d1 !important;
}
.badge-vip {
    color: #ffff00;
    background-color: #660000;
    font-weight: normal;
}
button.btn-primary,
button.btn-secondary,
button.btn-success,
button.btn-danger,
button.btn-info,
button.btn-light,
button.btn-dark,
a.btn-primary,
a.btn-secondary,
a.btn-success,
a.btn-danger,
a.btn-info,
a.btn-light,
a.btn-dark {
    color: #f0fcff;
}
button.btn-warning,
a.btn-warning {
    color: #212929;
}
.bg-r:hover,
.bg-g:hover,
.bg-b:hover,
.bg-y:hover,
.bg-red:hover,
.bg-green:hover,
.bg-blue:hover,
.bg-yellow:hover {
    color: #dc3545 !important;
}
.BoxShadow {
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.FgFont {
    text-shadow: 1px 1px 2px white;
}
.FgFont1 {
    text-shadow: 0 0 3px white;
}
.bg-g,
.bg-green {
    background-color: rgba(225,255,225,0.5) !important;
}
.bg-r,
.bg-red {
    background-color: rgba(255,235,235,0.5) !important;
}
.bg-y,
.bg-yellow {
    background-color: rgba(255,255,225,0.5) !important;
}
.bg-b,
.bg-blue {
    background-color: rgba(225,245,255,0.5) !important;
}
/*公共消息区*/
.GreenAreaX,
.GreenArea,
.MsgAreaX,
.MsgArea,
.BriefAreaX,
.BriefArea,
.FocusAreaX,
.FocusArea,
.InfoAreaX,
.InfoArea {
    border-radius: 0.5rem;
    padding: 0.25rem;
    word-break: break-all;
    width: 100%;
    border: 1px solid #f2f2f2;
}
.MsgArea {
    /*border: 1px dotted rgba(236,189,40,0.8);*/
    background-color: rgba(255,245,158,0.25);
}
.MsgAreaX {
    /*border: 1px dashed rgba(236,189,40,0.8);*/
    background-color: rgba(255,245,158,0.25);
}
.BriefArea {
    /*border: 1px dotted rgba(168,192,198,0.8);*/
    background-color: rgba(229,236,239,0.25);
}
.BriefAreaX {
    /*border: 1px dashed rgba(168,192,198,0.8);*/
    background-color: rgba(229,236,239,0.25);
}
.GreenArea {
    /*border: 1px dotted rgba(40,167,69,0.8);*/
    background-color: rgba(208,255,202,0.25);
}
.GreenAreaX {
    /*border: 1px dashed rgba(40,167,69,0.8);*/
    background-color: rgba(208,255,202,0.25);
}
.FocusArea {
    /*border: 1px dotted rgba(236,127,40,0.8);*/
    background-color: rgba(255,222,158,0.2);
}
.FocusAreaX {
    /*border: 1px dashed rgba(236,127,40,0.8);*/
    background-color: rgba(255,222,158,0.2);
}
.InfoArea {
    /*border: 1px dotted rgba(40,168,158,0.8);*/
    background-color: rgba(202,255,245,0.25);
}
.InfoAreaX {
    /*border: 1px dashed rgba(40,168,158,0.8);*/
    background-color: rgba(202,255,245,0.25);
}
/*弹出模式框*/
.modal-content {
    border: 1px dashed rgba(40,167,69,0.6);
    border-radius: 1rem;
    background-color: rgba(255,255,255,0.8);
}
.modal-header {
    border-bottom: 1px dashed rgba(40,167,69,0.6);
    padding:0.5rem 1rem;
}
.modal-body {
    background-color: rgba(180,200,160,0.2);
}
.modal-footer {
    border-top: 1px dashed rgba(40,167,69,0.6);
    padding: 0.25rem 0.75rem;
}
/*自定义分页按钮样式*/
.page-link,
.page-link:active,
.page-link:visited {
    background-color: rgba(60,180,80,0.8) !important;
    color: #ffffff !important;
}
.PageAreaX .page-link,
.PageAreaX .page-link:active,
.PageAreaX .page-link:visited {
    background-color: rgba(225,255,225,0.25) !important;
    color: #005800 !important;
    border: 1px dotted #2890a8 !important;
}
.PageAreaX button,
.PageAreaX a {
    color: #005800 !important;
    background-color: rgba(225,255,225,0.25) !important;
}
.PageAreaX .btn {
    border: 1px dotted #2890a8 !important;
}
/*下拉菜单样式覆盖*/
.dropdown-menu {
    color: black !important;
    background-color: rgba(255,245,235,0.99) !important;
    border: 1px solid #ecbd28 !important;
}
.dropdown-item {
    color: black !important;
}
.dropdown-divider {
    border-top: 1px solid #ecbd28 !important;
}
