﻿
.form.normal-form .card-body {
    max-height: calc(100vh - 50px - 30px - 35px - 58px - 176px) !important;
    overflow: auto;
    padding: 20px 20px 0px 20px;
}
.app.side-nav-not-loaded .tabpanel-item .unauthorised {
    max-height: calc(100vh - 50px - 30px - 35px - 58px) !important;
    overflow: auto;
}
.app .tabpanel-item .unauthorised {
    max-height: calc(100vh - 50px - 30px - 35px - 58px - 50px) !important;
    overflow: auto;
}

.form.common-form .card-body {
    max-height: calc(100vh - 50px - 30px - 35px - 58px - 176px - 52px) !important;
    overflow: auto;
    /*padding: 20px;*/
}

.form.form-360 .card-body {
    max-height: calc(100vh - 50px - 30px - 35px - 156px - 20px ) !important;
    overflow: auto;
    /*padding: 10px;*/
}

.form.content-scroll .card-body {
    max-height: calc(100vh - 50px - 30px - 35px - 58px - 156px) !important;
    overflow: auto;
    /*padding: 10px;*/
}

.form.height-100-Percentage .card-body.onEdit {
    min-height: calc(100vh - 50px - 30px - 35px - 30px - 156px) !important;
    padding: 0;
    overflow:hidden;
}

    .form.height-100-Percentage .card-body.onEdit .tree-course-content-form {
        
        max-height: calc(100vh - 50px - 30px - 35px - 58px - 156px - 30px) !important;
        overflow: auto;
        padding: 20px 0px 20px 20px;
    }



        .form.height-100-Percentage .card-body.onEdit .tree-course-content-form.lesson-question-content-form {
            max-height: calc(100vh - 50px - 30px - 35px - 58px - 156px - 40px) !important;
            overflow:inherit;
            padding: 0;
        }
        .form.height-100-Percentage .card-body.onEdit .tree-course-content-form.lesson-question-content-form .card{
            margin:0;
        }

            .form.height-100-Percentage .card-body.onEdit .tree-course-content-form.lesson-question-content-form .form.normal-form .card-body {
                max-height: calc(100vh - 50px - 30px - 35px - 58px - 185px) !important;
                overflow: auto;
                padding: 20px 20px 0px 20px;
            }



.tree-both-course-content {
    display: flex;
    flex-direction: row;
}

    .tree-both-course-content .tree-course {
        flex-basis: calc(20%);
        flex-grow:0;
        flex-shrink:0;
    }

    .tree-both-course-content .tree-course-content {
        flex-basis: calc(80%);
        flex-grow: 1;
        flex-shrink: 1;
    }

.form.content-scroll .content-not-scroll .card-body {
    max-height: 100% !important;
    overflow: visible;
    /*padding: 10px;*/
}

.form.crud-content-scroll .tab-pane {
    max-height: calc(100vh - 50px - 30px - 35px - 65px ) !important;
    overflow: auto;
}

.form.crud-content-scroll .card-body {
    padding: 10px;
}

.form.content-not-scroll .tab-pane {
    max-height: 100% !important;
    overflow: auto;
}


.form.common-form.common-image .card-body {
    /*max-height: calc(100vh - 50px - 30px - 35px - 58px - 36px - 52px - 60px) !important;*/
    overflow: auto;
    padding: 20px;
}

.view .card-body, .form.normal-form .view .card-body, .form.common-form .view .card-body {
    padding: 0px 0px 0px 0px;
    position: relative;
}

.form .card-body.cwt-sub-tab {
    padding: 0;
    position: relative;
}

.form .cwt-tab.dx-form {
    padding: 20px 20px 0px 20px
}
/*.form .dx-datagrid .dx-button-content, .form .dx-datagrid .dx-button-content .dx-icon {
    padding: 0px;
    background-color: transparent;
    background-size: 0px 0px;
    -webkit-background-size: 0px 0px;
    -moz-background-size: 0px 0px;
    border: 0px;
    line-height: normal;
    width: auto;
    height: auto;
}*/
.form .card-body.greyform {
    padding: 0px !important;
}

.form .common-form {
    padding: 10px 10px 5px 10px;
    border-bottom: 1px solid #dee2e6;
}

.form.add-filter-form .dx-form {
    background-color: #fff;
    padding: 20px 0px 0px 20px;
}

.dx-field-item-label-content {
    max-width: 250px;
    white-space: normal;
}

.form.add-filter-form .dx-field-item-label-content {
    white-space: nowrap;
}

.odd-group,
.even-group {
    padding: 20px 20px 10px 20px;
}

.school-360-group {
    padding: 15px 10px 0px 20px;
}

    .school-360-group .dx-layout-manager .dx-field-item:not(.dx-first-row) {
        padding-top: 0px;
    }

    .school-360-group .dx-field-item {
        padding-bottom: 8px;
    }

.cwt-360-heighlight-oppdetails-propdetails {
    margin: 5px 0px;
    background-color: #f7957c;
    color: #fff;
    padding: 8px !important;
    border-radius: 5px;
}

