
.user-image img {
    width: 130px;
    height: 130px;
    border-radius: 100px;
    margin-left: 2px;
    border: 5px solid #ffffff;
    box-shadow: 0px 0px 4px #efefef;
    margin-top: 2px;
}

.E-group__team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
}

.E-group__profile, .small-image {
    display: inline-block;
    position: relative;
    width: 38px;
    height: 38px;
    margin-right: .3125rem;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    text-align: center;
}

    .E-group__profile img, .radius100 {
        border-radius: 100%;
        width: 100%;
        border: 2px solid #fff;
        width: 38px;
        height: 38px;
        box-shadow: 1px 2px 9px #e4e4e4;
    }

.E-group__team:hover .E-group__profile:nth-child(n) {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.E-group__profile:nth-child(2) {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}

.E-group__profile:nth-child(3) {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
}

.E-group__profile:nth-child(4) {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
}

.E-group__profile:nth-child(5) {
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
}

.E-group__profile:nth-child(6) {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
}

.detail-row {
    display: flex;
    align-items: center;
}

.UserInfoWraper label {
    margin-bottom: 6px;
    color: #808080;
    display: block;
    font-weight: normal;
    letter-spacing: 0.3px;
}

.E-group__profile--btn {
    border-radius: 100%;
    background-color: #e6eaee;
    color: #7f8fa4;
    cursor: pointer;
    line-height: 32px;
}

.MoreDetail ul li {
    display: flex;
}

.E-group__profile--btn i {
    font-size: 24px;
    position: relative;
    top: 6px;
}

span.closeIco {
    cursor: pointer;
    background: #ffffff;
    float: right;
}

.MoreDetail ul li .E-group__profile {
    width: 50px;
}

.MoreDetail ul {
    padding: 10px;
    height: 200px;
    overflow: auto;
    border-top: 1px solid #efefef;
    margin-top: 8px;
}

    .MoreDetail ul li {
        margin-bottom: 20px;
    }

.MoreDetail {
    bottom: -4px;
    position: absolute;
    width: 250px;
    background: #fff;
    border: 1px solid #fafafa;
    border-radius: 5px;
    box-shadow: 1px 1px 19px #e6e6e6;
    right: 10px;
}

span.chekcedRegularExp {
    border: 1px solid #bbbbbb;
    float: left;
    width: 35px;
    height: 33px;
    border-radius: 3px;
    margin-left: 13px;
}

    span.chekcedRegularExp span {
        position: relative;
    }

    span.chekcedRegularExp .invalid:before, span.chekcedRegularExp .invalid:after {
        position: absolute;
        content: '';
        background: red;
        height: 3px;
        width: 25px;
        top: 14px;
        transform: rotate(-45deg);
        left: 6px;
    }

    span.chekcedRegularExp .invalid:before {
        transform: rotate(-45deg);
    }

    span.chekcedRegularExp .invalid:after {
        transform: rotate(45deg);
    }

    span.chekcedRegularExp .valid:before, span.chekcedRegularExp .valid:after {
        position: absolute;
        content: '';
        background: green;
        height: 3px;
    }

    span.chekcedRegularExp .valid:before {
        width: 22px;
        top: 15px;
        transform: rotate(-45deg);
        left: 9px;
    }

    span.chekcedRegularExp .valid:after {
        width: 10px;
        top: 19px;
        transform: rotate(45deg);
        left: 5px;
    }

.focused {
    width: calc(100% - 50px) !important;
    float: left;
}

.chekcedRegularExp {
    display: none;
}
/*==========================================*/

span.chekcedRegular {
    border: 1px solid #bbbbbb;
    float: left;
    width: 35px;
    height: 33px;
    border-radius: 3px;
    margin-left: 13px;
}

    span.chekcedRegular span {
        position: relative;
    }

    span.chekcedRegular .invalid:before, span.chekcedRegular .invalid:after {
        position: absolute;
        content: '';
        background: red;
        height: 3px;
        width: 25px;
        top: 14px;
        transform: rotate(-45deg);
        left: 6px;
    }

    span.chekcedRegular .invalid:before {
        transform: rotate(-45deg);
    }

    span.chekcedRegular .invalid:after {
        transform: rotate(45deg);
    }

    span.chekcedRegular .valid:before, span.chekcedRegular .valid:after {
        position: absolute;
        content: '';
        background: green;
        height: 3px;
    }

    span.chekcedRegular .valid:before {
        width: 22px;
        top: 15px;
        transform: rotate(-45deg);
        left: 9px;
    }

    span.chekcedRegular .valid:after {
        width: 10px;
        top: 19px;
        transform: rotate(45deg);
        left: 5px;
    }

.focused {
    width: calc(100% - 50px) !important;
    float: left;
}

.chekcedRegular {
    display: none;
}

.uk-accordion-title:after {
    font-size: 26px;
}

.uk-tab-responsive {
    display: none !important;
}

.E-group__detail i {
    font-size: 13px;
}

#Selectedteam {
    display: flex;
}

