@import url(../reindeer/legacy-styles.css);

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

textarea {
    resize: none;
}

hr {
    margin: 6px 0 6px;
}

h4 {
    margin: 0;
    font-weight: bold;
    color: #44698b;
    font-size: 15px;
    padding: 5px 0 0 3px;
}

input[type='radio'] {
    margin-left: 0;
}

a {
    color: #005580;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #1b699f;
    text-decoration: underline;
    outline: none !important;
}

.v-link a, .v-link:focus, .v-link a:hover {
    text-decoration: none;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.csv-export .v-link {
    line-height: 11px;
}

.csv-export .cancel-export .v-button-caption {
    text-decoration: none;
}

.text-overflow-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.text-overflow-ellipsis.v-link a,
.text-overflow-ellipsis.v-link span {
    vertical-align: inherit;
}

.text-size-minimized, .text-size-minimized * {
    font-size: 12px !important;
}

.modal.comment {
    position: relative;
    width: auto;
    top: -20px;
    left: auto;
    max-width: 560px;
}

.full-width {
    width: 100%;
}

.overflow-auto-important {
    overflow: auto !important;
}

.rollup.v-button.v-button-link {
    padding: 10px 8px;
    cursor: pointer;
}

.rollup.v-button-link .v-button-caption {
    color: #005580;
    text-decoration: none;
    border-bottom: 1px dashed #1b699f;
    text-align: left;
}

.rollup.v-button-link:hover .v-button-caption {
    color: #0c7ece;
}

button:focus {
    outline: none !important;
}

.dark-blue-background {
    background-color: #284159;
}

.v-panel-content-dark-blue-background {
    background-color: #284159;
    border: none;
}

.light-gray-background {
    background-color: #f2f2f2;
}

.v-panel-content-light-gray-background {
    background-color: #f2f2f2;
    border: none;
}

.white-background {
    background-color: #fff;
}

.min-width1200 {
    min-width: 1200px;
}

.min-height100per {
    min-height: 100%;
}

.space-admin-badge {
    background-color: #4CAF50;
    color: white;
    padding: 0 6px;
    font-size: 12px;
    border-radius: 12px;
    margin-left: 5px;
    font-weight: bold;
}

.root-data {
    border: none;
    border-radius: 4px;
    overflow: auto;
}

.v-absolutelayout-root-data .v-absolutelayout {
    overflow: auto;
}

.v-absolutelayout-root-data .v-absolutelayout-wrapper {
    overflow: auto;
}

.v-button-link:focus .v-button-caption {
    outline: none !important;
}

.v-select-twincol-buttons {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.v-menubar-menuitem {
    outline: none;
}

.profile-avatar {
    min-width: 96px;
    min-height: 96px;
    max-width: 100px;
    max-height: 100px;
    margin-right: 8px;
    border-radius: 15%;
}

.profile-menubar .v-menubar-menuitem-caption {
    height: 100%;
    width: 100%;
    display: inline-block;
    cursor: pointer;
}

.profile-menubar.v-menubar .v-menubar-menuitem {
    padding: 0px 0px;
    height: 100%;
    width: 100%;
    line-height: 16px;
    text-align: right;
    color: #fff;
}

.profile-menubar.v-menubar {
    padding: 0px 0px;
    background: none;
    background-image: none;
    height: 100%;
    width: 100%;

}

.profile-menubar.v-menubar .v-icon {
    float: left;
    width: 25px;
    height: 25px;
    margin-top: 5px;
    margin-right: 5px;
    border-radius: 1000px;
    margin-right: 10px;
}

.profile-menubar.v-menubar .v-menubar-menuitem {
    padding: 0px 0px;
    height: 100%;
    width: 100%;
    line-height: 16px;
    text-align: right;
    color: #fff;

}

.profile-menubar.v-menubar .v-menubar-menuitem:hover {
    color: #fff;
}

.profile-menubar.v-menubar .v-menubar-menuitem-selected {
    background: none;
    background-image: none;
}

.profile-menubar .profile-name {
    height: 50%;
    position: relative;
    top: 25%;
    background-image: url('/supportapp/img/arrow.png');
    background-repeat: no-repeat;
    background-position: top right;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 100%;
    display: block;
    padding-right: 15px;
    text-align: center;
}

.v-menubar-submenu .v-menubar-menuitem.v-menubar-menuitem-profile-sub-item {
    padding: none;
    padding: 1px 0px 1px 10px;
    width: 150px;
}

.v-menubar-light {
    background: none;
    color: inherit;
    text-shadow: rgba(75, 75, 75, 0.9) 0 1px 0;
}

.v-menubar-light .v-menubar-menuitem:hover {
    color: #999999;
}

.main-menu-wrapper {
    background: #323336 url(../reindeer/common/img/vertical-sprites.png) repeat-x;
    background-position: left -360px;
    min-width: 100%;
}

.v-errorindicator {
    display: none;
}

.v-radiobutton label {
    padding-right: 8px;
}

.v-checkbox label {
    font-size: 12px;
    line-height: 15px;
    display: inline;
}

.v-checkbox input[type="checkbox"] {
    margin: 3px 3px 3px 4px;
}

.wrap-checkbox-label label {
    white-space: initial;
}

.v-app input.v-textfield.v-widget, .v-window input.v-textfield.v-widget {
    height: 26px;
}

input.v-widget.v-textfield {
    margin-top: 1px;
}

.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.3;
    padding-top: 30%;
    text-align: center;
}

button.btn, button.btn span, button.btn .v-nativebutton-caption {
    line-height: 15px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

button.btn-bold {
    font-weight: bold;
    font-size: 12px;
}

.btn .v-nativebutton-caption {
    font-size: 14px;
    font-weight: normal;
}

.btn-small .v-nativebutton-caption {
    font-size: 12px;
    font-weight: normal;
}

.btn-info-link .v-button-caption {
    line-height: 18px;
    font-weight: bold;
}

.btn-success .v-nativebutton-caption, .btn-primary .v-nativebutton-caption, .btn-info .v-nativebutton-caption, .btn-danger .v-nativebutton-caption {
    color: #FFFFFF;
}

button.btn.btn-link-compact:hover span {
    text-decoration: none;
}

button.btn.btn-link-compact span {
    text-decoration: underline;
}

button.btn.btn-link-compact {
    text-shadow: none;
    box-shadow: none;
    border: none;
    background: transparent none;
    color: #1b699f;
    margin: 0;
    padding: 1px 0 1px 0;
}

.btn-editable-user-info {
    box-shadow: none;
    border: none;
    border-bottom: 1px dashed #2B98CE;
    background: transparent none;
    margin: 0;
    padding: 0 3px 1px;
}

.btn-editable-user-info .v-nativebutton-caption {
    font-weight: normal;
    font-size: 12px;
    text-shadow: none;
    text-decoration: none !important;
}

.btn-editable-user-info-empty .v-nativebutton-caption {
    color: #A0A0A0;
}

.label-dashed {
    text-decoration-style: dashed;
    text-decoration-line: underline;
}

.popover {
    max-width: 600px;
}


.v-widget .nav {
    margin-bottom: 0;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
}

.block {
    display: block;
}

.centered {
    margin-left: auto;
    margin-right: auto;
}

.text-centered {
    text-align: center !important;
}

table td.text-centered,
table th.text-centered {
    text-align: center;
}

.font-size-110percent *,
table .font-size-110percent * {
    font-size: 110%;
}

.gray-bottom-border {
    border-bottom: 1px solid #DCDCDC;
}

.color-blue {
    color: #6396AD;
}

.color-green, .v-widget.color-green {
    color: #84B284;
}

.color-yellow {
    color: #FFDF73;
}

.color-orange {
    color: #FF8E42;
}

.color-violet {
    color: #63419C;
}

.color-red, .v-widget.color-red {
    color: #D6797B;
}

.color-light-red {
    color: #E99E9E;
}

.color-gray {
    color: #A0A0A0;
}

.color-white {
    color: #FFFFFF;
}

td.background-green:hover {
    background-color: #99d799 !important;
}

td.background-green {
    background-color: #D2E3D2 !important;
    text-align: right;
}

tr.background-red td:hover, td.background-red:hover {
    background-color: #eaa8a8 !important;
}

tr.background-red td, td.background-red {
    background-color: #F0CACA !important;
    text-align: right;
}

.grid-cell-bordered {
    border-bottom: 1px solid #7b7676 !important;
    border-left: 1px solid #7b7676 !important;
}

div.background-white {
    background-color: #FFFFFF;
}

.payment-amount {
    font-weight: bold;
}

div.license-item {
    padding: 5px 0;
}

.editable-label-caption {
    display: inline-block;
    padding-right: 8px;
    overflow: hidden;
}

.editable-label {
    border-bottom: 1px dashed #2B98CE;
    text-decoration: none !important;
    cursor: pointer;
}

.editable-label span.empty {
    color: #A0A0A0 !important;
}

.editable-label * {
    text-decoration: none !important;
}

.editable-field {
    display: inline-block;
}

.label-empty {
    color: #A0A0A0 !important;
}

.label-bold {
    font-weight: bold;
}

.label-word-wrap {
    word-wrap: break-word;
}

.label-word-wrap pre {
    word-wrap: break-word;
}

div.wrapped-link {
    display: inline-block;
    white-space: normal;
}

div.wrapped-link a {
    word-wrap: break-word;
}

div.wrapped-text {
    display: inline-block;
    word-wrap: break-word;
    white-space: normal;
}

.v-horizontallayout-wrapped-text > div > div > div.v-layout.v-horizontal.v-widget {
    white-space: normal !important;
}

.label-green {
    color: #006600;
}

.label-red {
    color: #B20000;
}

.label-gray {
    color: #888888;
}

.label-dark {
    color: #404346;
}

.label-yellow {
    color: #BB9525;
}

.label-white {
    color: #ffffff;
}

.label-normal {
    font-size: 12px;
}

.label-large {
    font-size: 16px;
}

.label-large-bold {
    font-size: 16px;
    font-family: "Arial Black";
}

.label-medium {
    font-size: 14px;
}

.label-small {
    font-size: 11px;
    line-height: 13px;
}

.label-underlined {
    text-decoration: underline;
}

a.accordion-toggle {
    text-decoration: none;
}

tr td span.importance-button {
    color: #E0E0E0;
    cursor: pointer;
}

tr td span.importance-button:hover {
    color: #D0D0D0;
}

tr.error td span.importance-button, tr.error td span.importance-button:hover {
    color: #EBCCCC;
    cursor: default;
}

.list-icon-green {
    color: #5CB85C;
}

.list-icon-red {
    color: #D64552;
}

.list-icon-gray {
    color: #E0E0E0;
}

tr.success .list-icon-gray {
    color: #FFFFFF;
}

.page-link {
    padding: 0 8px;
    color: #606060;
    cursor: pointer;
}

.page-link span {
    font-weight: bold;
    text-decoration: underline;
}

.page-link-disabled {
    padding: 0 8px;
    color: #A0A0A0;
}

.page-link-current {
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #606060;
    /*border: 1px solid #A8D670;*/
}

.page-link:hover {
    color: #529E39;
}

.header-button .v-button-caption {
    color: #fff;
}

.header-button .v-button-caption:hover {
    color: #3e87ff;
}

.header-button .v-button-caption {
    color: #fff;
    font-weight: bold;
    font-size: 9pt;
}

.header-button .v-button-caption:hover {
    color: #3e87ff;
}

.header-button.v-link a:visited span {
    color: #fff;
    font-weight: bold;
    font-size: 9pt;
}

.header-button.v-link a:link span {
    color: #fff;
    font-weight: bold;
    font-size: 9pt;
}

.header-button.v-link > a > span:hover {
    color: #3e87ff;
    font-weight: bold;
    font-size: 9pt;
}

.nowrap {
    white-space: nowrap;
}

.nowrap-important {
    white-space: nowrap !important;
}

.v-select-optiongroup-horizontal .v-select-option {
    display: inline-block;
}

.v-select-optiongroup-horizontal {
    white-space: nowrap;
}

.v-select-optiongroup-horizontal .v-select-option.v-radiobutton {
    padding-right: 10px;
}

.v-selected .v-button-caption {
    color: #FFFFFF;
}

.button-link-small .v-button-caption {
    font-size: 10px;
}

.common-message {
    border: 1px solid;
    padding: 10px;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: left;
    font-weight: bold;
    max-width: 100%;
    position: relative;
}

.error-message {
    border-color: #E99E9E;
    background-color: #F9E5E4;
    color: #CF2E2D;
}

.success-message {
    border-color: #A8D670;
    background-color: #D6EDB9;
    color: #6A9230;
}

.info-message {
    border-color: #CFE7F9;
    background-color: #EAF4FD;
    color: #085A98;
}

.warning-message {
    border-color: #faebcc;
    background-color: #fcf8e3;
    color: #8a6d3b;
}

.gray-message {
    border-color: #000000;
    background-color: #808080;
    color: white;
}

.tooltip {
    z-index: 10001;
}

.bold-border-panel {
    border: 2px solid #000000;
    border-bottom: 2px solid #000000;
}

.relative {
    position: relative;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-8 {
    margin-top: 8px;
}

.margin-left-8 {
    margin-left: 8px;
}

.margin-right-8 {
    margin-right: 8px;
}

.nomargin {
    margin: 0;
}

.margin3 {
    margin: 3px;
}

.margin10 {
    margin: 10px;
}

.margin-top-small {
    margin-top: 8px;
}

.margin-top-normal {
    margin-top: 16px;
}

.margin-top-large {
    margin-top: 32px;
}

.padding-left8 {
    padding-left: 8px;
}

.padding-left10 {
    padding-left: 10px;
}

.padding-top2 {
    padding-top: 2px !important;
}

.padding-top1 {
    padding-top: 1px !important;
}

.padding-top4 {
    padding-top: 4px;
}

.padding-top8 {
    padding-top: 8px !important;
}

.padding-top10 {
    padding-top: 10px !important;
}

.padding-bottom2 {
    padding-bottom: 2px !important;
}

.padding5 {
    padding: 5px;
}

.padding10 {
    padding: 10px;
}

.no-padding-x {
    padding-left: 0;
    padding-right: 0;
}

.min-width-80 {
    min-width: 80px;
}

.min-width-1000 {
    min-width: 1000px;
}

.max-width-100 {
    max-width: 100px;
}

.max-width-150 {
    max-width: 150px;
}

.max-width-1000 {
    max-width: 1000px;
}

table.vertical-centered td {
    line-height: 14px !important;
    vertical-align: middle;
}

.width30 {
    width: 30px;
}

.width50 {
    width: 50px;
}

.width60 {
    width: 60px;
}

div.versions-panel {
    border: 1px solid #a0a0a0;
}

.v-label.h1 {
    font-size: 36px;
    line-height: 1;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -0.05em;
    /* 	color: #404346; */
}

.v-label.h3 {
    color: #606366;
    font-size: 18px;
    line-height: 1;
    font-weight: normal;
    padding: .5em 0;
    -webkit-font-smoothing: antialiased;
}

.v-link-h3 a {
    color: #606366;
    font-size: 18px;
    line-height: 1;
    font-weight: normal;
    padding: .5em 0;
    -webkit-font-smoothing: antialiased;
}

.v-label.light {
    color: #979699;
}

.v-label.h4 {
    font-weight: bold;
    text-transform: uppercase;
    color: #349aff;
}

/* text fields */

.v-textfield, .v-textarea {
    border-radius: 3px;
    border: 1px solid #c9c8c7;
    border-top-color: #d8d7d6;
    box-shadow: 0 0 0 1px rgba(51, 50, 49, .07);
    font-size: 12px;
    color: inherit;
    line-height: 1;
    margin: 0;
    background: #FFF none;
}

.v-textfield-error, .v-textarea-error, .v-datefield-error .v-textfield {
    border-color: #D6797B;
}

input.v-widget.v-textfield {
    padding: .25em .3em;
}

.v-textfield:focus, .v-textarea:focus {
    outline: none;
    border-color: #69A5E4;
}

.v-textfield-error:focus, .v-textarea-error:focus {
    border-color: #D6797B;
}

input.v-textfield-prompt {
    font-style: normal;
}

input.v-widget.v-textfield.small {
    padding: 1px 2px;
    font-size: 12px;
    box-shadow: none;
    height: 20px;
}

input.v-textfield.goto-page {
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    height: auto;
}

textarea.operation-log-fill {
    field-sizing: content;
    min-height: 10em;
}

.decorated-layout {
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .14), 0 0 0 1px rgba(0, 0, 0, .07);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .14), 0 0 0 1px rgba(0, 0, 0, .07);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .14), 0 0 0 1px rgba(0, 0, 0, .07);
}

