.avatar-wrapper {
    display: inline-table !important;
    margin-right: 5px;
    float: left;
}

#userData {
    margin: 10px 0;
}


.profile-name {
    display: inline-block;
    margin-top: 10px;
}

.btn-action i {
    font-size: 1.4em;
}

@media screen and (max-width: 767px) {
    .headerlinks {
        width: 33%;
        margin-right: 0;
    }

    .header .logo {
        height: auto;
        max-height: 60px;
    }

    .avatar-wrapper {
        width: 30px !important;
        height: 30px !important;
        margin-top: 10px;
        float: none;
    }

    .profile-img,
    .profile-name {
        display: none !important;
    }

    #userData {
        margin-top: 0;
    }
}

@media screen and (min-width: 768px) {
    .avatar-wrapper-mobile {
        display: none !important;
    }
}

.chart-container {
    height: 350px;
    position: relative;
    margin: auto;
}

@media screen and (min-width: 1024px) {
    .chart-container {
        height: 350px;
    }
}

@media screen and (max-width: 1200px) {
    .media-body-truncate {
        max-width: 340px;
    }
}

@media screen and (max-width: 992px) {
    .media-body-truncate {
        max-width: 120px;
    }
}

@media screen and (max-width: 767px) {
    .media-body-truncate {
        max-width: 305px;
    }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    .media-body-truncate {
        max-width: 600px;
    }
}

@media screen and (max-width: 320px) {
    .media-body-truncate {
        max-width: 245px;
    }
}
