/*table css*/
.grid{
    margin:15px 0 15px 0;
    font-size: 15px;
}


.grid_queryitem{

    background: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 5px;
    text-align: left;
    font-weight: bold;
}

.grid_footer {
    border: solid #34a853 1px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius:  0 0 6px 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;
    margin: 0px ;
    background: #f5f5f5;
    min-height: 45px;

}
.grid-toolbar{
    border: solid #34a853 1px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius:  6px 6px 0 0 ;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;
    margin: 0px ;
    background: #f5f5f5;
    padding: 5px;	
}
.grid-query{
    box-shadow: none;
    margin: 0px;
    background: #efefef;
    min-height: 132px;
    padding: 3px;
}
.gotopage{
    color:black;
}

.grid_data td, .grid_table th {
    border: 1px solid #DCDCDC;
    padding: 5px 5px;
    cursor:pointer;
}
.grid_data th  {
    background: none repeat scroll 0 0 #EFEFEF;
}
.grid_data_div{

    overflow-x: auto;
    border: solid #34a853 1px;
    min-height:326px
}




.report_data {
    border: solid #ccc 1px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;
    margin: 0px ;

}



.report_data {
    border: solid #ccc 1px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;
    margin: 0px ;

}


.report_data td, .grid_data th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 5px;
    background: #F6F8FA;

}

.report_data th {
    background: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}












.serial{
    border: 1px solid #DCDCDC;
    padding: 5px 5px;
    background: none repeat scroll 0 0 #EFEFEF;
    text-align: center;
}
.header{
    cursor:pointer;
    text-align: center;
}
.header:hover{
    background:#DDDDDD
}
.nowsele{
    background:#6be2b2;
}
.msg{
    color: #996600;
    font-size: 12px;
}

/*����*/

.pagebar {
    color: #FFFFFF;
    font-size: 9pt;
    margin: 5px;
    padding: 5px;
    line-height: 2.5;
}
.pagebar a {
    color: #FFFFFF;
    font-size: 9pt;
    margin: 5px;
    padding: 5px;
}
.pagebar span.first,span.previous,span.next,span.last {
    font-weight: normal;
    border: none;
    padding: 3px 8px;
    margin: 5px;
    text-decoration: none;
    background: #aaa;
    border-radius: 0;
    cursor: none;
}
.pagebar a.first,a.previous,a.next,a.last{;
                                          font-weight: normal;
                                          border-radius: 0px;
                                          border: none;
                                          padding: 3px 8px;
                                          margin: 5px;
                                          text-decoration: none;
                                          background: #34a853;
                                          cursor: pointer;
}
.pagebar .page {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px none #000000;
    border-radius: 13px;
    color: #000000;
    margin: 3px;
    padding: 3px 6px;
    cursor: pointer;
}


.pagebar .current {
    background: none repeat scroll 0 0 #34a853;
    margin: 5px;
    padding: 4px 8px;
    cursor: pointer;
}
.pagebar .total {
    color: #808080;
    font-weight: bold;
    margin: 3px;
    padding: 3px 6px;
}
.pagebar .total_num {
    color: #047AFD;
}

