
/*# sourceMappingURL=user.min.css.map */

.loading{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1212;
    background:rgba(255,255,255,0.5);
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    overflow: hidden;
    cursor: wait;
}


.pre-item{

    overflow: hidden;
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 1102;
    background: url("../1488 (4).gif") center no-repeat;
    background-size: cover;
}
.align-center{
    position:inherit;
    top:30%;
    left:50%;
    -webkit-transform:translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translate(-50%);
    transform:translateY(-50%) translate(-50%);
}

.text-red {
    color: #dd4b39 !important
}
.text-yellow {
    color: #f39c12 !important
}
.text-aqua {
    color: #00c0ef !important
}
.text-blue {
    color: #0073b7 !important
}
.text-black {
    color: #111 !important
}
.text-light-blue {
    color: #3c8dbc !important
}
.text-green {
    color: #00a65a !important
}


.text-gray {
    color: #d2d6de !important
}
.text-navy {
    color: #001f3f !important
}
.text-teal {
    color: #39cccc !important
}
.text-olive {
    color: #3d9970 !important
}
.text-lime {
    color: #01ff70 !important
}
.text-orange {
    color: #ff851b !important
}
.text-fuchsia {
    color: #f012be !important
}
.text-purple {
    color: #605ca8 !important
}
.text-maroon {
    color: #d81b60 !important
}
.text-white{
    color: #fff !important
}

.login-status-success{
    width: inherit;
    overflow: hidden;
    padding: 10px;
    height: inherit;
    margin: 5px;
    background-color: transparent;
    text-align: center;

}

.hover{
    cursor:pointer;
}
