/*Global*/
* {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p, div, span, li, ul, label, small {
    letter-spacing: 0.3px;
}

body {
    letter-spacing: 0.7px;
    background: #F6FBFD;
}

/*Global*/

.vertical-align-top {
    vertical-align: top;
}

textarea {
    resize: vertical;
    min-height: 50px;
}

.span-online-align {
    margin-top: 12px;
}

a {
    color: #333333;
}

.refresh-align {
    top: 22px;
}

.left {
    float: right;
}

.cl-two-align {
    width: 131px;
    padding-left: 10px;
    padding-right: 0px;
}

.cl-two-alin {
    width: 104px;
    padding-left: 16px;
}

.label-space {
    white-space: nowrap;
}

.refresh-style {
    width: 60px;
}




/*Shiv*/
.page-container {
    padding-bottom: 20px;
}
/*Bell Icon Animation Start*/
.animated.infinite {
    animation-iteration-count: infinite;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing;
}

.badge-pulse {
    background: #ff0000;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    box-shadow: 0 0 0 rgba(255, 0, 0, 0.4);
    animation: BadgePulse 1.8s infinite;
    position: absolute;
    top: 10px;
    right: 10px;
    border: 3px solid #273246;
}

@keyframes BadgePulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, .4);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, .4)
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
        box-shadow: 0 0 0 10px rgba(255, 0, 0, 0)
    }

    100% {
        -moz-box-shadow: 0 0 0 20px rgba(255, 0, 0, 0);
        box-shadow: 0 0 0 20px rgba(255, 0, 0, 0)
    }
}
/*Bell Icon Animation End*/


/* Login page start */
.loginBG {
    background: #F6FBFD url(../images/workingImg3.png) no-repeat;
    background-size: 60%;
    background-position: bottom center;
    position: fixed;
    left: 0;
    right: 0;
    height: 100%;
}

.loginControl {
    padding: 10px;
    background: #f87500;
}

