.panel h3.panel-title {
    color: white;
}
input.btn-u {
    padding: 7px 13px 10px;
}
.chart-holder-pie{
    width: 45%;
    height: 550px;
    float: left;
}
.chart-holder-serial{
    width: 55%;
    height: 550px;
    float: left;
}
.submenu {
    padding: 5px 5px 5px 20px;
}
.level--4, .level-0 {
    padding-left: 10px !important;
}
.level--3 {
    padding-left: 20px !important;
}
.level-1{
    padding-left: 30px !important;
}
.level--1{
    padding-left: 60px !important;
}
.level-2, .level--2{
    padding-left: 40px !important;
}
.level-3{
    padding-left: 50px !important;
}
.level-4{
    padding-left: 60px !important;
}
.level-5{
    padding-left: 70px !important;
}
.level-1, .level-2, .level-3, .level-4, .level-5 {
    font-size: 12px;
}
#place_of_loading_image table{
    border-top: 1px solid #DDDDDD;
}
table.border-bottom{
    border-bottom: 1px solid #DDDDDD;
}
.topbar #profile ul.lenguages {
    min-width: 117px !important;
}
#lenguages{
    cursor: pointer;
}
#profile{
    cursor: pointer;
}
.display{
    display: block !important;
}
.carousel-v1 .carousel-arrow a i {
    margin-top: -85px;
    z-index: 2000;
}
.sidebar-help-block ul{
    list-style-type: none;
    padding: 0px;
    text-align: left;
}
.sidebar-help-block ul li a{
    color: #00bfbf;
}
.padding-0{
    padding: 0 !important;
}
.padding-10-20{
    padding: 10px 20px !important;
}
.padding-left-15{
    padding-left: 15px !important;
}
.margin-top-0{
    margin-top: 0;
}
.margin-top-5{
    margin-top: 5px;
}
.margin-top-10{
    margin-top: 10px;
}
.margin-top-15{
    margin-top: 15px;
}
.margin-top-20{
    margin-top: 20px;
}
.margin-top-25{
    margin-top: 25px;
}
.margin-bottom-0{
    margin-bottom: 0;
}
.margin-bottom-5{
    margin-bottom: 5px;
}
.margin-bottom-10{
    margin-bottom: 10px;
}
.margin-bottom-15{
    margin-bottom: 15px;
}
.margin-bottom-20{
    margin-bottom: 20px;
}
.margin-bottom-25{
    margin-bottom: 25px;
}
.margin-left-15{
    margin-left: 15px;
}
.icon-panel-header-actions{
    font-size: 22px;
    margin: 0 2px;
}
.icon-panel-table-actions{
    font-size: 17px;
    margin: 0 2px;
}
#advocate-show-details i {
    vertical-align: middle;
}
.advocate-text-info{
    color: #00bfbf;
}
#referral-details li strong{
    display: inline-block;font-size: 12px;
}
.loading-details-advocate{
    display:block;margin:0 auto;
}
.tree-box{
    border: 0 !important;
    border-right: 1px solid #e3e3e3 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background: transparent !important;
}
.modal-sm{
    width: 350px;
}
.payout-type{
    padding: 10px 0;
    cursor: pointer;
    text-align: center;
    border: solid 2px #e5e5e5;
}
.payout-type:hover,.payout-type.active{
    border: 2px solid #00bfbf !important;
}
.clear-fix{
    clear: both;
}
.space-normal{
    white-space: normal !important;
}
.vertical-middle{
    vertical-align: middle !important;
}
.margin-top-7 {
    margin-top: 7px;
}
.display-block{
    display: block;
}
.width-auto{
    width: auto !important;
}
@media screen and (min-width: 1024px) {
    .modal-lg{
        width: 970px;
    }
}
.input-group-count{
    padding: 2px 6px !important;
}
.count-change{
    font-size: 9px !important;
    padding: 0 6px !important;
    line-height: 10px !important;
}
.font-xs{
    font-size: 10px;
}
.text-green{
    color: #00bfbf !important;
}

.text-success {
    color: #00bfbf !important;
}

.text-success:hover {
    color: #54e5e2 !important;
}

input[type=radio]:checked + .tag-box{
    border: 1px solid #00bfbf;
}
.select_payment_method{
    position: relative;
    top: 30px;
    left: 10px;
}
.badge-cart-items{
    top: -11px;
    position: relative;
    left: -4px;
}


.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    margin: 0 auto 0 auto;
}
.stepwizard .btn{
    opacity: 1;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}


.stepwizard-step span {
    z-index: 1;
}

