﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Poppins', sans-serif;
}

.table.borwseTable > thead:first-child > tr:first-child > th {
    background: #f5f6f8 !important;
    color: #404759 !important;
    font-weight: 500;
    font-size: 12px;
    padding: 5px;
    border-right: solid thin #e1e1e1;
    border-top: solid thin #e1e1e1;
    border-bottom: solid thin #e1e1e1;
    min-width: 90px;
}


.borwseTable tr th:first-child {
    border-left: solid thin #e1e1e1;
    border-radius: 8px 0 0 8px;
}

.borwseTable tr th:last-child {
    border-radius: 0 8px 8px 0;
}

.table.borwseTable {
    border-collapse: collapse;
    border-collapse: separate;
    border-spacing: 0 4px;
}

.table .media-object {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: solid thin #ccc;
}

.media-heading {
    font-size: 12px;
    font-weight: 600;
    color: #3a424f;
    margin-bottom: 2px;
    margin-top: 5px;
}

.borwseTable tr {
    background: #fff;
    /*box-shadow: 0px 2px 6px rgb(0 0 0 / 12%);*/
}

    .borwseTable tr td:first-child {
        border-radius: 8px 0 0 8px;
    }

    .borwseTable tr td:last-child {
        border-radius: 0 8px 8px 0;
    }

.borwseTable td {
    width: 150px;
    border-right: 1px solid #e6e7e9 !important;
    border-top: 1px solid #e6e7e9 !important;
    border-bottom: 1px solid #e6e7e9 !important;
    /*border-bottom: 1px solid #ecedee !important;*/
    padding: 5px;
    vertical-align: top !important;
    white-space: nowrap;
    position: relative;
}

    .borwseTable td:first-child {
        border-left: 1px solid #ecedee !important;
    }

.box {
    background: #fff;
    border-radius: 10px;
}

.table > tbody > tr > td {
    padding: 2px 5px;
    vertical-align: middle !important;
    color: #404759 !important;
    font-weight: 500;
    font-size: 12px;
    overflow: initial;
}

.BrwosePieChartSet {
    height: 40px;
}

    .BrwosePieChartSet div {
        margin: 0 auto !important;
    }

.borwseTable td.columnfixed {
    left: 0px;
    position: sticky !important;
    z-index: 1;
    background: #fff;
}

.borwseTable th.columnfixed {
    left: 0px;
    position: sticky !important;
    z-index: 2;
    background: #fff;
}

.borwseTable tr.rowSelection td.columnfixed {
    background: #e1e1ff;
}

.borwseTable td.columnfixed:before {
    position: absolute;
    top: 50%;
    inset-inline-end: 0;
    width: 1px;
    height: 1.6em;
    background-color: #f0f0f0;
    transform: translateY(-50%);
    transition: background-color .2s;
    content: "";
}

.borwseTable td.columnfixed:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: -1px;
    width: 30px;
    transform: translateX(100%);
    transition: box-shadow .3s;
    content: "";
    pointer-events: none;
    box-shadow: inset 10px 0 8px -8px rgb(5 5 5 / 15%);
}

.table > tbody > tr > td.pieWidth {
    min-width: 80px;
}

.table > tbody > tr > td.barWidth {
    min-width: 70px;
}

    .table > tbody > tr > td.barWidth .BrwosePieChartSet1 div {
        margin: 0 auto !important;
    }

.THfilter li:hover {
    background: rgba(0, 0, 0, 0.04);
}

.ant-btn {
    outline: none;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    background-color: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all .2s cubic-bezier(.645,.045,.355,1);
    user-select: none;
    touch-action: manipulation;
    line-height: 1.5714285714285714;
    color: rgba(0,0,0,.88);
    font-size: 13px;
    height: 24px;
    padding: 0 7px;
    border-radius: 4px;
    color: #0061cb;
}

.ant-btn-primary {
    outline: none;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    background-color: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all .2s cubic-bezier(.645,.045,.355,1);
    user-select: none;
    touch-action: manipulation;
    line-height: 1.5714285714285714;
    color: #fff;
    background-color: #4096ff;
    font-size: 11px;
    height: 24px;
    padding: 0 7px;
    border-radius: 4px;
    box-shadow: 0 2px 0 rgb(5 145 255 / 10%);
}

    .ant-btn-primary:hover {
        background: #1e216e;
    }

