﻿/* Jecy's Global CSS */
/*.red {
    border: 1px solid red !important;
}

.blue {
    border: 1px solid blue !important;
}

.yellow {
    border: 1px solid yellow !important;
}

.pink {
    border: 1px solid pink !important;
}

.green {
    border: 1px solid green !important;
    color: unset !important;
}

.brown {
    border: 1px solid brown !important;
}

.violet {
    border: 1px solid violet !important;
}*/

:root {
    --std-content-bg: #fff;
    --std-green: #9dde2a;
    --std-blue: #1478bf;
    --std-dark-grey: #797979;
    --white: #fff;
    --four: 4px;
    --mpp-blue: #1683c6;
    --std-container-width: 1260px;
    --std-font: 'Roboto', OpenSansBold, Helvetica, Arial, sans-serif;
}

/* STANDARDS */
.btn-std-green {
    font-weight: 700;
    font-size: 12px;
    color: var(--std-green) !important;
    font-family: 'Roboto', OpenSansBold, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    border: 2px solid #9dde2a !important;
    border-radius: 3px;
    height: 27px;
    max-height: 27px;
    padding: 5px 14px;
    line-height: normal;
    background-color: transparent;
    min-width: 113px;
}

.btn-std-green:hover {
    color: #fff !important;
    background-color: #9dde2a !important;
    border: none;
}

.btn-std-grey {
    font-weight: 700;
    font-size: 12px;
    color: var(--std-dark-grey) !important;
    font-family: 'Roboto', OpenSansBold, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    border: 2px solid #797979 !important;
    border-radius: 3px;
    height: 27px;
    max-height: 27px;
    padding: 5px 14px;
    line-height: normal;
    background-color: transparent;
    min-width: 113px;
}

.btn-std-grey:hover {
    color: #fff !important;
    background-color: #797979 !important;
    border: none;
}

.btn-std-grey.active {
    color: #fff !important;
    background-color: #797979 !important;
    border: none;
}

.btn-std-blue {
    height: 22px;
    max-height: 22px;
    border-radius: 4px !important;
    border: 1px solid #1683c6 !important;
    min-width: 113px;
    background-color: transparent;
    padding-left: 14px !important;
    padding-right: 14px !important;
    color: var(--mpp-blue);
}

.btn-std-blue:hover {
    color: #fff !important;
    background-color: var(--mpp-blue);
    border: none;
}

.btn-vip-green {
    font-weight: 700;
    font-size: 12px;
    color: var(--std-green) !important;
    font-family: 'Roboto', OpenSansBold, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    border: 1px solid #9dde2a !important;
    border-radius: 3px;
    height: 21px;
    max-height: 21px;
    padding: 3px 14px;
    line-height: normal;
    background-color: transparent;
    min-width: 70px;
}

.btn-vip-green:hover {
    color: #fff !important;
    background-color: #9dde2a !important;
    border: none;
}

.btn-std-white {
    font-weight: 700;
    font-size: 12px;
    color: #fff !important;
    font-family: 'Roboto', OpenSansBold, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    border: 2px solid #fff !important;
    border-radius: 3px;
    height: 27px;
    max-height: 27px;
    padding: 5px 14px;
    line-height: normal;
    background-color: transparent;
    min-width: 113px;
}

.btn-std-white:hover {
    color: var(--mpp-blue) !important;
    background-color: #fff !important;
    border: none;
}

.btn-std-baloo {
    font-weight: 700;
    font-size: 12px;
    color: var(--std-blue) !important;
    font-family: 'Roboto', OpenSansBold, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    border: 1px solid var(--std-blue) !important;
    border-radius: 3px;
    height: 27px;
    max-height: 27px;
    padding: 5px 14px;
    line-height: normal;
    background-color: transparent;
    min-width: 113px;
}

.btn-std-baloo:hover {
    color: #fff !important;
    background-color: var(--std-blue) !important;
    border: none;
}

.vipaccess .btnFlatBluer {
    background-color: transparent !important;
    color: #1683c6 !important;
    font-weight: 400;
    font-size: 11px;
    border-radius: 4px;
    border: 1px solid #1683C6 !important;
    height: 28px;
    max-height: 28px;
    padding: 4px 9px;
}

.vipaccess .btnFlatBluer:hover {
    font-size: 11px;
    padding: 4px 9px;
    background-color: #1683c6 !important;
    color: #fff !important;
    height: 28px;
    max-height: 28px;
}

.btn-std-margins {
    margin-top: 20px;
    margin-bottom: 20px;
}

.margin-top-four {
    margin-top: var(--four);
}

.std-container-width {
    width: var(--std-container-width);
    max-width: var(--std-container-width);
    margin: 0 auto;
    padding: 0;
}

.std-content-bg { /* contents that has a white background */
  background-color: var(--std-content-bg);
}

.std-two-column {
  display: flex;
}

.std-two-column div:first-child {
  border-right: 8px solid #dee3e9;
}

.std-two-column div:last-child {
  border-left: 8px solid #dee3e9;
}

.display-flex {
    display: flex;
}
/* END OF STANDARDS */

    
.progress-button {
        background: transparent;
        border: 1px solid #9DDE2A;
        color: #9DDE2A;
    }

    .progress-button .progress {
        background: #146db7;
    }

    .progress-button .progress-inner {
        background: #146db7;
    }

    .progress-button .content {
        color: #9DDE2A;
    }

        .progress-button .content:hover {
            color: #fff;
        }

/* START - systempp/MyAccount/ - Lead Blazer Tab */
.prosystem .blazerActive button {
    margin-top: 4px;
}

.prosystem .cmpanel {
    padding: 12px 20px 14px 20px !important;
}

.zm-ceb-fn-btn-save-8001 {
    background: transparent;
    border: 2px solid #9DDE2A;
    color: #9DDE2A;
    font-weight: 700;
}

.zm-ceb-fn-btn-edit-8001 {
    font-weight: 700 !important;
}

.zm-ceb-fn-btn-edit-800 {
    margin-top: 8px;
    font-size: 12px !important;
    font-weight: 700;
}

    .zm-ceb-fn-btn-edit-800:hover {
        line-height: 0 !important;
    }

.zm-ceb-fn-standardEditBtnHeight {
    height: 27px;
    line-height: 0 !important;
}

/* systemPP/websitemanager/?pg=1 | Funnel Setup Wizard */
.progressWMarea .progress {
    left: 45px;
    width: 70%;
}

/* systempp/unileveldashboard | My Unilevel Progress */
.rankQualPanelBG span:first-child {
    /*display: none;*/
}

/* systempp/AffiliateContactManager/trainingpp | Training Contact Manager */
.newColorBandHeader .fa-group:before, .newColorBandHeader .fa-users:before {
    font-size: 13px;
    color: #1683c6;
}

.affiliate-contact-manager .cmPanelBody {
    margin-top:unset;
}

.affiliate-contact-manager .cms {
    
}

.newColorBandHeader .fa-group:hover::before, .fa-users:hover::before {
    /*color: #fff;*/
}

.pdl-6 {
    padding-left: 0px !important;
}

.scrolling::-webkit-scrollbar {
    width: 0px;
}

.btn-view-leads:hover .fa-users:before {
    color: #fff;
}

.cm-sl-apr-etraining-stats-title-ground span {
    font-weight: bold;
}

.fs18 {
    top: -2px;
    color: #797979;
}

/*trainingPP header logo - doyle*/
.newColorBandHeader .fs18::before {
    font-size:19px!important;
}

.newColorBandHeader {
    background-color: #fff;
    margin: 10px auto 12px;
    display: flex;
    height: 44px;
    max-height: 44px;
}

    .newColorBandHeader div:first-child {
        /*margin: 8px 0 0 5px;*/
        margin-top: 10px;
    }

    .newColorBandHeader .btn-default {
        border: 1px #1683c6 solid !important;
        height: 32px;
        transition: all 0.5s;
        color: #1683c6 !important;
        border-radius: 12px;
        font-size: 13px;
        width: 200px !important;
        max-width: 200px !important;
        font-weight: bold;
    }

        .newColorBandHeader .btn-default:hover {
            background-color: #1683c6 !important;
            color: #fff !important;
        }

    .newColorBandHeader button:hover {
        color: #fff !important;
    }

