﻿@media only screen and (min-width:641px) {
    .td-padding {
        padding: 2px 0px 2px 0px;
    }

    .img-style-profile {
        height: 200px !important;
        margin-bottom: 5px !important;
        margin-top: 30px !important;
        width: 200px !important
    }

    .is-not-favorite {
        color: #eb5521;
        font-size: 12px;
        top: 20px;
        float: right;
        text-decoration: none;
        border: 1px solid;
        padding: 4px 8px;
        border-radius: 5px;
        position: absolute;
        right: 24px;
        z-index: 99;
        width: 90px;
        height: 30px;
        font-weight: 500;
    }

    .is-favorite {
        background-color: #F9885A;
        color: #ffffff !important;
        font-size: 12px;
        padding: 4px 10px;
        top: 20px;
        float: right;
        text-decoration: none;
        border: 1px solid;
        border-radius: 5px;
        position: absolute;
        right: 24px;
        z-index: 99;
        width: 90px;
        height: 30px;
        font-weight: 500;
    }

    .btn-favorite:hover {
        background-color: #f7c39c;
        color: #eb5521 !important;
    }

    .is-not-favorite:hover {
        background-color: #FFF2ED;
        color: #eb5521 !important;
    }

    .is-not-favorite:focus {
        color: #eb5521 !important;
    }

    .title-contact-profile {
        padding: 0;
        margin-top: 10px !important;
        font-weight: bold;
        color: rgb(234,84,31);
    }

    .font-design-profile {
        font-weight: bold;
        color: rgb(234,84,31);
    }

    .cell-style-profile {
        border-bottom: 1px solid #808080;
        margin-top: 0 !important;
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }

    .btn-hover-profile {
        display: inline-block;
        padding: 6px 12px;
        border-radius: 4px;
    }

        .btn-hover-profile:hover {
            color: black !important;
        }

    .info-user-photoface-profile {
        text-align: center;
        -webkit-transition-delay: 2s;
        transition-delay: 2s;
        padding: 10px;
        min-height: 350px !important;
        max-height: 100% !important;
        min-width: 300px !important;
        max-width: 300px !important;
        border: 1px solid rgb(166,166,166);
        border-bottom: 4px solid rgb(254, 91, 35) !important;
        box-shadow: 4px 4px 4px #888888;
        border-radius: 4px;
        margin-bottom: 10px;
        word-break: break-all;
    }

    .circle-img-avatar-profile {
        display: inline-block;
        text-align: center;
        white-space: nowrap;
        background-color: white;
        position: relative;
    }

        .circle-img-avatar-profile img {
            border-radius: 50%;
            width: 90px;
            height: 90px;
        }

    .avatar-face {
        max-width: 110px !important;
        max-height: 110px !important;
        width: 110px !important;
        height: 110px !important;
    }

    .photoface-text-title {
        font-size: 10.5px;
        color: black;
        font-weight: bold;
    }

    .photoface-text-department {
        font-size: 10.5px;
        color: #9e9e9e;
    }

    .div-photoface {
        width: 20% !important;
        margin-bottom: 20px;
        margin-top: 5px;
        padding-left: 0px;
        padding-right: 0px
    }

    .info-user-profile {
        text-align: center;
        -webkit-transition-delay: 2s;
        transition-delay: 2s;
        padding: 0px;
        min-height: 175px !important;
        max-height: 100% !important;
        width: 100%;
        border-bottom: 1px solid #d7d7d7;
        border-radius: 2px;
        margin-bottom: 10px;
        word-break: break-all;
        display:contents;
    }

    .img-stage-level {
        position: relative;
        display: inline-block;
    }

    .img-stage-level + .tooltiptext {
        visibility: hidden;
        width: 200px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: 120%;
        left: 110%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
    }

    .img-stage-level + .tooltiptext::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 10%;
        margin-left: 15px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #555 transparent;
    }

    .img-stage-level:hover + .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

    .icon-profile {
        width: 20px !important;
        height: 20px !important;
        border-radius: 0% !important;
        margin-right: 7px;
        margin-top: -3px;
    }

    .img-profile {
        height: 100px !important;
        width: 100px !important;
    }

    .text-link {
        color: #eb5521;
    }
}
.circle-menu {
    width: 100px;
    height: 100px;
    text-align: center;
    padding-top: 14px;
    color: #fff;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid #b2b2b2;
    margin: 0 auto;
}

    .circle-menu > a > img {
        margin: 10px auto;
    }

