﻿body{
    /*font-weight:bold;*/
    /*font-size:15px;*/
    /*color:#000;*/
}

span,div{
    /*font-size:15px;*/
    /*color:#000;*/
}



.leftregion.accordioninside > .f-panel-header {
    border-bottom-width: 0;
}

.f-widget-header .f-icon,
.f-icon, .f-widget-content .f-icon{
    color:#5da2d7;
}

.f-state-error-text .f-icon {
    color: #ff6c6c;
}

#header table {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;

    background-image: url(/res/images/IndexTop.jpg);
    background-size:100% 100%;
    min-height:60px;
    height:60px;
}



    #header table td {
        padding: 0;
    }

#header .logo {
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    color: #302f2f;
    transform: scale(1,1.5);
}

#header .dwname {
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    color: red;
    text-overflow: ellipsis;
    width: 280px;
    display: inline-block;
    transform: scale(1,1.6);
}


#header .logoimg {
    width: 48px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}


#header .f-btn {
    border-width: 0;
    padding: 5px;
    height: auto;
}

#header .icontopaction .f-btn-icon {
    width: 24px;
    font-size: 24px;
    margin-left: -12px;
    line-height: 20px;
    height: 24px;
}

#header .icontopaction .f-btn-text {
    font-size: 12px;
    line-height: 9px;
    padding-top: 9px;
}

#header .icononlyaction .f-btn-icon,
#header .icononlyaction .f-btn-text {
    width: 30px;
    font-size: 30px;
    line-height: 40px;
    height: 40px;
}



#header .userpicaction .f-btn-icon {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: 5px;
}

#header .userpicaction .f-btn-text {
    margin-left: 5px;
    font-size: 15px;
    line-height: 40px;
    color:#000;
}

.headermarginr {
    margin-right: 20px;
}

.headercustom-badge-color .f-badge {
    background-color: red;
    margin-top: 15px;
    margin-left:-35px;
}

#header .headermarginr .f-btn-icon {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: 5px;
}

.f-panel.ui-draggable>.f-panel-header
{
    background-size: 100% 100%;
        /*background:#2aadfa;*/
        background-image: url(/res/images/IndexTop.jpg);
            background-repeat: no-repeat;
}
.f-panel.ui-draggable>.f-panel-header>.f-panel-tools
{
        background:red;
}

.f-panel.ui-draggable>.f-panel-header>.f-panel-title>.f-panel-title-text
{
    color: #fff;
    align-items: center;
    text-align: center;
    font-size: 15px;
}

.f-messagebox .f-widget-header {
     padding-top: 10px; 
     padding-bottom: 10px; 
     background-size: 100% 100%;
     background-image: url(/res/images/IndexTop.jpg);
     background-repeat: no-repeat;
}

.f-messagebox .f-widget-header>.f-panel-tools
{
        background:red;
}

.systemhelp .arrowd {
    display: none;
}


.tabtool {
    margin-right: 10px;
}

    .tabtool .ui-icon {
        font-size: 18px;
        font-weight: normal;
        width: 18px;
        height: 18px;
    }

.bottomtable {
    width: 100%;
    font-size: 12px;
}

.highlight {
    font-weight: bold;
    color: Red;
    font-size:18px;
}

.grid-empty-text {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 500px;
    margin-left: -250px;
    margin-top: -15px;
    color: #ff0000;
    font-size: 24px;
    text-align: center;
}

.grid-empty-center {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 500px;
    margin-left: -200px;
    margin-top: -15px;
    font-style: italic;
    font-size: 20px;
    text-align: left;
}

.grid-empty-left {
    position: absolute;
    top: 45%;
    left: 0%;
    width: 500px;
    margin-left: 0px;
    margin-top: -15px;
    color: #ff0000;
    font-size: 20px;
    text-align: left;
}

.grid-empty-centers {
    position: absolute;
    top: 25%;
    left: 10%;
    width: 80%;
    margin-left: 0px;
    margin-top: 0px;
    color: #ff0000;
    font-size: 20px;
    text-align: left;
}