.btnSaveChangesMyEarningsPaymentSetup {
    margin-top: -6px;
}

.cm-sl-apr-page-title {
    text-transform: uppercase;
    font-size: 18px!important;
}

.cm-sl-apr-colorbandHeader-title {
    flex-basis: unset;
}

.searchFade {
    height: 12px;
    margin-top: 2px;
}

.right-inner-addon a.searchGo {
    margin-top: 0px;
}

.right-inner-addon[placeholder="SEARCH"] {
    display: none;
}



/* anthony derecho /systempp/myaccount tollfree-btn-off */
.zm-ceb-fn-btn-edit-800:visited {
    border: 2px solid #1683c6 !important;
    color: #1683c6 !important;
    background: white !important;
    border-radius: 4px !important;
    height: 27px !important;
    width: 90px !important;
    font-size: 12px !important;
    padding: 0 !important;
    line-height: 2 !important;
}

.editnumber {
    width: 9em;
    margin-left: -28px;
    text-align: right;
    font-size: 25px;
    border-right: 0px solid #fff;
    border-left: 0px solid #fff;
    border-top: 0px solid #fff;
    border-radius: 0px;
    border-bottom: 1px solid #797979;
}

input.toolfree[disabled], input.toolfree[readonly] {
    border: 0px solid #797979 !important;
    background: #fcfeff !important;
    text-align: left;
    padding: 0px;
}

.your800forwarded {
    font-size: 22px;
    font-weight: bold;
}

.your-800 {
    font-size: 25px;
    margin-left: -35px;
}

.PagePurchasepage {
    display: none;
}

.imgbanner {
    margin-top: 20px;
}

.addCart {
    font-weight: bolder;
}

hr {
    background-color: #797979;
    height: 1px;
}

.imgbtn-tollfree {
    background-image: url("/Images/tollfree-btn.png");
}

.imagecontainer {
    position: relative;
}

.btncontainer {
    position: absolute;
    margin-top: -6em;
    right: 22em;
}

.imgbtn {
    width: 26em;
    position: relative;
    cursor: pointer;
}

    .imgbtn:hover {
        cursor: pointer;
    }

.shopping-title {
    width: 100%;
    font-size: 16px;
    font-weight: bolder;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.shoppingbox {
    border: 1px solid #797979;
    border-radius: 4px;
}

.shooping-content {
    font-size: 14px;
    font-weight: bold;
    margin-top: 6px;
    margin-bottom: 5px;
}

.paymenttype {
    color: #797979;
    margin-top: 23px;
    font-size: 18px;
}

.checkoutbtn {
    font-size: 14px;
    padding-top: 3px;
    margin-top: 3px;
    margin-right: -1px;
    padding-bottom: 2px;
    padding-right: 2px;
    padding-left: 2px;
    border: 2px solid #9AC825 !important;
    background: transparent !important;
    color: #9AC825 !important;
}

.checkoutbtn:visited {
    background-color: #9AC825 !important;
    border: 2px solid #9AC825 !important;
}

.checkoutbtn:hover {
    background-color: #9AC825 !important;
    border: 2px solid #9AC825 !important;
    color: #fff !important;
}

.zynGreen {
    color: #9AC825 !important;
}

.pp-am-top9 .btn.btn-green, .squareMS .footerbar .btn-green {
    border: 2px solid #9AC825 !important;
    background: transparent !important;
    color: #9AC825 !important;
}

.zm-fn-domain-group {
    width: 100%;
    height: auto;
    padding: 2px;
    margin-top: 20px;
    position: relative;
}

.zm-fn-domain-input {
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid #d6d7d8;
    display: block;
    height: 25px;
    width: 100%;
}

.span-title {
    font-weight: 600;
    font-size: 14px;
    display: block;
    text-align: left;
}

.zm-fn-domain-input::placeholder {
    font-size: 13px;
}

.zm-fn-domain-short-holder-left, .zm-fn-domain-selection-holder-left {
    float: left;
    width: 51%;
    height: auto;
}

.zm-fn-domain-short-holder-right, .zm-fn-domain-selection-holder-right {
    float: right;
    width: 45%;
    height: auto;
}

.zm-fn-domain-select {
    border: 0;
    outline: 0;
    border-bottom: 1px solid #d6d7d8;
    display: block;
    height: 25px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(images/select-arrow-down.png) 95% / 22% no-repeat transparent;
}

.zm-fn-domain-help-tip:hover p {
    display: block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;
}

.zm-fn-domain-help-tip p {
    display: none;
    text-align: left;
    background-color: #1E2021;
    padding: 8px;
    width: 197px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 3px 1px 1px rgba(0, 0, 0, 0.2);
    right: -183px;
    color: #FFF;
    font-size: 12px;
    line-height: 1.4;
}

.zm-fn-domain-help-tip:before {
    content: '?';
    font-weight: bold;
    color: #fff;
}

.checkoutFinalBox button {
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 3px;
    min-width: 176px;
    font-weight: bolder;
}

.checkoutnow {
    height: 27px !important;
    width: 38px;
    padding-right: 5px !important;
    padding-left: 5px !important;
    margin-top: 18px;
    padding-top: 1px !important;
}

.btn-border-grey:hover {
    color: #fff;
}

.btn-border-grey {
    color: #797979;
}

.apptBox.mobilize .iconText {
    font-size: 10px;
    line-height: 11px;
}

.apptBox.mobilize .fa {
    font-size: 32px;
    padding-top: 21px;
}

.newColorBandHeader div:nth-child(2) .list-inline > li {
    padding-left: 0px;
    padding-right: 0px;
}

.newColorBandHeader div:nth-child(2) ul {
    margin-bottom: 0px;
    padding: 0px;
}

.newColorBandHeader div:nth-child(2) {
    margin: 5px 0;
}

.newColorBandHeader .fa-user:before {
    font-size: 16px;
    margin-top: 10px;
}

.newColorBandHeader .fa-list:before {
    font-size: 17px;
}

.cm-sl-apr-listprofileArea .fa.active {
}

.newColorBandHeader div:nth-child(3) {
    margin: 4px 0 0 0;
}

.newColorBandHeader div:nth-child(2) .glyphicon {
    top: 2px;
}

.newColorBandHeader div:last-child ul li:nth-child(2) i {
    /*border: 1px solid red;*/
}


/* systempp/ContactManager/ppmerchant | My Contacts */
.panel-title > a {
    font-size: 12px;
}

span[data-bind="text:PECount"] {
    margin-right: 12px;
}

.colorbandHeader .btn-default .fa {
    font-size: 13px;
}

span[data-bind="visible:!leadBlazerVisible()"] i.fa {
    font-size: 13px;
}

.nopadding-ppmerchant { /* this css can only be found on this url --> systempp/ContactManager/ppmerchant <-- */
    margin-top: 11px;
}

    .nopadding-ppmerchant h5 { /* this css can only be found on this url --> systempp/ContactManager/ppmerchant <-- */
        margin-bottom: 0px;
    }

.progress-button-ppmerchant { /* this css can only be found on this url --> systempp/ContactManager/ppmerchant <-- */
    height: 27px;
    line-height: normal;
    margin-bottom: 7px;
    font-weight: 700;
}

.zn-nw-clearboth-ppmerchant { /* this css can only be found on this url --> systempp/ContactManager/ppmerchant <-- */
    margin-top: 0px !important;
}

.progress-button-trainingpp { /* this css can only be found on this url --> systempp/AffiliateContactManager/trainingpp <-- */
    height: 27px;
    font-weight: 700;
}

.nopadding-affiliatepp h5 { /* this css can only be found on this url --> systempp/AffiliateContactManager/affiliatepp <-- */
    margin-top: 13px;
}

.nopadding-trainingpp h5 { /* this css can only be found on this url --> systempp/AffiliateContactManager/trainingpp <-- */
    margin-top: 13px;
}


/* systempp/getting started - Modal popup MyProceedPay System Set-up Wizard */
.modal-dialog {
    top: 108px;
}


#ssSetupModal hr {
    border-top: none;
}

