/* 青育 */
:root {
    /* 文本 */
    --FirstClassStandardText: #121212;
    --FirstClassStandardTextHover: #12121280;
    --SecondClassStandardText: #333333;
    --SecondClassStandardTextHover: #33333380;
    --ThirdClassStandardText: #666666;
    --ThirdClassStandardTextHover: #66666680;
    --FourthClassStandardText: #999999;
    --FourthClassStandardTextHover: #99999980;

    --coloredContentText: #FFFFFF;

    --underlineColor: #2495FF;

    --reportScoreIntroText: #BA2828;

    --warning: #D31111;
    --supplementary: #ABABB2;



    /* 按钮 */
    --standardButtonBackground: #FF6702;
    --standardButtonBackgroundHover: #FF670280;
    --standardButtonBorder: #FF6702;
    --standardButtonBorderHover: #FF670280;
    --standardButtonText: #FFFFFF;

    --buttonDesignIIBackground: #FFFFFF;
    --buttonDesignIIBackgroundHover: #FFFFFF80;
    --buttonDesignIIBorder: #FF6702;
    --buttonDesignIIBorderHover: #FF670280;
    --buttonDesignIIText: #FF6702;

    --buttonDesignIIIBackground: #FFFFFF;
    --buttonDesignIIIBackgroundHover: #FFFFFF80;
    --buttonDesignIIIBorder: #FFF2E9;
    --buttonDesignIIIBorderHover: #FFF2E980;
    --buttonDesignIIIText: #333333;

    --buttonDesignIVBackground: #BA2828;
    --buttonDesignIVBackgroundHover: #ff000080;
    --buttonDesignIVBorder: #BA2828;
    --buttonDesignIVBorderHover: #ff000080;
    --buttonDesignIVText: #FFFFFF;

    --buttonDesignVBackground: #FFFFFF;
    --buttonDesignVBackgroundHover: #FFFFFF80;
    --buttonDesignVBorder: #FFF2E9;
    --buttonDesignVBorderHover: #FFF2E980;
    --buttonDesignVText: #666666;

    --deleteButtonBackground: #FFFFFF;
    --deleteButtonBackgroundHover: #FFFFFF;
    --deleteButtonBorder: #FFFFFF;
    --deleteButtonBorderHover: #FFFFFF;
    --deleteButtonText: #BA2828;



    /* 部件 */
    --borderColor: #FFF2E9;
    --borderColorHover: #FFF2E980;

    --tabWrapColor: #FFF2E9;

    --lightScrollerThumbColor: #F8F8F8;

    --whiteButtonBackground: #FFFFFF;
    --whiteButtonBackgroundHowver: #FFFFFF80;

    --standardInputBackground: #FFFFFF;
    --disabledStandardInputBackground: #F4F5F5;

    --tableHeaderBackground: #F7FCFF;
    --oddTableLineBackground: #F7FCFF;
    --evenTableLineBackground: #FFFFFF;
    --nomoColorTableBackground: #FFFFFF;

    --progressBackground: #F6F6F6;
    --progressProgress: #FF6702;

    --leftMenuBackground: #FFFFFF;
    --leftMenuForeground: #666666;
    --leftMenuSelectedBackground: #FFF2E9;
    --leftMenuSelectedForeground: #FF6702;
    --leftMenuText: #666666;
    --leftMenuSplitter: #66666680;
    --leftMenuLoginName: #66666680;



    /* 背景 */
    --contentBackground: #FFFFFF;

    --dialogBackground: #FFFFFF;

    --lightBackground: #F5F5F5;

    --questionnaireBrickColor: #FFBC81;
    --measurementBrickColor: #CDE5F4;

    --recordSectionColor: #D8F1FF;



    --themeColor: #FF6702;
    --themeColorTrans: #FF670280;
    --themeColor_d1: #FF67021A;
    --themeColor_d2: #FF670233;
    --themeColor_d3: #FF67024D;
    --themeColor_d4: #FF670266;
    --themeColor_d5: #FF670280;
    --themeColor_d6: #FF670299;
    --themeColor_d7: #FF6702B3;
    --themeColor_d8: #FF6702CC;
    --themeColor_d9: #FF6702E6;




    /* 个别使用 */
    --pdfBackground: #FFFFFF;
    --dashboard_warningBlockBackground: #EAF6FF;
    --taskProgress_splitterColor: #9999992E;
    --taskProgress_todoNumColor: #BA2828;
    --profileContent_dataTableBottomBtn: #F7FCFF;
    --profileContent_msg_borderColor: #B6B8BD;
    --profileContent_msg_background: #B6B8BD;
    --interveneDetail_background: #F5F6FA;
    --interveneDetail_borderColor: #B6B8BD;
}