/*未审核*/
.isshenhe .f-tree-cell-text {
    color:#dc06ca;
}

/*未开始*/
.isstarted .f-tree-cell-text {
    color: red;
}

/*下级已有报*/
.IsHzfmbNum .f-tree-cell-text {
    color:#0078fa;
    font-weight: bold;
}

.btnred {
    border-width: 0 !important;
    background-color: Red;
    color: red;
}

.textfont input {
    color: red;
    text-align: right;
    font-weight: bold;
}

.labelRed span {
    color: red;
    font-weight: bold;
}

.labelRedMax span {
    color: red;
    font-weight: bold;
    font-size: 13pt;
}

#header .labelRedMax .f-btn-text {
    color: red;
    font-weight: bold;
    font-size: 15px;
}

.f-grid-row-summary .f-grid-cell-inner {
    font-weight: bold;
    color: red;
}


/*输入框背景为蓝色*/
.text-total input {
    background-color: #54FF9F;
}

/*输入框背景为蓝色、文本右对齐*/
.text-right-total input {
    background-color: #54FF9F;
    text-align: right;
}

/*输入框背景为蓝色、文本居中*/
.text-align-center input {
    text-align: center;
    background-color: Lime;
    font-weight: bold;
}

/*输入框文本靠右对齐*/
.text-right input {
    text-align: right;
}

/*输入框背景为橘红色色*/
.text-tangerine input {
    background-color: #f668b6;
}

.f-grid-row.Errors,
.f-grid-row.Errors .f-icon,
.f-grid-row.Errors a {
    background-color: #f1ab82;
    color: #000;
}


.mybgpanel.Tops > .f-toolbar-bodyct > .f-toolbar-body {
    background-color: #9BD1DB;
    background-image: url(/res/images/IndexTop.jpg);
    background-size: 100% 110%;
}


#win_edit_Tops_tool_daohang{
    padding:0px;
}

#win_edit_Tops_WinTool{
    padding:0px;
}

.f-smallmode .f-toolbar{
    padding-top: 3px;
    padding-bottom: 3px;
}

.lableFontColor{
    color:#f56d39;
    font-weight:bold;
}

 .TreeRed .f-tree-cell-text {
    color: red;
 }

.TreeBlue .f-tree-cell-text {
   color:mediumblue;
}

.f-grid-row.GridRed,
.f-grid-row.GridRed .ui-icon,
.f-grid-row.GridRed a {
   color:red;
}

.backRed{
    color:#000;
    background-color: red;
}

.f-grid-row .f-grid-cell-standard01, .f-grid-row .f-grid-cell-standard02 {
    background-color: #facb9e;
}

.ColRed.f-grid-cell
{
    background-color: #FF77FF;
    color: #000;
}

.ColEdit.f-grid-cell
{
    background-color: #f2f5f7;
    color: #000;
}

.style-total.f-grid-cell {
   background-color: #54FF9F;
   color: #000;
}

.custom-cell-no-edit.f-grid-cell {
    background-color: #D3D3D3;
    color: #000;
}

.style-Edit.f-grid-cell {
   background-color: #f5cfac;
   color: #000;
}

.f-grid-row.RowNoEdit,
.f-grid-row.RowNoEdit .f-icon,
.f-grid-row.RowNoEdit a {
    background-color: #D3D3D3;
    color: #000;
}

.f-messagebox-nowin{
    z-index: 9999 !important;
    font-size: 16px;
    line-height: 28px;
}

.minLable .f-field-fieldlabel{
    padding: 7px 0px;
    font-size:11px;
}

.f-tab-header.f-state-active
{
    font-size:15px;
}

.BgClose{
    background-image:url(/res/images/Close.png);
    background-size:100% 100%;  
    cursor:pointer;
}

.f-disabled_select{
    opacity: 1;
    cursor:pointer;
}

.f-grid-colheader.f-grid-filterable .f-grid-colheader-text {
    text-decoration: none;
}