hr {
    background-color: none;
    background-color: transparent;
}

hr, hr-divider {
    border-top: 2px solid #c7c7c7 !important;
}

/* systempp/ContactManager/ppmerchant | My Contacts */
.apptBox {
    width: 114px;
    max-width: 114px;
    height: 114px;
    max-height: 114px;
    border: none;
    border-radius: 12px;
    background-color: #e9eaee;
    color: #969696;
}

.cmPanelBody .apptBox .fa {
    font-size: 40px;
    color: #969696;
    padding: 20px 0 0 0;
}

.cmPanelBody-trainingpp .apptBox .fa {
    color: #fff;
}

.apptBox:hover, .apptBox.active, .apptBox.mobilize:hover, .apptBox.mobilize.active {
    border: none;
}

    .apptBox:hover .fa, .apptBox.active .fa, .apptBox.mobilize:hover .fa, .apptBox.mobilize.active .fa {
        color: #fff;
    }

.font-color-seventy-nine {
    color: #797979 !important;
}

body[spellcheck="false"] .progress-button {
    /*line-height: 0 !important;*/
    line-height: normal !important;
}

/*
    /systempp/AffiliateContactManager/trainingpp | Training Contact Manager
*/

.e-training-performace-title-space {
    /*padding-left: 21px;*/
    padding-left: 15px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari only override */
    ::i-block-chrome, .e-training-performace-title-space {
        padding-left: 15px;
    }
}

.newColorBandHeader .btn-default[data-bind="visible:leadBlazerVisible()"] {
    font-size: 12px;
}

.apptBox.mobilize {
    padding: 0 0;
    border: none !important;
    display: inline-table;
    position:relative;
}
.apptBox.mobilize div.leadIcons{
    height: 100%;
    border-radius: 33px;
}

.apptBox .fa {
    color: #fff;
}

/* Safari 10.1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    
    ::i-block-chrome, div.cm-sl-apr-etraining-data-ground.cm-sl-apr-pe-ground {
            margin: -19px 0 0 0;
        }
 
}

div.cm-sl-apr-etraining-data-ground.cm-sl-apr-pe-ground {
    margin: 0px 0 0 0;
}

.cm-sl-apr-etraining-data-ground {
    margin-top: 8px;
}

.cm-sl-apr-etraining-stats-holder div:nth-child(2) .cm-sl-apr-etraining-stats-title-ground span {
    margin: 21px auto;
}

.cm-sl-apr-etraining-stats-holder div:nth-child(3) .cm-sl-apr-etraining-stats-title-ground span {
    margin: 24px auto;
}

.centerBtns .newBtn-ppmerchant { /* this css can only be found on this url --> /systempp/ContactManager/ppmerchant <-- */
    border: 1px solid #676869 !important;
}

.cm-sl-apr-etraining-stats-holder .cm-sl-apr-title { /* this css can only be found on this url --> /systempp/ContactManager/ppmerchant <-- */
    color: #797979 !important;
}

.cm-sl-apr-etraining-stats-holder .cm-sl-apr-etraining-chunk-holder .cm-sl-apr-etraining-stats-title-ground { /* this css can only be found on this url --> /systempp/ContactManager/ppmerchant <-- */
    color: #797979 !important;
}

.panel-heading .badge { /* this css can only be found on this url --> /systempp//AffiliateContactManager/trainingpp <-- */
    font-size: 11px!important;
    border-radius: 100%;
    margin-bottom: 1px;
}


.cmSideMenu .panel-heading .badge { /* this css can only be found on this url --> /systempp/AffiliateContactManager/affiliatepp <-- */
   font-size: 14px !important;
    margin-top: 0px !important;
    /*padding: 3px 14px 8px 15px !important;*/
    padding: 3px 0px 3px 7px!important;
    /*margin-right: 10px;*/
    margin-top: -1px!important;
    text-align: right!important;
}

/*Added for badge counts - doyle*/
.cmSideMenu .panel-heading .badge-count {
    max-width: 5px !important;
    margin-right: 10px;
}

/*Truncation*/
.limitbreak {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
    width: 140px;
}

/* Making the side tabls blue */
/*.panel-default a:nth-child(1){
    color: #1683C6 !important;
    font-weight: 700 !important;
}*/
/*Making "Not Started" folder blue*/
#lbllstpptraining0 .panel-title a{
    color: #1683C6 !important;
    font-weight: 700 !important;
}
/*Side Menu - Personally | Organization tab*/
.active .cm-sl-apr-cmtabs-toggle-tab {
    background: #1683C6 !important;
    color: #fff !important;
}
.active .cm-sl-apr-tab-count {
    border-color: #fff !important;
}
/*End of side menu*/

#accordionOrg .grouping {
    border-bottom: thin #969696 solid !important;
}


.cm-sl-apr-specification-title-holder { /* this css can only be found on this url --> /systempp/AffiliateContactManager/affiliatepp <-- */
    color: #797979 !important;
}

/* /systempp/genealogy | My Account Executives */
.warning-alignment-genealogy { /* this css can only be found on this url --> /systempp/genealogy <-- */
    font-size: 13px;
    margin-top: 9px;
}

.zm-ceb-fn-margin-top-25-genealogy .genArea .genBigBox .bootstrap-table { /* this css can only be found on this url --> /systempp/genealogy <-- */
    margin-top: -84px;
}


/* This css is seen on /systempp/ContactManager/ppmerchant | My Contacts - Lead Campaign */
.lead-campaign-section h5 {
    margin: 0 auto 5px;
}

.lead-campaign-section h5 span:first-child {
    font-weight: 900;
}

.lead-campaign-content-section {
    margin: 35px auto;
}

.leads-manually-added-content-section {
    margin:15px auto;
}

.lead-campaign-content-section .border-right {
    border-right-width: 2px;
    border-right-style: solid;
    border-color: rgba(121, 121, 121, 0.3);
}

.circle-hollow {
    font-family: 'Roboto', 'OpenSansBold', Helvetica, Arial, sans-serif;
    font-weight: 700;
    display: inline-block;
    width: 201px;
    height: 201px;
    border-width:5px;
    border-style: solid;
    border-color: rgba(121, 121, 121, 0.2);
    line-height: 80px;
    border-radius: 50%;
    position: relative;
}

    .circle-hollow p {
        font-size: 128px; /*this is the font size if it has only one digit */
        /*font-size: 80px;*/ /*this is the font size if there are 3 digits in this number*/
        margin-top: 36px; /*this is the margin-top when the number is only one digit */
        /*margin-top: 52px; this is the margin-top when the number has 3 digits*/
        font-weight: 700;
        /*font-size: 63px;
        letter-spacing: -2px;
        margin-top: 59px;*/
    }

    .circle-hollow p.two-digits {
        font-size: 106px;
        margin-top: 44px;
    }

    .circle-hollow  p.three-digits {
        font-size: 80px;
        margin-top: 52px;
    }

    .circle-hollow  p.four-digits {
        font-size: 63px;
        letter-spacing: -2px;
        margin-top: 59px;
    }

.circle-hollow p:last-child {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    left: 0;
    right: 0;
    text-transform:uppercase;
    display: block;
    margin: 0 auto;
    font-weight: 700;
}

.circle-solid {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    /*background-color: rgba(121, 121, 121, .2);*/
    background-color: #e9eaee;
    position: relative;
    margin-left: 25px;
}