.stepwizard-step:first-of-type::before {
    display: none;
}

.stepwizard-step:last-of-type::after {
    display: none;
}

.stepwizard-step::before {
    content: "";
    position: absolute;
    top: 17px;
    bottom: 0;
    left: 0;
    position: absolute;
    content: " ";
    width: 50%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}

.stepwizard-step::after {
    content: "";
    position: absolute;
    top: 17px;
    bottom: 0;
    right: 0;
    position: absolute;
    content: " ";
    width: 50%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    width: 150px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

/*********Modal Buy Feature *****************/

input.radio_buy_feature:checked + div.u-check-icon-font + div.buy_feature_box{
    display: block;
}
input.radio_buy_feature:checked + div.u-check-icon-font + div.buy_plans_box{
    display: block;
}

.buy_feature_box{
    border: 1px solid #e2ebeb;
    width: 30%;
    padding-top: 10px;
    margin-left: 20px;
}

.buy_plan_box{
    overflow: hidden;
    background: #eee;
    border: 2px solid #ddd;
    border-radius: 3px;
    margin-bottom: 15px;
    box-shadow: 0 0 5px #eee;
    text-align: center;
    padding-bottom: 20px
}
.buy_plan_box .pricing-head h3{
    font-size: 26px;
    color: #555;
    text-shadow: none;
    font-weight: normal !important;
    border-bottom: 2px solid #eee !important;
    background: #fff;
    margin: 0;
    padding: 10px;
}
.buy_plan_box .pricing-footer h4{
    color: #717984 !important;
    font-size: 70px;
    padding: 5px 0px;
    text-shadow: none;
    font-family: Arial;
    margin: 0;
    font-weight: normal !important;
    background: #fff;
}
.buy_plan_box .pricing-footer h4 span{
    top: -10px;
    display: block;
    margin-top: 5px;
    font-size: 14px;
    font-style: normal;
    position: relative;
}
.icon-over-button{
    position: relative;
    float: right;
    right: -12px;
    top: 12px;
    font-size: 16px;
}
.overflow-visible{
    overflow: visible !important;
}

@media (max-width: 400px) {
    #delete_template_btn {
        margin-right: 2% !important;
        font-size: 12px !important;
    }
}

.bootstrap-switch-primary {
    color: #fff;
    background: #00bfbf;
}

/*MENU MENU*/
#leftNav {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    flex-basis: 0;
    flex-shrink: 0;
    transition: transform .3s cubic-bezier(.55, 0, .1, 1), opacity .1s cubic-bezier(.55, 0, .1, 1) 0s, width .3s cubic-bezier(.55, 0, .1, 1), flex-basis .3s cubic-bezier(.55, 0, .1, 1);
    display: block;
    width: 0;
}

#leftNav .left-nav {
    opacity: 0;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    height: 110vh;
    position: fixed;
    transition: clip .3s;
    visibility: hidden;
}

#leftNav.leftnav-open {
    flex-basis: 50px;
    flex-grow: 0;
    flex-shrink: 0;
    width: 250px;
}

.opened{
    flex-basis: 250px !important;
}

#leftNav.leftnav-open .left-nav {
    opacity: 1;
    visibility: visible;
    transition: opacity .1s cubic-bezier(.55, 0, .1, 1) .2s;
    z-index: 5;
}

#leftNav .left-nav-top {
    flex-shrink: 1;
    padding: 3px 2px 0 2px;
    top: 58px;
    overflow: hidden;
    overflow-y: auto;
    touch-action: auto;
    scrollbar-face-color: #a6a6a6;
    scrollbar-highlight-color: #a6a6a6;
    scrollbar-track-color: #131634;
    scrollbar-arrow-color: #d9d9d9;
}

#leftNav .left-nav-top::-webkit-scrollbar {
    width: 4px;
    background-color: rgba(0,0,0,.2);
}

#leftNav .left-nav-top::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 6px #a6a6a6;
}

#leftNav .left-nav-top > ul > li {
    min-height: 35px;
    vertical-align: middle;
}

#leftNav .left-nav-top > ul > li:first-child a {
    height: 48px;
}

#leftNav .left-nav-top > ul > li > a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

#leftNav .left-nav-top ul {
    list-style: none;
    margin: 0;
}

#leftNav .left-nav-top ul li {
    position: relative;
    text-align: left;
    padding-left: 0px;
    padding-top: 0
}

/*NAV*/
#leftNav .left-nav-bottom {
    margin-top: 70px;
    padding: 0 2px 0 2px;
    display: block;
    width: 250px;
    position: relative;
    bottom: 70px;
}

