/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2014-7-30, 22:29:17
    Author     : Administrator
*/
::-webkit-scrollbar {
    padding-left: 1px;
    border-left: 1px solid #d5d5d5;
    background-color: #fafafa;
    overflow: visible;
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
    background-clip: padding-box;
    border: 1px solid transparent;
    border-left-width: 2px;
    min-height: 15px;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1),inset 0 -1px 0 rgba(0, 0, 0, .07);
}

::-webkit-scrollbar-thumb:vertical:hover {
    background-color: rgba(0, 0, 0, .3);
}

::-webkit-scrollbar-thumb:vertical:active {
    background-color: rgba(0, 0, 0, .5);
}

::-webkit-scrollbar-button {
    height: 0;
    width: 0;
}

::-webkit-scrollbar-track {
    background-clip: padding-box;
    border: solid transparent;
    border-width: 0 0 0 4px;
}

::-webkit-scrollbar-corner {
    background: transparent;
}
body {
    background: #f7f7f7;
    position: relative;
    padding:0;
    margin:0 auto;    
    font-size: 14px;
    color: #444;
    font-family: Verdana,Microsoft YaHei,Helvetica,STHeiti STXihei,Microsoft JhengHei,Arial;
}
input{
    font-family: Verdana,Microsoft YaHei,Helvetica,STHeiti STXihei,Microsoft JhengHei,Arial;
}
a{
    outline: none;
}
#top{
    font-size: 15px;
    text-indent: 20px;
    text-align: left;
    background: #f7f7f7;
    line-height: 45px;
    height: 45px;
    margin: 0 auto;
    color:#555;
    border-bottom: 1px solid #dedede;
}

.leftNavWrap{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #f7f7f7;float:left;
    width:200px;
    border-right: #dedede solid 1px;
    border-top: none;
}

.leftNavWrap , #frame{
    max-height: 800px !important;
}

@media screen and (max-width: 1200px){
    #frame{
        border-radius: 0;
        border-right: none;
        border-left: none;
    }
    .welcome{
        padding-left: 20px;
    }
}

.nopadding{
    padding:0 !important;
}

.item ,.item_single{
    line-height: 45px;
    font-size: 15px;
    color: #555;
    display: block;
    text-decoration : none;
    text-align: left;
    border-bottom: 1px solid #dfdfdf;
    padding-left: 50px;
    background: url('/images/document.png') 14px 49% no-repeat #f3f3f3;
    background-size: 25px;
    font-weight: bold;
}

.item:hover,.item_single:hover,.item.hover,.item_single.hover{
    background-color: #f7f7f7;
}
.left_nav > .item.hover,.left_nav > .item_single.hover{
    /*border-bottom-color: #4192E1;*/
}
.left_nav:last-child{
    border-bottom: none;
}
.subnav .item:hover,.subnav .item.hover{
    background: url('/images/dot-big-3.png') 14px center no-repeat #fff;
    color: #4192e1;
}

.subnav{
    display: none;
}
.subnav .item{
    font-weight: normal;
    line-height: 38px;
    background: url('/images/dot-big-1.png') 14px center no-repeat #fff;
    padding-left: 35px;
    font-size: 14px;
    color:#444;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
table{
    border-collapse:collapse; 
    margin: 0 auto;
}

td{
    border: black solid thin;  
    text-align: center;
    padding: 10px 39px;
}

th{
    border: black solid thin;  
}

caption
{
    caption-side:top;
}

#topnav{
    border-bottom:1px solid #ddd;
    overflow: hidden;
    background: #f7f7f7;
    margin-bottom: 10px;
    height: 41px;
    line-height: 41px;
    background: url('/images/comm_new_rep_imgs.png') repeat-x;
    border-bottom: 1px solid #eee;
}

#navIn{
    height: 41px;
    line-height: 41px;
    max-width: 1200px;
    margin:0 auto;
}

.topNavItem{
    text-decoration: none;
    color:#555;
    transition-duration: 100ms;
    cursor: pointer;
    padding: 0 10px;
    display: block;
    float: right;
    height: 39px;
    line-height: 39px;
    border-right: 1px solid #dedede;
}

.topNavItem:hover{
    color: #fff;
    background: #4192E1;
}

#wframe{
    max-width: 1200px;
    margin:0 auto;
}

#frame{
    text-align: center;
    background: #fff;
    border:1px solid #ddd;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    border-radius: 5px;
    overflow: hidden;
}

.search_div{
    padding-left: 178px;
    padding-bottom: 20px;
}

.search_input{
    width: 165px;
    height: 20px;
    text-indent: 15px;
}

