.Application * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.royale * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.royale *:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.royale *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.Group {
}

.ToolTip {
    background-color: #FFFFCC;
    padding-left: 3px;
    padding-right: 3px;
}

.global {
    effect-timer-interval: 10;
}

* {
    box-sizing: border-box;
}

.:after {
    box-sizing: border-box;
}

.:before {
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    height: 100%;
}

::-moz-focus-inner {
    border: 0;
}

::-moz-focus-outer {
    border: 0;
}

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

select:focus {
    outline: none;
}

div:focus {
    outline: none;
}

label:focus {
    outline: none;
}

nav:focus {
    outline: none;
}

li:focus {
    outline: none;
}

select::-ms-expand {
    display: none;
}

button::-moz-focus-inner {
    padding: 0;
}

button {
    font-family: inherit;
    font-size: 100%;
}

input {
    font-family: inherit;
    font-size: 100%;
}

textarea {
    font-family: inherit;
    font-size: 100%;
}

.cursor-pointer {
    cursor: pointer !important;
}
.inline-block {
    display: inline-block;
}

.View {
}

.responsive-view {
    display: inline-flex;
    height: 100%;
    width: 100%;
}

.Group {
}

.jewel.group {
    overflow: visible;
}

.HGroup {
}

.VGroup {
}

.Grid {
}

.Container {
}

.Image {
}

hr {
    background-color: #d9d9d9;
    border: 0;
    height: 1px;
}

.responsiveSizeMonitor {
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    color: white;
    padding: 10px;
    position: fixed;
    right: 0;
    width: 250px;
}

.responsiveSizeMonitor strong {
    color: yellow;
}
.jewel.button {
    border-width: 0 10px;
    border-image: url("embedded/style/button.png");
    border-image-slice: 0 10 0 10 fill;
    border-image-repeat: stretch;
    border-radius: 0;
    height: 30px;
    background-color: transparent;
    padding: 0 2px;
    min-width: 37px;
    background: none;
    color: #000000;
    font-weight: bold;
    text-transform: none;
    cursor: pointer;
    position: relative;
}

.jewel.button.multiline {
    white-space: pre-wrap;
}

.jewel.button .fonticon {
    cursor: inherit;
}

.jewel.button.viewport {
    overflow: visible;
}

.jewel.buttonbar .jewel.button {
    border-radius: 0;
}

.jewel.buttonbar .jewel.togglebutton {
    border-radius: 0;
}