.circle-solid:first-child {
    margin-bottom: 17px;
}

.circle-solid p {
    font-size: 50px;
    font-weight: 700;
}

.circle-solid p:last-child {
    position: absolute;
    bottom: 20px;
    font-size: 9px;
    left: 0;
    right: 0;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    font-weight: 700;
}

.circle-solid p.three-digits {
    padding-top: 11px;
    font-size: 40px;
}

.circle-solid p.four-digits {
    padding-top:18px;
    font-size: 34px;
    letter-spacing: -1px;
}

.circle-solid p.five-digits {
    padding-top: 22px;
    font-size: 30px;
    letter-spacing: -1px;
}

.img-warning img {
    width: 258px;
    height: 52px;
}

.lead-campaign-content-section .lead-campaign-result div:first-child {
    margin-bottom: 10px;
    margin-top: 22px;
}

.lead-campaign-content-section .lead-campaign-result div:nth-child(2) {
    font-size: 18px;
    margin-bottom: 22px;
}

.lead-campaign-content-section .lead-campaign-result div:nth-child(3) {
    font-size: 18px;
    margin-bottom: 22px;
}

.lead-campaign-result a {
    border: 1px solid #1683c6;
    border-radius: 7px;
    font-size: 18px;
    color: #1683c6;
    background-color: transparent;
    /*height: 41px;
    max-height42px;*/
    padding: 7px 20px;
    font-weight: 700;
}

.lead-campaign-result a:hover {
    color: #fff;
    background-color: #1683c6;
    border: none;
    font-weight: 700;
}

.leads-manually-added-content-section ul li {
    margin: 0 0 0 15px;
    padding: 0;
}

.leads-manually-added-content-section li {
    width: 114px;
    height: 144px;
    max-width: 114px;
    max-height: 114px;
    border-radius: 11px;
    background-color: #e9eaee;
    position: relative;
}

.leads-manually-added-content-section li div:first-child {
    font-size: 45px;
    color: #707070;
    margin: 30px auto;
    font-weight: 700;
}

.leads-manually-added-content-section li div:last-child {
    font-size: 12px;
    color: #797979;
    text-transform: uppercase;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    font-weight: 700;
}

/* This css is seen on /systempp/ContactManager/ppmerchant | My Contacts - Merchant Lead */
.buttonbar li a {
    padding: 0px 6px !important;
}

.buttonbar li a:hover {
    color: var(--white) !important;
}

/* This css is seen on /systempp/websitemanager | Funnel Manager > Merchant Funnel */
.funnel-manager .desc {
    display: inline-block !important;
}

.funnel-manager .funnelDrilldown h5 {
    overflow:unset;
}


/* This css is seen on /systempp/alerts | Alerts */
.alertsPage .colorbandHeader h3 {
    color: var(--std-blue) !important;
    font-weight: 700;
}

.alertsPage .zm-ceb-fn-ppblue {
    /*color: var(--std-blue) !important;*/
    /*font-family: 'Roboto', 'OpenSansBold', Helvetica, Arial, sans-serif;*/
}

.alertsPage .zynblue {
    /*color: var(--std-blue) !important;*/
}

.alertsPage .alertsSideMenu input[type=checkbox] + label:before {
    /*color: var(--std-blue);*/
}

.alertsPage .regBold {
    /*color: var(--std-blue);*/
}

.alertsPage .alertsSideMenu .alertsTable td label {
    font-weight: 400;
}

.alertsPage .alertsTable th {
    padding:6px 5px;
}

.alertsPage .tbCoverBox label {
    margin: 0 auto;
}

.alertsPage .alerts-btn {
    background-color: #e3e4e8 !important;
    color: #5f5f62 !important;
    font-weight: 400 !important;
    border-color: #c9c9c9;
    transition: all 0.5s;
    margin: 10px;
}

.alertsPage span[data-bind="text:name"] {
    font-weight: 400 !important;
    font-family: 'Roboto', OpenSansBold, Helvetica, Arial, sans-serif;
}

.alertsPage .alertsSideMenu .alertsTable td label {
    font-family: 'Roboto', OpenSansBold, Helvetica, Arial, sans-serif;
    font-weight: 400 !important;
}

.alertsPage .fa-calendar {
    font-size: 15px;
    top: -2px;
}

.alertsPage .editButtonAlrt {
    border: 1px solid #9AC825 !important;
    background: transparent !important;
    color: #9AC825 !important;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: roboto;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.5s;
}

.alertsPage .editButtonAlrt:hover {
    color: #ffffff!important;
    background: #9AC825 !important;
    transition: all 0.5s;
}

.alertsPage .tbSideMenu {
    background: none!important;
}

.alertsPage .alertsSideMenu:first-child {
    margin-bottom: 10px;
}

.alertsPage .alertsSideMenu:nth-child(2) {
    /*padding-left: 0px;
    padding-right: 0px;*/
    padding: 4px 0px;
}

.alertsPage .alertsSideMenu:nth-child(2) .panel-heading {
    padding-left: 17px !important;
    padding-right: 17px !important;
    margin-bottom: 10px;
}

.alertsPage .alertFolder td:first-child {
    padding-left: 25px;
}

.alertsPage .alertsSideMenu {
    background-color: #ffffff;
}

.alertsPage .alertNewfolderAdd {
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    border: 1px solid #1683C6;
    padding: 5px;
    border-radius: 10px;
}

.alertsPage .alertNewfolderAdd:hover {
    color: #ffffff;
    background: #1683C6;
}

.alertsPage .noDataAlert {
    background: #f2dede;
    padding: 10px;
    width: 100%;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 400;
}

.alertsPage .alertsDivider {
    border-bottom: #909493 1px solid;
    margin-top: 24px;
    margin-bottom: 24px;
}

.h3-alignment {
    font-weight:400;
}

.genelogy-panel .colorbandHeader h3 {
    font-weight: 400;
}

.funnel-manager .zm-ceb-fn-wmSetupModal .wmStepIcon.active {
    background-color: var(--std-blue) !important;
    border: 0px solid var(--std-green) !important;
    font-size: 20px;
    padding:8px;
}

.funnel-manager .zm-ceb-fn-wmSetupModal .wmStepDescription.active {
    /*color: var(--std-green) !important;*/
}

.funnel-manager .zn-nw-funnelModal .wmStepIcon {
    /*border: 2px solid #797979 !important;
    background-color: #797979 !important;*/
    border: 2px solid #919191 !important;
    background-color: #919191 !important;
}

.funnel-manager .zn-nw-funnelModal .wmStepDescription {
    color: #797979;
}

.funnel-manager .zn-nw-funnelModal .progressWMarea .progress {
    /*background-color: #797979 !important;*/
    background-color: #919191 !important;
}

.funnel-manager .zn-nw-funnelModal .wmStepIcon.active {
    margin-top: 10px !important;
}

.funnel-manager .wmStepIcon {
    margin-top: 10px;
}

.funnel-manager .progressWMarea .progress {
    top: 31px;
}

.funnel-manager .wmStep1 {
    margin-top: 11px;
}

/*.funnel-manager .zm-ceb-fn-wmSetupModal .progress-bar.progress-bar-success {
    background-color: var(--std-green) !important;
}*/

.funnel-manager .zm-fn-domain-form-top {
    margin-left: 0px;
}

    .cmMainBox .dropdown-menu li:hover .fa {
        color: #fff !important;
        /*background-color: #266ec8;*/
        transition: all 0.2s;
    }

.leads tfoot {
    font-weight: 700;
}