.ant-btn-secondary {
    outline: none;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    background-color: transparent;
    cursor: pointer;
    transition: all .2s cubic-bezier(.645,.045,.355,1);
    user-select: none;
    touch-action: manipulation;
    line-height: 1.5714285714285714;
    color: #2e6bb7;
    background-color: #fff;
    font-size: 11px;
    height: 24px;
    padding: 0 7px;
    border-radius: 4px;
    border: 1px solid #2e6bb7;
    margin-right: 4px;
    box-shadow: 0 2px 0 rgb(5 145 255 / 10%);
}

    .ant-btn-secondary:hover {
        background: #2e6bb7;
        color: #fff;
    }

.THfilter.open .dropdown-menu {
    display: block !important;
    z-index: 9999;
    min-width: 150px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 6px 16px 0 rgb(0 0 0 / 8%), 0 3px 6px -4px rgb(0 0 0 / 12%), 0 9px 28px 8px rgb(0 0 0 / 5%);
    /*padding: 6px;*/
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
}

.THfilter li {
    list-style-type: none;
    padding: 8px;
}

.THfilter ul {
    padding-left: 0px;
}

.tableFilterButton {
    padding: 5px 6px 0px 6px;
    overflow: hidden;
    background-color: inherit;
    border-top: 1px solid #f0f0f0;
}

.THfilter .radio label:before, .THfilter .checkbox label:before {
    border: 1px solid #ccc;
    margin-left: -24px;
}

.THfilter a {
    color: rgba(0,0,0,.29);
    position: absolute;
    right: -21px;
    top: 1px;
}

.box-body {
    position: relative;
}

#btnScrollPrev {
    position: absolute;
    left: 171px;
    top: 45%;
    z-index: 999;
    background: rgb(152 215 246 / 80%);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-radius: 0px 50px 50px 0;
    display: none;
}

    #btnScrollPrev:hover, #btnScrollNext:hover {
        background: rgb(152 215 246 / 100%);
    }

#btnScrollNext {
    position: absolute;
    right: 10px;
    top: 45%;
    z-index: 999;
    background: rgb(152 215 246 / 80%);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-radius: 50px 0px 0px 50px;
}

.dip-block {
    display: block;
}

.mt8 {
    margin-top: 8px;
}

.fixedPagination {
    position: fixed;
    background: #fff;
    width: 93.5%;
    bottom: 6px;
    padding: 5px 20px;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    margin: 0 15px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
}

.pagination {
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    font-size: 14px;
    display: flex;
    position: relative;
    user-select: none;
    margin: 0 auto;
}

    .pagination .nav-btn {
        /*font-family: Font Awesome\ 5 Free;
        font-weight: 900;*/
        /*background: linear-gradient(45deg, #00aaed, #3ac8ff);*/
        background: #fff;
        display: inline-block;
        padding: 5px 8px;
        color: #333;
        letter-spacing: 8px;
        font-size: 13px;
        z-index: 2;
        cursor: pointer;
        text-shadow: 0 0 0 rgba(0, 0, 0, 0);
        /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);*/
        transition: all 300ms ease;
    }

        .pagination .nav-btn:hover {
            /*background: linear-gradient(45deg, #07baff, #3ac8ff);*/
            text-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
        }

        .pagination .nav-btn.next {
            position: absolute;
            right: 0;
            padding-left: 30px;
        }

        .pagination .nav-btn.prev {
            padding-right: 30px;
        }

            .pagination .nav-btn.prev::before {
                /*content: "<";*/
            }

        .pagination .nav-btn.next::before {
            /*content: ">";*/
        }

    .pagination .nav-pages {
        margin: 0;
        padding: 0;
        left: 0;
        transition: left 300ms ease;
        position: absolute;
    }

        .pagination .nav-pages li {
            list-style: none;
            display: inline-block;
            padding: 4px 8px;
            /*border-right: 1px solid #eee;*/
            color: rgba(0, 0, 0, 0.8);
            text-align: center;
            cursor: pointer;
        }

            .pagination .nav-pages li.active, .pagination .nav-pages li:hover {
                /*color: rgba(0, 0, 0, 0.9);*/
                color: #fff;
                background: #333;
                border-radius: 50%;
            }

