/* Minification failed. Returning unminified contents.
(1233,17): run-time error CSS1039: Token not allowed after unary operator: '-tertiary-button-active-text-color'
(1234,28): run-time error CSS1039: Token not allowed after unary operator: '-tertiary-button-active-background-color'
 */
.access-denied-container  .body-container{
    margin-top: 16px;
    margin-bottom: 16px;
}

.access-denied-container .main-text{
    color: #212121;
    margin-bottom: 8px;
}

.access-denied-container .info-text {
    margin-bottom: 8px;
}
.action-hierarchy .child-project-row-start > td {
    border-top: 1px solid #888 !important;
}

.action-hierarchy .child-project-row-end > td {
    border-bottom: 1px solid #888 !important;
}

    .action-hierarchy .node-list {
        margin-left: 10px;
    }

    .action-hierarchy .action-list {
        margin-left: 20px;
    }


.action-hierarchy .node-item, .action-hierarchy .node-item-multi, .hierarchy-item {
    cursor: pointer;
}
    .action-hierarchy .item-text{
        padding: 3px;
        display:table-cell;
    }
        .action-hierarchy .node-item > .actionable-item {
           display:none;
           text-align:center;
           font-size:20px;
        }
        .action-hierarchy .node-item:hover > .actionable-item, .action-hierarchy .node-item .selected > .actionable-item {
            text-shadow: none !important;
            font-weight:bold;
            display: table-cell;
            width:32px;
        }

        .action-hierarchy .node-item > .item-text > .actionable-item {
            display: none;
        }

        .action-hierarchy .node-item:hover > .item-text > .actionable-item {
            display: inline-block;
        }

    .action-hierarchy .node-item > .actionable-item:hover {
        background: #999;
    }

    .action-hierarchy .node-item.selected > .actionable-item:hover {
        color: #207097;
        background: #85c5e5;
    }
    .action-hierarchy .icon-chevron-right {
        opacity: 0.6;
    }
    .action-hierarchy .icon-chevron-right, .action-hierarchy .icon-chevron-down {
        font-size: 0.8em;
    }

    .action-hierarchy .action-item {
        cursor: pointer;
    }

        .action-hierarchy .action-item:hover, .action-hierarchy .node-item:hover, .action-hierarchy .node-item-multi:hover, .hierarchy-item:hover {
            background-color: #DEDEDE;
        }

        .action-hierarchy .action-item.selected, .action-hierarchy .node-item.selected, .action-hierarchy .node-item-multi.selected, .hierarchy-item.selected {
            background-color: #d9edf7;
        }

.vertical-packery-container {
    visibility: hidden;
}

.grid {
    max-width: 1200px;
    height: auto;
}

.grid-item {
    width: 100%;
    height: 70px;
    background: #fff;
    padding: 10px;
    margin-bottom: 25px;
    box-shadow: rgba(0,0,0,0.25) 0px 2px 4px;
    border-radius: 5px !important;
}

    .grid-item:hover {
        border-color: hsla(0, 0%, 100%, 0.5);
        cursor: move;
    }

    .grid-item.is-dragging,
    .grid-item.is-positioning-post-drag {
        background: #E4E4E4;
        z-index: 2;
    }

.approval-step-section-step-drag-icon {
    color: #cccccc;
    position: absolute;
    left: 15px;
    top: 20px;
}

.approval-step-section-step-name {
    font-size: 16px;
    margin-left: 45px
}

.approval-step-section-step-edit {
    display: inline-block;
    float: right;
}

.approval-step-section-step-approver {
    clear: both;
    margin-top: 5px;
    padding-left: 43px;
}

.approval-step-section_add {
    cursor: pointer;
    visibility: hidden;
    width: 100%;
    background: #fff;
    color: #2862F2;
    padding: 25px 20px;
    border-radius: 5px !important;
}

.add-approval-wrap {
    border-radius: 5px !important;
}

    .add-approval-wrap .modal-header, .add-approval-wrap .modal-container {
        border-top-right-radius: 5px !important;
        border-top-left-radius: 5px !important;
    }

    .add-approval-wrap .modal-footer {
        border-bottom-right-radius: 5px !important;
        border-bottom-left-radius: 5px !important;
    }

    .add-approval-wrap .modal-body {
        background: #F5F6FA !important;
    }

.add-approval-settings_setting1 #add-approval-setting_text {
    margin-top: 5px;
    margin-bottom: 0px;
}

.add-approval-settings_setting2 #add-approval-settings_setting2--dropdown {
    margin-top: 5px;
}

.add-approval-settings_setting3 .add-approval-settings_setting3-placeholder {
    position: relative;
    width: 100%;
}

.add-approval-settings_setting3 #add-approval-settings_setting3--placeholderDropdown {
    right: 0;
    position: absolute;
}

.add-approval-settings_setting3-placeholder .placeholder-overlay {
    position: absolute;
    right: 0;
}

    .add-approval-settings_setting3-placeholder .placeholder-overlay .vue-overlay > a, .add-approval-settings_setting3-placeholder .placeholder-overlay .vue-overlay > div > a {
        padding: 5px 10px !important;
    }

    .add-approval-settings_setting3-placeholder .placeholder-overlay .vue-overlay {
        background-color: #ffffff;
    }

.add-approval-settings_setting3 .add-approval-settings_setting3-email {
    margin-top: 50px;
}

#add-approval-settings_setting3-email__subject--text {
    margin-top: 5px;
    margin-bottom: 0px;
}

#add-approval-settings_setting3-email__content--text {
    margin-top: 5px;
}

.add-approval-settings_setting3 .add-approval-settings_setting3-email .trumbowyg-box, .add-approval-settings_setting3 .add-approval-settings_setting3-email .trumbowyg-editor {
    background: white !important;
}

.add-approval-settings_gutter {
    margin-top: 20px;
}

.add-approval-manage__button {
    float: left;
    text-align: center !important;
}

.add-approval-btn {
    width: 80px;
    padding-right: 15px !important;
}

.vue-progress-chart-details {
    height: 54px;
    margin-bottom: 14px;
    position: relative;
}

    .vue-progress-chart-details > blockquote {
        font-size: 14px;
        max-height: 100%;
        overflow: hidden;
    }

        .vue-progress-chart-details:hover > blockquote {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1;
            overflow: visible;
            background: white;
            max-height: none;
        }

    .vue-progress-chart-details > .vue-progress-chart-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 15px;
        background: linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, 1));
        z-index: 0;
    }

.vue-chart-highlight.panel {
    border-color: #4A8BC2 !important;
}

.vue-chart-highlight.panel .panel-heading {
    background: #4A8BC2 !important;
    color: white !important;
}

.vue-chart-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 12px;
}

    .vue-chart-title a {
        color: #333 !important;
        text-decoration: none !important;
    }
.vue-chosen-container-multi.vue-chosen-search li.search-field {
    min-width: 550px;
    max-width: 100%;
}

.vue-chosen-container-multi.vue-chosen-search li.search-field input[type=text] {
    width: 100%;
}

.vue-chosen-container-multi.vue-chosen-search .chosen-choices {
    padding: 10px;
    font-size: 16px;
}

    .vue-chosen-container-multi.vue-chosen-search .chosen-choices .search-choice {
        padding: 8px 12px 9px 12px !important;
    }

        .vue-chosen-container-multi.vue-chosen-search .chosen-choices .search-choice a, .chosen-choices-external .search-choice a {
            color: black;
            text-decoration: none !important;
            padding: 4px 10px 5px 10px;
            border-left: 1px solid #aaa;
            margin: 0 -10px 0 8px;
        }

    .vue-chosen-container-multi.vue-chosen-search .chosen-choices .search-field {
        padding: 4px 0 0 0;
    }

.vue-chosen-container-multi.vue-chosen-search .chosen-choices-external {
    padding: 0;
    font-size: inherit;
}

    .vue-chosen-container-multi.vue-chosen-search .chosen-choices-external .search-choice {
        padding: 3px 5px !important;
    }

        .chosen-choices-external .search-choice a {
            padding: 4px 10px 5px 0;
            border: none;
        }
.vue-collapsible-panel {
    line-height: 0;
}

    .vue-collapsible-panel > *, .vue-collapsible-panel .content, .vue-collapsible-panel .QuestionHeader {
        line-height: normal;
    }

    .vue-collapsible-panel .expandBtn {
        display: none;
    }

    .vue-collapsible-panel > .content {
        display: block !important;
    }

.vue-collapsible-panel-v2 {
    border: 1px solid #dadce0;
    border-radius: 10px !important;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 25px #2458D90D;
}

    .vue-collapsible-panel-v2 .SummaryHeader {
        font-size: 14px;
        background: none !important;
        border: none !important;
        box-shadow: none;
        display: block;
        padding: 20px;
    }

    .vue-collapsible-panel-v2 .collapseBtnVue:after {
        content: "";
    }

    .vue-collapsible-panel-v2 .collapseBtnVue:before {
        font-size: 14px;
        font-family: 'Font Awesome 5 Pro';
        font-weight: normal;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        content: "\f077";
    }

    .vue-collapsible-panel-v2 .expandBtnVue:after {
        content: "";
    }

    .vue-collapsible-panel-v2 .expandBtnVue:before {
        font-size: 14px;
        font-family: 'Font Awesome 5 Pro';
        font-weight: normal;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        content: "\f054";
    }

    .vue-collapsible-panel-v2 > .content {
        display: block !important;
    }

    .vue-collapsible-panel-v2.expanded {
        margin-bottom: 8px;
    }
div.vc-sketch {
    border-radius: 5px !important;
}

input.vc-input__input {
    width: 100% !important;
}
.drag-drop-area {
    display: block;
    height: 55vh;
    overflow: auto;
    margin: 4px 2px 2px 2px;
}

    .drag-drop-area.empty {
        min-height: 44px;
        border: 1px dashed #ccc;
        overflow: hidden;
    }

    .drag-drop-area > div {
        margin-bottom: 2px;
        transition: box-shadow 0.3s ease-in;
        padding: 0 !important;
    }

        .drag-drop-area > div:hover {
            box-shadow: 1px 0 2px rgba(0, 0, 0, 0.3);
        }

        .drag-drop-area > div > .drag-handle {
            cursor: move;
            padding: 10px 15px;
        }

    .drag-drop-area.disabled {
        height: calc(55vh - 44px);
        margin-top: 2px;
    }

.column-config-header {
    padding: 10px 18px;
    color: white;
    background: #333;
    margin: 2px;
}

    .column-config-header.active {
        background: #4A8BC2;
    }

.column-config-search-box {
    border: none !important; 
    padding-left: 18px !important;
    margin: 2px !important;
    background: #e5e5e5 !important;
    width: calc(100% - 4px);
    height: 40px !important;
}
.pulse-command-dock-edit-commands {
    position: fixed;
    bottom: 0;
    left: 180px;
    right: 0;
    z-index: 1002;
    box-shadow: -10px 0px 25px RGBA(36, 88, 217, 0.20);
}

    .pulse-command-dock-edit-commands .command-dock-command-container {
        background: white;
        width: 100%;
        padding: .5rem 1.4em .4rem 1.4em;
    }

    .pulse-command-dock-edit-commands button,
    .pulse-command-dock-edit-commands input {
        margin: 0 .025em .25em 0;
    }

.command-dock-padding-fix {
    padding-left: 120px;
}

@media only screen and (max-width: 1200px) {
    .command-dock-padding-fix {
        padding-left: 0px !important;
    }
}

@media(max-width: 1024px) {
    .pulse-command-dock-edit-commands {
        left: 0;
    }
}

.command-item > div > div > div > div.HideFilter {
    position: absolute;
    display: inline-block;
    background-color: #555;
    padding: 0px 20px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    font-size: 12px;
    left:0;
    right:0;
    margin:auto;
    width: 52px;
}

.command-item > a.filter-toggle {
    background: #404040;
    margin: -4px 0 -4px -4px;
    display: inline-block;
    padding: 4px 10px;
    color: white !important;
    border-radius: 5px !important;
}

    .command-item > a.filter-toggle:hover {
        opacity: 0.9;
    }

    .command-item > a.filter-toggle.applied {
        color: white !important;
        background: #404040;
    }

    .command-item > a.filter-toggle > i.icon-chevron-down {
        transition: transform ease-out 0.2s;
        font-size: 0.6em;
        transform: rotate(0);
        display: inline-block;
        margin: 6px 0 0 3px;
        float: right;
    }

        .command-item > a.filter-toggle > i.icon-chevron-down.invert {
            transform: rotate(-90deg);
            transition: all ease-out 0.2s;
        }

    .command-item > span > a.settings-link {
        font-size: 18px !important;
        width: 22px;
        display: inline-block;
        text-align: center;
        text-decoration: none !important;
        color: #555 !important;
    }

        .command-item > span > a.settings-link:hover {
            color: rgb(84, 149, 204) !important;
        }

.command-item .command-item-legend {
    position: relative;
    float: right;
    margin: 1px 0 -2px 0;
}

    .command-item .command-item-legend i:before {
        font-weight: 900 !important;
    }

.command-item .command-item-or-box {
    background-color: #e3e3e3;
    border: 1px solid #e3e3e3;
    padding: 10px;
    margin-top: -10px;
}
.dashboard-card-item-container {
    border-radius: 5px !important;
    background: #fff;
    padding: 14px 24px;
    margin-bottom: 25px;
    position: relative;
    box-shadow: 0px 7px 10px rgba(189, 189, 189, 0.25);
}
.dashboard-card-item-header {
    color: #212121;
    letter-spacing: 0.5px;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 16px;
    display: inline-block;
    font-family: "CentraNo2-light";
}

.dashboard-message-edit-button-block {
    float: right;
    text-align: right;
}

.dashboard-card-message-edit-button {
    margin-left: 0px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px !important; /* fallback */
    max-height: 30px !important; /* fallback */
    -webkit-line-clamp: 1 !important; /* number of lines to show */
    -webkit-box-orient: vertical !important;
    padding-top: 4px !important;
}

@media only screen and (min-width:993px) and (max-width:1440px) {
    .dashboard-card-message-edit-button {
        width: 36px;
        padding: 7px 0px;
    }
    .pulse-btn-text {
        visibility: hidden;
    }
}

@media only screen and (max-width:767px) {
    .dashboard-card-item-container {
        height:auto !important;
        min-height: 315px;
    }
}
.dashboard-message-content {
    max-height: 578px;
    overflow-y: auto;
    padding-right: 10px;
    /*For IE*/
    scrollbar-base-color: rgba(255,255,255,0);
    scrollbar-face-color: #BDBDBD;
    scrollbar-track-color: rgba(255,255,255,0);
    scrollbar-arrow-color: rgba(255,255,255,0);
    scrollbar-dark-shadow-color: grey;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /*For Firefox*/
    scrollbar-width: thin;
}

    .dashboard-message-content::-webkit-scrollbar {
        width: 7px;
        height: 5px;
    }

    .dashboard-message-content::-webkit-scrollbar-thumb {
        background: transparent;
        border-radius: 5px;
    }

#dashboard-message-item-card:hover .dashboard-message-content::-webkit-scrollbar-thumb {
    background: #BDBDBD;
}
.dashboard-task-list-item-row {
    height: 36px;
    cursor: pointer;
    margin-left: -24px;
    margin-right: -24px;
}
    .dashboard-task-list-item-row:hover {
        background-color: #EAF0FD !important;
    }

.dashboard-task-list-item-cell {
    padding-top: 8px;
    padding-bottom: 10px;
    padding-left: 24px;
    padding-right: 16px;
}