.search_button{    
    background-size: 100px;
    padding: 2px 20px;
    text-align: center;
    margin-left: 100px;
    display: inline-block;
    border-radius: 5px;
    font-size: 13px;
    color: #fff;
    background: #08c;
}

.material_trade td{ 
    padding: 10px 30px;
}

.iframe_body{
    background-color:white; 
}

#operator{   
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 35px;
    padding-left: 50px;
    display: inline-block;

}

#add_operator{   
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left center;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding-left: 57px;
    margin-left: 310px;
}

.button {
    padding: 6px 10px;
    width:auto; overflow:visible; *width:1;
    border: solid 1px #999;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #DDD;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DDDDDD');
    background: -moz-linear-gradient(top,  #FFF,  #DDD);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#DDD));
    color: #333;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-shadow: 0px 1px 1px rgba(255,255,255,1);
    line-height: 1;
}
.button:active {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD', endColorstr='#FFFFFF');
    background: -moz-linear-gradient(top,  #DDD,  #FFF);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDD), to(#FFF));
}
.button:last-child{
    margin-right: 5px;
}
.button:first-child{
    margin-left: 5px;
}
.search_button:last-child{
    margin-left: 50px;
}
.a_border{
    border: 1px solid black;
    border-top: none;
    border-left: none;
    width: 200px;
    height: 25px;
}
.a_working{
    background-size: 100px;
    text-align: center;  
    font-size: 13px;
    color: #fff;
    background: #08c;
    padding: 4px;
    display: block;
    margin: 10px 20px;
}

.div_working{
    padding-top: 10px;
    width: 200px;
    border-right: 1px solid;
    text-align: center;
}

#department  td{
    padding: 10px 30px;
}

.a_title_for_department{
    line-height: 63px;     
    font-size: 20px;
    color: white;
    font-family: Verdana,Microsoft YaHei,Helvetica,STHeiti STXihei,Microsoft JhengHei,Arial;
}

#department_next{
    display: none;
    margin-top: 50px;
}

#department_next_input_div{
    border: 1px solid black;
    width: 800px;
    margin: 20px auto;
}

#department_next_input_a{

}

#department_next_input{
    width: 100px;

}

#department_next_input_div_body{
    margin: 40px auto;
}

#department_next_top{
    margin-left: 450px;
}

#department_next_button{
    margin-left: 50px;
}

#department_next_input_div_top{
    margin-top: 10px ;

}

#department_next_table1_div{
    margin-bottom: 20px;
}

#department_next_table1_div td{
    padding: 10px 35px;    
}

#department_next_table2_div td{
    padding: 10px 30px;    
}

#department_next_bottom{
    margin-top: 20px;
}

#timer-stop,#timer-start{
    font-size: 20px;
    margin-left: 20px; 
    text-decoration: none;
}

.product_orders_tr td{
    padding: 15px 22px;
}

.login-form{
    width: 350px;
    text-align: center;
    padding: 59px 25px;
    /*padding-top: 130px;*/
    /*border-radius: 10px;*/
    float:right;
}

.gs-text {
    overflow: hidden;
    border:1px solid #d4d4d4;
    border-left: 1px solid #44b549;
    padding:1px 5px;
    margin-bottom:8px;
    box-shadow:0 1px 3px rgba(0,0,0,0.1);
    background: #fff;
}
.gs-text input {
    width:100%;
    display:block;
    border:1px solid transparent;
    outline:none;
    height:30px;
    line-height:30px;
    font-size:15px;
    color: #555;
}

#login-frame{
    margin:0 auto;
    /*box-shadow:0 1px 3px rgba(0,0,0,0.1);*/
    background: #fff;
}

.login-gbtn{
    font-size: 15px;
    text-decoration: none;
    height: 35px;
    display: block;
    line-height: 35px;
    background: #44b549;
    color:#fff;
    border-radius: 3px;
}

.login-gbtn:hover{
    background: #27cc2e;
}
.login-item{
    padding-top: 20px;
}

#login{
    border:6px solid #e8e8e8;
    width: /*\**/1000px\9;
    max-width: 1000px;
    margin:0 auto;
}

#login-img{
    margin-right: 400px;
}

.loginBody{
    padding:0;
}

#__alert__{
    top:0;
    color:#fff;
    position: fixed;
    padding:0 60px;
    background: #44b549;
    line-height: 29px;
    height:30px;
    display: none;
}

#__alert__.warn{
    background: #f37d2a;
}

@media screen and (max-width: 765px){
    body{
        background: #fff; 
        border-top: 3px solid #44b549;
    }
    .login-form{
        width: auto;
        float:none;
    }
    #login-img{
        display: none;
    }
    #login{
        border:none;
        width:90%;
    }
}

#right_iframewap{
    float:right;
}