.paginatiobcenterSet {
    margin: 0 auto;
    display: table;
}

.paginationinputSet {
    width: 25px;
    text-align: center;
    height: 20px;
    margin: 0px 6px;
    border-radius: 2px;
    border: solid thin #ccc;
    padding: 5px
}

.paginationGoBTNSet {
    background: none;
    border: solid thin #ccc;
    margin-left: 5px;
    border-radius: 5px;
    line-height: 18px;
    padding: 0px 4px;
}

    .paginationGoBTNSet:hover {
        background: #1e216e;
        color: #fff;
    }

.mt2 {
    margin-top: 2px;
}

.mt5 {
    margin-top: 5px;
}

.ml30 {
    margin-left: 30px;
}

.mr30 {
    margin-right: 30px;
}

.paginationSelect {
    margin: 0px 6px;
    border-radius: 2px;
    border: solid thin #ccc;
}

.content-header {
    position: relative;
    padding: 8px 15px 0px 15px;
}

.table-hover > tbody > tr:hover, .table-hover > tbody > tr:hover > td {
    background-color: #ECEDF8;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    position: initial;
    z-index: 20;
}

.main-footer {
    background: #ededee;
}


.topBodyFilter.open .dropdown-menu {
    display: block !important;
    z-index: 9999;
    min-width: 250px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 6px 16px 0 rgb(0 0 0 / 8%), 0 3px 6px -4px rgb(0 0 0 / 12%), 0 9px 28px 8px rgb(0 0 0 / 5%);
    /*padding: 6px;*/
    box-shadow: 0px 0px 50px 0px rgb(82 63 105 / 15%);
}

.topBodyFilter li {
    list-style-type: none;
    padding: 6px 8px;
    font-size: 13px;
}

.topBodyFilter ul {
    padding-left: 12px;
}

.topBodyFilter {
    float: left;
    margin-right: 10px;
}

    .topBodyFilter .radio label:before, .topBodyFilter .checkbox label:before {
        border: 1px solid #ccc;
        margin-left: -24px;
    }

    .topBodyFilter a.filterSet {
        color: rgba(0,0,0,.29);
    }

    .topBodyFilter a.filterSet {
        color: #3a424f;
        border: solid thin #e3e3e3;
        display: inline-block;
        padding: 4px 10px;
        border-radius: 6px;
    }

.toggle {
    --width: 40px;
    --height: calc(var(--width) / 2.6);
    position: relative;
    display: inline-block;
    width: var(--width);
    height: var(--height);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: var(--height);
    cursor: pointer;
}

    .toggle input {
        display: none;
    }

    .toggle .slider {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: var(--height);
        background-color: #ccc;
        transition: all 0.4s ease-in-out;
    }

        .toggle .slider::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: calc(var(--height));
            height: calc(var(--height));
            border-radius: calc(var(--height) / 2);
            background-color: #fff;
            box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
            transition: all 0.4s ease-in-out;
        }

    .toggle input:checked + .slider {
        background-color: #2196F3;
    }

        .toggle input:checked + .slider::before {
            transform: translateX(calc(var(--width) - var(--height)));
        }

.table-loader {
    visibility: hidden;
}

    .table-loader:before {
        visibility: visible;
        display: table-caption;
        content: " ";
        width: 100%;
        height: 400px;
        background-image: linear-gradient( rgba(235, 235, 235, 1) 1px, transparent 0 ), linear-gradient(90deg, rgba(235, 235, 235, 1) 1px, transparent 0 ), linear-gradient( 90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 15%, rgba(255, 255, 255, 0) 30% ), linear-gradient( rgba(240, 240, 242, 1) 35px, transparent 0 );
        background-repeat: repeat;
        background-size: 1px 35px, calc(100% * 0.1666666666) 1px, 30% 100%, 2px 70px;
        background-position: 0 0, 0 0, 0 0, 0 0;
        animation: shine 0.9s infinite;
    }

@keyframes shine {
    to {
        background-position: 0 0, 0 0, 40% 0, 0 0;
    }
}

.topBodyFilter svg {
    vertical-align: -3px;
}

