﻿/* Firefox */
:root {
    scrollbar-color: #cccccc #e0e0e5;
    scrollbar-width: thin;
}

/* Chrome - Edge */
::-webkit-scrollbar {
    width: 8px;
    right: -8px;
    height: 8px;
    opacity: 0;
}

    ::-webkit-scrollbar:hover {
        opacity: 1;
    }

::-webkit-scrollbar-track {
    background: #e0e0e5;
}

::-webkit-scrollbar-thumb {
    background: #cccccc;
}



    ::-webkit-scrollbar-thumb:hover {
        background: #dddddd;
    }

body {
    background: #FFF;
    font-family: "Open Sans" !important;
}

.mdi {
    display: inline-block;
}

.hide-scroll {
    overflow: hidden !important;
}

body #mainNgView {
    visibility: visible;
}

body.hide-scroll #mainNgView {
    visibility: hidden;
}

vr-datagrid-body.row-full-screen.hide-scroll {
    visibility: hidden;
}
/* start main-menu*/
.wrapper-toogled {
    padding-left: 185px !important;
}

.wrapper-normal {
    padding-left: 25px !important;
}

body #sidebar-wrapper {
    z-index: 200;
}

.toogle-icon {
    font-size: 17px;
    margin: 6px 4px;
    position: absolute;
    right: 16px;
    top: 5px;
}

.collapsed-toggle-icon {
    top: -17px;
    right: 10px;
}

.child-menu-link {
    padding: 0px 0px 0px 30px !important;
    color: #333;
}

.spaced-item {
    margin-right: 10px;
}

    .spaced-item > span:first-of-type {
        padding-right: 5px;
    }

.pin-icon {
    font-size: 17px;
    margin: 6px 4px;
    position: absolute;
    right: -1px;
    top: 5px;
}

.collapsed-pin-icon {
    font-size: 17px !important;
    top: 8px;
    left: 10px;
}

.inner-sub-menu {
    padding-left: 0px;
}
/* end main-menu*/


.bold-label {
    font-weight: bold !important;
}

.bold-label-figure {
    font-weight: bold !important;
}

.datepicker-custom button {
    border: 0px !important;
}

.dropdown .dropdown-toggle > span {
    font-size: 12px !important;
    align-self: center;
    margin-left: 2px;
}

    .dropdown .dropdown-toggle > span.vanrise-inpute.ready-only {
        user-select: text;
        -webkit-user-select: text;
    }



.vr-nav-custom {
    /*min-height:40px !important;
    border-color:transparent !important;
    background-color:#666 !important;*/
    min-height: 20px !important;
    margin-bottom: 0px !important;
    border-color: transparent !important;
    background: -webkit-linear-gradient(bottom,#F0F0F0, #C5C5C5); /*Safari 5.1-6*/
    background: -o-linear-gradient(bottom,#F0F0F0, #C5C5C5); /*Opera 11.1-12*/
    background: -moz-linear-gradient(bottom,#F0F0F0,#C5C5C5); /*Fx 3.6-15*/
    background: linear-gradient(to bottom, #F0F0F0, #C5C5C5); /*Standard*/
}

.vr-module-name {
    position: relative;
    top: 4px;
    display: inline-block;
    max-width: 145px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.vr-page-title {
    margin-left: 25px;
    font-weight: bold;
    color: #635F5F;
    margin-top: 5px;
}

.loading-container {
    position: absolute;
    height: 100%;
    width: 100%;
}

    .loading-container > img {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 50px;
        height: 50px;
    }

.responsive-container {
    white-space: normal;
}

@media (max-width: 768px ) {
    .modal-dialog {
        width: auto !important;
    }
}

@media (max-width: 992px ) {
    .responsive-container {
        white-space: pre-line;
        text-overflow: ellipsis;
    }
}

.vr-container {
    padding: 0px;
}

    .vr-container div[ng-view] {
        padding: 0px;
        padding-top: 15px;
    }

.wrapper-toogled .vr-container div[ng-view].topspacer-in,
.wrapper-normal .vr-container div[ng-view].topspacer-in {
    padding-top: 32px;
}


.flex-user-menu {
    display: flex !important;
}

.vr-top-nav-container {
    position: fixed;
    top: 60px;
    z-index: 500;
    width: calc(100% - 200px);
    background-color: #fff;
}

.page-view-icon {
    width: 16px;
    filter: invert(100%);
    position: relative;
    top: -2px;
}

    .page-view-icon.tab-icon {
        top: -1px;
        left: -2px;
    }

.choiced-view .page-view-icon {
    filter: brightness(0) saturate(100%) invert(19%) sepia(75%) saturate(2379%) hue-rotate(177deg) brightness(93%) contrast(99%)
}

.choiced-view:hover .page-view-icon {
    filter: invert(0%);
}

.vr-choices-filter .dropdown-menu .page-view-icon {
    left: -5px;
}

span.vr-module-tabs-view {
    display: inline;
    margin-left: 0px !important;
}

div.vr-module-tabs-view {
    display: inline-block;
    margin-left: 30px !important;
    width: calc(100% - 60px);
}

.vr-module-tabs-view .list-view-icon {
    font-weight: normal;
    color: #333 !important;
    padding: 0px 2px 0px 1px !important;
}

.vr-tabs.vr-module-tabs-view {
    border-bottom: none !important;
}




.flat span.vr-module-tabs-view {
    margin-left: 15px !important;
}

.flat .vr-tabs.vr-choices-filter.vr-module-tabs-view {
    padding-left: 20px;
    background-color: transparent;
    border: unset !important;
}

.vr-module-tabs-view a {
    text-decoration: none;
    font-weight: normal !important;
}

    .vr-module-tabs-view a.view-item {
        max-width: 200px;
        white-space: nowrap;
        overflow: hidden;
        display: flex;
        text-overflow: ellipsis;
    }

        .vr-module-tabs-view a.view-item label {
            display: block;
            width: 100%;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

.vr-module-tabs-view label {
    background-color: #fff !important;
    font-size: 12px;
    height: unset !important;
    border: none !important;
    padding: 0px 1px 0px 1px !important;
    margin: unset !important;
    font-weight: normal !important;
}

    .vr-module-tabs-view label:hover {
        text-decoration: underline !important;
        text-shadow: 1px 0 0 #635F5F;
    }

    .vr-module-tabs-view label.choiced-view:hover {
        background-color: #085c8b !important;
        color: #fff !important;
        text-decoration: none !important;
    }

.vr-module-tabs-view .choiced-view {
    background-color: #085c8b !important;
    color: #fff !important;
}

    .vr-module-tabs-view .choiced-view label {
        background-color: #085c8b !important;
        color: #fff !important;
    }

.vr-module-tabs-view .other-selected {
    background-color: #085c8b !important;
    color: #fff !important;
}

.vr-module-tabs-view .dropdown-menu > li > a:hover {
    color: inherit !important;
    background-color: inherit !important;
}

.vr-module-tabs-view .dropdown-menu > li > a.choiced-view:hover {
    background-color: #085c8b !important;
    color: #fff !important;
}

.vr-module-tabs-view .dropdown-menu > li:hover > a > label {
    text-decoration: underline !important;
    text-shadow: 1px 0 0 #635F5F;
}

.vr-user-label {
    font-weight: bold;
    color: #635F5F;
    font-size: 14px !important;
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.vr-user-icon {
    top: -7px;
    position: relative;
    left: -10px;
}

.vr-user-separator {
    display: inline-block;
    margin-left: 15px;
    font-size: 15px;
    color: #635F5F;
}

.vr-company-separator {
    display: inline-block;
    margin-left: 5px;
    margin-right: 15px;
    font-size: 15px;
    color: #635F5F;
}

.vr-nav-custom .minilogo {
    position: absolute;
    top: 0px;
    right: -5px;
}

.vr-nav-custom div {
    display: inline-block;
}

    .vr-nav-custom div .badge {
        position: absolute;
        top: 10px;
        left: 8px;
    }

.badge {
    padding: 3px 5px;
}

.badge, .label {
    font-size: 10px;
    font-weight: 400;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #FFF;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}

.blinking-badge {
    animation: blinking 0.5s steps(1000) infinite;
}

.blinking {
    animation: pulse 1.5s steps(1000) infinite;
}

    .blinking:after {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        border: 2px solid rgba(0, 155, 243, 0.5);
        opacity: 0;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        animation: sonar 1.5s steps(1000) infinite;
    }

@keyframes sonar {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    20% {
        transform: scale(1.4);
    }

    50% {
        transform: scale(0.9);
    }

    80% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}





/*.img2 {
    -webkit-animation: ring 1.5s steps(1000) infinite;
    animation: ring 1.5s steps(1000) infinite;
}*/



@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(35deg);
    }

    12.5% {
        -webkit-transform: rotate(-30deg);
    }

    25% {
        -webkit-transform: rotate(25deg);
    }

    37.5% {
        -webkit-transform: rotate(-20deg);
    }

    50% {
        -webkit-transform: rotate(15deg);
    }

    62.5% {
        -webkit-transform: rotate(-10deg);
    }

    75% {
        -webkit-transform: rotate(5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(35deg);
        transform: rotate(35deg);
    }

    12.5% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    25% {
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg);
    }

    37.5% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }

    50% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    62.5% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    75% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.badge2 {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 2;
    color: #FFF;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 13px;
}

.vr-support {
    position: relative;
    left: 138px;
}

.vr-nav-custom .menu-icon {
    position: absolute;
    top: 32px;
    right: 140px;
}

.support-call > a {
    position: static !important;
}

.unpined-icon {
    transform: rotate(-45deg);
}

.unpined-icon-pos {
    right: -8px;
}

.vr-nav-custom .warning-icon {
    position: absolute;
    top: 32px;
    right: 175px;
}

.vr-logout-span {
    position: absolute;
    top: 32px;
    right: 220px;
}

.sub-header {
    height: 46px;
    background-color: #FFF;
    position: fixed;
    z-index: 1001;
    width: 100%;
    margin-top: 20px;
}

.sub-header-open {
    margin-left: 200px;
}

.sub-header-closed {
    margin-left: 40px;
}

.inner-sub {
    height: 39px;
    position: relative;
    padding: 5px;
    border-bottom: 2px solid #F0F0F0;
}

.inner-sub {
    height: 39px;
    position: relative;
    padding: 5px;
    border-bottom: 2px solid #F0F0F0;
}

.fogetten-label {
    color: #555;
    text-decoration: underline;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
}

    .fogetten-label:hover {
        color: #555;
    }

    .fogetten-label:visited {
        color: #555;
    }
/*bootstrap overide */
.form-control {
    height: 26px;
    padding: 3px 12px;
}

.vr-from-wapper:focus {
    outline: none;
}


textarea.form-control {
    height: auto;
}
/*
button.btn {
    height: 27px !important;
    padding: 4px 12px !important;
} */
/* override  bootstrap btn class focus and active behavior */


vr-actionbar .btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

    vr-actionbar .btn.active.focus {
        outline: none;
    }

vr-actionbar .btn:active,
vr-actionbar .btn:focus,
vr-actionbar .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

vr-actionbar .btn .vr-button-menu-icon {
    position: absolute;
    top: 6px;
    right: -5px;
}

vr-actionbar .btn:focus, vr-actionbar .btn:active:focus, vr-actionbar .btn.active:focus, vr-actionbar .btn.focus, vr-actionbar .btn:active.focus, vr-actionbar .btn.active.focus {
    outline: none;
    outline: none;
    outline-offset: 0px;
}


vr-button .btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

    vr-button .btn.active.focus {
        outline: none;
    }

vr-button .btn:active,
vr-button .btn:focus,
vr-button .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    vr-button .btn:focus, vr-button .btn:active:focus, vr-button .btn.active:focus, vr-button .btn.focus, vr-button .btn:active.focus, vr-button .btn.active.focus {
        outline: none;
        outline: none;
        outline-offset: 0px;
    }

vr-button[standalone] > div {
    display: inline-block;
}

vr-button[standalone] div > span {
    font-size: 24px;
}

vr-button[type="Add"][standalone] div > span {
    color: #5cb85c;
}

vr-button[type="UploadExcel"][standalone] div > span {
    color: #5cb85c;
}

vr-button[class*="divDisabled"][type="UploadExcel"][standalone] div > span {
    color: #333;
}


vr-button[standalone] .loading-btn {
    opacity: 0.3;
}

vr-button[type="Exclude"] span {
    transform: scaleX(-1);
}

vr-button[standalone] > div[disabled="disabled"] {
    pointer-events: none !important;
    cursor: not-allowed !important;
    opacity: 0.7
}

/* override  bootstrap btn class focus and active behavior */
.modal-x-lg {
    width: 97%;
}

.modal .menu-right {
    min-width: 100px;
    margin: -10px 0px 0px;
    top: auto;
    width: auto;
    right: auto;
    left: initial;
}

.menu-right {
    top: 74%;
    width: 100%;
    min-width: 100%;
    right: 0px;
    left: initial;
}

.dropdown-menu-label {
    padding: 5px 2px;
}

.dropdown-menu {
    font-size: 12px;
}

.menu-to-top {
    top: -215px;
    left: -65px;
}

.form-control {
    font-size: 12px;
}

label {
    font-size: 13px;
}

.modal-header {
    min-height: 16.4286px;
    padding: 2px 15px;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 1px solid #E5E5E5;
}

div[vr-modalcontent].am-fade-and-scale {
    animation-duration: .3s;
}


div[vr-modalcontent] .modal-content {
    border: none;
}

.flat .vr-modal-header {
    padding: 5px 15px;
}

.modal-header .close,
.modal-header .expand {
    opacity: 1 !important;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 21px;
    text-shadow: 0px 1px 0px #FFF;
}

.flat .modal-header .close,
.flat .modal-header .expand {
    color: #65a3c7;
    background: #fff;
    border-radius: 30px;
    height: 20px;
    width: 20px;
    margin-top: 1px;
}

.flat .modal-header .expand {
    position: relative;
    right: 5px;
    border-radius: 0px !important;
    padding: 0;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    float: right;
    line-height: 1;
    font-size: 12px;
}

.flat .modal-header .close > span {
    position: relative;
    top: -2px;
    font-size: 12px;
}

inp .menu-to-top {
    bottom: 100%;
    top: initial;
}

@media (max-width: 1200px) {
    /*.form-control {
       min-width:185px;
       max-width:185px
    }
    textarea{
       min-width:initial !important;
       max-width:initial !important;
    }
    .dropdown-custom-serf{
       min-width:initial !important;
       max-width:initial !important;

    }
    .menu-right-parent{
       min-width:initial !important;
       max-width:initial !important;
    }
    .dropdown {
       min-width:185px;         
       max-width:185px;
    }*/
    .menu-right-con {
        height: 20px;
    }
}

@media (max-width: 992px ) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        margin-bottom: 10px !important;
    }
}

.empty-line-col {
    padding-top: 23px;
}

vr-columns[withemptyline="true"] .empty-line-col {
    padding-top: 23px !important;
}

vr-columns[withemptyline="false"] .empty-line-col {
    padding-top: 0px !important;
}

vr-columns[dummy-row] > div[class="col-lg-12 col-md-12 col-sm-12 "] {
    padding: 0px 20px;
    margin-top: -6px;
}

/* start generic vr-columns runtime implementation */

vr-columns.no-spacing > div[class^="col"] {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

vr-columns.medium-spacing > div[class^="col"] {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

vr-columns.left-medium-spacing > div[class^="col"] {
    padding-left: 5px !important;
}

vr-columns.right-medium-spacing > div[class^="col"] {
    padding-right: 5px !important;
}

vr-columns.small-spacing > div[class^="col"] {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

vr-columns.empty-line-column > div[class^="col"] {
    padding-top: 23px;
}

vr-columns.equal-height > div[class^="col"] .vr-normal-panel.panel-vr.card {
    height: calc(100% - 1rem) !important;
}

/* end generic vr-columns runtime implementation */

vr-tab vr-columns[dummy-row] > div[class="col-lg-12 col-md-12 col-sm-12 "] {
    padding: 10px 30px 0px;
    margin: 0px;
}

.vr-flexible-container {
    width: fit-content;
    width: -moz-fit-content;
    min-width: 100%
}

.vr-flex-row {
    min-width: 100%;
    display: flex;
}

    .vr-flex-row.warp {
        flex-wrap: wrap;
    }

.vr-flex-col {
    margin: 0px 5px;
}

    .vr-flex-col.full {
        flex-grow: 1;
        width: 100%;
    }

    .vr-flex-col.half {
        flex-grow: 0.50;
    }

    .vr-flex-col.quarter {
        flex-grow: 0.25;
    }

    .vr-flex-col.three-quarter {
        flex-grow: 0.75;
    }

    .vr-flex-col.one-third {
        flex-grow: 0.33;
    }

    .vr-flex-col.two-thirds {
        flex-grow: 0.66;
    }

    .vr-flex-col.condition-branch {
        min-width: 200px;
    }

    .vr-flex-col.adding-section {
        min-width: 100px;
    }

.vr-condition-wrapper {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 500px;
}

vr-columns[dummy-column] > div[class="col-lg-12 col-md-12 col-sm-12 "] {
    padding: 0px 10px;
    margin-top: 0px;
}

.vr-datagrid-celltext vr-columns[withemptyline="true"] .empty-line-col {
    padding-top: 18px !important;
}

.vr-datagrid-celltext vr-columns[withemptyline="false"] .empty-line-col {
    padding-top: 0px !important;
}

.vr-datagrid-celltext vr-button > div {
    height: unset !important;
}

.parent-col-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

vr-columns[medium-spacing] > div[class^="col"] {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

vr-columns[right-medium-spacing] > div[class^="col"] {
    padding-right: 5px !important;
}

vr-columns[left-medium-spacing] > div[class^="col"] {
    padding-left: 5px !important;
}

vr-columns[small-spacing] > div[class^="col"] {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

vr-row[singleitemrow] > .row {
    margin: 0px !important;
    padding: 10px 0px !important;
}

vr-row[default-margin="true"] > .row {
    margin: 0px -15px !important;
    padding: 5px 0px !important;
}

vr-row[default-margin="false"] > .row {
    margin: 0px !important;
    padding: 0px 10px !important;
}



.mark-select .hand-cursor {
    font-size: 12px !important;
}

.label-warning-1 {
    background-color: #FFD400;
}

    .label-warning-1[href]:hover,
    .label-warning-1[href]:focus {
        background-color: #ec971f;
    }

.label-warning-2 {
    background-color: #FFAA00;
}

.label-inprogress {
    background-color: #b54fc9;
}

.label-warning-2[href]:hover,
.label-warning-2[href]:focus {
    background-color: #ec971f;
}
/* end bootstrap overide */
.disable-animations.ng-animate {
    -webkit-transition: none !important;
    transition: none !important;
}

Use this for keyframe animations .disable-animations.ng-animate {
    -webkit-animation: none 0s;
    animation: none 0s;
}

.nav, .pagination, .carousel, .panel-title a {
    cursor: pointer;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #333333;
    opacity: 0.5;
}

.pading-top-s {
    margin-top: 2px !important;
}

.dragbelzone {
    background-color: #FFF;
}

    .dragbelzone .handeldrag {
        cursor: move;
        padding: 5px;
    }

    .dragbelzone:empty {
        display: none;
    }

.hand-cursor {
    cursor: pointer !important;
    cursor: hand !important;
}

.handeldrag {
    cursor: move !important;
}

.custom-input {
    font-family: "Lato","Helvetica Neue",Arial,Helvetica,sans-serif;
    padding: 5px;
    background: none repeat scroll 0% 0% #FFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: rgba(0, 0, 0, 0.8);
    border-radius: 0.2857rem;
    transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s, border-color 0.2s ease 0s;
    box-shadow: none;
}

.selected:first-of-type {
    background-color: #D0D0D0 !important;
    border-top: 1px solid #C8C8C8 !important;
    border-bottom: 0px solid #C8C8C8 !important;
}

.selected {
    background-color: #D0D0D0 !important;
    border: 1px solid #C8C8C8 !important;
}

    .selected:last-of-type {
        background-color: #D0D0D0 !important;
        border-top: 0px solid #C8C8C8 !important;
        border-bottom: 1px solid #C8C8C8 !important;
    }

a.mark-select {
    outline: 0;
    color: #666;
}

a.mark-select-selected {
    background-color: #D0D0D0 !important;
    border-color: #D0D0D0 !important;
    color: #fff !important;
    cursor: pointer !important;
    text-decoration: none;
}

a.mark-select:hover, a.mark-select:active, a.mark-select:focus {
    background-color: #D0D0D0 !important;
    border-color: #D0D0D0 !important;
    color: #fff !important;
    cursor: pointer !important;
    text-decoration: none;
}

a.mark-select.glyphicon-eye-open:hover, a.mark-select.glyphicon-eye-open:active, a.mark-select.glyphicon-eye-open:focus {
    background-color: #FFF !important;
    color: #666 !important;
    cursor: pointer !important;
    text-decoration: none;
}

a.vr-select-disabled-item:hover, a.vr-select-disabled-item:active, a.vr-select-disabled-item:focus {
    color: #c1c1c1 !important;
    background-color: transparent !important;
}

.toggle-advanced-search {
    display: inline-block;
    width: 10px;
    z-index: 1200;
    margin: 5px;
}

.filter-section {
    padding-bottom: 5px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
}

.filter-button-cursor {
    cursor: pointer;
}

.stansalone-button {
    display: block !important;
    float: left;
    height: 32px;
    line-height: 32px;
    font-size: 24px;
}

    .stansalone-button.filter-label {
        font-size: 12px;
    }

.filter-label i.stansalone-button {
    padding: 0 5px;
    font-size: 20px;
    height: 32px;
    line-height: 32px;
}


.vr-select-advance-search {
    background-color: #fff;
    position: absolute;
    top: -6px;
    left: 220px;
    z-index: 11100;
    width: 230px;
    display: block;
    border: 1px solid #ddd;
    border-left: 0px;
    border-radius: 4px;
    height: calc(100% + 12px );
}

    .vr-select-advance-search.advance-search-top-right {
        left: -230px;
        border-radius: 4px 0px 0px 4px;
    }

.data-presentation.advance-search-top-right .filter-section {
    flex-direction: row-reverse;
}

    .data-presentation.advance-search-top-right .filter-section .glyphicon-backward:before {
        content: "\e075";
    }

    .data-presentation.advance-search-top-right .filter-section .glyphicon-forward:before {
        content: "\e071";
    }

.single-col-checklist {
    width: 226px !important;
}

.double-col-checklist {
    width: 452px !important;
}

.single-col-checklist-md {
    width: 285px !important;
}

.double-col-checklist-md {
    width: 575px !important;
}

.no-filter {
    height: 260px;
}

.with-filter {
    height: 191px;
}

.custom-label {
    display: inline-block;
    vertical-align: baseline;
    line-height: 1;
    margin: .125em .125em;
    background-color: #e8e8e8;
    border-color: #e8e8e8;
    background-image: none;
    padding: .6em .8em;
    color: rgba(0,0,0,.6);
    font-weight: 700;
    border-radius: .2857rem;
    box-sizing: border-box;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
}

.link:hover {
    text-decoration: none !important;
}



.expanded-row-action {
    padding: 0;
}


    .expanded-row-action > li > div:last-child {
        border-bottom: none
    }

.vr-select-dropdown-menu {
    width: 226px;
    color: rgba(0, 0, 0, 0.6) !important;
    text-align: left;
}

.inner-addon {
    position: relative;
    padding: 0px 2px;
}

style glyph .inner-addon .glyphicon {
    position: absolute;
    padding: 6px;
    z-index: 10;
}

align glyph .left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

add padding .left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.right-addon .glyphicon {
    position: absolute;
    top: 7px;
    right: 5px;
}

.vr-menu-item {
    display: none;
}

.vr-menu-item-selected {
    display: block;
}

.item-menu {
    padding: 2px 5px;
    margin: 0px;
    display: block;
}

.icon-loader {
    background-image: url("loader.gif");
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
    top: 8px;
    right: 4px !important;
}

.max-width-md {
    width: 120px !important;
    max-width: 120px !important;
}

.inline-block {
    display: inline-block !important;
}

.panel-over-color {
    border: 0px;
    background-color: #fff;
    box-shadow: 0px 0px 0px 0px;
}

.action-bar {
    margin-top: 10px;
    z-index: calc(1 + var(--vr-base-z-index));
    position: relative;
    border-radius: 15px;
    height: 25px;
    display: flex;
    justify-content: space-between;
}

    .action-bar.include-personalization {
        border-radius: 0px 15px 15px 0px;
        margin-left: 15px;
    }

.modal-body .panel-body {
    padding: 0px;
}

.modal-title {
    white-space: normal !important;
    word-wrap: break-word;
}

vr-select .dropdown-container2 {
    position: relative;
    height: 29px;
}


.vr-datagrid-celltext vr-select .dropdown-container2 {
    height: 20px;
}

vr-select .dropdown-container2 .vr-select-add {
    padding: 0px;
    position: absolute;
    top: -14px;
    right: 0px;
    font-size: 12px;
    color: #5cb85c;
}

.vr-select-watermark {
    opacity: 0.9;
    color: #777;
    font-style: italic;
}

.vr-select-disabled-item {
    color: #c1c1c1 !important;
    pointer-events: none;
}

div[disabled-select-item="true"] {
    color: #c1c1c1 !important;
}

    div[disabled-select-item="true"] .hand-cursor {
        cursor: not-allowed !important;
    }

    div[disabled-select-item="true"] .select-item-container.selected .hand-cursor {
        cursor: pointer !important;
    }

    div[disabled-select-item="true"] a.mark-select.select-item-container.selected,
    div[disabled-select-item="true"] a.mark-select.select-item-container.selected:hover,
    div[disabled-select-item="true"] a.mark-select.select-item-container.selected:active,
    div[disabled-select-item="true"] a.mark-select.select-item-container.selected:focus {
        cursor: pointer !important;
    }

    div[disabled-select-item="true"] a.mark-select,
    div[disabled-select-item="true"] a.mark-select:hover,
    div[disabled-select-item="true"] a.mark-select:active,
    div[disabled-select-item="true"] a.mark-select:focus {
        background-color: initial !important;
        border-color: unset !important;
        color: initial !important;
        text-decoration: none;
        cursor: not-allowed !important;
    }

    div[disabled-select-item="true"] .select-item-container.selected {
        background-color: #f1e8e8 !important;
        border: 0px !important;
        pointer-events: all;
        cursor: pointer;
    }

        div[disabled-select-item="true"] .select-item-container.selected:hover {
            color: #666 !important;
            background-color: #D0D0D0 !important;
        }

div[disabled-item="true"], div[disabled-select-item="true"] {
    cursor: not-allowed;
}
/*.modal-body  .vr-select-add{
    right : -15px ;
}*/
.modal-body .panel-vr .panel-body {
    padding: 5px 15px;
}

vr-section[contentbox] .panel-body {
    padding: 5px 5px !important;
}

vr-section .collapsible-icon, vr-section-v2 .collapsible-icon {
    padding-right: 3px;
}

vr-section-v2 .panel-vr.vr-normal-panel > .panel-heading {
    display: flex;
    align-items: center;
}

    vr-section-v2 .panel-vr.vr-normal-panel > .panel-heading .editable-header {
        padding: 0px 2px;
        height: 100%;
        display: flex;
        align-items: center;
    }

.modal-body .fieldset-vr .panel-body {
    padding: 5px 15px;
}

.modal-dialog .action-bar {
    border-radius: 0px !important;
}

.modal-dialog vr-form .action-bar {
    border-radius: 15px !important;
}

vr-actionbar[formsubmitsection] .action-bar {
    border-radius: 0px !important;
}

.leavecolor {
    background-color: transparent !important;
}

.hovercolor {
    background-color: #e22337 !important;
}

vr-modalcontent .action-bar {
    margin: 10px -15px 0px !important;
    position: relative;
    top: 5px;
    border-radius: 0px 0px 5px 5px;
}

.action-bar-left {
    border-width: 1px;
    border-color: white;
    width: 50px;
}

    .action-bar-left button {
        float: left;
    }

.action-bar-right {
    width: 49%;
}

    .action-bar-right button {
        float: right !important;
    }

    .action-bar-right div {
        float: right !important;
    }

.buttons-container {
    float: right;
}

.btn-label {
    padding-left: 4px;
}

.img-loader {
    margin-left: 3px;
}

.btn-menu-item {
    padding-left: 2px;
}

.highlight-btn .glyphicon {
    color: #EF4355 !important;
}

.arrow-above {
    color: #37c737;
    font-size: 13px;
    top: 4px;
}

.arrow-below {
    color: #ff1111;
    font-size: 13px;
    top: 4px;
}

.style-col {
    background-color: #FFF;
    border-radius: 4px;
    margin-left: 10px;
}

.col-no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.style-row {
    padding: 10px;
}

vr-row[unspacecontents="true"] > div.style-row {
    padding: 0px;
}

vr-row[unspacecontents="false"] > div.style-row {
    padding: 10px;
}

vr-row[spacer] > .row:first-of-type {
    margin-top: 10px;
}

.emptycol {
    display: none;
}

label {
    font-weight: normal;
    color: #635F5F;
}

.pad-top-m {
    padding-top: 10px;
}

.menu-cus {
    top: -40px !important;
}

.col-no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.list-custom {
    padding: 3px 12px 4px 12px !important;
}

vr-datalist[hasinputcontent] .list-custom {
    padding: 0px 2px !important;
}

    vr-datalist[hasinputcontent] .list-custom .glyphicon.glyphicon-remove {
        right: 10px;
    }

    vr-datalist[hasinputcontent] .list-custom .form-control.vanrise-inpute {
        border: none;
        border-bottom: 1px solid #cccccc;
        box-shadow: none;
        padding: 1px 3px;
    }

.list-inpute {
    max-width: 40px !important;
    min-width: 40px !important;
    height: 25px !important;
    display: inline-block !important;
    padding: 3px 6px !important;
    position: relative;
    top: -5px;
}

.list-inpute-float {
    position: relative;
    top: -6px;
}

.inline-inpute {
    width: 150px !important;
    display: inline-block !important;
}
/*ui-grid override*/
.ui-grid {
    border: none;
}

.ui-grid-cell-contents {
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 100%;
}

.ui-grid-header-canvas {
    background-color: #829EBF;
}

.ui-grid-header-cell {
    background-color: #829EBF;
    color: #fff;
    border: none;
}

input.ui-grid-filter-input[type="text"] {
    padding: 0px;
    margin: 0px;
    width: 100%;
    border: 1px solid #D4D4D4;
    border-radius: 0px;
    background-clip: padding-box;
    color: #000;
}

.ui-grid-cell {
    border: none;
}

.ui-grid-row:nth-child(even) .ui-grid-cell {
    background-color: #E0E1E1;
}

loader .outer-loader {
    background: #0C0C0C;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
    width: 100%;
    z-index: 20000;
}

.loader {
    text-align: center;
    position: absolute;
    left: 50%;
    z-index: 100;
    bottom: 50px;
}

.grid-class {
    height: 100% !important;
}

.required-inpute > div:nth-child(1) {
    border: 1px solid #D44A47 !important;
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 2px rgba(195, 127, 122, 0.85);
    border-radius: 4px;
}

.toggle-Icon {
    opacity: 0.7 !important;
}

.tooltip-error {
    padding: 5px;
    margin: 5px;
    min-width: 80px;
    position: absolute;
    top: 0px;
    left: 100%;
    z-index: 100;
    color: #a94442;
    background-color: rgba(242, 222, 222, 1);
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 10px;
    -webkit-opacity: 0.25;
    -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -ms-transition: all 3s ease;
    -o-transition: all 3s ease;
    transition: all 3s ease;
}

.fix-top {
    top: 22px;
}

.tooltip-error:after, .tooltip-error:before {
    right: 100%;
    top: 33%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.tooltip-error-bottom .message-container {
    white-space: pre-line;
    max-width: 300px;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.tooltip-error-bottom:before, .tooltip-error-bottom:after {
    border-color: rgba(136, 183, 213, 0) rgba(136, 183, 213, 0) #D5AB88 rgba(136, 183, 213, 0) !important;
    right: unset !important;
    left: 50%;
    margin-left: 0px !important;
    top: -10px;
}

.tooltip-error-right:before, .tooltip-error-right:after {
    right: auto !important;
    left: 100%;
    border-color: transparent !important;
    border-left-color: #D5AB88 !important;
    margin-left: 0px !important;
    top: 33%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.tooltip-error:after {
    border-right-color: #88b7d5 rgba(136, 183, 213, 0) rgba(136, 183, 213, 0);
    border-width: 4px;
    margin-left: -5px;
}

.tooltip-error:before {
    border-color: rgba(136, 183, 213, 0) #D5AB88 rgba(136, 183, 213, 0) rgba(136, 183, 213, 0);
    border-width: 4px;
    margin-left: -5px;
}

.tooltip-error {
    transition: 0.5s linear all;
    opacity: 1;
}

    .tooltip-error.ng-hide {
        opacity: 0;
    }

#custom {
    border: 0px;
}

    #custom .ui-grid-header {
        border-bottom: 0px solid #D4D4D4;
    }

    #custom .ui-grid-header-cell {
        border: 0px;
    }

    #custom .ui-grid-header-canvas {
        background-color: #fff;
        border-bottom: 0px solid #798992;
    }

    #custom .ui-grid-header-cell {
        font-size: 12px;
        color: #534B4B;
        border: medium none;
    }

    #custom .ui-grid-cell {
        border-bottom: 1px solid #D4D4D4;
        border-right: 0px solid #D4D4D4;
        font-size: 12px;
        margin-top: 0px;
        color: #616f77;
    }

    #custom .ui-grid-row:nth-child(odd) .ui-grid-cell {
        background-color: #fff;
    }

    #custom .ui-grid-row:nth-child(even) .ui-grid-cell {
        background-color: #fff;
    }

    #custom .ui-grid-cell-contents {
        box-sizing: border-box;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        height: 100%;
    }

    #custom .ui-grid-header-canvas {
        min-height: 26.983px;
    }

    #custom .ui-grid-header-cell:last-child .ui-grid-column-resizer.right {
        border-right: 0px solid #fff;
    }

.header-custom {
    cursor: pointer !important;
    cursor: hand !important;
    min-height: 27px;
}

    .header-custom:hover {
        background-color: rgba(232, 232, 232, 0.94);
    }

.progress-custom {
    height: 3px;
    margin-top: 10px;
    margin-bottom: 0px;
    width: 100px;
    display: inline-block;
}


.span-summary {
    font-size: 11px;
    display: inline;
}


.active-header {
    color: #428bca;
    border-bottom: 3px solid #428bca !important;
    padding-bottom: 4px;
}

.btn-vertical {
    width: 28px;
    height: 100%;
    top: 0px;
    z-index: 1000;
    position: fixed;
    top: 0px;
}

.dropdown-menu-custom-serf {
    top: 7px;
    min-width: 165px;
    left: 40px;
    border-radius: 0px;
    background-color: #f0f0f0 !important;
    color: #666 !important;
    border-color: #CBC8C8;
    border: 1px 1px 1px 0px solid !important;
    padding: 0px 0px;
    border-left: medium none transparent;
}

.panel-group .panel + .panel {
    margin-top: 0px;
}

.toggle-panel {
    margin: 0px;
    border-bottom: 1px solid #d0d0d0;
}

.menu-item-list {
    border: 0px solid transparent !important;
    font-size: 13px !important;
}

.module-icon {
    background-color: #b7b7b7 !important;
}

.menu-item-list.last {
    margin-bottom: 92px;
}

.menu-item-list .panel-body > li {
    font-size: 12px;
}

.menu-item-list .panel-body {
    padding: 0px;
    background-color: #f0f0f0 !important;
    font-size: 12px !important;
}

.dll-menu {
    background-color: #dddddd !important;
    color: #666 !important;
    border-bottom: 1px solid #CCC;
}

    .dll-menu:hover {
        background-color: #f0f0f0 !important;
        color: #666 !important;
    }

.dll-parent-menu {
    background-color: #dddddd !important;
    color: #666 !important;
    border-bottom: 1px solid #CCC;
}

    .dll-parent-menu div:hover {
        background-color: #f0f0f0 !important;
        color: #666 !important;
    }

    .dll-parent-menu div:before {
        content: "";
        border-color: transparent #111;
        border-style: solid;
        border-width: 0.35em 0 0.35em 0.45em;
        display: inline-block;
        height: 0;
        width: 0px;
        left: -5px;
        top: -1px;
        position: relative;
    }

    .dll-parent-menu div.down:before {
        content: "";
        border-right: 0.35em solid transparent;
        border-top: 0.45em solid;
        border-bottom: 0px solid transparent;
        border-left: 0.35em solid transparent;
        display: inline-block;
        height: 0;
        width: 0px;
        left: -5px;
        top: -1px;
        position: relative;
    }

.panel-heading-vr {
    border-radius: 0px !important;
    padding: 8px 5px !important;
    color: #fff;
}

.vr-company-name {
    font-size: 13px;
    text-align: center;
    position: relative;
    left: -15px;
    display: inline-block;
    width: calc(100% - 5px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
}

.vr-tabs-expander {
    position: relative;
}


    #dropdownTabsPrev > ul[aria-labelledby="dropdownTabsPrev"],
    .vr-tabs-expander.previous > ul,
    #dropdownTabsFor > ul[aria-labelledby="dropdownTabsFor"],
    .vr-tabs-expander.forward > ul {
        margin: 0px;
        margin-top: -5px;
        overflow: auto;
        display: none;
    }

    .vr-tabs-expander.previous > ul {
        max-height: 125px;
        overflow: auto;
    }

#dropdownTabsPrev > ul[aria-labelledby="dropdownTabsPrev"] {
    max-height: 240px;
    overflow: auto;
}

    #dropdownTabsPrev > ul[aria-labelledby="dropdownTabsPrev"] > li,
    .vr-tabs-expander.previous > ul > li {
        width: 100%;
    }

        #dropdownTabsPrev > ul[aria-labelledby="dropdownTabsPrev"] > li > a,
        .vr-tabs-expander.previous > ul > li > a {
            width: 100%;
        }

{
    display: block;
}



#dropdownTabsFor > ul[aria-labelledby="dropdownTabsFor"] {
    max-height: 240px;
}

