﻿body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

h5 {
    font-weight: bold;
    font-size: 18px;
    font-weight: 600;
}

h6 {
    font-size: 20px;
    font-weight: 600;
}

.dividerDiv {
    border-top: 2px solid black;
    margin: -2px;
}

.divBorder {
    /*border: 1px solid black;*/
    margin-top: 10px;
    border: 1px solid #ddd !important;
    border-radius: 4px;
    padding: 0 10px !important;
    margin-left: 10px;
    color: #5fad46 !important;
    font-size: 18px;
    font-weight: 600;
}

.separator {
    margin-top: 7px;
    margin-bottom: 5px;
}

.avatar {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.avatarList {
    vertical-align: middle;
    width: 43px;
    height: 45px;
    border-radius: 50%;
}

.avatarListBL {
    vertical-align: middle;
    width: 38px;
    height: 39px;
    border-radius: 50%;
}


.PersonalRecruitsUser {
    margin-top: 10px;
}

.header {
    border-bottom: 1px solid black;
}

.titleHeader {
    font-weight: 600;
    font-size: 20px;
    color: #1eb5da;
}

.progress {
    height: 15px;
    border-radius: 0px;
}

.cardForPersonalRecruitsUser {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    margin-left: -5px;
    margin-right: -5px;
    font-size: 12px;
}

    .cardForPersonalRecruitsUser:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

.RecruitStatus {
    color: red;
}

a {
    color: black;
    /*text-decoration: underline;*/
}

.AchorUnderline {
    text-decoration: underline;
    color: #777;
    font-weight: 600;
}

body {
    margin: 0;
}

#diamond-wrapper {
    position: absolute;
    top: 0;
    right: -10px;
}

.diamond {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: sandybrown;
    position: relative;
    top: -5px;
}

    .diamond:after {
        content: '';
        position: absolute;
        left: -10px;
        top: 10px;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-top-color: sandybrown;
    }

.progress-container {
    width: 500px;
    float: left;
    margin-top: 25px;
    margin-left: 25px;
    padding-left: 25px;
}

.progress-row {
    background-color: #add8e6;
    height: 15px;
    width: 100%;
    position: relative;
    left: 15px;
}

.prog-info {
    height: 31px;
    width: 2px;
    background-color: #777;
    position: absolute;
    left: 0;
    top: -8px;
}

.prog-info-diamond {
    height: 35px;
    width: 2px;
    /*background-color: #000;*/
    position: absolute;
    left: 0;
    top: -8px;
}

.top-count, .bottom-count {
    font-size: 12px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.top-count {
    top: -18px;
}

.bottom-count {
    bottom: -18px;
}

.prog-title {
    left: -39px;
    background-color: transparent;
}

.prog-info1 {
    left: 19px;
}

.prog-info2 {
    left: 103px;
}

.prog-info3 {
    left: 182px;
}

.prog-info4 {
    left: 266px;
}

.prog-info5 {
    left: 350px;
}

.prog-info6 {
    left: 450px;
}

.prog-info7 {
    left: 50px;
}

.main-progress-container {
    border: 1px solid #777;
    width: 100%;
    float: left;
    padding: 8px 5px;
    height: 80px;
    border-radius: 10px;
}


.flex-wrapper {
    display: flex;
    flex-flow: row nowrap;
}

.single-chart {
    /*width: 100%;
        height: 100%;*/
    justify-content: space-around;
}

.circular-chart {
    display: block;
    margin: 4px auto;
    max-width: 100%;
    max-height: 250px;
}

.circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 3.8;
}

