body {
    margin: 0px 0px 0px 0px;
}

* {
    box-sizing: border-box;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    cursor: default;
}

.jetOverlay {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.currency_value {
    border-right-style: none !important;

    -o-border-top-right-radius: 0px !important;
    -o-border-bottom-right-radius: 0px !important;

    -moz-border-top-right-radius: 0px !important;
    -moz-border-bottom-right-radius: 0px !important;

    -webkit-border-top-right-radius: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;

    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;

    text-align: right;
}

.currency_currency {
    border-left-style: none !important;

    -o-border-top-left-radius: 0px !important;
    -o-border-bottom-left-radius: 0px !important;

    -moz-border-top-left-radius: 0px !important;
    -moz-border-bottom-left-radius: 0px !important;

    -webkit-border-top-left-radius: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;

    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;

    padding-left: 5px !important;

    text-align: left;
}

.jet_group {
    overflow: hidden;
    font-size: 0px;
}

/* IMPORTANT: for Firefox, all div must have default zIndex = 0 */
div {
    z-index: 0;
}

button {
    background-color: #E0E0F0;
}

.splitPaneDivider {
    background-color: #E0E0F0;
}

*:focus {
    outline: none;
}

.message {
    font-family: Tahoma;
    font-size: 25px;
    font-weight: bold;
    color: #FF0000;

    width: 400px;
    height: 300px;

    text-align: center;
}

.cellOuter {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px;
    margin: 0px;
}


/* Tabbed Pane */
.layeredTabOLD {
    border-style: solid;
    border-width: 1px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-color: #000000;

    cursor: default;

    background-color: #FFFFFF;
}

.layeredTab {
    border-width: 0px;

    cursor: default;

    background-color: #FFFFFF;
}

.layeredTabSelectedOLD {
    /*border-style : solid;*/
    border-style: outset;
    border-width: 1px;
    /*border-bottom-width : 0px;
    border-right-width : 0px;*/
    border-color: #000000;

    cursor: default;

    background-color: #D0D0F0;
}

.layeredTabSelected {
    border-width: 0px;

    cursor: default;

    background-color: #D0D0F0;
}


/* UITreeTableComponent */
.simpleOuter {
    display: table;
    overflow: hidden;
}

.outer {
    display: table;
    vertical-align: middle;
    overflow: hidden;
}

.inner {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    top: 50%;
}

.innerOpera {
    display: table-cell;
    vertical-align: middle;
    top: 50%;
}

.mid {
    position: relative;
    top: -50%;
}

.leftCellClass {
    text-align: left;
}

.centerCellClass {
    text-align: center;
}

.rightCellClass {
    text-align: right;
}

.defaultTableHeader {
    font-family: sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;

    text-align: center;
    background-color: #F0F0F0; /*#BFBFBF;*/
}

.defaultTableCell {
    font-family: sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;

    background-color: #FFFFFF; /*#BFBFBF;*/
}

.tooltiptext {
    /*font-family: Tahoma;*/
    font-family: Arial;

    font-size: 12px;
    font-weight: bold;
    /*font-style: normal;*/

    color: #FFFFFF;

    /*border-style: solid;*/
    /*border-color: #000000;*/
    /*border-width: 1px;*/

    padding: 5px;

    /*background-color: #EEEEFF;*/
    background-color: #000000;

    border-radius: 15px;
}

.tooltiptextShadow {
    background-color: #000000;
    border-radius: 5px;
}

.stripe {
    background: repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            #ccc 10px,
            #ccc 20px
    ),
    linear-gradient(
            to bottom,
            #eee,
            #999
    )
}

/* linked to value in ToastMessage hide() */
.jetToast {
    transition: opacity 0.5s linear;
}

@media print {
    .pe-no-print {
        display: none !important;
    }

    .pe-preserve-ancestor {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        box-shadow: none !important;
    }

    .jet_group {
        overflow: visible;
        font-size: 0px;
    }
}

.tiptap_button {
    width: 25px;
    height: 25px;
    border: none;
    background-size: 25px 25px;
    background-color: #f0f0f0;

    cursor: pointer;
}

.tiptap_button_active {
    background-color: #b0b0b0;
}

.tiptap_underline {
    border: none;
    background-image: url("../../../html/tiptap/format_underlined_black_24dp.svg");
}

.tiptap_italic {
    border: none;
    background-image: url("../../../html/tiptap/format_italic_black_24dp.svg");
}

.tiptap_bold {
    border: none;
    background-image: url("../../../html/tiptap/format_bold_black_24dp.svg");
}

.tiptap_bulletlist {
    border: none;
    background-image: url("../../../html/tiptap/format_list_bulleted_black_24dp.svg");
}

.tiptap_justify {
    border: none;
    background-image: url("../../../html/tiptap/format_align_justify_black_24dp.svg");
}

.tiptap_alignright {
    border: none;
    background-image: url("../../../html/tiptap/format_align_right_black_24dp.svg");
}

.tiptap_center {
    border: none;
    background-image: url("../../../html/tiptap/format_align_center_black_24dp.svg");
}

.tiptap_alignleft {
    border: none;
    background-image: url("../../../html/tiptap/format_align_left_black_24dp.svg");
}

.tiptap_highlight {
    border: none;
    background-image: url("../../../html/tiptap/format_color_text_black_24dp.svg");
}
