.btn-us-blue{
    background-color: #09c;
    border-radius: 0;
    padding: 6px;
}
.btn-us-gray{
    background-color: #bbb;
    border-radius: 0;
    padding: 6px;
}
.btn-us-bigblue{
    background-color: #2ab0dc;
    height: 40px;
    border:none;
    font-weight: bold;
}
.search{
    height: 40px;
    border-radius: 0;
    border:none;
}

.aside .usico-book{
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat:no-repeat;
    background-image: url(../images/su_tellist_on.png);
    background-size: 22px 22px;
    position: absolute;
    top:28px;
    left: 30%;
}
.aside .usico-rest{
    width: 24px;
    height: 28px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(../images/su_hols_on.png);
    background-size: 22px 27px;
    position: absolute;
    top: 25px;
    left: 30%;
}
.aside .usico-kaoqin{
    width: 24px;
    height: 28px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(../images/checking_on.png);
    background-size: 24px 26px;
    position: absolute;
    top: 25px;
    left: 30%;
}
.aside .usico-approve{
    width: 24px;
    height: 28px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(../images/su_examine_on.png);
    background-size: 28px 23px;
    position: absolute;
    top: 25px;
    left: 30%;
}
.aside .usico-set{
    width: 24px;
    height: 24px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(../images/su_money.png);
    background-size: 24px 24px;
    position: absolute;
    top: 25px;
    left: 30%;
}
.aside h3{
    margin: 0;
    padding: 0;
    line-height: 74px;
}
.nav-book{
    list-style: none;
    padding-left: 0;
}
.nav-book .margin20{
    margin-top: 20px;
    /*margin-left: 10px;*/
}
.nav-book .margin15{
    margin-top: 15px;
    margin-left: 5px;
}
.nav-book li{
    background-color: #2ab0dc;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding:0 15px;
    margin-bottom: 1px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
.nav-book li:hover{
    background-color: #3cc7f5;
}
.nav-book li span:nth-child(1){
    cursor: pointer;
}
.nav-book li span:nth-child(2){
    cursor: pointer;
}
.nav-book li.subnav{
    background-color: #3acdfe;
/*    padding-left: 40px;*/
}
.nav-book li.subnav:hover{
    background-color: #3cc7f5;
}
.nav-book li.active{
    background-color: #fff;
    color: #09c;
    padding-left: 40px;
}
.nav-book li.active:hover{
    background-color: #fff;
}
.nav-book li.active .margin20{
    margin-top: 18px;
}

.nav-book li.active span a{
    color:#09c;text-decoration:none;
}
.nav-book li.active:hover span a{

}

.nav-book li span a{
    color:#fff;text-decoration:none;
}

.form-horizontal .form-col-2{
    float: left;
    width: 25%;
}
.form-horizontal .form-col-10{
    float: left;
    width: 60%;
}
.form-horizontal .control-label-form {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
}

.show-dpts{
    padding: 0;
    list-style: none;
    border: 1px solid #ccc;
    overflow: hidden;
    border-radius: 4px;
    margin: 0;
}
.show-dpts li{
    float: left;
    border: none;
    background: #eee;
    padding: 2px;
    margin: 5px 0 5px 5px;
}
li.input_group_add{
    background:none;
}
.input_group_add .blank-input{
    border: none;
    outline: none;
}
.has-error .show-dpts {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .show-dpts {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.addu-dptlist{
    position: absolute;
    list-style: none;
    background: #fff;
    padding-left: 0;
    border: 1px solid #eee;
    padding-left: 5px;
    border-radius: 4px;
    height: 200px;
    overflow-y: auto;
    display: none;
    z-index: 999;
}
.addu-dptlist li{
    cursor: pointer;
}
.btn-import{
    position: relative;
    overflow: hidden;
    padding-top: 10px;
}
#addrbook_import{
    display: block; 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 40px; 
    font-size: 100px; /* 增大不同浏览器的可点击区域 */ 
    line-height: 100%;
    opacity: 0; /* 实现的关键点 */ 
    filter:alpha(opacity=0);/* 兼容IE */ 
}