.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .form-control-feedback, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #333;
}
.has-success .form-control {
    border-color: #c2cad8;
}
.portlet {
    margin-top: 10px;
}
.label-xs {
    font-size: 11px;
    padding: 0.1px 5px;
}

.filter-form .control-label {
    padding-right:0;
}
.filter-form .form-group {
    margin-bottom: 5px;
}
.filter-form .btn-xs {
    margin-right: 12px;
}
.filter-form .btn-link {
    padding-left: 0;
}
.filter-form .daterange-picker {
    margin-top: 3px;
    padding: 0;
}
.filter-form .daterange-picker input {
    font-size: 13px;
    height: 25px;
}

@media (min-width:991px){
    html,body{
        height: 100%;
    }
    .page-wrapper{
        height: 100%;
    }
    .page-sidebar-wrapper{
        height: calc(100% - 15px);
        overflow-y: scroll;
        float: left;
    }
    .page-sidebar-menu{
        height: 100%;
        overflow-y: scroll;
    }
    .page-content-wrapper{
        height: 100%;
        overflow-y: scroll;
    }
    .page-content-wrapper .page-content{
        margin-left: 0;
    }
    .page-container{
        height: 100%;
    }
    
    .page-content-wrapper{
        float: none;
        width: auto;
    }
}

.dashboard-stat.left,.dashboard-stat.right{
    background: #f5f5f5;
    padding: 5px 25px;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-top: 10px;
    height: 160px;
}
.dashboard_title {
    display: flex;
    font-size: 10px;
}
.dashboard_title h3{
    font-weight: bold;
    font-size: 14px;
    color: #000;
    margin-right: 10px;
}
.dashboard_title p{
    color:#a7a7a7;
    font-size:10px;
    flex: 1;
}
.dashboard-stat.left .details,.dashboard-stat.right .details{
    font-size: 20px;
    position: static;
    display: flex;
    padding-top: -10px;
}
.dashboard-stat.left .details .number{
    text-align: left;
    color: #397eb9;
    font-weight: 500;
    padding-top: 15px;
    font-size:28px;
    margin-left: 10px;
}

.dashboard-stat.right .details .number{
    text-align: left;
    color: #397eb9;
    font-weight: 500;
    padding-top: 1px;
    font-size:28px;
    margin-left: 10px;
}

.dashboard-stat.left .details .desc{
    text-align: left;
    padding-top: 5px;
    color: #9e9e9e;
    line-height: 36px;
    margin-top: 16px;
    margin-left: 10px;
    font-size: 14px;
}

.dashboard-stat.right .details .desc{
    text-align: left;
    padding-top: 5px;
    color: #9e9e9e;
    line-height: 36px;
    margin-top: 1px;
    margin-left: 10px;
    font-size: 14px;
}

.more b{
    color: #8e774e;
    font-weight: bold;
}
.dashboard-stat.left .more{
    margin-top: 16px;
    font-size: 14px;
}

.dashboard-stat.right .more{
    margin-top: 1px;
    font-size: 14px;
}


.control-label{
    width:12%;
}
.filter-form .control-label {
    width: auto;
}
.article_intro h2{
    font-weight: 420;
    margin-bottom: 20px;
}
.article_intro p{
    margin: 6px 0;
    color: #343434;
}
.article_intro .intro{
    text-indent: 2em;
}
.link{
    display: block;
    text-decoration: none;
    color: #ef383c;
    text-align: right;
    margin: 50px 0;
}
/*.portlet-body li{*/
    /*margin-left: 10px;*/
/*}*/
.link:hover{
    color: #ef383c;
}
.link img{
    width: 20px;
}

@media(max-width:767px) {
    .mobile_table{
        display: block;
    }
    .pc_table{
        display: none;
    }
    .mobile_table table tbody tr:nth-child(1) td:nth-child(1){
        width:20px;
    }
    .mobile_table table tbody tr:nth-child(1) td:nth-child(2){
        width: 20%;
    }
    .mobile_table table tbody td:nth-child(1) p{
        width: 50px;
    }
    .mobile_table p{
        margin-bottom: 10px;
    }
    .mobile_table table tbody tr td:nth-child(3){
        width:20%;
        word-wrap:break-word
    }
    .mobile_table table tbody tr td:nth-child(4){
        width:20%;
        word-wrap:break-word
    }
    .mobile_table td p{
        width: 80px; 
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    
    /* .mobile_table td{
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 20%;
    } */
    .mobile_table .table>tbody>tr>td{
        padding:3px;
    }
    .portlet.light{
        padding: 5px;
    }
}
@media(min-width:767px) {
    .mobile_table{
        display: none;
    }
   
    .pc_table{
        display: block;
    }
}

/**/
.note.note-info {
    margin: 10px 0;
}
.note.note-info h3 {
    padding: 0px;
}
.note.note-info p {
    font-size: 14px;
}
.hint-block {
    color: #999;
}
.data-column-span {
    float: left;
}
.data-column {
    width: 18px;
    float: left;
    margin-left: 3px;
    cursor:pointer;
}

.tips {
    color: red;
}

.note-title {
    font-weight: 500;
    margin-left: 20px;
    font-size: 16px;
}
.tips {
    color: red;
}

.sort {
    position: relative;
}
.btn-circle {
    overflow: unset;
}
.sort-exchange {
    width: 230px;
    height: 40px;
    padding: 5px 5px;
    background-color: #ffffff;
    box-shadow: 0 5px 10px 0 rgba(51,51,51,0.3);
    position: absolute;
    top:-10px;
    left: -235px;
    border-radius: 5px;
    color: #3598dc;
    line-height: 30px;
    display: none;
}
.sort_remove {
    width: 53%;
    height: 30px;
    float: left;
    box-sizing: border-box;
}
.sort_remove input {
    width: 40px;
    height: 30px;
    margin: 0 2px;
    text-align: center;
    border: 0px;
    border-bottom: 1px solid #3598dc;
    outline: none;
    color: #000000;
}
.sort_confirm {
    width: 21%;
    height: 30px;
    float: left;
    box-sizing: border-box;
    background-color: #3598dc;
    border-radius: 2px;
    color: #ffffff;
    margin: 0 1%;
    cursor: pointer;
}
.sort_cancel {
    width: 21%;
    height: 30px;
    float: left;
    box-sizing: border-box;
    border:1px solid #3598dc;
    border-radius: 2px;
    margin: 0 1%;
    cursor: pointer;
}