.vr-tabs-expander.forward > ul {
    max-height: 125px;
}

#dropdownTabsFor:hover > ul[aria-labelledby="dropdownTabsFor"],
#dropdownTabsPrev:hover > ul[aria-labelledby="dropdownTabsPrev"] {
    display: block;
    top: 22px;
}

.active-menu {
    color: #666 !important;
    background-color: #ddd !important;
}

    .active-menu a:visited {
        background-color: #E3DEDE !important;
        color: #666 !important;
    }

    .active-menu a:active {
        background-color: #E3DEDE !important;
        color: #666 !important;
    }

.active-menu-parent {
    background-color: #f0f0f0 !important;
    color: #666 !important;
}

.toggel {
    float: right;
    font-size: 10px;
}

.menulink {
    text-decoration: none !important;
    padding: 5px 0px 5px 25px !important;
    color: #000;
    text-align: left !important;
}

.inner-sub-menu a.menulink {
    padding: 5px 0px 5px 45px !important;
}

.div-link {
    background-color: #f0f0f0 !important;
    color: #666 !important;
}


.dll-menu a:before {
    content: "";
    border-style: solid;
    display: inline-block;
    height: 5px;
    width: 5px;
    left: -5px;
    top: -2px;
    position: relative;
    border-width: 1px;
    border-color: #111;
}



.dll-menu a.down:before {
    content: "";
    border-right: 0.35em solid transparent;
    border-top: 0.45em solid;
    border-bottom: 0px solid transparent;
    border-left: 0.35em solid transparent;
    display: inline-block;
    height: 0;
    width: 0px;
    left: -5px;
    top: -1px;
    position: relative;
}

.dll-menu div:before {
    content: "";
    border-color: transparent #111;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: inline-block;
    height: 0;
    width: 0px;
    left: -5px;
    top: -1px;
    position: relative;
}

.dll-menu div.down:before {
    content: "";
    border-right: 0.35em solid transparent;
    border-top: 0.45em solid;
    border-bottom: 0px solid transparent;
    border-left: 0.35em solid transparent;
    display: inline-block;
    height: 0;
    width: 0px;
    left: -5px;
    top: -1px;
    position: relative;
}

/*.leftdiv {   
    color: #666 !important;
    border-bottom: 1px #CBC8C8 solid;
}*/
/*.leftdiv:hover{
    background-color:#f0f0f0 !important;
    color: #666 !important;
}
.leftdiv:focus {
    background-color:#f0f0f0 !important;
    color: #666 !important;
}*/
.dropdown-menu-custom-serf span > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
    color: #333333;
}

    .dropdown-menu-custom-serf span > li > a:hover {
        background-color: #f0f0f0 !important;
        color: #666 !important;
        text-decoration: none;
    }

.inner-list-item {
    margin-left: 0px;
    border-bottom: 1px solid #CCC;
}

    .inner-list-item:hover {
        background-color: #f0f0f0 !important;
        color: #666 !important;
    }
/*.menulink:hover{
    color: #666;
    text-decoration:none;   
}*/
.menulink:hover {
    text-decoration: none;
    background-color: #CCC !important;
    border-color: initial;
}

.menulink:hover, .menulink:visited, .menulink:active {
    color: #000;
    text-decoration: none;
}

.innerlist {
    border-bottom: 1px solid #CCC !important;
}

    .innerlist a {
        background-color: #E3DEDE !important;
    }

    .innerlist div {
        background-color: #E3DEDE !important;
    }

        .innerlist div:hover {
            background-color: #f0f0f0 !important;
        }

    .innerlist a:before {
        content: "";
        border-style: solid;
        display: inline-block;
        height: 0px;
        width: 0px;
        left: -5px;
        top: -3px;
        position: relative;
        border-width: 0.2em;
        border-color: #111;
    }

    .innerlist div:before {
        content: "";
        border-color: transparent #111;
        border-style: solid;
        border-width: 0.35em 0 0.35em 0.45em;
        display: inline-block;
        height: 0;
        width: 0px;
        left: -5px;
        top: -1px;
        position: relative;
    }

    .innerlist div.down:before {
        content: "";
        border-right: 0.35em solid transparent;
        border-top: 0.45em solid;
        border-bottom: 0px solid transparent;
        border-left: 0.35em solid transparent;
        display: inline-block;
        height: 0;
        width: 0px;
        left: -5px;
        top: -1px;
        position: relative;
    }

.dropdown-menu .div-link {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap;
}

.menu-item-list-ligth {
    background-color: #E3DEDE !important;
}

.caret-left {
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-left: 2px;
    vertical-align: middle;
    border-right: 4px solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
}

.caret-rigth {
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-left: 2px;
    vertical-align: middle;
    border-right: 4px solid transparent;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid;
}

.caret-rigth-sm {
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-left: 4px;
    vertical-align: middle;
    border-right: 3px solid transparent;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid;
}

.indicator {
    position: absolute;
    top: 0px;
    color: black;
}

.caret-up {
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-left: 2px;
    vertical-align: middle;
    border-right: 4px solid transparent;
    border-top: 4px solid transparent;
    border-bottom: 4px solid;
    border-left: 4px solid transparent;
}

.caret-down {
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-left: 2px;
    vertical-align: middle;
    border-right: 4px solid transparent;
    border-top: 4px solid;
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
}

.title-groupe {
    background-color: #E3DEDE !important;
    border-bottom: 2px solid #CCC;
}

.title-label {
    font-size: 15px;
    font: bold;
    display: inline-block;
    padding: 2px 0px 0px 15px;
    color: #666;
}

.chart-wrapper {
    position: relative;
    height: inherit;
    width: auto;
}


/*vr-chart .highcharts-title {
    display: none;
}*/

.dropdown {
    min-height: 26px !important;
}

.panel-vr {
    margin-top: 10px;
}

vr-columns[tileitem] vr-section[light] .panel-vr {
    margin-top: 0px;
    margin-bottom: 0px;
}


.panel-vr > .panel-heading {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    height: 26px;
    background-color: #fff;
    margin-bottom: -2px;
    top: -1px;
    width: 100%;
    position: relative;
    border-radius: 4px 4px 0px 0px;
    color: #635F5F !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 4px 6px;
    border: 1px solid #ddd;
    background: transparent linear-gradient(to top, #fff, #ddd) repeat scroll 0% 0%;
    border-bottom: transparent;
}


    .panel-vr > .panel-heading .drag-icon {
        position: relative;
        top: -3px;
        width: unset !important;
    }

    .panel-vr > .panel-heading .collapsible-icon {
        position: relative;
        top: -3px;
        width: unset !important;
    }

    .panel-vr > .panel-heading .section-validation-sign {
        color: #D44A47;
        right: unset;
        position: absolute;
        top: -4px;
        width: unset !important;
        left: 1px;
    }

    .panel-vr > .panel-heading .edit-header-container {
        display: inline-block;
        margin: 0px 2px;
    }

        .panel-vr > .panel-heading .edit-header-container:focus {
            background-color: #fff;
        }


        .panel-vr > .panel-heading .edit-header-container.required-header {
            outline: #de6965 auto 0.5px
        }

            .panel-vr > .panel-heading .edit-header-container.required-header:focus {
                outline: #D44A47 auto 0.5px;
            }

    .panel-vr > .panel-heading .edit {
        position: absolute;
        top: 7px;
        right: 5px;
        font-size: 11px;
    }

.main-row .edit-icon {
    position: absolute;
    top: 2px;
    right: 20px;
    font-size: 11px;
}

.panel-vr > .panel-heading .edit.share-space {
    top: 1px;
}

.panel-vr > .panel-heading .remove {
    position: absolute;
    right: 5px;
    top: 7px;
    font-size: 11px;
}

    .panel-vr > .panel-heading .remove.share-space {
        top: 12px;
    }

.panel-vr > .panel-heading .warning-icon {
    right: 20px !important;
}

    .panel-vr > .panel-heading .warning-icon.share-space {
        right: 80px !important;
    }

.panel-vr > .panel-heading[expanded="false"] {
    border-bottom: 1px solid #ddd;
    margin-bottom: unset;
}

.panel-vr > .panel-heading label {
    font-weight: bold;
}

.panel-vr > vr-validation-group > .panel-body, .panel-vr > .panel-body {
    border: 1px solid #ddd;
    border-radius: 0px 0px 4px 4px;
}
/* panel-vr-child */
.panel-vr-child > .panel-heading[expanded="false"] {
    margin-bottom: 15px !important;
}

.panel-vr.panel-vr-child > .panel-heading {
    background: transparent none repeat scroll 0% 0%;
    border-radius: 0px;
    border-width: 0px 0px 1px;
    border-style: solid;
    border-color: #666;
    border-image: none;
    margin: 0px;
    position: static;
    overflow: initial;
    padding: 4px 6px 4px 0px;
}

    .panel-vr.panel-vr-child > .panel-heading label {
        font-weight: bold;
        font-size: 12px;
        top: 12px;
        background-color: #FFF;
        padding: 0px 5px 0px 0px;
        position: relative;
        z-index: 1;
    }

.panel-vr.panel-vr-child > .panel-body {
    border: 0px none !important;
    border-radius: 0px;
    padding: 0px;
    margin: 0px -10px;
}

.section-menu {
    display: inline-block;
    position: absolute;
    right: 2px;
}

    .section-menu.right-menu {
        position: static;
    }

    .section-menu .btncustom {
        border-radius: 0px;
        border-color: transparent;
        background-color: transparent;
        color: #000 !important;
        font-size: 11px;
    }

        .section-menu .btncustom:hover {
            background-color: transparent !important;
        }

.panel-vr-child .section-menu {
    top: 14px;
}
/* panel-vr-child light */

.panel-vr.panel-vr-child.light > .panel-body {
    border: 1px solid #ddd !important;
    border-top: 0px !important;
    padding: 5px;
    margin: 0px;
    padding-top: 10px;
}

.panel-vr.panel-vr-child.light.hidden-title > .panel-body {
    padding-top: 5px;
    border-top: unset !important;
    border: 1px solid #ddd !important;
}

vr-section[collapsible] .panel-vr.panel-vr-child.light.hidden-title > .panel-body {
    border-top: 0px solid #ddd !important;
}

.panel-vr .collapsible-container {
    border-top: 1px solid #ddd !important;
}

.panel-vr.panel-vr-child.light .collapsible-container .collapsible-icon {
    font-size: 12px;
    padding-right: unset;
    top: 5px;
    left: 14px;
    background-color: #fff;
    width: 17px;
    height: 11px;
    position: absolute;
    padding-left: 3px;
}

.panel-vr.panel-vr-child.light > .panel-heading {
    border-color: #ddd;
    padding: 0px 6px 0px 0px;
    margin-top: -24px;
}

    .panel-vr.panel-vr-child.light > .panel-heading label {
        padding: 0px 5px 0px 10px;
        left: 5px;
        top: 15px;
    }

.panel-vr.panel-vr-child .panel-body .close-condition {
    position: relative;
}

    .panel-vr.panel-vr-child .panel-body .close-condition .mdi-close-box.hand-cursor {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 16px;
    }

/* panel-vr-child */
.section-menu vr-button span {
    font-size: 11px !important;
    font-weight: normal;
    text-transform: none;
}

vr-section[light] > .panel-vr > .panel-body {
    padding: 5px;
}

vr-section[light] .panel-vr > .panel-heading {
    padding: 0px 6px;
}

    vr-section[light] .panel-vr > .panel-heading label {
        margin-bottom: 0px;
        padding: 2px;
    }


.fieldset-vr {
    margin-top: 10px;
}

vr-fieldset[notopspace] > .fieldset-vr {
    margin-top: unset;
}

vr-section[notopspace] > .panel-vr {
    margin-top: unset;
}

.fieldset-vr > .panel-heading {
    font-weight: bold;
    font-size: 12px;
    background-color: transparent;
    margin-bottom: -2px;
    top: -1px;
    width: 200px;
    position: relative;
    border-radius: 4px 4px 0px 0px;
    color: #333 !important;
    /*text-shadow: 2px 2px 0px #C5C5C5;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 4px 6px;
    border-color: transparent;
    top: 10px;
}

    .fieldset-vr > .panel-heading .title {
        display: inline-block;
        top: 10px;
        background-color: #fff;
        padding: 0px 5px;
        text-transform: capitalize;
    }

.fieldset-vr > .panel-body {
    border: 1px solid #ddd;
    border-radius: 0px 4px 4px 4px;
}

.breadcrumb-vr {
    padding: 4px 0px;
    margin-bottom: 0px;
    list-style: outside none none;
    background-color: transparent;
    border-radius: 0px;
    font-size: 12px;
}

.vr-grid {
    border: 0px !important;
}

    .vr-grid .ui-grid-header {
        border-bottom: 0px solid #D4D4D4;
    }

    .vr-grid .ui-grid-header-cell {
        border: 0px;
    }

    .vr-grid .ui-grid-header-canvas {
        background-color: #fff;
        border-bottom: 0px solid #798992;
    }

    .vr-grid .ui-grid-header-cell {
        font-size: 12px;
        color: #534B4B;
        border: medium none;
    }

    .vr-grid .ui-grid-cell {
        border-bottom: 1px solid #D4D4D4;
        border-right: 0px solid #D4D4D4;
        font-size: 12px;
        margin-top: 0px;
        color: #616f77;
    }

    .vr-grid .ui-grid-row:nth-child(odd) .ui-grid-cell {
        background-color: #fff;
    }

    .vr-grid .ui-grid-row:nth-child(even) .ui-grid-cell {
        background-color: #fff;
    }

    .vr-grid .ui-grid-cell-contents {
        box-sizing: border-box;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        height: 100%;
    }

    .vr-grid .ui-grid-header-cell:last-child .ui-grid-column-resizer.right {
        border-right: 0px solid #fff;
    }

    .vr-grid .ui-grid-header-canvas {
        background-color: #829EBF !important;
        min-height: 26.983px;
    }

    .vr-grid .ui-grid-header-cell {
        background-color: #829EBF;
        color: #fff !important;
        border: none;
    }

    .vr-grid input.ui-grid-filter-input[type="text"] {
        padding: 0px;
        margin: 0px;
        width: 100%;
        border: 1px solid #D4D4D4;
        border-radius: 0px;
        background-clip: padding-box;
        color: #000;
    }

    .vr-grid .ui-grid-cell {
        border: none;
    }

    .vr-grid .ui-grid-row:nth-child(even) .ui-grid-cell {
        background-color: #F5F5F5;
    }

.vr-rotate-header {
    transform: rotate(270deg);
    margin: 135px 0px 20px 0px;
}

.vr-custom-pagination > li > a {
    border-radius: 3px;
    padding: 0 5px;
    font-size: 11px;
}

.vr-custom-pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #fff;
    cursor: not-allowed;
    background-color: transparent;
    border-color: transparent;
}

.vr-custom-pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #FFF;
    cursor: default;
    background-color: #0074D9;
}


.btn-group-custom > button {
    height: 24px !important;
    padding: 2px 12px !important;
    background-color: #0074D9;
}

.btn-group-custom > label {
}

.clicked-btn {
    border-bottom: 2px solid;
}

.ui-grid-1465 {
    overflow: visible !important;
}

.gid-cell-menu {
    display: block;
    min-width: 100px;
    position: relative;
    top: -7px;
    padding: 5px 2px;
}

.dropdown-menu.group-action-list[forceleftdirection=true][style] {
    left: unset !important;
    right: 100% !important;
}

.dropdown-menu.group-action-list[forceleftdirection=false][style] {
    left: 100% !important;
}

.group-action-list {
    padding: 0 !important;
    margin: 0 !important;
}

    .group-action-list > li .action-item {
        padding: 0px !important;
    }

        .group-action-list > li .action-item.child-action {
            font-size: 12px;
            line-height: 20px;
            padding: 2px 4px !important;
        }

        .group-action-list > li .action-item .chevron-icon {
            right: 4px;
            position: absolute;
            top: 3px !important;
            font-size: 12px !important;
        }

        .gid-cell-menu > li .mark-select:hover > div:first-of-type,
        .gid-cell-menu > li .mark-select:hover > div:first-of-type .action-item:hover,
        .group-action-list > li .action-item.child-action:hover,
        .group-action-list > li .action-item.child-action:hover .action-item:hover {
            background-color: #D0D0D0 !important;
            border-color: #D0D0D0 !important;
            color: #fff !important;
        }

            .group-action-list > li .action-item.child-action:hover .action-item,
            .gid-cell-menu > li .mark-select:hover > div:first-of-type .action-item {
                color: #333 !important;
                border-color: #fff !iportant;
                background-color: #fff !important;
            }

.his-nav {
    position: fixed;
    z-index: 1050;
    right: 1%;
    top: 6px;
    border: 1px solid #829EBF;
}

    .his-nav .panel-body {
        background-color: #f6F6f6;
        padding: 20px;
        font-size: 13px;
        box-sizing: border-box;
    }
/* custom grid*/
.grid-vr-custom {
    font-size: 12px;
    width: 100%;
}

.grid-body-container {
    height: 329px;
    overflow-y: auto;
}

.grid-body {
    background-color: #fff;
    border-bottom: 1px solid #D0D0D0;
}

.grid-header {
    background-color: #829EBF;
}

.grid-cell {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 5px;
    position: relative;
    max-width: 100%;
}

.resizer {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 2%;
    cursor: w-resize;
}



.vr-datagrid {
    font-size: 12px;
    width: 100%;
    border-bottom: 1px solid #DDD;
    /*to fixe menu-grid action position side effects*/
}

.vr-grid-menu-box {
    position: static;
    background-color: #055576;
    margin-top: -3px;
    width: 20px;
    display: flex;
    justify-content: center;
    height: 28px;
}

.vr-grid-menu-icon {
    font-size: 14px;
    display: flex;
    align-self: center;
    justify-self: center;
}

.vr-grid-menu-box .glyphicon-cog {
    line-height: 14px;
    top: 8px;
    font-size: 12px;
    left: 4px;
}

.expandable-column-spacer {
    width: 0px !important;
}

    .expandable-column-spacer.normal-spacer {
        width: 20px !important;
    }

.draggable-row-spacer {
    width: 0px !important;
}



.vr-datagrid[noexpandablecolumn="true"] .vr-datagrid-row,
.vr-datagrid[noexpandablecolumn="true"] .summary-row-container {
    padding-left: 20px !important;
}

.withChoices {
    top: 17px !important;
}



.vr-grid-menu {
    top: 0px;
    left: 0px;
    position: absolute;
    min-width: 160px;
    padding: 5px 0px;
    margin: 2px 0px 0px;
    font-size: 14px;
    text-align: left;
    list-style: outside none none;
    background-color: #FFF;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
    z-index: 1500;
    font-size: 10px;
    max-height: 260px;
    overflow: hidden auto;
}

.vr-grid-menu-header {
    display: flex;
    justify-content: space-between;
    color: #333;
    font-size: 15px;
    padding: 0 5px;
}


    .vr-grid-menu-header > span:first-of-type {
        width: 100%;
    }

.vr-grid-menu > li > a {
    display: flex;
    justify-content: space-between;
    padding: 3px 5px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap;
    text-decoration: none;
}

.vr-grid-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.grid-expand-collapse-icon {
    font-size: 20px;
    display: flex;
    height: 100%;
    justify-content: center;
    left: auto;
    top: auto;
}

    .grid-expand-collapse-icon.vr-fullscreen:hover {
        transform: scale(1.2,1.2);
    }

.vr-remove-row {
    top: 50%;
    position: absolute;
    transform: translate(0%,-50%);
    display: inline;
}

.action-item .hand-cursor {
    padding: 0 2px !important;
}

.action-item .grouped .chevron-icon {
    right: 0px;
    position: absolute;
    top: 5px;
    font-size: 8px;
}



.action-item .grouped .chevron-icon {
    position: absolute;
    right: 0px;
    top: 5px;
    font-size: 8px;
}

.pagination > li > a, .pagination > li > span {
    color: #FFF;
}



.vr-datagrid-header-simple .vr-datagrid-celltext {
    line-height: 19px;
}

/*start grid header freeze */
:root {
    --vr-base-top: 60px;
    --vr-base-header-height: 28px;
    --vr-base-z-index: 100;
}

    :root #mainNgView {
        --vr-base-top: 60px;
        --vr-base-header-height: 28px;
        --vr-base-z-index: 100;
    }

        :root #mainNgView.topspacer-in {
            --vr-base-top: 90px;
        }