.borwseTable tr.rowSelection {
    background: #e1e1ff;
}

    .borwseTable tr.rowSelection td {
        border-top: solid thin #b8bafb !important;
        border-bottom: solid thin #b8bafb !important;
    }

        .borwseTable tr.rowSelection td:first-child {
            border-left: solid thin #b8bafb !important;
        }

        .borwseTable tr.rowSelection td:last-child {
            border-right: solid thin #b8bafb !important;
        }

.details {
    position: fixed;
    /*top: -183px;
    left: -264px;*/
    /*transform: translateY(70%) scale(0);
    transition: transform 0.1s ease-in;
    transform-origin: left;*/
    display: block;
    background: white;
    z-index: 999999;
    /*min-width: 100%;*/
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    display: none;
    width: 700px;
}

/*.has-details:hover span {
    transform: translateY(70%) scale(1);
}*/

.borwseTable tr th.filterSet {
    padding-right: 25px !important;
}

.searchPanelHeader {
    /*position:relative;
    cursor:pointer;*/
    font-weight: 600;
    font-size: 12px;
}

    .searchPanelHeader svg {
        position: absolute;
        right: 0px;
    }

.searchPanelBody {
    margin: 2px 0px 5px 0px;
    /*display:none;*/
}

.filterMetaData, .filterMetaDataMore {
    background: #ebebeb;
    display: inline-block;
    border: solid thin #dbdbdb;
    padding: 5px 6px 6px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    line-height: 13px;
}

    .filterMetaData svg, .filterMetaDataMore svg {
        vertical-align: -3px;
        margin-left: 6px;
        cursor: pointer;
    }

.filterMetaDataMore {
    cursor: pointer;
    position: relative;
}

    .filterMetaData:hover, .filterMetaDataMore:hover {
        background: #ffd34c;
        border: solid thin #ffd34c;
    }

.topBodyFilter.columnFilter.open .dropdown-menu {
    min-width: 600px;
}

.leftPanelFilterList li {
    display: block;
    border: solid thin #ccc;
    margin: 3px 0px;
    border-radius: 4px;
    padding: 2px 5px;
}

.templateSet {
    max-width: 154px;
    height: 24px;
    padding: 0px;
    float: right;
    margin-right: 10px;
}

.leftPanelFilterList {
    max-height: 280px;
    overflow: auto;
}

.txtTemplateName {
    max-width: 130px;
    height: 24px;
    padding: 0px;
    float: right;
    margin-right: 10px;
}

#tbleRightColumn {
    max-height: 310px;
}

#pnlRowSelectionInfo {
    display: none;
}

#pnlRowSelectionInfo {
    background: #1a79fd;
    color: #fff;
    padding: 8px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /*margin-top: -11px;
    margin-left: -11px;
    margin-right: -11px;*/
}

.btn-primary {
    height: 25px !important;
}

#btnPanelClose svg {
    vertical-align: -14px;
    cursor: pointer;
}

#pnlAllFilterInfoBG {
    background: #fff;
}

#spnbtnSelectAllMainTableRowBG {
    border: solid thin #dbdbdb;
    padding: 3px 8px;
    border-radius: 4px;
    margin: 0 10px;
}

.has-details {
    background: #ebebeb;
    display: inline-block;
    border-radius: 6px;
    padding: 4px;
    cursor: pointer;
}

    .has-details:hover {
        background: #FFD34C !important;
    }

    .has-details svg {
        fill: #ccc;
    }

    .has-details table tbody td {
        text-align: left;
    }

    .has-details h4 {
        font-size: 15px;
        margin: 0 0 10px 0px;
    }

#pnlAllFilterInfoBG .dropdown-menu {
    min-width: 700px;
}

#pnlAllFilterInfoBG .form-control {
    padding: 2px 6px;
    height: 30px;
}

.columnFilter .form-control {
    padding: 2px 6px !important;
    max-height: 26px !important;
}

#pnlAllFilterInfoBG .columnFilter .dropdown-menu {
    min-width: 600px;
}

.templateHeader {
    display: inline-block;
    border: solid thin #ccc;
    padding: 4px 10px 4px 6px;
    border-radius: 5px;
    min-width: 200px;
    z-index: 999;
    line-height: 22px;
}