.dashboard-task-list-item-row-border-bottom {
    border-bottom: 1px solid #F5F5F5;
}

.dashboard-task-list-item-arrow-icon {
    margin-left: 12px;
    float: right;
    text-align-last:right;
}

.dashboard-task-list-item-icon-block {
    display: inline-block;
    float: right;
    text-align-last: right;
    padding-top:3px;
}

.dashboard-task-list-item-hidden-icon {
    border-radius: 100px !important;
    text-align-last:right;
    float:right;
}

.dashboard-task-list-item-title {
    font-family: "CentraNo2-book";
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px !important; /* fallback */
    max-height: 20px !important; /* fallback */
    -webkit-line-clamp: 2 !important; /* number of lines to show */
    -webkit-box-orient: vertical !important;
    margin-left: -16px;
    margin-top: 2px;
    display:inline-block;
}

.dashboard-task-list-item-title-block {
    position: absolute;
}

.dashboard-task-list-item-task-count-hidden {
    font-family: "CentraNo2-book","Segoe UI",Arial,Helvetica,sans-serif;
    background-color: #f5f5f5;
    color: #757575;
    position: absolute;
}

@media only screen and (min-width:1200px) and (max-width:1440px){
    .dashboard-task-list-item-hidden-icon {
        font-size: 12px;
    }
    .dashboard-task-list-item-arrow-icon {
        margin-left:0px;
        font-size:12px;
    }
}
.dashboard-user-details {
    color: #767676;
}

div.dashboard-user-details {
    display: inline-block;
    padding-left: 25px;
}

img.dashboard-user-details {
    height: 165px;
    width: 165px;
    border-radius: 100px !important;
    float: left;
    background-repeat: no-repeat;
    object-fit: cover;
}

h4.dashboard-user-details {
    font-weight: normal;
    color: #555;
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 24px !important; /* fallback */
    -webkit-line-clamp: 1 !important; /* number of lines to show */
    -webkit-box-orient: vertical !important;
    padding-top:5px;
}

span.dashboard-user-details {
    padding-top: 4px;
    font-family: "CentraNo2-book";
    overflow:hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-height: 24px !important; /* fallback */
    -webkit-line-clamp: 1 !important; /* number of lines to show */
    -webkit-box-orient: vertical !important;
}

.dashboard-user-details-division-info {
    margin-bottom: 10px;
    width:100%;
    margin-left:16px;
}

h6.dashboard-user-details {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-height: 30px !important; /* fallback */
    -webkit-line-clamp: 1 !important; /* number of lines to show */
    -webkit-box-orient: vertical !important;
    font-family: "CentraNo2-book";
    margin-top: 4px;
    width: 100%;
    margin-left: 16px;
}

.dashboard-user-position-header {
    color: #313131;
    font-family: "CentraNo2-book" !important;
    margin-bottom: 0px;
    word-break:break-all;
}

.dashboard-user-supervisor-header {
    margin-bottom: 0px;
    font-family: "CentraNo2-book";
    font-size: 10px;
    word-break: break-all;
}

h5.dashboard-user-details {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 20px; /* fallback */
    -webkit-line-clamp: 1 !important; /* number of lines to show */
    -webkit-box-orient: vertical !important;
}

.pulse-btn-light {
    color: #2862F2;
    cursor: pointer;
    border: 1px solid white;
    border-radius: 5px !important;
    text-align: center;
    padding: 7px 16px;
    font-size: 14px;
    display: inline-block;
    margin-left: 12px;
    height: 36px;
}

    .pulse-btn-light:hover {
        background-color: #ECF1FE;
        color: #2458D9;
        transition: background-color 200ms linear;
    }

.dashboard-payroll-details {
    display: inline-block;
    width: 170px;
    text-align: center;
}

.dashboard-payroll-data {
    background: #f1f1f1;
    border-radius: 5px !important;
    padding: 5px 8px;
}

.dashboard-payroll-number {
    padding: 5px 8px;
    display: block;
}

.dashboard-payroll-header {
    margin-bottom: 4px;
}

.display-column {
    display: block;
}

@media only screen and (min-width:1025px) and (max-width:1028px){
    img.dashboard-user-details {
        height: 160px;
        width: 160px;
    }
}

@media only screen and (min-width:1200px) and (max-width:1435px) {
    img.dashboard-user-details {
        height: 120px;
        width: 120px;
    }
    h4.dashboard-user-details {
        font-size: 17px;
    }
    span.dashboard-user-details{
        font-size:11px;
    }
    .dashboard-user-position-header {
        font-size: 10px;
    }
    .dashboard-payroll-details{
        width: 120px;
    }
}

@media only screen and (min-width:993px) and (max-width:1440px) {
    div.dashboard-user-details {
        padding-left: 22px;
    }
}

@media only screen and (max-width:375px){
    img.dashboard-user-details{
        height: 130px;
        width: 130px;
    }

    .dashboard-payroll-details{
        width: 130px;
    }
}

@media only screen and (max-width:767px) {
    div.dashboard-user-details{
        padding-left: 0px;
        padding-right:0px;
    }
    h6.dashboard-user-details {
        margin-left:0px;
    }
    .dashboard-user-details-division-info {
        margin-left: 0px;
    }
    .dashboard-user-profile-image-container{
        display:inline-block;
        padding-bottom: 15px;
    }

    .pulse-btn-light{
        margin-left:0px;
    }

    .dashboard-payroll-details{
        padding-top:10px;
    }

    .dashboard-user-profile-container{
        text-align:center;
    }
}
.date-display {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.8em;
}

.userImageDiv {
    display: inline-block;
    width: 50px;
}

.contentDiv {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 50px - 1em);
}

.contentText {
    padding: 0 10px 10px 10px;
}

.contentDiv .k-editor {
    border-width: 0;
    border-spacing: 0;
}

.discussionRow {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: #CDCDCD 1px solid;
}

.list-item {
    display: inline-block;
    margin-right: 10px;
}

.list-enter-active, .list-leave-active {
    transition: all 1s;
}

.list-enter, .list-leave-to {
    opacity: 0;
    transform: translateX(30px);
}

#divDiscussionContent {
    position: fixed;
    right: 0;
    top: 55px;
    bottom: 0;
    box-shadow: 0px 0px 10px black;
    background: white;
    padding: 10px;
    -webkit-transform-origin: 100% 50%;
    -webkit-transform: scaleX(0.00001);
    -ms-transform: scale(0);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    outline: 0;
    overflow-y: auto;
}

.tabbable .disabled {
    pointer-events: none;
}

#divDiscussionContent.shown {
    -webkit-transform: scaleX(1);
    -ms-transform: scale(1);
}
.vue-dropdown-container {
    position: relative;
    z-index: 0;
    display: inline-block;
    width: auto;
    margin-bottom: 14px;
}

    .vue-dropdown-container.expanded {
        z-index: 1;
    }

    .vue-dropdown-container .vue-dropdown {
        display: inline-block;
        background: #eaf0fd;
        padding: 5px 10px;
        color: #555;
        border-radius: 5px !important;
        cursor: pointer;
        width: auto;
        font-size: 17px;
        line-height: 26px !important;
    }

        .vue-dropdown-container .vue-dropdown:hover {
            box-shadow: 0px 1px 6px 0px rgba(32,33,36,0.28);
            background: white;
        }

        .vue-dropdown-container .vue-dropdown .vue-dropdown-icon {
            width: 26px;
        }

        .vue-dropdown-container .vue-dropdown .vue-dropdown-item-text {
            margin-right: 12px;
            font-family: 'CentraNo2-bold';
        }
        .vue-dropdown-container .vue-dropdown .vue-dropdown-item-count,
        .vue-dropdown-item .vue-dropdown-item-option-count {
            display: inline-block;
            float: right;
            min-width: 45px;
            border-radius: 500px !important;
            text-align: center;
            background-color: rgb(245, 245, 245);
            font-size: 14px;
        }

        .vue-dropdown-item .vue-dropdown-item-option-count {
            background-color: #ECF1FE;
        }


        .vue-dropdown-container .vue-dropdown .fa-chevron-down,
        .vue-dropdown-container .vue-dropdown .fa-chevron-up {
            width: 24px;
            display: inline-block;
            text-align: center;
            color: #2362f2;
            font-size: .7em;
            line-height: 20px !important;
            vertical-align: middle;
            float: right;
            margin-top: 3px;
        }

    .vue-dropdown-container .vue-dropdown-options {
        position: absolute;
        left: 0;
        top: 100%;
        background: white;
        border-radius: 5px !important;
        min-width: 350px;
        width: 100%;
        box-shadow: 0px 1px 6px 0px rgba(32,33,36,0.28);
    }

        .vue-dropdown-container .vue-dropdown-options .items {
            max-height: 420px;
            overflow: auto;
            padding-top: 8px;
            padding-bottom: 8px;
            margin-left: 8px;
            margin-right: 8px;
        }

        .vue-dropdown-container .vue-dropdown-options .commands {
            display: block;
            border-top: 1px solid #f1f1f1;
        }

            .vue-dropdown-container .vue-dropdown-options .commands a {
                padding: .7em 1em;
                display: block;
                color: #2362f2;
                text-decoration: none !important;
            }

                .vue-dropdown-container .vue-dropdown-options .commands a:hover {
                    background: #F1F1F1;
                }

                .vue-dropdown-container .vue-dropdown-options .commands a i {
                    display: inline-block;
                    width: 24px;
                    text-align: center;
                }

        .vue-dropdown-container .vue-dropdown-options .vue-dropdown-item {
            cursor: pointer;
            padding: .43em 1em;
        }

            .vue-dropdown-container .vue-dropdown-options .vue-dropdown-item .vue-dropdown-item-command {
                text-decoration: none !important;
                color: #555 !important;
                float: right;
                display: none;
                margin-top: 2px;
            }

                .vue-dropdown-container .vue-dropdown-options .vue-dropdown-item:hover .vue-dropdown-item-command {
                    display: block;
                }

            .vue-dropdown-container .vue-dropdown-options .vue-dropdown-item:hover {
                background: #F1F1F1;
                border-radius: 5px !important;
            }

            .vue-dropdown-container .vue-dropdown-options .vue-dropdown-item .vue-dropdown-selection-indicator {
                display: inline-block;
                width: 24px;
                text-align: center;
            }


            .vue-dropdown-container .vue-dropdown-options .vue-dropdown-item.selected {
                font-weight: bold;
                color: #2458D9;
                background: #ECF1FE;
                border-radius: 5px !important;
            }

        .vue-dropdown-container .vue-dropdown-options .vue-dropdown-group-title {
            color: #c3c3c3;
            padding: .7em 1em;
            border-bottom: 1px solid #f1f1f1;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 12px;
        }

            .vue-dropdown-container .vue-dropdown-options .vue-dropdown-group-title i {
                width: 24px;
                display: inline-block;
                text-align: center;
            }

.dropdown-disabled {
    opacity: 0.5;
    cursor: default !important;
}

.hasItemButtons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vue-dropdown-item-buttons-container {
    display: flex;
    gap: 5px;
}

.vue-dropdown-item-button-wrapper {
    z-index: 1;
}

.vue-dropdown-item-button {
    height: 30px;
    width: 30px;
    border-radius: 5px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: green;
}

    .vue-dropdown-item-button > a {
        text-decoration: none;
    }

    .vue-dropdown-item-button.editItemButton:not(.vue-dropdown-item-button-disabled) > a {
        color: #2862F2 !important;
    }

    .vue-dropdown-item-button.editItemButton:hover:not(.vue-dropdown-item-button-disabled) {
        background-color: #2862F2;
    }

        .vue-dropdown-item-button.editItemButton:hover:not(.vue-dropdown-item-button-disabled) > a {
            color: white !important;
        }

    .vue-dropdown-item-button.deleteItemButton:not(.vue-dropdown-item-button-disabled) > a {
        color: #D92B27 !important;
    }

    .vue-dropdown-item-button.deleteItemButton:hover:not(.vue-dropdown-item-button-disabled) {
        background-color: #D92B27;
    }

        .vue-dropdown-item-button.deleteItemButton:hover:not(.vue-dropdown-item-button-disabled) > a {
            color: white !important;
        }

.vue-dropdown-item-button-disabled > a {
    color: #C3C3C3 !important;
}

.vue-dropdown-item-button-wrapper .tooltip-text {
    visibility: hidden;
    width: max-content;
    max-width: 400px;
    background-color: rgba(0,0,0,0.9);
    color: white;
    text-align: center;
    position: absolute;
    margin-top: -72.5px;
    margin-left: 7.5px;
    padding: 13px;
    border-radius: 5px !important;
    user-select: none;
    font-weight: normal;
    text-overflow: ellipsis;
    z-index: -1;
}

    .vue-dropdown-item-button-wrapper .tooltip-text p {
        margin: 0;
    }

.vue-dropdown-item-button-disabled:hover ~ .tooltip-text {
    visibility: visible;
}

.command-items-right .btn-group.command-item-button.open {
    color: var(--tertiary-button-active-text-color) !important;
    background-color: var(--tertiary-button-active-background-color) !important;
    border: 1px solid transparent !important;
}
.pulse-email-client{
    height: 100%;
}

.pulse-email-client input[type="text"] {
    background: white !important;
}

.pulse-email-client .email-label {
    text-align: right;
    cursor: default;
}

.pulse-email-client .email-subject-input,
.pulse-email-client .email-to-input,
.pulse-email-client .email-from-input {
    width: 100%;
}
.pulse-email-client .to-small-msg{
    color: #555;
    font-size: 12px;
    display:block;
}

.pulse-email-client .to-tags-container {
    background: white;
    padding: 6px;
    padding-bottom: 0;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    max-height: 150px;
    overflow-y: auto;
}

.pulse-email-client .to-tag {
    padding: 4px 8px;
    background-color: #EBEEEE;
    color: #555;
    margin: 0px 6px 6px 0px;
    display: inline-block;
    border-radius: 5px !important;
}

.pulse-email-client .to-tag-fail {
    background-color: #D92B27;
    color: white;
}

.pulse-email-client .pulse-input-v2 textarea {
    background-color: white;
    resize: none;
    line-height: 20px;
}