.loginBG:after {
    content: '';
    background-image: linear-gradient(#f6fbfd, #f6fbfd42);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.loginContain h1 {
    font-size: 72px;
    line-height: 72px;
    font-weight: 300;
    margin: 0;
}

    .loginContain h1 span {
        font-weight: 700;
        display: block;
    }

.loginContain h5 {
    color: #53657a;
    margin: 60px 0;
    font-size: 16px;
}

.loginContain p {
    font-size: 13px;
    color: #f87500;
    margin-left: 60px;
}

.loginControl form {
    background-color: #fff;
    box-shadow: 0 25px 30px rgba(148, 37, 2, 0.6);
    border-radius: 0 0 10px 10px;
    padding: 40px;
}

.loginContain {
    display: table;
    width: 100%;
    table-layout: fixed;
    min-height: 100vh;
    direction: rtl;
}

    .loginContain > div {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
        position: relative;
        padding: 50px 20px;
        direction: ltr;
    }

.loginInfoInner {
    max-width: 590px;
    margin: auto;
}

.loginContain .logo {
    background: #41495d;
    padding: 15px;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 25px 30px rgba(148, 37, 2, 0.6);
}

    .loginContain .logo img {
        max-height: 50px;
        margin: auto;
    }

.loginContain blockquote {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #f87500;
    padding: 10px 40px;
    border: none;
    margin-left: 20px;
}

    .loginContain blockquote:before, .loginContain blockquote:after {
        content: '';
        background: url(../images/quote.svg) no-repeat;
        width: 21px;
        height: 17px;
        display: inline-block;
        background-size: contain;
        position: absolute;
        left: 0;
        top: 6px;
        opacity: 0.5;
    }

    .loginContain blockquote:after {
        position: relative;
        transform: rotate(180deg);
        margin-left: 14px;
    }

.loginControl section {
    max-width: 450px;
    margin: 0 auto;
    text-align: left;
}

.loginControl label.form-label {
    color: #f87500;
    position: absolute;
    top: 15px;
    left: 16px;
    max-height: 20px;
}

    .loginControl label.form-label i {
        font-size: 16px;
    }

.loginControl input.form-control {
    font-size: 14px;
    color: #222;
    box-shadow: none;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #f87500;
    padding: 13px 15px 14px 50px;
    height: auto;
}

.loginControl .loginFooterbuttons {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    letter-spacing: 0.3px;
}

    .loginControl .loginFooterbuttons a {
        color: #fff;
        padding: 15px 20px;
        font-size: 14px;
        display: inline-block;
    }

.loginControl .btn {
    color: #fff;
    background-color: #f87500;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    overflow: hidden;
    min-height: 46px;
}

    .loginControl .btn span {
        letter-spacing: 0.8px;
        font-size: 14px;
        font-weight: 600;
    }

    .loginControl .btn.acitve span {
        visibility: hidden
    }

.loginCaptcha > div {
    margin: 0 auto;
    transform: scale(0.9);
}

.navbar-nav {
    margin: 0;
}

@media(max-width:1600px) {
    .page-container, .page-header-content, .navbar {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Login page end */



/*Navigation Start*/
.navbar-brand {
    padding: 9px 20px
}

    .navbar-brand > img {
        height: 26px;
    }

.navbar-inverse .navbar-nav-material > li > a {
    text-transform: none;
    padding: 20px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
}

.navbar-nav-material li.active a:after {
    display: none;
}

.page-header .dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    transition: all .2s ease;
    box-shadow: rgba(50,58,70,.15) 0 0 40px 0;
    border: none;
    border-radius: 2px;
}

.page-header .dropdown:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}

.page-header .dropdown .dropdown-menu:before {
    left: 16px;
    top: -10px;
    content: "";
    display: block;
    position: absolute;
    background-color: transparent;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    z-index: 9999;
}

.page-header .dropdown .dropdown-menu-right:before {
    left: auto;
    right: 14px;
}
/*Navigation End*/

.buttonsHeader button, .buttonsHeader > a {
    border-width: 2px;
    box-shadow: none;
    letter-spacing: 0.5px;
    top: 0;
    margin-left: 5px;
    border-color: #222c3e;
    padding: 6px 12px;
}

    .buttonsHeader button:hover, .buttonsHeader .dropdown.open > button, .buttonsHeader > a:hover {
        background-color: #222c3e;
        color: #fff;
        box-shadow: none;
    }

.buttonsHeader .btn-logo-color {
    background: #e99046;
    border-color: #e99046;
    color: #fff;
}

    .buttonsHeader .btn-logo-color:hover {
        background: transparent;
        color: #e99046;
    }

.buttonsHeader .btn-danger {
    border-color: #f44336;
}

    .buttonsHeader .btn-danger:hover {
        background: transparent;
        color: #f44336;
    }

.buttonsHeader .btn-green, .btn-green {
    background: #3BD788;
    border-color: #3BD788;
    color: #fff;
}

    .buttonsHeader .btn-green:hover, .btn-green:hover {
        background: transparent;
        color: #3BD788;
    }

.textHidden {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.dataTables_scrollHeadInner {
    padding-right: 0 !important;
}

.timeline-container .timeline-row:last-child .panel {
    margin-bottom: 0
}

.tooltipWidth100 .tooltip {
    min-width: 100px;
}

.detailsEmoji {
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

.columns2 {
    columns: 2;
}

.columns3 {
    columns: 3;
}

.columns4 {
    columns: 4;
}

.customAttrIcon {
    margin-bottom: 5px;
    position: relative;
}

    .customAttrIcon span {
        filter: opacity(0.1);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 2px;
        border: 1px solid transparent;
    }

    .customAttrIcon i {
        font-size: 10px;
    }

.closeFilterIcon {
    position: absolute;
    right: 0;
    top: 0;
    background: #222c3e;
    color: #fff;
    font-size: 16px;
    border-bottom-left-radius: 50px;
    width: 40px;
    height: 40px;
}

    .closeFilterIcon:hover {
        background: #ff0000;
        color: #fff
    }

    .closeFilterIcon i {
        position: relative;
        top: -3px;
        right: -4px;
    }
/*Shiv*/
@media(max-width:1290px) {
    .client-btn-align {
        margin-top: 10px !important;
    }
}


@media(min-width:1025px) {
    .new-align {
        float: right;
    }
}

@media(max-width:1024px) {
    .refresh-style {
        width: 100%;
    }

    .cl-two-align {
        width: 100%;
    }

    .left {
        float: left;
        margin-bottom: 30px;
        margin-left: 5px;
        width: 100%;
        text-align: center;
    }

    .refresh-align {
        top: 22px;
        padding-top: 4px;
        padding-bottom: 1px;
    }

    .plan-btn-align {
        top: 20px;
        left: 0px !important;
        margin-bottom: 10px;
    }

    .cl-two-alin {
        padding-left: 10px;
        width: 100%;
    }

    .list-arrow-align {
        top: 5px !important;
        padding-top: 7px;
        padding-bottom: 15px;
    }

    .move-left {
        top: 0px;
    }

    .col-width-align {
        width: 50%;
    }

    .timeline-footer {
        padding: 15px;
        padding-bottom: 31px !important;
    }

    .back-list-align {
        text-align: left;
    }

    .current-plan-btn-align {
        float: left;
        margin-bottom: 24px;
    }

    .btn-group1 {
        position: relative !important;
        top: 10px;
        overflow: visible !important;
        left: 0px;
    }

    .column-2-md-width-align {
        margin-bottom: 10px;
    }

    .loginContain h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .loginContain h5 {
        margin: 20px 0;
    }

    .loginContain blockquote {
        margin: 0;
    }

    .loginContain p {
        margin-left: 40px;
    }
}

@media(max-width:768px) {
    .plan-btn-align {
        top: 0px !important;
    }

    .save-btn-align {
        top: 0px;
        margin-bottom: 38px;
        float: left;
    }

    .back-list-media {
        left: 10px;
    }

    .agent-middle-box {
        display: block !important;
        width: 100% !important;
    }

    .agent-right-box {
        display: block !important;
        width: 100% !important;
    }

    .user-profile-align {
        display: block !important;
        width: 100% !important;
    }

    .client-custom-btn {
        margin-top: 5px;
    }

    .IMAP-Social-btn-media {
        text-align: center;
        margin-bottom: 5px;
    }

    .sidbar-toggle-body {
        height: calc(100vh - 230px);
    }

    .navbar-text a {
        width: 100%;
    }
}

@media(max-width:600px) {
    .loginContain, .loginContain > div {
        display: block;
        width: 100%;
    }
}


.table-border {
    border: solid 1px #e2e8f3;
}

.plan-btn-align {
    top: 20px;
    left: 100px;
}

.text-style {
    font-weight: bold;
    color: #314971 !important;
}

.btn-style {
    color: #42a5f5;
    background-color: white;
}

    .btn-style:hover, .btn-style:active, .btn-group.open .btn-style {
        color: white;
        border-color: #1a73e8;
        background-color: #1a73e8;
    }

.payment-menu-divider, .payment-menu-header {
    padding: 15px;
}

    .payment-menu-divider:hover {
        background-color: #f6faff;
    }

.border-bottom {
    border-bottom: solid 1px #e2e8f3 !important;
    border-color: #e2e8f3 !important;
}

.payment-divider {
    border-bottom: solid 1px #e2e8f3;
}

.design-border {
    border: 1px solid #e2e8f3;
    padding: 10px;
    margin-bottom: 0px !important;
}

.design-plan-align {
    float: right;
}

.design-border {
    border: 1px solid #e2e8f3;
    padding: 20px;
    margin-bottom: 0px !important;
}

.label-design-align {
    padding-left: 20px !important;
}

.button-design-align {
    left: 8px !important;
}

.bottom-border {
    border-bottom: solid 1px #e2e8f3;
}

.class {
    color: #57b8e9 !important;
    font-weight: unset !important;
}

.card-align {
    bottom: 0;
    top: 5px;
    padding-right: 11px;
}

.top-border {
    border-top: solid 1px #e2e8f3;
}

.left-border {
    border-left: solid 1px #e2e8f3;
}

.right-border {
    border-right: solid 1px #e2e8f3;
}

.payment-btn-align {
    width: 30%;
    margin-left: 30%;
    margin-right: 30%;
}

.footer-padding {
    margin-bottom: 36px !important;
}

.user-btn-style {
    padding-top: 9px;
    padding-bottom: 6px;
}

.table-name-align {
    top: 8px;
}

.discount-btn-align {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 9px;
}

.payment-space {
    margin-bottom: 10px;
}

.infinite {
    animation-iteration-count: infinite;
}

.swing {
    transform-origin: top center;
    animation-name: swing;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.hide-align {
    display: none;
}

.prod-align {
    position: relative;
}

.label-align {
    position: absolute;
    top: 15px;
    right: 20px;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn-icon-big {
    padding: 15px 16px;
}

.design-icon-border {
    padding: 20px;
    margin-bottom: 0px !important;
    padding: 15px 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.icon-align {
    right: -10px;
}

.td-align {
    width: 25%;
}

.top-space {
    margin-top: 20px;
}

.bottom-space {
    margin-bottom: 20px;
}


.textarea-border-less {
    border: none;
}

.filter-align {
    background-color: #fff;
    border-color: #1a73e8;
    color: #1a73e8;
}

    .filter-align:active {
        background-color: #fff;
        border-color: #1a73e8;
        color: #1a73e8;
    }

    .filter-align:hover {
        background-color: #1a73e8;
        color: white;
    }

.save-btn-align {
    top: 20px;
}

.tabler-header-bg-color {
    background-color: rgba(0, 0, 0, 0.05)
}

.table-header {
    border-radius: 25px;
}

.panel-title-style a {
    color: #314971;
    font-size: 20px;
    font-weight: 500;
}

.timeline-header span {
    color: #657586;
    font-size: 14px;
}

.timeline-body span {
    color: #657586;
    font-size: 14px;
}

.timeline-header h5 {
    padding-left: 15px;
}

.timeline-body {
    padding: 15px;
}

.timeline-footer {
    padding: 15px;
}

.align-right {
    float: right;
}

.text-normal {
    color: #375490;
}

.width-thirty {
    width: 30%;
}

.width-full {
    width: 100%;
}

.container-width-align {
    max-width: 860px;
}

.timeline-main {
    width: 100%;
    padding-right: 100px;
    position: relative;
}

.right-date-time {
    position: absolute;
    top: 55px;
    right: 0;
    bottom: 0;
    width: 100px;
    margin: auto;
    text-align: center;
}

.checkdeal-align {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.gear-align {
    padding-bottom: 5px;
    top: -2px;
}

.btn-group1 {
    position: absolute;
    cursor: pointer;
    height: 15px !important;
    right: 36px;
}

.agent-icon-align {
    padding-top: 0px !important;
}

.list-styled {
    list-style: none;
    padding-left: 0;
}

.gear-icon-align {
    padding-bottom: 5px;
    top: -7px;
}

.icon-eye-align {
    cursor: pointer;
}

.gear-access {
    top: 0px;
}

.list-arrow-align {
    top: 100px;
}

.glyphicon-search-align {
    top: 0px;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.attribute--value {
    display: block;
    width: 100%;
}

.icon-text-align {
    left: 16px;
}

.deals-icon-align {
    top: 0px;
    left: 0px;
    right: 10px;
}


.visible-align {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.move-left {
    bottom: 5px;
}

.modal-body-align {
    padding-left: 90px;
}

.agent-align {
    padding-right: 10px;
}

.attribute-hide {
    cursor: pointer;
}

.profile-image-size-align {
    object-fit: contain;
}

.media--icon {
    font-size: 50px;
    width: 60px;
    height: 60px;
}

.top-space-less {
    margin-top: 0px;
}

.bottom-space-less {
    margin-bottom: 0px;
}

.current-plan-btn-align {
    top: 20px;
}

.text-justify {
    text-align: justify;
    color: #333333;
}

.btn-right {
    float: right;
}

.list-padding {
    padding: 5px;
}

    .list-padding:hover {
        /*background-color:rgba(0, 0, 0, 0.05);*/
        color: #2196F3;
    }

input.text {
    margin-bottom: 12px;
    width: 95%;
    padding: .4em;
}

.tab-increment {
    position: absolute;
    top: 91px;
    right: 0;
    bottom: 30px;
}

.pipeline-active-style:active {
    color: white;
    background-color:;
}

.pipeline-tab-align {
    margin-top: -21px;
}

.col-360 {
    vertical-align: top;
    display: table-cell;
}

.container {
    height: 100%;
}

.col-agent-align {
    width: 100%;
    height: 100%;
    padding-left: 5px;
}

.table-cell-align {
    display: table;
}

.user-profile-align {
    width: 250px;
}

.agent-middle-box {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 12px;
}

.agent-right-box {
    padding-left: 10px;
    padding-right: 10px;
}

.container-right {
    padding-right: 20px;
}

.agent-tdata-align {
    padding-left: 31px !important;
}

.sidemenu-height-align {
    height: 100%;
}

.sidemenu-width-align {
    position: absolute;
    left: 0;
    right: 0;
    top: 48px;
    bottom: 0;
}

.table-head-bg-color {
    background-color: #fafafa;
    border: 1px solid #e2e8f3;
    border-radius: .215rem .215rem 0 0;
}

.container-left {
    padding-left: 10px;
}

.sample-top-align {
    top: 24px;
}

.btn-group {
    cursor: pointer;
}

.client-btn-align {
    margin-top: 0px;
}

.client-custom-btn {
    margin-bottom: 30px;
    /*margin-top: 5px;*/
}

.client-attribut-delete-btn {
    margin-top: 24px;
}

.panel-sidemenu-edit {
    padding-right: 0px;
    padding-left: 10px;
}

.panel-body-sidemenu-edit {
    padding-left: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 5px;
}

.agentTableHeading {
    position: absolute;
    z-index: 11;
}

.progress-xxxs {
    height: 3px;
}

.span-size-big {
    font-size: 16px;
}

.dropdown-menu > .dropdown-header > img, .dropdown-menu > li > a > img {
    max-height: 30px;
}

.ml-2 {
    padding-top: 5px;
}

.ui-front {
    z-index: 1040;
}

.ui-dialog {
    position: fixed;
    top: 150px;
    left: 388px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid transparent;
    outline: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
/*Add tab and stage plugin code ends here*/
/*Add recipe code ends here*/
.recipe {
    padding: 1em;
}

.recipe__title {
    margin-top: 0;
}

.recipe__info {
    vertical-align: top;
    text-align: right;
    padding: 0 1em 0 0;
    margin: 0 1.3em 0 0;
    font-weight: bold;
    color: #454545;
    border-right: 1px dotted #EEE;
    width: 300px;
    float: left;
}

.recipe__ingredients {
    float: left;
}

.recipe-table {
    position: relative;
    padding: 1em;
    border: 1px solid #DDD;
    box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.5);
    z-index: 10;
}

.recipe-table__cell {
    vertical-align: top;
    padding: 3px 5px;
}

.recipe__text-field {
    margin: 0;
    padding: .45em 0.92em;
    font-size: 1em;
    line-height: 1.4;
    color: #555555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-left: 1px solid #CCC;
}

.recipe-table__add-row {
    margin-top: 0;
    position: relative;
    border-top: 1px solid #EEE;
    z-index: 8;
}

.recipe-table__add-row-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 0;
    left: 0;
    width: 4em;
    margin: 0 auto;
    -webkit-transition: all .2s easy-in;
    transition: all .2s easy-in;
    text-align: center;
    opacity: 0.5;
    color: #fff;
    border: 1px solid #16A085;
    border-bottom-right-radius: 1em;
    border-bottom-left-radius: 1em;
    background: #16A085;
    height: 1.5em;
    line-height: 1.5em;
}

.recipe-table__add-row-btn1 {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 0;
    left: 0;
    width: 4em;
    margin: 0 auto;
    -webkit-transition: all .2s easy-in;
    transition: all .2s easy-in;
    text-align: center;
    opacity: 0.5;
    color: #fff;
    border: 1px solid #16A085;
    border-bottom-right-radius: 1em;
    border-bottom-left-radius: 1em;
    background: #16A085;
    height: 1.5em;
    line-height: 1.5em;
}

.recipe-table__add-row-btn:hover {
    opacity: 1;
}

.recipe-table__del-row-btn {
    cursor: pointer;
    display: inline-block;
    padding: .45em 0.92em;
    font-size: 1em;
    line-height: 1.4;
    border: 1px solid #F39C12;
    color: #F39C12;
    text-decoration: none;
    transition: all .3s;
    text-align: center;
    background-color: #fff;
}

    .recipe-table__del-row-btn:hover {
        background: #F39C12;
        color: #fff;
    }

.drag-handler {
    width: 1.4em;
    position: relative;
    background-color: #E4E6EB;
    background-image: linear-gradient(45deg, #E4E6EB, #E4E6EB 2px, #fff 2px, #fff 4px, #E4E6EB 4px, #E4E6EB 9px, #fff 9px, #fff 11px, #E4E6EB 11px, #E4E6EB 16px, #fff 16px, #fff 18px, #E4E6EB 18px, #E4E6EB 22px);
    background-size: 10px 20px;
    cursor: move;
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
}

    .drag-handler:active {
        background-image: linear-gradient(45deg, #bab86c, #bab86c 2px, #fff 2px, #fff 4px, #bab86c 4px, #bab86c 9px, #fff 9px, #fff 11px, #bab86c 11px, #bab86c 16px, #fff 16px, #fff 18px, #bab86c 18px, #bab86c 22px);
        background-size: 10px 20px;
    }
/*sweet-alert code start here*/
.sweet-alert {
    top: 20%;
}

    .sweet-alert button.cancel {
        background-color: transparent;
        color: #2196F3;
        border: solid 1px #2196F3;
    }

.sa-confirm-button-container {
    float: right;
}

.cancel {
    float: left;
}

.sweet-alert p {
    text-align: left;
}

.sweet-alert h2 {
    text-align: left;
    font-weight: bold;
}
/*sweet-alert code ends here*/
.image-header {
    position: relative;
    width: 100px;
    margin: auto;
}

.image-body {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    z-index: 5;
}
/*.image-header:hover
{
    background-color:#acbddd;
    border-color: #acbddd;
}*/
/* Kanban design Start */
.jobBoard .table-responsive {
    min-height: calc(100vh - 189px);
    max-height: calc(100vh - 189px);
}

.jobBoard table {
    table-layout: fixed;
    width: 100%;
}

    .jobBoard table th {
        vertical-align: top;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 0.5px;
        color: #8f99ab;
        padding: 0 15px 10px 15px;
        width: 300px;
        position: relative;
    }

        .jobBoard table th:before {
            content: '';
            position: absolute;
            left: 16px;
            bottom: 0px;
            border: 1px solid #00acc1;
            width: calc(100% - 32px);
        }

        .jobBoard table th span {
            font-weight: 500;
            background: #e7eef5;
            padding: 2px 9px;
            border-radius: 5px;
        }

    .jobBoard table td {
        padding: 15px 15px 35px 15px;
        vertical-align: top;
        width: 300px;
    }

.jobBoardList {
    background: #fff;
    /*padding: 20px;*/
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 15px;
    transition: transform .3s ease;
}

    .jobBoardList.ui-sortable-helper {
        /*transform: scale(1.1);*/
        transform: scale(0.8);
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    }

    .jobBoardList h3 {
        font-size: 15px;
        margin: 0;
        color: #222;
        font-weight: 500;
        letter-spacing: 0.7px;
    }

    .jobBoardList h4 {
        margin: 5px 0;
        font-size: 14px;
        line-height: 24px;
        color: #999;
    }

.draggable-placeholder {
    border: 2px dashed #666;
    background: #fafafa;
    height: 80px;
    margin-bottom: 10px;
}

.Kanbantable {
    display: table;
    table-layout: fixed;
    width: 100%;
}
/* Kanban design end */
.kanbanUserEmail {
    max-width: 120px;
    margin-top: 6px;
}


@media (max-width:1500px) {
    .jobBoardList h4, .jobBoardList .media-right.media-middle.text-nowrap {
        font-size: 13px;
        line-height: 20px;
    }

    .jobBoardList h6 {
        font-size: 14px;
    }
}

.jobBoard .table-responsive.row {
    overflow-x: auto;
    overflow-y: hidden;
}


.kanban-height-align {
    min-height: calc(100vh - 177px);
    margin: 0;
}

.content-kanban {
    padding-bottom: 0;
}

.panel-group-control .panel-title > a.collapsed:before {
    content: '\e9c3';
    color: #333;
    font-size: 16px !important;
}

.panel-group-control .panel-title > a:before {
    content: '\e9c1';
    color: #333;
    font-size: 16px !important;
}


/*pipeline design starts here*/
.main1 {
    position: relative;
    float: left;
    vertical-align: middle;
    padding: 0 5px;
}

.main6 {
    padding-left: 20px;
}

.pipline-main {
    position: relative;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
    max-width: 180px;
    cursor: pointer;
}

    .pipline-main .myIcon {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        background: #ddd;
        bottom: 0;
        padding: 7px 10px;
    }

        .pipline-main .myIcon.myIcon2 {
            position: absolute;
            left: auto;
            right: 0;
        }

    .pipline-main input {
        padding: 10px;
        border-radius: 0;
        border: none;
        padding-left: 25px;
        padding-right: 25px;
    }


/*pipeline design ends here*/
.client-search-align {
    margin: 0;
    display: inline-block;
    width: calc(100% - 200px);
    vertical-align: middle;
    max-width: 250px;
}

.client-create-delete-btn-align {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.client-delete-btn {
    margin: 0;
}

.icon3x {
    position: relative;
    top: -12px;
    right: 9px;
    opacity: 0;
    line-height: 1;
    z-index: 8;
    cursor: pointer;
    width: 14px;
    height: 14px;
    transition: all .2s ease-in-out;
}

.actionTooltip .tooltip {
    min-width: 130px;
}

.actionTD {
    width: 100px;
    text-align: right;
}
/*#add-btn1 
{
    top: 7px;
    left: 0px;
    right: 11px;
}
#add-btn2 
{
    top: 6px;
    left: 0px;
    right: 11px;
}*/
#add-btn2 {
    display: none;
}

.kanban-check-top-align {
    padding: 10px 0px;
}

.kanban-check-middle-align {
    padding-top: 5px;
    padding-bottom: 5px;
}

.smtp-paragraph-width-align {
    margin: 0 auto 20px auto;
    max-width: 425px;
}

.icomoon-plus-icon-size {
    font-size: 12px;
}
/*kanaban selected dropdown code*/
.column-2-width {
    width: auto;
}

.column-3-width {
    width: 150px;
}
/*ends here*/
.panel-title-align {
    padding-left: 30px;
}

.column-2-md-width-align {
    width: 100px;
}

.btn[disabled] {
    opacity: 0.3;
}

.top-space-lg {
    margin-top: 30px;
}

.loaderVisible {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100000;
}

    .loaderVisible:before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.65);
        z-index: 1;
    }

    .loaderVisible .loader {
        margin: 0 auto;
        width: 60px;
        height: 50px;
        text-align: center;
        font-size: 10px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        z-index: 11;
    }

        .loaderVisible .loader > div {
            height: 100%;
            width: 8px;
            display: inline-block;
            float: left;
            margin-left: 2px;
            -webkit-animation: loader-delay 0.8s infinite ease-in-out;
            animation: loader-delay 0.8s infinite ease-in-out;
        }

        .loaderVisible .loader .bar1 {
            background-color: #754fa0;
        }

        .loaderVisible .loader .bar2 {
            background-color: #09b7bf;
            -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s;
        }

        .loaderVisible .loader .bar3 {
            background-color: #90d36b;
            -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s;
        }

        .loaderVisible .loader .bar4 {
            background-color: #f2d40d;
            -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s;
        }

        .loaderVisible .loader .bar5 {
            background-color: #fcb12b;
            -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s;
        }

        .loaderVisible .loader .bar6 {
            background-color: #ed1b72;
            -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s;
        }

@-webkit-keyframes loader-delay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.05);
    }

    20% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes loader-delay {
    0%, 40%, 100% {
        transform: scaleY(0.05);
        -webkit-transform: scaleY(0.05);
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

.btn[disabled] {
    opacity: 0.3;
}

.close-btn {
    position: absolute;
    border: solid 1px #ff000042;
    border-radius: 50%;
    color: white;
    background-color: #ff0000a6;
    font-size: 11px;
    top: -13px;
    right: 0px;
    display: none;
    height: 20px;
    width: 20px;
    /*padding-right: 11px;*/
    /*padding-left: 6px;*/
}


.main1:hover .close-btn {
    display: block;
}

.main1:active .close-btn {
    display: block;
}



.galignright {
    text-align: right;
}

.scheck {
    width: 58px;
}

.agent-sidemenu-padding {
    padding: 15px 10px;
}

.btn-disable {
    background-color: white;
    border-color: #37474f73;
    color: #37474f73 !important;
}

    .btn-disable:hover {
        color: white !important;
        background-color: #37474f;
        border-color: #37474f;
    }

    .btn-disable:active {
        color: white !important;
        background-color: #37474f;
        border-color: #37474f;
    }


.main-btn-bg-color {
    background-color: #37474F !important;
    border-color: #37474F !important;
    color: white !important;
}

.top-space-1 {
    padding-top: 1px;
}

.left-space-0 {
    padding-left: 0px;
}

.right-space-0 {
    padding-right: 0px;
}

.display-none {
    display: none;
}

.text-color-normal {
    color: #647485
}

.margin-top-space-less {
    margin-top: 0px;
}

.emaildescription {
    width: 50%;
    word-break: break-all;
}

.userName {
    max-width: 120px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}

a[disabled="disabled"] {
    pointer-events: none;
}

.font-size-24 {
    font-size: 24px !important;
}

.personModule .select2-selection--single .select2-selection__rendered {
    padding-right: 51px;
}

.personModule .select2-selection--single .select2-selection__arrow:after {
    right: 42px
}

.personModule .input-group-addon {
    display: inline-block;
    padding: 9px 7px;
    text-align: center;
    width: auto;
    position: absolute;
    top: 27px;
    right: 0;
    border-left: solid 1px #ddd;
}

.border-plain {
    border-color: #e2e8f3;
}

.btn-activity .btn {
    margin: 0 1px 0 0 !important;
}

.activity-type-buttons {
    padding: 7px 16px !important;
}

.activity-icon {
    font-size: 16px !important;
}

.text-muted {
    color: #647485;
}

.activityTypesSelection {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}

    .activityTypesSelection input {
        position: absolute;
        opacity: 0;
    }

        .activityTypesSelection input:checked + label {
            background: #e2e8f3;
        }

.daterangepicker.dropdown-menu {
    z-index: 1051;
}

.galigncenter {
    text-align: center;
}

.customDesignModal .modal-content:before {
    position: absolute;
    left: -1px;
    top: 0;
    height: 100%;
    width: 6px;
    background-color: #37474F;
    content: "";
    border-radius: .4em 0 0 .4em;
}

/*.spinner-key i {
    display: none;
}

.spinner-key.active span {
    display: none;
}*/

.spinner-key i.spinner {
    display: none;
}

.spinner-key.active span, .spinner-key.active i.icon-add-to-list {
    display: none;
}

.spinner-key.active i {
    display: block;
}

.modal-sm {
    width: 500px !important;
	 margin: auto;
}

div.holder {
    width: 400px;
    min-height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 111;
    right: -400px;
    transition: all .5s ease-in-out;
}
#filter div.holder {
    max-width: 400px;
    width: 100%;
    bottom: 0;
}
    div.holder.visible {
        right: 0;
        top: 0;
        box-shadow: 0px 0px 18px 5px rgba(0, 0, 0, 0.1);
    }


    div.holder div.formholder {
        width: 100%;
        /*height: 100%;*/
        height: calc(100vh - 0px) !important;
        background-color: white;
        z-index: 111;
    }

#mybutton {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 30px;
    left: -40px;
    background-color: white;
    border: 1px solid #ddd;
    z-index: 11111;
}

.inner-AddMore {
    text-transform: uppercase;
    font-size: 12px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 0;
    background-image: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f9fbff;
    line-height: 20px;
    padding: 2px 10px;
}

.sidbar-toggle-body {
    /*height: 400px;*/
    height: calc(100vh - 160px);
    overflow-y: auto;
}

.inner {
    font-size: 10px !important;
    text-align: right !important;
    border: none !important;
    width: 136px !important;
    height: 17px !important;
    margin-left: 91px;
    background-color: #e2e8f3;
    padding: 0px 4px;
    padding-bottom: 2px;
}

.inner-Elem {
    position: relative;
    padding-bottom: 10px;
}

.inner-Close {
    position: absolute;
    right: 0;
    top: 1px;
    border: 0;
    padding: 0;
    width: 14px;
    line-height: 14px;
    height: 16px;
    background-color: #e2e8f3;
}



.basic-pencil-icon {
    visibility: hidden;
}

.basic-pencil:hover .basic-pencil-icon {
    visibility: visible;
}

.icon-sm {
    font-size: 10px;
}

.product-left {
    float: right;
    margin-top: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.btn-highlight {
    border-color: #37474F;
    color: #37474F;
    background-color: white;
}

    .btn-highlight:hover {
        background-color: #37474F;
        border-color: #37474F;
        color: white;
    }

.btn-highlight-active {
    background-color: #37474F;
    color: white;
}

#cancelbtn {
    top: 2px;
}

.invoiceAccordion small, .invoiceAccordion.collapsed #invoice-not-need {
    display: none;
}

.invoiceAccordion.collapsed small:first-child {
    display: block;
}

.invoiceAccordion #invoice-not-need {
    display: block;
}

a.dynamicAddPipelineTab:empty {
    display: none;
}

.galignwidth {
    min-width: 105px;
}

/*#ajax-back + .tooltip {
    width: 300px !important;
}*/
.columncheckbox.checkbox.checkbox-switchery.switchery-sm.mb-0 {
    margin-bottom: 1px;
}

.company-tag-label {
    position: relative;
}

.label-style {
    padding: 4px 10px;
    /* padding-top: 8px; */
    border-radius: 3px;
    background-color: #f0f5fc;
    font-size: 10px;
    color: inherit;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
}

.company-left-sub-header {
    padding-top: 15px;
    padding-bottom: 15px;
}

.bottom-border {
    border-bottom: solid 1px #e2e8f3;
}

.gift-icon-align {
    left: 8px;
    top: 5px;
}



.text-danger1 {
    color: #fd755f !important;
}

.company-tag-close-icon {
    position: absolute;
    right: -3px;
    top: -3px;
    display: none;
}

.company-tag-label:hover .company-tag-close-icon {
    display: block;
}

.Crmdetailsli {
    margin-bottom: 5px;
}

    .Crmdetailsli button {
        padding: 0 3px;
        opacity: 1;
        font-size: 23px;
        line-height: 18px;
    }

.pt-30 {
    padding-top: 30px;
}

.contact-middle-menu-bg-color {
    background-color: rgba(211, 211, 211, 0.09);
}

.attibuteLeftMenu .sidebar.sidebar-default {
    width: 100%;
    border: none;
    box-shadow: none;
    display: block;
    padding: 0;
}

@media(min-width:768px) {
    .settingsPanel {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .teamManagemntLeftMenu {
        height: calc(100vh - 120px);
        border-right: 1px solid #e2e8f3;
    }

    .attibuteLeftMenu {
        /*height: calc(100vh - 151px);*/
        border: 1px solid #e2e8f3;
        border-radius: 2px;
        background: #fff;
        border-radius: 8px;
    }

    .settingsPanel .col-md-2, .settingsPanel .col-md-10 {
        /*float: none;*/
        display: table-cell;
        vertical-align: top;
    }
}

@media(min-width:992px) {
    .companyDetails {
        display: table;
        table-layout: fixed;
        width: 100%;
    }

        .companyDetails .companyDetailsSide, .companyDetails .companyDetailsBody {
            display: table-cell;
            float: none;
            table-layout: fixed;
            vertical-align: top;
        }

        .companyDetails .companyDetailsSide {
            width: 260px;
            height: calc(100vh - 50px);
        }

    .companyDetailsPanelLeft {
        height: calc(100vh - 50px);
    }
}

@media(min-width:1200px) {
    .companyDetails .companyDetailsSide {
        width: 350px;
    }
}

.insertNoteForm .emoji-wysiwyg-editor {
    padding: 15px;
    padding-right: 35px;
}

.insertNoteForm .emoji-picker-icon {
    top: 15px;
    right: 15px;
}

.datepicker {
    z-index: 1200 !important;
}

.border-info {
    border-color: #00BCD4;
}

.list-feed-sub-header {
    position: relative;
}

.icon-md {
    font-size: 12px !important;
}

.timeline-footer {
    padding: 15px;
}

.list-feed-gear-icon {
    position: absolute;
    right: 5px;
    top: 5px;
    display: none;
}

.list-feed-sub-header:hover .list-feed-gear-icon {
    display: block;
}

.flag-icon, .cash-icon {
    position: absolute;
    top: 9px;
    left: -13px;
    width: 34px;
    height: 34px;
    background-color: #00BCD4;
    border-radius: 50%;
    z-index: 111;
}

    .flag-icon i, .cash-icon i {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        padding: 10px 0;
    }

.cash-icon {
    background-color: orange;
}

    .cash-icon i {
        padding: 8px 0;
    }



.tableHeaderSticky .datatable-footer:empty {
    display: none;
}

.tableHeaderSticky .datatable-footer {
    padding-top: 10px;
}

.tableHeaderSticky .dataTables_paginate, .tableHeaderSticky .dataTables_info, .tableHeaderSticky .dataTables_length, .tableHeaderSticky .dataTables_filter {
    margin-bottom: 10px;
}

.tableHeaderSticky .datatable-footer.customFooter .dataTables_info {
    float: right;
}

.tableHeaderSticky .datatable-footer.customFooter .dataTables_length {
    float: left;
}

.tableHeaderSticky .datatable-scroll {
    overflow-x: auto;
    overflow-y: auto;
}

.tableHeaderSticky .dataTables_scrollHead {
    overflow:hidden !important;
}
.closeFilterIcon {
    visibility: hidden;
}
.tableHeaderSticky .dataTables_scrollBody {
    overflow-x: visible !important;
    height: 100% !important;
    max-height: calc(100vh - 335px);
    width:auto !important;
}

.dataTables_scrollBody {
    overflow-x: visible !important;
/*    width: auto !important*/
}

.dropDownOpenCustom .tableHeaderSticky .dataTables_scrollBody {
    min-height: 100px;
    min-height: 165px;
}

.dropDownOpenCustom .tableHeaderSticky.minScrollBody3Action .dataTables_scrollBody {
    min-height: 210px;
}


#ActivityList .list-feed, #Notelist .list-feed {
    padding: 20px 0 0 12px;
}

#Notelist .emoji-wysiwyg-editor {
    padding: 3px 0;
    height: auto !important;
    max-height: none;
    min-height: auto;
}

.incidentMGMT .list-feed > li:before, .crmNotes .list-feed > li:before {
    left: -2px;
    top: 4px;
    width: 12px;
    height: 12px;
}


.crmNotes.dealsHistory .list-feed > li:after {
    left: 70px;
}

.crmNotes.dealsHistory .list-feed > li:before {
    left: 65px;
}

.crmNotes.dealsHistory .list-feed > li {
    padding-left: 90px;
}

    .crmNotes.dealsHistory .list-feed > li .feed-time {
        position: absolute;
        left: 0
    }


.dealsTooltip + .tooltip {
    min-width: 150px;
}

.activityHeader {
    display: inline-block;
    width: 100%;
    padding: 20px;
    margin: 0;
}

.dateRangeWidth {
    width: 200px;
}

.activityHeader .form-group {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 0;
    vertical-align: middle;
}

@media(max-width:1200px) {
    .activityHeader {
        padding-bottom: 10px;
    }

        .activityHeader > div {
            margin-bottom: 5px;
        }

        .activityHeader .form-group {
            margin-bottom: 5px;
        }
		  .fullscreenModal .templateeditor {
        max-width: 1200px;
        overflow: auto;
        width: 100%;
    }
}

.has-error {
    border-color: rgba(233,51,51,.8) !important;
}

.btnattributewidth {
    min-width: 70px;
}

/*.dropDownOpenCustom .table-responsive, .dropDownOpenCustom .datatable-scroll, .tooltipOpenCustom .table-responsive, .tooltipOpenCustom .datatable-scroll {
    overflow: visible;
}*/
.dropDownOpenCustom .table-responsive, .dropDownOpenCustom .datatable-scroll, .tooltipOpenCustom .table-responsive, .tooltipOpenCustom .datatable-scroll, .zoom-overlay-open .table-responsive, .zoom-overlay-open .datatable-scroll {
    overflow: visible;
}

.dropDownOpenCustom .dataTables_scroll {
    overflow-y: hidden;
}

/*.tooltipOpenCustom .table-responsive, .tooltipOpenCustom .datatable-scroll, .zoom-overlay-open .table-responsive, .zoom-overlay-open .datatable-scroll {
    overflow: visible;
}*/

.settingsPanel .navigation > li > a {
    font-weight: 400;
}

.ranges .range_inputs {
    padding: 0;
}

.width100, .width150, .width200, .width250, .width300, .width350, .width400 .width600 {
    white-space: normal;
}

.width100 {
    width: 100px !important;
}

.width150 {
    width: 150px !important;
}

.width200 {
    width: 200px !important;
}

.width250 {
    width: 250px !important;
}

.width300 {
    width: 300px !important;
}

.width350 {
    width: 350px !important;
}

.width400 {
    width: 400px !important;
}

.width600 {
    width: 600px !important;
}

.width800 {
    width: 800px !important;
}

.tableColumnMaxWidth {
    display: block;
    width: 350px;
    white-space: normal;
}

.workBreak {
    word-break: break-all;
}

.profileRounded {
    width: 140px;
    height: 140px;
    text-align: center;
    font-size: 60px;
    padding: 23px 0;
    cursor: default;
}

.employeeInfoInner {
    padding: 20px 30px;
}

    .employeeInfoInner label, .employeeInfoInner h6 {
        font-size: 14px;
    }

.modalcontact {
    position: relative;
    padding: 20px;
}

.modalCompany {
    position: relative;
    padding: 20px;
}

.modalpcategory {
    position: relative;
    padding: 20px;
}

.customdropdown {
    padding-left: 7px;
}




.dealStage {
    /* display: table;
    width: 100%;
    table-layout: fixed;
    text-align: center;
    padding-left: 0;*/
    display: flex;
    width: 100%;
    /* table-layout: fixed; */
    text-align: center;
    padding-left: 0;
    flex-wrap: wrap;
}

    .dealStage li {
        /*    display: table-cell;
        padding: 5px;
        border-radius: 10px;
        position: relative;
        color: #999999;
        background-color: #dedede;
        cursor: pointer;*/
        display: table-cell;
        padding: 5px;
        border-radius: 10px;
        position: relative;
        color: #999999;
        background-color: #dedede;
        cursor: pointer;
        width: auto;
        padding: 5px 10px 5px 20px;
        margin-bottom: 5px;
    }

        .dealStage li.completed {
            color: #fff !important;
            background-color: #00bcd4 !important;
            border-color: #00bcd4 !important;
            border-bottom: none !important;
        }

        .dealStage li:before, .dealStage li:after {
            content: '';
            position: absolute;
            top: 0;
            right: -15px;
            height: 0;
            width: 0;
            border: 15px solid transparent;
            border-right-width: 0;
            z-index: 1;
            border-left-color: #f5f5f5;
        }

        .dealStage li:after {
            top: 3px;
            right: -9px;
            border: 12px solid transparent;
            border-right-width: 0;
            z-index: 2;
            border-left-color: #dedede;
        }

        .dealStage li.completed:after {
            border-left-color: #00bcd4
        }

        .dealStage li:last-child:after, .dealStage li:last-child:before {
            display: none;
        }

.plan-width {
    margin-left: 15%;
    margin-right: 15%;
}

.buttonsHeader .btn-info {
    border-color: #00bcd4;
}

    .buttonsHeader .btn-info:hover {
        background: transparent;
        color: #00bcd4;
    }

/*customSwitch*/

.customSwitch {
    position: relative;
}

    .customSwitch input {
        display: none;
    }

    .customSwitch span {
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 100px;
        cursor: pointer;
        display: inline-block;
        width: 44px;
        height: 22px;
        vertical-align: middle;
        position: relative;
        box-sizing: content-box;
        box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
        transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
    }

        .customSwitch span:before {
            content: '';
            background-color: #fff;
            border-radius: 100px;
            width: 22px;
            height: 22px;
            position: absolute;
            top: 0;
            left: 0px;
            box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
            transition: background-color 0.4s ease 0s, left 0.2s ease 0s;
        }

    .customSwitch input:checked + span {
        background-color: rgb(100, 189, 99);
        border-color: rgb(100, 189, 99);
        box-shadow: rgb(100, 189, 99) 0px 0px 0px 12px inset;
        transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
    }

        .customSwitch input:checked + span:before {
            left: 22px;
        }

/*customSwitch*/
.kanbanStatusChange {
    position: fixed;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    /*bottom: -40px;*/
    left: 0;
    width: 100%;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    padding: 10px 0;
    background: #f6fbfd;
    transition: visibility 0s linear 300ms, opacity 300ms;
}

    .kanbanStatusChange.visible {
        visibility: visible;
        opacity: 1;
        transition: visibility 0s linear 0s, opacity 300ms;
    }

    .kanbanStatusChange .page-container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .kanbanStatusChange .kanbanStatusInner {
        display: table-cell;
        padding: 10px;
    }

    .kanbanStatusChange button {
        padding: 20px;
        width: 100%;
        font-weight: 500;
    }

.mt-8 {
    margin-top: 8px !important;
}

.Kanbanlostwonbutonover {
    background-color: #8c8c8c !important;
    border-color: #8c8c8c;
}

.Kanbanlostbutonout {
    background-color: #f44336 !important;
}

.Kanbanwonbutonout {
    background-color: #4caf50;
}

.table-layout-fixed {
    table-layout: fixed;
}
/*neha*/


.csvzoom {
    /*box-shadow: 4px 4px #88888838;*/
    transition: transform .3s ease;
    width: 100%;
}

    .csvzoom:hover {
        transform: scale(1.05);
        background: #ffffff82;
    }

        .csvzoom:hover span.text-muted.text-size-small {
            color: black;
        }

.importfromCSV {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width:388px) {
    .importfromCSV {
        display: block;
        display: inline-flex;
    }
}

.importfromCSV a.panel-body {
    display: inline-block;
    width: 100%;
}

.importfromCSV img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}



.importbtn {
    float: right;
    position: absolute;
    bottom: 0px;
    right: 20px;
    width: 78.08px !important;
}

/*Tags*/
.width20 {
    width: 20%;
    float: left;
    padding: 20px;
}

.dl-horizontal {
    margin-top: 2px;
}

    .dl-horizontal dt {
        text-align: left !important;
        width: auto;
        overflow: visible;
        margin-right: 6px;
        line-height: 1.2 !important;
        margin-top: 0 !important;
    }

    .dl-horizontal dd {
        line-height: 1.2 !important;
        margin-top: 0 !important;
    }

.darkred {
    color: darkred;
}

.green {
    color: green;
}

.orange {
    color: orange;
}

.purple {
    color: purple;
}


@media only screen and (min-width: 1200px) {
    .usersnippettagsboxproduct {
        width: 49%;
        margin: 0 auto 0;
    }
}

.usersnippettagsbox {
    width: 40%;
    margin: 0 auto 0;
}

.errorpage {
    padding: 30px 0;
    min-height: calc(100vh - 520px);
}

    .errorpage h4 {
        font-size: 90px;
        font-weight: 900;
        text-shadow: rgba(0, 0, 0, 0.3) 5px 1px, rgba(0, 0, 0, 0.2) 12px 3px, rgba(0, 0, 0, 0.1) 6px 4px;
        font-family: 'Open Sans', sans-serif;
        margin: 20px 0;
    }

    .errorpage h5 {
        font-size: 18px;
        font-weight: 600;
        margin: 20px 0;
    }

    .errorpage h6 {
        font-size: 14px;
        max-width: 600px;
        margin: 20px auto;
        line-height: 24px;
    }

    .errorpage .returnHome {
        background: #00883a;
        color: #fff;
        font-weight: 600;
        padding: 8px 25px;
        margin-bottom: 20px;
        border-radius: 2px;
        display: inline-block;
        transition: all .2s ease-in-out;
        border: 2px solid #00883a;
    }

        .errorpage .returnHome:hover, .errorpage .returnHome:active, .errorpage .returnHome:focus {
            text-decoration: none;
            background: transparent;
            color: #333;
        }


.email-title {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 34px;
    opacity: 0.8;
    background-color: #f5f7fb;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.add-email {
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    background: #f9fbff;
    padding: 62px;
}

.add-new {
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    background: #f9fbff;
    padding: 72px;
}

.email-design {
    border: 1px solid #d8d8d8;
    border-radius: 2px;
}

.email-img {
    min-height: 175px;
    max-height: 175px;
    object-fit: contain;
    background-position: top;
}

.hideicons1 .showicons1 {
    display: none;
}

.hideicons1:hover .showicons1 {
    display: block;
    opacity: 1;
}

.customshow {
    position: absolute;
    right: 8px;
    top: -12px;
    width: 20px;
    color: #7d7d7d;
    height: 20px;
    font-size: 12px;
    padding: 4px;
    border-radius: 3px;
}

.thumb:hover .zoom-image {
    background-color: rgb(66, 66, 66);
    opacity: 1;
}

.buttonsHeader .btn-black, .btn-black, .buttonsHeader .btn-black:focus, .btn-black:focus {
    background: rgb(66, 66, 66);
    border-color: white;
    color: rgba(255, 255, 255, 0.95);
    border-width: 2px;
}

    .buttonsHeader .btn-black:hover, .btn-black:hover {
        background: white;
        color: black;
        box-shadow: none;
        border-width: 2px;
    }

.hoverinfo {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 175px;
    height: 120px;
    right: 0;
    bottom: 0;
    margin: auto;
}

    .hoverinfo p {
        margin: 0;
        padding-bottom: 10px;
    }

.editor {
    background: black;
    color: white;
}

.editorheader {
    margin-top: -7px;
}

@media(max-width:390px) {
    .editor {
        padding-bottom: 50px;
    }

    .editorheader {
        margin-top: 4px;
    }
}

.buttonsHeader .btn-red:hover,
.btn-red:hover {
    background: transparent;
    color: #E93333;
}

.buttonsHeader .btn-red,
.btn-red {
    background: #E93333;
    border-color: #E93333;
    color: #fff;
}

.hideicons .showicons {
    display: none;
}

.hideicons:hover .showicons {
    display: block;
    opacity: 0.5;
}

.choose.nav-tabs.nav-justified li {
    padding: 20px;
    opacity: 0.5;
}

    .choose.nav-tabs.nav-justified li a,
    .choose.nav-tabs.nav-justified li a:hover {
        border: 1px solid #ddd;
        border-radius: 3px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
        padding: 20px;
    }

    .choose.nav-tabs.nav-justified li i.icon-checkmark3 {
        position: absolute;
        right: -1px;
        top: -1px;
        color: white;
        width: 20px;
        height: 20px;
        background: #66A0FF;
        font-size: 12px;
        padding: 4px;
        border-radius: 3px;
        visibility: hidden;
    }

    .choose.nav-tabs.nav-justified li.active {
        opacity: 1;
    }

        .choose.nav-tabs.nav-justified li.active i.icon-checkmark3 {
            visibility: visible;
        }

        .choose.nav-tabs.nav-justified li.active a {
            border: 1px solid #66A0FF;
        }


/*.calendar.left + .calendar.right + .ranges {
   display: none;
}*/

.fullscreenModal .modal-dialog, .fullscreenModal .modal-content {
    width: 100%;
    height: 100%;
    margin: 0;
}

.fullscreenModal {
    padding: 0 !important;
}

    .fullscreenModal .modal-header, .fullscreenModal .templateeditor {
        padding: 0;
    }

    .fullscreenModal .templateeditor {
        height: calc(100% - 60px);
    }

    .fullscreenModal .modal-header, .fullscreenModal .Adtemplateeditor {
        padding: 0;
    }

    .fullscreenModal .Adtemplateeditor {
        height: calc(100% - 60px);
    }

.design-web {
    overflow: auto;
}


#popmodel.in ~ #popfullmodel {
    z-index: 1042
}

    #popmodel.in ~ #popfullmodel ~ .modal-backdrop.in + .modal-backdrop.in {
        z-index: 1043
    }