.btnImgBox {
    position: sticky;
    width: 500px;
    height: 50px;
    border-radius: 10px;
    margin: auto auto 50px auto;
    bottom:50px;
    display:flex;
}
    .btnImgBox div {
        float: left;
        margin-left: 30px;
        margin-right:30px;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        font-size: 30px;
        color: #ffffff;
        font-weight: bold;
        background-color: rgba(211, 153, 151, 1);
        border-radius: 100%;
        cursor: pointer;
        flex:1;
    }
        .btnImgBox div span {
            display: none;
            font-size: 12px;
        }
        .btnImgBox div:hover {
            background-color: #f1f1f1;
            color: rgba(211, 153, 151, 1);
        }
            .btnImgBox div:hover span {
                display: block;
            }
@media screen and (max-width:700px) {

    .btnImgBox {
        width: 500px;
        height: 50px;
        border-radius: 10px;
        margin: auto auto 50px auto;
        bottom: 50px;
    }
     .btnImgBox div {
        margin-left: 35px;
        margin-right:35px;
        width: 50px;
        height: 50px;
    }
}
@media screen and (max-width:500px) {

    .NewStopbtnImgBox {
        position: absolute;
        width: 400px;
        height: 50px;
        border-radius: 10px;
        left: 0px;
        bottom: 50px;
    }
     .NewStopbtnImgBox div {
        margin-left:30px;
    }

     .btnImgBox {
        width: 350px;
        height: 50px;
        border-radius: 10px;
        margin: auto auto 50px auto;
        bottom: 50px;
    }

      .btnImgBox div {
        margin-left: 21px;
        margin-right:21px;
        width: 45px;
        height: 45px;
    }
}


        .NewStophd-steps {
            height: 50px;
        }

        .NewStopstep-box {
            display: inline-block;
        }

        .NewStophd-step {
            background-color: #dce3e8;
            color: #768aa2;
            text-align: center;
            line-height: 48px;
            font-size: 18px;
            font-weight: bold;
            margin-left: -8%;
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
            -webkit-clip-path: polygon(0 0, 38% 0, 100% 50%, 93% 100%, 0 100%);
            clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%,10% 50% );
        }

            .NewStophd-step.active {
                background-color: #0068b7;
                color: #ffffff;
            }

        .NewStopiconImg {
            width: 150px;
            height: 150px;
        }

        .NewStopcenter {
            text-align: center;
            font-size:18px;
            font-weight:bold;
            color:#0587f6;
        }

.f-grid-card .f-grid-card-row {
    padding: 1px;
    background-color:rgba(198, 197, 197, 0.20);
    border-bottom-width:3px;
    border-color:rgba(0, 0, 0, 0.27);
    padding-bottom: 10px;
    border-radius: 10px;
    color:#000;
}

.CardBtn {
    background: #0ac625;
    color: #fff;
    line-height: 1.7rem;
    text-align: center;
    cursor: pointer;
    inset: auto 5px 5px 5px;
    height: 25px;
    border-radius: 5px;

    text-decoration: none;
    box-shadow: 0px 2px 0px 0px #248507;
    transition: all .5s;

    flex: 1;
    margin: 3px;
}

.CardBtn a{
    text-decoration: none;
    color:#fff;
    font-size: 14px;
}

.f-grid-row-alt {
    background-color: #f9efec;
}

/*实验室教学等课程表Div*/

 .WeekDiv_Ysh {
     background-color: green;
     color: #fff;
     border-top-right-radius: 26px;
 }
 .WeekDiv_Ysh a{
     color: #fff;
 }

  .WeekDiv_Dsh {
     background-color: red;
     color: #fff;
     border-top-right-radius: 26px;
 }
 .WeekDiv_Dsh a{
     font-weight:bold;
     color: #fff;
 }
 /*结束实验室教学等课程表Div*/

 /*文字水印*/
#watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-30deg); /* 旋转并居中 */
    color: rgba(254, 0, 0, 0.68);
    font-size: 24px;
    font-family: Arial, sans-serif;
    pointer-events: none; /* 防止水印遮挡页面元素 */
    user-select: none; /* 防止文字被选中 */
    z-index: 1000; /* 确保水印在其他内容之上 */
}