﻿
/* below are for the browser */
input, div {
    /*outline: none;
    border: none;*/
}
input[type=range] {
    -webkit-appearance: none;
    margin: 0;
    padding: 0;
    outline: none;
}
    input[type=range]:focus {
        outline: none;
    }
    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 18px;
        cursor: pointer;
        animate: 0.2s;
        box-shadow: 0px 0px 0px #000000;
        background-color: Scrollbar; /*#B6B6B6;*/
        border-radius: 0px;
        border: 0px solid #8A8A8A;
    }
    input[type=range]::-webkit-slider-thumb {
        box-shadow: 0px 0px 0px #828282;
        border: 0px solid #8A8A8A;
        height: 18px;
        width: 18px;
        border-radius: 0px;
        background-color: dimgray; /* #DADADA;*/
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: 0px;
    }
    input[type=range]:focus::-webkit-slider-runnable-track {
        background-color: Scrollbar; /* #B6B6B6;*/
    }
    input[type=range]::-moz-range-track {
        width: 100%;
        height: 18px;
        cursor: pointer;
        animate: 0.2s;
        box-shadow: 0px 0px 0px #000000;
        background-color: Scrollbar;
        border-radius: 0px;
        border: 0px solid #8A8A8A;
    }
    input[type=range]::-moz-range-thumb {
        box-shadow: 0px 0px 0px #828282;
        border: 0px solid #8A8A8A;
        height: 18px;
        width: 18px;
        border-radius: 0px;
        background-color: dimgray;
        cursor: pointer;
    }
    input[type=range]::-ms-track {
        width: 100%;
        height: 18px;
        cursor: pointer;
        animate: 0.2s;
        background: transparent;
        border-color: transparent;
        color: transparent;
    }
    input[type=range]::-ms-fill-lower {
        background-color: Scrollbar;
        border: 0px solid #8A8A8A;
        border-radius: 0px;
        box-shadow: 0px 0px 0px #000000;
    }
    input[type=range]::-ms-fill-upper {
        background-color: Scrollbar;
        border: 0px solid #8A8A8A;
        border-radius: 0px;
        box-shadow: 0px 0px 0px #000000;
    }
    input[type=range]::-ms-thumb {
        margin-top: 1px;
        box-shadow: 0px 0px 0px #828282;
        border: 0px solid #8A8A8A;
        height: 30px;
        width: 30px;
        border-radius: 0px;
        background-color: dimgray;
        cursor: pointer;
    }
    input[type=range]:focus::-ms-fill-lower {
        background: Scrollbar;
    }
    input[type=range]:focus::-ms-fill-upper {
        background: Scrollbar;
    }
.table-holder {
    flex: 1 1 auto;
    height: 100%;
    display: flex;
    flex-direction: row;
    min-height: 2%;
}
.table-header {
    flex: 0 0 auto;
    /*    position: sticky;*/
    background-color: #bbb;
}
    .table-header .table-cell {
        font-weight: 800;
        background-color: #bbb;
    }