.query_div_button {
    background: linear-gradient(to bottom, #3D94F6 5%, #1E62D0 100%) repeat scroll 0 0 #3D94F6;
    border: 1px solid #337FED;
    border-radius: 6px;
    box-shadow: 0 1px 0 0 #97C4FE inset;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;

    font-size:12px;
    font-weight: bold;
    margin: 5px;
    padding: 5px;
    text-decoration: none;
    text-shadow: 0 1px 0 #1570CD;
    width: 60px;
}


.grid_button {
    border-radius: 90px;
    border: 1px solid #e5e5e5;
    padding: 5px 20px;
    margin: 3px;
    background:-moz-linear-gradient( center top, #ffffff 5%, #cccccc 100% );
    background:-ms-linear-gradient( top, #ffffff 5%, #cccccc 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffffff), color-stop(100%, #cccccc) );
    background-color:#ffffff;
    color:#000000;
    display:inline-block;
    -webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
    -moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
    box-shadow:inset 1px 1px 0px 0px #ffffff;
    line-height: 1.2;
}

.grid_button2 {
    font-size: 14px;
    border-radius: 90px;
    border: 1px solid #9e9c9e;
    padding: 3px 10px;
    margin: 3px;
    background:-moz-linear-gradient( center top, #ffffff 5%, #cccccc 100% );
    background:-ms-linear-gradient( top, #ffffff 5%, #cccccc 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffffff), color-stop(100%, #cccccc) );
    background-color:#ffffff;
    color:#000000;
    display:inline-block;
    text-shadow:1px 1px 0px #ffffff;
    -webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
    -moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
    box-shadow:inset 1px 1px 0px 0px #ffffff;
}



.grid_button:hover {
    background:-moz-linear-gradient( center top, #cccccc 5%, #ffffff 100% );
    background:-ms-linear-gradient( top, #cccccc 5%, #ffffff 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#ffffff');
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #cccccc), color-stop(100%, #ffffff) );
    background-color:#cccccc;
}.grid_button:active {
    position:relative;
    top:1px;
}


.query_button {
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #34a853;
    padding: 2px 20px;
    margin: 5px;
    background: #34a853;
    color: #fff;
}
.query_button:hover {
    border: 1px solid #162445;
    padding: 2px 20px;
    background-color: #162445;
    padding: 2px 20px;
    transition: all 0.3s ease 0s;
}
.query_button:active {
    position:relative;
    top:1px;
}

.reset_query {
    border: 1px solid #bf5855;
    background: #bf5855;	
}
.css_btn_class {

    font-size:12px;

    font-weight:normal;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    width:20px;
    height:20px;
    border-radius:10px;
    border:1px solid #d83526;
    padding:2px 2px;
    text-decoration:none;
    background:-moz-linear-gradient( center top, #fa665a 5%, #d34639 100% );
    background:-ms-linear-gradient( top, #fa665a 5%, #d34639 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa665a', endColorstr='#d34639');
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fa665a), color-stop(100%, #d34639) );
    background-color:#fa665a;
    color:#ffffff;
    display:inline-block;
    text-shadow:1px 1px 0px #98231a;
    -webkit-box-shadow:inset 1px 1px 0px 0px #fab3ad;
    -moz-box-shadow:inset 1px 1px 0px 0px #fab3ad;
    box-shadow:inset 1px 1px 0px 0px #fab3ad;
}.css_btn_class:hover {
    background:-moz-linear-gradient( center top, #d34639 5%, #fa665a 100% );
    background:-ms-linear-gradient( top, #d34639 5%, #fa665a 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d34639', endColorstr='#fa665a');
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #d34639), color-stop(100%, #fa665a) );
    background-color:#d34639;
}.css_btn_class:active {
    position:relative;
    top:1px;
}
.open_query{
    display: inline-block;
    padding: 6px 22px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 90px;
    cursor:pointer;
}
.gray_table {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    padding: 5px;
    width: 100%;
}
.gray_table td, .gray_table th {
    border: 1px solid #ececec;
    padding: 3px;
    height:46px;
}
.gray_table th {
    text-align:right;
    padding: 3px 15px;
}
.gray_table thead th {
    text-align:center;
    padding 0px
}
.gray_table th {
    background: #F6F8FA none repeat scroll 0 0;
}
/* .gray_table tr:hover {
    background: #e1e9ed none repeat scroll 0 0;
}    */
.required {
    color: #b10017;
}
.c20 {
    width: 20%;
    text-align:center;
}
.c30 {
    width: 30%;
    text-align:center;
}
.c25 {
    width: 25%;
    text-align:center;
}
.tc{
    text-align:center;
}
.tl{
    text-align:left;
}
.tr{
    text-align:right;
}
.fill_table{
    width:100%;
}
.table_label{
    color: 	#BB5500;
    font-size:18px;
    font-weight:bolder;
    line-height:42px ;
}


.grid-but {
    border: 0px;
    background: transparent;
}


.save_button {
    border: 1px solid #162445;
    padding: 5px 30px;
}