#leftNav .left-nav-bottom nav > div {
    border-bottom: 1px solid #1f294a;
    min-height: 40px;
    padding-top: 10px;
}

#leftNav .left-nav-bottom div.subMenu > ul {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 10px;
}

#leftNav .left-nav-bottom div.subMenu > ul li {
    display: list-item;
    padding: 12px 8px 6px 15px;
}

#leftNav .left-nav-bottom div.subMenu > ul li a:link, #leftNav .left-nav-bottom div.subMenu > ul li a:visited {
    text-decoration: none;
    padding: 0px !important;
}

#leftNav .left-nav-bottom div.support {
    padding-top: 0px;
}

#leftNav .left-nav-bottom div.support > a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 50px;
    align-items: center;
}

#leftNav .left-nav-bottom div.support .icon {
    margin-right: 10px;
}

#leftNav .left-nav-bottom div.userNav {
    min-height: 150px;
    padding-top: 5px;
}

#leftNav .left-nav-bottom div.userNav .name {
    display: inline-block;
    width: 183px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#leftNav .left-nav-bottom div.userNav .icon {
    display: block;
    position: absolute;
    right: 0;
    margin-top: 2px;
}

#leftNav .left-nav-bottom div.userNav > a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 30px;
    align-items: center;
}

#leftNav .left-nav-bottom div.userNav > a:link .icon, #leftNav .left-nav-bottom div.userNav > a:visited .icon {
    float: right;
    padding-right: 20px;
}

#leftNav .left-nav-bottom div.userNav > a:link .icon path, #leftNav .left-nav-bottom div.userNav > a:visited .icon path {
    fill: #09ccf1;
}

#leftNav .left-nav-bottom div.userNav > a:hover .icon path {
    fill: #fb095a
}

#leftNav .left-nav-bottom div.userNav.open div.subMenu > ul {
    display: block;
    padding-top: 10px;
    padding-bottom: 100px;
}

#leftNav .left-nav-bottom #ui-size-select {
    position: relative;
    display: block;
    text-align: center;
    width: 227px;
    line-height: 20px;
    min-height: 30px;
    padding-left: 0;
}

.u-sidebar-navigation-v1-inner {
    position: initial !important;
}

.g-width-220{
    width: 220px !important;
}

#leftNav a:hover{
    text-decoration: none !important;
}

.u-sidebar-navigation--dark .u-side-nav--top-level-menu-link:hover {
    color: #00bfbf !important;
}

#main_menu{
    height: calc(100vh - 150px) !important;
}
/* END MENU */

/*New Plan Managment styles*/
.gr-dark-blue{
    color: #053857 !important;
}

.hr-plan {
    background-color: #00bfc0 !important;
    margin-top: -0.4rem !important;
    margin-left: 5.8rem !important;
    margin-right: 5.8rem !important;
    height: 0.1rem !important;
    margin-bottom: 1rem !important;
}

.plan-billing-period-selection .u-nav-v2-1 .nav-link.active{
    background-color: #00bfc0 !important;
    color: white !important;
}

.plan-billing-period-selection .nav-link {
    color: #00bebf !important;
    border-color: #29d6e6 !important;
    border-style: solid;
    border-width: 1px;
    margin-left: -1px;
}

.button-info{
    position: absolute;
    margin-left: -1.2rem;
    background: #00bebf;
    margin-top: -2.1rem;
    padding: 0rem 0.5rem;
    color: white;
    font-size: 0.8rem;
    border-radius: 1rem;
    z-index: 1;
}
.plan-billing-period-selection .nav-link.active .button-info{
    background: #ffffff;
    color: #00bfc0;
    border-color: #00bfc0;
    border: 1px solid;
}

.plan-billing-period-selection .nav-link.active .annual-button-text{
    color: white !important; ;
}

.annual-button-text{
    color: #00bfc0!important; ;
}

span.annual-discount{
    position: absolute !important;
    margin-left: -4.5rem !important;
    margin-top: 1.5rem !important;
    font-size: 0.9rem !important;
    color: #333 !important;
}

.plan-billing-period-selection .nav-link.active span.annual-discount{
    color: white;
}

.plan-billing-period-selection .nav-item .nav-link.active{
    box-shadow: 0 2px 4px rgba(0, 0, 0, .24);
}

.plan-billing-period-selection .nav-item.item-left{
    border-radius: 18px 0 0 18px;
}