.odd-group {
    background-color: rgba(191, 191, 191, 0.1);
}

.even-group {
    background-color: rgba(191, 191, 191, 0.25);
}


.error-message, .error-message h4, .error-message ul {
    color: #fd3259;
}

.success-message, .success-message h4, .success-message ul {
    color: #28a745;
}

    .success-message ul, .error-message ul {
        margin: 0 0 10px 25px;
    }


.tabs.tabs-inline {
    *zoom: 1;
}

    .tabs.tabs-inline:after {
        content: "";
        display: table;
        clear: both;
    }

    .tabs.tabs-inline.tabs-top > li {
        float: left;
        margin-right: 1px;
    }

        .tabs.tabs-inline.tabs-top > li.active > a {
            background: #fff;
            color: #333;
            margin-bottom: -1px;
        }

            .tabs.tabs-inline.tabs-top > li.active > a:hover {
                background: #fff;
            }

        .tabs.tabs-inline.tabs-top > li > a {
            color: #666;
            background: #ddd;
            padding: 8px 8px;
            text-decoration: none;
            display: block;
        }

            .tabs.tabs-inline.tabs-top > li > a:hover {
                background: #ddd;
                color: #333;
            }

    .tabs.tabs-inline.tabs-left {
        position: absolute;
        background: #eee;
        width: 130px;
    }

        .tabs.tabs-inline.tabs-left.tabs-config {
            position: absolute;
            background: #eee;
            width: 150px;
        }

        .tabs.tabs-inline.tabs-left > li:first-child > a {
            border-top: 0;
        }

        .tabs.tabs-inline.tabs-left > li:last-child > a {
            border-bottom: 1px solid #bbb;
        }

        .tabs.tabs-inline.tabs-left > li.write > a {
            margin: 10px;
            background: #e63a3a !important;
            color: #fff !important;
        }

            .tabs.tabs-inline.tabs-left > li.write > a:hover {
                background: #d21b1b !important;
                color: #fff !important;
            }

        .tabs.tabs-inline.tabs-left > li.active > a {
            background: #fff;
            color: #333;
            margin-right: -1px;
        }

            .tabs.tabs-inline.tabs-left > li.active > a.writeMessage_view {
                background: #fff;
                color: #333;
                margin-right: 10px;
            }

            .tabs.tabs-inline.tabs-left > li.active > a:hover {
                background: #fff;
            }

        .tabs.tabs-inline.tabs-left > li > a {
            display: block;
            padding: 8px 8px;
            color: #666;
            background: #ddd;
            text-decoration: none;
            border-top: 1px solid #bbb;
        }

            .tabs.tabs-inline.tabs-left > li > a:hover {
                background: #ddd;
                color: #333;
            }

.tab-content.padding {
    padding: 0px;
}

.tab-content.tab-content-inline {
    border-left: 1px solid #bbb;
    margin-left: 130px;
}

.tab-content.tab-content-top-inline {
    border-top: 1px solid #bbb;
}

.tab-content.tab-content-inline.tabs-content-config {
    border-left: 1px solid #bbb;
    margin-left: 150px;
}


.tab-content.tab-content-inline.tab-content-bottom {
    border-left: 0;
    margin-left: 0;
}

.ulreset, #navigation .user .icon-nav, #navigation .main-nav, .letterbox .letter, .user-list > ul, .statistic-big .stats-overview, .pagestats, .userlist, .quickstats, .tags, .bestseller, .tabs, .stats, .minitiles, .timeline, .timeline > li .timeline-content .activity .timeline-images, .search-results ul, .shop-items, .colors {
    list-style-type: none;
    margin: 0;
    padding: 0;
}


.cwt-prepand-display.dx-button-has-text .dx-button-content {
    padding: 6px 5px 7px;
}

    .cwt-prepand-display.dx-button-has-text .dx-button-content:last-child {
        padding: 6px 0px 7px 5px;
    }

.cwt-prepand-display.dx-button-mode-text.dx-state-hover, .cwt-prepand-display.dx-button-mode-text.dx-state-focused, .cwt-prepand-display.dx-button-mode-text.dx-state-active {
    background-color: transparent;
}

.cwt-append-display.dx-button-has-text .dx-button-content {
    padding: 6px 5px 7px;
}

    .cwt-append-display.dx-button-has-text .dx-button-content:first-child {
        padding: 6px 5px 7px 0px;
    }

.cwt-append-display.dx-button-mode-text.dx-state-hover, .cwt-append-display.dx-button-mode-text.dx-state-focused, .cwt-append-display.dx-button-mode-text.dx-state-active {
    background-color: transparent;
}


.geo-current-location {
    background-color: #fff !important;
    right: 10px !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 0px !important;
    font-size: 18px !important;
    font-weight: bold !important;
    border: 0px solid #bbb !important;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    user-select: none;
    overflow: hidden;
}

    .geo-current-location .dx-icon {
        border-radius: 0px !important;
        font-size: 22px !important;
        width: 22px;
        height: 22px;
        background-position: 0px 0px;
        -webkit-background-size: 22px 22px;
        -moz-background-size: 22px 22px;
        background-size: 22px 22px;
        padding: 0px;
        text-align: center;
        line-height: 22px;
    }

