html,
body {
    height: 100%;
    font-family: helvetica, arial, 微软雅黑, 华文黑体;
}
a{
    text-decoration: none;
}
span.str_pad{}
span.str_pad.str_pad_1{padding-right: 0px;}
span.str_pad.str_pad_2{padding-right: 15px;}
span.str_pad.str_pad_3{padding-right: 30px;}
span.str_pad.str_pad_4{padding-right: 45px;}
span.str_pad.str_pad_5{padding-right: 60px;}

body.site .header{width:100%;float:left;height:80px;}
body.site .header .company_logo{
    font-size: 30px;
    line-height: 80px;
}
body.site .body{
    width:100%;
    float:left;
}
body.site .body .login-block{
    width: 100%;
    background-color: #e0f2ff;
}

body.site .body .login-block .container{
    height: 600px;
    background-image:url("../images/logo_banner.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    position: relative;
    background-size: contain;
}

body.site .footer{
    background-color: #F5F6F9;
    width:100%;float:left;height:80px;
        line-height: 80px;
}

body.site .body .login-block .login-form-block{
    width: 380px;
    float: left;
    height: 300px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    right: 40px;
    bottom: 200px;
}
body.site .body .login-block .login-form-block .tab_list{
    height: 50px;
    width: 100%;
    float: left;
        border-bottom: 1px solid rgb(167, 173, 183);
}
body.site .body .login-block .login-form-block .tab_list .tab{
    height: 100%;
    float: left;
    width: 50%;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 2px solid #fff;
        cursor: pointer;
}
body.site .body .login-block .login-form-block .tab_list .tab.checked{
    border-bottom: 2px solid #3a97f6;
}
body.site .body .login-block .login-form-block .tab_list .tab:hover{
    border-bottom: 2px solid #3a97f6;
}
body.site .body .login-block .login-form-block .inputs_block{
    padding-top: 10px;
    float: left;
    width: 100%;
}
body.site .body .login-block .login-form-block .password_block{
}
body.site .body .login-block .login-form-block #login-form{
    padding-top: 20px;
    width:78%;
    margin: 0 auto;
}
body.site .body .login-block .login-form-block .helper_links{
    width: 100%;
    float: left;
    position: absolute;
    bottom: 0px;
}
body.site .body .login-block .login-form-block .helper_links a{
    padding: 10px;
}
body.site .body .login-block .weixin_login_block{

}
body.site .body .login-block .weixin_login_block .tips{
    text-align: center;
}
body.site .body .login-block .weixin_login_block .tips.error{
    color: #ef2f13;
    font-weight: bold;
}
body.site .body .login-block .weixin_login_block .tips.warning{
    color: #f39c12;
}
body.site .body .login-block .weixin_login_block .tips.success{
    color: #00a65a;
    font-weight: bold;
}
.weixin_qrcode_block .qrcode_img{
    text-align: center;
    padding: 0;
    border: 1px solid #909090;
    width: 140px;
    margin: 5px auto;
    height: 140px;
    overflow: hidden;
    line-height: 130px;
    font-size: 20px;
}
.weixin_qrcode_block img{
    width:100%;
}


.progress_bar{
    height: 2px;
    display: block;
    background: #4fb2fc;
    animation: progress_bar 2s linear 0s infinite;
    -moz-animation: progress_bar 2s linear 0s infinite;
    -webkit-animation: progress_bar 2s linear 0s infinite;
    -o-animation: progress_bar 2s linear 0s infinite;
}
.pagination{margin:0 !important;}

@keyframes progress_bar
{
from {width:0px;}
to {width:140px;}
}

@-moz-keyframes progress_bar
{
from {width:0px;}
to {width:140px;}
}

@-webkit-keyframes progress_bar
{
from {width:0px;}
to {width:140px;}
}

@-o-keyframes progress_bar
{
from {width:0px;}
to {width:140px;}
}