.leads .leads-campaign-detail-head {
    color: var(--white);
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

 .leads .leads-campaign-detail-head > div {
    background-color: var(--std-dark-grey);
    padding: 12px 0;
    opacity: 0.7;
 }

 .leads .leads-campaign-detail > div {
     /*padding: 8px;*/
     height: 33px;
     min-height: 33px;
     line-height: 33px;
 }

.leads .leads-campaign-detail div:nth-child(2) {
    padding-right: 67px;
}

.leads .even {
    background-color: #f2f2f2;
}

.leads-admin .dates-not-label {
    margin-left: 32px;
}

.leads-admin .input-group-addon {
    background: none !important;
    border: none;
}

.leads .zm-ceb-fn-stepper-container-1 .zm-ceb-fn-progress {
    height: 3px !important;
    background-color: #919191 !important;
}

.leads .zm-ceb-fn-wmStepIcon {
    padding: 9px !important;
    /*background-color: #797979 !important;*/
    background-color: #919191 !important;
    border: 2px solid #919191 !important;
}

.leads .zm-ceb-fn-wmStepIcon.active, .leads .zm-ceb-fn-wmStepIcon.done {
    background-color: #95c429 !important;
    border: 2px solid #95c429 !important;
}

.leads .wmStepDescription-active, .leads .wmStepDescription.done {
    color: #95c429 !important;
}

.leads .zm-ceb-fn-wmStepIcon.done {
    color: #fff !important;
}

.leads .progressbar-two {
    background-color: #95c429;
    height: 7px;
    padding: 0;
    width:29%;
}

.leads .progressbar-three {
    background-color: #95c429;
    height: 7px;
    padding: 0;
    width: 68%;
}

.leads .progressbar-four {
    background-color: #95c429;
    height: 7px;
    padding: 0;
    width: 68%;
}

.leads .progressbar-five {
    background-color: #95c429;
    height: 7px;
    padding: 0;
    width: 100%;
}

.leads .zm-ceb-fn-wmStepDescription {
    color: #919191 !important;
}

@supports (-ms-ime-align:auto) and (-webkit-text-stroke:initial) {

    .funnel-manager .wmStepIcon {
        padding: 5px;
    }

    .funnel-manager .zm-ceb-fn-wmSetupModal .wmStepIcon.active {
        padding: 7px;
    }

}
    /*.leads .inactive {
    background-color: #797979 !important;
}

.leads .done {
    background-color: #95c429 !important;
    border: 2px solid #95c429 !important;
    color: #fff !important;
}*/
    /*.leads .zm-ceb-fn-stepper-container .active {
    border-color: #95c429 !important;
    background-color: #95c429 !important;
}*/
    .leads .fa-check {
        display: none;
    }
    /*.leads .wmStepDescription-active {
    color: #95c429 !important;
}

.leads .zm-ceb-fn-wmStepIcon .done {
    background-color: #95c429 !important;
}*/
    /*.leads .zm-ceb-fn-wmStepDescription {
    color: #95c429 !important;
}*/
    .leads-admin .isbog-gamay {
        margin-left: -2px;
        padding: 0;
    }

        .leads-admin .isbog-gamay input {
            background-color: transparent;
        }

    .leads-admin .isbog-gamay2 {
        margin-left: -29px;
        padding: 0;
    }

        .leads-admin .isbog-gamay2 select, .leads-admin .isbog-gamay2 option {
            background-color: transparent;
        }

    .leads-admin .isbog-gamay3 {
        margin-left: -71px;
        padding: 0;
    }

    .leads-admin .isbog-gamay4 {
        margin-left: -83px;
        padding: 0;
    }

    .zn-nw-modal .zynlogo img {
        width: 22%;
        margin: 4px 16px !important;
    }

    .genealogy-panel .fa-search {
        color: var(--std-dark-grey);
    }

    .genealogy-panel .cm-zm-search-wrapper {
        margin-top: 2px;
        position: absolute;
        right: 7px;
        margin-top: -4px;
    }

    .genealogy-panel .colorbandHeader h3, .cm-sl-apr-page-title, .colorbandHeader h3 {
        font-weight: 700;
    }

    .genealogy-panel .regBox {
        padding: 15px 15px 9px 15px;
    }

    .genealogy-panel .summarize-by {
        padding: 15px 15px 10px 15px;
        border-radius: 0px !important;
        position: relative;
        min-height: 236px;
    }

     /* Genealogy right filters | START - Doyle */
    .genealogy-panel .summarize-by .SB-right-filters{
        padding: 0px 0px 0px 0px!important;
        font-size: 14px!important;
    }

    /*View By*/
    .genealogy-panel .summarize-by .SB-first-filter{
        width: auto;
    }

    /* WEBCAST dropdown */
    .genealogy-panel .summarize-by .SB-second-filter {
        bottom: 6px;
        width: auto;
        left: 7px;
    }

     /* WEBCAST | EVENTS */
    .genealogy-panel .summarize-by .SB-third-filter {
        width: auto;
        float: right;
        bottom: 1px;
    }
    /* Genealogy right filters | End - Doyle */

    .genealogy-panel .sign-up-summary {
        padding: 15px 15px 10px 15px;
        border-radius: 0px !important;
        position: relative;
        min-height: 236px;
    }

    .genealogy-panel .zm-ceb-fn-padding-10 {
        padding: 0px 10px 10px 10px !important;
    }

    .genealogy-panel .right-inner-addon a {
        font-size: unset !important;
        margin-top: 6px !important;
    }

    .genealogy-panel .searchFade {
        min-width: 173.659px;
        min-height: 23.55px !important;
        height: unset;
    }

    .genealogy-panel .form-control {
        padding: 6px 12px 0px 0px;
    }

    .genealogy-panel .right-inner-addon a.searchGO:before {
        top: unset;
    }

    .genealogy-panel .genealogy-date {
        padding-top: 2px !important;
        padding-right: 3px !important;
    }

    .genealogy-panel .zm-ceb-fn-genArea .datebox {
        margin-top: -7px !important;
    }

    .genealogy-panel .bootstrap-table .table.table-no-bordered > thead > tr > th:first-child {
        width: 236px;
    }

    .genealogy-panel .tab-content {
        padding: 20px 15px 26px 15px;
    }

    .colorbandHeader h3 span {
        font-weight: 700;
    }

    .zn-nw-modal .close {
        text-shadow: unset;
        opacity: unset;
        margin-right: 14px;
        margin-top: 10px !important;
        color: #fff !important;
    }

    .genealogy-panel .rebBox2 {
        padding-bottom: 7px;
        min-height: 236px;
        position: relative;
        border-radius: 0 !important;
    }

    .refunds-dashboard .datebox, dateboxSpecial {
        background-color: unset;
    }

    .refunds-dashboard .calendar-panel {
        background-color: unset;
    }

    .refunds-dashboard .money-wrapper {
        background-color: unset;
    }

    .refunds-dashboard-two .lnkPending {
        margin-top: 9px;
    }

    .refunds-dashboard-two .lnkApplied {
        margin-top: 9px;
    }

    .refunds-dashboard-two .refundadjuster .datebox {
        margin-top: unset;
    }

    @supports (-ms-ime-align:auto) and (-webkit-text-stroke:initial) {
        .refunds-dashboard-two .refundadjuster .datebox {
            margin-top: 6px;
        }
    }

    .homepagecontent a.btnFlatBlue {
        margin-bottom: 7px;
        margin-top: 7px;
    }

    .homepagecontent .rowsplitter .leaderboard_center2 .leaderboard_section1 {
        height: auto;
    }


    /*Mac safari */
    @media not all and (min-resolution:.001dpcm) {
        @media {
            .homepagecontent .rowsplitter .leaderboard_center2 .leaderboard_section1 {
                height: 390px;
            }
        }
    }

    /*Mac safari */
   /* @media screen and ( -webkit-min-device-pixel-ratio:0 ) {
        ::i-block-chrome, .homepagecontent .rowsplitter .leaderboard_center2 .leaderboard_section1 {
            height: 390px;
        }
    }*/

    .homepagecontent .headerblue-merchant-terminals {
        margin-top: 10px;
    }

    .homepagecontent .zn-nw-leadTraffic {
        height: 193px;
    }

    .e-training-proceed-pay input[type=checkbox]:checked + label:before, .e-training-proceed-pay input[type=checkbox] + label:before, .system-training input[type=checkbox]:checked + label:before, .system-training input[type=checkbox] + label:before {
        height: 20px;
    }

    .e-training-proceed-pay .new .form-group label, .system-training .new .form-group label {
        display: inline-flex;
    }

    .e-training-proceed-pay ul.timeline li:nth-child(6) .green_bar[style="height: 352px;"] {
        height: 424px !important;
    }

    .e-training-proceed-pay ul.timeline li:nth-child(8) .green_bar[style="height: 352px;"] {
        height: 384px !important;
    }

    .e-training-proceed-pay ul.timeline li:nth-child(9) .active_green_bar {
        height: 317px !important;
    }

    @supports (-ms-ime-align:auto) and (-webkit-text-stroke:initial) {
        .e-training-proceed-pay ul.timeline li:nth-child(6) .green_bar[style="height: 352px;"] {
            height: 480px !important;
            position: absolute;
        }

        .timeline > li > .timeline-item {
            margin-bottom: 15px !important;
        }

        .e-training-proceed-pay ul.timeline li:nth-child(8) .green_bar[style="height: 352px;"] {
            height: 392px !important;
            position: absolute;
        }
    }


    @media screen and (max-width: 1299px) and (min-width: 1227px) {
    }
    /* all edge supports */
    @supports (-ms-ime-align:auto) and (-webkit-text-stroke:initial) {
        .el-am-videoSection {
            width: 551px !important;
            max-width: 551px !important;
        }

        @media screen and (max-width: 1280px) {
            .el-am-videoSection {
                width: 522px !important;
                max-width: 522px !important;
            }
        }

        .genealogy-panel .summarize-by {
            padding: 15px 15px 10px 15px;
            border-radius: 0px !important;
            position: relative;
            min-height: 237px;
            height: 237px;
        }

        .genealogy-panel .genealogy-date {
            padding-top: 4px !important;
        }
    }

    /* ie hack */
    @supports (-ms-ime-align:auto) and (-webkit-text-stroke:initial) {
        .genealogy-panel .fixed-table-toolbar .search {
            margin-top: 20px !important;
        }
    }

    .contact-manager li.apptBox.mobilize {
        margin-right: 15px;
    }

    .contact-manager .apptBox {
        float: none;
    }

    .contact-manager .cmPanelBody-revised {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .contact-manager .scriptArea button.btn-std-green {
        margin-right: 6px;
    }

    .contact-manager .scriptArea button {
        font-size: 15px;
        padding: 3px 14px;
    }

    .contact-manager .scriptArea div.row, .contact-manager .scriptArea p {
        margin-left: 20px;
        text-align: justify;
    }

    .contact-manager .scriptArea p:first-child, .contact-manager .scriptArea p:last-child {
        margin-top: 30px;
    }

    .contact-manager .scriptArea .scriptReverse {
        background-color: transparent;
        color: #707070;
    }

    .contact-manager div[data-bind="html:question"] {
        color: #707070;
        font-size: 16px;
        font-weight: 300;
    }

    .contact-manager .form-horizontal .form-group {
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .contact-manager .form-horizontal .control-label {
        padding-top: 4px;
        text-align: left;
    }

    .contact-manager .form-horizontal .form-control {
        /*height:26px; ERROR ON ADD CONTACT */ 
    }

    .contact-manager .form-horizontal select, .contact-manager .form-horizontal input {
        /*padding: 0; ERROR ON ADD CONTACT */
        padding: 0 0 0 10px;
        /*width: 100px; ERROR ON ADD CONTACT */
    }

    .contact-manager .form-horizontal input[type="number"] {
        padding-left: 4px;
    }

    .contact-manager .form-horizontal input[type="number"]::-webkit-inner-spin-button, .contact-manager .form-horizontal input[type="number"]::-webkit-outer-spin-button {
        /*opacity: 1;
        -webkit-appearance: none;
        -moz-appearance: textfield;
        margin: 0;*/
    }

    .contact-manager label.col-lg-2[data-bind="html:question"] {
        width: 200px;
    }

    .contact-manager a.newBtn.zm-ceb-fn-btnFlatGrey:hover, .contact-manager a.newBtn.zm-ceb-fn-btnFlatGrey:active {
        color: #fff !important;
        background-color: #797979 !important;
    }

    /* safari hack */
    @media not all and (min-resolution:.001dpcm) {
        @media {
            .affiliate-contact-manager .cm-sl-apr-title {
                font-size: 14px;
            }

            .affiliate-contact-manager .cm-sl-apr-etraining-stats-title-ground span {
                font-size: 13px;
            }

            .affiliate-contact-manager .cm-sl-apr-specification-title-holder {
                height: 30px;
            }

            .affiliate-contact-manager .cm-sl-apr-blue-graph-holder {
                margin-top: 21px;
            }

            .affiliate-contact-manager .cm-sl-apr-green-graph-holder {
                margin-top: 34px;
            }

            .affiliate-contact-manager .cm-sl-apr-view {
                margin-top: 5px;
            }

            .affiliate-contact-manager .cm-sl-apr-etraining-stats-holder {
                padding: 0px 8px 8px 8px;
            }

            .affiliate-contact-manager .cm-sl-apr-etraining-chunk-holder {
                padding: 0px 5px 5px 5px;
                height: 64px;
            }

            .affiliate-contact-manager .cm-sl-apr-green-graph-figure span, .affiliate-contact-manager .cm-sl-apr-blue-graph-figure span {
                margin: -5px 0 0 4px;
            }

            .cm-sl-apr-blue-graph-figure span {
                font-size: 25px;
                margin: -3px 0px 0px 4px;
            }

            .cm-sl-apr-green-graph-figure span {
                font-size: 25px;
                margin: -3px 0px 0px 4px;
            }

            .panel-group .panel .fa-chevron-right {
                margin-right: 0px;
            }
        }
    }

    .cm-sl-apr-blue-graph-figure span {
        font-size: 25px;
        margin: -3px 0px 0px 4px;
    }

    .cm-sl-apr-green-graph-figure span {
        font-size: 25px;
        margin: -3px 0px 0px 4px;
    }

    .training-webcast-modal .adlaw {
        font-size: 20px !important;
    }

    .contact-manager .zm-ceb-fn-hidePhone {
        padding: unset !important;
        border-radius: unset !important;
        background-color: unset !important;
    }

    .contact-manager .hide-phone-panel {
        margin-left: unset;
        background-color: unset;
        border-radius: unset;
        padding: unset;
    }

    .contact-manager .bell-reminder .fs20 {
        font-size: 12px !important;
    }

    .contact-manager .badge {
        font-size: 14px;
    }

    .contact-manager .bell-reminder {
        top: 1px;
    }

    .e-training-proceed-pay .header-banner {
        margin-top: 0px;
        margin-bottom: 16px;
    }

    .prosystem .vipaccess .profile {
        background-color: #fff;
        color: #000;
    }

    .vipaccess .fs18 .fa-calendar {
        font-size: 14px;
        top: -2px;
    }

    .display {
        display: inherit !important;
    }

/* /systempp/ContactManager/ppmerchant | MERCHANT FUNNEL > ADD CONTACT + */

.contact-manager .newEditContact-revised {
    padding-top: 0px;
}

.contact-manager .form-horizontal .form-group-revised {
    margin-top: 0px;
}

.fixed-table-container .mpp-table thead th .both {
    background-image: none !important;
}

.vipaccess.systempp .addeventatc_dropdown .copyx {
    display: none;
}

.leads-admin .table > thead > tr > th {
    border-bottom: none !important;
}

/*#campaignstats table td[data-bind="click:toggleLeadDetail"] {
    border-left: 3px solid #fff;
}*/

#campaignstats table.parentTable tbody > tr.parentData.current td:first-child {
    border-color: none !important;
}

#campaignstats table td {
    border-left: none;
}

#campaignstats .leads-details td {
    border-left: 1px solid #fff;
    width: 100%;
}