.innerTemplateData {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 99;
    width: 280px;
    box-shadow: 0 6px 16px 0 rgb(0 0 0 / 8%), 0 3px 6px -4px rgb(0 0 0 / 12%), 0 9px 28px 8px rgb(0 0 0 / 5%);
    padding: 8px 10px 10px 10px;
    margin-top: 0px;
    border-radius: 10px;
    border: solid thin #e9e9e9;
}

#btnAddNewTemplate, #btnTemplateOK {
    display: block;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 500;
    background: #FFD34C;
    color: #0E141B;
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
}

#lblTemplateName svg {
    float: right;
}

.lstTemplateDataBG li {
    position: relative;
    padding: 6px 0px;
}

    .lstTemplateDataBG li svg {
        cursor: pointer;
    }

.actionBGData {
    position: absolute;
    right: 0px;
    background: #fff;
    z-index: 999;
}

.lstTemplateDataBG {
    padding-left: 0px;
    max-height: 150px;
    overflow: auto;
}

.lstTemplateDataBG {
    margin-top: 10px;
}

#pnlAddTemplateDetails h4 {
    font-size: 14px;
    margin-bottom: 5px;
}

#pnlAddTemplateDetails hr {
    margin: 5px 0px 10px;
}

.mt10 {
    margin-top: 10px;
}

#btnCloseAddTemplatePanel {
    cursor: pointer;
}

#AllFilterDetails {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 99;
    width: 280px;
    box-shadow: 0 6px 16px 0 rgb(0 0 0 / 8%), 0 3px 6px -4px rgb(0 0 0 / 12%), 0 9px 28px 8px rgb(0 0 0 / 5%);
    padding: 8px 10px 10px 10px;
    margin-top: 0px;
    border-radius: 10px;
    border: solid thin #e9e9e9;
    left: 0;
    top: 26px;
}

.filterList {
    display: block;
    background: #ebebeb;
    /* display: inline-block; */
    border: solid thin #dbdbdb;
    padding: 5px 6px 6px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    line-height: 13px;
    padding: 10px;
    margin-bottom: 5px;
}

    .filterList svg {
        float: right;
    }

    .filterList:last-child {
        margin-bottom: 0px;
    }

.lblTemplateName {
    cursor: pointer;
}

.mt5 {
    margin-top: 5px;
}

.lblResultSet {
    font-weight: 400;
    color: #1a1a1a;
}

.calendaricon {
    top: 6px !important;
    right: 6px;
}

.right21 {
    right: 21px !important;
}

.positionRelative {
    position: relative;
}

#tbleRightColumn .table tr td {
    padding: 2px !important;
}

.lblAscDscSetting {
    border: solid 2px #c1c1c1;
    padding: 2px;
    /* margin: 5px 0px; */
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
}

    .lblAscDscSetting:first-child {
        margin-right: 5px;
    }

    .lblAscDscSetting svg {
        vertical-align: -5px;
        /* fill: #d7d7d7; */
        color: #858585;
    }

    .lblAscDscSetting:hover, .ascDscSettingActive {
        border-color: #367cc7;
        background: #cddff1;
    }

        .lblAscDscSetting:hover svg, .ascDscSettingActive svg {
            color: #367cc7;
        }

.popUpVireMoreResult {
    margin: 8px 0px 10px 0px;
    color: #838181;
}

.btnViewMoreResultOfPopUp {
    background: #fff;
    border: solid 2px #b1b0b0;
    padding: 8px 10px;
    min-width: 168px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 4px;
    color: #645b5b;
}

    .btnViewMoreResultOfPopUp:hover {
        background: #1e216e;
        color: #fff;
        border-color: #1e216e;
    }

.btnClosePopup {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.btnPinDetails {
    position: absolute;
    right: 40px;
    top: 10px;
    cursor: pointer;
}

#TOPborwseTable {
    max-height: 70vh;
}

.popover {
    max-width: initial;
    font-family: 'Poppins', sans-serif;
    border: none;
    box-shadow: 0px 0px 50px 0px rgb(82 63 105 / 15%);
    /*-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: top 0px;
    -ms-transform-origin: top 0px;
    transform-origin: top 0px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;*/
    -webkit-animation-name: DropDownSlide;
    animation-name: DropDownSlide;
}

#tblSummary thead th, #tblSummary tbody td {
    padding: 8px;
    text-align: right;
}

    #tblSummary thead th:first-child, #tblSummary tbody td:first-child {
        text-align: left;
    }

