/*重置css*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0
}
html, body {
    background-color: #fff;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
body {
    font: 12px/1.5 Tahoma, Helvetica, Arial, '宋体b8b\4f53', sans-serif;
    border: 0;
    outline: 0;
    color: #555;
}
select, input, button, textarea {
    font-family: Tahoma, arial, 宋体, sans-serif;
    font-size: 12px;
    font-style: normal;
    vertical-align: middle;
}
textarea {
    overflow: auto;
}
table {
    /*border-collapse: collapse;*/
    border-spacing: 0;/*设置空单元格是否显示边框empty-cells:show|hide*/
}
td {
    font-size: 12px;
}
li {
    list-style-type: none;
}
img {
    border: 0;
}
form {
    height: 100%
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
:focus {
    outline: 0;
}
a {
    text-decoration: none;
    color: #333;
}
.p10 {
    padding: 10px;
}
.ac {
    text-align: center;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
#left_nav {
    width: 160px;
    background-color: #afafaf;
    height: 100%;
    float: left;
}
.manager_logo {
    font-size: 50px;
    width: 160px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    color: #fff;
    font-family: Impact;
    font-weight: normal;
    border-bottom: 1px solid #6f6f6f;
    text-shadow: 0 -1px 2px #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#7a7a7a), to(#5a5a5a));
    background: -moz-linear-gradient(top, #7a7a7a, #5a5a5a);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7a7a7a, endcolorstr=#5a5a5a, gradientType=0);
}
#left_menu dt {
    height: 30px;
    line-height: 30px;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #888;
    padding: 0 10px;
    cursor: pointer;
    text-shadow: 0 1px 0 #bbb;
    font-size: 14px;
    color: #333;
    position: relative;
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, from(#AFAFAF), to(#9a9a9a));
    background: -moz-linear-gradient(top, #AFAFAF, #9a9a9a);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#AFAFAF, endcolorstr=#9a9a9a, gradientType=0);
}
#left_menu dt:hover {
    background-color: #9a9a9a;
}
#left_menu dt em {
    border-color: #555 transparent;
    _border-color: #555 #fff;
    border-style: solid;
    border-width: 5px;
    height: 0px;
    width: 0;
    line-height: 0;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    position: absolute;
    right: 10px;
    top: 12px;
    border-top: 5px solid #555;
    border-bottom: none;
}
#left_menu dt.slide_up {
    background: -webkit-gradient(linear, left top, left bottom, from(#9a9a9a), to(#AFAFAF));
    background: -moz-linear-gradient(top, #9a9a9a, #AFAFAF);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#9a9a9a, endcolorstr=#AFAFAF, gradientType=0);
}
#left_menu dt.slide_up em {
    border-top: none;
    border-bottom: 5px solid #555;
}
#left_menu dd {
    background-color: #c2c2c2;
}
#left_menu a {
    display: block;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #afafaf;
    padding: 5px 10px 5px 20px;
}
#left_menu a:hover {
    background-color: #cfcfcf
}
#left_menu a.act {
    background-color: #fff;
    border-top-color: #fff;
}
#right_frame {
    height: 100%;
    float: left;
}
.section_box {
    border-top: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0 1px 0 #fafafa inset;
    background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#fff));
    background: -moz-linear-gradient(top, #efefef, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#efefef, endcolorstr=#ffffff, gradientType=0);
}
.box {
    border: 1px solid #ccc;
    margin: 10px;
}
.box dt {
    padding: 4px 10px;
    font-weight: bold;
    font-size: 14px;
    border-top: 1px solid #fff;
    height: 22px;
    border-bottom: 1px solid #ccc;
    text-shadow: 0 1px 0 #fff;/*#efefef;#e0e0e0*/
    background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#e0e0e0));
    background: -moz-linear-gradient(top, #efefef, #e0e0e0);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#efefef, endcolorstr=#e0e0e0, gradientType=0);
}
.list {
    overflow: auto;
    margin-bottom: 10px;
}
.list li {
    padding: 5px 10px;
    float: left;
    margin: 0 10px;
}
.box dd .gray_table {
    margin: -1px;
}
.inp {
    border: 1px solid #ccc;
    padding: 0 5px;
    box-shadow: 0 1px 2px #cecece inset;
    vertical-align: middle;
}
.btn {
    border: 1px solid #bbb;
    height: 22px;
    padding: 0 10px;
    cursor: pointer;
    vertical-align: middle;
    background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#e0e0e0));
    box-shadow: 0 1px 1px #fff inset;
    background: -moz-linear-gradient(top, #efefef, #e0e0e0);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#efefef, endcolorstr=#e0e0e0, gradientType=0);
}
.btn:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
    box-shadow: 0 1px 1px #fff inset;
    background: -moz-linear-gradient(top, #fff, #efefef);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffffff, endcolorstr=#efefef, gradientType=0);
}
.btn_green {
    border: 1px solid #bbb;
    height: 22px;
    padding: 0 10px;
    cursor: pointer;
    vertical-align: middle;
    background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#e0e0e0));
    box-shadow: 0 1px 1px #fff inset;
    background: -moz-linear-gradient(top, #efefef, #e0e0e0);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#efefef, endcolorstr=#e0e0e0, gradientType=0);
}
.btn_green:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
    box-shadow: 0 1px 1px #fff inset;
    background: -moz-linear-gradient(top, #fff, #efefef);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffffff, endcolorstr=#efefef, gradientType=0);
}
.btn_gray {
    /*border: 1px solid #bbb;
    height: 28px;
    padding: 0 20px;
    cursor: pointer;
    vertical-align: middle;
    background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#e0e0e0));
    box-shadow: 0 1px 1px #fff inset;
    background: -moz-linear-gradient(top, #efefef, #e0e0e0);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#efefef, endcolorstr=#e0e0e0, gradientType=0);*/
    display: inline-block;
    margin-bottom: 0;
    padding: .5em 1em;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color .3s ease-out, border-color .3s ease-out;
    transition: background-color .3s ease-out, border-color .3s ease-out;
    background: #efefef;
}
.btn_gray:hover {
    /*background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
    box-shadow: 0 1px 1px #fff inset;
    background: -moz-linear-gradient(top, #fff, #efefef);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffffff, endcolorstr=#efefef, gradientType=0);*/
    background-color: #0c79b1;
    color: #fff;
}
.btn_big {
    border: 1px solid #666;
    *border: none;
    _border: none;
    border-top-color: #888;
    border-bottom-color: #333;
    width: 90px;
    height: 34px;
    padding: 0 15px;
    cursor: pointer;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 1px 2px #dadada, 0 1px 1px #bbb inset;
    color: #fff;
    text-shadow: 0 -1px #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#555));
    background: -moz-linear-gradient(top, #999, #555);
    background: -ms-linear-gradient(top, #999, #555);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#999999, endcolorstr=#555555, gradientType=0);
}
.btn_long {
    border: 1px solid #666;
    *border: none;
    _border: none;
    border-top-color: #888;
    border-bottom-color: #333;
    width: 130px;
    height: 28px;
    padding: 0 15px;
    cursor: pointer;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0 1px 2px #dadada, 0 1px 1px #bbb inset;
    color: #fff;
    text-shadow: 0 -1px #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#555));
    background: -moz-linear-gradient(top, #999, #555);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#999999, endcolorstr=#555555, gradientType=0);
}
.btn_big:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#333));
    box-shadow: none;
    border-color: #333;
    background: -moz-linear-gradient(top, #555, #333);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#555555, endcolorstr=#333333, gradientType=0);
}
.ac td {
    text-align: center;
}
.gray_table {
    width: 100%;
    border-collapse: collapse;
}

.gray_table th {
    background-color: rgba(14,144,210,.115);
    color: #0b76ac;
    font-weight: normal;
    padding: 5px 3px;
    border: 1px solid #ddd;
}
.gray_table td {
    padding: 5px 5px;
    border: 1px solid #ddd;
}
.gray_table a.aspNetDisabled {
    color: #a7a7a7;
}
.gray_table tr.even td {
    background-color: #f9f9f9;
}
.line_title:first-of-type {
    margin-top: 0;
}
    .line_title {
    border-bottom: 2px solid #1E9FFF;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 20px;
}
    .line_title strong {
        display: inline-block;
        padding: 3px 10px;
        background-color: #1E9FFF;
        color: #fff;
    }
.module {
    margin-bottom: 20px;
}

.module .module-header {
    border-bottom: 2px solid #1E9FFF;
}

.module .module-title {
    display: inline-block;
    font-size: 14px;
    padding: 3px 10px;
    background-color: #1E9FFF;
    color: #fff;
}

.module .module-body {
}

.tab-selected{
    display: inline-block;
    padding: 3px 10px;
    color: #efefef;
    background-color: #095f8a;
    width:64px;
    text-align:center;
}    
.tab-unselected{
    display: inline-block;
    padding: 3px 10px;
    color: #efefef;
    background-color: #565d60;
    width:64px;
    text-align:center;
}
.tab-selected a{
    text-decoration: none;
    color: #efefef;
}
.tab-unselected a{
    text-decoration: none;
    color: #efefef;
}

.bline li {
    border-bottom: 1px solid #aaa;
}
.list_intro {
    width: 90px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
    vertical-align: middle;
}
.space_line {
    height: 0;
    font-size: 0;
    border-bottom: 1px dotted #ccc;
    margin: 10px 0;
    clear: both;
}
.submit_back {
    padding: 15px;
    text-align: center;
    border-top: 1px solid #d0d0d0;
    background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#fff));
    background: -moz-linear-gradient(top, #ddd, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#dddddd, endcolorstr=#ffffff, gradientType=0);
}
.gray_page_back{ height:100%;
background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
background: -moz-linear-gradient(top,  #444,  #111);
filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#444444,endcolorstr=#111111,gradientType=0);
}
.admin_login_box{ width:320px; position:absolute; left:50%; margin-left:-140px; top:50%; margin-top:-250px; box-shadow:0 2px 40px #111; border-radius:8px;border-top:1px solid #a0a0a0; border-bottom:1px solid #444;background-color:#056eb5; padding:8px 0;}
.admin_login_box dt{ height:30px; line-height:20px; padding-left:15px;  color:#fafafa; font-size:22px;border-radius:6px 6px 0 0; text-shadow:0 1px 0 #222; font-family:'微软雅黑';
background: -webkit-gradient(linear, left top, left bottom, from(#056eb5), to(#056eb5));
background: -moz-linear-gradient(top, #056eb5,  #056eb5);
filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#666666,endcolorstr=#777777,gradientType=0);
}
.admin_login_box dd{ padding:20px 0; border-top:1px solid #eee;border-bottom:1px solid #555; font-size:14px; min-height:270px;
background: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#ccc));
background: -moz-linear-gradient(top,  #dfdfdf,  #ccc);
filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#dfdfdf,endcolorstr=#cccccc,gradientType=0);
}

.gray_page_back{ height:100%;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
background: -moz-linear-gradient(top,  #fff,  #fff);
filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#444444,endcolorstr=#111111,gradientType=0);
}
.admin_login_box dd ul{ width:350px; margin:auto;}
.admin_login_box li{ padding-top:5px;}
.admin_login_box .inp{ height:35px; display:block; width:330px; font-size:16px; line-height:35px; border-color:#aaa}
.admin_login_box .inp:focus{ border-color: #09F;}
.admin_login_box .btn{ height:35px; width:342px; font-size:16px; margin-top:10px;border-color:#aaa}


.PromptCSS
{
    color: #FFFFFF;
    font-size: medium;
    font-style: italic;
    font-weight: bold;
    background-color: #FF3399;
    font-family: 宋体, Arial, Helvetica, sans-serif;
    border: solid 1px Pink;
    height: 28px;
}


.link {
    color: #0088CC;
}

.link:hover {
    text-decoration: underline;
}

.link-underline {
    text-decoration: underline;
}

/* 单行显示省略号 */
.single-line {
    display: block;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.tabbable>.tabs-nav {
    font-size: 16px;position: relative;
}
.tabbable>.tabs-nav:after {
    content: "";clear: both;display: table;
}
.tabbable.tabbable-sm > .tabs-nav {
    font-size: 12px;
}
.tabbable.tabbable-md > .tabs-nav {
    font-size: 14px;
}
.tabbable.tabbable-border > .tabs-nav {
    border-bottom: 1px solid #eee;
}
.tabbable>.tabs-nav li {
    position: relative; float: left; cursor: pointer; padding: 8px 15px; text-align: center;
}
.tabbable>.tabs-nav.tabs-right li {
    float: right;
}
.tabbable>.tabs-nav li.active {
    border-bottom: 2px solid #f60;padding-bottom: 6px;
}
.tabbable>.tabs-nav li a {
    text-decoration: none;
}
.tabbable>.tab-content {
    padding: 10px;background-color: #fff;
}
.tab-content > .tab-panel {
    display: none;
}
.tab-content>.tab-panel.active {
    display: block;
}



.text-gray {
    color: #afafaf;
}