.profile-page-layout-without-border {
    background: #fff;
    border-radius: 4px;
}

.icon-small {
    font-size: 16px;
}

.icon-medium, .btn.icon-medium i {
    font-size: 18px;
}

.icon-large, .btn.icon-large i {
    font-size: 20px;
}

.icon-x-large, .btn.icon-x-large i {
    font-size: 24px;
}

.icon-link {
    text-decoration: none;
}

th span.header-sorting {
    cursor: pointer;
}

th span.header-sorting a {
    color: #222222;
}

th .column-filtering {
    vertical-align: middle;
    line-height: 18px;
    font-size: 14px;
}

th .filter-active {
    color: #529E39;
}

th .filter-active:hover {
    color: #529E39;
}

th .filter-nonactive {
    color: #D0D0D0;
}

th .filter-nonactive:hover {
    color: #B6B6B6;
}

div.styled-radio {
    background-image: url("/supportapp/img/options.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    display: inline-block;
}

div.styled-radio:hover {
    background-position: 0 -11px;
}

div.styled-radio.radio-checked {
    background-position: 0 -22px;
}

div.styled-radio.radio-checked:hover {
    background-position: 0 -33px;
}

div.styled-checkbox {
    background-image: url("/supportapp/img/options.png");
    background-position: 0 -44px;
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    display: inline-block;
}

div.styled-checkbox:hover {
    background-position: 0 -55px;
}

div.styled-checkbox.checkbox-checked {
    background-position: 0 -66px;
}

div.styled-checkbox.checkbox-checked:hover {
    background-position: 0 -77px;
}

div.filter-option-caption {
    padding-left: 8px;
    font-size: 13px;
    padding-bottom: 1px;
    display: inline-block;
}

.datepicker-days {
    font-size: 12px;
}

/* original bootstrap icons */
.origin-icon {
    background-image: url("/supportapp/img/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-top: 1px;
    vertical-align: text-top;
    width: 14px;
}

.origin-icon-white {
    background-image: url("/supportapp/img/glyphicons-halflings-white.png");
}

.origin-icon-user {
    background-position: -168px 0;
}

.origin-icon-plus-sign {
    background-position: 0 -96px;
}

.origin-icon-remove {
    background-position: -312px 0;
}

.origin-icon-check {
    background-position: -144px -72px;
}

.origin-icon-ban-circle {
    background-position: -216px -96px;
}

.origin-icon-off {
    background-position: -384px 0;
}

.origin-icon-home {
    background-position: 0 -24px;
}

.origin-icon-search {
    background-position: -48px 0;
}

div.loading-overlay {
    background: #F0F0F0 url("/supportapp/VAADIN/themes/base/common/img/ajax-loader-big.gif") no-repeat 50%;
}

.v-table-header {
    text-transform: none !important
}

.v-window-purplesub .v-window-outerheader {
    background: #800080;
}

.v-window-purplesub .v-window-header {
    color: #fff;
}

.v-window-bluesub .v-window-outerheader {
    background: rgb(13, 56, 189);
}

.v-window-dark-bluesub .v-window-outerheader {
    background: #284159;
}

.v-window-bluesub .v-window-header {
    color: #fff;
}

.v-window-greensub .v-window-outerheader {
    background: #59A241;
}

.v-window-greensub .v-window-header {
    color: #fff;
}

td.child-table-cell {
    padding-left: 30px;
    padding-top: 10px;
}

.v-accordion-item-caption .v-caption {
    text-shadow: none;
    font-size: 13px;
}

.accordion-heading-large {
    font-size: 15px;
}

div.description {
    width: 350px;
    word-wrap: break-word;
}

div.short-description {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
}

a.show-activity-log {
    padding: 5px;
}

.zendesk-large-layout {
    min-height: 500px !important;
}

table.child-table td {
    padding-right: 5px;
    padding-left: 5px;
}

table.child-table {
    max-width: 930px;
    width: 100%;
}

.h24-line {
    line-height: 24px;
}

.h26-line {
    line-height: 26px;
}

.h32-line {
    line-height: 32px;
}

.popup-raw-html, .popup-raw-html:hover {
    line-height: 24px;
    color: inherit;
    text-decoration: none;
}

.popup-scrollable-panel {
    overflow-y: scroll !important;
    max-height: 500px;
    height: 100%;
}

.margin1pxTop {
    margin-top: 1px;
}

.fit-to-content-column {
    white-space: nowrap;
    width: 1%;
}

.center-content-column {
    text-align: center;
}

.table-striped.bright-stripes tbody > tr:nth-child(odd) > td, .table-striped.bright-stripes tbody > tr:nth-child(odd) > th {
    background-color: #EFEFEF;
}

.table-striped.bright-stripes.table-not-transparent tbody > tr:nth-child(odd) > td, .table-striped.bright-stripes.table-not-transparent tbody > tr:nth-child(odd) > th {
    background-color: #ffffffcf;
}

.table-striped.bright-stripes.table-not-transparent {
    background-color: #ffffffcf;
}

.decorated-layout .table-striped {
    margin-bottom: 0;
}

.column-width-200 {
    width: 200px;
}

.column-width-80 {
    width: 80px;
}

.columnNoWrap400 {
    max-width: 400px;
    white-space: nowrap;
    overflow: hidden;
}

.column-no-wrap-400 {
    max-width: 400px;
    white-space: nowrap;
    overflow: hidden;
}

.fixedWidthColumn-10 {
    width: 10% !important;
}

.margin-2-px-bottom {
    margin-bottom: 2px;
}

.margin-10-px-bottom {
    margin-bottom: 10px;
}

tr:nth-child(even) > td.green-text-in-cell {
    background-color: #dff0d8;
}

tr:nth-child(odd) > td.green-text-in-cell {
    background-color: #d9ead2;
}

.table-hover tr:hover > td.green-text-in-cell {
    background-color: #d5e6ce;
}

table tbody tr:nth-child(even).green-text-in-row > td {
    background-color: #dff0d8;
}

table tbody tr:nth-child(odd).green-text-in-row > td {
    background-color: #d9ead2;
}

.table tbody tr:nth-child(even).green-text-in-row-style > td {
    background-color: #dff0d8;
}

.table-hover tbody tr:nth-child(even).green-text-in-row-style:hover > td {
    background-color: #d5e6ce;
}

.table tbody tr:nth-child(odd).green-text-in-row-style > td {
    background-color: #d9ead2;
}

.table-hover tbody tr:nth-child(odd).green-text-in-row-style:hover > td {
    background-color: #d5e6ce;
}

.table tbody tr:nth-child(even).blue-text-in-row-style > td {
    background-color: #dfd8f0;
}

.table-hover tbody tr:nth-child(even).blue-text-in-row-style:hover > td {
    background-color: #d5cee6;
}

.table tbody tr:nth-child(odd).blue-text-in-row-style > td {
    background-color: #d9d2ea;
}

.table-hover tbody tr:nth-child(odd).blue-text-in-row-style:hover > td {
    background-color: #d5cee6;
}

.table tbody tr.vertical-center > td {
    vertical-align: middle;
}

.table tbody tr.cell-padding-6px > td {
    padding: 6px;
}

.table-without-header thead {
    display: none;
}

.table-with-gray-border {
    border-collapse: collapse;
}

.table-with-gray-border, .table-with-gray-border td, .table-with-gray-border th {
    border: 1px solid #eeeff0;
}

tr.latest-trial-row td {
    background-color: #EAF4FD !important;
}

tr.latest-trial-row:hover td {
    background-color: #DAF4FD !important;
}

.label-medium-expanded {
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 3px;
}

div.vertical-line {
    width: 1px;
    background-color: #DCDCDC;
    height: 100%;
    float: left;
}

.option-without-scrollbar .v-select-select {
    overflow: hidden;
}

.not-underlined-popup {
    text-decoration: none;
}

.left-padding {
    padding-left: 10px;
}

.item-in-panel-with-rights {
    break-inside: avoid-column;
    padding: 1px;
}

.single-line-check-box-with-wrapped-text {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.support-operation-group-header {
    font-weight: bold;
    margin-top: 10px;
}

.v-label.v-has-width.single-line-check-box-with-wrapped-text {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.parent-panel-with-rights {
    -moz-column-width: 250px;
    -webkit-column-width: 250px;
    column-width: 250px;
}

.v-disabled.checkbox-in-panel-with-rights {
    opacity: 0.7;
}

.v-disabled.checkbox-in-panel-with-rights label {
    color: #0d580c;
}

.v-disabled.checkbox-in-panel-with-rights input[type="checkbox"][disabled] {
    /*here could be style for disabled checkbox in rights layout*/
}

.scrollable-container {
    overflow: auto;
}

.text-button {
    text-decoration: none;
}

input[type="text"].role-name-text-field {
    font-size: 16px;
}

.left-border-in-one-pixel {
    border-left: 1px solid #e5e5e5;
}

.top-border-one-px {
    border-top: 1px solid #dcdcdc;
}

.top-border-very-bold {
    border-top: 2px solid #cbcbcb;
}

.gray-background {
    background-color: #606060;
}

.text-size-14 {
    font-size: 14px;
}

.close-button-classic {
    box-shadow: none;
    border: none;
    background: none;
    margin-bottom: 10px;
}

@keyframes blink {
    50% {
        opacity: 0.0;
    }
}

@-webkit-keyframes blink {
    50% {
        opacity: 0.0;
    }
}

.blink {
    animation: blink 1s step-start 0s infinite;
    -webkit-animation: blink 1s step-start 0s infinite;
}

.pointer-on-hover:hover {
    cursor: pointer;
}

.v-caption-bold-caption-for-component {
    font-weight: bold;
}

.v-popupview.popupview-wrapped {
    white-space: normal;
}

.rights-settings-icon {
    background-image: url('/supportapp/img/rights/blue_wheel.png');
    background-size: 25px 25px;
}

.text-decoration-none-force span {
    text-decoration: none !important;
}

.profile-page-controls {
    background-color: #eeeff0;
    border-right: 1px solid #d7d9df;
}

.profile-tab-button-selected > div {
    background: #bec0c7 -webkit-gradient(linear, left bottom, left top, color-stop(.29, #a2bdde), color-stop(.65, #f8f9fb)) !important;
}

.text-decoration-none-force span {
    text-decoration: none !important;
}

@media (max-height: 230px) {
    .sa-login-page-panel br,
    .sa-login-page-panel .h3 {
        display: none;
    }

    .sa-login-page-panel .decorated-layout {
        padding-top: 0;
        padding-bottom: 4px;
    }
}

.sa-login-page-logo {
    max-width: 100%;
}

.edit-right-window-background {
    background-color: #f9fcff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #cccccc;
}

.edit-right-window-background-green {
    background-color: #f9fffc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #cccccc;
}

.selected-btn-group-item, .selected-btn-group-item:focus, .selected-btn-group-item:hover {
    z-index: 2;
    outline-offset: -2px;
    color: #333333;
    text-decoration: none;
    background: #d9d9d9 0 -15px;
    outline: none !important;
}

.v-csslayout-margin4 {
    margin: 4px;
}

.margin4 {
    margin: 4px;
}

.v-layout-search-filter > table > tbody > tr > td.v-formlayout-captioncell > div > span {
    font-weight: 900;
    font-size: 14px;
    width: 140px;
    display: inline-block;
    word-wrap: break-word;
    white-space: normal;
}

.spacing_12px.v-horizontal > .v-spacing,
.spacing_12px.v-horizontal > .v-expand > .v-spacing {
    width: 12px;
}

.spacing_12px.v-vertical > .v-spacing,
.spacing_12px.v-vertical > .v-expand > .v-spacing {
    height: 12px;
}

.spacing_20px.v-horizontal > .v-spacing,
.spacing_20px.v-horizontal > .v-expand > .v-spacing {
    width: 20px;
}

.spacing_20px.v-vertical > .v-spacing,
.spacing_20px.v-vertical > .v-expand > .v-spacing {
    height: 20px;
}

.v-Notification.remove-filters {
    font-size: 23px;
}

.community-badge-holders {
    min-height: 665px;
}

.community-badge-holders .v-grid {
    max-height: 500px;
}

/*
    BEGIN: User account boxes in the profile panel
*/

div.user-account-box {
    width: 240px;
    min-height: 180px;
    border-right: 10px solid #529E39;
    background-color: #FFFFFF;
    font-size: 12px;
    line-height: 1.5em;
    text-overflow: ellipsis;
    position: relative;
    font-family: sans-serif;
    -webkit-font-smoothing: antialiased;
}

div.user-account-box_selected {
    position: relative;
    width: 250px;
    border: none;
    background: url("/supportapp/img/user-account-box-corner.png") right center no-repeat #529E39;
}

div.user-account-box div.user-account-box__wrapper {
    min-height: 171px;
    width: 231px;
    background-color: #E0E5E0;
    background: -moz-linear-gradient(right, #E0E5E0, #EEEEEE);
    background: -webkit-gradient(linear, right, left, color-stop(0%, #E0E5E0), color-stop(100%, #EEEEEE));
    background: -webkit-linear-gradient(right, #E0E5E0, #EEEEEE);
    background: -o-linear-gradient(right, #E0E5E0, #EEEEEE);
    background: -ms-linear-gradient(right, #E0E5E0, #EEEEEE);
    background: linear-gradient(right, #E0E5E0, #EEEEEE);
    color: #707376;
    font-weight: normal;
    padding: 8px 0 0 8px;
    border-bottom: 1px solid white;
    position: relative;
}

div.user-account-box div.user-account-box__wrapper .icon-trophy {
    color: #DAA520;
}

div.user-account-box div.user-account-box__wrapper:hover {
    background: -moz-linear-gradient(right, #E0E9E0, #EEEEEE);
    background: -webkit-gradient(linear, right, left, color-stop(0%, #E0E9E0), color-stop(100%, #EEEEEE));
    background: -webkit-linear-gradient(right, #E0E9E0, #EEEEEE);
    background: -o-linear-gradient(right, #E0E9E0, #EEEEEE);
    background: -ms-linear-gradient(right, #E0E9E0, #EEEEEE);
    background: linear-gradient(right, #E0E9E0, #EEEEEE);
}

div.user-account-box_selected div.user-account-box__wrapper, div.user-account-box_selected div.user-account-box__wrapper:hover {
    width: 232px;
    min-height: 172px;
    font-weight: bold;
    background-color: #529E39;
    background: -moz-linear-gradient(right, #529E39, #71AF5C);
    background: -webkit-gradient(linear, right, left, color-stop(0%, #529E39), color-stop(100%, #71AF5C));
    background: -webkit-linear-gradient(right, #529E39, #71AF5C);
    background: -o-linear-gradient(right, #529E39, #71AF5C);
    background: -ms-linear-gradient(right, #529E39, #71AF5C);
    background: linear-gradient(right, #529E39, #71AF5C);
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}


div.user-account-box_selected div.user-account-box__wrapper .icon-trophy {
    color: #FFD700;
}

div.user-account-box_selected a, .user-account-box_selected a:hover, .user-account-box_selected a:visited {
    color: #FFFFFF;
}

div.user-account-box_selected .label-important {
    color: #FF0000;
}

div.user-account-box_selected .label-success {
    color: #468847;
}

.user-account-box.user-account-box_invitation div.user-account-box__wrapper {
    background: #fdc069;
}

.user-account-box.user-account-box_invitation div.user-account-box__wrapper:hover {
    background: #ffc573;
}

.user-account-box.user-account-box_invitation.user-account-box_selected div.user-account-box__wrapper {
    background: #f99a13;
    color: #e0e0e0;
}

.user-account-box_selected {
    position: relative;
    width: 250px;
    border: none;
    background: url("/supportapp/img/user-account-box-corner.png") right center no-repeat #529E39;
}

.user-account-box__header {
    font-size: 1.2em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 4px;
}

.user-account-box__premium-support {
    padding-right: 4px;
}


.user-account-box__stg-size-segment {
    padding-bottom: 1px;
    padding-right: 4px;
}

.user-account-box__premium-support-icon {
    width: 22px;
    height: 20px;
}

.user-account-box__premium-support-icon path.plus {
    fill: #E0E9E0;
}

.user-account-box__account-currency {
    background-color: #464646;
    border-radius: 5px;
    color: #fafafa;
    font-size: 1.2em;
    text-align: center;
    height: 18px;
    width: 18px;
    padding: 2px 4px;
}

.user-account-box__premium-support,
.user-account-box__stg-segment {
    color: #DAA520;
    fill: #DAA520;
}

.user-account-box__premium-support-icon path.plus {
    fill: #E0E5E0;
}

.user-account-box_selected,
.user-account-box_selected .user-account-box__premium-support,
.user-account-box_selected .user-account-box__stg-segment {
    color: #FFD700;
    fill: #FFD700;
}

.user-account-box_selected .user-account-box__premium-support-icon path.plus {
    fill: #08cf65;
}

.user-account-box_invitation,
.user-account-box_invitation .user-account-box__premium-support,
.user-account-box_invitation .user-account-box__stg-segment {
    color: aliceblue;
    fill: aliceblue;
}

.user-account-box_invitation .user-account-box__premium-support-icon path.plus {
    fill: #fdc069;
}

.user-account-box_invitation.user-account-box_selected .user-account-box__premium-support-icon path.plus {
    fill: #f99a13;
}

.user-account-box__sub-header {
}

.user-account-box__details-table {
    margin-top: 8px;
}

.user-account-box__details-table td {
    line-height: 1.5em;
    font-size: 1.1em;
    vertical-align: top;
}

.user-account-box__details-table-header {
    font-weight: 600;
}

.user-account-box__seats-label {
    white-space: nowrap;
}

.user-account-box__footer-divider {
    height: 28px;
}

.user-account-box__footer {
    position: absolute;
    bottom: 0;
    margin-top: 6px;
    width: 233px;
    text-align: right;
}

.user-account-box__footer span {
    display: inline-block;
    width: 70px;
    text-align: left;
}

.user-account-box__footer span:first-child {
    float: left;
}

.user-account-box__footer span:last-child {
    float: right;
}

.user-account-box__shard img {
    vertical-align: middle;
}

.user-account-box__label {
    font-weight: normal;
    font-size: 11px;
    border-radius: 3px;
    text-shadow: none;
    padding: 2px 4px;
}

.user-account-box__label_info {
    color: #ffffff;
    background-color: #468847;
}

.user-account-box_selected .user-account-box__label_info {
    color: #468847;
    background-color: #ffffff;
}

.user-account-box__label_warning {
    color: #ffffff;
    background-color: #b94a48;
}

.user-account-box_selected .user-account-box__label_warning {
    color: #b94a48;
    background-color: #ffffff;
}

.user-account-box__email {
    max-width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

td.user-account-box_product-raw {
    font-family: sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    line-height: 1.2em;
}

.user-account-box_subscription-provider-icon {
    height: 22px;
    width: 22px;
    vertical-align: sub;
}

/*
    END: User account boxes in the profile panel
*/

/*
    START: Highlights panel
*/
.highlights__root-layout .v-spacing {
    width: 30px;
    height: 20px;
}

.highlights__root-layout .highlights__block {
    background: white;
    color: #474747;
    border-radius: 4px;
    border: 1px solid #d5d5d5;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
    overflow: visible !important;
}

.highlights__root-layout .highlights__block .highlights__block__header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px;
    line-height: 36px;
    border-bottom: 1px solid #d5d5d5;
    background-color: #fafafa;
    background-image: -webkit-linear-gradient(top, #fafafa 2%, #f6f6f6 98%);
    background-image: linear-gradient(to bottom, #fafafa 2%, #f6f6f6 98%);
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #eeeeee;
    box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #eeeeee;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
    border-radius: 3px 3px 0 0;
}

.highlights__root-layout .highlights__block .highlights__block__header-text {
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    margin: 10px 0;
}

.highlights__root-layout .highlights__block .highlights__block__header-edit-button {
    margin: 7px 0;
}

.position-static {
    position: static;
}

.highlights__support-note .v-spacing {
    height: 6px;
    width: 6px;
}

.highlights__support-note.v-margin-top {
    padding-top: 6px;
}

.highlights__support-note.v-margin-right {
    padding-right: 6px;
}

.highlights__support-note.v-margin-bottom {
    padding-bottom: 6px;
}

.highlights__support-note.v-margin-left {
    padding-left: 6px;
}

.highlights__edit-window.v-window {
    background: white;
    color: #474747;
    border-radius: 4px;
    border: 1px solid #d5d5d5;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
    overflow: visible !important;
}

.highlights__edit-window .v-window-outerheader {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px;
    line-height: 36px;
    border-bottom: 1px solid #d5d5d5;
    background-color: #f1f1f1;
    background-image: -webkit-linear-gradient(top, #fafafa 2%, #f6f6f6 98%);
    background-image: linear-gradient(to bottom, #fafafa 2%, #f6f6f6 98%);
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #eeeeee;
    box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #eeeeee;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
    border-radius: 3px 3px 0 0;
}

.highlights__edit-window .v-window-outerheader .v-window-header {
    line-height: inherit;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    text-shadow: none;
}

.highlights__edit-window .v-spacing {
    height: 20px;
    width: 20px;
}

.highlights__layout__small-spacing .v-spacing {
    height: 5px;
    width: 5px;
}

.white-space-pre-wrap {
    white-space: pre-wrap;
}


.highlights__note-block__root {
    background: white;
    color: #474747;
    border-radius: 4px;
    border: 1px solid #d5d5d5;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
    overflow: visible !important;
}

.highlights__note-block__header-container {
    border-bottom: 1px #d5d5d5 solid;
    padding: 4px 8px;
}

.highlights__note-block__header-container-compact {
    border-bottom: 1px #d5d5d5 solid;
    padding: 0 4px;
}

.highlights__note-block__header-container__author-text {
    /*none specific*/
}

.highlights__note-block__content-container {
    background: #fefde7;
}

.highlights__note-block__content-container textarea.v-textarea.highlights__note-block__content-container__text-area-compact {
    padding: 4px;
    text-align: justify;
    font-size: 12px;
    border: none;
    background: #fefde7;
}

.highlights__note-block__content-container textarea.v-textarea.highlights__note-block__content-container__text-area {
    padding: 8px;
    font-size: 14px;
    border: none;
    background: #fefde7;
}

.highlights__note-block__content-container textarea.v-textarea.highlights__note-block__content-container__text-area-compact:focus {
    border: none;
}

.highlights__note-block__content-container textarea.v-textarea.highlights__note-block__content-container__text-area:focus {
    border: none;
}

.highlights__note-block__footer-container {
    border-top: 1px #d5d5d5 solid;
    padding: 4px 8px;
}

.highlights__note-block__footer-container-compact {
    border-top: 1px #d5d5d5 solid;
    padding: 0 2px;
}

.highlights__note-block__footer-container__sign-limit-label {
    font-size: 12px;
    color: #9f1b1b;
}

.highlights__note-block__footer-container__delete-button span.v-nativebutton-caption {
    font-size: 14px;
    text-decoration: none;
    color: #9f1b1b;
}

/*
    END: Support Notes
 */

.zendesk-connector-main.v-panel .v-panel-content,
.zendesk-connector-main.v-panel .v-panel-nocaption,
.zendesk-connector-modal.v-panel .v-panel-content,
.zendesk-connector-modal.v-panel .v-panel-nocaption {
    border: none;
}

.zendesk-connector-main.v-panel .v-panel-deco,
.zendesk-connector-modal.v-panel .v-panel-deco {
    border: none;
    height: 0;
}

.zendesk-connector-main.v-panel .v-panel-content {
    padding-top: 5px;
}

.zendesk-connector-main.v-panel .v-panel-content .v-label,
.zendesk-connector-main.v-panel .v-nativebutton span,
.zendesk-connector-main.v-panel .v-link span {
    font-size: 14px;
    line-height: 18px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Geneva, Tahoma, Verdana, sans-serif;
}

.zendesk-connector-main.v-panel .v-panel-content .v-label b {
    font-weight: 600;
}

.zendesk-connector-modal .add-assignee {
    height: 28px;
    padding-top: 0;
    margin-bottom: 4px;
}

.zendesk-connector-modal .add-assignee .v-nativebutton-caption {
    font-size: 32px;
}

.zendesk-connector-modal .assignee:hover {
    background-color: #EEEEEE;
    border-radius: 16px;
}

.zendesk-connector-modal .assignee {
    margin-bottom: 4px;
    margin-right: 8px;
}

.zendesk-connector-modal .assignee .avatar {
    border-radius: 50%;
}

.zendesk-connector-modal .assignee .remove-assignee {
    width: 16px;
    height: 16px;
    border: 0;
    padding: 0;
    margin: 0 -6px 0 -4px;
    border-radius: 50%;
    color: transparent;
}

.zendesk-connector-modal .assignee:hover .remove-assignee {
    color: white;
    background-color: black;
}

.zendesk-connector-modal .assignee .remove-assignee .v-nativebutton-caption {
    font-size: 10px;
    vertical-align: top;
}

.zendesk-connector-modal .add-product-team {
    padding-bottom: 6px;
    padding-top: 0;
}

.zendesk-connector-modal .add-product-team .v-nativebutton-caption {
    font-size: 24px;
}

.zendesk-connector-modal .product-team:hover {
    background-color: #EEEEEE;
    border-radius: 16px;
}

.zendesk-connector-modal .product-team {
    margin-right: 8px;
}

.zendesk-connector-modal .product-team .remove-product-team {
    width: 16px;
    height: 16px;
    border: 0;
    padding: 0;
    margin: 0 -6px 0 -4px;
    border-radius: 50%;
    color: transparent;
}

.zendesk-connector-modal .product-team:hover .remove-product-team {
    color: white;
    background-color: black;
}

.zendesk-connector-modal .product-team .remove-product-team .v-nativebutton-caption {
    font-size: 10px;
}

.zendesk-connector-modal .v-panel-content .padded {
    padding-left: 20px;
    padding-right: 12px;
}

.zendesk-connector-modal .v-caption-padded {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    height: 16px;
    margin-bottom: -16px;
    font-size: 16px;
    top: 6px;
    z-index: 1;
    line-height: 0;
}

.zendesk-connector-modal .gwt-RichTextToolbar-bottom,
.zendesk-connector-modal .gwt-RichTextToolbar-top div[title="Toggle Subscript"],
.zendesk-connector-modal .gwt-RichTextToolbar-top div[title="Toggle Superscript"],
.zendesk-connector-modal .gwt-RichTextToolbar-top div[title="Left Justify"],
.zendesk-connector-modal .gwt-RichTextToolbar-top div[title="Right Justify"],
.zendesk-connector-modal .gwt-RichTextToolbar-top div[title="Center"],
.zendesk-connector-modal .gwt-RichTextToolbar-top div[title="Insert Image"],
.zendesk-connector-modal .gwt-RichTextToolbar-top div[title="Insert Horizontal Rule"],
.zendesk-connector-modal .gwt-RichTextToolbar-top div[title="Create Link"],
.zendesk-connector-modal .gwt-RichTextToolbar-top div[title="Remove Link"],
.zendesk-connector-modal .gwt-RichTextToolbar-top div[title="Remove Formatting"] {
    display: none;
}

.zendesk-connector-modal .attachment-list-component > .v-slot:first-child {
    padding-top: 5px;
    border-top: 1px #eee solid;
}

.zendesk-connector-modal .attachment {
    vertical-align: top;
    margin: 0 12px 12px 0;
}

.zendesk-connector-modal .attachment .v-align-center {
    height: 80px;
}

.zendesk-connector-modal .attachment img {
    max-height: 80px;
    max-width: 80px;
}

.highlights__info-block-common {
    background-color: #fefde7;
    color: #474747;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    padding: 10px;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: left;
    max-width: 100%;
    position: relative;
    font-size: 14px;
}

.highlights__info-block-common div {
    font-size: 14px;
}

.highlights__info-block-error {
    background-color: #F9E5E4;
    color: #CF2E2D;
    border: 1px solid #E99E9E;
    border-radius: 4px;
    padding: 10px;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: left;
    max-width: 100%;
    position: relative;
    font-size: 14px;
}

.highlights__info-block-error div {
    font-size: 14px;
}

.rollup-like-border {
    padding: 10px 8px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

.light-border-box {
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.16);
}

.saml-panel .accordion-group {
    margin-left: 0;
}

.accordion-group {
    margin-left: 8px;
}

.defaults-config-checkbox.v-disabled {
    opacity: 0.7;
}

.default-tab-highlight > a,
.default-tab-highlight > a:focus,
.default-tab-highlight > a:hover {
    color: green !important;
    text-underline-color: green !important;;
    font-weight: bold;
}

.nav-tabs > li > a, .nav-pills > li > a {
    margin-right: 0;
}

div.v-button.button_with_empty_styles {
    text-shadow: none;
    box-shadow: none;
    border: none;
    background: transparent none;
    margin: 0;
    padding: 0;
}

div.v-button.button_with_empty_styles span.v-button-wrap {
    background-image: none;
    padding: 0;
}

div.v-button.button_with_empty_styles span.v-button-wrap img {
    height: 25px;
    width: 25px;
    cursor: pointer;
}

div.v-button.button_with_empty_styles:hover span.v-button-wrap img,
div.v-button.button_with_empty_styles:focus span.v-button-wrap img {
    filter: drop-shadow(0 0 1rem grey)
}

div.v-button.button_with_empty_styles:active span.v-button-wrap img {
    filter: drop-shadow(0 0 0.75rem black)
}

.highlights__edit-window .v-window-closebox {
    background-image: url(img/close_icon.png);
}

.highlights__note-block__content-container__text-area-compact {
    overflow: hidden;
}

.text-area-with-dots.text-overflow {
    cursor: pointer;
}

.highlights__note-block__content-container__text-area .text-area-with-dots {
    text-align: justify;
    height: unset !important;
}

.highlights__note-block__content-container__text-area.v-has-height {
    height: fit-content !important;
}

.grid__button_link button {
    background: none !important;
    border: none;
    padding: 0 !important;
    font: inherit;
    text-decoration: underline;
    cursor: pointer;
}

.grid__hide_editor_footer .v-grid-editor-footer {
    display: none;
}

.grid__fix_editor_showing .v-grid-editor {
    margin-top: 0;
}

.grid__header_background_image_fills_all th {
    background-size: contain;
}

.v-filterselect-item-gray {
    color: #A0A0A0;
}

.v-filterselect-item-light-red {
    color: #E99E9E;
}


.combobox__remove_button_contour .v-filterselect-button {
    border-radius: 50%;
    background-clip: content-box;
    height: 20px;
    width: 22px;
}

.demo-accounts-without-owner {
    border: 1px solid lightgray;
    border-radius: 5px;
}

.demo-account-holders-left-panel {
    border: 1px solid lightgray;
    border-radius: 5px 0 0 5px;
}

.demo-account-holders-right-panel {
    border: 1px solid lightgray;
    border-left-width: 0;
    border-radius: 0 5px 5px 0;
}

.bottom-border-1-px-lightgray {
    border: 0 solid lightgray;
    border-bottom-width: 1px;
}

.margin-top-2-px {
    margin-top: 2px;
}

.padding-8-px {
    padding: 8px;
}

.show-on-hover {
    opacity: 50%;
}

.show-on-hover:hover {
    opacity: 100%;
}

.cursor-pointer {
    cursor: pointer;
}

.my-demo-accounts-main-text {
    margin: 24px 24px 0 24px;
}

.my-demo-accounts-notification-link {
    margin: 2px 12px 8px 12px;
}

.bottom-padding-10 {
    padding-bottom: 10px;
}

.white-space-normal {
    white-space: normal;
}

.link_like_primary_button a {
    line-height: 15px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 4px 12px 4px 12px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    text-align: center;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    border: 1px solid #0044cc;
    border-radius: 4px;
    text-decoration: none !important;
}

.link_like_primary_button:hover a {
    background: #0044cc 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.link_like_primary_button.login-via-google-big-btn a {
    padding: 9px 12px 8px 12px;
}

.link_like_primary_button.login-via-google-big-btn a span {
    font-size: 17px;
}

.link_like_primary_button a span {
    font-size: 14px;
    text-decoration: none !important;
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
}

.login-via-google-big-btn a {
    height: 39px;
    width: 183px;
}

.ui-kit-big-yellow-warning {
    background-color: #fefde7;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    padding: 0;
    margin: 0;
    text-align: left;
    max-width: 100%;
    position: relative;
}

.ui-kit-big-red-error {
    background-color: #FFB6B6;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    padding: 0;
    margin: 0;
    /*text-align: left;*/
    max-width: 100%;
    /*position: relative;*/
}

.ui-kit-scrollbar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.ui-kit-scrollbar::-webkit-scrollbar-track {
    background-color: rgba(163, 172, 182, 0.2);
    border-radius: 5px;
}

.ui-kit-scrollbar::-webkit-scrollbar-thumb {
    background-color: rgba(163, 172, 182, 0.5);
    border: 0px solid transparent;
    border-radius: 5px;
    min-width: 80px;
    min-height: 80px;
}

.ui-kit-scrollbar::-webkit-scrollbar-corner {
    background-color: transparent;
}


a.ui-kit-link:hover {
    color: #48f;
    text-decoration: none;
}

a.ui-kit-link {
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    color: #48f;
    font: normal 14px/ 1.57142857 "Open sans", "lucida grande", "Segoe UI", arial, verdana, tahoma, "Hiragino Kaku Gothic ProN", "Osaka", "Meiryo UI", "Yu Gothic UI", sans-serif;
}


.ui-kit-blue-text {
    color: #48f;
}

.ui-kit-orange-text {
    color: #e8691f;
}

.ui-kit-gray-text {
    color: #707070;
}


.ui-kit-regular-font {
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    font-family: "Open sans", "lucida grande", "Segoe UI", arial, verdana, tahoma, "Hiragino Kaku Gothic ProN", "Osaka", "Meiryo UI", "Yu Gothic UI", sans-serif;
}


.ui-kit-text-12 {
    font-size: 12px;
}

.ui-kit-text-14 {
    font-size: 14px;
}

.ui-kit-text-16 {
    font-size: 16px;
}

.ui-kit-text-18 {
    font-size: 18px;
}


.ui-kit-button.ui-kit-button-compact span.v-nativebutton-caption {
    font-size: 12px;
}

.ui-kit-button.ui-kit-button-compact {
    padding: 2px 12px;
}

button.ui-kit-big-button span.v-nativebutton-caption {
    font-size: 16px;
}

.ui-kit-button span.v-nativebutton-caption {
    padding: 4px 0;
    font-size: 14px;
    line-height: 1.57142857;
}

.ui-kit-button {
    padding-top: 2px;
    vertical-align: top;
    line-height: 1.57142857;
    border-radius: 2px;
    font-family: "Open sans", "lucida grande", "Segoe UI", arial, verdana, tahoma, "Hiragino Kaku Gothic ProN", "Osaka", "Meiryo UI", "Yu Gothic UI", sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    background-image: none;
}

.ui-kit-button:hover {
    background-image: none;
}

.ui-kit-button:focus {
    background-image: none;
}

.ui-kit-disabled-btn-style {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    box-shadow: none;
    color: #333333;
    background-color: #e6e6e6;
}

.ui-kit-white-button {
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: rgba(0, 0, 0, 0.9);
    background: white none;
}

.ui-kit-white-button:hover {
    border: 1px solid #48f;
    background: white none;
}

.ui-kit-white-button:focus {
    background: white none;
}

.ui-kit-white-button:active {
    border-color: rgba(0, 0, 0, 0.9);
    background-color: rgba(0, 0, 0, 0.05);
}

.ui-kit-button.ui-kit-blue-button {
    border-color: transparent;
    background-color: #48f;
    color: white;
    text-shadow: none;
    box-shadow: none;
}

.ui-kit-blue-button:hover {
    background-color: #69a0ff;
}

.ui-kit-blue-button:focus {
    background-color: #48f;
    border-color: transparent;
}

.ui-kit-blue-button:active {
    background-color: #3d7ae6;
}

.ui-kit-button.ui-kit-orange-button {
    background-color: #FFA655;
    border-color: transparent;
    text-shadow: none;
    box-shadow: none;
    color: #fff;
}

.ui-kit-orange-button:hover {
    background-color: #FFC078;
}

.ui-kit-orange-button:focus {
    background-color: #FFC078;
}

.ui-kit-orange-button:active {
    background-color: #FF8938;
}

.ui-kit-button.ui-kit-red-button {
    background-color: #f15866;
    border-color: transparent;
    text-shadow: none;
    box-shadow: none;
    color: #fff;
}

.ui-kit-red-button:hover {
    background-color: #f47985;
}

.ui-kit-red-button:focus {
    background-color: #f47985;
}

.ui-kit-red-button:active {
    background-color: #d94f5c;
}

button.btn.ui-kit-button-link-compact:hover span {
    background: transparent none;
    text-decoration: none;
}

button.btn.ui-kit-button-link-compact span {
    text-decoration: underline;
    text-shadow: none;
    box-shadow: none;
    border: none;
    background: transparent none;
    padding: 0;
    margin: 0;
    color: #48f;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    font: 400 12px/ 1.57142857 "Open sans", "lucida grande", "Segoe UI", arial, verdana, tahoma, "Hiragino Kaku Gothic ProN", "Osaka", "Meiryo UI", "Yu Gothic UI", sans-serif;
}


.ui-kit-card {
    background-color: rgba(0, 0, 0, 0);
    border-top: 1px solid rgb(235, 235, 235);
}

.ui-kit-card.selected-card, .ui-kit-card.selected-card:hover {
    background-color: rgba(68, 136, 255, 0.16);
    border-color: rgb(175, 204, 255);
    border-bottom: 1px solid rgb(175, 204, 255);
}

.ui-kit-card:hover {
    background-color: rgba(0, 0, 0, 0.04);
}


.ui-kit-table tr, .ui-kit-table th, .ui-kit-table td {
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    font: normal 12px/ 20px "Open sans", "lucida grande", "Segoe UI", arial, verdana, tahoma, "Hiragino Kaku Gothic ProN", "Osaka", "Meiryo", "Yu Gothic", sans-serif;
    color: rgba(0, 0, 0, 0.87);
    font-weight: 300;
}

.ui-kit-table th {
    text-transform: uppercase;
}

.ui-kit-tooltip-container {
    margin: 15px 20px;
    position: fixed;
    z-index: 1000000000000;
}

.ui-kit-tooltip {
    max-width: 500px;
    line-height: 1.5;
    padding: 10px 20px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16), 0 0 1px 0 rgba(0, 0, 0, 0.16);
    background-color: white;
}

.v-link.blue a span {
    color: #48f;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.v-link.blue a:hover span,
.v-link.blue a:visited:hover span {
    color: #69a0ff;
}

.v-link.blue a:visited span {
    color: #48b;
}

button.btn.white-space-normal span {
    white-space: normal;
    text-align: left !important;
}

button.btn.btn-borderless {
    padding-left: 0;
    padding-right: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-color: transparent;
    background: transparent none;
    box-shadow: none;
}

button.btn.btn-borderless.blue {
    color: #48f;
}

button.btn.btn-borderless.blue.disabled {
    color: #000;
    cursor: default;
}

button.btn.btn-borderless.blue:not(.disabled):hover {
    color: #69a0ff;
}

button.btn.btn-borderless.blue {
    color: #48f;
}

button.btn.btn-borderless.blue.disabled {
    color: #000;
    cursor: default;
}

button.btn.btn-borderless.blue:not(.disabled):hover {
    color: #69a0ff;
}

button.btn.btn-borderless.gray {
    color: #606366;
}

button.btn.btn-borderless.gray.disabled {
    color: #000;
    cursor: not-allowed;
}

button.btn.btn-borderless.gray:not(.disabled):hover {
    color: #7A7C80;
}

button.btn.btn-borderless.green {
    color: #529E39;
}

button.btn.btn-borderless.green.disabled {
    color: #000;
    cursor: not-allowed;
}

button.btn.btn-borderless.green:not(.disabled):hover {
    color: #2BCA1A;
}

button.btn.btn-borderless.black {
    color: #222;
}

button.btn.btn-borderless.black:hover {
    color: #48f;
}

button.btn.btn-borderless.black.disabled:hover {
    color: #000;
}

button.btn.btn-borderless.black .v-nativebutton-caption {
    text-shadow: none;
    font: normal 12px/ 18px "Open sans", "lucida grande", "Segoe UI", arial, verdana, tahoma, "Hiragino Kaku Gothic ProN", "Osaka", "Meiryo", "Yu Gothic", sans-serif;
    -webkit-font-smoothing: antialiased;
}

button.v-nativebutton.btn.btn-borderless.menu {
    font: normal 12px/ 18px "Open sans", "lucida grande", "Segoe UI", arial, verdana, tahoma, "Hiragino Kaku Gothic ProN", "Osaka", "Meiryo", "Yu Gothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #616161;
    text-align: left !important;
    height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 0;
    padding-left: 8px;
}

button.btn.btn-borderless.menu.menu-active .v-nativebutton-caption {
    font-weight: bold;
    color: #212121;
}

button.btn.btn-borderless.menu:hover {
    background: #f5f5f5;
    color: #212121;
}

button.btn.font-awesome-button {
    border: 0;
    padding: 0px;
    margin: 1px;
}

button.btn.font-awesome-button.small span {
    font-size: 12px;
}

div.v-menubar-popup {
    border-radius: 4px;
}

.wrike-checkbox input[type=checkbox] {
    display: none;
}

.wrike-checkbox input[type=checkbox] + label:before {
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-size: 14px;
}

.wrike-checkbox input[type=checkbox] + label:before {
    color: black;
    content: "\f096";
}

.wrike-checkbox input[type=checkbox] + label:before {
    letter-spacing: 5px;
    vertical-align: middle;
}

.wrike-checkbox input[type=checkbox]:checked + label:before {
    content: "\f046";
    color: #48f;
}

.wrike-checkbox input[type=checkbox]:checked + label:before {
    letter-spacing: 3px;
}

.wrike-checkbox.v-select-optiongroup .v-select-option {
    line-height: 20px
}

.searchbox input.v-textfield {
    padding-right: 20px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #565656;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    font: normal 14px/ 24px "Open sans", "lucida grande", "Segoe UI", arial, verdana, tahoma, "Hiragino Kaku Gothic ProN", "Osaka", "Meiryo", "Yu Gothic", sans-serif;
}

.searchbox input.v-textfield:focus {
    border-color: #565656;
}

.searchbox .v-label {
    color: #7b7b7b;
    border-bottom: 1px solid #565656;
    line-height: 26px;
    height: 27px;
}

.searchbox button.btn.btn-borderless.black {
    color: #7b7b7b;
    text-shadow: none;
    height: 27px;
}

.searchbox .v-nativebutton-btn-borderless {
    margin-left: -10px;
}

.searchbox button.btn.btn-borderless.black:hover, .searchbox-datefield button.btn.btn-borderless.black:hover {
    color: #222;
}

.searchbox .v-horizontallayout {
    padding-right: 10px;
}

.searchbox-error input.v-textfield {
    border-color: #F15866;
}

.searchbox-error .v-label {
    color: #F15866;
    border-color: #F15866;
}

.searchbox-error button.btn.btn-borderless.black {
    color: #F15866;
}

.searchbox.searchbox-error input.v-textfield:focus {
    border-color: #F15866;
}

i.cycle {
    display: inline-block;
    border-radius: 50px;
    border: 1px solid;
    padding: 1px 4px 0 5px;
}

.pre-wrap-break-word,
.v-label.pre-wrap-break-word {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.history-tab-600px-width {
    width: 600px;
}

.history-tab-label-settings {
    color: #000000;
    white-space: pre-wrap;
    word-break: break-all;
}

.svg-icon svg {
    margin-bottom: -3px;
}

.multiselect-combobox {
    display: flex;
    flex-direction: column;
}

.multiselect-combobox label {
    -webkit-font-smoothing: antialiased;
    font: 400 14px/32px "Open sans", "lucida grande", "Segoe UI", arial, verdana, tahoma, "Hiragino Kaku Gothic ProN", "Osaka", "Meiryo UI", "Yu Gothic UI", sans-serif;

}

.multiselect-combobox label:hover {
    color: #48f;
    cursor: pointer;
}

.multiselect-combobox input[type=checkbox] {
    display: none;
}

.multiselect-combobox input[type=checkbox] + label:before {
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-size: 14px;
}

.multiselect-combobox input[type=checkbox] + label:before {
    content: "\f0c8";
    color: transparent;
}

.multiselect-combobox input[type=checkbox] + label:before {
    letter-spacing: 10px;
}

.multiselect-combobox input[type=checkbox]:checked + label:before {
    content: "\f00c";
    color: currentColor;
}

.multiselect-combobox input[type=checkbox]:checked + label:before {
    letter-spacing: 8px;
}

.multiselect-combobox.v-select-optiongroup .v-select-option {
    line-height: 20px
}

.multiselect-combobox.valo.btn span.v-nativebutton-caption {
    font: 400 14px/32px "Open sans", "lucida grande", "Segoe UI", arial, verdana, tahoma, "Hiragino Kaku Gothic ProN", "Osaka", "Meiryo UI", "Yu Gothic UI", sans-serif;
    text-shadow: none;
}

.v-caption-multiselect-combobox .v-captiontext {
    -webkit-font-smoothing: antialiased;
    font: 400 12px/20px "Open sans", "lucida grande", "Segoe UI", arial, verdana, tahoma, "Hiragino Kaku Gothic ProN", "Osaka", "Meiryo UI", "Yu Gothic UI", sans-serif;
    color: rgba(0, 0, 0, 0.32);
}

.multiselect-combobox.v-select-optiongroup {
    overflow-y: scroll;
}

.multiselect-combobox::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

.multiselect-combobox::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.multiselect-combobox.v-verticallayout.v-margin-bottom {
    padding-bottom: 5px;
}

.multiselect-combobox.v-verticallayout.v-margin-right {
    padding-right: 5px;
}

.multiselect-combobox.v-verticallayout.v-margin-left {
    padding-left: 5px;
}

.multiselect-combobox.v-verticallayout.v-margin-top {
    padding-top: 5px;
}

button.multiselect-combobox.btn.v-nativebutton .v-nativebutton-caption {
    -webkit-font-smoothing: antialiased;
    font: 400 14px/15px "Open sans", "lucida grande", "Segoe UI", arial, verdana, tahoma, "Hiragino Kaku Gothic ProN", "Osaka", "Meiryo UI", "Yu Gothic UI", sans-serif;
}

button.multiselect-combobox.btn.v-nativebutton.small .v-nativebutton-caption {
    font-size: 12px;
}

button.multiselect-combobox.borderless.v-nativebutton {
    padding-left: 0;
    padding-right: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-color: transparent;
    background: transparent none;
    box-shadow: none;
}

button.multiselect-combobox.borderless:hover {
    color: #48f;
}

.v-customcomponent-error button.multiselect-combobox.btn.v-nativebutton {
    border-color: #D6797B;
}

.searchbox-datefield .valo.v-datefield {
    font-size: 14px;
}

.searchbox-datefield .v-datefield-tiny [class*="button"]:before {
    font-weight: 100;
}

.searchbox-datefield .valo.v-datefield-tiny .v-datefield-button {
    color: #222;
    opacity: 1;
}

.wrike-font-style {
    font-size: 12px;
    line-height: 24px;
    font-family: "Open sans", "lucida grande", "Segoe UI", arial, verdana, tahoma, "Hiragino Kaku Gothic ProN", Osaka, Meiryo, "Yu Gothic", sans-serif;
    -webkit-font-smoothing: antialiased;
}

.disable-selection {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input.v-textfield.v-readonly {
    background: #FAFAFA;
    border-radius: 3px;
    border: 1px solid #c9c8c7;
}

input.v-textfield.v-readonly:focus {
    border-color: rgb(201, 200, 199);
}

input.v-textfield-readonly:focus {
    background-color: #FAFAFA;
}

svg {
    vertical-align: text-top;
}

.border-bottom-gray {
    border-bottom: #7e7e7e 1px solid;
}

.border-right-gray {
    border-right: #7e7e7e 1px solid;
}

.border-top-gray {
    border-top: #7e7e7e 1px solid;
}

.v-app input.v-textfield.textfield-large-30px {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    border: 1px solid black;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}

.v-app input.v-textfield.textfield-large-30px.v-textfield-error {
    border-color: #D6797B;
}

button.btn.btn-borderless.btn-large-30px .v-nativebutton-caption {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
}

button.btn.btn-borderless.btn-large-30px.editable {
    padding: 0;
    border-top: none;
    border-bottom: 1px dashed #2B98CE;
    border-radius: 0;
}

textarea.v-textarea.v-readonly.v-textarea-error {
    border: 1px solid #D6797B;
}

.access-code-panel {
    border-radius: 5px;
    border: 1px solid;
    padding: 10px;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: left;
    max-width: 100%;
    position: relative;
}

.access-code-panel.info {
    color: #000000;
    border-color: #d9d9d9;
}

.access-code-panel.success {
    border-color: #A8D670;
    color: #6A9230;
}

.font-monospace {
    font-family: Monaco, Courier New, monospace;
}

.v-window-max-width-800 {
    max-width: 800px;
}

.v-panel.new-year-theme > .v-panel-content {
    background-image: url("/supportapp/img/mini-santa.jpg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.v-layout.fixed {
    position: fixed;
}

.v-grid-row.grid-font-black > td {
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
}

.zebra-grid .v-grid-row.v-grid-row-stripe {
    background-color: #f0f0f0; /* Gray */
}

tr.v-grid-row.migration-rollback > td.v-grid-cell {
    background-color: #fcf8e3;
}

tr.v-grid-row.migration-rollback:hover > td.v-grid-cell {
    background-color: #faebcc;
}

.beta-flag_tooltip {
    position: relative;
    display: inline-block;
}

.beta-flag_tooltip .tooltiptext {
    visibility: hidden;
    width: 150px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.beta-flag_tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.beta-flag_tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.users-grid-hidden-button-cell button {
    display: none;
}

.users-grid-link-button-cell button {
    color: #48f;
    padding-left: 0;
    padding-right: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-color: transparent;
    background: transparent none;
    box-shadow: none;
}

.users-grid-link-button-cell button:hover {
    color: #69a0ff;
}

.users-grid-empty-link-button-cell button {
    padding-left: 0;
    padding-right: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-color: transparent;
    background: transparent none;
    box-shadow: none;
    cursor: default;
}

.user-grid-name-link {
    color: #48f;
    text-decoration: none;
    font-size: 14px;
}

.user-grid-avatar img {
    text-align: center;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

.v-window-borderless {
    background-color: white; /* adjust color as needed */
    border-width: 1px;
    border-color: slategray;
}

.v-window-borderless .v-window-contents {
    background: none;
}

.v-window-borderless .v-window-outerheader,
.v-window-borderless .v-window-footer,
.v-window-borderless .v-window-innerheader,
.v-window-borderless .v-window-border {
    display: none;
}

.vertical-align-top {
    vertical-align: top;
}

.user-groups-split-panel .v-splitpanel-hsplitter {
    background: rgba(250, 250, 250, 0);
    border: none;
    margin: 0;
}

.user-groups-split-panel .v-splitpanel-hsplitter div {
    width: 2px;
    min-width: 2px;
    max-width: 2px;
}

.icon-button-14px .v-icon {
    width: 14px;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
}

.button-link-padding2px.v-button.v-button-link {
    padding-top: 2px;
}

.v-label-wordwrap {
    white-space: normal !important;
    word-break: break-word !important;
}
.clickable-counter-box {
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid grey;
}

.clickable-counter-box:hover {
    background-color: #f5f9ff;
    border-color: #e0e9f7;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.clickable-counter-box.active {
    background-color: #eef5ff;
    border-color: #c0d3f0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}

.json-text-area-component.valo,
.json-text-area-component.valo .v-gridlayout-slot .v-widget,
.json-text-area-component.valo .v-textarea,
.json-text-area-component.valo .v-textfield,
.json-text-area-component.valo .v-caption,
.v-textfield.json-text-area-component,
.v-caption-json-text-area-component,
.json-text-area-component.valo .v-captiontext,
.json-text-area-component.valo .v-checkbox,
.json-text-area-component.valo .validation-label {
    display: block;
    float: left;
    box-sizing: border-box;
    font: normal 12px/24px "Open sans", "lucida grande", "Segoe UI", arial, verdana, tahoma, "Hiragino Kaku Gothic ProN", "Osaka", "Meiryo", "Yu Gothic", sans-serif;
    color: rgba(0, 0, 0, 0.87);
    -webkit-font-smoothing: antialiased;
}


.json-text-area-component.valo .v-label-success {
    background: white;
    color: rgba(0, 0, 0, 0.87);
    border: 2px solid #2c9720;
    border-radius: 2px;
    padding: 0 4px 0 28px;
    font: normal 12px/24px "Open sans", "lucida grande", "Segoe UI", arial, verdana, tahoma, "Hiragino Kaku Gothic ProN", "Osaka", "Meiryo", "Yu Gothic", sans-serif;
    -webkit-font-smoothing: antialiased;
}

.json-text-area-component.valo .v-label-warning {
    background: white;
    color: rgba(0, 0, 0, 0.87);
    border: 2px solid #8a6d3b;
    border-radius: 2px;
    padding: 0 4px 0 28px;
    font: normal 12px/24px "Open sans", "lucida grande", "Segoe UI", arial, verdana, tahoma, "Hiragino Kaku Gothic ProN", "Osaka", "Meiryo", "Yu Gothic", sans-serif;
    -webkit-font-smoothing: antialiased;
}

.value-column-word-wrap {
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
    max-width: 70%;
    line-height: 1.4;
}

pre, code {
    border: 1px solid #dbe1ec;
    border-radius: 4px;
    font-family: ui-monospace, "SFMono-Regular", "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    background-color: #f8fafc;
}

code {
    padding: 0 4px;
    color: #cb0020dd;
    caret-color: #cb0020dd;
}

pre {
    padding: 12px 8px;
    margin: 8px 0;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: auto;
}