/* glable style */
/**2015-9-29**/
ul,li,ol{ list-style:none;}

.g6 {
    color: #666;
}

.g9 {
    color: #999;
}
.width216{width:216px;}

.fa,
.fa a {
    font-family: 'microsoft yahei';
}

.fb{
    font-weight: bold;
}

.color-red {
    color: #c00;
}
/*2015-9-16*/
.color-red:link{color: #c00;}

.color-blue{
    color: #008ee1;
}

.dib {
    display: inline-block;
}

.dib:link,.dib:visited,.dib:hover,.dib:active{ text-decoration:none;}
/*2015-9-16*/
.dib:link{color:#fff;}

.mt10 {
    margin-top: 10px;
}

.mr10 {
    margin-right: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mt5 {
    margin-top: 5px;
}

.mr5 {
    margin-right: 5px;
}

.ml5 {
    margin-left: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.ml20{
    margin-left: 20px;
}

.mr20{
    margin-right: 20px;
}

.clear {
    clear: both;
}

.f14{
    font-size: 14px;
}

.f16{
    font-size: 16px;
}

.f18{
    font-size: 18px;
}

.text-underline{
    text-decoration: underline;
}


/* bootstrap rewrite */

body {
    font-family: 'arial','宋体';
    font-size: 12px;
}

ul {
    margin: 0;
    padding: 0;
}

a,
a:hover,
a:focus {
    color: #005bab;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: bold;
}

.table {
    margin-bottom: 10px;
}

.table.table-border-none > thead > tr > th,
.table.table-border-none > tbody > tr > th,
.table.table-border-none > tfoot > tr > th,
.table.table-border-none > thead > tr > td,
.table.table-border-none > tbody > tr > td,
.table.table-border-none > tfoot > tr > td {
    border-top: none;
}

.table.table-custom > thead > tr > th,
.table.table-custom > tbody > tr > th,
.table.table-custom > tfoot > tr > th {
    background-color: #f5f5f5;
}

.table.table-vertical > thead > tr > th,
.table.table-vertical > tbody > tr > th,
.table.table-vertical > tfoot > tr > th,
.table.table-vertical > thead > tr > td,
.table.table-vertical > tbody > tr > td,
.table.table-vertical > tfoot > tr > td {
    vertical-align: middle;
}

.table.table-vertical tr td .checkbox input[type="checkbox"]{
    
}

.checkboxss input[type="checkbox"]{
    margin:2px 0;
}/*2015-9-15*/

.table > thead > tr > th.text-top,
.table > tbody > tr > th.text-top,
.table > tfoot > tr > th.text-top,
.table > thead > tr > td.text-top,
.table > tbody > tr > td.text-top,
.table > tfoot > tr > td.text-top {
    vertical-align: top;
}

.container {
        width: 1050px;
}

.form-inline .form-control {
    display: inline-block;
}

/* IE8 hack */

@media \0screen\,screen\9 {

    .form-inline .btn {
        position: relative;
        top: -1px;
    }

    .modal-dialog {
        margin: 50px auto;
    }
    
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        line-height: 1.4;
    }

    .header{
        border-bottom: 1px solid #ddd;
    }

    .checkbox{
        min-width: 44px;
    }

}

/* header */

.header{
    position: relative;
    height: 88px;
    background-image: url(../images/bg-header.png);
    background-repeat: repeat-x;
    box-shadow: 1px 1px 2px #666;
    z-index: 101;
}

.logo{
    margin-top: -10px;
    max-height: 45px;
}

.user-welcome{
    line-height: 88px;
    font-size: 14px;
}

.home-back,
.home-front,
.log-out{
    width: 95px;
    height: 30px;
    color: #fff;
    text-align: left;
    border-radius: 4px;
    padding: 5px 10px;
}

.home-back:hover,
.home-front:hover,
.log-out:hover{
    text-decoration: none;
    color: #fff;
}

.home-back{
    background-color: #0072b5;
    border: 1px solid #0069a7;
}

.home-front{
    background-color: #e26920;
    border: 1px solid #008ee1;
}

.log-out{
    background-color: #008ee1;
    border: 1px solid #007cc5;
}

.nav-main{
    position: relative;
    height: 44px;
    background-color: #e26920;
    z-index: 100; 
}

.nav-main li{
    float: left;
    margin-right: 2px;/*2015-9-19 原来20*/
}

.nav-main li a{
    display: block;
    height: 44px;
    line-height: 44px;
    padding: 0 18px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.nav-main>li a:hover{
    text-decoration: none;
    background-color: #008ee1;
}

.nav-main>li a.hover{
    text-decoration: none;
    background-color: #008ee1;
}

.content{
    min-height: 580px;
        margin-bottom: 50px;
}

.footer{
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f3f3f3;
    border-top: 1px solid #c4c4c4;
}

.tab-menu{
    height: 30px;
    border-bottom: 1px solid #e2e2e2;
    background-color: #f0f0f0;
    display:none;
}

.tab-menu ul li{
    float: left;
    padding-top: 5px;
    position:relative;
    width:auto;
}

.tab-menu ul li i{position:absolute;top:2px;right:8px;}

.tab-menu ul li a
{
    position:relative;
    top: 1px;
    display: block;
    color: #666;
    height: 24px;
    line-height: 24px;
    background-color: #e6e6e6;
    margin-right: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.tab-menu ul li.active{color: #008ee1;}
.tab-menu ul li.active a{
    background-color: #fff;
    color: #008ee1;
    font-weight: bold;
    border-bottom-color: #fff;
}

.tab-menu ul li a:hover,
.tab-menu ul li a:focus{
    text-decoration: none;
}
/***2015-9-11**/
.form-control{display:inline-block;}
.form-group{margin-bottom:0;}
.table-form-control{
    height: 24px;
    border-radius: 0;
    font-size: 12px;
    padding: 2px 12px;
    width:172px;
}
/***end*/

.btn-search{
    padding: 2px 10px;
    background-color: #008ee1;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
.btn-searchs {
padding: 2px 10px;
background-color: #39ac6a;
color: #fff;
font-size: 12px;
font-weight: bold;
}
.btn-search:hover{color:#fff;}

.modal-custom .modal-header {
  border-bottom: 1px solid #dcdcdc;
  padding: 8px 10px;
  background-color: #f2f2f2;
  font-weight: bold;
}

.modal-custom .modal-header h4{
    font-size: 12px;
}

.modal-custom .modal-content{
    border-radius: 0;
}

.modal-custom button.close {
  font-size: 12px;
  font-weight: bold;
  margin-top: 4px;
}


 /*//////////////////////////////////////对话框/////////////////////////*/
.showAlert{ position:absolute;border:10px solid #ccc; background-color:#eee;width:260px;height:100px;color:#333; 
            line-height:70px;text-align:center; font-size:14px; z-index:1000; cursor:pointer;}
.showAlert p{text-align:right;}
.showAlert img{ cursor:pointer;}
.btn_red{background:url(../images/btn_red.gif);width:51px;height:22px;color:#fff;border:none; cursor:pointer;}
.btn_white{background:url(../images/btn_white.gif);width:68px;height:25px;border:none; cursor:pointer;}
.radio label, .checkbox label{padding-left:15px;}
.checkbox table tr td{padding-right:5px;}

/**2015-9-21**/
#divyincang,#divyincangs,#divcjr,#divlistxiaoqu{display: none;position: absolute;left: 2px;top: 23px;z-index: 999;width: 142px;min-height:50px;max-height:300px;
            background: #FFF;border: 1px solid #DDD; overflow-y:scroll;text-align: center;}
#divyincang div.divcs,#divyincangs div.divcs,#divcjr div.divcs,#divlistxiaoqu div.divcs{padding:5px;cursor:pointer;}
#divyincang div.divcs:hover,#divyincangs div.divcs:hover,#divcjr div.divcs:hover,#divlistxiaoqu div.divcs:hover{color:#ff0000;background:#ccc;}

.divyincang,.divyincangs{display: none;position: absolute;left: 0px;top: 28px;z-index: 999;width: 168px;min-height:50px;max-height:300px;
            background: #FFF;border: 1px solid #DDD; overflow-y:scroll;text-align: center;}
.divyincang div.divcs,.divyincangs div.divcs{padding:5px;cursor:pointer;}
.divyincang div.divcs:hover,.divyincangs div.divcs:hover{color:#ff0000;background:#ccc;}

.xiaoqu{position:relative;}
.xiaoqu .arrow,.xiaoqu .arrows,.xiaoqu .arrowx,.xiaoqu .arrowlist 
{
    position:absolute;
    margin-right: 12px;
    background-image: url("/images/fang/spritesheet.png");
    background-repeat: no-repeat;
    width: 7px;
    height: 4px;
    background-position: -5px -5px;
    z-index:99;
    top:20px;
    right:5px;
    cursor:pointer;
}
.xiaoqu .arrows 
{
    right:15px;
    top:15px;
}
.xiaoqu .arrowx
{
    right:0px;
    top:15px;
}
.xiaoqu .arrowlist 
{
    right:1px;
    top:10px;
}

.pointer{cursor:pointer;}