#main-wrapper{
    width:100%;
    height: 100%;
    position: relative;
}
#footer-login{
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
}
.message {
    background: rgba(255, 0, 0, 0.05);
    padding: 10px;
    font-size: 12px;
    color: red;
    border-radius: 5px;
    border: 1px #ffbaba solid;
    overflow: hidden;
}
.message i, .message p {
    display: inline-block;
    padding: 0 1px;
}
.login-form{
    position: relative;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background: white;
    box-shadow: 0 1px 3px #999;
    padding: 20px;
    width: 400px;
    min-height: 300px;
    display: table;
    margin: 9% auto;
}
.main-content.main-center {
    background: white;
    padding: 26px;
    box-shadow: 0 1px 2px #9e9e9e;
}
.user-info .col-3{
    padding: 5px 0;
}
/*===== Loans =====*/
#loans tr{
    cursor: pointer;
}
.banks > label {
    margin: 5px 0;
    cursor: pointer;
}
/*===== user sercies =====*/
.user-services {
    overflow: hidden;
    margin: 10px auto;
    position: relative
}
.user-services > section{
    min-height: 400px;
    float: right;
    margin: 0 .50%;
    cursor: pointer
}
.user-services > section:hover .service-title > i{
    color: #00c2ff;
    text-shadow: 0 1px 2px #000;
    -moz-text-shadow: 0 1px 2px #000;
}
.service-title {
    text-align: center;
    padding: 10% 0;
}
.service-title,
.service-title > i,
.service-title > h3{
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}
.service-title > i {
    font-size: 100px;
    color: #989898;
}
.service-title > h3 {
    font-size: 27px;
}
.active-section .service-title > p,
.service-content{
    display: none;
}
.active-section .service-title{
    padding: 5px 0 !important;
}
.active-section .service-title > i{
    font-size: 40px;
    float: right
}
.active-section .service-title > h3{
    font-size: 20px;
    float: right;
    padding: 10px;
}
.list-msg {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    border-top: 1px #ddd solid;
    padding: 10px;
}
.comment-control > a{
    position: absolute;
    left: 30px;
    top: 30px;
    font-size: 25px;
    color: #666;
}
.comment-control > a:hover{
    color: #ddd;
}
.response,
.ask-user {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.response > div,
.ask-user > div {
    max-width: 78%;
    padding: 10px;
    padding: 3px 10px 0 10px;
    position: relative;
}
.response > div{
    text-align: right;
    border-radius: 0 10px 10px 10px;
    float: left;
    box-shadow: 0 1px 1px #49b92c;
    margin: 3px 6px;
    background: #baffa8;
}
.ask-user > div {
    text-align: right;
    float: right;
    background: #f1f1f1;
    border-radius: 10px 10px 0 10px;
    box-shadow: -1px 1px 2px #b9b9b9;
    margin: 5px 0;
}
.item-comm > p{
    font-size: 12px;
    padding: 5px 4px;
}
.item-comm > span{
    font-size: 10px;
    margin-top: 7px;
    text-align: left;
    display: block;
}

/** payemnts user **/
.active-pay{background: #9bff9b !important;}
.active-pay > td{color: #419441 !important;}
div#btn-payment {
    background: white;
    width: 90%;
    padding: 6px 0;
    border-radius: 5px;
    cursor: pointer;
    color: #13c513;
    user-select: none;
    -webkit-user-select: none;
}
#btn-payment:hover{
    background: #13c513;
    color: white;
}
#btn-payment:active{
    background: #1ca21c;
}
#btn-payment > i{
    padding-right: 5px;
}

/** gate way **/
