
@media (max-width: 768px) {
    .clear-btn-mob {
        margin-left: -13px;
    }

    .lead-hr-vertical {
        display: none;
    }

    .lead-hr-horizontal-color {
        display: none;
    }
}

.md-skin #nav-search {
    background: #f1e5f8;
    color: #5d5d5d;
}

.skin-4 #nav-search {
    background: #f1e5f8;
    color: #fdfdfd;
}

#nav-search {
    background: #2f405000 !important;
    color: #e8e8e8;
}

.lead-highlight-menu {
    background-color: #0776bd !important;
    color: #f3f3f3 !important;
    border: solid 1px #1717172e;
}

.lead-badge-default {
    font-size: 11px !important;
    font-weight: 500;
    color: #1b1b1b;
    background: #e4e4e4;
}

.slimScrollBar {
    opacity: 8.0 !important;
    background: #1bb394 !important;
    width:11px !important;
}

.cp-name {
    padding: 0;
    font-size: 12px;
    width: 18px;
    height: 18px;
}

.highlight-inputs {
    border: solid 1px #f8ac59 !important;
}

.input-group-addon, .input-group-btn {
    width: inherit;
    white-space: nowrap;
    vertical-align: middle;
    padding: 7px 12px;
}

.input-group {
    /*position: relative;*/
    position: sticky;
    display: flex;
    border-collapse: separate;
}

    .input-group .form-control {
       /* position: relative;*/
        position: sticky;
        z-index: 2;
        float: left;
        width: 100%;
        /*margin-bottom: -1px !important;*/
    }

.prop-tab-min-height {
    min-height: 160px;
}

.LeadSpan {
    font-size: 14px;
    font-weight: 600;
    overflow-wrap: break-word;
}

.c3 svg {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
}

.footable.breakpoint > tbody > tr > td > span.footable-toggle {
    display: inline-block;
    font-family: 'footable';
    speak: none;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    padding-right: 5px;
    font-size: 18px;
    color: #1ab394;
    vertical-align: middle;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #e7eaec;
    line-height: 1.42857;
    padding: 5px;
    padding-bottom: 4px;
    padding-top: 4px;
    vertical-align: middle;
}

.pagination-dropdown {
    width: 50px;
    height: 30px;
    margin-right: 0.5rem;
}

.divEmailTemplate {
    background-color: white;
    padding: 10px;
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
    z-index: 0 !important;
}

.fc-month-button {
    text-transform: capitalize !important;
}

.fc-basicWeek-button {
    text-transform: capitalize !important;
}

.fc-basicDay-button {
    text-transform: capitalize !important;
}

.fc-agenda-button {
    text-transform: capitalize !important;
}

.fc-today-button {
    text-transform: capitalize !important;
}

.lead-call-guide-hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #d2d2d2;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #1bb394 !important;
}

.lead-hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}

.lead-hr-vertical {
    border-left: 1px solid #f9c7ff;
    height: 615px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 0;
}

.lead-hr-horizontal-color {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #84e5e9;
}


.lead-hr-small-pink {
    margin-top: -8px;
    margin-bottom: 10px;
    margin-left: 170px;
    margin-right: 170px;
    border: 0;
    border-top: 2px solid #ffc5c5;
}

.lead-hr-small-blue {
    margin-top: -8px;
    margin-bottom: 10px;
    margin-left: 170px;
    margin-right: 170px;
    border: 0;
    border-top: 2px solid #01aefd;
}

.lead-hr-small-orange {
    margin-top: -8px;
    margin-bottom: 10px;
    margin-left: 170px;
    margin-right: 170px;
    border: 0;
    border-top: 2px solid #ffc991;
}

.lead-hr-small-green {
    margin-top: -8px;
    margin-bottom: 10px;
    margin-left: 170px;
    margin-right: 170px;
    border: 0;
    border-top: 2px solid #ae14d5ed;
}

.select2-container--default .select2-selection--single {
    border-radius: 0px;
}

