﻿.ui-menu {
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 319px;
    background: #fff;
}

    .ui-menu > li {
        font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    }


        .ui-menu > li > div {
            padding: 8px !important;
            border-bottom: 1px solid #ced4da;
            cursor: pointer;
            z-index: 1;
            background: #fff;
        }

a {
    cursor: pointer !important;
}
/*pull-test*/
.v-align-top {
    vertical-align: top !important;
}

.stories-header {
    float: left;
    width: 100%;
    display: block;
    position: relative;
}

    .stories-header > .stories-header-img {
        width: 100%;
        display: block;
        position: relative;
        background: #fff;
        padding: 20px 0;
        text-align: center;
        border-radius: 3px;
    }

        .stories-header > .stories-header-img > img {
            width: 600px;
            opacity: 0.8;
        }

    .stories-header > .stories-header-in {
        float: left;
        width: 100%;
        display: block;
        position: relative;
    }

        .stories-header > .stories-header-in > h2 {
            font-family: montserrat, sans-serif !important;
            font-size: 19px;
            font-weight: 500;
            margin: 15px 0;
            letter-spacing: 1px;
            color: #26c6da;
            padding: 15px 10px;
            border-radius: 3px;
            text-align: center;
            background-color: white;
        }


.card-outer-stories {
    border: 0px;
    display: block;
    float: left;
}

.outer-successstories-header {
    float: left;
    width: 100%;
    position: fixed;
    top: 0;
    display: block;
    z-index: 999;
    background: linear-gradient(60deg,#26c6da,#00acc1);
    box-shadow: 0px 4px 13px 0px rgba(56,87,140,0.2);
}

    .outer-successstories-header > h3 {
        font-family: montserrat,sans-serif !important;
        color: #fff;
        margin: 0;
        padding: 15px 30px 15px 30px;
    }

        .outer-successstories-header > h3:before {
            content: "\f0b1";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 20px;
        }

.stories-outer-divider {
    display: block;
    width: 100%;
    position: relative;
    float: left;
    height: 100px;
    z-index: 9;
}

    .stories-outer-divider:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        height: 2px;
        margin: auto;
        border-top: 1px #ffffff;
        border-top-style: dashed;
    }

    .stories-outer-divider > span:nth-child(1) {
        left: -40px;
    }

    .stories-outer-divider > span:nth-child(2) {
        z-index: 1;
        background: #ffffff;
        height: 30px;
        width: 30px;
    }

    .stories-outer-divider > span:nth-child(3) {
        right: -40px;
    }

    .stories-outer-divider > span:nth-child(1), .stories-outer-divider > span:nth-child(3) {
        background: #a2dde7;
        width: 15px;
        height: 15px;
    }

    .stories-outer-divider > span {
        position: absolute;
        margin: auto;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        transform: rotate(45deg);
    }

.m-b-30 {
    margin-bottom: 30px !important;
}

.z-index-1 {
    z-index: 1 !important;
}

.outer-successstories {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    background-repeat: repeat;
    background: -webkit-linear-gradient(bottom, #26c6da, #00acc1);
}

    .outer-successstories:before {
        content: '';
        display: block;
        position: fixed;
        top: 70%;
        left: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        bottom: 0;
        right: 50%;
        border-radius: 50%;
        margin: auto;
        transform: scale(2);
        background: linear-gradient(60deg,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.10196078431372549)) !important;
        overflow: hidden;
        z-index: 0;
    }

    .outer-successstories:after {
        content: "";
        position: absolute;
        background-image: url(../../login-material/images/crm-login-screen.jpg);
        background-position: center;
        background-size: cover;
        z-index: 0;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        opacity: 0.1;
        background-attachment: fixed;
    }

.dash-tile-box-on-pop-up {
    border-color: rgb(221, 221, 221) !important;
    border-style: solid !important;
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    box-shadow: none !important;
}

.cutom-pop-large {
    max-width: 80%;
    width: 100%;
}

    .cutom-pop-large > div {
        max-width: 100%;
        width: 100%;
    }

.check-box-area {
    display: block;
    width: 100%;
    position: relative;
    float: left;
}

    .check-box-area > .check-box-body {
        display: block;
        width: 100%;
        position: relative;
        float: left;
    }

        .check-box-area > .check-box-body > input[type="checkbox"] {
            position: absolute;
            cursor: pointer;
            top: 4px;
        }

        .check-box-area > .check-box-body > span {
            display: block;
            padding: 0 0 0 20px;
        }

.m-r-0 {
    margin-right: 0 !important;
}

.pull-right {
    float: right !important;
}

.navbar-mini-custom {
    width: 100%;
    display: block;
}

    .navbar-mini-custom > li {
        float: left;
    }

        .navbar-mini-custom > li.nav-item > a.navbar-nav-link {
            background: #fff;
            border: 1px solid #dddddd;
            margin: 0 -1px 0 0px;
            padding: 12px 15px 12px 15px;
            font-size: 13px;
            cursor: pointer;
        }

            .navbar-mini-custom > li.nav-item > a.navbar-nav-link:nth-child(2n) {
            }

            .navbar-mini-custom > li.nav-item > a.navbar-nav-link.active.show {
                color: #fff;
                background: #26c6da;
                border-color: #26c6da;
                z-index: 1;
            }

            .navbar-mini-custom > li.nav-item > a.navbar-nav-link > .badge-new-ball {
                color: #26c6da;
                background: #fff;
                border-radius: 100px;
                font-size: 10px;
                padding: 1px 4px 1px 4px;
                margin: 0 0 0 2px;
                display: inline-block;
                font-weight: 600;
            }

                .navbar-mini-custom > li.nav-item > a.navbar-nav-link > .badge-new-ball:empty {
                    display: none;
                }

td[onclick] {
    cursor: pointer !important;
}

.p-0-15 {
    padding: 0 15px !important;
}