.pulse-email-client .email-subject, .pulse-email-client .email-message, .pulse-email-client .email-placeholders {
    margin-bottom: 8px;
}

    .pulse-email-client .email-to .remove-bottom-radius {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .pulse-email-client .email-attachment {
        margin: 16px 0;
    }

.pulse-email-client .email-file-select{
    display: inline-block;    
    margin-right: 8px;
}

.pulse-email-client .attachment {
    background: white;
    border-radius: 5px !important;
    padding: 7px 16px;
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-block;
    cursor: default;
    height: 36px;
}
.pulse-email-client .email-attachment .email-attachment-container {
    padding: 0 !important;
    padding-left: 3px !important;
}

.pulse-email-client .attachment-name {
    color:#2862F2; 
}

.pulse-email-client .email-wyg, .pulse-email-client email-message{
    height: 100%;
}

.pulse-email-client .email-wyg .trumbowyg-box {
    background: white;
}

.pulse-email-client .header-overlay-items, .move-stage-overlay .header-overlay .vue-overlay {
    background: white;
}

.pulse-email-client .vue-overlay {
    text-align: left;
    box-shadow: 0px 0px 25px RGBA(36, 88, 217, 0.10);
}

.pulse-email-client .header-overlay-items div:hover {
    background: #f1f1f1;
}

.pulse-email-client .queue-body-container{
    text-align: center;
    color: #212121;
}

.pulse-email-client .queue-body-container .queue-message{
    font-size: 1rem;
    font-weight: bold;
    margin-top: 0.5rem;
    margin-bottom: 3rem;
}

.pulse-email-client .queue-body-container .queue-feedback {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.pulse-email-client .queue-body-container .queue-fact {
    font-size: 12px;
    margin-bottom: 1rem;
    color: #555;
}

.pulse-email-client .confirm-body-container{
    text-align: left;
}

.pulse-email-client .confirm-body-container .confirm-message{
    color: #212121;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}

.pulse-email-client .confirm-body-container .confirm-fact{
    font-size: 12px;
    color: #555;
    margin-bottom: 1rem;
}

.pulse-email-client .modal-footer{
    text-align:center;
}

.pulse-email-client .email-info {
    display: inline-block;
    margin-top: 2rem;
    margin-bottom: 8px;
    position: absolute;
    left: 50%;
}
.pulse-email-client .email-info a {
    color: #2862F2;
}

.pulse-email-client .email-info a i{
    font-size: 8px;
    vertical-align: text-top;
}

.pulse-email-client .email-template-item {
    padding: 1px 2px;
    display: block;
    color: #444 !important;
    text-decoration: none;
    min-width: 300px;
}

.pulse-email-client .email-template-item-text {
    padding: 13px;
    display: inline-block;
    max-width: 260px;
}

.pulse-email-client .email-template-item-icon {
    padding: 14px 9px;
    margin-top: 1px;
} 

.pulse-email-client .email-template-item-icon:hover {
    background: #FCEBEA !important;
    color: #FF0000;
}

@media only screen and (max-width: 991px) {
    .pulse-email-client .email-label {
        text-align: left;
        margin-bottom: 8px;
    }
    .pulse-email-client .email-attachment .email-attachment-container {
        margin-left: -5px;
    }
}
.engagement-card-edit-hyperlink-input {
    width: 100%;
}

.engagement-card-edit-message-input {
    width: auto;
}
.engagement-card {
    height: inherit;
    width: inherit;
}

.engagement-card-image {
    border-radius: 5px !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.engagement-card-hyperlink-container {
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: white;
    bottom: 0px;
    position: absolute;
    width: 100%;
    height: 20%;
    max-height: 64px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}
.command-item > a.export-link-container.disable {
    opacity: 0.7;
    cursor: default;
}

.fudroppable {
    outline: 1px dashed grey;
    width: 100%;
    background: #c9e1f5;
    color: #555;
    padding: 25px 0;
    text-align: center;
    cursor: pointer;
}

.fudroppable.dragover {
    background: #ddd;
}

.fuoverlay {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    border-style: dashed;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    min-height: 150px;
    background-color: white;
    opacity: 0.5;
    font-family: 'CentraNo2-book';
}

.fuoverlaytext {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#file-uploader-link .modal-container {
    border-radius: 8px !important;
}

#file-uploader-link .modal-header {
    border-radius: 8px 8px 0 0 !important;
}

#file-uploader-link .modal-body {
    border-radius: 0 0 8px 8px !important;
}
.file-viewer-component .download-panel {
    background-color: transparent;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

    .file-viewer-component .download-panel .download-panel-fileName {
        line-height: 2.5;
        color: #212121;
    }

.file-viewer-component .i-frame {
    border: none;
    width: 100%;
}

.file-viewer-component .file-viewer-button-dropdown {
    position: relative;
}

.file-viewer-component .file-viewer-image-container {
    overflow: auto;
    text-align:center;
}
.faa-tag-read-only {
    padding: 4px 7px;
    background-color: rgba(33, 33, 33, 0.1);
    display: inline-block;
    border-radius: 3px;
    color: #212121;
    margin: 3px 1px;
}

.generic-card-edit-container .placeholder-overlay .header-overlay .vue-overlay-v2 {
    width: min-content;
}

.geolocator-map {
    width: 95%;
    height: 460px;
    margin: 23px;
}

.grid-footer {
    position: fixed;
    bottom: 0;
    background-color: white;
    z-index:1;
}

.grid-inline-update-column-container {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 8px;
}

    .grid-inline-update-column-container::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        border-color: transparent;
        border-style: solid;
        border-width: .25em;
        border-left-color: #2458D9;
        border-top-color: #2458D9;
    }

    .grid-inline-update-column-container:focus {
        outline:none;
    }

.grid-inline-update-action {
    position: absolute;
    z-index: 10;
    box-shadow: 0 0 10px 4px rgba(0,0,0,0.15);
    border-radius: 10px !important;
}

.grid-inline-update-progress {
    top: calc(-1%);
    background: white;
    width: calc(100% + 10%);
    left: calc(-5%);
    max-height: 40px;
}

.grid-inline-update-dropdown {
    top: calc(-1%);
    left: 0;
    width: 100%;
    background: white;
}

.grid-inline-update-text {
    top: 0;
    width: 100%;
    left: 0;
}

.inline-update-column-textarea {
    background: white;
    width: 100%;
    padding: 8px;
    display: block;
}

.discard-btn {
    display: inline-block;
    width: 100%;
    padding: 7px 7px;
    text-align: center;
    border-radius: 5px !important;
    text-decoration: none !important;
    min-width: auto;
}

.save-btn {
    display: inline-block;
    margin-bottom: 8px;
    width: 100%;
    text-align: center;
    text-decoration: none !important;
    min-width: auto;
}

    .save-btn:focus {
        transform: scale(1.1);
    }
.grid-progress-box {
    height: 24px;
    margin-bottom: 0;
    position: relative;
    background-color: rgb(211, 211, 211) !important;
    background-image: none;
}

    .grid-progress-box .progress-text {
        position: absolute;
        width: 100%;
        text-align: center;
        white-space: nowrap;
        line-height: 24px;
        color: white;
    }

.grid-wrap {
    overflow-wrap: break-word;
}


.table .grid-wrap-tr td {
    overflow-wrap: break-word;
    text-align: center;
    vertical-align: middle;
}

.table .grid-wrap-tr th {
    overflow-wrap: break-word;
    text-align: center;
    vertical-align: middle;
}

.table .grid-wrap-tr.grid-wrap-tr-left-align td {
    text-align: left;
}
.table .grid-wrap-tr.grid-wrap-tr-left-align th {
    text-align: left;
}
.table .grid-wrap-tr.grid-wrap-tr-selectable td {
    cursor: pointer;
}

.selectbox-grid.pulse-check, .selectbox-grid.pulse-radio {
    margin: 0 8px 0 8px;
}

.table tbody tr.selected-row td {
    background-color: #DFE8FD;
}

.table tbody tr.selected-row:hover td {
    background-color: #cbd9f7;
}

.grouped-dropdown-search-bar::-ms-clear {
    display: none;
}

.grouped-dropdown-recent-heading {
    color: #555;
}

.grouping-row {
    background-color: #ddd;
    color: #666;
    cursor: default !important;
}

.grouped-dropdown-list {
    padding-left: 0px !important;
}

.chosen-container .chosen-results {
    max-height: 515px;
}

.grouped-dropdown-check {
    color: #4a8bc2;
}

.grouped-dropdown-hovered {
    color: white;
}

.chosen-results li em {
    text-decoration: none !important;
    font-style: italic !important;
}

.grouped-dropdown-unselectable {
    background-color: white;
    cursor: default !important;
}

.grouped-dropdown-loader {
    height: 25px;
    padding-left: 6px;
    line-height: 25px;
}

.grouped-dropdown-search-icon {
    position: absolute;
    color: #888;
    font-size: 16px;
    top: 20px;
    left: 12px;
}

.grouped-dropdown-search-clear {
    position: absolute;
    cursor: pointer !important;
    color: #666;
    font-size: 20px;
    top: 18px;
    right: 12px;
}

.grouped-dropdown-search-bar {
    text-indent: 25px;
}

.active-result {
    display: table;
}

    .active-result i {
        min-width: 20px;
    }

.grouped-dropdown-cell {
    display: table-cell;
}

.grouped-dropdown-item-id {
    white-space: nowrap;
}

.grouped-dropdown-item-name {
    width: 100%;
    padding-left: 5px;
}

.grouped-dropdown-expander {
    position: absolute !important;
    width: 22px !important;
    height: 32px;
    top: 0 !important;
    right: 0 !important;
    text-align: center;
    border: 1px solid #dedede;
    z-index: 1011;
    background-color: #eee;
    cursor: pointer;
}

.grouped-dropdown-arrow {
    position: absolute;
    top: 12px;
    right: 5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #777;
}

.grouped-dropdown-arrow-up {
    position: absolute;
    top: 12px;
    right: 5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #777;
}

.grouped-dropdown-separator {
    position: absolute;
    bottom: 0;
    width: calc(100% - 22px);
    height: 1px;
    background-color: #aaa;
    z-index: 1011;
}

.chosen-input-v2 .grouped-dropdown-list {
    padding-left: 12px !important;
}

.horizontal-scroller {
    font-size: 16px;
    z-index: 100;
    padding: 24px;
    background: #efefef;
    color: #555 !important;
    opacity: 0.9;
    text-decoration: none !important;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 3px;
}

    .horizontal-scroller:hover {
        background: #e5e5e5;
    }

.j-date-picker-input-group-addon {
    border: 0;
    background-color: #F5F5F5;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.j-datepicker .pulse-input-v2 input[type="text"] {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

#ui-datepicker-div {
    display: none;
    z-index: 9999 !important;
}

.modal-field-container #modal-container-wrapper .modal-container-v2 .modal-body-v2 {
    background: white !important;
    color: #212121;
}

.modal-field .chosen-input-v2, .modal-field .j-datepicker .input-group input, #modal-container-wrapper .modal-container-v2 .modal-field textarea, #modal-container-wrapper .modal-container-v2 .modal-field input[type=text].form-control {
    border: 1px solid #00000017 !important;
    border-radius: 5px !important;
}

    .modal-field .chosen-input-v2 .chosen-container .chosen-drop {
        min-width: unset !important;
        top: 30px;
    }

    .modal-field .chosen-input-v2 .chosen-container-multi .chosen-choices {
        background: white;
    }
    .modal-field .chosen-container .chosen-search {
        line-height: 20px;
        padding: 12px;
    }

.modal-field .chosen-input-v2 .chosen-container .chosen-results {
    height: 100px !important;
    margin: 0;
}

.modal-field .pulse-switch-container {
    height: 18px;
    margin-right: 4px;
}

.modal-field .pulse-switch-input[type="checkbox"] {
    border-radius: 10px !important;
    height: 16px;
    width: 24px;
}

.modal-field input[type="radio"] {
    margin-right: 4px;
}

.modal-field .pulse-switch-input[type="checkbox"]::before {
    left: 4px;
    top: 4px;
    height: 8px;
    width: calc(50% - 4px);
    border-radius: 8px !important;
}

.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease;
}

.modal-wrapper {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    overflow-y: auto;
}

.modal-container {
    width: 300px;
    margin: 0px auto;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    transition: all .3s ease;
    /*font-family: Helvetica, Arial, sans-serif;*/
    position: relative;
}

    .modal-container > .commands {
        float: right;
        margin-right: 10px;
        margin-left: 10px;
    }

        .modal-container > .commands > a {
            padding: 15px 10px;
            font-size: 20px;
            text-decoration: none !important;
            display: inline-block;
            color: #333;
            transition: color ease-in 0.1s;
            vertical-align: top;
        }

            .modal-container > .commands > a:hover {
                color: #4A8BC2 !important;
            }

            .modal-container > .commands > a.icon-window-close:hover {
                color: #d9534f !important;
            }

.modal-body {
    margin: 0;
    max-height: 90vh; /* safari fallback */
    max-height: calc(100vh - 80px);
    position: relative;
    height: 100%;
    width: 100%;
    background: white;
    -webkit-overflow-scrolling: touch;
}

.crop-modal-footer {
    color: #333;
    max-height: 60px;
    float: right;
    padding: 15px;
}

/** 
 * iPad with portrait orientation.
 */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .modal-body {
        max-height: 1024px;
    }
}

/** 
 * iPad with landscape orientation.
 */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
    .modal-body {
        max-height: 768px;
    }
}

.modal-body > .loading-indicator {
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 60px;
    top: calc(50% - 30px);
    font-family: 'Font Awesome 5 Pro';
    animation: spin 1s infinite steps(8);
    display: inline-block;
}

    .modal-body > .loading-indicator:before {
        content: "\f110";
    }

.modal-body > iframe, .modal-body > div > iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: none;
}

.modal-header {
    background: white;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
    max-height: 50px;
}

.modal-footer {
    background: white;
    color: #333;
    max-height: 60px;
}

.modal-header > h4 {
    /*width: calc(70%);*/
}

.modal-default-button {
    float: right;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.modal-enter {
    opacity: 0;
}

.modal-leave-active {
    opacity: 0;
}

    .modal-enter .modal-container,
    .modal-leave-active .modal-container {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

@media print {
    .modal-container {
        position: relative !important;
    }
}

@supports (-webkit-overflow-scrolling: touch) { /* IOS only */
    .modal-body-iframe {
        overflow-y: auto !important;
    }
}

.modal-body .popup-container {
    width: 100% !important;
    box-sizing: border-box !important;
}


/*STYLE V2*/
#modal-container-wrapper .modal-container-v2 {
    border-radius: 5px !important;
}

.modal-container-v2 .commands a {
    padding: 10px;
    margin-top: 3px;
}

#modal-container-wrapper .modal-container-v2 > .commands > a {
    vertical-align: inherit !important;
}

#modal-container-wrapper .modal-container-v2 input[type="text"], #modal-container-wrapper .modal-container-v2 textarea, #modal-container-wrapper .modal-container-v2 input[type="number"],
#modal-container-wrapper .modal-container-v2 input[type="password"], #modal-container-wrapper .modal-container-v2 .input-group-addon,
#modal-container-wrapper .modal-container-v2 .chosen-container-single .chosen-single {
    background-color: white !important;
}

#modal-container-wrapper .modal-container-v2 .pulse-container input[type="text"], #modal-container-wrapper .modal-container-v2 .pulse-container textarea, #modal-container-wrapper .modal-container-v2 .pulse-container input[type="number"],
#modal-container-wrapper .modal-container-v2 .pulse-container input[type="password"], #modal-container-wrapper .modal-container-v2 .pulse-container .input-group-addon,
#modal-container-wrapper .modal-container-v2 .pulse-container .chosen-container-single .chosen-single {
    background-color: #f5f5f5 !important;
}

#modal-container-wrapper .modal-container-v2 .form-control[disabled], #modal-container-wrapper .modal-container-v2 .form-control[readonly],
#modal-container-wrapper .modal-container-v2 .pulse-container .form-control[disabled], #modal-container-wrapper .modal-container-v2 .form-control[readonly] {
    background-color: #eee !important;
}

#modal-container-wrapper .modal-container-v2 textarea {
    border: 0 !important;
}

#modal-container-wrapper .modal-container-v2 .modal-header-v2 {
    border-radius: 5px !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom: 1px solid #f5f6f8 !important;
    padding-bottom: 15px;
}

    #modal-container-wrapper .modal-container-v2 .modal-header-v2 > h4 {
        font-weight: 600 !important;
        font-size: 16px !important;
        text-shadow: none !important;
    }

#modal-container-wrapper .modal-container-v2 .modal-body-v2 {
    background-color: #f7f8fa !important;
}

#modal-container-wrapper .modal-container-v2 .modal-body-v2-no-padding {
    padding: 0px !important;
}

