@media (min-width: 992px){
    .typo-line{
        padding-left: 140px;
        margin-bottom: 40px;
        position: relative;
    }

    .typo-line .category{
        transform: translateY(-50%);
        top: 50%;
        left: 0px;
        position: absolute;
    }
}

.all-icons [class*="pe-"]{
    font-size: 40px;
}
.all-icons input{
    border: 0;
}
.all-icons .font-icon-detail{
    text-align: center;
    padding: 45px 0px 30px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    margin: 15px 0;
}
.all-icons .font-icon-detail input{
    margin: 25px auto 0;
    width: 100%;
    text-align: center;
    display: block;
    color: #aaa;
    font-size: 13px;
}

#map{
    position:relative;
    width:100%;
    height: 100%;
}
.map{
    height: 280px !important;

}
.places-buttons .btn{
    margin-bottom: 30px
}
.sidebar .nav > li.active-pro{
    position: absolute;
    width: 100%;
    bottom: 10px;
}
.sidebar .nav > li.active-pro a{
    background: rgba(255, 255, 255, 0.14);
    opacity: 1;
    color: #FFFFFF;
}

.table-upgrade td:nth-child(2),
.table-upgrade td:nth-child(3){
    text-align: center;
}

.large-panel {
    width: 100%;
}

.wrapper {
    height: auto;
}

.full-page[data-color="purple"]:after {
    background: #800080;
    background: -moz-linear-gradient(top, #800080 0%, rgba(187, 5, 2, 0.6) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #800080), color-stop(100%, rgba(187, 5, 2, 0.6)));
    background: -webkit-linear-gradient(top, #800080 0%, rgba(187, 5, 2, 0.6) 100%);
    background: -o-linear-gradient(top, #800080 0%, rgba(187, 5, 2, 0.6) 100%);
    background: -ms-linear-gradient(top, #800080 0%, rgba(187, 5, 2, 0.6) 100%);
    background: linear-gradient(to bottom, #800080 0%, rgba(187, 5, 2, 0.6) 100%);
    background-size: 150% 150%;
}

/*.btn-danger,
.btn-danger {
    background-color: #FF1493 !important;
    border-color: #FF1493 !important;
}*/

.child {
    list-style: none;
}


.form-group.has-error {
    margin-bottom: 0;
}

.card .alert {
    background: none;
    color: #FB404B;
    margin: 0;
    padding: 2px 1px;
}

.nav .notification {
    /*position: absolute;*/
    background-color: #FB404B;
    text-align: center;
    border-radius: 10px;
    min-width: 18px;
    padding: 2px 6px;
    height: 18px;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 18px;
    margin-left: 10px;
    /*top: 0px;
    left: 7px;*/
}

tbody .img-container img {
    border-radius: 50%
}

.avatar {
    cursor: pointer;
}

nav .nav li.active a {
    color: #1DC7EA !important;
}

.table-bigboy > thead > tr > th {
    font-size: 14px;
    text-transform: uppercase;
    color: #9A9A9A;
    font-weight: 400;
}

.table-bigboy .img-container {
    overflow: hidden;
    display: block;
}

.has-error .form-control {
    color: #FB404B;
    border-color: #FB404B;
}

i.fa.fa-eye,
i.fa.fa-eye-slash {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 35px;
}

.main-panel.large-panel .full-page > .content {
    margin-top: 80px;
}