.tabledrag-weight-page a.tabledrag-handle .handle{
    height:auto !important;
    width:auto !important;
}
.tabledrag-weight-page div.tabledrag-toggle-weight-wrapper{display:none;}
.overlay-wrapper{
    display:none !important;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
}
.box .overlay, .overlay-wrapper .overlay{z-index: 99999;}
body.working .overlay-wrapper{display:block !important;}
.upload_image_block{margin-bottom:10px;padding: 0;}
.upload_image_block .image_item{
    position: relative;
    float: left;
    width: 120px;
    height: 120px;
    overflow: hidden;
    /*border-radius: 8px;*/
    cursor: pointer;
    border: 1px solid #adadad;
    margin-right: 10px;
    margin-bottom: 10px;
}
.upload_image_block .image_item.empty_image_item{
    background-image:url("../images/empty_image.png");
    background-repeat: no-repeat;
    position: relative;
    background-size: initial;
    background-position: center;
}
.upload_image_block .image_item img{
    width:100%;
}
.upload_image_block .image_item span{
    width: 50%;
    height: 20px;
    position: absolute;
    bottom: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    opacity: 0;
    transition: opacity 1s;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
}

.upload_image_block .image_item .del_icon{
    right: 0;
    border-left: 1px solid #fff;
}
.upload_image_block .image_item .edit_icon{
    left: 0;
    border-right: 1px solid #fff;
}
.upload_image_block .image_item:hover span{
    opacity: 1;
}
img.main_image_Thumbnails_mini{
    max-width: 50px;
    max-height: 25px;
}
.article-index .article-index-title{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
}
.article-view .view_main_image{max-width:150px;max-height:150px;}
#permission_modal .modal-dialog{width:400px;}

.rbac-permission-page .permission-list{
    min-height:400px;
    float: left;
    width: 100%;
}
.permission-list span.permission-description{
    display: block;
    font-size: 14px;
    font-weight: bold;
}
.permission-list span.permission-name-block{
    display: block;
    font-size: 13px;
}
.permission-list .permission_row{
    float: left;
    width: 100%;
    position: relative;
}
.permission-list .permission_row .permission_row_index{
    width: 120px;
    text-align: right;
    padding-right: 20px;
    font-size: 18px;
    line-height:55px;
    position: absolute;
}
.permission-list .permission_row .permission_row_list{
    width: 100%;
    float: left;
    padding-left: 120px;
}
.permission-list .btn-app i.fa-cube,.permission-list .btn-app i.fa-cubes{
    display:none;
}
.permission-list .btn-app.single-action i.fa-cube{
    display:block;
}
.permission-list .btn-app.multi-actions i.fa-cubes{
    display:block;
}
.permission-list .btn-app.single-action .permission-name-block{
}

.permission-list .btn-app.multi-actions .permission-name-block{
    color: #00c0ef !important;
}
.permission-list .btn-app .has_assigned{display:none;}
.permission-list .btn-app .no_assigned{display:block;}

.permission-list .btn-app.assigned .no_assigned{display:none;}
.permission-list .btn-app.assigned .has_assigned{display:block;}
.permission-list .btn-app.disabled .no_assigned{display:none !important;}
.permission-list .btn-app.assigned.disabled .has_assigned{display:block !important;}
.clear{clear:both}
#add_role_modal .modal-dialog,#update_role_modal .modal-dialog{width:400px;}
img.user-head-img-xs{width:32px;margin-right: 10px;height:32px;}
img.user-head-img{width:64px;margin-right: 10px;height:64px;}
img.user-head-img-lg{width:128px;margin-right: 10px;height:auto;}
img.user-head-img-slg{width:256px;margin-right: 10px;height:auto;}

.user-role-list .role_row{
    float: left;
    width: 100%;
    position: relative;
}
.user-role-list .role_row .role_row_index{
    width: 120px;
    text-align: right;
    padding-right: 20px;
    font-size: 18px;
    line-height:55px;
    position: absolute;
}
.user-role-list .role_row .role_row_list{
    width: 100%;
    float: left;
    padding-left: 120px;
}
.user-role-list .role_row .role_row_list a.btn{
}
#product_sku_edit_block{
    width: 100%;
    min-height: 20px;
}

#product_sku_modal .product_sku_title_input{
    padding: 5px;
    color: #00c0ef;
    font-size: 18px;
    width: 100%;
    float:left;
    height: 32px;
    font-weight: bold;
}
#product_sku_modal .product_sku_name_input{
    padding: 5px;
    color: #3c8dbc;
    font-size: 14px;
    width: 100%;
    float:left;
    font-weight: bold;
}