#modal-container-wrapper .modal-container-v2 .modal-body-v2-border-radius, #modal-container-wrapper .modal-container-v2 .modal-footer-v2 {
    border-radius: 5px !important;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

#modal-container-wrapper .modal-container-v2 .modal-footer-v2 {
    border-top: 1px solid #f5f6f8 !important;
}

.modal-header.modal-header-v2 .modal-constrain-title {
    display: revert !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vue-grid-item::-webkit-scrollbar {
    display: none;
}

.dynamic-component {
   
    box-shadow: none !important;

}

.vue-grid-item {
    overflow-y: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none;
}
.cssTransforms{
    height:auto;
}


.my-summary-title {
    font-size: 16px;
    color:#212121;
    font-family: "CentraNo2-bold";
    padding: 24px;
    margin: 0;
}

.my-summary-card {
    height: inherit !important;
    width: inherit !important;   
    object-fit: cover;   
    cursor: pointer;    
}
   

.module-titles {
    padding: 8px 24px;
    border-top: 1px #00000017 solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:4px;
}


.module-titles:hover {
    background-color: #00000017;
     border-radius: 5px !important;
}



.my-summary-card .tab-links {
    color: #8D6708;
    text-decoration: none;
}

 .module-name {
    font-size: 14px;
    cursor: pointer;
    width: max-content;
}


.my-summary-modules {
    margin: 0;
    padding-left:0 !important;
}

.my-summary-modules-lists {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    gap: 18px;
    position: relative;
    padding: 4px 24px;
}

 .my-summary-modules-lists:hover {
    background-color: #00000017;
}

    .my-summary-card-info {
        display: flex;
        gap: 4px;     
        pointer-events:none;
        align-items:center;
    }

.my-summary-card .right-icon {
    position: absolute;
    top:15px;
    right: 24px;
    color: #555555 !important;
    pointer-events:none;
}

.my-summary-card .my-summary-card-items {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-family: CentraNo2-book;
    color: #000000DE;
    pointer-events: none;
}


.my-summary-card-items .outstanding-items {
    color: #00000091;
}
.no-card-info {
    display: none;
}

.no-outstanding-items {
    justify-content: center;
}

.my-summary-card .left-icon {
    width: 48px;
    height: 48px;
    background: #DBA6001A 0% 0% no-repeat padding-box;
    border-radius: 5px !important;
    position: relative;
}


.left-icon .fa-edit,
.left-icon .fa-check-circle,
.left-icon .fa-briefcase,
.left-icon .fa-award,
.left-icon .fa-comment-check {
    position: absolute;
    left: 15px;
    top: 15px;
}


.my-summary-card-info .fa-check-circle {
    margin-top: 3px;
}


.my-summary-card-info .fa-check-circle,
.left-icon .fa-check-circle {
    color: #0C700C;
}

    .check-circle {
        background: #0F8A0F1A !important;
    }

.my-summary-card-info .card-info-icon {
    background: #DBA6001A 0% 0% no-repeat padding-box;
    border-radius: 16px !important;
    padding: 4px 10px;
    color: #8D6708;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap:4px;
}

.card-info-icon .fa,
.card-info-icon .fas {
    position: absolute;
    left: 8px;
    top: 6.5px;
}

.card-info-icon .number-of-items {
    color: #8D6708;
    font-size: 14px;
    font-weight: bold;
   
}

.items-count {
    color: #00000091;
    padding-right: 8px;
}

.no-items .fa-check-circle {
    background-color: #0F8A0F1A !important;
}


@media screen and (max-width:575px) {
   .my-summary-title {
        padding: 16px;
    }
    .module-titles {
        padding: 8px 16px;
    }

    .vue-grid-layout {
        margin: 0 !important;
    }
    .my-summary-card .my-summary-modules-lists {
        padding: 4px 16px;
    }
    .my-summary-card .right-icon{
        right:16px;
    }
}
.see-all-updates-button {
    text-align: center;
    cursor: pointer;
    padding: 14px;
    color: #428bca;
    vertical-align: middle;
}

.panel-heading-wide {
    padding: 15px;
}

.no-top-border {
    border-top: none;
}

.no-bottom-border {
    border-bottom: none;
}
.node-summary-empty-data {
    padding: 210px 0px;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
}

.node-summary-container {
    padding: 20px 10px 16px;
    overflow-y: auto;
    max-height: 510px;
    /*For IE*/
    scrollbar-base-color: rgba(255,255,255,0);
    scrollbar-face-color: #BDBDBD;
    scrollbar-track-color: rgba(255,255,255,0);
    scrollbar-arrow-color: rgba(255,255,255,0);
    scrollbar-dark-shadow-color: grey;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /*For Firefox*/
    scrollbar-width: thin;
}

    .node-summary-container::-webkit-scrollbar {
        width: 7px;
        height: 5px;
    }

    .node-summary-container::-webkit-scrollbar-thumb {
        background: transparent;
        border-radius: 5px;
    }

    .node-summary-container:hover::-webkit-scrollbar-thumb {
        background: #BDBDBD;
    }

.node-summary-primary-officer-block {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.node-summary-secondary-officer-block {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .node-summary-officer-img {
        width: 60px;
        height: 60px;
        float: left;
        border-radius:100px !important;
    }

.node-summary-officer-details {
    margin-left: 74px;
}

    .node-summary-officer-name {
        font-family: 'CentraNo2-bold';
        padding: 2px 0px;
        margin-top: 8px;
        font-size: 16px;
    }

    .node-summary-officer-node-role {
        font-family: 'CentraNo2-light';
        padding: 2px 0px;
        font-size: 14px;
    }

.node-summary-additional-attribute-name {
    font-size: 16px;
    font-family: "CentraNo2-bold";
}

.node-summary-additional-attribute-details {
    font-family: "CentraNo2-light";
}

.vue-overlay-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
}

.vue-overlay {
    position: absolute;
    background: #efefef;
    z-index: 9999;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.6);
}

    .vue-overlay > a, .vue-overlay > div > a {
        padding: 14px;
        display: block;
        color: #444 !important;
        text-decoration: none;
    }

        .vue-overlay > a:hover, .vue-overlay > div > a:hover {
            background: #dedede;
        }

        .vue-overlay > a > i, .vue-overlay > div > a > i {
            width: 18px;
            display: inline-block;
        }

    .vue-overlay > .separator, .vue-overlay > div > .separator {
        height: 1px;
        background: #ccc;
        display: block;
        margin: 3px 0;
    }


/*style v2*/
.vue-overlay-v2 {
    font-size: 14px;
    position: absolute;
    text-align: left;
    background: white !important;
    box-shadow: 0px 0px 25px RGBA(36, 88, 217, 0.10);
    border-radius: 5px !important;
    width: max-content;
}

.vue-overlay-v2 > a, .vue-overlay-v2 > div > a{
    padding: 14px;
    display: block;
    color: #555 !important;
    text-decoration: none;
}

.vue-overlay-v2 > a:hover, .vue-overlay-v2 > div > a:hover {
    background: #f1f1f1;
}

.vue-overlay-v2 > a > i, .vue-overlay-v2 > div > a > i {
    width: 18px;
    display: inline-block;
    margin-right: 0.5rem;
}
.packery-drop-placeholder {
    outline: 3px dashed hsla(0, 0%, 0%, 0.5);
    outline-offset: -6px;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
}

.item.is-dragging,
.item.is-positioning-post-drag {
    background: #E4E4E4;
    z-index: 2;
}

.pulse-faq-tooltip-container {
    display: inline-block;
}

.pulse-faq-tooltip {
    color: #87bb33 !important;
    font-size: 15px;
}
.k-gantt tbody td {
    vertical-align: middle;
}

/* Hide toolbars during export */
.k-pdf-export .k-gantt-toolbar {
    display: none;
}

.k-pdf-export #icon-view {
    display: none;
}

.k-pdf-export #icon-confidential {
    top: 0 !important;
}

.k-gantt-timeline .k-grid-content {
    overflow-y: scroll !important;
}

.k-gantt .k-grid tbody tr.k-state-hover, .k-grid tbody tr:hover {
    background-color: #ededed;
}

.k-gantt-treelist tbody tr:hover {
    background-color: #ededed !important;
    color: #212121;
}

.k-task-milestone {
    border-color: rgba(0, 0, 0, 0.08);
    background-color: #424242;
}

.k-gantt-views .k-button:focus {
    color: #000;
    border-color: #dbdbdb;background: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.k-gantt-views .k-button:active {
    border-color: #d5d5d5 !important;
    background: #d5d5d5 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.k-gantt-views .k-button:hover {
    color: #fff;
    border-color: #8ebc00 !important;
    background: #8ebc00 !important;
}

.k-gantt-views .k-button.k-state-selected {
    color: #fff;
    border-color: #7ea700 !important;
    background: #7ea700 !important;
}

.k-gantt .k-tooltip, .k-gantt .k-tooltip.k-popup, .k-tooltip.k-widget {
    border-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    background-color: rgba(0, 0, 0, 0.75);
}

.k-gantt .k-grid-content .k-state-selected {
    border-color: #0d6efd;
    background-color: #86b7fe !important;
}

.k-gantt .k-state-selected .k-task-complete {
    background-color: #0d6efd;
}

.k-gantt .k-state-selected .k-task-summary {
    border-color: #0d6efd !important;
    background-color: #86b7fe !important;
}

.k-gantt .k-state-selected .k-task-summary-complete {
    border-color: #0d6efd !important;
    background-color: #0d6efd !important;
}

.k-gantt .k-task-summary {
    border-color: #7ea700;
    background-color: #99cb00;
}

.k-gantt .k-task-summary-complete {
    border-color: #7ea700;
    background-color: #7ea700;
}

.k-gantt .k-treelist .k-alt.k-state-selected, .k-gantt .k-treelist .k-alt.k-state-selected > td,
.k-gantt .k-treelist .k-state-selected, .k-gantt .k-treelist .k-state-selected td,
.k-gantt .k-treelist .k-state-selected:hover, .k-gantt .k-treelist .k-state-selected:hover td {
    background-color: #86b7fe;
}

.k-grid-header .k-header > .k-link, 
.k-header, 
.k-menu, 
.k-tabstrip, 
.k-treemap-title, 
.k-block, 
.k-content, 
.k-dropdown .k-input, 
.k-popup, 
.k-toolbar, 
.k-widget {
    color: #212121;
}

.k-gantt-treelist .k-header {
    white-space: normal !important;
}

.k-gantt-rowheight .k-task-single {
    height: auto;
}

.k-gantt .gantt-status-box {
    width: 100%;
    text-align: center;
}

.k-task-template {
    overflow: hidden;
    text-overflow: ellipsis;
}
.pulse-switch-container {
    position: relative;
    display: inline-block;
}
.pulse-switch-label {
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    bottom: 8px;
    z-index: 2;
    cursor: pointer;
}

.pulse-switch-on {
    color: white;
    left: 10px;
}

.pulse-switch-off {
    color: #555555;
    right: 5px;
}

.pulse-switch-input:focus .pulse-switch-input:visited .pulse-switch-input:active{
    appearance:none;
    -webkit-appearance:none;
}

.pulse-switch-input[type="checkbox"] {
    background: #EAEDED;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 5px !important;
    outline: none !important;
    transition: .4s;
    cursor: pointer;
    position: relative;
    height: 24px;
    bottom: 5px;
}

.pulse-switch-input:checked[type="checkbox"]{
    background: #2862F2
}

.pulse-switch-input[type="checkbox"]::before {
    position: absolute;
    content: "";
    left: 2px;
    top: 2px;
    bottom: 2px;
    width: calc(50% - 2px);
    height: 20px;
    background: white;
    border-radius: 3px;
    transition: 0.2s;
    z-index: 10;
    box-shadow: 0 1px 6px 0px rgba(33, 33, 33, 0.25);
}

.pulse-switch-input:checked[type="checkbox"]::before {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
}
.vue-tabs > li > a > .badge {
    margin-left: 3px;
}

    .vue-tabs > li > a > .badge:first-of-type {
        margin-left: 6px;
        border-radius: 3px !important;
        background: #00000017;
        color: #000000DE;
    }
/*QuickLinks Widget Card Component Styles*/

.quickLinks-widget-component-container {
    font-family: "CentraNo2-book";
}

.quickLinks-widget-component-container-header {
    font-size: 16px;
    color: #212121;
    font-family: "CentraNo2-bold";
}

.quickLinks-container{
    box-shadow:none;
    padding:0px 25px;
}

.quicklinks-widget-loading-icon {
    text-align: center;
    margin-left: 50%;
    margin-top: 10%;
}

.quicklinks-widget-loading-container {
    height: 315px;
}

.quicklink-widget-card-title-only {
    display: inline-block;
    margin-left: 45px;
    margin-top: 12px;
    font-family: 'CentraNo2-bold';
}

.quicklinks-widget-container {
    margin-top: 5px;
    margin-left: -15px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    position: relative;
}

/*Quicklinks Widget Card Item Styles*/

.quicklinks-widget-card {
    border-radius: 5px !important;
    height: 57px;
    width: 300px;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    text-align: left;
    flex: 1;
    margin-bottom: 10px;
}

    .quicklinks-widget-card:hover{
        background: #2121211A;
    }


.quicklinks-widget-card-icon {
    position: absolute;
    top: 30% !important;
    left: 13px;
    font-size: 19px;
    background-color: #2121211A;
    padding: 9px;
    border-radius: 5px;
    margin-top: -8px;
    height: 40px;
    width: 40px;
}

.quicklinks-widget-card-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.quicklink-widget-card-title {
    display: inline-block;
    margin-left: 65px;
    margin-top: 8px;
    font-size: 14px;
    font-family: 'CentraNo2-bold';
    color: #212121; 
}