.cust > .list-condensed > li, .list-condensed > li .list > li {
    margin-top: 8px;
}

#popmodel.in ~ #popAdfullmodel {
    z-index: 1042
}

    #popmodel.in ~ #popAdfullmodel ~ .modal-backdrop.in + .modal-backdrop.in {
        z-index: 1043
    }

.templateeditor {
    position: relative;
    padding: 20px;
}

.Adtemplateeditor {
    position: relative;
    padding: 20px;
}


.statisticswidth {
    padding: 42px;
}



/*.dashboardSmallBox {
    display: flex;
    flex-wrap: wrap;
}

    .dashboardSmallBox .col-xs-4.col-sm-4.col-md-3.col-lg-2 {
        display: flex;
    }

        .dashboardSmallBox .col-xs-4.col-sm-4.col-md-3.col-lg-2 > .panel {
            width: 100%;
        }

@media(max-width:1400px) {
    .dashboardSmallBox .col-xs-4.col-sm-4.col-md-3.col-lg-2 {
        width: 20%;
    }
}

@media(max-width:1200px) {
    .dashboardSmallBox .col-xs-4.col-sm-4.col-md-3.col-lg-2 {
        width: 25%;
    }
}

@media(max-width:992px) {
    .dashboardSmallBox .col-xs-4.col-sm-4.col-md-3.col-lg-2 {
        width: 33.3%;
    }
}

@media(max-width:768px) {
    .dashboardSmallBox .col-xs-4.col-sm-4.col-md-3.col-lg-2 {
        width: 50%;
    }
}*/