.SectionEditableBasic, .SectionEditablePayment {
    position: absolute;
    top: -45px;
    right: 35px;
    width: auto;
}

.btnviewCase i {
    font-size: 20px;
}

.ProfileImagePopup {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 1;
    padding: 10px;
    left: 47px;
    top: -8px;
    box-shadow: 0 2px 16px 0 rgba(144, 144, 144, 0.27);
    width: 210px;
    border-radius: 5px;
}

.user_heading.primarybgup.bgup2 {
    background: #ffffff !important;
    min-height: 52px;
    border: 2px dashed #d6d6d6;
    border-radius: 1px !important;
    width: 160px;
    height: 160px;
    border-radius: 100% !important;
    margin: 0 auto;
}

.user_heading_avatar .thumbnail {
    border-radius: 100px;
    border-color: transparent !important;
}

.user_avatar_controls {
    background: 0 0;
}

.ProfileImagePopup span.close {
    position: absolute;
    right: 8px;
    display: inline-block;
    top: 7px;
    padding: 0;
    z-index: 10;
    text-align: center;
    background: #ffffff;
    line-height: 12px;
}

.upload-file {
    line-height: 28px;
    position: absolute;
    top: 4px;
    right: 10px;
    display: block;
    overflow: visible;
    width: 28px;
    height: 26px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
}

    .upload-file i {
        font-size: 20px;
    }

.ProfileImagePopup .close i {
    font-size: 16px;
    color: #676767;
    cursor: pointer;
}

.btn-small {
    padding: 1px 15px;
    display: block;
    border-radius: 14px;
    text-align: center;
    margin: 10px auto 0;
    color: #fff;
    max-width: 40px;
    cursor: pointer;
    background: #539ab1;
}

.uk-list {
    line-height: 22px;
}

.moreDetailTable tr td:first-child {
    width: 140px;
}

.md-card .line-tabs.uk-tab li > a, .md-card .line-tabs.uk-tab li > a:hover {
    padding: 12px 5px !important;
    border: 0px !important;
    margin-right: 12px;
    font-size: 14px;
    letter-spacing: 0.2px;
    text-shadow: none;
}

.line-tabs.uk-tab > li.uk-active > a, .line-tabs.uk-tab > li.uk-active > a:hover {
    color: #595eeb;
}
/*===============*/

body {
    margin: 0;
    padding: 0;
    background: rgb(230,230,230);
    color: rgb(50,50,50);
    font-family: 'Open Sans', sans-serif;
    font-size: 112.5%;
    line-height: 1.6em;
}

.uk-accordion-content .labelBadge {
    left: 115px;
}

html[dir="rtl"] .uk-accordion-content .labelBadge {
    left: initial;
    right: 150px;
}
/* ================ The Timeline ================ */