.plan-billing-period-selection .nav-item.item-rigth{
    border-radius: 0 18px 18px 0;
}

.plan-billing-period-selection .nav>li>a:hover, .nav>li>a:focus {
    background-color: #ecececa3 !important;
}

@keyframes fadein {
    from { opacity: 0;}
    to { opacity: 1;}
}

@keyframes fadeout {
    from { opacity: 0;}
    to { opacity: 1;}
}

#plans-container.monthly{
    animation: fadein 0.3s ease-in normal;
}

#plans-container.annually{
    animation: fadeout 0.3s ease-in reverse;
}

.gr-bg-aqua{
    background-color: #00bfc0 !important;
}

.btn.change_plan{
    color: white !important;
    margin: 0.5rem !important;
    width: 14.5rem !important;
}

button.change_plan{
    color: white !important;
    margin: 0.5rem !important;
    width: 13.5rem !important;
}

.btn-billing-type:hover, .btn.change_plan:hover,  button.change_plan:hover{
    opacity: 60% !important;
}

p.price-annually.gr-grey {
    color: #aeb9b9 !important;
}

p.plan-bottom-text {
    font-size: 0.9rem !important;
    color: #aeb9b9 !important;
}

.plan-type{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    font-weight: 700 !important;
    font-size: 1.2rem !important;
}

.plan-price{
    margin-bottom: 1rem !important;
}

#plans-container article {
    border-radius: 10px !important;
    background-position: center center;
    border: 1px solid #dcdcdc !important;
    position: relative;
    min-height: 16rem;
    margin-top: 1rem
}

#plans-container  article:hover {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}

.gr-aqua{
    color: #00bfc0 !important;
}

.plan-details-buttons button:hover, .plan-details-buttons a:hover {
    opacity: 70% !important;
}

@media (min-width: 768px) {
    .plan-item {
        margin-left: -0.7rem;
    }

    .gr-md-mr1{
        margin-left: 1rem;
    }
}

@media (max-width: 425px) {
    .nav-item.item-left, .nav-item.item-right {
        width: 8rem !important;
    }

    .button-container {
        width: 100%;
        text-align: center;
    }

    .stepwizard-row:before {
        width: 68% !important;
        margin-right: 11rem !important;
        margin-left: 4rem !important;
    }
}

@media (max-width: 1200px) and (min-width: 570px) {
    .btn.change_plan, button.change_plan {
        width: 11rem !important;
    }
}

@media (max-width: 950px) and (min-width: 600px) {
    .col-md-3.plan-item,  .col-md-3.gr-md-mr1 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .gr-md-mr1{
        margin-left: 0rem;
    }

    .stepwizard-row:before {
        width: 68% !important;
        margin-right: 11rem !important;
        margin-left: 5rem !important;
    }
}

@media (min-width: 950px) {
    .stepwizard-row:before {
        width: 42%;
        margin-right: 11rem;
        margin-left: 16rem;
    }
}

.stepwizard-indicator {
    top: -23px;
    position: absolute;
    color: #00bfbf;
    margin-left: 0.4em;
    font-size: 1.7rem;
}

.stepwizard-step .btn-circle {
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 6px 0;
    font-size: 16px;
    line-height: 1.428571429;
    border-radius: 20px;
    border: 2px solid;
}

.stepwizard-step .btn-circle.u-btn-outline-primary {
    background-color: white !important;
}

.gr-close-btn {
    box-shadow: none !important;
}

.gr-close-btn:hover {
    box-shadow: inset 0 0 0 3px rgb(100 150 200 / 50%) !important;
}
.gr-analysis-chart{
    fill: #7484a8;
}
#leftNav .left-nav-top > ul > li > a:hover .gr-analysis-chart{
    fill: #00bfbf;
}

#gr-report-table {
    table-layout: fixed;
}

@media screen and (max-width: 950px) {
    #gr-report-table {
        table-layout: auto;
    }   
}
.gr-icon-new {
    background-color: #72c02c;
}

.gr-icon-annual-payaout-limit::after {
    content: url('/bundles/portal/images/dashboard/feature/annual_payaout_limit.svg');
    display: inline-table;
    width: 20px;
}

.gr-icon-auto-payout-wise-world::after {
    content: url('/bundles/portal/images/dashboard/feature/auto-payout-wise-world.svg');
    display: inline-table;
    width: 20px;
}

.jconfirm-buttons {
    float: none!important;
}
.jconfirm-buttons {
    text-align: center;
}
.input-search-icon {
    margin-top: -30px;
    position: absolute;
    font-size: medium;
    left: 30px;
}