.jewel.buttonbar .jewel.button.first {
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.jewel.buttonbar .jewel.togglebutton.first {
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.jewel.buttonbar .jewel.button.last {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.jewel.buttonbar .jewel.togglebutton.last {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.jewel.checkbox {
    display: inline-flex;
    min-height: 14px;
    margin: 0;
    padding: 0;
    position: relative;
}

.jewel.checkbox input {
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: inline-flex;
    height: 24px;
    margin: 0;
    opacity: 0;
    padding: 0;
    width: 24px;
    position: absolute;
}

.jewel.checkbox input+span::before {
    background: linear-gradient(white, #f3f3f3);
    border-radius: 3px;
    border: 1px solid black;
    content: " ";
    height: 22px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 22px;
}

.jewel.checkbox input+span::after {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 22' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='22' height='22' fill-opacity='0'/%3E%3Cpolygon fill='%233CADF1' points='3.50018311 12.4854126 8.48547363 17.4989624 18.4641113 7.47589111 15.5010376 4.51739502 8.48547363 11.5650024 6.52087402 9.47265625'/%3E%3C/svg%3E") no-repeat center center;
    border-radius: 3px;
    border: 1px solid transparent;
    content: " ";
    height: 22px;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: 0px;
    transform: scale(0);
    transition: all 0.3s ease;
    width: 22px;
}

.jewel.checkbox input:checked+span::after {
    opacity: 1;
    transform: scale(1);
}

.jewel.checkbox input:checked:active+span::after {
    opacity: 1;
    transform: scale(1);
}

.jewel.checkbox input:focus+span::before {
    background: linear-gradient(#cbe9fb, #9bd5f8);
    border-radius: 3px;
    border: 1px solid #0f88d1;
    outline: none;
}

.jewel.checkbox input:checked:focus+span::before {
    background: linear-gradient(#cbe9fb, #9bd5f8);
    border-radius: 3px;
    border: 1px solid #0f88d1;
    outline: none;
}

.jewel.checkbox input:checked:active:focus+span::before {
    background: linear-gradient(#cbe9fb, #9bd5f8);
    border-radius: 3px;
    border: 1px solid #0f88d1;
    outline: none;
}

.jewel.checkbox input[disabled]+span {
    color: silver;
    cursor: unset;
}

.jewel.checkbox span {
    cursor: pointer;
    margin: auto;
    padding-left: 20px;
    width: inherit;
    white-space: pre-line;
}

.jewel.combobox {
    display: inline-flex;
}

.jewel.combobox .jewel.textinput {
    display: block;
}

.jewel.combobox .jewel.button::before {
    line-height: 22px;
    margin: 0;
    padding: 0;
}

.jewel.combobox .jewel.button::after {
    background-size: 66%;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(0.000000, -1.000000)' fill='%233CADF1' fill-rule='nonzero'%3E%3Cg transform='translate(-2.000000, 0.000000)'%3E%3Cpolygon transform='translate(8.000000, 4.705000) scale(1, -1) translate(-8.000000, -4.705000) ' points='3.41 8.41 8 3.83 12.59 8.41 14 7 8 1 2 7'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
    content: " ";
    height: 22px;
    left: calc(50% - 8px);
    position: absolute;
    top: calc(50% - 11px);
    width: 14px;
}

.combobox-popup {
    bottom: 0;
    color: rgba(0, 0, 0, 0.8);
    contain: strict;
    height: 100%;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 60;
}

.combobox-popup .jewel.list {
    bottom: auto;
    box-shadow: 0px 0px 6px 1px rgba(1, 1, 1, 0.7) !important;
    left: 50%;
    opacity: 0;
    position: relative;
    top: calc(100% - 10px);
    transform: translate(-50%, 100%);
    transition: none;
    will-change: transform, opacity;
}

.combobox-popup.open {
    pointer-events: auto;
}
.combobox-popup.open .jewel.list {
    opacity: 1;
    transform: translate(-50%, -100%);
    transition: transform 0.3s 0ms, opacity 0.3s 0ms;
}

.jewel.datagrid {
    background: linear-gradient(white, #f3f3f3);
    border-bottom: 1px solid #E1DACA;
    display: flex;
    flex-direction: column;
    overflow: auto;
    position: relative;
}

.jewel.datagrid .jewel.buttonbar.header {
    background: linear-gradient(#f3f3f3, #e6e6e6);
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border: 0 none;
    box-shadow: none;
    flex: 0 0 auto;
    width: 100%;
}

.jewel.datagrid .jewel.buttonbar.header .jewel.button {
    width: 100%;
}

.jewel.datagrid .listarea {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-width: 0px;
    border-color: #b3b3b3;
    border-left-width: 0px;
    border-right-width: 0px;
    border-style: solid;
    border-top-width: 0px;
    flex: 1 1 auto;
    width: 100%;
}

.jewel.datagrid .jewel.list.column {
    border-bottom-width: 0px;
    border-radius: 0px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    background-color: #ffffff;
}

.jewel.datagrid .jewel.list.column .jewel.item.datagrid {
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid #E6E6E6;
    border-left: none;
    border-radius: 0;
    border-right: 0;
    border-top: none;
    box-shadow: none;
    width: 100%;
    padding: 5px 5px 5px 5px;
    white-space: nowrap;
}

.jewel.datagrid span:empty:before {
    content: "\200b";
}

.jewel.datechooser .jewel.table {
    background: white;
    border-radius: 0.25rem;
    border: 1px solid #d9d9d9;
    box-shadow: none;
    /*min-height: 364px;*/
    /*min-width: 324px;*/
}

.jewel.datechooser .jewel.table .jewel.tableheadercell.buttonsRow>.layout.horizontal {
    float: right;
}

.jewel.datechooser .jewel.table .jewel.tableheadercell.buttonsRow .viewSelector::after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(0.000000, -1.000000)' fill='%233CADF1' fill-rule='nonzero'%3E%3Cg transform='translate(-2.000000, 0.000000)'%3E%3Cpolygon transform='translate(8.000000, 4.705000) scale(1, -1) translate(-8.000000, -4.705000) ' points='3.41 8.41 8 3.83 12.59 8.41 14 7 8 1 2 7'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: right 0 center;
    background-repeat: no-repeat;
    content: " ";
    height: 8px;
    padding-right: 8px;
    width: 14px;
}

.jewel.datechooser .jewel.table .jewel.tableheadercell.buttonsRow .previousButton::after {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 12' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-7.000000, -5.000000)'%3E%3Crect x='0' y='0' width='22' height='22'%3E%3C/rect%3E%3Cpath d='M14.9911518,6.4116803 C14.9876664,5.88503401 14.7746504,5.53560917 14.5762939,5.35284424 C14.3779375,5.17007931 14.0808684,5.04951371 13.4608967,5.00170898 L7.01066011,11.0034834 L13.4822102,17.0014648 C14.1196233,16.9113382 14.3962441,16.8099967 14.5762939,16.6435547 C14.7563438,16.4771126 14.9881385,16.1084637 15.0074566,15.5914935 L10.0769967,11.0034834 L14.9911518,6.4116803 Z' fill='%233CADF1' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
    content: " ";
    height: 14px;
    left: calc(50% - 9px);
    position: absolute;
    top: calc(50% - 7px);
    width: 14px;
}

.jewel.datechooser .jewel.table .jewel.tableheadercell.buttonsRow .nextButton::after {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 12' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-7.000000, -5.000000)'%3E%3Crect x='0' y='0' width='22' height='22'%3E%3C/rect%3E%3Cpath d='M14.9911518,6.4116803 C14.9876664,5.88503401 14.7746504,5.53560917 14.5762939,5.35284424 C14.3779375,5.17007931 14.0808684,5.04951371 13.4608967,5.00170898 L7.01066011,11.0034834 L13.4822102,17.0014648 C14.1196233,16.9113382 14.3962441,16.8099967 14.5762939,16.6435547 C14.7563438,16.4771126 14.9881385,16.1084637 15.0074566,15.5914935 L10.0769967,11.0034834 L14.9911518,6.4116803 Z' fill='%233CADF1' fill-rule='nonzero' transform='translate(11.009058, 11.001587) scale(-1, 1) translate(-11.009058, -11.001587) '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
    content: " ";
    height: 14px;
    left: calc(50% - 5px);
    position: absolute;
    top: calc(50% - 7px);
    width: 14px;
}

.jewel.datefield {
    display: inline-flex;
}

.jewel.datefield .jewel.textinput input {
    border-radius: 0.25rem 0px 0px 0.25rem;
    width: 9.2em;
}

.jewel.datefield .jewel.button::before {
    line-height: 22px;
    margin: 0;
    padding: 0;
}

.jewel.datefield .jewel.button::after {
    background-size: 66%;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 22' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Crect x='0' y='0' width='22' height='22'%3E%3C/rect%3E%3Cpath d='M18.3333333,2.75 L17.4166667,2.75 L17.4166667,0.916666667 L15.5833333,0.916666667 L15.5833333,2.75 L6.41666667,2.75 L6.41666667,0.916666667 L4.58333333,0.916666667 L4.58333333,2.75 L3.66666667,2.75 C2.65833333,2.75 1.83333333,3.575 1.83333333,4.58333333 L1.83333333,19.25 C1.83333333,20.2583333 2.65833333,21.0833333 3.66666667,21.0833333 L18.3333333,21.0833333 C19.3416667,21.0833333 20.1666667,20.2583333 20.1666667,19.25 L20.1666667,4.58333333 C20.1666667,3.575 19.3416667,2.75 18.3333333,2.75 Z M18.3333333,19.25 L3.66666667,19.25 L3.66666667,7.33333333 L18.3333333,7.33333333 L18.3333333,19.25 Z' fill='%233CADF1' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
    content: " ";
    height: 22px;
    left: calc(50% - 11px);
    position: absolute;
    top: calc(50% - 11px);
    width: 22px;
}

.datechooser-popup {
    bottom: 0;
    color: rgba(0, 0, 0, 0.8);
    contain: strict;
    height: 100%;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    width: 100%;
    z-index: 60;
}

.datechooser-popup::before {
    background-color: rgba(0, 0, 0, 0.65);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.4s 0ms;
    width: 100%;
    will-change: opacity;
}

.datechooser-popup .jewel.table {
    bottom: auto;
    box-shadow: 0px 0px 6px 1px rgba(1, 1, 1, 0.7) !important;
    left: 50%;
    opacity: 0;
    position: relative;
    top: calc(100% - 10px);
    touch-action: none;
    transform: translate(-50%, 100%);
    transition: none;
    will-change: transform, opacity;
}

.datechooser-popup.open {
    pointer-events: auto;
}

.datechooser-popup.open::before {
    opacity: 1;
}

.datechooser-popup.open .jewel.table {
    opacity: 1;
    transform: translate(-50%, -100%);
    transition: transform 0.4s 0ms, opacity 0.4s 0ms;
}

.jewel.divider {
    border-bottom-color: #d9d9d9;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: 0;
    margin: 0;
}

.jewel.dropdownlist {
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: white;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(0.000000, -1.000000)' fill='%233CADF1' fill-rule='nonzero'%3E%3Cg transform='translate(-2.000000, 0.000000)'%3E%3Cpolygon transform='translate(8.000000, 4.705000) scale(1, -1) translate(-8.000000, -4.705000) ' points='3.41 8.41 8 3.83 12.59 8.41 14 7 8 1 2 7'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: right 0.7em center;
    background-repeat: no-repeat;
    background-size: 1.08em;
    border-radius: 0.25rem;
    border: 1px solid #b3b3b3;
    cursor: pointer;
    display: inline-flex;
    line-height: normal !important;
    margin: 0;
    outline: none;
    padding: 0.68em 2.38em 0.68em 1.12em;
    width: 200px;
}
.jewel.formheading .jewel.label.headingLabel {
    flex: 1 1 auto;
    white-space: initial;
}

.fonticon {
    cursor: default;
}

.fonticon.size-18 {
    font-size: 18px;
}

.fonticon.size-24 {
    font-size: 24px;
}

.fonticon.size-36 {
    font-size: 36px;
}

.fonticon.size-48 {
    font-size: 48px;
}

.jewel.imagebutton {
    border-style: none;
    outline: 0;
    padding: 0px;
}

.jewel.item {
    background: transparent;
    cursor: auto;
    flex-shrink: 0;
    letter-spacing: 0;
    line-height: normal !important;
    list-style: none;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.jewel.navigationlink {
    color: rgba(0, 0, 0, 0.6);
    cursor: auto;
    flex-shrink: 0;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 0;
    line-height: normal !important;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0 16px;
    position: relative;
    text-decoration: none;
}

.jewel.tabbarbutton {
    background: transparent;
    border: none;
    color: rgba(0, 0, 0, 0.6);
    cursor: auto;
    flex-shrink: 0;
    flex: 1 0 auto !important;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: normal !important;
    list-style: none;
    margin: 0;
    outline: none;
    overflow: initial;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    white-space: nowrap;
    z-index: 1;
}

.jewel.item.selectable {
    cursor: pointer;
}

.jewel.item.hoverable {
    cursor: pointer;
}

.jewel.navigationlink.selectable {
    cursor: pointer;
}

.jewel.navigationlink.hoverable {
    cursor: pointer;
}

.jewel.tabbarbutton.selectable {
    cursor: pointer;
}

.jewel.tabbarbutton.hoverable {
    cursor: pointer;
}

.jewel.item .fonticon {
    cursor: inherit;
}

.jewel.navigationlink .fonticon {
    cursor: inherit;
}

.jewel.tabbarbutton .fonticon {
    cursor: inherit;
}

.jewel.label {
    -webkit-font-smoothing: antialiased;
    cursor: default;
    line-height: 16px;
    white-space: pre;
}

.jewel.label.multiline {
    line-height: normal;
    max-width: 100%;
    white-space: pre-wrap;
    word-wrap: break-word;
    line-height: 1.7;
}

.jewel.label.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
}

.Label {
}

.viewport {
    overflow: visible;
}

.jewel.clipped {
    overflow: hidden;
}

.viewport.scroll {
    overflow: auto;
}

.layout.basic {
    position: relative;
}

.layout.basic>* {
    position: absolute;
}

.layout {
    display: flex;
}

.layout.horizontal {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
}

.layout.horizontal>* {
    flex: 0 1 auto;
    position: relative;
}

.layout.horizontal.flow {
    flex-wrap: wrap;
    max-width: 100%;
}

.layout.horizontal.centered {
    align-content: center;
    align-items: center;
    justify-content: center;
}

.layout.horizontal.centered>* {
    flex: 0 0 auto !important;
}

.layout.horizontal.tile {
    flex-wrap: wrap;
}

.layout.horizontal.formitem {
    align-items: flex-start;
    width: 100%;
}
.layout.horizontal.sameWidths>* {
    flex: 1 0 0;
}

.layout.horizontal.pixelWidths>* {
    flex: none;
}

.layout.horizontal.proportionalWidths>* {
    flex: 1 0;
}

.layout.horizontal.percentWidths>* {
    flex: 1 0 auto;
}

.layout.horizontal.naturalWidths>* {
    flex: none;
}

.layout.vertical {
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
}

.layout.vertical>* {
    flex: 0 1 auto;
    position: relative;
}

.layout.vertical.flow {
    flex-wrap: wrap;
}

.layout.vertical.centered {
    align-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.layout.vertical.centered>* {
    flex: 0 0 auto !important;
}

.layout.vertical.tile {
    flex-wrap: wrap;
}

.layout.vertical.form {
    width: 100%;
}
.layout.grid {
    flex-flow: row wrap;
    width: 100%;
}

.layout.grid>* {
    flex: 1 1 auto;
    max-width: 100%;
    width: 100%;
}

.layout.grid.gap>* {
    margin: 5px;
}

.layout.horizontal.itemsSpaceBetween {
    justify-content: space-between;
}

.layout.vertical.itemsSpaceBetween {
    justify-content: space-between;
}

.layout.grid.itemsSpaceBetween {
    justify-content: space-between;
}

.layout.horizontal.itemsSpaceAround {
    justify-content: space-around;
}

.layout.vertical.itemsSpaceAround {
    justify-content: space-around;
}

.layout.grid.itemsSpaceAround {
    justify-content: space-around;
}

.layout.horizontal.itemsSameHeight>*>* {
    min-height: 100%;
}

.layout.vertical.itemsSameHeight>*>* {
    min-height: 100%;
}

.layout.grid.itemsSameHeight>*>* {
    min-height: 100%;
}

.layout.horizontal.itemsExpand {
    width: 100%;
}

.layout.vertical.itemsExpand {
    width: 100%;
}

.layout.grid.itemsExpand {
    width: 100%;
}

.layout.horizontal.itemsExpand>* {
    flex: 1 0 auto;
}

.layout.vertical.itemsExpand>* {
    flex: 1 0 auto;
}

.layout.grid.itemsExpand>* {
    flex: 1 0 auto;
}

.layout.horizontal.itemsCentered {
    align-items: center;
}

.layout.grid.itemsCentered {
    align-items: center;
}

.layout.horizontal.itemsTop {
    align-items: flex-start;
}

.layout.grid.itemsTop {
    align-items: flex-start;
}

.layout.horizontal.itemsBottom {
    align-items: flex-end;
}

.layout.grid.itemsBottom {
    align-items: flex-end;
}

.layout.horizontal.itemsLeft {
    justify-content: flex-start;
}

.layout.grid.itemsLeft {
    justify-content: flex-start;
}

.layout.horizontal.itemsCenter {
    justify-content: center;
}

.layout.grid.itemsCenter {
    justify-content: center;
}

.layout.horizontal.itemsRight {
    justify-content: flex-end;
}

.layout.grid.itemsRight {
    justify-content: flex-end;
}

.layout.vertical.itemsCentered {
    justify-content: center;
}

.layout.vertical.itemsTop {
    justify-content: flex-start;
}

.layout.vertical.itemsBottom {
    justify-content: flex-end;
}

.layout.vertical.itemsLeft {
    align-items: flex-start;
}

.layout.vertical.itemsCenter {
    align-items: center;
}

.layout.vertical.itemsRight {
    align-items: flex-end;
}

.layout.table table {
    display: table;
}

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.visible-desktop {
    display: none !important;
}

.visible-widescreen {
    display: none !important;
}

.hidden-phone {
    display: flex !important;
}

.hidden-tablet {
    display: flex !important;
}

.hidden-desktop {
    display: flex !important;
}

.hidden-widescreen {
    display: flex !important;
}

.jewel.list {
    -webkit-overflow-scrolling: touch;
    align-content: flex-start;
    align-items: stretch;
    background: linear-gradient(white, #f3f3f3);
    /*border-radius: 3px;*/
    /*border: 1px solid #b3b3b3;*/
    border: 1px solid #E6E6E6;
    /*box-shadow: inset 0 1px 0 white;*/
    /*color: #808080;*/
}

.jewel.navigation {
    -webkit-overflow-scrolling: touch;
    align-content: flex-start;
    align-items: stretch;
    background-color: #ffffff;
}

.jewel.list>* {
    flex: 0 0 auto;
}

.jewel.navigation>* {
    flex: 0 0 auto;
}

.jewel.list.no-chrome {
    background: transparent;
    border: none;
}

.jewel.navigation.no-chrome {
    background: transparent;
    border: none;
}

.jewel.list.horizontalScroll {
    align-items: baseline !important;
}

.jewel.navigation.horizontalScroll {
    align-items: baseline !important;
}

.jewel.list.horizontalScroll .jewel.item {
    overflow: initial;
}

.jewel.navigation.horizontalScroll .jewel.item {
    overflow: initial;
}

.jewel.numericstepper {
    display: flex;
    flex-flow: column wrap;
    height: 38px;
}

.jewel.numericstepper .jewel.spinner {
    display: none;
    order: -1;
}

.jewel.numericstepper .jewel.textinput {
    display: inline-flex;
    order: 0;
    width: calc(100% - 19px);
    height: 22px;
    z-index: 1;
}

.jewel.numericstepper .jewel.button::after {
    content: " ";
    position: absolute;
}

.jewel.numericstepper .jewel.button.up {
    border: none;
    order: 1;
    padding: 0;
    width: 19px;
    height: 10px;
    min-width: 19px;
}

.jewel.numericstepper .jewel.button.down {
    border: none;
    border-top-style: groove;
    order: 2;
    padding: 0;
    width: 19px;
    height: 11px;
    min-width: 19px;
}

.NumericStepper {
}

.Spinner {
}

.jewel.popup {
    display: inline-flex;
}

.popup-content {
    bottom: 0;
    contain: strict;
    height: 100%;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    width: 100%;
    z-index: 40;
    display: flex;
    align-items: flex-start;
}
.popup-center {
    justify-content: center;
    align-items: center;
}
.popup-content .jewel.popupcontent {
    background: white;
    border-radius: 10px;
    border: 0px;
    bottom: auto;
    display: inline-flex;
    opacity: 0;
    padding: 20px;
    position: relative;
    touch-action: none;
}

.popup-content.open {
    pointer-events: auto;
}

.popup-content.open::before {
    opacity: 1;
}

.popup-content.open .jewel.popupcontent {
    opacity: 1;
    display: flex;
}

.PopUp {
}

.jewel.radiobutton {
    display: inline-flex;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
}

.jewel.radiobutton input {
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: inline-flex;
    height: 12px;
    margin: 0;
    opacity: 0;
    padding: 0;
    width: 12px;
}

.jewel.radiobutton input+span::before {
    background: linear-gradient(white, #f3f3f3);
    border-radius: 50%;
    border: 1px solid black;
    content: " ";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 12px;
    height: 12px;
}

.jewel.radiobutton input+span::after {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 22' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='22' height='22' fill-opacity='0'/%3E%3Ccircle fill='%23323231' cx='11' cy='11' r='6'/%3E%3C/svg%3E") no-repeat center center;
    border-radius: 50%;
    border: 1px solid transparent;
    content: " ";
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    transform: scale(0);
    transition: all 0.3s ease;
    height: 12px;
    width: 12px;
}

.jewel.radiobutton input:checked+span::after {
    opacity: 1;
    transform: scale(1);
}

.jewel.radiobutton input:checked:active+span::after {
    opacity: 1;
    transform: scale(1);
}

.jewel.radiobutton input:focus+span::before {
    background: linear-gradient(white, #f3f3f3);
    border-radius: 50%;
    border: 1px solid black;
    outline: none;
}

.jewel.radiobutton input:checked:focus+span::before {
    background: linear-gradient(white, #f3f3f3);
    border-radius: 50%;
    border: 1px solid black;
    outline: none;
}

.jewel.radiobutton input:checked:active:focus+span::before {
    background: linear-gradient(white, #f3f3f3);
    border-radius: 50%;
    border: 1px solid black;
    outline: none;
}

.jewel.radiobutton input[disabled]+span {
    color: silver;
    cursor: unset;
}

.jewel.radiobutton span {
    cursor: pointer;
    margin: 0;
    padding-left: 8px;
    width: inherit;
}

.jewel.section {
    display: none;
    flex-flow: column nowrap;
    height: 100%;
}

.jewel.section>* {
    flex: 0 0 auto;
}

.jewel.section.is-selected {
    display: flex;
}

.jewel.slider {
    background: none;
    display: flex !important;
    flex-direction: row;
    height: 27px;
    position: relative;
}

.jewel.slider input {
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    align-self: center;
    appearance: none;
    background: transparent;
    cursor: pointer;
    height: 36px;
    margin: 0 20px;
    outline: 0;
    padding: 0;
    user-select: none;
    width: calc(100% - 40px);
    z-index: 1;
}

.jewel.slider input::-webkit-slider-runnable-track {
    background: transparent;
}

.jewel.slider input::-moz-range-track {
    background: transparent;
    border: none;
}

.jewel.slider input::-ms-track {
    background: none;
    border: none;
    color: transparent;
    height: 6px;
    width: 100%;
}

.jewel.slider input::-ms-fill-lower {
    background: linear-gradient(#4ab3f2, #2ea7f0);
    border-radius: 3px;
    border: 1px solid #0f88d1;
    box-shadow: inset 0 1px 0 #9bd5f8;
    padding: 0;
}

.jewel.slider input::-ms-fill-upper {
    background: linear-gradient(white, #e6e6e6);
    border-radius: 3px;
    border: 1px solid #b3b3b3;
    padding: 0;
}

.jewel.slider input::-webkit-slider-thumb {
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: linear-gradient(#4ab3f2, #2ea7f0);
    border-radius: 50%;
    border: 1px solid #0f88d1;
    box-shadow: inset 0 1px 0 #9bd5f8, 0 0 0 1px rgba(255, 255, 255, 0.3);
    height: 18px;
    width: 18px;
}

.jewel.slider input::-moz-range-thumb {
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: linear-gradient(#4ab3f2, #2ea7f0);
    border-radius: 50%;
    border: 1px solid #0f88d1;
    box-shadow: inset 0 1px 0 #9bd5f8, 0 0 0 1px rgba(255, 255, 255, 0.3);
    height: 18px;
    width: 18px;
}

.jewel.slider input:focus {
    outline: none;
}

.jewel.slider input[disabled] {
    cursor: unset;
}

.jewel.slider input::-ms-tooltip {
    display: none;
}

.slider-track-container {
    background: transparent;
    border: 0;
    display: flex;
    height: 6px;
    left: 0;
    margin: 0 29px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -3px);
    width: calc(100% - 58px);
}

.slider-track-fill {
    background: linear-gradient(#4ab3f2, #2ea7f0);
    border-radius: 3px;
    border: 1px solid #0f88d1;
    box-shadow: inset 0 1px 0 #9bd5f8;
    flex: 0;
    padding: 0;
    position: relative;
}

.slider-track {
    background: linear-gradient(white, #e6e6e6);
    border-radius: 3px;
    border: 1px solid #b3b3b3;
    flex: 0;
    padding: 0;
    position: relative;
}

.vslider {
    display: inline-block;
    min-height: 36px;
    min-width: 23px;
    position: relative;
}

.vslider .transform-container {
    display: inline-block;
    height: 100%;
    margin-left: calc(50% - 23px/2);
    position: absolute;
}

.vslider .sizer {
    height: 100%;
    visibility: hidden;
}

.vslider .jewel.slider {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-50%, -50%) rotate(270deg) translate(-50%, 50%);
}

.vslider .jewel.slider input {
    margin-left: 0;
    margin-right: 0;
    margin-top: 6px;
    width: 100%;
}

.vslider .slider-track-container {
    margin: 2px 0 0 0;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
}

.jewel.tablecell .vslider .transform-container {
    margin-left: calc(50% - 27px/2*2);
}

.jewel.snackbar {
    bottom: 0;
    justify-content: center;
    position: fixed;
    transform: translate(0, 100%);
    transition: transform 0.4s 0ms;
    width: 100%;
    will-change: transform;
    z-index: 40;
}

.jewel.snackbar-content {
    background: #2C3E50;
    border-radius: 0.25rem 0.25rem 0px 0px;
    max-width: 568px;
    min-width: 288px;
    padding: 0.68em 1.12em;
    position: relative;
}

.jewel.snackbar-message {
    color: #FFFFFF;
    float: left;
    margin: 10px;
}

.jewel.snackbar-action {
    color: #FFD740;
    cursor: pointer;
    float: right;
    padding: 10px;
}

.jewel.tabbar {
    -ms-overflow-style: -ms-autohiding-scrollbar !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    transform: none;
    will-change: transform;
}

.jewel.tabbar::-webkit-scrollbar {
    background-color: transparent;
    display: none !important;
    height: 0 !important;
    width: 0 !important;
}

.jewel.tabbar::-webkit-scrollbar-thumb {
    display: none !important;
}

.jewel.tabbarbutton>.content {
    align-items: center;
    display: flex;
    height: inherit;
}

.jewel.tabbarbutton ._internal_ {
    position: absolute;
}

.jewel.tabbarbutton .indicator {
    display: flex;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.jewel.tabbarbutton .indicator>.indicator-content {
    align-self: flex-end;
    background-color: #3CADF1;
    opacity: 0;
}

.jewel.tabbarbutton.indicator-opposite-side .indicator>.indicator-content {
    align-self: flex-start;
}

.jewel.tabbarbutton.selected .indicator>.indicator-content {
    opacity: 1;
}

.jewel.tabbar.layout.horizontal ._internal_ {
    bottom: 0;
}

.jewel.tabbar.layout.horizontal .indicator>.indicator-content {
    height: 2px;
    width: 100%;
}

.jewel.tabbar.layout.horizontal .indicator-opposite-side ._internal_ {
    bottom: initial;
    top: 0;
}

.jewel.tabbar.layout.horizontal .indicator-opposite-side .indicator>.indicator-content {
    bottom: initial;
}

.jewel.tabbar.layout.vertical ._internal_ {
    right: 0;
}

.jewel.tabbar.layout.vertical .indicator>.indicator-content {
    height: 100%;
    position: absolute;
    right: 0;
    width: 2px;
}

.jewel.tabbar.layout.vertical .indicator-opposite-side ._internal_ {
    left: 0;
    right: initial;
}

.jewel.tabbar.layout.vertical .indicator-opposite-side .indicator>.indicator-content {
    right: initial;
}

.jewel.simpletable {
    background: linear-gradient(white, #f3f3f3);
    border-radius: 0.25rem;
    border-spacing: 0px;
    border: 1px solid #b3b3b3;
    box-shadow: inset 0 1px 0 white;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

.jewel.simpletable .jewel.tableheadercell {
    background: linear-gradient(white, #f3f3f3);
    border-left: 1px solid #d9d9d9;
    box-shadow: inset 0 1px 0 white;
    color: #808080;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal !important;
    padding: 12px;
    position: relative;
    text-align: left;
    text-overflow: ellipsis;
    vertical-align: bottom;
}

.jewel.simpletable .jewel.tbody .jewel.tablerow {
    position: relative;
    transition-duration: 0.28s;
    transition-property: background-color;
}

.jewel.simpletable .jewel.tablecell {
    border-left: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    position: relative;
}

.jewel.table table {
    border-spacing: 0px;
    width: 100%;
}

.jewel.table .jewel.tableheadercell {
    background: linear-gradient(white, #f3f3f3);
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    box-shadow: inset 0 1px 0 white;
    color: #808080;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal !important;
    padding: 12px;
    position: relative;
    text-align: left;
    text-overflow: ellipsis;
    vertical-align: bottom;
}

.jewel.table .jewel.tbody .jewel.tablerow {
    position: relative;
    transition-duration: 0.28s;
    transition-property: background-color;
}

.jewel.table .jewel.tablecell {
    border-left: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    height: 100%;
    position: relative;
}

.jewel.table.fixedHeader {
    overflow-y: auto;
}

.jewel.table.fixedHeader .jewel.tableheadercell {
    position: sticky;
    top: 0;
    z-index: 1;
}

.jewel.tableitem {
    cursor: auto;
    height: 100%;
    letter-spacing: 0;
    line-height: normal !important;
    overflow: hidden;
    text-decoration: none;
}

.jewel.tableitem.selectable {
    cursor: pointer;
}

.empty-cell {
    pointer-events: none;
}

.alignTextLeft {
    text-align: left;
}

.alignTextRight {
    text-align: right;
}

.alignTextCenter {
    text-align: center;
}

.jewel.textinput {
    color: #808080;
    display: inline-flex;
    font-weight: 400;
    overflow: hidden;
    position: relative;
}

.jewel.textinput::before {
    content: "";
    height: 200%;
    left: calc(50% - 100%);
    pointer-events: none;
    position: absolute;
    top: calc(50% - 100%);
    width: 200%;
    z-index: 1;
}

.jewel.textinput::after {
    content: "";
    pointer-events: none;
    position: absolute;
}

.jewel.textinput input {
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: linear-gradient(white, #f3f3f3);
    border: 1px solid #b3b3b3;
    flex: 1 0 auto;
    height: auto;
    line-height: normal !important;
    margin: 0;
    max-width: 100%;
    outline: none;
    padding: 4px;
    text-align: left;
    transition-duration: 0.3s;
    transition-timing-function: easein;
    width: 100%;
}

.jewel.textinput input[disabled] {
    background: #f3f3f3;
    border: 1px solid #d9d9d9;
    box-shadow: none;
    color: silver;
    cursor: unset;
}

.jewel.textinput.icon i.fonticon {
    cursor: default;
    left: 14px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: initial;
    text-align: center;
    top: 50%;
}

.jewel.textinput.icon i.fonticon.material-icons {
    left: 10px;
    margin-top: -0.5em;
}

.jewel.textinput.icon.right i.fonticon {
    left: initial;
    right: 14px;
}

.jewel.textinput.truncate input {
    overflow: hidden;
    text-overflow: ellipsis;
}

.TextInput {
}

.jewel.textarea {
    color: #808080;
    display: inline-flex;
    font-weight: 400;
    position: relative;
}

.jewel.textarea textarea {
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: linear-gradient(white, #f3f3f3);
    border-radius: 0.25rem;
    border: 1px solid #b3b3b3;
    flex: 1 0 auto;
    line-height: normal !important;
    margin: 0;
    max-width: 100%;
    outline: none;
    padding: 0.72em 1.12em;
    resize: none;
    text-align: left;
    transition-duration: 0.3s;
    transition-timing-function: easein;
}

.jewel.textarea textarea[disabled] {
    background: #f3f3f3;
    border: 1px solid #d9d9d9;
    box-shadow: none;
    color: silver;
    cursor: unset;
}

.TextArea {
}

.jewel.titlebar {
    background-color: transparent;
    min-height: 34px;
    padding: 0px;
}

.jewel.tooltip {
    animation: slide-up 0.4s ease;
    background: #404040;
    border-radius: 0.25em;
    box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    z-index: 80;
}

.jewel.tooltip.error {
    background: #EC1C24;
    margin-top: -31px !important;
}

.jewel.tooltip.error::before {
    content: "";
    height: 0;
    position: absolute;
    width: 0;
}

.jewel.tooltip.error.left-top::before {
    margin-top: 0px;
    top: 100%;
}

.jewel.tooltip.error.middle-top::before {
    border-bottom: 0;
    bottom: 0;
    left: 50%;
}

.jewel.tooltip.error.left-middle::before {
    border-right: 0;
    right: 0;
    top: 50%;
}

.jewel.tooltip.error.right-middle::before {
    border-left: 0;
    left: 0;
    top: 50%;
}

.jewel.tooltip.error.middle-bottom::before {
    border-top: 0;
    left: 50%;
    top: 0;
}

.jewel.barrow {
    display: flex;
    position: relative;
    width: 100%;
}

.jewel.barsection {
    align-items: center;
    display: inline-flex;
    flex: 1 1 auto;
    justify-content: flex-start;
    min-width: 0;
    order: -1;
    z-index: 1;
}

.jewel.wizard.main {
    align-items: center;
    height: 100%;
    width: 100%;
}

.jewel.precontent {
    flex: 1 0;
    position: relative;
    width: 100%;
}

.jewel.next {
    align-items: center;
    cursor: pointer;
    flex: 0 0 0%;
    height: 100%;
    justify-content: center;
    min-width: 44px;
    z-index: 1;
}

.jewel.previous {
    align-items: center;
    cursor: pointer;
    flex: 0 0 0%;
    height: 100%;
    justify-content: center;
    min-width: 44px;
    z-index: 1;
}

.jewel.next .jewel.button {
    flex-direction: column;
    position: relative;
    width: calc(100% - 10px);
}

.jewel.previous .jewel.button {
    flex-direction: column;
    position: relative;
    width: calc(100% - 10px);
}

.jewel.main {
    height: 100%;
    width: 100%;
}

.has-topappbar {
    padding-top: 66px !important;
}

.has-footerbar {
    padding-bottom: 66px !important;
}

.DropDownDataGroup {
    background-color: #FFFFFF;
    border: 1px solid #333333;
}

.Panel .TitleBar {
    border-bottom: 1px solid #333333;
}

.PanelContent {
    background-color: #FFFFFF;
}
.TextArea {
    background-color: #FFFFFF;
}

.TitleBarCloseButton {
    position: absolute;
    right: 17px;
    top: 8px;
}

.jewel.application {
    background: #f5f8fa;
    color: #808080;
    font-family: "Lato", sans-serif;
    margin: 0px;
    padding: 0px;
}

select {
    font-family: inherit;
}

.jewel.xsmall {
    font-size: 0.6em;
}

.jewel.small {
    font-size: 0.8em;
}

.jewel {
}

.jewel.large {
    font-size: 1.2em;
}

.jewel.xlarge {
    font-size: 1.4em;
}

.jewel.card.simple {
    padding: 20px;
}

.jewel.card .card-title {
    font-size: 1.5em;
    letter-spacing: 0.0125em;
    margin: 0.408rem 0rem;
}

.jewel.checkbox input[disabled]+span::before {
    background: #f3f3f3;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
}

.jewel.checkbox input[disabled]+span::after {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 22' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='22' height='22' fill-opacity='0'/%3E%3Cpolygon fill='%23cccccc' points='3.50018311 12.4854126 8.48547363 17.4989624 18.4641113 7.47589111 15.5010376 4.51739502 8.48547363 11.5650024 6.52087402 9.47265625'/%3E%3C/svg%3E") no-repeat center center;
}

.jewel.combobox .jewel.textinput input {
    background: #f2eee2;
    border: 0;
    padding-top: 3px;
}

.jewel.combobox .jewel.button {
    border-bottom-left-radius: 0px;
    border-left: 0px;
    border-top-left-radius: 0px;
    color: transparent;
}

.jewel.combobox .jewel.button[disabled] {
    border-left: 0px !important;
}

.jewel.combobox .jewel.button[disabled]::after {
    background-size: 66%;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(0.000000, -1.000000)' fill='%23cccccc' fill-rule='nonzero'%3E%3Cg transform='translate(-2.000000, 0.000000)'%3E%3Cpolygon transform='translate(8.000000, 4.705000) scale(1, -1) translate(-8.000000, -4.705000) ' points='3.41 8.41 8 3.83 12.59 8.41 14 7 8 1 2 7'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
}

.jewel.datagrid .listarea:focus {
    border: 1px solid #E6E6E6;
}

.jewel.datagrid .jewel.list:focus {
    border: 1px solid #E6E6E6;
}

.jewel.datechooser .jewel.table .jewel.button {
    background: transparent;
    border: none;
    box-shadow: none;
}

.jewel.datechooser .jewel.table .jewel.tableitem {
    font-size: 0.7em;
}

.jewel.datechooser .jewel.table .jewel.tableheadercell {
    background: white;
    border-left: 0px;
    box-shadow: none;
    padding: 12px 0px;
    font-size: 0.7em;
}

.jewel.datechooser .jewel.table .jewel.tableheadercell.buttonsRow {
    border-bottom: 1px solid #d9d9d9;
    padding: 4px;
}

.jewel.datechooser .jewel.table .jewel.tableheadercell.buttonsRow .previousButton {
    border-radius: 50%;
    color: transparent;
}

.jewel.datechooser .jewel.table .jewel.tableheadercell.buttonsRow .nextButton {
    border-radius: 50%;
    color: transparent;
}

.jewel.datechooser .jewel.table .jewel.tableheadercell.buttonsRow .viewSelector:hover {
    background: #f3f3f3;
}

.jewel.datechooser .jewel.table .jewel.tableheadercell.buttonsRow .previousButton:hover {
    background: #f3f3f3;
}

.jewel.datechooser .jewel.table .jewel.tableheadercell.buttonsRow .nextButton:hover {
    background: #f3f3f3;
}

.jewel.datechooser .jewel.table .jewel.tableheadercell.buttonsRow .viewSelector:active {
    background: #e6e6e6;
}

.jewel.datechooser .jewel.table .jewel.tableheadercell.buttonsRow .previousButton:active {
    background: #e6e6e6;
}

.jewel.datechooser .jewel.table .jewel.tableheadercell.buttonsRow .nextButton:active {
    background: #e6e6e6;
}

.jewel.datechooser .jewel.table .jewel.tablecell {
    border-left: 0px;
    border-top: 0px;
    padding: 4px;
}

.jewel.datechooser[disabled] {
    pointer-events: none;
}

.jewel.datechooser[disabled] .jewel.table {
    background: #f3f3f3;
    border: 1px solid #d9d9d9;
    color: silver;
    text-shadow: unset;
}

.jewel.datechooser[disabled] .jewel.table .jewel.button {
    color: silver;
    font-weight: normal;
    text-shadow: unset;
}

.jewel.datechooser[disabled] .jewel.table .jewel.tableheadercell {
    background: none;
    color: silver;
    text-shadow: unset;
}

.jewel.datechooser[disabled] .jewel.table .jewel.tableheadercell.buttonsRow .viewSelector::after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(0.000000, -1.000000)' fill='%23cccccc' fill-rule='nonzero'%3E%3Cg transform='translate(-2.000000, 0.000000)'%3E%3Cpolygon transform='translate(8.000000, 4.705000) scale(1, -1) translate(-8.000000, -4.705000) ' points='3.41 8.41 8 3.83 12.59 8.41 14 7 8 1 2 7'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.jewel.datechooser[disabled] .jewel.table .jewel.tableheadercell.buttonsRow .previousButton::after {
    background-size: 40%;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 12' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-7.000000, -5.000000)'%3E%3Crect x='0' y='0' width='22' height='22'%3E%3C/rect%3E%3Cpath d='M14.9911518,6.4116803 C14.9876664,5.88503401 14.7746504,5.53560917 14.5762939,5.35284424 C14.3779375,5.17007931 14.0808684,5.04951371 13.4608967,5.00170898 L7.01066011,11.0034834 L13.4822102,17.0014648 C14.1196233,16.9113382 14.3962441,16.8099967 14.5762939,16.6435547 C14.7563438,16.4771126 14.9881385,16.1084637 15.0074566,15.5914935 L10.0769967,11.0034834 L14.9911518,6.4116803 Z' fill='%23cccccc' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
}

.jewel.datechooser[disabled] .jewel.table .jewel.tableheadercell.buttonsRow .nextButton::after {
    background-size: 40%;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 12' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-7.000000, -5.000000)'%3E%3Crect x='0' y='0' width='22' height='22'%3E%3C/rect%3E%3Cpath d='M14.9911518,6.4116803 C14.9876664,5.88503401 14.7746504,5.53560917 14.5762939,5.35284424 C14.3779375,5.17007931 14.0808684,5.04951371 13.4608967,5.00170898 L7.01066011,11.0034834 L13.4822102,17.0014648 C14.1196233,16.9113382 14.3962441,16.8099967 14.5762939,16.6435547 C14.7563438,16.4771126 14.9881385,16.1084637 15.0074566,15.5914935 L10.0769967,11.0034834 L14.9911518,6.4116803 Z' fill='%23cccccc' fill-rule='nonzero' transform='translate(11.009058, 11.001587) scale(-1, 1) translate(-11.009058, -11.001587) '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
}

.jewel.datechooser[disabled] .jewel.tableitem {
    height: 38px;
}

.jewel.datechooser[disabled] .jewel.tableitem.selected {
    background: #cccccc;
}

.jewel.datechooser[disabled] .jewel.tableitem.selectable:active {
    background: #cccccc;
}

.calendar.item {
    font-size: 1em;
    padding: 10px;
}

.calendar.item.dayName {
    font-weight: 600;
}

.calendar.item.date {
    color: grey;
}

.jewel.datefield .jewel.button {
    border-bottom-left-radius: 0px;
    border-left: 0px;
    border-top-left-radius: 0px;
    color: transparent;
    border-image: none;
    border-width: 0;
    width: 22px;
    height: 22px;
}

.jewel.datefield .jewel.button:hover:active:focus {
    color: transparent;
    border-image: none;
    border-width: 0;
    width: 22px;
    height: 22px;
}

.jewel.datefield .jewel.button[disabled] {
    border-left: 0px !important;
}

.jewel.datefield .jewel.button[disabled]::after {
    background-size: 66%;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 22' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Crect x='0' y='0' width='22' height='22'%3E%3C/rect%3E%3Cpath d='M18.3333333,2.75 L17.4166667,2.75 L17.4166667,0.916666667 L15.5833333,0.916666667 L15.5833333,2.75 L6.41666667,2.75 L6.41666667,0.916666667 L4.58333333,0.916666667 L4.58333333,2.75 L3.66666667,2.75 C2.65833333,2.75 1.83333333,3.575 1.83333333,4.58333333 L1.83333333,19.25 C1.83333333,20.2583333 2.65833333,21.0833333 3.66666667,21.0833333 L18.3333333,21.0833333 C19.3416667,21.0833333 20.1666667,20.2583333 20.1666667,19.25 L20.1666667,4.58333333 C20.1666667,3.575 19.3416667,2.75 18.3333333,2.75 Z M18.3333333,19.25 L3.66666667,19.25 L3.66666667,7.33333333 L18.3333333,7.33333333 L18.3333333,19.25 Z' fill='%23cccccc' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
}

.jewel.dropdownlist[disabled] {
    background-color: #f3f3f3;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(0.000000, -1.000000)' fill='%23cccccc' fill-rule='nonzero'%3E%3Cg transform='translate(-2.000000, 0.000000)'%3E%3Cpolygon transform='translate(8.000000, 4.705000) scale(1, -1) translate(-8.000000, -4.705000) ' points='3.41 8.41 8 3.83 12.59 8.41 14 7 8 1 2 7'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    border: 1px solid #d9d9d9;
    box-shadow: none;
    color: silver;
}

.jewel.dropdownlist[disabled]::placeholder {
    color: silver;
}

.jewel.dropdownlist[disabled]:-ms-input-placeholder {
    color: silver;
}

.jewel.dropdownlist[disabled]+i {
    color: silver;
}

.jewel.dropdownlist:focus {
    border: 1px solid #0f88d1;
}

.jewel.formheading {
    color: #1198e9;
    font-size: 1.4em !important;
}

.jewel.formheading .jewel.label.spacerLabel {
    width: 115px;
}

.jewel.formheading .jewel.label.requiredSpacerLabel {
    width: 10px;
}

.jewel.formitem .jewel.label.formlabel {
    width: 60px;
}

.jewel.formitem .jewel.label.required {
    color: #EC1C24;
    font-size: 1.6em !important;
    width: 10px;
}

.fonticon.dark {
    color: #676767;
}

.fonticon.dark.inactive {
    color: rgba(128, 128, 128, 0.3);
}

.fonticon.light {
    color: white;
}

.fonticon.light.inactive {
    color: rgba(255, 255, 255, 0.5);
}

.jewel.item.hovered {
    background: #fff39a;
}

.jewel.item.selected {
    background: #ffe102;
}

.jewel.item.selectable:active {
    background: #ffe102;
}

.jewel.list:focus {
    /*border: 1px solid #0f88d1;*/
}

.jewel.list[disabled] {
    background: #f3f3f3;
    border: 1px solid #d9d9d9;
    box-shadow: none;
    color: silver;
    font-weight: normal;
    pointer-events: none;
    text-shadow: unset;
}

.jewel.list[disabled] .jewel.item.selected {
    background: #cccccc !important;
}

.jewel.list[disabled] .jewel.item.selectable:active {
    background: #cccccc !important;
}

.jewel.loader {
    border-radius: 50%;
    border: 16px solid #f3f3f3;
}

.jewel.loader.segment {
    border-top-color: silver;
}

.jewel.navigation .layout.vertical {
    align-items: stretch;
}

.jewel.navigationlink.hovered {
    background: #f3f3f3 !important;
}

.jewel.navigationlink .hint.fonticon {
    margin-left: auto;
}

.jewel.navigationgroup.no-submenu.hovered {
    background: #f3f3f3 !important;
}

.navigation-section-group {
    overflow: hidden !important;
    transition: height 0.5s;
}

.navigation-section-group .navigationlink {
    padding-left: 34px;
}

.jewel.numericstepper .jewel.textinput input {
    border-radius: 0.25rem 0px 0px 0.25rem;
}

.jewel.numericstepper .jewel.button {
    color: transparent;
    height: 50%;
    width: 33px;
}

.jewel.numericstepper .jewel.button:hover {
    color: transparent;
}

.jewel.numericstepper .jewel.button:hover:focus {
    color: transparent;
}

.jewel.numericstepper .jewel.button:active {
    color: transparent;
}

.jewel.numericstepper .jewel.button:active:focus {
    color: transparent;
}

.jewel.numericstepper .jewel.button.up::after {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(0.000000, -1.000000)' fill='%233CADF1' fill-rule='nonzero'%3E%3Cg transform='translate(-2.000000, 0.000000)'%3E%3Cpolygon points='3.41 8.41 8 3.83 12.59 8.41 14 7 8 1 2 7'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
    height: 7px;
    width: 12px;
    left: 3px
}

.jewel.numericstepper .jewel.button.down::after {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(0.000000, -1.000000)' fill='%233CADF1' fill-rule='nonzero'%3E%3Cg transform='translate(-2.000000, 0.000000)'%3E%3Cpolygon transform='translate(8.000000, 4.705000) scale(1, -1) translate(-8.000000, -4.705000) ' points='3.41 8.41 8 3.83 12.59 8.41 14 7 8 1 2 7'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
    height: 7px;
    width: 12px;
    left: 3px
}

.jewel.radiobutton input[disabled]+span::before {
    background: #f3f3f3;
    border-radius: 50%;
    border: 1px solid #d9d9d9;
}

.jewel.radiobutton input[disabled]+span::after {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 22' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='22' height='22' fill-opacity='0'/%3E%3Ccircle fill='%23cccccc' cx='11' cy='11' r='6'/%3E%3C/svg%3E") no-repeat center center;
}

.jewel.slider input::-ms-thumb {
    background: linear-gradient(#4ab3f2, #2ea7f0);
    border-radius: 50%;
    border: 1px solid #0f88d1;
    box-shadow: inset 0 1px 0 #9bd5f8, 0 0 0 1px rgba(255, 255, 255, 0.3);
    height: 18px;
    width: 18px;
}

.jewel.slider input:active::-webkit-slider-thumb {
    transform: scale(1.4);
}

.jewel.slider input:active::-moz-range-thumb {
    transform: scale(1.4);
}

.jewel.slider input:active::-ms-thumb {
    transform: scale(0.8);
}

.jewel.slider input[disabled]::-ms-fill-lower {
    background: #e6e6e6;
    border: 1px solid silver;
    box-shadow: none;
}

.jewel.slider input[disabled]::-ms-fill-upper {
    background: #f3f3f3;
    border: 1px solid #d9d9d9;
    box-shadow: none;
}

.jewel.slider input[disabled]::-webkit-slider-thumb {
    background: #f3f3f3;
    border: 1px solid silver;
    box-shadow: none;
}

.jewel.slider input[disabled]::-moz-range-thumb {
    background: #f3f3f3;
    border: 1px solid silver;
    box-shadow: none;
}

.jewel.slider input[disabled]::-ms-thumb {
    background: #f3f3f3;
    border: 1px solid silver;
    box-shadow: none;
}

.jewel.slider input[disabled]:active::-webkit-slider-thumb {
    transform: scale(1);
}

.jewel.slider input[disabled]:active::-moz-range-thumb {
    transform: scale(1);
}

.jewel.slider input[disabled]:active::-ms-thumb {
    transform: scale(1);
}

.jewel.slider input[disabled]+.slider-track-container>.slider-track-fill {
    background: #e6e6e6;
    border: 1px solid silver;
    box-shadow: none;
}

.jewel.slider input[disabled]+.slider-track-container>.slider-track {
    background: #f3f3f3;
    border: 1px solid #d9d9d9;
    box-shadow: none;
}

.jewel.snackbar.open {
    transform: translate(0);
    transition: transform 0.4s 0ms;
}

.jewel.snackbar-action:hover {
    background-color: #3C4E60;
}

.jewel.tabbar.sameWidths>* {
    flex: 1 0 0% !important;
}

.jewel.tabbarbutton.hovered {
    background: rgba(60, 173, 241, 0.2);
}

.jewel.tabbarbutton.selected {
    background: rgba(60, 173, 241, 0.4);
    color: #0f88d1;
}

.jewel.tabbarbutton.selectable:active {
    background: rgba(60, 173, 241, 0.4);
    color: #0f88d1;
}

.jewel.simpletable .jewel.tableheadercell:first-of-type {
    border-left: 0px;
}

.jewel.simpletable .jewel.tablecell:first-of-type {
    border-left: 0px;
}

.jewel.simpletable .jewel.tablecell>* {
    padding: 12px;
}

.jewel.simpletable .jewel.tfoot .jewel.tablecell {
    background: linear-gradient(white, white);
    border-left: 0px;
    box-shadow: inset 0 1px 0 white;
}

.jewel.table {
    background: linear-gradient(white, #f3f3f3);
    border-radius: 0.25rem;
    border: 1px solid #b3b3b3;
    box-shadow: inset 0 1px 0 white;
}

.jewel.table .jewel.tableheadercell:first-of-type {
    border-left: 0px;
}

.jewel.table .jewel.tablerow:first-child .jewel.tablecell {
    border-top: 0px solid transparent;
}

.jewel.table .jewel.tablecell:first-of-type {
    border-left: 0px;
}

.jewel.table .jewel.tfoot .jewel.tablecell {
    background: linear-gradient(white, white);
    border-left: 0px;
    box-shadow: inset 0 1px 0 white;
}

.jewel.tableitem.hovered {
    background: #3CADF1;
    color: #FFFFFF;
}

.jewel.tableitem.selected {
    background: #24a3ef;
    color: #FFFFFF;
}

.jewel.tableitem.selectable:active {
    background: #24a3ef;
    color: #FFFFFF;
}

.jewel.tableitem.calendar {
    border-radius: 4px;
}

.jewel.tableitem.calendar.selected {
    font-weight: bold;
}

a:link, a:visited {
    color: #3CADF1;
}

a:active {
    color: #f37f59;
}

a:hover {
    color: #EF5A2A;
}

.weight-lightest {
    font-weight: 100;
}

.weight-light {
    font-weight: 300;
}

.weight-regular {
    font-weight: 400;
}

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

.weight-bolder {
    font-weight: 800;
}
.jewel.textinput input:focus {
    border: 1px solid #0f88d1;
}

.jewel.textinput input::placeholder {
    color: #a6a6a6;
}

.jewel.textinput input:-ms-input-placeholder {
    color: #a6a6a6;
}

.jewel.textinput input[disabled]::placeholder {
    color: silver;
}

.jewel.textinput input[disabled]:-ms-input-placeholder {
    color: silver;
}

.jewel.textinput input[disabled]+i {
    color: silver;
}

.jewel.textinput.icon input {
    padding-left: 42px;
    padding-right: 14px;
}

.jewel.textinput.icon.right input {
    padding-left: 14px;
    padding-right: 42px;
}

.jewel.textinput.icon.right i.fonticon.material-icons {
    right: 10px;
}

.jewel.textinput.errorBorder input {
    border: 1px #EC1C24 solid;
}

.jewel.textarea textarea:focus {
    border: 1px solid #0f88d1;
}

.jewel.textarea textarea::placeholder {
    color: #a6a6a6;
}

.jewel.textarea textarea:-ms-input-placeholder {
    color: #a6a6a6;
}

.jewel.textarea textarea[disabled]::placeholder {
    color: silver;
}

.jewel.textarea textarea[disabled]:-ms-input-placeholder {
    color: silver;
}

.jewel.tooltip::before {
    border: solid 8px transparent;
}

.jewel.tooltip.left-top::before {
    border-top-color: #EC1C24;
    left: 8px;
}

.jewel.tooltip.middle-top::before {
    border-top-color: #EC1C24;
    margin-bottom: -8px;
    margin-left: -8px;
}

.jewel.tooltip.left-middle::before {
    border-left-color: #EC1C24;
    margin-right: -8px;
    margin-top: -8px;
}

.jewel.tooltip.right-middle::before {
    border-right-color: #EC1C24;
    margin-left: -8px;
    margin-top: -8px;
}

.jewel.tooltip.middle-bottom::before {
    border-bottom-color: #EC1C24;
    margin-left: -8px;
    margin-top: -8px;
}
.jewel.next:hover {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.jewel.previous:hover {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.jewel.snackbar.secondary .jewel.snackbar-content {
    background: linear-gradient(#f16c42, #ed4812);
    border-bottom: none;
    border: 1px solid #be390e;
    box-shadow: inset 0 1px 0 #f6a389;
}

.jewel.snackbar.secondary .jewel.snackbar-message {
    color: #FFFFFF;
}

.jewel.snackbar.secondary .jewel.snackbar-action {
    color: #E2D70B;
}

.jewel.snackbar.secondary .jewel.snackbar-action:hover {
    background: linear-gradient(#EF5A2A, #d64010);
}

/* ---------- CSS Overrides ---------- */
/* Gap for 1px */
.layout.horizontal.gap-1x1px>* {
    margin-left: 1px;
}
.layout.horizontal.gap-2x1px>* {
    margin-left: 2px;
}
.layout.horizontal.gap-3x1px>* {
    margin-left: 3px;
}
.layout.horizontal.gap-4x1px>* {
    margin-left: 4px;
}
.layout.horizontal.gap-5x1px>* {
    margin-left: 5px;
}
.layout.horizontal.gap-6x1px>* {
    margin-left: 6px;
}
.layout.horizontal.gap-7x1px>* {
    margin-left: 7px;
}
.layout.horizontal.gap-8x1px>* {
    margin-left: 8px;
}
.layout.horizontal.gap-9x1px>* {
    margin-left: 9px;
}
.layout.horizontal.gap-10x1px>* {
    margin-left: 10px;
}
.layout.horizontal.gap-11x1px>* {
    margin-left: 11px;
}
.layout.horizontal.gap-12x1px>* {
    margin-left: 12px;
}
.layout.horizontal.gap-13x1px>* {
    margin-left: 13px;
}
.layout.horizontal.gap-14x1px>* {
    margin-left: 14px;
}
.layout.horizontal.gap-15x1px>* {
    margin-left: 15px;
}
.layout.horizontal.gap-16x1px>* {
    margin-left: 16px;
}
.layout.horizontal.gap-17x1px>* {
    margin-left: 17px;
}
.layout.horizontal.gap-18x1px>* {
    margin-left: 18px;
}
.layout.horizontal.gap-19x1px>* {
    margin-left: 19px;
}
.layout.horizontal.gap-20x1px>* {
    margin-left: 20px;
}
.layout.horizontal.gap-21x1px>* {
    margin-left: 21px;
}
.layout.horizontal.gap-22x1px>* {
    margin-left: 22px;
}
.layout.horizontal.gap-23x1px>* {
    margin-left: 23px;
}
.layout.horizontal.gap-24x1px>* {
    margin-left: 24px;
}
.layout.horizontal.gap-25x1px>* {
    margin-left: 25px;
}
.layout.horizontal.gap-26x1px>* {
    margin-left: 26px;
}
.layout.horizontal.gap-27x1px>* {
    margin-left: 27px;
}
.layout.horizontal.gap-28x1px>* {
    margin-left: 28px;
}
.layout.horizontal.gap-29x1px>* {
    margin-left: 29px;
}
.layout.horizontal.gap-30x1px>* {
    margin-left: 30px;
}
.layout.horizontal.gap-31x1px>* {
    margin-left: 31px;
}
.layout.horizontal.gap-32x1px>* {
    margin-left: 32px;
}
.layout.horizontal.gap-33x1px>* {
    margin-left: 33px;
}
.layout.horizontal.gap-34x1px>* {
    margin-left: 34px;
}
.layout.horizontal.gap-35x1px>* {
    margin-left: 35px;
}
.layout.horizontal.gap-36x1px>* {
    margin-left: 36px;
}
.layout.horizontal.gap-37x1px>* {
    margin-left: 37px;
}
.layout.horizontal.gap-38x1px>* {
    margin-left: 38px;
}
.layout.horizontal.gap-39x1px>* {
    margin-left: 39px;
}
.layout.horizontal.gap-40x1px>* {
    margin-left: 40px;
}
.layout.horizontal.gap-41x1px>* {
    margin-left: 41px;
}
.layout.horizontal.gap-42x1px>* {
    margin-left: 42px;
}
.layout.horizontal.gap-43x1px>* {
    margin-left: 43px;
}
.layout.horizontal.gap-44x1px>* {
    margin-left: 44px;
}
.layout.horizontal.gap-45x1px>* {
    margin-left: 45px;
}
.layout.horizontal.gap-46x1px>* {
    margin-left: 46px;
}
.layout.horizontal.gap-47x1px>* {
    margin-left: 47px;
}
.layout.horizontal.gap-48x1px>* {
    margin-left: 48px;
}
.layout.horizontal.gap-49x1px>* {
    margin-left: 49px;
}
.layout.horizontal.gap-50x1px>* {
    margin-left: 50px;
}
.layout.horizontal.gap-51x1px>* {
    margin-left: 51px;
}
.layout.horizontal.gap-52x1px>* {
    margin-left: 52px;
}
.layout.horizontal.gap-53x1px>* {
    margin-left: 53px;
}
.layout.horizontal.gap-54x1px>* {
    margin-left: 54px;
}
.layout.horizontal.gap-55x1px>* {
    margin-left: 55px;
}
.layout.horizontal.gap-56x1px>* {
    margin-left: 56px;
}
.layout.horizontal.gap-57x1px>* {
    margin-left: 57px;
}
.layout.horizontal.gap-58x1px>* {
    margin-left: 58px;
}
.layout.horizontal.gap-59x1px>* {
    margin-left: 59px;
}
.layout.horizontal.gap-60x1px>* {
    margin-left: 50px;
}
.layout.vertical.gap-1x1px>* {
    margin-top: 1px;
}
.layout.vertical.gap-2x1px>* {
    margin-top: 2px;
}
.layout.vertical.gap-3x1px>* {
    margin-top: 3px;
}
.layout.vertical.gap-4x1px>* {
    margin-top: 4px;
}
.layout.vertical.gap-5x1px>* {
    margin-top: 5px;
}
.layout.vertical.gap-6x1px>* {
    margin-top: 6px;
}
.layout.vertical.gap-7x1px>* {
    margin-top: 7px;
}
.layout.vertical.gap-8x1px>* {
    margin-top: 8px;
}
.layout.vertical.gap-9x1px>* {
    margin-top: 9px;
}
.layout.vertical.gap-10x1px>* {
    margin-top: 10px;
}
.layout.vertical.gap-11x1px>* {
    margin-top: 11px;
}
.layout.vertical.gap-12x1px>* {
    margin-top: 12px;
}
.layout.vertical.gap-13x1px>* {
    margin-top: 13px;
}
.layout.vertical.gap-14x1px>* {
    margin-top: 14px;
}
.layout.vertical.gap-15x1px>* {
    margin-top: 15px;
}
.layout.vertical.gap-16x1px>* {
    margin-top: 16px;
}
.layout.vertical.gap-17x1px>* {
    margin-top: 17px;
}
.layout.vertical.gap-18x1px>* {
    margin-top: 18px;
}
.layout.vertical.gap-19x1px>* {
    margin-top: 19px;
}
.layout.vertical.gap-20x1px>* {
    margin-top: 20px;
}
.layout.vertical.gap-21x1px>* {
    margin-top: 21px;
}
.layout.vertical.gap-22x1px>* {
    margin-top: 22px;
}
.layout.vertical.gap-23x1px>* {
    margin-top: 23px;
}
.layout.vertical.gap-24x1px>* {
    margin-top: 24px;
}
.layout.vertical.gap-25x1px>* {
    margin-top: 25px;
}
.layout.vertical.gap-26x1px>* {
    margin-top: 26px;
}
.layout.vertical.gap-27x1px>* {
    margin-top: 27px;
}
.layout.vertical.gap-28x1px>* {
    margin-top: 28px;
}
.layout.vertical.gap-29x1px>* {
    margin-top: 29px;
}
.layout.vertical.gap-30x1px>* {
    margin-top: 30px;
}
.layout.vertical.gap-31x1px>* {
    margin-top: 31px;
}
.layout.vertical.gap-32x1px>* {
    margin-top: 32px;
}
.layout.vertical.gap-33x1px>* {
    margin-top: 33px;
}
.layout.vertical.gap-34x1px>* {
    margin-top: 34px;
}
.layout.vertical.gap-35x1px>* {
    margin-top: 35px;
}
.layout.vertical.gap-36x1px>* {
    margin-top: 36px;
}
.layout.vertical.gap-37x1px>* {
    margin-top: 37px;
}
.layout.vertical.gap-38x1px>* {
    margin-top: 38px;
}
.layout.vertical.gap-39x1px>* {
    margin-top: 39px;
}
.layout.vertical.gap-40x1px>* {
    margin-top: 40px;
}
.layout.vertical.gap-41x1px>* {
    margin-top: 41px;
}
.layout.vertical.gap-42x1px>* {
    margin-top: 42px;
}
.layout.vertical.gap-43x1px>* {
    margin-top: 43px;
}
.layout.vertical.gap-44x1px>* {
    margin-top: 44px;
}
.layout.vertical.gap-45x1px>* {
    margin-top: 45px;
}
.layout.vertical.gap-46x1px>* {
    margin-top: 46px;
}
.layout.vertical.gap-47x1px>* {
    margin-top: 47px;
}
.layout.vertical.gap-48x1px>* {
    margin-top: 48px;
}
.layout.vertical.gap-49x1px>* {
    margin-top: 49px;
}
.layout.vertical.gap-50x1px>* {
    margin-top: 50px;
}
.layout.vertical.gap-51x1px>* {
    margin-top: 51px;
}
.layout.vertical.gap-52x1px>* {
    margin-top: 52px;
}
.layout.vertical.gap-53x1px>* {
    margin-top: 53px;
}
.layout.vertical.gap-54x1px>* {
    margin-top: 54px;
}
.layout.vertical.gap-55x1px>* {
    margin-top: 55px;
}
.layout.vertical.gap-56x1px>* {
    margin-top: 56px;
}
.layout.vertical.gap-57x1px>* {
    margin-top: 57px;
}
.layout.vertical.gap-58x1px>* {
    margin-top: 58px;
}
.layout.vertical.gap-59x1px>* {
    margin-top: 59px;
}
.layout.vertical.gap-60x1px>* {
    margin-top: 60px;
}
.layout.horizontal.gap-negative-9px>* {
    margin-left: -9px;
}
.layout.vertical.gap-negative-9px>* {
    margin-top: -9px;
}
* {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    -ms-user-drag: none;
    user-drag: none;
}

textarea, input[type=text], input[type=number] {
    -webkit-user-select: text;
    user-select: auto;
}

body {
    overflow: auto;
    background-color: #000000;
    margin: 0;
}
img, div {
    image-rendering: pixelated;
    image-rendering: crisp-edges;
}
img.rendering-auto, div.rendering-auto {
    image-rendering: auto;
}
:focus {
    outline: none;
}
*[disabled] {
    filter: brightness(0.95) grayscale(100%)!important;
}
*[disabled] .jewel.textinput input {
    color: #a7a7a7;
    background: #eaeaea;
}
img[src=""] {
    display: none;
}
.viewport {
    overflow: auto;
}
.jewel.application {
    font-family: Verdana,serif;
    font-size: 10px;
    letter-spacing: 0;
    background-color: #000000;
    color: #000000;
}
body {
    transform-origin: top left;
}
.jewel.root-view {
    overflow: hidden;
    display: flex;
    position: relative;
    transform-origin: top left;
}
.jewel.label {
    cursor: inherit;
    line-height: 16px;
    padding: 0 1px 2px 1px;
    /*pointer-events: none;*/
}
* {
    border-width: 1px;
}
.jewel.bigText {
    font-size: 14px;
}
.jewel.mediumText {
    font-size: 12px;
}
.jewel.problemInfo {
    color: #ed0b0f;
    font-weight: bold;
}
.jewel.round-button {
    text-align: center;
    color: #ffe84b;
}
.jewel.round-button.disabled>* {
    filter: grayscale(100%)!important;
    cursor: unset!important;
}
.jewel.disabled {
    color: #a0a0a0;
}
.jewel.group[disabled] * {
    pointer-events: none!important;
}

.jewel.group[disabled] .jewel.label,
.jewel.group[disabled] .jewel.radiobutton input+span,
.jewel.group[disabled] .jewel.checkbox input+span {
    color: silver;
    cursor: unset;
}

.jewel.funds {
    color: #1fd308;
    font-weight: bold;
    text-decoration: inherit;
}
.jewel.fundsFull {
    color: #ed0b0f;
    font-weight: bold;
    text-decoration: inherit;
}
.jewel.overflow {
    color: #ffaa00;
    font-weight: bold;
    text-decoration: inherit;
}
.jewel.borderBox {
    border-style: solid;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-color: #6a5b2e;
    border-radius: 5px;
}
.jewel.thickWithTip {
    text-decoration: underline;
    color: #378b39;
    font-weight: bold;
}
.jewel.thick {
    color: #378b39;
    font-weight: bold;
}
.jewel.light-border-box {
    border: 1px solid #B8BBBD;
}
.jewel.buttonMode {
    pointer-events: auto;
    cursor: pointer;
}
.jewel.hidden {
    visibility: hidden;
}
.jewel.absolute {
    position: absolute;
}
.jewel.force-relative { /* Makes basic layout parent calculate its size based on the child having this. Only one child can have it.*/
    position: relative!important;
}
.jewel.hex-label {
    color: #FFFFFF;
    width: 20px;
    text-align: center;
    pointer-events:none;
}
.jewel.shadow-label {
    text-shadow: 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000;
}
.jewel.shadow-label-blue {
    text-shadow: 0 0 3px #006293, 0 0 3px #006293, 0 0 3px #006293, 0 0 3px #006293, 0 0 3px #006293, 0 0 3px #006293, 0 0 3px #006293;
}
.jewel.shadow-label-orange {
    text-shadow: 0 0 3px #ff8000, 0 0 3px #ff8000, 0 0 3px #ff8000, 0 0 3px #ff8000, 0 0 3px #ff8000, 0 0 3px #ff8000;
}
.jewel.building-label {
    color: #FFFFFF;
    font-weight: bold;
}
.jewel.mouse-transparent {
    pointer-events:none;
}
.jewel.mouse-skip {
    pointer-events:none!important;
}
.jewel.mouse-skip>* {
    pointer-events:auto;
}
.jewel.underline {
    text-decoration:underline;
}
.jewel.underline-children>* {
    text-decoration:underline;
}
.jewel.text-center {
    text-align: center;
}
.jewel.image {
    transform-origin: top left;
}
.jewel.button.disabled, .jewel.tabbarbutton.disabled, .jewel.image.disabled, .jewel.togglebutton.disabled {
    filter: grayscale(100%)!important;
    box-shadow: none!important;
    color: #8b9393!important;
    cursor: unset!important;
}
.jewel.button:hover {
    filter: brightness(110%);
}
.jewel.button:active {
    opacity: 1;
}
.jewel.button > span {
    line-height: 12px;
    font-size: 10px;
    padding: 0;
    margin: -1px 0;
}
.jewel.togglebutton {
    border-width: 0 10px;
    border-image: url("embedded/style/button.png");
    border-image-slice: 0 10 0 10 fill;
    border-image-repeat: stretch;
    border-radius: 0;
    height: 30px;
    background-color: transparent;
    padding: 0 2px;
    min-width: 37px;
    background: none;
    color: #000000;
    font-weight: bold;
    text-transform: none;
}
.jewel.togglebutton:hover {
    filter: brightness(110%);
}
.jewel.togglebutton:active {
    opacity: 1;
}

.jewel.contact-toggle-button.togglebutton {
    border-width: 0 3px 0 28px;
    border-image: url("embedded/style/contact_toggle_button_up.png");
    border-image-slice: 0 3 0 28 fill;
    height: 20px;
}
.jewel.contact-toggle-button.togglebutton.selected {
    border-width: 0 3px 0 28px;
    border-image: url("embedded/style/contact_toggle_button_down.png");
    border-image-slice: 0 3 0 28 fill;
    height: 20px;
}

.jewel.button > span {
    line-height: 12px;
    font-size: 10px;
    padding: 0;
    margin: -1px 0;
}
.jewel.tabbar {
    overflow: visible;
    z-index: 1;
}
.jewel.tabbarbutton, .jewel.tabbarbutton.selected {
    min-width: 37px;
    background: none;
    color: #000000;
    font-weight: bold;
    font-size: 10px;
    text-transform: none;
}
.jewel.tabbarbutton {
    border-style: solid;
    border-color: transparent;
    border-width: 0 10px 0 10px;
    border-image: url("embedded/style/tab_button.png");
    border-image-slice: 0 10 0 10 fill;
    border-image-repeat: stretch;
    background-color: transparent;
    min-width: 37px;
    background: none;
    padding: 6px 0 3px 0;
    letter-spacing: -0.4;
}
.jewel.tabbarbutton.selected {
    border-style: solid;
    border-color: transparent;
    border-width: 0 10px 0 10px;
    border-image: url("embedded/style/tab_button_active.png");
    border-image-slice: 0 10 0 10 fill;
    border-image-repeat: stretch;
    background-color: transparent;
    margin-bottom: -4px;
    padding: 6px 0 6px 0;
    letter-spacing: -0.4;
}
.jewel.golden-box, .jewel.tab-navigator-border {
    border-style: solid;
    border-color: transparent;
    border-width: 4px;
    border-image: url("embedded/style/box.png");
    border-image-slice: 4 4 4 4 fill;
    border-image-repeat: stretch;
    background: #f2eee2;
}
.heroTabNavigator .tab-navigator-border:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    border-style: solid;
    border-color: transparent;
    border-width: 5px;
    border-image: url("embedded/style/hero_box.png");
    border-image-slice: 6 6 6 6 fill;
    border-image-repeat: stretch;
    background: transparent none;
}
.heroTabNavigator .jewel.tab-navigator-border {
    border-style: none;
    background: url("embedded/style/hero_back_texture.jpg");
    background-position-x: left;
    background-position-y: top;
    border-image-slice: unset;
    border-width: 0;
}
.heroTabNavigator .jewel.tab-navigator-border>* {
    margin: 5px;
}
.heroTabNavigator .jewel.tabbar {
    height: 27px;
}
.heroTabNavigator .jewel.tabbar .jewel.tabbarbutton {
    height: 27px;
    min-width: 44px;
}
.heroTabNavigator .jewel.tabbar .jewel.tabbarbutton.selected {
    height: 33px;
}
.heroTabNavigator .jewel.tabbarbutton>.content {
    margin: -4px -6px 0 -6px;
}
.heroTabNavigator .jewel.tabbarbutton {
    border-width: 0 10px 0 10px;
    border-image: url("embedded/style/hero_tab_button.png");
    border-image-slice: 0 10 0 10 fill;
    border-image-repeat: stretch;
}
.heroTabNavigator .jewel.tabbarbutton.selected {
    border-width: 0 10px 0 10px;
    border-image: url("embedded/style/hero_tab_button_active.png");
    border-image-slice: 0 10 0 10 fill;
    border-image-repeat: stretch;
    background-color: transparent;
}
.jewel.group.dialog-border {
    position: relative!important;
}
.jewel.group.dialog-border:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    border-width: 110px 126px 82px 126px;
    border-style: solid;
    border-color: transparent;
    border-image: url("embedded/style/dialog.png");
    border-image-slice: 110 126 82 126 fill;
    border-image-repeat: stretch;
    background-color: transparent;
}
.jewel.group.dialog-content {
    background: #E1DAC9;
    margin: 46px 36px 31px 33px;
    position: relative!important;
    min-width: 182px;
    min-height: 115px;
    align-items: center;
    flex-grow: 1;
}
.jewel.dialog-close-button {
    position: absolute;
    right: 8px;
    top: 4px;
    z-index: 2;
}
.jewel.window-drag-rect {
    position: absolute;
    width: calc(100% - 30px);
    margin-left: 15px;
    height: 20px;
    top: 25px;
}
.main .jewel.group.dialog-border.hero-dialog:before {
    border-image: url("embedded/style/hero_dialog.png");
    border-width: 110px 126px 82px 126px;
    border-image-slice: 110 126 82 126 fill;
}
.main .hero-dialog .jewel.group.dialog-content {
    background: unset;
}
.social .jewel.group.dialog-border.hero-dialog:before {
    border: 4px solid #98693D;
}
.social .hero-dialog .jewel.group.dialog-content {
    background: #8B5727;
}
.social .hero-dialog .jewel.group.dialog-content {
    margin: 4px;
}
.jewel.mission-dialog {
    background-color: rgba(0, 0, 0, 0.87);
    border-style: solid;
    color: #FFFFFF;
    border-radius: 20px;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
}

.popup-content {
    position: absolute;
}
.popup-content.open .jewel.popupcontent {
    padding: 0;
}
.popup-content .jewel.popupcontent {
    background: transparent;
    box-shadow: none!important;
}
.jewel.tooltip {
    font-size: 10px;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5px 5px;
    color: #FFFFFF;
    white-space: pre-line;
    width: fit-content;
    max-width: 1000px;
}
.jewel.tooltip > .jewel.label {
    white-space: pre-line;
}
.Table {
    border-spacing: 0;
    padding: 0;
    color: unset;
    font-size: unset;
}
.Table>.TableRow:first-child>.TableCell {
    padding-top: 0px;
}
.Table>.TableRow>.TableCell:first-child {
    padding-left: 0px;
}
.Table>.TableRow>.TableCell {
    padding-top: 8px;
    padding-left: 8px;
    vertical-align: top;
}

.jewel.horizontalCenter {
    left:50%;
    transform: translateX(-50%);
}
.jewel.verticalCenter {
    top:50%;
    transform: translateY(-50%);
}
.jewel.center {
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
}
.jewel.brighten-button {
    cursor: pointer;
}
.jewel.brighten-button:hover, .jewel.brighten-button:focus, .jewel.brighten-button:active {
    filter: brightness(130%);
}
.jewel.brighten-button-light {
    cursor: pointer;
}
.jewel.brighten-button-light:hover, .jewel.brighten-button-light:focus, .jewel.brighten-button-light:active {
    filter: contrast(0.75) brightness(120%);;
}
.jewel.ServerTimeLabel-active {
    color: #ffe84b;
}
.jewel.ServerTimeLabel-frozen {
    color: #ff8000;
}
.jewel.pearl-box {
    background-image: url("embedded/pearl_panel.png");
    font-weight: bold;
    text-decoration: underline;
    color: #ffe84b;
}
.jewel.pearl-box>* {
    cursor: pointer;
}
.jewel.move-to-hideout {
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid #B8BBBD;
}
.jewel.text-black {
    color: #000000;
}
.jewel.text-white {
    color: #FFFFFF;
}
.jewel.close-button {
    cursor: pointer;
    background-image: url("embedded/style/close.png");
    border: none;
    min-width: 0;
}
.jewel.close-button:hover, .jewel.close-button:focus, .jewel.close-button:active, .jewel.close-button:focus:active, .jewel.close-button:focus:hover {
    background-image: url("embedded/style/close_h.png");
    border: none;
    min-width: 0;
}
.jewel.close-button.disabled {
    background-image: url("embedded/style/close.png")!important;
}
.jewel.count-label {
    text-align: right;
    color: #FFFFFF;
    font-weight: bold;
    width: 74px;
    padding-right: 2px;
    padding-bottom: 1px;
}
.Menu {
    background-color: white;
    border-color: #AAAAAA;
    border-style: solid;
    border-width: 1px;
    box-shadow: 2px 2px 5px gray;
    position: absolute;
    font-size: 10px;
    overflow-x: hidden!important;
    z-index: 100;
}
.MenuItemRenderer {
    cursor: pointer;
}
.MenuItemLabel {
    position: sticky;
    margin-left: 16px;
    margin-right: 16px;
}
.StringItemRenderer {
    cursor: pointer;
    flex-grow: 1;
    flex-shrink: 0;
    padding-bottom: 4px;
    padding-top: 4px;
}
.jewel.numericstepper {
    height: 22px;
}
.jewel.numericstepper .jewel.button {
    background: linear-gradient(#e6e6e6,#cccccc);
    border: none;
    border-image: none;
    border-left: 0;
    border-radius: 0 2px 2px 0;
    color: transparent;
    height: 50%;
    width: 33px;
}
.jewel.textinput input {
    padding-left: 4px;
    padding-right: 4px;
}
.jewel.checkbox input, .jewel.checkbox input+span::before {
    height: 12px;
    width: 12px;
    border-color: black;
    border-radius: 0;
}
.jewel.checkbox input+span::before {
    border-radius: 0;
}
.jewel.checkbox input+span::after {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 22' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='22' height='22' fill-opacity='0'/%3E%3Cpolygon fill='%23323231' points='3.50018311 12.4854126 8.48547363 17.4989624 18.4641113 7.47589111 15.5010376 4.51739502 8.48547363 11.5650024 6.52087402 9.47265625'/%3E%3C/svg%3E") no-repeat center center;
    border-radius: 0;
    width: 16px;
    height: 16px;
    left: -1px;
    top: -4px;
    transition: none;
}
.jewel.checkbox input:focus+span::before {
    background: linear-gradient(white, #f3f3f3);
    border-radius: 0px;
    border: 1px solid black;
    outline: none;
}
.jewel.checkbox input:checked:focus+span::before {
    background: linear-gradient(white, #f3f3f3);
    border-radius: 0px;
    border: 1px solid black;
    outline: none;
}

.slider-track-fill, .slider-track {
    background: linear-gradient(#DED3A6, #B3AB5A, #F8F3BB, #948439, #CDC2AC);
    border-radius: 0;
    border: 0;
    box-shadow: none;
}
.jewel.slider {
    height: 18px;
}
.slider-track-container {
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
    width: 100%;
}
.jewel.slider input {
    margin: 0;
    width: 100%;
}
.jewel.slider input::-webkit-slider-thumb {
    background-image: url("embedded/style/slider-tip.png");
    border: none;
    box-shadow: none;
    width: 24px;
    height: 24px;
}
.jewel.slider input::-moz-range-thumb {
    background-image: url("embedded/style/slider-tip.png");
    border: none;
    box-shadow: none;
    width: 24px;
    height: 24px;
}
.jewel.slider input:active::-webkit-slider-thumb {
    transform: none;
}
.jewel.slider input:focus::-webkit-slider-thumb {
}
.jewel.thermo-slider-background {
    left: 4px;
    width: calc(100% - 8px);
    height: 6px;
    top: 6px;
    background: #cdc2ac;
}
.jewel.collapsable-renderer {
    border: 1px solid #B7BABC;
    background-color: #FFFFFF;
}
.jewel.control-bar {
    padding: 8px
}
.jewel.text-with-smiles {
    width: 100%;
    height: 100%;
    white-space: pre-wrap;
    overflow-y: auto;
    letter-spacing: 0;
    padding: 4px;
    border-width: 1px;
    user-select: text;
    -webkit-user-select: text;
}
.smile {
    margin-left: 6px;
    margin-right: 6px;
    display: inline-block;
}
.jewel.invisible-focus-button {
    position: absolute;
    opacity: 0!important;
    pointer-events:none;
}
.jewel.scroll-auto {
    overflow: auto;
}
.jewel.spacer {
    flex-grow: 1;
}
.jewel.spacer.fixed {
    flex-grow: unset;
}
.jewel.label.selectable {
    user-select: text;
}
.jewel.quest-details-view {
    display: block;
}
.jewel.quest-details-text {
    position: static;
    line-height: 15px!important;
    white-space: normal!important;
    user-select: text;
}
.jewel.quest-details-text>p {
    margin-top: 0px;
}
.jewel.quest-details-text * {
    white-space: normal;
}
.jewel.quest-details-advisor-pic {
    display: block;
    float: left;
    position: static;
    margin-right: 8px;
}
.jewel.quest-details-quest-pic {
    display: block;
    float: right;
    position: static;
    margin-left: 8px;
}
.jewel.combobox {
    height: 26px;
}
.jewel.combobox .jewel.textinput, .jewel.combobox .jewel.button, .combobox-popup.open .jewel.list, .jewel.combobox-selected-renderer {
    border-style: solid;
    border-color: transparent;
    border-width: 4px;
    border-image: url("embedded/style/box.png");
    border-image-slice: 4 4 4 4 fill;
    border-image-repeat: stretch;
    background: #f2eee2;
    cursor: unset;
    color: #000000;
    margin-right: -2px;
}
.jewel.combobox .jewel.button, .jewel.combobox .jewel.button:hover, .jewel.combobox .jewel.button:active, .jewel.combobox .jewel.button[disabled],
.jewel.combobox .jewel.button:focus, .jewel.combobox .jewel.button:focus:hover, .jewel.combobox .jewel.button:focus:active {
    width: 28px;
    min-width: 28px;
    height: 100%;
}
.jewel.combobox-selected-renderer {
    border-right-width: 0;
    font-weight: bold;
    flex-grow: 1;
}
.jewel.combobox-icon-and-value-renderer>* {
    margin-bottom: 0;
}
.combobox-item-renderer-center {
    justify-content: center;
    align-items: center;
    padding: 0 5px 0 5px!important;
}
.jewel.combobox .jewel.button:hover {
    opacity: 1;
}
.jewel.combobox .jewel.button span {
    opacity: 0;
}
.jewel.combobox .jewel.button::after {
    background: url("embedded/style/button_combo.png") no-repeat center center;
}
.combobox-popup.open .jewel.list {
    left: auto;
    top: auto;
    transform: none;
    transition: none;
    color: #000000;
    font-weight: bold;
}
.combobox-popup.open .jewel.list .jewel.item.selected {
    background: #FFE102;
    color: #000000;
}
.combobox-popup.open .jewel.list .jewel.item.hovered {
    background: #FFF39A;
    color: #000000;
}
.jewel.datagrid {
    border-radius: 0;
    box-shadow: none;
}
.jewel.data-grid-header-bar {
    height: 30px;
    min-height: 30px;
}
.jewel.data-grid-header-bar>.jewel.button, .jewel.data-grid-header-bar>.jewel.button:hover, .jewel.data-grid-header-bar>.jewel.button:active,
.jewel.data-grid-header-bar>.jewel.button:focus, .jewel.data-grid-header-bar>.jewel.button:focus:hover, .jewel.data-grid-header-bar>.jewel.button:focus:active {
    border: 1px solid #E1DACA;
    width: 100%;
    height: 100%;
    background: #F2EEE1;
    padding: 0;
    box-shadow: none;
    justify-content: start;
    padding-left: 4px;
}
.jewel.data-grid-header-bar>.jewel.button:hover, .jewel.data-grid-header-bar>.jewel.button:focus:hover {
    background: #FFF39A;
}
.jewel.data-grid-header-bar>.jewel.button:active, .jewel.data-grid-header-bar>.jewel.button:focus:active {
    background: #FFE102;
    outline: none;
    box-shadow: none;
}
.jewel.data-grid-header-sort-asc:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 7'%3E%3Cpath d='M 3.5 0 L 0 7 L 7 7 L 3.5 0' fill='%23000000'/%3E%3C/svg%3E");
    position: absolute;
    right: 5px;
    width: 7px;
    height: 7px;
}
.jewel.data-grid-header-sort-desc:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 7'%3E%3Cpath d='M3.5 7 0 0 7 0 3.5 7' fill='%23000000'/%3E%3C/svg%3E");
    position: absolute;
    right: 5px;
    width: 7px;
    height: 7px;
}
.jewel.virtual-data-grid > .listarea, .jewel.virtual-data-grid .jewel.first.list, .jewel.virtual-data-grid .jewel.middle.list {
    scrollbar-width: none;
}
.jewel.virtual-data-grid > .listarea::-webkit-scrollbar, .jewel.virtual-data-grid .jewel.first.list::-webkit-scrollbar, .jewel.virtual-data-grid .jewel.middle.list::-webkit-scrollbar {
    display: none;
}
.main .rating-window {
    width: 770px;
    height: 747px;
}
.social .rating-window {
    width: 706px;
    height: 687px;
}
.rating-grid .jewel.data-grid-header-bar {
    height: 18px;
}
.fit-content-tabs>.tabbar {
    width: 100%;
}
.fit-content-tabs>.tabbar>.tabbarbutton {
    flex: 1 1 0!important;
    max-width: fit-content;
}
.fit-content-tabs>.tabbar>.tabbarbutton>.content {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.layout.horizontal.hero-bag-slots>*:first-child {
    margin-left: 0;
}
.layout.horizontal.hero-bag-slots>* {
    margin-left: -3px;
}
.layout.vertical.hero-skills-container>*:first-child {
    margin-top: 0;
}
.layout.vertical.hero-skills-container>* {
    margin-top: -9px;
}
.layout.horizontal.choose-hero {
    width: 600px;
    flex-wrap: wrap;
}
.layout.horizontal.choose-hero>* {
    margin-bottom: 8px;
    margin-right: 8px;
}
.jewel.snackbar-message {
    white-space: pre-wrap;
    user-select: text;
}
.jewel.grayscale {
    filter: grayscale(100%);
}
.jewel.tile {
    align-content: start;
}
.jewel.hero-progress-track {
    background: url("embedded/scale.png");
}
.jewel.hero-progress-track .hero-progress-fill {
    background: lightblue;
    position: relative!important;
    margin: 3px 7px 4px 7px;
}
.jewel.xp-hero-progress .hero-progress-fill {
    background: url("embedded/scale_exp.png");
}
.jewel.mana-hero-progress .hero-progress-fill {
    background: url("embedded/scale_mana.png");
}
.jewel.progressbar {
    display: flex;
    background: white;
}
.jewel.progressbar::after {
    content: " ";
    width: 100%;
    height: 100%;
    border: 1px solid black;
    position: absolute;
    box-sizing: border-box;
}
.jewel.progressbar .progressbar-fill {
    background: linear-gradient(#9AC8F2,#63ABEC);
    position: relative!important;
}
.jewel.progressbar span {
    width: 100%;
    height: 100%;
    font-weight: bold;
    text-align: center;
}
.jewel.progressbar.connection-progress {
    background: unset;
    border: 1px solid #FFFFFF;
}
.jewel.progressbar.connection-progress .progressbar-fill {
    background: #FFFFFF;
}
.jewel.drag-proxy {
    pointer-events:none;
    position: absolute;
    z-index: 1000;
}
.jewel.hover-highlight {
}
.jewel.hover-highlight:hover {
    filter: brightness(1.3);
}
.jewel.level-switch-selected {
    text-shadow: 0 0 3px #AAFFAA, 0 0 3px #AAFFAA, 0 0 3px #AAFFAA, 0 0 3px #AAFFAA, 0 0 3px #AAFFAA, 0 0 3px #AAFFAA;
}
.jewel.vertical-scroll {
    overflow-y: auto;
    overflow-x: hidden;
}
.jewel.playerName {
    color: #0000ee;
    font-weight: bold;
    text-decoration: underline;
}
.multiline-children .jewel.label {
    white-space: pre-wrap;
}
.jewel.rich-text.selectable * {
    user-select: text;
}
.html-right-text-group > .jewel.rich-text {
    white-space: nowrap;
}
.jewel.white-box {
    background: white;
    border: 1px solid #B8BBBD;
}
.jewel.stretch {
    align-items: stretch;
}
.jewel.horizontal-flow-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.jewel.horizontal-flow-box>* {
    position: relative;
}
.jewel.empire-stepper {
    height: 27px;
    background: #48201e;
}
.jewel.empire-stepper .jewel.textinput {
    width: calc(100% - 23px);
    height: 27px
}
.jewel.empire-stepper input {
    text-align: center;
    border-radius: 0!important;
    border-width: 0;
    background: #48201e;
    color: white;
    font-weight: normal;
}
.jewel.empire-stepper .jewel.button.up, .jewel.empire-stepper .jewel.button.down {
    height: 13px!important;
    width: 23px!important;
    border-width: 0;
    border-radius: 0;
    background: #48201e;
}
.jewel.empire-stepper .jewel.button.down {
    margin-top: 1px;
}
.jewel.empire-stepper .jewel.button.up::after, .jewel.empire-stepper .jewel.button.down::after {
    height: 13px;
    width: 23px;
    left: 0px
}
.jewel.empire-stepper .jewel.button.up::after {
    background: url("embedded/arrow_top.jpg") no-repeat;
}
.jewel.empire-stepper .jewel.button.down::after {
    background: url("embedded/arrow_down.jpg") no-repeat;
}
.jewel.pie-thumb, .jewel.pie-thumb:hover, .jewel.pie-thumb:active,
.jewel.pie-thumb:focus, .jewel.pie-thumb:focus:hover, .jewel.pie-thumb:focus:active {
    border: none;
    background: url("embedded/baraban.png") no-repeat;
    min-width: unset;
    min-height: unset;
    width: 15px;
    height: 15px;
    box-shadow: none;
}

@keyframes science-anim-keyframes { to { opacity: 0; } }

.jewel.science-anim-regular {
    width: 100%;
    height: 100%;
    background: rgba(128, 128, 255, 0.5);
    animation: science-anim-keyframes 0.6s cubic-bezier(1, 0, 0, 1) infinite alternate;
}

.jewel.science-anim-spec {
    width: 100%;
    height: 100%;
    background: url("embedded/specialization_research_circle.png");
    animation: science-anim-keyframes 0.6s cubic-bezier(1, 0, 0, 1) infinite alternate;
}
.jewel.arrow-top, .jewel.arrow-left, .jewel.arrow-right {
    position: absolute;
    z-index: 40;
    pointer-events: none;
}
.jewel.arrow-top>*, .jewel.arrow-left>*, .jewel.arrow-right>* {
    transform-origin: center center;
    pointer-events: none;
}
.jewel.arrow-left>* {
    transform: rotate(-90deg);
}
.jewel.arrow-right>* {
    transform: rotate(90deg);
}
.jewel.gift-slot {
    margin-right: -2px;
    margin-bottom: -2px;
    background: #404040;
}

.jewel.lootable-funds .jewel.label {
    text-shadow: 0 0 3px #542604, -1px -1px 3px #542604, -1px 1px 3px #542604, 1px 1px 3px #542604, 1px -1px 3px #542604, 0 0 3px #542604;
}

.footerItem {
    font-size: 10px;
    color: #b3a377;
}
.heropedia-tabbar .jewel.tabbarbutton {
    border: 1px solid #dfdfdf;
    border-bottom-width: 0;
    background-color: transparent;
    padding: 0 10px 0 10px;
    height: 17px;
    font-weight: normal;
}
.heropedia-tabbar .jewel.tabbarbutton.selected {
    border: 1px solid #dfdfdf;
    border-bottom-width: 0;
    background-color: transparent;
    padding: 0 10px 0 10px;
    height: 18px;
    font-weight: bold;
    background-color: #FFFFFF;
}
.heropedia-white-box {
    border: 1px solid #dfdfdf;
    background: #ffffff;
}
.heropedia-gray-box {
    border: 1px solid #dfdfdf;
    background: #efefef;
}
.heropedia-set-view {
    padding-top: 10px;
    padding-bottom: 10px;
    border-style: solid;
    border-color: #dfdfdf;
    border-width: 1px 0 0 0;
}
.jewel.flip-horizontally {
    transform-origin: center;
    transform: scaleX(-1);
}
.jewel.debug-red {
    border: 1px solid red;
}
.jewel.debug-green {
    border: 1px solid green;
}
.jewel.debug-blue {
    border: 1px solid blue;
}
.jewel.debug-black {
    border: 1px solid black;
}
.jewel.debug-grey {
    border: 1px solid grey;
}

.datechooser-popup::before {
    background-color: rgba(0, 0, 0, 0);
}

.datechooser-popup .jewel.table {
    box-shadow: none !important;
    transform: none;
    transition: none;
}

.datechooser-popup .jewel.table .jewel.item {
    height: 0;
    overflow: hidden;
    transition: height 200ms ease-in;
}

.datechooser-popup.open .jewel.table {
    left: auto;
    top: auto;
    transform: none;
}

.datechooser-popup.open .jewel.table .jewel.item {
    height: 34px;
}

.green-shadow-rollover:hover {
    filter: drop-shadow(5px -5px 4px #1fd308);
}
.jewel.loader-text {
    top: 150px;
    font-size: 18px;
    color: #B3A377;
    padding: 10px;
    font-weight: bold;
    text-align: center;
}
.jewel.stone-preloader {
    width: 227px;
    height: 200px;
    background: url("embedded/preloader.png");
}
.jewel.stone-preloader-fill {
    width: 32px;
    height: 54px;
    background: url("embedded/preloader_fill.png");
    background-position-y: bottom;
    left: 98px;
    bottom: 70px;
}

.main .combat-calc-panel {
    left: 278px;
    top: -17px;
}
.social .combat-calc-panel {
    left: 325px;
    top: -13px;
}
.jewel.dragging-box {
    overflow-x: hidden;
    overflow-y: hidden;
}
.social .jewel.group.dialog-border.with-social-border:before {
    border-image: url("embedded/style/dialog-social.png");
    border-width: 3px 3px 3px 3px;
    border-image-slice: 3 3 3 3 fill;
}
.social .with-social-border .jewel.group.dialog-content {
    margin: 3px;
}