/* dashboard changes*/

@-webkit-keyframes animate-width {
    0% {
        width: 0;
    }

    100% {
        visibility: visible;
    }
}

@-moz-keyframes animate-width {
    0% {
        width: 0;
    }

    100% {
        visibility: visible;
    }
}

@keyframes animate-width {
    0% {
        width: 0;
    }

    100% {
        visibility: visible;
    }
}

@-webkit-keyframes animate-height {
    0% {
        height: 0;
    }

    100% {
        visibility: visible;
    }
}

@-moz-keyframes animate-height {
    0% {
        height: 0;
    }

    100% {
        visibility: visible;
    }
}

@keyframes animate-height {
    0% {
        height: 0;
    }

    100% {
        visibility: visible;
    }
}



#bar-chart {
    height: 100%;
    width: 85%;
    position: relative;
    margin: 20px 0 0 32px;
}

    #bar-chart * {
        box-sizing: border-box;
    }

    #bar-chart .graph {
        height: 140px;
        position: relative;
    }

    #bar-chart .bars {
        height: 120px;
        padding: 0 2%;
        position: absolute;
        width: 100%;
        z-index: 10;
    }

    #bar-chart .bar-group {
        display: block;
        float: left;
        height: 100%;
        position: relative;
        width: 15%;
        margin-right: 5%;
    }

        #bar-chart .bar-group:last-child {
            margin-right: 0;
        }

        #bar-chart .bar-group .bar {
            visibility: hidden;
            height: 0;
            animation: animate-height;
            animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
            animation-duration: 0.4s;
            animation-fill-mode: forwards;
            bottom: 0;
            cursor: pointer;
            position: absolute;
            text-align: center;
            width: 30%;
        }

            #bar-chart .bar-group .bar:nth-child(2) {
                left: 48%;
            }

            #bar-chart .bar-group .bar:nth-child(3) {
                left: 90%;
            }

            #bar-chart .bar-group .bar span {
                display: none;
            }

        #bar-chart .bar-group .bar-1 {
            animation-delay: 0.3s;
            -webkit-animation-delay: 0.3s;
        }

        #bar-chart .bar-group .bar-2 {
            animation-delay: 0.4s;
            -webkit-animation-delay: 0.4s;
        }

        #bar-chart .bar-group .bar-3 {
            animation-delay: 0.5s;
            -webkit-animation-delay: 0.5s;
        }

        #bar-chart .bar-group .bar-4 {
            animation-delay: 0.6s;
            -webkit-animation-delay: 0.6s;
        }

        #bar-chart .bar-group .bar-5 {
            animation-delay: 0.7s;
            -webkit-animation-delay: 0.7s;
        }

        #bar-chart .bar-group .bar-6 {
            animation-delay: 0.8s;
            -webkit-animation-delay: 0.8s;
        }

        #bar-chart .bar-group .bar-7 {
            animation-delay: 0.9s;
            -webkit-animation-delay: 0.9s;
        }

        #bar-chart .bar-group .bar-8 {
            animation-delay: 1s;
            -webkit-animation-delay: 1s;
        }

        #bar-chart .bar-group .bar-9 {
            animation-delay: 1.1s;
            -webkit-animation-delay: 1.1s;
        }

        #bar-chart .bar-group .bar-10 {
            animation-delay: 1.2s;
            -webkit-animation-delay: 1.2s;
        }

        #bar-chart .bar-group .bar-11 {
            animation-delay: 1.3s;
            -webkit-animation-delay: 1.3s;
        }

        #bar-chart .bar-group .bar-12 {
            animation-delay: 1.4s;
            -webkit-animation-delay: 1.4s;
        }

        #bar-chart .bar-group .bar-13 {
            animation-delay: 1.5s;
            -webkit-animation-delay: 1.5s;
        }

        #bar-chart .bar-group .bar-14 {
            animation-delay: 1.6s;
            -webkit-animation-delay: 1.6s;
        }

        #bar-chart .bar-group .bar-15 {
            animation-delay: 1.7s;
            -webkit-animation-delay: 1.7s;
        }

    #bar-chart ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #bar-chart .x-axis {
        bottom: 0;
        position: absolute;
        text-align: center;
        width: 100%;
    }

        #bar-chart .x-axis li {
            float: left;
            margin-right: 10.5%;
            font-size: 11px;
            width: 11.5%;
        }

            #bar-chart .x-axis li:last-child {
                margin-right: 0;
            }

    #bar-chart .y-axis {
        position: absolute;
        text-align: right;
        width: 100%;
    }

        #bar-chart .y-axis li {
            border-top: 1px solid #4e5464;
            display: block;
            height: 29.95px;
            width: 100%;
        }

            #bar-chart .y-axis li span {
                display: block;
                font-size: 11px;
                margin: -7px 0 0 -60px;
                padding: 0 10px;
                width: 60px;
            }

    #bar-chart .stat-1 {
        background-image: linear-gradient(to top, #74b5f7 53%, #78aeff 68%);
    }

    #bar-chart .stat-2 {
        background-image: linear-gradient(to top, #74b5f7 53%, #78aeff 68%);
    }

    #bar-chart .stat-3 {
        background-image: linear-gradient(to top, #74b5f7 53%, #78aeff 68%);
    }