.list-menu {
    margin: 110px auto;
}

    .list-menu > .row > .col-sm-4 > p {
        margin: 10px auto;
        text-align: center;
        font-size: 18px;
    }

@media all and (max-width:360px) {
    .circle-menu {
        width: 70px;
        height: 70px;
        text-align: center;
        padding-top: 14px;
        color: #fff;
        -moz-border-radius: 70px;
        -webkit-border-radius: 70px;
        border-radius: 70px;
        border: 1px solid #b2b2b2;
        margin: 0 auto;
    }

        .circle-menu > a > img {
            margin: 0px auto;
            width: 57%;
        }

    .list-menu {
        padding-left: 20px;
    }
        .list-menu > .row {
        padding-left: 23px;
    }
}

@media all and (max-width:375px) {
    .list-menu > .row > .col-sm-4 {
        text-align:center;
    }
}
@media all and (max-width:415px) {
    .list-menu > .row {
         text-align:center;
    }
}
@media all and (max-width:320px) {
    .list-menu {
         text-align:center;
    }
}

@media only screen and (max-width:640px) {
    .side-left {
        text-align:center;
    }

    .circle-img-avatar-profile img {
       border-radius: 50%;
    }

    .profile-detail-tbl2-responsive {
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }

    .img-style-profile {
        height: 200px !important;
        margin-bottom: 5px !important;
        margin-top: 30px !important;
        width: 200px !important
    }

}

.list-profile-img {
    float: left;
    width: 15%;
}

.list-profile-items {
    margin: 0 auto;
    padding: 0 50px;
}

.list-profile-img > img {
    width: 60%;
}

.list-profile-detail {
    float: left;
    width: 85%;
}
    .list-profile-detail > p {
        font-size: 17px;
    }
.circle-profile {
    width: 120px;
    height: 120px;
    text-align: center;
    padding-top: 14px;
    color: #fff;
    -moz-border-radius: 120px;
    -webkit-border-radius: 120px;
    border-radius: 120px;
    margin: 0px auto 15px auto;
}
.title
{
   padding-top:8px;
}
.profile > p
{
    text-align: center;
    padding-top: 20px;
    font-size: 17px;
}
.clips-tile
{
    margin-bottom:10px;
}

@media only screen and (min-width:641px) {
    .tbl-profile .profile-span-content {
        margin: 0;
    }
    .tbl-profile .div-btn-edit {
        display: block;
        vertical-align: bottom;
        bottom: 0;
        right: 0;
        float: right;
    }

        .tbl-profile .div-btn-edit .btn-circle {
            float: right;
            width: 40px;
            height: 40px;
            border-radius: 40px;
            border-width: 3px !important;
            border-color: rgb(234, 84, 31) !important;
        }

        .tbl-profile .div-btn-edit .btn-circle-img {
            height: 20px;
            width: 20px;
            max-height: 20px;
            max-width: 20px;
        }

        .tbl-profile .div-btn-edit .btn-circle-div-text {
            letter-spacing: 0;
            width: 140px;
            text-align: right !important;
            height: 40px;
            font-size: 10.5px !important;
            color: black;
        }

    .profile-detail-tblcontainer-responsive {
        width: 100%;
        display: table;
    }

    .profile-detail-tbl1-responsive {
        display: table-cell;
        width: 300px;
        padding-left: 15px;
    }

    .profile-detail-tbl2-responsive {
        display: table-cell;
        width: 100%;
        padding-left: 15px;
        padding-right: 24px;
        padding-top: 10px;
    }

    .profile-detail-tbl1padding-left-responsive, .profile-detail-tbl2padding-left-responsive {
        display: table-cell;
    }

    .profile-detail-tbl1padding-right-responsive, .profile-detail-tbl2padding-right-responsive {
        display: table-cell;
    }
}