.quicklink-widget-card-description {
    margin-left: 0;
    font-family: "CentraNo2-book";
    font-size: 12px;
    color: #707070;
    display: block;
}
.radio-btn-group-item {
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

    .radio-btn-group-item:hover {
        color: #fff;
        background-color: #8ebc00;
        border-color: #8ebc00;
    }

    .radio-btn-group-item:focus:active {
        color: #333333;
        background-color: #d5d5d5;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

    .radio-btn-group-item.active {
        color: #fff;
        background-color: #7ea700;
        border-color: #7ea700;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }
.responsibility-details-container {
    border-right: 1px solid #dddddd;
}

.historic-responsibility-date-label {
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 0.8em;
    padding: 25px;
}

.historic-responsibility-completed-date {
    display: inline-block;
    margin-left: 10px;
}
.vue-search-container-form {
    position: relative;
    padding-bottom: 30px;
    padding-top: 10px;
}

.vue-search-box-form {
    font-size: 0;
    margin-top: -9px;
    position: relative;
    transition: width ease-in-out 0.15s;
    max-width: 100%;
}

.vue-search-container {
    position: relative;
}

.vue-search-box {
    width: 500px;
    font-size: 0;
    float: right;
    margin-top: -9px;
    position: relative;
    transition: width ease-in-out 0.15s;
    max-width: 100%;
}

    .vue-search-box-form > div,
    .vue-search-box > div {
        width: 100%;
        position: absolute;
        right: 0;
    }

        .vue-search-box-form > div > input[type=text],
        .vue-search-box > div > input[type=text] {
            width: calc(100% - 36px);
            font-size: 14px;
            height: 36px;
            background: #E5E5E5;
            border: none;
            transition: background ease-in-out 0.15s;
            padding-left: 8px;
        }

            .vue-search-box-form > div > input[type=text]:focus,
            .vue-search-box > div > input[type=text]:focus {
                background: #CCC;
            }

        .vue-search-box-form > div > button,
        .vue-search-box-form > div > button:hover,
        .vue-search-box-form > div > button:focus,
        .vue-search-box-form > div > button:active,
        .vue-search-box > div > button,
        .vue-search-box > div > button:hover,
        .vue-search-box > div > button:focus,
        .vue-search-box > div > button:active {
            width: 36px;
            font-size: 14px;
            height: 36px;
            vertical-align: top;
            background: #4F4F4F;
            color: white;
        }
    .vue-search-inline .vue-search-box-form {
        position: inherit
    }
    @media(max-width: 1365px) {
        .vue-search-box-form, .vue-search-box {
        width: 350px;
    }
}

@media(max-width: 766px) {
    .vue-search-box-form,
    .vue-search-box {
        width: 100% !important;
        float: none;
        position: absolute;
        margin-top: 40px !important;
    }

        .vue-search-box-form > div,
        .vue-search-box > div {
            position: relative;
        }

    .vue-search-container + h3.page-header {
        margin-bottom: 55px !important;
    }
}

.vue-search-results {
    display: none;
}

.vue-search-box-form.focus,
.vue-search-box-form.pinned {
    width: 100%;
}

.vue-search-box.focus,
.vue-search-box.pinned {
    width: 500px;
}

    .vue-search-box-form.focus > .vue-search-results,
    .vue-search-box.focus > .vue-search-results {
        position: absolute;
        top: 38px;
        left: 0;
        right: 0;
        background: white;
        display: block;
        border: 1px solid #e5e5e5;
        z-index: 50;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
        padding: 8px;
    }

        .vue-search-box-form.focus > .vue-search-results > a,
        .vue-search-box.focus > .vue-search-results > a {
            padding: 8px;
            margin: 8px 8px -8px 0;
            display: block;
            width: 100%;
            font-size: 14px;
            color: #555 !important;
            text-decoration: none !important;
        }

            .vue-search-box-form.focus > .vue-search-results > a:hover,
            .vue-search-box-form.focus > .vue-search-results > a.active,
            .vue-search-box.focus > .vue-search-results > a:hover,
            .vue-search-box.focus > .vue-search-results > a.active,
            .vue-search-box-form.focus a:hover .additional-search-info,
            .vue-search-box.focus a:hover .additional-search-info {
                background: #00000017;
                color: #000000DE !important;
                border-radius: 5px !important;
            }

        .vue-search-box-form.focus > .vue-search-results > span,
        .vue-search-box.focus > .vue-search-results > span {
            font-style: italic;
            color: #888;
            font-size: 14px;
            padding: 8px;
            display: block;
            width: 100%;
        }

.vue-search-box-form > .vue-search-overlay,
.vue-search-box > .vue-search-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 49;
}

.search-result-highlight {
    background-color: yellow;
}

.search-result-bold {
    font-weight: bold;
}

.vue-search-box-form.focus a:hover .search-result-highlight,
.vue-search-box.focus a:hover .search-result-highlight {
    color: black !important;
}
.skills-tab-component-container .v-chip {
    border-radius: 16px !important;
}

.skills-tab-component-container .v-icon.v-icon {
    font-size: 16px !important;
}

.skills-tab-component-container .v-text-field .v-input__append-inner {
    align-self: center !important;
}

.skills-tab-component-container .v-input {
    font-size: inherit !important;
}

.skills-tab-component-container .v-input__control {
    margin-bottom: 0;
}

    .skills-tab-component-container .v-input__control .v-menu {
        display: initial !important;
    }

        .skills-tab-component-container .v-input__control .v-menu .v-menu__content {
            max-height: 300px !important;
            border-radius: 5px !important;
            border: 1px solid #E1E1E1 !important;
            box-shadow: 0 0 22px RGBA(0, 0, 0, 0.1) !important;
            transform-origin: left bottom !important;
        }

.skills-tab-component-container .v-input__icon button, .v-chip__content button {
    background-color: unset !important;
    border: none !important;
}

.skills-tab-component-container .v-input__slot {
    border: 1px #00000017 solid;
    border-radius: 5px !important;
}

.skills-tab-component-container .v-input--is-readonly .v-input__slot {
    border: none;
}

.skills-tab-component-container .v-input--is-readonly .v-input__icon {
    display: none;
}

.skills-tab-component-container .v-select__selections input, #modal-container-wrapper .modal-container-v2 .pulse-container .v-select__selections input[type="text"] {
    background-color: unset !important;
    padding: 8px !important;
    border: none !important;
}

.skills-tab-component-container .theme--light.v-text-field > .v-input__control > .v-input__slot:before,
.skills-tab-component-container .v-text-field.v-input--is-focused > .v-input__control > .v-input__slot:after {
    display: none;
}

.skills-tab-component-container .v-text-field__details {
    display: none;
}

.skills-tab-component-container .v-list {
    padding: 8px 12px !important;
}

.skills-tab-component-container .v-list-item {
    border-radius: 5px !important;
    padding: 0 !important;
    min-height: unset !important;
}

    .skills-tab-component-container .v-list-item .v-list-item__icon {
        align-self: center;
        margin: 0 !important;
        padding: 5px 6px !important;
    }

    .skills-tab-component-container .v-list-item:before, .v-list-item:after {
        display: none;
    }

    .skills-tab-component-container .v-list-item:hover, .v-list-item[aria-selected="true"] {
        background-color: #2862F21A !important;
    }

.skills-tab-component-container .v-list .v-list-item__title {
    font-size: unset;
}

.skills-tab-component-container .v-list .v-list-item__content {
    padding: 5px 6px 5px 0 !important;
}
.vue-slider-wrap {
    position: relative;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.overlay .vue-slider-wrap {
    background: #ccc;
}

    .vue-slider-wrap.vue-slider-disabled {
        opacity: .5;
        cursor: not-allowed;
    }

    .vue-slider-wrap.vue-slider-has-label {
        margin-bottom: 15px;
    }

    .vue-slider-wrap.vue-slider-disabled .vue-slider-dot {
        cursor: not-allowed;
    }

    .vue-slider-wrap .vue-slider {
        position: relative;
        display: block;
        border-radius: 15px;
        background-color: #4a8bc2;
    }

        .vue-slider-wrap .vue-slider::after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
        }

.vue-slider-process {
    position: absolute;
    border-radius: 15px;
    background-color: #3498db;
    transition: all 0s;
    z-index: 1;
}

.vue-slider-horizontal .vue-slider-process {
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    will-change: width;
}

.vue-slider-vertical .vue-slider-process {
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    will-change: height;
}

.vue-slider-horizontal-reverse .vue-slider-process {
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
}

.vue-slider-vertical-reverse .vue-slider-process {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
}

.vue-slider-dot {
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.32);
    transition: all 0s;
    will-change: transform;
    cursor: pointer;
    z-index: 3;
}

.vue-slider-horizontal .vue-slider-dot {
    left: 0;
}

.vue-slider-vertical .vue-slider-dot {
    bottom: 0;
}

.vue-slider-horizontal-reverse .vue-slider-dot {
    right: 0;
}

.vue-slider-vertical-reverse .vue-slider-dot {
    top: 0;
}

.vue-slider-tooltip {
    display: none;
    font-size: 14px;
    white-space: nowrap;
    position: absolute;
    padding: 2px 5px;
    min-width: 20px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #3498db;
    background-color: #3498db;
    z-index: 9;
}

    .vue-slider-tooltip.vue-slider-tooltip-top {
        top: -9px;
        left: 50%;
        transform: translate(-50%, -100%);
    }

    .vue-slider-tooltip.vue-slider-tooltip-bottom {
        bottom: -9px;
        left: 50%;
        transform: translate(-50%, 100%);
    }

    .vue-slider-tooltip.vue-slider-tooltip-left {
        top: 50%;
        left: -9px;
        transform: translate(-100%, -50%);
    }

    .vue-slider-tooltip.vue-slider-tooltip-right {
        top: 50%;
        right: -9px;
        transform: translate(100%, -50%);
    }

    .vue-slider-tooltip.vue-slider-tooltip-top::before {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border: 6px solid transparent \0;
        border-top-color: inherit;
        transform: translate(-50%, 0);
    }

    .vue-slider-tooltip.vue-slider-tooltip-bottom::before {
        content: '';
        position: absolute;
        top: -10px;
        left: 50%;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border: 6px solid transparent \0;
        border-bottom-color: inherit;
        transform: translate(-50%, 0);
    }

    .vue-slider-tooltip.vue-slider-tooltip-left::before {
        content: '';
        position: absolute;
        top: 50%;
        right: -10px;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border: 6px solid transparent \0;
        border-left-color: inherit;
        transform: translate(0, -50%);
    }

    .vue-slider-tooltip.vue-slider-tooltip-right::before {
        content: '';
        position: absolute;
        top: 50%;
        left: -10px;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border: 6px solid transparent \0;
        border-right-color: inherit;
        transform: translate(0, -50%);
    }

.vue-slider-dot.vue-slider-hover:hover .vue-slider-tooltip {
    display: block;
}

.vue-slider-dot.vue-slider-always .vue-slider-tooltip {
    display: block !important;
}

.vue-slider-piecewise {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    height: 100%;
    list-style: none;
}

    .vue-slider-piecewise li {
        position: absolute;
        width: 8px;
        height: 8px;
    }

    .vue-slider-piecewise .vue-slider-piecewise-dot {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        height: 100%;
        display: inline-block;
        background-color: rgba(0, 0, 0, 0.16);
        border-radius: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        transition: all .3s;
    }

    .vue-slider-piecewise li:first-child .vue-slider-piecewise-dot, .vue-slider-piecewise li:last-child .vue-slider-piecewise-dot {
        visibility: hidden;
    }

    .vue-slider-piecewise .vue-slider-piecewise-label {
        position: absolute;
        display: inline-block;
        top: 15px;
        left: 50%;
        white-space: nowrap;
        font-size: 12px;
        color: #333;
        transform: translateX(-50%);
        visibility: visible;
    }