.ui-menu {
    list-style: none;
    padding: 0px !important;
    margin: 0;
    display: block;
    outline: 0;
    max-height: 200px !important;
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-widget {
    font-family: inherit !important;
    font-size: inherit !important;
}

.ui-menu .ui-menu-item {
    /*margin: 2px;*/
    cursor: pointer;
    padding: 5px 0px 5px 0px;
    color: inherit;
}

    .ui-menu .ui-menu-item :hover {
        cursor: pointer;
        background: #1ab394;
        border: 1px solid #1ab394;
        color: white;
    }

    .ui-menu .ui-menu-item :active {
        cursor: pointer;
        background: #1ab394;
        border: 1px solid #1ab394;
        color: white;
    }

@media (min-width:1440px) {
    .modal-lg {
        width: 1024px;
    }
}

@media (min-width:1880px) {
    .modal-lg {
        width: 1440px;
    }
}

.lp-break-words {
    word-break: break-all;
}

.sms-expir-aligmnt {
    text-align: center !important;
}

/*GST content Change Status*/

.inputWithIcon {
    position: relative;
}

    .inputWithIcon i {
        position: absolute;
        left: 0;
        top: 19px;
        padding: 9px 8px;
        transition: 0.3s;
        font-size: 19px;
    }

/*.inputWithIcons {
    position: relative;
}

    .inputWithIcons i {
        position: absolute;
        left: 0;
        top: 21px;
        padding: 9px 8px;
        transition: 0.3s;
        font-size: 15px;
    }*/

.Suggestiontitle {
    padding-top: 6px !important;
}

/*This classes are use for breaking the line in a row*/
.rowbreak {
    word-break: break-all;  
}

.badgebreak {
    white-space: normal !important;
}

.marginLeft78{
    margin-left: 78px !important;
}

.marginLeft125 {
    margin-left: 125px !important;
}

.marginLeft04{
    margin-left: 4px !important;
}

.statusCapitalizeFirstLetter 
{   
    text-transform: capitalize;
}

.fc-more-popover {
    margin-top: -150px !important;
    height: 275px;
    overflow-x: scroll;
}

.tabs-container .SearchTextOnPropMatch {
    margin-top: 2px;
    margin-left: 44px;
    width: 275px;
    height: 32px;
}

.mobtxtsearchkeycss {
    margin-bottom: -13px;
}

.manageleadremoveextraspacefrombottom {
    padding-bottom:13px !important;
}

@media (max-width: 768px) {

    .manageleadremoveextraspacefrombottom {
        padding-bottom: 0px !important;
    }

}



.desktopbuttonmargin {
    margin-top: -25px !important;
    margin-right: 10px !important;
}

.action-drop-mob {
    padding-left: 0px !important;
}

.propertymatchsearchbtnmargin {
    padding-top:4px !important;
}
.alertmessagefontsize{
    font-size:22px !important;
}



@media (max-width: 768px) {
    .pagination-container-Mobile {
        flex-direction: column !important;
    }
}

.pagination-alignment {
    float: right !important;
}

@media (max-width: 768px) {
    .pagination-alignment {
        float: left !important;
    }
}



@media (max-width: 768px) {
    .ExtendArrowFontSize {
        font-size: 41px !important;
        margin-top: -11px !important;
    }
}

.DivTextAlignment {
    text-align: right !important
}

@media (max-width: 768px) {
    .DivTextAlignment {
        padding-left: 0px !important;
        text-align:left !important
    }
}


.circlevisitlocation {
    width: 20px; /* Set width */
    height: 20px; /* Set height */
    background-color: white; /* Background color */
    border-radius: 50%; /* Makes it a circle */
    align-items: center;
    justify-content: center;
    color: #18a689; /* Optional text color */
    font-weight: bold;
    margin-left: 5px;
    display: inline-flex
}




.uservisitlocationleft {    
    margin-left: 5px;
}
.uservisitlocationtop {
    margin-top: -6px;
}

@media (max-width: 768px) {
    .uservisitlocationtop {
        margin-top: 12px;
    }
}

@media (max-width: 768px) and (min-width: 600px) {
    .uservisitlocationtop {
        margin-top: -12px;
    }
}

.lp-break-words-task-card {
    width: 100%;
    max-width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}

.btn-approved-color {
    color: #fff !important;
    background-color: #5cb85c;
    border-color: #4cae4c;
} 
