.avatar {
    max-width: 128px;
    max-height: 128px;
    border-radius: 50%;
}

.avatar-medium {
    max-width: 64px;
    max-height: 64px;
}

.avatar-mini {
    max-width: 24px;
    max-height: 24px;
}

.img-tmp {
    max-width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.bold {
    font-weight: bold;
}

.table th,
.table td {
    text-align: center;
    padding: 0.5em;
    font-size: 1em;
}

.right {
    text-align: right !important;
}

.left {
    text-align: left !important;
}

.center {
    text-align: center !important;
}

.white {
    color: #b8c7ce;
}

.mt-1 {
    margin-top: 10px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.mb-2 {
    margin-bottom: 20px;
}

#by:hover {
    color: white;
}

#img-article {
    height: 240px;
    background-size: cover;
    background-position: center center;
}

.link {
    color: #ccc;
}

.link:hover,
.link:active {
    color: #fff;
}

.link:visited {
    color: black;
}
/* Visualize project */

.view-project {
    width: 100%;
    border: 1px solid lightgrey;
    padding: 6px;
    margin-bottom: 10px;
}

.border-danger {
    border: 1px solid orangered;
}

.border-success {
    border: 1px solid forestgreen;
}

.center {
    text-align: center;
}

.logo {
    height: 160px;
    width: 160px;
}

#div-cover {
    height: 300px;
    background-size: cover;
    background-position: center center;
}

.video {
    padding: 40px 0 10px;
}

.handle {
    cursor: grab;
}

.skin-black .wrapper,
.skin-black .main-sidebar,
.skin-black .left-side {
    background-color: #0d1d67;
}

.skin-black .sidebar-menu>li:hover>a {
    background: #0b1f7c;
}

.skin-black .sidebar-menu>li.active>a {

    background: #223388;
}

.skin-black .sidebar-menu>li>.treeview-menu {

    background: #223388;
}

.skin-black .sidebar-form input[type="text"] {
    background-color: white;
}

.skin-black .sidebar-form .btn {
    background-color: white;
}

.box.box-primary {
    border-top-color: #0d1d67;
}

.logo img {
    max-width: 180px;
}

.small-box {
    background-color: #0d1d67;
}

.small-box h3 {
    color: white;
}

.small-box p {
    color: white;
}

.small-box .icon {
    color: rgba(255, 255, 255, 0.34);
}

form .form-group a img {
    width: 100%;
    max-width: 230px;
}

label.error {
    color: #e60800;
    font-size: 12px;
    font-weight: 500;
}


.btn-primary {
    background-color: #0d1d67;
    border-color: #0b1f7c;
}

.btn-primary:hover {
    background-color: #223388;
}