.circle {
    fill: none;
    stroke-width: 4;
    /*stroke-linecap: round;*/
    animation: progress 1s ease-out forwards;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.circular-chart.green .circle {
    stroke: #4CC790;
}

.percentage {
    fill: #666;
    font-family: sans-serif;
    font-size: 0.5em;
    text-anchor: middle;
}

@media (min-width:1501px) and (max-width:1600px) {
    .progress-row {
        width: 134% !important;
    }
}

@media (min-width:1410px) and (max-width:1500px) {
    .progress-row {
        width: 124% !important;
    }
}

@media (min-width:1300px) and (max-width:1409px) {
    .progress-row {
        width: 112% !important;
    }
}

@media (min-width:1200px) and (max-width:1299px) {
    .progress-row {
        width: 100% !important;
    }
}

@media (min-width:1025px) and (max-width:1199px) {
    .progress-row {
        width: 79% !important;
    }
}

@media (min-width:992px) and (max-width:1024px) {
    .progress-row {
        width: 76% !important;
    }
}

@media (min-width:960px) and (max-width:991px) {
    .progress-row {
        width: 54% !important;
    }
}

@media (min-width:890px) and (max-width:959px) {
    .progress-row {
        width: 69% !important;
    }
}

@media (min-width:800px) and (max-width:889px) {
    .progress-row {
        width: 61% !important;
    }
}

@media (min-width:768px) and (max-width:799px) {
    .progress-row {
        width: 43% !important;
    }
}

@media (min-width:640px) and (max-width:767px) {
    .progress-row {
        width: 92% !important;
    }
}

@media (min-width:592px) and (max-width:639px) {
    .progress-row {
        width: 82% !important;
    }
}

@media (min-width:530px) and (max-width:591px) {
    .progress-row {
        width: 70% !important;
    }
}

@media (min-width:463px) and (max-width:529px) {
    .progress-row {
        width: 59% !important;
    }
}

@media (min-width:400px) and (max-width:462px) {
    .progress-row {
        width: 47% !important;
    }
}

@media (min-width:360px) and (max-width:399px) {
    .progress-row {
        width: 37% !important;
    }
}

@media (min-width:800px) and (max-width:1199px) {
    .avatarListBL {
        width: 30px !important;
    }
}

@media (min-width:768px) and (max-width:799px) {
    .avatarListBL {
        width: 30px !important;
    }

    .cardForPersonalRecruitsUser {
        margin-right: -10px !important;
        margin-left: -10px !important;
    }
}
/*@media only screen and (max-width: 1024px) {
        body {
            margin: 0;
        }

        .progress-container {
            width: 500px;
            float: left;
            margin-top: 25px;
            margin-left: 25px;
            padding-left: 25px;
        }

        .progress-row {
            background-color: #add8e6;
            height: 15px;
            width: 40%;
            position: relative;
        }

        .prog-info {
            height: 31px;
            width: 2px;
            background-color: #000;
            position: absolute;
            left: 0;
            top: -8px;
        }

        .top-count, .bottom-count {
            font-size: 12px;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }

        .top-count {
            top: -18px;
        }

        .bottom-count {
            bottom: -18px;
        }

        .prog-title {
            left: -22px;
            background-color: transparent;
        }

        .prog-info1 {
            left: 10px;
        }

        .prog-info2 {
            left: 40px;
        }

        .prog-info3 {
            left: 70px;
        }

        .prog-info4 {
            left: 100px;
        }

        .prog-info5 {
            left: 130px;
        }

        .prog-info6 {
            left: 160px;
        }

        .prog-info7 {
            left: 25px;
        }

        .main-progress-container {
            border: 1px solid #000;
            width: 100%;
            float: left;
            padding: 8px 5px;
            height: 80px;
        }
    }*/

.k-dialog.k-alert .k-button {
    background-color: #1eb5da;
}

@media (max-width:767px) {
    .vertical-center-xs {
        top: 40% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }
}

.btn {
    border-radius: 4px !important;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

#TabMainContainer .nav-pills > li > a {
    border-radius: 4px 4px 0 0;
    border: 1px solid #ddd;
}

#TabMainContainer .tab-content {
    color: black;
    background-color: white;
}

.active {
    background-color: white;
    color: #2d2d2d;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #1eb5da;
}

select {
    margin-bottom: 0px !important;
    font-size: 14px !important;
    padding: 0px 0px !important;
}

