html,body{
    width: 100%;
    height:100%;
    position: relative;
}
.wrapper{
    width: 100%;
    height:100%;
    position: relative;
    min-width: 769px;
    min-height: 720px;
}
.main{
    min-height: calc(100vh - 40px);
    padding-bottom: 50px;
}

.card.account{
    padding:4rem 5rem;
}
.account-menu{
    /*border-right: 1px solid red;*/
    /*border-right: 1px solid #dbdbdb;*/
    position: relative;
    height: 100%;

}
.menu-border{
    width: 1px;
    background-color: #dbdbdb;
    height: 372px;
    position: absolute;
    right: 2px;
    top:0;
    z-index: 1;
}
.account-menu-list{
    position: relative;
    padding-top: 25px;
    padding-bottom: 15px;
    z-index: 10;
}
.account-menu-list > .ivu-col{
    margin-top:10px;
    margin-bottom: 10px;
}
.account-menu-list > .ivu-col.active{
    border-right:5px solid #ff8605;
}
.account-menu-list > div > a{
    display: block;
    color: #858585;
    text-decoration: none;
    font-size: 18px;
    font-weight: lighter;
    padding:10px 0px;
    vertical-align: middle;
}
.account-menu-list > div > a:hover{
    color: #2a2a2a;
}

.account-menu-list > .active > a{
     /*color: #0e0e0e;*/
    color:#ff8605;
 }
.account-menu-list > div > a i{
    font-size: 30px;
    vertical-align: middle;
    padding-right:14px;
}
.account-content{
    padding-left:5rem;
    padding-right:5rem;
}
@media (max-width: 992px) {
    .card.account{
        padding:2rem 3rem;
    }
    .account-content{
        padding-left:2rem;
        padding-right:2rem;
    }
    .menu-border{
        display: none;
    }
    ul.account-menu-list{
        padding-top:0;
    }
    ul.account-menu-list > li{
        float: left;
        margin-right: 17px;
    }
    ul.account-menu-list > li.active{
        border:none;
        border-bottom: 2px solid #ff8605;
    }
    ul.account-menu-list > li > a{
        font-size: 16px;
    }
    ul.account-menu-list > li > a i{
        font-size: 20px;
        padding-right:5px;
    }
}
.order-panel{
    /*border-radius: 0;*/
}
.panel-orange{
    border-color: #ff8605;
}
.panel-orange > .panel-heading{
    color:#ff8605;
    background-color: rgba(255, 134, 5, 0.09);
    border-color:#ff8605;
}
.order-form .form-group{
    margin-bottom: 10px;
}
.order-panel .btn-area .btn{
    margin-left: 10px;
    margin-bottom: 3px;
}

.iconfont.empty{
    font-size: 5vw;
}

.order-form .form-group > label {
    min-width: 110px;
}

.order-form .form-group > label + input[type='text'],
.order-form .form-group > label + input[type='password']{
    min-width: 200px;
}

a.font-orange:hover,
a.font-orange:active,
a.font-orange:visited,
a.font-orange:focus{
    color:#ff8605;
}
.avatar-img > img {
    width: 150px;
}