.popover .scale-up {
}

@-webkit-keyframes DropDownSlide {
    100% {
        margin-top: -1px
    }

    0% {
        margin-top: 8px
    }
}

@keyframes DropDownSlide {
    100% {
        margin-top: -1px
    }

    0% {
        margin-top: 8px
    }
}

.BrwosePieChartSet {
    transition: transform .2s;
    background: #fff;
}

/*.BrwosePieChartSet:hover {
        transform: scale(3.5);
        border: solid thin #ccc;
        z-index: 99;
    }*/



.content-header > h1 {
    margin: 0;
    font-size: 16px;
    color: #444;
    font-weight: 600;
}

.content-header {
    margin-bottom: 8px;
}

/********KAN BAN**********/
.kan-ban-bg-auto {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
}

.kan-ban-bg {
    min-width: 1780px;
    min-height: 400px;
}

.kan-ban-col {
    width: 340px;
    display: inline-block;
    margin-right: 40px;
    border-radius: 5px;
    background: #f0f0f0;
    margin-bottom: 20px;
    box-shadow: rgba(41, 32, 54, 0.25) 0px 24px 41px -18px inset, rgba(0, 0, 0, 0.1) 0px 12px 25px -18px inset;
}

    .kan-ban-col:last-child {
        margin-right: 0px;
    }

.sortable {
    list-style-type: none;
    margin: 0;
    padding: 5px;
    min-height: 30px;
    border-radius: 5px;
}

    .sortable li {
        margin: 3px 3px 12px 3px;
        padding: 0.4em 0.4em 0px 0.4em;
        font-size: 1.4em;
        min-height: 40px;
        -webkit-box-shadow: 0 1px 15px 1px rgba(90,90,90,.08);
        box-shadow: 0 1px 15px 1px rgba(90,90,90,.08);
        border-radius: 4px;
    }

        .sortable li span {
            position: absolute;
            margin-left: -1.3em;
        }

.card {
    background-color: white;
    border-radius: 3px;
}

.kan-ban-col h2 {
    font-size: 16px;
    background: rgb(40, 184, 218);
    border: 1px solid rgb(40, 184, 218);
    margin: 0px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 12px;
    position: relative;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px 1px rgba(0,0,0,.3) !important;
}

.kan-ban-col ul {
    overflow: auto;
    overflow: auto;
    height: 55vh;
}

.lead-name a {
    font-size: 14px;
    color: #676161;
    font-weight: bold;
}

.contactname {
    color: #18aacc;
}

.kan-action a {
    font-size: 12px;
    width: 22px;
    height: 22px;
    text-align: center;
    display: inline-block;
    background: #18aacc;
    border-radius: 50%;
    line-height: 22px;
    color: #fff;
}

    .kan-action a:hover {
        background: #0385a3;
    }

.followup {
    border-top: solid thin #e5e5e5;
    padding-top: 9px;
    margin-top: 3px;
}

    .followup p {
        font-size: 12px;
        color: #797474;
    }

.kan-ban-sort a {
    border: solid thin #ccc;
    border-radius: 4px;
    padding: 5px;
    line-height: 14px;
    margin-bottom: 10px;
    margin-right: 8px;
    font-size: 13px;
    color: #333;
}

    .kan-ban-sort a.active {
        color: #fff;
        background: #0385a3;
        border-color: #0385a3;
    }

    .kan-ban-sort a:hover {
        color: #fff;
        background: #18aacc;
        cursor: pointer;
        border-color: #18aacc;
    }

.offer {
    background: rgb(117, 117, 117) !important;
    border: 1px solid rgb(117, 117, 117) !important;
}

.demo2 {
    background: rgb(251, 140, 0) !important;
    border: 1px solid rgb(251, 140, 0) !important;
}

.proposal {
    background: rgb(3, 169, 244) !important;
    border: 1px solid rgb(3, 169, 244) !important;
}

.negotiation {
    background: rgb(34, 206, 214) !important;
    border: 1px solid rgb(34, 206, 214) !important;
}

.final {
    background: #7cb342 !important;
    border: 1px solid #7cb342 !important;
}

.not-sortable {
    padding-bottom: 9px !important;
}

    .not-sortable a {
        font-size: 14px;
        font-weight: bold;
    }

