﻿/*
    copyright:ta0480
*/
body, span, p, a, select, option, td, th, div, textarea {
    font-family: '微软雅黑' !important;
}

html {
    overflow: hidden;
    padding: 0;
}

body {
    *margin: 8px 10px !important;
    *position: relative !important;
    *overflow: hidden !important;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none !important;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.font_default {
    font-family: '微软雅黑' !important;
    font-size: 13px;
    color: #323232;
}

.font_12_ffa60e {
    font-family: '微软雅黑';
    font-size: 12px;
    color: #ffa60e;
}

.myrow {
    width: 100%;
}

.yuanjiao {
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari 和 Chrome */
    border-radius: 4px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    /*behavior:URL(/css/PIE.htc)*/
}
/*----button 样式----*/
.mybtn {
    padding: 7px 14px;
    font-family: '微软雅黑';
    font-size: 13px;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    display: inline-block;
    height: 33px;
    line-height: 15px;
    width: 56px;
}

.mybtn_blue {
    background-image: linear-gradient(to bottom, #67b2ff, #448cf7);
    background-color: #63b4fd;
    border: 1px solid #4189f4;
    color: #ffffff !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = #67b2ff, endColorstr = #448cf7);
}

    .mybtn_blue:hover {
        background-image: linear-gradient(to bottom, #4199f2, #2e72d6);
        background-color: #458deb;
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = #4199f2, endColorstr = #2e72d6);
    }

    .mybtn_blue:active {
        background-image: linear-gradient(to bottom, #438bf7, #66b1ff);
        background-color: #236fd2;
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = #438bf7, endColorstr = #66b1ff);
    }

.mybtn_gray {
    background-image: linear-gradient(to bottom, #fdfdfd, #eaeaea);
    background-color: #f1f1f1;
    border: 1px solid #d4d4d4;
    color: #6d6d6d !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = #fdfdfd, endColorstr = #eaeaea);
}

    .mybtn_gray:hover {
        background-image: linear-gradient(to bottom, #F5F5F5, #d9d9d9);
        background-color: #ececec;
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = #F5F5F5, endColorstr = #d9d9d9);
    }

    .mybtn_gray:active {
        background-image: linear-gradient(to bottom, #d7d7d7, #fafafa);
        background-color: #e1e1e1 !important;
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = #d7d7d7, endColorstr = #fafafa);
    }
    

.mybtn_red {
    background-image: linear-gradient(to bottom, #ff7f00, #ffa07a);
    background-color: #ff7f00;
    border: 1px solid #ff82ab;
    color: #ffffff !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = #fdfdfd, endColorstr = #eaeaea);
}

    .mybtn_red:hover {
        background-image: linear-gradient(to bottom, #ff4500, #ff7f50);
        background-color: #ff8c00;
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = #F5F5F5, endColorstr = #d9d9d9);
    }

    .mybtn_red:active {
        background-image: linear-gradient(to bottom, #ff6347, #ff8247);
        background-color: #ff7f00 !important;
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = #d7d7d7, endColorstr = #fafafa);
    }
.mybtn_disabled {
    background-color: #dedede;
    color: #bfbfbf !important;
    border: 1px solid #cccccc !important;
}

.mypage {
    width: 100%;
    min-width: 950px; /*设置最小宽度，防止页面宽度太窄页面布局挤换行*/
}

.mypanel {
    padding: 0px;
    *overflow: hidden;
    /*min-width: 750px;*/
    /*max-width: 1108px;*/
}

/*----table 样式----*/
table {
    border-collapse: collapse;
    font-size: 13px !important;
}

.ui-jqgrid-view {
    border: 1px solid #e1e1e1 !important;
}

.ui-jqgrid-hdiv td {
    height: 40px;
    line-height: 40px;
    padding-left: 5px;
    border: 1px solid #e1e1e1 !important;
    border-bottom: 2px solid #d0d0d0;
}

thead tr td span {
    padding-left: 5px;
}

.ui-jqgrid-bdiv {
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}

    .ui-jqgrid-bdiv td {
        height: 33px;
        line-height: 33px;
        padding-left: 5px;
        border-right: 1px solid #e1e1e1 !important;
        border-bottom: 1px solid #e1e1e1 !important;
        border-top: 0px !important;
        /*border-bottom: 0px;*/
    }

    /*.ui-jqgrid-bdiv tr:nth-child(odd) {
        background-color: #ffffff !important;
    }

    .ui-jqgrid-bdiv tr:nth-child(even) {
        background-color: #f2f2f2 !important;
    }*/

    .ui-jqgrid-bdiv tr:hover {
        background-color: #DAE3EA !important;
    }

    .ui-jqgrid-bdiv tr[aria-selected=true] {
        background-color: #C1CDDB !important;
    }

.ui-jqgrid-pager table {
    border: 0px;
}

.ui-jqgrid-pager tr {
    height: 33px;
    line-height: 33px;
    border: 0px;
    background-color: #ffffff;
}

.ui-th-div {
    height: 36px !important;
    line-height: 36px !important;
    margin-top: 0px !important;
    padding-left: 10px !important;
    text-align: left !important;
}

.ui-th-ltr {
    border-right: 1px solid #e1e1e1 !important;
    border-bottom: 2px solid #e1e1e1 !important;
}

.ui-row-ltr > td {
    padding-left: 10px !important;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}
/*form样式*/
.form_panel {
}

.form_title {
    background-image: linear-gradient(to bottom, #67b2ff, #448cf7) !important;
    height: 35px;
    line-height: 35px;
    padding-left: 0px;
    color: white !important;
    background-color: #67b2ff !important;
    position: relative;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = #67b2ff, endColorstr = #448cf7);
}

.form_title_rightbtn {
    margin-right: 15px;
    font-size: 14px;
    font-family: '微软雅黑';
    color: white;
    text-decoration: none;
    *position: absolute;
    *right: 15px;
    *top: 0px;
}

.form_title_icon {
    line-height: 33px;
    height: 33px;
    padding-top: 2px;
    padding-left: 15px;
    font-size: 25px;
}

.form_title > span {
    font-size: 14px;
    font-family: '微软雅黑';
}

.form_body {
    background-color: white;
    padding: 20px;
}

.form_row {
    width: 100%;
    margin-bottom: 15px;
    height: 28px;
    line-height: 28px;
}

.form_row_5px {
    width: 100%;
    margin-bottom: 5px;
    height: 28px;
    line-height: 28px;
}

.form_item_title {
    width: 30%;
    height: 28px;
}

.form_item_input {
    width: 70%;
    height: 28px;
}

.myinput {
    width: 80%;
    height: 26px !important;
    line-height: 26px !important;
    border: 1px solid #d2d8e2 !important;
    border-style: solid !important;
    padding: 0px;
    padding-left: 5px;
    font-family: '微软雅黑' !important;
}
/*修改layer样式*/
.layui-layer-title {
    background-image: linear-gradient(to bottom, #67b2ff, #448cf7) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = #67b2ff, endColorstr = #448cf7);
    background-color: #67b2ff !important;
    height: 35px !important;
    line-height: 35px !important;
    padding-left: 15px;
    color: white !important;
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari 和 Chrome */
    border-radius: 4px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    behavior: url(css/PIE.htc); /*兼容ie圆角效果*/
}

.layui-layer-setwin {
    top: 9px !important;
}

.layui-layer-btn {
    padding: 7px 14px;
}

    .layui-layer-btn .layui-layer-btn0 {
        background-image: linear-gradient(to bottom, #67b2ff, #448cf7);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = #67b2ff, endColorstr = #448cf7);
        background-color: #63b4fd;
        border: 1px solid #4189f4;
        color: #ffffff !important;
        font-size: 13px !important;
        font-family: '微软雅黑' !important;
    }

        .layui-layer-btn .layui-layer-btn0:hover {
            background-image: linear-gradient(to bottom, #4199f2, #2e72d6);
            filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = #4199f2, endColorstr = #2e72d6);
            background-color: #458deb;
        }

        .layui-layer-btn .layui-layer-btn0:active {
            background-image: linear-gradient(to bottom, #438bf7, #66b1ff);
            filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = #438bf7, endColorstr = #66b1ff);
            background-color: #236fd2;
        }

    .layui-layer-btn .layui-layer-btn1 {
        background-image: linear-gradient(to bottom, #fdfdfd, #eaeaea);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = #fdfdfd, endColorstr = #eaeaea);
        background-color: #f1f1f1;
        border: 1px solid #d4d4d4;
        color: #6d6d6d !important;
        font-size: 13px !important;
        font-family: '微软雅黑' !important;
    }

        .layui-layer-btn .layui-layer-btn1:hover {
            background-image: linear-gradient(to bottom, #F5F5F5, #d9d9d9);
            filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = #F5F5F5, endColorstr = #d9d9d9);
            background-color: #ececec;
        }

        .layui-layer-btn .layui-layer-btn1:active {
            background-image: linear-gradient(to bottom, #d7d7d7, #fafafa);
            filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = #d7d7d7, endColorstr = #fafafa);
            background-color: #e1e1e1 !important;
        }

.a-Event {
    color: #1081d8 !important;
    cursor: pointer;
}

#MoreQuery {
    position: absolute;
    width: 500px;
    text-align: center;
    top: 50px;
    z-index: 1000000;
    left: 300px;
    border: 1px solid #d2d8e2;
}

.rotate-90 {
    -webkit-transform: rotate(90deg); /*Safari 4+,Google Chrome 1+  */
    -moz-transform: rotate(90deg); /*Firefox 3.5+*/
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); /*ie*/
}

.rotate-180 {
    -webkit-transform: rotate(180deg); /*Safari 4+,Google Chrome 1+  */
    -moz-transform: rotate(180deg); /*Firefox 3.5+*/
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); /*ie*/
}

.rotate-270 {
    -webkit-transform: rotate(270deg); /*Safari 4+,Google Chrome 1+  */
    -moz-transform: rotate(270deg); /*Firefox 3.5+*/
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /*ie*/
}
/*每页标题前面的一竖*/
.title-prev-icon {
    background-color: #0094ff;
    width: 4px;
    height: 20px;
    margin-right: 5px;
    margin-top: 5px;
}
/*灰色阴影*/
.yinying {
    /*Firefox4.0-*/
    -moz-box-shadow: 0 0 10px rgba(35, 35, 35, .5);
    /*Safariand Google chrome10.0-  */
    -webkit-box-shadow: 0 0 10px rgba(35, 35, 35, .5);
    /*Firefox4.0+、 Google chrome 10.0+ 、 Oprea10.5+ and IE9  */
    box-shadow: 0 0 10px rgba(35, 35, 35, .5);
    /*behavior:url(/css/PIE.htc);*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135, Color='#000000')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#000000');
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.font-14 {
    font-size: 14px !important;
}

.vertical-central {
    vertical-align: middle !important;
}

.my-td {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.Option {
    word-break: break-all;
    width: auto;
    display: block;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: hidden;
    margin:auto
}