.table-body {
    flex: 1 1 auto;
    background-color: antiquewhite;
}
.column-scroller {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    overflow-x: auto;
    overflow-y: hidden;
}
.table-scroller {
    flex: 1 1 auto;
    display: flex;
    flex-direction: row;
}
.slider-wrap, .range-wrap {
    flex: 1 1 auto;
    min-width: 18px;
    max-width: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-color: Scrollbar;
}
.arrow-wrapUp {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
}
.arrow-wrapDown {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
}
.table-slider {
    transform-origin: 9px 9px;
    transform: rotate(90deg);
}
.table-row {
    display: table-row;
    height: 18px;
    cursor: pointer;
    user-select: none;
}
.table-body .table-row:hover {
    background-color: lavenderblush;
}
.table-cell {
    display: table-cell;
    padding: 3px;
    height: 18px;
    vertical-align: middle;
    text-wrap: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.multi-cell {
    text-wrap: normal;
    text-overflow: ellipsis;
    white-space: normal;
}
.sm {
    min-width: 13em;
    max-width: 13em;
}
.md {
    min-width: 20em;
    max-width: 20em;
}
.lg {
    min-width: 30em;
    max-width: 30em;
}
.vw {
    min-width: 90px;
    max-width: 500px;
}
.lf {
    text-align: left;
}
.rt {
    text-align: right;
}
.strk {
    text-decoration: line-through;
}
.table-arrowUp {
    border: none;
    background-color: Scrollbar;
    width: 18px;
    height: 18px;
    content: "^";
}
.table-arrowDown {
    border: none;
    background-color: Scrollbar;
    width: 18px;
    height: 18px;
    content: "v";
}
.table-search {
    flex: 0 0 auto;
}
    .table-search input, .rec-count {
        border: none;
        padding: 4px;
        font-size: 14px;
        margin-bottom: 4px;
        outline: none;
    }
        .table-search input:focus {
            outline: none;
        }
.search-bar {
    flex: 1 1 auto;
    display: flex;
    flex-direction: row;
}
.selected {
    background-color: #ffffff;
}

/* below are for the popups and dimmers */
.popup {
    flex: 1 1 auto;
    max-width: 1700px;
    max-height: 92%; /* 1100px; */
    background-color: #c8cfbb; /*  #999f8e;*/
    border-style: solid;
    border-color: white;
    border-radius: 5px;
    padding: 20px;
    /*box-shadow: 10px 10px 5px black;*/
    display: none;
    flex-direction: column;
}
.popTitle {
    flex: 0 0 auto;
    display: flex;
    flex-direction: row;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-bottom-color: black;
}
.popMsg {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 16px;
}
.popButtons {
    flex: 0 0 auto;
    display: flex;
    flex-direction: row;
    border-top-style: solid;
    border-top-width: 4px;
    border-top-color: black;
    padding-top: 16px;
}
.blackOut {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    display: none;
    padding: 20px;
    background-color: rgba(0,0,0,0.6);
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.dimmer {
    position: absolute;
    cursor: wait;
    background-color: transparent;
    display: none;
}
.minSizePop {
    flex: 0 0 auto;
}

/* below is rich text classes*/
.editbox {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;

    min-height: 2%;

}
    .editbox .header {
        flex: 0 0 auto;
        align-items: center;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        background-color: #dfdfdf;
        border-top-style: solid;
        border-top-width: 1px;
        border-top-color: black;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: black;
    }
    .editbox .selects, .editbox .edits {
        flex: 0 0 auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .editbox .content {
        flex: 1 1 auto;
        border: none;
        outline: none;
        overflow-x: auto;
        overflow-y: auto;
        padding: 4px;
        background-color: #ffffff;
    }
.intLink {
    cursor: pointer;
}
img.intLink {
    border: 0;
}
.selects select {
    outline: none;
    vertical-align: super;
}
.editbox select, img {
    font-size: 16px;
}
[contenteditable="true"] {
    font-size: 16px;
    font-family: Verdana;
}

.growlContainer {
    position: absolute;
    width: 240px;
    bottom: 0px;
    right: 8px;
    top: 0px;
    background-color: transparent;
    pointer-events: none;
    overflow: hidden;
}

.growlMessage {
    display: inline-block;
    width: 220px;
    min-height: 5em;
    /*background-color: #444444;*/
    background: rgba(0,0,0,0.5);
    color: white;
    margin-top: 1em;
    margin-bottom: 1em;
    /*text-wrap: normal;*/
    text-align: left;
    padding: 2em;
    border-radius: 1em;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.fade-in {
    opacity: 0;
    animation: fadeInAnimation 1s forwards;
}

.fade-out {
    opacity: 1;
    animation: fadeOutAnimation 1s forwards;
}

@keyframes fadeInAnimation {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeOutAnimation {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}