.legend {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
}

    .legend li {
        width: 110px;
        height: 1.05em;
        margin-bottom: 0.7em;
        padding-left: 0.5em;
        border-left: 1.05em solid black;
    }

table.grid {
    width: 100%;
    table-layout: fixed;
    border: 1px solid #eee;
    color: #333;
    border-spacing: 0;
}

.grid thead tr th, .grid tbody tr td {
    text-align: left;
    font-size: 12px;
    padding: 4px 8px;
}

.grid thead {
    border-bottom: 1px solid #ddd;
    background: #eee;
}

.unsubscribedropdown {
    min-width: 204px;
}

.panelshowmoreheight {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.btnshowmore, .btnshowless {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
}

.panelshowmoreheight:hover .btnshowmore {
    display: block;
}

.containerheight {
    height: auto;
    overflow: visible;
}

.tag {
    background-color: white;
    position: absolute;
    transform: rotate(-45deg);
    width: 50px;
    height: 50px;
    top: -25px;
    right: -25px;
    z-index: 2;
    border: 1px solid;
    border-color: gainsboro;
}

    .tag i {
        font-size: 10px;
        transform: rotate(45deg);
        display: block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: left;
        padding-left: 10px;
        color: red;
        padding-top: 12px;
        cursor: pointer;
    }

.has-pie-fixed-height {
    height: 250px;
}

.noChartRecordsFound {
    padding-top: 80px;
    color: gray;
}

    .noChartRecordsFound i {
        display: block;
    }

.datacollectorsclose {
    position: absolute;
    right: -1px;
    top: 0px;
    color: red;
    font-size: 15px;
    visibility: visible;
}

a.btn.btn-link.remve.datacollectorsclose:hover {
    color: red;
}



/*Dashboard changes 21-10-2019*/
.bigBox .panel {
    min-height: 400px;
    max-height: 440px;
    overflow: auto
}

.bigBox .noChartRecordsFound {
    padding-top: 100px;
}

.has-fixed-height {
    height: 310px;
    width: 100%;
}

.bigBox .chart-container {
    overflow-x: auto;
}

.dragContain {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.bigBox .ui-sortable-placeholder {
    background: #eee;
    position: relative;
    display: inline-block;
    margin: 0 9px 0 10px;
    margin-bottom: -5px;
}

    .bigBox .ui-sortable-placeholder:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: 3px dashed #333;
    }

@media(max-width:768px) {
    .dragContain {
        width: 100%;
    }

    .bigBox .noChartRecordsFound {
        padding: 0;
    }

    .bigBox .panel {
        min-height: auto;
        max-height: none;
    }
	  .tableHeaderSticky .datatable-footer.customFooter .dataTables_length{
        width:100%;
    }
}

.automationStage {
    display: table;
    width: 100%;
    table-layout: fixed;
    text-align: center;
    padding-left: 0;
}

    .automationStage li {
        display: table-cell;
        padding: 0px;
        border-radius: 10px;
        position: relative;
        color: #999999;
        background-color: #dedede;
        cursor: pointer;
    }

        .automationStage li.completed {
            color: #fff !important;
            background-color: #00bcd4 !important;
            border-color: #00bcd4 !important;
            border-bottom: none !important;
        }

        .automationStage li:before, .automationStage li:after {
            content: '';
            position: absolute;
            top: 0;
            right: -11px;
            height: 0;
            width: 0;
            border: 10px solid transparent;
            border-right-width: 0;
            z-index: 1;
            border-left-color: #ffffff;
        }

        .automationStage li:after {
            top: 2px;
            right: -3px;
            border: 8px solid transparent;
            border-right-width: 0;
            z-index: 2;
            border-left-color: #dedede;
        }

        .automationStage li.completed:after {
            border-left-color: #00bcd4
        }

        .automationStage li:last-child:after, .automationStage li:last-child:before {
            display: none;
        }

.daysAndHoursContain, .daysAndHoursContain > .calendar {
    margin-top: 0;
}

    .daysAndHoursContain .calendar-time {
        margin: 0;
    }

        .daysAndHoursContain .calendar-time select {
            padding: 7px 5px;
            border: 1px solid #ddd;
            border-radius: 3px;
        }

            .daysAndHoursContain .calendar-time select:focus {
                outline: 0;
            }

        .daysAndHoursContain .calendar-time i.fa-clock-o {
            display: none;
        }

.btn-width {
    width: 157.77px !important;
}

.btn-small {
    width: 65.64px !important;
}

.btn-select {
    width: 161.56px !important;
}

.btn-domain {
    width: 126.47px !important;
}

.btn-assign {
    width: 191.98px !important;
}

.btn-deal {
    width: 152.94px !important;
}

.btn-pipeline {
    width: 122.77px !important;
}

.btn-won {
    width: 69.83px !important;
}

.btn-lost {
    width: 72.63px !important;
}

.btn-tag {
    width: 136.22px !important;
}

.btn-add-activity {
    width: 134.5px !important;
}

.btn-assigndeal {
    width: 158.22px !important;
}

.btn_companyassign {
    width: 228.27px !important;
}

.btn-assigncontactlist {
    width: 180.41px !important;
}

.btn-assigncontactcompany {
    width: 226.63px !important;
}

.btn-product {
    width: 132.78px !important;
}

.btn-productcategory {
    width: 213.28px !important;
}

.btn-campaignsavetemplate {
    width: 131.13px !important;
}

.btn-testemail {
    width: 125.44px !important;
}

.descriptionwidth {
    width: 50%;
    white-space: pre-line;
}

.btn-Savewidth {
    width: 72.42px !important;
}

.btn-Updatewidth {
    width: 87px !important;
}

.btn-next {
    width: 78.27px !important;
}

.btn-deliverylog {
    width: 194.78px !important;
}

.btn-summary {
    width: 126.55px !important;
}

.btn-activesummary {
    width: 166.33px !important;
}

.btn-send {
    width: 63.3px !important;
}

.btn-payment {
    width: 160.69px !important;
}

.btn-sendnow {
    width: 101.17px !important;
}

.btn-import {
    width: 76.08px !important;
    margin-bottom: 1px;
}

.btn-upload {
    width: 68.5px !important;
    margin-left: 95%;
    margin-bottom: 1%
}

.percentage {
    margin-top: -28px;
    margin-right: -40px;
}

/*start forbidden design*/

.errorDesign {
    padding: 50px 0;
}

    .errorDesign a {
        background: #2f0357;
        color: #fff;
        font-weight: 600;
        padding: 8px 25px;
        margin-bottom: 20px;
        border-radius: 2px;
        display: inline-block;
        transition: all .2s ease-in-out;
        border: 2px solid #2f0357;
    }

    .errorDesign h2 {
        font-size: 70px;
        font-weight: 900;
        text-shadow: rgba(0, 0, 0, 0.3) 5px 1px, rgba(0, 0, 0, 0.2) 12px 3px, rgba(0, 0, 0, 0.1) 6px 4px;
        color: #2f0357;
        letter-spacing: 1px;
        margin-bottom: 0;
    }

    .errorDesign h5 {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .errorDesign a:hover {
        text-decoration: none;
        background: transparent;
        color: #2f0357;
    }
/*end forbidden design*/

/*Custom Checkbox and Radio Start*/
.customCheckBox, .customRadio {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    margin: 0;
    color: #333;
}

.input-group-addon .customCheckBox, .input-group-addon .customRadio {
    width: 18px;
    height: 18px;
    padding-left: 0;
}

.customCheckBox input, .customRadio input {
    opacity: 0;
    left: 0;
    z-index: -1;
    position: absolute;
}

.customCheckBox .customCheckSpan, .customRadio .customRadioSpan {
    color: #455a64;
    border: 2px solid #607d8b;
    border-radius: 2px;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 1px;
    left: 0;
}

.customRadio .customRadioSpan {
    border-radius: 100%;
}

.customCheckSpan:before, .customRadioSpan:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 2px;
    opacity: 0;
    border-width: 0 0 2px 2px;
    border-color: #455a64;
    border-style: solid;
    width: 9px;
    height: 5px;
    transform: rotate(-45deg);
    transition: all ease-in-out .15s;
}

.customRadioSpan:before {
    left: 3px;
    border: 4px solid;
    border-color: inherit;
    width: 0;
    height: 0;
    border-radius: 100%;
}

.customCheckBox input:checked + .customCheckSpan:before, .customRadio input:checked + .customRadioSpan:before {
    opacity: 1;
}
/*Custom Checkbox and Radio End*/

.inputAddClose, .imgGalleryClose {
    position: absolute;
    right: 0px;
    top: 0px;
    border: none;
    background: #f44336;
    padding: 2px 4px;
    color: #fff;
    border-bottom-left-radius: 3px;
    font-size: 11px;
    z-index: 11;
}

    .inputAddClose i, .imgGalleryClose i {
        font-size: 12px;
    }

.imgGalleryHoldContain, .inputAddContain {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 111;
    width: 270px;
    left: -20px;
    right: -20px;
    margin: auto;
    top: 42px;
    border-radius: 3px;
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,.1);
    display: none;
}