#product_sku_modal .custom_input{
    border: 1px solid #fff !important;
    cursor: pointer !important;
}
#product_sku_modal .empty_input .custom_input{
    border: 1px dashed gray !important;
    font-size: 14px !important;
    font-weight: initial !important;
}
#product_sku_modal .empty_input .del_btn{
    display:none !important;
}
#product_sku_modal .product_sku_type_del_btn{
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 15px;
    line-height: 32px;
    color: #f56954;
    cursor: pointer;
}
#product_sku_modal .product_sku_name_del_btn{
    position: absolute;
    top: 0;
    right: 0;
    color: #f56954;
    cursor: pointer;
}

#product_sku_modal .custom_input:focus{
    color: gray !important;
    border: 1px dashed gray !important;
    font-size: 14px !important;
    font-weight: initial !important;
}

#product_sku_modal .product_sku_row{
    float:left;
    width:100%;
}
#product_sku_modal .product_sku_row .product_sku_title{
    position: relative;
}
#product_sku_modal .product_sku_list{
    float:left;
    width:100%;
    margin-top: 5px;
}
#product_sku_modal .product_sku_info,#product_sku_modal .add_product_sku_info{
    float: left;
    width: 80px;
    margin: 0 10px 10px 0px;
    height: 32px;
    overflow: hidden;
}
#product_sku_modal .add_product_sku_info{
    border: 1px dashed gray;
    text-align: center;
    line-height: 32px;
    color: gray;
    font-size: 20px;
    cursor: pointer;
    width: 80px;
}

#product_sku_modal .product_sku_info .product_sku_name .product_sku_name_input{
    text-align:center;
}
#product_sku_modal .product_sku_info .product_sku_name{
    float: left;
    margin-bottom: 5px;
    position: relative;
}
#product_sku_modal .product_sku_info .product_sku_pic{
    float: left;
}
#product_sku_block .upload_image_block{
    margin:0 !important;
}
#product_sku_block .upload_image_block .image_item{
    width: 50px !important;
    height: 50px !important;
    border: 1px dashed gray;
    margin:0 !important;
    background-size: contain !important;
}
#product_sku_modal .product_sku_row_block{
    float:left;
    width:100%;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom:10px;
}
#product_sku_modal .add_product_sku_row_block{
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0px;
    border: 1px dashed gray;
    margin-bottom: 20px;
    color: gray;
    font-size: 16px;
    cursor: pointer;
}
.fast_input_list input.fast_input{
    width: 100%;
}
#product_sku_block input{
    width: 100%;
}
.fast_input_list .fast_input_tips span{
    font-size: 15px;
    padding: 5px 0px;
    margin: 0;
    width: 100%;
    display: block;
}
#product_sku_block tr td{
    vertical-align: middle;
}

.product_sku_info_tr .product_sku_info_label b{color:#3c8dbc;}
img.view_images{max-width:150px;max-height:150px;margin:5px;}
img.view_images_mini{max-width:48px;max-height:48px;}
.product-sku-view table td{padding: 0 0 0 8px !important;line-height:48px !important;}
.edit-person-info .person-info-row{
    line-height: 32px;
    font-size: 14px;
}
.edit-person-info .person-info-row label{
    width: 100px;
    text-align: right;
    padding-right: 10px;
    color: #3c8dbc;
}

#role-pools{}

#role-pools .role-item{
    padding: 12px 15px;
    border: 1px solid #8c8c8c;
    border-radius: 5px;
    margin-right: 20px;
    margin-top: 10px;
    float: left;
    cursor: pointer;
}
#role-pools .role-item.actived{
    background-color: #00a65a;
    border-color: #008d4c;
    color: #fff;
}

#group-select{}

#group-select .group-item{
    padding: 12px 15px;
    border: 1px solid #8c8c8c;
    border-radius: 5px;
    margin-right: 20px;
    margin-top: 10px;
    float: left;
    cursor: pointer;
}
#group-select .group-item.actived{
    background-color: #00a65a;
    border-color: #008d4c;
    color: #fff;
}
.top_bar_banner{
    background: url('images/slide_bar.jpg') no-repeat center;
    width:855px;
    height: 5px;
}
table.backend_view th{
    width:100px !important;
}
.nav.navbar-nav li.dropdown a.active{
    background-color: #367fa9;
    color: #fff;
}
.sweet-alert h2{
    font-size: 20px !important;
}