.dash-icon-box {
    background: #373ba7;
    color: #FFF;
}

.logo-wrapper {
    height: 70px;
}

    .logo-wrapper a img {
        padding: 8px;
        width: 250px !important;
    }

nav ul.left {
    height: 70px;
}

.menu-title {
    line-height: 10px;
    margin: 0;
    margin-top: -25px;
    font-size: 10px;
}

.navbar .navbar-light ul a {
    text-align: center;
    padding: 0 25px 3px; /*15px*/
    height: 70px;
}

.navbar-list li:last-child a i {
    line-height: 70px;
}

#slide-out-right.sidenav {
    background: #2956a3;
    color: #FFF;
}

.container-wrapper {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-wrapper {
    width: 1170px;
}

.sidenav a {
    line-height: 50px;
    color: #FFF;
}

.select-dropdown.dropdown-content li.selected span {
    color: #000 !important;
}

.recent-buyers-card .collection .collection-item.avatar:not(.circle-clipper) > .circle {
    left: 0;
    /*width: 70px;
    height: 70px;*/
    width: 55px !important;
    height: 55px !important;
}

.card .card-title {
    font-size: 14px;
    font-weight: 500;
}

.custom-select {
    border: 1px solid #ccc;
    border-radius: 100px;
    position: absolute;
    /*width: 150px;*/
    top: 7px;
    /*left: 24%;*/
    left: 44% !important;
    width: 120px !important;
}

.custom-select-space {
    left: 32% !important;
}

.custom-select .select-dropdown {
    margin: 0 !important;
}

.circle {
    left: 0;
    width: 70px;
    height: 70px;
    text-align: center;
    top: -3px;
}

/*.select-wrapper input.select-dropdown {
    border: none !important;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    outline: none;
}*/

.centerall {
    text-align: center;
}

.square {
    height: 100%;
    width: 100%;
    background-color: #383ca7;
}

.button-bg {
    background: #383ca7;
    color: #FFF;
    padding: 10px !important;
    margin-top: 40px !important;
}

.card-content-margine {
    margin: 65px;
}

.lheader {
    border-bottom: 1px solid #CCC;
    padding: 0 !important;
    padding-bottom: 5px !important;
}

.leadboard-box-profile {
    border: 1px solid #ccc;
    margin-top: 22px;
    padding: 0;
}

.medal-icon {
    position: absolute;
    width: 25px;
}

.leadboard-box-content {
    padding: 0px !important;
    border-right: 1px solid #ccc !important;
}

.leadboard-box-contentb {
    padding: 0px !important;
}

.leadboard-box-content-heading {
    padding: 0px;
    font-size: 12px;
    margin-top: 12px !important;
}

.activity-button {
    border-right: 1px solid#CCC;
}

    .activity-button a {
        color: #FFF;
    }

.btn-profile a {
    color: #FFF;
}

.leadboard-body {
    padding: 0px;
}

.title-heading {
    color: #989898;
}

.right {
    text-align: right;
}

.content-margin-top {
    margin-top: 20px;
}

.border {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

/*.select-wrapper input.select-dropdown {
    padding-left: 10px;
}*/

.leadboard-body {
    padding: 0px;
}

.padding-act-profile {
    padding: 0px !important;
    margin-top: 10px;
}

.employee-name {
    color: #333333;
    font-weight: 500;
    font-size: 14px;
}

.employee-post {
    font-size: 14px;
}

.m-a-0 {
    margin: 0;
}

.leadboard-box-points {
    margin: 10px 0;
    padding: 0 !important;
}

.box-title {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 17px;
}

.viewall {
    font-size: 14px !important;
}

.plusicon {
    position: absolute;
    width: 26px;
    right: 50px;
    top: 8px !important;
}

.dashboard-challenge-list .plusicon {
    position: absolute;
    width: 26px;
    right: 10px;
    top: 8px !important;
}


#divSubChallenges .plusicon {
    position: absolute;
    width: 26px;
    right: 10px;
    top: 8px !important;
}

.Challenges {
    margin-top: 16px !important;
}

.border-none {
    border-bottom: 0px !important;
}

.height-leadboard {
    height: 248.233px;
}

/*.participate {
    margin-top: 7px;
    background: #383ca7 !important;
}*/

/*.youcould {
    font-size: 23px;
}*/

.p-a-0 {
    padding: 0 !important;
}

.datepicker-calendar {
    padding-top: 10px;
}

.datepicker-controls .select-month input {
    width: 80px;
}

.datepicker-date-display .date-text {
    font-size: 24px;
}

@media only screen and (min-width: 601px) {
    .datepicker-modal {
        max-width: 400px;
    }

    .datepicker-controls, .datepicker-table, .datepicker-footer {
        width: 270px;
    }
}

ul.timeline {
    list-style-type: none;
    position: relative;
}

    ul.timeline:before {
        background: #d4d9df;
        display: inline-block;
        position: absolute;
        left: 29px;
        width: 2px;
        height: 100%;
        z-index: 400;
    }

    ul.timeline > li {
        margin: 30px 0;
        padding-left: 65px;
    }

        ul.timeline > li:before {
            content: ' ';
            background: white;
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            border: 3px solid #2957a4;
            left: 20px;
            width: 13px;
            height: 13px;
            z-index: 400;
            margin-top: 28px;
            background-color: #fcc417;
        }

.timelineinfo {
    margin-top: -65px;
    margin-left: 94px;
}

    .timelineinfo > a {
        font-size: 14px !important;
        color: #2957a4;
    }

ul.timeline > li {
    margin-top: 50px !important;
}

.username {
    font-size: 16px;
}

.department {
    font-weight: lighter !important;
}

.postcontent {
    margin-top: 18px;
    background-color: #fff;
    box-shadow: 0px 0 12px #0003;
    margin: 0 20px 20px;
    margin-left: 20px;
    border-radius: 10px;
    padding-top: 10px !important;
}

.bordertop {
    border-top: 1px solid #ccc;
    top: 55px;
}

.borderright {
    border-right: 1px solid #ccc;
    margin-top: 3px;
}

.borderrightnone {
    margin-top: 3px;
}

.post {
    width: 28px;
}

.like {
    width: 25px;
    margin-left: -55px;
}

.postfooter {
    margin-top: 0px !important;
    color: #6b6f82;
}

.posttext {
    color: #6b6f82 !important;
}

/*.participate {
    margin-top: 7px;
    background: #383ca7 !important;
    height: 43px !important;
}*/

.editicon {
    position: absolute;
    /*width: 33px;*/
    /*right: 21px;*/
    top: 8px !important;
    width: 27px !important;
    right: 20px !important;
}

.postfootericon {
    width: 20px;
}

.footerheading {
    position: relative;
    left: 5px;
    top: -5px;
}

.italic {
    font-style: italic;
}

.button-bg-margin-none {
    background: #383ca7 !important;
    color: #FFF !important;
    padding: 10px !important;
}

.challgecardheight {
    height: 410px !important;
}

/*.profileboxmargin {
    padding: 0 50px !important;
}*/

.profileboxmarginlastbox {
    margin-top: 33px;
    height: 300px !important;
}

.custom-select-participated {
    left: 22% !important;
    width: 120px !important;
}

.collection .collection-item.avatar p {
    margin-left: 0px !important;
}

.challengescontentmargintop {
    margin-top: -10px;
}

.border-post {
    margin-bottom: 20px;
    padding-top: 5px !important;
    border-top: 1px solid #e5f3ff;
    border-bottom: 1px solid #e5f3ff;
    padding-bottom: 5px !important;
    margin-top: 10px !important;
}

.post-tag {
    position: absolute;
    right: 0px;
    background: #fcc417;
    color: #FFF;
    padding: 2px 10px;
    float: right;
    margin-top: -10px;
    background-color: #fff !important;
    border-color: #fff !important;
}

.m-t--1 {
    margin-top: -10px;
}

.profileboxmargin {
    padding: 0 15px !important;
}

.leadboxtext {
    font-size: 13px;
}

.p-0 {
    padding: 0px;
}

.leadboardprofile {
    width: 70px;
    height: 70px;
}

.leadboardprofilcolum {
    text-align: center;
    top: 64px;
    margin-top: -10px;
    margin-bottom: 10px;
}

.youcould {
    font-size: 14px !important;
}

.participate {
    margin-top: 10px !important;
    background: #2957a4 !important;
}

.leaderboard-button-bg {
    width: 100%;
    height: 35px !important;
    padding: 8px !important;
}

.content-margin-top-youcould {
    margin-top: 10px;
}

.dashboard-count-text {
    font-size: 14px;
}

.dashboard-count-h5 {
    font-size: 23px;
}

.challenge-list-item-name {
    font-size: 14px;
}

.fixed-table-body {
    font-size: 14px;
}

.table thead {
    font-size: 14px;
}

.leadboard-box-content-heading {
    margin-top: 0px !important;
}

.leadboard-box-profile {
    margin-top: 0px;
}

@media screen and (max-width: 768px) {
    .logo-wrapper a img {
        padding: 8px;
        width: 140px !important;
        margin-top: -15px;
    }

    .icon {
        line-height: 50px;
        font-size: 20px;
    }

    .navbar .navbar-light ul a {
        padding: 0 10px 15px;
        height: 65px;
    }

    .redempt-hsit-right, .redempt-hsit-left {
        width: 100%;
    }

        .redempt-hsit-right p, .redempt-hsit-left p {
            margin: 0px;
            font-size: 12px;
        }
}