.vr-datagrid.header-freeze > div > div > div[id^="gridBodyContainer"] {
    overflow: visible !important;
}

.vr-datagrid.header-freeze > div > div > div.vr-datagrid-header-simple {
    position: sticky;
}

    .vr-datagrid.header-freeze > div > div > div.vr-datagrid-header-simple.static-header {
        position: static;
    }

        .vr-datagrid.header-freeze > div > div > div.vr-datagrid-header-simple.static-header.parent-sticky-header {
            position: sticky;
        }

vr-genericdata-genericbusinessentity-grid .vr-datagrid-body .vr-datagrid.header-freeze > div > div > div.vr-datagrid-header-simple.drill-down-level-0 {
    position: sticky;
}

vr-genericdata-genericbusinessentity-grid .vr-datagrid.header-freeze > div > div > div.vr-datagrid-header-simple {
    position: static;
}

.vr-datagrid-body.row-full-screen .vr-datagrid.header-freeze > div > div > div.vr-datagrid-header-simple {
    position: static;
}

/*.vr-datagrid-body.row-full-screen .vr-datagrid.header-freeze > div > div > div.vr-datagrid-header-simple {
        top: 0;
    }*/

.vr-datagrid.header-freeze .vr-datagrid-header-simple {
    z-index: var(--vr-base-z-index);
    top: var(--vr-base-top);
}

    .vr-datagrid.header-freeze .vr-datagrid-header-simple.drill-down-level-0 {
        z-index: var(--vr-base-z-index);
        top: var(--vr-base-top);
    }

    .vr-datagrid.header-freeze .vr-datagrid-header-simple.drill-down-level-1 {
        z-index: calc(-1 + var(--vr-base-z-index));
        top: calc(var(--vr-base-top) + var(--vr-base-header-height) * 1);
    }

    .vr-datagrid.header-freeze .vr-datagrid-header-simple.drill-down-level-2 {
        z-index: calc(-2 + var(--vr-base-z-index));
        top: calc(var(--vr-base-top) + var(--vr-base-header-height) * 2);
    }

    .vr-datagrid.header-freeze .vr-datagrid-header-simple.drill-down-level-3 {
        z-index: calc(-3 + var(--vr-base-z-index));
        top: calc(var(--vr-base-top) + var(--vr-base-header-height) * 3);
    }

    .vr-datagrid.header-freeze .vr-datagrid-header-simple.drill-down-level-4 {
        z-index: calc(-4 + var(--vr-base-z-index));
        top: calc(var(--vr-base-top) + var(--vr-base-header-height) * 4);
    }

    .vr-datagrid.header-freeze .vr-datagrid-header-simple.drill-down-level-5 {
        z-index: calc(-5 + var(--vr-base-z-index));
        top: calc(var(--vr-base-top) + var(--vr-base-header-height) * 5);
    }

    .vr-datagrid.header-freeze .vr-datagrid-header-simple.drill-down-level-6 {
        z-index: calc(-6 + var(--vr-base-z-index));
        top: calc(var(--vr-base-top) + var(--vr-base-header-height) * 6);
    }

    .vr-datagrid.header-freeze .vr-datagrid-header-simple.drill-down-level-7 {
        z-index: calc(-7 + var(--vr-base-z-index));
        top: calc(var(--vr-base-top) + var(--vr-base-header-height) * 7);
    }

    .vr-datagrid.header-freeze .vr-datagrid-header-simple.drill-down-level-8 {
        z-index: calc(-8 + var(--vr-base-z-index));
        top: calc(var(--vr-base-top) + var(--vr-base-header-height) * 8);
    }

    .vr-datagrid.header-freeze .vr-datagrid-header-simple.drill-down-level-9 {
        z-index: calc(-9 + var(--vr-base-z-index));
        top: calc(var(--vr-base-top) + var(--vr-base-header-height) * 9);
    }

    .vr-datagrid.header-freeze .vr-datagrid-header-simple.drill-down-level-10 {
        z-index: calc(-10 + var(--vr-base-z-index));
        top: calc(var(--vr-base-top) + var(--vr-base-header-height) * 10);
    }

    .vr-datagrid.header-freeze .vr-datagrid-header-simple.drill-down-level-11 {
        z-index: calc(-11 + var(--vr-base-z-index));
        top: calc(var(--vr-base-top) + var(--vr-base-header-height) * 11);
    }

    .vr-datagrid.header-freeze .vr-datagrid-header-simple.drill-down-level-12 {
        z-index: calc(-12 + var(--vr-base-z-index));
        top: calc(var(--vr-base-top) + var(--vr-base-header-height) * 12);
    }

    .vr-datagrid.header-freeze .vr-datagrid-header-simple.drill-down-level-13 {
        z-index: calc(-13 + var(--vr-base-z-index));
        top: calc(var(--vr-base-top) + var(--vr-base-header-height) * 13);
    }

    .vr-datagrid.header-freeze .vr-datagrid-header-simple.drill-down-level-14 {
        z-index: calc(-14 + var(--vr-base-z-index));
        top: calc(var(--vr-base-top) + var(--vr-base-header-height) * 14);
    }

    .vr-datagrid.header-freeze .vr-datagrid-header-simple.drill-down-level-15 {
        z-index: calc(-15 + var(--vr-base-z-index));
        top: calc(var(--vr-base-top) + var(--vr-base-header-height) * 15);
    }

    .vr-datagrid.header-freeze .vr-datagrid-header-simple.drill-down-level-16 {
        z-index: calc(-16 + var(--vr-base-z-index));
        top: calc(var(--vr-base-top) + var(--vr-base-header-height) * 16);
    }

    .vr-datagrid.header-freeze .vr-datagrid-header-simple.drill-down-level-17 {
        z-index: calc(-17 + var(--vr-base-z-index));
        top: calc(var(--vr-base-top) + var(--vr-base-header-height) * 17);
    }

    .vr-datagrid.header-freeze .vr-datagrid-header-simple.drill-down-level-18 {
        z-index: calc(-18 + var(--vr-base-z-index));
        top: calc(var(--vr-base-top) + var(--vr-base-header-height) * 18);
    }

    .vr-datagrid.header-freeze .vr-datagrid-header-simple.drill-down-level-19 {
        z-index: calc(-19 + var(--vr-base-z-index));
        top: calc(var(--vr-base-top) + var(--vr-base-header-height) * 19);
    }
/*end grid header freeze */


.vr-datagrid .vr-datagrid-row {
    padding-left: 3px;
}


.vr-datagrid .row-expandable-column-spacer {
    margin-top: 0px !important;
    margin-left: -1px !important;
    height: 100% !important;
}


.vr-datagrid .vr-datagrid-body.row-full-screen .row-main-content.expanded.vr-datagrid-row {
    background-color: #fff !important;
    border: 1px #01AAD5 solid !important;
    width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
    flex: initial !important;
}

    .vr-datagrid .vr-datagrid-body.row-full-screen .row-main-content.expanded.vr-datagrid-row.transparent-border {
        border: 1px transparent solid !important;
    }

vr-datagrid[aligntop] > vr-datagridrows > .vr-datagrid {
    margin-top: 0px;
}

vr-datagrid[hideheader="true"] .vr-datagrid {
    border-top: 1px solid #DDD;
}

.vr-datagrid-header {
    background-color: #829EBF;
    color: #FFF;
    cursor: pointer;
    height: auto;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 3px;
}

.vr-datagrid-header-simple {
    height: 28px;
}

