@media (min-width:768px) {

    #content-container {
        padding-top: 113px;
    }


    .frontend #content-container {
        padding-top: 55px;
    }
}


body {
    background-color: #E7EAEB;
}

.home-center {
    padding-top: 7%;
    margin-bottom: 50px;
}

.mail-sender h4 {
    margin-top: 5px;
    margin-bottom: 7px;
}


.label-Close {
    background-color: #449D44;
}

.label-Pending {
    background-color: #f0300b;
}

.label-Working {
    background-color: #FF9800;
}

.reply-comment img {
    width: 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.reply-comment textarea {
    height: 100px;
}



.panel form .form-group {
    margin: 15px 25px 15px 25px;
}


.tracking-link {
    color: #2225bf;
    text-decoration: underline;
}


.tracking {
    /*margin-top: 120px;*/
}


.tracking a {
    float: right;
    padding-right: 75px;
}



.search-alert.alert .close {
    top: 10px;
}

.view-mail {
    margin-left: 55px;
    margin-right:55px;
}


.panel form.login .form-group {
    margin: initial;
}


.lock-wrapper {
    margin: 10% auto;
}