﻿.blue_txt{color: rgb(64,158,255);}
.radiobutton{border-color: rgb(64,158,255);}
.radiobutton-inner{background-color: rgb(64,158,255);}
.checkbox{border-color: #c4c4c4;border-width: 1px;}
.checkbox-checked{background-color: rgb(64,158,255);}
.hide{display: none;}

#moduleForm {
    text-align: center;
    font-family:'Microsoft YaHei';
}
.panelbody {
    background-color:rgb(225,225,225);
    overflow: hidden;
}
.panelitem .nav {
    font-size: 16px;
    background-color: rgb(245,245,245);
    text-align:left;
}
.panelitem .navsec {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin: 0 15px;
    cursor:pointer;
}
.panelitem .nav .act {
    color: rgb(64,158,255);
    border-bottom: 2px solid rgb(64,158,255);
}
.panelitem {
    padding-bottom:20px;
    background-color:white;
    border-radius:5px;
    margin:15px 15px 0 15px;
}
.panelitem .title {
    font-size:16px;
    text-align:left;
    height:40px;
    line-height:40px;
    padding-left:15px;
    border-bottom:1px solid #eee;
}
.caption {
    height: 50px;
    line-height:50px;
    margin:auto;
    vertical-align: middle;
    font-weight: bold;
    font-size: 16px;
    text-align:center;
}
.lineDiv {
    clear: both;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
}
.oddtd {
    float: left;
    width: 85px;
    text-align: right;
}
.oddtd .required {
   color:red;
   padding:0 5px;
   font-weight:bold;
}
.eventd {
    float: left;
}
.toolbarDiv{
   position:fixed;
   bottom:0px;
   left:0px;
   height:35px;
   width:100%;
   text-align: right;
}
 .toolbarDiv .paddingdiv {
     padding-right:2px;
     padding-top:2px;
 }
.nav_box{padding-bottom: 0;}
.nav_box.scolled{position: fixed;
    z-index: 100;
    width: calc(100% - 49px);
    box-shadow: 0 0 5px rgb(107, 107, 107);}

    .line_txt{font-size: 14px;line-height: 30px;
        margin-top: 5px;
        display: inline-block;
        vertical-align: top;padding: 0 5px;}
    .lineDiv{height: auto;line-height: auto;padding: 5px;}
.lineDiv::after{content: '';display: block;width: 100%;height: 0;clear: both;}
.textbox{border-color: #c4c4c4;margin-top: 3px;}

/* 文件上传框 
 <input id="file1" class="easyui-filebox" data-options="onChange:changePic,prompt:'',buttonText:'+上传'" name="@Guid.NewGuid().ToString()" style="width:120px;height:120px;" accept="image/*" />
*/
.file_tip{font-size: 12px;color: #c4c4c4;padding-left: 100px;text-align: left; padding-bottom: 10px;}
.filebox>.textbox-button.textbox-button-right.l-btn.l-btn-small{background: transparent; width: 100%;height: 100%;border: none;}
.filebox .validatebox-text{display: none;}
.filebox .pic_holder{position: absolute;max-width: 100%;max-height: 100%;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.filebox .pic_delete{display: none; position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 10;align-items: center;justify-content: center;background-color: rgba(0, 0, 0, 0.5);}
.pic_delete>span{font-size: 12px;color: #fff;cursor:pointer;}
.filebox:hover .pic_delete{display: flex;}


/* Switch按钮 */
.switchbutton{border-radius: 30px;background: transparent;margin-top: 7px;}
.switchbutton .switchbutton-handle {
    border-radius: 50%;
}
.switchbutton-on{background-color: rgb(22, 132, 252);}

/*  */
.undatediv{position: relative;}
#date-panel {
    display: none;
    position: absolute;
    height: 180px;
    width: 180px;
    z-index: 999;
    top: 30px;
    left: 0;
}
.date-ok {
    position: absolute;
    background-color: #f3f3f300;
    font-size: 12px;
    top: 6px;
    right: -50px;
    border-radius: 3px;
    padding: 1px 1px;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    white-space: nowrap;
    line-height: 1;
    background-color: rgb(22, 132, 252);
    color: #fff;
    padding: 5px 10px;
}

.date-ok:hover {
    cursor: pointer;
}

.date-hide {
    position: absolute;
    background-color: #E6B0B0;
    height: 26px;
    width: 250px;
    top: 4px;
    z-index: 999;
    opacity: 0;
    left: 0;
}
.datagrid .datagrid-row .datagrid-cell .operbutton {
    cursor: pointer;
    color: blue;
    background-color: transparent;
    margin-left: 10px;
}
.datagrid .datagrid-row .datagrid-cell .operbutton:hover {
    text-decoration: underline;
}