.crm-contact-row {
    padding:15px;
    padding-top: 5px;
    padding-bottom:4px;
    font-size:17px;
    line-height:1.1;
    font-weight:500;
    border:1px solid whitesmoke;
    border-bottom:1px solid gainsboro;
    border-collapse:collapse;
    cursor:pointer;
}

.crm-contact-row .column {
    display: table-cell;
    float:none;
}

.crm-contact-row:hover {
    background-color: whitesmoke;
}

.crm-email {
    font-size: 12px;
    margin-top: 5px;
    text-align:right;
}
.crm-email-work {
    margin-top: 12px;
}
.crm-email-home {
    margin-bottom:5px;
}

.action-buttons-div {
    padding-top: 18px;
}

.action-buttons-div .crm-action-button {
    margin: 3px;
    display: inline-block;
}



.listname {
    display:inline-block;
    position:relative;
}

.op-dup-icon {
    float: left;
    background-color: rgb(11, 85, 134);
    border-radius: 30px;
    width: 30px;
    color: white;
    height: 30px;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 6px;
    padding-left: 11px;
    padding-right: 12px;
    margin-right: 10px;
    box-shadow: 1px 1px 2px gray;
}
.notification-header {
    text-align: center;
    line-height: 30px !important;
    background: #f1f1f1;
    padding: 7px 95px !important;
}

.inline {
    display: inline-block;
}

.savesuccess {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    background-color: var(--success_color);
    color: white;
    opacity: 1;
    z-index: 999;
    /* height: 43px; */
    text-align: center;
    font-size: 16px;
    /* display: none; */
    border: none;
    font-family: var(--site_font_family);
    z-index: 100000;
}

.initial-icon {
    float: left;
    border-radius: 30px;
    color: white;
    padding: 5px;
    padding-top: 6px;
    margin-right: 10px;
    font-family: var(--site_font_family);
    background-color: var(--secondary_color);
    box-shadow: 1px 1px 4px dimgray;
}

.initial-icon-small {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    font-size: 14pt;
    padding-top: 8px;
    border: 2px solid var(--primary_color);
}

.initial-icon-large {
    width: 70px;
    height: 70px;
    border-radius: 70px;
    font-size: 25pt;
    padding-top: 8px;
    font-weight: bold;
    border: 4px solid var(--primary_color);
}

/*   .initial-icon-large::before {
        border-radius: 100%;
        content: '';
        background-image: linear-gradient(to bottom, var(--primary_color) 0%, var(--lightest_color) 50%,var(--primary_color) 100%);
        top: -5px;
        left: 6px;
        position: absolute;
        z-index: -1;
        width: 80px;
        height: 80px;
        bottom: 0px;

    }

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

*/

    .initial-icon-agent {
        padding-top: 0px;
    }

    .initial-icon-agent-stack {
        margin-right: 10px;
        display: inline-block;
    }

    .contact-name {
        font-family: var(--site_font_family);
        display: inline-block;
        position: relative;
        font-size: 27pt;
        color: var(--secondary_color);
        top: 4px;
    }

    .contact-title {
        font-family: var(--heading_font_family);
        display: inline-block;
        position: relative;
        font-size: 14pt;
        top: -2px;
    }

    .label.label-success.label-tag {
        border: 1px solid #383838;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
        padding: 3px;
        padding-left: 14px;
        padding-right: 8px;
        margin-left: 2px;
        margin-bottom: 2px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        box-shadow: 1px 1px 2px #424242;
        background: #383838;
    }



    .label.label-tag:before {
        display: none;
    }

    .label.label-tag:after {
        margin: -12px 0 0 -9px;
    }

    .tags-list {
        padding: 4px;
    }


    .tag-new {
        border: 1px solid #f3d42c !important;
        background: #f3d42c !important;
        color: #0F0F0F !important;
    }

    .tag-no-answer {
        border: 1px solid #0b6985 !important;
        background: #0b6985 !important;
    }

    .tag-didnt-book {
        border: 1px solid #ea912b !important;
        background: #ea912b !important;
    }

    .tag-booked {
        border: 1px solid #50b733 !important;
        background: #50b733 !important;
    }

    .tag-call-back {
        border: 1px solid #4f2a70 !important;
        background: #4f2a70 !important;
        color: white;
    }

    .tag-door-knock {
        border: 1px solid #d15214 !important;
        background: #d15214 !important;
    }

    .tag-no-sale {
        border: 1px solid #b61f26 !important;
        background: #b61f26 !important;
    }

    .tag-sold-policy {
        border: 1px solid #35763c !important;
        background: #35763c !important;
    }

    .tag-all {
        background-color: black;
        border: 1px solid black !important;
    }

    .tag-not-taken {
        background-color: #0F0F0F;
        border: 1px solid #0F0F0F !important;
    }

    .tag-active {
        background-color: forestgreen !important;
        border-color: forestgreen !important;
    }

    .tag-pending {
        background-color: #F5FF58 !important;
        color: navy !important;
        border-color: #f5ff58 !important;
    }

    .tag-lapsing {
        background-color: #e66454 !important;
        color: white;
    }

    .tag-not-active {
        background-color: #0F0F0F !important;
        color: white;
    }

    .tag-today {
        background-color: #0B5586 !important;
        border-color: orangered !important;
        color: white;
    }

    .tag-n-i {
        background-color: #0B5586 !important;
        border-color: #0B5586 !important;
        color: white;
    }

    .tag-not-now {
        background-color: #e66454 !important;
        border-color: orangered !important;
        color: white;
    }

    .tag-follow-up {
        background-color: green !important;
        border-color: orangered !important;
        color: white;
    }

    .tag-in-class {
        background-color: orangered !important;
        border-color: orangered !important;
        color: white;
    }

    .tag-paperwork {
        background-color: #0b6985 !important;
        border-color: orangered !important;
        color: white;
    }

    .tag-licensed {
        background-color: white !important;
        border-color: green !important;
        border-width: 2px;
        color: green;
        text-shadow: none;
    }

    .tag-shared {
        border: 1px solid #9c4bda !important;
        background: #9c4bda !important;
    }

    .licensed-wrapper {
        margin-top: 13px;
        margin-left: 2px;
    }

    .gauge text tspan {
        font-family: var(--gauges_font_family);
        text-transform: uppercase;
        font-weight: 400;
    }

    .gauge .highcharts-label text tspan {
        fill: black;
        color: white;
    }