 .profile-avatar-container {
        position: relative;
        width: 100px;
        margin: 0 auto;
    }

    .profile-avatar-container .profile-user-img {
        width: 100px;
        height: 100px;
    }

    .profile-avatar-container .profile-avatar-text {
        display: none;
    }

    .profile-avatar-container:hover .profile-avatar-text {
        display: block;
        position: absolute;
        height: 100px;
        width: 100px;
        background: #444;
        opacity: .6;
        color: #fff;
        top: 0;
        left: 0;
        line-height: 100px;
        text-align: center;
    }

    .profile-avatar-container button {
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
        height: 100px;
        opacity: 0;
    } 	
.sm-st {
        background: #fff;
        padding: 20px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin-bottom: 20px;
    }

    .sm-st-icon {
        width: 60px;
        height: 60px;
        display: inline-block;
        line-height: 60px;
        text-align: center;
        font-size: 30px;
        background: #eee;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        float: left;
        margin-right: 10px;
        color: #fff;
    }

    .sm-st-info {
        padding-top: 2px;
    }

    .sm-st-info span {
        display: block;
        font-size: 24px;
        font-weight: 600;
    }

    .orange {
        background: #fa8564 !important;
    }

    .tar {
        background: #45cf95 !important;
    }

    .sm-st .green {
        background: #86ba41 !important;
    }

    .pink {
        background: #AC75F0 !important;
    }

    .yellow-b {
        background: #fdd752 !important;
    }

    .stat-elem {

        background-color: #fff;
        padding: 18px;
        border-radius: 40px;

    }

    .stat-info {
        text-align: center;
        background-color: #fff;
        border-radius: 5px;
        margin-top: -5px;
        padding: 8px;
        -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 0px rgba(0, 0, 0, 0.05);
        font-style: italic;
    }

    .stat-icon {
        text-align: center;
        margin-bottom: 5px;
    }

    .st-red {
        background-color: #F05050;
    }

    .st-green {
        background-color: #27C24C;
    }

    .st-violet {
        background-color: #7266ba;
    }

    .st-blue {
        background-color: #23b7e5;
    }

    .stats .stat-icon {
        color: #28bb9c;
        display: inline-block;
        font-size: 26px;
        text-align: center;
        vertical-align: middle;
        width: 50px;
        float: left;
    }

    .stat {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
    }

    .stat .value {
        font-size: 20px;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 500;
    }

    .stat .name {
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 5px 0;
    }

    .stat.lg .value {
        font-size: 26px;
        line-height: 28px;
    }

    .stat-col {
        margin:0 0 10px 0;
    }
    .stat.lg .name {
        font-size: 16px;
    }

    .stat-col .progress {
        height: 2px;
    }

    .stat-col .progress-bar {
        line-height: 2px;
        height: 2px;
    }

    .item {
        padding: 30px 0;
    }


    #statistics .panel {
        min-height: 150px;
    }

    #statistics .panel h5 {
        font-size: 14px;
    }
	.form-control{
	    font-size:12px;
	    padding: 4px 7px;
	    height: auto;
	}
    .btn{font-size:12px;padding:1px 5px;height:auto;}
	.form-horizontal .control-label{padding-top:5px;}
	.panel-body{padding:5px;}
	.panel-default{padding:0px 5px;margin-bottom:2px;}
	.col-xs-8{padding:0px;width:auto;}
	.col-lg-3{
		width: auto;
	    padding: 0px;
	    margin: 5px 0px;
	}
	.col-xs-4{width:auto;}
	.form-horizontal .form-group{margin:0px;}
	.table{margin-bottom:0px;}
	.table tr td,.table-bordered > tbody > tr > th{padding:5px 8px;}
	.table-striped > tbody > tr:nth-of-type(odd){background-color:#fff;}
	.pay-item{width:100%;height:250px;overflow:hidden;border:1px solid #c2c2c2;position:relative;}
	.unpay-orders{width:100%;height:260px;overflow-y:auto;margin-top:5px;border:1px solid #c2c2c2;position:relative;}
	.tit-left{float:left;width:2.4%;border:1px solid #c2c2c2;font-size:14px;display:flex;align-items:center;justify-content:center;min-height:248px;height:100%;position:absolute;top:0px;left:0px;}
	.tit-con{float:right;width:97.5%;height:254px;overflow-y:auto;}
	
	.tit-left-c{float:left;width:2.4%;border:1px solid #c2c2c2;font-size:14px;min-height:248px;height:100%;position:absolute;top:0px;left:0px;}
	.tab-item{height:49.9%;border:1px solid #f4f4f4;align-items:center;justify-content:center;display:flex;width:99.99%;color:#c2c2c2;cursor:pointer}
	.tit-left-c .curr{color:#333;border:1px solid #333;background:#c2c2c2;}
	
	