.inputAddContain {
    width: 455px;
    top: 0;
    left: 68px;
    right: auto;
}

    .imgGalleryHoldContain:before, .imgGalleryHoldContain:after, .inputAddContain:before, .inputAddContain:after {
        content: '';
        position: absolute;
        border-width: 0px 6px 7px 6px;
        border-style: solid;
        border-color: transparent transparent #fff transparent;
        z-index: 2;
        top: -6px;
        left: 2px;
        right: 2px;
        margin: auto;
        max-width: 12px;
    }

    .imgGalleryHoldContain:after, .inputAddContain:after {
        border-width: 0px 8px 7px 8px;
        border-color: transparent transparent #ccc transparent;
        z-index: 1;
        top: -7px;
        left: 0;
        right: 0;
        max-width: 16px;
    }

    .inputAddContain:before {
        border-width: 6px 7px 6px 0px;
        border-color: transparent #fff transparent transparent;
        left: -7px;
        right: auto;
        top: 4px;
    }

    .inputAddContain:after {
        border-width: 8px 7px 8px 0px;
        border-color: transparent #ccc transparent transparent;
        left: -8px;
        right: auto;
        top: 2px;
    }

.inputAddInner {
    padding: 10px 0 10px 10px;
}

    .inputAddInner h4 {
        margin: 5px 0;
        font-size: 14px;
        font-weight: 500;
    }

    .inputAddInner .form-group {
        margin-bottom: 5px;
    }

    .inputAddInner .premiumFields {
        opacity: 0.5;
    }

        .inputAddInner .premiumFields label {
            cursor: not-allowed
        }