.timeline {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    padding: 1em 0;
    list-style-type: none;
}

    .timeline:before {
        position: absolute;
        left: 50%;
        top: 0;
        content: ' ';
        display: block;
        width: 6px;
        height: 100%;
        margin-left: -3px;
        background: rgb(80,80,80);
        background: -moz-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
        background: -webkit-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
        background: -o-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
        background: -ms-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
        background: linear-gradient(to bottom, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
        z-index: 0;
    }

    .timeline li {
        padding: 1em 0;
    }

        .timeline li:after {
            content: "";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

.direction-l {
    position: relative;
    width: 44%;
    float: left;
    text-align: right;
}

.direction-r {
    position: relative;
    width: 44%;
    float: right;
}

.flag-wrapper {
    position: relative;
    display: inline-block;
    text-align: center;
}

.flag {
    position: relative;
    display: inline-block;
    background: rgb(248,248,248);
    padding: 6px 10px;
    border-radius: 5px;
    font-weight: 600;
    text-align: left;
}

.direction-l .flag {
    -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-r .flag {
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-l .flag-wrapper:before, .direction-r .flag-wrapper:before {
    position: absolute;
    top: 50%;
    right: -40px;
    content: ' ';
    display: block;
    width: 12px;
    height: 12px;
    margin-top: -10px;
    background: #fff;
    border-radius: 10px;
    border: 4px solid rgb(255,80,80);
    z-index: 10;
}

.direction-r .flag-wrapper:before {
    left: -40px;
}

.direction-l .flag-wrapper:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: rgb(248,248,248);
    border-width: 8px;
    pointer-events: none;
}

.direction-r .flag-wrapper:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: rgb(248,248,248);
    border-width: 8px;
    pointer-events: none;
}

.time-wrapper {
    display: inline;
    margin-bottom: 10px;
    width: 100%;
    line-height: 1em;
    font-size: 0.66666em;
    color: rgb(250,80,80);
    vertical-align: middle;
}

.direction-l .time-wrapper {
    float: left;
}

.direction-r .time-wrapper {
    float: right;
}

.time {
    display: inline-block;
    padding: 4px 6px;
}

.desc {
    margin: 1em 0.75em 0 0;
    font-size: 0.77777em;
    font-style: italic;
    line-height: 1.5em;
}

.direction-r .desc {
    margin: 1em 0 0 0.75em;
}

.mt-r20 {
    margin-top: -20px;
}
/* ================ Timeline Media Queries ================ */

@@media screen and (max-width: 660px) {
    .timeline {
        width: 100%;
        padding: 4em 0 1em 0;
    }

        .timeline li {
            padding: 0.5em 0;
        }

    .direction-l, .direction-r {
        float: none;
        width: 100%;
        text-align: center;
    }

    .flag-wrapper {
        text-align: center;
    }

    .flag {
        background: rgb(255,255,255);
        z-index: 15;
    }

    .direction-l .flag:before, .direction-r .flag:before {
        position: absolute;
        top: -30px;
        left: 50%;
        content: ' ';
        display: block;
        width: 12px;
        height: 12px;
        margin-left: -9px;
        background: #fff;
        border-radius: 10px;
        border: 4px solid rgb(255,80,80);
        z-index: 10;
    }

    .direction-l .flag:after, .direction-r .flag:after {
        content: "";
        position: absolute;
        left: 50%;
        top: -8px;
        height: 0;
        width: 0;
        margin-left: -8px;
        border: solid transparent;
        border-bottom-color: rgb(255,255,255);
        border-width: 8px;
        pointer-events: none;
    }

    .time-wrapper {
        display: block;
        position: relative;
        margin: 4px 0 0 0;
        z-index: 14;
    }

    .direction-l .time-wrapper {
        float: none;
    }

    .direction-r .time-wrapper {
        float: none;
    }

    .desc {
        position: relative;
        margin: 1em 0 0 0;
        padding: 1em;
        background: rgb(245,245,245);
        -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
        -moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
        box-shadow: 0 0 1px rgba(0,0,0,0.20);
        z-index: 15;
    }

    .direction-l .desc, .direction-r .desc {
        position: relative;
        margin: 1em 1em 0 1em;
        padding: 1em;
        z-index: 15;
    }
}

html[dir="rtl"] .SectionEditableBasic, html[dir="rtl"] .SectionEditablePayment {
    position: absolute;
    top: -45px;
    left: 35px;
    right: initial;
    width: auto;
}