.campaingstats .leads-details th {
    width: 100%;
}

#campaignstats .lead-details td, #campaignstats .lead-details th {
    display: none;
}

#campaignstats .leads-details td:first-child, #campaignstats .leads-details td:last-child {
    padding-left: 10px !important;

}

.leadDetails .graph-head {
    width: 100%;
}

.leadDetails.table-graph {
    background-color: #E8F4F9;
}

.leadDetails tr {
    border-right: 3px solid #fff;
}

.leadDetails tr:last-child {
    border-right: none;
}

.leadDetails > thead > tr:last-child, .leadDetails > thead > tr > th:last-child {
    border-right: 1px solid #fff;
}

.leadDetails.table-graph > thead > tr {
    border-right: none;
}


/* START - /systempp/leads | CAMPAIGN STATS tab */

.leadsadmin-lead-campaign-admin {
    font-family: var(--std-font);
}

.lead-campaign-campaign-stats h1 {
    padding: 0;
    margin: 0 auto;
    text-transform: uppercase;
    font-family: var(--std-font) !important;
    font-weight: bold;
    font-size: 22px !important;
}

/* END - /systempp/leads | CAMPAIGN STATS tab */



/* START - /systempp/leadsadmin | CAMPAIGN STATS tab */

.leadsadmin-lead-campaign-admin table {
    font-family: var(--std-font) !important;
    color: #797979;
}