.addAlignInputBtns .bg-slate.active {
    background-color: #00bcd4;
    border-color: #00bcd4;
}

.addExtraInputBtn {
    width: 95.98px;
    height: 36px;
    border-radius: 3px;
}

.minwidth200 {
    min-width: 200px !important;
}

.minwidth250 {
    min-width: 250px !important;
}

.minwidth150 {
    min-width: 150px !important;
}

.dataTable thead th.sortingdisabled:after {
    display: none !important;
}


.btn-Addnewstep {
    width: 143.39px !important;
}

.abCompare {
    padding: 15px 5px 15px 15px;
    min-height: 120px;
}

    .abCompare i {
        position: absolute;
        top: -14px;
        right: 0;
        transform: rotate(-5deg);
    }

.gobalserach {
    display: table;
    width: 100%;
    table-layout: fixed;
    text-align: center;
}

    .gobalserach a {
        display: table-cell;
        border: none;
        background: none;
        color: darkgrey;
    }

        .gobalserach a.active {
            background: #00BCD4;
            color: black;
        }

.searchDropdown {
    padding: 10px;
    min-width: 300px;
}

    .searchDropdown .form-group {
        margin-bottom: 10px;
    }

        .searchDropdown .form-group input, .searchDropdown .form-group input:focus {
            border: 1px solid #ddd;
            color: #222;
        }



