#control-sidebar-home-tab{
    margin-top: -10px;
}
#control-sidebar-settings-tab{
    margin-top: -10px;
}

.admin-login-captcha-img{
    width: 100%;
    /*height: 34px;*/
}

.admin-login-captcha-input-icon{
    margin-right: 15px;
}

.admin-login-box {
    /*left: 40%;*/
    margin: 25vh auto ;
    /*position: absolute;*/
    text-align: center;
    /*top: 30%;*/
    width: 980px;
    height: 50vh;

    /*opacity: 0.8;*/
}

.admin-login-body-background {

    background-color: #000;
    overflow: hidden;
}

.login-logo-a{
    color: #fff !important;
}

.table-search {
    
    width: 150px;
}

.breadcrumb > li + li::before {
    color: #999;
    content: "/ ";
    padding: 0 5px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
 
    background-color:#0D9BDA !important;
    border-color:#56C4F4 !important;
}

.admin-node-label{
    
    margin-left: 20px;
    font-weight : normal !important;
}

.admin-node-header label{
    
    font-weight : normal !important;
}
.admin-list-img-size {
    
    max-height: 30px;
}

.search-input{
    
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    float: left;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    width: 200px;
}

/* 图标选择 */
.js-icon-picker .input-group-addon {
    cursor: pointer;
}
#icon_search {
    padding: 15px;
}
#icon_tab .nav-tabs {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 15px;
}
#icon_tab i {
    font-size: 2em;
}
.js-icon-list {
    padding-left: 0;
    padding-bottom: 1px;
    margin-bottom: 20px;
    list-style: none;
    overflow: hidden;
}
.js-icon-list li{
    float: left;
    width: 5%;
    padding: 15px;
    margin: 0 -1px -1px 0;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    border: 1px solid #ddd;
    cursor: pointer;
}
.js-icon-list li:hover {
    background-color: #F5F5F5;
}
.js-icon-list li code {
    display: none;
}

.content-header{
    position: relative;
    padding: 0px;
    /*margin-bottom: 10px;*/
    background-color: #fff !important;
    padding: 10px;
    border-bottom: 1px solid #CCCCCC
}
.breadcrumb{
    float: right;
    background: transparent;
    /*margin-top: 0px !important;*/
    font-size: 12px;
    padding: 7px 5px;
    position: absolute;
    top: -3px !important;
    right: 10px;
    border-radius: 2px;
}

.checkbox-select-all{
    width: 30px;
}

.sort-th{
    width:50px;
    text-align: center;
}

.status-th{
    width:50px;
}

/*公用样式*/
.Color1{color:#0D9BDA}
.Color2{color:#F05656}
.Color3{color:#FF9900}
.Color4{color:#36B876}

.need{color: red}
.need:after{content: "*"}

.logo-lg img{height: 32px}
option:disabled{color: #aaa}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{outline: none !important}
input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #C7C6C6 inset !important;
    -webkit-text-fill-color: #555 !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    background-color: transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s;
}
.table-responsive{min-height: 350px}
input[name='sort']{max-width: 200px}
.date{width: 120px !important;display: inline-block}
select[name="oid"]{width: 100px !important}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn .btn{
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.clear{clear: both}
/*合计*/
.box-footer{position: relative}
.box-footer .total-div{position: absolute;left:20px;line-height: 34px;margin: 20px 0}

.skin-blue .treeview-menu > li > a > i.dot:before{
    content: "";
    background-color: #fff;
    width: 3px;
    height: 3px;
    border-radius: 10px;
    margin-right: 14px;
    display: inline-block;
    vertical-align: text-top;
    margin-top: 6px;
    margin-left: 4px;
}

@media screen and (min-width: 1920px) {
    .content>.box,.content>.form_single>.box{max-width: calc(100% - 40px);margin: 23px auto 0}
    .content{padding: 0}
    .content-header{padding: 20px 10px}
    .content-header>.breadcrumb{top:10px !important}
}