.rightIcon i {
    position: absolute;
    right: 9px;
    font-size: 28px;
    top: 4px;
}

@media screen and (max-width: 1024px) {
    .mdpr0 {
        padding-right: 0px !important;
    }

    .mdpl0 {
        padding-left: 0px !important;
    }
}

.card {
    padding: 6px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06) !important;
    margin-bottom: 25px;
}

.card-header {
    border-bottom: solid thin #f0f0f0;
    padding-bottom: 6px;
    margin-bottom: 8px;
}

.card-body {
    border-radius: 8px;
}

.stamp {
    display: inline-block;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    padding: 0 .25rem;
    font-size: .875rem;
    font-weight: 500;
    color: #6e7582;
    text-align: center;
    background: #f1f3f8;
    border-radius: 3px;
    margin-right: 5px;
    float: left;
}

.card-right {
    display: inline-block;
}

.strong {
    font-weight: bold;
}

.stamp .icon {
    font-size: 1.25rem;
    vertical-align: middle;
}

.fl {
    float: left
}

.fr {
    float: right
}

.mr5 {
    margin-right: 5px;
}

.mt4 {
    margin-top: 4px;
}

.card-header a {
    color: #000;
    cursor: pointer;
    background: #dad5d5;
    padding: 3px 6px;
    border-radius: 3px;
}

    .card-header a:hover {
        background: #ccc;
    }

    .card-header a.active {
        background: #18AACC;
        color: #fff;
    }

.canvasbg {
    height: 100%;
    min-height: 400px;
}

.bg-color1 {
    background: #565090;
    color: #fff;
}

.bg-color2 {
    background: #ff5f74;
    color: #fff;
}

.bg-color3 {
    background: #4bb5ff;
    color: #fff;
}

.bg-color4 {
    background: #FFC107;
    color: #fff;
}

.bg-color5 {
    background: #1bc5bd;
    color: #fff;
}

.bg-color6 {
    background: #7986cb;
    color: #fff;
}

.menuforsteps {
    margin-bottom: 10px;
}

.nav-tabs > li > a {
    display: block;
    border-radius: 0;
    padding: 8px 20px;
    margin-right: 0;
    font-weight: 300;
    color: #444;
    font-size: 14px;
    min-width: 70px;
    border-color: transparent;
    position: relative;
    line-height: 1.7em;
    background: 0 0;
    box-shadow: none;
    border-color: transparent;
}

.inprocess {
    background: #18AACC !important;
    color: #fff !important;
}

.menuforsteps ul li a.active:before {
    border: medium solid transparent;
    content: "";
    height: 0;
    left: 50%;
    pointer-events: none;
    position: absolute;
    width: 0;
    z-index: 120;
    top: 98%;
    border-top-color: rgba(0,0,0,.2);
    border-width: 11px;
    margin-left: -11px;
    border-top-color: #18AACC !important;
}

.cardcolcor {
    background: #3699ff;
    color: #fff;
    padding-bottom: 40px;
}

.cardbodyheader .svgbg {
    padding: 8px;
    background: #4378af;
    border-radius: 5px;
}

.callbg {
    background: #fff;
    color: #000;
    padding: 20px;
    border-radius: 7px;
    margin: 15px 0px;
}

.cardstye1 {
    background-position: right top;
    background-size: 30% auto;
    background-repeat: no-repeat;
    background-image: url(../images/abstract-1.svg);
}

.cardstye2 {
    background-position: right top;
    background-size: 30% auto;
    background-repeat: no-repeat;
    background-image: url(../images/abstract-2.svg);
}

.cardstye3 {
    background-position: right top;
    background-size: 30% auto;
    background-repeat: no-repeat;
    background-image: url(../images/abstract-3.svg);
}

.cardstye4 {
    background-position: right top;
    background-size: 30% auto;
    background-repeat: no-repeat;
    background-image: url(../images/abstract-4.svg);
}

.btnKanBan {
    color: #3a424f;
    border: solid thin #d9d9d9;
    display: inline-block;
    padding: 2px 6px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    float: right;
    margin-right: 4px;
    cursor: pointer;
}

    .btnKanBan svg {
        vertical-align: -5px;
    }

table.table thead tr th {
    vertical-align: middle;
    white-space: nowrap;
    text-shadow: none !important;
}