#ulsearch {
    margin-top: 10px;
    line-height: 28px;
    max-height: 300px;
    overflow: auto;
}



/*Ads Start*/

.btn-createaudience {
    width: 124.03px !important;
}

.btn-connect {
    width: 76.27px !important;
}

.btn-addpixel {
    width: 81.88px;
}

.welcomeAdsPage {
    max-width: 700px;
    margin: 70px auto 0;
}

    .welcomeAdsPage .col-sm-7 {
        padding-right: 50px;
    }

    .welcomeAdsPage img {
        width: 100%;
    }

    .welcomeAdsPage h4 {
        margin-bottom: 20px;
    }

    .welcomeAdsPage a, .adsConnectFooterBtnsInner a {
        border-width: 2px;
    }

        .welcomeAdsPage a:hover, .adsConnectFooterBtnsInner a:hover {
            background: none;
            box-shadow: none;
        }

.adsConnectSteps {
    list-style: none;
    padding: 0;
    margin: auto;
    display: table;
    width: 75%;
    position: relative;
    table-layout: fixed;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
    direction: rtl;
}

    .adsConnectSteps:before {
        content: '';
        height: 2px;
        width: 67%;
        background: #b3b3b3;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        margin: auto;
    }

    .adsConnectSteps li {
        display: table-cell;
        width: 100%;
        padding: 20px 0;
        position: relative;
        font-weight: 500;
    }

        .adsConnectSteps li:before {
            content: "\ed6c";
            font-family: 'icomoon';
            font-size: 10px;
            position: absolute;
            width: 20px;
            height: 20px;
            padding: 2px;
            color: transparent;
            background: #f6fbfd;
            left: 0;
            right: 0;
            margin: auto;
            top: -9px;
            border-radius: 40px;
            border: 2px solid #b3b3b3;
            z-index: 2;
        }

        .adsConnectSteps li:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 2px;
            left: -100%;
            right: 0;
            margin: auto;
            top: 0px;
            z-index: 1;
        }

        .adsConnectSteps li.active ~ li:before {
            color: #fff;
            background: #3BD788;
        }

        .adsConnectSteps li.active ~ li:after, .adsConnectSteps li.active:after {
            background: #3BD788;
        }

        .adsConnectSteps li:last-child:after {
            display: none;
        }

        .adsConnectSteps li.active:before, .adsConnectSteps li.active ~ li:before, .adsConnectSteps li.active:before {
            border-color: #3BD788;
        }

.adsConnectOptions {
    max-width: 500px;
    margin: auto;
    padding-bottom: 70px;
}

    .adsConnectOptions .media {
        display: inline-block;
        margin: 0;
        padding: 20px;
        border: 1px solid #cccccc;
        width: 100%;
        border-radius: 3px;
        color: #222;
        margin-bottom: 10px;
        transition: all .2s ease;
    }

        .adsConnectOptions .media.active {
            pointer-events: none;
        }

            .adsConnectOptions .media.active:before {
                content: "\ed6c";
                position: absolute;
                font-family: 'icomoon';
                right: 0px;
                top: 0;
                padding: 4px 0 4px 4px;
                width: 30px;
                text-align: center;
                height: 30px;
                background: #41d88c;
                border-bottom-left-radius: 5px;
                color: #fff;
            }

        .adsConnectOptions .media:hover, .adsConnectOptions .media.active {
            box-shadow: 0px 0px 0px 1px #3BD788, 0px 0px 10px 0px rgba(115, 115, 115, 0.3);
            background: #fff;
            border-color: #3BD788;
        }

.adsConnectFooterBtns {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: right;
    padding: 20px;
    background: #f5f8fa;
    border-top: 1px solid #cbd6e2;
}

@media (min-width: 1366px) {
    .adsConnectFooterBtnsInner {
        padding-left: 130px;
        padding-right: 130px;
    }
}

.gobalserach {
    display: table;
    width: 100%;
    table-layout: fixed;
    text-align: center;
}

    .gobalserach a {
        display: table-cell;
        border: none;
        background: none;
        color: darkgrey;
    }

        .gobalserach a.active {
            background: #00BCD4;
            color: black;
        }

.searchDropdown {
    padding: 10px;
    min-width: 300px;
}

    .searchDropdown .form-group {
        margin-bottom: 10px;
    }

        .searchDropdown .form-group input, .searchDropdown .form-group input:focus {
            border: 1px solid #ddd;
            color: #222;
        }


#locationdata {
    background: white;
    margin-top: 10px;
    line-height: 28px;
    max-height: 300px;
    border: 1px solid #ddd;
    overflow: auto;
    cursor: pointer;
    z-index: 11;
}

ul#locationdata li:hover {
    background: #ddd;
}

ul#locationdata li {
    padding: 5px 10px;
}

    ul#locationdata li a {
        display: block;
    }

#spantagdiv {
    padding: 10px 0px;
    margin-bottom: 0;
}

#spandivid {
    border: 1px solid #607d8b;
    color: #607d8b;
    margin-right: 5px;
    margin-bottom: 5px;
}

    #spandivid i {
        font-size: 10px;
    }

.searchDropdown {
    padding: 0px;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.border-gray {
    border: 1px solid #ddd;
}

.border-left-gray {
    border-left: 1px solid #ddd;
    margin-left: 30px;
    padding-left: 10px;
    margin-top: -10px;
    height: 34px;
}

.pt-7 {
    padding-top: 7px;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.carousel-icon .icon-circle-left2 {
    top: 25px;
}

.carousel-icon .icon-circle-right2 {
    top: 26px;
}

.keyword-delete-row, .negative-delete-row {
    position: absolute;
    right: 3px;
}

    .keyword-delete-row i, .negative-delete-row i {
        font-size: 12px;
        top: -48px;
    }

td.gridalignright {
    padding: 12px 40px !important;
    text-align: right;
}

.pr-0 {
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.mb-0 {
    margin-bottom: 0;
}

.pt-0 {
    padding-top: 0;
}

.btn-godashboard {
    width: 210px;
}

.adsitem a {
    font-size: 14px;
    color: #000;
}

.adsitem .icon-trash {
    position: absolute;
    right: -18px;
    font-size: 12px;
    top: 20px;
}

.daterangepicker.dropdown-menu.ltr.openscenter.show-calendar {
    left: auto !important;
    right: 150px !important;
}

.width-250 {
    width: 250px;
}

/*ads end*/


/*Form Integration*/
.formListHolder {
    display: inline-block;
    list-style: none;
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
}

    .formListHolder li {
        display: inline-block;
        padding: 10px;
        width: 110px;
        border: 3px solid rgb(33 150 243 / 5%);
        margin-right: 10px;
        border-radius: 3px;
        background: rgb(33 150 243 / 5%);
        cursor: pointer;
        position: relative;
        color: #a1a1a1;
        transition: all .2s ease;
    }

        .formListHolder li.active {
            border-color: #2196f3;
            color: #2196f3;
            font-weight: 700;
        }

            .formListHolder li.active:before {
                content: "\ed6c";
                font-family: 'icomoon';
                position: absolute;
                right: 0;
                top: 0;
                background: #2196f3;
                color: #fff;
                padding: 0px 4px;
                border-bottom-left-radius: 3px;
            }

        .formListHolder li i {
            display: block;
            font-size: 60px;
            color: #d4dae3;
            margin-bottom: 5px;
        }

.formListPreviewHolder {
    padding: 20px;
    background: #e5ebf2;
    margin-bottom: 20px;
}

    .formListPreviewHolder textarea {
        resize: none;
    }

    .formListPreviewHolder input, .formListPreviewHolder select, .formListPreviewHolder textarea, .formListPreviewHolder .customCheckBox, .formListPreviewHolder .customRadio, .formListPreviewHolder .select2-container--disabled .select2-selection--single {
        cursor: default !important;
    }

    .formListPreviewHolder .customCheckBox, .formListPreviewHolder .customRadio {
        margin-left: 10px;
        vertical-align: top;
    }

.formListMapHolder {
    background: rgb(33 150 243 / 5%);
    margin-bottom: 20px;
	  max-block-size:1px;
}

.formListPreview:not(.active) {
    display: none;
}

.errorFormDetails {
    position: relative;
    padding: 10px 10px 10px 45px;
    background: #fffcfc;
    border: 1px solid #e8afb3;
    margin-top: 5px;
    margin-bottom: 20px;
    border-radius: 2px;
}

    .errorFormDetails:empty {
        display: none;
    }

    .errorFormDetails:before {
        content: "\ed4f";
        font-family: 'icomoon';
        position: absolute;
        left: 10px;
        font-size: 20px;
        color: #e75357;
    }

    .errorFormDetails p {
        margin: 0;
        font-size: 16px;
        font-weight: 500;
        color: #e75357;
    }

.mappingSelectDropdownsOpens [aria-disabled="true"] {
    display: none
}

.NotesTrim {
    overflow: hidden;
    max-width: 80ch;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    display: -webkit-box;
    max-height: 55px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blockbuilder-preview {
    background-color: yellow;
    background-image: none;
}


.sc-cKZHah .cHbiQg .blockbuilder-preview .design-web .editor-desktop .right {
    height: 100%;
    position: absolute;
    inset: 0px 425px 0px 0px;
    background-color: yellow !important;
    background-size: 20px 20px;
    background-position: 0px 0px, 0px 10px, 10px -10px, -10px 0px;
    transition: right 0.3s ease 0s;
    overflow: scroll;
}

.panel-group {
    margin-bottom: 0px !important;
}
  .page-header .dropdown .dropdown-menu:before{
        display:none;
    }

.mb-0 {
    margin-bottom: 0 !important;
}
@media only screen and (max-width:520px){
    .modal-sm {
        max-width: 500px !important;
        width: 100% !important;
        margin: auto;
    }
    #filter div.holder.visible > #mybutton {
        left: 0;
        top: -21px;
    }
    
}
.jobBoard > .table-responsive .kanbanHeaderTable, .jobBoard > .table-responsive .kanbanContentTable {
    max-width: 100% !important;
    width: 100% !important;
}

.company-div {
        display: block !important;
        padding: 10px !important;
        text-align: justify !important;
    }
	
	.crm-contact-icon {
    border-radius: 6px !important;
    background: #2f912f;
    color: #fff;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    font-size: 28px;
}
.title_action_btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 0;
}