﻿body{ padding:0px; margin:20px;}

/*手风琴*/
.submenu {
 	display: none;
 }
 /*手风琴end*/
.tools-row
{
 background-color: #ffffff;
 padding:15px 18px;
 border-bottom:#e8f1f5 1px solid;
}
.tools-search
{
 background-color: #ffffff;
 padding:10px 18px;
 border-bottom:#e8f1f5 1px solid;
}
.btn_yd
{
    text-decoration:none;
    display:inline-block;
    background:#286fb7;
    border:1px solid #286fb7;
    border-radius:2px;
    text-align:center;
    min-width:60px;
    height:24px;
    line-height:24px;
    color:#fff;
    padding:0px 5px;
}
.btn_yd:hover
{
    color:#fff;
    text-decoration:none;
}

.block 
{
    text-align:left;
    margin: 0;
    background:#ffffff;
    box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);
    border-radius:4px;
    width:100%;
}

.searchbox{ padding:0px;}

.tables
{
    border:1px #e8f1f5 solid;
    width:100%;
    border-collapse: collapse;
    border-spacing:0;
    background:#ffffff;
    font:13px "微软雅黑", arial,sans-serif;
}

.tables td{border:#e8f1f5 solid; border-width:0 1px 1px 0px; background:#ffffff;}
.tables .title{ font-weight:bold; background:#e5f6fe; height:40px;font-size:14px;color:#333; padding-left:20px;}
.tables .tdleft{ height:40px; line-height:40px; text-align:right; padding-right:10px;background:#ffffff;}
.tables .tdright{ text-align:left; padding:5px 10px;background:#ffffff;}
.tables td table td{padding:0px;}
.table_toolbar{ width:100%;}
.table_toolbar td{ height:25px; padding-bottom:5px; padding-top:5px;}

.table_findbox{
    width:100%;
    border-collapse: collapse;
    border-spacing:0;
    background:#fff;
    font:13px "微软雅黑", arial,sans-serif;
}
.table_findbox td{height:30px; padding-top:5px; padding-left:10px;}

.datepiker{background: #fff url(themes/default/Images/ButtonImagedatebox_arrow.png) no-repeat right;}

.tables_jc
{
    border:1px #ddd solid;
    width:100%;
    border-collapse: collapse;
    border-spacing:0;
    background:#f4f4f4;
    font:13px "微软雅黑", arial,sans-serif;
}

.tables_jc td{font:13px "微软雅黑", arial,sans-serif;border:#ddd solid; border-width:0 1px 1px 0px; height:25px; line-height:25px; text-align:center;cursor: pointer; }
.tables_jc td span{font:13px "微软雅黑", arial,sans-serif;}
.helper 
{
    position: fixed;
    top:49px;
    width: 100%;
    height: 48px;
    background: #fefefe;
    border-bottom: 1px solid #e5e5e5;
}
.helper .myposi
{
    float:left;
    padding-left:200px;
    height: 48px;
    line-height:48px;
    font-size:12px;
    color:#666;
}
.myposi span.curposi
{
    color:#286FB7;
}
.helplink
{
    float:right;
    padding:16px 20px 0 0;
}
.helplink a span
{
    float:left;
    display:inline-block;
    height:18px;
    color:#666;
    padding-left:4px;
}
.helplink a .helpimg
{
    float:left;
    display:inline-block;
    width:18px;
    height:18px;
    background:url(img/icon_help.png) no-repeat;
}


.circleProgress_wrapper{
    width: 44px;
    height: 44px;
    position: relative;
    float: right;
    margin-left:20px;
}
.circleProgress_wrapper::before {
    content: "";
    width: 32px;
    height: 32px;
    border: 6px solid #F4F7F9;
    float: left;
    border-radius: 50%;
}
.wrapper{
    width: 22px;
    height: 44px;
    position: absolute;
    top:0;
    overflow: hidden;
}
.right_bar{
    right:0;
}
.left_bar{
    left:0;
}
.circleProgress{
    width: 32px;
    height: 32px;
    border:6px solid transparent;
    border-radius: 50%;
    position: absolute;
    top:0;

    transform: rotate(-135deg);
}
.rightcircle{
    border-top:6px solid #77909D;
    border-right:6px solid #77909D;
    right:0;
}
.leftcircle{
    border-bottom:6px solid #77909D;
    border-left:6px solid #77909D;
    left:0;
}
.right_rotate { transform: rotate(45deg);}
.left_rotate { transform: rotate(-120deg);}

.circleProgress_wrapper span.number {
    display: block;
    font-size: 12px;
    color: #24292B;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    padding: 6px;
    position: absolute;
}
.jcclass{ cursor:pointer;}

.elective { position: fixed; left: 88px; top: 185px; background: #fff; font-size:12px; border-radius: 2px; width: 190px; box-shadow: 0 0 40px rgba(119, 144, 157, .5);}
.tabs_title { background: #E7EEF0; border-radius: 8px 8px 0 0; padding: 0 30px; height: 64px; font-size: 16px; font-weight: bold; line-height: 64px;}
.tabs_sm_title { padding: 0 20px; height: 44px; line-height: 44px; font-weight: normal;}