ul.nav li,
ul.nav li a,
ul.nav li.active a {
    color: black !important;
}

.EarningBlock {
    margin-top: 10px;
    /*background-color: #f1f1f1;*/
    border-radius: 10px;
    margin-left: 1px;
    margin-right: 1px;
    font-weight: 600;
    color: #777;
    border: 1px solid;
    margin-bottom: 10px;
    padding-bottom: 7px;
}

.UnitTeamBlock {
    margin-top: 10px;
    /*background-color: #f1f1f1;*/
    border-radius: 10px;
    margin-left: 1px;
    margin-right: 1px;
    font-weight: 600;
    color: #777;
    border: 1px solid;
    margin-bottom: 10px;
    padding-bottom: 7px;
}

.EarningTitle {
    margin-bottom: 7px;
    margin-left: 16px;
    margin-top: 7px;
    cursor: default;
    pointer-events: none;
}

.TitleMissesWithCross {
    margin-top: 3px;
    color: red;
    background-color: #ccc;
    cursor: default;
    pointer-events: none;
}

.TitleMissesEmpty {
    margin-top: 3px;
    background-color: #ccc;
    cursor: default;
    pointer-events: none;
}

.NonClickableGreenBtn {
    cursor: default;
    pointer-events: none;
}

.NonClickableDefaultBtn {
    background-color: #ccc;
    cursor: default;
    pointer-events: none;
}

.NonClickableGenerationBtn {
    background-color: #add8e6;
    cursor: default;
    pointer-events: none;
}

#LeadershipTable td {
    padding: 1px 3px 0px 3px;
}

#LeadershipTable .btn {
    padding: 6px 6px !important;
}

@media (max-width:640px) {
    .CalendarYear {
        width: 50%;
        float: left;
    }

    .MonthRefresh {
        width: 50%;
        float: right;
    }
}

@media (min-width:640px) and (max-width:1024px) {
    .FirstHalf {
        width: 50%;
        float: left;
    }

    .SecondHalf {
        width: 50%;
        float: right;
    }

    .CalendarYear {
        width: 50%;
        float: left;
    }

    .MonthRefresh {
        width: 50%;
        float: right;
    }

    #MediaLeader, #MediaTeam, #MediaLeader_RSM {
        width: 100%;
    }
}

.GenerationRed {
    text-align: center;
    color: red;
}

.DownlineList {
    border: 1px solid;
    border-radius: 10px;
    color: #777;
    font-weight: 600;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 10px;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd; /* Gray */
}

    .pagination a.active {
        background-color: dodgerblue;
        color: white;
    }

    .pagination a:hover:not(.active) {
        background-color: #ddd;
    }

@media(min-width:960px) and (max-width:1199px) {
    .donutWidth {
        width: 33%;
    }
}

@media(min-width:768px) and (max-width:959px) {
    .donutWidth {
        width: 39%;
    }
}

@media(min-width:450px) and (max-width:767px) {
    .donutWidth {
        width: 11%;
    }
}

@media(min-width:782px) and (max-width:991px) {
    ul.nav li a, ul.nav li.active a {
        padding: 10px 7px !important;
    }
}

@media(max-width:781px) {
    ul.nav li a, ul.nav li.active a {
        padding: 10px 2px !important;
    }

    #tabSection ul.nav li a, ul.nav li.active a {
        padding: 10px 1px !important;
    }
}

@media(min-width:782px) and (max-width:991px) {
    #tabSection ul.nav li a, ul.nav li.active a {
        padding: 10px 2px !important;
    }
}


@media(min-width:300px) and (max-width:390px) {
    #tabSection  {
        padding: 0px !important;
    }
}

label {
    cursor: default;
    pointer-events: none;
}

@media (max-width:640px){
    .header {
        padding-bottom:9px;
    }
}

.titleHeaderViewMore {
    font-weight: 600;
    font-size: 18px;
    color: #777;
    padding: 6px 16px;
}