.leadsadmin-lead-campaign-admin .zn-am-headerCampaignstats {
    padding-top: 16px;
}

.leadsadmin-lead-campaign-admin .zn-am-headerCampaignstats span {
    top: 0px;
}

.leadsadmin-lead-campaign-admin h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px !important;
    margin: 0 auto;
    padding: 0;
}

.leadsadmin-lead-campaign-admin .daterange-container {
    width: 0px;
    padding: 0px;
    max-width: 290px;
    width: 290px;
}

.leadsadmin-lead-campaign-admin .daterange-container button {
    margin-top: 0px;
    min-width: unset;
}

.leadsadmin-lead-campaign-admin .daterange-container span.ui-icon-calendar {
    font: normal normal normal 16px/1 FontAwesome;
    top: 12px;
}

.leadsadmin-lead-campaign-admin .daterange-container button span.ui-button-text {
    padding: 0px 22px 0px 0px;
    text-align: unset;
    color: #707070;
    font-size: 20px;
    font-weight: 500;
}

.leadsadmin-lead-campaign-admin .ui-button-text-icon-secondary .ui-button-icon-secondary {
    right: 0px;
}

.leadsadmin-lead-campaign-admin .daterange-container button {
    height: unset;
}

.leadsadmin-lead-campaign-admin .comiseo-daterangepicker-triggerbutton.ui-button {
    text-align: unset;
}

.leadsadmin-lead-campaign-admin .ui-widget.ui-widget-content {
    margin: 0 0 0 1px;
}

.leadsadmin-lead-campaign-admin h2 {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 16px;
    margin-bottom: 10px;
    padding: 0;
    color: #5d5d5d;
    margin-left: 0px;
}

.leadsadmin-lead-campaign-admin .marginTop {
    margin-top: 0px;
}

.leadsadmin-lead-campaign-admin table.parentTable {
    border: 1px solid #ddd;
}

#campaignstats table th {
    border: none;
}

#campaignstats {
    
}

#campaignstats table.parentTable > thead > tr > th {
    height: 40px;
    border-left: 1px solid #fff;
}

#campaignstats table.leadDetails th {
    height: 34px;
    line-height: 34px;
    color: #FFFFFF !important;
    /*color: #7F7F7F !important;*/
}

#campaignstats table.parentData tr.parentData td {
    width: unset !important;
}

#campaignstats table td {
    width: unset !important;
}

.leadsadmin-lead-campaign-admin .table > thead > tr > th {
    padding: unset;
    padding-right: 9px;
    vertical-align: middle;
}

.leadsadmin-lead-campaign-admin table {
    border-collapse: collapse;
}

#campaignstats table.parentTable thead th span.sortable {
    width: 19px;
    top: 0;
    transform: translate(0,55%);
}

#campaignstats table.parentTable thead th span.header-title {
    padding-left: -9px;
}

.leadsadmin-lead-campaign-admin .leadDetails th {
    background: #7FBBDF !important;
}

.leadsadmin-lead-campaign-admin .leadDetails th:first-child, .leadsadmin-lead-campaign-admin .leadDetails td:first-child {
    border-left: none;
}

#campaignstats table.parentTable tbody > tr.parentData.current td {
    background: #EEEEEE !important;
    padding-bottom: 3px;
    /*color: #fff;*/
}

#campaignstats table th {
    background: #a1a1a1;
    opacity: unset;
}

.leadsadmin-lead-campaign-admin table.leadDetails tbody > tr:nth-of-type(odd) {
    background: #e8f4f9 !important;
}

.leadsadmin-lead-campaign-admin table.leadDetails tbody > tr > th {
    border: 1px solid #fff;
}

.leadsadmin-lead-campaign-admin table.leadDetails > thead > tr > th {
    border-left: 1px solid #fff;
}

tr[data-bind="with:totals"] {
    font-weight: 700;
}

@supports (-ms-ime-align:auto) and (-webkit-text-stroke:initial) {

    #campaignstats table.parentTable > thead > tr > th {
        vertical-align: middle;
    }

}

/* END - /systempp/leadsadmin | CAMPAIGN STATS tab */


/* START - /systempp/leadsadmin | CALENDAR LAYOUT tab */

.ui-front {
    border: 1px solid #dfdfdf !important;
}

