
.align-center, .center {
    text-align: center !important;
}

.profile-user-info {
    display: table;
    width: 98%;
    width: calc(100% - 24px);
    margin: 0 auto;
    text-align:center;
}

.profile-info-row {
    display: table-row
}

.profile-info-name,
.profile-info-value {
    display: table-cell;
    border-top: 1px dotted #D5E4F1
}

.profile-info-name {
    text-align: right;
    padding: 6px 10px 6px 4px;
    font-weight: 400;
    color: #667E99;
    background-color: transparent;
    width: 110px;
    vertical-align: middle
}

.profile-info-value {
    padding: 6px 4px 6px 6px
}

    .profile-info-value > span + span:before {
        display: inline;
        content: ",";
        margin-left: 1px;
        margin-right: 3px;
        color: #666;
        border-bottom: 1px solid #FFF
    }

    .profile-info-value > span + span.editable-container:before {
        display: none
    }

.profile-info-row:first-child .profile-info-name,
.profile-info-row:first-child .profile-info-value {
    border-top: none
}

.profile-user-info-striped {
    border: 1px solid #DCEBF7
}

    .profile-user-info-striped .profile-info-name {
        color: #336199;
        background-color: #EDF3F4;
        border-top: 1px solid #F7FBFF
    }

    .profile-user-info-striped .profile-info-value {
        border-top: 1px dotted #DCEBF7;
        padding-left: 12px
    }

.profile-picture {
    border: 1px solid #CCC;
    background-color: #FFF;
    padding: 4px;
    display: inline-block;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .15)
}

.user-profile .ace-thumbnails li {
    border: 1px solid #CCC;
    padding: 3px;
    margin: 6px
}

    .user-profile .ace-thumbnails li .tools {
        left: 3px;
        right: 3px
    }

    .user-profile .ace-thumbnails li:hover .tools {
        bottom: 3px
    }

.user-title-label:hover {
    text-decoration: none
}

.user-title-label + .dropdown-menu {
    margin-left: -12px
}

.profile-users .user {
    display: block;
    position: static;
    text-align: center;
    width: auto
}

    .profile-users .user img {
        padding: 2px;
        border-radius: 100%;
        border: 1px solid #AAA;
        max-width: none;
        width: 64px;
        -webkit-transition: all .1s;
        -o-transition: all .1s;
        transition: all .1s
    }

        .profile-users .user img:hover {
            -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .33);
            box-shadow: 0 0 1px 1px rgba(0, 0, 0, .33)
        }

.profile-users .memberdiv {
    background-color: #FFF;
    width: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    text-align: center;
    margin: 0 8px 24px
}

    .profile-users .memberdiv .body {
        display: inline-block;
        margin: 8px 0 0
    }

    .profile-users .memberdiv .popover {
        visibility: hidden;
        min-width: 0;
        max-height: 0;
        max-width: 0;
        margin-left: 0;
        margin-right: 0;
        top: -5%;
        left: auto;
        right: auto;
        opacity: 0;
        display: none;
        position: absolute;
        -webkit-transition: opacity .2s linear 0s, visibility 0s linear .2s, max-height 0s linear .2s, max-width 0s linear .2s, min-width 0s linear .2s;
        -o-transition: opacity .2s linear 0s, visibility 0s linear .2s, max-height 0s linear .2s, max-width 0s linear .2s, min-width 0s linear .2s;
        transition: opacity .2s linear 0s, visibility 0s linear .2s, max-height 0s linear .2s, max-width 0s linear .2s, min-width 0s linear .2s
    }

        .profile-users .memberdiv .popover.right {
            left: 100%;
            right: auto;
            display: block
        }

        .profile-users .memberdiv .popover.left {
            left: auto;
            right: 100%;
            display: block
        }

    .profile-users .memberdiv > :first-child:hover .popover {
        visibility: visible;
        opacity: 1;
        z-index: 1060;
        max-height: 250px;
        max-width: 250px;
        min-width: 150px;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s
    }

    .profile-users .memberdiv .tools {
        position: static;
        display: block;
        width: 100%;
        margin-top: 2px
    }

        .profile-users .memberdiv .tools > a {
            margin: 0 2px
        }


@media only screen and (min-width:768px) {
    .profile-info-name {
        width: 80px
    }

    .profile-info-row {
        text-align: center;
    }

    .profile-user-info-striped .profile-info-name {
        float: none;
        width: auto;
        text-align: left;
        padding: 6px 4px 6px 10px;
        display: block
    }

    .profile-user-info-striped .profile-info-value {
        margin-left: 10px;
        display: block
    }

    .user-profile .memberdiv {
        width: 50%;
        margin-left: 0;
        margin-right: 0
    }

    .profile-info-row { /*added*/
        display: table-row;
        text-align: center,
    }


    .accordion {
        width: 100%;
        margin-left: 0;
        max-width: 100%;
        margin-top: 1rem;
        padding: 0;
    }

    .card {
        margin: inherit;
    }

    .card-body {
        padding-left: 0;
        padding-right: 0;
    }

    .btnReport {
        text-align: center;
        display: block;
    }

    .main-timeline10 .col-md-3 {
        max-width: 100%;
        display: grid;
    }
}
@media only screen  (max-width:750px) {
    .profile-info-row {
        display: flex;
        justify-content: center;
        text-align:center;
    }
    .profile-user-info {
        text-align: center;
    }
    .profile-info-row{
        text-align:center;
    }
    .row{
        text-align:center!important;
        position:relative;
    }
}
/*min-width:401px*/
@media only screen and (min-width:751px) and (max-width:1200px) {
    .profile-info-row {
        display: grid;
        justify-content: center;
        text-align: center;
    }

    .profile-info-name,
    .profile-info-value {
        border-top-width: thin;
        text-align: center;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .row {
        position: relative;
        display: flex;
        flex-direction: column;
        align-content: center;
        flex-wrap: wrap;
        /*//text-align:center;*/
    }
}



    .dark {
        color: #333 !important
    }

    .white {
        color: #FFF !important
    }

    .red {
        color: #DD5A43 !important
    }

    .red2 {
        color: #E08374 !important
    }

    .light-red {
        color: #F77 !important
    }

    .blue {
        color: #478FCA !important
    }

    .light-blue {
        color: #93CBF9 !important
    }

    .green {
        color: #69AA46 !important
    }

    .light-green {
        color: #B0D877 !important
    }

    .orange {
        color: #FF892A !important
    }

    .orange2 {
        color: #FEB902 !important
    }

.light-orange {
    color: #33b5e5 !important /*#FCAC6F*/
}

    .purple {
        color: #A069C3 !important
    }

    .pink {
        color: #C6699F !important
    }

    .pink2 {
        color: #D6487E !important
    }

    .brown {
        color: brown !important
    }

    .grey {
        color: #777 !important
    }