.labeltop {
    -webkit-align-items: normal !important;
    -webkit-box-align: normal !important;
    -ms-flex-align: normal !important;
    align-items: normal !important;
}

.cwt-hide .dx-form-group-content {
    display: none;
}

/*.dx-invalid {
    background-color: rgba(244, 67, 54, 0.32) !important;
}

    .dx-invalid.dx-htmleditor {
        background-color: rgba(244, 67, 54, 0.32);
    }

        .dx-invalid.dx-htmleditor.dx-state-focused {
            border-color: #fd3259;
        }*/



.dx-invalid.stars {
    background-color: rgba(244, 67, 54, 0.32);
    border-top: 1px solid #ced4da;
    border-radius: 3px;
    border-color: rgba(253, 50, 89, 0.4);
}

    .dx-invalid.stars.dx-state-focused {
        background-color: rgba(244, 67, 54, 0.32);
        border-top: 1px solid #ced4da;
        border-radius: 3px;
        border-color: #fd3259;
    }



.dx-fileuploader-wrapper {
    background-color: rgba(0, 0, 0, 0.04);
}

.dx-fileuploader-input-container {
    display: none;
}
/*
.dx-fileuploader-input-wrapper, .dx-fileuploader-button {
    display: inline-block;
    float: left;
}


.dx-fileuploader-files-container {
    clear: both;
    display: block;
    position: relative;
    padding: 5px 5px 5px 5px;
}

.dx-fileuploader-show-file-list .dx-fileuploader-files-container {
    padding-top: 5px;
}*/

.cwt-cancel-upload {
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 10px;
}

.cwt-delete-all {
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 10px;
}
/*.cwt-delete-upload, .dx-fileuploader-delete-button {
    display: inline-block !important;
    float: left;
}*/
/*.dx-fileuploader-files-container .dx-fileuploader-button .dx-button-content {
    padding: 0;
}*/

.cwt-file-link, .cwt-file-link:active, .cwt-file-link:hover, .cwt-file-link:focus {
    color: #495057;
    text-decoration: underline !important;
}

.dx-fileuploader-file-size {
    display: none;
}

.cwt-align-right {
    text-align: right;
}

.cwt-align-left {
    text-align: left;
}

.cwt-align-center {
    text-align: center;
}

.cwt-prepand, .cwt-append {
    float: left;
    color: #495057 !important;
    opacity: 1 !important;
}

/*.cwt-prepand .dx-button-content, .cwt-append .dx-button-content {
        padding: 5px;
    }

    .cwt-prepand .dx-button-text, .cwt-append .dx-button-text {
        opacity: 1 !important;
    }

    .cwt-prepand.dx-button {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-top: 1px solid #ced4da;
        border-bottom: 1px solid #ced4da;
        border-left: 1px solid #ced4da;
        border-right: 0;
    }

    .cwt-append.dx-button {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top: 1px solid #ced4da;
        border-bottom: 1px solid #ced4da;
        border-right: 1px solid #ced4da;
        border-left: 0;
    }*/

/*.cwt-grid-dx-list {
    overflow-y: scroll;
}*/

.dx-button-info {
    background-color: #ffb650;
    border-color: #ffb650;
    color: #fff;
}

    .dx-button-info .dx-icon {
        color: #fff;
    }

.form-360 .cwt-360-title {
    font-size: 20px;
}

h4.cwt-360-title {
    font-size: 20px;
    margin-top: 3px;
}


h4 .cwt-ts {
    color: #ced4da;
}

