/*----------------------------------------------------------------Global-style------------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i);

@font-face
{
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(/Assets/bootstrap/fonts/MaterialIcons-Regular.eot);
    src: local('/Assets/bootstrap/fonts/Material Icons'), local('MaterialIcons-Regular'), url(/Assets/bootstrap/fonts/MaterialIcons-Regular.woff2) format('woff2'), url(/Assets/bootstrap/fonts/MaterialIcons-Regular.woff) format('woff'), url(/Assets/bootstrap/fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    .nav-up white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

li.dropdown.user.user-menu.tasks-menu
{
    width: 74px;
}

@media print
{
    .no-print,
    .main-sidebar,
    .left-side,
    .main-header,
    .content-header
    {
        display: none !important;
    }

    .content-wrapper,
    .right-side,
    .main-footer
    {
        margin-left: 0 !important;
        min-height: 0 !important;
        -webkit-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
        -o-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
    }

    .fixed .content-wrapper,
    .fixed .right-side
    {
        padding-top: 0 !important;
    }

    .invoice
    {
        width: 100%;
        border: 0;
        margin: 0;
        padding: 0;
    }

    .invoice-col
    {
        float: left;
        width: 33.3333333%;
    }

    .table-responsive
    {
        overflow: auto;
    }

        .table-responsive > .table tr th,
        .table-responsive > .table tr td
        {
            white-space: normal !important;
        }
}

html
{
    height: 100%;
}

.content-wrapper,
.right-side,
.main-footer
{
    -webkit-transition: -webkit-transform .3s ease-in-out, margin .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, margin .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out, margin .3s ease-in-out;
    transition: transform .3s ease-in-out, margin .3s ease-in-out;
    z-index: 820;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6
{
    font-weight: 400;
}

.content-wrapper
{
    min-height: 100%;
}

ul,
li
{
    list-style: none;
}

a,
button,
input
{
    outline: none !important;
}

a
{
    cursor: pointer;
    color: #186fc8;
}

h1
{
    font-size: 20px;
}

.main-header .navbar
{
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
    background: #ffffff;
    padding: 0 15px;
    margin-bottom: 0;
    border: none;
    min-height: 50px;
    border-radius: 0;
}

body
{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 0 3px 0 !important;
    min-height: 100%;
    position: relative;
    height: 100%;
    flex-direction: column;
    background: #f6f6f6;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
}

.color_blue
{
    color: #186fc8 !important;
}

.bg_blue
{
    background: #186fc8;
}

.bg_lightblue
{
    background: #4a90fd;
}

.color_lightengrey
{
    color: #bbab94 !important;
}

.color_lightshadeparpel
{
    color: #868696;
}

.bg_lightengrey
{
    background: #bbab94;
}

.bgnavy_blue
{
    background: #95aec4;
}

.colornavy_blue
{
    color: #95aec4 !important;
}

.color_amazonite
{
    color: #53c7ce !important;
}

.bg_amazonite
{
    background: #53c7ce;
}

.color_purple
{
    color: #a093ed !important;
}

.bg_purple
{
    background: #a093ed;
}

.color_bittersweetshimmer
{
    color: #dc746b !important;
}

.bg_bittersweetshimmer
{
    background: #dc746b;
}

.color_lightgreen
{
    color: #4fc73f !important;
}

.bg_lightgreen
{
    background: #4fc73f;
}

.percentage_progreess span
{
    float: left;
    height: 2px;
    width: 20%;
}

.percentage_progreess
{
    bottom: 1px;
    display: block;
    display: none;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.bg_lightpink
{
    background: #eb7092;
}

.color_darkpurple
{
    color: #5a5b7c !important;
}

.bg_darkpurple
{
    background: #5a5b7c;
}

.color_chineseyellow
{
    color: #fdb85b !important;
}

.bg_chineseyellow
{
    background: #fdb85b;
}

.bg_offblue
{
    background: #5682c6;
}

.color_mediumgrey
{
    color: #888888 !important;
}

.bg_mediumgrey
{
    background: #888888;
}

.material-icons.ic_circule
{
    border-radius: 50px;
    color: #ffffff;
    margin-right: 8px;
    font-size: 18px;
    height: 30px;
    float: left;
    padding: 6px;
    width: 30px;
}

.main-header
{
    position: relative;
    max-height: 100px;
    z-index: 997;
}

.wrapper
{
    min-height: 100%;
    position: relative;
    overflow: hidden;
    /*z-index: 9;*/
    height: 100%;
}

#bodyrenderloader.loading-body
{
    left: 45%;
    margin-left: -13px;
    margin-top: -13px;
    position: absolute;
    top: 50%;
    z-index: 99999;
}

#bodyrenderloader
{
    display: none;
}

.box-header::after,
.box-body::after,
.box-footer::after
{
    clear: both;
}

.box-header::before,
.box-body::before,
.box-footer::before,
.box-header::after,
.box-body::after,
.box-footer::after
{
    content: " ";
    display: table;
}

a:focus,
a:hover
{
    text-decoration: none;
}

.left-task-left .fa
{
    color: #d4d4d4;
    font-size: 23px;
    cursor: pointer;
    margin-left: 9px;
}

    .left-task-left .fa.fa-check-circle
    {
        color: #43c86f;
    }

.common_top_part.done
{
    float: left;
    position: relative;
}

.common_top_part.done
{
    opacity: 0.4;
}

.task_detail_right .common_top_part.done
{
    float: none;
    position: relative;
}

.dashboard_task_list .common_top_part.done span.task-heading
{
    text-decoration: line-through;
}

.task_detail_right .common_top_part.done .task-heading
{
    text-decoration: line-through;
}


/*----------------------------------------------------------------header-style------------------------------------------------------------------*/

.activity_board_loading_main
{
    height: 384px;
}

.navbar-nav
{
    margin: 0;
}

.box-header > .box-tools.pull-right .dropdown-menu
{
    left: auto;
    right: 0;
}

.navbar-custom-menu > .navbar-nav > li > .dropdown-menu
{
    background: #fff none repeat scroll 0 0;
}

.navbar-header .navbar-brand
{
    height: auto;
    padding: 0;
    width: 107px;
}

    .navbar-header .navbar-brand svg
    {
        height: auto;
        width: 100%;
    }

.navbar-static-top
{
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.3s cubic-bezier(0.155, 1.105, 0.295, 1.12) 0s, opacity 0.1s linear 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.155, 1.105, 0.295, 1.12) 0s, opacity 0.1s linear 0s;
    -ms-transition: all 0.3s cubic-bezier(0.155, 1.105, 0.295, 1.12) 0s, opacity 0.1s linear 0s;
    width: 100%;
}

.rightSidebar.nav-up
{
    top: 0;
    height:100%;
}

.rightSidebar.nav-down
{
    top: 57px;
}

.field-row.add-tag-part
{
    padding-bottom: 127px;
}

.rightSidebar
{
    width: 360px;
    position: fixed;
    right: 0;
    top: 0;
    height: calc(100% - 57px);
    background: #fff;
    z-index: 999;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    top: 57px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: transform 0.2s, top 0.2s ease-in-out;
    -webkit-transition: transform 0.2s, top 0.2s ease-in-out;
    -ms-transition: transform 0.2s, top 0.2s ease-in-out;
}

.rightSidebar-active .rightSidebar
{
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-iteration-count: 0.5;
    animation-iteration-count: 0.5;
    -ms-animation-iteration-count: 0.5;
}

.nav-up
{
    top: -79px;
}

.main-header .nav > li > a
{
    color: #333;
    padding: 18px 13px;
    float: left;
    outline: none !important;
}

.navbar-custom-menu > .navbar-nav > li.tasks-menu a#menutoggle .material-icons
{
    background: #186fc8 none repeat scroll 0 0;
    border-radius: 50px;
    color: #ffffff;
    display: block;
    font-size: 20px;
    height: 31px;
    padding: 6px 0 0;
    text-align: center;
    width: 31px;
}

.main-header .navbar .navbar-custom-menu > .navbar-nav > li.tasks-menu a:hover
{
    color: #ffffff;
}

.main-header .navbar .navbar-custom-menu .navbar-nav li ul.dropdown-menu ul li
{
    width: 100%;
}

.navbar-custom-menu .menu li
{
    float: left;
    width: 100%;
}

    .main-header .navbar .navbar-custom-menu .navbar-nav li ul.dropdown-menu ul li a:hover {
        color: #006295;
    }

    .main-header .navbar .navbar-custom-menu .navbar-nav li ul.dropdown-menu ul li a:hover .material-icons
    {
        color: #006295;
    }

.main-header .navbar .navbar-custom-menu .navbar-nav li ul.dropdown-menu ul li img {
    float: left;
    padding-right: 12px;
}

.main-header .navbar .navbar-custom-menu .navbar-nav li.swith-to-ew a {
    padding: 0
}

.main-header .navbar .navbar-custom-menu .navbar-nav li .switch-btn {
    border-radius: 50px;
    border: 1px solid #DADADA;
    padding: 5px 16px;
    background: linear-gradient(to right, #24B864 0%, #24B864 100%);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    display: flex;
    cursor: pointer;
    transition: background-size 0.2s ease-in-out;
}

@media only screen and (max-width:768px) {
    .main-header .navbar .navbar-custom-menu .navbar-nav li .switch-btn {
        padding: 6px 11px;
    }
}

.main-header .navbar .navbar-custom-menu .navbar-nav li .switch-btn:hover {
    background-size: 100% 100%;
    border: 1px solid #24B864;
    border: 1px solid #24B864
}

    .main-header .navbar .navbar-custom-menu .navbar-nav li .switch-btn .ew-logo {
        margin-right: 16px;
    }

    .main-header .navbar .navbar-custom-menu .navbar-nav li .switch-btn:hover .ew-logo path:first-child {
        fill: #198046
    }

    .main-header .navbar .navbar-custom-menu .navbar-nav li .switch-btn:hover .swith-logo {
        filter: invert(1) brightness(1000%);
    }

    .main-header .navbar .navbar-custom-menu .navbar-nav li ul.dropdown-menu ul li a .material-icons {
        float: left;
        font-size: 21px;
        padding-right: 12px;
        padding-top: 0;
    }

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu
{
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.navbar-custom-menu .open .dropdown-menu
{
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}

.navbar-custom-menu .dropdown-menu
{
    display: block;
    left: -25px;
    min-width: 155px;
    opacity: 0;
    padding: 12px 0 10px;
    position: absolute;
    right: -13px;
    top: 40px;
    transform: scale(0.01);
    -webkit-transform: scale(0.01);
    -ms-transform: scale(0.01);
    transform-origin: 50% 8px 0;
    -webkit-transform-origin: 50% 8px 0;
    -ms-transform-origin: 50% 8px 0;
    transition: all 0.3s cubic-bezier(0.155, 1.105, 0.295, 1.12) 0s, opacity 0.1s linear 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.155, 1.105, 0.295, 1.12) 0s, opacity 0.1s linear 0s;
    -ms-transition: all 0.3s cubic-bezier(0.155, 1.105, 0.295, 1.12) 0s, opacity 0.1s linear 0s;
}

.navbar-custom-menu > .navbar-nav > li.tasks-menu a span.profile-more .material-icons
{
    color: #555555;
}

#main
{
    padding-top: 55px;
    min-height: 100%;
}

.nav > li > a
{
    padding: 17px 16px;
    color: #333;
}

.getting-started
{
    float: right;
}

.left-content-heading
{
    float: left;
}

.getting-started .btn-success
{
    background-color: #49b944;
    border-color: transparent;
    font-size: 13px;
}

.content-main
{
    clear: both;
}

.main-header .navbar-custom-menu,
.main-header .navbar-right
{
    float: right;
}

.navbar-custom-menu > .navbar-nav > li.swith-to-ew {
    padding: 10px 0;
}

@media only screen and (max-width:567px) {
    .navbar-custom-menu > .navbar-nav > li.swith-to-ew {
        padding: 6px 0;
    }
}

.navbar-custom-menu > .navbar-nav > li {
    position: relative;
}

.navbar-form.navbar-left
{
    margin: 0;
    padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus
{
    color: #000000;
    background: transparent;
}

.main-header .navbar .material-icons
{
    float: left;
    font-size: 15px;
    padding-top: 3px;
}

.loading-lead
{
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    z-index: 9999999;
}

.main-header .navbar .search-box-content .material-icons
{
    font-size: 16px;
}

.dynamic-tab-pane-control.tab-pane.active.grhp-tab
{
    height: 440px;
}

.label-primary,
.modal-primary .modal-body
{
    color: #111111;
}

.left-box ul li i.material-icons
{
    float: left;
    font-size: 18px;
    padding-right: 16px;
    padding-top: 2px;
}

.description-detail
{
    padding: 0 16px;
    width: 100%;
}

.activity_section_dashboard .nav.nav-pills
{
    padding-bottom: 16px;
}

.left-box .nav-stacked > li > a:hover
{
    background: #eff3f8 none repeat scroll 0 0;
}

.box-footer
{
    background-color: #fff;
    border-radius: 0;
    border-top: 1px solid #f2f2f2;
    padding: 0;
}

.custom_calender_right .material-icons
{
    color: #888888;
    float: left;
    font-size: 17px;
    margin-right: 6px;
}

.blue-theme .calendar-btn
{
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #888888;
    float: left;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 6px;
    margin-top: 18px;
    outline: medium none;
    text-align: left;
    width: 100%;
}

.box-footer .description-detail .btn-group button
{
    background: transparent none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #555555;
    font-size: 13px;
    font-weight: 400;
    border-radius: 0;
    outline: medium none;
    padding: 17px 6px;
    border-top: 2px solid transparent;
}

    .box-footer .description-detail .btn-group button.active
    {
        color: #186fc8;
        font-weight: 400;
        border-color: #186fc8;
    }

.left-box .nav-stacked > li > a
{
    color: #333333;
    padding: 13px 23px;
}

.right-all select
{
    border: medium none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    background: url(../img/drop-arrow.png) no-repeat;
    padding-right: 7px;
    background-position: right center;
    text-align: right;
    padding-right: 13px;
}

.right-all .btn-default
{
    background-color: transparent;
    border-color: transparent;
}

    .right-all .btn-default:hover,
    .right-all .btn-default:active,
    .right-all .btn-default.hover
    {
        background-color: transparent;
        border-color: transparent;
    }

.right-all .btn-group.open .dropdown-toggle
{
    box-shadow: none;
}

.right-all .btn-default.active,
.right-all .btn-default:active,
.right-all .open > .dropdown-toggle.btn-default
{
    background-color: transparent;
    border-color: transparent;
}

.right-all .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn)
{
    width: auto;
}

.right-all .btn-default.active.focus,
.right-all .btn-default.active:focus,
.right-all .btn-default.active:hover,
.right-all .btn-default.focus:active,
.right-all .btn-default:active:focus,
.right-all .btn-default:active:hover,
.right-all .open > .dropdown-toggle.btn-default.focus,
.right-all .open > .dropdown-toggle.btn-default:focus,
.right-all .open > .dropdown-toggle.btn-default:hover
{
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

.right-all .bootstrap-select .dropdown-toggle:focus
{
    outline: none !important;
}

.right-all .btn
{
    padding-left: 0;
}

.right-all label
{
    font-weight: 400;
    font-size: 13px;
    color: #888888;
}

.right-all .bootstrap-select.btn-group .dropdown-toggle .filter-option
{
    font-size: 13px;
}

.main-header .navbar .material-icons
{
    float: left;
    font-size: 15px;
    padding-top: 3px;
}

.tabing_btn_activity
{
    float: left;
}

.custom_calender_right
{
    float: right;
}

.tabing_btn_activity ul li
{
    float: left;
    list-style: outside none none;
}

.tabing_btn_activity ul
{
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.description-detail .btn-group,
.description-detail .btn-group-vertical
{
    display: block;
}

.dropdown-menu > li > a
{
    border-top: 1px solid #f4f4f4;
    color: #777;
    padding: 10px;
}

    .dropdown-menu > li > a:hover
    {
        background-color: #eff3f8;
        color: #757575;
    }

.dropdown-menu > li:first-child > a
{
    border: none;
}

.dropdown-menu
{
    padding: 0;
    min-width: 200px;
    border: none;
}

.main-header .navbar span.menu-text
{
    padding-left: 6px;
}

.main-header .navbar span.menu-text
{
    display: block;
    float: left;
    padding-left: 6px;
    padding-top: 1px;
}

.nav-search-outter .input-field input.input-box
{
    background: #e5e5e5;
    border-radius: 3px;
    color: #333;
    float: none;
    font-size: 12px;
    font-weight: 400;
    padding: 2px 15px 3px 40px;
    border: none;
    width: 100%;
}

.ui-helper-hidden-accessible
{
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.nav-search-outter .input-field button
{
    color: #333;
    left: 10px;
    position: absolute;
    top: 8px;
    background: transparent;
    border: none;
}

.nav-search-outter .input-field
{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    float: none;
    margin: 0;
    padding: 0 0;
    position: relative;
    border-radius: 3px;
    width: auto;
}

.search-box-content
{
    position: relative;
    width: 100%;
}

.nav-search-outter
{
    float: left;
    position: relative;
    width: 100px;
    z-index: 9;
}

.search-box-content .input-field input[type="search"]
{
    border-radius: 50px;
    height: 36px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: 98px;
}

.navbar-custom-menu > .navbar-nav > li.tasks-menu a .material-icons
{
    font-size: 24px;
}

.main-header .navbar .navbar-custom-menu > .navbar-nav > li.tasks-menu a
{
    color: #80b1ca;
    float: left;
    font-size: 24px;
    padding: 13px 10px;
}

.main-header .navbar #nav-lft .material-icons
{
    max-width: 14.8px;
}

.skin-blue .main-header .navbar .navbar-custom-menu > .navbar-nav > li.user-menu.tasks-menu a
{
    padding-bottom: 9px;
    padding-right: 0;
    color: #80b1ca;
    float: left;
    max-height: 56px;
    font-size: 24px;
    padding-top: 11px;
}

.navbar-custom-menu > .navbar-nav > li.user-menu
{
    border-left: none;
}

.nav-search-outter.is-expanded .input-field input[type="search"]
{
    background-color: #e5e5e5;
    border-color: #66cc75;
    box-sizing: border-box;
    border-radius: 50px;
    color: #333;
    float: none;
    width: 300px;
    transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}

.navbar-header
{
    border-right: 1px solid #c1c1c1;
    margin: 12px 7px 0 0;
    width: 135px;
}

.navbar-nav > .user-menu .user-image
{
    border-radius: 50%;
    float: left;
    height: 37px;
    margin-right: 3px;
    width: 37px;
}

.profile-more
{
    float: left;
    padding-top: 5px;
}

.skin-blue .main-header .navbar-custom-menu .navbar-nav li.tasks-menu ul.dropdown-menu li a
{
    color: black !important;
    width: 100%;
}

.skin-blue .main-header .navbar .navbar-custom-menu > .navbar-nav > li.tasks-menu .dropdown-menu a:hover
{
    color: #006295;
    background: #eff3f8 none repeat scroll 0 0;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover
{
    background-color: #eff3f8;
}

.navbar-nav > .notifications-menu > .dropdown-menu,
.navbar-nav > .messages-menu > .dropdown-menu,
.navbar-nav > .tasks-menu > .dropdown-menu
{
    margin: 0;
    padding: 0;
    top: 100%;
    width: 280px;
}

.skin-blue .main-header .navbar-custom-menu .navbar-nav li.tasks-menu ul li a span
{
    float: left;
    font-size: 14px;
}

.main-header .navbar-custom-menu .navbar-nav li.tasks-menu ul li a i
{
    float: left;
    font-size: 21px;
    padding-right: 12px;
    padding-top: 0;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li,
.navbar-nav > .messages-menu > .dropdown-menu > li,
.navbar-nav > .tasks-menu > .dropdown-menu > li
{
    position: relative;
}


/*----------------------------------------------------------------content-style------------------------------------------------------------------*/

.box .nav-stacked > li
{
    margin: 0;
}

.subheader .sub-navigation .btn.focus,
.btn:focus,
.btn:hover
{
    color: #72afd2;
}

.right-all .subheader .sub-navigation .btn.focus,
.right-all .btn:focus,
.right-all .btn:hover
{
    color: #000;
}

.products-list.product-list-in-box
{
    margin: 0;
    padding: 0;
}

.left-box .right-all .btn
{
    background: transparent;
    font-size: 13px;
    outline: none !important;
    box-shadow: none !important;
}

.right-all
{
    position: relative;
    padding-top: 9px;
}

.main-dashboard {
    padding: 15px 0 0;
    width: 100%;
}

.skin-blue .main-header .navbar .navbar-custom-menu > .navbar-nav > li.tasks-menu .dropdown-menu a
{
    padding: 10px;
    border-top: 1px solid #f4f4f4;
    float: left;
    white-space: nowrap;
}

.content-header h1
{
    margin: 0;
    color: #fff;
}

.navbar-custom-menu > .navbar-nav > li > .dropdown-menu
{
    position: absolute;
    right: 0;
    left: auto;
}

.navbar-custom-menu > .navbar-nav > li > .dropdown-menu
{
    border: none;
    border-radius: 0;
}

.skin-blue .main-header .navbar .navbar-custom-menu > .navbar-nav > li.tasks-menu .dropdown-menu li:first-child a
{
    border-top: none;
}

.dropdown-menu
{
    box-shadow: 0 0 1px -7px rgba(227, 227, 227, 0.8), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 7px 3px rgba(227, 255, 255, 0.18);
    border-radius: 0;
    border: 1px solid #f2f2f2;
}

.product-list-in-box > .item
{
    border-bottom: 1px solid #f4f4f4;
    border-radius: 0;
    background: #fff none repeat scroll 0 0;
    box-shadow: none;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a
{
    border-bottom: 1px solid #f4f4f4;
    display: block;
}

.user-menu ul.dropdown-menu .slimScrollDiv ul.menu
{
    height: 100%;
    max-height: 100%;
}

.user-menu ul.dropdown-menu .slimScrollDiv
{
    height: 100% !important;
}

.box-header
{
    color: #444;
    display: block;
    padding: 15px 20px;
    position: relative;
}

.slimScrollDiv
{
    clear: both;
    overflow:auto !important;
}

.box-header > .box-tools.pull-right .dropdown-menu .slimScrollDiv,
.trend_section_grid .box-header > .pull-left .dropdown-menu .slimScrollDiv {
    max-height: 350px;
    height: auto !important;
}

.trend_section_grid .box-header > .pull-left .dropdown-menu .slimScrollDiv ul {
    height: auto !important;
}

.box-header > .box-tools.pull-right .dropdown-menu .slimScrollDiv ul {
    height: 100% !important;
}

.user-menu ul.dropdown-menu .slimScrollDiv ul.menu
{
    height: 100% !important;
    max-height: 100% !important;
}

.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title
{
    color: #111111;
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    margin: 0;
}

.box-header > .box-tools
{
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 99;
}

.box
{
    background: #ffffff none repeat scroll 0 0;
    border: none;
    box-shadow: 0 0 1px -7px rgba(227, 227, 227, 0.8), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 7px 3px rgba(227, 255, 255, 0.18);
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}

.content-header
{
    padding: 17px 15px;
    position: relative;
}

.left_small_width
{
    width: 27%;
}

.center_large_width
{
    padding: 0;
    width: 40%;
}

.deal_upcoming_box
{
    width: 33%;
}

.box.box-primary
{
    height: 500px;
    overflow: hidden;
}

.activity-list ul
{
    float: left;
    overflow: hidden;
    padding: 0;
    width: 100%;
    margin: 0;
}

    .activity-list ul li:first-child
    {
        padding-top: 10px;
    }

    .activity-list ul li
    {
        border-top: 1px solid #f2f2f2;
        float: left;
        padding: 15px;
        width: 100%;
    }

.activity-list .box-footer
{
    padding: 0 20px;
}

.box-footer a
{
    color: #186fc8;
    float: right;
    font-size: 14px;
    padding-top: 17px;
    text-align: right;
}

.activity-list .left-task
{
    float: left;
    width: 100%;
}

    .activity-list .left-task .left-task-left
    {
        float: left;
        width: 17px;
    }

.activity-list label
{
    padding-left: 15px;
}

.top-sec-task
{
    width: 100%;
    word-wrap: break-word;
}

.activity-list .left-task .left-task-right
{
    float: left;
    padding-left: 28px;
    text-align: left;
    width: 95%;
}

.priority span
{
    font-size: 13px;
    cursor: default;
}

.activity-list .left-task .left-task-right .task-heading
{
    color: #111111;
    cursor: pointer;
    display: inline;
    font-weight: 400;
}

.assote_with
{
    color: #888888;
    font-size: 13px;
}

.due-date::before
{
    background: #d3d3d3 none repeat scroll 0 0;
    content: "";
    height: 11px;
    right: 7px;
    position: absolute;
    top: 1px;
    width: 1px;
}

.asigned_top_main_name
{
    font-size: 13px;
    margin-right: 4px;
}

.commn_assto.only_task_asign::after
{
    background: #d3d3d3 none repeat scroll 0 0;
    content: "";
    height: 12px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 1px;
}

.commn_assto
{
    position: relative;
}

    .commn_assto.only_task_asign
    {
        padding-left: 8px;
    }

        .commn_assto.only_task_asign::after
        {
            background: #d3d3d3 none repeat scroll 0 0;
            content: "";
            height: 12px;
            left: 0;
            position: absolute;
            top: 3px;
            width: 1px;
        }

.recent-event-part .call_det a.asigned_top_main_name
{
    color: #333333;
    font-size: 13px;
    float: none;
    display: inline;
    margin: 0;
}

    .recent-event-part .call_det a.asigned_top_main_name:hover
    {
        color: #3b78e7;
        text-decoration: underline;
    }

.recent-event-part .call_det > p.done
{
    opacity: 0.4;
}

cent-event-part .call_det > p.done:before
{
    background: #333 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}

.due-date
{
    color: #333333;
    padding-left: 11px;
    position: relative;
}

.bottom-task-des
{
    clear: both;
    float: left;
    margin-top: 2px;
}

.priority
{
    float: left;
    margin-left: 14px;
}

.activity-list p
{
    color: #888888;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bg-light-blue,
.label-primary,
.modal-primary .modal-body
{
    background-color: transparent;
    color: #231f20;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0;
}

.activity-list .left-task .left-task-right .bottom-task-des p span.associtae_with_text
{
    padding-left: 5px;
    position: relative;
}

    .activity-list .left-task .left-task-right .bottom-task-des p span.associtae_with_text::after
    {
        background: #d3d3d3 none repeat scroll 0 0;
        content: "";
        display: block;
        height: 12px;
        position: absolute;
        left: 0;
        top: 3px;
        width: 1px;
    }

.activity-list p a
{
    border: medium none;
    color: #333333;
    display: inline;
    float: none;
    font-weight: 400;
    margin-right: 3px;
    padding-bottom: 0;
    padding-right: 5px;
    padding-top: 0;
    padding-left: 3px;
    position: relative;
}

    .activity-list p a.asoociate_with
    {
        color: #186fc8;
    }

.activity-list li:first-child a
{
    border: medium none;
    padding-top: 0;
}

.activity-list p .high
{
    color: #ef6e64;
}

.checkbox label::before
{
    background-color: #fff;
    border: 2px solid #888888;
    border-radius: 0;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 16px;
    left: 0;
    margin-left: -13px;
    position: absolute;
    transition: border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
    -webkit-transition: border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
    -ms-transition: border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
    width: 16px;
}

input.styled[type="checkbox"]:checked + label::after,
input.styled[type="radio"]:checked + label::after
{
    content: "\f00c";
    font-family: "FontAwesome";
}

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after
{
    color: #fff;
}

.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after
{
    font-family: "Material Icons";
    content: "\E5CA";
    font-size: 14px;
    line-height: 15px;
}

.task_section_grid .left-box ul li .top-sec-task .priority i.material-icons
{
    font-size: 15px;
    margin: 0;
    padding: 0;
}

.task_section_grid .left-box ul li .top-sec-task .priority
{
    margin-left: 4px;
}

.task_section_grid .priority span.due-date::before
{
    display: none;
}

.task_section_grid .priority span.due-date
{
    padding-left: 5px;
}

.checkbox label::after
{
    background: #186fc8 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    height: 16px;
    left: 0;
    margin-left: -13px;
    padding-left: 1px;
    padding-top: 0;
    position: absolute;
    top: 0;
    width: 16px;
}

.checkbox label,
.radio label
{
    min-height: 17px;
}

.checkbox label
{
    display: inline-block;
    padding-left: 5px;
    position: relative;
    vertical-align: middle;
}

.checkbox
{
    padding-left: 20px;
    float: left;
    margin: 0;
    width: 50px;
}

.option_two
{
    float: left;
}

.low-normal
{
    color: #333333;
}

.loaderbg
{
    /*background: url(loader.jpg) left top no-repeat;*/
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
}

.loaderimg
{
    height: 26px;
    left: 50%;
    margin-left: -11px;
    margin-top: -13px;
    position: absolute;
    top: 50%;
}

.material-icons.ic_circule_small
{
    border-radius: 50px !important;
    color: #ffffff !important;
    float: left;
    font-size: 14px !important;
    height: 22px !important;
    margin-right: 8px !important;
    padding: 4px !important;
    width: 22px !important;
}

.upcoming_event_sec ul
{
    padding: 0;
}

    .upcoming_event_sec ul li
    {
        float: left;
        padding: 15px 20px;
        width: 100%;
    }

.left_calender_part
{
    width: 24px;
}

.right_all_des_new
{
    float: left;
    padding-left: 38px;
    width: 100%;
}

.left_calender_part
{
    position: absolute;
    width: 24px;
}

.left_des_associate span
{
    color: #888888;
    font-size: 12px;
    padding-right: 2px;
}

.left_des_associate a
{
    color: #186fc8;
}

.left_des_associate
{
    color: #888888;
    float: left;
    width: 70%;
}

    .left_des_associate p
    {
        font-size: 14px;
        color: #111111;
    }

.right_shedule_event_by
{
    float: right;
}

    .right_shedule_event_by > span
    {
        clear: both;
        color: #333333;
        display: block;
        font-size: 12px;
        margin-bottom: 3px;
        text-align: right;
    }

.left-box ul li .right_shedule_event_by i.material-icons
{
    color: #888888;
    float: right;
    font-size: 18px;
    margin-left: 4px;
    padding: 0;
}

.upcoming_event_list
{
    position: relative;
}

.highcharts-credits
{
    display: none;
}

.activity-list ul li:first-child
{
    border-top: medium none;
}

#task_table
{
    overflow: hidden;
}

#dv-app-lst-slm
{
    overflow: hidden;
}

.box-footer.padding-box
{
    padding: 0 20px;
}

.left-box ul.claender-bottom .material-icons
{
    color: #7b7b7b;
    float: none;
    padding-right: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.claender-bottom
{
    float: left;
    padding-right: 10px;
    padding-top: 9px;
}

    .claender-bottom input
    {
        background: transparent none repeat scroll 0 0;
        border: medium none;
        color: #333;
        font-size: 13px;
        padding: 0 20px 0 0 !important;
        position: relative;
        text-transform: capitalize;
        width: 100%;
        z-index: 9999999;
    }

.bottom_calender_deal .input-group-addon
{
    margin-left: 0;
    width: 89px;
}

.bottom_calender_deal
{
    border-bottom: 1px solid #e8e8e8;
    float: left;
    padding-bottom: 4px;
    position: relative;
}

.select_month_part
{
    float: left;
    font-size: 13px;
    padding-top: 3px;
}

.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled]
{
    background-color: #186fc8 !important;
    color: #ffffff;
    background-image: none;
    border: none;
    border-radius: 0;
}

.datepicker td span:hover
{
    border-radius: 0 !important;
}

.deal_funel_tab .nav.nav-tabs
{
    border: medium none;
    margin: 0;
    padding: 0;
}

.totol-deals-content .nav-tabs > li a
{
    border: medium none;
    color: #555555;
    cursor: pointer;
    border: none;
    font-size: 13px;
    margin: 0;
    border-top: 2px solid transparent;
    border-radius: 0;
    padding: 17px 20px;
}

    .totol-deals-content .nav-tabs > li a:hover
    {
        border: none;
        border-top: 2px solid transparent;
    }

.nav-tabs > li > a:hover,
.blue-theme .nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover
{
    background: transparent none repeat scroll 0 0;
}

.deal_funel_tab .total-deals-tab .nav-tabs li.active a
{
    color: #186fc8;
    border-color: #186fc8;
}

.box-header > .box-tools.pull-right .dropdown-menu ul
{
    margin: 0;
    padding: 0;
}

.common-all-drop a
{
    border-top: 1px solid #f2f2f2;
    color: #555;
    display: block;
    padding: 7px 20px;
}

.dropdown-menu
{
    transform: scale(0.01);
    -webkit-transform: scale(0.01);
    -ms-transform: scale(0.01);
    display: block;
    opacity: 0;
    transform-origin: 50% 8px 0;
    -webkit-transform-origin: 50% 8px 0;
    -ms-transform-origin: 50% 8px 0;
    transition: all 0.3s cubic-bezier(0.155, 1.105, 0.295, 1.12) 0s, opacity 0.1s linear 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.155, 1.105, 0.295, 1.12) 0s, opacity 0.1s linear 0s;
    -ms-transition: all 0.3s cubic-bezier(0.155, 1.105, 0.295, 1.12) 0s, opacity 0.1s linear 0s;
}

.open .dropdown-menu
{
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}

.right-all.open .dropdown-menu::before
{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 9px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 44%;
    top: -8px;
    width: 0;
    z-index: 9999;
}

.right-all.open .dropdown-menu::after
{
    border-bottom: 9px solid #e2e2e2;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 43.2%;
    top: -9px;
    width: 0;
}

.common-all-drop a:hover
{
    background: #eff3f8;
}

.common-all-drop li.active a
{
    background: #eff3f8;
}

.circule_count_value
{
    border: 2px solid #888888;
    border-radius: 50px;
    display: inline-block;
    height: 14px;
    position: relative;
    top: 2px;
    margin-right: 5px;
    width: 14px;
}

.deals_pipeline_main_footer ul li a
{
    border: medium none;
    line-height: normal;
    color: #888888;
    margin-left: 14px;
    padding: 0;
}

.deals_pipeline_main_footer ul li.active a
{
    color: #2196f3;
}

    .deals_pipeline_main_footer ul li.active a span
    {
        border-color: #2196f3;
        position: relative;
    }

        .deals_pipeline_main_footer ul li.active a span i.material-icons
        {
            color: #2196f3;
            font-size: 10px;
            left: 0;
            position: absolute;
            top: -2px;
        }

.box-footer.deals_pipeline_main_footer.padding-box
{
    padding: 19px 20px;
}

.left-box .right-all.deal_trend_drop .btn
{
    border-radius: 0;
    padding: 0 0 0 18px;
}

.right-all.deal_trend_drop
{
    border-left: 1px solid #cccccc;
    float: right;
    margin-left: 26px;
    padding: 0;
}

    .right-all.deal_trend_drop .dropdown-menu::before
    {
        left: 17px;
        top: -8px;
    }

    .right-all.deal_trend_drop .dropdown-menu::after
    {
        left: 16px;
        top: -9px;
    }

.btn .caret
{
    margin-left: 3px;
}

.daterangepicker_start_input
{
    margin-right: 7px;
}

.daterangepicker .ranges .input-mini
{
    border-radius: 2px !important;
}

.daterangepicker .applyBtn.btn.btn-default.btn-small.btn-primary
{
    background: #186fc8 none repeat scroll 0 0;
    border-radius: 2px;
    color: #ffffff;
    padding: 5px 12px;
    border: none;
}

.datepicker td span:hover
{
    background: #eff3f8 none repeat scroll 0 0 !important;
}

.daterangepicker .cancelBtn.btn.btn-default.btn-small
{
    background: transparent;
    border-radius: 2px;
    border: 1px solid #dce0e5;
    color: #333;
    padding: 5px 12px;
}

.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover
{
    background: #186fc8 none repeat scroll 0 0 !important;
    color: #fff !important;
}

.daterangepicker .ranges li
{
    border-radius: 2px !important;
    background: #eff3f8 none repeat scroll 0 0 !important;
    margin-bottom: 4px !important;
    padding: 4px 12px !important;
    color: #707070 !important;
}

.daterangepicker.dropdown-menu
{
    min-width: 177px;
}

.deal_trend_drop ul
{
    padding: 0;
}

.datepicker.dropdown-menu
{
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transition: none 0s ease 0s;
    -webkit-transition: none 0s ease 0s;
    -ms-transition: none 0s ease 0s;
    width: 230px;
}

.datepicker.dropdown-menu
{
    transform: none;
    opacity: 1;
    transition: none 0s ease 0s;
    display: none;
    width: 230px;
}

#salesboard
{
    padding-top: 10px;
}

.daterangepicker.dropdown-menu
{
    transform: none;
    opacity: 1;
    transition: none 0s ease 0s;
    display: none;
}

.nav-tabs.bottom_deal_part_pipe li a
{
    border: medium none;
    color: #555555;
    cursor: pointer;
    border: none;
    font-size: 13px;
    margin: 0;
    border-top: 2px solid transparent;
    border-radius: 0;
    padding: 17px 20px;
}

    .nav-tabs.bottom_deal_part_pipe li a:hover
    {
        border: none;
        border-top: 2px solid transparent;
    }

.total-deals-tab
{
    float: left;
}

.bottom_right_pipeline li
{
    float: left;
}

.deals_pipeline_main_footer ul li
{
    float: left;
}

.deals_pipeline_main_footer ul
{
    float: right;
    margin: 0;
    padding: 0;
}

.deals_pipeline_main_footer .bottom_right_pipeline
{
    float: right;
    margin: 0;
    padding: 18px 20px;
    width: auto;
}

.highcharts-legend-item text
{
    font-weight: normal !important;
    color: #333333 !important;
    font-size: 12px !important;
}

.icon-sett
{
    border-radius: 2px;
    color: #ffffff;
    float: left;
    font-size: 18px;
    height: 25px;
    margin-right: 8px;
    margin-top: 7px;
    padding: 4px;
    width: 25px;
}

.recent-event-part .Colrdv
{
    height: 22px;
    left: 22px;
    padding-top: 0;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 22px;
}

.recent-event-part .recent_activity_block .item
{
    float: left;
    width: 100%;
}

    .recent-event-part .recent_activity_block .item:after
    {
        content: "";
        display: block;
        height: 100%;
        background: #e3ebf2 none repeat scroll 0 0;
        left: 32px;
        position: absolute;
        top: 22px;
        width: 2px;
    }

.left-box .products-list > .item
{
    padding: 10px;
    position: relative;
}

.recent-event-part .left-box .recent_activity_block .item.note_act .right-data-call
{
    border: none;
}

.recent-event-part .left-box .recent_activity_block .item
{
    border: medium none;
    float: left;
    margin: 8px 0 0 0;
    min-height: 39px;
    padding: 0 22px 0 57px;
    width: 100%;
}

.recent-event-part .right-data-call
{
    border-bottom: 1px solid #f2f2f2;
    float: left;
    margin-left: 0;
    padding: 0 0 12px 0;
    width: 100%;
}

.recent-event-part .call_det > p
{
    display: table;
    float: none;
    margin: 0;
    position: relative;
}

    .recent-event-part .call_det > p .top_sec_priot
    {
        float: left;
    }

.recent-event-part .timedv.TextRgt
{
    color: #888888;
    display: block;
    float: right;
    font-size: 11px;
    width: 22%;
}

.recent-event-part .left-box .recent_activity_block .item:last-child
{
    overflow: hidden;
}

.recent-event-part .call_det a
{
    font-size: 14px;
    cursor: pointer;
    color: #333;
    overflow: hidden;
    display: inline;
}

    .recent-event-part .call_det a:hover
    {
        color: #3b78e7;
        text-decoration: underline;
    }

span.asso_with_dashboard_event span:hover
{
    color: #3b78e7;
    text-decoration: underline;
}

.box.box-primary:hover span.asso_with_dashboard_event span
{
    color: #3b78e7;
}

.box.box-primary:hover span.title_event_dashboard
{
    color: #3b78e7;
}

.fancybox-wrap
{
    transform: translate(0px, 50%);
    -webkit-transform: translate(0px, 50%);
    -ms-transform: translate(0px, 50%);
    transition: transform 0.3s ease-out 0s;
    -webkit-transition: transform 0.3s ease-out 0s;
    -ms-transition: transform 0.3s ease-out 0s;
    opacity: 0;
}

.fancybox-opened
{
    transform: translate(0px, 0px);
    opacity: 1;
    z-index: 999;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    background: #fff;
    border-radius: 4px;
}

.pop-up-header
{
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #e5e5e5;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    float: left;
    line-height: 19px;
    padding: 12px 3%;
    width: 100%;
}

.pop-up-title
{
    color: #333333;
    float: left;
    font-size: 17px;
    font-weight: 400;
    padding: 0;
    line-height: 24px;
}

.cross-popup a
{
    color: #acacac;
    font-size: 24px;
}

.call_det.minW
{
    width: 77%;
    float: left;
}

.recent-event-part .timedv.TextRgt span
{
    color: #888888;
    display: block;
    font-size: 13px;
    font-weight: 400;
    text-align: right;
}

.recent-event-part .call_det.minW > span i
{
    float: none;
    font-size: 15px;
    padding: 0;
    margin: 0;
    position: relative;
    top: 4px;
}

.recent-event-part .commn_assto.only_task_asign::after
{
    top: 1px;
}

.call-pop-up-content
{
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    display: none;
    float: left;
    width: 800px;
}

.leadDiv
{
    float: left;
    font-size: 12px;
    text-align: center;
    margin: 4px 1px 0 5px;
    padding: 2px 0;
}

.dealDiv
{
    float: left;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    margin: 4px 1px 0 5px;
    padding: 2px 0;
}

.clientDiv
{
    float: left;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin: 4px 1px 0 5px;
    padding: 2px 0;
}

.tagDiv
{
    float: left;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin: 4px 1px 0 5px;
    padding: 2px 0;
}

.ui-widget-content
{
    background: #ffffff;
    box-shadow: 0px 0px 2px #cacaca;
    color: #222222;
    overflow-x: hidden;
    position: absolute !important;
    max-height: 282px;
    padding: 0;
    border: 1px solid #f5f5f5;
}

.ui-menu .ui-menu-item a
{
    color: #333333;
    display: block;
    font-weight: normal;
    line-height: 1.5;
    min-height: 0;
    padding: 5px 0.4em;
    text-decoration: none;
    width: 100%;
}

.ui-menu .ui-menu-item
{
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    color: #333;
    font-size: 13px;
    overflow: hidden;
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
}

    .ui-menu .ui-menu-item:hover
    {
        background: #f5f5f5;
    }


/*.main-header .nav > li:first-child > a
{
    padding-left: 0;
}*/

.call_det.minW > span
{
    float: none;
    cursor: default;
    display: inline;
}

.result_data
{
    color: #888888;
}

.activity_section_grid .nav.nav-pills
{
    height: 384px;
}

.sidenav
{
    display: none;
}

.mobile_togle_btn
{
    display: none;
}

.overlay_main_add
{
    display: none;
}

.mobile_search_btn_header
{
    display: none;
}

.material-icons.mobile_move_vertical
{
    display: none;
}

.main-header .navbar
{
    margin: 0;
}

.main-header .logo,
.main-header .navbar
{
    float: none;
    width: 100%;
}

.add-note-pop-up-content ul li i.material-icons
{
    float: left;
    font-size: 15px;
    margin-right: 4px;
    padding-top: 2px;
}

.add-note-pop-up-content ul.ul-tb-clnt-popup li
{
    margin: 0px 0px -1px 0px;
    background: #f6f6f6;
    border: 0px;
    padding: 0px;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    float: left;
    border-radius: 0px;
    font-family: "Roboto", sans-serif !important;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px !important;
    padding: 3px 13px;
}


/*----------------------------------------------------------------Lead Page------------------------------------------------------------------*/

.subHeader-left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    height: 52px;
    padding-top: 0;
}

.subHeader-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    height: 52px;
}

.for_multiSelect {
    display: flex;
    align-items: center;
}

.EssFields .ld-part {
    width: 100%;
}

.leads-no {
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    margin-right: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

.selected_itemsValue
{
    color: #fff;
    font-size: 14px;
}

.v-divider
{
    display: inline-block;
    width: 1px;
    height: 100%;
    border-right: 1px solid #fff;
}

.subheader .v-divider
{
    float: left;
    height: 14px;
    margin: 7px 20px;
}

.lead-list-page .subheader
{
    padding: 10px 0;
}

.black-sub-header {
    min-height: 72px;
    background: #000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}

.black-sub-header .container-fluid {
    width: 100%;
}

.blue-theme .rightSidebar_body .calendar-btn {
    border-color: #ebebeb;
}

.rightSidebar_body .field-row.filed-range
{
    padding-bottom: 0;
    padding-top: 0;
    border-bottom: none;
}

.checkbox-btn,
.radio-btn
{
    position: relative;
    padding-left: 17px;
}

.rightSidebar_body .field-row
{
    border-bottom: 1px solid #ebebeb;
    float: left;
    margin-bottom: 0;
    padding: 12px 0;
    width: 100%;
}

.rightSidebar_header
{
    display: flex;
    line-height: 55px;
    height: 55px;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
    padding: 0px 10px;
    position: fixed;
    width: 100%;
}

    .rightSidebar_header .flat-button
    {
        padding: 0;
        margin-right: 10px;
        line-height: normal;
        color: #333;
    }

.rightSidebar_title
{
    margin: 0;
    font-size: 16px;
}

.rightSidebar_body
{
    padding: 0px 25px 15px;
    height: calc(100% - 55px);
    margin-top: 55px;
    overflow-y: auto;
}

.item-detail-sidebar-sub-title {
    font-size: 13px;
    margin-top: 8px;
    color: #333333;
}

.clear-filters
{
    display: flex;
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    margin-left: auto;
    margin-right: 7px;
    margin-top: 3px;
}

a.apply-filters
{
    background: #186fc8;
    color: #ffffff;
    padding: 10px;
    height: 33px;
    line-height: 12px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 400;
}

.clear-filters .material-icons
{
    margin-right: 3px;
    font-size: 22px;
}

.checkbox-btn .sort-select-sl::before
{
    background: #6bc065 none repeat scroll 0 0;
    border-radius: 0;
    content: "";
    height: 11px;
    left: -21px;
    position: absolute;
    top: 0;
    margin-top: 1px;
    width: 11px;
}

.sort-select-sl::before
{
    background: #6bc065 none repeat scroll 0 0;
    border-radius: 50px;
    content: "";
    height: 9px;
    left: -20px;
    position: absolute;
    top: 0;
    width: 9px;
    margin-top: 2px;
}

.blue-theme .all_checkbox_radio .filter-nav ul li
{
    padding: 0;
}

ul.sub-navigation
{
    margin: 0;
    display: flex;
    padding: 0;
    height: 36px;
}

.all_checkbox_radio label
{
    padding-left: 7px !important;
}

.subHeader-left .sub-navigation
{
    margin: 0;
    display: flex;
    align-items: center;
}

.subHeader-left ul.sub-navigation > li
{
    margin-left: 25px;
}

    .subHeader-left ul.sub-navigation > li a
    {
        color: #fff;
    }

.subheader ul.sub-navigation li
{
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-left: 16px;
    position: relative;
}

.subheader .sub-navigation li a::after
{
    clear: both;
    content: "";
    display: block;
}

li.more_dropdown > a span
{
    float: left;
}

.subHeader-left ul.sub-navigation > li.dropdown ul.dropdown-menu a
{
    color: #757575;
}

.subheader .dropdown .dropdown-menu
{
    border: 1px solid #f3f3f3;
    top: 40px;
    margin: 0;
}

.subheader ul.sub-navigation li a i.material-icons
{
    float: left;
    font-size: 15px;
    margin-right: 7px;
    margin-top: 2px;
}

.lead-details table tr td:nth-child(2)
{
}

.blue-theme .lead-details table tr td:nth-child(3),
.blue-theme .lead-details table tr td:nth-child(4),
.blue-theme .lead-details table tr td:nth-child(5)
{
    text-align: left;
}

.blue-theme .lead-details table tr td:nth-child(5)
{
    width: 11%;
}

.blue-theme .lead-details table tr td:nth-child(6)
{
    text-align: left;
    width: 8%;
}

.lead-details table tbody tr:hover
{
    background-color: #eff3f8;
}

.lead-details table tbody tr.active
{
    background-color: #eff3f8;
}

.blue-theme .ld-name a
{
    color: #333333;
    font-size: 14px;
    font-weight: 400;
}

    .blue-theme .ld-name a:hover
    {
        color: #111111;
        cursor: pointer;
        text-decoration: underline;
    }

.lead-details table tr
{
    border-bottom: 1px solid #f2f2f2;
    display: table-row;
    position: relative;
}

.list_pageSearch
{
    float: left;
    margin-top: 2px;
    margin-right: 10px;
}

.list_pageSearch_input
{
    position: relative;
}

    .list_pageSearch_input span
    {
        position: absolute;
        left: 5px;
        cursor: pointer;
        color: #ffffff;
    }

        .list_pageSearch_input span i
        {
            font-size: 16px;
            line-height: 28px;
        }

    .list_pageSearch_input input {
        background: transparent;
        border: none;
        font-size: 13px;
        line-height: 34px;
        height: 30px;
        border-bottom: 1px solid #ffffff;
        padding-left: 34px;
        outline: none !important;
        color: #ffffff;
        transition: all 0.4s cubic-bezier(0, 0.105, 0.035, 1.57) 0s;
        -webkit-transition: all 0.4s cubic-bezier(0, 0.105, 0.035, 1.57) 0s;
        -ms-transition: all 0.4s cubic-bezier(0, 0.105, 0.035, 1.57) 0s;
        width: 230px;
    }

    .list_pageSearch_input input:focus
    {
        border-bottom-color: #fff;
        width: 250px;
    }

.btn.flat-button
{
    line-height: 30px;
    padding: 0 10px;
    vertical-align: middle;
    display: flex;
    height: 30px;
    box-shadow: none;
    align-items: center;
    justify-content: center;
    outline: none !important;
    background: transparent;
    color: #fff;
}

    .btn.flat-button.active,
    .btn.flat-button:hover
    {
        color: #fff;
    }

.flat-button i
{
    vertical-align: text-top;
}

.grn-btn.blue-btn
{
    background-color: #026fad;
}

    .grn-btn.blue-btn:hover,
    .grn-btn.blue-btn:active,
    .grn-btn.blue-btn:focus
    {
        background-color: #006295 !important;
        color: #fff;
    }

.grn-btn:hover,
.grn-btn:active,
.grn-btn:focus
{
    color: #fff;
    background-color: #46ac4c;
}

.grn-btn
{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    background-color: #52bb58;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    padding: 8px 15px;
    text-align: center;
    white-space: nowrap;
}

.subheader ul.sub-navigation.actionButtons_list li
{
    margin-left: 0;
}

.white_btn
{
    background: #ffffff none repeat scroll 0 0;
    color: #333;
    display: inline-block;
    padding: 8px 15px;
}

.subheader ul.sub-navigation.actionButtons_list li a i.material-icons
{
    font-size: 16px;
}

.white_btn:hover,
.white_btn:active,
.white_btn:focus
{
    background-color: #eff3f8;
    color: #333;
}

.subheader ul.sub-navigation li.actionButton_item a i.material-icons
{
    margin-top: 5px;
}

.flat-button
{
    background: transparent;
    border: none;
    height: 29px;
    padding: 0 5px;
    border-radius: 3px;
    vertical-align: middle;
    text-align: center;
    line-height: 29px;
    font-size: 13px;
    color: #888;
}

.leads-table table tbody > tr::after
{
    background: #186fc8 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 4px;
}

.leads-table
{
    margin: 0;
    width: 100%;
    background: #fff;
}

    .leads-table table thead tr.tb-head td:first-child
    {
        border-radius: 5px;
    }

.lead-details
{
    float: left;
    margin: 0;
    width: 100%;
}

    .lead-details .checkbox input[type="checkbox"],
    .lead-details .checkbox-inline input[type="checkbox"],
    .lead-details .radio input[type="radio"],
    .lead-details .radio-inline input[type="radio"]
    {
        margin-left: -12px;
    }

.blue-theme table td,
th
{
    color: #333;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 6px;
}

.leads-table table#lead-listing
{
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    padding: 20px 0;
    position: relative;
    border-collapse: collapse;
    width: 100%;
}

.leads-table table thead .checkbox,
.leads-table table tr:hover .checkbox,
.checkbox.checkbox-checked
{
    opacity: 1;
}

.lead-details table tr td:first-child
{
    padding-left: 20px;
    width: 4%;
}

.leads-table table#lead-listing
{
    border-collapse: collapse;
}

.lead-details table tr
{
    cursor: pointer;
}

.leads-table table thead tr.tb-head td
{
    color: #888;
    font-size: 13px;
    text-align: left;
    font-weight: 400;
}

.sts .bootstrap-select.btn-group .dropdown-menu li a span
{
    font-size: 14px;
    position: relative;
    font-weight: 400;
}

.sts .btn .label
{
    color: #333;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    top: -1px;
}

.sts .bs-caret .caret
{
    display: none;
}

.leads-details-profile-panel .sts .bootstrap-select.btn-group .dropdown-menu li a
{
    font-size: 13px;
}

    .leads-details-profile-panel .sts .bootstrap-select.btn-group .dropdown-menu li a span
    {
        font-size: 13px;
    }

.leads-details-profile-panel .btn-group.bootstrap-select.open .btn
{
    background-color: #ffffff !important;
    box-shadow: none;
}

.blue-theme .ldw
{
    display: inline-block;
    float: left;
    width: 44%;
}

.leads-details-profile-panel .sts .bootstrap-select > .dropdown-toggle:hover,
.leads-details-profile-panel .sts .bootstrap-select > .dropdown-toggle:focus,
.leads-details-profile-panel .sts .bootstrap-select > .leads-details-profile-panel .dropdown-toggle:active
{
    background-color: #ffffff !important;
}

.leads-details-profile-panel .sts .bootstrap-select > .dropdown-toggle
{
    border: 1px solid #dcdcdc;
}

.sts.pull-left
{
    width: 50%;
}

.leads-details-profile-panel .sts .bs-caret
{
    display: block;
}

.label-warning-new
{
    background: transparent none repeat scroll 0 0 !important;
    color: #000000 !important;
    padding-left: 18px;
    position: relative;
    text-align: left;
}

.leads-details-profile-panel .ldw .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn)
{
    width: 117px;
}

.leads-details-profile-panel .bootstrap-select > .dropdown-toggle
{
    border: none;
}

.leads-details-profile-panel .ldw .btn-default:hover,
.leads-details-profile-panel .ldw .btn-default:active,
.leads-details-profile-panel .ldw .btn-default.hover
{
    background: transparent;
}

.leads-details-profile-panel .ldw .leads-details-profile-panel .btn-group.bootstrap-select.open .btn
{
    background-color: transparent !important;
    box-shadow: none;
}

.leads-details-profile-panel .bootstrap-select .dropdown-toggle:focus
{
    box-shadow: none;
    outline: none !important;
}

.sts .bs-caret
{
    display: none;
    background: url(../img/arrow-drop-icon.png) no-repeat;
    float: right;
    height: 6px;
    position: absolute;
    right: 11px;
    top: 10px;
    width: 10px;
}

.sts .bootstrap-select .dropdown-toggle:focus
{
    outline: none !important;
}

.sts .btn-group.bootstrap-select.open .bs-caret
{
    display: block;
}

.sts .bootstrap-select > .dropdown-toggle:hover .bs-caret,
.sts .bootstrap-select > .dropdown-toggle:focus .bs-caret,
.sts .bootstrap-select > .dropdown-toggle:active .bs-caret
{
    display: block;
}

.sts .label-warning.label-success::before
{
    background: #49b944;
}

.sts .bootstrap-select.btn-group .dropdown-menu li a
{
    -moz-user-select: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    padding: 6px;
    text-align: left;
    outline: none;
}

.sts .label-warning::before
{
    background: #f4b400;
    border-radius: 50px;
    content: "";
    height: 12px;
    left: 1px;
    position: absolute;
    top: 6px;
    width: 12px;
}

.ld-more.leads-part
{
    display: block;
    background: #fff;
    padding: 14px 20px;
    text-align: center;
}

.sts .label-warning-new::before
{
    background: #a094ed none repeat scroll 0 0;
    border-radius: 50px;
    content: "";
    height: 12px;
    left: 1px;
    position: absolute;
    top: 6px;
    width: 12px;
}

.sts .label-warning.label-danger::before
{
    background: #d96f6f;
}

ul.action-col li a i.material-icons
{
    color: #717070;
    font-size: 17px;
}

.sts .label-warning.label-info::before
{
    background: #006295;
}

.sts .bootstrap-select.btn-group .dropdown-menu li a
{
    -moz-user-select: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    padding: 6px;
    text-align: left;
}

.blue-theme .external-links a,
.blue-theme .add-notes a,
.blue-theme .drop-mnu
{
    color: #333;
}

.profile-details
{
    float: left;
    width: auto;
}

.sts .bootstrap-select.btn-group .dropdown-toggle .filter-option
{
    font-size: 13px;
}

.sts .bootstrap-select > .dropdown-toggle
{
    min-width: 110px;
    background: #ffffff !important;
    box-shadow: none !important;
    border-radius: 50px;
    padding: 4px 6px 0;
    border: 1px solid transparent;
}

    .sts .bootstrap-select > .dropdown-toggle:hover,
    .sts .bootstrap-select > .dropdown-toggle:focus,
    .sts .bootstrap-select > .dropdown-toggle:active
    {
        min-width: 110px;
        border: 1px solid #dcdcdc;
        background-color: #f3fbff !important;
    }

.sts .btn-group.bootstrap-select.open .btn
{
    border: 1px solid #dcdcdc;
    background-color: #f3fbff !important;
}

.sts .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn)
{
    width: 120px;
}

.ld-name
{
    float: left;
    width: 200px;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 14px;
    color: #333;
    padding-left: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.lead-details table tr:hover .ld-name a
{
    text-decoration: none;
}

.ld-name a
{
    display: inline-block;
    overflow: hidden;
    padding-top: 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lead-details table tr:hover .ld-name a
{
    color: #3b78e7;
    text-decoration: none;
}

    .lead-details table tr:hover .ld-name a.aPhoneNumber
    {
        color: #3b78e7;
    }

.lead-details table tr .ld-name a:hover
{
    color: #3b78e7;
    text-decoration: underline;
}

.ld-name a:hover
{
    color: #3b78e7;
}

.lead-details table tbody tr.active::after
{
    background: #186fc8 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    width: 4px;
}

.actionButtons_list .grn-btn
{
    margin-left: 8px;
}

.subheader ul.sub-navigation li.actionButton_item
{
    margin: 4px 16px 0;
}

.lead-list-page .leads-table .ProfileImageComponent-circle
{
    background: #ccc none repeat scroll 0 0;
    float: left;
    height: 33px;
    width: 33px;
    margin-right: 5px;
    padding: 6px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
}

.lead-list-page .leads-table .ProfileImageComponent-circle
{
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.lead-details table tbody tr.active td .note-btns a i.material-icons
{
    color: #555555;
}

.lead-details table tbody tr:hover td .note-btns a i.material-icons
{
    color: #555555;
}

.lead-view-sidebar .mdl_tabs .nav-tabs
{
    border: none !important;
}

    .lead-view-sidebar .mdl_tabs .nav-tabs a
    {
        border: none !important;
    }

        .lead-view-sidebar .mdl_tabs .nav-tabs a:before
        {
            display: none;
        }

    .lead-view-sidebar .mdl_tabs .nav-tabs li
    {
        border: none !important;
    }

        .lead-view-sidebar .mdl_tabs .nav-tabs li.active a
        {
            background: #186fc8 none repeat scroll 0 0 !important;
            color: #ffffff !important;
        }

        .lead-view-sidebar .mdl_tabs .nav-tabs li a
        {
            background: transparent !important;
            border-radius: 50px !important;
            color: #333333 !important;
            font-size: 14px !important;
            font-weight: 400 !important;
            height: 30px !important;
            line-height: 30px !important;
            padding: 0 10px;
        }

.addNote_block
{
    margin-left: -15px;
    margin-right: -15px;
    background: #ffffff;
    padding: 20px 25px;
    margin-bottom: 10px;
    border-top: 1px solid #e5e5e5;
}

.addNote_block_heading
{
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #333333;
    margin-bottom: 15px;
}

    .addNote_block_heading i
    {
        color: #49b04b;
        font-size: 17px;
        margin-right: 5px;
    }

.addNote_textarea_wrapper
{
    border: 1px solid #e9e9e9;
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .12);
    background: #fff;
}

    .addNote_textarea_wrapper textarea
    {
        border: none;
        width: 100%;
        height: 70px;
        display: block;
        padding: 10px 15px 0;
        overflow: hidden;
        outline: none !important;
        resize: none;
        box-shadow: none;
        background: transparent;
        cursor: pointer;
    }

.addNote_textarea_bottom
{
    padding: 7px 12px;
    border-top: 1px solid #e9e9e9;
    clear: both;
    display: none;
    width: 100% !important;
    text-align: right;
}

.item-view-sidebar.lead-view-sidebar .modal-header
{
    padding: 20px 25px 12px;
    border: none;
    border-bottom: 1px solid #e5e5e5;
}

.lead-view-sidebar .actionButtons_list.with_text ul li a
{
    color: #333333;
}

.lead-view-sidebar .actionButtons_list.with_text ul li
{
    font-size: 14px;
    font-weight: 400;
}

.addNote_textarea_wrapper.active
{
    background: #ffffff;
}

    .addNote_textarea_wrapper.active .addNote_textarea
    {
        cursor: text;
    }

    .addNote_textarea_wrapper.active .addNote_textarea_bottom
    {
        display: block;
    }

.actionButtons_list.with_text ul.sub-navigation #convert-lead-btn
{
    color: #fff;
    padding: 7px 12px;
    position: absolute;
    right: 0;
    top: -8px;
}

.lead-view-sidebar .sts .bootstrap-select > .dropdown-toggle
{
    border: 1px solid #e2e2e2;
    padding-top: 5px;
}

.item-view-sidebar .actionButtons_list
{
    margin-left: -25px;
    margin-right: -25px;
    margin-top: 0;
    padding: 2px 25px;
}

.item-view-sidebar.lead-view-sidebar .actionButtons_list.with_text li
{
    margin-left: 22px;
}

    .item-view-sidebar.lead-view-sidebar .actionButtons_list.with_text li:first-child
    {
        margin-left: 0px;
    }

.ProfileImageComponent_initials
{
    font-size: 16px;
    font-weight: 400;
}

.lead-details table thead tr
{
    border-bottom: 1px solid #dcdcdc;
}

.lead-view-sidebar .modal-header_actions .flat-button i
{
    color: #8a8a8a;
    font-size: 18px;
}

.lead-view-sidebar .flat-button
{
    padding: 0 2px;
}

.ld-more.leads-part i.material-icons
{
    display: none;
}

.field-row.add-tag-part {
    padding-bottom: 40px;
    border: none;
}

.find-leads-main .find-leads h4
{
    border-bottom: 1px solid #e6e6e6;
    color: #111111;
    font-size: 21px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 31px;
    margin-top: 0;
    padding-bottom: 22px;
    padding-top: 2px;
}

.find-leads-main .material-icons.ic_circule
{
    margin-right: 15px;
}

.find-leads-main .find-leads
{
    padding: 10px 0;
}

.find-leads-main
{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ebecee;
    border-radius: 0;
    box-shadow: 0 0 1px -7px rgba(227, 227, 227, 0.8), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 7px 3px rgba(227, 255, 255, 0.18);
    margin: 40px auto 0;
    padding: 18px 40px;
    width: 980px;
}

.find-leads h4
{
    color: #333333;
    font-size: 16px;
    padding-bottom: 20px;
    padding-top: 10px;
}

.find-leads .form-group label
{
    font-size: 13px;
    color: #555555;
    font-weight: 400;
    margin-bottom: 8px;
}

.find-leads .form-group select
{
    height: 34px;
    width: 100%;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    appearance: none;
    color: #111111;
    background: url(../img/arrow-drop-select.png) no-repeat #ffffff;
    background-position: 94% center;
    padding: 6px 0;
}

    .find-leads .form-group select option
    {
        padding: 3px 10px;
    }

.find-lead .right-main-leads.left-main-leads
{
    float: right;
}

.find-lead .left-main-leads
{
    float: left;
    margin-left: 1%;
    width: 47%;
}

.find-leads .form-group input[type="text"]
{
    border: none;
    border-bottom: 1px solid #e6e6e6;
    height: 40px;
    padding: 0;
    color: #333333;
    font-size: 14px;
    width: 100%;
}

.find-leads ::-webkit-input-placeholder
{
    color: #bababa;
    opacity: 1;
}

.find-leads :-moz-placeholder
{
    color: #bababa;
    opacity: 1;
}

.find-leads ::-moz-placeholder
{
    color: #bababa;
    opacity: 1;
}

.find-leads :-ms-input-placeholder
{
    color: #bababa;
    opacity: 1;
}

.find-leads .btn-success.focus,
.find-leads .btn-success:focus
{
    background-color: #46ac4c;
    border-color: #46ac4c;
    color: #ffffff;
    outline: none !important;
}

.find-leads .btn-success
{
    background-color: #52bb58;
    padding: 10px 17px;
    border-radius: 3px;
    border-color: #52bb58;
}

    .find-leads .btn-success:hover
    {
        background-color: #46ac4c;
        border-color: #46ac4c;
        color: #fff;
    }

.find-leads-main .form-group
{
    clear: both;
    margin-bottom: 35px;
}

.find-leads-main .find-leads .btn-success .material-icons
{
    float: left;
    font-size: 21px;
    padding-right: 8px;
    padding-top: 2px;
}

.google-powered-find-lead
{
    display: table;
    margin: 34px auto 0;
}

.find-leads-main .find-leads .btn-success
{
    font-size: 16px;
    float: right;
    width: auto;
}

.find-leads-main .find-leads .form-group select
{
    background-position: 99% center;
    transition-duration: 0.2s;
    outline: none !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    height: 40px;
    width: 100%;
}

.find-leads-main .find-leads .form-group input
{
    height: 40px;
}

.validationMessage
{
    color: #b94a48;
    margin-top: 5px;
    font-size: 14px;
}

.main-left-panel
{
    padding-left: 0;
    padding-right: 0;
    height: 100%;
    position: fixed;
    background: #ffffff;
    border-right: 1px solid #dedede;
    width: 250px;
    padding-bottom: 54px;
    z-index: 9;
}

.lead-details-srch
{
    background: #fff none repeat scroll 0 0;
}

a.createProposalBtn
{
    background: #52bb58;
    color: #fff;
    padding: 5px 15px;
    font-weight: 400;
    margin-right: 27px;
    border-radius: 3px;
}


/* active state */

.find-leads-main select:focus ~ label,
.find-leads-main select:valid ~ label,
.find-leads-main input:focus ~ label,
.find-leads-main input:valid ~ label
{
    top: -20px;
    font-size: 14px;
    color: #5264AE;
}


/* BOTTOM BARS ================================= */

.find-leads-main .bar
{
    position: relative;
    display: block;
    width: 100%;
}

    .find-leads-main .bar:before,
    .find-leads-main .bar:after
    {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #186fc8;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .find-leads-main .bar:before
    {
        left: 50%;
    }

    .find-leads-main .bar:after
    {
        right: 50%;
    }


/* active state */

.find-leads-main select:focus ~ .bar:before,
.find-leads-main select:focus ~ .bar:after,
.find-leads-main input:focus ~ .bar:before,
.find-leads-main input:focus ~ .bar:after
{
    width: 50%;
}


/* HIGHLIGHTER ================================== */

.find-leads-main .highlight
{
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}


/* active state */

.find-leads-main select:focus ~ .highlight,
.find-leads-main input:focus ~ .highlight
{
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}


/* ANIMATIONS ================ */

@-webkit-keyframes inputHighlighter
{
    from
    {
        background: #186fc8;
    }

    to
    {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter
{
    from
    {
        background: #186fc8;
    }

    to
    {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter
{
    from
    {
        background: #186fc8;
    }

    to
    {
        width: 0;
        background: transparent;
    }
}

.blue-theme .after-search-div .right-panel
{
    box-sizing: border-box;
    float: left;
    padding: 0;
    width: 100%;
}

.inner-content-bar .main-left-panel
{
    height: 100%;
    transform: translate(360px);
    -ms-transform: translate(360px);
    -webkit-transform: translate(360px);
    position: fixed;
    transition: transform 0.2s ease 0s, top 0.2s ease-in-out 0s;
    -webkit-transition: transform 0.2s ease 0s, top 0.2s ease-in-out 0s;
    -ms-transition: transform 0.2s ease 0s, top 0.2s ease-in-out 0s;
    width: 360px;
    z-index: 999;
    right: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    border: none;
    top: 57px;
}

.rightSidebar-active .inner-content-bar .main-left-panel
{
    transform: translate(0px);
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
}

.after-search-div .find-leads h4 i
{
    float: left;
    margin-right: 8px;
    position: relative;
    cursor: pointer;
    top: -2px;
}

.inner-content-bar .main-left-panel.nav-up
{
    top: 0;
}

.subheader
{
    padding: 15px 0;
}

.sidebar-block .filter-nav
{
    background: #f5f5f5 none repeat scroll 0 0;
    border-bottom: 1px solid #e4ecef;
    float: left;
    padding: 8px 10px;
    width: 100%;
}

.blue-theme .lft-wht-bx .filter-nav h3
{
    background: transparent none repeat scroll 0 0;
    margin-bottom: 0;
    padding-left: 0;
    width: 100%;
}

.blue-theme .filter-nav h3
{
    color: #333;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 3px;
}

.sidebar-block .filter-nav i.material-icons
{
    color: #757575;
    float: left;
    font-size: 16px;
    margin-right: 5px;
    margin-top: 2px;
}

.filter.save-all
{
    border-right: 1px solid #85b1dd;
    padding-right: 14px;
}

    .filter.save-all:last-child
    {
        padding-right: 0;
        border: none;
    }

.blue-theme .lft-wht-bx .filter-nav h3 span
{
    padding-left: 0;
    padding-top: 2px;
    display: inline-block;
}

.filter
{
    color: #ffffff;
    float: left;
    font-size: 13px;
    margin-top: 10px;
    margin-left: 24px;
    position: relative;
}

    .filter a
    {
        color: #fff;
    }

    .filter.save-all ul.action-col li a i.material-icons
    {
        font-size: 18px;
        color: #fff;
        padding-right: 11px;
    }

.filter-detail
{
    float: left;
    color: #ffffff;
    font-size: 18px;
}

    .filter-detail span
    {
        padding-right: 7px;
    }

.filter .material-icons
{
    float: left;
    font-size: 18px;
    padding-right: 10px;
}

.filter.sort.save-all
{
    border: medium none;
}

.filter-area .pull-left
{
    padding-top: 7px;
}

.modify_search_result .white_btn
{
    border-radius: 3px;
    color: #333333;
    height: 38px;
    line-height: 22px;
    padding: 8px 20px;
}

    .modify_search_result .white_btn i
    {
        float: left;
        font-size: 15px;
        padding-right: 9px;
        padding-top: 3px;
    }

.modify_search_result
{
    float: right;
    margin-left: 5px;
}

.blue-theme .search-profile > span a
{
    color: #111111;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
}

.search-profile > span
{
    color: #006295;
    display: block;
    font-size: 14px;
    max-width: 510px;
    margin-bottom: 1px;
    width: 100%;
}

.search-profile p
{
    clear: both;
    color: #888888;
    font-size: 13px;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
}

.right-reviews {
    color: #fdb85b;
    float: left;
    font-size: 12px;
    margin-top: 4px;
}

.blue-theme .find-search-result .lead-details table tr td:nth-child(3)
{
    width: 18%;
}

.blue-theme .find-search-result .lead-details table tr td:nth-child(5)
{
    width: 11%;
}

.blue-theme .find-search-result .lead-details table tr td:nth-child(4)
{
    width: 26%;
}

.find-search-result .lead-details table tr td:nth-child(2)
{
    width: 34%;
}

.filter-area .save-btn .save-all
{
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-size: 13px;
    padding: 3px 0 0 19px;
}

    .filter-area .save-btn .save-all i
    {
        float: left;
        font-size: 18px;
        padding-right: 4px;
    }

.filter.sort.save-all .filter-tip
{
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    clear: both;
    right: 0;
    position: absolute;
    z-index: 99;
    float: left;
    padding: 4px;
    top: 38px;
    width: 388px;
    display: none;
}

    .filter.sort.save-all .filter-tip .filter-tip-fld-name
    {
        color: #333;
        float: left;
        font-size: 14px;
        padding-top: 6px;
        width: 135px;
    }

.action_card_menu .dropdown-menu > li > a
{
    padding: 7px;
}

.filter.sort.save-all .filter-tip select
{
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    color: #333;
    float: left;
    background: #fff url("/../LLP_Content/images/arrow-sel.png") no-repeat scroll right 56%;
    height: 30px;
    padding: 3px;
    width: 125px;
}

.filter.sort.save-all .filter-tip input
{
    border: 1px solid #eaeaea;
    border-radius: 3px;
    float: left;
    height: 30px;
    color: #333;
    padding: 0 9px;
    margin-left: 10px;
    width: 100px;
}

.filter-tip-row
{
    background: #eff3f8 none repeat scroll 0 0;
    float: left;
    margin-bottom: 4px;
    padding: 4px;
    width: 100%;
}

    .filter-tip-row .apply-filter-btn
    {
        background: #186fc8 none repeat scroll 0 0;
        border: medium none;
        border-radius: 3px;
        color: #ffffff;
        float: left;
        padding: 6px 10px;
    }

    .filter-tip-row .clear-filter-btn
    {
        background: #cacaca none repeat scroll 0 0;
        border: medium none;
        border-radius: 3px;
        color: #fff;
        float: left;
        margin-left: 4px;
        padding: 6px 10px;
    }

.filter.save-all .action-col .dropdown-menu li
{
    border-bottom: 1px solid #eaeaea;
    padding: 5px 18px;
    width: 100%;
}

.filter.save-all .sub-sort-head
{
    clear: both;
    display: block;
}

.filter.save-all .action-col .dropdown-menu
{
    left: 0;
    width: 170px;
    transform: none;
    transition: none 0s ease 0s;
    -webkit-transform: none;
    -webkit-transition: none 0s ease 0s;
    -ms-transform: none;
    opacity: 1;
    -ms-transition: none 0s ease 0s;
    display: none;
}

    .filter.save-all .action-col .dropdown-menu li
    {
        border-bottom: 1px solid #eaeaea;
        margin: 0;
        padding: 10px 18px;
    }

        .filter.save-all .action-col .dropdown-menu li a
        {
            color: #333;
            margin: 0;
        }

.sub-navigation.pull-right.search-right.search_stop
{
    float: left !important;
    padding: 2px 0 0;
}

.common_all_filter
{
    float: right;
}

button.searching-leads img
{
    margin-right: 6px;
    position: relative;
    top: -1px;
}

.grn-btn.search-btn
{
    background-color: #52bb58;
}

    .grn-btn.search-btn:hover
    {
        background-color: #46ac4c;
    }

.search-right .stop-searching-leads
{
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #111;
    font-weight: 400;
    height: 36px;
    padding: 0 12px;
}

.find-search-result ul.action-col a
{
    display: block;
    float: left;
    margin: 0;
    width: 28px;
    text-align: center;
}

    .find-search-result ul.action-col a i
    {
        color: #aaaaaa;
    }

    .find-search-result ul.action-col a.saved_lead_search i
    {
        color: #4fc73f;
    }

.lead-details table tbody tr:hover ul.action-col.for_search_result_page a i
{
    color: #555555;
}

.srch-det
{
    background: #eff3f8 none repeat scroll 0 0;
    border-radius: 0;
    float: left;
    padding: 15px 0;
    width: 100%;
}

    .srch-det .critria
    {
        float: left;
        width: 100%;
    }

        .srch-det .critria .det111
        {
            border-right: 1px solid #e1e1e1;
            float: left;
            padding: 5px;
            text-align: center;
            width: 94px;
        }

.save-saving-btn
{
    float: left;
}

.pipline .column .columnHeader h3
{
    margin: 0;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.pipline .column .columnHeader .amount
{
    font-size: 13px;
    color: #888;
    margin-top: 2px;
}

.pipline .column .columnHeader .percentage
{
    background: transparent;
    border-radius: 50px;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    height: 40px;
    margin-left: auto;
    padding: 9px 1px;
    text-align: right;
    vertical-align: middle;
    width: 40px;
}

.pipline .column.active .columnHeader .percentage
{
    color: #fff;
}

.pipline .column.active .columnHeader
{
    border-bottom-color: #49b944;
}

    .pipline .column.active .columnHeader img.pipline_arrow
    {
        display: none;
    }

        .pipline .column.active .columnHeader img.pipline_arrow.active
        {
            display: block;
        }

.dealsCard_list
{
    padding: 10px;
    list-style: none;
    margin: 0;
    width: 100%;
    position: relative;
    padding: 0;
    overflow-y: auto;
}

body.skin-blue.sidebar-mini.blue-theme.hidden_deal_scroll
{
    overflow: hidden;
}

.deal-card
{
    background: #fff none repeat scroll 0 0;
    border: 1px solid rgb(233, 233, 233);
    border-radius: 2px;
    box-shadow: 0.3px 0.76px 1px 0.01px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    height: 103px;
    position: relative;
    margin-bottom: 0;
    padding: 10px;
}

    .deal-card:hover,
    .deal-card.move
    {
        border: 1px solid #d5d5da;
    }

    .deal-card.move
    {
        -ms-transform: rotate(2deg);
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
        cursor: -webkit-grabbing !important;
    }

    .deal-card .deal-stats
    {
        width: 15px;
        height: 100%;
        display: inline-block;
        float: left;
        padding-top: 6px;
    }

        .deal-card .deal-stats .status
        {
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #888;
            display: block;
        }

.pipline .column:last-child .action_card_menu ul
{
    left: inherit;
    right: 0;
}

.top_sec_card_head
{
    display: flex;
}

.action_card_menu .material-icons
{
    font-size: 22px;
    width: 12px;
}

.action_card_menu .dropdown-toggle
{
    border: 1px solid transparent;
    color: #888888;
    display: block;
    height: 21px;
    line-height: normal;
    transition: all 0.3s cubic-bezier(0.155, 1.105, 0.295, 1.12) 0s, opacity 0.1s linear 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.155, 1.105, 0.295, 1.12) 0s, opacity 0.1s linear 0s;
    -ms-transition: all 0.3s cubic-bezier(0.155, 1.105, 0.295, 1.12) 0s, opacity 0.1s linear 0s;
    width: 14px;
}

.action_card_menu ul.dropdown-menu li span
{
    font-size: 13px;
}

.action_card_menu ul.dropdown-menu .material-icons
{
    float: left;
    font-size: 16px;
    margin-right: 10px;
}

.action_card_menu.open .dropdown-toggle
{
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 1px -7px rgba(227, 227, 227, 0.8), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 7px 3px rgba(227, 255, 255, 0.18);
    height: 21px;
    color: #4fc73f;
    width: 24px;
}

.action_card_menu .dropdown-menu
{
    left: inherit;
    margin: -2px 0 0;
    min-width: 135px;
    right: 0;
}

.action_card_menu.dropdown
{
    margin-left: auto;
    display: none;
}

.deal-card .deal-stats .status.Potential
{
    background: #f4b400;
}

.deal-card .deal-stats .status.Won
{
    background: #49b04b;
}

.deal-card .deal-stats .status.Lost
{
    background: #e64c42;
}

.deal-card .deal-content
{
    float: right;
    width: 100%;
    width: calc(100% - 5px);
}

.deal-card .card-head .deal-name
{
    font-size: 13px;
    font-weight: 500;
    color: #111111;
    margin-bottom: -2px;
    display: inline-block;
}

.deal-owner
{
    display: flex;
}

.deal-card .card-head .deal-name:hover
{
    text-decoration: underline;
}

.deal-card .deal-client-name
{
    color: #888888;
    font-size: 12px;
}

.deal-card .card-bottom
{
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.closing_date
{
    align-self: center;
}

.deal-card .card-bottom .user-image
{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 5px;
}

.closing_date > span
{
    color: #555555;
    font-size: 11px;
    font-weight: 500;
}

    .closing_date > span.date_closing
    {
        font-weight: 400;
        margin-left: 2px;
    }

        .closing_date > span.date_closing.overdue_active
        {
            color: #e64c42;
        }

.deal-card .card-bottom .ProfileImageComponent-circle
{
    width: 25px;
    height: 25px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .deal-card .card-bottom .ProfileImageComponent-circle .ProfileImageComponent_initials
    {
        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
    }

.deal-card .card-bottom .user-image img
{
    max-width: 100%;
    min-height: 100%;
}

.deal-card .card-bottom .close-date
{
    color: #555;
    font-size: 12px;
    font-weight: 600;
    margin-left: 12px;
    /* margin-left: auto; */
}

    .deal-card .card-bottom .close-date span
    {
        font-weight: 400;
    }

.late
{
    color: #e64c42;
}

.deal-card .card-bottom .deal-value
{
    color: #333;
    font-size: 12px;
    font-weight: 400;
    margin-left: auto;
    margin-top: 4px;
    max-width: 100px;
    text-align: right;
}

.deal-card .columnTitle
{
    width: 85%;
}

.deal-card .deal-value
{
    width: 25%;
    display: inline-block;
    text-align: right;
    font-size: 11px;
    color: #969ca0;
}

.deal_name_card
{
    width: 85%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.total_value .odometer
{
    height: 14px;
    color: #ffffff;
}

.Dropdown-selectPipline button.btn
{
    background: #fff !important;
    height: 35px !important;
    font-weight: 400;
    margin: 0 !important;
    border-color: #d1d1d1 !important;
    border: none;
    border-radius: 2px;
}

.deallisting#div_MainBodyContent .subheader ul.sub-navigation li.actionButton_item
{
    margin: 4px 0 0;
}

.deal-page .subheader ul.sub-navigation li.actionButton_item
{
}

.pipline
{
    background: #f2f2f2 none repeat scroll 0 0;
    display: flex;
    flex-grow: 1;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 5px;
    position: relative;
    width: 100%;
}

.pipline_header
{
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    border-bottom: 1px solid #e9e9e9;
    height: 60px;
    width: 100%;
    display: none;
    background: #fff;
    position: absolute;
}

.pipline .column {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 3px;
    -webkit-flex-shrink: 0 !important;
    flex-shrink: 0 !important;
    flex-wrap: nowrap;
    width: 340px;
    position: relative;
    flex-wrap: wrap;
    align-content: flex-start;
    height: calc(100vh - 159px);
}

    .pipline .column .columnHeader
    {
        height: 60px;
        padding: 15px 15px 15px 14px;
        width: 100%;
        border: 1px solid rgb(233, 233, 233);
        box-shadow: 0.5px 0.866px 2px 0 rgba(0, 0, 0, 0.03);
        position: relative;
        display: flex;
        background: #ffffff;
        align-items: center;
        z-index: 9;
    }

.columnHeader img.pipline_arrow
{
    z-index: 1;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
}

    .columnHeader img.pipline_arrow.active
    {
        display: none;
    }

.lead-detail-page
{
    margin-bottom: 10px;
}

.main-footer
{
    background: #f2f2f2 none repeat scroll 0 0;
    clear: both;
    color: #444;
    float: left;
    padding: 10px 0;
    width: 100%;
}

.ui-sortable-placeholder
{
    height: 103px;
    background: url('../img/deal-card-placeholder.png') no-repeat center center;
}

.action_card_menu ul.dropdown-menu .material-icons
{
    float: left;
    font-size: 16px;
    margin-right: 10px;
    margin-top: 1px;
}

.action_card_menu ul.dropdown-menu li span
{
    font-size: 13px;
}

.effect_animation_icon
{
    -webkit-animation-name: changingcolor;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s;
    /* Safari 4.0 - 8.0 */
    animation-name: changingcolor;
    animation-duration: 4s;
}


/* Safari 4.0 - 8.0 */

@-webkit-keyframes changingcolor
{
    0%
    {
        color: #dc746b;
    }

    25%
    {
        color: #4fc73f;
    }

    50%
    {
        color: #a093ed;
    }

    100%
    {
        color: #186fc8;
    }
}


/* Standard syntax */

@keyframes changingcolor
{
    0%
    {
        color: #dc746b;
    }

    25%
    {
        color: #4fc73f;
    }

    50%
    {
        color: #a093ed;
    }

    100%
    {
        color: #186fc8;
    }
}

.status_boxes
{
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: fixed;
    display: block;
    background-color: #ffffff;
    border-top: 1px solid #e9e9e9;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .19), 0 1px 6px rgba(0, 0, 0, .12);
    opacity: .9;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 101;
    bottom: -107px;
}

    .status_boxes .status_content
    {
        width: 990px;
        margin-left: auto;
        margin-right: auto;
    }

.status_box_drop_target
{
    padding: 17px 10px;
    display: inline-block;
}

.status_box.lost
{
    background-color: #db4437;
    color: #fff;
}

.status_box
{
    width: 467px;
    height: 72px;
    padding: 26px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    z-index: 1000;
    border-radius: 2px;
}

    .status_box.won
    {
        background-color: #52bb58;
        color: #fff;
    }

.list_pageSearch ::-webkit-input-placeholder
{
    /* Chrome/Opera/Safari */
    color: #fff;
    opacity: 1;
}

.list_pageSearch ::-moz-placeholder
{
    /* Firefox 19+ */
    color: #fff;
    opacity: 1;
}

.list_pageSearch :-ms-input-placeholder
{
    /* IE 10+ */
    color: #fff;
    opacity: 1;
}

.list_pageSearch :-moz-placeholder
{
    /* Firefox 18- */
    color: #fff;
    opacity: 1;
}

.task_completed_check i.fa.fa-check-circle
{
    font-size: 30px;
    color: #43c86f;
    margin-top: 0;
    cursor: pointer;
}

.task_completed_check i.fa.fa-check-circle-o
{
    color: #d4d4d4;
    cursor: pointer;
    font-size: 30px;
    margin-top: 0;
}

.tasktittle a
{
    color: #111111;
    font-size: 14px;
    font-weight: 400;
}

.taskBubble:before
{
    content: '';
    display: inline-block;
    background-color: #fff;
    width: 16px;
    height: 32px;
    position: absolute;
    left: -13px;
    top: -2px;
    bottom: 0;
    border-radius: 50%;
    box-shadow: 1px 0 0 rgba(0, 0, 0, .04);
}

.taskBubble
{
    width: 101px;
    background: rgba(118, 249, 118, 0.28);
    padding: 5px 10px;
    position: absolute;
    max-width: 105px;
    /* text-rendering: inherit; */
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 27px;
}

.fa-check-circle-o:before
{
    position: relative;
    z-index: 99;
}

.fa-check-circle:before
{
    position: relative;
    z-index: 99;
}

.tasktittle
{
    font-weight: 600;
}

    .tasktittle.done
    {
        text-decoration: line-through;
    }

    .tasktittle .innerspan
    {
        font-size: 12px;
        color: gray;
    }

.tablerow
{
    margin-top: 10px;
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 10px;
}

.taskdesc
{
    margin-left: 35px;
    margin-top: -15px;
}

    .taskdesc.done
    {
        text-decoration: line-through;
    }

.taskdone
{
    cursor: pointer;
    color: #ffffff;
}

.taskpending
{
    cursor: pointer;
    color: #ffffff;
}

.note-btns > a
{
    color: #aaaaaa;
}

    .note-btns > a i
    {
        font-size: 19px;
    }

.tasktittle i.material-icons
{
    color: #8f8f8f;
    font-size: 18px;
    position: relative;
    top: 4px;
}

.note-btns
{
    float: left;
}

.blue-theme .lead-details table tbody.task_table tr td:nth-child(4n)
{
    width: 12%;
}

.blue-theme .lead-details table tbody.task_table tr td:nth-child(7n)
{
    width: 10%;
}

.blue-theme .lead-details table tbody.task_table tr td:nth-child(5)
{
    width: 14%;
}

.blue-theme .all-acts ul li span.created_name_user .blue-theme .lead-details table tbody.task_table tr td:nth-child(3n)
{
    width: 12%;
}

.task_new_sidebaar .modal-content .modal-header
{
    border-bottom: 1px solid #e9e9e9;
    float: left;
    padding-bottom: 20px;
}

.sepration_divider
{
    border-left: 1px solid #d2dbe4;
    padding: 0 8px;
}

.asigned_to_with
{
    color: #888888;
}

.item-detail-sidebar-sub-title span.main_sep_task
{
    margin: 0;
}

.item-detail-sidebar-sub-title span:first-child
{
    margin-left: 0;
}

.main_sep_task.due_date_task
{
    padding-right: 6px;
}

.task_new_sidebaar.lead-view-sidebar .item-detail-sidebar-sub-title
{
    text-overflow: ellipsis;
    white-space: nowrap;
}

.modal.item-view-sidebar.task_new_sidebaar.lead-view-sidebar .modal-body
{
    margin-top: 100px;
    padding: 15px 25px;
}

.task_attachement_modal > ul
{
    margin: 0;
    padding-left: 21px;
}

.task_attachement_modal .left_doc_type
{
    float: left;
}

    .task_attachement_modal .left_doc_type img
    {
        margin-right: 7px;
        max-width: 100%;
        width: 16px;
        height: 16px;
    }

.task_attachement_modal .right_action_task
{
    float: right;
}

    .task_attachement_modal .right_action_task a i.material-icons
    {
        color: #aaaaaa;
        font-size: 16px;
    }

    .task_attachement_modal .right_action_task a
    {
        display: block;
        float: left;
        height: 17px;
        line-height: normal;
        margin-left: 11px;
    }

.task_attachement_modal .title_attach_modal i.material-icons
{
    color: #898989;
    float: left;
    font-size: 16px;
    margin-right: 6px;
    margin-top: 2px;
}

.task_attachement_modal ul li
{
    border-top: 1px solid #f2f2f2;
    float: left;
    position: relative;
    padding: 8px 0;
    width: 100%;
}

    .task_attachement_modal ul li:first-child
    {
        border: none;
    }

.task_attachement_modal .left_doc_type
{
    color: #333333;
    float: left;
    font-size: 13px;
}

.title_attach_modal
{
    display: block;
    margin-bottom: 10px;
}

.task_attachement_modal
{
    padding: 20px 0 0;
}

.right_comment_modal_task span
{
    display: block;
}

.user_image_left
{
    align-self: center;
    border-radius: 50px;
    float: left;
    height: 36px;
    overflow: hidden;
    position: absolute;
    vertical-align: middle;
    width: 36px;
}

.task_attachement_modal.comment_modal_published ul li
{
    padding: 15px 0;
}

.user_image_left > img
{
    align-content: center;
    align-self: center;
    max-width: 100%;
}

.right_comment_modal_task
{
    padding-left: 50px;
}

    .right_comment_modal_task span.time_ago_comment
    {
        color: #888888;
        font-size: 13px;
        margin-bottom: 15px;
    }

.task_attachement_modal.comment_modal_published ul
{
    padding: 0;
}

.right_comment_modal_task > p a
{
    color: #1266ea;
    display: block;
}

.task_new_sidebaar .addNote_block > span
{
    display: block;
    margin-bottom: 8px;
    text-align: left;
}

.attched_file_task
{
    color: #888888;
    margin-top: 12px;
    font-weight: 300;
    font-size: 13px;
    text-align: left;
}

    .attched_file_task i
    {
        float: left;
        font-size: 18px;
        margin-right: 3px;
    }

.task_new_sidebaar .addNote_block
{
    border: none;
    padding: 0 25px;
}

.blue-theme .lead-details table tbody.task_table tr td:nth-child(2)
{
    width: 38%;
}

.note-btns > a:hover i
{
    color: #555;
}

.modal-dialog
{
    left: 0;
    right: 0;
    margin-bottom: 30px !important;
}

.modal-open {
    /*overflow: inherit !important;*/
    padding-right: 0 !important;
}

.modal.item-view-sidebar .modal-dialog
{
    position: absolute;
    padding: 0;
    margin: 30px auto;
    width: 760px;
}

.modal.item-view-sidebar .modal-content
{
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 825px;
    border-radius: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    border: none;
    width: 100%;
}

.item-view-sidebar.sticky-enroll
{
    top: 0;
}

    .item-view-sidebar.sticky-enroll .modal-dialog
    {
        position: fixed;
        top: 0;
    }

.main-left-panel.visible_left_panel
{
    background: transparent;
    position: static;
    float: none;
    transform: none;
    box-shadow: none;
    width: 21.7%;
    padding: 0 5px 0 15px !important;
}

.list-detail .content-wrapper
{
    padding-top: 15px;
}

.shadow_effect
{
    box-shadow: 0 0 0.99px 0.01px rgba(0, 0, 0, 0.1), 1px 1.732px 3px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    margin-bottom: 8px !important;
}

.list-detail .subheader
{
    width: 100%;
    padding: 10px 0;
}

.page-heading .edit i.material-icons
{
    color: #a8c0e5;
    cursor: pointer;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.subheader ul.sub-navigation li a
{
    color: #ffffff;
}

.page-heading h1
{
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    margin: 0;
}

.up-img-det a
{
    color: #777;
    float: left;
    padding: 5px 0;
    width: 100%;
}

.lead-img:hover .ed-img-lead-img
{
    display: block;
}

.ed-img-lead-img a i
{
    font-size: 15px;
}

.remove-photo
{
    clear: both;
    padding-top: 10px;
}

.up-img-det a span
{
    float: left;
    width: 100%;
}

.up-img-det
{
    background-color: #ffffff;
    border-radius: 4px;
    color: #fff;
    display: none;
    font-family: "opensemibold";
    font-size: 12px;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 100%;
}

.subheader .ProfileImageComponent-circle span
{
    display: block;
    padding-top: 9px;
}

.subheader .ProfileImageComponent-circle .lead-img img
{
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.lead-img:hover .up-img-det .material-icons
{
    margin-top: 2px;
}

.subheader .ProfileImageComponent-circle
{
    height: 36px;
    width: 36px;
    overflow: hidden;
    padding: 0px;
    position: relative;
}

.page-heading.top-full-page h1
{
    margin: 6px 0 0 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    overflow: hidden;
}

.page-heading.top-full-page
{
    white-space: nowrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.ed-img-lead-img
{
    border-radius: 5px;
    color: #fff;
    display: none;
    font-family: "opensemibold";
    font-size: 12px;
    height: 36px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0px;
    vertical-align: middle;
    width: 36px;
    border-radius: 50px;
}

    .ed-img-lead-img a
    {
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 0 0 0 2px;
        color: #fff;
        float: right;
        height: 100%;
        padding: 9px;
        text-align: center;
        width: 100%;
    }

        .ed-img-lead-img a img
        {
            border: medium none !important;
            float: left;
            height: auto !important;
            margin: 0;
            width: 12px !important;
        }

.subheader ul.sub-navigation li a.white_btn
{
    color: #333;
}

.common_all_detail .subheader ul.sub-navigation li
{
    align-content: center;
    align-self: center;
}

.common_all_detail .left-side-bar .bootstrap-select.btn-group .dropdown-toggle .filter-option
{
    width: auto;
}

.common_all_detail .left-side-bar .leads-details-profile-panel .sts .bs-caret
{
    right: 0;
    opacity: 0.5;
}

.common_all_detail .left-side-bar .leads-details-profile-panel .sts .bootstrap-select > .dropdown-toggle
{
    background: transparent none repeat scroll 0 0 !important;
    padding-top: 3px;
    border: medium none;
    min-width: auto;
    padding-left: 0;
    width: auto;
}

.ldw.MinWd .btn.dropdown-toggle > span
{
    font-size: 14px;
}

.common_all_detail .left-side-bar .sts p,
.common_all_detail .left-side-bar .ldw p
{
    color: #333;
    font-size: 13px;
    line-height: 14px;
    font-weight: 400;
}

.ldw .caret
{
    background: url("../img/arrow-drop-icon.png") no-repeat scroll 0 0;
    height: 6px;
    width: 9px;
    opacity: 0.5;
    border: none;
}

.common_all_detail .left-side-bar .right-all
{
    padding-top: 0;
}

.common_all_detail #LeadsDetailLeftscroldiv
{
    padding: 0;
}

.mb5
{
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 25px;
}

.mb8
{
    padding: 0 25px 0;
    border-bottom: 1px solid #e6e6e6;
}

.blue-theme .leads-details-profile-panel .contact ul li.phn span
{
    line-height: 24px;
}

.primary_contact_main:last-child
{
    border-bottom: none;
}

.blue-theme .leads-details-profile-panel .contact ul li.ProfileIcon span.llp-us-f-name span
{
    color: #111111;
    font-size: 13px;
}

    .blue-theme .leads-details-profile-panel .contact ul li.ProfileIcon span.llp-us-f-name span.icon_edit_name_pop I.material-icons
    {
        color: #888888;
        font-size: 15px;
        margin-left: 3px;
        position: relative;
        top: 2px;
    }

.primary_contact_heading
{
    color: #333333;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.action_update_cancel_note
{
    clear: both;
    margin-bottom: 13px;
}

.blue-theme .leads-details-profile-panel .contact ul li
{
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    list-style: outside none none;
    margin-bottom: 5px;
    padding-left: 0;
}

.contact .primary_contact,
.contact .other_contact
{
    width: 100%;
}

.icon_edit_name_pop
{
    display: inline-block;
}

.primary_contact_heading > a
{
    color: #186fc8;
    float: right;
    font-size: 13px;
    text-align: right;
}

    .primary_contact_heading > a i.material-icons
    {
        float: left;
        font-size: 18px;
        margin-right: 3px;
    }

.other_contact_main
{
    margin-top: 15px;
}

.more_contact_left > a
{
    font-size: 13px;
    text-decoration: underline;
}

.source_and_data
{
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 20px;
}

.left-custm-field ul
{
    padding: 0;
}

.source_and_data
{
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 25px;
}

    .source_and_data ul
    {
        margin: 0;
        padding: 0;
    }

        .source_and_data ul li
        {
            float: left;
            margin-bottom: 5px;
            width: 100%;
        }

            .source_and_data ul li span
            {
                color: #333333;
                display: block;
                float: left;
                font-size: 13px;
                max-width: 100%;
                overflow: hidden;
                padding-left: 5px;
            }

                .source_and_data ul li span.file_name_custom
                {
                    color: #555555;
                }

    .source_and_data.links_data ul li span.source_text.file_name_custom
    {
        width: 28%;
    }

    .source_and_data.links_data ul li span
    {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 72%;
    }

        .source_and_data.links_data ul li span a
        {
            color: #333333;
        }

            .source_and_data.links_data ul li span a:hover
            {
                color: #3b78e7;
                text-decoration: underline;
            }

.mb12.mt12.lead-detail.shadow_effect:hover .source_and_data.links_data a
{
    color: #3b78e7;
}

.title_links_other
{
    color: #333333;
    display: block;
    font-weight: 400;
    margin-bottom: 8px;
}

.followers_area,
.tags_area
{
    padding: 15px 25px;
}

.blue-theme .profile-details a.tag
{
    border-radius: 4px;
    color: #656565;
    float: left;
    font-size: 13px;
    line-height: 27px;
    margin: 3px 6px 3px 0;
    padding: 2px 12px;
    border: 1px solid #b9b9b9;
    position: relative;
    transition: all 0.1s ease-in 0s;
}

    .blue-theme .profile-details a.tag .cross-hvr
    {
        background: #126fcb none repeat scroll 0 0;
        border-radius: 50px;
        display: none;
        height: 17px;
        position: absolute;
        right: -3px;
        top: -4px;
        width: 17px;
        z-index: 999;
    }

.blue-theme .rightSidebar_body:hover .profile-details a.tag
{
    color: #3b78e7;
}

.blue-theme .profile-details a.tag:hover
{
    border-color: #3b78e7;
}

.tags_area.shadow_effect:hover,
.followers_area.shadow_effect:hover
{
    box-shadow: 0 0 0.99px 0.01px rgba(0, 0, 0, 0.3), 1px 1.732px 3px 0 rgba(0, 0, 0, 0.3);
}

    .tags_area.shadow_effect:hover .profile-details a.tag
    {
        color: #3b78e7;
    }

followers_area.shadow_effect:hover .profile-details a.tag
{
    color: #3b78e7;
}

.followers_area.shadow_effect:hover .profile-details a.tag
{
    color: #3b78e7;
}

.tags_area.shadow_effect:hover .add-tags
{
    color: #3b78e7;
}

.followers_area.shadow_effect:hover .add-tags
{
    color: #3b78e7;
}

.blue-theme .profile-details a.tag:hover .cross-hvr
{
    display: block;
}

.blue-theme .profile-details .cross-hvr i.material-icons
{
    display: table;
    float: left;
    font-size: 10px;
    margin: 3px auto;
    color: #fff;
    text-align: center;
    width: 100%;
    padding-right: 2px;
}

.blue-theme .profile-details a.tag:hover
{
    opacity: 1;
}

.profile-details .add-tags
{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    cursor: pointer;
    float: left;
    font-size: 14px;
    height: 22px;
    color: #111111;
    border-bottom: 1px dashed #b5b5b5;
    line-height: 25px;
    margin: 0;
    text-decoration: none !important;
    text-transform: none;
}

    .profile-details .add-tags:hover
    {
        color: #186fc8;
    }

.add-tag
{
    display: none;
    float: left;
    font-size: 12px;
    margin-top: 4px;
    width: 100%;
}

.blue-theme .add-tag input[type="text"]
{
    border: none;
    border-bottom: 1px solid #dfdfdf;
    border-radius: 3px;
    float: left;
    font-size: 11px;
    height: 26px !important;
    outline: medium none;
    padding: 0 1%;
    width: 61% !important;
    height: 20px;
}

.subheader ul.sub-navigation li a.close-note
{
    color: #afaeae;
}

.blue-theme .bottom-activity ul li span.added_action
{
    padding-right: 3px;
}

.add-tag .tag-save
{
    background: #46ac4c none repeat scroll 0 0;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 11px;
    height: 26px;
    margin-left: 2%;
    outline: medium none;
    width: 19%;
}

.tag-cncl
{
    color: #888888;
    font-size: 21px;
    line-height: 25px;
    padding-left: 7px;
}

    .tag-cncl .material-icons
    {
        margin-top: 1px;
    }

.followers_area select
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    width: 100%;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    border: none;
    border-bottom: 1px solid #dfdfdf;
    background: #ffffff url("../img/arrow-drop-select.png") no-repeat scroll 100% center;
}

.right-panel.main-right-panel
{
    padding-left: 3px;
    float: none;
    padding-right: 5px;
}

.main_detail_all_common
{
    display: flex;
}

.blue-theme .lrg-panel .nav-tabs > li > a
{
    font-size: 14px;
    border: none;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    border-radius: 4px;
}

.blue-theme .lrg-panel .nav-tabs > li.active > a
{
    background: #186fc8 none repeat scroll 0 0;
    color: #ffffff;
}

.blue-theme .lrg-panel .nav-tabs li
{
    border: medium none;
}

.main-right-panel .right-content
{
    padding: 20px 20px 0 20px;
    height: 100%;
}

.followers_area
{
    margin-bottom: 0 !important;
}

.act-date
{
    float: left;
    margin: 0;
    padding: 0 0 30px;
    position: relative;
    width: 100%;
}

    .act-date span {
        color: #333;
        cursor: pointer;
        font-size: 12px;
        left: -4px;
        text-align: left;
        top: 0;
        z-index: 99;
        background: #f2f2f2;
        border-radius: 50px;
        height: 26px;
        align-items: center;
        padding: 5px 9px 0;
        display: table;
        position: relative;
    }

.add-lc-done[onclick="OnClick_SubmitNewEmailToServer()"] {
    height: 34px;
	cursor: pointer;
	line-height: 34px
}

.activity-row::before {
    content: "";
    display: block;
    height: 100%;
    left: 26px;
    background: #e3ebf2;
    position: absolute;
    top: 0;
    width: 2px;
}

.act-date:before
{
    content: "";
    display: block;
    height: 100%;
    left: 26px;
    background: #e3ebf2;
    position: absolute;
    top: 0;
    width: 2px;
}

.act-date:first-child
{
}

.activity-row
{
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.right-data-call
{
    padding-left: 37px;
    width: 100%;
}

.blue-theme .all-acts ul li.activity-row
{
    padding: 0 0 0 16px;
    overflow: inherit;
}

.left-row-activity
{
    width: 23px;
    float: left;
    position: relative;
    z-index: 9;
}

.added_task_content
{
    color: #888888;
}

.datepicker::before,
.datepicker::after
{
    display: none !important;
}

.dash-no-data {
    display: table;
    margin: 0 auto 0;
    padding-top: 125px;
    text-align: center;
    padding-bottom: 125px;
}

    .dash-no-data i.material-icons
    {
        border-radius: 50px;
        color: #ffffff;
        display: block;
        font-size: 39px;
        height: 70px;
        margin: 0 auto 9px;
        padding-top: 16px;
        width: 70px;
    }

.das-no-info-txt
{
    color: #b2b2b2;
}

.loading_unable_main
{
    height: 384px;
}

.added_action
{
    color: #888888;
    margin-left: 2px;
}

.created_by_name
{
    color: #888888;
    margin-right: 2px;
}

.das-addnew-txt a
{
    clear: both;
    display: block;
    font-size: 12px;
}

.action_common_act a
{
    margin: 0 2px;
}

    .action_common_act a:last-child
    {
        margin-right: 0;
    }

.top_dec_main
{
    font-size: 14px;
    color: #111111;
    display: inline;
}

a.top_dec_main:hover
{
    color: #3b78e7;
    text-decoration: underline;
}

.main-right-panel:hover .top_dec_main
{
    color: #3b78e7;
}

.right-content.shadow_effect:hover
{
    box-shadow: 0 0 0.99px 0.01px rgba(0, 0, 0, 0.3), 1px 1.732px 3px 0 rgba(0, 0, 0, 0.3);
}

.mb12.mt12.lead-detail.shadow_effect:hover
{
    box-shadow: 0 0 0.99px 0.01px rgba(0, 0, 0, 0.3), 1px 1.732px 3px 0 rgba(0, 0, 0, 0.3);
}

.main-right-panel:hover file_action_added .top_dec_main span
{
    color: #3b78e7;
}

.bottom_desc_activity
{
    margin-top: 5px;
}

.left_sec_description
{
    float: left;
    width: 90%;
    padding-top: 1px;
}

.rigt_sec_timing
{
    float: right;
    text-align: right;
}

.time_act
{
    color: #888888;
    font-size: 13px;
}

.main_divide_border
{
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.blue-theme .all-acts ul li
{
    float: left;
    font-size: 14px;
    width: 100%;
}

.main_sec_status
{
    margin-left: 5px;
    padding-left: 9px;
    position: relative;
}

    .main_sec_status::before
    {
        background: #e1e1e1 none repeat scroll 0 0;
        content: "";
        display: block;
        height: 12px;
        left: 0;
        position: absolute;
        top: 3px;
        width: 1px;
    }

.action_common_act
{
    display: block;
    text-align: right;
}

    .action_common_act i
    {
        color: #aaaaaa;
        font-size: 16px;
        margin-top: 5px;
    }

    .action_common_act a:hover i
    {
        color: #555555;
    }

.bottom_desc_activity > span
{
    font-size: 13px;
}

.activity-section ul
{
    margin: 0;
    padding: 0;
}

.followers_area
{
    margin-bottom: 0;
}

.activity-row:first-child::before,
.activity-row:first-child::after
{
    display: block;
}

.email-activity .material-icons.attachement_email
{
    color: #555555;
    font-size: 16px;
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.main_sec_status.by_top_email
{
    font-size: 13px;
}

.bottom_desc_activity p
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.col-sm-3.right_detail_section
{
    float: none;
    padding-left: 3px;
    width: 28.3%;
}

.right_detail_section .activity-list .left-task-right
{
    padding: 0;
}

.accordion-heading h3 i.material-icons.arrow_drop_down
{
    color: #909090;
    font-size: 20px;
    left: 4px;
    position: relative;
    top: 7px;
}

.pull-right.add_more_btn i.material-icons
{
    float: left;
    font-size: 17px;
    margin-right: 2px;
}

.pull-right.add_more_btn
{
    margin-top: 6px;
    font-size: 13px;
    margin-left: 9px;
}

.stage_deal
{
    color: #333333;
}

.due-date.deal_status_right
{
    font-size: 13px;
    padding-left: 3px;
}

    .due-date.deal_status_right .stage_deal
    {
        font-size: 13px;
    }

    .due-date.deal_status_right::before
    {
        height: 10px;
    }

.associtae_with_text.deal_status_tag
{
    padding-right: 8px;
    color: #888888;
    position: relative;
}

span.deal_revenue_new
{
    color: #888888;
    padding-left: 2px;
    position: relative;
}

    span.deal_revenue_new span
    {
        color: #000000;
    }

.associtae_with_text.deal_status_tag span.darker_black
{
    color: #000000;
}

.deal_revenue_text_top
{
    color: #888888;
    display: inline;
    font-size: 12px;
    text-align: right;
}

.deal_actual_revanue
{
    color: #111111;
    display: block;
    padding-top: 2px;
    text-align: right;
}

span.info_of_deal
{
    font-size: 13px;
}

.activity-list .left-task .left-task-right .bottom-task-des p.deal_status_tag_main span.associtae_with_text::after
{
    left: inherit;
    right: 0;
    height: 10px;
}

.activity-list .left-task .left-task-right .bottom-task-des p.deal_status_tag_mai span.associtae_with_text
{
    padding-left: 0;
}

.deals_detail_right .activity-list ul li
{
    padding: 15px 20px;
}

.deals_detail_right .activity-list .left-task-right
{
    padding-right: 0;
    width: 100%;
}

.deals_revenue_text
{
    position: absolute;
    right: 0;
}

.deals_detail_right .activity-list .left-task
{
    position: relative;
}

.deals_detail_right .activity-list.task_right_panel .left-task-right
{
    padding-left: 21px;
    padding-right: 0;
    width: 96%;
}

.task_right_panel .due-date
{
    padding-left: 0;
    padding-right: 10px;
    font-size: 13px;
    color: #888888;
}

.darker_black
{
    color: #333;
}

.event_detail_right .right_shedule_event_by i.material-icons
{
    color: #888888;
    float: right;
    font-size: 18px;
    margin-left: 4px;
    padding: 0;
}

.event_detail_right .upcoming_event_list.activity-list ul li
{
    padding: 15px 20px;
}

.event_detail_right .left_calender_part
{
    left: 3px;
}

.deals_detail_right .activity-list ul li:first-child
{
    padding-top: 7px;
}

.upcoming_event_list.activity-list.task_attachement_modal
{
    padding: 0;
}

.event_detail_right .upcoming_event_list.activity-list ul li:first-child
{
    padding-top: 7px;
}

.file_detail_right .upcoming_event_list.activity-list.task_attachement_modal ul li:first-child
{
    padding-top: 7px;
}

.file_detail_right .upcoming_event_list.task_attachement_modal .left_doc_type img
{
    margin-left: 9px;
    margin-right: 13px;
}

.upcoming_event_list.activity-list.task_attachement_modal ul
{
    padding: 0;
}

    .upcoming_event_list.activity-list.task_attachement_modal ul li
    {
        padding: 15px 20px;
    }

.task_detail_right .left-task-left .fa
{
    margin-left: 5px;
}

.task_attachement_modal .right_action_task a:hover i.material-icons
{
    color: #333;
}

.tab_container_profile
{
    float: none;
    width: 100%;
}

.profile-settings
{
    float: left;
    margin: 0;
    width: 100%;
}

ul.tabs_profile
{
    float: left;
    height: 52px;
    list-style: outside none none;
    margin: 0;
    padding: 11px 15px;
    width: 100%;
}

    ul.tabs_profile li.active
    {
        background: #ffffff none repeat scroll 0 0;
        border-bottom: 3px solid #fff;
        border-radius: 3px;
        color: rgb(51, 51, 51);
    }

    ul.tabs_profile li
    {
        color: #fff;
        cursor: pointer;
        float: left;
        font-size: 14px;
        margin: 0;
        overflow: hidden;
        padding: 5px 16px 2px;
        position: relative;
    }

.prof-img img
{
    float: left;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 70px;
    height: 70px;
}

.prof-name-email
{
    float: left;
}

.prof-name
{
    float: left;
    width: 100%;
    font-size: 15px;
    color: #333;
    margin: 7px 0 0;
}

.profile-form-ul li
{
    display: inline-flex;
    width: 100%;
}

.prof-email
{
    float: left;
    width: 100%;
    font-size: 13px;
    color: #666;
}

.date-format-ul li {
    display: inline-flex;
    width: 100%;
}

.profile-form-ul .field-row .fld-name
{
    color: #666;
    float: left;
    font-size: 13px;
    line-height: 30px;
    margin-right: 1%;
    width: 18%;
}

.profile-btns
{
    float: right;
}

    .profile-btns a
    {
        float: left;
    }

.edit-profile
{
    float: left;
    background: transparent;
    border-radius: 3px;
    border: none;
    color: #186fc8;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    height: 34px;
    line-height: 32px;
    outline: none;
    margin-left: 7px;
    padding: 0 7px;
}

.profile-top-sec
{
    float: left;
    padding: 20px 40px 0;
    width: 100%;
}

.prof-img
{
    border-radius: 50px;
    float: left;
    height: 60px;
    margin-right: 20px;
    overflow: hidden;
    width: 60px;
}

#tab8.tab_content_profile
{
    background: #fff none repeat scroll 0 0;
    padding-bottom: 20px;
}

.lead_capturing_add_edit table tr
{
    border-top: 1px solid #ececec;
}

#tab5.tab_content_profile #divNotification .list-view
{
    border: none;
}

.profile-settings #divNotification .bootstrap-switch
{
    float: right;
}

#tab2.tab_content_profile
{
    background: #ffffff none repeat scroll 0 0;
}

#tab5.tab_content_profile
{
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 1px -7px rgba(227, 227, 227, 0.8), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 7px 3px rgba(227, 255, 255, 0.18);
    margin: 20px auto 0;
    width: 1000px;
}

#tab3.tab_content_profile
{
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 1px -7px rgba(227, 227, 227, 0.8), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 7px 3px rgba(227, 255, 255, 0.18);
    margin: 20px auto 10px;
    width: 1000px;
}

.lead_capturing_add_edit h3
{
    font-size: 17px;
}

.lead-form-con {
    margin-top: 20px;
}

#tab4.tab_content_profile
{
    box-shadow: 0 0 1px -7px rgba(227, 227, 227, 0.8), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 7px 3px rgba(227, 255, 255, 0.18);
    margin: 20px auto 0;
    width: 1000px;
    background: #ffffff none repeat scroll 0 0;
}

.profile-form-ul
{
    float: left;
    list-style: outside none none;
    margin: 40px 0 0;
    padding: 0;
    position: relative;
    width: 100%;
}

#prof-edit-photo-link i.material-icons
{
    font-size: 16px;
    position: relative;
    right: 6px;
    top: 1px;
}

.profile-form-ul .field-row
{
    float: left;
    width: 100%;
    margin-bottom: 16px;
}

    .profile-form-ul .field-row .field
    {
        float: left;
        width: 60%;
        margin-bottom: 10px;
        margin-left: 15px;
    }

        .profile-form-ul .field-row .field .social-txt
        {
            float: left;
            width: 100%;
            line-height: 30px;
            font-size: 14px;
            color: #000;
        }

            .profile-form-ul .field-row .field .social-txt a
            {
                color: inherit;
            }

            .profile-form-ul .field-row .field .social-txt .call-nmbr
            {
                float: left;
                cursor: pointer;
            }

.users-table table tr td .user-img
{
    align-content: center;
    align-self: center;
    border-radius: 50px;
    display: flex;
    float: left;
    height: 40px;
    overflow: hidden;
    position: relative;
    width: 40px;
}

    .users-table table tr td .user-img img
    {
        align-content: center;
        align-self: center;
        border: 1px solid #eee;
        border-radius: 50px;
        float: left;
        max-width: 100%;
        vertical-align: middle;
        width: 40px;
    }

.user-name
{
    color: #333;
    float: left;
    font-size: 16px;
    margin: 0 0 0 11px;
    width: 65%;
}

.user-role
{
    color: #333;
    float: left;
    font-size: 12px;
    margin: 0;
    width: 100%;
}

.users-table .user-name > b
{
    font-size: 14px;
    font-weight: 400;
}

.users-table table tr td:first-child
{
    width: 25%;
    padding-left: 0;
}

.tab_content_profile
{
    padding: 0px 0 0;
    display: none;
    position: relative;
}

.users-table table tr td
{
    padding: 10px 20px !important;
    border-bottom: 1px solid #eee;
}

.member-form table tr td:last-child
{
    width: 70%;
    margin: 0 0 0 5%;
}

.users-table table tr td:last-child
{
    width: 10%;
    padding-right: 0;
}

.users-table table tr td:nth-child(2)
{
    width: 25%;
}

.users-table table tr td
{
    padding: 10px 6px;
    border-bottom: 1px solid #f2f2f2;
}

.users-table table tr th
{
    border-bottom: 1px solid #eee;
    color: #888;
    font-size: 13px;
    font-weight: normal;
    padding: 6px 20px 9px;
    text-align: left;
    vertical-align: middle;
}

.profile_action_user .dropdown-menu
{
    left: inherit;
    right: 0;
}

.profile_action_user .dropdown-menu
{
    left: inherit;
    min-width: 100px;
    right: 0;
}

    .profile_action_user .dropdown-menu::after
    {
        border-bottom: 9px solid #e2e2e2;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        content: "";
        height: 0;
        position: absolute;
        right: 3px;
        top: -9px;
        width: 0;
    }

.add-team-mem {
    background: #52bb58;
    border-radius: 3px;
    border: 1px solid transparent;
    color: #FFF;
    font-size: 14px;
    cursor: pointer;
    height: 36px;
    outline: none;
    width: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}
    .add-team-mem#btnAddNewForm {
        float: right;
    }

    .add-team-mem:hover {
        background-color: #46ac4c;
    }

    .add-team-mem i.material-icons
    {
        float: left;
        font-size: 20px;
        padding-right: 2px;
        /*padding-top: 3px;*/
    }
.btnLeadCapturing.flex-fix {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}
.lead_capturing_add_edit .btnLeadCapturing i {
    font-size: 18px;
}
.profile_action_user .dropdown-menu::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 9px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 4px;
    top: -8px;
    width: 0;
    z-index: 9999;
}
.users-table table tr:last-child td .dropdown-menu {
    bottom: 100%;
    top: auto;
}
    .users-table table tr:last-child td .dropdown-menu:before, .users-table table tr:last-child td .dropdown-menu:after {
        transform: rotate(180deg) !important;
        top: 100%;
    }
.users-table .user-email a {
    color: #333;
}

.user-mail
{
    font-size: 14px;
    color: #666666;
}

.dropdown.profile_action_user
{
    display: table;
}

#prof-det.profile-form-ul
{
    padding: 0 40px;
}

#formChangePassword input,
#formEditprofile .profile-form-edit-ul li .field-row .field input[type="text"]
{
    float: left;
    width: 100%;
    height: 41px;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid #ccc;
    padding: 0 10px;
    outline: none;
    font-size: 13px;
    margin: 0px;
}

#formEditprofile .profile-form-edit-ul li .field-row .field input#numberprefix[type="text"]
{
    padding-left: 45px;
}

#formEditprofile .prof-edit-pic-blk img
{
    width: 100%;
    max-height: 130px;
    border: 1px solid #eee;
    border-radius: 3px;
}

#formEditprofile .profile-form-edit-ul li .field-row .fld-name
{
    float: left;
    width: 101px;
    margin-right: 1%;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

#formEditprofile .profile-form-edit-ul li .field-row .field
{
    float: left;
    margin-bottom: 10px;
    width: 452px;
}

#formEditprofile .profile-form-edit-ul li .field-row .social-txt
{
    float: left;
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    color: #000;
}

#formEditprofile .profile-form-edit-ul li .field-row .field select
{
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    background: #ffffff url("../img/arrow-drop-select.png") no-repeat scroll 97% center;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    float: left;
    height: 40px;
    line-height: 30px;
    margin-bottom: 0;
    outline: medium none;
    padding: 5px 30px 5px 10px;
    width: auto;
    font-size: 13px;
}

#formEditprofile .profile-form-edit-ul li .field-row .field .save-profile
{
    float: left;
    border-radius: 3px;
    border: none;
    color: #fff;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    height: 34px;
    line-height: 32px;
    outline: none;
    margin-left: 0;
    padding: 0 15px;
}

#formEditprofile .profile-form-edit-ul li .field-row .field .cncl-profile
{
    float: left;
    background: none;
    border-radius: 3px;
    border: 1px solid #e4e4e4;
    color: #333;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    height: 34px;
    line-height: 32px;
    outline: none;
    margin-left: 10px;
}

.cancel_btn_custom
{
    float: left;
    background: none;
    border-radius: 3px;
    border: 1px solid #e4e4e4;
    color: #333;
    height: 34px;
    font-size: 14px;
    line-height: 32px;
}

#prof-edit-photo .save-temp-footer a .temp-select-cncl
{
    border: 1px solid #e2e2e2;
    height: 32px;
    margin: 0;
}

#prof-edit-photo .save-temp-footer a
{
    float: left;
    margin-right: 6px;
}

.pop-up-close
{
    color: #333333;
    font-size: 22px;
    line-height: 16px;
}

.pop-up-upload .pop-up-title-con-lead
{
    color: #333333;
    font-size: 17px;
}

#formEditprofile .profile-form-edit-ul
{
    float: left;
    width: 60%;
    list-style: none;
    position: relative;
    margin: 20px 0 0;
    padding: 0 20px;
}

.funds-form .funds-row .funds-fld-name
{
    float: left;
    font-size: 15px;
    line-height: 34px;
    width: 10%;
}

.funds-form .funds-row .funds-fld
{
    float: left;
    width: 77%;
}

.pop-up-title-con-lead
{
    color: #333333;
    float: left;
    font-size: 17px;
    line-height: 24px;
}

.edit-profile i.material-icons
{
    float: left;
    font-size: 18px;
    margin-right: 6px;
    padding-top: 6px;
}

#formChangePassword .nmbr-detail
{
    float: left;
    width: 100%;
}

    #formChangePassword .nmbr-detail ul
    {
        float: left;
        width: 500px;
        list-style: none;
        padding: 0 20px;
    }

        #formChangePassword .nmbr-detail ul li
        {
            float: left;
            width: 100%;
            font-size: 15px;
            margin-bottom: 12px;
        }

#formChangePassword .save-pass
{
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 15px;
    margin-left: 0;
    outline: medium none;
    padding: 0 15px;
    text-align: center;
}

.save_btn_custom
{
    background: #52bb58 none repeat scroll 0 0;
    border-radius: 3px;
    height: 34px;
    line-height: 32px;
    border: none;
    color: #fff;
    font-size: 15px;
}

    .save_btn_custom:hover
    {
        background: #46ac4c none repeat scroll 0 0;
    }

cancel_btn_custom
{
    background: none;
    border-radius: 3px;
    height: 34px;
    line-height: 32px;
    border: 1px solid #e4e4e4;
    border: none;
}

#formChangePassword .nmbr-detail ul li .nmbr-fld-nm
{
    float: left;
    width: 181px;
    color: #333333;
    font-size: 14px;
    line-height: 30px;
}

#formChangePassword .nmbr-detail ul li .nmbr-fld
{
    float: right;
    width: 63%;
    color: #333;
}

#formChangePassword .ch-pass-cncl
{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    color: #333;
    cursor: pointer;
    float: left;
    font-size: 13px;
    height: 34px;
    line-height: 32px;
    margin-left: 10px;
    outline: medium none;
    text-align: center;
}

#formChangePassword .nmbr-detail ul li .nmbr-fld input[type="text"]
{
    float: left;
    width: 60%;
    color: #333;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
}

#formChangePassword input
{
    width: 100%;
}

#tab3 .user-email-config
{
    float: left;
    width: 100%;
    margin: 0 0 40px;
}

    #tab3 .user-email-config ul
    {
        display: table;
        float: none;
        list-style: outside none none;
        margin: 20px auto 0;
        padding: 0;
        width: auto;
    }

        #tab3 .user-email-config ul li.active
        {
            background: #e2e2e2;
            border-radius: 3px;
            opacity: 1;
            cursor: default;
        }

        #tab3 .user-email-config ul li
        {
            float: left;
            width: auto;
            text-align: center;
            padding: 20px 0 15px;
            opacity: 0.86;
            cursor: pointer;
            border: 1px solid #eaeaea;
            margin: 0 7px;
        }

.profile-settings input[type="text"],
.profile-settings input[type="password"]
{
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
    float: left;
    font-size: 13px;
    height: 41px;
    margin: 0;
    outline: medium none;
    padding: 0 10px;
}

#tab3 .user-email-config ul li .email-image
{
    float: left;
    width: 100%;
}

    #tab3 .user-email-config ul li .email-image img
    {
        height: 110px;
        width: 110px;
    }

#tab3 .user-email-config ul li .email-text
{
    float: left;
    width: 100%;
    font-size: 16px;
    color: #5e5e5e !important;
    margin: 10px 0 0;
    font-weight: 500;
}

#tab3 .email-config-form
{
    float: left;
    margin: 0 0 40px;
    padding: 20px;
    width: 100%;
}

    #tab3 .email-config-form .setup-text
    {
        border-bottom: 1px solid #eee;
        color: #333;
        float: left;
        font-size: 17px;
        line-height: 35px;
        margin-bottom: 20px;
        padding: 0 0 10px;
        width: 100%;
    }

        #tab3 .email-config-form .setup-text img
        {
            /* float: left; */
            margin: -4px 5px 0 0;
            width: 30px;
            vertical-align: middle;
        }

    #tab3 .email-config-form ul
    {
        float: left;
        width: 100%;
        list-style: none;
        padding: 0;
    }

        #tab3 .email-config-form ul li
        {
            float: left;
            width: 100%;
        }

            #tab3 .email-config-form ul li .email-fld-nm
            {
                float: left;
                width: 150px;
                font-size: 14px;
                color: #666;
                line-height: 32px;
            }

            #tab3 .email-config-form ul li .email-fld
            {
                float: left;
                width: 100%;
            }

                #tab3 .email-config-form ul li .email-fld input[type="text"]
                {
                    float: left;
                    width: 100%;
                    border: 1px solid #ccc;
                    font-size: 14px;
                    color: #333;
                    border-radius: 4px;
                    padding: 7px 1.5%;
                    outline: none;
                }

                #tab3 .email-config-form ul li .email-fld input[type="password"]
                {
                    float: left;
                    width: 100%;
                }

#tab1.tab_content_profile
{
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 1px -7px rgba(227, 227, 227, 0.8), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 7px 3px rgba(227, 255, 255, 0.18);
    margin: 20px auto 0;
    width: 1000px;
}

#tab3 .email-config-form ul li .save-email
{
    float: left;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    outline: none;
    padding: 0 15px;
}

#tab3 .email-config-form ul li .cncl-profile
{
    float: left;
    background: none;
    color: #333;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    outline: none;
    margin-left: 10px;
}

#tab3 .email-config-form ul li .loading-profile-ps
{
    float: left;
    width: 100%;
    color: #999;
    font-size: 15px;
    line-height: 25px;
    margin: 0;
}

    #tab3 .email-config-form ul li .loading-profile-ps img,
    #divAddMemberloader .loading-profile-ps img
    {
        vertical-align: middle;
        float: left;
        margin-right: 5px;
    }

#tab3 .email-config-form .edit-mail-acc
{
    float: right;
    background: #eee;
    border-radius: 3px;
    border: none;
    color: #333;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    height: 34px;
    line-height: 32px;
    outline: none;
    margin-left: 7px;
    padding: 0 15px;
}

#tab3 .email-config-form ul li:last-child
{
    margin-bottom: 0;
}

#tab3 .email-config-form ul .configured-mail
{
    float: left;
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 32px;
}

#tab3 .email-config-form ul .cb-ssl
{
    float: left;
    width: 100%;
    line-height: 30px;
    font-size: 15px;
    color: #333;
    margin: 0 !important;
}

    #tab3 .email-config-form ul .cb-ssl input[type="checkbox"]
    {
        float: left;
        width: 15px;
        height: 15px;
        margin: 8px 5px 0 0;
    }

.email-config-form .note-editor.note-frame
{
    width: 100% !important;
}

#tab3 .email-config-form ul.first_int_user
{
    padding-left: 0;
    padding-right: 28px;
    width: 35%;
}

#tab3 .email-config-form ul
{
    padding-left: 40px;
    width: 65%;
}

.inner-content-bar
{
    flex: 1 1 0;
}

.modal-header h4
{
    font-size: 16px;
}

.modal-dialog .modal-body input[type="file"]
{
    padding: 0;
}

.form-control
{
    border-radius: 2px;
    box-shadow: none;
}

.btn-primary
{
    background-color: #186fc8;
    border-color: #186fc8;
    border-radius: 3px;
    padding: 9px 15px;
}

#tab4 .user-call-integration .nmbr-detail ul li .nmbr-fld select
{
    float: left;
    width: 100%;
    color: #333;
    padding: 8px 1.5%;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    background: #ffffff url("../img/arrow-drop-select.png") no-repeat scroll 97% center;
    line-height: 30px;
}

#tab4 .user-call-integration .nmbr-detail ul li .nmbr-fld input[type="text"]
{
    float: left;
    width: 65%;
    color: #333;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: none;
}

#tab4 .user-call-integration .save-email
{
    float: left;
    color: #fff;
    font-size: 14px;
    background: #52bb58 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    height: 34px;
    line-height: 32px;
    outline: none;
    padding: 0 15px;
}

.common_account_twello
{
    padding: 10px 15px;
}

#tab4 .user-call-integration .log-billing
{
    border: medium none;
    border-radius: 3px;
    color: #186fc8;
    cursor: pointer;
    float: right;
    font-size: 14px;
    height: 34px;
    line-height: 32px;
    margin-left: 2px;
    outline: medium none;
    padding: 0 6px;
    text-align: center;
}

.common_account_twello .log-billing i.material-icons
{
    float: left;
    font-size: 19px;
    margin-right: 6px;
    padding-top: 5px;
}

#tab4 .user-call-integration .log-billing-pop
{
    float: left;
    width: 800px;
    display: none;
}

#tab4 .user-call-integration .save-email:hover
{
    background: #46ac4c none repeat scroll 0 0;
}

.log-billing-pop-up-body
{
    float: left;
    width: 100%;
    padding: 20px 3%;
    background: #fff;
}

.save-card
{
    float: left;
    background: #52bb58;
    border-radius: 4px;
    border: none !important;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    height: 36px;
    line-height: 32px;
    outline: none;
    padding: 0 25px;
}

    .save-card:hover
    {
        background: #46ac4c;
    }

.log-billing-pop-up-body .loaderbg
{
    padding-top: 25px;
}

.log-billing-pop-up-body
{
    min-height: 400px;
}

.main_add_team_menon_green
{
    width: 50px;
    float: left;
    text-align: center;
}

.main_add_team_menon
{
    text-align: center;
    float: left;
    margin-left: 5px;
    width: 118px;
    background-color: #186fc8;
    border-color: #186fc8;
}

    .main_add_team_menon:hover
    {
        background-color: #085fb8;
        border-color: #085fb8;
    }

.main_area_edit_genrate_html
{
    float: right;
}

.bootstrap-switch
{
    border: 1px solid transparent;
    border-radius: 5px;
    outline: none;
}

    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary
    {
        background: #4fc73f;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .bootstrap-switch .bootstrap-switch-handle-on,
    .bootstrap-switch .bootstrap-switch-handle-off,
    .bootstrap-switch .bootstrap-switch-label
    {
        padding: 5px 12px;
    }

    .bootstrap-switch .bootstrap-switch-handle-on
    {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
    .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label
    {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .bootstrap-switch .bootstrap-switch-handle-off
    {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .bootstrap-switch.bootstrap-switch-focused
    {
        border: 1px solid transparent !important;
    }

    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default
    {
        background: #f2f2f2 none repeat scroll 0 0;
        color: #333333;
    }

    .bootstrap-switch .bootstrap-switch-handle-on,
    .bootstrap-switch .bootstrap-switch-handle-off,
    .bootstrap-switch .bootstrap-switch-label
    {
        font-size: 12px !important;
    }

#divNotification .list-view .tb-head td
{
    font-weight: 600;
    font-size: 16px;
    background: #f5f5f5;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default
{
    background: #b3b3b3 none repeat scroll 0 0;
    color: #fff;
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label
{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

#divNotification .list-view td
{
    color: #7c7c7c;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 0;
    width: 20%;
}

#divNotification .list-view
{
    border: 1px solid #ececec;
}

#divNotification table.list-view tr td:first-child
{
    width: 80%;
}

table.list-view tr
{
    border-bottom: 1px solid #ececec;
}

#divNotification table.list-view tr
{
    border-bottom: medium none;
    border-top: 1px solid #ececec;
}

    #divNotification table.list-view tr:first-child
    {
        border: medium none;
    }

.lead_capturing_add_edit .AllTags
{
    margin: 0;
}

.bootstrap-switch .bootstrap-switch-handle-off
{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.profile-settings .lead_capturing_add_edit select
{
    height: 44px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    background: #ffffff url("../img/arrow-drop-select.png") no-repeat scroll 98% center;
}

.AllTags ul li a
{
    background: none;
    border-radius: 4px;
    color: #656565;
    font-size: 13px;
    display: block;
    line-height: 27px;
    padding: 2px 12px;
    border: 1px solid #186fc8;
    position: relative;
    transition: all 0.1s ease-in 0s;
}

.AllTags ul li
{
    float: left;
    list-style: outside none none;
    margin: 5px 5px 5px 0;
    padding: 0;
}

.lead_capturing_add_edit .form-group label
{
    font-weight: 400;
}

.cross-hvr
{
    background: #80bfff none repeat scroll 0 0;
    border-radius: 50px;
    display: none;
    height: 17px;
    position: absolute;
    right: -3px;
    top: -4px;
    width: 17px;
    z-index: 999;
}

.AllTags ul li a:hover .cross-hvr
{
    display: block;
}

.cross-hvr i.material-icons
{
    display: table;
    float: left;
    font-size: 12px;
    margin: 3px auto;
    padding-left: 2px;
}

#tab7.tab_content_profile #TabCustomFields .tab-content
{
    float: left;
    overflow: hidden;
    padding: 0;
}

#tab7.tab_content_profile #exTab1 .nav.nav-justified
{
    padding: 12px 15px 15px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 0;
    background: #fff;
}

    #tab7.tab_content_profile #exTab1 .nav.nav-justified li a
    {
        border: medium none;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 400;
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
    }

    #tab7.tab_content_profile #exTab1 .nav.nav-justified li.active a
    {
        background: #186fc8 none repeat scroll 0 0;
        color: #ffffff;
    }

#tab7.tab_content_profile .tab-content ul.nav li a
{
    background: #f2f2f2 none repeat scroll 0 0;
    padding: 9px 12px;
}

#tab7.tab_content_profile .tab-content ul.nav li.active a
{
    background: #186fc8 none repeat scroll 0 0;
    border-color: #186fc8;
    color: #fff;
}

#tab7.tab_content_profile table td .user-name
{
    font-size: 14px;
    margin: 0;
}

.bootstrap-switch
{
    border-radius: 5px;
}

.min-call
{
    background: rgba(62, 164, 69, 0.95) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    bottom: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 99999;
}

.call-buttns
{
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
    float: left;
    padding: 16px 0;
    text-align: center;
    width: 36px;
}

.call-name
{
    color: #efefef;
    float: left;
    font-size: 13px;
    height: 53px;
    line-height: 55px;
    overflow: hidden;
    padding: 0 10px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.call-log-autoDialer .call-pop-note
{
    color: #fff;
}

#llp_CallManagers button
{
    background: #fff;
    border: none;
    padding: 10px 23px;
    border-radius: 3px;
    border: none;
    color: #232323 !important;
}

.call-dura
{
    color: #efefef;
    float: left;
    font-size: 13px;
    height: 53px;
    line-height: 55px;
    overflow: hidden;
    padding: 0 10px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
}

.call-name span
{
    color: #efefef;
}

.max-call
{
    cursor: pointer;
    float: right;
    padding: 16px 0 17px;
    text-align: center;
    width: 36px;
}

.call-notes
{
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
    float: right;
    padding: 16px 0;
    text-align: center;
    width: 36px;
}

.left-task-left .fa:hover
{
    color: #a0a0a0;
}

.call-keypad
{
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
    float: right;
    padding: 16px 0;
    position: relative;
    text-align: center;
    width: 36px;
}

    .call-keypad:hover img,
    .call-notes:hover img
    {
        opacity: 1 !important;
    }

.lead-details table tr:hover .action-col li a i
{
    color: #404040;
}

.lead-details table tr td .action-col .action-col li a:hover i
{
    color: #333;
}

.lead-details .action-col .dropdown-menu li
{
    padding: 0;
    border: none;
    position: relative;
}

.lead-details .action-col .dropdown-menu > li > a:hover
{
    background-color: #eff3f8;
    color: #757575;
}

.lead-details .action-col .dropdown-menu li a i.material-icons
{
    margin-right: 7px;
    position: relative;
    top: 3px;
}

.lead-details .action-col .action-col .dropdown-menu
{
    left: inherit;
    right: 0;
}

.task_section_grid .activity-list .bottom-task-des p a
{
    margin-right: 0;
}

.task_section_grid .activity-list .left-task .left-task-right .bottom-task-des p span.associtae_with_text::after
{
    background: #d3d3d3 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 11px;
    position: absolute;
    left: 0;
    top: 1px;
    width: 1px;
}

.recent_section_grid .left-box ul li .priority i.material-icons
{
    padding-right: 0;
    padding-top: 0;
    float: right;
}

.recent_section_grid .left-box ul li .priority
{
    margin-left: 0;
    float: none;
}

.recent_section_grid .priority span.due-date
{
    padding-left: 0;
}

    .recent_section_grid .priority span.due-date::before
    {
        display: none;
    }

.recent-event-part.recent_section_grid .call_det > p.done::before
{
    background: #333 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}

span.main_sep_task.sepration_divider
{
    overflow: visible;
}

.modal
{
    overflow-x: hidden;
    overflow-y: auto;
    width: 101%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

.fullModal#changePlanModal {
    background: #f8f9fb;
    height: 100%;
    min-height: 100%;
    width: 100%;
    overflow-y: auto !important;
}

#frmAddUser select {
    height: 35px;
    padding: 0 10px;
    margin: 0 auto !important;
    width: 50% !important;
}

.fullModal#changePlanModal .modal-content {
    min-height: 100%;
    height: 100%;
    box-shadow: none;
    border: none;
}

.modal#upgradeDocModal {
    overflow-x: hidden;
    overflow-y: auto;
    width: 101%;
    height: 100%;
    background: rgba(255, 255, 255, .7);
}

.modal#upgradeDocModal .upgrade-modal-logo {
    display: none;
}

#taskDetailLeftPopup .modal-dialog {
    max-width: 850px;
    width: 100%;
}

.task_attachement_modal .left_doc_type span
{
    display: inline;
}

a.comment_person_name.edit_comment_all
{
    position: absolute;
    right: 0;
    font-size: 18px !important;
    top: 13px;
}

    a.comment_person_name.edit_comment_all i
    {
        font-size: 16px;
        color: #aaaaaa;
    }

.task_attachement_modal.comment_modal_published .right_comment_modal_task ul li
{
    padding: 0;
}

#clientDetailLeftPopup #clientLeftModalActivity .left_sec_description .top_dec_main
{
    max-width: 430px;
}

.blue-theme .all-acts ul li.activity-row.email-activity .added_action i
{
    font-size: 16px;
    position: relative;
    top: 2px;
    float: left;
}

.blue-theme .all-acts ul li span.created_name_user
{
    font-weight: 500;
    color: #000;
    display: inline-block;
}

.blue-theme .all-acts ul li span
{
    color: #333333;
    display: inline-block;
}

.rigt_sec_timing .time_act
{
    margin-top: 3px;
}

.blue-theme .all-acts ul li span.email_attachement
{
    display: inline-block;
    font-size: 12px;
}

    .blue-theme .all-acts ul li span.email_attachement i
    {
        font-size: 16px;
        line-height: normal;
        display: block;
        position: relative;
        top: 3px;
    }

.blue-theme .all-acts ul li span.added_action.call_made_in
{
    color: #888888;
    font-size: 13px;
    position: relative;
    top: 0;
}

.blue-theme .all-acts ul li.file-activity a.top_dec_main span
{
    display: inline;
}

.blue-theme .all-acts ul li.note-activity span.top_dec_main
{
    display: block;
    width: 100%;
    word-wrap: break-word;
    box-shadow: 0px 0px 4px 0px rgba(219, 217, 217, 1);
    clear: both;
    border: none;
    padding: 6px 10px;
    position: relative;
    margin-top: 6px;
    float: left;
    color: #333333 !important;
    margin-left: 0;
}

span.address_common_part
{
    clear: both;
    display: block;
}

.note-activity .main_divide_border
{
    border: none;
    margin-bottom: 8px;
}

.add_note_section .left_sec_description
{
    width: 100%;
    position: relative;
}

.blue-theme .lrg-panel .nav-tabs > li:first-child
{
    margin-left: 0;
}

.blue-theme .right-panel ul li.activity-row span.assign_to_file
{
    padding: 5px 6px 0;
    font-size: 14px;
    color: #888888;
    margin-left: 0;
    position: relative;
    top: 0;
    display: inline;
    height: 26px;
    background: transparent;
}

    .blue-theme .right-panel ul li.activity-row span.assign_to_file span
    {
        color: #111111;
        font-size: 14px;
    }

#Add-Follower-Assignee .PopupHeader
{
    background: transparent;
    border-bottom: 1px solid #f2f2f2;
    padding: 6px 15px;
}

#Add-Follower-Assignee .PopupContent {
    left: 0;
    width: 550px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    right: 0;
    margin: auto !important;
}

#Add-Follower-Assignee .bootstrap-select.btn-group .dropdown-menu li.selected.active a
{
    color: #fff;
}

.add-note-pop-up-content #Add-Follower-Assignee form
{
    width: 100%;
}

#Add-Follower-Assignee .user-form
{
    padding-left: 4px !important;
}

#Add-Follower-Assignee .FieldsforLead button.btn
{
    margin: 0;
    padding: 7px 12px;
    background-color: transparent !important;
    border-color: #dadada !important;
    border-radius: 0;
}

#Add-Follower-Assignee .bootstrap-select
{
    width: 100% !important;
}

.add-note-pop-up-content #Add-Follower-Assignee .modal-footer
{
    padding: 10px;
}

.note_add_section textarea#InputTextArea
{
    border: none;
    width: 100%;
    min-height: 42px;
    padding: 10px;
    outline: none;
    resize: none;
    overflow: hidden;
}

.note_add_section.active textarea#InputTextArea
{
    min-height: 70px;
}

#Add-Follower-Assignee .call-pop-up-body
{
    padding: 20px 14px;
}

.note_add_section
{
    float: left;
    width: 100%;
}

    .note_add_section button
    {
        background: #52bb58;
        border: none;
        color: #ffffff;
        border-radius: 3px;
        padding: 6px 18px;
        margin-top: 2px;
    }

.blue-theme .all-acts ul li.note-activity span.top_dec_main span.top_dec_main
{
    box-shadow: none;
    padding: 0;
    min-height: auto;
    width: 100%;
    float: none;
    margin: 0;
}

.blue-theme .all-acts.add_note_section ul li.note-activity span.top_dec_main
{
    padding: 6px 10px 24px;
    word-wrap: break-word;
}

.blue-theme .all-acts ul li.note-activity span.top_dec_main .time_act
{
    text-align: right;
    float: right;
    margin-top: 11px;
    position: absolute;
    bottom: 5px;
    right: 11px;
}

.add_note_section .left_sec_description
{
    width: 100%;
}

.add_note_section span.action_common_act.action_note_for
{
    position: absolute;
    top: -8px;
    z-index: 999999;
    display: block;
    display: none;
    right: 0;
}

.add_note_section .action_common_act a
{
    font-size: 14px;
    color: #616161;
    text-decoration: none;
    border-bottom: 1px dashed #b5b5b5;
    float: none;
}

    .add_note_section .action_common_act a:hover
    {
        color: #186fc8;
    }

.add_note_section .main_divide_border:hover span.action_common_act.action_note_for
{
    display: block;
}

.blue-theme .bottom-activity ul li span.created_name_user
{
    font-weight: 500;
    color: #000;
    display: inline-block;
}

.blue-theme .bottom-activity ul li span
{
    color: #888888;
    display: inline-block;
}

.call-activity .main_sec_status
{
    margin-left: 0;
    padding-left: 2px;
    position: relative;
}

    .call-activity .main_sec_status::before
    {
        display: none;
    }

.blue-theme .bottom-activity ul li span.added_action.call_made_in
{
    color: #888888;
    font-size: 13px;
    position: relative;
    top: 1px;
    padding-right: 0;
}

.blue-theme .bottom-activity ul li.activity-row.call-activity
{
    padding: 0 0 0 16px;
}

.blue-theme .bottom-activity ul li.call-activity span.time_act
{
    margin-left: 4px;
}

.blue-theme .right-panel ul li.activity-row.call-activity span.assign_to_file
{
    margin-left: 1px;
    top: 0;
    padding-left: 0;
    padding-top: 2px;
}

span.action_common_act.action_note_for.only_for_call
{
    display: none;
    position: relative;
    top: 3px;
    left: 4px;
    margin-top: -1px;
}

.main_divide_border:hover span.action_common_act.action_note_for.only_for_call
{
    display: inline-block;
}

.blue-theme .bottom-activity ul li span.action_common_act.action_note_for.only_for_call i
{
    margin: 0;
}

.blue-theme .all-acts #email-listing-Section ul li.activity-row.email-activity .left_sec_description
{
    width: 100%;
}

    .blue-theme .all-acts #email-listing-Section ul li.activity-row.email-activity .left_sec_description .bottom_desc_activity
    {
        display: block;
        width: 100%;
        box-shadow: 0px 0px 4px 0px rgba(219, 217, 217, 1);
        clear: both;
        padding: 6px 10px;
        position: relative;
        margin-top: 6px;
        float: left;
        margin-left: 0;
        min-height: 46px;
        height: auto;
    }

span.action_common_act.action_note_for.email_sec_main
{
    float: right;
    padding-left: 39px;
}

#email-listing-Section span.time_act
{
    margin-top: 5px;
}

#email-listing-Section .main_divide_border
{
    border: none;
    margin-bottom: 0;
}

.blue-theme .bottom-activity ul li.email-activity .main_sec_status::before
{
    display: none;
}

.info_of_deal .due-date.deal_status_right::before
{
    display: none;
}

.deals_detail_right .priority
{
    margin-left: 5px;
    float: none;
    display: inline;
}

.activity-list .left-task .left-task-right .task-heading
{
    margin-right: 3px;
}

    .activity-list .left-task .left-task-right .task-heading:hover
    {
        color: #3b78e7;
        text-decoration: underline;
    }

.assign_to_file
{
    background: #F2F2F2;
    BORDER-RADIUS: 50PX;
    padding: 5px 9px 0;
    font-size: 12px;
    color: #8a8a8a;
    margin-left: 9px;
    position: relative;
    top: 0px;
    height: 26px;
}

.task_detail_right .activity-list .left-task-right li:first-child span.associtae_with_text a
{
    padding: 5px 9px 0;
}

.task_detail_right .activity-list .left-task-right .assign_to_file
{
    display: inline-block;
    padding: 5px 9px 0;
    top: 0;
    margin-left: 0px;
}

.remove-position .slimScrollDiv,
.remove-position .dealsCard_list
{
    overflow: visible !important;
}

.rightSidebar.all_checkbox_radio.sticky-enroll
{
    position: fixed;
    top: 0;
}

.box.box-primary:hover .task-heading
{
    color: #3b78e7;
}

.box.box-primary:hover a.asigned_top_main_name
{
    color: #3b78e7;
}

.box.box-primary:hover .call_det a
{
    color: #3b78e7;
}

.deals_detail_right .priority .high
{
    width: 10px;
    height: 10px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    top: 2px;
}

    .deals_detail_right .priority .high i
    {
        font-size: 15px;
        position: relative;
        top: 3px;
        left: -3px;
    }

.deal_detail_list
{
    padding: 0 5px 0 15px !important;
    width: 21.7%;
}

    .deal_detail_list .mb12.mt12
    {
        background: #ffffff;
        box-shadow: 0 0 0.99px 0.01px rgba(0, 0, 0, 0.1), 1px 1.732px 3px 0 rgba(0, 0, 0, 0.1);
    }

    .deal_detail_list .lft-wht-bx.mb12.sidebar-block.description-part
    {
        box-shadow: 0 0 0.99px 0.01px rgba(0, 0, 0, 0.1), 1px 1.732px 3px 0 rgba(0, 0, 0, 0.1);
        background: #fff;
    }

.deals-pricing
{
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

.deals-pricing-left
{
    border-right: 1px solid #f2f2f2;
    color: #006295;
    float: left;
    font-size: 15px;
    font-weight: 600;
    padding: 10px;
    text-align: center;
    width: 50%;
}

.deals-pricing-right
{
    text-align: center;
    color: #006295;
    float: left;
    font-size: 15px;
    font-weight: 600;
    padding: 10px;
    width: 50%;
}

.deals-pricing-left > span
{
    color: #333333;
    display: block;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
}

.deals-pricing-right > span
{
    color: #333333;
    display: block;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
}

.status-baar-main
{
    clear: both;
    padding: 20px 20px 10px;
}

.deal_status_block .deal_stages .name
{
    font-weight: 500;
}

.lead-web-ellipsis
{
    display: inline-block;
    max-width: 459px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.clear-filter .save-all
{
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    padding-top: 7px;
    font-size: 13px;
    padding-left: 0;
    padding-right: 10px;
}

    .clear-filter .save-all i
    {
        float: left;
        font-size: 18px;
        padding-right: 4px;
    }

.filter-area .save-saving-btn button.save-all
{
    background: #52bb58;
    display: block;
    border-radius: 3px;
    padding: 6px 11px;
}

#lead-results-srch-hdr .filter-area .pull-left
{
    padding-top: 5px;
}

#lead-results-srch-hdr .filter-detail
{
    margin-top: 3px;
}

.right-social-icon > a:first-child
{
    margin-left: 0;
}

span.llp-us-email:hover,
span.call-nmbr:hover
{
    color: #3b78e7;
    text-decoration: underline;
}

.mb12.mt12.lead-detail.shadow_effect:hover .contact ul li.mail span
{
    color: #3b78e7;
}

.mb12.mt12.lead-detail.shadow_effect:hover .contact ul li.phn a span.call-nmbr
{
    color: #3b78e7;
}

.left_des_associate p:hover
{
    color: #3b78e7;
    text-decoration: underline;
}

.event_detail_right.shadow_effect:hover .left_des_associate p
{
    color: #3b78e7;
}

.event_detail_right.shadow_effect:hover
{
    box-shadow: 0 0 0.99px 0.01px rgba(0, 0, 0, 0.3), 1px 1.732px 3px 0 rgba(0, 0, 0, 0.3);
}

.file_detail_right.shadow_effect:hover
{
    box-shadow: 0 0 0.99px 0.01px rgba(0, 0, 0, 0.3), 1px 1.732px 3px 0 rgba(0, 0, 0, 0.3);
}

.file_detail_right .activity-list li .left_doc_type a
{
    color: #111111;
}

    .file_detail_right .activity-list li .left_doc_type a:hover
    {
        color: #3b78e7;
        text-decoration: underline;
    }

.file_detail_right:hover .activity-list li .left_doc_type a
{
    color: #3b78e7;
}

span.llp-us-email,
span.call-nmbr
{
    padding-bottom: 1px;
}

.deals_detail_right .associtae_with_text.deal_status_tag:before
{
    position: absolute;
    right: 0;
    top: 1px;
    background: #cccccc;
    width: 1px;
    height: 12px;
    content: "";
}

span.due-date.deal_status_right.stage_deal_text
{
    color: #888888;
    position: relative;
    padding-left: 9px;
}

    span.due-date.deal_status_right.stage_deal_text:before
    {
        position: absolute;
        right: 0;
        top: 1px;
        background: #cccccc;
        width: 1px;
        height: 12px;
        content: "";
    }

.blue-theme .all-acts ul li.file-activity a.top_dec_main.file_action_added span
{
    color: #111111;
}

.blue-theme .all-acts ul li.file-activity a.top_dec_main.file_action_added:hover span
{
    color: #186fc8;
}

.custom_fancy_loading
{
    min-height: 500px;
}

.blue-theme .leads-details-profile-panel .contact ul li.mail span
{
    line-height: 20px;
}

.primary_contact_main
{
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
    padding-top: 10px;
}

.deal_revenue_new:after
{
    content: "";
    position: absolute;
    right: -7px;
    top: 1px;
    background: #cccccc;
    width: 1px;
    height: 12px;
}

.task_detail_right span.associtae_with_text
{
    font-size: 13px;
    color: #888888;
}

    .task_detail_right span.associtae_with_text .assign_to_file-new
    {
        color: #333333;
    }

span.right_sec_drop
{
    float: right;
}

    span.right_sec_drop ul.dropdown-menu
    {
        right: 0;
        left: inherit;
        width: auto;
        min-width: 110px;
        margin: 0;
    }

        span.right_sec_drop ul.dropdown-menu li a
        {
            display: block;
            width: 100%;
            margin: 0;
        }

            span.right_sec_drop ul.dropdown-menu li a i
            {
                margin-right: 9px !important;
            }

    span.right_sec_drop a.dropdown-toggle i
    {
        float: right;
        font-size: 20px;
    }

    span.right_sec_drop a.dropdown-toggle i
    {
        float: right;
        font-size: 20px;
        margin-left: 3px;
    }

.lead-details table tr td .action-col .action-col li a.aEmail:hover i
{
    color: #186fc8;
}

.lead-details table tr td .action-col .action-col li a.aPhoneNumber:hover i
{
    color: #a093ed;
}

.lead-details table tr td .action-col .action-col li a:hover i
{
    color: #4fc73f;
}

.lead-details table tr td .action-col .action-col li.dropdown a.dropdown-toggle:hover i
{
    color: #dc746b;
}

.blue-theme .action-col a i.shedule_call_icon
{
    background: url(../img/shedule_call_icon.png) no-repeat;
    width: 16px;
    height: 18px;
    background-position: 1px 3px;
    opacity: 0.7;
    display: inline-block;
    background-size: 92%;
    margin-right: 5px;
}

.lead-details table tr:hover .action-col li a i.shedule_call_icon
{
    opacity: 1;
}

.blue-theme .lead-details .action-col li a
{
    height: 19px;
    display: block;
}

.blue-theme .lead-details .action-col li ul.dropdown-menu a
{
    height: auto;
}

img.status_select_loader
{
    width: 12px;
    max-width: 100%;
    position: absolute;
    top: -2px;
    right: 93px;
}

.clients-detail
{
    position: relative;
}

.blue-theme .lead-details table tr td .action-col .action-col ul.dropdown-menu a.aPhoneNumber
{
    border-top: 1px solid #f4f4f4;
    color: #777;
}

.addNote_textarea_bottom-edit a.edit-note-cncl
{
    float: right;
    margin-right: 8px;
    color: #b1aeae;
}

.addNote_textarea_bottom-edit button
{
    float: right;
}

.loader-add-note
{
    position: relative;
}

.modal-footer .loader-add-note {
    margin-top: 10px;
}

.modal-footer .loader-add-note img {
    position: relative;
    top: -3px;
}

.mobile_submenu_items a.dropdown-toggle {
    color: #ffffff;
    padding-top: 3px;
    display: block;
}

.mobile_submenu_items a.dropdown-toggle span
{
    float: left;
    display: block;
    padding-top: 0px;
}

.mobile_submenu_items a.dropdown-toggle i
{
    float: left;
    font-size: 17px;
}

.mobile_submenu_items.pull-right
{
    position: relative;
    display: none;
}

.mobile_submenu_items ul.dropdown-menu
{
    top: 31px;
    left: inherit;
    right: 0;
}

#LeadDetailDiv .right-push-baar .mobile_submenu_items ul.dropdown-menu li
{
    margin: 0;
    border: none;
    border: none !important;
}

    #LeadDetailDiv .right-push-baar .mobile_submenu_items ul.dropdown-menu li a
    {
        padding: 8px 10px;
        display: block;
        text-align: left;
        color: #333333;
        border-top: 1px solid #f3f3f3;
        margin: 0 !important;
    }

        #LeadDetailDiv .right-push-baar .mobile_submenu_items ul.dropdown-menu li a span
        {
            display: inline-block;
        }

        #LeadDetailDiv .right-push-baar .mobile_submenu_items ul.dropdown-menu li a i
        {
            float: left;
            font-size: 19px;
            margin-right: 11px;
        }

ul.only_left_outer_note
{
    float: left;
    margin: 0;
    padding: 0;
    width: 95px;
}

#LeadDetailDiv .right-push-baar ul.only_left_outer_note li a span
{
    display: block;
    float: left;
}

#LeadDetailDiv .right-push-baar ul.only_left_outer_note li a i
{
    float: left;
}

#LeadDetailDiv .right-push-baar ul.only_left_outer_note li a
{
    color: #ffffff;
    padding-top: 3px;
    display: block;
}

    #LeadDetailDiv .right-push-baar ul.only_left_outer_note li a i
    {
        font-size: 15px;
        margin-right: 4px;
    }

.all_in_drop
{
    float: left;
    position: relative;
}

/*.subHeader-right.pull-right
{
    display: block;
}*/

a.clear-all-filter
{
    float: left;
    color: #fff;
    padding: 10px 26px 0 0;
}

    a.clear-all-filter i
    {
        float: left;
        font-size: 18px;
        margin-right: 4px;
    }

.blue-theme .lead-details table tr td a.aPhoneNumber
{
    color: #333333;
}

    .blue-theme .lead-details table tr td a.aPhoneNumber:hover
    {
        color: #3b78e7;
    }

.blue-theme .lead-details table tr td .action-col .action-col a.aPhoneNumber
{
    border: none;
}

.download_client_lead_count i.material-icons
{
    color: #fff;
    font-size: 17px;
    position: relative;
    top: 4px;
}

.bootstrap-timepicker-widget.dropdown-menu
{
    padding: 4px;
    transition: none;
    transform: none;
    opacity: 1;
}

.custom-pop .call-pop-up-body
{
    background: #ffffff none repeat scroll 0 0;
    padding: 0 15px 15px;
}

.custom-pop .table.table-striped td
{
    border-bottom: 1px solid #ececec;
    color: #333333;
    padding: 12px 16px 10px;
    font-weight: 400;
}

.call-pop-up-content.custom-pop .modal-footer
{
    border-top: 1px solid #e5e5e5;
}

.custom-pop .contact-name
{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    width: 97%;
}

.custom-pop .table.table-striped tr:last-child td
{
    border-bottom: none;
}

.custom-pop .table.table-striped thead td
{
    font-weight: 500;
}

.custom-pop select
{
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    background: #ffffff url("../img/arrow-drop-select.png") no-repeat scroll 94% center;
    border-radius: 2px;
    box-sizing: border-box;
    color: #333;
    height: 32px;
    padding: 1px 28px 0 10px;
    width: 100%;
    border: 1px solid #d2d6de;
}

.call-pop-up-content#llp_CallPopup_CallAutoDialer {
    width: 820px;
}

#llpCalender-UpdateAppointmentOption .appointment-tab {
    padding: 0 15px;
}

.fancybox-inner #llpCalender-UpdateAppointmentOption.add-appointment .save-temp-footer {
    padding-bottom: 15px;
    padding-left: 20px;
}
.call-pop-up-content#llp_CallPopup_CallAutoDialer .table-outer-h {
    width: 100%;
}

.call-pop-up-content.custom-pop#llp_CallPopup_CallAutoDialer .call-pop-up-body
{
    width: 100% !important;
}

.flex-break {
    flex-basis: 100%;
    width: 0px;
    height: 0px;
    overflow: hidden;
}
.off-text {
    text-align: center;
    margin-top: -20px;
}

.off-text p {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 1px 12px;
    margin: 0;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
}

.modal-dialog span.assign_to_file
{
    padding: 5px 6px 0;
    font-size: 14px;
    color: #888888;
    margin-left: 0;
    position: relative;
    top: 0;
    display: inline;
    height: 26px;
    background: transparent;
}

    .modal-dialog span.assign_to_file span
    {
        color: #111111;
        font-size: 14px;
    }

.close
{
    opacity: 0.7;
}

.note-editor .modal .modal-dialog
{
    z-index: 999999;
}

.lead-details .checkbox
{
    width: 25px;
}

.common_header_lead_client
{
    width: 100%;
    padding-right: 70px;
}

.modal-header_actions {
    position: absolute;
    top: 0;
    right: 16px;
    top: 19px;
}

.link-dialog .modal-body
{
    display: table;
    width: 100%;
}

    .link-dialog .modal-body label
    {
        font-weight: 400;
    }

.link-dialog .form-control
{
    border: 1px solid #e0e0e0;
    height: 41px;
}

.link-dialog .close
{
    font-weight: 400;
}

.image-dialog .form-control
{
    border: 1px solid #e0e0e0;
    height: 41px;
}

.image-dialog .link-dialog .modal-body label
{
    font-weight: 400;
}

.image-dialog .modal-body
{
    display: table;
    width: 100%;
}

.image-dialog .close
{
    font-weight: 400;
}

.addNote_textarea_wrapper textarea
{
    height: 52px;
}

.addNote_textarea_wrapper.active textarea
{
    height: 70px;
}

#DivAutodial thead
{
    position: fixed;
    width: 100%;
    left: 0;
    padding: 0 15px;
    background: #eff3f8;
    z-index: 9999999;
    top: 54px;
    border-bottom: 1px solid #d7e2f0;
}

    #DivAutodial thead tr
    {
        width: 100% !important;
        display: table;
    }

    #DivAutodial thead td:nth-child(2)
    {
        width: 15% !important;
    }

    #DivAutodial thead tr td
    {
    }

#DivAutodial tbody
{
    position: relative;
    top: 54px;
}

.custom-pop #DivAutodial .table tbody tr:first-child td
{
    border-bottom: 1px solid transparent !important;
    padding-top: 0;
}

.schedule-row-fld.title_shedule_pop_view.sch-lead-client-name
{
    background: #eff3f8;
    padding: 2px 15px;
    margin-top: 0px;
}

#dvCallSch .schedule-row.sch-add-con
{
    padding: 0 15px;
}

#dvCallSch .schedule-row.sch-date-time
{
    padding: 0 15px;
}

#dvCallSch .schedule-row.sch-text-add-area
{
    padding: 0 15px;
}

#dvCallSch .call-pop-up-body
{
    padding: 0;
}

#dvCallSch.shedule-call-pop .main-shedule-row
{
    width: 100%;
}

#dvCallSch.shedule-call-pop .inneer-sch
{
    padding: 0 !important;
}

#dvCallSch.shedule-call-pop .schedule-row.bottom_shedule_row_info
{
    padding: 0 15px;
}

.shedule_call_waiting
{
    min-height: 340px;
    position: relative;
}

.add_note_section span.action_common_act.action_note_for a i
{
    font-size: 16px;
    margin-right: 2px;
    position: relative;
    top: 2px;
}

.action_note_btn_section
{
    float: right;
    width: 100%;
    text-align: right;
}

    .action_note_btn_section .cancel
    {
        background: transparent;
        color: #c3c3c3;
        padding: 0 8px;
    }

.note_loade_adding span
{
    font-size: 12px;
    color: #8d8d8d;
    padding-right: 0;
    display: block;
    margin-top: 6px;
    float: left;
    padding-left: 20px;
}

.note_loade_adding img
{
    float: left;
    left: 0;
    top: 2px;
}

.note_loade_adding
{
    position: relative;
}

.add-note-fld.active textarea#txtAddNoteGlobal
{
    min-height: 70px;
}

.add-note-fld textarea#txtAddNoteGlobal
{
    border: none;
    width: 100%;
    min-height: 42px;
    padding: 10px;
    margin: 0 !important;
    outline: none;
    border-radius: 0;
    resize: none;
    overflow: hidden;
}

.note_add_section .cancel
{
    background: transparent;
    color: #c3c3c3;
    padding: 0 8px;
}

.note_add_section.addNote_textarea_wrapper
{
    margin-bottom: 30px;
}

.addNote_textarea_wrapper.edit_fld textarea
{
    height: 40px;
    padding: 10px;
}

.addNote_textarea_bottom-edit
{
    padding: 7px 12px;
    border-top: 1px solid #e9e9e9;
    clear: both;
    display: block;
    width: 100% !important;
    text-align: right;
}

span.top_user_body_pop
{
    display: block;
    margin-bottom: 6px;
}

span.created_date_manage
{
    position: absolute;
    bottom: 4px;
    right: 11px;
    font-size: 12px;
}

.note_added_old_popup .notes-head
{
    margin-bottom: 23px;
}

.note_added_old_popup .addNote_textarea_wrapper.edit_fld textarea
{
    border-radius: 0;
    margin: 0;
}

.add-note-pop-up-body .note-text
{
    color: #111;
    width: 100%;
    display: block;
    word-wrap: break-word;
    box-shadow: 0px 0px 4px 0px rgba(219, 217, 217, 1);
    padding: 6px 10px 24px;
}

.add-note-pop-up-body .rigt_sec_timing a:hover
{
    color: #186fc8;
}

span.function_click_added
{
    color: #888888;
    display: inline-block;
}

.add-note-pop-up-body .rigt_sec_timing a
{
    float: none;
    color: #111;
    border-bottom: 1px dashed #b5b5b5;
}

span.created_name_user
{
    color: #333333;
    display: inline-block;
    font-weight: 500;
}

.lead-add-note.note_added_modal
{
    width: 100%;
    position: relative;
    padding-left: 31px;
}

    .lead-add-note.note_added_modal .left-row-activity
    {
        width: 23px;
        float: left;
        position: absolute;
        z-index: 9;
        left: -3px;
    }

.add-note-pop-up-body
{
    float: left;
    min-height: 100px;
    padding: 10px 0;
    width: 100%;
}

.note-btns.bottom_btn_pop_body
{
    position: absolute;
    top: 0;
    right: 0;
}

.add-note-pop-up-content ul .rigt_sec_timing a i
{
    float: none;
    margin-right: 5px;
    padding: 0;
    font-size: 16px;
    margin-top: 1px;
    position: relative;
    top: 2px;
}

.note-btns.bottom_btn_pop_body a
{
    background: transparent;
}

.note_added_modal .action_common_act
{
    display: block;
    text-align: right;
    position: absolute;
    top: -4px;
    right: 0;
}

.add_note_modal_previous
{
    position: relative;
}

.notes-listing.note_added_old_popup ul li:before
{
    content: "";
    display: block;
    height: 100%;
    left: 27px;
    border: none;
    background: #e3ebf2;
    position: absolute;
    top: 0;
    width: 2px;
}

.notes-listing.note_added_old_popup ul li
{
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
    padding: 0px 20px 20px 20px;
}

.note_added_old_popup .left-row-activity
{
    width: 23px;
    float: left;
    position: absolute;
    z-index: 9;
    left: 17px;
    top: 0;
}

.note_added_old_popup .addNote_textarea_wrapper.edit_fld
{
    margin-left: 30px;
}

.blue-theme .all-acts ul li.activity-row.note-activity .addNote_textarea_wrapper.edit_fld
{
    margin-left: 36px;
    margin-bottom: 13px;
}

.note-activity .addNote_textarea_bottom-edit a.edit-note-cncl
{
    padding: 2px 0;
}

.top_drop_down_popout .action_note_btn_section.addNote_textarea_bottom
{
    display: block;
}

.task_section_grid .left-box ul.dashboard_task_list li .top-sec-task .priority
{
    float: none;
}

    .task_section_grid .left-box ul.dashboard_task_list li .top-sec-task .priority i
    {
        float: none;
        position: relative;
        top: 4px;
    }

.dashboard_task_list .due-date
{
    padding: 0 9px 0 0px;
    font-size: 13px;
    color: #888888;
}

    .dashboard_task_list .due-date::before
    {
        right: 2px;
        top: 2px;
    }

.dashboard_task_list span.associtae_with_text
{
    position: relative;
    color: #888888;
    font-size: 13px;
}

.dashboard_task_list span.assot_with:after
{
    background: #d3d3d3 none repeat scroll 0 0;
    height: 11px;
    left: 4px;
    position: absolute;
    top: 2px;
    width: 1px;
    content: "";
}

.dashboard_task_list .common_top_part.done
{
    float: none;
}

.dashboard_task_list span.associtae_with_text.assot_with
{
    padding-left: 10px;
}

.dashboard_task_list span.name_assigne
{
    color: #333333;
}

span.associtae_with_text.assot_with a.asoociate_with
{
    color: #333333;
}

    span.associtae_with_text.assot_with a.asoociate_with:hover
    {
        color: #3b78e7;
        text-decoration: underline;
    }

.box.box-primary:hover a.asoociate_with
{
    color: #3b78e7;
}

span.asso_with_dashboard_event
{
    position: relative;
    padding-left: 7px;
    cursor: pointer;
}

    span.asso_with_dashboard_event:before
    {
        background: #d3d3d3 none repeat scroll 0 0;
        height: 11px;
        left: 1px;
        position: absolute;
        top: 0px;
        width: 1px;
        content: "";
    }

span.bottom_shedule_event_dashboard
{
    clear: both;
    margin-top: 1px;
    display: block;
}

.left_des_associate span.title_event_dashboard
{
    font-size: 14px;
    cursor: pointer;
    color: #333333;
}

    .left_des_associate span.title_event_dashboard:hover
    {
        color: #3b78e7;
        text-decoration: underline;
    }

span.asso_with_dashboard_event span
{
    color: #333333;
}

.dashboard_notes_added
{
    display: block;
    width: 100%;
    word-wrap: break-word;
    box-shadow: 0px 0px 4px 0px rgba(219, 217, 217, 1);
    clear: both;
    border: none;
    padding: 6px 10px;
    position: relative;
    margin-top: 6px;
    float: left;
    margin-left: 0;
}

.recent-event-part .left-box .recent_activity_block .item.common_lead_client_deal span.created_name_user
{
    float: left;
    width: 81%;
    font-weight: 400;
}

.recent-event-part .left-box .recent_activity_block .item.common_lead_client_deal .call_det.minW span.right_sec_data
{
    float: right;
    font-size: 13px;
    color: #888888;
}

.recent-event-part .left-box .recent_activity_block .item.common_lead_client_deal .call_det.minW
{
    width: 100%;
}

span.created_under_user
{
    font-weight: 500;
}

.note_act .asigned_top_main_name
{
    color: #333333;
    margin-right: 0;
}

    .note_act .asigned_top_main_name:hover
    {
        color: #3b78e7;
        text-decoration: underline;
    }

span.download_client_lead_count
{
    cursor: pointer;
}

.note_act .left_sec_description
{
    width: 77%;
}

.added_action.call_made_in
{
    font-size: 13px;
}

.main-cal-log
{
    border-bottom: none;
    padding: 0 10px 0 0px;
    width: 100%;
}

#llp_CallPopup_CallMake .minimize-popup
{
    float: right;
    margin-right: 7px;
}

.load-more-files
{
    text-align: center;
}

.call-log-part .load-more-files
{
    text-align: center;
}

.main-cal-log .left_sec_description
{
    width: 80%;
}

.all_activities_page .top_dec_main span
{
    color: #111111 !important;
}

.all_activities_page .top_dec_main:hover span
{
    color: #186fc8 !important;
}

.all_activities_page .all-acts
{
    background: #fff;
    float: left;
    width: 100%;
    padding: 20px;
}

.priority_for_task i
{
    font-size: 15px;
    position: relative;
    top: 4px;
}

.all_activities_page .asigned_top_main_name
{
    color: #333;
}

    .all_activities_page .asigned_top_main_name:hover
    {
        color: #3b78e7;
        text-decoration: underline;
    }

.all_activities_page .due-date::before
{
    display: none;
}

.all_activities_page .due-date
{
    padding-left: 0;
}

.all_activities_page .asigned_top_main_name
{
    margin-right: 0;
}

.blue-theme .all_activities_page .all-acts ul li span
{
    color: #888888;
}

    .blue-theme .all_activities_page .all-acts ul li span.created_name_user
    {
        color: #000;
    }

.blue-theme .all_activities_page .priority i.material-icons
{
}

.outer_all_activity
{
    background: #fff;
    border: 1px solid #eaeaea;
    width: 100%;
    min-height: 600px;
    box-shadow: 0 0 1px -7px rgba(227, 227, 227, 0.8), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 7px 3px rgba(227, 255, 255, 0.18);
    position: relative;
}

.all_act_all_page ul.tabs.nav.nav-tabs li a
{
    padding: 0;
    margin: 0;
    border: none;
    background: #fff;
    border-left: 1px solid #d8d8d8;
    border-radius: 0;
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
}

.all_act_all_page ul.tabs.nav.nav-tabs li.active a
{
    background: #eff3f8 !important;
}

.all_act_all_page ul.tabs.nav.nav-tabs li a i
{
    color: #ffffff;
    font-size: 17px;
    padding: 8px 12px;
}

.main-right-panel .outer_all_activity:hover
{
    box-shadow: 0 0 0.99px 0.01px rgba(0, 0, 0, 0.3), 1px 1.732px 3px 0 rgba(0, 0, 0, 0.3);
}

    .main-right-panel .outer_all_activity:hover .asigned_top_main_name
    {
        color: #3b78e7;
    }

.all_act_all_page ul.tabs.nav.nav-tabs li.tasksActivityTab a
{
    border-right: 1px solid #d8d8d8;
    border-radius: 0 4px 4px 0;
}

.all_act_all_page ul.tabs.nav.nav-tabs li
{
    margin: 0;
}

    .all_act_all_page ul.tabs.nav.nav-tabs li.activity_tab_all a
    {
        color: #333;
        padding: 6px 10px;
        font-size: 15px;
        background: #ffffff;
        border-radius: 4px 0 0 4px;
    }

        .all_act_all_page ul.tabs.nav.nav-tabs li.activity_tab_all a:hover,
        .all_act_all_page ul.tabs.nav.nav-tabs li.activity_tab_all a:active,
        .all_act_all_page ul.tabs.nav.nav-tabs li.activity_tab_all a:focus
        {
            background: #ffffff;
        }

    .all_act_all_page ul.tabs.nav.nav-tabs li.tasksActivityTab a i
    {
        border-radius: 0 4px 4px 0;
    }

    .all_act_all_page ul.tabs.nav.nav-tabs li.search_all_act_drop
    {
        text-align: right;
        float: right;
        max-width: 242px;
        width: 100%;
    }

        .all_act_all_page ul.tabs.nav.nav-tabs li.search_all_act_drop .select-style
        {
            margin-right: 0;
            float: right;
            width: 100%;
            margin-top: 0;
            margin-bottom: 9px;
        }

.all_act_all_page .nav-tabs
{
    border: none;
}

.all_act_all_page ul.tabs.nav.nav-tabs li.search_all_act_drop .select-style
{
    margin-right: 0;
    float: right;
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
}

.blue-theme .all_act_all_page .all-acts ul li.activity-row:last-child .right-data-call .main_divide_border
{
    border-color: transparent;
}

.time-part span.time_zone_index
{
    width: 29% !important;
    border-radius: 3px !important;
    border: 1px solid #d2d1d1;
    display: block;
    float: left;
    height: 34px;
    padding: 9px 10px;
    background: #dedede !important;
    margin-left: 3px;
}

.time-part input#timepicker1
{
    width: 54% !important;
}

.left-start-calling ul li
{
    background: #eff3f8;
    border-radius: 3px;
    color: #ffffff;
    list-style: outside none none;
    margin-bottom: 3px;
    min-height: 42px;
    padding: 11px 13px;
}

.top_drop_down_popout textarea#txtAddNoteSlider
{
    padding: 10px;
}

.auto-dial
{
    padding: 0 10px;
}

.auto-dial-startup
{
    background: #ffffff none repeat scroll 0 0;
    float: left;
    min-height: 371px;
    width: 100%;
}

.name-des
{
    color: #353535;
    display: block;
    float: left;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 53%;
}

.call-timing-des
{
    color: #353535;
    float: left;
    font-size: 12px;
    padding-top: 2px;
    text-align: left;
    width: 37%;
}

.status-call.active .material-icons
{
    color: #3bc167;
}

.status-call.completed .material-icons
{
    color: #3bc167;
}

.status-call .material-icons
{
    font-size: 15px;
    color: #2f8ab9;
}

.status-call
{
    float: right;
    padding-top: 2px;
    font-size: 15px;
    line-height: 25px;
    margin-top: 0;
}

.left-start-calling ul li .pending-call i.material-icons
{
    color: #5f6163;
}

.auto-dial-part .summary
{
    color: #656565;
    float: left;
    font-size: 16px;
    padding-top: 5px;
    line-height: 24px;
}

.main-text-part textarea
{
    background: #f5f5f5 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    clear: both;
    height: 171px;
    resize: none;
    width: 100%;
    padding: 10px;
    color: #383838;
}

.col-sm-12.col-xs-12.col-md-6.col-lg-6.PaddingRightZero.PaddingLeftZero.FRgt p
{
    color: #484646;
}

.right-panel.col-sm-9.main-right-panel.allactivityPageMain
{
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
}

.custom-pop #DivAutodial .name-contact
{
    max-width: 136px;
    width: 100%;
}

.deals_detail_right:hover .activity-list .task-heading
{
    color: #186fc8;
}

.deals_detail_right.shadow_effect:hover
{
    box-shadow: 0 0 0.99px 0.01px rgba(0, 0, 0, 0.3), 1px 1.732px 3px 0 rgba(0, 0, 0, 0.3);
}

.search-lead-head a.see-all-data:after
{
    content: "";
    background: #ddd;
    position: absolute;
    height: 10px;
    width: 1px;
    right: -7px;
    top: 5px;
}

.gsrch-hide-show .material-icons
{
    color: #7a7a7a;
    float: left;
    font-size: 22px;
    padding-top: 3px;
}

div#div_LLPGlobalSearch
{
    box-shadow: 0 0 1px -7px rgba(227, 227, 227, 0.8), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 7px 3px rgba(227, 255, 255, 0.18);
    background: #ffffff;
    padding: 0 20px;
    max-width: 1279px;
    margin: 30px auto 30px;
}

.global-search-results table
{
    margin-bottom: 0;
    width: 100%;
    font-size: 21px;
}

    .global-search-results table tr
    {
        display: table-row;
        width: 96.4%;
    }

    .global-search-results table.lead tr td:first-child
    {
        padding-left: 55px;
        width: 100%;
    }

.gsearch-tb-ld
{
    float: left;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 0;
    padding-left: 34px;
}

.global-search-results table tr td:last-child
{
    padding-right: 1.5%;
}

.global-search-results table.lead tr td
{
    padding: 8px 1%;
}

.search-lead-head
{
    border-radius: 4px;
    color: #333;
    float: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    padding: 0;
    text-align: left;
    width: 100%;
}

.outer_search_global
{
    border-top: 1px solid #efefef;
    padding: 20px 0;
}

    .outer_search_global:first-child
    {
        border: none;
    }

.search-lead-head span.lead-lds
{
    background: #f1978d none repeat scroll 0 0;
}

.search-lead-head span
{
    border-radius: 2px;
    color: #fff;
    float: left;
    font-size: 14px;
    padding: 0 1px 0 0;
    text-align: center;
    width: 82px;
}

    .search-lead-head span p
    {
        margin-bottom: 0;
    }

    .search-lead-head span.see-all-data
    {
        color: #888;
        cursor: pointer;
        float: left;
        font-size: 12px;
        margin: 0 0 0 5px;
        width: auto;
    }

.search-lead-head a.see-all-data
{
    color: #888;
    cursor: pointer;
    float: left;
    font-size: 13px;
    position: relative;
    margin: 0;
    width: auto;
}

.gsearch-tb-ld ul
{
    padding-left: 0;
}

.global-lead-name span.contact_person
{
    color: #888888;
}

    .global-lead-name span.contact_person span
    {
        color: #111111;
    }

.gsearch-tb-ld ul li
{
    padding: 18px 0;
}

.global-lead-name a.name_activity_search
{
    font-weight: 500;
    color: #111;
}

    .global-lead-name a.name_activity_search:hover
    {
        text-decoration: underline;
    }

.lead
{
    font-weight: 400;
}

.global-lead-name .global-dot
{
    margin: 0 5px;
    color: #000;
}

.search-lead-head span.gsrch-hide-show
{
    margin-left: 9px;
    float: left;
    position: relative;
    top: -2px;
    font-size: 11px;
}

    .search-lead-head span.gsrch-hide-show i
    {
        font-size: 20px;
    }

.glbl-load-more a
{
    color: #777;
    float: left;
    font-weight: 400;
}

.glbl-load-more .fa.fa-3x
{
    font-size: 14px;
    margin: 0;
}

.glbl-load-more
{
    display: block;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    color: #444;
    float: left;
    font-size: 13px;
}

    .glbl-load-more .material-icons
    {
        float: right;
        font-size: 14px;
        padding-left: 1px;
        padding-top: 3px;
    }

.outer_search_global:hover .name_activity_search
{
    color: #3b78e7;
}

.outer_search_global:hover .see-all-data
{
    color: #3b78e7;
}

.outer_search_global:hover .glbl-load-more a
{
    color: #3b78e7;
}

.outer_search_global:hover .asso_search_global
{
    color: #3b78e7;
}

.asso_search_global:hover
{
    text-decoration: underline;
}

.see-all-data:hover
{
    color: #3b78e7;
    text-decoration: underline;
}

span.only_on_spent
{
    position: relative;
    padding-left: 9px;
    color: #888888 !important;
}

    span.only_on_spent:before
    {
        content: "";
        background: #ddd;
        height: 10px;
        width: 1px;
        position: absolute;
        left: 3px;
        display: block;
        top: 2px;
    }

.global-lead-name
{
    color: #666;
    float: left;
    font-size: 13px;
    line-height: 22px;
    width: 100%;
    word-wrap: break-word;
}

    .global-lead-name a.name_activity_search.only_note_search:hover
    {
        color: #111 !important;
        text-decoration: none;
        cursor: text;
    }

div#div_LLPGlobalSearch:hover a.name_activity_search.only_note_search
{
    color: #111 !important;
}

.global-lead-name a
{
    color: #3e3e3e;
}

.global-lead-name span
{
    color: #666;
    font-size: 13px;
}

.global-lead-name .global-sepr
{
    background: #999 none repeat scroll 0 0;
    display: inline-block;
    height: 13px;
    margin: 0 3px -3px;
    width: 1px;
}

span.glbl-load-more.new_common_loader
{
    position: relative;
    height: 35px;
}

    span.glbl-load-more.new_common_loader .loaderimg
    {
        height: 20px;
        margin-left: 16px;
        margin-top: 5px;
        position: static;
    }

    span.glbl-load-more.new_common_loader span
    {
        position: relative;
        top: 7px;
        left: 4px;
        color: #6f6f6f;
    }

div#div_LLPGlobalSearch:hover
{
    box-shadow: 0 0 0.99px 0.01px rgba(0, 0, 0, 0.3), 1px 1.732px 3px 0 rgba(0, 0, 0, 0.3);
}

.main-dashboard .empty-btn a.grn-btn
{
    background-color: #43c86f;
    border-radius: 3px;
    display: inline-block;
    font-size: 13px;
    height: 39px;
    line-height: 20px;
    margin-top: 8px;
    padding: 10px 16px;
    width: 124px;
}

.listing_common_lead_client
{
    background: #fff;
}

    .listing_common_lead_client .empty-btn a.grn-btn
    {
        width: 210px;
        height: 50px;
        line-height: 29px;
    }

    .listing_common_lead_client .das-no-info-txt
    {
        color: #333;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
    }

#content-tasks .global-lead-name span.contact_person span.only_on_spent:first-child:before
{
    display: none;
}

#content-tasks .global-lead-name span.contact_person span.only_on_spent:first-child
{
    padding-left: 0;
}

.outer_search_global .global-lead-name span.contact_person span i
{
    font-size: 15px;
}

.outer_search_global .global-lead-name span.contact_person span.priority
{
    float: none;
    padding-left: 0;
    margin-left: 2px;
    position: relative;
    top: 2px;
}


/*---------------------------------------------------------------- user_profile_buy_number ------------------------------------------------------------------*/

.number_wizard
{
    height: 100%;
    display: flex;
}

.left_user_listing
{
    box-shadow: 0 0 1px -7px rgba(227, 227, 227, 0.8), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 7px 3px rgba(227, 255, 255, 0.18);
    background: #fff;
    width: 323px;
}

.number_wizard ul
{
    padding: 0;
    margin: 0;
}

span.user_type_wizard
{
    font-size: 11px;
    color: #505050;
}

.right_action_wizard
{
    box-shadow: 0 0 1px -7px rgba(227, 227, 227, 0.8), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 7px 3px rgba(227, 255, 255, 0.18);
    background: #fff;
    width: 100%;
    margin-left: 13px;
}

span.wizard_user_name
{
    font-size: 14px;
    color: #303030;
    display: block;
}

.left_user_listing ul li.admin_wizard_user
{
    background: #fafafa;
}

    .left_user_listing ul li.admin_wizard_user:hover
    {
        background: #eff3f8;
    }

.left_user_listing ul li
{
    width: 100%;
    display: flex;
    position: relative;
    padding: 10px 15px;
    border-top: 1px solid #f2f2f2;
}

.left_image_profile_user
{
    border-radius: 50px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: flex;
    vertical-align: middle;
    align-content: center;
    align-self: center;
    float: left;
}

    .left_image_profile_user img
    {
        align-content: center;
        align-self: center;
        max-width: 100%;
    }

.right_detail_user
{
    float: left;
    padding-left: 16px;
}

.left_user_listing ul li:hover
{
    background: #eff3f8;
    cursor: pointer;
}

.left_user_listing ul li:after
{
    right: 0px;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #ffffff;
    border-width: 12px;
    margin-top: -13px;
}

span.no_img_text
{
    background: #cfcdcd;
    height: 100%;
    margin: 0 auto;
    align-items: center;
    width: 100%;
    padding: 11px;
    font-size: 14px;
    color: #fff;
}

.top_wizard_name_user
{
    padding: 12px 15px;
    border-bottom: 1px solid #e8ebf0;
    color: #505050;
}

.user_header_profile
{
    background: url(../img/profile_img_bg.jpg) no-repeat;
    width: 100%;
    height: 443px;
    background-size: 100%;
}

.user_wizard_bg
{
    background: rgba(0, 74, 175, 0.96);
    height: 100%;
    width: 100%;
}

.left_logo_wizard a
{
    padding-top: 15px;
    display: block;
}

span.profle_icon_section
{
    text-align: right;
    float: right;
    padding-top: 17px;
}

.system_setting_part h4
{
    font-size: 29px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
}

.system_center_part p
{
    color: #fff;
    font-size: 15px;
    text-align: center;
}

span.user_name_wizard_icon
{
    width: 48px;
    height: 48px;
    background: #46b04c;
    display: block;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    padding-top: 11px;
    font-size: 17px;
}

.user_welcome_msg h3
{
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}

.user_welcome_msg
{
    clear: both;
    text-align: center;
}

    .user_welcome_msg p
    {
        font-size: 16px;
        color: #fff;
        line-height: 26px;
        width: 680px;
        margin: 25px auto 0;
    }

.user_features_setting
{
    max-width: 584px;
    display: block;
    margin: 36px auto 0;
    width: 100%;
    background: #ffffff;
    border: 1px solid #e1e1e1;
}

.system_setting_part
{
    position: relative;
    margin-top: -168px;
}

span.arrow_forward_features
{
    position: absolute;
    right: 21px;
    top: 50%;
    margin-top: -12px;
    color: #7f9eba;
}

.left_user_icon_features i
{
    border-radius: 50px;
    width: 48px;
    height: 48px;
    display: flex;
}

    .left_user_icon_features i img
    {
        align-items: center;
        align-self: center;
        margin: 0 auto;
    }

    .left_user_icon_features i.icon_profile_wizard
    {
        background: #1f8ceb;
    }

    .left_user_icon_features i.manage_phone_number
    {
        background: #49b14f;
    }

    .left_user_icon_features i.manage_credits
    {
        background: #dc746b;
    }

    .left_user_icon_features i.icon_email_setting
    {
        background: #53c7ce;
    }

    .left_user_icon_features i.icon_profile_custom_email
    {
        background: #bbab94;
    }

    .left_user_icon_features i.icon_profile_notification
    {
        background: #a093ed;
    }

span.left_user_icon_features
{
    float: left;
}

.user_features_setting ul
{
    padding: 0;
    margin: 0;
}

span.right_user_wizard_features
{
    margin-left: 22px;
    float: left;
    width: 82%;
}

.user_features_setting ul li
{
    padding: 17px;
    position: relative;
    border-top: 1px solid #e1e1e1;
}

    .user_features_setting ul li:first-child
    {
        border-top: none;
    }

span.features_name
{
    font-size: 18px;
    color: #39454e;
    font-weight: 500;
}

.system_center_part .right_user_wizard_features p
{
    color: #282828;
    text-align: left;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 2px;
}

.back_to_dashboard
{
    margin: 20px auto 0;
    display: table;
}

    .back_to_dashboard a
    {
        width: 190px;
        background: #52bb58;
        color: #fff;
        display: block;
        text-align: center;
        padding: 10px;
        border-radius: 3px;
        height: 45px;
        font-size: 18px;
        font-weight: 400;
    }

.manage_user_inner
{
    margin: 0 -15px;
}

    .manage_user_inner .user_header_profile
    {
        height: 117px;
    }

.inner_left_layout
{
    display: block;
    width: 100%;
    min-height: 541px;
    background: #ffffff;
    border: 1px solid #e1e1e1;
}

.left_layout_user
{
    max-width: 584px;
    float: left;
    width: 100%;
}

.left_right_common_user
{
    margin: 6px auto 0;
    display: table;
    width: 835px;
}

.top_header_users
{
    padding: 15px 20px;
}

span.title_user_icon
{
    font-size: 20px;
    color: #39454e;
    font-weight: 500;
}

.title_user_icon i
{
    margin-right: 15px;
    position: relative;
    top: -2px;
}

.manage_user_inner .system_setting_part.manage_users_wizrd
{
    margin-top: -112px;
}

.form_row-user .first-name-last-name input[type="text"]
{
    width: 47%;
    margin: 0 5px;
    padding: 0 10px;
    float: left;
}

.first-name-last-name
{
    float: left;
    width: 90%;
}

.manage_user_inner .system_setting_part h4
{
    margin-top: 0;
}

.form_row-user label
{
    float: left;
    font-weight: 400;
    margin-right: 10px;
    font-size: 15px;
    color: #39454e;
    margin-top: 11px;
    width: 44px;
}

.form_row-user input[type="text"]
{
    height: 43px;
    border: 1px solid #d8e1e8;
    border-radius: 3px;
    padding: 0 10px;
    width: 86.6%;
    margin: 0 5px;
}

.form_row-user select
{
    height: 43px;
    border: 1px solid #d8e1e8;
    width: 86.6%;
    margin: 0 5px;
    border-radius: 3px;
    background: #ffffff url(../img/arrow_add_users.png) no-repeat;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    background-position: 97% center;
    padding: 0 10px;
}

.form_row-user
{
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.personal_checkinput .checkbox
{
    width: 100%;
}

.form_row-user .checkbox label
{
    width: auto;
    margin: 0 8px 0 0;
}

.personal_checkinput .checkbox label::before
{
    border: 2px solid #1f8ceb;
}

.center_form_user
{
    min-height: 482px;
    padding: 20px;
}

.footer_area_action
{
    padding: 10px 20px;
    border-top: 1px solid #eaf0f5;
}

    .footer_area_action button
    {
        width: 84px;
        height: 36px;
        border-radius: 3px;
        border: none;
    }

    .footer_area_action a.invite_btn
    {
        background: #52bb58;
        color: #fff;
        float: left;
        display: block;
        width: 84px;
        height: 36px;
        text-align: center;
        border-radius: 3px;
        padding: 9px;
    }

span.right_listing_add_new_user
{
    float: right;
}

.footer_area_action button.cancel_btn
{
    background: transparent;
    border: 1px solid #d8e1e8;
    color: #6a6a6a;
    float: right;
}

.footer_area_action a.invite_btn:hover
{
    background: #46ac4c;
}

.personal_checkinput .checkbox span
{
    color: #39454e;
}

.form_row-user.personal_checkinput
{
    padding-left: 52px;
    margin-top: 10px;
}

.footer_area_action button.cancel_btn:hover
{
    background: #eaf0f5;
}

.form_row-user ::-webkit-input-placeholder
{
    /* Chrome/Opera/Safari */
    color: #b6b6b6;
}

.form_row-user ::-moz-placeholder
{
    /* Firefox 19+ */
    color: #b6b6b6;
}

.form_row-user :-ms-input-placeholder
{
    /* IE 10+ */
    color: #b6b6b6;
}

.form_row-user :-moz-placeholder
{
    /* Firefox 18- */
    color: #b6b6b6;
}

.right_nav_users
{
    float: right;
    padding-top: 160px;
}

.back_to_your_guide a
{
    font-size: 15px;
    color: #919ea7;
}

    .back_to_your_guide a i
    {
        float: left;
        margin-right: 3px;
        color: #868686;
        font-size: 21px;
    }

.right_nav_users h5
{
    padding-left: 25px;
    font-size: 15px;
    color: #767676;
    margin: 12px 0 10px;
}

.right_nav_users ul li::after
{
    background: #256fd4;
    content: "";
    position: absolute;
    height: 7px;
    width: 7px;
    left: 2px;
    z-index: -9;
    border-radius: 50px;
    top: 50%;
    margin-top: -3.5px;
}

.right_nav_users ul li:before
{
    background: #e5e5e5;
    content: "";
    position: absolute;
    height: 100%;
    top: 13px;
    width: 1px;
    left: 5px;
    z-index: -9;
}

.right_nav_users ul li:last-child:before
{
    display: none;
}

.right_nav_users ul li
{
    position: relative;
    padding-left: 20px;
    margin-left: 26px;
}

.right_nav_users ul
{
    margin: 0;
    padding: 0;
}

    .right_nav_users ul li a
    {
        line-height: 28px;
        color: #767676;
    }

        .right_nav_users ul li a:hover
        {
            color: #256fd4;
        }

    .right_nav_users ul li.active a
    {
        color: #256fd4;
    }

.user_listing_top
{
    padding: 10px 15px;
}

span.right_listing_add_new_user a
{
    background: #52bb58;
    color: #ffffff;
    display: block;
    padding: 9px 17px;
    border-radius: 3px;
}

span.left_user_listing_title
{
    float: left;
    font-size: 20px;
    color: #39454e;
    font-weight: 500;
    margin-top: 6px;
}

.right_listing_add_new_user i.material-icons
{
    float: left;
    font-size: 18px;
    margin-right: 6px;
}

.left_user_listing_title i
{
    margin-right: 12px;
    position: relative;
    top: -2px;
}

.left_layout_user .users-table .user-name > b
{
    color: #5a5a5a;
}

.left_layout_user .users-table .user-role
{
    color: #505050;
}

.left_layout_user .users-table .dropdown.profile_action_user
{
    float: right;
}

.left_layout_user .users-table table tr td:first-child
{
    width: 40%;
}

.left_layout_user .users-table .dropdown.profile_action_user i.material-icons
{
    display: inline;
    float: right;
    position: absolute;
    right: -21px;
    top: 1px;
    font-size: 17px;
    color: #7f9eba;
}

.left_layout_user .users-table .dropdown.profile_action_user a
{
    position: relative;
    padding-right: 17px;
    color: #8d8c8c;
}

.user_added_listing
{
    margin-top: 20px;
}

span.close_btn_user_purchase
{
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
}

    span.close_btn_user_purchase i
    {
        font-size: 20px;
        color: #919191;
    }

.modal_purchase_number
{
    max-width: 585px;
    width: 100%;
    margin: 30px auto;
    background: #fff;
    min-height: 230px;
    position: absolute;
    border-radius: 3px;
    left: 0;
    right: 0;
}

.modal_purchase_number_header
{
    padding: 10px 20px;
    position: relative;
    border-bottom: 1px solid #e8ebf0;
}

.overlay_purchase_modal
{
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
    pointer-events: none;
    -ms-pointer-events: none;
    -webkit-pointer-events: none;
    top: 0;
    left: 0;
    transition: all .25s linear;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    animation-name: bounceOut;
    z-index: 9999999;
}

.purchase_number_modal .overlay_purchase_modal
{
    opacity: 1;
    display: block;
    pointer-events: auto;
    -webkit-pointer-events: auto;
    -ms-pointer-events: auto;
}

.modal_body_purchase
{
    padding: 20px;
}

.left_header_purchase
{
    color: #505050;
}

.buy_number_user .form_row-user input[type="text"],
.buy_number_user .form_row-user select
{
    width: 80.9%;
    margin: 0;
}

.buy_number_user .form_row-user label
{
    width: 94px;
    font-size: 14px;
    margin-top: 12px;
    text-align: right;
}

.btn_search_number a.search_number
{
    background: #52bb58;
    color: #fff;
    float: left;
    display: block;
    height: 36px;
    text-align: center;
    border-radius: 3px;
    padding: 9px 15px;
}

    .btn_search_number a.search_number:hover
    {
        background: #46ac4c;
    }

.btn_search_number
{
    margin-left: 104px;
    margin-top: 6px;
    float: left;
}

.new_custom_radio input[type=radio]
{
    position: absolute;
    visibility: hidden;
    margin: 0;
}

.new_custom_radio label
{
    display: block;
    position: relative;
    font-weight: 300;
    padding: 0;
    margin: 0;
    height: 16px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.new_custom_radio .check
{
    display: block;
    position: absolute;
    border: 2px solid #AAAAAA;
    border-radius: 0;
    height: 16px;
    width: 16px;
    top: 0;
    left: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    -ms-transition: border .25s linear;
}

    .new_custom_radio .check::before
    {
        display: block;
        position: absolute;
        content: '';
        height: 8px;
        width: 8px;
        top: 2px;
        left: 2px;
        margin: auto;
        transition: background 0.25s linear;
        -webkit-transition: background 0.25s linear;
    }

.new_custom_radio input[type=radio]:checked ~ .check
{
    border: 2px solid #0DFF92;
}

    .new_custom_radio input[type=radio]:checked ~ .check::before
    {
        background: #0DFF92;
    }

.new_custom_radio input[type=radio]:checked ~ label
{
    color: #0DFF92;
}

.new_custom_radio
{
    position: relative;
}

.modal_purchase_number .users-table table tr td:nth-child(2)
{
    width: 58%;
}

.modal_purchase_number .users-table table tr td:last-child
{
    width: 35%;
}

.footer_user_table_phone
{
    clear: both;
}

.modal_purchase_number .users-table table tr td:first-child
{
    padding-right: 0 !important;
}

.purchase_number_modal .modal_purchase_number
{
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

.modal_purchase_number
{
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

span.status_user_number.active
{
    background: #13b859;
}

.purchase_nbr
{
    cursor: pointer;
}

span.status_user_number
{
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background: #13b859;
    display: inline-block;
    background: #b5b5b5;
    margin-left: 5px;
}

.purchase_number_modal .main-header
{
    z-index: 9 !important;
}

.area_action_user button.cancel_btn
{
    background: transparent;
    border: 1px solid #d8e1e8;
    color: #6a6a6a;
    width: 100px;
    padding: 10px;
    border-radius: 3px;
    height: 41px;
    margin-left: 10px;
}

.area_action_user a.invite_btn
{
    background: #2fad52;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
    width: 100px;
    display: block;
    float: left;
}

    .area_action_user a.invite_btn:hover
    {
        background: #46ac4c;
    }

.area_action_user button.cancel_btn:hover
{
    background: #eaf0f5;
}

.user_added_message
{
    text-align: center;
}

    .user_added_message h2
    {
        font-size: 26px;
        color: #484848;
        font-weight: 500;
    }

    .user_added_message img
    {
        margin: 5px 0 10px;
    }

.system_center_part .user_added_message p
{
    color: #555555;
    font-size: 18px;
    margin: 0 auto;
    line-height: 28px;
    width: 79%;
}

.area_action_user
{
    display: table;
    margin: 30px auto;
}

.user_added_message
{
    padding-top: 45px;
}

.buy_number_form .form_row-user.forward_number_user input[type="text"]
{
    width: 47.2%;
}

.buy_number_form .form_row-user.forward_number_user select
{
    width: 25%;
    height: 42px;
    background-position: 11px center;
    padding-left: 30px;
}

.buy_number_form .form_row-user label
{
    text-align: right;
    width: 115px;
}

a.common_all_users_btn
{
    background: #2fad52;
    color: #fff;
    padding: 9px;
    border-radius: 3px;
    width: 82px;
    display: block;
    float: left;
    text-align: center;
}

    a.common_all_users_btn:hover
    {
        background: #46ac4c;
    }

.save_number_buy
{
    margin-left: 130px;
    margin-top: 5px;
    clear: both;
    float: left;
}

.buy_number_form .form_row-user select,
.buy_number_form .form_row-user input[type="text"]
{
    width: 74.6%;
}


/*----------------------------------------------------------------end-user-style------------------------------------------------------------------*/

.fancybox-lock .main-header .navbar
{
    top: 0;
}

.fancybox-inner .add-appointment .save-temp-footer
{
    width: 100%;
    /*padding-bottom: 0;*/
}

#ManageDealpipelineStagesDetails
{
    padding: 10px 20px;
}

#ManageDealPipelineStages .PopupHeader p span
{
    color: #333333;
    float: left;
    font-size: 15px;
    font-weight: 400;
    padding: 0;
}

    #ManageDealPipelineStages .PopupHeader p span.cross-popup
    {
        float: right;
    }

#ManageDealpipelineStagesDetails select
{
    width: 21%;
    border: 1px solid #cccccc;
    background: url("../img/selectarrow.png") no-repeat scroll right 6px center;
    padding: 5px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
}

#ManageDealpipelineStagesDetails input[type="text"]
{
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 6px;
    width: 69%;
}

#ManageDealPipelineStages .email-detail-pop-up-body .save-temp-footer
{
    text-align: right;
    width: 100%;
}

#ManageDealPipelineStages button.temp-select-cncl
{
    margin-top: 3px;
    float: right;
    margin-right: 0;
}

div#uploadifive-TaskUploadFIles
{
    width: 100px;
    float: left;
    background: #eee;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #444;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    height: 34px;
    line-height: 32px;
    outline: none;
    padding: 0 15px;
    min-width: 100px;
    position: relative;
    margin-right: 15px;
}

#ManageDealPipelineStages .cats-blk .delete-cats
{
    background: #eee none repeat scroll 0 0;
    border-radius: 3px;
    cursor: pointer;
    float: right;
    height: 28px;
    padding: 4px;
    margin-top: 3px;
    margin-left: 2px;
    text-align: center;
    width: 28px;
}

#ManageDealPipelineStages .delete-cats .material-icons
{
    font-size: 19px;
    color: #bbab94;
    margin-top: 1px;
}

.subheader ul.sub-navigation li.actionButton_item a.MDealStages i.material-icons
{
    margin-top: 0;
}

.minimize-popup
{
    float: right;
    margin-right: 10px;
}

.new_deal_detail_title_description .deal_revenue_new:after
{
    right: 4px;
    top: 1px;
}

.new_deal_detail_title_description span.deal_revenue_new
{
    position: relative;
    padding-right: 10px;
}

.new_deal_detail_title_description .deal_revenue_new.actual_revenue_deal:after
{
    left: -6px;
}

.new_deal_detail_title_description .description_view_more_deal a:after
{
    content: "";
    position: absolute;
    left: -6px;
    top: 1px;
    background: #cccccc;
    width: 1px;
    height: 12px;
}

.new_deal_detail_title_description .description_deal_modal
{
    position: relative;
}

span.description_view_more_deal a
{
    position: relative;
}

.deal_status_block .deal_stages
{
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
}

span.description_deal_modal
{
    display: block;
}

.deal_status_block .deal_stages li
{
    flex: 1 1 auto;
}

.deal_status_block .tooltip-inner
{
    max-width: 250px;
    font-size: 11px !important;
}

#ManageDealPipelineStages .ui-sortable-placeholder
{
    height: 34px !important;
    background: none;
}

.assign_deal_deal_edit .PopupHeader p span
{
    color: #333 !important;
}

    .assign_deal_deal_edit .PopupHeader p span a.pop-up-close
    {
        font-size: 26px;
        line-height: 6px;
        height: 10px;
        position: relative;
        top: 5px;
        color: #a7a7a7;
    }

.PopupContent.assign_deal_deal_edit.fancybox-margin
{
    width: 680px;
    margin-left: -340px !important;
}

.assign_deal_deal_edit select.form-control
{
    margin-top: 8px;
    margin-bottom: 37px;
}

.assign_deal_deal_edit .cats-blk
{
    padding: 10px;
}

.assign_deal_deal_edit select.form-control
{
    margin-top: 8px;
    margin-bottom: 10px;
}

span.dragable_stage_pipeline
{
    float: left;
    margin-right: 3px;
    cursor: pointer;
}

    span.dragable_stage_pipeline i.material-icons
    {
        font-size: 20px;
        color: #bbab94;
        position: relative;
        top: 2px;
    }

.partilFileLeadClientDeal .right-pop-main
{
    color: #333 !important;
}

    .partilFileLeadClientDeal .right-pop-main span a.pop-up-close.a-pointer
    {
        font-size: 24px;
        color: #969696 !important;
        padding-top: 6px;
    }

    .partilFileLeadClientDeal .right-pop-main span
    {
        color: #333 !important;
    }

        .partilFileLeadClientDeal .right-pop-main span a
        {
            color: #333 !important;
        }

.partilFileLeadClientDeal .pop-up-header span
{
    color: #333 !important;
}

.partilFileLeadClientDeal .pop-up-header > span
{
    position: relative;
    top: 5px;
    font-size: 15px !important;
}

.partilFileLeadClientDeal .right-pop-main span a.pop-up-close.a-pointer
{
    font-size: 24px;
    color: #969696 !important;
    padding-top: 6px;
}

span.client_deal_common_outer
{
    position: relative;
    display: block;
    float: left;
    top: 3px;
}

.ui-menu .ui-menu-item a.client-sugg-g,
.ui-menu .ui-menu-item a.deal-sugg-g,
.ui-menu .ui-menu-item a.lead-sugg-g
{
    color: #333333;
    display: block;
    font-weight: normal;
    line-height: 1.5;
    min-height: 0;
    padding: 5px 0.4em;
    text-decoration: none;
    width: 83%;
    float: left;
}

.suggestions-srch-file a.lead-sugg-g,
.suggestions-srch-file a.client-sugg-g
{
    color: #333333;
    display: block;
    font-weight: normal;
    line-height: 1.5;
    min-height: 0;
    padding: 0px 0.4em 5px;
    text-decoration: none;
    width: 83%;
    float: left;
}

div.token-input-dropdown-facebook ul.suggestions-srch-file li
{
    padding: 8px 15px !important;
}

.blue-theme .token-input-dropdown-facebook
{
    width: 400px !important;
}

.priority_for_task
{
    cursor: default;
}

.all_act_all_page #sort-btn-m li
{
    padding-top: 12px;
}

.all_act_all_page ul#sort-btn-m
{
    min-height: 49px;
}

.no-data-filter span.das-no-info-txt
{
    text-align: left;
    clear: both;
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    color: #a9a9a9;
    text-transform: capitalize;
    font-size: 14px;
}

.dash-no-data.no-data-filter
{
    float: left;
    padding-left: 26px;
    padding-top: 29px;
}

.btn .badge
{
    top: -4px;
    left: -8px;
}

.blue-theme .leads-details-profile-panel .contact ul li.phn span.contact-phone-label
{
    color: #555555;
    padding-right: 3px;
}

a.quick-view-item-name:hover
{
    color: #186fc8;
}

a.quick-view-item-name
{
    color: #333;
}

.modal-dialog:hover .top_dec_main
{
    color: #3b78e7;
}

.blue-theme .modal-dialog:hover .blue-theme .all-acts ul li.file-activity a.top_dec_main.file_action_added
{
    color: #3b78e7;
}

.right-content.shadow_effect:hover a.top_dec_main.file_action_added span
{
    color: #3b78e7 !important;
}

.modal-dialog:hover a.top_dec_main.file_action_added span
{
    color: #3b78e7 !important;
}

.modal-dialog:hover a.quick-view-item-name
{
    color: #3b78e7;
}

.right-content.shadow_effect:hover a.top_dec_main
{
    color: #3b78e7;
}

.activity-list ul.completed_task_task_box li
{
    padding-left: 32px !important;
}

.all_activities_page .all-acts:hover .top_dec_main
{
    color: #3b78e7;
}

.right-panel.col-sm-9.main-right-panel.allactivityPageMain:hover .top_dec_main
{
    color: #333;
}

.modal-dialog .loaderbg
{
    position: fixed;
}

.upgrade-modal-logo {
    text-align: center;
}

.upgrade-modal-logo img {
    width: 110px;
}

.outer_all_activity:hover .top_dec_main {
    color: #3b78e7 !important;
}

span.data_import_text
{
    font-size: 20px;
}

.import-head span.max-span
{
    font-size: 14px;
}

.import-data-blk .attachement_drop a
{
    padding-top: 8px;
    display: block;
    clear: both;
}

.import-data-blk .attachement_drop
{
    clear: both;
    margin-top: 9px;
    float: left;
    width: 100%;
}

#add-tags-pup .all-tags a
{
    background: #ffffff;
    border-radius: 3px;
    color: #666666;
    float: left;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 18px;
    margin: 0 6px 6px 0;
    padding: 2px 7px;
    position: relative;
    border: 1px solid #b9b9b9;
}

.task_list_rendom
{
    background: #f6f6f6;
}

.task_list_rendom .leads-table
{
    max-width: 1280px;
    margin: 40px auto;
    width: 100%;
    padding: 0;
    box-shadow: 0 0 1px -7px rgba(227, 227, 227, 0.8), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 7px 3px rgba(227, 255, 255, 0.18);
    border: 1px solid #eaeaea;
    display: table;
    min-height: auto;
}

    .task_list_rendom span.associtae_with_text.assot_with
    {
        padding-left: 10px;
    }

    .task_list_rendom span.associtae_with_text
    {
        position: relative;
        color: #888888;
        font-size: 13px;
    }

    .task_list_rendom span.name_assigne
    {
        color: #333333;
    }

    .task_list_rendom .due-date
    {
        padding: 0 9px 0 0px;
        font-size: 13px;
        color: #888888;
    }

    .task_list_rendom .activity-list ul li
    {
        padding: 10px 25px;
    }

    .task_list_rendom .left-task-left .fa
    {
        margin-left: 0;
    }

    .task_list_rendom .activity-list .left-task
    {
        position: relative;
    }

        .task_list_rendom .activity-list .left-task .left-task-left
        {
            width: 20px;
            position: absolute;
            top: 0;
            left: 0;
        }

        .task_list_rendom .activity-list .left-task .left-task-right
        {
            width: 100%;
            padding-left: 34px;
        }

    .task_list_rendom span.assot_with:after
    {
        background: #d3d3d3 none repeat scroll 0 0;
        height: 11px;
        left: 4px;
        position: absolute;
        top: 2px;
        width: 1px;
        content: "";
    }

    .task_list_rendom .activity-list .left-task .left-task-right .task-heading a
    {
        color: #333333;
    }

.top_task_baar
{
    background: #fff;
    width: 100%;
    min-height: 68px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 20px;
    padding: 15px 20px;
}

.left_top_baar_task a.grn-btn.white_btn.aTask:hover
{
    -webkit-text-fill-color: #ffffff;
    background: #46ac4c;
}

.left_top_baar_task a.grn-btn.white_btn.aTask
{
    background: #52bb58;
    width: 108px;
    color: #ffffff;
    transition-property: background, border, box-shadow, color;
    transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: background, border, box-shadow, color;
}

.attachement_count i.material-icons
{
    font-size: 17px;
    position: relative;
    top: 4px;
}

.task_list_rendom .note-btns > a i
{
    font-size: 17px;
}

.right_btn_filter img
{
    opacity: 0.8;
}

    .right_btn_filter img:hover
    {
        opacity: 1;
    }

.task_list_rendom .left-task-left .fa:hover
{
    color: #79e174;
}

span.right_btn_filter
{
    float: right;
    padding-top: 4px;
}

.top_task_baar ul.dropdown-menu
{
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #d5dce0;
    border-radius: 3px;
    left: inherit !important;
    right: 0 !important;
    min-width: 215px;
    padding: 0 15px 0px;
}

.top_task_baar .field-row.filed-range
{
    margin-bottom: 18px;
    float: left;
    width: 100%;
}

.top_task_baar .field-row
{
    clear: both;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.blue-theme .top_task_baar .filter-nav h3
{
    color: #888888;
    font-size: 14px;
    font-weight: 300 !important;
    margin-bottom: 9px;
}

.blue-theme .top_task_baar .select-style
{
    border: 1px solid #d5dce0;
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}

    .blue-theme .top_task_baar .select-style:focus
    {
        outline: none;
    }

    .blue-theme .top_task_baar .select-style:hover
    {
        box-shadow: 0 0 0 3px #65c360;
        border-color: #fff;
    }

    .blue-theme .top_task_baar .select-style select
    {
        outline: none;
    }

    .blue-theme .top_task_baar .select-style:hover select
    {
        color: #65c360;
    }

        .blue-theme .top_task_baar .select-style:hover select option
        {
            color: #333;
        }

.blue-theme .top_task_baar .calendar-btn
{
    border-bottom: 1px solid #d5dce0;
}

.new_task_table .left-task-left i
{
    border: 1px solid #b7bfc6;
    width: 20px;
    transition: 200ms box-shadow, 200ms color, 200ms background, 200ms fill;
    -webkit-transition: 200ms box-shadow, 200ms color, 200ms background, 200ms fill;
    -ms-transition: 200ms box-shadow, 200ms color, 200ms background, 200ms fill;
    height: 20px;
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    border-radius: 50px;
    fill: #d5dce0;
    -webkit-fill: #d5dce0;
    -ms-fill: #d5dce0;
    top: 3px;
    position: relative;
    cursor: pointer;
}

    .new_task_table .left-task-left i.status_task_completed
    {
        background: #65c360;
        border-color: #65c360;
    }

        .new_task_table .left-task-left i.status_task_completed svg.Icon.CheckIcon.TaskRowCompletionStatus-checkIcon
        {
            fill: #fff;
            -webkit-fill: #fff;
            -ms-fill: #fff;
        }

.new_task_table svg.Icon.CheckIcon.TaskRowCompletionStatus-checkIcon
{
    width: 12px;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
}

.new_task_table .left-task-left i.status_task_pending:hover
{
    box-shadow: 0 0 0 3px #65c360;
    border: transparent;
}

    .new_task_table .left-task-left i.status_task_pending:hover svg.Icon.CheckIcon.TaskRowCompletionStatus-checkIcon
    {
        fill: #65c360;
    }

.top_task_baar .filter-nav label a
{
    font-weight: 400;
}

.top_task_baar .show_as_task.fillter-redio
{
    margin-bottom: 11px;
}

.top_task_baar .right_btn_filter img
{
    opacity: 0.8;
    margin-right: 6px;
}

.task_list_rendom div#load-more
{
    clear: both;
}

.task_list_rendom .activity-list .left-task .left-task-right .task-heading
{
    margin-right: 0;
}

.task_list_rendom .activity-list ul li:hover .task-heading
{
    color: #3b78e7;
}

.task_list_rendom span.common_top_part
{
    width: 100%;
    padding-right: 58px;
    display: block;
    line-height: 26px;
}

.task_list_rendom .activity-list ul li:hover a.asoociate_with
{
    color: #3b78e7;
}

.task_list_rendom .rigt_sec_timing
{
    position: absolute;
    right: 0;
    top: 5px;
}

.task_list_rendom span.left_top_baar_task
{
    width: 50%;
    float: left;
}

a.back-to-top {
    background: rgb(64, 216, 129, .7);
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 999999999;
    border-radius: 3px;
    right: 30px;
    display: none;
    bottom: 90px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    padding-top: 8px;
}

.task_list_rendom .activity-list .drop-mnu-sl ul.dropdown-menu li
{
    padding: 0;
    border: none;
}

.new_fields_custom_name input.small_gender_identity
{
    width: 20% !important;
}

.add-note-pop-up-content form .FieldsforLead.new_fields_custom_name input.first_name_new_fields[type="text"]
{
    width: 48%;
    margin-left: 5px;
}

.EssFields .Width50.second_last_name_fileds label
{
    max-width: 52px !important;
    text-align: right;
    display: block;
    min-width: 30%;
}

.add-note-pop-up-content form .FieldsforLead input.second_last_name_fileds[type="text"]
{
}

.add-note-pop-up-content form .FieldsforLead .second_last_name_fileds input[type="text"]
{
    width: 68%;
}

.add-note-pop-up-content .Width50.second_last_name_fileds
{
    width: 43%;
}

.add-note-pop-up-content .Width50.first-new_row_fields
{
    width: 56%;
}

.EssFields .FieldsforLead .Width50 label
{
    max-width: 100px;
    text-align: left;
}

.second_last_name_fileds label
{
    text-align: center !important;
}

.Width50.second_last_name_fileds label
{
    max-width: 52px !important;
    text-align: right !important;
    display: block !important;
    min-width: 30% !important;
}

span.asterisk-sign
{
    color: red;
    font-size: 12px;
    padding-top: 3px;
    position: relative;
    top: 1px;
}

.pipline_statge_deal_add label
{
    position: relative;
}

.pipline_statge_deal_add span.asterisk-sign.static_astrik
{
    position: absolute;
    right: 3px;
}

.pipline_statge_deal_add span.asterisk-sign.static_astrik.mandatory-label {
    position: relative;
    right: inherit;
}

.name_business_deal_main label
{
    position: relative;
}

.name_business_deal_main span.asterisk-sign.static_astrik
{
    position: absolute;
    right: 3px;
}

.add-note-pop-up-content .FieldsforLead.name_business_deal_main input
{
    height: 31px;
    border-radius: 3px;
}

div#Pipelines_Stage
{
    background: #f6f6f6;
}

    div#Pipelines_Stage h3
    {
        margin: 0;
    }

.pipeline_stages_page
{
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-grow: 1;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 3px 5px;
    position: relative;
    height: 100%;
    width: 100%;
    justify-content: flex-start;
}

.colum_stage
{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 3px;
    -webkit-flex-shrink: 0 !important;
    flex-shrink: 0 !important;
    flex-wrap: nowrap;
    width: 336px;
    position: relative;
    flex-wrap: wrap;
    align-content: flex-start;
}

.coloumHeader_pipelineStage
{
    height: 47px;
    padding: 15px 10px 15px 10px;
    width: 100%;
    border: 1px solid rgb(233, 233, 233);
    box-shadow: 0.5px 0.866px 0.99px 0.01px rgba(0, 0, 0, 0.05);
    position: relative;
    display: flex;
    background: #ffffff;
    align-items: center;
    z-index: 9;
}

.pipelineStage
{
    background: #fff none repeat scroll 0 0;
    border: 1px solid rgb(233, 233, 233);
    border-radius: 2px;
    box-shadow: 0.5px 0.866px 0.99px 0.01px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    min-height: 60px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    position: relative;
    margin-top: 3px;
    margin-bottom: 0;
    padding: 10px;
}

.pipelineStage_list
{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

ul.pipeLine_list_Stage
{
    margin: 0;
    padding: 0;
    width: 100%;
}

.stageListTitle a
{
    font-size: 15px;
    color: #333333;
}

.pipeLine_list_Stage:hover .stageListTitle a
{
    color: #3b78e7;
}

.stageListTitle a:hover
{
    text-decoration: underline;
}

span.stageListTitle
{
    vertical-align: middle;
    align-items: center;
    align-self: center;
    width: 87%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.coloumHeader_pipelineStage:hover span.titlePpipeline
{
    color: #3b78e7;
}

span.titlePpipeline:hover
{
    text-decoration: underline;
}

span.titlePpipeline
{
    cursor: pointer;
}

span.stageListTitle a
{
    padding-right: 5px;
}

.columnTitle.AddStageForDeal
{
    margin: 0 auto;
}

.AddStageForDeal a
{
    color: #4fc73f;
    line-height: 26px;
    line-height: 30px;
    font-size: 15px;
}

#formAddStageOnDealCard input[type="text"]
{
    height: 36px;
    border-radius: 3px;
    width: 63%;
    padding: 0 10px;
}

#formAddStageOnDealCard span.addStageIn
{
    float: right;
}

#formAddStageOnDealCard select
{
    height: 36px;
    border-radius: 3px;
}

form#formAddStageOnDealCard
{
    width: 100%;
}

.AddStageForDeal a i.material-icons
{
    border-radius: 6px;
    font-size: 20px;
    height: 30px;
    padding: 5px 0;
    text-align: center;
    float: left;
    margin-right: 3px;
}

span.pilinePercentageStage
{
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    width: 13%;
    text-align: right;
    vertical-align: middle;
    align-items: center;
    font-size: 15px;
    justify-content: flex-end;
}

.addNewPipeline i.material-icons
{
    font-size: 20px;
}

span.addNewPipeline
{
    position: absolute;
    right: -26px;
    top: 0px;
}

.left_pipeline_header
{
    position: relative;
}

.right_pipelineHeader
{
    margin-left: auto;
}

    .right_pipelineHeader .action_card_menu.dropdown
    {
        display: block;
    }

    .right_pipelineHeader .action_card_menu .material-icons
    {
        color: #bbab94;
    }

span.no_pipelinestages a
{
    color: #4fc73f;
}

span.no_pipelinestages
{
    margin: 0 auto;
    display: flex;
    align-items: center;
}

    span.no_pipelinestages a
    {
        color: #4fc73f;
        line-height: 26px;
        font-size: 15px;
    }

.no_pipelinestages i.material-icons
{
    float: left;
    margin-right: 4px;
}

.tab_container_profile.clearfix
{
    clear: both;
}

.no_deal_card_desgin
{
    background: #ffffff;
    min-height: 600px;
    text-align: center;
    padding: 120px 20px 20px 20px;
}

span.icon_no_deal_added_yet
{
    width: 86px;
    height: 86px;
    display: flex;
    border-radius: 50px;
    background: #f2f2f2;
    text-align: center;
    margin: 0 auto 10px;
}

    span.icon_no_deal_added_yet i
    {
        color: #fff;
        font-size: 32px;
        align-items: center;
        align-self: center;
        margin: 0 auto;
    }

span.no_deal_added_yet
{
    color: #b0b0b0;
    font-size: 16px;
}

#llpUserprofileTabContainers .tab-content.clearfix
{
    min-height: 500px;
}

.bootstrap-switch-on span.bootstrap-switch-label
{
    background: #96d68e;
}

.bootstrap-switch-off span.bootstrap-switch-label
{
    background: #dedede;
}

#tab5 div#divNotification td
{
    padding: 10px;
    background: transparent;
    font-size: 14px;
    padding: 10px 20px;
}

#tab5 div#divNotification thead td
{
    font-weight: 500;
    font-size: 14px;
    padding: 13px 20px;
}

#tab5 div#divNotification thead tr
{
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

#tab5 div#divNotification thead td:first-child
{
    width: 88%;
}

#llpUserprofileTabContainers .GreyBorderDiv
{
    float: left;
    width: 100%;
    background: #fff;
    border: 8px solid #f2f2f2;
    border-bottom: none;
}

#llpUserprofileTabContainers #TabSoruce .TitleDiv
{
    padding: 10px !important;
    height: auto;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    border: none;
}

#llpUserprofileTabContainers .users-table table tr td:last-child .dropdown.profile_action_user
{
    float: right;
}

#llpUserprofileTabContainers #TabSoruce .TitleDiv b
{
    margin-top: 6px;
    display: inline-block;
}

.email-config-form #showEmailIntegrated button.save-email
{
    float: left;
    color: #fff;
    font-size: 14px;
    background: #52bb58 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    height: 34px;
    line-height: 32px;
    outline: none;
    padding: 0 15px;
}

.email-config-form #btneditEmailIntegration.save-email
{
    float: left;
    color: #fff;
    font-size: 14px;
    background: #52bb58 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    height: 34px;
    line-height: 32px;
    outline: none;
    padding: 0 15px;
}

button#cancel-edit-email
{
    border: none;
    color: #8c8c8c !important;
    background-color: white;
    margin-top: 5px;
}

.pipelineStage_list .ui-sortable-placeholder
{
    height: 60px;
    margin-top: 3px;
    background: url(../img/placeholder_pipelinsstage.png) no-repeat center center;
}

.main_sec_action_custom i.material-icons
{
    font-size: 17px;
    color: #404040;
}

.main_sec_action_custom span.delete_custom_icon:hover i
{
    color: #dc746b;
}

.main_sec_action_custom span.edit_custom_icon:hover i
{
    color: #4fc73f;
}

.main_sec_action_custom
{
    float: right;
}

#tab7 .users-table table tr th:last-child
{
    text-align: right;
}

#tab7.tab_content_profile .tab-content #TabCustomFields ul.nav li a
{
    background: transparent;
    padding: 9px 12px;
    border-radius: 2px;
}

#tab7.tab_content_profile .tab-content #TabCustomFields .nav-tabs > li
{
    float: left;
    margin-bottom: 0;
}

#tab7.tab_content_profile .tab-content #TabCustomFields .nav-tabs
{
    border-bottom: none;
    position: relative;
    margin-bottom: 0;
}

#tab7.tab_content_profile .tab-content #TabCustomFields .Right_Buttons
{
    float: left;
}

#tab7.tab_content_profile .tab-content #TabCustomFields ul.nav li.active a
{
    background: transparent;
    border-color: #186fc8;
    color: #196fc8;
}

#llpUserprofileTabContainers #TabCustomFields .TitleDiv
{
    padding: 10px !important;
    height: auto;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1) !important;
    border: none;
    float: left;
}

    #llpUserprofileTabContainers #TabCustomFields .TitleDiv b
    {
        float: left;
        margin-right: 20px;
        padding-top: 6px;
    }

a#btnAddLeadClientCustomField.btnAddLeadClientCustomFieldfiled
{
    position: absolute;
    right: 14px;
    top: 11px;
    z-index: 99;
}

div#TabCustomFields
{
    position: relative;
}

#llpUserprofileTabContainers #tab2 tr:hover td
{
    background: #eff3f8;
}

#llpUserprofileTabContainers #tab2 tr:hover .user-email span a
{
    color: #3b78e7;
}

.profile_action_user a
{
    color: #333;
}

    .profile_action_user a.dropdown-toggle:hover
    {
        color: #3b78e7;
    }

#llpUserprofileTabContainers #tab2 tr:hover .profile_action_user a.dropdown-toggle
{
    color: #3b78e7;
}

#llpUserprofileTabContainers #tab2 tr:hover .user-email a span
{
    color: #3b78e7;
}

#llpUserprofileTabContainers #tab2 .user-email a span :hover
{
    text-decoration: underline;
}

#llpUserprofileTabContainers #tab2 .user-email span a:hover
{
    text-decoration: underline;
}

#llpUserprofileTabContainers #TabCustomFields .GreyBorderDiv
{
    position: relative;
}

#TabCustomFields .users-table table tr th
{
    padding: 17px 20px;
}

#llpUserprofileTabs
{
    float: none;
    display: flex;
    flex-shrink: 0 !important;
    overflow-x: auto;
    overflow-y: hidden;
}

ul#llpUserprofileTabs.tabs_profile li
{
    flex-shrink: 0 !important;
}

a#btnAddDealCustomField.btnAddLeadClientCustomFieldfiled
{
    position: absolute;
    right: 14px;
    top: 11px;
    z-index: 99;
}

.profile-settings .pipelineStage form input,
.profile-settings .coloumHeader_pipelineStage form input
{
    border: 1px solid #e4e4e4;
    height: 36px;
    border-radius: 3px;
    width: 60%;
}

.columNoPlineAdd li.coloumHeader_pipelineStage
{
    padding: 2px 10px;
    background: #52bb58;
    cursor: pointer;
}

.profile-settings .coloumHeader_pipelineStage form input
{
    width: 83%;
}

.coloumHeader_pipelineStage form
{
    width: 100%;
}

span.addStageIn
{
    margin-left: 7px;
    float: left;
    margin-top: 1px;
}

.cancelPipelineStage
{
    color: #186fc8;
    font-size: 11px;
    margin-left: 0;
    clear: both;
    display: block;
    text-align: center;
}

.AddPipelineStage
{
    border: 1px solid #4fc73f;
    border-radius: 3px;
    padding: 1px 7px;
    font-size: 12px;
    color: #4fc73f;
    float: left;
    margin-bottom: 1px;
}

.pipelineStage form
{
    width: 100%;
}

.profile-settings .pipelineStage.IsEditStagePipeline form input
{
    width: 100%;
}

span.defaultPipelineStage
{
    display: inline;
    font-size: 11px;
    background: #61e050;
    color: #fff;
    padding: 2px 4px;
    clear: both;
    border-radius: 3px;
    position: relative;
}

span.IsEditStage
{
    margin-top: 1px;
    float: left;
    margin-left: 4px;
    position: relative;
}

a.deletePipelineStage
{
    font-size: 11px;
    display: inline;
    margin-left: 4px;
    margin-right: 2px;
    position: absolute;
    right: 0;
    top: 3px;
    right: -23px;
    font-size: 11px;
}

span.loader-add-note.loader_pipelineStage
{
    right: 20px;
    top: 10px;
    width: 15px;
    position: absolute;
}

.loader_pipelineStage img
{
    max-width: 100%;
}

.profile-settings .coloumHeader_pipelineStage.editPipelineStageMain form input
{
    width: 100%;
}

#assignDealPipelineStageModal span
{
    font-size: 15px;
    margin-bottom: 0px;
    display: block;
}

#assignDealPipelineStageModal select
{
    width: 34%;
    height: 37px;
    border-radius: 3px;
    border: 1px solid #dddddd;
    padding: 0 5px;
}

#assignDealPipelineStageModal label
{
    padding-right: 8px;
    font-weight: 400;
    margin-left: 15px;
}

#assignDealPipelineStageModal select:first-child
{
    margin-left: 0;
}

.item-view-sidebar.lead-view-sidebar#assignDealPipelineStageModal .modal-header
{
    padding: 10px 16px 12px;
}

.item-view-sidebar.lead-view-sidebar#assignDealPipelineStageModal .modal-footer
{
    border-top: 1px solid #e5e5e5;
    margin-top: 38px;
    position: relative;
    min-height: 51px;
}

.item-view-sidebar.lead-view-sidebar#assignDealPipelineStageModal .modal-body
{
    min-height: 150px;
}

#assignDealPipelineStageModal a.close
{
    font-size: 14px;
    font-weight: 400;
    padding-top: 4px !important;
    color: #292929;
}

#assignDealPipelineStageModal .modal-header .close i
{
    color: #8a8a8a;
    font-size: 18px;
}

#assignDealPipelineStageModal .modal-header .close
{
    top: 0;
    margin-top: 0;
}

.coloumHeader_pipelineStage span.no_pipelinestages a
{
    color: #ffffff;
    line-height: 26px;
    line-height: 30px;
}

.coloumHeader_pipelineStage .no_pipelinestages i.material-icons
{
    border-radius: 6px;
    font-size: 20px;
    height: 30px;
    padding: 5px 0;
    text-align: center;
    margin-right: 3px;
}

a.deletePipelineStage i
{
    font-size: 16px;
    color: #dc746b;
}

.cancelPipelineStage:hover
{
    text-decoration: underline;
    color: #3b78e7;
}

.col-md-12.DealStagesBlock
{
    width: 100%;
    padding: 0;
}

.common_all_detail .main_detail_all_common .main-right-panel .deal_stages
{
    display: flex;
    -webkit-display: flex;
}

    .common_all_detail .main_detail_all_common .main-right-panel .deal_stages li
    {
        flex: auto;
    }

.common_all_detail .main_detail_all_common .main-right-panel .stage_block
{
    background: #ffffff;
    padding: 20px;
    width: 100%;
    margin: 0;
    position: relative;
    left: 0px;
    border-bottom: 1px solid #eff3f8;
    margin-bottom: 24px;
    box-shadow: 0 0 0 0.01px rgba(0, 0, 0, 0.1), 0 1.732px 3px 0 rgba(0, 0, 0, 0.1);
}

/*#TabCategory .total-deals-tab button i.material-icons
{
    padding-top: 5px;
}*/

#TabCategory h5.TitleDiv
{
    padding: 10px !important;
    height: auto;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    border: none;
    float: left;
    width: 100%;
    margin: 0;
    font-size: 13px !important;
}

    #TabCategory h5.TitleDiv b
    {
        margin-top: 11px;
        display: inline-block;
    }

.item-view-sidebar.lead-view-sidebar .TabCategoryModal .modal-header
{
    padding: 10px 16px 12px;
    border: none;
    border-bottom: 1px solid #e5e5e5;
}

    .item-view-sidebar.lead-view-sidebar .TabCategoryModal .modal-header .close i
    {
        color: #8a8a8a;
        font-size: 18px;
    }

    .item-view-sidebar.lead-view-sidebar .TabCategoryModal .modal-header .close
    {
        top: 0;
        margin-top: 0;
    }

.item-view-sidebar.lead-view-sidebar .TabCategoryModal .modal-footer
{
    border-top: 1px solid #e5e5e5;
    margin-top: 38px;
}

.item-view-sidebar.lead-view-sidebar .TabCategoryModal a.close
{
    font-size: 14px;
    font-weight: 400;
    padding-top: 4px !important;
    color: #292929;
}

.TabCategoryForm span input
{
    width: 41%;
}

.TabCategoryForm label
{
    float: left;
    margin-right: 15px;
    font-weight: 400;
    margin-top: 10px;
}

#assignDealPipelineStageModal .loader-add-note
{
    width: 13px;
    position: absolute;
    right: 50px;
    top: 12px;
}

    #assignDealPipelineStageModal .loader-add-note img
    {
        max-width: 100%;
    }

.ManageUserProfileSetting i.material-icons
{
    font-size: 21px;
    color: #5e5e5e;
    margin-top: 7px;
}

.dealsCard_list:hover .deal-name
{
    color: #3b78e7;
}

span.NameDealLeftTitle
{
    padding: 10px 15px;
    width: 100%;
    display: block;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 15px;
}

.DealDetailListLeftSidebaar .OuterCategoryLeftDeal .mb5
{
    border: none;
    padding: 0;
}

.DealDetailListLeftSidebaar .OuterCategoryLeftDeal select
{
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 2px;
    height: 33px;
    padding: 0 10px;
    text-align: left;
    background-position: 97% center;
}

.DealDetailListLeftSidebaar .OuterCategoryLeftDeal
{
    padding: 10px 15px;
    border-bottom: 1px solid rgb(242, 242, 242);
    border-top: 1px solid rgb(242, 242, 242);
    margin-top: 8px;
}

.DealDetailListLeftSidebaar .mb12.mt12
{
    background: transparent !important;
    box-shadow: none !important;
}

.DealDetailListLeftSidebaar .CommonShadowOuter
{
    background: #ffffff !important;
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0.99px 0.01px, rgba(0, 0, 0, 0.1) 1px 1.732px 3px 0px !important;
}

.DealDetailListLeftSidebaar .left-custm-field.CommonShadowOuter
{
    margin-top: 9px;
    padding: 10px 20px 19px;
}

.DealDetailListLeftSidebaar .main-deal-pricing
{
    padding-bottom: 10px;
}

.OuterCategoryLeftDeal p
{
    padding-bottom: 5px;
}

.OuterCategoryLeftDeal .right-all
{
    padding-bottom: 10px;
}

.DealDetailListLeftSidebaar .sts.pull-left
{
    width: 100%;
    padding: 15px 20px 10px;
    border-bottom: 1px solid #f2f2f2;
}

.blue-theme .DealDetailListLeftSidebaar .status-bar
{
    padding: 1px 20px 26px;
    clear: both;
    margin-top: 11px;
    float: left;
    width: 100%;
}

.DealDetailListLeftSidebaar .sidebar-block .filter-nav
{
    border: none;
    background: none;
}

.DealDetailListLeftSidebaar p
{
    padding-bottom: 9px;
    padding-top: 10px;
}

.sidebar-block.description-part .profile-details
{
    padding-top: 0;
    padding-right: 0;
}

.deal_detail_list .DealDetailListLeftSidebaar .lft-wht-bx.mb12.sidebar-block.description-part
{
    border: none;
    border-radius: 0;
    padding: 0 10px 0;
    margin-top: 8px;
}

.DealDetailListLeftSidebaar .lft-wht-bx.mb12.sidebar-block.description-part p
{
    margin: 0;
    padding-bottom: 0;
}

.profile-settings .pipelineStage select,
.profile-settings .coloumHeader_pipelineStage select
{
    cursor: pointer;
    width: auto;
    padding: 0 5px;
    background: none;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    border: 1px solid transparent !important;
    height: 36px;
    margin-left: 4px;
    border-radius: 3px;
    float: left;
}

.pipelineStage button.btn.dropdown-toggle.btn-default span.bs-caret .caret
{
    display: none;
}

.pipeLine_list_Stage:hover select
{
    color: #3b78e7 !important;
}

.pipeLine_list_Stage select:hover
{
    background: url(../img/arrow-drop-icon.png) no-repeat;
    background-position: 86% center;
    border-color: #bebebe !important;
    color: #333 !important;
    width: 68px;
}

span.DeleteStageEdit
{
    margin-left: 1px;
    margin-top: 10px;
}

.pipeLine_list_Stage:hover .DeleteStageEdit i.material-icons
{
    color: #bbab94;
}

.DeleteStageEdit i.material-icons
{
    font-size: 16px;
    color: #b6b6b6;
    position: relative;
    right: -3px;
}

span.DescriptionMoreTask
{
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    min-height: 42px;
    border-radius: 3px;
    padding: 10px;
    clear: both;
    float: right;
    width: 100%;
    padding: 5px 20px;
    margin-top: 2px;
    line-height: 19px;
    position: relative;
}

    span.DescriptionMoreTask span
    {
        font-size: 13px;
    }

.more_task_description a
{
    color: #333;
    text-decoration: underline;
}

.task_list_rendom .activity-list ul li:hover .more_task_description a
{
    color: #186fc8;
}

.more_task_description a:hover
{
    text-decoration: underline;
}


/*span.DescriptionMoreTask::before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid;
    border-bottom-color: inherit;
    left: 20px; top: -9px;
    left: 22px;
    margin-left: -8px;
    position: absolute;
    z-index: 0;
    margin-left: -8px; content:'';
}

span.DescriptionMoreTask:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #f7f7f7;
    content: '';
    top: -9px;
    left: 22px;
    margin-left: -8px;
    position: absolute;
    z-index: 0;
}*/

.profile-settings .pipelineStage select:focus
{
    color: #333 !important;
    outline: none;
    background: url(../img/arrow-drop-icon.png) no-repeat;
    background-position: 86% center;
    border-color: #bebebe !important;
    width: 68px;
}

.profile-settings .pipelineStage form select
{
    width: 68px;
    border-color: #bebebe !important;
    background: url(../img/arrow-drop-icon.png) no-repeat !important;
    background-position: 86% center !important;
}

.delete_pipeline_option_second
{
    border-top: 1px solid #e5e5e5;
    margin-top: 32px;
    padding-top: 24px;
    padding: 18px 0 0;
}

    .delete_pipeline_option_second span.defaultPipelineText
    {
        padding-bottom: 19px;
    }

.new_task_table .activity-list ul
{
    overflow: visible;
}

.new_task_table .sts .bootstrap-select > .dropdown-toggle
{
    min-width: 100%;
    padding-right: 0;
}

.new_task_table .sts .btn .label
{
    padding-right: 0;
}

.new_task_table .sts .bootstrap-select > .dropdown-toggle:hover,
.new_task_table .sts .bootstrap-select > .dropdown-toggle:focus,
.new_task_table .sts .bootstrap-select > .dropdown-toggle:active
{
    padding-right: 6px;
}

    .new_task_table .sts .bootstrap-select > .dropdown-toggle:hover .label
    {
        padding-right: 18px;
    }

    .new_task_table .sts .bootstrap-select > .dropdown-toggle:active .label
    {
        padding-right: 18px;
    }

    .new_task_table .sts .bootstrap-select > .dropdown-toggle:focus .label
    {
        padding-right: 18px;
    }

new_task_table .sts .btn-group.bootstrap-select.open .btn .label
{
    padding-right: 18px;
}

.new_task_table .sts .btn-group.bootstrap-select.open .btn
{
    padding-right: 6px;
}

.NoTSelectableDrop span.label
{
    display: inline !important;
}

.sts.NoTSelectableDrop .label-warning::before
{
    top: 2px;
    left: 2px;
}

span.sts.NoTSelectableDrop
{
    line-height: 26px;
}

.sts.NoTSelectableDrop .label-warning-new::before
{
    top: 2px;
}

#TaskAttachedFiles input.select-attach
{
    width: 18px;
    height: 16px;
}

#TaskAttachedFiles .attach-ready-files .MyAttachedFiles > ul li
{
    padding: 10px;
}

#dvHeaderTask .mail-attaches {
    margin: 0 10px;
}

.new_task_table .sts .bootstrap-select.open .btn .label
{
    padding-right: 18px;
}

.leads-table #ddMenu .daterangepicker table tbody > tr::after
{
    display: none;
}

#ddMenu .daterangepicker.show-calendar
{
    width: 606px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active)
{
    /* IE10 & IE11 CSS styles go here */
    .rightSidebar_header
    {
        position: absolute;
    }
}

.right_btn_filter .btn .badge
{
    top: 1px;
    right: 7px !important;
    font-weight: 400;
    width: 19px;
    height: 18px;
    padding: 4px 7px;
    font-size: 11px;
    position: absolute;
    left: inherit;
}

#task_filter_dropdown
{
    position: relative;
}

.top_task_baar a.clear-all-filter
{
    float: left;
    color: #196fc8;
    padding: 5px 6px 0 0;
}

/*.deallisting .rightSidebar.all_checkbox_radio
{
    padding-bottom: 56px;
}*/

body {
    /*-ms-overflow-style: scrollbar;*/
    overflow-y: auto;
}

.fc-event.fc-event-hori.BOOKED:hover {
    z-index: 9 !important;
}

li.coloumHeader_pipelineStage.AddingPipelineTop
{
    background: #ffffff;
}

.send-mail-disable
{
    opacity: 0.3;
}

    .send-mail-disable:hover
    {
        background-color: #43C86F;
        cursor: default;
    }

#taskDetailLeftPopup .modal-header .left-task-left i
{
    border: 1px solid #b7bfc6;
    width: 20px;
    transition: 200ms box-shadow, 200ms color, 200ms background, 200ms fill;
    -webkit-transition: 200ms box-shadow, 200ms color, 200ms background, 200ms fill;
    -ms-transition: 200ms box-shadow, 200ms color, 200ms background, 200ms fill;
    height: 20px;
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    border-radius: 50px;
    fill: #d5dce0;
    -webkit-fill: #d5dce0;
    -ms-fill: #d5dce0;
    top: 3px;
    position: relative;
    cursor: pointer;
}

    #taskDetailLeftPopup .modal-header .left-task-left i.status_task_completed
    {
        background: #65c360;
        border-color: #65c360;
    }

        #taskDetailLeftPopup .modal-header .left-task-left i.status_task_completed svg.Icon.CheckIcon.TaskRowCompletionStatus-checkIcon
        {
            fill: #fff;
            -webkit-fill: #fff;
            -ms-fill: #fff;
        }

#taskDetailLeftPopup .modal-header svg.Icon.CheckIcon.TaskRowCompletionStatus-checkIcon
{
    width: 12px;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
}

#taskDetailLeftPopup .modal-header .left-task-left i.status_task_pending:hover
{
    box-shadow: 0 0 0 3px #65c360;
    border: transparent;
}

    #taskDetailLeftPopup .modal-header .left-task-left i.status_task_pending:hover svg.Icon.CheckIcon.TaskRowCompletionStatus-checkIcon
    {
        fill: #65c360;
    }

#taskDetailLeftPopup .modal-header .left-task-left
{
    margin-right: 6px;
    position: relative;
    top: -3px;
}

.task_list_rendom .new_task_table .activity-list ul li
{
    min-height: 45px;
}

.task_list_rendom span.common_top_part.done
{
    text-decoration: line-through;
}

a.UploadFileTaskRightModal
{
    background: #52bb58;
    color: #ffffff;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 8px;
    float: right;
}

.task_attachement_modal .title_attach_modal a.UploadFileTaskRightModal i.material-icons
{
    color: #ffffff;
    margin-right: 5px !important;
    font-size: 17px;
    font-weight: 400;
    margin: 0;
}

span.LeftAttachementTextTaskModal
{
    position: relative;
    padding-top: 5px;
    display: inline-block;
}

span.right_action_task.CommentSectionActionTask
{
    position: absolute;
    right: 0;
    top: 17px;
}

.CommentSectionActionTask a.comment_person_name.edit_comment_all
{
    position: static;
}

#Email_AttachmenthLibrary.ExistingSelectFileModal .PopupContent
{
    left: 0 !important;
    z-index: 9999;
    right: 0;
    margin: 0 auto !important;
}

.ExistingSelectFileModal input.txtAttachmentSearchkeyword
{
    border: 1px solid #ddd;
    min-height: 36px;
    border-radius: 3px;
    margin-right: 0 !important;
}

.item-view-sidebar.fade.in
{
    display: block !important;
}

.modal.item-view-sidebar#dealDetailLeftPopup .modal-content {
    height: 90vh;
    max-height: 100%;
}
.modal.item-view-sidebar#dealDetailLeftPopup .modal-body {
    height: calc(100% - 82px);
    max-height: 100%;
}
.modal.item-view-sidebar#gDocModal .modal-content {
    max-height: 100vh;
    height: inherit;
    min-height: auto;
}
#gDocModal .flat-button {
    position: relative;
    z-index: 999;
    right: -7px;
}
.modal.item-view-sidebar#gDocModal .modal-content .modal-body {
    max-height: 90vh;
    height: 100%;
    margin-top: 15px;
}
.modal.item-view-sidebar#gDocModal .modal-dialog {
    height: 92vh;
}
.modal.item-view-sidebar#gDocModal .modal-content .modal-body iframe {
    height: 99%
}
.ajs-message {
    font-size: 15px;
}

.task_attachement_modal span.left_doc_type a
{
    color: #333333;
}

.no-note-header-note
{
    float: left;
    padding-left: 22px;
}

.frmFrwrdNumberBlock #numberPrefixToBuyUserNumber
{
    height: 36px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.frmFrwrdNumberBlock .intl-tel-input.allow-dropdown + input
{
    height: 36px;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 5px 6px;
}

.frmFrwrdNumberBlock .cb-record select
{
    height: 36px;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 5px 6px;
}

#frmFrwrdNumberBlock .buy-nmbr .flag-container .country-list
{
    width: 272px !important;
}

.delete-common-button
{
    margin: 0px 10px 0px 0px !important;
    height: 32px !important;
    font-size: 14px !important;
}

button.delete-common-button.flt {
    float: left;
}

.associate_with_font_italic
{
    font-style: italic;
}

.CenterForPopUp
{
    padding-top: 7px;
}

.schedule-call-icons-white
{
    background: url("../img/newscheduleicon.png") no-repeat scroll 0 0 / 100% auto;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-right: 6px;
}

/*---------------------- New Registration Form Starts ---------------------*/

.signup-body
{
    background: #fff;
}

.already-acc
{
    position: absolute;
    right: 90px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    top: 35px;
}

    .already-acc.need-support a
    {
        right: 65px;
    }

        .already-acc.need-support a::after
        {
            display: none;
        }

    .already-acc a
    {
        font-weight: 500;
        color: #006cde;
        margin: 0 0 0 5px;
    }

        .already-acc a::after
        {
            content: 'arrow_forward';
            position: absolute;
            right: -23px;
            top: 1px;
            font-size: 18px;
            direction: ltr;
            display: inline-block;
            font-family: 'Material Icons';
            font-style: normal;
            font-weight: normal;
            letter-spacing: normal;
            line-height: 1;
            text-transform: none;
            white-space: nowrap;
            word-wrap: normal;
            -webkit-font-feature-settings: 'liga';
            -webkit-font-smoothing: antialiased;
        }

.signup-process .signup-inner-con
{
    max-width: 595px;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    margin: 30px 0 0 0;
}

.logo-con
{
    text-align: center;
    margin: 0 0 28px 0;
}

.signup-process-form
{
    box-shadow: 0px 0px 28px 0px rgba(35, 31, 32, 0.08);
    border-radius: 5px;
    padding: 25px 50px 20px;
}

    .signup-process-form h3
    {
        text-align: center;
        color: #2b343f;
        font-size: 30px;
        font-weight: 700;
    }

    .signup-process-form p
    {
        font-size: 16px;
        color: #555555;
        text-align: center;
        margin: 20px 0 32px 0;
    }

    .signup-process-form .signup-form-field
    {
        width: 100%;
        display: inline-block;
        margin: 0 0 28px 0;
        position: relative;
    }

        .signup-process-form .signup-form-field label
        {
            float: left;
            width: 100%;
            font-size: 14px;
            color: #2b343f;
            font-weight: 500;
            margin: 0;
        }

            .signup-process-form .signup-form-field label i
            {
                position: relative;
                top: 4px;
                font-size: 18px;
                color: #888;
                transform: rotate(.03deg);
                -webkit-transform: rotate(.03deg);
                -moz-transform: rotate(.03deg);
            }

                .signup-process-form .signup-form-field label i:hover
                {
                    color: #555;
                }

        .signup-process-form .signup-form-field input
        {
            float: left;
            width: 100%;
            border: 1px solid #e6e7e8;
            border-radius: 3px;
            font-size: 14px;
            color: #2b343f;
            outline: none;
            margin: 8px 0 0;
            padding: 0 20px;
            height: 50px;
            line-height: 50px;
            font-family: 'Roboto', sans-serif;
        }

.signup-form-field.confirm-field label
{
    font-size: 14px;
    color: #2b343f;
}

    .signup-form-field.confirm-field label a
    {
        color: #006cde;
    }

.signup-process-form .signup-form-field.confirm-field input
{
    width: 15px;
    height: 15px;
    margin: 1px 7px 0 0;
}

.signup-process-form .signup-form-field.signup-button
{
    margin: 0;
}

.signup-process-form .signup-form-field a.submit-btn
{
    background: #006cde;
    font-weight: 500;
    float: left;
    width: 100%;
    outline: none;
    font-size: 16px;
    line-height: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: none;
    border-radius: 3px;
    margin: 0 0 15px;
    cursor: pointer;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.12);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    font-family: 'Roboto', sans-serif;
    padding: 0 12px;
}

    .signup-process-form .signup-form-field a.submit-btn:hover
    {
        background: #005ec1;
        box-shadow: none;
    }

.password-area
{
    position: absolute;
    right: 0px;
    top: 12px;
}

    .password-area span
    {
        display: inline-block;
        width: 25px;
        height: 5px;
        background: #ebeced;
        margin: 0px 0px 0px 3px;
    }

        .password-area span.red
        {
            background: #fa6f6f;
        }

        .password-area span.yellow
        {
            background: #f2c072;
        }

        .password-area span.green
        {
            background: #3ed541;
        }



.signup-process .signup-inner-con.congratulation-con
{
    max-width: 767px;
    text-align: center;
}

    .signup-process .signup-inner-con.congratulation-con .signup-process-form p
    {
        margin: 45px 0 32px 0;
        font-size: 18px;
        color: #2b343f;
        line-height: 35px;
    }

.siteurl-form-field
{
    border: 1px solid #eeeeee;
    padding: 20px;
    margin: 30px 0 35px 0;
    text-align: left;
}

    .siteurl-form-field p
    {
        margin: 0px 0 17px 0 !important;
        text-align: left;
    }

    .siteurl-form-field h4
    {
        font-size: 20px;
        color: #2b343f;
    }

    .siteurl-form-field a
    {
        font-size: 14px;
        color: #006cde;
        margin: 18px 0 0 0;
        display: inline-block;
        width: 100%;
    }

    .siteurl-form-field .site-adress
    {
        position: relative;
        display: inline-block;
        width: 100%;
        margin: 12px 0 0 0;
    }

        .siteurl-form-field .site-adress svg
        {
            position: absolute;
            left: 14px;
            top: 46px;
            z-index: 1;
            transform: rotate(0.03deg);
            -webkit-transform: rotate(0.03deg);
            -moz-transform: rotate(0.03deg);
            -o-transform: rotate(0.03deg);
        }

        .siteurl-form-field .site-adress label
        {
            color: #888;
            font-size: 13px;
            font-weight: 400;
            width: 100%;
            display: inline-block;
            margin: 0;
        }

        .siteurl-form-field .site-adress input
        {
            padding: 0 93px 0 38px;
            position: relative;
            float: left;
            width: 100%;
            border: 1px solid #e6e7e8;
            border-radius: 3px;
            font-size: 16px;
            color: #2b343f;
            outline: none;
            margin: 10px 0 30px;
            height: 50px;
            line-height: 50px;
            font-family: 'Roboto', sans-serif;
        }

        .siteurl-form-field .site-adress .lead-domain
        {
            content: ".leadpro.io";
            position: absolute;
            right: 20px;
            color: #6a6e74;
            font-size: 13px;
            top: 45px;
        }


/*---------------------- New Registration Form Ends ---------------------*/


/*---------------------- Loader Css Start ----------------------*/

.loader,
.loader:after
{
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: inline-block;
}

.loader
{
    margin: 25px 0 55px 0;
    padding: 0;
    font-size: 10px;
    position: relative;
    border-top: 5px solid #006cde;
    border-right: 5px solid #f1f1f1;
    border-bottom: 5px solid #f1f1f1;
    border-left: 5px solid #f1f1f1;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    color: transparent;
}

@-webkit-keyframes load8
{
    0%
    {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100%
    {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8
{
    0%
    {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100%
    {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*---------------------- Loader Css Ends ----------------------*/

.main-header .nav li.active a::before
{
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 3px;
    background: linear-gradient(to right, rgba(70, 172, 76, 0), rgba(70, 172, 76, 1));
}


/*----------------------  lp-upgrade-popup ----------------------*/

.lp-upgrade-popup .forbidden-pop
{
    text-align: center;
    padding: 0 31px 0;
}

    .lp-upgrade-popup .forbidden-pop svg
    {
        margin: 57px 0 37px 0;
    }

    .lp-upgrade-popup .forbidden-pop p
    {
        font-size: 16px;
        color: #333;
        line-height: 30px;
    }

    .lp-upgrade-popup .forbidden-pop a
    {
        width: 175px;
        height: 45px;
        background: #186fc8;
        border-radius: 50px;
        color: #fff;
        display: inline-block;
        line-height: 45px;
        margin: 30px 0 50px 0;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
    }

        .lp-upgrade-popup .forbidden-pop a:hover
        {
            background: #0a5aab;
        }


/*buttons*/

.margin-left-1x
{
    margin-left: 5px;
}

.margin-left-2x
{
    margin-left: 10px;
}

.margin-left-3x
{
    margin-left: 15px;
}

.margin-left-4x
{
    margin-left: 20px;
}

.margin-left-5x
{
    margin-left: 25px;
}

.margin-right-1x
{
    margin-right: 5px;
}

.margin-right-2x
{
    margin-right: 10px;
}

.margin-right-3x
{
    margin-right: 15px;
}

.margin-right-4x
{
    margin-right: 20px;
}

.margin-right-5x
{
    margin-right: 25px;
}

.margin-bottom-1x
{
    margin-bottom: 5px;
}

.margin-bottom-2x
{
    margin-bottom: 10px;
}

.margin-bottom-3x
{
    margin-bottom: 15px;
}

.margin-bottom-4x
{
    margin-bottom: 20px;
}

.margin-bottom-5x
{
    margin-bottom: 25px;
}

.errorFieldMsg
{
    color: red;
    padding-top: 5px;
    display: block;
    clear: both;
}

.ch-checkbox
{
    position: relative;
}

    .ch-checkbox input[type="checkbox"]
    {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
    }

    .ch-checkbox .ch-ico
    {
        position: relative;
        font-size: 16px;
        font-weight: 400;
        display: block;
        line-height: 20px;
        border: 1px solid #43c86f;
        border-radius: 3px;
        width: 20px;
        height: 20px;
        text-align: center;
        font-size: 13px;
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        transition: all 0.4s;
    }

        .ch-checkbox .ch-ico .material-icons
        {
            opacity: 0;
            top: 0;
            transform: none;
            -webkit-transform: none;
            color: #fff;
        }

    .ch-checkbox .label_txt
    {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
    }


    .ch-checkbox input[type="checkbox"]:checked + .ch-ico
    {
        background-color: #43c86f;
        border-color: #43c86f;
    }

        .ch-checkbox input[type="checkbox"]:checked + .ch-ico .material-icons
        {
            opacity: 1;
        }


    .ch-checkbox input[type="checkbox"]:disabled + .ch-ico
    {
        opacity: 0.7;
        pointer-events: none;
    }

.ch-radio
{
    position: relative;
}

    .ch-radio input[type="radio"]
    {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
    }

    .ch-radio span
    {
        position: relative;
        padding-left: 30px;
        font-size: 18px;
        font-weight: 400;
        display: block;
    }

    .ch-radio input[type="radio"]:checked + span ::before,
    .ch-radio input[type="radio"]:checked ~ span::before
    {
        border-width: 6px;
        box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
    }

    .ch-radio span:before
    {
        position: absolute;
        top: 2px;
        left: 0;
        content: "";
        width: 22px;
        height: 22px;
        border-radius: 50%;
        border: 2px solid #ad4da8;
        background-color: #fff;
        transition: all 0.4s;
    }

.button
{
    display: inline-block;
    position: relative;
    height: 46px;
    cursor: pointer;
    line-height: 45px;
    padding: 0 20px;
    border: 0;
    background-color: #176fc8;
    border: 1px solid #176fc8;
    color: #fff !important;
    font-size: 14px;
    transition: all 0.3s ease-out;
}


    .button:hover
    {
        background-color: #0c64bf;
    }

.button-width-large
{
    padding: 0 30px;
}

.button-font-bold
{
    font-weight: 500;
}

.button-rounded
{
    border-radius: 30px;
}

.button-grey
{
    background-color: #787878;
    color: #787878;
    border: 1px solid #787878;
}

    .button-grey:hover
    {
        background-color: #6f6f6f;
    }

.button-green
{
    background-color: #00bf6f;
    color: #fff;
    border: 1px solid #00bf6f;
}

    .button-green:hover
    {
        background-color: #00b368;
    }


.button-border
{
    background-color: transparent;
    border-color: !inherit;
}

    .button-border:hover
    {
        background-color: !inherit !important;
        border-color: !inherit;
        color: #fff;
    }

.button-light-red
{
    background-color: #ea6868;
    border: 1px solid #ea6868;
}

    .button-light-red:hover
    {
        background-color: #db5959;
    }

.button-min-200
{
    min-width: 200px;
}

.button-min-160
{
    min-width: 160px;
}

.button-min-130
{
    min-width: 130px;
}

.button-height-medium
{
    height: 35px;
    line-height: 35px;
}




/*-------------Account suspended----------------*/

.accountErrorBlock
{
    max-width: 550px;
    margin: 30px auto 0;
    padding: 50px 20px;
    background-color: #fff;
    color: #181818;
    border-radius: 5px;
    box-shadow: 0px 0px 0.99px 0.01px rgba(0, 0, 0, 0.1),0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 0.99px 0.01px rgba(0, 0, 0, 0.1),0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.accountErrorContainer
{
    position: relative;
}

    .accountErrorContainer .footer-logo
    {
        text-align: center;
        margin-top: 150px;
    }

.accountErrorBlock h5
{
    font-size: 24px;
    color: #000;
    margin-top: 30px;
    margin-bottom: 0;
    font-weight: 500;
}

.accountErrorBlock p
{
    font-size: 16px;
    line-height: 25px;
    margin-top: 30px;
    color: #000;
    font-weight: 400;
    margin-bottom: 0;
}

    .accountErrorBlock p > a
    {
        text-decoration: underline;
        color: #000;
    }

.accountErrorBlock .sperator_line
{
    max-width: 140px;
    margin: 25px auto;
    color: #888888;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}

    .accountErrorBlock .sperator_line:after
    {
        position: absolute;
        content: "";
        top: 50%;
        left: 0;
        right: 0;
        height: 1px;
        background-color: #888888;
        transform: translate(0,-50%);
    }

    .accountErrorBlock .sperator_line span
    {
        padding: 0 10px;
        background-color: #fff;
        display: inline-block;
        position: relative;
        z-index: 1;
    }

/*------thanku-modal------*/
.thanku-Modal .thanku-modal-body
{
    max-width: 550px;
    margin: 30px auto 0;
    padding: 50px 20px;
    background-color: #fff;
    color: #181818;
    border-radius: 5px;
    box-shadow: 0px 0px 0.99px 0.01px rgba(0, 0, 0, 0.1),0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 0.99px 0.01px rgba(0, 0, 0, 0.1),0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
}


    .thanku-Modal .thanku-modal-body .ico
    {
        width: 70px;
        height: 70px;
        text-align: center;
        margin: 0 auto;
    }

        .thanku-Modal .thanku-modal-body .ico svg
        {
            width: 100%;
            height: auto;
        }

    .thanku-Modal .thanku-modal-body h5
    {
        font-size: 28px;
        color: #000;
        margin-top: 30px;
        margin-bottom: 0;
        font-weight: 500;
    }

    .thanku-Modal .thanku-modal-body p
    {
        font-size: 18px;
        line-height: 25px;
        margin-top: 30px;
        color: #000;
    }

    .thanku-Modal .thanku-modal-body .btn-field
    {
        margin-top: 35px;
    }
/*---------CANCEL MODAL---------------*/
.cancelSubscription-Modal .cancel-subscriptionBlock
{
    max-width: 550px;
    margin: 30px auto 0;
    background-color: #fff;
    color: #181818;
    border-radius: 5px;
    box-shadow: 0px 0px 0.99px 0.01px rgba(0, 0, 0, 0.1),0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 0.99px 0.01px rgba(0, 0, 0, 0.1),0px 2px 3px 0px rgba(0, 0, 0, 0.1);
}

.cancelSubscription-Modal ._headerBlock
{
    padding: 25px 25px 15px;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
}

    .cancelSubscription-Modal ._headerBlock .close-btn
    {
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        color: #000;
    }

    .cancelSubscription-Modal ._headerBlock h3
    {
        font-size: 22px;
        margin: 0;
        color: #000;
    }

.cancelSubscription-Modal .cancel-subscriptionFrom
{
    padding: 30px 25px;
}

    .cancelSubscription-Modal .cancel-subscriptionFrom .form-control
    {
        height: 45px;
        border-radius: 4px;
    }

    .cancelSubscription-Modal .cancel-subscriptionFrom textarea.form-control
    {
        min-height: 80px;
        height: auto;
        resize: none;
    }


    .cancelSubscription-Modal .cancel-subscriptionFrom h3
    {
        font-size: 16px;
        line-height: 25px;
        margin: 0;
        color: #181818;
    }


    .cancelSubscription-Modal .cancel-subscriptionFrom .field-group
    {
        margin-top: 30px;
    }

    .cancelSubscription-Modal .cancel-subscriptionFrom .note-list
    {
        margin-top: 25px;
    }

        .cancelSubscription-Modal .cancel-subscriptionFrom .note-list h4
        {
            margin: 0;
            font-size: 18px;
            font-weight: 500;
            color: #181818;
        }

        .cancelSubscription-Modal .cancel-subscriptionFrom .note-list ul
        {
            margin-top: 20px;
            padding-left: 0;
        }

            .cancelSubscription-Modal .cancel-subscriptionFrom .note-list ul li
            {
                font-size: 14px;
                padding-bottom: 10px;
                line-height: 25px;
                color: #181818;
                position: relative;
                padding-left: 20px;
            }

                .cancelSubscription-Modal .cancel-subscriptionFrom .note-list ul li:before
                {
                    position: absolute;
                    content: "";
                    width: 10px;
                    height: 10px;
                    border-radius: 50%;
                    background-color: #181818;
                    left: 0;
                    top: 8px;
                }

/*-------Change card-------*/

.change-card-modal-body
{
    max-width: 600px;
    margin: 0 auto 40px;
}

    .change-card-modal-body .btn-field
    {
        margin-top: 30px;
    }

    .change-card-modal-body #change-card-element
    {
        background-color: #ffffff;
        border-style: solid;
        border-width: 1px;
        border-color: rgb(220, 220, 220);
        border-radius: 5px;
        margin-top: 20px;
        display: table;
        width: 100%;
        padding: 0 10px;
    }

/*---------redirect-login-Modal-----------*/

.redirect-LoginModal .modal-title
{
    font-size: 22px;
    color: #2d2d2d;
}

.redirect-LoginModal .close
{
    position: absolute;
    margin: 0;
    top: 18px;
    right: 20px;
    font-size: 25px;
}

.redirect-LoginModal .logo
{
    display: table;
    text-align: center;
    max-width: 200px;
    margin: 25px auto 0;
}

    .redirect-LoginModal .logo img
    {
        max-width: 200px;
    }

.redirect-LoginModal .formContainer
{
    max-width: 400px;
    margin: 40px auto 50px;
}

    .redirect-LoginModal .formContainer .c-field
    {
        position: relative;
        margin-bottom: 15px;
    }

    .redirect-LoginModal .formContainer .data-field
    {
        position: relative;
    }



    .redirect-LoginModal .formContainer .c-field i
    {
        position: absolute;
        top: 50%;
        left: 10px;
        font-size: 18px;
        color: #b8b8b8;
        transform: translateY(-50%);
    }

    .redirect-LoginModal .formContainer .c-field .form-control
    {
        width: 100%;
        border: 1px solid #e7e7e7;
        border-radius: 3px;
        font-size: 15px;
        color: #2b343f;
        outline: none;
        padding: 0 20px 0 40px;
        height: 45px;
    }

        .redirect-LoginModal .formContainer .c-field .form-control:focus
        {
            box-shadow: none;
            -webkit-box-shadow: none;
        }

    .redirect-LoginModal .formContainer .btn
    {
        background: #006cde;
        font-weight: 500;
        width: 100%;
        outline: none;
        font-size: 17px;
        height: 60px;
        color: #fff;
        border: none;
        border-radius: 3px;
        cursor: pointer;
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.12);
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        ;
    }

    .redirect-LoginModal .formContainer .loginOpts
    {
        margin-bottom: 20px;
    }

        .redirect-LoginModal .formContainer .loginOpts .optBox img
        {
            display: inline-block;
        }

        .redirect-LoginModal .formContainer .loginOpts .optBox .img-box
        {
            width: 125px;
            text-align: center;
            height: 100px;
            line-height: 100px;
            margin: 0 auto 20px;
        }

        .redirect-LoginModal .formContainer .loginOpts .optBox
        {
            text-align: center;
            position: relative;
            max-width: 125px;
            margin: 0 auto 20px;
        }

            .redirect-LoginModal .formContainer .loginOpts .optBox .check-ico
            {
                position: absolute;
                color: #4886ff;
                bottom: 30px;
                right: -10px;
                display: none;
            }

            .redirect-LoginModal .formContainer .loginOpts .optBox.checked .img-box
            {
                border: 1px solid #dbe7ff;
            }

            .redirect-LoginModal .formContainer .loginOpts .optBox.checked .check-ico
            {
                display: block;
            }

            .redirect-LoginModal .formContainer .loginOpts .optBox ._label
            {
                color: #7d7d7d;
                font-size: 16px;
            }

/*-----------------------UPGRAEDE MODAL-------------------------------*/
.fullModal .modal-dialog
{
    width: 100%;
    margin: 0 !important;
}

.fullModal .modal-content
{
    min-height: 100vh;
    background-color: #f8f9fb;
    padding: 24px 20px 0 20px;
}

.fullModal .modal-footer-logo
{
    text-align: center;
    position: relative;
    margin-top: 100px;
}

.packgeUpgrade-Modal .upgrade-step-one
{
    max-width: 550px;
    margin: 30px auto 0;
}

    .packgeUpgrade-Modal .upgrade-step-one h2
    {
        font-size: 32px;
        text-align: center;
    }

.packgeUpgrade-Modal .updateForm
{
    margin-top: 25px;
}

    .packgeUpgrade-Modal .updateForm .select-field
    {
        background-color: #ffffff;
        border-radius: 3px;
        box-shadow: 0px 0px 0.99px 0.01px rgba(0, 0, 0, 0.1), 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 0px 0.99px 0.01px rgba(0, 0, 0, 0.1), 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 0.99px 0.01px rgba(0, 0, 0, 0.1), 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
        position: relative;
        margin-bottom: 15px;
    }

        .packgeUpgrade-Modal .updateForm .select-field:after
        {
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #111111;
            position: absolute;
            top: 50%;
            content: "";
            right: 24px;
            transform: translate(0, -50%);
        }

    .packgeUpgrade-Modal .updateForm .select-field-control
    {
        padding: 20px 35px 20px 25px;
        width: 100%;
        background: transparent;
        font-weight: 500;
        font-size: 14px;
        border: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

.select-field select {
    position: relative;
    z-index: 2;
}

        .packgeUpgrade-Modal .updateForm .select-field-control:focus
        {
            outline: none !important;
            border: 0;
        }

.packgeUpgrade-Modal .shadowBox {
    border-radius: 15px;
    box-shadow: 0px 0px 0.99px 0.01px rgba(0, 0, 0, 0.1), 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 0.99px 0.01px rgba(0, 0, 0, 0.1), 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 0.99px 0.01px rgba(0, 0, 0, 0.1), 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 25px;
    margin-bottom: 12px;
}

.packgeUpgrade-Modal .priceBox .lp-upgrade-price-value
{
    text-align: center;
}

    .packgeUpgrade-Modal .priceBox .lp-upgrade-price-value h2
    {
        text-align: center;
        font-weight: 700;
        font-size: 34px;
        color: #333333;
        margin-bottom: 5px;
    }

    .packgeUpgrade-Modal .priceBox .lp-upgrade-price-value span
    {
        font-size: 13px;
        color: #333333;
    }

.lp-upgrade-feature-list
{
    margin-top: 5px;
}

.packgeUpgrade-Modal .priceBox .priceBottom
{
    padding: 15px 0 0;
    border-top: 1px solid #ececec;
    margin-top: 10px;
}

    .packgeUpgrade-Modal .priceBox .priceBottom span
    {
        font-size: 16px;
    }

    .packgeUpgrade-Modal .priceBox .priceBottom h3
    {
        margin: 0;
        font-size: 18px;
        font-weight: 500;
        text-align: right;
    }

.packgeUpgrade-Modal .billingBox
{
    padding-top: 40px;
}

    .packgeUpgrade-Modal .billingBox h3
    {
        font-size: 14px;
        margin: 0;
        color: #333333;
        font-weight: 500;
    }

    .packgeUpgrade-Modal .billingBox .lp-card-form .lp-field-group
    {
        background-color: #ffffff;
        border-style: solid;
        border-width: 1px;
        border-color: rgb(220, 220, 220);
        border-radius: 5px;
        margin-top: 20px;
        display: table;
        width: 100%;
        padding: 0 10px;
    }

        .packgeUpgrade-Modal .billingBox .lp-card-form .lp-field-group .numberField
        {
            position: relative;
            width: 348px;
            float: left;
        }

            .packgeUpgrade-Modal .billingBox .lp-card-form .lp-field-group .numberField img
            {
                position: absolute;
                top: 50%;
                left: 10px;
                transform: translateY(-50%);
            }

            .packgeUpgrade-Modal .billingBox .lp-card-form .lp-field-group .numberField input
            {
                width: 100%;
                padding: 15px 15px 15px 45px;
                border: 0;
                height: 50px;
                font-size: 14px;
                background: none;
            }

        .packgeUpgrade-Modal .billingBox .lp-card-form .lp-field-group .dateField
        {
            float: left;
        }

            .packgeUpgrade-Modal .billingBox .lp-card-form .lp-field-group .dateField input
            {
                width: 80px;
                padding: 15px 5px;
                border: 0;
                height: 50px;
                font-size: 14px;
                background: none;
                text-align: center;
            }

        .packgeUpgrade-Modal .billingBox .lp-card-form .lp-field-group .cvField
        {
            float: left;
            line-height: 50px;
            text-align: center;
            font-size: 13px;
        }

            .packgeUpgrade-Modal .billingBox .lp-card-form .lp-field-group .cvField input
            {
                width: 70px;
                padding: 15px 5px;
                border: 0;
                height: 50px;
                font-size: 14px;
                background: none;
                text-align: center;
            }

.packgeUpgrade-Modal .btn-field button
{
    display: block;
    width: 100%;
    background: #00bf6f;
    border: 0;
    font-size: 16px;
    line-height: 60px;
    height: 60px;
    font-weight: 400;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    text-align: center;
    color: #fff;
}

.packgeUpgrade-Modal .btn-field .txt
{
    text-align: center;
    margin-top: 20px;
}

    .packgeUpgrade-Modal .btn-field .txt p
    {
        font-size: 13px;
        margin-bottom: 0;
        color: #667486;
        font-weight: 500;
    }

    .packgeUpgrade-Modal .btn-field .txt .material-icons
    {
        font-size: 18px;
        color: #0084e6;
        display: inline-block;
        vertical-align: middle;
    }

    .packgeUpgrade-Modal .btn-field .txt p span
    {
        vertical-align: middle;
        display: inline-block;
    }

.packgeUpgrade-Modal .btn-field button:hover,
.packgeUpgrade-Modal .btn-field button:focus
{
    background-color: #09ac68;
}

.lp-upgrade-feature-list > ul > li
{
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 14px;
    position: relative;
    color: #333333;
}

    .lp-upgrade-feature-list > ul > li:before
    {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #00bf6f;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        content: "";
    }

.no-gutter
{
    margin: 0 !important;
}

    .no-gutter [class^=col-]
    {
        padding: 0 !important;
    }

.exitButton
{
    position: absolute;
    top: 14px;
    right: 16px;
    width: 50px;
    text-align: center;
}

    .exitButton button
    {
        width: 45px;
        height: 45px;
        text-align: center;
        border-radius: 50%;
        background-color: #d6dbe2;
    }

        .exitButton button:hover
        {
            background-color: #cdcece;
        }

    .exitButton span
    {
        display: block;
        margin-top: 10px;
        font-size: 13px;
    }

    .exitButton button .material-icons
    {
        line-height: 20px;
    }

/** Css for upgrade popup **/
.upgrade-plan-box {
    max-width: 818px;
    margin: 30px auto;
    position: relative;
}
.upgrade-plan-box .priceBox {
    padding: 25px 140px;
    box-shadow: 0px 3px 18px #0000001F;
    -webkit-box-shadow: 0px 3px 18px #0000001F;
}
.upgrade-plan-box .priceBox h2 {
    text-align: center;
    color: #000000;
    font-weight: 500;
}
.upgrade-plan-stats {
    background: #E2F6FF;
    border-radius: 5px;
    padding: 40px 10px;
    text-align: center;
    margin-top: 35px;
}
.upgrade-plan-stats ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.upgrade-plan-stats ul li {
    font-size: 20px;
    position: relative;
    padding: 0 15px;
}
.upgrade-plan-stats ul li::after {
    content: "";
    height: 14px;
    width: 2px;
    background: #000;
    position: absolute;
    right: -1px;
    top: 9px;
}
.upgrade-plan-stats ul li:last-child::after {
    display: none;
}
.plan-pricing-info {
    border-bottom: 1px dashed #707070;
    padding: 25px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
.packgeUpgrade-Modal .upgrade-plan-box .priceBox .priceBottom {
    border: none;
}
.plan-pricing-info span {
    font-size: 15px !important;
    color: #000;
}
.plan-pricing-info.net-amount {
    border-bottom: 1px solid rgba(112, 112, 112, .40)
}
.plan-pricing-info.net-amount span {
    font-size: 20px !important;
}
.payment-method {
    margin-top: 45px;
}
.payment-method h4 {
    color: #888888;
    font-size: 13px;
}
.upgrade-plan-box .payment-btn button {
    display: block;
    width: 100%;
    background: #00bf6f;
    border: 0;
    font-size: 18px;
    line-height: 70px;
    height: 70px;
    font-weight: 400;
    border-radius: 5px;
    text-align: center;
    color: #fff;
}
.upgrade-plan-box .payment-btn button:hover {
    background-color: #09ac68;
}
.payment-btn {
    margin-top: 45px;
    margin-bottom: 30px;
}
.powered-stripe {
    text-align: center;
    margin-bottom: 20px;
}
.change-card-details {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    margin-top: 20px;
}
.change-card-details .cc-details-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
    .change-card-details .cc-details-box .numberField input {
        border: none;
        background: none;
        width: 120px;
        margin: 0 12px 0 7px;
        color: #000;
    }
.change-card-details .cc-details-box .cvField a {
    font-size: 13px;
    color: #FF67A4;
    text-decoration: underline;
}
.change-card-details span {
    font-size: 14px;
}

.upgrade-plan-box .exitButton button {
    background: none;
}

.upgrade-plan-box .exitButton button .material-icons {
    line-height: 20px;
    font-size: 28px !important;
}
#upgradeDocModal.fullModal .modal-content {
    background: transparent;
}


/*----- anand/7 -----------*/
.deallisting#div_MainBodyContent .subheader ul.sub-navigation li.actionButton_item.editDropDown .dropdown-menu {
    right: 0;
    left: auto;
}

    .deallisting#div_MainBodyContent .subheader ul.sub-navigation li.actionButton_item.editDropDown .dropdown-menu li a
    {
        color: #000;
    }

.change-pipeline-modal
{
    display: table;
    width: 100%;
    padding: 30px;
}

.change-pipeline-footer
{
    padding: 20px;
    border-top: 1px solid #e5e5e5;
    text-align: right;
}

    .change-pipeline-footer > a
    {
        display: inline-block;
        vertical-align: middle;
    }

.change-pipeline-modal .FieldsforLead label
{
    padding-right: 9px;
    margin-bottom: 5px;
    display: inline-block;
    padding-top: 4px;
    font-size: 13px;
    float: left;
    line-height: 30px;
    min-width: 75px;
    color: #4e4e4e;
}

.deal-btn.add-btn
{
    padding: 2px 10px;
    background: #52bb58;
    cursor: pointer;
    height: 47px;
    width: 100%;
    border: 1px solid rgb(233, 233, 233);
    box-shadow: 0.5px 0.866px 0.99px 0.01px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0.5px 0.866px 0.99px 0.01px rgba(0, 0, 0, 0.05);
    position: relative;
    background: #ffffff;
    text-align: center;
    z-index: 9;
}

.deal-btn.add-btn
{
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease-out;
}

    .deal-btn.add-btn a
    {
        color: #4fc73f;
        line-height: 26px;
        font-size: 15px;
        line-height: 40px;
        display: inline-block;
    }



        .deal-btn.add-btn a > i
        {
            display: inline-block;
            vertical-align: middle;
        }

.dealsCard_list:hover .deal-btn.add-btn
{
    opacity: 1;
    transform: scale(1);
}

.deal-btn.add-btn a > span
{
    display: inline-block;
    vertical-align: middle;
}

.addNote_textarea_bottom .loader-note-detail
{
    height: 32px;
    padding-top: 4px;
}

.addNote_textarea_bottom-edit .loader-note-detail
{
    height: 30px;
    padding-top: 3px;
}

#CompanyDealCategory .add-update-category-loader
{
    color: rgb(255, 255, 255);
    margin-top: 2px;
    background: rgb(67, 200, 111);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 3px;
    padding: 6px 18px;
}

/*anand-17-*/

.addfilesModal .save-temp-footer a
{
    float: right !important;
}

.addfilesModal .right-pop-main span a
{
    color: #333 !important;
}

.email-detail-pop table td
{
    padding: 0 !important;
}

/*---gloable-help classes*/

.ib_v
{
    display: inline-block;
    vertical-align: middle;
}

/*margin-gloabal*/

.margin-right-1x
{
    margin-right: 5px;
}

.margin-right-2x
{
    margin-right: 10px;
}

.margin-right-3x
{
    margin-right: 15px;
}

.margin-right-4x
{
    margin-right: 20px;
}

.margin-right-5x
{
    margin-right: 25px;
}


.margin-left-1x
{
    margin-left: 5px;
}

.margin-left-2x
{
    margin-left: 10px;
}

.margin-left-3x
{
    margin-left: 15px;
}

.margin-left-4x
{
    margin-left: 20px;
}

.margin-left-5x
{
    margin-left: 25px;
}




.margin-top-1x
{
    margin-top: 5px;
}

.margin-top-2x
{
    margin-top: 10px;
}

.margin-top-3x
{
    margin-top: 15px;
}

.margin-top-4x
{
    margin-top: 20px;
}

.margin-top-5x
{
    margin-top: 25px;
}

.button-add
{
    background-color: #43c86f;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    float: left;
    font-size: 15px;
    padding: 6px;
    width: 100px;
    display: inline-block;
}

/*------- Style for Registration page loader -------*/



@keyframes ball-scale-ripple-multiple
{
    0%
    {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 1;
    }

    70%
    {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.7;
    }

    100%
    {
        opacity: 0.0;
    }
}

.ball-scale-ripple-multiple
{
    position: relative;
    width: 30px;
    height: 30px;
    margin: 5px auto;
}

    .ball-scale-ripple-multiple > div:nth-child(0)
    {
        -webkit-animation-delay: -0.90s;
        animation-delay: -0.90s;
    }

    .ball-scale-ripple-multiple > div:nth-child(1)
    {
        -webkit-animation-delay: -1.50s;
        animation-delay: -1.50s;
    }

    .ball-scale-ripple-multiple > div:nth-child(2)
    {
        -webkit-animation-delay: -0.6s;
        animation-delay: -0.6s;
    }

    .ball-scale-ripple-multiple > div:nth-child(3)
    {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .ball-scale-ripple-multiple > div
    {
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        position: absolute;
        background: rgba(255, 255, 255, .2);
        width: 30px;
        height: 30px;
        border-radius: 100%;
        border: 2px solid #fff;
        -webkit-animation: ball-scale-ripple-multiple 1.7s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
        animation: ball-scale-ripple-multiple 1.7s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
    }

    .ball-scale-ripple-multiple.redColor > div
    {
        background: rgba(255, 0, 0, .2);
    }

.alertify-notifier .ajs-message.ajs-error
{
    color: #fff !important;
}

/*------- Style for Registration page loader -------*/

/*----------- Style for SMS functionality start ----------*/

.sms-rec
{
    float: left;
    margin-bottom: 12px;
    width: 100%;
}

.sms-recepients
{
    width: 100%;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

.sms-recepients
{
    padding: 5px 5px 5px 5px;
}

.send-sms-pop
{
    background: #fff none repeat scroll 0 0;
    box-sizing: border-box;
    float: left;
    padding: 2.5%;
    position: relative;
    width: 100%;
}

    .send-sms-pop input, .send-sms-pop select
    {
        border: 1px solid #cacaca;
        border-radius: 4px;
        height: 34px !important;
        padding: 6px 5px;
    }

.send-sms-template
{
    float: left;
    margin: 0;
    width: 100%;
}

    .send-sms-template select
    {
        /*float: right;
        margin: 0 0 0 1%;*/
        width: 24%;
    }

.send-sms-body
{
    margin-top: 12px;
}

    .send-sms-body textarea
    {
        border: 1px solid #cacaca;
        border-radius: 4px;
        height: 160px !important;
        width: 500px !important;
        padding: 6px 5px;
        resize: none;
    }

.send-sms-button
{
    background-color: #43c86f;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    float: left;
    font-size: 15px;
    margin: 10px 0 0;
    padding: 6px;
    width: 100px;
}

.save-sms-draft
{
    float: right;
    margin-top: 10px;
}

    .save-sms-draft a.save-temp
    {
        background: #eee url(/Content/images/disk.png) no-repeat scroll 6% center;
        border: medium none;
        border-radius: 4px;
        color: #333;
        cursor: pointer;
        float: left;
        font-size: 13px;
        padding: 6.5px 10px 6.5px 30px;
    }

.send-sms-numbers
{
    float: left;
    width: 100%;
}

.send-sms-numbers ul {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.send-sms-numbers ul li {
    float: left;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 3px 9px !important;
    line-height: 20px;
    width: auto !important;
    margin: 0 7px 9px 0;
}

.send-sms-numbers ul li .number-detail {
    float: left;
    font-size: 12px;
    color: #333;
}

.send-sms-numbers ul li .number-cross {
    float: right;
    margin-left: 10px;
    color: #333;
    font-family: "opensemibold";
    font-size: 19px;
}

.send-sms-add-leadclient-button
{
    background-color: #43c86f;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    float: left;
    font-size: 15px;
    padding: 6px;
    width: 60px;
}

#Sms_AddLeadForm table td {
    width: 183px;
    vertical-align: top;
}

#Sms_AddLeadNumberForm table td {
    width: 183px;
    vertical-align: top;
}

/*----------- Style for SMS functionality end ----------*/

/*----------------------------------------------------------------Media-Query-style------------------------------------------------------------------*/

@media screen and (min-width:1024px)
{
    .lead-details td .action-col .action-col
    {
        float: right;
    }

    .leads-table table thead tr.tb-head td:last-child
    {
        text-align: left;
    }

    .deallisting .leads-table table thead tr.tb-head td:last-child
    {
        text-align: right;
    }

    .blue-theme .lead-details table tr td:last-child
    {
        width: 133px;
    }
}

@media screen and (max-width:1600px)
{
    .col-lg-4.col-sm-4.col-xs-12.left_small_width.deal_section_grid
    {
        padding-left: 7px;
        padding-right: 15px;
    }

    .col-md-4.recent-event-part.center_large_width.recent_section_grid
    {
        padding-left: 15px;
        padding-right: 7px;
    }

    .col-md-4.deal_upcoming_box.dealpipeline_section_grid
    {
        padding-left: 7px;
        padding-right: 15px;
    }

    .left_small_width
    {
        padding-right: 7px;
        width: 50%;
    }

    .center_large_width
    {
        padding-left: 7px;
        width: 50%;
        padding-right: 15px;
    }

    .deal_upcoming_box
    {
        padding-right: 7px;
        width: 50%;
    }

    .activity-list ul.completed_task_task_box li
    {
        padding-left: 27px !important;
    }
}

@media screen and (max-width:1699px)
{
    .custom_calender_right
    {
        width: 146px;
    }

        .custom_calender_right span {
            font-size: 10px;
            .profile-details width: 122px;
        }

    .description-detail
    {
        padding: 0 4px;
    }

    .box-footer .description-detail .btn-group button
    {
        padding: 17px 3px;
    }

    .activity-list .left-task .left-task-right .task-heading
    {
        max-width: 47%;
    }

    .rigt_sec_timing
    {
        float: right;
        text-align: right;
    }

    #SalesFunnel
    {
        width: 500px !important;
    }

    .blue-theme .lead-details table tr td:nth-child(6)
    {
        width: 8%;
    }

    .blue-theme .find-search-result .lead-details table tr td:nth-child(4)
    {
        width: 13%;
    }

    .main-right-panel .right-content
    {
        padding: 15px;
    }

    .deals_detail_right .activity-list ul li
    {
        padding: 15px;
    }

    .mb5
    {
        padding: 15px;
    }

    .event_detail_right .upcoming_event_list.activity-list ul li
    {
        padding: 15px;
    }

    .upcoming_event_list.activity-list.task_attachement_modal ul li
    {
        padding: 15px;
    }

    .source_and_data
    {
        padding: 15px;
    }

    .followers_area,
    .tags_area
    {
        padding: 15px;
    }

    .deals_detail_right .activity-list.task_right_panel .left-task-right
    {
        width: 92%;
    }

    .right_detail_section .box-header
    {
        padding: 15px;
    }

    .left_sec_description
    {
        width: 82%;
    }

    .blue-theme .lrg-panel .nav-tabs > li:first-child
    {
        margin-left: 0;
    }

    .mb8
    {
        padding: 15px;
    }
}

@media screen and (max-width:1440px)
{
    .tag-cncl
    {
        padding-left: 0px;
    }

    .blue-theme .right-panel ul li.activity-row span.assign_to_file
    {
        font-size: 13px;
    }

    .top_dec_main
    {
        font-size: 13px;
    }

    .blue-theme .profile-details a.tag
    {
        font-size: 12px;
    }

    .blue-theme .all-acts ul li
    {
        font-size: 13px;
    }

    .blue-theme .lrg-panel .nav-tabs > li > a
    {
        font-size: 13px;
    }

    .ldw.MinWd .btn.dropdown-toggle > span
    {
        font-size: 13px;
    }

    .leads-details-profile-panel .sts .btn .label
    {
        font-size: 13px;
    }

    .common_all_detail .left-side-bar .sts p,
    .common_all_detail .left-side-bar .ldw p
    {
        font-size: 12px;
    }

    .box-header > .fa,
    .box-header > .glyphicon,
    .box-header > .ion,
    .box-header .box-title
    {
        font-size: 13px;
    }

    .subheader ul.sub-navigation li
    {
        font-size: 13px;
    }

    body
    {
        font-size: 13px;
    }

    .left_des_associate p
    {
        font-size: 13px;
    }

    .blue-theme .right-panel ul li.activity-row span.assign_to_file span
    {
        font-size: 13px;
    }

    .time_act
    {
        font-size: 12px;
    }

    .priority span
    {
        font-size: 12px;
    }

    .activity_section_grid .left-box ul li i.material-icons
    {
        padding-top: 1px;
    }

    .dropdown-menu
    {
        font-size: 13px;
    }

    .blue-theme .lead-details table#clientListing tr td:nth-child(5)
    {
        width: 11%;
    }

    #SalesFunnel
    {
        height: 350px !important;
    }
}

@media only screen and (max-width:1365px)
{
    .list_pageSearch_input input
    {
        width: 205px;
    }

    .leads-no
    {
        font-size: 15px;
    }

    .list_pageSearch
    {
        margin-right: 0;
    }

    .list_pageSearch_input input:focus
    {
        width: 220px;
    }

    .subheader .v-divider
    {
        margin: 7px 11px;
    }

    .mail_new_sec
    {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 340px;
    }

    .main_detail_all_common
    {
        display: flex;
        flex-wrap: wrap;
    }

    .blue-theme .find-search-result .lead-details table tr td:nth-child(6)
    {
        width: 9%;
    }

    .blue-theme .find-search-result .lead-details table tr td:nth-child(5)
    {
        width: 15%;
    }

    .blue-theme .find-search-result .lead-details table tr td:nth-child(4)
    {
        width: 6%;
    }

    .lead-details table tr td:first-child
    {
        padding-left: 9px;
        width: 3.5%;
    }

    .blue-theme table td,
    th
    {
        padding: 12px 3px;
    }

    .blue-theme .find-search-result .lead-details table tr td:nth-child(6)
    {
        width: 5%;
    }

    .tag-cncl
    {
        padding-left: 0px;
    }
}

@media screen and (max-width:1279px)
{
    .sts.pull-left
    {
        width: 38%;
    }

    #llpUserprofileTabContainers #tab7 #exTab1 .nav.nav-pills.nav-justified li
    {
        width: auto;
        float: left;
    }

    .deal_detail_list
    {
        width: 25.7%;
    }

    .blue-theme .lead-details table#clientListing tr td:nth-child(7)
    {
        width: 113px;
    }

    .blue-theme .lead-details table tr td:last-child
    {
        width: 113px;
    }

    .blue-theme .add-tag input[type="text"]
    {
        width: 66% !important;
    }

    .task_attachement_modal .left_doc_type span
    {
        float: left;
        display: block;
        padding-left: 28px;
        word-wrap: break-word;
        width: 100%;
    }

    .task_attachement_modal .left_doc_type a
    {
        width: 27px !important;
        display: block;
        position: absolute;
    }

    span.action_common_act.action_note_for.email_sec_main
    {
        float: right;
        padding-left: 15px;
    }

    .left_des_associate
    {
        width: 48%;
    }

    .task_attachement_modal .right_action_task
    {
        float: right;
    }

        .task_attachement_modal .right_action_task a
        {
            margin-left: 2px;
        }

    .task_attachement_modal .left_doc_type
    {
        color: #333333;
        float: left;
        font-size: 13px;
        width: 74%;
    }

    .right-panel.main-right-panel
    {
        width: 45%;
    }

    .col-sm-3.right_detail_section
    {
        width: 29.3%;
    }

    .main-left-panel.visible_left_panel
    {
        width: 25.7%;
    }

    .blue-theme .after-search-div td:first-child
    {
        display: block;
        border-bottom: 1px solid #f2f2f2 !important;
        width: auto;
    }

    .blue-theme .after-search-div thead td
    {
        border: none !important;
    }

    .blue-theme .after-search-div td:first-child
    {
    }

    .blue-theme .after-search-div thead tr
    {
        background: transparent;
    }

    .leads-table .lead-details-srch table.responsive-table thead
    {
        border: 1px solid #e2e2e2;
        border-right: none;
    }

    .blue-theme .after-search-div thead td
    {
        border: none;
        border-top: 1px solid #e2e2e2;
    }

    .blue-theme .after-search-div .responsive-table tbody
    {
        border-left: 1px solid #e2e2e2;
    }

    .status_boxes
    {
        display: none;
    }

    .main-header .navbar #nav-lft .material-icons
    {
        display: none;
    }

    .blue-theme .find-search-result .lead-details table tr td:nth-child(6)
    {
        width: auto;
    }

    .blue-theme .find-search-result .lead-details table tr td:nth-child(5)
    {
        width: auto;
    }

    .blue-theme .find-search-result .lead-details table tr td:nth-child(4)
    {
        width: auto;
    }

    .blue-theme .find-search-result .lead-details table tr td:nth-child(3)
    {
        width: auto;
    }

    .find-search-result .lead-details table tr td:nth-child(2)
    {
        width: auto;
        min-height: 79px;
    }

    .find-search-result .right-social-icon > a
    {
        line-height: 18px;
        margin-left: 0;
        margin-right: 10px;
    }

    .find-search-result .right-social-icon
    {
        padding-left: 0;
        padding-top: 0;
    }

    .lead-details
    {
        margin: 15px 0 0 0;
    }

    .main-header .navbar span.menu-text
    {
        padding-left: 0;
    }

    .main-header .nav > li > a
    {
        padding: 18px 9px;
    }

    .actionButtons_list .grn-btn i.material-icons
    {
        margin: 0 !important;
    }

    .lead-list-page .actionButtons_list .grn-btn span
    {
        display: none;
    }

    .lead-list-page .grn-btn
    {
        padding: 5px 9px;
    }

    .lead-list-page .white_btn
    {
        padding: 5px 9px;
    }

    .leads-table #load-more .material-icons
    {
        font-size: 17px;
        position: relative;
        top: 5px;
        display: inline-block;
    }

    .content-wrapper.container-fluid.fixed-bar
    {
        min-height: 100% !important;
    }

    .blue-theme
    {
        min-height: 100% !important;
    }

    .leads-table .ld-more.leads-part > img
    {
        display: none;
    }

    footer
    {
        display: none;
    }

    .lead-list-page .leads-table .ProfileImageComponent-circle
    {
        display: none;
    }

    .subheader ul.sub-navigation li.actionButton_item
    {
        margin: 4px 0px 0;
    }

    .lead-list-page .grn-btn
    {
        display: none;
    }

        .lead-list-page .grn-btn.white_btn
        {
            display: block;
            margin-top: 4px;
        }

    .blue-theme .lead-details table tr td:nth-child(3),
    .blue-theme .lead-details table tr td:nth-child(4),
    .blue-theme .lead-details table tr td:nth-child(5)
    {
        width: 15%;
    }

    .lead-details table tr td:first-child
    {
        width: 2%;
    }

    .lead-details table tr td:nth-child(2)
    {
        width: 25%;
    }

    .blue-theme .lead-details table tr td:nth-child(5)
    {
        width: 12%;
    }

    .blue-theme .lead-details table tr td:nth-child(6)
    {
        width: 6%;
    }

    .blue-theme .lead-details table tr td:nth-child(7)
    {
        width: 12%;
    }

    .ld-name
    {
        max-width: 164px;
        padding-left: 0;
    }

    .blue-theme .lead-details .checkbox
    {
        padding-left: 18px;
        width: 28px;
    }

    .blue-theme .lead-details .sts .bootstrap-select > .dropdown-toggle:hover,
    .blue-theme .lead-details .sts .bootstrap-select > .dropdown-toggle:focus,
    .blue-theme .lead-details .sts .bootstrap-select > .dropdown-toggle:active
    {
        min-width: 90px;
    }

    .blue-theme .lead-details .sts .bootstrap-select > .dropdown-toggle:hover,
    .blue-theme .lead-details .sts .bootstrap-select > .dropdown-toggle:focus,
    .blue-theme .lead-details .sts .bootstrap-select > .dropdown-toggle:active
    {
        min-width: 90px;
    }

    ul.action-col li
    {
        margin-right: 2px;
    }

    .blue-theme .lead-details .sts .bootstrap-select > .dropdown-toggle
    {
        min-width: 90px;
    }

    .blue-theme .ld-name a
    {
        white-space: nowrap;
        line-height: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        width: auto;
    }
}

@media screen and (max-width:1199px)
{
    .lead-details table tr td:nth-child(2)
    {
        width: 21%;
    }

    .recent-event-part .right-data-call
    {
        width: 100%;
    }

    .left_small_width
    {
        padding-right: 15px;
        width: 100%;
        clear: both;
    }

    .center_large_width
    {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        clear: both;
    }

    .deal_upcoming_box
    {
        padding-right: 15px;
        clear: both;
        width: 100%;
    }

    .col-lg-4.col-sm-4.col-xs-12.left_small_width.deal_section_grid
    {
        padding-left: 15px;
        padding-right: 15px;
        clear: both;
    }

    .col-md-4.recent-event-part.center_large_width.recent_section_grid
    {
        padding-left: 15px;
        clear: both;
        padding-right: 15px;
    }

    .col-md-4.deal_upcoming_box.dealpipeline_section_grid
    {
        padding-left: 15px;
        clear: both;
        padding-right: 15px;
    }

    #pipelinechart
    {
        width: 450px;
    }
}

@media screen and (max-width:1099px)
{
    .leads-no
    {
        font-size: 16px;
    }

    .subheader .v-divider
    {
        margin: 7px 14px;
    }

    .list_pageSearch_input input
    {
        width: 160px;
    }

        .list_pageSearch_input input:focus
        {
            width: 180px;
        }
}

@media screen and (max-width:999px)
{
    #LeadDetailDiv .right-push-baar ul li a span
    {
        display: none;
    }

    #LeadDetailDiv .right-push-baar ul li a i
    {
        margin-right: 0;
    }

    #LeadDetailDiv .right-push-baar ul li
    {
        margin-left: 12px;
    }

    .find-leads-main
    {
        width: 97%;
        margin: 20px auto 0;
    }

    .main-left-panel.visible_left_panel,
    .right-panel.col-sm-6.main-right-panel,
    .col-sm-3.right_detail_section
    {
        width: 100%;
        padding: 0 15px !important;
    }

    .deals_detail_right .activity-list.task_right_panel .left-task-right .priority
    {
        clear: inherit;
        float: none;
        margin-left: 7px;
    }

    .main_detail_all_common .activity-list .left-task .left-task-right
    {
        width: 100%;
    }

    .deals_detail_right .activity-list ul li
    {
        padding: 15px 10px;
    }

    .source_and_data ul li span.file_name_custom
    {
        width: 28%;
    }

    .right-panel.col-sm-6.main-right-panel
    {
        margin-top: 8px;
    }

    .inner-content-bar .main-left-panel.visible_left_panel
    {
        width: 100%;
    }

    .other_contact_main
    {
        margin: 0;
        padding: 10px;
    }

    .deals_detail_right .activity-list.task_right_panel .left-task-right
    {
        width: 91%;
    }

    .top_dec_main
    {
        font-size: 14px;
    }

    .followers_area,
    .tags_area
    {
        padding: 10px;
    }

    .source_and_data
    {
        padding: 10px;
    }

    .mb5
    {
        padding: 10px;
    }

    .mb8
    {
        padding: 0;
    }

    .primary_contact_main
    {
        border-bottom: 1px solid #e6e6e6;
        padding: 10px;
    }

    .ldw.MinWd #grp-mem2
    {
        min-width: 200px !important;
        width: 200px !important;
    }

    .main_detail_all_common
    {
        display: block;
    }
}

@media screen and (max-width:1023px)
{
    .common_all_detail .main_detail_all_common .main-right-panel .stage_block
    {
        float: left;
        width: 100%;
    }

    .blue-theme .lead-details table#clientListing tr td:nth-child(7)
    {
        width: 100%;
    }

    .blue-theme .lead-details table tr td:last-child
    {
        width: 100%;
    }

    .deal_detail_list
    {
        width: 100%;
        padding: 0 15px !important;
    }

    .DealDetailListLeftSidebaar .OuterCategoryLeftDeal select
    {
        width: 40%;
    }

    .main_detail_all_common .right-panel.col-sm-6.main-right-panel
    {
        clear: both;
    }

    #llpUserprofileTabContainers #tab8 .users-table
    {
        overflow-x: auto;
    }

    #tab8.tab_content_profile
    {
        padding-bottom: 0;
    }

    #llpUserprofileTabContainers #tab8 .users-table td span
    {
        white-space: nowrap;
    }

    #llpUserprofileTabContainers #tab8 .users-table tr:last-child td
    {
        min-width: 215px;
    }

    #llpUserprofileTabContainers #tab2 .users-table table tr td .user-img
    {
        display: none;
    }

    #llpUserprofileTabContainers #tab2 table tbody tr
    {
        display: inline-block;
        border: none;
    }

    #llpUserprofileTabContainers #tab2 table thead th
    {
        display: block;
        padding: 10px 20px !important;
        background: #186fc8;
        color: #ffffff;
    }

    #llpUserprofileTabContainers #tab2 table td
    {
        display: block;
        min-height: 54px;
        border-left: 1px solid #f2f2f2;
    }

    #llpUserprofileTabContainers #tab2 table
    {
        border-collapse: collapse;
        border-spacing: 0;
        display: block;
        position: relative;
        width: 100%;
    }

        #llpUserprofileTabContainers #tab2 table td:empty::before
        {
            content: " ";
        }

    #llpUserprofileTabContainers #tab2 .users-table table tr:last-child td
    {
        border-bottom: 1px solid #f2f2f2;
    }

    #llpUserprofileTabContainers #tab2 table .user-name
    {
        margin: 0;
        width: 100%;
    }

    #llpUserprofileTabContainers #tab2 .users-table table tr td:last-child .dropdown.profile_action_user
    {
        float: left;
    }

    #llpUserprofileTabContainers #tab2 table th,
    #llpUserprofileTabContainers #tab2 table td
    {
        margin: 0;
        min-height: 58px;
    }

    #llpUserprofileTabContainers #tab2 table th
    {
        border-bottom: 1px solid #2c7ed4;
    }

    #llpUserprofileTabContainers #tab2 table thead th
    {
        width: auto;
    }

    #llpUserprofileTabContainers #tab2 table thead
    {
        display: block;
        border-right: 1px solid #f2f2f2;
        float: left;
        border-top: 1px solid #f2f2f2;
    }

        #llpUserprofileTabContainers #tab2 table thead tr
        {
            display: block;
        }

    .leads-table table.responsive-table thead tr td::before
    {
        content: " ";
    }

    #llpUserprofileTabContainers #tab2 table tbody
    {
        display: block;
        overflow-x: auto;
        overflow-y: auto;
        position: relative;
        white-space: nowrap;
        width: auto;
        border-left: none;
        border-top: 1px solid #f2f2f2;
        border-right: 1px solid #f2f2f2;
    }

    #llpUserprofileTabContainers #tab2 .users-table
    {
        padding: 11px;
    }

    #llpUserprofileTabContainers #tab2 table table tr td:nth-child(3),
    #llpUserprofileTabContainers #tab2 table tr td:nth-child(4),
    #llpUserprofileTabContainers #tab2 table tr td:nth-child(5),
    #llpUserprofileTabContainers #tab2 table tr td:nth-child(2),
    #llpUserprofileTabContainers #tab2 table tr td:first-child
    {
        width: auto;
    }

    #tab5.tab_content_profile
    {
        width: 100%;
    }

    #tab4.tab_content_profile
    {
        width: 100%;
    }

    #tab3.tab_content_profile
    {
        width: 100%;
    }

    #tab1.tab_content_profile
    {
        width: 100%;
    }

    .leads-table table#lead-listing.task_table_view td:first-child
    {
        border-bottom: 1px solid #e4e8ed;
        border-radius: 0;
        border-top: medium none;
        display: block;
        min-height: 46px;
        padding: 7px 14px;
        width: auto;
    }

    .blue-theme .lead-details table tbody.task_table tr td:nth-child(2)
    {
        width: auto;
    }

    .blue-theme .lead-details table tbody.task_table tr td:nth-child(3n)
    {
        width: auto;
    }

    .blue-theme .lead-details table tbody.task_table tr td:nth-child(5)
    {
        width: auto;
    }

    .leads-table table#lead-listing.task_table_view thead td:first-child
    {
        border-bottom: none;
    }

    .blue-theme .lead-details table tbody.task_table tr td:nth-child(4n)
    {
        width: auto;
    }

    .blue-theme .lead-details table tbody.task_table tr td:nth-child(7n)
    {
        width: auto;
    }

    .leads-table table#lead-listing
    {
        padding: 0 15px;
    }

    .leads-table table thead tr.tb-head td span
    {
        display: none;
    }

    .blue-theme .lead-details table#clientListing tr td:nth-child(5)
    {
        width: auto;
    }

    .blue-theme .ld-name a
    {
        padding-top: 0;
    }

    .blue-theme .lead-details table tr td:nth-child(5)
    {
        width: auto;
    }

    .leads-table table thead tr.tb-head td
    {
        color: #fff;
    }

    .blue-theme .lead-details table tr td:nth-child(6)
    {
        width: auto;
    }

    .lead-details table thead tr
    {
        background: #186fc8 none repeat scroll 0 0;
    }

        .lead-details table thead tr td
        {
            border-top: 1px solid #277ed7;
            color: #fff;
        }

    .leads-table table.responsive-table tbody td
    {
        border-right: 1px solid #f2f2f2;
        border-top: 1px solid #f2f2f2;
    }

    .lead-details table tbody tr:hover td
    {
        border-color: #e4e8ed;
    }

    .leads-table table tbody > tr::after
    {
        display: none;
    }

    .leads-table table.responsive-table tbody td:nth-child(2)
    {
        border-top: medium none;
    }

    .leads-table table.responsive-table tbody tr
    {
        display: inline-block;
        border: none;
    }

    .leads-table table.responsive-table thead td
    {
        display: block;
    }

    .leads-table table.responsive-table td
    {
        display: block;
        min-height: 54px;
    }

    .leads-table table.responsive-table
    {
        border-collapse: collapse;
        border-spacing: 0;
        display: block;
        position: relative;
        width: 100%;
    }

        .leads-table table.responsive-table td:empty::before
        {
            content: " ";
        }

        .leads-table table.responsive-table th,
        table.responsive-table td
        {
            margin: 0;
        }

        .leads-table table.responsive-table thead td
        {
            text-align: left;
        }

        .leads-table table.responsive-table thead
        {
            display: block;
            float: left;
        }

            .leads-table table.responsive-table thead tr
            {
                display: block;
            }

                .leads-table table.responsive-table thead tr td::before
                {
                    content: " ";
                }

        .leads-table table.responsive-table tbody
        {
            display: block;
            overflow-x: auto;
            overflow-y: auto;
            border: 1px solid #e8e8e8;
            position: relative;
            white-space: nowrap;
            width: auto;
            border-left: none;
        }

    .blue-theme table td,
    th
    {
        padding: 12px 13px;
    }

    .lead-details table tr td:first-child
    {
        display: none;
    }

    .blue-theme .lead-details table tr td:nth-child(3),
    .blue-theme .lead-details table tr td:nth-child(4),
    .blue-theme .lead-details table tr td:nth-child(5)
    {
        width: auto;
    }

    .blue-theme .lead-details table tr td:nth-child(7)
    {
        width: auto;
    }

    .blue-theme .lead-details table tr td:nth-child(8)
    {
        width: auto;
    }

    .leads-table table.responsive-table tbody td:nth-child(2)
    {
        width: auto;
    }

    .ld-name
    {
        max-width: 100%;
    }

    #LeadDetailDiv .right-push-baar ul li a span
    {
        display: none;
    }

    #LeadDetailDiv .right-push-baar ul li a i
    {
        margin-right: 0;
    }

    #LeadDetailDiv .right-push-baar ul li
    {
        margin-left: 12px;
    }

    .main-left-panel.visible_left_panel,
    .right-panel.col-sm-6.main-right-panel,
    .col-sm-3.right_detail_section
    {
        width: 100%;
        padding: 0 15px !important;
    }

    .deals_detail_right .activity-list.task_right_panel .left-task-right .priority
    {
        clear: inherit;
        float: none;
        margin-left: 7px;
    }

    .main_detail_all_common .activity-list .left-task .left-task-right
    {
        width: 100%;
    }

    .deals_detail_right .activity-list ul li
    {
        padding: 15px 10px;
    }

    .source_and_data ul li span.file_name_custom
    {
        width: 28%;
    }

    .right-panel.col-sm-6.main-right-panel
    {
        margin-top: 8px;
    }

    .inner-content-bar .main-left-panel.visible_left_panel
    {
        width: 100%;
    }

    .other_contact_main
    {
        margin: 0;
        padding: 10px;
    }

    .deals_detail_right .activity-list.task_right_panel .left-task-right
    {
        width: 91%;
    }

    .top_dec_main
    {
        font-size: 14px;
    }

    .followers_area,
    .tags_area
    {
        padding: 10px;
    }

    .source_and_data
    {
        padding: 10px;
    }

    .mb5
    {
        padding: 10px;
    }

    .mb8
    {
        padding: 0;
    }

    .primary_contact_main
    {
        border-bottom: 1px solid #e6e6e6;
        padding: 10px;
    }

    .ldw.MinWd #grp-mem2
    {
        min-width: 200px !important;
        width: 200px !important;
    }

    .main_detail_all_common
    {
        display: block;
    }

    .log-billing-pop
    {
        width: 100%;
    }
}

@media screen and (min-width:1024px) and (max-width:1099px)
{
    .lead-details table tr td:nth-child(2)
    {
        width: 17%;
    }
}

@media screen and (max-width:1024px)
{
    .already-acc
    {
        position: relative;
        right: 0;
        top: 0;
        margin: 20px 0 0 0;
        text-align: center;
    }

    #nav-lft
    {
        display: none;
    }

    .mobile_togle_btn
    {
        background: #eff3f8 none repeat scroll 0 0;
        border-right: 1px solid #e8ecf1;
        display: block;
        height: 100%;
        left: 0;
        cursor: pointer;
        position: absolute;
        top: 0;
        width: 50px;
    }

    .recent-event-part .right-data-call
    {
        width: 100%;
    }

    .navbar-nav .open .dropdown-menu
    {
        box-shadow: 0 0 1px -7px rgba(227, 227, 227, 0.8), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 7px 3px rgba(227, 255, 255, 0.18);
    }

    .navbar-custom-menu .navbar-nav > li
    {
        float: left;
    }

    body.activeSidenav
    {
        overflow: hidden;
    }

    .sidenav
    {
        height: 100%;
        width: 250px;
        display: block;
        position: fixed;
        z-index: 99999;
        top: 0;
        transform: translateX(-250px);
        -webkit-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
        left: 0;
        background-color: #ffffff;
        border-right: 1px solid #f6f6f6;
        overflow-x: hidden;
        padding-top: 60px;
        box-shadow: 5px -1px 1px -7px rgba(227, 227, 227, 0.8), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 7px 3px rgba(227, 255, 255, 0.18);
        transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        -ms-transition-duration: 0.5s;
        transition-property: transform;
        -webkit-transition-property: -ms-transform;
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

        .sidenav a
        {
            padding: 8px 8px 8px 32px;
            text-decoration: none;
            font-size: 25px;
            color: #818181;
            display: block;
            transition: 0.3s;
        }

    #mySidenav ul li
    {
        border-top: 1px solid #f1f1f1;
        clear: both;
        width: 100%;
    }

        #mySidenav ul li a
        {
            display: block;
            font-size: 14px;
            padding: 14px 19px;
        }

        #mySidenav ul li .material-icons
        {
            float: left;
            font-size: 17px;
            margin-right: 8px;
            margin-top: 2px;
        }

    .sidenav .closebtn
    {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    #mySidenav ul
    {
        padding: 0;
        width: 250px;
    }

    .open-btn
    {
        display: block;
        float: left;
        padding: 15px 13px;
    }

    .activeSidenav #main
    {
        transform: translateX(250px);
        -webkit-transform: translateX(250px);
        -ms-transform: translateX(250px);
        transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        -ms-transition-duration: 0.5s;
        transition-property: transform;
        -webkit-transition-property: -ms-transform;
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

    .activeSidenav .sidenav
    {
        transform: translateX(0px);
    }

    #main
    {
        transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        -ms-transition-duration: 0.5s;
        transition-property: transform;
        -webkit-transition-property: -ms-transform;
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

    .activeSidenav .overlay_main_add
    {
        opacity: 1;
        transform: translate(250px) scale(1);
    }

    .overlay_main_add
    {
        background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
        height: 100%;
        opacity: 0;
        position: fixed;
        top: 0;
        transform: scale(0);
        transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        -ms-transition-duration: 0.5s;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        width: 100%;
        z-index: 999;
    }

    .main-header .navbar .mobile_togle_btn .open-btn .material-icons
    {
        color: #186fc8;
        font-size: 24px;
    }

    #mySidenav ul li.first-tog_close
    {
        border: medium none;
        height: 42px;
        text-align: right;
    }

        #mySidenav ul li.first-tog_close a
        {
            background: #eff3f8 none repeat scroll 0 0;
            border: medium none;
            float: right;
            font-size: 22px;
            height: 57px;
            border-left: 1px solid #ebeff4;
            padding: 17px 0 0 3px;
            right: 0;
            top: 0;
            width: 50px;
        }

    #mySidenav ul li:hover a
    {
        background: #eff3f8;
    }

    #mySidenav ul li.first-tog_close a i
    {
        color: #186fc8;
        font-size: 21px;
        margin: 0 0 0 10px;
    }

    .first-tog_close > span
    {
        display: block;
        margin-left: 19px;
        width: 98px;
    }

    .first-tog_close svg
    {
        height: auto;
        width: 100%;
    }

    .overlay_main_add
    {
        display: block;
    }

    .sidenav
    {
        padding-top: 15px;
    }

        .sidenav a
        {
            font-size: 18px;
        }
}

@media screen and (max-width:768px)
{
    span.action_common_act.action_note_for.only_for_call
    {
        display: inline-block;
        position: relative;
        top: 4px;
        left: -2px;
        margin-top: -1px;
    }

    .log-billing-head
    {
        width: 700px;
    }

    .task_list_rendom .leads-table
    {
        margin: 0 auto;
    }

    .task_list_rendom .activity-list ul li
    {
        padding: 10px 15px;
    }

    .top_task_baar
    {
        margin-bottom: 0;
    }

    .top_task_baar
    {
        padding: 15px 10px;
        min-height: 56px;
    }

    .add_note_section span.action_common_act.action_note_for a
    {
        margin: 0px;
        border: none;
    }

        .add_note_section span.action_common_act.action_note_for a i
        {
            margin-right: -2px;
        }

        .add_note_section span.action_common_act.action_note_for a span
        {
            display: none;
        }

    .add_note_section span.action_common_act.action_note_for
    {
        display: block;
        color: #fff;
    }

    .recent-event-part .right-data-call
    {
        width: 100%;
    }

    .modal.item-view-sidebar .modal-content
    {
        min-height: 700px;
    }

    .modal.item-view-sidebar .modal-dialog
    {
        margin: 20px auto;
        width: 92%;
    }
}

@media screen and (min-width:768px)
{
    .no-padding
    {
        padding: 0px !important;
    }

    .half-padding-right
    {
        padding-right: 7.5px !important;
    }

    .half-padding-left
    {
        padding-left: 7.5px !important;
    }
}

@media screen and (max-width:767px)
{
    .profit-loss-right-top
    {
        width: 100%;
        float: left !important;
        margin: 10px 0px 0px;
    }

    body .main-footer
    {
        padding-left: 0px !important;
    }

    body .llp-report-page .subHeader-right .select-text
    {
        display: none;
    }

    body .llp-report-page .subHeader-right .dropdown-toggle
    {
        margin: 0px 0px 0px 10px;
    }

    .lead-list-page .llp-report-page .subheader
    {
        padding: 8px 0px;
    }

    .lead-list-page .leads-no
    {
        font-size: 15px;
        margin-top: 7px;
    }

    #ddMenu .daterangepicker.show-calendar
    {
        width: auto;
    }

    .add-note-pop-up-content .Width50.first-new_row_fields
    {
        width: 56%;
    }

    .add-note-pop-up-content form .FieldsforLead.new_fields_custom_name input.first_name_new_fields[type="text"]
    {
        width: 74%;
    }

    .add-note-pop-up-content form .FieldsforLead .second_last_name_fileds input[type="text"]
    {
        width: 100%;
    }

    .EssFields .Width50.second_last_name_fileds label
    {
        max-width: 100% !important;
        text-align: left !important;
    }

    .page-heading.top-full-page h1
    {
        margin: 6px 0 0 4px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
        font-size: 14px;
    }

    .deal_detail_list
    {
        padding: 0 10px !important;
    }

    #formEditprofile .profile-form-edit-ul li .field-row .field select
    {
        width: 100%;
    }

    #llpUserprofileTabContainers .PopupContent
    {
        margin: 20px auto !important;
        width: 94% !important;
        left: 0;
        right: 0;
    }

    #formEditprofile .prof-edit-pic-blk
    {
        text-align: center;
    }

        #formEditprofile .prof-edit-pic-blk img
        {
            width: 50px;
            max-height: 130px;
            border: 1px solid #eee;
            border-radius: 50px;
            height: 50px;
            margin: 0 auto;
        }

    #tab3 .email-config-form ul.first_int_user
    {
        width: 100%;
        padding-right: 0;
    }

    #tab3 .email-config-form ul
    {
        padding-left: 0;
        width: 100%;
    }

    #formEditprofile .profile-form-edit-ul
    {
        width: 100%;
    }

        #formEditprofile .profile-form-edit-ul li .field-row .fld-name
        {
            width: 100%;
            margin-right: 0;
        }

    #formEditprofile .prof-edit-pic-blk
    {
        width: 100%;
        margin-right: 0;
    }

    #formEditprofile .profile-form-edit-ul li .field-row .field
    {
        width: 100%;
    }

    #llpUserprofileTabContainers .profile-top-sec
    {
        padding: 20px 10px 0;
    }

    #llpUserprofileTabContainers .profile-btns .edit-profile
    {
        margin: 0;
        padding: 0 2px;
        line-height: normal;
    }

        #llpUserprofileTabContainers .profile-btns .edit-profile span
        {
            display: none;
            margin: 0;
        }

    .fancybox-wrap .add-appointment.add-app-pop-up
    {
        width: 100%;
    }

        .fancybox-wrap .add-appointment.add-app-pop-up ul li .temp-fld .from-time
        {
            width: 48.7%;
        }

        .fancybox-wrap .add-appointment.add-app-pop-up ul li .temp-fld .from-date
        {
            width: 48.7%;
        }

    .fancybox-wrap .appointment-add ul li .temp-fld .all-day
    {
        margin: 8px 0 0 0;
        width: 100%;
    }

    .fancybox-wrap .appointment-add ul li .temp-fld .to
    {
        width: 100%;
    }

    .fancybox-wrap .add-appointment.add-app-pop-up .repeat-reminder ul li .repeat-fld-nm
    {
        width: 66px;
    }

    .fancybox-wrap .add-appointment.add-app-pop-up .weekdays span
    {
        margin-right: 8px;
    }

    .common_header_lead_client .ProfileImageComponent-circle.light-pink
    {
        display: none;
    }

    .modal-header_actions
    {
        right: 7px;
        top: 7px;
    }

    .modal-open
    {
        overflow: hidden !important;
    }

    .modal-header.has_ProfileImageComponent .common_header_lead_client .ProfileImageComponent-circle
    {
        display: none;
    }

    .item-view-sidebar .modal-header .item-name h3
    {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .item-detail-sidebarTitle .item-name
    {
        max-width: 100%;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .item-view-sidebar.lead-view-sidebar .modal-header
    {
        padding: 11px 15px 10px;
    }

    .item-detail-sidebarTitle .sts .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn)
    {
        min-width: 90px;
    }

    .item-view-sidebar .modal-header .item-name h3
    {
        font-size: 15px;
    }

    .fancybox-inner
    {
        width: 100% !important;
    }

    .fancybox-wrap
    {
        width: 94% !important;
        left: 0 !important;
        right: 0 !important;
        top: 15px !important;
        margin: 0 auto !important;
    }

    .lead-list-page #LeadDetailDiv.subheader
    {
        padding: 8px 0;
    }

    .mobile_submenu_items.pull-right
    {
        padding-top: 6px;
    }

    .blue-theme .note-bx-cl
    {
        width: 300px;
    }

        .blue-theme .note-bx-cl textarea
        {
            width: 280px;
        }

        .blue-theme .note-bx-cl button
        {
            display: inline;
            padding: 4px 19px;
        }

    .deal-page .subheader .deal_client_page_main ul .setting_btn
    {
        display: none;
    }

    #LeadDetailDiv .right-push-baar ul.only_left_outer_note li .note-bx-cl a
    {
        display: inline;
        color: #929292;
    }

    .mobile_submenu_items.pull-right
    {
        display: block;
    }

    ul.sub-navigation.pull-right.desktop_menu_items
    {
        display: none;
    }

    .list-detail .content-wrapper
    {
        padding-top: 10px;
    }

    .left_sec_description
    {
        width: 82%;
    }

    .modal-dialog
    {
        margin: 10px auto;
        width: 90%;
    }

    .main-left-panel.visible_left_panel,
    .right-panel.col-sm-6.main-right-panel,
    .col-sm-3.right_detail_section
    {
        padding: 0 10px !important;
    }

    .description-detail .tabing_btn_activity li:last-child
    {
        display: none;
    }

    .taskdone
    {
        margin: 1px 0;
    }

    .modal.item-view-sidebar.task_new_sidebaar.lead-view-sidebar .modal-dialog
    {
        width: 100%;
    }

    .inner-content-bar .main-left-panel
    {
        top: 49px;
    }

    .after-search-div .filter-detail
    {
        font-size: 13px;
        padding-top: 6px;
    }

    .filter.save-all .action-col #sort-tipped-blk.dropdown-menu
    {
        left: inherit;
        right: 0;
        top: 33px;
    }

    .filter.save-all ul.action-col li a
    {
        margin-right: 1px;
    }

    .filter-area .save-btn .save-all
    {
        padding: 6px 0 0 0;
    }

    .filter.save-all ul.action-col li a i.material-icons
    {
        padding-right: 0;
    }

    .after-search-div .subheader
    {
        padding: 8px 10px 6px;
    }

    .after-search-div .filter.save-all
    {
        margin-top: 6px;
        margin-left: 5px;
        padding-right: 1px;
    }

    .after-search-div .filter-area .pull-left
    {
        padding-top: 0;
    }

    .filter-area .filter-part-tip span
    {
        display: none;
    }

    .filter.save-all .dropdown-toggle span
    {
        display: none;
    }

    .modify_search_result .white_btn i
    {
        padding-right: 0;
    }

    .modify_search_result span
    {
        display: none;
    }

    .modify_search_result .white_btn
    {
        padding: 4px 10px;
        height: 28px;
        line-height: 12px;
    }

    .find-lead .left-main-leads
    {
        float: left;
        margin-left: 0;
        width: 100%;
    }

    .deal-page .subheader .container-fluid
    {
        padding: 0 10px;
    }

    .list_pageSearch
    {
        display: none;
    }

    .Dropdown-selectPipline button.btn
    {
        height: 29px !important;
    }

    .Dropdown-selectPipline .bootstrap-select.btn-group .dropdown-toggle .filter-option
    {
        line-height: 16px;
    }

    .find-leads .left-main-leads .form-group label
    {
        margin-bottom: 3px;
    }

    .find-leads-main
    {
        margin: 10px auto 0;
        padding: 10px 25px;
        width: 97%;
    }

    .subHeader-left.for_deal_client.pull-left
    {
        padding: 0;
    }

    .deal-page .subheader .deal_client_page_main ul.sub-navigation li.actionButton_item
    {
        margin: 0 6px;
    }

    .find-leads-main .find-leads h4
    {
        margin-bottom: 22px;
        padding-bottom: 16px;
    }

    .find-leads-main .form-group
    {
        margin-bottom: 15px;
    }

    .lead-list-page .grn-btn.white_btn
    {
        margin-top: 0;
    }

    .list_pageSearch_input input
    {
        height: 24px;
        line-height: 34px;
    }

    .lead-list-page .subheader
    {
        padding: 8px 0 0;
    }

    .rightSidebar.nav-down
    {
        top: 49px;
    }

    .rightSidebar
    {
        top: 49px;
    }

    .list_pageSearch_input span i
    {
        line-height: 21px;
    }

    .lead-list-page .btn.flat-button
    {
        padding: 0;
        height: 27px;
    }

    .subheader ul.sub-navigation li.actionButton_item
    {
        margin: 0 7px;
    }

    .leads-no
    {
        font-size: 13px;
        margin-top: 2px;
    }

    .subHeader-left
    {
        padding-top: 2px;
        height: auto;
    }

    a.clear-all-filter
    {
        padding: 5px 10px 0 0;
    }

    .add-note-pop-up-content ul.ul-tb-clnt-popup li span
    {
        display: none;
    }

    .add-note-pop-up-content ul.ul-tb-clnt-popup li
    {
        padding: 3px 12px;
    }

    .add-note-pop-up-content ul li i.material-icons
    {
        margin-right: 0;
    }

    .add-note-pop-up-content
    {
        width: 100%;
    }

        .add-note-pop-up-content form .FieldsforLead.one-time-fee label
        {
            margin: 0;
            width: 100%;
        }

        .add-note-pop-up-content .top-label
        {
            padding: 0;
        }

        .add-note-pop-up-content .tab-content
        {
            padding: 0;
        }

        .add-note-pop-up-content form .Width50
        {
            width: 100%;
        }

        .add-note-pop-up-content .EssFields .FieldsforLead .Width50 label
        {
            max-width: 100%;
            width: 100%;
            text-align: left;
        }

        .add-note-pop-up-content form .FieldsforLead a img
        {
            position: absolute;
            right: 7px;
            top: 6px;
        }

    .PopupHeader span
    {
        color: #333 !important;
    }

    .add-note-pop-up-content .FieldsforLead textarea
    {
        width: 100%;
    }

    .PopupHeader span .pop-up-close
    {
        color: #333 !important;
    }

    .PopupHeader
    {
        background: #fff none repeat scroll 0 0 !important;
        padding: 11px 3% !important;
        line-height: 17px !important;
        border-bottom: 1px solid #dcdcdc !important;
    }

    .PopupContent
    {
        left: 0 !important;
        margin-left: 0 !important;
        width: 100% !important;
    }

    .add-note-pop-up-content .WebnS .FieldsforLead
    {
        width: 100%;
    }

    .add-note-pop-up-content form .FieldsforLead.Categ select
    {
        width: 95% !important;
    }

    .add-note-pop-up-content form .FieldsforLead input.dollarInput[type="text"]
    {
        width: auto;
    }

    .add-note-pop-up-content form .FieldsforLead input.clientDatepicker[type="text"]
    {
        margin: 0;
        width: auto;
    }

    .FieldsforLead.one-time-fee > span
    {
        top: 22px;
        left: 1px !important;
    }

    .Number-with_type
    {
        width: auto;
    }

    ul.ui-autocomplete
    {
        width: 100% !important;
    }

    .add-note-pop-up-content form .FieldsforLead select
    {
        width: 100%;
    }

    .send-mail-detail-blk
    {
        width: 100% !important;
    }

    .add-note-pop-up-content form .Width50
    {
        width: 100%;
    }

        .add-note-pop-up-content form .Width50 select
        {
            width: 100%;
        }

    .add-note-pop-up-content .crossbuttOn img
    {
        width: 17px;
    }

    .add-note-pop-up-content form .FieldsforLead a.crossbuttOn
    {
        margin: 0;
        position: relative;
        right: 0;
        top: 0;
    }

    .call-pop-up-content
    {
        width: 100%;
    }

    .add-note-pop-up-content form .FieldsforLead label
    {
        width: 100%;
    }

    .add-note-pop-up-content form .FieldsforLead input[type="text"]
    {
        width: 100%;
    }

    .add-note-pop-up-content form .Width50 input
    {
        width: 100%;
    }

    .navbar-custom-menu > .navbar-nav > li.tasks-menu a span.profile-more .material-icons
    {
        color: #555555;
        font-size: 19px;
        width: 14px;
    }

    .col-md-12.bottom-bar-chat.trend_section_grid
    {
        padding: 0 10px;
    }

    #mySidenav ul li.first-tog_close
    {
        height: 36px;
    }

    .navbar-custom-menu > .navbar-nav > li.tasks-menu a#menutoggle .material-icons
    {
        width: 25px;
        height: 25px;
        padding: 3px 0 0;
    }

    .main-header .navbar .navbar-custom-menu > .navbar-nav > li.tasks-menu a
    {
        color: #80b1ca;
        float: left;
        font-size: 24px;
        padding: 12px 9px;
    }

    .first-tog_close > span
    {
        top: -2px;
        position: relative;
    }

    #mySidenav ul li.first-tog_close a
    {
        height: 51px;
        padding: 14px 0 0 3px;
    }

    .navbar-nav > .user-menu .user-image
    {
        margin-top: 0;
    }

    .navbar-nav > .user-menu .user-image
    {
        width: 30px;
        height: 30px;
    }

    .skin-blue .main-header .navbar .navbar-custom-menu > .navbar-nav > li.user-menu.tasks-menu a
    {
        padding-bottom: 9px;
        padding-right: 0;
        padding-top: 10px;
    }

    .main-header .navbar
    {
        min-height: 45px;
    }

        .main-header .navbar .profile-more .material-icons
        {
            padding-top: 2px;
        }

    .material-icons.desktop_drop_move
    {
        display: none;
    }

    .material-icons.mobile_move_vertical
    {
        display: block;
    }

    .search-box-content
    {
        opacity: 0;
        transform: scale(0);
        transform-origin: 50% 8px 0;
        transition: all 0.3s cubic-bezier(0.155, 1.105, 0.295, 1.12) 0s, opacity 0.1s linear 0s;
    }

    .open-btn
    {
        display: block;
        float: left;
        padding: 10px 13px;
    }

    .mobile_search_btn_header
    {
        float: right;
        font-size: 30px;
        display: block;
        height: 48px;
        text-align: center;
        cursor: pointer;
        width: 45px;
    }

    .nav-search-outter .input-field button
    {
        top: 15px;
    }

    .main-header .navbar .mobile_search_btn_header .material-icons
    {
        float: none;
        font-size: 23px;
        margin: 0 auto;
        padding: 13px 0;
    }

    .mobile_search_togle .search-box-content
    {
        bottom: -50px;
        opacity: 1;
        transform: scale(1);
        left: 0;
        position: absolute;
    }

    .nav-search-outter .input-field
    {
        width: 100%;
    }

    .navbar-form.navbar-left
    {
        float: left;
        padding: 0;
        width: 52px;
    }

    .mobile_search_togle .mobile_search_btn_header
    {
        background-color: #eff3f8;
    }

    .navbar-custom-menu .navbar-nav > li.search_baar_header_main
    {
        position: static;
    }

    .lp-suspend-div
    {
        margin-right: 0;
    }

        .lp-suspend-div h4
        {
            padding-left(0);
        }

    #main
    {
        padding-top: 48px;
    }

    .nav-search-outter
    {
        width: 50px;
        position: static;
        width: 50px;
        height: 47px;
    }

    .mobile_search_togle .search-box-content .input-field input[type="search"]
    {
        border-top: 1px solid #e7e7e7;
        background: #fff;
        height: 50px;
        border-radius: 0;
        width: 100%;
        box-shadow: 0 0 1px -7px rgba(227, 227, 227, 0.8), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 7px 3px rgba(227, 255, 255, 0.18);
    }

    .nav-search-outter.is-expanded .input-field input[type="search"]
    {
        background-color: #fff;
        border-color: #66cc75;
        border-radius: 0;
        outline: none !important;
        box-sizing: border-box;
        width: 100%;
        color: #333;
        float: none;
        transition: all 0.5s cubic-bezier(0, 0.105, 0.035, 1.57) 0s;
        width: 100%;
    }

    .left_small_width,
    .center_large_width,
    .deal_upcoming_box,
    .col-lg-4.col-sm-4.col-xs-12.left_small_width.deal_section_grid,
    .col-md-4.recent-event-part.center_large_width.recent_section_grid,
    .col-md-4.deal_upcoming_box.dealpipeline_section_grid
    {
        padding: 0 10px;
    }

    .content-header
    {
        padding: 10px;
    }

        .content-header h1
        {
            font-size: 17px;
        }

    .main-header .navbar
    {
        padding: 0 10px;
    }

    .add-note-pop-up-content .top-label
    {
        width: 100%;
    }

    .add-note-pop-up-content a.addmorelink
    {
        padding-left: 0 !important;
    }

    .add-note-pop-up-content form .FieldsforLead.one-time-fee label
    {
        margin-left: 0 !important;
    }
    /*--------updateModal-responsive--------------------*/

    .packgeUpgrade-Modal .upgrade-step-one h2
    {
        font-size: 28px;
    }

    .packgeUpgrade-Modal .priceBox .priceBottom h3
    {
        text-align: left;
        margin-top: 10px;
    }

    .packgeUpgrade-Modal .billingBox .lp-card-form .lp-field-group .numberField
    {
        width: 100%;
        float: none;
    }

        .packgeUpgrade-Modal .billingBox .lp-card-form .lp-field-group .numberField input
        {
            border-bottom: 1px solid rgb(220, 220, 220);
        }

    .packgeUpgrade-Modal .billingBox .lp-card-form .lp-field-group .dateField
    {
        width: 50%;
    }

        .packgeUpgrade-Modal .billingBox .lp-card-form .lp-field-group .dateField input
        {
            width: 100%;
            text-align: left;
            padding: 10px;
            border-right: 1px solid rgb(220, 220, 220);
        }

    .packgeUpgrade-Modal .billingBox .lp-card-form .lp-field-group .cvField
    {
        width: 50%;
    }

        .packgeUpgrade-Modal .billingBox .lp-card-form .lp-field-group .cvField input
        {
            width: 100%;
            text-align: left;
            padding: 10px;
        }

    /*error block*/

    .accountErrorContainer .footer-logo
    {
        margin-top: 50px;
    }
}

@media screen and (max-width:640px)
{
    #puchasenumber .buy-nmbr ul li .temp-fld input[type="text"],
    #llp_CallPopup_BuyNumber .buy-nmbr ul li .temp-fld input[type="text"]
    {
        width: 100%;
    }

    #puchasenumber .call-pop-up-body .buy-nmbr-list table tr th:first-child,
    td:first-child,
    #llp_CallPopup_BuyNumber .call-pop-up-body .buy-nmbr-list table tr th:first-child,
    td:first-child
    {
        width: 71%;
    }

    #puchasenumber .buy-nmbr ul li .temp-fld-name,
    #llp_CallPopup_BuyNumber .buy-nmbr ul li .temp-fld-name
    {
        width: 100%;
    }

    #puchasenumber .buy-nmbr ul li .temp-fld,
    #llp_CallPopup_BuyNumber .buy-nmbr ul li .temp-fld
    {
        float: right;
        width: 100%;
    }

    .common_account_twello
    {
        padding: 10px 15px;
        margin-bottom: 20px;
        display: table;
    }

    #CustomFieldTab1 .users-table,
    #CustomFieldTab2 .users-table,
    #TabSoruce .users-table
    {
        width: 100%;
        overflow-x: auto;
    }

    #llpUserprofileTabContainers #TabCustomFields .TitleDiv b
    {
        display: none;
    }

    .funds-form .funds-row .funds-fld input.amt
    {
        width: 200px;
    }

    .funds-pop
    {
        width: 100%;
    }

    .funds-form .funds-row .funds-fld-name
    {
        width: 58px;
    }

    #tab4 .user-call-integration .nmbr-detail ul li .nmbr-fld
    {
        width: 100%;
    }

    #tab4 .user-call-integration .nmbr-detail ul li .nmbr-fld-nm
    {
        width: 100%;
    }

    #tab4 .user-call-integration .nmbr-detail ul
    {
        width: 100%;
        padding: 0 15px;
    }

    .profile-form-ul .field-row
    {
        float: left;
        width: 100%;
        margin-bottom: 3px;
    }

    #prof-det.profile-form-ul
    {
        padding: 0 15px;
    }

    .profile-form-ul .field-row .fld-name
    {
        margin-right: 0;
        width: 100%;
    }

    .profile-form-ul .field-row .field
    {
        margin-left: 0;
        margin-bottom: 3px;
    }

    .recent-event-part .right-data-call
    {
        width: 100%;
    }

    .add-note-pop-up-content ul.ul-tb-clnt-popup
    {
        padding: 0;
    }

    .add-note-pop-up-content .Number-with_type
    {
        margin: 0;
    }

    .add-note-pop-up-content form .FieldsforLead select
    {
        max-width: 100% !important;
        width: 100%;
    }

    .item-view-sidebar.lead-view-sidebar .modal-dialog .actionButtons_list.with_text li
    {
        margin-left: 8px;
    }

    .modal-dialog .actionButtons_list.with_text ul.sub-navigation > li a i.material-icons
    {
        float: left;
        font-size: 15px;
        margin-right: 4px !important;
        margin-top: 2px !important;
    }

    .item-view-sidebar .actionButtons_list
    {
        padding: 2px 19px;
    }

    .make-call-page select
    {
        width: 100%;
        margin-bottom: 10px;
    }

    .make-call-page button.call:first-child
    {
        margin-left: 0;
    }

    .make-call-page button.call
    {
        padding: 0 14px;
    }

    .signup-process-form
    {
        padding: 25px 30px 20px;
    }

        .signup-process-form h3
        {
            font-size: 22px;
        }

    .loader,
    .loader::after
    {
        width: 70px;
        height: 70px;
    }

    .loader
    {
        margin: 10px 0 25px 0;
    }

    .signup-process .signup-inner-con.congratulation-con .signup-process-form p
    {
        margin: 25px 0 32px 0;
    }

    .siteurl-form-field h4
    {
        font-size: 18px;
        word-wrap: break-word;
    }
}

@media only screen and (max-width:567px)
{
    body .profit-loss-right-top .select-datechange
    {
        width: 100px;
        margin: 0px 10px 0px 0px;
    }

    body .profit-loss-right-top .btn.dropdown-toggle
    {
        width: 100px;
    }

    .blue-theme #tab8 .lead_capturing_add_edit table td,
    .blue-theme #tab8 .lead_capturing_add_edit table th
    {
        padding: 12px 4px;
    }

    #tab3 .user-email-config ul li
    {
        margin: 0 3px;
        width: 32%;
    }

    #formChangePassword .nmbr-detail ul
    {
        width: 100%;
    }

        #formChangePassword .nmbr-detail ul li .nmbr-fld-nm
        {
            width: 100%;
        }

        #formChangePassword .nmbr-detail ul li .nmbr-fld
        {
            width: 100%;
        }

        #formChangePassword .nmbr-detail ul li
        {
            display: block;
        }

    #formChangePassword .nmbr-detail ul
    {
        margin-top: 14px;
    }

    .fancybox-wrap .add-appointment.add-app-pop-up input.repeat-end-date
    {
        width: 102px;
    }

    .fancybox-inner .add-appointment .save-temp-footer
    {
        padding: 10px 0;
    }

    .fancybox-wrap .add-appointment.add-app-pop-up ul li .temp-fld
    {
        width: 100%;
    }

    #llpCalender-AddEditAppointment .convert-pop-up-body
    {
        padding: 10px 4%;
    }

    .fancybox-wrap .appointment-add ul li
    {
        margin-bottom: 5px;
    }

    .fancybox-wrap .add-appointment.add-app-pop-up .temp-fld-name
    {
        width: 100%;
    }

    .fancybox-wrap .add-appointment.add-app-pop-up .repeat-reminder ul li .repeat-fld-nm
    {
        width: 100%;
    }

    .add-appointment.add-app-pop-up .repeat-reminder ul li .repeat-sel
    {
        width: 100%;
    }

    .lead-view-sidebar .modal-dialog .actionButtons_list.with_text ul li a span
    {
        display: none;
    }

    .lead-view-sidebar .modal-dialog .actionButtons_list.with_text ul li a i
    {
        margin: 0;
    }

    .rigt_sec_timing
    {
        float: left;
    }

    .recent-event-part .left-box .recent_activity_block .item.common_lead_client_deal .call_det.minW span.right_sec_data
    {
        float: left;
    }

    .recent-event-part .left-box .recent_activity_block .item.common_lead_client_deal span.created_name_user
    {
        width: 100%;
    }

    .recent-event-part .timedv.TextRgt
    {
        float: left;
        width: auto;
    }

    .note_act .left_sec_description
    {
        width: 100%;
    }

    #SalesFunnel
    {
        width: auto !important;
    }

    .call_det.minW
    {
        width: 100%;
    }

    .lead-view-sidebar .mdl_tabs .nav-tabs li a
    {
        font-size: 12px !important;
    }

    .item-view-sidebar .addNote_block
    {
        padding: 11px 12px;
    }

    #LeadDetailDiv .mobile_submenu_items.pull-right
    {
        padding-top: 0px;
    }

    .lead-list-page .subheader
    {
        padding: 8px 0 10px;
    }

    a.clear-all-filter
    {
        padding: 5px 3px 0 0;
    }

    .item-view-sidebar .actionButtons_list
    {
        padding: 2px 19px 12px;
    }

    .empty-btn a.grn-btn
    {
        width: 100%;
    }

    .right-data-call
    {
        padding-left: 23px;
        width: 100%;
    }

    .left-row-activity
    {
        left: -10px;
    }

    .blue-theme .all-acts ul li.activity-row
    {
        padding: 0;
    }

    .activity-row::before
    {
        left: 0px;
    }

    .act-date::before
    {
        left: 0px;
    }

    #LeadDetailDiv .top-full-page .ProfileImageComponent-circle
    {
        display: none;
    }

    #LeadImgDiv .page-heading.top-full-page h1
    {
        display: inline-block;
        font-size: 15px;
        margin: 4px 0 0;
        max-width: 79%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: auto;
    }

    ul.sub-navigation
    {
        height: 23px;
    }

    #LeadDetailDiv #LeadImgDiv .page-heading span.edit
    {
        display: inline-block;
        left: 2px;
        margin-left: 0;
        margin-top: 0;
        position: relative;
        top: -2px;
    }

    #LeadImgDiv .page-heading .edit i.material-icons
    {
        font-size: 16px;
    }

    .lead-list-page #LeadDetailDiv.subheader
    {
        padding: 8px 0;
    }

    #LeadDetailDiv.subheader .container-fluid
    {
        padding: 0 10px;
    }

    .list_pageSearch_input input
    {
        width: 190px;
    }

    .add-note-pop-up-content form .FieldsforLead .PhoneAddInput input[type="text"]
    {
        margin-top: 5px;
    }

    .priority
    {
        clear: both;
        float: left;
        margin-left: 0;
    }

    .right_shedule_event_by
    {
        text-align: left;
        clear: both;
        float: left;
    }

    .activity-list .left-task .left-task-right .task-heading
    {
        max-width: 100%;
    }

    .right_shedule_event_by > span
    {
        clear: none;
        display: table;
        float: left;
        margin-right: 10px;
        text-align: left;
    }

    .call_det.minW
    {
        width: 100%;
    }

    .recent-event-part .timedv.TextRgt span
    {
        text-align: left;
        float: left;
        margin-right: 10px;
    }

    .recent-event-part .timedv.TextRgt
    {
        clear: both;
        float: left;
        width: 100%;
    }

    #pipelinechart
    {
        width: 380px;
    }

    .task_section_grid .option_two:last-child
    {
        display: none;
    }

    .right-all label
    {
        display: none;
    }

    .left_des_associate
    {
        width: 100%;
    }
}

@media screen and (max-width:500px)
{
    .activity-list .left-task .left-task-right .bottom-task-des p span.associtae_with_text
    {
        clear: both;
        padding-left: 0;
        display: block;
    }

        .activity-list .left-task .left-task-right .bottom-task-des p span.associtae_with_text::after
        {
            display: none;
        }

    .left-box .right-all .btn
    {
        padding: 0;
    }

    .left-box .nav-stacked > li > a
    {
        padding: 13px 15px;
    }

    .activity-list ul li
    {
        padding: 15px 7px;
    }

    .description-detail
    {
        padding: 0 5px;
    }

    .right-all.open .dropdown-menu::before
    {
        right: 2%;
    }

    .right-all.open .dropdown-menu::after
    {
        right: 1.7%;
    }

    .recent-event-part .recent_activity_block .item::after
    {
        left: 23px;
    }

    .claender-bottom
    {
        padding-right: 0;
        padding-top: 4px;
    }

    .recent-event-part .Colrdv
    {
        left: 13px;
    }

    .recent-event-part .left-box .recent_activity_block .item
    {
        width: 100%;
        padding: 0 22px 0 49px;
    }

    .box-header
    {
        padding: 10px;
    }

    .box.box-primary
    {
        height: 491px;
    }

    #tab4 .user-call-integration .nmbr-detail ul.country-list.dropup
    {
        width: 290px;
        padding: 0;
    }
}

@media screen and (max-width:479px)
{
    .add-note-pop-up-content form .FieldsforLead a
    {
        margin: 0;
        right: 7px;
        top: 15px;
    }

    .DealDetailListLeftSidebaar .OuterCategoryLeftDeal select
    {
        width: 100%;
    }

    #tab4 .user-call-integration .log-billing
    {
        padding: 0 2px;
        font-size: 11px;
    }

    .common_account_twello
    {
        margin-bottom: 0;
        width: 100%;
        padding: 10px 7px;
    }

    #tab3 .user-email-config ul li
    {
        margin: 0 3px;
        width: 31%;
    }

        #tab3 .user-email-config ul li .email-image img
        {
            height: 70px;
            width: 70px;
        }

    #llpUserprofileTabContainers .prof-email span
    {
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
    }

    #llpUserprofileTabContainers .prof-name-email
    {
        float: left;
        width: 54%;
    }

    #llpUserprofileTabContainers .prof-img
    {
        margin-right: 6px;
        width: 40px;
        height: 40px;
    }

        #llpUserprofileTabContainers .prof-img img
        {
            width: 40px;
            height: 40px;
        }

    .fancybox-wrap .add-appointment.add-app-pop-up .weekdays span
    {
        margin-right: 5px;
    }

    .fancybox-wrap .add-appointment.add-app-pop-up input.repeat-end-date
    {
        width: 100%;
        margin-top: 6px;
    }

    .repeat-reminder ul li .weekdays input[type="radio"]
    {
        clear: both;
    }

    .fancybox-wrap .add-appointment.add-app-pop-up .reminders ul li .reminder-no
    {
        width: 24px;
    }

    .fancybox-wrap .add-appointment.add-app-pop-up ul.tabs_pop li
    {
        padding: 0 11px;
    }

    .fancybox-wrap .add-appointment.add-app-pop-up .reminders ul li select.remmin
    {
        width: 144px;
    }

    .fancybox-wrap .add-appointment.add-app-pop-up ul li .temp-fld .from-time
    {
        width: 48%;
    }

    .fancybox-wrap .add-appointment.add-app-pop-up ul li .temp-fld .from-date
    {
        width: 48%;
    }

    .all_act_all_page ul.tabs.nav.nav-tabs li a i
    {
        padding: 8px 6px;
    }

    .all_act_all_page ul.tabs.nav.nav-tabs li.activity_tab_all a
    {
        padding: 7px 8px;
        font-size: 12px;
    }

    .activity-main-tabs
    {
        padding: 15px 0;
    }

    span.action_common_act.action_note_for.only_for_call
    {
        display: block;
        position: absolute;
        top: inherit;
        right: -1px;
        margin-top: 0;
        left: inherit;
        bottom: 17px;
    }

    .mobile_submenu_items.pull-right
    {
        padding-top: 2px;
    }

    .leads-table table#lead-listing
    {
        padding: 0;
    }

    .activity_sec_main .left_sec_description
    {
        width: 100%;
    }

    .time_act
    {
        float: left;
        margin-right: 10px;
    }

    .action_common_act
    {
        float: left;
    }

    .blue-theme .lrg-panel .nav-tabs > li > a
    {
        padding: 0 7px;
    }

    .leads-table
    {
        padding: 0 10px;
    }

    .inner-content-bar .main-left-panel
    {
        width: 282px;
    }

    .deal-page .subheader .deal_client_page_main ul.sub-navigation li.actionButton_item
    {
        margin: 0 3px;
    }

    .deal-card .deal-value
    {
        width: 19%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .pipline .column
    {
        width: 285px;
    }

    .subheader .v-divider
    {
        margin: 7px 10px;
    }

    .left_sec_description
    {
        width: 100%;
    }

    .rigt_sec_timing
    {
        float: left;
        text-align: left;
    }

    .leads-table table#lead-listing
    {
        margin-top: 10px;
    }

    .leads-no
    {
        margin-top: 1px;
    }

    .all_act_all_page ul.tabs.nav.nav-tabs li.search_all_act_drop
    {
        max-width: 145px;
    }
}

@media screen and (max-width:400px)
{
    .rightSidebar
    {
        width: 284px;
    }

    .loading_unable_main
    {
        height: 300px;
    }

    .add-note-pop-up-content .PopupContent .email-save-temp-pop-select-fls input
    {
        width: 89%;
    }

    .navbar-nav > .notifications-menu > .dropdown-menu,
    .navbar-nav > .messages-menu > .dropdown-menu,
    .navbar-nav > .tasks-menu > .dropdown-menu
    {
        width: 243px;
    }

    #pipelinechart
    {
        height: 300px !important;
        width: 350px !important;
    }

    #call-listing-scroll3,
    #dv-app-lst-slm,
    #task_table
    {
        height: 300px !important;
    }

    .select_month_part
    {
        display: none;
    }

    .left-box .right-all .btn span
    {
        display: block;
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: right;
        white-space: nowrap;
        width: 98px;
    }

        .left-box .right-all .btn span.caret
        {
            display: inline;
            float: left;
            margin-top: 9px;
            width: auto;
        }

    .activity_section_grid .box.box-primary.left-box
    {
        height: 490px;
    }

    #SalesFunnel
    {
        width: 350px !important;
        height: 300px !important;
    }

    .box.box-primary .slimScrollDiv
    {
        height: 300px !important;
    }

    .box.box-primary
    {
        height: 407px;
    }

    .activity-list .left-task .left-task-right
    {
        padding-left: 16px;
        width: 94%;
    }

    #salesboard
    {
        height: 300px !important;
    }

    .nav-tabs.bottom_deal_part_pipe li a
    {
        padding: 17px 10px;
    }

    .left-box .right-all.deal_trend_drop .btn
    {
        display: none;
    }
}

@media screen and (max-width:374px)
{
    ul.only_left_outer_note
    {
        width: 75px;
    }

    #LeadDetailDiv .right-push-baar ul.only_left_outer_note li
    {
        margin-left: 0;
    }

        #LeadDetailDiv .right-push-baar ul.only_left_outer_note li a span
        {
            font-size: 12px;
        }

    .mobile_submenu_items a.dropdown-toggle
    {
        font-size: 12px;
    }
}

@media screen and (max-width:359px)
{
    #SalesFunnel
    {
        width: 300px !important;
        height: 300px !important;
    }

    ul.only_left_outer_note
    {
        width: 72px;
    }

    #pipelinechart
    {
        height: 300px !important;
        width: 300px !important;
    }

    .left-box .right-all.deal_trend_drop .btn
    {
        display: none;
    }

    .add-note-pop-up-content form .FieldsforLead.Categ select
    {
        width: 93%;
    }

    #salesboard
    {
        height: 300px !important;
    }

    .all_act_all_page ul.tabs.nav.nav-tabs li a i
    {
        padding: 8px 5px;
    }

    .all_act_all_page ul.tabs.nav.nav-tabs li.search_all_act_drop
    {
        max-width: 119px;
    }

    .all_act_all_page ul.tabs.nav.nav-tabs li.activity_tab_all a
    {
        padding: 7px 6px;
    }
}

.llp-report-page .report-main-part
{
    padding: 0px;
}

.llp-report-page .activity-main-tabs
{
    padding: 0px;
}

.llp-report-page .right-panel.main-right-panel
{
    padding: 0px;
    width: 100%;
}

.llp-report-page .report-btn
{
    padding-top: 0px;
}

.llp-report-page .report-chart ul li:first-child
{
    padding: 0;
}

.llp-report-page .right-all.report-chart .btn.dropdown-toggle
{
    padding: 7px 30px 7px 15px;
    width: 150px;
    text-align: left;
    border: 1px solid #bcc9d7;
    background-color: #e6eef7;
}

.llp-report-page .report-btn .dropdown-menu
{
    left: inherit;
    right: 0px;
    min-width: 150px;
}

    .llp-report-page .report-btn .dropdown-menu ul
    {
        padding: 0px;
    }

        .llp-report-page .report-btn .dropdown-menu ul li a
        {
            padding: 7px 10px;
        }

.llp-report-page .lead-report-head .box
{
    padding: 15px;
}

.llp-report-page .lead-report-left
{
    margin: 0px 0 0px;
}

.llp-report-page .subheader .calendar-btn
{
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: none;
    background: #f4f4f4 url(../img/calender-tag.png) no-repeat scroll 9px center;
    box-sizing: border-box;
    float: left;
    height: 34px;
    font: 13px "Roboto", sans-serif;
    margin-bottom: 4px;
    padding: 0 11px 0 30px;
    width: 100%;
    margin: 0px;
    max-width: 110px;
}

.llp-report-page .o-subHeader-left h3
{
    color: #333;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin-right: 10px;
    margin-bottom: 0;
    margin-top: 10px;
}

.lead-list-page .llp-report-page .subheader
{
    margin: 0px 0px 0px 0px;
}

.llp-report-page .report-header
{
    padding: 12px 0 15px;
    background: #fff;
    margin-bottom: 15px;
}

.llp-report-page .subHeader-right .dropdown-toggle
{
    margin: 0px 0px 0px 0px;
    width: 150px;
    background: #ffffff url(../img/arrow-drop-select.png) no-repeat scroll 94% center;
    text-align: left;
    color: #333;
}

.llp-report-page .subHeader-right .select-text
{
    display: inline-block;
    color: #fff;
    float: left;
    margin: 0px 10px 0px 25px;
    position: relative;
    top: 8px;
    font-size: 13px;
}

.llp-report-page .subHeader-right .dropdown-menu
{
    margin: 0px;
}

    .llp-report-page .subHeader-right .dropdown-menu ul
    {
        padding: 0px;
        margin: 0px;
    }

        .llp-report-page .subHeader-right .dropdown-menu ul li a
        {
            padding: 7px 10px;
        }

.llp-report-page .chart-box
{
    min-height: 400px;
}

.llp-report-page .leads-table
{
    float: left;
}

    .llp-report-page .leads-table table td
    {
        white-space: nowrap;
    }

.call-details-top .box
{
    float: left;
    padding: 20px;
}

    .call-details-top .box span
    {
        display: block;
        font-size: 30px;
        font-weight: 400;
    }

    .call-details-top .box label
    {
        font-size: 14px;
        color: #333;
        font-weight: normal;
    }

.call-details-top
{
    margin: 0px;
}

.llp-report-page .lead-details table
{
    width: 100%;
}

.llp-report-page .leads-table table thead tr.tb-head td:first-child
{
    width: auto;
}

.llp-report-page .lead-details table tr td:nth-child(2)
{
    width: auto;
}

.llp-report-page .lead-details table tr td:first-child
{
    width: auto;
    display: none;
    border-radius: 0px !important;
}

.llp-report-page .lead-details table tr td
{
    text-align: left;
}

.d-flex
{
    display: -ms-flexbox !important;
    display: flex !important;
}

.justify-content-end
{
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center
{
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-start
{
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-between
{
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

select::-ms-expand {
    display: none;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-center
{
    -ms-flex-align: center !important;
    align-items: center !important;
}

.select-datechange
{
    color: #333333;
    height: 38px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    background: #ffffff url(../img/arrow-drop-select.png) no-repeat scroll 96% center;
    padding: 0 10px;
    border: 1px solid #cacaca !important;
    height: 34px !important;
    border-radius: 4px;
    width: 150px;
    margin: 0px 15px;
}

.profit-loss-right-top .form-group
{
    margin: 0px;
    position: relative;
}

.profit-loss-right-top .calendar-btn
{
    margin: 0px;
    height: 34px;
    color: #333;
}

.profit-loss-right-top .middle-text
{
    font-size: 12px;
    position: relative;
    top: 8px;
    margin: 0px 10px;
    font-weight: normal;
    color: #186fc8;
    opacity: 0.7;
}

.profit-loss-right-top .btn.dropdown-toggle
{
    padding: 7px 30px 7px 15px;
    width: 150px;
    text-align: left;
    background: #e6eef7 url(../img/arrow-drop-select.png) no-repeat scroll 94% center;
    margin: 0px 0px 0px 15px;
    border: 1px solid #bcc9d7;
    color: #333;
}

.llp-report-page .btn
{
    box-shadow: none !important;
}

.llp-profit-tab .nav-tabs
{
    border-bottom: 2px solid #eee;
    padding: 0px 10px;
}

    .llp-profit-tab .nav-tabs li a
    {
        padding: 0px 30px;
        border: 0px;
        line-height: 42px;
        border-bottom: 2px solid transparent;
    }

        .llp-profit-tab .nav-tabs li.active a,
        .llp-profit-tab .nav-tabs li a:focus
        {
            border: 0px;
            border-bottom: 2px solid #186fc8;
        }

.llp-profit-tab .tab-content
{
    padding: 20px;
    min-height: 250px;
}

.llp-profit-tab .dash-no-data
{
    padding: 50px 0px;
    margin: 0px;
    display: inline-block;
}

.llp-profit-tab .loader-left
{
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 0px;
    bottom: 0px;
    width: 20px;
    height: 30px;
}

    .llp-profit-tab .loader-left img
    {
        width: 20px;
    }

.table-box
{
    min-height: 200px;
}

.lead-report-head .leads-internet span
{
    color: #389bd6;
    font-size: 18px;
}

.llp-report-page .profit-loss-right-top .dropdown-menu ul li.active a
{
    background: url(/../LLP_Content/images/checkmark.png) center right 10px no-repeat !important;
}

.llp-report-page .subHeader-right .dropdown-menu ul li a
{
    text-transform: capitalize;
}

.llp-report-page .profit-loss-right-top .dropdown-menu
{
    left: inherit;
    right: 0px;
}

.llp-report-page .leads-table table tbody > tr::after
{
    display: none;
}

select#editEmailAuthMode,
#editEmailEncryptionType
{
    border: 1px solid #ccc;
    font-size: 13px;
    height: 41px;
    width: 100%;
    padding: 0 5px;
    margin-bottom: 21px;
}

.outersectionprofilename
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.leads-table .action-col
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.createddatewrap
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    white-space: nowrap;
}

.blue-theme #left-panel .tag-scrl
{
    overflow: inherit;
    float: left;
    height: auto;
    padding-top: 3px;
    width: 100%;
    margin-bottom: 10px;
}

.deal-pending-task i.material-icons
{
    font-size: 14px;
    color: #dc746b;
    float: left;
    margin-top: 1px;
    margin-right: 3px;
}

span.deal-pending-task.ellipsis
{
    margin-left: 8px;
    position: relative;
    top: 2px;
    font-size: 12px;
}

.main-header .navbar #navancProposal .material-icons
{
    padding-top: 1px;
}

.w-100
{
    width: 100% !important;
}

.mt-15
{
    margin-top: 15px !important;
}

.m-0
{
    margin: 0px !important;
}

.mt-0
{
    margin-top: 0px !important;
}

.mb-15
{
    margin-bottom: 15px !important;
}

.mb-20
{
    margin-bottom: 20px !important;
}

.ml-10
{
    margin-left: 10px !important;
}

.mr-10
{
    margin-right: 10px !important;
}

.pb-0
{
    padding-bottom: 0px !important;
}

.p-0
{
    padding: 0px !important;
}

.pl-15
{
    padding-left: 15px !important;
}

.flex-container
{
    flex-wrap: wrap;
}

.justify-content-start
{
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end
{
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center
{
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between
{
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around
{
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-center
{
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-stretch
{
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-items-start
{
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.flex-container
{
    flex-direction: column;
}

.row-spacing
{
    flex: 1 1 1e-09px;
    box-sizing: border-box;
}

.funds-form .credit_info .card-detail
{
    padding: 0px 30px 0px 0px;
}

.funds-pop .log-billing-pop-up-body
{
    min-height: 200px;
}

body .PopupContent.card-billing-pop
{
    left: 0px;
    right: 0px;
    margin: 0px auto !important;
}

.card-billing-pop label
{
    font-weight: normal;
    margin: 0px 0px 10px 0px;
}

.card-billing-pop .modal-footer .save-card:hover
{
    color: #fff;
}

.card-billing-pop .modal-footer .btn-secondary:hover
{
    color: #444;
}

.btnLeadCapturing
{
    height: 34px;
}

.call-pop-up-body .member-form
{
    width: 100%;
}

.main_area_edit_genrate_html
{
    display: flex;
}

:focus
{
    outline: none !important;
}

.intl-tel-input.allow-dropdown .selected-flag:focus
{
    outline: none !important;
}

.custom-pop #DivAutodial .table.auto-dialer tbody tr:first-child td
{
    border-top: 0px;
    border-bottom: 1px solid #ececec !important;
}

.custom-pop #DivAutodial .table.auto-dialer tbody tr td
{
    vertical-align: middle;
}

    .custom-pop #DivAutodial .table.auto-dialer tbody tr td .name-contact
    {
        max-width: 100%;
    }

#calendar .fc-header button.add-appt
{
    width: auto;
}

.block-center
{
    padding: 50px;
}

.weekly-monthly-content .tab-pane {
    min-height: auto;
}

.weekly-monthly-content .tab-pane.height-auto {
    min-height: auto;
}

.weekly-monthly-content .dash-no-data .empty-btn i.material-icons
{
    width: 18px;
    margin: 0px 5px 0px 0px !important;
}

.weekly-monthly-content .dash-no-data .empty-btn .grn-btn
{
    justify-content: center;
}

span.fileImageInner
{
    display: flex;
    overflow: hidden;
    background-color: white;
    width: 100%;
    height: 60px;
    border-radius: 5px;
}

    span.fileImageInner img
    {
        max-width: 100%;
        align-self: center;
        margin: 0 auto;
    }

.task-repeat
{
    position: relative;
    width: 100%;
    display: block;
    margin: 15px 0px;
    min-height: 50px;
}

.task-repeat-area
{
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

    .task-repeat-area .Width50
    {
        padding: 0px 15px;
        width: 100% !important;
    }

    .task-repeat-area label
    {
        color: #4e4e4e;
        font-weight: 500;
        width: 100% !important;
    }

    .task-repeat-area input, .deafult-task-area input {
        width: 100% !important;
    }

    .task-repeat-area textarea
    {
        width: 100% !important;
        height: 60px;
    }

    .task-repeat-area .remove-task
    {
        color: #dc746b;
        position: absolute;
        right: -13px;
        top: 28px;
    }

        .task-repeat-area .remove-task i
        {
            font-size: 22px;
            color: #dc746b;
        }

.task-repeat .add-task-more
{
    text-align: left;
    clear: both;
    padding: 0px 0px 0px 15px;
}

    .task-repeat .add-task-more a
    {
        color: #4f86a5;
        font-size: 12px;
        font-weight: 400;
        text-align: left;
        float: left;
        cursor: pointer;
        height: 36px;
        line-height: 34px;
        outline: none;
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .task-repeat .add-task-more a i
        {
            background: rgb(63, 187, 104) none repeat scroll 0 0;
            border-radius: 100%;
            color: rgb(255, 255, 255);
            font-size: 14px;
            margin: 0 6px 0 0;
            padding: 0;
            width: 18px;
            height: 18px;
            text-align: center;
            line-height: 18px;
        }

.task-template-table
{
    background: #fff;
}

.description-text
{
    max-width: 620px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.table-template-task-import td:first-child
{
    width: 40px;
    max-width: 40px;
}

.table-template-task-import th:first-child
{
    width: 40px;
    max-width: 40px;
}

.table-template-task-import th
{
    background: #eee;
}

.table-template-task-import td
{
    border-bottom: 1px solid #ddd;
    font-size: 13px;
}

.table-template-task-import tr:last-child td
{
    border: 0px;
}

.import-description-text
{
    max-width: 120px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.table-template-task-import
{
    width: 100%;
}

    .table-template-task-import select
    {
        border: 1px solid #cacaca;
        border-radius: 4px;
        font-family: "Open Sans",sans-serif;
        height: 30px;
        padding: 0 4px;
        width: 100%;
        font-size: 13px;
    }

    .table-template-task-import td.title
    {
        font-size: 13px;
    }

        .table-template-task-import td.title span
        {
            max-width: 90px;
            display: list-item;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

    .table-template-task-import .due-date-import
    {
        max-width: 120px;
        width: 120px;
        min-width: 120px;
    }

        .table-template-task-import .due-date-import input
        {
            width: 100%;
            font-size: 13px;
            padding: 0 4px;
        }

.task-import-toggle
{
    border: 1px solid #d8e3ef;
    position: absolute;
    right: 46px;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 3px;
    color: #186fc8;
    top: 9px;
}
/* Bug Fixes Changes 22-5-2020*/
.field-row.add-tag-part .profile-details {
    float: left;
    width: 100%;
}

#tagSearchAutosuggest {
    width: 100% !important;
}
.credit_info {
    display: flex;
    align-items: center;
}
.credit_info .material-icons {
    vertical-align: middle;
    margin-top: -5px;
}
.credit_info .btn-area {
    float: right;
    max-width: 160px;
    width: 100%;
}
.call-pop-up-body .bs-searchbox input.form-control {
    width: 100%;
}
.modal.item-view-sidebar .modal-content {
    height: auto;
    overflow: hidden;
    min-height: 300px;
    max-height: 500px;
}
.modal.item-view-sidebar .modal-body {
    margin-top: 0;
    max-height: 417px;
    min-width: 300px;
    overflow: auto;
    overflow-x: auto;
    height: calc(100% - 138px);
    overflow-x: hidden;
}
.search-profile .g-rev-srch {
    margin-top: 4px;
    margin-left: 6px;
    display: inline-block;
    width: auto;
    font-size: 12px;
}
.fancybox-opened {
    margin-bottom: 10px !important;
}
#inner-content-div {
    /*min-height: 300px;
    max-height: 450px;*/
    overflow: auto;
}
#llp_CallPopup_CallAutoDialer .slimScrollDiv {
    height:auto !important;
}
#DivAutodial {
    height: auto !important;
}
#DivAutodial .table-outer-h {
    margin-top: -54px;
}
.credit_info .material-icons {
    vertical-align: middle;
}
.loginerror {
    margin-bottom: 15px !important;
    margin-top: -10px;
}
#leadDetailLeftPopup .modal-content, #clientDetailLeftPopup .modal-content, #taskDetailLeftPopup .modal-content  {
    height: 90vh;
    overflow: hidden;
    min-height: inherit;
    max-height: 100%;
}
#leadDetailLeftPopup .modal-body, #clientDetailLeftPopup .modal-body, #taskDetailLeftPopup .modal-body  {
    margin-top: 0;
    max-height: inherit;
    overflow: auto;
    overflow-x: auto;
    height: calc(100% - 83px);
    overflow-x: hidden;
}
#leadDetailLeftPopup .modal-dialog, #clientDetailLeftPopu .modal-dialog, #taskDetailLeftPopup .modal-dialog  {
    overflow: hidden;
}

.profile-settings li a {
    color: #fff;
}

input.first_name_new_fields {
    width: calc(100% - 193px) !important;
}

select#MrMrsVal {
    width: 78px !important;
}


@media screen and (max-width:920px) {
    .upgrade-plan-box .priceBox {
        padding: 25px 5rem;
    }

    .upgrade-plan-stats ul li {
        font-size: 16px;
    }
    .upgrade-plan-stats ul li::after {
        right: -1px;
        top: 6px;
        height: 12px;
    }
    .upgrade-plan-box .priceBox h2 {
        font-size: 24px;
    }
}

@media screen and (max-width:767px)
{
    input.first_name_new_fields {
        width: calc(100% - 88px) !important;
    }
    select#MrMrsVal {
        width: 78px !important;
    }
    .email-detail-pop table td
    {
        display: block;
        width: 100%;
    }

    .email-detail-pop input, .email-detail-pop select
    {
        margin-bottom: 10px;
        width: 100%;
    }
}