span.dynatree-selected a {
    color: #333;
    font-style: normal;
}

span.dynatree-icon {
    display: none;
}

#EmployeTree {
    max-height: 287px;
    overflow: auto;
    background: #f2f2f2;
    border-radius: 10px;
    padding: 3px 10px;
}

ul.dynatree-container {
    background-color: #f2f2f2;
    font-family: 'Poppins', sans-serif;
}

span.dynatree-node a {
    font-size: 12px;
    display: inline-block;
    /* vertical-align: top; */
    padding-left: 0px;
    padding-right: 3px;
    padding-top: 2px;
    padding-bottom: 5px;
    margin-left: 3px;
    font-weight: 500;
    color: #464343;
}

.img-round {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.kanbanActive {
    background: #ffd34c;
    border: solid thin #ffd34c;
}

.inout {
    width: 14px;
    margin-right: 4px;
}
.disp-none {
    display: none !important;
}

/*Model Popup form address Followup when stage change - Start*/

#mdladdEditFollowup .modal-dialog {
    width: 65%;
}

#mdladdEditFollowup .close {
    font-size: 37px;
    font-weight: 200;
    top: 4px;
    color: #fff;
}

#mdladdEditFollowup .form-group {
    margin-bottom: 5px;
}

#mdladdEditFollowup hr {
    margin-top: 10px;
    margin-bottom: 15px;
}

#mdladdEditFollowup .pipeline-stutus li {
    float: left;
    padding: 14px;
    position: relative;
    width: 14%;
    margin: 0 1px;
    font-size: 11px;
    font-weight: 500;
}

#mdladdEditFollowup label {
    color: #3b4040;
    font-size: 12px;
}

#mdladdEditFollowup .calendaricon {
    top: 30px !important;
    right: 24px !important;
}
/*Model Popup form address Followup when stage change - End*/


/*responsive*/
@media screen and (max-width:1024px) {
    .fixedPagination {
        width: 92.1%;
    }

    .pagination {
        width: 315px !important;
    }
}

@media screen and (max-width:991px) {
    .filterMetaData, .filterMetaDataMore {
        margin-bottom: 5px;
    }

    .fixedPagination {
        width: 91.4%;
        z-index: 999;
    }
}

@media screen and (max-width:768px) {
    .main-header .logo {
        display: none;
    }

    .fixedPagination {
        width: 96.0%;
    }
}

@media screen and (max-width:580px) {
    #AllFilterDetails {
        width: 170px;
        left: -44px;
    }

    .btnKanBan {
        margin-top: 10px;
    }

    .kan-ban-sort a {
        display: inline-block;
    }

    .fixedPagination {
        margin: 0 5px;
    }
}

@media screen and (max-width:375px) {
    #AllFilterDetails {
        left: -5px;
    }
}


/*responsive end*/

/*Mayur*/


.taskStatusPanel {
    position: fixed;
    display: none;
    width: 50%;
    height: 520px;
    background: #fff;
    z-index: 99999;
    right: 20px;
    bottom: 0px;
    border: solid thin #ccc;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    -webkit-box-shadow: 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%), 0 5px 5px -3px rgb(0 0 0 / 20%);
    box-shadow: 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%), 0 5px 5px -3px rgb(0 0 0 / 20%);
}

    .taskStatusPanel .box-header {
        background: #333;
        color: #fff;
        padding: 10px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-color: #f4f4f4;
        background: #09545d;
        background: #2d83b4;
        background: -moz-linear-gradient(-45deg,#0093a0 0,#2d83b4 100%);
        background: -webkit-linear-gradient(-45deg,#0093a0 0,#2d83b4 100%);
        background: linear-gradient(135deg,#0093a0 0,#2d83b4 100%);
    }

    .taskStatusPanel .box-title {
        color: #fff;
    }

a.btnFlowwupCloseSet {
    float: right;
    color: #fff;
    font-size: 14px;
}


.taskStatusPanel label {
    color: #404344;
    font-size: 12px;
}

.taskStatusPanel .box-body {
    height: 75vh;
    position: relative;
}

.positionFixedSet {
    position: absolute;
    bottom: 0px;
}

.taskStatusPanel .select2-selection {
    height: 32px;
    font-size: 12px;
    border-radius: 4px;
}

/*Mayur End*/
