main {
    min-height: calc(100vh - 100px);
    display: table;
}

.ContentHeader {
    padding: 0px 20px;
    margin-bottom: 0px;
}

.MainLeft {
    float: left;
    width: 300px;
    padding: 10px;
    height: 100%;
}

.MainBody {
    float: left;
    width: calc(100% - 300px);
    padding: 10px;
    min-height: 100%;
}

.ProfileBox {
}

    .ProfileBox p {
        margin-bottom: 0px;
    }

    .ProfileBox .avata {
        width: 180px;
        max-width: 100%;
        margin: auto;
        margin-bottom: 10px;
    }

        .ProfileBox .avata img {
            width: 100%;
            max-width: 100%;
        }


    .ProfileBox .profile-name {
        margin-bottom: 5px;
    }

    .ProfileBox .profile-info {
        margin: auto;
        display: table;
    }

.moduls-box {
    float: left;
    width: 300px;
    height: 130px;
    text-align: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

    .moduls-box p {
        margin-bottom: 0px;
    }



.validation-summary-errors {
}

    .validation-summary-errors ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .validation-summary-errors ul li {
            border: solid 1px #d2d2d2;
            border-radius: 5px;
            padding: 0px 10px;
            background-color: #D9FFB2;
            margin-bottom: 3px;
        }

    .validation-summary-errors > .validation-summary-errors,
    .validation-summary-errors .validation-summary-errors {
        border: 0 none transparent; /* should apply styles to */
    }
/* the children/descendants */
/* with the same name - untested though... */

.PagingBox {
    width: 100%;
    text-align: right;
    margin-top: 10px;
}

.UserInfoBox {
    max-width: 600px;
    margin: auto;
}

    .UserInfoBox .avata {
        width: 300px;
        height: 300px;
        margin: auto;
    }

        .UserInfoBox .avata img {
            width: 100%;
            height: 100%;
        }

.card-body {
    overflow: auto;
}

.pagination {
    margin-bottom: 0px;
}

.UserName{

}

.UserName.Admin{
    color:red;
    font-weight:bold;
}