.action-container {
    display: flex;
    margin-left: -8px;
    margin-right: -8px;
    padding-bottom: 8px;
    padding-top: 16px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .action-container::-webkit-scrollbar {
        display: none;
    }

    .action-container:hover {
        -ms-overflow-style: unset;
        scrollbar-width: thin;
    }

    .action-container:hover::-webkit-scrollbar {
        display: inherit;
    }

    .action-container > .action-card {
        cursor: pointer;
        display: block;
        flex-basis: auto;
        flex-grow: 0;
        flex-shrink: 0;
        position: relative;
        width: 230px;
        padding: 8px;
    }

        .action-container > .action-card:hover {
            background: #00000017 !important;
            border-radius: 10px !important;
        }

        .action-container > .action-card > .action-card-thumbnail {
            align-content: center;
            aspect-ratio: 16 / 9;
            object-fit: cover;
            background: #00000017;
            border-radius: 10px !important;
            color: #00000091;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            margin-bottom: 8px;
            width: 100%;
        }

        .action-container > .action-card > .action-card-name {
            font-weight: bold;
            color: #212121;
            display: inline-block;
            width: 100%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .action-container > .action-card > .action-card-desc {
            color: #00000091;
            display: inline-block;
            width: 100%;
        }

        .action-container > .action-card > .action-card-due-date {
            position: absolute;
            top: 102px;
            left: 14px;
            z-index: 1;
        }

        .action-container > .action-card > .action-card-due-date-shadow {
            background: transparent linear-gradient(180deg, #00000000 0%, #00000054 100%) 0% 0% no-repeat padding-box;
            border-bottom-left-radius: 10px !important;
            border-bottom-right-radius: 10px !important;
            display: block;
            position: absolute;
            height: 30%;
            width: calc(100% - 16px);
            top: 71px;
            left: 8px;
            z-index: 0;
        }

.left-fade {
    background-image: linear-gradient(to left, #00000000, #FFFFFFAA, #FFF);
    left: 16px;
    position: absolute;
    height: -webkit-fill-available;
    width: 80px;
}

.right-fade {
    background-image: linear-gradient(to right, #00000000, #FFFFFFAA, #FFF);
    right: 16px;
    position: absolute;
    height: -webkit-fill-available;
    width: 80px;
}

.back-button, .forward-button {
    cursor: pointer;
    height: 44px;
    width: 44px;
    padding: 12px;
    position: absolute;
    background: transparent;
    color: #000000AB !important;
    font-weight: bold;
    font-size: 18px;
    border-radius: 30px !important;
    top: 46px;
    transition: 0.4s ease;
}

    .back-button:hover, .forward-button:hover {
        background: #00000070;
        color: #FFF !important;
    }

.back-button {
    left: -16px;
}

.forward-button {
    right: -16px;
}

@media only screen and (max-width: 768px){
    .left-fade, .right-fade{
        display: none;
    }
}
/*Pulse Alert Styles*/
.alert-style {
    border-radius: 10px !important;
    padding: 24px !important;
    border: none;
    text-shadow: none !important;
}

.alert-icon {
    float: right;
    font-size: 24px;
    font-weight: normal !important;
}

.alert .close {
    right: 0px;
    opacity: 1 !important;
    text-shadow: none !important;
}


.alert-icon-info {
    color: #2862F2 !important;
}

.alert-icon-error {
    color: #D92B27 !important;
}

.alert-icon-warning {
    color: #DBA6001A !important;
}

.alert-icon-success {
    color: #0F8A0F1A !important;
}


.alert-style.alert-info {
    background-color: #2862F21A !important;
    color: #000000DE !important;
}

    .alert-style.alert-info > i {
        color: #2862F2 !important;
    }

.alert-style.alert-success {
    background-color: #0F8A0F1A !important;
    color: #000000DE !important;
}

    .alert-style.alert-success > i {
        color: #0F8A0F !important;
    }

.alert-style.alert-warning {
    background-color: #DBA6001A !important;
    color: #000000DE !important;
}

    .alert-style.alert-warning > i {
        color: #8D6708 !important;
    }

.alert-style.alert-error {
    background-color: #D92B271A !important;
    color: #000000DE !important;
}

    .alert-style.alert-error > i {
        color: #D92B27 !important;
    }
/*End*/

.additional-attribute-tag-container .tag-button {
    min-width: 0px !important;
}

.additional-attribute-tag-container .tag-search-box {
    width: 100% !important;
    border-radius: 5px !important;
    border: none !important;
    padding: 17px 10px 17px 30px !important;
}

    .additional-attribute-tag-container .tag-search-box.with-clear-button {
        padding-right: 30px;
    }

    .additional-attribute-tag-container .tag-search-box.ie-search-box {
        padding: 4px 10px 17px 30px !important;
        border: 1px solid black !important;
    }

    .additional-attribute-tag-container .tag-search-box.ie-search-box::-ms-clear {
        display: none;
    }

.additional-attribute-tag-container .tag-search-icon {
    color: darkgrey;
    position: absolute;
    left: 6px;
    top: 20%;
}

    .additional-attribute-tag-container .tag-search-icon:hover, .additional-attribute-tag-container .tag-clear-icon:hover {
        cursor: pointer;
    }

.additional-attribute-tag-container .tag-clear-icon {
    color: darkgray;
    position: absolute;
    right: 6px;
    top: 15%;
    font-size: 1.2em;
}

.additional-attribute-tag-container .tag-row {
    padding: 7px 5px;
    background-color: white;
    margin-bottom: 2px;
}

    .additional-attribute-tag-container .tag-row:hover {
        cursor: pointer;
    }

    .additional-attribute-tag-container .tag-row .tag-label {
        font-family: 'CentraNo2-book';
    }

    .additional-attribute-tag-container .tag-row input[type=checkbox] {
        margin-top: -2px;
    }

.additional-attribute-tag-container .tag-container {
    border: 1px solid #E5E5E5;
    padding: 5px;
}

    .additional-attribute-tag-container .tag-container .attribute-tag {
        display: inline-block;
        border-radius: 3px;
        background-color: rgba(33, 33, 33, 0.1);
        padding: 5px 7px;
        margin: 1px 2px 3px 0;
        color: black;
        font-family: 'CentraNo2-book';
    }

    .additional-attribute-tag-container .tag-container .assign-tag {
        display: inline-block;
        font-family: 'CentraNo2-book';
        color: blue;
        padding: 4px 5px;
        border: 1px solid transparent;
        border-radius: 5px !important;
        cursor: pointer;
    }

        .additional-attribute-tag-container .tag-container .assign-tag:hover {
            background-color: RGBA(40, 98, 242, 0.1);
            border: 1px solid transparent;
        }
.user-tag {
    color: #4a8bc2;
    font-weight: bold;
}


.timeline-header { 
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.timeline-container {
    width: 100%;
    margin-bottom: 35px;
}

.timeline-table {
    display: table;
    border: 1px solid #ccc;
    height: 60px;
    width: 100%;
    margin-bottom: 10px;
}

.timeline-status-cell {
    display: table-cell;
    width: 130px;
    text-align: center;
    vertical-align: bottom;
    padding-bottom: 10px;
}

.timeline-progress {
    font-size: 24px;
    color: white;
    line-height: 50px;
}

.timeline-status {
    font-size: 14px;    
    color: white;
}

.timeline-info-cell {
    display: table-cell;
    padding-left: 10px;
    padding-top: 5px;
    line-height: 22px;
}

.timeline-risk-name {
    font-family: "CentraNo2-book","Segoe UI",Arial,Helvetica,sans-serif;
    font-size: 14px;
}

.timeline-task-name {
    font-family: CentraNo2-bold; 
    font-size: 16px;
}

.timeline-start-date {
    font-family: "CentraNo2-book","Segoe UI",Arial,Helvetica,sans-serif;
    font-size: 14px;
}

.timeline-due-date {
    font-family: "CentraNo2-book","Segoe UI",Arial,Helvetica,sans-serif;
    font-size: 14px;
}

.timeline-update-cell {
    display: table-cell;
    width: 75px;
    text-align: center;
    vertical-align: middle;
}

.timeline-empty {
    height: 50px;
    font-style: italic;
}
.task-component .bottom-gutter {
    margin-bottom: 1rem;
}

.task-component .task-input {
    display: block;
    width: 100%;
    margin-top: 8px;
}

.task-component .task-container-title{
    display: inline-block;
    margin-bottom: 0.8rem;
}

.task-component .readOnly {
    pointer-events: none !important;
}

.task-component .override-pointer-event{
    pointer-events: all !important;
}

.task-component textarea {
    border: 0 !important;
    padding: 3px;
}

.task-component .required-tag {
    font-style: italic;
    color: #DC5D3A;
    display: none;
    margin-left: 8px;
    font-weight: normal;
    font-size: 12px;
}

    .task-component .task-user-preview{
        display:inline-block;
        margin-left:8px;
    }
.time-picker-input-group-addon {
    border: 0;
    background-color: #F5F5F5;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.scheduled-date-month-container {
    display: inline-block;
    padding: 0px 5px;
}

.scheduled-date-cell-icon {
    width: 40px;
    text-align: center !important;
}

.scheduled-date-link {
    font-size: 14px !important;
}

    .scheduled-date-link:hover, .chosen-single span {
        text-decoration: none !important;
        font-size: 14px !important;
        font-weight: normal !important;
    }

.scheduled-date-month-field {
    width: 50px;
}
.user-details-container-bottom-margin {
    margin-top: 1rem;
}

.user-details-padding {
    padding: 1rem 3rem 4rem 3rem;
}

.user-details-view {
    overflow-y: auto;
    height: calc(100%-60px);
}

.user-details-view-full-height {
    height: 100% !important;
}

.user-details-container-title {
    margin-bottom: 1.5rem;
    position: relative;
}

.user-details-container-edit {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: auto;
}

.user-details-input-label {
    font-size: 14px;
    color: #555;
    display: inline-block;
    margin-bottom: 3px;
}

.user-details-component-container .form-group {
    margin-bottom: 1.1rem;
}

.user-details-container-stop-pointer-event {
    pointer-events: none;
}

.user-details-component-container .command-div {
    border-bottom: 1px solid #f5f6f8 !important;
    background-color: white;
    padding: 10px 55px;
    text-align: right;
    width: 100%;
}
.user-select-with-group .user-select-options {
    margin-bottom: 1rem;
    min-height: 50px;
    background-color: #FFFFFF;
    border-radius: 5px !important;
    color: #212121 !important;
    padding: 7px 12px;
    position: relative;
    width: 100%;
}

.user-select-with-group .no-records{
    font-style:italic;
    text-align: center;
    margin-top: 2rem;
}

.user-select-with-group .user-select-options .select-inputs {
    display: inline-block;
    width: 30%;
    line-height: 2.3;
}
    .user-select-with-group .user-select-options .select-inputs .user-dropdown{
        display: inline-block;
        width: 100%;
    }
    .user-select-with-group .user-select-options .select-inputs .group-dropdown {
        width: 30%;
        text-align: left;
        display: inline-block;
        position: absolute;
        right: 120px;
        top: 8px;
    }

.user-select-with-group .add {
    display: inline-block;
    float:right;
}
    .user-select-with-group .add button{
        min-width: auto;
        width: 80px;
    }

.user-select-with-group .user-select-options .select-inputs .chosen-input-v2 .chosen-container .chosen-results {
    max-height: 200px;
}

.user-select-with-group .minimal-user-tile {
    background-color: #FFFFFF;
    border-radius: 5px !important;
    color: #212121 !important;
    padding: 7px 12px;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 100%;
    position:relative;
    min-height:50px;
}
.user-select-with-group .minimal-user-tile-info {
    padding-right: 0;
    width: 50%;
    display: inline-block;
    line-height: 2.3;
}

.user-select-with-group .minimal-user-tile-photo {
    width: 30px;
    height: 30px;
    border-radius: 30px !important;
    bottom: 4px;
}

.user-select-with-group .minimal-user-tile .group-dropdown {
    width: 30%;
    text-align: left;
    display: inline-block;
    position: absolute;
    right: 120px;
    top:8px;
}

.user-select-with-group .minimal-user-tile .remove {
    display: inline-block;
    float: right;
}
    .user-select-with-group .minimal-user-tile .remove button {
        min-width: auto;
        width: 80px;
        text-align: center;
        display: inline-block;
        color: #212121;
    }

.user-select-with-group .minimal-user-tile-name {
    color: #212121;
    margin-left: 8px;
    max-width: 40%;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}


@media only screen and (max-width: 768px) {
    .user-select-with-group .user-select-options .select-inputs{
        width: 40%;
    }
    .user-select-with-group .user-select-options .select-inputs .group-dropdown,
    .user-select-with-group .minimal-user-tile .group-dropdown {
        right: 75px;
    }
    .user-select-with-group .minimal-user-tile .remove button,
    .user-select-with-group .add button {
        width: 50px;
    }
    .user-select-with-group .add button .no-tablet {
        display: none;
    }
}



.user-select-vc .minimal-user-tile {
    background-color: #FFFFFF;
    display: inline-block;
    border-radius: 5px !important;
    color: #212121 !important;
    padding: 7px 8px;
    min-width: 88px;
    height: 36px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 8px;
    position: relative;
}

.user-select-vc .minimal-user-tile-photo {
    width: 30px;
    height: 30px;
    border-radius: 30px !important;
    position: absolute;
    bottom: 4px;
}

.user-select-vc .minimal-user-tile-name {
    color: #212121;
    margin-left: 35px;
}

.user-select-vc .user-select-input .chosen-input-v2 .chosen-container .chosen-results {
    max-height: 200px;
}

.user-select-vc .user-select-input .chosen-input-v2 .chosen-container-single .chosen-single {
    background-color: white;
}

.user-select-vc .user-select-input {
    min-height: 40px;
}

.user-select-vc .user-select-empty {
    font-style: italic;
    text-align: center;
    margin-top: 1rem;
}


.view-enabled-heading-page-scroll {
    position: absolute;
    z-index: 100;
    background: white;
    color: #555 !important;
    opacity: 0.9;
    text-decoration: none !important;
    padding: 9px;
}
.view-enabled-heading-page-scroll:hover {
    background: #e5e5e5;
}
.view-tab {
    width:200px;
}


@media(min-width: 766px) {
    .view-enabled-heading-main-heading {
        width: 250px;
    }

    .view-enabled-heading-tab-heading {
        width: calc(100% - 250px);
        margin-top: 18px;
    }
}

@media(max-width: 766px) {
    .view-enabled-heading-main-heading {
        width: 100%;
    }

    .view-enabled-heading-tab-heading {
        width: 100%
    }
}
.JCLRgrip {
    z-index: 1001;
}

.pulse-view-edit-overlay {
    background: white;
    opacity: .5;
    position: fixed;
    top: 55px;
    left: 180px;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.pulse-view-edit-overlay-frameless {
    left: 0px !important;
}

.pulse-view-edit-commands {
    z-index: 1002 !important;
}

@media(max-width: 1024px) {
    .pulse-view-edit-overlay {
        left: 0;
    }
}
.widget-container-interactive {
    cursor: pointer;
}

.widget-dock-loader {
}

.widget-dock-add {
    text-align: center;
    font-size: 20px;
    color: #2862f2;
    padding-top: 75px;
    z-index: 1001;
}

.widget-dock-add-icon {
    font-size: 110px;
}

.widget-dock-add-text {
    font-weight: bold;
}

.widget-sizer {
    width: 25%;
}

@media only screen and (max-width: 970px) {
    .widget-sizer {
        width: 50%;
    }
}

@media only screen and (max-width: 750px) {
    .widget-sizer {
        width: 100%;
    }
}
.widget-selector-loader {
    width: 100%;
    margin-top: 150px;
    font-size: 20px;
    text-align: center;
}

.widget-selector-container {
    height: 100%;
}

.widget-selector-row {
    height: 100%;
}

.widget-selector-column {
    height: 100%;
    display: table;
}

.widget-selector-column-heading {
    display: table-row;
    height: 0;
}

.widget-selector-column-content {
    display: table-row;
    height: 100%;
}

.widget-selector-menu {
    display: table;
    width: 100%;
    margin-top: 25px;
    padding: 5px;
    background: white;
    border-radius: 5px !important;
}

.widget-selector-menu-item {
    display: table-row;
    height: 30px;
    max-height: 30px;
    width: 100%;
}

.widget-selector-menu-section {
    color: #AAA;
    min-height: 40px;
}

.widget-selector-menu-cell {
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}

.widget-selector-separator-cell {
    border-bottom: 1px solid #CCC;
}

.widget-selector-menu-icon {
    min-width: 25px;
    width: 25px;
}

.widget-selector-menu-chevron {
    color: #555;
}

.widget-selector-menu-selected .widget-selector-menu-cell {
    color: white;
    background-color: #2862F2;
}

.widget-selector-menu-name {
    max-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    width: 100%;
}

.widget-selector-preview {
    height: 230px;
    cursor: pointer;
    margin: 15px 0;
    border-radius: 5px !important;
}

.widget-selector-preview-selected {
    background-color: #2862F2;
}

    .widget-selector-preview-selected .widget-selector-preview-content .pulse-check i,
    .widget-selector-preview-selected .widget-selector-preview-content .pulse-check span {
        color: white;
    }

.widget-selector-preview-content {
    padding: 7px 15px 15px 15px;
    height: 100%;
}

.widget-selector-card {
    position: relative;
    background-color: white;
    border: 1px solid #1B5E20;
    border-radius: 5px !important;
    height: 160px;
    box-shadow: 0px 7px 10px rgba(27, 94, 32, 0.25);
}

.widget-selector-card-heading {
    font-size: 14px;
    color: #555;
    font-weight: bold;
    padding: 5px 5px 10px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget-selector-card-subheading {
    font-size: 12px;
    color: #767676;
    padding: 0 5px;
}

.widget-selector-card-currency-container {
    display: table;
    width: 100%;
    height: 100px;
}

.widget-selector-currency {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 40px;
    font-weight: bold;
    color: #555;
}

@media only screen and (max-width:1440px) and (min-width:1259px){
    .widget-selector-currency {
        font-size:30px;
    }
}

@media only screen and (max-width:1258px) and (min-width:990px) {
    .widget-selector-currency {
        font-size: 20px;
    }
}

.widget-selector-widget-container {
    height: calc(100% - 36px);
    margin-top: 25px;
    background: white;
    border-radius: 5px !important;
}

.widget-selector-graph-preview {
    position: absolute;
    width: 100%;
    height: 110px;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.widget-selector-button-deactivated {
    opacity: 0.5;
    cursor: default;
}

.widget-container {
    height: 264px;
    width: 100%;
    background-color: white;
    border: 1px solid #1B5E20;
    border-radius: 5px !important;
    box-shadow: 0px 7px 10px rgba(27, 94, 32, 0.25);
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}

.widget-button {
    position: absolute;
    top: 12px;
    height: 35px;
    width: 35px;
    cursor: pointer;
    color: white;
    border-radius: 5px !important;
    font-size: 20px;
    text-align: center;
    padding-top: 6px;
    z-index: 1001 !important;
}

.widget-button-drag {
    background: #2862F2;
    right: 58px;
}

.widget-button-delete {
    background: #E53935;
    right: 12px;
}

.widget-count {
    position: absolute;
    top: 16px;
    display: inline-block;
    color: #555555;
    right: 12px;
}

.widget-heading {
    font-size: 14px;
    color: #555;
    padding: 16px 16px 0 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
}

.widget-subheading {
    font-size: 12px;
    color: #767676;
    padding: 0 16px;
    position: absolute;
    z-index: 2;
    background: white;
}

.widget-currency-container {
    display: table;
    width: 100%;
    height: 200px;
}

.widget-currency {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 60px;
    font-weight: bold;
    color: #555;
}

.widget-currency-loader {
    position: relative;
    height: 150px;
}

.widget-subheading-dropdown {
    height: auto;
    width: auto;
    margin-left: 16px;
    top: auto;
    box-shadow: 0px 7px 10px rgba(27, 94, 32, 0.25);
    min-width: 160px;
    padding: 4px 16px;
    text-align: left;
    background: white;
}

    .widget-subheading-dropdown:hover {
        box-shadow: 0px 8px 10px rgba(27, 94, 32, 0.25);
    }

.widget-subheading-overlay {
    padding: 2px 10px;
    z-index: 1001;
    cursor: pointer;
}

    .widget-subheading-overlay:hover {
        background: #ECF1FE;
        border-radius: 5px !important;
    }

.work-details-component-container {
     height: 100%;
}
    .work-details-component-container #employment-start .j-date-picker-input-group-addon, 
    .work-details-component-container #employment-end .j-date-picker-input-group-addon {
         background-color: #F5F5F5 !important;
    }

span.position-tag {
     border-radius: 3px !important;
     font-size: 12px;
     font-weight: bold;
     padding: 0 4px;
     color: #FFF;
}

.work-details-component-container .table-v2 {
     box-shadow: none !important;
     border: #E5E5E5 1px solid;
     border-collapse: separate !important;
}

@media only screen and (max-width: 767px) {
    .work-details-component-container .modal-footer {
        width: unset;
    }

    .work-details-component-container .responsive-table tbody tr td.command {
        padding: 0.75em 0 !important;
    }
}

.vdp-datepicker {
    position: relative;
    text-align: left;
}

    .vdp-datepicker * {
        box-sizing: border-box;
    }

.vdp-datepicker__calendar {
    position: absolute;
    z-index: 100;
    background: #fff;
    width: 260px;
    border: 1px solid #ccc;
}

    .vdp-datepicker__calendar header {
        display: block;
        line-height: 32px;
    }

        .vdp-datepicker__calendar header span {
            display: inline-block;
            text-align: center;
            width: 71.42857142857143%;
            float: left;
        }

        .vdp-datepicker__calendar header .prev,
        .vdp-datepicker__calendar header .next {
            width: 14.285714285714286%;
            float: left;
            text-indent: -10000px;
            position: relative;
        }

            .vdp-datepicker__calendar header .prev:after,
            .vdp-datepicker__calendar header .next:after {
                content: '';
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translateX(-50%) translateY(-50%);
                border: 4px solid transparent;
            }

            .vdp-datepicker__calendar header .prev:after {
                border-right: 6px solid #000;
                margin-left: -2px;
            }

            .vdp-datepicker__calendar header .prev.disabled:after {
                border-right: 6px solid #ddd;
            }

            .vdp-datepicker__calendar header .next:after {
                border-left: 6px solid #000;
                margin-left: 2px;
            }

            .vdp-datepicker__calendar header .next.disabled:after {
                border-left: 6px solid #ddd;
            }

            .vdp-datepicker__calendar header .prev:not(.disabled),
            .vdp-datepicker__calendar header .next:not(.disabled),
            .vdp-datepicker__calendar header .up:not(.disabled) {
                cursor: pointer;
            }

                .vdp-datepicker__calendar header .prev:not(.disabled):hover,
                .vdp-datepicker__calendar header .next:not(.disabled):hover,
                .vdp-datepicker__calendar header .up:not(.disabled):hover {
                    background: #eee;
                }

    .vdp-datepicker__calendar .disabled {
        color: #ddd;
        cursor: default;
    }

    .vdp-datepicker__calendar .cell {
        display: inline-block;
        padding: 0 5px;
        width: 14.285714285714286%;
        height: 18px;
        line-height: 18px;
        text-align: center;
        vertical-align: middle;
        border: 1px solid transparent;
        font-size: 0.8em;
    }

        .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day,
        .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month,
        .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year {
            cursor: pointer;
        }

            .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover,
            .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,
            .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
                border: 1px solid #4A8BC2;
            }

        .vdp-datepicker__calendar .cell.selected {
            background: #4A8BC2;
            color: white;
        }

            .vdp-datepicker__calendar .cell.selected:hover {
                background: #4A8BC2;
            }

            .vdp-datepicker__calendar .cell.selected.highlighted {
                background: #4A8BC2;
            }

        .vdp-datepicker__calendar .cell.highlighted {
            background: #cae5ed;
        }

        .vdp-datepicker__calendar .cell.grey {
            color: #888;
        }

            .vdp-datepicker__calendar .cell.grey:hover {
                background: inherit;
            }

        .vdp-datepicker__calendar .cell.day-header {
            font-size: 75%;
            white-space: no-wrap;
            cursor: inherit;
        }

            .vdp-datepicker__calendar .cell.day-header:hover {
                background: inherit;
            }

    .vdp-datepicker__calendar .month,
    .vdp-datepicker__calendar .year {
        width: 33.333%;
    }

.vdp-datepicker__clear-button,
.vdp-datepicker__calendar-button {
    cursor: pointer;
    font-style: normal;
}


.vdp-datepicker__calendar {
    font-size: 0;
}

.vdp-datepicker__calendar span {
    font-size: 11px !important;
}

/* */

.datepicker-dropdown-container {
    display: flex;
    padding: 15px;
}

    .datepicker-dropdown-container .row {
        margin: 0;
    }

.datepicker-selection-container {
    display:flex;
}

    .datepicker-selection-container .datepicker-selected-date input {
        
    }

.datepicker-dropdown-container .datepicker-presets {
    padding-left: 15px;
}

    .datepicker-dropdown-container .datepicker-presets span {
        display: block;
        width: max-content;
    }

    .datepicker-dropdown-container .datepicker-presets .datepicker-presets-title {
    }

td.ui-state-highlight {
    background-color: orange;
}

.ui-state-highlight a {
    background-color: transparent !important;
}
div.jsoneditor,div.jsoneditor-outer{-moz-box-sizing:border-box;-webkit-box-sizing:border-box}div.jsoneditor .jsoneditor-search input{height:auto;border:inherit}div.jsoneditor .jsoneditor-search input:focus{border:none!important;box-shadow:none!important}div.jsoneditor table{border-collapse:collapse;width:auto}div.jsoneditor td,div.jsoneditor th{padding:0;display:table-cell;text-align:left;vertical-align:inherit;border-radius:inherit}div.jsoneditor-field,div.jsoneditor-readonly,div.jsoneditor-value{border:1px solid transparent;min-height:16px;min-width:32px;padding:2px;margin:1px;word-wrap:break-word;float:left}div.jsoneditor-field p,div.jsoneditor-value p{margin:0}div.jsoneditor-value{word-break:break-word}div.jsoneditor-readonly{min-width:16px;color:gray}div.jsoneditor-empty{border-color:#d3d3d3;border-style:dashed;border-radius:2px}div.jsoneditor-field.jsoneditor-empty::after,div.jsoneditor-value.jsoneditor-empty::after{pointer-events:none;color:#d3d3d3;font-size:8pt}div.jsoneditor-field.jsoneditor-empty::after{content:"field"}div.jsoneditor-value.jsoneditor-empty::after{content:"value"}a.jsoneditor-value.jsoneditor-url,div.jsoneditor-value.jsoneditor-url{color:green;text-decoration:underline}a.jsoneditor-value.jsoneditor-url{display:inline-block;padding:2px;margin:2px}a.jsoneditor-value.jsoneditor-url:focus,a.jsoneditor-value.jsoneditor-url:hover{color:#ee422e}div.jsoneditor td.jsoneditor-separator{padding:3px 0;vertical-align:top;color:gray}div.jsoneditor-field.jsoneditor-highlight,div.jsoneditor-field[contenteditable=true]:focus,div.jsoneditor-field[contenteditable=true]:hover,div.jsoneditor-value.jsoneditor-highlight,div.jsoneditor-value[contenteditable=true]:focus,div.jsoneditor-value[contenteditable=true]:hover{background-color:#FFFFAB;border:1px solid #ff0;border-radius:2px}div.jsoneditor-field.jsoneditor-highlight-active,div.jsoneditor-field.jsoneditor-highlight-active:focus,div.jsoneditor-field.jsoneditor-highlight-active:hover,div.jsoneditor-value.jsoneditor-highlight-active,div.jsoneditor-value.jsoneditor-highlight-active:focus,div.jsoneditor-value.jsoneditor-highlight-active:hover{background-color:#fe0;border:1px solid #ffc700;border-radius:2px}div.jsoneditor-value.jsoneditor-string{color:green}div.jsoneditor-value.jsoneditor-array,div.jsoneditor-value.jsoneditor-object{min-width:16px;color:grey}div.jsoneditor-value.jsoneditor-number{color:#ee422e}div.jsoneditor-value.jsoneditor-boolean{color:#ff8c00}div.jsoneditor-value.jsoneditor-null{color:#004ED0}div.jsoneditor-value.jsoneditor-invalid{color:#000}div.jsoneditor-tree button{width:24px;height:24px;padding:0;margin:0;border:none;cursor:pointer;background:url(img/jsoneditor-icons.svg)}div.jsoneditor-mode-form tr.jsoneditor-expandable td.jsoneditor-tree,div.jsoneditor-mode-view tr.jsoneditor-expandable td.jsoneditor-tree{cursor:pointer}div.jsoneditor-tree button.jsoneditor-collapsed{background-position:0 -48px}div.jsoneditor-tree button.jsoneditor-expanded{background-position:0 -72px}div.jsoneditor-tree button.jsoneditor-contextmenu{background-position:-48px -72px}div.jsoneditor-tree button.jsoneditor-contextmenu.jsoneditor-selected,div.jsoneditor-tree button.jsoneditor-contextmenu:focus,div.jsoneditor-tree button.jsoneditor-contextmenu:hover,tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu{background-position:-48px -48px}div.jsoneditor-tree :focus{outline:0}div.jsoneditor-tree button:focus{background-color:#f5f5f5;outline:#e5e5e5 solid 1px}div.jsoneditor-tree button.jsoneditor-invisible{visibility:hidden;background:0 0}div.jsoneditor{color:#1A1A1A;border:1px solid #3883fa;box-sizing:border-box;width:100%;height:100%;overflow:hidden;position:relative;padding:0;line-height:100%}div.jsoneditor-tree table.jsoneditor-tree{border-collapse:collapse;border-spacing:0;width:100%;margin:0}div.jsoneditor-outer{position:static;width:100%;height:100%;margin:-35px 0 0;padding:35px 0 0;box-sizing:border-box}.ace-jsoneditor,textarea.jsoneditor-text{min-height:150px}div.jsoneditor-tree{width:100%;height:100%;position:relative;overflow:auto}textarea.jsoneditor-text{width:100%;height:100%;margin:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline-width:0;border:none;background-color:#fff;resize:none}tr.jsoneditor-highlight,tr.jsoneditor-selected{background-color:#e6e6e6}tr.jsoneditor-selected button.jsoneditor-contextmenu,tr.jsoneditor-selected button.jsoneditor-dragarea{visibility:hidden}tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu,tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea{visibility:visible}div.jsoneditor-tree button.jsoneditor-dragarea{background:url(img/jsoneditor-icons.svg) -72px -72px;cursor:move}div.jsoneditor-tree button.jsoneditor-dragarea:focus,div.jsoneditor-tree button.jsoneditor-dragarea:hover,tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea{background-position:-72px -48px}div.jsoneditor td,div.jsoneditor th,div.jsoneditor tr{padding:0;margin:0}div.jsoneditor td,div.jsoneditor td.jsoneditor-tree{vertical-align:top}.jsoneditor-schema-error,div.jsoneditor td,div.jsoneditor textarea,div.jsoneditor th,div.jsoneditor-field,div.jsoneditor-value{font-family:droid sans mono,consolas,monospace,courier new,courier,sans-serif;font-size:10pt;color:#1A1A1A}.jsoneditor-schema-error{cursor:default;display:inline-block;height:24px;line-height:24px;position:relative;text-align:center;width:24px}div.jsoneditor-tree .jsoneditor-schema-error{width:24px;height:24px;padding:0;margin:0 4px 0 0;background:url(img/jsoneditor-icons.svg) -168px -48px}.jsoneditor-schema-error .jsoneditor-popover{background-color:#4c4c4c;border-radius:3px;box-shadow:0 0 5px rgba(0,0,0,.4);color:#fff;display:none;padding:7px 10px;position:absolute;width:200px;z-index:4}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-above{bottom:32px;left:-98px}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-below{top:32px;left:-98px}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-left{top:-7px;right:32px}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-right{top:-7px;left:32px}.jsoneditor-schema-error .jsoneditor-popover:before{border-right:7px solid transparent;border-left:7px solid transparent;content:'';display:block;left:50%;margin-left:-7px;position:absolute}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-above:before{border-top:7px solid #4c4c4c;bottom:-7px}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-below:before{border-bottom:7px solid #4c4c4c;top:-7px}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-left:before,.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-right:before{border-top:7px solid transparent;border-bottom:7px solid transparent;content:'';top:19px;margin-left:inherit;margin-top:-7px;position:absolute}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-left:before{border-left:7px solid #4c4c4c;right:-14px;left:inherit}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-right:before{border-right:7px solid #4c4c4c;left:-14px}.jsoneditor-schema-error:focus .jsoneditor-popover,.jsoneditor-schema-error:hover .jsoneditor-popover{display:block;-webkit-animation:fade-in .3s linear 1,move-up .3s linear 1;-moz-animation:fade-in .3s linear 1,move-up .3s linear 1;-ms-animation:fade-in .3s linear 1,move-up .3s linear 1}@-webkit-keyframes fade-in{from{opacity:0}to{opacity:1}}@-moz-keyframes fade-in{from{opacity:0}to{opacity:1}}@-ms-keyframes fade-in{from{opacity:0}to{opacity:1}}.jsoneditor .jsoneditor-text-errors{width:100%;border-collapse:collapse;background-color:#ffef8b;border-top:1px solid gold}.jsoneditor .jsoneditor-text-errors td{padding:3px 6px;vertical-align:middle}.jsoneditor-text-errors .jsoneditor-schema-error{border:none;width:24px;height:24px;padding:0;margin:0 4px 0 0;background:url(img/jsoneditor-icons.svg) -168px -48px}div.jsoneditor-contextmenu-root{position:relative;width:0;height:0}div.jsoneditor-contextmenu{position:absolute;box-sizing:content-box;z-index:99999}div.jsoneditor-contextmenu li,div.jsoneditor-contextmenu ul{box-sizing:content-box}div.jsoneditor-contextmenu ul{position:relative;left:0;top:0;width:124px;background:#fff;border:1px solid #d3d3d3;box-shadow:2px 2px 12px rgba(128,128,128,.3);list-style:none;margin:0;padding:0}div.jsoneditor-contextmenu ul li button{padding:0;margin:0;width:124px;height:24px;border:none;cursor:pointer;color:#4d4d4d;background:0 0;font-size:10pt;font-family:arial,sans-serif;box-sizing:border-box;line-height:26px;text-align:left}div.jsoneditor-contextmenu ul li button::-moz-focus-inner{padding:0;border:0}div.jsoneditor-contextmenu ul li button:focus,div.jsoneditor-contextmenu ul li button:hover{color:#1a1a1a;background-color:#f5f5f5;outline:0}div.jsoneditor-contextmenu ul li button.jsoneditor-default{width:92px}div.jsoneditor-contextmenu ul li button.jsoneditor-expand{float:right;width:32px;height:24px;border-left:1px solid #e5e5e5}div.jsoneditor-contextmenu div.jsoneditor-icon{float:left;width:24px;height:24px;border:none;padding:0;margin:0;background-image:url(img/jsoneditor-icons.svg)}div.jsoneditor-contextmenu ul li button div.jsoneditor-expand{float:right;width:24px;height:24px;padding:0;margin:0 4px 0 0;background:url(img/jsoneditor-icons.svg) 0 -72px;opacity:.4}div.jsoneditor-contextmenu ul li button.jsoneditor-expand:focus div.jsoneditor-expand,div.jsoneditor-contextmenu ul li button.jsoneditor-expand:hover div.jsoneditor-expand,div.jsoneditor-contextmenu ul li button:focus div.jsoneditor-expand,div.jsoneditor-contextmenu ul li button:hover div.jsoneditor-expand,div.jsoneditor-contextmenu ul li.jsoneditor-selected div.jsoneditor-expand{opacity:1}div.jsoneditor-contextmenu div.jsoneditor-separator{height:0;border-top:1px solid #e5e5e5;padding-top:5px;margin-top:5px}div.jsoneditor-contextmenu button.jsoneditor-remove>div.jsoneditor-icon{background-position:-24px -24px}div.jsoneditor-contextmenu button.jsoneditor-remove:focus>div.jsoneditor-icon,div.jsoneditor-contextmenu button.jsoneditor-remove:hover>div.jsoneditor-icon{background-position:-24px 0}div.jsoneditor-contextmenu button.jsoneditor-append>div.jsoneditor-icon{background-position:0 -24px}div.jsoneditor-contextmenu button.jsoneditor-append:focus>div.jsoneditor-icon,div.jsoneditor-contextmenu button.jsoneditor-append:hover>div.jsoneditor-icon{background-position:0 0}div.jsoneditor-contextmenu button.jsoneditor-insert>div.jsoneditor-icon{background-position:0 -24px}div.jsoneditor-contextmenu button.jsoneditor-insert:focus>div.jsoneditor-icon,div.jsoneditor-contextmenu button.jsoneditor-insert:hover>div.jsoneditor-icon{background-position:0 0}div.jsoneditor-contextmenu button.jsoneditor-duplicate>div.jsoneditor-icon{background-position:-48px -24px}div.jsoneditor-contextmenu button.jsoneditor-duplicate:focus>div.jsoneditor-icon,div.jsoneditor-contextmenu button.jsoneditor-duplicate:hover>div.jsoneditor-icon{background-position:-48px 0}div.jsoneditor-contextmenu button.jsoneditor-sort-asc>div.jsoneditor-icon{background-position:-168px -24px}div.jsoneditor-contextmenu button.jsoneditor-sort-asc:focus>div.jsoneditor-icon,div.jsoneditor-contextmenu button.jsoneditor-sort-asc:hover>div.jsoneditor-icon{background-position:-168px 0}div.jsoneditor-contextmenu button.jsoneditor-sort-desc>div.jsoneditor-icon{background-position:-192px -24px}div.jsoneditor-contextmenu button.jsoneditor-sort-desc:focus>div.jsoneditor-icon,div.jsoneditor-contextmenu button.jsoneditor-sort-desc:hover>div.jsoneditor-icon{background-position:-192px 0}div.jsoneditor-contextmenu ul li button.jsoneditor-selected,div.jsoneditor-contextmenu ul li button.jsoneditor-selected:focus,div.jsoneditor-contextmenu ul li button.jsoneditor-selected:hover{color:#fff;background-color:#ee422e}div.jsoneditor-contextmenu ul li{overflow:hidden}div.jsoneditor-contextmenu ul li ul{display:none;position:relative;left:-10px;top:0;border:none;box-shadow:inset 0 0 10px rgba(128,128,128,.5);padding:0 10px;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}div.jsoneditor-contextmenu ul li ul li button{padding-left:24px;animation:all ease-in-out 1s}div.jsoneditor-contextmenu ul li ul li button:focus,div.jsoneditor-contextmenu ul li ul li button:hover{background-color:#f5f5f5}div.jsoneditor-contextmenu button.jsoneditor-type-string>div.jsoneditor-icon{background-position:-144px -24px}div.jsoneditor-contextmenu button.jsoneditor-type-string.jsoneditor-selected>div.jsoneditor-icon,div.jsoneditor-contextmenu button.jsoneditor-type-string:focus>div.jsoneditor-icon,div.jsoneditor-contextmenu button.jsoneditor-type-string:hover>div.jsoneditor-icon{background-position:-144px 0}div.jsoneditor-contextmenu button.jsoneditor-type-auto>div.jsoneditor-icon{background-position:-120px -24px}div.jsoneditor-contextmenu button.jsoneditor-type-auto.jsoneditor-selected>div.jsoneditor-icon,div.jsoneditor-contextmenu button.jsoneditor-type-auto:focus>div.jsoneditor-icon,div.jsoneditor-contextmenu button.jsoneditor-type-auto:hover>div.jsoneditor-icon{background-position:-120px 0}div.jsoneditor-contextmenu button.jsoneditor-type-object>div.jsoneditor-icon{background-position:-72px -24px}div.jsoneditor-contextmenu button.jsoneditor-type-object.jsoneditor-selected>div.jsoneditor-icon,div.jsoneditor-contextmenu button.jsoneditor-type-object:focus>div.jsoneditor-icon,div.jsoneditor-contextmenu button.jsoneditor-type-object:hover>div.jsoneditor-icon{background-position:-72px 0}div.jsoneditor-contextmenu button.jsoneditor-type-array>div.jsoneditor-icon{background-position:-96px -24px}div.jsoneditor-contextmenu button.jsoneditor-type-array.jsoneditor-selected>div.jsoneditor-icon,div.jsoneditor-contextmenu button.jsoneditor-type-array:focus>div.jsoneditor-icon,div.jsoneditor-contextmenu button.jsoneditor-type-array:hover>div.jsoneditor-icon{background-position:-96px 0}div.jsoneditor-contextmenu button.jsoneditor-type-modes>div.jsoneditor-icon{background-image:none;width:6px}div.jsoneditor-menu{width:100%;height:35px;padding:2px;margin:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;background-color:#3883fa;border-bottom:1px solid #3883fa}div.jsoneditor-menu>button,div.jsoneditor-menu>div.jsoneditor-modes>button{width:26px;height:26px;margin:2px;padding:0;border-radius:2px;border:1px solid transparent;background:url(img/jsoneditor-icons.svg);color:#fff;opacity:.8;font-family:arial,sans-serif;font-size:10pt;float:left}div.jsoneditor-menu>button:hover,div.jsoneditor-menu>div.jsoneditor-modes>button:hover{background-color:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.4)}div.jsoneditor-menu>button:active,div.jsoneditor-menu>button:focus,div.jsoneditor-menu>div.jsoneditor-modes>button:active,div.jsoneditor-menu>div.jsoneditor-modes>button:focus{background-color:rgba(255,255,255,.3)}div.jsoneditor-menu>button:disabled,div.jsoneditor-menu>div.jsoneditor-modes>button:disabled{opacity:.5}div.jsoneditor-menu>button.jsoneditor-collapse-all{background-position:0 -96px}div.jsoneditor-menu>button.jsoneditor-expand-all{background-position:0 -120px}div.jsoneditor-menu>button.jsoneditor-undo{background-position:-24px -96px}div.jsoneditor-menu>button.jsoneditor-undo:disabled{background-position:-24px -120px}div.jsoneditor-menu>button.jsoneditor-redo{background-position:-48px -96px}div.jsoneditor-menu>button.jsoneditor-redo:disabled{background-position:-48px -120px}div.jsoneditor-menu>button.jsoneditor-compact{background-position:-72px -96px}div.jsoneditor-menu>button.jsoneditor-format{background-position:-72px -120px}div.jsoneditor-menu>div.jsoneditor-modes{display:inline-block;float:left}div.jsoneditor-menu>div.jsoneditor-modes>button{background-image:none;width:auto;padding-left:6px;padding-right:6px}div.jsoneditor-menu>button.jsoneditor-separator,div.jsoneditor-menu>div.jsoneditor-modes>button.jsoneditor-separator{margin-left:10px}div.jsoneditor-menu a{font-family:arial,sans-serif;font-size:10pt;color:#fff;opacity:.8;vertical-align:middle}div.jsoneditor-menu a:hover{opacity:1}div.jsoneditor-menu a.jsoneditor-poweredBy{font-size:8pt;position:absolute;right:0;top:0;padding:10px}table.jsoneditor-search div.jsoneditor-results,table.jsoneditor-search input{font-family:arial,sans-serif;font-size:10pt;color:#1A1A1A;background:0 0}table.jsoneditor-search div.jsoneditor-results{color:#fff;padding-right:5px;line-height:24px}table.jsoneditor-search{position:absolute;right:4px;top:4px;border-collapse:collapse;border-spacing:0}table.jsoneditor-search div.jsoneditor-frame{border:1px solid transparent;background-color:#fff;padding:0 2px;margin:0}table.jsoneditor-search div.jsoneditor-frame table{border-collapse:collapse}table.jsoneditor-search input{width:120px;border:none;outline:0;margin:1px;line-height:20px}table.jsoneditor-search button{width:16px;height:24px;padding:0;margin:0;border:none;background:url(img/jsoneditor-icons.svg);vertical-align:top}table.jsoneditor-search button:hover{background-color:transparent}table.jsoneditor-search button.jsoneditor-refresh{width:18px;background-position:-99px -73px}table.jsoneditor-search button.jsoneditor-next{cursor:pointer;background-position:-124px -73px}table.jsoneditor-search button.jsoneditor-next:hover{background-position:-124px -49px}table.jsoneditor-search button.jsoneditor-previous{cursor:pointer;background-position:-148px -73px;margin-right:2px}table.jsoneditor-search button.jsoneditor-previous:hover{background-position:-148px -49px}
/* component style */
.vue-slider-v2-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* rail style */
.vue-slider-v2-rail {
    background-color: #ccc;
    border-radius: 15px !important;
}

/* process style */
.vue-slider-v2-process {
    background-color: #3498db;
    border-radius: 15px !important;
}

/* mark style */
.vue-slider-v2-mark {
    z-index: 4;
}

    .vue-slider-v2-mark:first-child .vue-slider-v2-mark-step, .vue-slider-v2-mark:last-child .vue-slider-v2-mark-step {
        display: none;
    }

.vue-slider-v2-mark-step {
    width: 100%;
    height: 100%;
    border-radius: 50% !important;
    background-color: rgba(0, 0, 0, 0.16);
}

.vue-slider-v2-mark-label {
    font-size: 14px;
    white-space: nowrap;
}
/* dot style */
.vue-slider-v2-dot-handle {
    cursor: pointer;
    width: 100%;
    height: 100%;
    border-radius: 50% !important;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.32);
}

.vue-slider-v2-dot-handle-focus {
    box-shadow: 0px 0px 1px 2px rgba(52, 152, 219, 0.36);
}

.vue-slider-v2-dot-handle-disabled {
    cursor: not-allowed;
    background-color: #ccc;
}

.vue-slider-v2-dot-tooltip-inner {
    font-size: 14px;
    white-space: nowrap;
    padding: 2px 5px;
    min-width: 20px;
    text-align: center;
    color: #fff;
    border-radius: 5px !important;
    border-color: RGBA(0, 0, 0, 1) !important;
    background-color: RGBA(0, 0, 0, 1) !important;
    opacity: 0.8;
    box-sizing: content-box;
}

    .vue-slider-v2-dot-tooltip-inner::after {
        content: "";
        position: absolute;
    }

.vue-slider-v2-dot-tooltip-inner-top::after {
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px;
    border-top-color: inherit;
}

.vue-slider-v2-dot-tooltip-inner-bottom::after {
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px;
    border-bottom-color: inherit;
}

.vue-slider-v2-dot-tooltip-inner-left::after {
    left: 100%;
    top: 50%;
    transform: translate(0, -50%);
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px;
    border-left-color: inherit;
}

.vue-slider-v2-dot-tooltip-inner-right::after {
    right: 100%;
    top: 50%;
    transform: translate(0, -50%);
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px;
    border-right-color: inherit;
}

.vue-slider-v2-dot-tooltip-wrapper {
    opacity: 0;
    transition: all 0.3s;
}

.vue-slider-v2-dot-tooltip-wrapper-show {
    opacity: 1;
}

/*# sourceMappingURL=default.css.map */

.required-input .trumbowyg-box {
    border-radius: 5px !important;
}

.ace_line_group {
    text-align: left;
}

.json-editor-container {
    display: flex;
    width: 100%;
}

    .json-editor-container .tree-mode {
        width: 50%;
    }

    .json-editor-container .code-mode {
        flex-grow: 1;
    }

.jsoneditor-btns {
    text-align: center;
    margin-top: 10px;
}

.jsoneditor-vue .jsoneditor-outer {
    min-height: 150px;
}

.jsoneditor-vue div.jsoneditor-tree {
    min-height: 350px;
}

.json-save-btn {
    background-color: #20A0FF;
    border: none;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

    .json-save-btn:focus {
        outline: none;
    }

    .json-save-btn[disabled] {
        background-color: #1D8CE0;
        cursor: not-allowed;
    }

code {
    background-color: #f5f5f5;
}

body.v-tour--active {
    pointer-events: none
}

.v-tour {
    pointer-events: auto
}

.v-tour__target--highlighted {
    -webkit-box-shadow: 0 0 0 4px rgba(0,0,0,.4);
    box-shadow: 0 0 0 4px rgba(0,0,0,.4);
    pointer-events: auto;
    z-index: 9999
}

.v-tour__target--relative {
    position: relative
}

.v-step[data-v-54f9a632] {
    background: #50596c;
    color: #fff;
    max-width: 320px;
    border-radius: 3px;
    -webkit-box-shadow: transparent 0 0 0 0,transparent 0 0 0 0,rgba(0,0,0,.1) 0 4px 6px -1px,rgba(0,0,0,.06) 0 2px 4px -1px;
    box-shadow: 0 0 0 0 transparent,0 0 0 0 transparent,0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);
    padding: 1rem;
    pointer-events: auto;
    text-align: center;
    z-index: 10000
}

.v-step--sticky[data-v-54f9a632] {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.v-step--sticky .v-step__arrow[data-v-54f9a632] {
    display: none
}

.v-step__arrow[data-v-54f9a632], .v-step__arrow[data-v-54f9a632]:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: inherit
}

.v-step__arrow[data-v-54f9a632] {
    visibility: hidden
}

.v-step__arrow--dark[data-v-54f9a632]:before {
    background: #454d5d
}

.v-step__arrow[data-v-54f9a632]:before {
    visibility: visible;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: -5px
}

.v-step[data-popper-placement^=top] > .v-step__arrow[data-v-54f9a632] {
    bottom: -5px
}

.v-step[data-popper-placement^=bottom] > .v-step__arrow[data-v-54f9a632] {
    top: -5px
}

.v-step[data-popper-placement^=right] > .v-step__arrow[data-v-54f9a632] {
    left: -5px
}

.v-step[data-popper-placement^=left] > .v-step__arrow[data-v-54f9a632] {
    right: -5px
}

.v-step__header[data-v-54f9a632] {
    margin: -1rem -1rem .5rem;
    padding: .5rem;
    background-color: #454d5d;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.v-step__content[data-v-54f9a632] {
    margin: 0 0 1rem 0
}

.v-step__button[data-v-54f9a632] {
    background: transparent;
    border: .05rem solid #fff;
    border-radius: .1rem;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: .8rem;
    height: 1.8rem;
    line-height: 1rem;
    outline: none;
    margin: 0 .2rem;
    padding: .35rem .4rem;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    vertical-align: middle;
    white-space: nowrap
}

    .v-step__button[data-v-54f9a632]:hover {
        background-color: hsla(0,0%,100%,.95);
        color: #50596c
    }

.card-list-item {
    display: inline-block;
    margin-right: 10px;
}

.card-list-enter-active, .card-list-leave-active {
    transition: all 1s;
}

.card-list-enter, .card-list-leave-to {
    opacity: 0;
    transform: translateY(30px);
}

.fade-enter-active, .fade-leave-active {
    transition: opacity .3s ease;
}

.fade-enter, .fade-leave-to {
    opacity: 0;
}

.slide-fade-enter-active {
    transition: all .1s ease;
}

.slide-fade-leave-active {
    transition: all .1s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}

.slide-fade-enter, .slide-fade-leave-to {
    transform: translateY(-10px);
    opacity: 0;
}

.slide-enter-active {
    transition: max-height 0.8s;
    max-height: 200px;
    overflow: hidden;
}

.slide-leave-active {
    transition: max-height 0.3s;
    max-height: 500px;
    overflow: hidden;
}

.slide-enter, .slide-leave-to {
    max-height: 0;
    overflow: hidden;
}

