hr{
    margin: 10px 0;
}
.page-toolbar a.btn-outline, .modal-footer .btn{
    padding: 5px 30px;
}
.page-header.navbar .page-logo > .logo-image, .page-header.navbar .page-logo > a{
    margin: 15.5px 0;
}
.page-header.navbar .page-logo > a:hover{
    text-decoration: none;
}
.mt-radio, .mt-checkbox{
    margin-bottom: 10px;
}
.portlet > .portlet-title > .actions > .btn, .portlet > .portlet-title > .actions > .btn.btn-sm, .portlet > .portlet-title > .actions > .btn-group > .btn, .portlet > .portlet-title > .actions > .btn-group > .btn.btn-sm{
    padding: 4px 20px;
}
.portlet.box > .portlet-body{
    padding: 10px;
    min-height: 200px;
}
.table-responsive .table thead tr th{
    min-width: 80px;
}
.table-responsive table th.nowrap, .table-responsive table td.nowrap{
    min-width: 120px;
}
.table-responsive table td.td-label{
    color: #606C7D;
    font-weight: bold;
    width: 120px;
    /*background-color: #E1E1E1;*/
}
.table-responsive table thead tr th.col-operation{
    min-width: 110px;
}
.dropdown-menu li.divider{
    margin: 3px 0;
}
.form-horizontal .form-group .mt-checkbox-list, .form-horizontal .form-group .mt-radio-list{
    padding-left: 20px;
}
.form-horizontal .has-feedback .form-control-feedback{
    top:8px;
    right:12px;
}
.page-sidebar-closed .page-header.navbar .page-logo > a{
    display: none;
}
/** 搜索框 **/
form table.table tbody td .form-control{
    min-width: 90px;
    max-width: 150px;
}
.modal-dialog .modal-body .form-group{
    margin-left: 0px;
    margin-right: 0px;
}
.alert{
    padding: 10px;
}
.alert, .thumbnail{
    margin-bottom: 10px;
}
/* here you can put your own css to customize and override the theme */
.page-404 {
    text-align: center;
}
.page-404 .number {
    position: relative;
    top: 35px;
    display: inline-block;
    letter-spacing: -5px;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 128px;
    font-size: 128px;
    font-weight: 300;
    color: #7bbbd6;
    text-align: right; }

.page-404 .details {
    margin-left: 30px;
    display: inline-block;
    padding-top: 0px;
    text-align: left;
}
/** 用户信息页面 **/
.profile-sidebar {
    float: left;
    margin-right: 20px;
    width: 300px;
}
.profile-content {
    overflow: hidden;
}
.profile-sidebar-portlet {
    padding: 30px 0 0 !important;
}
.profile-userpic img {
    border-radius: 50% !important;
    float: none;
    height: 50%;
    margin: 0 auto;
    width: 50%;
}
.profile-usertitle {
    margin-top: 20px;
    text-align: center;
}
.profile-usertitle-name {
    color: #5a7391;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
}
.profile-usertitle-job {
    color: #5b9bd1;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.input-icon.right > i{
    margin-top:2px;
}
@media (max-width: 991px) {
    .profile-sidebar {
        float: none;
        margin: 0;
        width: 100% !important;
    }
    .profile-sidebar > .portlet {
        margin-bottom: 20px;
    }
    .profile-content {
        overflow: visible;
    }
}

.width-s{
    width: 120px;
    mergin-right: 5px;
}
.width-m{
    width: 160px;
    mergin-right: 5px;
}
.width-l{
    width: 240px;
    mergin-right: 5px;
}
/*商品详情查看样式*/
.showshop_details tr{
    border-top: 1px solid #e7ecf1;
}
.showshop_details tr:nth-child(4n+1){
    background: #f1f1f4;
}
.showshop_details tr:nth-child(4n+2){
    background: #f1f1f4;
}
.showshop_details tr:last-child{
    background: #ffffff;
}
.showshop_details tr td{
    border-top: none!important;
}
.tr_color{
    background-color: #e4eefa !important;
}
#vticker ul li.msgNotifications a:hover{
    color: #337ab7;
    text-decoration: none;
}