.add-campaign-pop {
    border-bottom: 1px dashed #dddddd;
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
}

    .add-campaign-pop:nth-last-child(1), .add-campaign-pop:nth-last-child(2) {
        border-bottom: 0px !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

.d-inline-flex {
    display: inline-flex !important;
}

a.icon-responsive-blue {
    color: #fff !important;
    border-radius: 3px;
    outline: none !important;
    transition: all .3s ease-in-out;
    background: #26c6da;
    width: 20px;
    height: 20px;
    text-align: center;
    margin: 0;
    font-size: 11px;
    padding: 5px 0 0 0;
    font-family: FontAwesome !important;
}

    a.icon-responsive-blue.fa.fa-trash {
        background: #f44336 !important;
    }

    a.icon-responsive-blue.fa-pencil-square-o, a.icon-responsive-blue.fa-edit {
        background: #43a047;
    }

    a.icon-responsive-blue.fa-eye {
        background: #26c6da;
    }

    /*a.icon-responsive-blue.fa-lock {
        background: #5954a5;
    }

    a.icon-responsive-blue.fa-unlock {
        background: #d052b5;
    }*/
    a.icon-responsive-blue.fa-lock {
        background: #8c5cff;
    }

    a.icon-responsive-blue.fa-unlock {
        background: #5c94e6;
    }

    a.icon-responsive-blue.fa-plus {
        background: #a327b7;
    }

    a.icon-responsive-blue.fa-info {
    }

.navbar-nav-zoom-all {
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
}

    .navbar-nav-zoom-all ul.nav.navbar-nav {
        flex-direction: row;
    }

    .navbar-nav-zoom-all a.navbar-nav-link.navbar-nav-link-sm {
        margin: 0 !important;
        font-size: 11px;
        padding: 12px 7px !important;
    }

.status-dropdown-sm {
    border: 1px solid #ddd;
    color: #525252;
    border-radius: 26px;
    padding: 0px 0 0 8px;
    outline: none !important;
}

.navbar-nav-link-sm {
    padding: 0.675rem 0.7rem !important;
    border-right: 1px solid #ddd;
}

.error {
    color: #ec0808 !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.single-icon-center {
    float: unset !important;
    display: block;
    margin: auto !important;
}

.left-head {
    text-align: center;
    width: 100%;
    position: relative;
    padding: 15px 0 13px 0;
    border-bottom: 1px solid #dddddd;
    display: block;
    user-select: none;
}

    .left-head > span {
        font-family: montserrat,sans-serif !important;
        color: #797979;
        font-size: 29px;
        font-weight: 700;
        position: relative;
    }

    .left-head:before {
        background: #cecece;
        position: absolute;
        height: 3px;
        width: 84%;
        bottom: 25px;
        margin: auto;
        left: 0;
        right: 0;
        border-radius: 50%;
    }

    .left-head > span:before {
        background: #f9fbfc;
        position: absolute;
        height: 7px;
        width: 7px;
        bottom: -13px;
        left: 0;
        transform: rotate(45deg);
        border: 2px solid #cecece;
    }

    .left-head > span:after {
        background: #f9fbfc;
        position: absolute;
        height: 7px;
        width: 7px;
        bottom: -13px;
        right: 0;
        transform: rotate(45deg);
        border: 2px solid #cecece;
    }

.pg-content {
    width: 100%;
    float: left;
}

.main-cont {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
    border: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 6px;
    color: #333;
    background: #fff;
    width: 100%;
    float: left;
    padding: 20px 20px 12px 20px;
}

    .main-cont:hover .main-cont-box > .main-cont-icon {
        transform: translate3d(0,-15px,0);
    }

    .main-cont > .main-cont-box {
        display: flex;
    }

        .main-cont > .main-cont-box > .main-cont-icon {
            color: #fff;
            border-radius: 3px;
            padding: 15px;
            margin-right: 15px;
            float: left;
            margin-top: -45px;
            transition: all .3s cubic-bezier(.34,1.61,.7,1);
        }

            .main-cont > .main-cont-box > .main-cont-icon > i {
                font-size: 36px;
                line-height: 56px;
                width: 56px;
                text-align: center;
            }

        .main-cont > .main-cont-box > .main-cont-title {
            float: right;
            width: 100%;
        }

            .main-cont > .main-cont-box > .main-cont-title > h5 {
                text-align: right;
                color: #555555;
                font-size: 21px;
                margin: 9px 0 0 0;
            }

    .main-cont > .main-cont-footer {
        border-top: 1px solid #eee;
        margin-top: 20px;
        padding: 10px 0 0 0;
        font-weight: 500;
        color: #555555;
    }

.main-head > div:nth-child(1) > .main-cont > .main-cont-box > .main-cont-icon {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(76,175,80,.4);
    background: linear-gradient(60deg,#66bb6a,#43a047);
}

.main-head > div:nth-child(2) > .main-cont > .main-cont-box > .main-cont-icon {
    background: linear-gradient(60deg,#ffa726,#fb8c00);
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(255,152,0,.4);
}

.main-head > div:nth-child(3) > .main-cont > .main-cont-box > .main-cont-icon {
    background: linear-gradient(60deg,#ca3fe0,#a327b7);
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(156,39,176,.4) !important;
}

.main-head > div:nth-child(4) > .main-cont > .main-cont-box > .main-cont-icon {
    background: linear-gradient(60deg,#26c6da,#00acc1);
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(0,188,212,.4);
}

.dash-tile-box {
    border-radius: 3px;
    border-top: 3px solid #cecece;
    box-shadow: 0 2px 1px rgba(0,0,0,.05);
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin-bottom: 30px;
    background: #fff;
    float: left;
    width: 100%;
    position: relative;
}

    .dash-tile-box > .dash-tile-head {
        padding: 0px 15px;
        color: #6b6868;
        border-bottom: 1px solid rgba(0,0,0,.125);
        float: left;
        width: 100%;
    }

        .dash-tile-box > .dash-tile-head > h4 {
            margin: 12px 0 12px 0;
            font-weight: 400;
            line-height: 24px;
            font-size: 0.8825rem;
        }

    .dash-tile-box > .dash-tile-body {
        float: left;
        width: 100%;
        position: relative;
        padding: 15px 15px 165px 15px;
    }

.hvr-underline:hover {
    text-decoration: underline;
}

.pg-content > .content-wrapper {
    min-height: 500px;
}

.user-menu {
    /* box-shadow: 0 1px 4px 0 rgba(0,0,0,.14); */
    background: rgba(243, 245, 247, 0);
    border-radius: 50px;
    border: 1px solid #dddddd;
    padding: 4px 15px 4px 6px;
    color: #555555 !important;
    display: flex;
    align-items: center;
    transition: all ease-in-out .15s;
}

    .user-menu:hover {
        box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
    }

.b-0 {
    border: 0 !important;
}

.select-check {
    cursor: pointer;
}

    .select-check > div > select {
        color: #555555;
        position: relative;
        -ms-flex: 0 1 auto;
        margin-left: 0;
        flex: 0 1 auto;
        cursor: pointer;
        display: block;
        width: 100%;
        height: 2.25003rem;
        padding: .4375rem .875rem;
        font-size: .8125rem;
        line-height: 1.5385;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ddd;
        border-radius: .1875rem;
        box-shadow: 0 0 0 0 transparent !important;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        font-weight: 400;
        text-align: center;
        overflow: visible;
        user-select: none;
        white-space: nowrap;
        vertical-align: middle;
    }

    .select-check > div > .checkboxes-multiple {
        position: absolute;
        width: 100%;
        background: #fff;
        margin: 0 0 40px 0;
        z-index: 1;
        padding: 0px;
        height: 325px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

.checkboxes-multiple > label:not([class="sub-head-industry"]) {
    position: relative;
    margin: 0px 0 0px 0px;
    border-bottom: 1px solid #dddddd;
    padding: 5px 0 5px 10px;
}

.checkboxes-multiple > .sub-head-industry {
    position: relative;
    margin: 0px 0 0px 0px;
    border-bottom: 1px solid #dddddd;
    padding: 5px 0 5px 10px;
}



    .checkboxes-multiple > .sub-head-industry > input {
        position: absolute;
        top: 8px;
    }

    .checkboxes-multiple > .sub-head-industry > span {
        padding: 0 0 0 18px;
    }

.checkboxes-multiple > label:hover {
    background: inherit !important;
}

.checkboxes-multiple > .sub-head-industry:hover {
    cursor: pointer;
}

.bulk-top-hd > div {
    float: left;
    width: 100%;
    position: relative;
    padding: 5px 0 5px 17px;
}

    .bulk-top-hd > div > input {
        position: absolute;
        top: 8px;
        left: 0;
    }

.custom-bulk-pop {
    width: 100%;
    float: left;
    position: relative;
    padding: 7px 10px 7px 10px;
    border-top: 1px solid #ddd !important;
}

    .custom-bulk-pop:last-child {
        border-bottom: 1px solid #ddd !important;
    }

    .custom-bulk-pop > .bulk-pop-div {
        width: 134px;
        float: right;
        position: relative;
        padding: 0 0px 0 10px;
    }

        .custom-bulk-pop > .bulk-pop-div.follow-up-date {
            padding-top: 9px;
            padding-left: 22px;
        }

            .custom-bulk-pop > .bulk-pop-div.follow-up-date > input {
                position: absolute;
                top: 12px;
                left: 10px;
            }

        .custom-bulk-pop > .bulk-pop-div:nth-child(1) {
            width: auto;
            float: left;
            padding: 9px 0 0 20px;
        }

        .custom-bulk-pop > .bulk-pop-div > .emailScheduler {
            position: absolute;
            top: 12px;
            left: 0;
        }

.font-w-500 {
    font-weight: 500;
}

.tab-content > .tab-pane {
    float: left;
    width: 100%;
}

.nav-item.nav-item-submenu.nav-item-open > ul {
    display: block !important;
}

.active-menu-admin {
    color: #ffffff !important;
    background: #26c6da !important;
}

table {
    border-collapse: collapse;
    width: 100%;
}

    table > thead > tr {
        padding-bottom: 0px;
        background: #f3f3f3;
    }

        table > thead > tr > th {
            border-bottom: 1px solid #e6e6e6;
            padding: 0.65rem;
            font-size: 14px;
            font-weight: 700;
        }

    table > tbody > tr:nth-of-type(odd) {
        background-color: #fff;
    }

    table > tbody > tr:nth-of-type(even) {
        background-color: #f9f9f9;
    }

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

    td > label {
        margin: 0 !important;
    }

tr:nth-child(even) {
    background-color: #f7f7f7;
}

.btn-group {
    width: 100%;
}

    .btn-group > .dropdown-toggle, div > .multiselect {
        color: #999999;
    }

    .btn-group > button, .btn-drop {
        display: block;
        width: 100%;
        height: 2.25003rem;
        padding: .4375rem .875rem;
        font-size: .8125rem;
        line-height: 1.5385;
        color: #333;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ddd;
        border-radius: .1875rem;
        box-shadow: 0 0 0 0 transparent !important;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .btn-group > ul > li > a {
        display: block;
        color: #555555;
    }

        .btn-group > ul > li > a > label, #SubIndustrySection > label {
            padding: 5px 0 5px 30px;
            display: block;
            width: 100%;
            margin: 0;
            border-bottom: 1px solid #ddd;
        }

            .btn-group > ul > li > a > label > input, #SubIndustrySection > label > input {
                margin: 4px 0 0px -20px;
                display: block;
                position: absolute;
            }

.company-tile {
    margin-bottom: 2rem;
    min-width: 0;
    background-clip: border-box;
    border-radius: .1875rem;
    width: 100%;
    margin-top: 1.25rem;
    display: flex;
}

    .company-tile > .company-logo {
        width: 200px;
        height: 200px;
        display: table-cell;
        vertical-align: middle;
        padding: 20px 0 0 20px;
    }

        .company-tile > .company-logo > i {
            font-size: 100px;
            color: #01acc1;
            display: table-cell;
            vertical-align: middle;
            padding: 30px 37px;
        }

.company-info {
    margin: 0 0 0 0;
    border: 1px solid #dddddd;
    background: #ffffff;
    border-radius: 0px;
    padding: 20px 20px 20px 20px;
    position: relative;
    float: left;
    width: 100%;
    min-height: 168px;
    margin-bottom: 20px;
}

    .company-info > .company-info-sub {
        width: 50%;
        float: left;
        position: relative;
    }

        .company-info > .company-info-sub > span {
            display: block;
            width: 100%;
            float: left;
            position: relative;
            margin: 0 0 0 0;
            line-height: 28px;
        }

    .company-info > .company-info-icon {
        float: left;
        width: 50%;
        position: relative;
        margin: 10px 0 0 0;
        display: block;
    }

        .company-info > .company-info-icon > a {
            color: #fff;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            padding: 0px 0 0 10px;
            line-height: 2.4;
        }

            .company-info > .company-info-icon > a.fa-facebook, .chart-container-2 > a.fa-facebook {
                background: #3b5998;
            }

            .company-info > .company-info-icon > a.fa-twitter, .chart-container-2 > a.fa-twitter {
                background: #00acee;
            }

            .company-info > .company-info-icon > a.fa-linkedin, .chart-container-2 > a.fa-linkedin {
                background: #0e76a8;
            }

            .company-info > .company-info-icon > a.fa-instagram, .chart-container-2 > a.fa-instagram {
                background-image: radial-gradient(farthest-corner at 5% 128%,#fbe18a,#fcbb45,#f88331,#f86638,#f74340,#f5326e,#d53692,#8f39ce,#544bed,#395dfb);
            }

.company-btn {
    float: left;
    width: 50%;
    position: relative;
    margin: 10px 0 0 0;
    display: block;
    text-align: right;
}

    .company-btn > a {
        background: #00bcd4;
        color: #FFf !important;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        padding: 0px 10px 0 10px;
        line-height: 2.4;
    }

.company-item {
    width: 100%;
    padding: 25px 30px 0 0px;
}

    .company-item > h6 {
        font-size: 22px;
        font-weight: 500;
        position: relative;
        display: inline-block;
        margin: 0 0 15px 0;
        text-transform: initial;
    }

        .company-item > h6:before {
            content: '';
            position: absolute;
            background: #01acc1;
            bottom: -6px;
            width: 70px;
            height: 2px;
            border-right: 35px solid #dddddd;
        }

        .company-item > h6 > span {
            font-size: 13px;
            margin: 0px 0 0px 5px;
            font-weight: 500;
            display: inline-block;
        }

    .company-item > .company-text {
        width: 100%;
        float: left;
    }

        .company-item > .company-text > span {
            width: 100%;
            float: left;
            font-size: 14px;
        }

    /*.company-item > .company-text > span > a {
                text-transform: lowercase;
            }*/

    .company-item > .company-textbox {
        width: 100%;
        float: left;
        position: relative;
        display: inline-flex;
        margin: 20px 0 0 0;
    }

        .company-item > .company-textbox > input {
            border: 1px solid #cecece;
            outline: none;
            padding: 0px 10px 3px 10px;
            -webkit-box-flex: 1;
            flex-grow: 1;
            border-radius: 2px;
            background: rgb(240, 240, 240);
            height: 36px;
            display: inline-block;
            color: #525252;
        }

        .company-item > .company-textbox > span {
            float: left;
            position: relative;
            display: flex;
            margin: 0 5px 0 0;
            border: 1px solid #cecece;
            border-radius: 2px;
            background: #f0f0f0;
        }

            .company-item > .company-textbox > span > span {
                color: #555555;
                display: block;
                padding: 6px 10px 0 10px;
            }

            .company-item > .company-textbox > span > a {
                color: #555555 !important;
                display: block;
                padding: 15px 2px 0 5px;
                margin: 0;
                font-size: 22px;
                border-left: 1px solid #cecece;
                position: relative;
            }

                .company-item > .company-textbox > span > a:hover {
                    background: #00bcd4;
                    color: #ffffff !important;
                }

                .company-item > .company-textbox > span > a:before {
                    content: '';
                    position: absolute;
                    top: -1px;
                    right: -1px;
                    bottom: -1px;
                    left: -1px;
                }

                .company-item > .company-textbox > span > a:hover:before {
                    border: 1px solid #00bcd4;
                    background: #00bcd4;
                }

                .company-item > .company-textbox > span > a > span {
                    transform: rotate(45deg);
                    display: block;
                    line-height: 0;
                }

nob {
    font-weight: 400 !important;
}

.p-b-15 {
    padding-bottom: 15px !important;
}

.btn-sm {
    padding: .3125rem .75rem !important;
    font-size: .75rem !important;
    line-height: 1.6667 !important;
    border-radius: .125rem !important;
}

.email-table > table > tbody > tr:hover {
    background-color: #f5f5f5;
}

.email-table > table > tbody > tr > td {
    border-right: 1px solid rgba(0, 0, 0, 0);
}

    .email-table > table > tbody > tr > td:last-child {
        border-right: 1px solid #dddddd;
    }

.email-btm {
    background: linear-gradient(60deg,#26c6da,#00acc1) !important;
    color: #fff !important;
    border: 1px solid #01acc1 !important;
    position: relative;
    display: inline-block;
    padding: 0.575rem 1rem;
    outline: 0;
    transition: all ease-in-out .15s;
    margin: 10px 0 10px;
}

.p-0.p-0 {
    padding: 0 !important;
}

.m-0.m-0 {
    margin: 0 !important;
}

.email-tab {
    border: 1px solid #dddddd;
    float: left;
    position: relative;
    display: block;
    width: 100%;
    padding: 30px 30px;
    margin: 40px 0 0 0;
    background: #fff;
}

    .email-tab > .email-tab-h3 {
        margin: 0;
    }

        .email-tab > .email-tab-h3 > span {
        }

            .email-tab > .email-tab-h3 > span.email-tab-span-1 {
                font-size: 16px;
                font-weight: 500;
            }

            .email-tab > .email-tab-h3 > span.email-tab-span-2 {
                font-size: 14px;
                font-weight: 400;
            }

    .email-tab > .email-tab-2 {
        line-height: 16px;
    }

        .email-tab > .email-tab-2 > .email-tab-2-span-1 {
            font-size: 14px;
        }

    .email-tab > .email-tab-head {
        margin: 20px 0 20px 0;
        font-size: 18px;
        font-weight: 500;
    }

    .email-tab > .email-tab-text {
        font-size: 14px;
    }

.quick-area {
    float: right;
    font-size: 13px;
    margin: 7px 0 0 0;
}

    .quick-area > a {
        background: #f2f2f2;
        padding: 10px 11px;
        font-size: 16px;
        border-radius: 50px;
        transition: all .3s ease-in-out;
        margin: 0 0 0 5px;
    }

        .quick-area > a:hover {
            background: #01acc1;
            color: #ffffff !important;
        }

.mini-filter {
    float: left;
    width: 100%;
    position: relative;
    display: flex;
    padding: 20px 0;
}

    .mini-filter > div {
        float: left;
        display: flex;
    }

        .mini-filter > div > .mini-filter-input {
            display: block;
            width: 100%;
            padding: 0.6rem .75rem;
            font-size: 14px;
            line-height: 1.25;
            color: #757575;
            background-color: #fff;
            background-image: none;
            background-clip: padding-box;
            border: 1px solid #e6e6e6;
            border-radius: 2px;
            transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
            position: relative;
        }

.get-mail-active {
    color: #fff;
    border: 0;
    border-radius: 3px;
    width: 100%;
    cursor: pointer;
    outline: none !important;
    transition: all .3s ease-in-out;
    background: #26c6da;
    line-height: 34px;
}

    .get-mail-active:hover {
        background: #00acc1;
    }

.get-mail-fade {
    background: #ddd;
    color: #555555;
    border: 0;
    border-radius: 3px;
    width: 100%;
    cursor: pointer;
    transition: all .3s ease-in-out;
    outline: none !important;
    line-height: 34px;
}

    .get-mail-fade:hover {
        background: #cccccc;
    }

.paging-body {
    float: left;
    width: 100%;
    position: relative;
}

.custom-table {
    display: block;
    width: 100%;
}

    .custom-table > .table {
        border-collapse: collapse;
        width: 100%;
        display: table;
        border-spacing: 2px;
    }

        .custom-table > .table > .tbody {
            display: table-row-group;
            vertical-align: middle;
            border-color: inherit;
        }

            .custom-table > .table > .tbody > .tr {
                display: table-row;
                vertical-align: inherit;
                border-color: inherit;
                border: 1px solid #dddddd;
            }

                .custom-table > .table > .tbody > .tr:hover {
                    background: #f1f1f1 !important;
                }

                .custom-table > .table > .tbody > .tr:nth-child(odd) {
                    background-color: #f9f9f9;
                }

                .custom-table > .table > .tbody > .tr:nth-child(even) {
                    background-color: #fff;
                }

                .custom-table > .table > .tbody > .tr > .td {
                    text-align: left;
                    padding: 10px;
                    display: table-cell;
                    vertical-align: inherit;
                }

                    .custom-table > .table > .tbody > .tr > .td.company-td {
                        white-space: nowrap;
                        width: 200px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: block;
                    }

                    .custom-table > .table > .tbody > .tr > .td > a {
                        color: #555555;
                    }

                        .custom-table > .table > .tbody > .tr > .td > a:hover {
                            color: #01acc1;
                        }

.paging-icon {
    margin: 0 0 10px 0;
    float: right;
    line-height: 34px;
}

    .paging-icon > a {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 1.428571429;
        text-align: center;
        vertical-align: middle;
        border-radius: 4px;
        user-select: none;
        border: 0px solid #01acc1;
        background: #26c6da;
        color: #fff !important;
        font-weight: 800;
        margin: 0px 0 0px 3px;
    }

#EmailDeletebtn {
    color: #fff;
    border: 0;
    border-radius: 3px;
    outline: none !important;
    transition: all .3s ease-in-out;
    float: left;
    padding: 5px 10px;
    position: relative;
    background-color: #f44336;
    width: 71px;
    cursor: pointer;
}

    #EmailDeletebtn[hidden] {
        display: block !important;
    }

    #EmailDeletebtn:not([hidden]) ~ .EmailDeletebtn {
        display: none;
    }

.EmailDeletebtn {
    width: 71px;
    border: 0;
    height: 30px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    outline: none !important;
    cursor: not-allowed !important;
    color: #fff;
    background-color: #faa09c;
}

.chart-container-2 {
    width: 100%;
    float: left;
    display: block;
    margin: 18px 0 0 0;
}

    .chart-container-2 > a {
        color: #fff;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        padding: 0px 0 0 10px;
        line-height: 2.4;
        float: left;
        margin: 0 5px 0 0;
    }

    .chart-container-2 > span {
        float: left;
        position: inherit;
    }

        .chart-container-2 > span > a {
            background: #00bcd4;
            color: #fff !important;
            border-top-left-radius: 2px;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 2px;
            padding: 7px 15px 7px 15px;
            display: inline-block;
            margin: -2px 10px 0px 0;
            float: left;
        }

        .chart-container-2 > span > select {
            width: auto;
            float: left;
        }

.navbar-2 {
    color: rgba(51,51,51,.85);
    border-bottom-color: rgba(0,0,0,.125);
    background-color: rgba(0,0,0,0) !important;
    border: none !important;
}

    .navbar-2 > .navbar-3 > ul {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .navbar-2 > .navbar-3 > ul {
        display: flex;
        display: flex;
        margin: 0;
    }

        .navbar-2 > .navbar-3 > ul > li {
            list-style: none;
        }

            .navbar-2 > .navbar-3 > ul > li > a {
                color: #555555;
            }

                .navbar-2 > .navbar-3 > ul > li > a.navbar-nav-link.active {
                    background: linear-gradient(60deg,#00bcd4,#00bcd4) !important;
                    color: #fff !important;
                    border: 1px solid #00bcd4 !important;
                    /*background: linear-gradient(60deg,#26c6da,#00acc1) !important;*/
                    /*border: 1px solid #01acc1 !important;*/
                }

                .navbar-2 > .navbar-3 > ul > li > a.navbar-nav-link {
                    color: #01acc1 !important;
                    border: 1px solid #dddddd !important;
                    background: #f5f5f5 !important;
                    margin: 0 -1px 0px 0;
                }

.tab-div {
    margin: -1px 10px 50px 0px !important;
    border: 1px solid #dddddd;
    background: #ffffff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 20px 0 40px 0;
}

    .tab-div > div > div > div > div > .card {
        background-color: rgba(255, 255, 255, 0);
        box-shadow: none;
        border: none;
    }

        .tab-div > div > div > div > div > .card > .card-header {
            padding: 20px 10px 0 0;
        }

#SubIndustrySection {
    position: absolute;
    will-change: transform;
    left: 0px;
    transform: translate3d(0px, 36px, 0px);
    z-index: 1;
    background: #fff;
    width: 100%;
    max-height: 280px;
    overflow-y: auto;
    color: #333;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .1875rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,.1);
    padding: 0 0px 0 0;
}

.industry-chk {
    position: absolute;
    margin: 3px 0 0 0;
}

.industry-lab {
    padding: 0 0 0 15px;
}

.header-shadow {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.24), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2) !important;
}

.crm-icon-1 {
    padding: 8px 9px;
    width: 37px;
    background: #03a9f4;
    color: #fff !important;
    border-radius: 4px;
    text-align: center;
    margin: 0 5px 0 0;
    font-size: 14px;
    float: right;
}

.listing {
    padding: 5px 10px;
    margin: 5px 10px 5px 0;
    border-radius: 3px;
    font-size: 13px;
    display: -webkit-inline-box;
    background: #f1f1f1;
    color: #555555;
    border: #dddddd solid 1px;
}

.sub-listing {
    padding: 5px 10px;
    margin: 5px 10px 5px 0;
    border-radius: 3px;
    font-size: 13px;
    display: -webkit-inline-box;
    background: #f3f3f3;
    color: #555;
    font-weight: 500;
    border: #ececec solid 1px;
}

.f-s-17 {
    font-size: 17px !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.btnFileUpload {
    background: #c72121 !important;
    border-color: #d01b1b !important;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #ffffff;
}

.bg-tile-1 {
    border-right: 1px solid #ececec;
}

.bg-tile-2 {
    background: linear-gradient(60deg,#66bb6a,#43a047);
}

.bg-tile-3 {
    background: linear-gradient(60deg,#ef5350,#e53935);
}

.bg-tile-4 {
    background: linear-gradient(60deg,#26c6da,#00acc1);
}

.card-tile {
    display: inline-table;
    width: 100%;
    background: #fff;
    border-radius: 6px;
    margin: 0 0 20px 0;
}

    .card-tile > div:nth-child(1) {
        border: none;
        color: #01acc1 !important;
        font-size: 30px;
        width: 90px;
        height: 90px;
        text-align: center;
        vertical-align: middle;
        display: table-cell;
        border-top-left-radius: 6px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 1px;
        border-bottom-left-radius: 6px;
        border-right: 1px solid #ececec;
    }

    .card-tile > div:nth-child(2) {
        float: right;
        text-align: right;
        padding: 20px 20px 0 0;
        color: #555555;
    }

        .card-tile > div:nth-child(2) > h3 {
            margin: 0;
        }

.clr-555555 {
    color: #525252 !important;
}

.admin-logo {
    color: #fff !important;
    font-size: 36px;
    font-weight: 600;
}

.breadcrumb-2 {
    margin: 10px 0 25px 0px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    border-radius: 0;
}

    .breadcrumb-2 > i {
        font-size: 20px;
        padding: 5px 0 0 0;
        margin: 0 10px 0px 0;
    }

.breadcrumb-3 {
    margin: 10px 0 25px 0px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    background: #fff;
    padding: 12px 15px;
    border-radius: 0;
    border: 1px solid #e6e6e6;
}

    .breadcrumb-3 > i {
        font-size: 14px;
        padding: 3px 0 0 0;
        margin: 0px 5px 0px 0;
    }

    .breadcrumb-3 > h5 {
        font-size: 14px;
        color: #525252;
    }

    .breadcrumb-3 > .sm-head {
        margin: 4px 0 0 5px !important;
        font-size: 13px;
        opacity: 0.8;
    }

.m-b-10 {
    margin-bottom: 10px !important;
}

.w-55px {
    width: 55px !important;
}

.profile-img {
    display: inline-block;
}

    .profile-img > img {
        border: 5px solid #01acc1;
        width: 80px;
        height: 80px;
        border-radius: 50%;
    }

.user-name {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: .125rem;
    margin-top: 0.5rem;
}

.project-tile-row {
    padding: 0;
    float: left;
}

    .project-tile-row > .project-tile-col > .project-tile-main {
    }

.project-tile-col {
    padding: 10px;
    float: left;
}

    .project-tile-col > .project-tile-main {
        display: block;
        margin: 0 0 10px 0;
        padding: 0;
        background: #ffffff;
        width: 100%;
        border: 1px solid #ddd;
        float: left;
        border-radius: 0;
    }

        .project-tile-col > .project-tile-main > .project-tile-body {
            float: left;
            width: 100%;
            padding: 20px;
        }

            .project-tile-col > .project-tile-main > .project-tile-body > .project-tile-logo {
                width: 100px;
                height: 100px;
                float: left;
            }

                .project-tile-col > .project-tile-main > .project-tile-body > .project-tile-logo > img {
                    width: 100%;
                    height: 100%;
                    border: 1px solid #ddd;
                    border-radius: 12px;
                }

            .project-tile-col > .project-tile-main > .project-tile-body > .project-tile-content {
                padding: 0 0 0 110px;
            }

                .project-tile-col > .project-tile-main > .project-tile-body > .project-tile-content > h5 {
                    margin: 50px 0 4px 0;
                }

                .project-tile-col > .project-tile-main > .project-tile-body > .project-tile-content > span {
                    width: 100%;
                    display: block;
                }

                .project-tile-col > .project-tile-main > .project-tile-body > .project-tile-content > table {
                    background: #fff;
                    border: none;
                    width: 100%;
                }

                    .project-tile-col > .project-tile-main > .project-tile-body > .project-tile-content > table tr {
                        border: none;
                        background: #fff;
                    }

                        .project-tile-col > .project-tile-main > .project-tile-body > .project-tile-content > table tr td {
                            background: #fff;
                            border: none;
                            padding: 2px;
                        }

                .project-tile-col > .project-tile-main > .project-tile-body > .project-tile-content > span > lable {
                }

        .project-tile-col > .project-tile-main > .project-tile-footer {
            display: block;
            width: 100%;
            float: left;
            border-top: 1px solid #ddd;
            padding: 0px 0 0 0;
            background-color: #f9f9f9;
        }

            .project-tile-col > .project-tile-main > .project-tile-footer > ul {
                padding: 0;
                list-style: none;
                display: block;
                float: left;
                width: 100%;
                margin: 0;
            }

                .project-tile-col > .project-tile-main > .project-tile-footer > ul > li {
                    display: block;
                    float: left;
                    width: 50%;
                    padding: 7px 7px;
                }

                    .project-tile-col > .project-tile-main > .project-tile-footer > ul > li:nth-child(1) {
                        border-right: 1px solid #ddd;
                    }

                    .project-tile-col > .project-tile-main > .project-tile-footer > ul > li > span {
                        padding: 2px 5px 0 0;
                        float: left;
                    }

                        .project-tile-col > .project-tile-main > .project-tile-footer > ul > li > span.count {
                            color: #ffffff;
                            border: 0;
                            border-radius: 13px;
                            cursor: pointer;
                            outline: none !important;
                            transition: all .3s ease-in-out;
                            background: #26c6da;
                            min-width: 25px;
                            text-align: center;
                            margin: 0px 0 0 0;
                            font-size: 11px;
                            padding: 6px 7px 3px 7px;
                            font-weight: 500;
                        }

                    .project-tile-col > .project-tile-main > .project-tile-footer > ul > li > a, .action-add {
                        color: #fff !important;
                        border: 0;
                        border-radius: 3px;
                        cursor: pointer;
                        outline: none !important;
                        transition: all .3s ease-in-out;
                        background: #26c6da;
                        width: 20px;
                        height: 20px;
                        text-align: center;
                        margin: 0px 0 0 0;
                        font-size: 11px;
                        padding: 3px 0 0 0;
                        float: right;
                    }

.f-w-600 {
    font-weight: 600 !important;
}

.f-s-13 {
    font-size: 13px !important;
}

.pull-left-hard {
    float: left !important;
}

.pull-right-hard {
    float: right !important;
}

.p-0-0-20-0 {
    padding: 0 0 20px 0 !important;
}

.tasklist-title-search {
    float: right;
    width: 150px;
    margin: 9px 6px 0 0;
    height: 30px;
    text-transform: capitalize;
    padding: 0px 10px 1px 10px;
}

.drag-drop-main {
    float: left;
    width: 100%;
    position: relative;
    padding: 10px 0;
}

.dropzone.rounded {
    float: left;
    width: 100%;
    position: relative;
    min-height: 35px;
}

.drag-drop-main .droppable {
    background-color: #f9f9f9;
    min-height: 120px !important;
    margin: 15px 0 15px 0;
    cursor: grab;
    border: 1px solid #ddd;
    transition: all .3s ease-in-out;
}

    .drag-drop-main .droppable:before {
        content: 'Drop here';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        color: #d6d6d6;
        text-align: center;
        margin: auto;
        vertical-align: middle;
        line-height: 63px;
        font-size: 17px;
        font-weight: 500;
        width: 110px;
        height: 70px;
        border: 2px dashed #e0e0e0;
    }

.table-drop {
}

    .table-drop tbody {
    }

        .table-drop tbody tr {
            background: rgba(0, 0, 0, 0) !important;
        }

            .table-drop tbody tr td {
                border: none;
                padding: 0;
                vertical-align: top;
            }

.div-shadow-1 {
    box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.1);
}

.drag-drop-body {
    float: left;
}

    .drag-drop-body > .drag-drop-cont {
        background: #f5f5f5;
        border: 1px solid #dbdbdb;
        border-radius: 3px;
        padding: 0 10px;
        float: left;
        WIDTH: 100%;
        position: relative;
    }

        .drag-drop-body > .drag-drop-cont > h6 {
            color: #fff;
            padding: 12px 10px;
            margin: -2px -11px 30px -11px;
            border-radius: 3px 3px 0 0;
            border-width: 1px 0 0px 0;
            border-top-style: solid;
            border-bottom-style: solid;
            font-weight: 500;
            box-shadow: 0px 2px 10px 0px rgba(204, 204, 204, 0.7490196078431373);
            background: #26c6da;
            border-top-color: #26c6da;
            border-bottom-color: #26c6da;
        }

.drag-drop-box {
    float: left;
    width: 100%;
    position: relative;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    border-radius: 3px;
    padding: 15px 15px;
    margin: 0 0 0 0;
    font-weight: 400;
    border: 1px solid #ddd;
    background: #ffffff;
    cursor: grab;
}

    .drag-drop-box:active {
        cursor: grabbing;
    }

#addsprintbacklog {
    display: none;
    padding: 0px 10px 30px 10px !important;
    float: left;
    transition: all .3s ease-in-out;
}

    #addsprintbacklog > div {
        float: left;
        width: 100%;
        position: relative;
        padding: 20px 10px 0px 10px !important;
        border: 1px solid #ddd;
        background-color: #f9f9f9;
    }

.btn-sm-custom {
    color: #fff !important;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    outline: none !important;
    transition: all .3s ease-in-out;
    background: #26c6da;
    min-width: 70px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    padding: 5px 3px;
    font-weight: 600;
}

.sprint-backlog-add {
    color: #fff !important;
    border: 0;
    border-radius: 3px;
    outline: none !important;
    transition: all .3s ease-in-out;
    background: #26c6da;
    width: 110px;
    display: block;
    text-align: center;
    margin: 0 10px 15px 0;
    font-size: 13px;
    padding: 5px 3px;
    user-select: none !important;
    float: right;
}

    .sprint-backlog-add > i {
        font-size: 12px;
        margin: 0 3px 0 0;
    }

        .sprint-backlog-add > i:before {
            content: "\f067";
        }

    .sprint-backlog-add.active > i:before {
        content: "\f00d";
    }

    .sprint-backlog-add > span {
        font-weight: 500;
    }

        .sprint-backlog-add > span:before {
            content: 'New Sprint';
        }

    .sprint-backlog-add.active > span:before {
        content: 'Close';
    }

.min-w-110 {
    min-width: 110px !important;
}

.m-t-30 {
    margin-top: 30px;
}

.select-option-pms {
    display: block;
    width: 100%;
    height: 2.25003rem;
    padding: .4375rem .875rem;
    font-size: .8125rem;
    line-height: 1.5385;
    color: #555555;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: .1875rem;
    box-shadow: 0 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none !important;
}

.textarea-pms {
    display: block;
    width: 100%;
    padding: .4375rem .875rem;
    font-size: .8125rem;
    line-height: 1.5385;
    color: #555555;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: .1875rem;
    box-shadow: 0 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none !important;
}

.dash-tile-head-with-add {
}

    .dash-tile-head-with-add > h4 {
        float: left;
    }

    .dash-tile-head-with-add > span {
        float: right;
    }

        .dash-tile-head-with-add > span > a, .dash-tile-head-with-add > span > button {
            color: #fff !important;
            border: 0;
            border-radius: 3px;
            cursor: pointer;
            outline: none !important;
            transition: all .3s ease-in-out;
            background: #26c6da;
            min-width: 90px;
            display: block;
            text-align: center;
            margin: 9px 0 0 0;
            font-size: 13px;
            padding: 5px 3px;
            user-select: none !important;
        }

            .dash-tile-head-with-add > span > a:hover, .dash-tile-head-with-add > span > button:hover {
                filter: brightness(1.1);
            }

            .dash-tile-head-with-add > span > a > i, .dash-tile-head-with-add > span > button > i {
                font-size: 12px;
                margin: 0 3px 0 0;
            }

.w-180px {
    width: 180px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.action-add-single {
    color: #fff !important;
    border: 0;
    border-radius: 3px;
    outline: none !important;
    transition: all .3s ease-in-out;
    background: #26c6da;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 11px;
    padding: 3px 0 0 0;
    display: block;
    margin: auto;
    float: inherit;
}

.btn-icon {
    color: #fff !important;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    outline: none !important;
    transition: all .3s ease-in-out;
    background: #26c6da;
    min-width: 70px;
    text-align: center;
    font-size: 13px;
    display: inline-block;
    margin: 0;
    padding: 2px 1px;
    user-select: none !important;
}

    .btn-icon:hover {
        filter: brightness(1.1);
    }

    .btn-icon > i {
        font-size: 12px;
        margin: 0 3px 0 0;
    }

.search-input {
    position: relative;
}

    .search-input > input {
        outline: none;
        padding: 0px 30px 1px 15px;
        width: 290px;
        border-radius: 50px;
        height: 36px;
        border: 1px solid #dddddd;
        /* box-shadow: 0 1px 4px 0 rgba(0,0,0,.14); */
        background: rgba(255, 255, 255, 0);
    }

    .search-input > span {
        position: absolute;
        color: #828282;
        border: 0px solid #e0e0e0;
        outline: none;
        height: 22px;
        transition: all .3s ease-in-out;
        font-size: 13px;
        top: -2px;
        right: 15px;
    }

.pop-css {
    border-bottom: 1px solid #ddd !important;
    padding-bottom: 15px !important;
}

.font-w-600 {
    font-weight: 600 !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.hvr-clr-19b394:hover {
    color: #19b394 !important;
}

.border-dash {
    border-style: dashed;
    margin: 12px 0 !important;
}

.dshbrd-line {
    border-bottom: 1px solid #ddd !important;
    margin: 0 0 20px 0 !important;
}

.row > .col-xl-12 > .breadcrumb-line > .d-flex > .breadcrumb > a {
    font-weight: 600;
}

.choose-pro-pic {
    border-radius: 50% !important;
    background-color: #4baf50 !important;
    width: 36px;
    padding-left: 31px;
    padding-right: .56252rem;
    color: #fff !important;
    opacity: 0;
    margin: auto;
    z-index: 1;
}

.form-group {
    margin-bottom: 1.25rem;
    float: left;
    width: 100%;
}

.d-block {
    display: block !important;
}

.span-pic {
    background: #4baf50;
    color: #fff;
    padding: 10px 13px;
    display: -webkit-inline-box;
    margin: 0px 0 0px -21px;
    position: absolute;
    top: 4px;
    border-radius: 30px !important;
}

.text-right-991-left {
    text-align: right;
}

.m-0-0-12-0 {
    margin: 0 0 12px 0 !important;
}

.flex-wrap-wrap {
    flex-wrap: wrap !important;
}

.m-10-0 {
    margin: 10px 0 !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.w-50pcnt {
    width: 50%;
}

.col-md-12 > .card > .card-header > .card-title {
    font-weight: 600;
}

.list-style-none {
    list-style: none !important;
}

.control-label {
    font-weight: 500;
}

.save-close-sec {
    margin: 20px -30px -10px -30px !important;
    border-top: 1px solid #e5e5e5;
    padding: 15px 30px 0 0 !important;
}

.new-invoice-item-new {
    color: #19b394 !important;
    font-weight: 700;
    margin: 4px 0 0 0;
    font-size: 14px;
    display: inline-block;
    border-bottom: 2px solid#19b394;
    text-decoration: none !important;
}

.m-b-70 {
    margin-bottom: 70px !important;
}

.ibox-content-dash {
    padding: 30px 0 0 0 !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.p-15 {
    padding: 15px !important;
}

.modal-close {
    color: #9b9e9e;
    padding: 1px 4px 1px 4px;
    margin: -6px 0 0 0;
    opacity: 1;
    border-radius: 50%;
    font-size: 24px;
    -webkit-appearance: none;
    cursor: pointer;
    background: 0 0;
    border: 0;
    float: right;
    font-weight: 700;
    line-height: 1;
    outline: none;
}

.m-0 {
    margin: 0 !important;
}

.m-b-35 {
    margin-bottom: 35px !important;
}

.ibox-content-pop {
    background-color: #ffffff;
    border-width: 0;
}

.m--2 {
    margin: -2px -2px -2px -2px !important;
}

.board-row {
    margin: 0px 0 0 0 !important;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.span-board {
    margin-bottom: 15px !important;
    display: inline-block;
    font-weight: 700;
}

.color-19b394 {
    color: #01acc1;
}

.p-l-15 {
    padding-left: 15px !important;
}

.p-r-15 {
    padding-right: 15px !important;
}

.m-113-0-0-0 {
    margin: 113px 0 0 0 !important;
}

.m-t-15 {
    margin-top: 15px;
}

.weight-700 {
    font-weight: 700 !important;
}

.font-14 {
    font-size: 14px;
}

.m-t-1 {
    margin-top: 1px !important;
}

.m-0-0-15-0 {
    margin: 0 0 15px 0 !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.website-link-row {
    white-space: nowrap;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    margin: 2px 0 0 0;
}

    .website-link-row:hover {
        text-decoration: underline !important;
    }

.width-46px {
    width: 46px;
}

.hvr-line:hover {
    text-decoration: underline;
}

.m-20-0-0-0 {
    margin: 20px 0 0 0 !important;
}

.w-100pcnt {
    width: 100% !important;
}

.display-grid {
    display: grid;
}

.btn-save {
    color: #FFFFFF !important;
    display: inline-block;
    padding: 7px 13px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    border: 0px solid #01acc1;
    border-radius: 3px;
    outline: none;
    background: linear-gradient(60deg,#26c6da,#00acc1) !important;
}

    .btn-save:hover {
        background: #fff;
        display: inline-block;
        transition: 0.2s;
    }

.btn-close {
    background: #ddd;
    color: #676a6c;
    display: inline-block;
    padding: 7px 13px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    border: 0px solid #cfd0d0;
    border-radius: 3px;
    outline: none;
    margin-left: 5px;
    outline: none !important;
}

    .btn-close:hover {
        background: rgba(243, 243, 243, 0.7803921568627451);
        color: #676a6c;
        display: inline-block;
        transition: 0.2s;
    }

.drag-drop-task {
    display: block;
    width: 100%;
    padding: 0;
    font-size: .8125rem;
    line-height: 1.5385;
    color: #555555;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: .1875rem;
    box-shadow: 0 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none !important;
    min-height: 112px;
}

    .drag-drop-task > span {
        padding: .4375rem .875rem;
        float: left;
        width: 100%;
    }

    .drag-drop-task > textarea.pastearea {
        float: left;
        border: 1px solid #ddd;
        border-radius: .1875rem;
        height: 112px !important;
        width: 100%;
        padding: 10px;
        outline: none;
    }

.p-4-4-4-4 {
    padding: 4px !important;
}

.uploaded-file-div {
    float: left;
    width: 100%;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
}

    .uploaded-file-div > .uploaded-file-area {
        float: left;
        margin: 0 10px 10px 0;
        border: 1px solid #ddd;
        padding: 5px;
        border-radius: 4px;
        position: relative;
    }

        .uploaded-file-div > .uploaded-file-area:hover > span:before {
            background: rgba(0, 0, 0, 0.27);
        }

        .uploaded-file-div > .uploaded-file-area:hover > span > a.delete, .uploaded-file-div > .uploaded-file-area:hover > span > a.download {
            opacity: 1;
        }

        .uploaded-file-div > .uploaded-file-area > span {
            width: 100px;
            height: 100px;
            float: left;
            background-size: cover;
            background-position: center;
            border-radius: 4px;
            position: relative;
            background-repeat: no-repeat;
        }

            .uploaded-file-div > .uploaded-file-area > span:before {
                content: '';
                background: rgba(0, 0, 0, 0);
                transition: all .3s ease-in-out;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                position: absolute;
                z-index: 0;
            }

            .uploaded-file-div > .uploaded-file-area > span > a.delete, .uploaded-file-div > .uploaded-file-area > span > a.download {
                opacity: 0;
                position: absolute;
                transition: all .3s ease-in-out;
                background: #fff;
                width: 32px;
                height: 32px;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                margin: auto;
                padding: 6px 0 0 0;
                border-radius: 50%;
                text-align: center;
            }

                .uploaded-file-div > .uploaded-file-area > span > a.delete > i {
                    color: #ff0000;
                }

                .uploaded-file-div > .uploaded-file-area > span > a.download > i {
                    color: #26c6da;
                }

.uploaded-file-download-delete > a.download {
    left: -36px !important;
}

.uploaded-file-download-delete > a.delete {
    left: 36px !important;
}

.normal-tag {
    color: #01acc1 !important;
}

    .normal-tag:hover {
        text-decoration: underline;
    }

.p-20-10 {
    padding: 20px 10px !important;
}

.m-t-0 {
    margin-top: 0 !important;
}

.new-invoice-item {
    color: #fff;
    background: #19b394;
    border: 1px solid #19b394;
    padding: 6px 12px;
    margin: 0px 0 4px 0;
    text-decoration: none !important;
    border-radius: 2px;
    display: inline-block;
    font-weight: 600;
    user-select: none;
}

    .new-invoice-item:hover {
        color: #19b394;
        background: #fff;
        border: 1px solid #19b394;
        transition: .2s;
    }

.p-0 {
    padding: 0 !important;
}

.company-name {
    color: #01acc1;
    font-size: 17px !important;
    font-weight: 600 !important;
}

.right-li-1 > li {
    font-weight: 700;
    font-size: 14px;
}

.right-li-2 > li {
    font-weight: 600;
    font-size: 14px;
}

.left-li-1 > li {
    font-size: 14px;
    padding: 0 10px;
}

.left-li-2 > li {
    font-size: 14px;
    padding: 0 10px;
}

.m-15-0-15-0 {
    margin: 15px 0 15px 0 !important;
}


.p-0-5 {
    padding: 0 5px !important;
}

.check-company {
    width: 38px;
    padding: 5px 9px 0px 13px !important;
}

.m-15-0-0-0 {
    margin: 15px 0 0 0 !important;
}

.m-15-0-35-0 {
    margin: 15px 0 35px 0 !important;
}

.bill-to {
    background: #19b394;
    color: #fff;
    padding: 7px 10px !important;
    margin: 10px 0 10px 0;
    font-size: 14px;
    font-weight: 600;
}

.company-btm-btn {
    display: grid;
    flex-direction: column;
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.m-35-0-0-0 {
    margin: 35px 0 0 0 !important;
}

.bg-fff {
    background: #fff;
}

.brdr-tp-1-e7eaec {
    border-top: 1px solid #e7eaec;
}

.brdr-tp-1-dddddd {
    border-left: 1px solid #DDDDDD;
}

.brdr-btm-none {
    border-bottom: none !important;
}

.boot-pd-5 {
    padding: 0 5px !important;
}

@media screen and (max-width: 1351px) {
    .cutom-pop-large, .cutom-pop-large > div {
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 10px;
    }
}

@media screen and (max-width: 767px ) {
    .p-t-15-767 {
        padding-top: 15px !important;
    }
}

@media screen and (max-width: 991px) {
    .text-right-991-left {
        text-align: left;
    }

    .m-t-12-991 {
        margin-top: 12px !important;
    }
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.blockUI > i {
    -webkit-animation: spin 0.5s linear infinite;
    -moz-animation: spin 0.5s linear infinite;
    animation: spin 0.5s linear infinite;
}

.card-my {
    transition: .5s;
    margin-bottom: 30px;
    display: block;
    margin: 0 0 20px 0;
    background: #ffffff;
    width: 100%;
    border: 1px solid #ddd;
    float: left;
    border-radius: 0px;
}

    .card-my .header {
        padding: 15px 20px 0 20px;
        position: relative;
        box-shadow: none;
        margin: 0;
        width: 100%;
    }

        .card-my .header h5, .card-my .body h5 {
            margin: 0;
            font-weight: 400;
            color: #555555;
        }

    .card-my .body {
        padding: 20px;
        font-weight: 400;
    }

.p-10-0 {
    padding: 10px 0 !important;
}

.list-unstyled-2 {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0px;
}

    .list-unstyled-2 li {
        padding-bottom: 15px;
        padding-top: 15px;
        color: #555555;
        border-bottom: 1px dashed #e4e4e4;
        font-size: 14px;
    }

        .list-unstyled-2 li:first-child {
            padding-top: 0 !important;
        }

        .list-unstyled-2 li:last-child {
            padding-bottom: 0 !important;
            border: 0;
        }

        .list-unstyled-2 li span {
            float: right;
        }

.badge-primary-2 {
    background: transparent;
    border-color: #26c6da;
    color: #26c6da
}

.badge-2 {
    padding: 4px 8px;
    text-transform: uppercase;
    line-height: 12px;
    border: 1px solid;
    font-weight: 400;
    display: inline-block;
    font-size: 10px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .125rem;
}

.badge-danger-2 {
    background: transparent;
    border-color: #de4848;
    color: #de4848;
}

.badge-info-2 {
    background: transparent;
    border-color: #3C89DA;
    color: #3C89DA;
}

.progress-badge {
    width: 100%;
    display: block;
    margin: 10px 0 0 0;
}

    .progress-badge > span {
        display: block;
        margin: 0 0 5px 0;
        font-weight: 500;
    }

.w_user {
    display: flex;
}

    .w_user > img {
        width: 90px;
        height: 90px;
        margin: 0 10px 0 0;
    }

.wid-u-info {
    margin: 10px 0 0 0;
    width: 100%;
}

.assigned-team-list {
    list-style: none;
    margin: 20px 0 0 0;
    border-top: 1px dashed #e4e4e4;
    padding: 5px 0 0 0;
}

    .assigned-team-list > li {
        display: flex;
        margin: 15px 0 5px 0;
    }

        .assigned-team-list > li > span {
            width: 50px;
            background-size: cover;
            height: 50px;
            border-radius: 50%;
        }

        .assigned-team-list > li > div {
            padding: 6px 0 0 10px;
        }

            .assigned-team-list > li > div > h6 {
                margin: 0;
            }

            .assigned-team-list > li > div > span {
                font-size: 13px;
                color: #bdbdbd;
            }

.bg-site-blue {
    background: #26c6da !important;
}

.file-upload-project {
    padding: 5px 5px;
    margin: 0 0 15px 0;
    height: auto;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.project-logo-detail {
    border: 1px solid #ddd;
    border-radius: 12px;
    background-size: cover;
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 0 10px 0;
}

.p-t-5 {
    padding-top: 5px !important;
}

.project-activity-bar {
    position: relative;
    padding: 35px 0 30px 15px;
    margin: 0 0 30px 0;
    border-top: 1px dashed #ddd;
}

    .project-activity-bar:before {
        content: '';
        position: absolute;
        left: 0;
        height: 100%;
        width: 1px;
        background: #26c6da;
        top: 15px;
        bottom: 0;
    }

    .project-activity-bar:after {
        content: '';
        position: absolute;
        left: -4.5px;
        background: #ffffff;
        width: 10px;
        height: 10px;
        top: 40px;
        transform: rotate(45deg);
        border: 2px solid #26c6da;
    }

    .project-activity-bar > span.time {
        color: #26c6da;
        font-weight: 500;
    }

    .project-activity-bar > h6 {
        margin: 10px 0 10px 0;
        font-weight: 500;
    }

    .project-activity-bar > span.text-by {
        margin: 5px 0 5px 0;
        display: block;
    }

        .project-activity-bar > span.text-by > img {
            width: 24px;
            height: 24px;
            border-radius: 19px;
            margin: 0 5px 0 0;
        }

        .project-activity-bar > span.text-by > label {
            color: #26c6da;
            font-weight: 500;
            margin: 0;
        }

    .project-activity-bar > a {
        padding: 4px 13px;
        background: #26c6da;
        border-radius: 50px;
        color: #fff !important;
        display: inline-block;
        cursor: pointer;
        outline: none;
        margin: 5px 0 0 0;
        user-select: none !important;
    }

.clr-fff {
    color: #fff !important;
}

.team-lead {
    padding: 0 0 0 20px;
    margin: 0 0 25px 0;
}

    .team-lead > div {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        display: block;
        margin: 0;
        border: 1px solid #dee2e6;
        padding: 3px;
    }

        .team-lead > div > span {
            display: block;
            background-size: cover;
            width: 100%;
            height: 100%;
            border-radius: 50%;
        }

    .team-lead > h6 {
        color: #26c6da;
        font-size: 16px;
        margin: 8px 0 0 0;
        font-weight: 500;
        padding: 0 0 0 0;
    }

.header-text {
    margin: 10px 0 0px 0;
    border-top: 1px dashed #ddd;
    padding: 10px 0 15px 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p-b-20 {
    padding-bottom: 20px !important;
}

.project-teamtile-footer {
    margin: 0;
    background: #f9f9f9;
    border-top: 1px solid #ddd;
    padding: 10px 20px;
    line-height: 25px;
}

.p-20-0-0-0 {
    padding: 20px 0 0 0 !important;
}

.btn-dlt-sm, .btn-edit-sm {
    float: right;
    color: #fff !important;
    font-size: 12px;
    border-radius: 4px;
    text-align: center;
    width: 24px;
    display: inline-block;
    height: 24px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    padding: 7px 0 0 0;
    margin: 0 0 0 5px;
}

.action-dlt {
    color: #fff !important;
    font-size: 12px;
    border-radius: 4px;
    text-align: center;
    width: 20px;
    display: inline-block;
    height: 20px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    padding: 2px 0 0 0;
    background: linear-gradient(60deg,#ef5350,#e53935);
    margin: 0 0 0 5px;
}

.ui-datepicker,
.ui-datepicker a,
.ui-datepicker table,
.ui-datepicker tr,
.ui-datepicker span,
.ui-datepicker td,
.ui-datepicker select {
    font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}

    .ui-datepicker select {
        border: 1px solid #dddddd;
        border-radius: 12px;
        margin: 0;
        padding: 0px 5px;
        outline: none !important;
    }

    .ui-datepicker tr {
        background: #fff !important;
    }

    .ui-datepicker td > a {
        border-radius: 2px;
        text-align: center !important;
    }

.btn-dlt-sm {
    background: linear-gradient(60deg,#ef5350,#e53935);
}

.btn-edit-sm {
    background: #26c6da;
}

.p-b-35 {
    padding-bottom: 35px !important;
}

.tasklist-title-option {
    float: right;
    width: 200px;
    margin: 0 !important;
    height: 34px;
}

.btn-save-header {
    float: right;
    right: 50px;
    position: absolute;
    top: 9px;
    color: #FFFFFF !important;
    display: inline-block;
    padding: 7px 13px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    border: 0px solid #01acc1;
    border-radius: 3px;
    outline: none;
    background: linear-gradient(60deg,#26c6da,#00acc1) !important;
}

.dropdown-menu-sm {
    padding: 0;
    margin: 0;
}

    .dropdown-menu-sm > .dropdown-item {
        padding: 10px 10px;
    }

    .dropdown-menu-sm > .dropdown-divider {
        margin: 0 !important;
    }

table.add-edit-team-check > tbody > tr {
    background: #fff;
    border-bottom: 1px dashed #ddd;
}

    table.add-edit-team-check > tbody > tr > td {
        border: 0 !important;
        padding: 10px 10px 10px 0;
    }

        table.add-edit-team-check > tbody > tr > td > span {
            display: block;
            position: relative;
            width: 100%;
        }

            table.add-edit-team-check > tbody > tr > td > span > input {
                position: absolute;
                top: 3px;
                left: 0;
                cursor: pointer;
            }

            table.add-edit-team-check > tbody > tr > td > span > span {
                display: block;
                padding: 0 5px 0 16px;
                float: left;
            }

            table.add-edit-team-check > tbody > tr > td > span > label {
                margin: 0 !important;
            }

.bg-1-my {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(76,175,80,.4) !important;
    background: linear-gradient(60deg,#66bb6a,#43a047) !important;
}

.bg-2-my {
    background: linear-gradient(60deg,#ffa726,#fb8c00) !important;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(255,152,0,.4) !important;
}

.bg-3-my {
    background: linear-gradient(60deg,#ca3fe0,#a327b7) !important;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(156,39,176,.4) !important;
}

.bg-4-my {
    background: linear-gradient(60deg,#26c6da,#00acc1) !important;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(0,188,212,.4) !important;
}

.p-t-7 {
    padding: 7px 0 0 0;
}

.companydetails-read {
    user-select: none !important;
    position: relative;
    display: initial;
    color: #00bcd4;
}

    .companydetails-read[onclick] {
        cursor: pointer !important;
    }

.companydetails-unread {
    position: relative;
    display: inline-block;
    color: #bbbbbb;
    cursor: pointer;
}

    .companydetails-read > i:nth-child(1), .companydetails-unread > i:nth-child(1) {
        margin: 0px -10px 0 0px;
        display: inline;
    }

.card-my-1 {
    border-radius: .55rem;
    border: 0;
    position: relative;
    width: 100%;
    transition: all .3s cubic-bezier(.34,1.61,.7,1);
    text-align: center;
    float: left;
    display: block;
    outline: none !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.m-b-12 {
    margin-bottom: 12px !important;
}

div > .card-my-1:hover, div > .card-my-1:active, div > .card-my-1:focus {
    transform: scale(1.05);
    z-index: 999;
}

.card-my-1 > .body-my {
    color: #444;
    padding: 50px 20px;
    font-weight: 400;
    font-family: montserrat,sans-serif !important;
}

.card-cont-1 {
    padding: 15px !important;
    color: #f8f9fa !important;
    user-select: none;
}

.myapplications-title {
    font-family: montserrat,sans-serif !important;
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 10px 0;
    position: relative;
}

    .myapplications-title:before {
        content: '';
        position: absolute;
        width: 90px;
        height: 3px;
        background: rgba(255, 255, 255, 0.30196078431372547);
        left: 0;
        right: 0;
        top: 41px;
        bottom: 0;
        margin: auto;
    }

    .myapplications-title:after {
        content: '';
        position: absolute;
        width: 10px;
        height: 3px;
        background: #fff;
        left: 0;
        right: 0;
        top: 41px;
        bottom: 0;
        margin: auto;
    }

.myapplications-body {
    float: left;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: rgba(239, 239, 239, 0.71);
    background-image: -webkit-linear-gradient(45deg,rgb(239, 239, 239) 25%,rgba(0, 0, 0, 0) 25%,rgba(0, 0, 0, 0) 75%,rgb(239, 239, 239) 75%,rgb(239, 239, 239)),-webkit-linear-gradient(45deg,rgb(239, 239, 239) 25%,rgba(0, 0, 0, 0) 25%,rgba(0, 0, 0, 0) 75%,rgb(239, 239, 239) 75%,rgb(239, 239, 239));
    background-position: 0 0,10px 10px;
    background-size: 21px 21px;
    vertical-align: middle;
}

.p-0-130 {
    padding: 0 130px !important;
}

.m-b-200 {
    margin-bottom: 200px !important;
}

.client-user-img-header {
    width: 26px;
    text-align: center;
    padding: 6px;
    /* box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(255,152,0,.4) !important; */
    background: #cacaca;
    margin: 0 10px 0px 0;
    border-radius: 50% !important;
    height: 26px;
}

.left-head-client {
    width: 212.8px;
    margin: -15px 20px -15px -20px;
    border: 0;
    border-right: 1px solid #dddddd;
    background-color: #f3f5f7;
    text-align: center;
    position: relative;
    padding: 7px 0 0px 0;
    display: block;
    user-select: none;
    outline: none;
}

    .left-head-client > img {
        width: 213px;
    }

.account-head-tile {
    text-align: center;
    float: left;
    width: 100%;
    margin: 10px 0 10px 0;
}

    .account-head-tile > img {
        width: 60px;
        text-align: center;
        border-radius: 50%;
        padding: 12px;
        box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(255,152,0,.4) !important;
        background: #26c6da;
        margin: 0 0 6px 0;
    }

    .account-head-tile > span.one {
        float: left;
        display: block;
        width: 100%;
        color: #929292;
        margin: 0 0 3px 0;
    }

    .account-head-tile > span.two {
        float: left;
        display: block;
        width: 100%;
        margin: 0 0 3px 0;
        color: #525252;
    }

.p-t-30 {
    padding-top: 30px !important;
}

.breadcrumb-4 {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    background: #fff;
    padding: 12px 20px;
    border-radius: 3px;
    margin: 0 0 20px 0;
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    border: 1px solid rgba(0,0,0,.125);
    font-size: 10px;
}

    .breadcrumb-4 > i {
        font-size: 14px;
        padding: 4px 0 0 0;
        margin: 0px 5px 0px 0;
    }

.b-c-blue-greadint {
    background: linear-gradient(60deg,#26c6da,#00acc1) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.border-none {
    border: none !important;
}

ul.client-menu {
    padding: 0;
    margin: 0;
    width: 100%;
    display: block;
    list-style: none;
    float: left;
}

    ul.client-menu > li {
        float: left;
        width: 100%;
        display: block;
    }

        ul.client-menu > li > a {
            float: left;
            width: 100%;
            display: block;
            color: #525252;
            padding: 0.7rem 0.95rem;
            border-top: 1px solid #efefef;
            transition: all .3s ease-in-out;
            font-weight: 500;
            cursor: default !important;
        }

            ul.client-menu > li > a.sub-menu {
                padding-left: 35px !important;
            }

            ul.client-menu > li > a > i {
                font-size: 15px;
                margin: 0 4px 0 0;
            }

        ul.client-menu > li > ul {
            padding: 0;
            margin: 0;
            width: 100%;
            display: block;
            list-style: none;
            float: left;
        }

            ul.client-menu > li > ul > li {
                float: left;
                width: 100%;
                display: block;
            }

                ul.client-menu > li > ul > li > a {
                    float: left;
                    width: 100%;
                    display: block;
                    color: #525252 !important;
                    padding: 0.7rem 1.95rem;
                    border-top: 1px solid #efefef;
                    transition: all .3s ease-in-out;
                    font-weight: 500;
                    font-size: 12px;
                }

                    ul.client-menu > li > ul > li > a:hover, ul.client-menu > li > ul > li > a.active-client-menu {
                        background: #26c6da;
                        color: #fff !important;
                    }

                    ul.client-menu > li > ul > li > a > i {
                        margin: 0 4px 0 0;
                    }

.active-menu {
    font: 52px;
}

.form-control-sm-2 {
    height: 28px !important;
    padding: 0 5px;
}

.m-80-0 {
    margin: 80px 0 !important;
}

.successstories-carousel {
    user-select: none !important;
}

    .successstories-carousel .carousel-inner img {
        width: 100%;
        border-radius: 3px;
        display: block;
    }

    .successstories-carousel ol li {
        height: 7px;
        border-radius: 50px;
        width: 7px;
        transition: all .3s ease-in-out;
        opacity: 1 !important;
        background: #c7c7c7 !important;
    }

        .successstories-carousel ol li.active {
            width: 25px;
            background: #26c6da !important;
        }

.card > .card-body:hover .carousel-control-next {
    right: -38px;
    opacity: 1;
}

.card > .card-body:hover .carousel-control-prev {
    left: -38px;
    opacity: 1;
}

.successstories-carousel .carousel-control-next, .successstories-carousel .carousel-control-prev {
    background: #26c6da;
    color: #ffffff !important;
    position: absolute;
    width: 35px;
    height: 35px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    font-size: 19px;
    z-index: 999;
    opacity: 0;
    transition: all .3s ease-in-out;
    border-radius: 4px;
}

/*.card > .card-body:hover .successstories-carousel .carousel-indicators {
    opacity: 1;
}*/

.successstories-carousel .carousel-indicators {
    margin: 0;
    width: 100%;
    height: 37px;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    padding: 20px 0 0 0;
    z-index: 999;
    opacity: 1;
    transition: all .3s ease-in-out;
    position: relative;
}

.successstories-carousel .carousel-control-prev {
    left: 0;
    right: initial;
}

    .successstories-carousel .carousel-control-next:before, .successstories-carousel .carousel-control-prev:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
    }

.successstories-carousel .carousel-control-next:before {
    content: "\f105";
}

.successstories-carousel .carousel-control-prev:before {
    content: "\f104";
}

.successstories-carousel .carousel-control-next-icon, .successstories-carousel .carousel-control-prev-icon, .successstories-carousel .sr-only {
    display: none;
}

.success-stories-show-hide-2 {
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
    margin: 10px 0 0 0;
    z-index: 1;
}

    .success-stories-show-hide-2:before {
        content: '';
        position: absolute;
        height: 0px;
        left: 0;
        right: 0;
        bottom: 0;
        top: 16px;
        border-top: 1px dashed #ddd;
        z-index: -1;
    }

    .success-stories-show-hide-2 > ul.successstories-ul {
        width: 100%;
        display: block;
        margin: 0;
        padding: 0;
    }

        .success-stories-show-hide-2 > ul.successstories-ul > li.successstories-li {
            width: 100%;
            display: block;
            margin: 0;
            padding: 0;
        }

            .success-stories-show-hide-2 > ul.successstories-ul > li.successstories-li > .successstories-btn {
                width: 120px;
                text-align: center;
                color: #FFFFFF !important;
                display: inline-block;
                padding: 7px 13px;
                margin-bottom: 0;
                font-size: 14px;
                font-weight: 400;
                line-height: 1.42857143;
                white-space: nowrap;
                vertical-align: middle;
                touch-action: manipulation;
                user-select: none;
                border: 0px solid #01acc1;
                border-radius: 3px;
                outline: none;
                background: #26c6da !important;
                transition: all .3s ease-in-out;
            }

                .success-stories-show-hide-2 > ul.successstories-ul > li.successstories-li > .successstories-btn:after {
                    content: 'Show More';
                    font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
                    font-weight: 500;
                    font-size: 12px;
                    margin: -2px 0 0 0;
                    transition: all .3s ease-in-out;
                }

            .success-stories-show-hide-2 > ul.successstories-ul > li.successstories-li.nav-item-open > .successstories-btn:after {
                content: 'Show Less';
            }

            .success-stories-show-hide-2 > ul.successstories-ul > li.successstories-li > .successstories-btn > i {
                margin: 0 5px 0 0;
            }

                .success-stories-show-hide-2 > ul.successstories-ul > li.successstories-li > .successstories-btn > i:before {
                    content: "\f103";
                    display: inline-block;
                    font: normal normal normal 14px/1 FontAwesome;
                    font-size: inherit;
                    text-rendering: auto;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    transform: rotate(0deg);
                    transition: all .3s ease-in-out;
                }

            .success-stories-show-hide-2 > ul.successstories-ul > li.successstories-li.nav-item-open > .successstories-btn > i:before {
                transform: rotate(180deg);
            }

            .success-stories-show-hide-2 > ul.successstories-ul > li.successstories-li > .successstories-btn > i:after {
                content: '';
            }

            .success-stories-show-hide-2 > ul.successstories-ul > li.successstories-li > .successstories-main-ul {
                width: 100%;
                border: 0;
                border-radius: 0;
                box-shadow: none;
                padding: 20px 0 0 0 !important;
                margin: 0 !important;
                display: block !important;
                transition: none !important;
                transform: none !important;
                height: auto !important;
                overflow: auto !important;
            }

                .success-stories-show-hide-2 > ul.successstories-ul > li.successstories-li > .successstories-main-ul > .successstories-main-li > .successstories-main-div:before {
                    content: '';
                    position: absolute;
                    right: 0px;
                    bottom: 0px;
                    left: 0px;
                    height: 60px;
                    background: linear-gradient(180deg,#ffffff5e,#ffffff);
                }

            .success-stories-show-hide-2 > ul.successstories-ul > li.successstories-li.nav-item-open > .successstories-main-ul > .successstories-main-li > .successstories-main-div:before {
                content: none;
            }

            .success-stories-show-hide-2 > ul.successstories-ul > li.successstories-li > .successstories-main-ul > .successstories-main-li > .successstories-main-div tr {
                display: none;
            }

                .success-stories-show-hide-2 > ul.successstories-ul > li.successstories-li > .successstories-main-ul > .successstories-main-li > .successstories-main-div tr:nth-child(1),
                .success-stories-show-hide-2 > ul.successstories-ul > li.successstories-li > .successstories-main-ul > .successstories-main-li > .successstories-main-div tr:nth-child(2),
                .success-stories-show-hide-2 > ul.successstories-ul > li.successstories-li.nav-item-open > .successstories-main-ul > .successstories-main-li > .successstories-main-div tr {
                    display: table-row !important;
                }

            .success-stories-show-hide-2 > ul.successstories-ul > li.successstories-li > .successstories-btn {
                display: none !important;
            }

                .success-stories-show-hide-2 > ul.successstories-ul > li.successstories-li > .successstories-btn:before,
                .success-stories-show-hide-2 > ul.successstories-ul > li.successstories-li > .successstories-btn:before {
                    display: none !important;
                }

.success-stories-show-hide-block:before {
    display: none !important;
}

.success-stories-show-hide-block > ul.successstories-ul > li.successstories-li > .successstories-main-ul > .successstories-main-li > .successstories-main-div:before {
    display: none !important;
}

.success-stories-show-hide-block > ul.successstories-ul > li.successstories-li > .successstories-main-ul > .successstories-main-li > .successstories-main-div tr {
    display: table-row !important;
}

.success-stories-show-hide-2 > ul.successstories-ul > li.successstories-li > .successstories-main-ul {
    padding: 0 !important;
}

.breadcrumb-3-with-add-btn {
    position: relative;
}

    .breadcrumb-3-with-add-btn > span {
        position: absolute;
        right: 10px;
        top: 7px;
    }

        .breadcrumb-3-with-add-btn > span > a {
            color: #fff !important;
            border: 0;
            border-radius: 3px;
            cursor: pointer;
            outline: none !important;
            transition: all .3s ease-in-out;
            background: #26c6da;
            min-width: 90px;
            display: block;
            text-align: center;
            margin: 0;
            font-size: 13px;
            padding: 5px 3px;
        }

            .breadcrumb-3-with-add-btn > span > a > i {
                font-size: 12px;
                margin: 0 3px 0 0;
            }

.successstories-hr {
    float: left;
    width: 100%;
    border-top: 1px dashed #ddd;
    margin: 30px 0;
}

.successstories-img {
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.07);
    box-shadow: 0 20px 40px rgba(0,0,0,0.07);
}

.success-stories-show-hide {
    float: left;
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
    margin: 30px 0 0 0;
    z-index: 1;
}

    .success-stories-show-hide > a {
        width: 120px;
        text-align: center;
        color: #FFFFFF !important;
        display: inline-block;
        padding: 7px 13px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        white-space: nowrap;
        vertical-align: middle;
        touch-action: manipulation;
        user-select: none;
        border: 0px solid #01acc1;
        border-radius: 3px;
        outline: none;
        transition: all .3s ease-in-out;
        background: #26c6da;
    }

    .success-stories-show-hide::before {
        content: '';
        position: absolute;
        height: 0px;
        left: 0;
        right: 0;
        bottom: 0;
        top: 16px;
        border-top: 1px dashed #ddd;
        z-index: -1;
    }

    .success-stories-show-hide > a::after {
        content: 'Show More';
        font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
        font-weight: 500;
        font-size: 12px;
        margin: -2px 0 0 0;
        transition: all .3s ease-in-out;
    }

    .success-stories-show-hide > a[aria-expanded="true"]::after {
        content: 'Show Less';
    }

    .success-stories-show-hide > a[aria-expanded="true"] > i::before {
        transform: rotate(360deg);
    }

    .success-stories-show-hide > a > i {
        margin: 0 5px 0 0;
    }

        .success-stories-show-hide > a > i::before {
            content: "\f139";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            transform: rotate(180deg);
            transition: all .3s ease-in-out;
        }

        .success-stories-show-hide > a > i::after {
            content: '';
        }

    .success-stories-show-hide > .success-stories-show-hide-div {
        position: relative !important;
        will-change: initial !important;
        top: initial !important;
        left: initial !important;
        transform: initial !important;
        width: 100%;
        transition: all .3s ease-in-out;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        display: block !important;
        padding: 20px 0 0 0;
        margin: 0;
    }

        .success-stories-show-hide > .success-stories-show-hide-div:before {
            content: '';
            position: absolute;
            right: 0px;
            bottom: 0px;
            left: 0px;
            height: 60px;
            background: linear-gradient(180deg,#ffffff5e,#ffffff);
        }

        .success-stories-show-hide > .success-stories-show-hide-div.show:before {
            content: none;
        }

        .success-stories-show-hide > .success-stories-show-hide-div.show {
            display: block !important;
        }

            .success-stories-show-hide > .success-stories-show-hide-div.show tr {
                display: table-row !important;
            }

        .success-stories-show-hide > .success-stories-show-hide-div tr:nth-child(1), .success-stories-show-hide > .success-stories-show-hide-div tr:nth-child(2), .success-stories-show-hide > .success-stories-show-hide-div tr:nth-child(3) {
            display: table-row !important;
        }

        .success-stories-show-hide > .success-stories-show-hide-div tr {
            display: none;
        }

.custom-hr-emailpreferences {
    width: 100%;
    float: left;
    margin-top: 0 !important;
    border-top: 1px dashed #ddd;
}

.email-unsubscribed-section {
    float: left;
    width: 100%;
    position: relative;
}

    .email-unsubscribed-section > input {
        position: absolute;
        top: 7px;
    }

    .email-unsubscribed-section > span {
        display: block;
        width: 100%;
        float: left;
        padding: 0 0 0 15px;
        line-height: 27px;
    }

table, th, tr, td {
    color: #525252;
}

.client-account-btns {
    float: left;
    width: 100%;
    list-style: none;
    padding: 18px 0 0 0;
    margin: 5px 0 0 0;
    border-top: 1px dashed #e0e0e0;
}

    .client-account-btns > li {
        float: left;
        width: 50%;
    }

        .client-account-btns > li > a {
            min-width: 100px;
            margin: 0 3px 0 3px;
        }

#collapse-tr {
}

    #collapse-tr > td {
        padding-left: 57px;
    }

.overflow-auto {
    overflow-x: auto !important;
    overflow-y: auto !important;
}

.action-add-single-center {
    float: inherit !important;
    display: block !important;
    margin: auto !important;
}

.b-r-0 {
    border-right: 0 !important;
}

.f-s-14 {
    font-size: 14px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.p-myapplications {
    padding: 0 130px !important;
}

@media (max-width: 1279px) {
    .project-tile-col {
        max-width: 50%;
    }
}

@media (max-width: 991px) {
    .stories-header > .stories-header-img > img {
        width: 100%;
    }

    .stories-header > .stories-header-in > h2 {
        font-size: 15px;
    }

    .navbar-2 > .navbar-3 > ul {
        display: block;
    }

        .navbar-2 > .navbar-3 > ul > li {
            float: left;
            margin: 0 !important;
        }

            .navbar-2 > .navbar-3 > ul > li > a {
                padding: 10px 10px 10px 10px !important;
            }

    .header-text {
        min-height: initial;
    }

    .project-tile-col {
        max-width: 100%;
    }

    .card-cont-1 > h3 {
        font-size: 18px;
        margin: 0 0 15px 0;
    }
}

@media (max-width: 767px) {
    .p-myapplications {
        padding: 0 0 !important;
    }

    .myapplications-container {
        max-width: 100%;
    }

        .myapplications-container .col-lg-6.col-md-6.col-sm-6.pull-left {
            width: 50% !important;
        }
}