button.ui-priority-primary {
    background: transparent !important;
    border: 1px solid #9ac825 !important;
    color: #9ac825 !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}

button.ui-priority-primary:hover {
    background:#9ac825 !important;
    border: 1px solid #9ac825 !important;
    color: #fff !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}

button.ui-priority-secondary {
    background: transparent !important;
    border: 1px solid #797979 !important;
    color: #797979 !important;
    text-transform: uppercase;
    font-weight: 700 !important;
}

button.ui-priority-secondary:hover {
    background: #797979 !important;
    border: 1px solid #797979 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700 !important;
}

.comiseo-daterangepicker > .comiseo-daterangepicker-main.ui-widget-content {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
}



/*.ui-widget.ui-widget-content {
    border: none !important;
}*/

/*.ui-widget {*/
    /*border: none;*/
    /*border: 1px solid red !important;

}*/

.ui-state-default, .ui-widget-content .ui-state-default {
    border: none;
    background: transparent;
}

.comiseo-daterangepicker-calendar .ui-state-highlight a.ui-state-default {
    background: #357ebd;
    border-radius: 5px;
    margin-left: 6px;
    padding-right: 5px;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    background: none;
    border: none;
}

.ui-widget button {
    font-family: var(--std-font) !important;
}

.ui-widget-header {
    background: none;
    background-color: #f5f5f5;
}

/* END - /systempp/leadsadmin | CALENDAR LAYOUT tab */


/*  START - systempp/ContactManager/ppmerchant | EDIT DIAL SESSION button */

.edit-dial-session-schedule {
    position: relative;
}

.edit-dial-session-schedule > div {
    overflow-y: auto;
    height:600px;
}

.edit-dial-session-schedule .table.tableDialSession th div {
    position: absolute;
    top: 0;       
    border-top: 1px solid #b2b2b2;
    /*border-right: 1px solid yellow;*/
    border-left: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    margin: 0 0 0 -1px;
    width: 12.7%;
    padding: 6px 0 6px 0;
    background-color: #f9f9f9;
}

.edit-dial-session-schedule .table.tableDialSession thead tr th {
    padding: 6px 0 6px 0 !important;
}

.edit-dial-session-schedule .table.tableDialSession th:first-child div {
    width: 9.8%;
    border-top: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    margin: 0 0 0 -1px;
    padding: 9px 0 9px 0;
}

.edit-dial-session-schedule .table.tableDialSession th:last-child div {
    width: 11.8%;
    border-top: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    margin: 0 0 0 -1px;
}

.edit-dial-session-schedule .table.tableDialSession {
    margin-top: 0px;
}

.sessionCal button {
    margin-bottom: 10px;
}

.edit-dial-session-schedule table {
    padding:0;
    margin: 0 auto;
}

.edit-dial-session-schedule .table.tableDialSession tr th {
    padding: unset !important;
    border: 1px solid red !important;
    width: 13%;
}

.edit-dial-session-schedule .table.tableDialSession tr th:first-child {
    width: 10%;
}

.edit-dial-session-schedule .table>thead>tr>th {
    vertical-align: middle;
}

@supports (-ms-ime-align:auto) and (-webkit-text-stroke:initial) {
    
    .edit-dial-session-schedule .table.tableDialSession th:last-child div {
        width: 11.6%;
    }

}

/* END - systempp/ContactManager/ppmerchant | EDIT DIAL SESSION button  */




/*For safari Account Training and Account Executives Team Stats Circle*/
@media not all and (min-resolution:.001dpcm) {
    @media {

        .cm-sl-apr-te-ground div span {
            /*margin: 23px 0px 0px 0px;*/
            margin: 18px 3px 0px 0px;
        }

        .cm-sl-apr-pe-ground div span {
            /*margin: 23px 0px 0px 0px;*/
            margin: 17px 2px 0px 0px;
        }
    }
}

/* START - systempp/MyEarnings | all tabs */

.my-earnings .datebox {
    background-color: transparent;
    margin-top: 0px;
    text-align: right;
}

/* END - systempp/MyEarnings | all tabs */


/* START - AffiliateContactManager/trainingpp | default page */

.affiliate-contact-manager .cm-sl-apr-specification-stats-holder > .cm-sl-apr-specification-ground-holder:first-child {
    border-radius: 0px;
    border-left: 2px solid #e9eaee;
}

.affiliate-contact-manager .cm-sl-apr-specification-stats-holder > .cm-sl-apr-specification-ground-holder:last-child {
    border-right: none;
}

.affiliate-contact-manager .cm-sl-apr-specification-ground-holder:last-child {
    border-right: none;
}

/* END - AffiliateContactManager/trainingpp | default page */


/* START - systempp/ContactManager/ppmerchant | default page */

.contact-manager h5 span:first-child {
    font-weight: 900;
}

/* END - systempp/ContactManager/ppmerchant | default page */



/* START - systempp/leads | Org Campaigns - adding sortable for the table headers */

#orgcampaigns table thead th span.sortable {
    width: 19px;
    top: -2px;
    transform: translate(0,55%);
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC') !important;
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
}

#orgcampaigns table thead th {
    padding-right: 22px;
}

#orgcampaigns table th, #orgcampaigns table td {
    border-left: 1px solid #fff;
}

/* END - systempp/leads | Org Campaigns - adding sortable for the table headers */

/* START - systempp/leads | My Campaigns - adding sortable for the table headers */

#mycampaigns table thead th span.sortable, #myTabContent table thead th span.sortable, #campaignDetails table thead th span.sortable {
    width: 20px;
    top: -5.5px;
    transform: translate(0,55%);
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC') !important;
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    height: 20px;
}

#campaignDetails table thead th {
    position: relative;
}

#myTabContent table thead th {
    position: relative;
}

#mycampaigns table thead th {
    padding-right: 22px;
}

#mycampaigns table th, #orgcampaigns table td {
    border-left: 1px solid #fff;
}

/* END - systempp/leads | My Campaigns - adding sortable for the table headers */


.terms-and-conditions-systempp .navbar-inverse {
    background-color: #1683c6 !important;
    border-color: transparent;
    border: none;
}

.terms-and-conditions-systempp #navbar ul {
    margin-top: 22px;
}

body .terms-and-conditions-systempp {
    background-color: #dee3e6 !important;
}

.terms-and-conditions-systempp .content-body {
    display: table-cell;
    padding: 30px 15px;
}

.terms-and-conditions-systempp b {
    font-size: medium;
}

/* START - systempp/ContactManager/ppmerchant - Campaign Stats: making 8  squares in one line  */

.campaign-stats-content-section {
    margin: 15px auto 59px;
}

.campaign-stats-content-section ul li {
    margin: 0 0 0 15px;
    padding: 0;
}

@supports (-ms-ime-align:auto) and (-webkit-text-stroke:initial) {
    .campaign-stats-content-section ul li {
        margin: 0 0 0 13px;
    }
}

.campaign-stats-content-section li {
    width: 91px;
    height: 91px;
    max-width: 91px;
    max-height: 91px;
    border-radius: 11px;
    background-color: #e9eaee;
    position: relative;
}

.campaign-stats-content-section li div:first-child {
    font-size: 45px;
    color: #707070;
    margin: 20px auto;
    font-weight: 700;
}

.campaign-stats-content-section li div:last-child {
    font-size: 9px;
    color: #797979;
    text-transform: uppercase;
    margin: 0 auto;
    position: absolute;
    left:0;
    right: 0;
    top: 16px;
    font-weight: 800;
}

/* END - systempp/ContactManager/ppmerchant - Campaign Stats: making 8  squares in one line  */


/* START - systempp/leads - gray overlay of the packages  */

.zm-cebu-fn-choosePackage-container .panel {
    position: relative;
}

.overlay {
    left: 11px;
    width: unset;
}

.txt {
    margin-top: 20% !important;
}

@media screen and (max-width: 1299px) and (min-width: 1227px) {
    .overlay {
    }
}

/* END - systempp/leads - gray overlay of the packages  */


/* START - systempp - Task Manager */

.prosystem .task-manager .headerblue .headTitle {
    padding: 0px 0;
}

.prosystem .task-manager .headerblue .headTitle div {
    padding: 9px 0;
}

.prosystem .task-manager .headerblue .headTitle button {
    margin: 9px 0;
    height: 19px;
    max-height: 19px;
    padding: 2px 0px;
    min-width: 80px;
}

.prosystem .task-manager input[type=checkbox] {
    display: -webkit-inline-box;
}

.prosystem .task-manager li div {
    margin-top: 2px;
}

.prosystem .task-manager .add-task {
    background-color: #f2f2f2;
}

/* END - systempp - Task Manager */

.pahibalo {
    background: #F2F2F2;
    color: #797979;
    font-size: 14px;
    padding: 10px 20px !important;
    font-family: 'Roboto', sans-serif;
}

.send-email-text li:after {
    content: "|";
    color: #797979;
    margin-left: 10px;
    font-size: 16px;
}

.send-email-text li:last-child:after {
    content: "";
}

/* systempp/myaccount - Login Information section */
.my-account .btn-border {
    padding: 4px 10px
}

.my-account .zm-ceb-fn-newPass {
    height: 22px !important;
}

.my-account .btn-xs {
    font-size: 11px;
    font-weight: 400;
}


/* systempp/genealogy - switch placement 'webcasts & events' found on the view by section (right) */
.genealogy-panel .zm-ceb-fn-viewEvent {
    padding-left: 10px !important;
    border-left: 2px solid #797979;
    padding-right: 0px !important;
}

.genealogy-panel .zm-ceb-fn-viewWebinars {
    padding-left: 0px !important;
    border-left: none;
    padding-right: 10px !important;
}


/* systempp/leads - removed spaces at the top and at the bottom of the circle timeline */
.leads .zm-ceb-fn-stepper-container {
    margin-bottom: 10px !important;
}

.leads .zm-ceb-fn-wmStepIcon {
    margin-top: 32px !important;
}

.leads .zm-ceb-fn-stepper-container-1 .zm-ceb-fn-progress {
    top: 57px !important;
}