.cwt-menu .dx-menu-item-content {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

    .cwt-menu .dx-menu-item-content.dx-state-hover {
        background-color: #dae0e5;
        border-color: #d4dae1;
    }
/*
    .cwt-prepand.cwt-append .dx-texteditor-container, .cwt-prepand .dx-texteditor-container, .cwt-append .dx-texteditor-container {
        border: 1px solid #ced4da !important;
    }*/
/*.dx-invalid.dx-datagrid .dx-datagrid-container:after {
    pointer-events: none;
    font-weight: bold;
    background-color: #fd3259;
    color: #fff;
    content: '!';
    position: absolute;
    top: 50%;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    font-size: 13px;
}*/

.cwt-timeline-360-outer {
    padding: 4px 10px 6px 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

    .cwt-timeline-360-outer.date-changed {
        padding: 26px 10px 6px 10px;
    }

    .cwt-timeline-360-outer.month-changed {
        padding: 60px 10px 6px 10px;
    }

.cwt-timeline-360 {
    height: 75px;
    display: block;
    border: 2px solid #ced4da;
    border-radius: 6px;
    width: 100%;
    /*border-radius: 0px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    box-shadow: 0 2px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 2px 0 rgba(0,0,0,.12);*/
    background-clip: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 10000;
}

.cwt-timeline-360-outer::after {
    background: #ced4da;
    content: ' ';
    position: absolute;
    height: 80px;
    width: 2px;
    left: 50px;
}

.dx-datagrid-content tbody:last-of-type .cwt-timeline-360-outer::after {
    height: 0 !important;
}

.cwt-timeline-360-outer .cwt-month-year {
    left: 70px;
    position: absolute;
    font-size: 30px;
    line-height: normal;
    top: 10px;
    color: #ced4da
}
/*.cwt-timeline .dx-datagrid-content tbody:last-of-type::after {
    height: 0 !important;
}*/
.cwt-timeline-360 table {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: none;
    table-layout: fixed;
}

.cwt-timeline-360 .title {
    font-size: 18px;
    font-weight: 500;
}

.cwt-timeline-360 .detailsec {
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    vertical-align: top;
    padding: 8px 20px 0px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cwt-timeline-360 .sales .details {
    width: 100%;
    overflow: hidden;
    /*word-wrap: normal;
        text-overflow: ellipsis;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;*/
    padding-top: 3px;
    margin: 0 0 0 0;
}

.cwt-timeline-360 .support .details {
    width: 100%;
    overflow: hidden;
    /*word-wrap: normal;
        text-overflow: ellipsis;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;*/
    padding-top: 3px;
    margin: 0 0 0 0;
}


.cwt-timeline-360 .salestagetimeline {
    font-size: 10px;
    color: #fff;
    padding: 2px;
    margin-top: 0px;
    font-weight: bold;
}

.cwt-timeline-360 .details p {
    margin: 0;
    white-space: normal;
    line-height: normal;
}

.cwt-timeline-360 .line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cwt-timeline-360 .salesdetails p, .cwt-timeline-360 .supportdetails p, .cwt-task-details.sales div, .cwt-task-details.support div {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.cwt-timeline-360 .updateby {
    margin-left: 10px;
}

.cwt-timeline-360 .visitno {
    background-color: #696969;
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    position: absolute;
    right: 100px;
    bottom: 50px;
    line-height: 1.5;
    font-weight: 500;
}

.cwt-timeline-360 .icon {
    width: 50px;
    padding: 0px 15px;
    cursor: pointer;
}

.cwt-timeline-360 .link {
    cursor: pointer;
}

.cwt-timeline-360 .icon img {
    width: 35px;
}


.cwt-timeline-360 .date {
    background-color: #ced4da;
    width: 80px;
    height: 72px;
    vertical-align: middle;
    text-align: center;
    padding: 0 !important;
}

    .cwt-timeline-360 .date h1 {
        font-size: 30px;
        line-height: normal;
        margin-bottom: 0;
    }

    .cwt-timeline-360 .date h6 {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 0;
    }

.cwt-timeline-360 .cwt-ts {
    padding: 4px;
    font-weight: 500;
    font-size: 16px;
    color: #f2f4f4;
}

.cwt-about-school {
    background-color: #dae0e5 !important;
}

.cwt-task-details-more, .cwt-task-details-more a {
    float: right;
    text-decoration: underline;
    color: #696969;
}

.form-360 .card {
    position: relative;
    background-color: #ffffff;
    margin-bottom: 30px;
    border: 1px solid #dae0e5;
    border-radius: 0px;
    box-shadow: none;
}

    .form-360 .card .card {
        border: 0px solid #dae0e5;
    }

.form-360 .dx-datagrid-rowsview {
    border-top: 0px solid #dee2e6;
}

.cwt-top5-iqrs-main {
    background: #FED894;
    border-radius: 4px;
}

    .cwt-top5-iqrs-main .cwt-top5-iqrs-head {
        font-size: 24px;
        padding: 20px 20px 10px;
        display: block;
    }

        .cwt-top5-iqrs-main .cwt-top5-iqrs-head .seemore, .cwt-top5-iqrs-main .cwt-top5-iqrs-head .seemore a {
            font-size: 14px;
            float: right;
            color: var(--main-primary-text-color);
        }

    .cwt-top5-iqrs-main span.cwt-top5-iqrs {
        padding: 20px;
        margin: 10px 0;
        display: block;
        font-size: 14px;
    }

        .cwt-top5-iqrs-main span.cwt-top5-iqrs .cwt-top5-iqrs-title {
            font-size: 18px;
            padding-bottom: 4px;
        }

        .cwt-top5-iqrs-main span.cwt-top5-iqrs:nth-child(2), .cwt-top5-iqrs-main span.cwt-top5-iqrs:nth-child(2) a {
            background: #F5967C;
            color: #fff;
        }

        .cwt-top5-iqrs-main span.cwt-top5-iqrs:nth-child(3), .cwt-top5-iqrs-main span.cwt-top5-iqrs:nth-child(3) a {
            background: #F7A581;
            color: #fff;
        }

        .cwt-top5-iqrs-main span.cwt-top5-iqrs:nth-child(4), .cwt-top5-iqrs-main span.cwt-top5-iqrs:nth-child(4) a {
            background: #F9B084;
            color: #696969;
        }

        .cwt-top5-iqrs-main span.cwt-top5-iqrs:nth-child(5), .cwt-top5-iqrs-main span.cwt-top5-iqrs:nth-child(5) a {
            background: #FBBE89;
            color: #696969;
        }

        .cwt-top5-iqrs-main span.cwt-top5-iqrs:nth-child(6), .cwt-top5-iqrs-main span.cwt-top5-iqrs:nth-child(6) a {
            background: #FDCB8F;
            color: #696969;
        }

.cwt-reviewarea {
    height: 160px;
    /*overflow: auto;
    display: inline-flex;*/
}

.cwt-360-review-area {
    height: 150px;
    /*overflow: auto;
    display: inline-flex;*/
}


.cwt-review-area-main {
    padding: 0px 0px 0px 15px;
    width: 100%;
    overflow-x: visible;
    display: inline-flex;
}

    .cwt-review-area-main .dx-field-item-content {
        width: 65vw;
        overflow: hidden;
    }

.side-nav-folded .cwt-review-area-main .dx-field-item-content {
    width: 75vw;
    overflow: hidden;
}

.cwt-review-area-main li {
    list-style: none;
    float: left;
    width: auto;
    display: inline-flex;
}

.cwt-review-area .visitno {
    width: 50px;
    height: 50px;
    border-radius: 40px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background-color: #696969;
    text-align: center;
    line-height: 2.4;
}

    .cwt-review-area .visitno.flip-visitno {
        background-color: #a99c9c !important;
        font-size: 14px;
        line-height: 3.5;
    }

.cwt-review-area .bottom-details {
    font-size: 12px;
    width: 50px;
    display: block;
    text-align: center;
    margin-right: 40px;
}


.cwt-review-area .visitdaysdiff {
    width: 40px;
    border-bottom: 3px solid #dae0e5;
    text-align: center;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.cwt-review-area .NoofDaySinceDays {
    width: 35px;
    height: 35px;
    border-radius: 45px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background-color: #696969;
    display: inline-block;
    margin-left: -220px;
    padding: 9px 12px 9px 6px;
    border: 3px solid #fff;
    box-sizing: unset;
    line-height: 1.5;
}

    .cwt-review-area .NoofDaySinceDays p {
        color: #fff;
        width: 40px;
        text-align: center;
    }

.cwt-review-area .NoofDaySince {
    width: 205px;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #e4d9eb;
    display: inline-block;
    text-align: center;
    padding: 12px;
    margin-top: 3px;
}

    .cwt-review-area .NoofDaySince p {
        padding-left: 38px;
    }

.cwt-review-area .NoofDaySinceline {
    width: 80px;
    border-bottom: 3px dashed #dae0e5;
    text-align: center;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}



.cwt-tl-reviewarea {
    height: auto;
}

.cwt-tl-review-area-main {
    padding: 10px 20px 10px 20px;
    width: 100%;
    overflow-x: visible;
    display: inline-flex;
}

    .cwt-tl-review-area-main li {
        list-style: none;
        float: left;
        width: auto;
        display: inline-flex;
    }

.cwt-tl-review-area .visitno {
    width: 75px;
    height: 75px;
    border-radius: 40px;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    background-color: #696969;
    text-align: center;
    line-height: 2.8;
}

    .cwt-tl-review-area .visitno.flip-visitno {
        background-color: #a99c9c !important;
        font-size: 22px;
        line-height: 3.5;
    }

.cwt-tl-review-area .visitdaysdiff {
    width: 60px;
    border-bottom: 3px solid #dae0e5;
    text-align: center;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 2.5;
}

.cwt-tl-review-area .NoofDaySinceline {
    width: 90px;
    border-bottom: 3px dashed #dae0e5;
    text-align: center;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 2.5;
}

.cwt-tl-review-area .bottom-details {
    margin-right: 50px;
    font-size: 12px;
    width: 80px;
    display: block;
    text-align: center;
    margin-right: 55px;
}

.cwt-tl-review-area .top-details {
    margin-right: 50px;
    font-size: 12px;
    width: 80px;
    display: block;
    text-align: center;
    margin-right: 55px;
}


.cwt-tl-review-area .NoofDaySinceDays {
    width: 55px;
    height: 55px;
    border-radius: 45px;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    background-color: #696969;
    display: inline-block;
    margin-left: -280px;
    padding: 12px 9px 6px 9px;
    border: 3px solid #fff;
    box-sizing: unset;
    line-height: 2.8;
}

    .cwt-tl-review-area .NoofDaySinceDays p {
        color: #fff;
        width: 55px;
        text-align: center;
    }

.cwt-tl-review-area .NoofDaySince {
    width: 255px;
    height: 70px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-color: #e4d9eb;
    display: inline-block;
    text-align: center;
    padding: 18px;
    margin-top: 3px;
}

    .cwt-tl-review-area .NoofDaySince p {
        padding-left: 48px;
    }




.form-360 .dx-datagrid-rowsview {
    border-top: 0px solid #dee2e6;
}

.dx-datagrid-rowsview .doubleline_wrap {
    display: -webkit-box;
    -webkit-line-clamp: 2; /*makes double line wrap*/
    -webkit-box-orient: vertical;
}

/*.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-edit-with-icons .dx-link {
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 12px;
    margin: 0 3px;
}*/

.cwt-globaltype-category {
    border: 0 none !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
}

    .cwt-globaltype-category .dx-texteditor-input {
        font-size: 14px;
        border: 0 none;
        border-radius: 0;
        padding-left: 0;
    }

/*.dx-textarea .dx-texteditor-buttons-container {
    right: 20px;
}*/
.cwt-chart-type {
    border: 0 none !important;
    border-radius: 0;
    padding-left: 0;
    font-size: 15px;
    vertical-align: middle;
}

    .cwt-chart-type i {
        padding: 0 6px;
    }

    .cwt-chart-type .card-title-text {
        display: inline-flex;
        font-size: 15px !important;
        line-height: 15px;
    }

        .cwt-chart-type .card-title-text input {
            padding: 0;
        }

.cwt-tile, .cwt-tile2, .cwt-tile-jrm {
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    padding-top: 35px;
    font-size: 30px;
    margin-bottom: 10px;
}

    .cwt-tile h5, .cwt-tile2 h5, .cwt-tile-jrm h5 {
        color: #fff;
        font-weight: normal;
        /*padding-top: 10px;*/
    }

.cwt-tile2 {
    font-size: 50px;
}

.cwt-tile-jrm {
    float: left;
    margin-right: 10px;
    font-size: 50px;
}

.cwt-tile-bg .dx-tile {
    background-color: transparent;
    border: none;
}

.top-border-remove .dx-form-group-with-caption > .dx-form-group-content {
    border-top: 0px solid #dee2e6;
}

.odd-group.top-border-remove, .even-group.top-border-remove {
    padding: 0px 20px 0px 20px;
}

/*.dx-layout-manager .odd-group.top-border-remove.dx-field-item:not(.dx-first-row), .dx-layout-manager .even-group.top-border-remove.dx-field-item:not(.dx-first-row) {
    padding-top: 0px;
}*/
.cwt-align-right .dx-dropdownbox {
    float: right;
}

/*.dx-treeview .dx-treeview-select-all-item {
    margin: 0 0 7px 0;
    border-bottom: 1px solid #dee2e6;
    padding: 9px 0 11px 20px;
}

.dx-popup-content .dx-treeview
{
   background-color:#fff;
}*/

.cwt-h4-button {
    font-size: 15px;
    /*background-color: #fff !important;
    border: none !important;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px transparent;
    -moz-box-shadow: 0 1px 3px transparent;
    box-shadow: 0 1px 3px transparent;
    border-width: 1px;
    border-style: solid;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #696969;
}

.header-default .cwt-gs-time {
    /*background-color: #515365 !important;*/
    color: #515365;
}

.cwt-gs-time {
    /*background-color: #fff !important;*/
    color: #fff;
    font-style: normal;
    font-weight: bold;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    margin-top: 3px;
}

.cwt-roles-menu.dx-context-menu .dx-menu-items-container {
    height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
}

.cwt-roles-menu.cwt-menu.dx-context-menu .dx-menu-items-container {
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
}

/*.dx-treeview .dx-treeview-node:not(.dx-treeview-item-with-checkbox).dx-state-focused > .dx-treeview-item {
    background-color: #f8f9fa;
    font-weight: bold;
}*/

.cwt-crud-popup .dx-popup-content {
    padding: 0px;
    overflow: auto;
}

.cwt-dropdown-treeview .dx-treeview-item {
    font-size: 14px;
}

    .cwt-dropdown-treeview .dx-treeview-item .dx-icon {
        line-height: 30px;
        height: 30px;
        width: 30px;
        text-align: center;
        font-size: 12px;
        border-radius: 40px;
        color: #ffffff;
    }
/*.dx-popup-wrapper .dx-button {
    background-color: #dae0e5;
    border-color: #d4dae1;
}*/

/*.dx-checkbox-indeterminate .dx-checkbox-icon:before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #696969;
    position: absolute;
    left: 2px;
    top: 2px;
    margin:0;
}*/

body .cwt-user-icon {
    padding-left: 7px;
    padding-right: 7px;
}

.cwt-user-icon > img {
    float: left;
    margin-top: 2px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 12px;
    border-radius: 40px;
    color: #ffffff;
}

.cwt-user-icon > div.cwt-user-name {
    margin-left: 35px;
    line-height: 25px;
    font-size: 14px;
}

body .cwt-user-icon input {
    background-color: transparent;
}

body .dx-popup-content .cwt-user-icon {
    padding-top: 3px;
    padding-bottom: 3px;
}

.dx-popup-content .cwt-user-icon > div {
    padding-left: 8px;
    text-indent: 0;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*.dx-list-item-content, .dx-list .dx-empty-message {
    padding: 5px 5px;
}

.dx-tooltip-wrapper .dx-overlay-content {
    color: #696969
}*/

.dx-datagrid .dx-datagrid-rowsview .dx-column-lines > td.cwt-edit-cell {
    /*border-left: 1px solid #696969;
    border-right: 1px solid #696969;*/
    /*background-color: #EAFAF1;*/
}
/*.form .dx-datagrid .dx-datagrid-rowsview .dx-row > td, .dx-datagrid .dx-datagrid-rowsview .dx-row > tr > td {
    background-color: #FFFFFF;
}*/

/*.form .dx-datagrid .dx-datagrid-rowsview .dx-row-alt > td, .dx-datagrid .dx-datagrid-rowsview .dx-row-alt > tr > td {
    background-color: #E9E9E9;
}
.form .dx-datagrid .dx-datagrid-rowsview .dx-row > td.cwt-edit-cell, .dx-datagrid .dx-datagrid-rowsview .dx-row > tr > td.cwt-edit-cell {
    background-color: #FFF;
    border-bottom: 1px solid #ACDF21;
}
.form .dx-datagrid .dx-datagrid-rowsview .dx-row-alt > td.cwt-edit-cell, .dx-datagrid .dx-datagrid-rowsview .dx-row-alt > tr > td.cwt-edit-cell {
    background-color: #FBFBFB;
    border-bottom: 1px solid #ACDF21;
}*/
/*.dx-datagrid .dx-datagrid-rowsview .dx-row-lines > td.cwt-edit-cell {
    border-bottom: 1px solid #696969;
}

.dx-datagrid-rowsview .dx-row.dx-row-lines:first-child {
    border-top: none;
}

.dx-datagrid-rowsview .dx-row > td.cwt-edit-cell {
    border-top: 1px solid #696969;
    border-bottom: 1px solid #696969;
}*/

/*.dx-texteditor-input:read-only, .dx-texteditor-input:-moz-read-only {
    background: #f6f6f6;
}*/
/*input[disabled],
select[disabled],
textarea[disabled],
input[aria-readonly='true'],
select[aria-readonly='true'],
textarea[aria-readonly='true'] {
    cursor: not-allowed;
    background-color: #fafafa;
}*/

.cwt-chart-type input[disabled],
.cwt-chart-type .dx-texteditor.dx-editor-filled.dx-state-readonly, .cwt-chart-type .dx-texteditor.dx-editor-filled.dx-state-readonly.dx-state-hover,
.cwt-chart-type select[disabled], .cwt-chart-type textarea[disabled], .cwt-chart-type input[aria-readonly='true'], .cwt-chart-type select[aria-readonly='true'], .cwt-chart-type textarea[aria-readonly='true'] {
    cursor: auto;
    background-color: transparent;
}
/*input[disabled] + div + div.dx-texteditor-buttons-container,
    input[aria-disabled='true'] + div + div.dx-texteditor-buttons-container,
    input[aria-readonly='true'] + div + div.dx-texteditor-buttons-container {
        cursor: not-allowed;
        background-color: #fafafa;
        display: none;
    }*/
.dx-invalid-message.dx-overlay {
    position: relative;
    display: none;
}

/*
.dx-invalid.dx-dropdowneditor .dx-texteditor-container:after {
    right: 38px;
    display:none;
}
.dx-invalid.dx-texteditor .dx-texteditor-container:after {
    display: none;
}

.dx-clear-button-area {
    float: left;
    height: 100%;
    width: 34px;
    position: relative;
    cursor: pointer;
    text-align: justify;
}

.dx-menu {
   background-color: #f8f9fa;
}*/
.cwt-task-details-more a, .seemore a {
    color: var(--main-primary-text-color);
}

h4 .cwt-360-name {
    border: 0px solid #ced4da;
    border-radius: 4px;
    padding: 3px 8px;
}

.cwt-360-opportunityDetails {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 3px 8px;
}

/*.dx-tag-content
{
    text-align:left;
}
.dx-field-item-label-text {
    color: #696969;
}

.dx-list-group-header {
    padding: 15px 10px 10px 10px;
    border-top:none;
}

.dx-popup-fullscreen.dx-resizable dx-popup-fullscreen-width {
    width: calc(100vw) !important;
    height: calc(100vh) !important;
}*/

/*placeholder overflow hidden with ellipse*/
.dx-placeholder {
    text-overflow: ellipsis;
    overflow: hidden;
}

.dx-show-clear-button .dx-clear-button-area {
    right: 4px;
}

.cwt-config-menu .dx-list-item.dx-state-hover {
    background-color: transparent;
}

.cwt-config-menu .dx-list-item .dx-button-text {
    text-transform: none;
}

.cwt-config-menu .dx-list-item-content {
    padding: 5px 4px 4px;
}

.cwt-calendar .card-body {
    padding: 10px;
}

.cwt-calendar .dx-form {
    padding: 5px;
}

.cwt-bottom {
    padding-top: 10px;
}
/*background-color: rgba(244, 67, 54, 0.32);*/
/*.dx-tooltip-wrapper .dx-overlay-content {
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
}*/

.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-popup-content .dx-list-item-content, .dx-scheduler .dx-scheduler-overlay-panel .dx-popup-content .dx-list-item-content {
    width: 360px;
    height: 100%;
    padding: 0;
}

.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-overlay-content .dx-popup-content {
    padding: 0px;
}

.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-list-item:first-of-type {
    border-bottom: none;
    margin-top: 0;
}

.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-list-item:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

.dx-popup-content .appointment-content {
    width: auto;
    height: auto;
    line-height: 20px;
    background-color: #fff;
}

/*.appointment-badge {
    text-align: center;
    float: left;
    margin-right: 12px;
    color: #fff;
    width: 28px;
    height: 28px;
    font-size: 20px;
    line-height: 28px;
    border-radius: 28px;
    margin-top: 5px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 2px;
}*/

.appointment-dates {
    font-size: 12px;
    text-align: left;
}

.appointment-text {
    color: #fff;
    width: 100%;
    white-space: normal;
    text-align: left;
    padding: 10px;
}

.appointment-desc {
    white-space: normal;
    text-align: left;
    padding: 10px;
}

.appointment-content .edit {
    margin-bottom: 5px;
}

.cwt-calendar .dx-scheduler-group-header {
    position: relative;
}

.cwt-calendar .dx-scheduler-date-table-other-month.dx-scheduler-date-table-cell {
    opacity: 1;
    color: rgba(0, 0, 0, 0.3);
}

.cwt-calendar .dx-template-wrapper {
    position: relative;
    height: 100%;
}

.cwt-calendar .cwt-avatar {
    width: 135px;
    float: left;
    overflow: hidden;
    position: relative;
    height: 115px;
}

.cwt-calendar .cwt-avatar-agenda {
    width: 67.5px;
    float: left;
    overflow: hidden;
    position: relative;
    height: 57.5px;
}

.cwt-calendar img.employeeViewImg {
    margin-top: 2px;
    line-height: 80px;
    height: 100px;
    width: 100px;
    text-align: center;
    border-radius: 110px;
    color: #ffffff;
    border: 3px solid;
}

.cwt-calendar .cwt-avatar-agenda img.employeeViewImg {
    margin-top: 2px;
    line-height: 40px;
    height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 55px;
    color: #ffffff;
    border: 2px solid;
}

.cwt-calendar .cwt-name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

    .cwt-calendar .cwt-name h2 {
        color: #fff;
        text-align: left;
        padding: 0 0 5px 155px;
        margin: 0;
    }

.cwt-calendar .dx-theme-material .cwt-name h2 {
    font-size: 28px;
}

.cwt-calendar .cwt-info {
    width: auto;
    text-align: left;
    height: 100%;
    font-size: 11pt;
    font-weight: normal;
    padding: 12px 20px;
    color: #707070;
}

    .cwt-calendar .cwt-info.cwt-info-timeline {
        padding: 0px !important;
        font-size: 10pt;
        float: left;
    }


.dx-fileuploader-files-container .dx-fileuploader-file-container {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 2px 4px;
    margin-bottom: 4px;
}

.cwt-delete-upload.dx-button-has-icon .dx-icon {
    width: 18px;
    height: 18px;
    background-position: 0px 0px;
    background-size: 18px 18px;
    padding: 0px;
    font-size: 13px;
    text-align: center;
    line-height: 13px;
    margin-right: 0;
    margin-left: 0;
}
/*.dx-texteditor.dx-editor-filled {
    background-color: rgba(3, 169, 244, 0.1);
}*/
.dx-placeholder {
    color: rgba(148, 148, 148, 0.5);
}

.dx-texteditor.dx-editor-filled.dx-state-disabled, .dx-texteditor.dx-editor-filled.dx-state-readonly, .dx-texteditor.dx-editor-filled.dx-state-readonly.dx-state-hover {
    background-color: rgba(0, 0, 0, 0.25);
}

    .dx-texteditor.dx-editor-filled.dx-state-disabled .dx-texteditor-input, .dx-texteditor.dx-editor-filled.dx-state-readonly .dx-texteditor-input, .dx-texteditor.dx-editor-filled.dx-state-readonly.dx-state-hover .dx-texteditor-input {
        color: rgba(0, 0, 0, 0.7);
    }

    .dx-texteditor.dx-editor-filled.dx-state-disabled .dx-placeholder, .dx-texteditor.dx-editor-filled.dx-state-readonly .dx-placeholder {
        display: none;
    }

.dx-editor-cell .dx-texteditor textarea.dx-texteditor-input {
    height: auto;
    line-height: normal;
}

.dx-button-has-icon .dx-icon.fa-project-diagram {
    font-size: 16px;
}

.pre-wrap {
    white-space: pre-wrap;
}

.agentCallingHeading1, .agentCallingHeading2, .agentCallingHeading3, .agentCallingHeading4 {
    padding: 5px;
    color: #ffffff;
    display: table-cell;
}

.agentCallingHeading1, .agentCallingHeading3 {
    background: #6569df;
}

.agentCallingHeading2, .agentCallingHeading4 {
    background: #99cc00;
}

.agentCallingHeading1 {
    border-radius: 5px 0 0 5px;
}

.agentCallingHeading4 {
    border-radius: 0 5px 5px 0;
}