.hide-button {
    display: none;
}

#hover-profile {
    cursor: pointer !important;
    color: #eb5521 !important;
}

.user-stage {
    float: left;
    color: #888888;
    font-size: 14px;
    position: relative;
    left: 10px;
    top: 6px;
}

.number-point {
    font-size: 18px;
    color: rgb(9,9,9);
    font-weight: 500;
    position: relative;
    top: 2px;
    text-align: right;
    line-height: 120%;
}

.number-articles {
    font-size: 14px;
    text-align: center;
    color: rgb(127,127,127);
    font-weight: bold;
    position: relative;
    top: 3px;
    white-space: pre-line;
}

.header-displayname {
    text-align: right;
    font-size: 50px;
    font-weight: bold;
    margin-left: 5%;
    margin-bottom: 26px;
    margin-top: 13px;
    word-break: break-all !important;
}

.update-profile {
    font-size: 20px;
    font-weight: bold !important;
    float: right;
    margin-top: 35px;
    color: #BABABA;
}

.update-profile:hover {
        color: #BABABA !important;
        text-decoration: none !important;
} 

.displayname {
    width: 152px;
    text-align: right;
    font-size: 20px;
    font-weight: normal;
    color: #595959;
}

.font-profile {
    color: #888888;
    font-weight: unset;
    font-size: 14px;
}

.tag {
    color: #eb5521 !important;
    border: 1px solid #eb5521 !important;
    margin: 5px 10px 5px 0;
    font-size: 12px;
    padding: 6px 10px;
}

.text {
    color: #eb5521;
}

.btn-change-password {
    float: right;
    height: 37px;
    width: 189px;
    color: #ed7d31;
    border-radius: 4px;
    box-shadow: none;
    background-image: none;
    border: 2px solid #DBDBDB !important;
    background-color: white;
}

.stage {
    display: inline-block;
    padding: 6px 12px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

.span {
    background-color: #ffffff;
    margin: 0px 20px;
    height: 35px;
    border: 2px solid #d7d7d7;
    padding: 10px 5px 10px 5px;
    border-radius: 4px;
}

.span-user {
    background-color: rgb(242,242,242);
    margin: 5px 10px 5px 0;
    width: 25%;
    padding-bottom:18px;
}

.side-right {
    padding-left: 0;
    margin-left: -26px;
    padding-right: 0;
    margin-top: 1px;
    word-break: break-all !important;
}

.side-left {
    margin-top: 6px;
    padding-right: 0;
    display: grid;
}

.side-span {
    margin-top: 2px !important;
    text-align: center;
    display: flex !important;
    justify-content: center;
}

.all-sider {
    display: unset !important;
    padding-left: 0px !important;
}

.sider-top {
    margin-top: 0px;
    min-width: 1084px
}

.side-center {
    justify-content: center;
    padding-bottom: 10px;
    padding-left: 14px;
    padding-right: 24px;
}

.infor-user {
    color: #000000;
    font-size: 20px;
    word-wrap: break-word;
    white-space: pre-wrap;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
}

.infor-profile {
    padding: 0;
    margin-bottom: 15px;
    margin-top: 10px;
    width: 100%;
}

.text-email {
    font-size: 16px;
    text-decoration: underline;
    padding-left: 10px;
}

.sider-bottom {
    margin-top: 57px;
    width: 100%;
    padding-left:5px !important;
}

.style-profile {
    width: 100%;
    border-bottom: 1px solid #d7d7d7 !important;
}