.vr-datagrid-body {
    background-color: #fff;
    color: #616F77;
    border-bottom: 1px solid #fff;
}

    .vr-datagrid-body.row-full-screen {
        position: fixed;
        visibility: visible;
        top: 80px;
        height: calc(100% - 100px);
        overflow-y: auto;
        z-index: 10;
        overflow-x: hidden;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .vr-datagrid-body.row-full-screen {
        position: fixed;
        top: 80px;
        height: calc(100% - 130px);
        overflow-y: auto;
        z-index: calc(100 + var(--vr-base-z-index));
        overflow-x: hidden;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }


        .vr-datagrid-body.row-full-screen .vr-detail-summary .row-col-item {
            min-height: 21px;
        }

        .vr-datagrid-body.row-full-screen .vr-detail-summary .grid-cell-value {
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-weight: bold;
            color: #0177b5;
            min-height: 20px;
        }

        .vr-datagrid-body.row-full-screen .vr-detail-summary .grid-cell-label {
            font-weight: 550;
        }


        .vr-datagrid-body.row-full-screen .row-main-content.expanded {
            border-right: none !important;
            border-left: none !important;
            background-color: unset !important;
            font-weight: normal !important;
            flex-direction: column;
        }

            .vr-datagrid-body.row-full-screen .row-main-content.expanded:hover {
                background-color: unset !important;
            }

.vr-datagrid[alternative-color] .vr-datagrid-body > div.expanded:first-of-type:hover {
    background-color: unset !important;
}

.vr-datagrid-body.row-full-screen .row-main-content.expanded .vr-datagrid-cell-container {
    border-right: none !important;
}

    .vr-datagrid-body.row-full-screen .row-main-content.expanded .vr-datagrid-cell-container > div.vr-datagrid-cell {
        display: flex !important;
        flex-basis: 100%;
        align-items: center;
    }

.vr-datagrid-body.row-full-screen .row-main-content.expanded .vr-datagrid-datacells-click {
    background-color: unset !important;
}

.vr-datagrid[alternative-color] .vr-datagrid-body.row-full-screen > div:first-of-type:hover {
    background-color: unset !important;
}

.vr-datagrid-body.row-full-screen .row-main-content.expanded.vr-datagrid-row {
    width: calc(100% - 20px) !important;
    border: 1px solid #ddd;
    margin-left: 15px;
    padding: 2px;
}

.vr-datagrid .vr-expandable-row-template {
    border: 1px solid rgb(208, 208, 208);
    width: 100% !important;
    padding: 5px 0px !important;
    margin-bottom: -5px
}

    .vr-datagrid .vr-expandable-row-template.expanded-row-content-full {
        border: none !important;
        width: 100% !important;
        padding: 0px !important;
        margin: 15px 0px 0px !important;
    }

        .vr-datagrid .vr-expandable-row-template.expanded-row-content-full vr-tabs-header > vr-row > div.row,
        .vr-datagrid .vr-expandable-row-template.expanded-row-content-full vr-tabs-header > vr-row > div.row > vr-columns[width="fullrow"] > div.col-lg-12,
        .vr-datagrid .vr-expandable-row-template.expanded-row-content-full vr-tab vr-row[tabcontent="true"] > .row,
        .vr-modal-row-container vr-tabs-header > vr-row > div.row,
        .vr-modal-row-container vr-tabs-header > vr-row > div.row > vr-columns[width="fullrow"] > div.col-lg-12,
        .vr-modal-row-container vr-tab vr-row[tabcontent="true"] > .row {
            padding: 0px !important;
            margin: 0px !important;
        }


.flat .vr-datagrid-row {
    padding-left: 1px;
}

.vr-datagrid-body .expandable-row-content .row-horizontal-spacer.hide-row-spacer {
    display: none !important;
}

.vr-datagrid-body .expandable-row-content .row-horizontal-spacer.show-row-spacer {
    display: inline-block !important;
}

.flat .vr-datagrid-body.row-full-screen .expandable-row-content .row-horizontal-spacer.show-row-spacer {
    display: none !important;
}

.expanded-row-content-full {
    width: 100% !important;
    background-color: unset !important;
    border-left: unset !important;
    padding: 0px !important;
    margin: 15px 0px 0px;
}



.expandable-row-content.full-screen {
    border-top: unset !important;
    border-right: unset !important;
}


.flat .wrapper-toogled .vr-datagrid-body.row-full-screen {
    width: calc(100% - 200px);
    left: 200px;
    top: 80px;
}

.flat .wrapper-toogled .topspacer-in .vr-datagrid-body.row-full-screen,
.flat .wrapper-normal .topspacer-in .vr-datagrid-body.row-full-screen {
    top: 110px;
}

.modal .modal-dialog.row-full-screen-modal {
    top: 0px !important;
    left: 0px !important;
}

.modal .vr-datagrid-body.row-full-screen {
    position: static;
}

.modal .vr-modal-full-screen-row {
    margin: 0px;
}

.flat .vr-modal-full-screen-row .row-header-container {
    width: calc(100% - 20px) !important;
}


.vr-modal-full-screen-row .vr-modal-datagrid-row {
    width: 100% !important;
    margin: 0px;
    padding: 0px;
}

.wrapper-normal .vr-datagrid-body.row-full-screen {
    left: 20px;
    width: calc(100% - 40px);
}

.vr-datagrid-body .row-fullscreen-icon {
    font-size: 15px;
    position: absolute;
    right: 5px;
    left: unset;
    top: 5px;
    display: block;
}

.vr-datagrid-body.row-full-screen .row-fullscreen-icon {
    display: none;
}

.vr-datagrid-body.row-full-screen .expandable-row-content {
    border-top: unset !important;
    border-right: unset !important;
}

.row-header-container {
    width: 100% !important;
    padding: 0px;
    border: 0px solid #01AAD5;
    margin: 0px;
    background-color: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flat .vr-modal-full-screen-row .row-header-container {
    width: 100% !important;
}

.flat .row-header-container vr-button[inline-btn] button, .flat .inline-btn button {
    background-color: #65a3c7 !important;
    color: #fff !important;
}

    .flat .row-header-container vr-button[inline-btn] button, .flat .inline-btn button:hover {
        background-color: #5b95b7 !important;
        transform: scale(1.03);
        text-shadow: 0.1px 0 0 currentColor;
    }


.vr-row-action-container {
    display: flex;
    flex-direction: row-reverse;
    min-width: 30px;
}

.vr-datagrid-body.vr-modal-row-container .vr-row-action-container {
    right: 1px;
}

.flat .vr-grid-row-summary {
    width: 100% !important;
    padding: 2px 3px;
    margin: 0px;
}

.flat .vr-modal-row-container .vr-grid-row-summary {
    border: 1px #01AAD5 solid !important;
}



.vr-datarow-breadcrumb.page-title-box .breadcrumb.m-0 {
    padding: 0px 5px;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    font-size: 14px;
}

.vr-datarow-breadcrumb.page-title-box .breadcrumb.m-0 {
    padding: 0px 5px;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(52,58,64,.5);
    content: "\f105" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

.vr-modal-row-container .vr-datarow-breadcrumb {
    left: 0px;
}

.vr-datagrid-body .action-full-screen-icon {
    display: none;
}

.vr-datagrid-body .action-full-screen-icon {
    display: none;
    padding: 0px 5px;
}

.vr-datagrid-body.row-full-screen .action-full-screen-icon {
    display: inline-block;
}

.vr-datagrid-body .row-main-content.expanded grid-row-action.bottom-row-action,
.vr-datagrid-body .vr-modal-full-screen-row grid-row-action.bottom-row-action {
    display: flex;
    position: relative;
    flex-wrap: nowrap;
    max-height: 40px;
    overflow: hidden;
    transition: max-height 1s ease-out;
    padding: 2px 10px;
    background-color: #eee;
    justify-content: space-between;
    align-items: flex-start;
}

.vr-datagrid-body .vr-modal-full-screen-row grid-row-action.bottom-row-action {
    margin-right: 5px;
}

.vr-datagrid-body grid-row-action.bottom-row-action .action-full-screen-icon {
    padding: 4px 3px;
    width: 158px;
}

.flat .vr-datagrid-body grid-row-action.bottom-row-action .action-full-screen-icon.inline-btn button {
    position: relative;
    font-size: 11px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transform: none;
    font-weight: 500;
}


.flat .vr-datagrid-body .vr-row-action-container .close-icon {
    display: flex;
    justify-content: center;
    height: 22px;
    width: 22px;
    position: relative;
    border: none;
    color: #333;
    background: transparent;
    border-radius: 30px;
    margin: 0 auto;
    font-size: 18px;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
}


.flat .vr-datagrid-body .vr-row-action-container .close-icon .glyphicon {
    left: -3px;
}

.flat .vr-datagrid-body.vr-modal-row-container .vr-row-action-container .close-icon .glyphicon {
    left: -4px;
    top: 0px;
}

.vr-datagrid-body grid-row-action.bottom-row-action .action-button-container {
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
}

.vr-datagrid-body grid-row-action.bottom-row-action .action-icon-container {
    align-self: center;
}


.vr-datagrid-body.vr-modal-row-container grid-row-action.bottom-row-action .action-icon-container {
    right: 5px;
}

.vr-datagrid-body grid-row-action.bottom-row-action .mdi-chevron-up {
    display: none
}


.vr-datagrid-body grid-row-action.bottom-row-action:hover .mdi-chevron-down {
    display: none
}

.vr-datagrid-body grid-row-action.bottom-row-action:hover .mdi-chevron-up {
    display: block
}

.vr-datagrid-body .row-main-content.expanded grid-row-action.bottom-row-action:hover,
.vr-datagrid-body .vr-modal-full-screen-row grid-row-action.bottom-row-action:hover {
    max-height: 160px !important;
}


.bottom-row-action .dropdown.open .dropdown-menu.expanded-row-action {
    position: fixed !important;
    top: inherit !important;
    left: inherit !important;
}

.vr-datagrid-datacells:hover {
    cursor: pointer !important;
}

    .vr-datagrid-datacells:hover .vr-datagrid-cell-container {
        background-color: inherit !important;
        color: #616F77 !important;
    }

.vr-datagrid-row:hover .vr-datagrid-cell-container {
    background-color: inherit !important;
}

.vr-datagrid-datacells-click {
    background-color: #d7ebee !important;
}

    .vr-datagrid-datacells-click .vr-datagrid-cell-container {
        background-color: #d7ebee !important;
    }

.vr-datagrid .vr-datagrid-cell[hasclass="true"] {
    align-items: center;
    padding: 0px 2px 0px 2px;
}

.vr-datagrid-cell, .vr-datagrid-header-cell {
    display: inline-flex;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 2px 2px 0px 2px;
    position: relative;
    width: 100%;
    min-height: 24px;
    align-items: center;
    line-height: initial;
}

.flat .vr-datagrid-header-cell {
    padding: 2px 2px 0px 3px;
}

.vr-datagrid-celltext {
    display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .vr-datagrid-celltext a.expendable-content {
        cursor: pointer;
        white-space: nowrap !important;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.vr-grid-cell-number {
    text-align: right !important;
    padding-right: 2px !important;
    flex-direction: column;
}

.vr-pager-container {
    border-color: transparent;
    border-top: transparent !important;
    /*background-color:#8dc641;*/
}

    .vr-pager-container .vr-dropdown-select.btn {
        height: 21px !important;
        background-color: #0074D9;
        padding: 0px 4px 0px 2px !important;
        position: static !important;
    }

    .vr-pager-container .dropdown {
        top: 2px;
        left: 2px;
        margin-right: 2px;
    }

    .vr-pager-container .dropdown-menu {
        min-width: 40px;
    }

    .vr-pager-container .menu-to-top {
        top: -255px;
        left: -5px;
    }

    .vr-pager-container .vr-select-height {
        height: 235px;
    }

    .vr-pager-container .vr-control-label {
        font-weight: normal;
        font-size: 11px;
        color: #fff;
    }

    .vr-pager-container .dropdown-toggle > span {
        font-size: 11px !important;
        color: #fff;
    }

.inner-pager-mobile {
    position: absolute;
    left: 50%;
    transform: translate(-50%,1px);
}

.inner-pager-desktop, .vr-pagination-container, vr-pagination-info {
    position: relative;
}

.inner-pager-desktop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vr-pagination-size-container vr-select .dropdown-container2, .vr-pagination-size-container vr-validator[vr-input] > div:nth-child(1) {
    display: flex;
    align-items: center;
    height: 25px !important
}


.vr-pagination-size-container {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

    .vr-pagination-size-container .dropdown {
        min-height: 16px !important;
    }

.vr-pager-25 {
    overflow: hidden;
    height: 25px;
    position: relative
}

.divLoading {
    pointer-events: none;
    opacity: 0.5;
}

.vr-invisible {
    visibility: hidden !important;
}

.divDisabled {
    cursor: not-allowed;
    opacity: 0.7
}

a.divDisabled:active {
    pointer-events: none;
}

.vr-visible {
    visibility: visible;
}

.divDisabled vr-validator > div {
    pointer-events: none;
    opacity: 0.8 !important;
}

.divDisabled vr-base-editor vr-validator > div,
.divDisabled vr-richeditor vr-validator > div {
    pointer-events: initial;
    opacity: 0.8 !important;
}

.divDisabled vr-editor .se-toolbar.sun-editor-common {
    display: none;
}

vr-editor .editor-wrapper strong {
    font-weight: bolder !important;
}

.divDisabled vr-select vr-validator > div {
    pointer-events: auto !important;
}

    .divDisabled vr-select vr-validator > div button.dropdown-toggle {
        pointer-events: none !important;
    }

.divDisabled vr-select div.dropdown .vr-select-remove {
    pointer-events: none !important;
    display: none !important;
}

.divDisabled vr-validator > div .vr-dropdown-select {
    opacity: 0.9 !important;
    background: #ddd;
}

.divDisabled a {
    pointer-events: none !important;
    opacity: 0.7;
    cursor: not-allowed !important;
}

.divDisabled .divDisabled vr-validator > div {
    opacity: 1 !important;
}

.divDisabled vr-validator > div input[type="text"] {
    background-color: #ddd;
    height: 26px;
}

    .divDisabled vr-validator > div input[type="text"].vr-date-input {
        width: calc(100% + 9px);
    }

.read-only-frame {
    pointer-events: none !important;
}

vr-button[class*="divDisabled"] > div {
    pointer-events: none;
    opacity: 0.8;
}

vr-button[class*="divDisabled"] {
    cursor: not-allowed !important;
    display: inline;
}

.divDisabled vr-button > div,
.divDisabled .vr-remove-row {
    pointer-events: none;
    opacity: 0.8;
}

.divDisabled vr-button[type="Add"][standalone] div > span {
    color: #333;
}

a.vr-custombutton:hover, a:focus {
    color: #337ab7;
    text-decoration: unset;
    outline: none !important;
}

a.vr-custombutton:focus .glyphicon:before {
    border: 2px solid #ccc;
    border-radius: 4px;
}

vr-button[class*="divDisabled"][type="Add"][standalone] div > span {
    color: #333;
}

vr-switch[class*="divDisabled"] .switch {
    pointer-events: none;
    opacity: 0.8;
    background: #8a8a8a;
}

    vr-switch[class*="divDisabled"] .switch.switch.checked {
        pointer-events: none;
        opacity: 0.8;
        background: #64BD63;
    }

.divDisabled .switch {
    pointer-events: none;
    opacity: 0.8;
    background: #8a8a8a;
}

.divDisabled vr-check > .main-container {
    pointer-events: none;
    opacity: 0.8;
}
/**************START Pagination*********/

.pagination {
    margin: 0px !important;
    display: flex;
}

.vr-pagination-info {
    display: block;
    position: relative
}

.vr-scroll-pager-info {
    float: right !important;
    font-size: 10px;
    margin-right: 5px;
    margin-top: 5px;
}

.vr-pagination-pagesize {
    float: left;
    margin-top: 2px;
}

.pagination > li > a, .pagination > li > span {
    background-color: transparent;
    border: none;
}

/**************END Pagination*********/


/**************START VR-TABS*********/

.vr-tabs {
    border-bottom: 1px solid #ddd !important;
    width: 100%;
    position: relative;
    white-space: nowrap;
    vertical-align: top;
}

.flat .vr-tabs {
    width: 100%;
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    height: 36px;
    border-width: 1px 1px 5px !important;
    border-style: solid !important;
    border-color: rgb(221, 221, 221) !important;
    border-image: initial !important;
    background-color: #fff;
}

.flat vr-tabs .tab-validation-sign {
    top: 9px;
    left: unset;
    right: 4px;
}

.vr-tabs .tabs-add-container {
    vertical-align: top;
    border: 2px dashed #DDD;
    background-color: #fff;
    text-align: center;
    border-left: none;
    border-bottom: none;
    height: 21px;
}

    .vr-tabs .tabs-add-container:hover {
        background-color: #F0F0F0;
        border: 2px solid #DDD;
        border-left: none;
        border-bottom: none;
    }

    .vr-tabs .tabs-add-container .tabs-add-icon {
        color: #5cb85c;
        left: 1px;
    }

.vr-tabs[vertical] {
    width: 150px;
    margin-right: -5px;
    display: inline-block;
}


    .vr-tabs[vertical] .sortable-container vr-tab-header-link {
        display: block;
    }

.vr-tabs label {
    padding: 5px 7px;
    border: 0px solid #DDD;
    border-bottom: 5px #ddd solid !important;
    height: 26px;
    margin-bottom: -7px;
    border-radius: 5px 5px 0px 0px;
    margin-right: 1px;
    height: 35px;
    margin-right: 1px;
    background-color: #F0F0F0;
}


.flat .vr-tabs label {
    border: 0px solid #ddd !important;
    border-bottom: 5px #ddd solid !important;
    height: 35px;
    padding: 5px 7px;
    background-color: #F0F0F0;
}


    .flat .vr-tabs label .tab-icon-class {
        font-size: 20px;
    }

.flat .vr-tabs .clicked-btn {
    border: 0px solid #ddd !important;
    border-bottom: 5px #01AAD5 solid !important;
    color: #01AAD5;
    height: 35px;
    padding: 5px 7px;
    background: #fff;
}


    .flat .vr-tabs .clicked-btn img {
        filter: brightness(0) saturate(100%) invert(57%) sepia(89%) saturate(2773%) hue-rotate(155deg) brightness(92%) contrast(99%);
    }

vr-tabs[vertical] {
    display: block;
    width: 100%;
}



.vr-tabs[vertical] .label {
    padding: 1px 9px;
    height: 26px;
    border-radius: 0px;
    margin-right: 1px;
    height: 26px;
    margin-right: 1px;
    background-color: #F0F0F0;
}

.tab-vertical-content {
    display: inline-block;
    width: calc(100% - 160px);
    height: auto;
    border: 1px solid #DDD;
    padding-left: 15px;
}

.vr-tabs label > span.vr-header-label {
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    overflow: hidden;
}


.vr-tabs vr-tab-header-link.with-icon label > span.vr-header-label {
}

.vr-tabs label > span.vr-header-label:focus {
    padding: 2px;
    text-overflow: unset;
}

.vr-tabs label > span.vr-header-label.with-tab-control {
    width: calc(100% - 15px);
}

    .vr-tabs label > span.vr-header-label.with-tab-control.icon-space,
    .vr-tabs label > span.vr-header-label.icon-space {
        width: calc(100% - 25px);
    }

.vr-tabs label > span.vr-header-label.required-header {
    outline: #de6965 auto 0.5px
}

    .vr-tabs label > span.vr-header-label.required-header:focus {
        outline: #D44A47 auto 0.5px;
    }


.vr-tabs .clicked-btn {
    border-width: 1px;
    border-style: solid;
    background-color: #FFF !important;
    margin-bottom: -1px !important;
    border: 1px solid #DDD;
    border-bottom-color: transparent;
    background-color: #FFF;
    border-radius: 5px 5px 0px 0px;
    font-weight: bold;
    height: 26px;
    user-select: none;
}

.vr-tabs[vertical] .clicked-btn {
    border-radius: 0px 5px 5px 0px;
    border-right-color: transparent;
    margin-bottom: 0px !important;
    margin-right: 0px !important;
    border-right-color: transparent !important;
    z-index: 1;
    position: relative;
}


.vr-tabs label {
    padding: 1px 9px;
    border: 1px solid #DDD;
    height: 26px;
    margin-bottom: -7px;
    border-radius: 5px 5px 0px 0px;
    margin-right: 1px;
    height: 26px;
    margin-right: 1px;
    background-color: #F0F0F0;
}

.vr-tabs[flat] label {
    padding: 3px 9px;
    border: 1px solid #DDD;
    height: 26px;
    border-radius: 5px 5px 0px 0px;
    margin-right: 1px;
    height: 26px;
    margin-right: 1px;
    background-color: #fff;
    border: none !important;
    border-bottom: 2px solid #dddd;
    height: 25px !important;
    text-align: center;
    margin-bottom: 0px !important;
}


    .vr-tabs[flat] label.clicked-btn {
        margin-bottom: -1px !important;
        background-color: #FFF;
        border-radius: 5px 5px 0px 0px;
        font-weight: normal !important;
        border: none !important;
        border-bottom: 2px solid #0077B4 !important;
    }

vr-tabs[flat] vr-tab vr-columns[tabs="true"] > div[class^="col"] {
    border: 1px solid #ddd;
    display: block;
    border-top: 1px solid #ddd !important;
    border-radius: 0px 0px 4px 4px;
    padding: 0px;
    margin-top: 5px;
}

vr-tabs[flat] > vr-row > div.row:first-child {
    margin: 0px;
}

vr-tabs[flat] vr-tabs-header > vr-row > div > vr-columns > div[class^="col"]:first-child {
    padding: 0px 5px;
}

vr-tabs[flat] vr-row[tabcontent="true"] > .row {
    margin: 0px -10px !important;
}


vr-tabs [flat] vr-tab vr-columns[tabs="true"] > div[class^="col"] {
    border: 1px solid #ddd;
    display: block;
    border-top: 1px solid #ddd !important;
    border-radius: 0px 0px 4px 4px;
    padding: 0px;
    margin-top: 0px;
}



.flat vr-tabs[flat] .vr-tabs {
    border-bottom: 0px solid #ddd !important;
    height: 30px;
}

    .flat vr-tabs[flat] .vr-tabs label.clicked-btn {
        border-bottom: 3px solid #01AAD5 !important;
        padding: 0px;
        padding-top: 5px;
        font-weight: bold !important;
    }

        .flat vr-tabs[flat] .vr-tabs label.clicked-btn span.vr-header-label {
            padding-bottom: 2px;
        }

.flat vr-tabs[flat] vr-tab vr-columns[tabs="true"] > div[class^="col"] {
    margin-top: 0px;
    padding: 5px;
}


.flat vr-tabs[flat] .vr-tabs label {
    border: 0px solid #ddd !important;
    border-bottom: 0px solid #ddd !important;
    height: 30px !important;
}

    .flat vr-tabs[flat] .vr-tabs label:hover {
        border-bottom: 3px solid #01AAD5 !important;
        color: #01AAD5 !important;
    }

.flat vr-tabs[vertical] .vr-tabs {
    height: unset !important;
    border-bottom: 1px #ddd solid !important;
}

    .flat vr-tabs[vertical] .vr-tabs label {
        border: 0px solid #ddd !important;
        border-bottom: 5px #ddd solid !important;
    }

    .flat vr-tabs[vertical] .vr-tabs .clicked-btn {
        border-bottom: 5px #01AAD5 solid !important;
    }

.flat .vr-tabs-expander {
    top: 7px;
    font-size: 16px;
    font-weight: bolder;
    display: inline-block;
    width: 15px;
}

    .flat .vr-tabs-expander.previous {
        left: 0px;
    }

    .flat .vr-tabs-expander.forward {
        left: -5px;
    }

    .flat .vr-tabs-expander.previous .glyphicon-backward:before {
        content: "\e257";
    }

    .flat .vr-tabs-expander.previous .glyphicon-backward:after {
        content: "\e257";
        right: 9px;
        position: relative;
    }

    .flat .vr-tabs-expander.forward .glyphicon-forward:before {
        content: "\e258";
    }

    .flat .vr-tabs-expander.forward .glyphicon-forward:after {
        content: "\e258";
        left: -9px;
        position: relative;
    }



.flat vr-tab vr-columns[tabs="true"] > div[class^="col"] {
    background-color: #fff;
}

.flat vr-section > div > div.panel-body {
    background-color: #f7f7f7;
    padding: 0px 10px 15px 10px;
}

flat .panel-vr > .panel-heading label {
    font-size: 12px;
}

.flat .panel-vr > .panel-heading .collapsible-icon {
    top: 0px;
}




.remove-line {
    border-bottom: 0px solid #F0F0F0 !important;
    padding: 0px 10px;
    position: relative;
}

.radio-btn-groupe {
    border-color: transparent !important;
    overflow: hidden;
}

    .radio-btn-groupe label {
        padding: 1px 3px !important;
        cursor: pointer !important;
        border-radius: 5px;
    }

    .radio-btn-groupe .clicked-btn {
        border-bottom-color: #DDD !important;
        border-radius: 5px !important;
        background-color: #6DA279 !important;
        color: #fff !important;
        font-weight: normal !important;
    }


.flat vr-choices .vr-tabs.radio-btn-groupe {
    border: none;
    border-color: transparent !important;
    background-color: unset;
    background: unset;
    border-bottom: 0px solid #ddd !important;
    height: unset;
}


    .flat vr-choices .vr-tabs.radio-btn-groupe .clicked-btn {
        border-bottom: 0px #DDD !important;
        border-radius: 5px !important;
        background-color: #6DA279 !important;
        color: #fff !important;
        font-weight: normal !important;
        height: 26px !important;
    }

    .flat vr-choices .vr-tabs.radio-btn-groupe .vr-tabs label {
        padding: 1px 9px !important;
        border: 1px solid #DDD !important;
        height: 26px !important;
        margin-bottom: -7px !important;
        border-radius: 5px 5px 0px 0px !important;
        margin-right: 1px !important;
        height: 26px !important;
        background-color: #F0F0F0 !important;
    }


.switch-btn-groupe {
    margin: 0px !important;
    padding-bottom: 4px !important;
    padding-left: 10px !important;
    border: 0px !important;
}

    .switch-btn-groupe label {
        padding: 1px 3px !important;
        cursor: pointer !important;
        border: 0px !important;
        font-size: 11px;
    }

    .switch-btn-groupe .clicked-btn {
        border-bottom: 1px solid #000 !important;
        font-weight: bold !important;
    }

.vr-choices-filter {
    margin: 0px 3px;
}

.flat .vr-choices-filter {
    margin: -10px 0px 0px -16px;
    width: calc(100% + 32px);
}


    .flat .vr-choices-filter > vr-choice-filter > label {
        text-align: center;
        color: #666 !important;
    }

.flat .vr-datagrid .vr-choices-filter {
    margin: -5px -5px 0px -20px;
    width: calc(100% + 40px);
}


.vr-choices-disabled label {
    color: #aaa;
    cursor: not-allowed !important;
}

.vr-choice-disabled {
    color: #aaa;
    cursor: not-allowed !important;
}
/**************END VR-TABS*********/



/**************START VR-Upload*********/
.vr-file-upload {
    border: 1px solid #CCC;
    width: 100%;
    height: 26px;
    display: flex;
    align-items: center;
    padding: 0;
}

.vr-file-upload-paperclip {
    top: 0px;
}

.vr-file {
    display: inline-block;
    position: relative;
    padding: 0 4px;
    flex: 1;
    width: 100%;
    width: calc(100% - 52px) !important;
}

    .vr-file.read-only {
        width: 100% !important;
    }


    .vr-file:empty {
        display: inline-block;
        position: relative;
        width: calc(100% - 40px );
    }

.vr-file-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 12px;
    height: 100%;
    margin: 0px;
    width: 40px;
}

    .vr-file-btn input[type="file"] {
        width: 100%;
        font-size: 15px;
    }

vr-textbox[highlighted] input[type="text"] {
    background-color: #ffdf36;
}

vr-textbox .password-form {
    display: flex;
    position: relative;
}

    vr-textbox .password-form .eye-icon {
        position: absolute;
        right: 0;
        width: 18px;
        height: 28px;
        z-index: 100;
    }

.vr-file-remove {
    width: 22px;
    right: 4px;
    font-size: 16px;
}

.vr-file-process {
    display: block;
    position: absolute;
    left: 4px;
    height: 10px;
    width: 100% !important;
    font-size: 10px;
    top: 10px;
}

.vr-file-name {
    display: inline-block;
    font-size: 11px;
    width: 100% !important;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    height: 15px;
}

/**************END VR-Upload*********/

/**************START VR-IMAGEAVATAR*********/

.vr-image-avatar vr-validator > div:nth-child(1) {
    width: fit-content;
}

.vr-image-avatar vr-validator > div[validator-section] > div:nth-child(1) {
    border-radius: 50% !important;
    width: 105px;
    overflow: initial;
}

.vr-image-avatar .vr-image-file {
    height: 100%;
    margin: 0px;
    border-radius: 50%;
    background-color: #c1c1c1;
    overflow: inherit;
}

.vr-image-avatar .vr-image-remove {
    display: none;
    top: 2px;
    right: 11px;
    position: absolute;
    background-color: #fff;
    border: 1px solid;
    z-index: 10;
    border-radius: 10px;
    font-size: 11px;
    color: #bbb2b2;
    padding: 2px;
}


.vr-image-avatar .vr-image-file:hover .vr-image-remove {
    display: block;
}

.vr-image-avatar .vr-image-file img {
    border-radius: 50%;
    width: 48px !important;
    height: 48px !important;
}

.vr-image-avatar .fileinput-button input {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
/**************END VR-IMAGEAVATAR*********/
.clockspace {
    display: inline-block;
    width: 5px;
}

.clock {
    position: fixed;
    bottom: 20px;
    left: 0px;
    font-size: 14px;
    color: #959595;
    padding: 5px;
    z-index: -10;
}

.collapsed-clock {
    bottom: 55px;
    left: -50px;
    font-size: 11px;
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

    .collapsed-clock img {
        transform: rotate(90deg);
        left: 210px;
        position: relative;
        top: 3px;
    }

.action-bar .btn,
vr-button[inline-btn] button,
.inline-btn button {
    height: 25px !important;
    padding: 2px 12px !important;
    display: flex;
    align-items: center;
}

vr-button .btn-inner-text {
    display: flex;
}

vr-button[inline-btn] button, .inline-btn button {
    outline: none !important;
    border: none !important;
}

    .inline-btn button.btn:focus, .inline-btn .btn:active:focus, .inline-btn .btn.active:focus, .inline-btn .btn.focus, .inline-btn .btn:active.focus, .inline-btn .btn.active.focus {
        outline: none !important;
    }

vr-button[inline-btn].divDisabled button, .inline-btn.divDisabled button {
    background-color: #E22337 !important;
    cursor: not-allowed;
    opacity: 0.65;
}

.vr-control-label {
    font-weight: 600;
    font-size: 12px;
    white-space: nowrap;
    margin-bottom: 2px;
    color: #2e3648;
}

vr-label[postspace] .vr-control-label {
    margin-right: 10px;
}

vr-label[prespace] .vr-control-label {
    margin-left: 10px;
}

vr-label[smallsize] .vr-control-label {
    font-size: 9px;
}

vr-label[mediumsize] .vr-control-label {
    font-size: 12px;
}

vr-label[largesize] .vr-control-label {
    font-size: 14px;
}

vr-label[breakline] .vr-control-label {
    white-space: normal !important;
    word-wrap: break-word;
    width: 100%;
}

.vr-breakline {
    white-space: normal;
    word-wrap: break-word;
    width: 100%;
}

vr-label[preline] .vr-control-label {
    white-space: pre-line !important;
    word-wrap: break-word;
    width: 100%;
}

vr-label[ellipsis] .vr-control-label {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
}

vr-label[hasbackgroundcolor] .vr-control-label {
    display: inline !important;
}

vr-label[fullwidth] .vr-control-label {
    display: inline-block !important;
    width: 100% !important;
}

vr-label-dynamic .vr-control-label.clickable {
    cursor: pointer;
}

    vr-label-dynamic .vr-control-label.clickable:hover {
        text-decoration: underline;
    }

vr-label-dynamic[breakline] .vr-control-label {
    white-space: normal !important;
    word-wrap: break-word;
    width: 100%;
}

label[vr-alert].alert {
    padding: 5px;
    margin: 0px;
}

.permmesion-background {
    background: url("../../Client/Images/bichartpermission.jpg") center no-repeat;
    background-size: contain;
    width: 100%;
    height: 300px;
}


.piechartpermission {
    background: url("../../Client/Modules/BI/Directives/Images/bichartpermission.png") center no-repeat;
    background-size: contain;
    width: 100%;
    height: 300px;
}

.chartpermission {
    background: url("../../Client/Modules/BI/Directives/Images/chartpermission.png") center no-repeat;
    background-size: contain;
    width: 100%;
    height: 300px;
}

.gridpermission {
    background: url("../../Client/Modules/BI/Directives/Images/gridpermission.png") center no-repeat;
    background-size: contain;
    width: 100%;
    height: 300px;
}

.vr-dropdown-menu {
    width: 226px;
    border-bottom: 1px solid #d4d4d4 !important;
}

.vr-select-height {
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.vr-select-ds-container {
    overflow: auto;
    margin-top: 5px;
    padding-left: 3px;
}

.checked-item {
    position: absolute;
    top: 3px;
    right: 0px;
}

.select-item-container {
    display: inline-block;
    width: calc(100% );
    padding: 3px 0px 0px 2px;
    white-space: normal;
}

.view-icon {
    display: inline-block;
    top: 6px;
    position: absolute;
    right: 3px;
    color: #616F77;
    font-size: 10px;
}

.vr-select-dropdown-menu .view-icon {
    right: 12px;
    display: inline;
    color: inherit !important;
}

.view-icon:hover {
    transform: scale(1.15,1.15);
}

.selected-container {
    display: inline-block;
    overflow: auto;
    position: relative;
    width: 220px;
}

.double-col-checklist.dropdown-top-right {
    margin-left: -226px;
}

    .double-col-checklist.dropdown-top-right.top-max {
        margin-left: 0px !important;
    }

.single-col-checklist.dropdown-top-right.top-max {
    margin-left: 226px !important;
}

.single-col-checklist .vr-select-advance-search.advance-search-top-right {
    left: -230px;
}

.double-col-checklist.dropdown-top-right .advance-search-top-right {
    left: 0px !important;
}

.single-col-checklist.dropdown-top-right {
    margin-left: 0px !important;
}

.flex-container {
    display: flex;
}

.single-col-checklist.dropdown-top-right .flex-container {
    flex-direction: row;
}

.double-col-checklist.dropdown-top-right .flex-container {
    flex-direction: row-reverse;
}

vr-pagination .dropdown-menu {
    width: 55px !important;
}

.view-selected-item {
    top: 7px;
    position: absolute;
    right: 1px;
    color: #616F77;
    font-size: 9px;
}

    .view-selected-item:hover {
        transform: scale(1.15,1.15);
    }

.remove-selected-item {
    right: 2px !important;
}

.remove-selection {
    position: absolute;
    right: 5px;
}

.vr-select-remove {
    position: absolute;
    right: 15px;
    top: 7px;
    font-size: 11px;
}

.vr-select-caret {
    position: absolute;
    top: 10px;
    right: 5px;
}

.vr-select-height:empty {
    height: 0px;
}

.item-warning {
    background-color: #f5e4e4;
}

    .item-warning a.mark-select {
        color: #f53f3f;
    }

    .item-warning a.mark-select,
    .item-warning span.vanrise-inpute {
        color: #f53f3f;
    }

span.custom-label.item-warning {
    color: #f53f3f;
}

.item-future {
    background-color: #e6e6e6;
}

    .item-future a.mark-select {
        color: #969e97;
    }

span.custom-label.item-future {
    color: #969e97;
}

.vr-disabled {
    pointer-events: none;
}

.vr-disabled-div {
    pointer-events: none;
}

.vr-small-addon {
    padding: 3px 2px;
}

.border-radius {
    border-radius: 4px !important;
}

.fix-border-radius {
    border-radius: 4px 0px 0px 4px;
}

.vr-datetime-container {
    border-radius: 4px;
    height: 26px;
    padding: 0px;
    display: block;
    position: relative;
}

.vr-date-input {
    border-color: transparent;
    outline: 0px none;
    box-shadow: none;
    padding: 1px 5px;
    width: calc(100% - 5px);
    position: absolute;
}

.datetime-icon-container {
    position: absolute;
    z-index: 11;
    transform: translate(-50%,-50%);
    top: 50%;
}

.vr-date-input:focus {
    border-color: transparent;
    outline: 0px none;
    box-shadow: none;
}

.vr-small-addon {
    border: 1px solid #CCC !important;
}

.circle-div {
    width: 85px;
    height: 90px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 45px;
    background-color: #f0f0f0;
    padding-top: 4px;
    display: inline-block;
    margin: 4px;
}

    .circle-div .vr-control-label {
        color: #fff !important;
    }

    .circle-div > div {
        text-align: center;
    }

    .circle-div .circle-label {
        font-size: 9px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 85px;
        padding-top: 14px;
        height: 50%;
    }

    .circle-div .circle-value {
        font-size: 15px !important;
        height: 35%;
        width: 85px;
        position: relative;
    }

    .circle-div .circle-unit {
        height: 15%;
        font-size: 9px;
    }

.circle-bg-0 {
    background-color: #20407D !important;
}

.circle-bg-1 {
    background-color: #E22337 !important;
}

.circle-bg-2 {
    background-color: #E08821 !important;
}

.circle-bg-3 {
    background-color: #25B679 !important;
}

.vr-hint {
    position: absolute;
    top: 100%;
    right: 0px;
    z-index: 100;
    border: 1px solid rgb(204, 204, 204);
    background-color: rgb(204, 230, 255);
    color: rgb(102, 102, 102);
    bottom: -163px;
    margin-top: 2px;
    border-radius: 5px;
    padding: 5px;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #575757;
    margin-left: 2px;
}

.tooltip.in {
    opacity: 1;
}

.tooltip-info {
    display: none;
}
/* over ride form-control[readonly] background-color*/
.form-control[readonly] {
    background-color: #fff;
}

.form-control:focus {
    border-color: #ddd;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px #DDD;
    box-shadow: inset 0 1px 1px #ddd;
}

.tooltip {
    position: fixed;
}

.tooltip-info .tooltip-inner {
    background-color: #F1F2F7;
    color: #575757;
    border: 1px solid #575757;
    min-width: 200px;
    font-size: 11px;
    /*position:fixed;*/
    min-width: initial;
    overflow-y: auto;
    max-width: 200px;
    text-align: justify;
}

vr-error .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #a94442;
    margin-left: unset;
}

vr-error .tooltip.right .tooltip-arrow {
    border-right-color: #F2DEDE;
}

vr-error .tooltip-info .tooltip-inner {
    color: #a94442;
    background-color: #F2DEDE;
    border: 1px solid transparent;
}

.tooltip.bottom {
    margin-top: 10px;
}

.progress-bar-gray {
    background-color: #D0D0D0;
}
/* strat of vr-numeric */

.vr-numeric .input-box {
    display: inline-block;
    width: 100%;
}

.vr-numeric .vr-numeric-control {
    display: inline-block;
    position: absolute;
    left: calc(100% - 15px);
    top: 3px;
}

.with-hint {
    right: 20px !important;
}

.with-label {
    top: 22px !important;
}

.vr-hint-input {
    top: -7px;
    color: #337AB7;
    right: 1px;
    left: 1px;
    font-size: 0.7rem;
}

.large-hint {
    max-width: 440px !important;
}

.vr-numeric .vr-numeric-control .unit {
    position: absolute;
    right: 15px;
    color: #635F5F;
    font-size: 12px;
    top: 2px;
}

.vr-numeric .vr-numeric-control .arrow-box {
    height: 12px;
    width: 10px;
}

    .vr-numeric .vr-numeric-control .arrow-box > div {
        border-width: 5px;
        display: block;
        margin: 0px;
        position: relative;
    }

    .vr-numeric .vr-numeric-control .arrow-box .caret-up {
        top: -4px;
    }

    .vr-numeric .vr-numeric-control .arrow-box .caret-down {
        bottom: -4px;
    }


/* end of vr-numeric*/
.big-data-grid {
    width: calc(100% + 15px);
    overflow-x: auto;
    margin: 0px -15px;
}

    .big-data-grid .container {
        width: 100% !important;
    }


    .big-data-grid .vr-datagrid {
        width: 100% !important;
    }

    .big-data-grid .vr-remote-footer {
        width: 100% !important;
    }

    .big-data-grid .vr-datagrid[level^="drill-down-level-0"] {
        width: 3000px !important;
    }

    .big-data-grid .vr-remote-footer[class^="drill-down-level-0"] {
        width: 3000px !important;
    }

vr-switch[type="inline"] > div {
    display: inline-block;
}

.hide-expande {
    visibility: hidden;
}

vr-columns[style^="display"] > div[class^="col"] {
    width: 100% !important;
}
/*start of vr-tabs*/
vr-tab vr-row[tabcontent="true"] > .row {
    margin: 0px !important;
}

vr-tab vr-columns[tabs="true"] > div[class^="col"] {
    border: 1px solid #ddd;
    display: block;
    border-top: 0px;
    border-radius: 0px 0px 4px 4px;
    padding: 10px;
}

vr-tab-header-link .tab-remove-icon {
    cursor: default;
    position: absolute;
    right: 9px;
    top: 6px;
    z-index: 1;
    font-size: 11px;
}

    vr-tab-header-link .tab-remove-icon.share-space {
        top: 12px;
    }

vr-tab-header-link .handeldrag {
    position: absolute;
    z-index: 1;
    font-size: 11px;
    right: 45%;
    top: 0px;
}


vr-tab-header-link .edit {
    position: absolute;
    z-index: 1;
    font-size: 11px;
    right: 8px;
    top: 6px;
}

    vr-tab-header-link .edit.share-space {
        top: 1px;
    }

vr-tabs .tab-validation-sign {
    color: #D44A47;
    position: relative;
    right: unset;
    position: absolute;
    top: 0px;
    width: unset !important;
    left: 1px;
}

vr-columns[grouped] > div[class^="col"] {
    padding: 0px 3px;
}

vr-columns[tileitem] > div[class^="col"] {
    padding: 8px;
    margin-bottom: -4px;
}

    vr-columns[tileitem] > div[class^="col"] .vr-datagrid {
        margin-top: 5px;
    }

vr-panel[fullscreen] .panel-body {
    padding: 15px 5px 0px 15px;
}

.vr-bordered-container {
    padding: 10px;
    margin: 10px;
    border: 1px solid #ececf1 !important;
}

@media (max-width: 992px ) {
    vr-tabs div[class^="col"] {
        margin-bottom: -1px !important;
    }

    vr-columns div[class^="col"].empty-line-col {
        margin-bottom: 10px !important;
    }
}

/*end of vr-tabs*/

vr-listitem > vr-columns > div[class^="col"] {
    padding: 5px;
}

vr-columns[datalistitem] > div[class^="col"] {
    display: inline-block;
    white-space: normal;
}

.vr-list-item-clickable > vr-columns > div[class^="col"] > .list-group-item {
    cursor: pointer !important;
    transition: all .2s ease-in-out;
}

    .vr-list-item-clickable > vr-columns > div[class^="col"] > .list-group-item:hover {
        transform: scale(1.02);
        box-shadow: 0px 5px 0px #999, 0px 5px 5px #999;
    }
/*start of vr-cellviewer*/
.vr-cellviewer-watermark {
    cursor: pointer;
    color: #616F77;
    font-size: 10px;
    opacity: 0.8;
    top: -2px;
    position: relative;
    background-color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 21px);
    display: inline-block;
}

/*override handsontable readonly class*/

.handsontable .htDimmed {
    color: #333333 !important;
}

/*jstree-default .jstree-themeicon-custom*/
.jstree-default .jstree-themeicon-custom {
    background-size: 18px 18px !important;
}

.vr-label-switcher-container {
    overflow: hidden;
    padding: 0px;
    padding-right: 10px;
    color: #fff;
}

.vr-label-switcher-notselected {
    background-color: #fff;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    transform: skew(-35deg);
    position: absolute;
    left: 6px;
    top: 2px;
    padding: 0px 2px;
    font-size: 9px;
    width: calc(100% - 10px);
    min-height: 14px;
    border-radius: 4px 4px 4px 0px;
    border-color: #000;
    z-index: 1;
}

.vr-label-switcher-selected {
    width: calc(100% - 10px);
    height: calc(100% - 9px );
    padding: 0px 9px;
    border: 1px solid;
    font-size: 11px;
    position: absolute;
    top: 16px;
    z-index: 1;
    border-radius: 4px;
    border-color: #000;
}

.shadow {
    position: absolute;
    border: 1px solid;
    width: 9px;
    left: calc(100% - 10px);
    height: 16px;
    top: 10px;
    transform: skewY(-51deg);
    border-top: 0px;
    border-left: 0px;
    background-color: white;
    border-radius: 0px 0px 4px 0px;
    border-color: #000;
}

div[validationcontainer] {
    min-height: 53px !important;
}


.vr-datetime:before {
    border-left: 7px solid transparent !important;
    border-right: 7px solid transparent !important;
    border-bottom: 7px solid #cccccc !important;
    border-bottom-color: rgba(0, 0, 0, 0.2) !important;
    border-top: 0px solid transparent !important;
    top: -7px !important;
    bottom: auto !important;
    left: 7px;
}

.vr-datetime:after {
    border-left: 6px solid transparent !important;
    border-right: 6px solid transparent !important;
    border-bottom: 6px solid white !important;
    border-top: transparent !important;
    bottom: auto !important;
    top: -6px !important;
    left: 8px;
}

.vr-datetime-top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #cccccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    bottom: -7px !important;
    left: 6px;
}

.vr-datetime-top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
    bottom: -6px;
    left: 7px;
}

.vr-datetime-pull-right:before {
    left: auto !important;
    right: 6px;
}

.vr-datetime-pull-right:after {
    left: auto !important;
    right: 7px;
}
/*vr-service-viewer*/
.vr-service-viewer {
    display: inline-block;
    width: 5px;
    height: 100%;
    margin: 0px 1px;
}

.vr-multiple .vr-multiple-dropdown,
.vr-treeselector .vr-tree-dropdown {
    display: none;
}

.vr-multiple.show-dropdown .vr-multiple-dropdown,
.vr-treeselector.show-dropdown .vr-tree-dropdown {
    display: block;
}


.vr-multiple .btn.btn-default.dropdown-toggle.vanrise-inpute,
.vr-treeselector .btn.btn-default.dropdown-toggle.vanrise-inpute {
    height: 27px !important;
    padding: 2px 12px !important;
    width: 100%;
    text-align: left;
    cursor: default;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-weight: normal;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #ddd;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: unset !important;
    color: #333333;
    border-color: #adadad;
}

.vr-datagrid-celltext .vr-multiple .btn.btn-default.dropdown-toggle.vanrise-inpute,
.vr-datagrid-celltext .vr-treeselector .btn.btn-default.dropdown-toggle.vanrise-inpute {
    height: 20px !important;
    padding: 0px 6px !important;
}

.vr-multiple .btn.btn-default.dropdown-toggle.vanrise-inpute span.vr-multiple-caret,
.vr-treeselector-caret {
    display: inline-block;
    position: static;
    justify-self: flex-end;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.vr-multiple .items-container {
    border-left: 1px solid #f0f0f0;
    display: inline-block;
    overflow: auto;
    white-space: normal;
}

.vr-treeselector .vr-tree-dropdown {
    border: 1px solid #ddd;
}



.vr-multiple .items-container {
    border-left: 1px solid #f0f0f0;
    display: inline-block;
    overflow: auto;
    white-space: normal;
}


.vr-multiple .sortable-item {
    padding: 0px 2px;
}



.vr-treeselector .vr-tree-datasource {
    width: 220px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}

.vr-treeselector .vr-treeview-container {
    height: 220px
}


.vr-treeselector .single-selection-tree .tree-dropdown-wrapper,
.vr-treeselector .single-selection-tree .vr-tree-datasource {
    display: block;
    width: 100%;
}

.vr-treeselector .vr-tree-selecteditems {
    display: flex;
    width: 220px;
}

    .vr-treeselector .vr-tree-selecteditems .selecteditems-title {
        padding: 5px;
        height: 29px
    }

    .vr-treeselector .vr-tree-selecteditems .selecteditems-container {
        max-height: 190px;
        overflow: auto;
        padding: 5px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }

        .vr-treeselector .vr-tree-selecteditems .selecteditems-container span.label {
            display: inline !important;
            margin-right: 2px;
            hyphens: none;
            height: 24px;
            line-height: 24px;
            padding: 2px 4px;
        }

            .vr-treeselector .vr-tree-selecteditems .selecteditems-container span.label .glyphicon {
                padding-left: 6px;
                display: inline;
            }

                .vr-treeselector .vr-tree-selecteditems .selecteditems-container span.label .glyphicon:hover {
                    color: #65a3c7;
                }

.vr-treeselector .clear-all-wrapper {
    align-self: flex-end;
    padding: 0 5px;
}

.vr-treeselector single-selection-tree .vr-tree-datasource {
    width: 100%;
    display: block;
}

.vr-treeselector .single-container-dropdown {
    width: 220px !important;
}

.vr-treeselector .dropdown-toggle.vanrise-inpute:after {
    display: none
}

.vr-treeselector .double-container-dropdown {
    width: 440px !important;
}

.vr-treeselector .tree-dropdown-wrapper {
    display: flex;
}

.vr-treeselector .double-container-dropdown .tree-dropdown-wrapper {
    width: 440px;
}

.vr-treeselector .single-container-dropdown .tree-dropdown-wrapper {
    width: 220px;
}

.vr-treeselector .single-container-dropdown.dropdown-toright {
    margin-left: 0px !important;
}

.vr-treeselector .double-container-dropdown.dropdown-toright {
    margin-left: -220px !important;
}

.vr-treeselector .dropdown-toright.double-container-dropdown .tree-dropdown-wrapper {
    flex-direction: row-reverse;
}

.vr-multiple-caret,
.vr-treeselector-caret {
    position: absolute;
    top: 13px;
    right: 5px;
}



vr-treeview-selector .jstree-anchor {
    width: calc(100% - 25px);
    height: auto !important;
    white-space: break-spaces;
}

.vr-treeselector .vr-tree-dropdown {
    border: 1px solid #ddd;
}


.vr-multiple .sortable-item {
    padding: 0px 2px;
}

.vr-multiple-caret,
.vr-treeselector-caret {
    position: absolute;
    top: 13px;
    right: 5px;
}

/*wysiwyg-edit*/
wysiwyg-edit .tinyeditor .sizer {
    min-height: 100px;
    height: 200px;
    position: relative;
}

.vr-dropdown-select.btn {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    position: absolute;
    height: 100% !important;
    cursor: default;
}

.selected-item-view-container {
    cursor: pointer;
    pointer-events: initial;
    opacity: 1;
}

    .selected-item-view-container:hover {
        text-decoration: underline;
    }
/*start vr-code-editor */

.vr-code-editor-box {
    display: flex;
    width: 100%;
    align-items: center;
}

    .vr-code-editor-box .editor-wrapper {
        flex-grow: 1;
        max-width: 100%;
    }

        .vr-code-editor-box .editor-wrapper .main-container {
            min-height: 100px;
            width: 100%;
            border: 1px solid #ddd;
        }

    .vr-code-editor-box .hint-wrapper {
        padding: 0px 2px
    }

/*end vr-code-editor */

/*vr-datetimepicker today class*/
.datepicker-days .today {
    border: 1px solid #666;
    border-style: dotted;
}

vr-validator > div:nth-child(1) {
    min-height: 28px;
}

vr-validator > div[validator-section].show-hint {
    display: inline-block;
    width: calc(100% - 15px);
    margin-right: -3px;
    font-size: 0px;
    height: 100%;
}

vr-validator > div#validator-container > div > vr-section > .panel-vr,
vr-validator > div#validator-container > div > vr-section-v2 > .panel-vr {
    margin-left: 10px;
    margin-right: 10px;
}

vr-section-v2 > .panel-vr.minimized {
    width: fit-content;
    min-width: 350px;
}

    vr-section-v2 > .panel-vr.minimized vr-validation-group {
        display: none;
    }

    vr-section-v2 > .panel-vr.minimized .section-menu {
        display: none;
    }

        vr-section-v2 > .panel-vr.minimized .section-menu.right-menu {
            display: inline-block;
        }

vr-validator[default] .panel-vr {
    margin-left: 0px;
    margin-right: 0px;
}

vr-validator > div[validator-section] > div:nth-child(1) {
    min-height: 28px;
    overflow: hidden;
}

vr-base-editor vr-validator > div[validator-section] > div:nth-child(1) {
    overflow: unset;
}

vr-validator[normalheight] > div:nth-child(1) {
    min-height: initial !important;
}

vr-validator[normalheight] > div[validator-section] > div:nth-child(1) {
    min-height: initial !important;
    overflow: hidden;
}

vr-validator[vr-input] > div[validator-section] > div:nth-child(1) {
    min-height: initial !important;
}

vr-validator[vr-input] > div:nth-child(1) {
    height: 29px;
    min-height: initial !important;
}

.vr-code-editor-box > .editor-wrapper vr-validator > div[validator-section] > div:nth-child(1) {
    min-height: 28px;
    overflow: unset;
}

.vr-switch {
    min-height: 29px;
}

.vr-datagrid-celltext .empty-line-col {
    padding-top: 18px;
}

.vr-datagrid-celltext vr-button[standalone] span[class^="glyphicon"] {
    font-size: 17px !important;
}

.vr-datagrid-celltext vr-button[standalone][small] span[class^="glyphicon"] {
    font-size: 12px !important;
    top: 2px;
}

.vr-datagrid-celltext vr-validator > div:nth-child(1) {
    min-height: 22px;
}

.vr-datagrid-celltext vr-validator > div[validator-section] > div:nth-child(1) {
    min-height: 22px;
}

.vr-datagrid-celltext vr-validator > div:nth-child(1) {
    min-height: 22px;
}


.vr-datagrid-celltext vr-validator[vr-input] > div:nth-child(1) {
    height: 21px;
    position: relative;
}

.vr-datagrid-celltext vr-validator[vr-input] > div[validator-section] > div:nth-child(1) {
    height: 20px;
}

.vr-datagrid-celltext .form-control {
    height: 20px !important;
    padding: 3px 12px;
}

.vr-datagrid-celltext vr-validator[vr-textarea-element] .form-control {
    height: auto !important;
    margin: 2px 0;
}

.vr-datagrid-celltext .form-control {
    padding: 3px 3px;
}

.vr-datagrid-celltext .dropdown {
    min-height: 20px !important;
}

.vr-datagrid-celltext .vr-dropdown-select.btn {
    width: 100%;
    text-align: left;
    position: static;
    height: 20px !important;
    padding: 0px 12px !important;
}

.vr-datagrid-celltext .vr-select-remove {
    top: 4px;
}

.vr-datagrid-celltext .vr-select-caret {
    top: 8px;
}

.vr-datagrid-celltext .vr-datetime-container {
    border-radius: 4px;
    height: 26px;
    padding: 0px;
    display: block;
    position: relative;
    padding: 0px !important;
}

.vr-datagrid-celltext .vr-date-input {
    border-color: transparent;
    outline: 0px none;
    box-shadow: none;
    padding: 0px 5px;
    width: calc(100% - 5px);
    position: static;
    height: 18px !important;
}

.vr-datagrid-celltext .vr-small-addon {
    font-size: 11px !important;
}

.vr-datagrid-celltext .vr-switch {
    min-height: 21px;
    position: relative;
    top: -2px;
}

.vr-datagrid-celltext .switch {
    width: 34px;
    height: 16px;
}

    .vr-datagrid-celltext .switch small {
        width: 16px;
        height: 16px;
    }

.vr-datagrid-celltext .vr-numeric .vr-numeric-control {
    top: 1px;
}

    .vr-datagrid-celltext .vr-numeric .vr-numeric-control .arrow-box {
        height: 5px;
    }

.vr-datagrid-celltext .vr-file-upload-paperclip {
    top: -5px;
}

.vr-datagrid-celltext .vr-file-name {
    font-size: 9px;
}

.vr-datagrid-celltext .vr-file-btn input[type="file"] {
    font-size: 10px;
}

.vr-datagrid-celltext .vr-file-btn {
    top: 0px;
}

.vr-datagrid-celltext .vr-file-process {
    font-size: 8px;
    top: 15px;
}

.vr-datagrid-celltext button.btn {
    height: 20px !important;
    padding: 0px 12px !important;
}

.vr-datagrid-celltext .radio-btn-groupe label {
    height: 21px;
}

    .vr-datagrid-celltext .radio-btn-groupe label > span {
        position: relative;
        top: -4px;
    }

.vr-datagrid-celltext .vr-multiple-caret {
    position: absolute;
    top: 10px;
    right: 5px;
}

@media (min-width: 768px) {
    .vr-modal-sm {
        width: 70%;
    }

    .vr-modal-md {
        width: 80%;
    }

    .vr-modal-lg {
        width: 90%;
    }

    .vr-modal-xl {
        width: 99%;
    }
}

@media (min-width: 1280px) {
    .vr-modal-sm {
        width: 50%;
    }

    .vr-modal-md {
        width: 70%;
    }

    .vr-modal-lg {
        width: 90%;
    }

    .vr-modal-xl {
        width: 97%;
    }
}

@media (min-width: 1440px) {
    .vr-modal-sm {
        width: 40%;
    }

    .vr-modal-md {
        width: 60%;
    }

    .vr-modal-lg {
        width: 90%;
    }

    .vr-modal-xl {
        width: 97%;
    }
}

@media (min-width: 1920px) {
    .vr-modal-sm {
        width: 30%;
    }

    .vr-modal-md {
        width: 50%;
    }

    .vr-modal-lg {
        width: 80%;
    }

    .vr-modal-xl {
        width: 95%;
    }
}


/* vr-dropdown-section*/
.vr-dropdown-section .summary-container {
    width: 100%;
    text-align: left;
    border: 1px #ddd solid;
    border-radius: 4px;
}

.vr-dropdown-section .invalid-section {
    border: 1px solid #D44A47 !important;
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 2px rgba(195, 127, 122, 0.85);
    border-radius: 4px;
}

.vr-dropdown-section .summary-main {
    display: inline-block;
    width: calc(100% - 20px);
}

.vr-dropdown-section .toogle-icon {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(-50%,-50%);
}

.vr-dropdown-section .validation-sign {
    color: #D44A47;
    position: absolute;
    right: 5px;
    top: 5px;
}

.drop-down-section {
    z-index: 500 !important;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.vr-dropdown-section .section-body {
    width: 100%;
}

.vr-dropdown-section .remove-icon {
    font-size: 13px;
    margin: 6px 4px;
    position: absolute;
    right: -1px;
    top: 1px;
    z-index: 100;
}

.vr-backdrop {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 200;
    background-color: #ddd;
    opacity: 0.5;
    margin: -15px;
}

.vr-backdrop-modal {
    height: calc(100% - 25px);
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 200;
    background-color: #ddd;
    opacity: 0.5;
}

.highcharts-container svg > text.highcharts-credits {
    display: none;
}

vr-customgauge-chart .highcharts-no-data > text {
    transform: translate(0px,20px);
}

.flat vr-customgauge-chart > div {
    padding: unset;
}

/* end vr-dropdown-section*/

/* start vr-overall-widget*/

vr-overall-widget .list-custom {
    padding: 0px !important;
}

vr-overall-widget vr-listitem div[class^="col"] {
    padding: 0px !important;
    left: 5px;
}

vr-overall-widget > vr-listitem div[class^="col"] {
    padding: 0px !important;
}

vr-overall-widget .list-group-item {
    border: 0px solid #dddddd;
}

.overallwidget {
    height: 120px;
    width: 120px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    display: block !important;
}

    .overallwidget.default {
        background-color: #7CB5EC;
    }

.overallwidget-value {
    height: 75%;
    font-size: 28px;
    position: relative;
}

.widget-center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.overallwidget-label {
    position: relative;
    height: 25%;
    font-size: 12px;
}

@media (min-width: 768px) {
    .overallwidget {
        height: 60px;
        width: 60px;
    }

    .overallwidget-value {
        font-size: 12px;
    }

    .overallwidget-label {
        font-size: 8px;
    }
}

@media (min-width: 1280px) {
    .overallwidget {
        height: 80px;
        width: 80px;
    }

    .overallwidget-value {
        font-size: 14px;
    }

    .overallwidget-label {
        font-size: 10px;
    }
}

@media (min-width: 1440px) {
    .overallwidget {
        height: 80px;
        width: 80px;
    }

    .overallwidget-value {
        font-size: 16px;
    }

    .overallwidget-label {
        font-size: 12px;
    }
}

@media (min-width: 1920px) {
    .overallwidget {
        height: 90px;
        width: 90px;
    }

    .overallwidget-value {
        font-size: 18px;
    }

    .overallwidget-label {
        font-size: 12px;
    }
}

@media (min-width: 2240px) {
    .overallwidget {
        height: 140px;
        width: 140px;
    }

    .overallwidget-value {
        font-size: 26px;
    }

    .overallwidget-label {
        font-size: 18px;
    }
}

@media (min-width: 2560px) {
    .overallwidget {
        height: 160px;
        width: 160px;
    }

    .overallwidget-value {
        font-size: 28px;
    }

    .overallwidget-label {
        font-size: 20px;
    }
}
/* end vr-overall-widget*/



/* start fonts-colors*/
.danger-font {
    color: #ff0000;
}
/* end fonts-colors*/

/* start vr-tile*/
.vr-tile {
    width: 100%;
    color: #fff;
    margin: 5px;
    border-radius: 10px;
    display: flex;
}

    .vr-tile .thumbnail-section img {
        padding: 10px;
    }

    .vr-tile .content-section {
        width: 100%;
    }

    .vr-tile .thumbnail-section img {
        height: 80px;
        width: 100px;
    }

.vr-tile-inner-container .title {
    font-size: 16px;
    font-weight: bold;
    text-align: right;
}

.vr-tile-inner-container .tilevalue span {
    font-size: 11px;
    width: 50%;
    display: inline-block;
    text-align: right;
}

@media (min-width: 1280px) {
    .vr-tile .thumbnail-section img {
        height: 80px;
        width: 100px;
    }

    .vr-tile-inner-container .title {
        font-size: 16px;
    }

    .vr-tile-inner-container .tilevalue span {
        font-size: 11px;
    }
}

@media (min-width: 1440px) {

    .vr-tile .thumbnail-section img {
        height: 100px;
        width: 120px;
    }

    .vr-tile-inner-container .title {
        font-size: 18px;
    }

    .vr-tile-inner-container .tilevalue span {
        font-size: 12px;
    }
}

@media (min-width: 1920px) {
    .vr-tile .thumbnail-section img {
        height: 120px;
        width: 140px;
    }

    .vr-tile-inner-container .title {
        font-size: 20px;
    }

    .vr-tile-inner-container .tilevalue span {
        font-size: 13px;
    }
}

@media (min-width: 2240px) {
    .vr-tile .thumbnail-section img {
        height: 140px;
        width: 160px;
    }

    .vr-tile-inner-container .title {
        font-size: 22px;
    }

    .vr-tile-inner-container .tilevalue span {
        font-size: 14px;
    }
}

@media (min-width: 2560px) {
    .vr-tile .thumbnail-section img {
        height: 160px;
        width: 180px;
    }

    .vr-tile-inner-container .title {
        font-size: 24px;
    }

    .vr-tile-inner-container .tilevalue span {
        font-size: 14px;
    }
}

.vr-tile-container {
    position: relative;
    height: 100%;
    width: 100%;
}

.vr-tile-inner-container {
    position: absolute;
    transform: translate(-20px, 10px);
    width: 100%;
}

.vr-view-switch-container {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
}

    .vr-view-switch-container button[disabled="disabled"] {
        color: #333333;
        background-color: #e6e6e6;
        border-color: #adadad;
        opacity: 0.8;
    }

.base-modules-container {
    padding: 0px 15px;
}

.menu-tile {
    background-color: #0177b5;
    height: 130px !important;
    margin-top: 15px;
    padding: 10px 0px !important;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
}

.flat .menu-tile.app-tile {
    text-align: center;
    height: 150px;
}

.menu-tile.app-tile h3 {
    margin-left: unset;
    height: 40px;
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
    margin-left: 0px;
    overflow: hidden;
}

.menu-tile .menu-tile-name {
    color: #fff;
    padding: 10px;
}

.menu-tile .menu-tile-icon {
    color: #fff;
    padding: 10px;
    font-size: 32px;
}

.menu-tile.app-tile img {
    height: 40px !important;
    width: 40px !important;
    margin-top: 15px !important;
}

.menu-tile.module h3 {
    margin-left: 50px;
    text-align: left;
}

.menu-tile.module.page {
    text-align: center;
}

/* end vr-tile*/

/* start vr-figure*/

.vr-figure {
    background-color: #0077B5;
    color: #fff;
    padding: 25px;
}

.vr-figure-list vr-figure .vr-figure {
    background-color: #fff;
    background-image: none !important;
    color: #ccc;
    border: 1px #ccc solid;
    padding: 5px;
    border-bottom: none;
}

.flat .vr-figure-list vr-figure:last-child .vr-figure {
    background-color: #fff;
    background-image: none;
    color: #ccc;
    border: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
}


.flat .vr-figure-list .vr-figure .figure-info-content {
    background: none !important;
}

.flat .vr-figure-list .figure-info-content > img {
    width: 50px;
    filter: brightness(0) saturate(100%) invert(65%) sepia(89%) saturate(522%) hue-rotate(161deg) brightness(91%) contrast(89%);
}

.vr-figure .title {
    font-size: 19px;
    font-weight: bold;
    padding: 5px;
}

.vr-figure .figure-content {
    display: flex;
    align-items: center;
    padding: unset;
    align-items: center;
    justify-content: space-between;
}

.vr-figure .figure-info-content {
    display: flex;
}

    .vr-figure .figure-info-content > img {
        width: 80px;
        height: 80px;
        background-color: #ffffff20;
        padding: 10px;
    }

.vr-figure .figure-data-content {
    display: flex;
    padding-left: 10px;
    flex-direction: column;
    flex-grow: 2;
}

.vr-figure-list .vr-figure .figure-data-content {
    display: flex;
    width: calc(100% - 50px);
    padding-left: 10px;
    flex-direction: column;
    flex-grow: 1;
}

    .vr-figure-list .vr-figure .figure-data-content .figure-item {
        display: flex;
        width: 100%;
        height: min-content;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
        margin: auto;
    }


.vr-figure .figure-data-content .figure-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: min-content;
    flex-direction: row-reverse;
}



    .vr-figure .figure-data-content .figure-item .item-label {
        display: block;
        text-align: left;
        overflow: hidden;
        color: #ddd;
    }

.flat .vr-figure-list .vr-figure .figure-data-content .figure-item .item-label {
    color: #43B9DD;
    font-weight: bold;
    text-align: left;
    text-overflow: unset;
    white-space: normal;
    overflow: initial;
    word-break: break-word;
}


    .flat .vr-figure-list .vr-figure .figure-data-content .figure-item .item-label:after {
        content: ":";
    }

.vr-figure .figure-data-content .figure-item .item-label div {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.vr-figure .figure-data-content .figure-item .item-value {
    display: block;
    text-align: right;
    margin-left: auto;
    font-weight: bold;
    font-size: 30px;
    padding: 0px;
    line-height: 1.3;
}

.vr-figure-list .vr-figure .figure-data-content .figure-item .item-value {
    text-align: left;
    margin-left: unset;
    font-weight: bold;
    font-size: 15px;
    padding: 0;
    color: #555;
}

    .vr-figure-list .vr-figure .figure-data-content .figure-item .item-value .item-unit {
        padding: 0px 5px;
    }


.vr-figure .figure-data-content .figure-item .item-value.centered {
    display: inline;
    align-self: flex-end;
    margin-left: auto;
    text-align: inherit;
    width: 100%;
}


.flat .vr-figure .figure-data-content > div {
    min-height: unset !important;
}


@media (max-width: 768px) {


    .vr-figure .figure-data-content .figure-item .item-value {
        font-size: 16px;
    }

    .flat .vr-figure .figure-data-content .figure-item .item-label {
        font-size: 12px;
    }
}

@media (max-width: 992px) {


    .vr-figure .figure-data-content .figure-item .item-value {
        font-size: 16px;
    }

    .flat .vr-figure .figure-data-content .figure-item .item-label {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {


    .vr-figure .figure-data-content .figure-item .item-value {
        font-size: 16px;
    }

    .flat .vr-figure .figure-data-content .figure-item .item-label {
        font-size: 12px;
    }
}


@media (max-width: 1366px) {

    .vr-figure-list .vr-figure .figure-data-content .figure-item {
        align-items: baseline;
        justify-content: space-between;
        flex-direction: column-reverse;
    }

        .vr-figure-list .vr-figure .figure-data-content .figure-item .item-value {
            padding: 0;
        }

    .vr-figure .figure-data-content .figure-item .item-value {
        font-size: 16px;
    }

    .flat .vr-figure .figure-data-content .figure-item .item-label {
        font-size: 12px;
    }

    vr-label[breakline] .vr-control-label {
        max-height: 18px;
    }
}

/* end vr-figure*/
/* start vr-drag-drop zone*/
.vr-toolbox, .vr-helpbox {
    border: solid;
    border: 1px solid #ccc;
    padding: 0px 5px;
    border-radius: 4px;
    width: 100%;
    display: flex;
    min-height: 26px;
    font-size: 12px;
}

.vr-toolbox, .vr-helpbox {
    flex-wrap: wrap;
    border: none;
}

    .vr-toolbox .item, .vr-helpbox .item {
        width: 100px;
        display: inline-block;
        margin: 2px;
        padding: 0px 2px;
        border: 1px solid #666;
        cursor: move !important;
        border-radius: 4px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow-x: hidden;
        transition: all .2s ease-in-out;
        background-color: #20407d;
        color: #fff;
        text-align: center;
    }

    .vr-helpbox .item {
        width: 129px;
        color: #635F5F;
        background-color: transparent;
        text-align: left;
        margin-top: 3px;
        border: 0px solid #666;
        cursor: default !important;
        display: inline-flex;
    }

        .vr-helpbox .item.clickable {
            cursor: pointer !important;
        }

        .vr-helpbox .item .badge-color {
            display: inline-block;
            width: 17px;
            height: 9px;
            margin: 1px 3px;
            border: 1px solid #ddd;
            box-sizing: content-box;
            border-radius: 4px;
            font-size: 10px;
            font-weight: bold;
        }

vr-toolbox[medium] .item {
    width: 150px;
}

vr-toolbox[large] .item {
    width: 200px;
}

vr-toolbox .vertical-alignment {
    flex-wrap: wrap;
}

    vr-toolbox .vertical-alignment .item {
        width: 100%;
    }

vr-toolbox .left-alignment .item {
    text-align: left;
    padding-left: 10px;
}

.vr-toolbox .item:hover {
    /*border-color: gray;
    font-weight:bold;
    transform: scale(1.1);*/
    border-color: gray;
    font-weight: 600;
    transform: translate(1px,1px);
}

.vr-toolbox .item .icon > div {
    display: inline-block;
    padding-right: 2px;
}

.empty-vr-datalist-drop {
    min-height: 29px;
}

vr-datalist .collapse-icon {
    left: 22px;
    top: 6px;
    position: absolute;
    z-index: 200;
    display: inline;
}

vr-datalist .listitem-title {
    left: 40px;
    top: 3px;
    position: absolute;
    display: inline;
}

vr-datalist .drag-icon {
    top: 5px;
    left: 3px;
    position: absolute;
    display: inline;
}

vr-datalist[scrollable] .datalist-container {
    max-height: 130px;
    overflow-y: auto;
}

.empty-vrdatagrid-drop {
    display: block;
    min-height: 25px;
    border: 1px solid #ccc;
}

.empty-vrcontainergrid-drop {
    min-height: 35px;
    display: block;
}

/* end vr-drag-drop zone*/

/*start of vr-inline-select*/
.inline-vr-select {
    display: flex;
    height: 26px;
    position: relative;
}

.inline-item {
    border: 1px solid #ccc;
    margin: 3px 2px;
    transition: all .2s ease-in-out;
    background-color: #4f7ac8;
}

    .inline-item a {
        outline: 0;
        color: #666;
        height: 100%;
        display: inline-block;
        width: 100px;
        padding: 2px;
        white-space: normal;
        font-weight: 600;
        font-size: 13px;
        position: relative;
        top: -4px;
        color: #fff;
    }

        .inline-item a:hover, .inline-item a:active, .inline-item a:focus {
            cursor: pointer !important;
            text-decoration: none;
        }

        .inline-item a:hover, .inline-item a:active, .inline-item a:focus {
            cursor: pointer !important;
            text-decoration: none;
        }

    .inline-item.selected-value {
        background-color: #20407d;
        color: #fff;
        transform: scale(1.01);
        border: 1px solid #666;
    }


        .inline-item.selected-value .select-mark {
            color: #fff;
            position: absolute;
            height: 12px;
            width: 12px;
            top: 4px;
            right: 0px;
            font-size: 10px;
        }

        .inline-item.selected-value a {
            color: #fff;
        }

/*end of vr-inline-select*/

/*start of vr-legend */
.legend-header {
    color: #635F5F;
    text-decoration: none;
    font-size: 12px;
    cursor: pointer;
    padding-bottom: 10px;
    text-decoration: underline;
    font-style: italic;
}

.legend-main-content {
    display: none;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid rgb(204, 204, 204);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    z-index: calc(2 + var(--vr-base-z-index));
}

.legend-container {
    position: relative;
}

.legend-close {
    position: relative;
    left: calc(100% - 10px);
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
    width: 10px;
}
/*end of vr-legend*/

/*start of vr-filter-type*/
.filter-type-header {
    text-decoration: none;
    font-size: 12px;
    cursor: pointer;
    padding-bottom: 10px;
}

.filter-type-main-content {
    display: none;
    width: 100px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid rgb(204, 204, 204);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    z-index: calc(2 + var(--vr-base-z-index));
}

.filter-type-container {
    position: relative;
}

    .filter-type-container ul {
        list-style: none;
        padding-inline-start: 5px;
        padding-inline-end: 5px;
        margin-bottom: 5px;
        font-size: 12px;
    }

.filter-type-item.selected {
    background-color: #D0D0D0;
    color: #666;
}

.filter-type-item label {
    font-size: 11px;
}

.filter-type-item:hover {
    background-color: #D0D0D0;
}

    .filter-type-item:hover label {
        color: #fff;
    }

.filter-type-close {
    position: relative;
    left: calc(100% - 10px);
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
    width: 10px;
}

.vr-text-filter-type {
    position: absolute;
    top: 0px;
    right: 0px;
}

    .vr-text-filter-type .filter-type-header {
        font-size: 11px;
    }

/*end of vr-filter-type*/
/*vr-quick msg*/
.vr-quickmsg {
    position: fixed;
    top: auto;
    left: auto;
    padding: 2px;
    border-radius: 4px;
    margin: 4px;
    font-size: 11px;
    display: none;
    z-index: 1;
}
/*vr-quick msg*/

/*start vr-generic-filter*/


.button-items.d-flex.justify-content-end {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}

    .button-items.d-flex.justify-content-end .btn {
        border-radius: 0.2rem !important;
        margin: 8px;
    }

.vr-datagrid-celltext .button-items.d-flex.justify-content-end .btn {
    font-size: 0.7rem;
}
/*end vr-generic-filter*/
/* start vr-datagrid custom layout */
.vr-datagrid[horizontal-line="true"] .vr-datagrid-body {
    border-bottom: 1px solid #D0D0D0;
}

.vr-datagrid[alternative-color="true"] .vr-datagrid-body-odd {
    background-color: #e9e9e9;
}

    .vr-datagrid[alternative-color="true"] .vr-datagrid-body-odd .vr-datagrid-cell-container {
        background-color: inherit !important;
        color: inherit !important;
    }

        .vr-datagrid[alternative-color="true"] .vr-datagrid-body-odd .vr-datagrid-cell-container.red-font {
            color: red !important;
        }

        .vr-datagrid[alternative-color="true"] .vr-datagrid-body-odd .vr-datagrid-cell-container.green-font {
            color: green !important;
        }

        .vr-datagrid[alternative-color="true"] .vr-datagrid-body-odd .vr-datagrid-cell-container.warning-font {
            color: orange !important;
        }


.vr-datagrid[alternative-color] .vr-datagrid-body > div:first-of-type:hover {
    background-color: #d7ebee !important;
}

.vr-datagrid[alternative-color] .vr-datagrid-body > div:first-of-type:hover {
    background-color: #d7ebee !important;
}

.vr-datagrid[alternative-color] .vr-datagrid-body.no-highlight > div:first-of-type:hover {
    background-color: inherit !important;
}

.vr-datagrid[vertical-line="true"] .vr-datagrid-cell-container {
    border-right: 1px solid rgb(208, 208, 208);
    margin: -1px 0px;
    padding: 1px 0px;
}

    .vr-datagrid[vertical-line="true" ] .vr-datagrid-cell-container:last-child {
        border-right: unset;
    }

/* end vr-datagrid custom layout */

/* start vr-datagrid custom cell */

span[blocked="true"] {
    color: #FF0000;
}

span.option {
}

span.clickableoption {
}

    span.clickableoption:hover {
        text-decoration: underline;
        /*display: inline-block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 100%;*/
    }

span.option-blocked {
    color: #FF0000;
}

span.option-lossy {
    color: #FFA500;
}

span.option-forced {
    color: #0000FF;
}

span.option-marketprice {
    color: #28A744;
}

/* end vr-datagrid custom cell */

/* start custom style classes */

.green-column-grid {
    background-color: #D3F4DD;
}

.green-column-grid-figure {
    color: #D3F4DD;
}

.red-column-grid {
    background-color: #FBE1DB;
}

.red-column-grid-figure {
    color: #FBE1DB;
}

.blue-column-grid {
    background-color: #DBEAFB;
}

.blue-column-grid-figure {
    color: #DBEAFB;
}

.yellow-column-grid {
    background-color: #fff3cd;
}

.yellow-column-grid-figure {
    color: #fff3cd;
}

.green-font {
    color: green;
}

.green-font-figure {
    color: green;
}

.red-font {
    color: red;
}

.red-font-figure {
    color: red;
}

.warning-font {
    color: orange;
}

.warning-font-figure {
    color: orange;
}

.label-default-figure {
    color: #777777;
}

.label-primary-figure {
    color: #337ab7;
}

.label-success-figure {
    color: #5cb85c;
}

.label-info-figure {
    color: #5bc0de;
}

.label-warning-figure {
    color: #f0ad4e;
}

.label-warning-1-figure {
    color: #FFD400;
}

.label-warning-2-figure {
    color: #FFAA00;
}

.label-danger-figure {
    color: #af0f0f;
}
/* end custom style classes */


/*start entity personalization*/

.action-bar .vr-menu-box {
    position: absolute;
    left: -14px;
    top: -9px;
    display: inline-block;
}

.action-bar .vr-half-circle {
    height: 25px;
    width: 13px;
    position: relative;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    font-size: 12px;
    display: block;
    top: 9px;
    background-color: #e22337;
}


.action-bar .vr-action-menu-dote {
    color: #FFF;
    position: relative;
    display: inline;
    left: unset;
    font-size: 10px;
    top: -17px;
}


.action-bar .vr-menu-list, vr-common-personalization .vr-menu-list {
    top: 0px;
    left: 0px;
    position: absolute;
    min-width: 160px;
    padding: 5px 0px;
    margin: 2px 0px 0px;
    font-size: 14px;
    text-align: left;
    list-style: outside none none;
    background-color: #FFF;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
    z-index: 1500;
    font-size: 10px;
}

.vr-menu-list > li > a {
    display: block;
    padding: 3px 5px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
}

    .vr-menu-list > li > a:hover {
        background-color: #D0D0D0 !important;
        border-color: #D0D0D0 !important;
        color: #fff !important;
        cursor: pointer !important;
        text-decoration: none;
    }

    .vr-menu-list > li > a.disabled {
        background-color: #FFF !important;
        color: #333 !important;
        pointer-events: none !important;
        opacity: 0.7 !important;
    }


        .vr-menu-list > li > a.disabled:hover {
            cursor: not-allowed !important;
        }

.vr-draggable-item.sortable-ghost {
    background-color: transparent;
    opacity: 1;
    width: 10px;
    height: 10px;
    overflow: hidden;
}

    .vr-draggable-item.sortable-ghost::before, businessprocess-vr-workflow-container .item.sortable-ghost::before, businessprocess-vr-workflow-containerv2 .item.sortable-ghost::before, businessprocess-vr-workflowactivity-sequence .item.sortable-ghost::before {
        content: "";
        border-color: transparent;
        border-left-color: #FF0000;
        border-style: solid;
        border-width: 0.35em 0.35em 0.35em 0.45em;
        display: inline-block;
        height: 0px;
        width: 0px;
        top: -5px;
        position: relative;
    }
/*start vr-workflow*/

.vr-workflow .panel-vr {
    margin-top: 5px;
}

    .vr-workflow .panel-vr.focus-panel, .panel-vr.vr-clickable-panel.focus-panel {
        border: 2px solid #90afe4;
        border-radius: 4px;
    }

        .vr-workflow .panel-vr.focus-panel > .panel-heading, .panel-vr.vr-clickable-panel.focus-panel > .panel-heading {
            top: unset;
        }

.vr-workflow .fieldset-vr {
    margin-top: unset;
}

.vr-workflow .panel-vr .panel-body {
    padding: 5px;
}

.vr-workflow .fieldset-vr .panel-body {
    padding: 5px;
    width: fit-content;
    min-width: 100%;
}


businessprocess-vr-workflow-activity-directive.ng-isolate-scope {
    width: 100%;
    display: flex;
    flex: 1;
    justify-content: center;
}

    businessprocess-vr-workflow-activity-directive.ng-isolate-scope vr-section-v2.ng-isolate-scope {
        display: block;
    }

businessprocess-vr-workflow-activity-directive vr-section-v2 > div.panel-vr {
    width: fit-content;
    width: -moz-fit-content;
    min-width: 300px;
}

businessprocess-vr-workflow-activity-directive vr-section-v2[level="2"] > div.panel-vr.panel-vr-child > .panel-heading {
    position: relative;
    border: none;
}

    businessprocess-vr-workflow-activity-directive vr-section-v2[level="2"] > div.panel-vr.panel-vr-child > .panel-heading .remove {
        top: 22px;
        background-color: #eeeeee;
    }

businessprocess-vr-workflow-activity-directive .vr-additem-box-vertical {
    margin-top: 31px;
}

vr-section-v2.vr-workflow-atomic > div.panel-vr {
    width: 350px;
    display: block;
    flex: 1;
}

.vr-workflow .vr-toolbox {
    border: none;
}

/*end vr-workflow*/

/*start vr-comment*/
.vr-comment {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 5px;
    border-radius: 4px;
}

    .vr-comment .vr-comment-header {
        display: inline-block;
        flex: 1;
        text-decoration: underline;
        font-weight: bold;
    }

    .vr-comment .vr-comment-body {
        display: inline-flex;
        width: 100%;
        padding-left: 10px;
        white-space: normal;
        text-overflow: ellipsis;
        width: 100%;
        overflow: hidden;
    }

.comment-editor {
    display: inline-block;
    width: calc(100% - 30px);
}

.add-comment-container {
    display: inline-block;
    width: 30px;
    position: absolute;
    transform: translate(0,-50%);
    top: 50%;
}

.vr-comment .vr-comment-body.full-content {
    height: auto !important;
    max-height: unset !important;
}

.vr-comment .vr-comment-footer {
    display: inline-flex;
    font-size: 10px;
    flex: 1;
    flex-direction: row-reverse;
}

/*end vr-comment*/

/*start vr-expandable-content*/

.expandable-content {
    position: relative;
}

.expandable-content-wrapper {
    word-wrap: break-word;
    display: inline-block;
    width: 100%;
}

.expandable-content-container {
    width: calc(100% - 70px);
    white-space: pre-wrap;
}

.expandable-content .content {
    overflow: hidden;
    transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
}

.expandable-content .trigger {
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 1px;
    cursor: pointer !important;
    color: #00adef;
}
/*end vr-expandable-content*/
.login-container .required-inpute > div:nth-child(1) {
    border: unset !important;
    box-shadow: unset;
}

.flat .login-action-container {
    margin-top: 15px;
}

/*start vr-progress*/


.flat label[vr-alert].alert.vr-complete-msg {
    width: 100%;
    border-radius: 3px !important;
    color: #01625c;
    background-color: #ccedeb;
    border-color: #b3e4e0;
}

.vr-status-container > div[class^="col"] {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.vr-bp-action-container {
    display: flex;
}

.vr-bp-action-wrapper {
    margin-left: auto;
}

.vr-status-progress {
    position: relative;
    left: 4px;
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    background: #ddd;
    text-align: center;
    font-size: 14px;
    border: 1px solid #FFF;
    color: #fff;
    font-weight: 700;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    height: 20px;
    line-height: 26px;
    width: 100%;
    margin: auto;
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
}

.flat .vr-status-progress {
    color: #fff !important;
    position: relative;
    left: 0px;
    height: 32px;
    font-weight: normal;
    line-height: 32px;
    overflow: initial;
    margin-right: 30px;
    min-width: 135px;
    text-align: left;
    padding: 0px 10px;
}

.vr-status-progress.initial-algin {
    text-align: initial;
}

.vr-status-progress.inline {
    height: 28px;
}


.vr-status-progress .status-description {
    position: absolute;
    top: -4px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

@-webkit-keyframes vr-visualitem-blinker {
    from {
        opacity: 1.0;
        background-color: #d7e9f1;
    }
}

.vr-status-progress.completed {
    background-color: #00a269;
}

.vr-status-progress.suspended {
    background-color: #FF0000;
}

.vr-status-progress.aborted {
    background-color: #FF0000;
}

.vr-status-progress.canceled {
    background-color: #FF0000;
}

.vr-status-progress.terminated {
    background-color: #FF0000;
}


.vr-status-progress.new {
    background-color: #26A4D4 !important;
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    text-decoration: blink;
    -webkit-animation-name: vr-visualitem-blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-direction: alternate;
}

.vr-status-progress.postponed {
    background-color: #FFD400 !important;
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    text-decoration: blink;
    -webkit-animation-name: vr-visualitem-blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-direction: alternate;
}

.vr-status-progress.running {
    background-color: #FFD800 !important;
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    text-decoration: blink;
    -webkit-animation-name: vr-visualitem-blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-direction: alternate;
}

.vr-status-progress.waiting {
    background-color: #FFD800 !important;
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    text-decoration: blink;
    -webkit-animation-name: vr-visualitem-blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-direction: alternate;
}

.vr-status-progress.cancelling {
    background-color: #FF0000 !important;
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    text-decoration: blink;
    -webkit-animation-name: vr-visualitem-blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-direction: alternate;
}


.vr-status-progress.troubleshooting {
    background-color: #FF0000 !important;
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    text-decoration: blink;
    -webkit-animation-name: vr-visualitem-blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-direction: alternate;
}



.flat .vr-status-progress {
    color: #fff !important;
    position: relative;
    left: 0px;
    height: 32px;
    font-weight: normal;
    line-height: 32px;
    padding: 0px;
    overflow: initial;
    margin-right: 30px;
    min-width: 135px;
    text-align: left;
    padding: 0px 10px;
}



.flat .vr-status-progress {
    background: linear-gradient(268deg, #01AAD5, #243441);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 3s ease infinite;
    -moz-animation: AnimationName 3s ease infinite;
    animation: AnimationName 3s ease infinite;
}

    .flat .vr-status-progress .status-description {
        position: static;
        text-align: left;
    }


.flat.rtl .vr-status-progress .status-description {
    text-align: right;
}

.flat .vr-status-progress.new,
.flat .vr-status-progress.postponed,
.flat .vr-status-progress.running,
.flat .vr-status-progress.waiting,
.flat .vr-status-progress.cancelling,
.flat .vr-status-progress.troubleshooting {
    background: linear-gradient(268deg, #01AAD5, #243441);
    background-size: 400% 400%;
    -webkit-animation: flat-vr-visualitem-blinker 3s ease infinite;
    -moz-animation: flat-vr-visualitem-blinker 3s ease infinite;
    animation: flat-vr-visualitem-blinker 3s ease infinite;
}

@-webkit-keyframes flat-vr-visualitem-blinker {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 51%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes flat-vr-visualitem-blinker {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 51%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes flat-vr-visualitem-blinker {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 51%
    }

    100% {
        background-position: 0% 50%
    }
}

.flat .vr-status-progress:after {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 0px;
    width: 30px;
    line-height: 30px;
    padding-left: 7px;
}

.flat.rtl .vr-status-progress:after {
    right: unset;
    left: 0px;
    padding-left: unset;
    padding-right: 7px;
}

.flat .vr-status-progress.new:after {
    content: "\e007";
    background-color: #26A4D4 !important;
}

.flat .vr-status-progress.postponed:after {
    content: "\231b";
    background-color: #FFD400 !important;
}


.flat .vr-status-progress.running:after {
    content: "\e029";
    background-color: #FFD800 !important;
}

.flat .vr-status-progress.waiting:after {
    content: "\e023";
    background-color: #FFD800 !important;
}

.flat .vr-status-progress.cancelling:after {
    content: "\e088";
    background-color: #FF0000 !important;
}

.flat .vr-status-progress.troubleshooting:after {
    content: "\e088";
    background-color: #FF0000 !important;
}

.flat .vr-status-progress.completed:after {
    content: "\e089";
    background-color: #00a269 !important;
}

.flat .vr-status-progress.aborted:after {
    content: "\e017";
    background-color: #FF0000 !important;
}

.flat .vr-status-progress.suspended:after {
    content: "\e090";
    background-color: #FF0000 !important;
}

.flat .vr-status-progress.terminated:after {
    content: "\e254";
    background-color: #FF0000 !important;
}

.flat .vr-status-progress.canceled:after {
    content: "\e174";
    background-color: #FF0000 !important;
}


.flat .vr-visualitem-activityblock {
    background-color: #7fdbff;
    color: #065576 !important;
}

    .flat .vr-visualitem-activityblock .vr-control-label {
        margin: 25px 0px 10px;
    }


    .flat .vr-visualitem-activityblock.vr-visualitem-event-error label,
    .flat .vr-visualitem-activityblock.vr-visualitem-event-completed label,
    .flat .vr-visualitem-activityblock.vr-visualitem-event-retrying label {
        color: #fff !important;
    }

.flat .vr-visualitem-rightimg {
    width: 100%;
    margin: unset;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #065576;
    height: 22px;
    border-radius: 5px 5px 0px 0px;
}


.flat.rtl .vr-visualitem-rightimg {
    left: unset;
    right: 0px;
    border-radius: 5px 0px 0px 5px;
}


.flat .vr-visualitem-rightimg.glyphicon:before {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #fff;
    font-size: 12px;
}

.flat .vr-visualitem-rightimg.mdi:before {
    position: absolute;
    right: 10px;
    color: #fff;
    font-size: 16px;
}

.flat.rtl .vr-visualitem-rightimg.glyphicon:before, .flat.rtl .vr-visualitem-rightimg.mdi:before {
    right: unset;
    left: 10px;
}

.flat .vr-visualitem-event-completed {
    background-color: #00a269 !important;
}



/*end vr-progress*/

/*start grid breadcrumb*/

.btn-breadcrumb .btn {
    padding: 3px 12px 3px 24px;
    background-color: #65a3c7;
    color: #fff;
    border-color: #fff;
}

    .btn-breadcrumb .btn > span {
        z-index: 4;
        position: relative;
    }

    .btn-breadcrumb .btn:hover, .btn-breadcrumb .btn:active {
        background-color: #65a3c7 !important;
        border-color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff;
    }

    .btn-breadcrumb .btn:before {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 13px solid #f4f5f3;
        position: absolute;
        top: 50%;
        margin-top: -12px;
        margin-left: 1px;
        left: 100%;
        z-index: 3;
    }

.flat .btn-breadcrumb .btn:before {
    display: none;
}

.btn-breadcrumb .btn.start-arrow {
    padding: 3px 0px 3px 0px;
    background-color: #98d0f1;
    cursor: default;
    font-size: 13px;
    border: none;
    position: relative;
    left: -1px;
}

.flat .row-header-container .btn-breadcrumb .btn.start-arrow {
    display: none;
}

.btn-breadcrumb .btn:first-child:after {
    border-left: 10px solid #98d0f1;
}


.btn-breadcrumb .btn:last-child {
    border-left: 1px solid transparent;
    padding: 0px 0px 3px 0px;
    border-left: none;
}

.btn-breadcrumb .btn > span {
    max-width: 150px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}


.flat .row-header-container .btn-breadcrumb .btn {
    background-color: none;
    background-image: linear-gradient(to right, #055576, #01AAD5 70%);
    color: #fff;
    border: transparent;
    height: 26px;
    top: 0px;
    padding: 4px 12px 3px 24px;
    margin-left: 0px;
    font-size: 12px !important;
}



.btn-breadcrumb .btn > span {
    z-index: 4;
    position: relative;
}

.flat .btn-breadcrumb.btn-group > .btn:hover {
    z-index: unset;
}

.flat .btn-breadcrumb .btn:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 13px solid transparent; /* Go big on the size, and let overflow hide */
    border-bottom: 13px solid transparent;
    border-left: 10px solid #01AAD5;
    position: absolute;
    top: 0;
    margin-top: 0;
    left: 100%;
    z-index: 2;
}

.flat .btn-breadcrumb .btn:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #ffffff;
    position: absolute;
    top: 0;
    margin-top: 0;
    margin-left: 0px;
    left: 100%;
    z-index: 1;
}



.flat .wrapper-toogled .vr-datagrid-body.row-full-screen {
    width: calc(100% - 240px);
    left: 220px;
    top: 80px;
    padding: 0px;
}

.vr-datagrid-body.row-full-screen



.flat .btn-breadcrumb .btn:before {
    display: none;
}

/*end grid breadcrumb*/


@media print {
    #wrapper {
        padding-top: unset !important;
    }

    #sidebar-wrapper, .vr-top-nav-container, .version-container, vr-actionbar, vr-choices-filter, .vr-remote-footer {
        display: none !important;
    }

    .wrapper-toogled {
        padding-left: unset !important;
    }

    .label {
        border: unset;
    }
}

/*start generic-business-entity-definition-components */


.crc-definitionsettings-container > div.row > .crc-definitionsettings-colum > div[class^="col"] {
    position: relative;
}

.crc-definitionsettings-container .condition-title {
    background-color: white;
    position: absolute;
    top: -10px;
    left: 28px;
    padding: 0px 8px 0px 9px;
}

.crc-definitionsettings-container .edit-icon {
    background-color: #fff;
    border: 1px solid #ccc;
    position: absolute;
    font-size: 19px;
    cursor: pointer;
    left: calc(100% - 65px);
    top: -13px;
    border-radius: 4px;
    padding: 4px;
}

.crc-definitionsettings-container .condition-main-body {
    border: 1px solid #ddd;
}


.genericeditorsetting .main-row {
    border: 1px solid #ddd;
    margin: 10px 15px;
    position: relative;
}

.genericeditorsetting .row-title {
    display: inline;
    position: absolute;
    top: -11px;
    left: 11px;
    background-color: white;
}

.genericeditorsetting .remove-icon {
    position: absolute;
    right: 4px;
    font-size: 13px;
}

.genericeditorsetting .add-icon {
    position: absolute;
    color: #5cb85c;
    font-size: 36px;
    top: 50%;
    width: 100%;
    text-align: center;
    cursor: pointer;
    transform: translate(0%,-50%);
}

.rowsectionscontainer .add-section-container {
    margin-top: 8px;
}

.rowsectionscontainer .add-icon {
    position: absolute;
    color: #5cb85c;
    font-size: 36px;
    top: 50%;
    width: 100%;
    text-align: center;
    cursor: pointer;
    transform: translate(0%,-50%);
}

.fieldtypecontainer {
    position: relative;
}

    .fieldtypecontainer .edit-field--icon {
        font-size: 15px;
        cursor: pointer;
        position: absolute;
        top: 25px;
        left: calc(100% - 35px);
    }

.vr-additem-box-horizontal {
    border: 1px dashed lightgray;
    position: relative;
    height: 50px;
}

    .vr-additem-box-horizontal:hover {
        opacity: 0.8 !important;
        transition: 0.3s;
        background-color: #ECECEC;
    }

.vr-additem-box-vertical {
    border: 1px dashed lightgray;
    position: relative;
    height: 100%;
    min-height: 105px;
}

    .vr-additem-box-vertical:hover {
        opacity: 0.8 !important;
        transition: 0.3s;
        background-color: #ECECEC;
    }

vr-genericdata-genericeditorsetting-definition div[ng-sortable*="SortSettings"] vr-label .vr-control-label:hover {
    cursor: move;
    outline: 1px dashed #ccc;
    background: #f5f2f2;
}

/*end generic-business-entity-definition-components */



[contenteditable="true"].single-line {
    white-space: nowrap;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

    [contenteditable="true"].single-line:focus {
        text-overflow: unset;
    }

    [contenteditable="true"].single-line br {
        display: none;
    }

    [contenteditable="true"].single-line * {
        display: inline;
        white-space: nowrap;
    }

/* start vr-notification*/

.vr-notification div {
    display: block;
}

.vr-notfication-item .badge.total-number {
    z-index: 2;
}

.vr-notfication-item.dropdown-toggle,
.flat .vr-notfication-item {
    position: relative;
}

.vr-notfication-item .total-number,
.flat .vr-nav-custom div .badge {
    box-sizing: content-box;
    bottom: 0px;
    top: 5px !important;
    right: -10px;
    left: unset !important;
    height: 10px;
    width: auto;
    min-width: 10px;
    border-radius: 50%;
    color: #fff;
    z-index: 1;
    position: absolute !important;
    text-align: center;
    line-height: 10px;
    font-size: 12px;
    padding: 0px !important;
    display: block
}

.flat .vr-nav-custom div .badge {
    background-color: #0177b5 !important;
    border: 5px solid #0177b5 !important;
}

.flat .vr-notfication-item .total-number {
    background-color: #d60137 !important;
    border: 5px solid #d60137 !important;
    animation: pulse 2s ease-out;
    animation-iteration-count: infinite;
}


@keyframes pulse {
    0% {
        transform: scale(0.65);
        opacity: 0.7;
    }

    20% {
        transform: scale(0.75);
        opacity: 0.8;
    }

    30% {
        transform: scale(0.85);
        opacity: 0.9;
    }

    40% {
        transform: scale(.95);
        opacity: 1;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    60% {
        transform: scale(0.95);
        opacity: 1;
    }

    70% {
        transform: scale(0.85);
        opacity: 0.9;
    }

    80% {
        transform: scale(0.75);
        opacity: 0.8;
    }

    100% {
        transform: scale(0.65);
        opacity: 0.7;
    }
}


.vr-notification.notification-main-content {
    position: absolute;
}

.vr-notification .dropdown-menu.notifications-dropdown {
    display: block;
    top: 37px;
    left: -194px;
    width: 360px;
}

.vr-notification .notifications-dropdown:before {
    content: " ";
    position: absolute;
    top: -12px;
    left: calc(50% - 5px);
    border: 6px solid;
    border-color: transparent;
    border-bottom: 6px solid #fff;
}


.vr-notification .vr-notification-header {
    background: #f7f7f7;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
}

.vr-notification .vr-notification-footer {
    display: block;
    background: #f7f7f7;
    color: #555555;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    text-align: center;
}

    .vr-notification .vr-notification-footer a.action-link {
        color: #337ab7;
        font-size: 15px;
    }

.vr-notification .vr-notification-list {
    position: relative;
    margin: 0;
    padding: 0;
    max-height: 304px;
    overflow: auto;
}


    .vr-notification .vr-notification-list li {
        display: block;
        position: relative;
        line-height: 30px;
        list-style: none;
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }

        .vr-notification .vr-notification-list li a {
            text-decoration: none;
            color: #555;
            display: flex;
            justify-content: flex-start;
            align-items: center;
        }

        .vr-notification .vr-notification-list li:hover {
            background: #eee;
        }

            .vr-notification .vr-notification-list li:hover .title {
                color: #02add9;
            }

    .vr-notification .vr-notification-list .title {
        position: relative;
        display: block;
        color: #555;
        font-size: 14px;
        width: calc(100% - 68px);
    }

    .vr-notification .vr-notification-list .description {
        height: 25px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .vr-notification .vr-notification-list .info {
        position: relative;
        display: block;
        color: #555;
        font-size: 12px;
    }



    .vr-notification .vr-notification-list .notification-status {
        position: relative;
        background: #cccccc;
        font-size: 24px;
        width: 48px;
        height: 48px;
        color: #fff;
        text-align: center;
        line-height: 48px;
        margin-right: 20px;
        border-radius: 50%;
        flex-grow: 1;
    }

        .vr-notification .vr-notification-list .notification-status img {
            position: relative;
            top: -4px;
            width: 24px;
        }

.vr-notification .notification-status.yellow {
    background: #f5a800;
}

.vr-notification .notification-status.red {
    background: #d60137;
}

.vr-notification .notification-status.blue {
    background: #02add9;
}

.vr-notification .notification-status.green {
    background: #00ae69;
}


/* end vr-notification*/

/* start vr-global-alert*/
.vr-alert-notify {
    margin-left: unset !important;
    top: 85px !important;
    margin-top: unset !important;
    left: unset !important;
    right: -100px;
    background-image: linear-gradient(to right,#253340, #015B7E 120%);
    width: 250px;
    border-radius: 0px;
    padding: 0px;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
    -webkit-animation: slide 0.5s forwards;
    animation: slide 0.5s forwards;
}

    .vr-alert-notify:hover {
        background-image: linear-gradient(to right, #015B7E, #253340 120%);
        -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.7);
        -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.7);
        box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.7);
    }

    .vr-alert-notify.remove {
        -webkit-animation: slide 0.5s alternate;
        animation: slide 0.5s alternate;
    }

    .vr-alert-notify .cg-notify-close {
        color: #fff;
        opacity: 1;
        top: 4px;
        right: 4px;
        font-size: 24px;
        font-weight: normal;
    }

    .vr-alert-notify .vr-alert-header {
        position: relative;
        height: 26px;
        background-color: #01AAD570;
        color: #fff;
        line-height: 26px;
        text-align: initial;
        padding: 0px 10px;
        font-size: 12px;
        font-weight: 700;
    }

@-webkit-keyframes slide {
    100% {
        right: 20px;
    }
}

@keyframes slide {
    100% {
        right: 20px;
    }
}

.vr-global-alert .alert-body {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.vr-global-alert a, .vr-global-alert a:hover {
    color: #fff;
}

.vr-global-alert .alert-description {
    width: calc(100% - 42px);
    padding: 5px;
    font-size: 15px;
    color: #fff;
    text-align: initial;
}

.vr-global-alert .alert-msg {
    padding-bottom: 6px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: linear 0.3s ease;
}

.vr-global-alert:hover .alert-msg {
    white-space: normal;
    overflow: auto;
    text-overflow: unset;
}

.vr-global-alert .alert-meta {
    font-size: 11px;
    color: #eee;
}

    .vr-global-alert .alert-meta .meta-value {
        font-weight: bold;
    }

.vr-global-alert .alert-status {
    height: 32px;
    width: 32px;
    padding: 5px;
    margin-right: 10px;
    border-radius: 50%;
}

    .vr-global-alert .alert-status img {
        width: 18px;
    }

    .vr-global-alert .alert-status.red {
        background: #d60137;
    }

/* start vr-global-alert*/

.vr-loader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 10px;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.vr-bars {
    width: 4px;
    height: 10px;
    opacity: 0.5;
    position: relative;
    box-shadow: 6px 0px 0px 0px rgba(7, 83, 115, 1), 12px 0px 0px 0px rgba(7, 83, 115, 1), 18px 0px 0px 0px rgba(7, 83, 115, 1), 24px 0px 0px 0px rgba(7, 83, 115, 1), 30px 0px 0px 0px rgba(7, 83, 115, 1), 36px 0px 0px 0px rgba(7, 83, 115, 1);
    animation: loads 1s linear infinite alternate;
}

    .vr-bars:after {
        width: 40px;
        height: 10px;
        position: absolute;
        content: "";
        background-color: rgba(7, 83, 115, 1);
        top: 0px;
        opacity: 1;
        animation: line_flow 1s linear infinite reverse;
    }



@keyframes loads {
    0% {
        box-shadow: 6px 0px 0px 0px rgba(7, 83, 115, 0.5), 12px 0px 0px 0px rgba(7, 83, 115, 0.6), 18px 0px 0px 0px rgba(7, 83, 115, 0.7), 24px 0px 0px 0px rgba(7, 83, 115, 0.8), 30px 0px 0px 0px rgba(7, 83, 115, 0.9), 36px 0px 0px 0px rgba(7, 83, 115, 1);
    }

    100% {
        box-shadow: 6px 0px 0px 0px rgba(7, 83, 115, 1), 12px 0px 0px 0px rgba(7, 83, 115, 0.9), 18px 0px 0px 0px rgba(7, 83, 115, 0.8), 24px 0px 0px 0px rgba(7, 83, 115, 0.7), 30px 0px 0px 0px rgba(7, 83, 115, 0.6), 36px 0px 0px 0px rgba(7, 83, 115, 0.5);
        opacity: 1;
    }
}



@keyframes line_flow {
    0% {
        width: 40px;
    }

    100% {
        width: 0px;
    }
}



vr-customgauge-chart > div {
    padding: 10px
}

.configuration-editor-widget {
    position: fixed;
    opacity: 0.7;
    top: 135px;
    right: -32px;
    padding: 0px 0px;
    height: 32px;
    width: 64px;
    border: none;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.20);
    background: linear-gradient(45deg, #2F4A76, #091E41);
    transition: right 0.5s ease-in;
    outline: none;
    color: #fff;
    z-index: 999;
}


    .configuration-editor-widget:hover {
        right: 0px;
        opacity: 1;
        transition: right 0.2s ease-out;
    }


    .configuration-editor-widget .button-label {
        line-height: 32px;
        font-size: 0.8rem;
    }

    .configuration-editor-widget:hover {
        right: 0px;
        transition: right 0.2s ease-out;
    }

.personalization-widget {
    position: fixed;
    top: 176px;
    width: 130px;
    right: -98px;
    padding: 0px 0px;
    height: 32px;
    border: none;
    background-color: transparent;
    transition: right 0.5s ease-in;
    outline: none;
    z-index: calc(1 + var(--vr-base-z-index));
}

    .configuration-editor-widget .header-icon,
    .personalization-widget .header-icon {
        padding: 0px 10px;
        height: 32px;
        line-height: 32px;
        font-size: 0.8rem;
    }

    .personalization-widget .widget-header {
        background: linear-gradient(45deg, #2F4A76, #091E41);
        opacity: 0.7;
        color: #fff;
        white-space: nowrap;
    }

    .personalization-widget:hover .widget-header {
        opacity: 1;
    }

    .personalization-widget .widget-title {
        line-height: 32px;
    }



    .personalization-widget:hover {
        right: 0px;
        width: 220px;
        transition: right 0.2s ease-out;
    }

    .personalization-widget .widget-body {
        display: none;
    }

    .personalization-widget:hover .widget-body {
        width: 120px;
        background-color: #fff;
        display: block;
        border: 1px solid #ddd;
        border-top: none;
        transition: display 0.2s ease-out;
    }

    .personalization-widget .widget-button {
        height: 15px;
        background: #005b7f;
        color: #fff;
        line-height: 15px;
        border-radius: 3px;
        padding: 0 5px;
        font-size: 10px;
        margin: 0 4px;
        text-decoration: none;
        font-weight: bold;
    }

        .personalization-widget .widget-button:hover {
            background: #005b7f70;
        }




    .personalization-widget:hover .widget-body {
        padding: 0;
        width: 200px;
        box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
        text-align: center;
    }



        .personalization-widget:hover .widget-body .item {
            display: flex;
            padding: 0 10px;
            line-height: 40px;
            border-bottom: 1px solid #dddddd;
        }

            .personalization-widget:hover .widget-body .item:hover,
            .personalization-widget:hover .widget-body .item.item-selected {
                background: #dddddd;
            }

                .personalization-widget:hover .widget-body .item.item-selected:hover {
                    background: #eeeeee;
                }

                .personalization-widget:hover .widget-body .item:hover .item-name,
                .personalization-widget:hover .widget-body .item.item-selected .item-name {
                    text-decoration: none;
                    color: #2F4A76
                }

                .personalization-widget:hover .widget-body .item.item-selected:hover .item-name {
                    color: #337ab7
                }

            .personalization-widget:hover .widget-body .item .glyphicon {
                padding: 0 10px 0 0;
                line-height: 40px;
                color: #2F4A76
            }

            .personalization-widget:hover .widget-body .item .item-remove {
                padding: 0 10px 0 0;
                line-height: 40px;
                margin-left: auto;
                opacity: 0
            }

            .personalization-widget:hover .widget-body .item:hover .item-remove {
                opacity: 1;
            }



        .personalization-widget:hover .widget-body .widget-info .widget-info-label {
            display: block;
            background: #dddddd;
            line-height: 30px;
            font-size: 12px
        }


    .personalization-widget .widget-container {
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
    }

    .personalization-widget:hover .widget-body {
        padding: 0;
        width: 220px;
        text-align: center;
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
    }

        .personalization-widget:hover .widget-body .items-conatiner {
            max-width: 220px;
        }




        .personalization-widget:hover .widget-body .items-list {
            max-height: calc(100vh - 370px);
            overflow-x: hidden;
            overflow-y: auto;
        }

        .personalization-widget:hover .widget-body .empty-list {
            padding: 10px 0px;
        }



        .personalization-widget:hover .widget-body .item:hover,
        .personalization-widget:hover .widget-body .item.item-selected {
            background: #dddddd;
        }

        .personalization-widget:hover .widget-body .filter {
            line-height: 30px;
            padding: 10px;
            position: relative;
            height: 50px
        }

            .personalization-widget:hover .widget-body .filter input {
                background: #f7f7f7;
                border: none;
                border-bottom: 2px solid #cccccc;
                width: 100%;
            }

                .personalization-widget:hover .widget-body .filter input:focus {
                    background: #dddddd;
                    border: none;
                    outline: none;
                    border-bottom: 2px solid #337ab7;
                }

            .personalization-widget:hover .widget-body .filter .item-remove {
                position: absolute;
                right: 20px;
                top: 20px;
            }

        .personalization-widget:hover .widget-body .item.no-setting {
            background: #337ab750;
        }

        .personalization-widget:hover .widget-body .item.item-selected:hover {
            background: #eeeeee;
        }

    .personalization-widget .widget-body .item .item-name {
        text-overflow: ellipsis;
        flex: 1;
        overflow: hidden;
        text-align: start;
    }

    .personalization-widget:hover .widget-body .item:hover .item-name,
    .personalization-widget:hover .widget-body .item.item-selected .item-name {
        text-decoration: none;
        color: #2F4A76;
        font-weight: bold;
    }

    .personalization-widget:hover .widget-body .item.item-selected:hover .item-name {
        color: #337ab7
    }

    .personalization-widget:hover .widget-body .item .glyphicon {
        padding: 0 10px 0 0;
        line-height: 30px;
        color: #2F4A76
    }

    .personalization-widget:hover .widget-body .item .item-remove {
        padding: 0 10px 0 0;
        line-height: 30px;
        margin-left: auto;
        opacity: 0
    }

    .personalization-widget:hover .widget-body .item:hover .item-remove {
        opacity: 1;
    }

    .personalization-widget:hover .widget-body .widget-action {
        display: block;
        text-align: center;
        margin: 10px 0;
    }

    .personalization-widget:hover .widget-body .widget-button {
        background: linear-gradient(0deg, #091E41 0%, #2F4A76 100%);
        height: 28px;
        width: 100px;
        line-height: 20px;
        font-size: 14px;
        font-weight: normal;
        padding: 4px 10px;
    }



        .personalization-widget:hover .widget-body .widget-button:hover,
        .personalization-widget .widget-body .widget-button:hover .save-icon:after {
            background: linear-gradient(0deg, #2F4A7690 0%, #091E4190 100%);
        }



    .personalization-widget .widget-body .item.item-default .item-owner:after {
        content: "";
        width: 5px;
        height: 5px;
        position: absolute;
        background: #6FD929;
        border-radius: 50%;
        left: 15px;
        top: 5px;
        -webkit-animation: 1s blink ease infinite;
        -moz-animation: 1s blink ease infinite;
        -ms-animation: 1s blink ease infinite;
        -o-animation: 1s blink ease infinite;
        animation: 1s blink ease infinite;
    }


@keyframes blink {
    from, to {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

vr-info .popover-content {
    min-width: 276px;
}

.zoom-panel-wrapper {
    position: absolute;
    right: 75px;
    top: 3px;
    overflow: hidden;
    background-color: #e7e7e7;
    border: 1px solid #ddd;
    border-radius: 0.25rem !important;
    transition: all ease-in-out 0.3s;
    text-align: center;
    z-index: 100
}



.zoom-panel {
    max-height: 30px;
    transition: all ease-in-out 0.3s;
}

.zoom-panel-wrapper:hover .zoom-panel {
    max-height: 80px;
}

.zoom-panel > .content {
    padding: 3px;
    margin-top: 0;
}

.zoom-value,
.zoom-reset {
    width: 100%;
    display: block;
    text-align: center;
    line-height: 30px;
}

.zoom-panel .glyphicon {
    color: #c1c1c1;
}

.vr-scollable-wrapper {
    padding: 10px;
    margin: 10px;
    overflow: auto
}

vr-scrollable-container[fitparent] .vr-scollable-wrapper {
    margin: unset;
}

.vr-visual-circle-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    line-height: 50px
}

.vr-visual-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid;
    display: flex;
    justify-content: center;
    line-height: 48px;
    font-weight: bold;
    transform: translate(-1px, 0px);
}

.expand-button {
    width: 16px;
    height: 16px;
    line-height: 100%;
    cursor: pointer;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 19px;
    font-size: 12px;
    color: #2e3648;
}

    .expand-button.mdi {
        display: inline-block !important;
        font-size: 16px;
    }

.visual-condition-block.vr-visualitem-event-completed + .expand-button {
    color: #fff;
}

.vr-visual-circle.start {
    border-color: #00a269;
    background: #00a269;
    color: #fff;
}

.vr-visual-circle.end {
    border-color: #FF0000;
}

.vr-workflow-main {
    float: left;
    width: max-content;
    min-width: 100%;
    color: #7fdbff;
}

    .vr-workflow-main:focus {
        outline: none;
    }

.branch > vr-directivewrapper {
    display: block;
}

.with-else-block > .ifelse-container > .if-else-content:first-of-type > .branch > vr-directivewrapper {
    padding: 35px 10px 5px 10px;
}

.with-if-block > .ifelse-container > .if-else-content:first-of-type > .branch > vr-directivewrapper {
    padding: 60px 10px 5px 10px;
}


.loop-body > .wihle-body-wrapper > .loop-editor {
    padding: 20px 10px 5px 10px;
}

.vr-workflow-sequence {
    padding: 2px;
}

.vr-workflow-sequence-row {
    display: flow-root;
    background: white;
    position: relative
}

.no-if-entry + .visual-item-sequence-arrow {
    color: #00a269 !important
}

.no-if-entry .visual-item-sequence-arrow {
    color: #7fdbff !important
}

.visual-item-sequence-arrow {
    display: flex;
    align-content: center;
    justify-content: center;
    font-family: '';
    font-style: normal;
    font-weight: normal;
    position: relative;
    transform: translate(3px, 0);
    margin-bottom: 0px;
}

    .visual-item-sequence-arrow:before {
        content: "";
        height: 21px;
        width: 2px;
        border-color: inherit;
        border-left: 2px solid;
        position: relative;
    }

    .visual-item-sequence-arrow:after {
        content: "";
        height: 8px;
        width: 8px;
        transform: rotate(-45deg);
        border-color: inherit;
        border: 2px solid;
        border-top: none;
        border-right: none;
        position: relative;
        top: 12px;
        left: -5px;
    }

    .visual-item-sequence-arrow.right::before {
        content: none;
    }

    .visual-item-sequence-arrow.right::after {
        border: 2px solid;
        border-left: none;
        border-top: none;
        left: 0px;
        top: 7px;
    }

.vr-workflow-sequence-row > vr-directivewrapper > bp-workflow-activitysettings-visualitemdefiniton-subprocess > div > vr-directivewrapper > bp-workflow-activitysettings-visualitemdefiniton-sequence > .vr-workflow-sequence > .vr-workflow-sequence-row:last-of-type > .visual-item-sequence-arrow {
    display: none;
}

.vr-workflow-sequence-row .visual-item {
    display: flex;
    align-content: center;
    justify-content: center;
}



.visual-loop {
}

    .visual-loop .loop-header {
        display: flex;
        align-content: center;
        justify-content: center;
    }

    .visual-loop .loop-body {
        display: flex;
        justify-content: center;
    }

    .visual-loop .wihle-body-wrapper {
        text-align: center;
        position: relative;
        margin-top: 10px;
        width: max-content;
        min-width: 200px;
    }


.loop-count {
    display: flex;
    align-content: center;
    justify-content: center;
    position: absolute;
    top: -10px;
    left: calc(50% - 75px);
    z-index: 1;
}

.loop-count-label {
    max-width: 60px;
    height: 20px;
    border: 1px solid #333;
    line-height: 20px;
    background: #fff;
    padding: 0px 2px;
    overflow: hidden;
    color: #333;
}

.visual-condition-block {
    transform: rotate(-45deg) translate(-1px, 0px);
    height: 50px;
    width: 50px;
    background-color: #7FDBFF;
    z-index: 1;
}


    .visual-condition-block.vr-visualitem-event-completed {
        background-color: #00a269;
    }

.ifelse-item {
    display: flex;
    width: max-content;
    min-width: 100%;
    background: white;
    justify-content: center;
}

.visual-ifelse {
    margin-bottom: -45px;
}


.ifelse-container {
    position: relative;
    top: -45px;
    z-index: 0;
    display: flex;
    justify-content: center;
}

.branch {
    text-align: center;
    position: relative;
    min-width: 150px;
}

.with-else-block > .ifelse-container {
    width: max-content;
    min-width: 100%;
}

.with-else-block > .ifelse-container {
    width: max-content;
    min-width: 100%;
}

.border-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 0;
    box-sizing: content-box;
}

.border-item {
    width: 50%;
    height: 100%;
    border: 1px solid;
}

.if-else-path {
    position: absolute;
    width: 100%;
}

    .if-else-path.bottom-path {
        bottom: 0px;
        z-index: -1
    }

    .if-else-path > .border-correction {
        width: 100%;
        display: flex;
    }

.border-item-correction {
    width: 50%;
    height: 100%;
    border-top: 2px solid;
}



.border-wrapper > .border-item {
    width: 50%;
    height: 100%;
    color: #7fdbff;
    border: 2px solid;
}


.with-else-block > .ifelse-container > .if-else-content > .branch > .border-wrapper > .border-item {
    border-top: none !important;
    border-bottom: none !important;
    box-sizing: content-box;
}



.with-if-block > .ifelse-container > .if-else-content > .if-branch > .border-wrapper > .border-item.left-border {
    border: none;
    border-right: 2px solid;
}

.with-if-block > .ifelse-container > .if-else-content > .if-branch > .border-wrapper > .border-item.rigth-border {
    border-left: none;
}



.with-else-block > .ifelse-container > .if-else-content > .if-branch > .border-wrapper > .border-item.left-border {
    border: none;
    border-right: 2px solid;
    background: #fff;
}



.with-else-block > .ifelse-container > .if-else-content > .else-branch > .border-wrapper > .border-item.left-border {
    border-left: none;
}

.with-else-block > .ifelse-container > .if-else-content > .else-branch > .border-wrapper > .border-item.rigth-border {
    border: none;
    background: #fff;
}


.with-else-block > .ifelse-container > .if-else-content > .if-branch > .border-wrapper > .border-item.rigth-border {
    border-right: none;
    border-left: none;
}

.with-else-block > .ifelse-container > .if-else-content > .else-branch > .border-wrapper > .border-item.left-border {
    border-left: none;
}

.with-else-block > .ifelse-container > .if-else-content > .else-branch > .border-wrapper > .border-item.rigth-border {
    border: none;
}


.ifelse-header {
    overflow: hidden;
    width: max-content;
    min-width: 100%;
}

.ifelse-label-wrapper {
    display: flex;
    align-content: center;
    justify-content: center;
}

    .ifelse-label-wrapper vr-label {
        display: inline;
        background: #fff;
        z-index: 1;
        position: relative;
        max-width: 200px;
    }

.ifelse-sign-wrapper {
    display: flex;
    align-content: center;
    justify-content: center;
    margin: 10px 0px;
    height: 60px;
    position: relative;
}

    .ifelse-sign-wrapper.collapsed-container {
        height: 94px;
    }


.if-else-content {
    display: flex;
    width: max-content;
    height: 100%;
    position: relative;
}

.ifelse-container {
    position: relative;
    top: -45px;
    z-index: 0;
    display: flex;
    justify-content: center;
}

.with-else-block > .ifelse-container > .if-else-content {
    /*display: inline-grid;*/
    /*grid-template-columns: 1fr 1fr;*/
    width: max-content;
}



.ifelse-condition-label {
    position: absolute;
    background: #fff;
    z-index: 1;
    line-height: 100%;
    color: #2e3648;
    font-size: 12px;
    padding: 2px;
}

.with-if-block > .ifelse-container > .if-else-content > .ifelse-condition-label.false,
.with-else-block > .ifelse-container > .if-else-content > .ifelse-condition-label.false {
    left: calc(50% + 42px);
    top: -7px;
}


.with-if-block > .ifelse-container > .if-else-content > .ifelse-condition-label.true {
    left: calc(50% - 12px);
    top: 40px;
}

.with-else-block > .ifelse-container > .if-else-content > .ifelse-condition-label.true {
    left: calc(50% - 62px);
    top: -7px;
}



.vr-visualitem-block {
    border-radius: 10px;
    height: 75px;
    width: 125px;
    text-align: center;
    margin: 0 auto;
    background-color: #d7e9f1;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
}

/* start of vr-processmodel-runtime*/

.vr-processmodel-runtime ul.step-anchor li a {
    border: 2px solid #dddddd;
    background: #f5f5f5;
    width: 48px !important;
    height: 48px !important;
    line-height: 42px;
    padding: 0;
    border-radius: 50%;
    text-decoration: none;
    outline-style: none;
    z-index: 99;
    color: #888888;
    font-size: 21px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
}

    .vr-processmodel-runtime ul.step-anchor li a span.ng-binding::after {
        line-height: 43px;
        font-size: 24px;
    }

.vr-processmodel-runtime ul.step-anchor li:after {
    content: "";
    position: absolute;
    top: 22px;
    bottom: 0;
    height: 2px;
    background-color: #dddddd;
    z-index: -1;
    width: 100%;
    transition: all 1s;
}

.vr-processmodel-runtime ul.step-anchor li.active a {
    border-color: #ffffff;
    color: #fff;
    background: #0177bf;
    animation: pulse-blue 2s infinite;
}

.vr-processmodel-runtime ul.step-anchor li.active a {
    animation: pulse-blue 2s infinite;
}

.vr-processmodel-runtime ul.step-anchor li:last-child:after {
    display: none
}



.vr-processmodel-runtime {
    margin: unset;
}

    .vr-processmodel-runtime ul.step-anchor {
        margin-bottom: unset;
    }


        .vr-processmodel-runtime ul.step-anchor li.anchor li.hidden {
            display: block !important;
            opacity: 0;
            margin-top: 10px;
            position: absolute;
            width: 100%;
            transition: all 1s;
        }


    .vr-processmodel-runtime .stage-regular-done ~ ul,
    .vr-processmodel-runtime .stage-regular-skipped ~ ul,
    .vr-processmodel-runtime .stage-completed-done ~ ul,
    .vr-processmodel-runtime .stage-cancelled-done ~ ul {
        display: none;
    }

    .vr-processmodel-runtime ul li.stage-regular-done a,
    .vr-processmodel-runtime ul li.stage-completed-done a {
        border-color: #01a767;
        color: #01a767;
        background: #ffffff;
    }

        .vr-processmodel-runtime ul li.stage-regular-skipped a span,
        .vr-processmodel-runtime ul li.stage-error-done a span,
        .vr-processmodel-runtime ul li.stage-completed-notstarted a span,
        .vr-processmodel-runtime ul li.stage-completed-done a span,
        .vr-processmodel-runtime ul li.stage-cancelled-notstarted a span,
        .vr-processmodel-runtime ul li.stage-cancelled-done a span,
        .vr-processmodel-runtime ul li.stage-regular-done a span {
            visibility: hidden;
            width: 0 !important;
            font-size: 0 !important;
        }

            .vr-processmodel-runtime ul li.stage-regular-done a span:after,
            .vr-processmodel-runtime ul li.stage-completed-done a span:after {
                visibility: visible;
                font-size: 21px;
                font-family: 'Glyphicons Halflings';
                font-style: normal;
                line-height: 1;
                content: "\e013";
                font-weight: normal;
            }

            .vr-processmodel-runtime ul li.stage-completed-notstarted a span:after {
                visibility: visible;
                font-size: 21px;
                font-family: 'Glyphicons Halflings';
                font-style: normal;
                line-height: 1;
                content: "\e165";
                font-weight: normal;
            }


            .vr-processmodel-runtime ul li.stage-cancelled-notstarted a span:after,
            .vr-processmodel-runtime ul li.stage-cancelled-done a span:after {
                visibility: visible;
                font-size: 21px;
                font-family: 'Glyphicons Halflings';
                font-style: normal;
                line-height: 1;
                content: "\e090";
                font-weight: normal;
            }

    .vr-processmodel-runtime ul li.stage-regular-done:after,
    .vr-processmodel-runtime ul li.stage-completed-done:after {
        background-color: #01a767;
    }

    .vr-processmodel-runtime ul li.stage-regular-skipped a {
        border-color: #dddddd !important;
        background: repeating-linear-gradient(-45deg, transparent, transparent 3px, #f7f7f7 3px, #f7f7f7 6px), #eeeeee !important;
    }

        .vr-processmodel-runtime ul li.stage-regular-skipped a span:after {
            visibility: visible;
            font-size: 21px;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            line-height: 1;
            /*content: "\e107";*/
            font-weight: normal;
        }

    .vr-processmodel-runtime ul li.stage-regular-started a {
        border-color: #ffffff;
        color: #fff;
        background: #0177bf;
        animation: pulse-blue 2s infinite;
    }

    .vr-processmodel-runtime ul li.stage-error-done a,
    .vr-processmodel-runtime ul li.cancelled-notstarted a,
    .vr-processmodel-runtime ul li.cancelled-done a {
        border-color: #ee2843 !important;
        background: #eeeeee !important;
        animation: none;
    }

        .vr-processmodel-runtime ul li.stage-error-done a span:after {
            visibility: visible;
            font-size: 21px;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            line-height: 1;
            content: "\e107";
            font-weight: normal;
            color: #ee2843;
        }

    .vr-processmodel-runtime ul.step-anchor {
        position: relative;
        background: #fff;
        border: none;
        list-style: none;
        margin-bottom: 40px;
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
    }

        .vr-processmodel-runtime ul.step-anchor li {
            border: none;
            z-index: 98;
            text-align: center;
            position: relative;
            flex-grow: 2;
            flex-basis: 0;
            cursor: text;
        }

            .vr-processmodel-runtime ul.step-anchor li:first-child, .vr-processmodel-runtime ul.step-anchor li:last-child,
            .vr-processmodel-runtime ul.step-anchor li:nth-child(3) {
                flex-grow: 1;
            }

                .vr-processmodel-runtime ul.step-anchor li:first-child:after, .sw-theme-circles ul.step-anchor li:nth-child(3):after {
                    width: 150%;
                }

            .vr-processmodel-runtime ul.step-anchor li:nth-last-child(2):after {
                width: 75%;
            }

            .vr-processmodel-runtime ul.step-anchor li small {
                position: relative;
                color: #888888;
                display: block;
                text-align: center;
                margin-top: 10px;
            }
/* end of vr-processmodel-runtime*/


/* start of vr-genericcomment*/
.vr-comments .current-user {
    display: flex;
    align-items: center;
}

.vr-comments wysiwyg-edit .tinyeditor .sizer {
    min-height: 50px;
    height: 100px;
}

.vr-comments .current-user .user-name {
    display: inline;
    font-size: 14px;
    font-weight: 700;
    color: #283035;
    padding: 0px 15px;
}

.vr-comments .action-sep {
    font-size: 12px;
    font-weight: 700;
    color: #283035;
}

.vr-comments .action-label {
    font-size: 14px;
    font-weight: 700;
    color: #283035;
    padding: 0px 5px;
}


.vr-comments .vr-image-avatar .vr-image-file img {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
}

.vr-comments .comment-avatar {
    background: blue;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.05);
    overflow: hidden;
    filter: saturate(0.5) sepia(10%) hue-rotate(46deg);
}

    .vr-comments .comment-avatar .av-letters {
        display: inline-block;
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 48px;
        color: #ffffff;
        font-size: 1.1rem;
        font-weight: 700;
    }

.vr-comments .vr-image-avatar vr-validator > div[validator-section] > div:nth-child(1) {
    width: auto;
}

.vr-comments .reply-list {
    padding-left: 48px;
}

.vr-comments .reply-form {
    padding-left: 86px;
    padding-right: 20px;
}

    .vr-comments .reply-form .comment-type {
        margin: 10px 0px;
    }

.vr-comments .reply-list .reply-list {
    padding-left: 48px;
}

.vr-comments .reply-list .reply-form {
    padding-left: 86px;
}

.reply-list .vr-image-avatar .vr-image-file img {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
}

.reply-list .comment-avatar {
    width: 40px;
    height: 40px;
}

.vr-comments .comment-main-level {
    display: flex;
    margin: 10px 0px;
    justify-content: center;
}

.vr-comments .comment-box {
    position: relative;
    flex: 1;
    margin: 0px 0px 0px 20px;
}

    .vr-comments .comment-box:before,
    .vr-comments .comment-box:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        margin-left: 0;
        top: 8px;
        left: 0px;
        box-sizing: border-box;
        border: 8px solid black;
        border-color: transparent transparent #f7f7f7 #f7f7f7;
        transform-origin: 0 0;
        transform: rotate( 45deg);
        box-shadow: -3px 3px 5px 0px rgb(0 0 0 / 7%);
    }

.vr-comments .comment-head {
    display: flex;
    flex: 0 0 100%;
    background: #f7f7f7;
    padding: 1px 6px;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
}

.vr-comments .info-section {
    display: flex;
    align-items: center
}


.vr-comments .comment-box .comment-name {
    color: #283035;
    font-size: 14px;
    font-weight: 700;
    float: left;
    margin-right: 10px;
}

.vr-comments .comment-box .info-section .comment-time {
    color: #999;
    font-size: 13px;
    position: relative;
    top: 1px;
}

.vr-comments .type-section {
    display: flex;
    align-items: center;
    justify-content: right
}

.vr-comments .comment-content {
    width: 100%;
}

.vr-comments .comment-box .comment-head .type {
    position: relative;
    font-weight: 500;
    padding: 0px 10px;
    font-size: 14px;
}

.vr-comments .comment-box .comment-footer .reply a {
    color: #4c86ae;
    text-decoration: none;
    position: relative;
}

.vr-comments .comment-box .comment-footer .reply.show-separator i {
    padding: 0 6px 0 0;
}

.vr-comments .comment-box .comment-footer .reply.show-separator a:after {
    content: "";
    position: absolute;
    background: #999;
    height: 10px;
    width: 1px;
    right: 0;
}

.vr-comments .comment-box .comment-body {
    padding: 6px 12px;
    min-height: 50px;
    font-weight: 400;
    font-size: .8rem !important;
    word-break: break-all;
    overflow-wrap: break-word;
}

    .vr-comments .comment-box .comment-body span {
        overflow-wrap: break-word;
        word-break: break-all;
        word-break: break-word;
        display: inline-block;
        width: 100%;
        overflow: auto;
        white-space: normal;
    }

.vr-comments .comment-box .comment-footer {
    padding: 4px 12px;
    display: flex;
    justify-content: space-between;
}

.vr-comments .comment-box .footer-action {
    display: inline-flex;
}

.vr-comments .comment-box .comment-footer .reply,
.vr-comments .comment-box .comment-footer .edit {
    padding-left: 10px;
    position: relative;
    font-size: 14px;
    line-height: 10px;
    font-weight: 700;
    color: #A6A6A6;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

    .vr-comments .comment-box .comment-footer .reply a,
    .vr-comments .comment-box .comment-footer .edit a {
        color: #4c86ae;
        text-decoration: none;
    }

.vr-comments .comment-box .comment-footer .toogle-comments {
    font-weight: bold;
    position: relative;
    display: block;
    font-size: 14px;
    color: #4c86ae;
    text-decoration: none;
}

.vr-comments .comment-box .comment-footer .edit .fa {
    padding: 0 3px;
}

.vr-comments .editor-form-action {
    display: flex;
    justify-content: end;
    padding: 6px 0px;
}

.vr-comments .loader-container {
    display: flex;
    justify-content: center;
    padding: 6px 0px;
    margin: 0px 23px 0px 85px;
}

.vr-comments .reply-list .loader-container {
    margin: 0px 23px 0px 65px;
}

.vr-comments .editor-form-action vr-button:first-of-type {
    padding-right: 10px;
}

.vr-comments .loading-btn {
    width: 100%;
    border: none;
    background-color: #33cc99;
    color: #FFF;
}

.flat .vr-comments vr-button[inline-btn][type="Comment"] button,
.flat .vr-comments vr-button[inline-btn][type="Save"] button {
    background-color: #49d395 !important;
    color: #fff !important;
}


.flat .vr-comments vr-button[inline-btn][type="Comment"].divDisabled button,
.flat .vr-comments vr-button[inline-btn][type="Savw"].divDisabled button {
    background-color: #49d395 !important;
    color: #fff !important;
}

.flat .vr-comments vr-button[inline-btn][type="Comment"] button:hover,
.flat .vr-comments vr-button[inline-btn][type="Save"] button:hover {
    background-color: #635F5F !important;
    color: #fff !important;
}

/* end of vr-genericcomment*/


/* start of vr-generichistory*/

.history-wrapper {
    padding: 15px;
}

.history-container {
    display: flex;
    position: relative;
    padding: 5px 10px;
    align-items: center;
}

    .history-container:before {
        content: " ";
        position: absolute;
        width: 1px;
        background-color: #ccc;
        height: 50%;
        left: 114px;
        top: 0px;
    }

    .history-container:first-of-type:before {
        display: none
    }

    .history-container:after {
        content: " ";
        position: absolute;
        width: 1px;
        background-color: #ccc;
        height: 50%;
        top: 50%;
        left: 114px;
    }

    .history-container:last-of-type:after {
        display: none
    }

.history-time {
    padding: 5px;
    width: 80px;
    text-align: right;
}

    .history-time .history-date {
        font-size: 14px;
        font-weight: 700;
    }

    .history-time .history-clock {
        font-size: 12px;
    }

.history-icon {
    position: relative;
    width: 50px;
    height: 50px;
    color: #fff;
    border-radius: 50%;
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    z-index: 2;
    filter: saturate(0.5) sepia(10%) hue-rotate(46deg);
}

.history-content {
    position: relative;
    flex: 1;
    flex-grow: 1;
    margin: 0px 20px;
    border: 1px solid #dddddd;
}

.history-title {
    padding: 0px 10px;
    background: #f7f7f7;
    border: none;
    line-height: 32px;
    font-size: 14px;
    color: #666666;
}

.history-footer {
    background: #f7f7f7;
    border: none;
    line-height: 24px;
    padding: 0 10px;
    font-size: 12px;
}

    .history-footer a, .history-body a {
        cursor: pointer;
    }

        .history-footer a:hover, .history-body a:hover {
            opacity: 0.7;
        }

.history-body {
    padding: 10px;
    white-space: normal;
    font-weight: 400;
    font-size: 14px;
    color: #666;
}

    .history-body .extended-content span {
        padding: 0px 5px;
        display: inline-block;
    }

.historyload-container {
    margin-left: 178px;
}

.historyload-wrapper {
    margin-right: 48px;
}

    .historyload-wrapper .loading-btn {
        width: 100%;
        border: none;
        background-color: #33cc99;
        color: #FFF;
    }
/* start of vr-vr-marker-legend*/

.vr-marker-legend .legend-label {
    text-align: center;
    padding-bottom: 5px;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 100%
}

    .vr-marker-legend .legend-label .vr-control-label {
        margin-bottom: -2px;
    }

.vr-marker-legend .range-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    margin-top: 10px;
}


    .vr-marker-legend .range-input::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: 10px solid;
        border: 10px solid transparent;
        border-top-color: #efbb11;
        height: 10px;
        width: 10px;
        position: relative;
        top: -12.5px;
        -webkit-transition: width 2s ease;
        transition: width 2s ease;
        visibility: hidden;
    }


    .vr-marker-legend .range-input::-moz-range-thumb {
        border: none;
        border-radius: 0;
        background-color: #efbb11;
        height: 18px;
        width: 2px;
        visibility: hidden;
    }

    .vr-marker-legend .range-input.show-mark::-webkit-slider-thumb {
        visibility: visible;
    }

    .vr-marker-legend .range-input.show-mark::-moz-range-thumb {
        visibility: visible;
    }

.vr-marker-legend .tickmarks {
    display: flex;
    justify-content: space-between;
}

.vr-marker-legend .tickmark-item {
    position: relative;
}

    .vr-marker-legend .tickmark-item .label-value {
        position: absolute;
        color: #333;
        transform: translate(-50%, 0);
    }

    .vr-marker-legend .tickmark-item:first-child .label-value {
        transform: none;
    }

    .vr-marker-legend .tickmark-item:before {
        position: absolute;
        content: " ";
        border: 1px solid #fff;
        height: 20px;
        top: -20px;
    }

/* end of vr-marker-legend*/

/* start of vr-map*/
.vr-map {
    position: relative;
    width: inherit;
}

    .vr-map .btn-wrapper {
        position: absolute;
        top: 5px;
        left: 10px;
        z-index: 3;
        width: 100%
    }

    .vr-map .btn-container {
        display: flex;
    }

        .vr-map .btn-container > button.back-button {
            height: 32px !important;
            padding: 0px 10px 0px 10px !important;
            vertical-align: baseline;
            background-color: rgb(56, 90, 109);
            border-radius: 0;
            color: #fff;
            height: 32px;
            line-height: 32px;
            padding: 0 0 0 10px;
            border: none;
            transition: all 0.3s ease;
        }

            .vr-map .btn-container > button.back-button:hover {
                background-color: rgb(109, 169, 202);
                color: #fff;
            }

        .vr-map .btn-container span {
            background-color: rgb(109, 169, 202);
            border-radius: 0;
            color: #fff;
            height: 32px;
            line-height: 32px;
            display: inline-flex;
            padding: 0px 10px;
        }

    .vr-map .map-container {
        width: inherit;
        height: calc(100vh - 140px) !important;
        box-sizing: border-box;
    }

    .vr-map .ol-popup {
        position: absolute;
        background-color: white;
        font-size: 8pt;
        border-radius: 3px;
        bottom: 12px;
        left: -50px;
        box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
        font-family: "Open Sans", Helvetica, sans-serif;
        font-size: 12px;
        line-height: 16px;
        min-width: max-content;
    }

.ol-overlaycontainer-stopevent {
    position: fixed !important;
    z-index: 50000 !important;
}

.vr-map .ol-popup:after,
.vr-map .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.vr-map .ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}

.vr-map .ol-popup:before {
    border-top-color: #eeeeee;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}

.vr-map .ol-popup #popup-content {
    font-family: "Open Sans", Helvetica, sans-serif;
    padding: 10px;
}

    .vr-map .ol-popup #popup-content a,
    .vr-map .ol-popup #popup-content p {
        font-size: 12px;
        color: #555555;
        margin: 0 !important;
    }

.vr-map .ol-popup h4 {
    margin: 0 !important;
    line-height: 20px;
    padding: 4px 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 14px;
    color: #ffffff;
    background-color: #385a6d;
    margin-bottom: 10px;
}

.vr-map .ol-popup ul {
    list-style: none;
    margin-top: 0px;
    padding-top: 0px;
    color: #385a6d;
    padding-left: 14px;
    margin-bottom: 6px;
    font-size: 14px;
}

    .vr-map .ol-popup ul > li {
        font-weight: normal;
    }

    .vr-map .ol-popup ul ul {
        list-style: disc;
        color: #555555;
        font-weight: normal;
        font-size: 12px;
    }

.vr-map .map-legend-container {
    position: relative;
    padding-top: 25px;
}

.vr-map .map-legend-warpper {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 50%;
    z-index: 3
}
/* end of vr-map*/

/* start of stages-group*/
.stages-group-clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.stages-group-wrapper {
    display: block;
    width: 100%;
    overflow: hidden;
}

.stages-group {
    display: flex;
    flex-wrap: nowrap;
    margin: 4px 2px;
}

    .stages-group .stage-item {
        font-size: 13px;
        font-weight: 600;
        text-align: center;
        color: #666;
        cursor: default;
        margin: 0 1px;
        height: 28px;
        line-height: 28px;
        padding: 0 10px 0 20px;
        position: relative;
        background-color: #d9e3f7;
        transition: all 0.3s ease-in-out;
    }

        .stages-group .stage-item .stageInner {
            height: 28px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .stages-group .stage-item.expanded:last-child:after {
            border: none;
        }

        .stages-group .stage-item.expanded:hover {
            width: 300px !important;
        }

        .stages-group .stage-item:after,
        .stages-group .stage-item:before {
            content: " ";
            position: absolute;
            top: 0;
            right: -10px;
            width: 0;
            height: 0;
            border-top: 14px solid transparent;
            border-bottom: 14px solid transparent;
            border-left: 10px solid #d9e3f7;
            z-index: 2;
            transition: border-color 0.2s ease;
        }

        .stages-group .stage-item:before {
            right: auto;
            left: 0;
            border-left: 10px solid #fff;
            z-index: 0;
        }



        .stages-group .stage-item:first-child {
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .stages-group .stage-item:last-child {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .stages-group .stage-item.stage-regular-current {
            background-color: #FFD800;
        }

            .stages-group .stage-item.stage-regular-current:after {
                border-left: 10px solid #FFD800;
            }

        .stages-group .stage-item.stage-regular-started {
            color: #fff;
            background-color: #e38a0e;
        }

            .stages-group .stage-item.stage-regular-started:after {
                border-left: 10px solid #e38a0e;
            }


        .stages-group .stage-item.stage-regular-reconsider {
            color: #fff;
            background-color: #ff9904;
        }

            .stages-group .stage-item.stage-regular-reconsider::after {
                border-left: 10px solid #ff9904;
            }

        .stages-group .stage-item.stage-regular-reconsider {
            background-image: url(/Client/images/attention.png);
            background-size: 14px 14px;
            background-repeat: no-repeat;
            background-position: left;
            background-position-x: 15px;
            padding-left: 35px;
        }

        .stages-group .stage-item.stage-regular-skipped {
            text-decoration: line-through;
            background-color: #bfbfbf;
        }

            .stages-group .stage-item.stage-regular-skipped:after {
                border-left: 10px solid #bfbfbf;
            }




        .stages-group .stage-item.stage-regular-done {
            color: #fff;
            background-color: #238c2c;
        }

            .stages-group .stage-item.stage-regular-done:after {
                border-left: 10px solid #238c2c;
            }

        .stages-group .stage-item.pre-group {
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
            box-shadow: -2px -3px 0 #cccccc, -4px -6px 0 #dddddd, -6px -9px 0 #eeeeee, -8px -12px 0 #f7f7f7;
        }

        .stages-group .stage-item.post-group {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
            box-shadow: 2px -3px 0 #cccccc, 4px -6px 0 #dddddd, 6px -9px 0 #eeeeee, 8px -12px 0 #f7f7f7;
        }



        .stages-group .stage-item:first-child:before {
            border: none;
        }

        .stages-group .stage-item.post-group .stage-item:first-child:before {
            border-left: 10px solid #fff;
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
            border-left: 10px solid #fff
        }

        .stages-group .stage-item.post-group .stage-item:last-child:after {
            border: none;
        }


        .stages-group .stage-item.pre-group .group-expander,
        .stages-group .stage-item.post-group .group-expander {
            border: 4px solid transparent;
            border-top-color: #000;
            width: 2px;
            height: 2px;
            margin: auto;
        }

        .stages-group .stage-item.pre-group .inner-group,
        .stages-group .stage-item.post-group .inner-group {
            position: fixed;
            z-index: 1000;
            padding: 0 5px;
            display: none;
            background: #fff;
            border: 1px solid #d9e3f7;
            border-radius: 4px;
        }

        .stages-group .stage-item.pre-group:hover .inner-group,
        .stages-group .stage-item.post-group:hover .inner-group {
            display: block;
        }

        .stages-group .stage-item.inner-group-container .group-expander:hover .inner-group {
            display: block;
        }

        .stages-group .stage-item.post-group:after {
            border: none;
        }


/* end of stages-group*/

/* start of inline modal*/
.modal-open-inline #modalContainer .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

#modalContainer .modal {
    position: static;
    overflow: hidden;
}

.modal-open-inline #modalContainer .modal {
    position: static;
    overflow: hidden;
}

body.modal-open-inline #mainNgView {
    display: none
}

.modal-open-inline #modalContainer .modal {
    display: none !important;
}

    .modal-open-inline #modalContainer .modal .modal-dialog {
        width: 100% !important;
    }

    .modal-open-inline #modalContainer .modal:last-child {
        display: block !important;
    }

    .modal-open-inline #modalContainer .modal .modal-content {
        box-shadow: none !important;
        padding: unset !important;
        padding-bottom: 15px !important;
    }

.flat.modal-open-inline #modalContainer .modal .modal-content .vr-datagrid-body.row-full-screen {
    width: 100%;
    transition: none;
    visibility: visible !important;
}

.flat.modal-open-inline #modalContainer .modal .modal-content .modal-body {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

body.flat.modal-open.modal-open-inline.has-inline-modal > .modal-backdrop:nth-child(1),
body.flat.modal-open-inline.has-inline-modal > .modal-backdrop:nth-child(1) {
    display: none;
}
/* end of inline modal*/

.vr-be-selectentity {
    width: 100%;
    display: flex;
    justify-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .vr-be-selectentity span {
        width: calc(25% - 16px);
        display: flex;
        align-items: center;
        margin: 8px 16px 8px 0;
        box-shadow: 2px 3px 6px 0px rgba(0,0,0,0.2);
        min-height: 74px;
        background: #666;
    }

        .vr-be-selectentity span a {
            display: flex;
            flex-direction: column;
            width: 100%;
            font-size: 13px;
            font-weight: 600;
            text-align: center;
            cursor: pointer;
            text-decoration: none;
            color: #ffffff;
            overflow: hidden;
        }

        /* colored effects to be added also in Style-flat.css*/

        .vr-be-selectentity span:hover {
            background: #00add8;
            text-decoration: none;
        }


.divTable {
    display: flex;
    overflow: auto;
    flex-wrap: nowrap;
    width: 100%;
}

.stage {
    width: 100%;
    position: relative
}

.stage-group {
    float: left;
    min-width: 110px;
    width: 20%;
}

.stage .add-icon {
    color: #5cb85c;
    font-size: 30px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.fieldset {
    border: 1px solid #ececf1;
    margin-bottom: 10px;
    padding: 6px 6px;
    background: #ececf180;
}

.fieldset-div {
    position: relative;
}

.add-style {
    border: 1px dashed #ececf1;
    height: 50px;
    text-align: center;
}

.legend-style {
    padding: 0px 1px;
    margin-left: 20%;
    border: none;
    color: #43445f;
    font-weight: bold;
    font-size: 12px;
    width: 53%;
    margin-bottom: 0px;
}

.label-style {
    position: relative;
    display: block;
    margin-bottom: 4px;
}

/* .legend-style :hover {
            cursor: move;
            outline: 1px dashed #ccc;
            background: #f5f2f2;
        }*/

vr-common-processmodel-settings div[ng-sortable*="SortSettings"] vr-label .vr-control-label:hover {
    cursor: move;
    outline: 1px dashed #ccc;
    background: #f5f2f2;
}

.fieldset-div {
    display: inline-block;
    width: 90%;
}

.remove-div {
    position: absolute;
    display: inline-flex;
    width: 16px;
    right: 6px;
    top: 6px;
}

.remove-div-icon {
    color: red;
    font-size: 16px;
}

.flat.platform.show-off-canvas .modal.off-canvas-modal .modal-dialog {
    margin: 0px !important;
    margin-left: auto !important;
}


body.vertical-collpsed.flat.platform.show-off-canvas .modal.off-canvas-modal {
    width: calc(100% - 120px);
    left: 95px;
}


.flat.platform.show-off-canvas .modal.off-canvas-modal {
    width: 100%;
    left: unset;
    top: 46px;
    right: 0;
}

body.vertical-collpsed.flat.platform.show-off-canvas .modal.off-canvas-modal {
    width: calc(100% - 120px);
    left: 95px;
}

.flat.platform #modalContainer.inline-grid-editor.active-inline-editor {
    padding-top: 15px;
}



.flat.platform .inline-grid-editor .modal {
    position: static;
}

.flat.platform .inline-grid-editor .modal {
    position: static;
}

    /*.flat.platform .inline-grid-editor.active-inline-editor ~ .basic-container-view {
    display: none !important;
}*/
    .flat.platform .inline-grid-editor .modal .modal-dialog {
        width: 100%;
        margin: 0px;
    }

.flat.platform.modal-open.inline-body-scroll {
    overflow: auto !important;
}



.vr-detail-summary-custom .field-container, .panel-vr .field-container, .vr-bordered-container .field-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.vr-detail-summary-custom .field-label, .panel-vr .field-label, .vr-bordered-container .field-label {
    margin: 0;
    padding: 4px 0;
    padding-right: 20px;
    width: 50%;
}

    .vr-detail-summary-custom .field-label .vr-control-label,
    .panel-vr .field-label .vr-control-label, .vr-bordered-container .field-label .vr-control-label {
        font-size: 12px;
        font-weight: 400 !important;
        display: flex;
    }

        .vr-detail-summary-custom .field-label .vr-control-label:after, .panel-vr .field-label .vr-control-label:after, .vr-bordered-container .field-label .vr-control-label:after {
            content: ":";
            flex-grow: 1;
            height: 1em;
            text-align: end;
        }

.vr-detail-summary-custom .field-value, .panel-vr .field-value, .vr-bordered-container .field-value {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    transition: all 250ms ease 0s;
    padding: 4px 0;
    width: 50%;
    min-height: 27.5px;
}

.vr-detail-summary-custom .field-container.simple .field-value, .panel-vr .field-container.simple .field-value, .vr-bordered-container.simple .field-container .field-value {
    transition: all 250ms ease 0s;
    padding: 2px 4px;
    font-weight: normal;
    font-size: 13px;
    background-color: #f7f7f7;
    color: var(--primary-color);
    border: 1px solid rgba(0, 0, 0, .1);
    width: 50%;
}

.vr-detail-summary-custom .field-container.modern .field-value, .panel-vr .field-container.modern .field-value, .vr-bordered-container.modern .field-container .field-value {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    transition: all 250ms ease 0s;
    padding: 4px 0;
    width: 50%;
}

.panel-vr .field-container.classic {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px;
    margin-bottom: 0;
}

    .panel-vr .field-container.classic .field-label {
        margin-right: 0.5rem;
    }

        .panel-vr .field-container.classic .field-label .vr-control-label {
            font-weight: 400;
            font-size: .6rem;
        }

    .panel-vr .field-container.classic .field-value {
        border: none;
        margin-left: auto !important;
        text-align: right;
    }

        .panel-vr .field-container.classic .field-value .vr-control-label {
            font-weight: 700;
            font-size: .6rem;
        }

    .panel-vr .field-container.classic .field-label .vr-control-label:after {
        content: "" !important;
    }

.panel-vr .field-container.custom-title .field-value,
.modal-body .field-container.custom-title .field-value {
    border: none !important;
}

    .panel-vr .field-container.custom-title .field-value .vr-control-label,
    .modal-body .field-container.custom-title .field-value .vr-control-label {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity)) !important;
        text-align: center;
        font-size: 1rem !important;
    }

    .modal-body .field-container.custom-title .field-value .vr-control-label {
        text-align: unset !important;
    }

.panel-vr .field-label.col-sm-2 {
    width: 16.33333333%;
}

.panel-vr .field-value.col-sm-10 {
    width: 83.66666667%;
}

.vr-light-panel.panel-vr.card > .panel-heading.card-header {
    padding: 0;
}

    .vr-light-panel.panel-vr.card > .panel-heading.card-header .card-title:has(.collapsible-icon) .title-element {
        padding-left: 10px;
        display: inline-block;
    }


.vr-bordered-container .field-label {
    width: 35% !important;
}

.vr-bordered-container .field-value {
    width: 65% !important;
}

    .vr-detail-summary-custom .field-value:hover, .panel-vr .field-value:hover, .vr-bordered-container .field-value:hover {
        border-bottom: 1px solid #01AAD5;
    }

.vr-detail-summary-custom .field-container.simple .field-value .vr-control-label, .panel-vr .field-container.simple .field-value .vr-control-label, .vr-bordered-container .field-container.simple .field-value .vr-control-label {
    font-weight: normal !important;
    font-size: 12px;
    text-decoration: none;
    margin: 0;
}

.vr-detail-summary-custom .field-container.modern .field-value .vr-control-label, .panel-vr .field-container.modern .field-value .vr-control-label, .vr-bordered-container .field-container.modern .field-value .vr-control-label {
    font-weight: 500;
    font-size: 12px;
    text-decoration: none;
    margin: 6px 0 2px;
}

.vr-diagram-container {
    display: inline-block;
    width: calc(100% - 20px);
    margin: 10px;
    border: none;
    min-height: 600px;
}

.vr-intance {
    width: 128px;
    height: 128px;
    position: relative;
    margin: 10px auto;
}

    .vr-intance:after {
        font-family: "Material Design Icons";
        display: inline-block;
        font-style: normal;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        position: absolute;
        left: 0px;
        width: 128px;
        height: 128px;
        line-height: 128px;
        text-align: center;
        font-size: 128px;
        padding: 0 !important;
        color: #666;
    }

    .vr-intance.vr-instance-new:after {
        color: #38a4f8;
        content: "\f156a";
    }

    .vr-intance.vr-instance-postponed:after {
        color: #f8b425;
        content: "\f051f";
    }

    .vr-intance.vr-instance-running:after {
        color: #f8b425;
        content: "\f1591";
    }

    .vr-intance.vr-instance-waiting:after {
        color: #f8b425;
        content: "\f0996";
    }

    .vr-intance.vr-instance-canceling:after {
        color: #ec4561;
        content: "\f110a";
    }

    .vr-intance.vr-instance-troubleshooting:after {
        color: #ec4561;
        content: "\f02fd";
    }

    .vr-intance.vr-instance-completed:after {
        color: #5cb85c;
        content: "\f05e1";
    }

    .vr-intance.vr-instance-aborted:after {
        color: #ec4561;
        content: "\f0425";
    }

    .vr-intance.vr-instance-suspended:after {
        color: #ec4561;
        content: "\f015a";
    }

    .vr-intance.vr-instance-terminated:after {
        color: #ec4561;
        content: "\f073a";
    }

    .vr-intance.vr-instance-canceled:after {
        color: #ec4561;
        content: "\f1644";
    }


.tracking-additional-data .item-warpper {
    display: flex;
    flex-wrap: nowrap;
}

    .tracking-additional-data .item-warpper .field {
        display: inline-flex;
    }

    .tracking-additional-data .item-warpper .field-label {
        width: 10% !important
    }

    .tracking-additional-data .item-warpper .field-value {
        width: 90% !important
    }
