:root {
    --listText-Color : rgba(89,89,89,1);        /* text color for non selected list items */
    --listSelected-Color: rgba(255,0,11,1);     /* text color for selected list items */
    --listHoverShade-Color : rgba(0,0,0,0.4);   /* color for the shaded bar when list item is hovered over */
    --listTextHover-Color:rgba(0,0,0,0.9);      /* text color for list item while item is hovered over */
    --slider-background: rgba(177,22,24,1);
    --header-Color:rgba(177,22,24,1);
    --fieldText-Color:rgba(0,0,0,1);
    --header-Text-Color:rgba(0,0,0,1);
    --window-Color : rgba(255,255,255,1);
    --blur-constant : 19px;
    --box-constant : 5px 5px 30px 0px;
    --box-color-constant : rgba(0, 0, 0, 0.8);
}
*,
html,
body {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
html {
    height: 100%;
}
body {
    background: #ffffff;
    color: #555555;
    font-family: 'Lucida Grande', Verdana, Arial;
    font-size: 12px;
    height: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    overflow: hidden;
}
.red    {color: red;}
.black  {color:black;}
.blurUnder {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
.front {
    z-index: 500;
    color: red;
}
i.material-icons {
    font-size: 20px;
    position: absolute;
    right: 0;
    bottom: 12px;
    color: var(--slider-background);
    transform: rotate(0deg);
    transition-duration: 250ms;

}
i.material-icons.infocus {
    transform: rotate(-180deg);
    transition-duration: 250ms;
}

.material-icons.md-12 {
    font-size: 27px;
    top: 0px;
    left: 0px;
    color: #ffffff;
}

.material-icons.md-12.history {
    color: var(--slider-background);
}
.material-icons.md-12.history:disabled {
    color: #ffffff;
}


.material-icons.md-6 {
    font-size: 14px;
    top: 0px;
    left: 0px;
    color: gray;
}
button.HelpExitButton {
    color: #ffffff;
    border-radius: 25px;
    border-color: rgba(255, 255, 255, 1);
    border-style: solid;
    background-color: rgba(0, 0, 0, 0);
    font-size: 20px;
    color: #ffffff;
    outline: none;
}
button.HelpExitButton:focus {
    box-shadow: 0 0 0 1pt black;
}
button.histButton, button.histSpeedButton {
    outline: none;
}
.HeaderColor {
    background-color: #007584;
}
.HeaderText {
    color: var(--header-Text-Color);
    /* color: #f4c800; */
}
.WindowColor {
    background-color: rgba(255, 255, 255, 1.0);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-radius: 5px;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 1);
}
.ButtonColor {
    background-color: #f2f2f2;
}
.ButtonText {
    color: #007584;
}
.FieldColor {
    background-color: rgba(200,200,200,0.99);
}
.mdl-button[disabled] {
    background-color: #888888;
    color: #bbbbbb;
}
.FieldText {
    color: var(--fieldText-Color);
    /* color: #007584; */
}
.checkbox {
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    margin: 0 0.5rem 0 0;
    cursor: pointer;
}
.checkbox:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    top: -.125rem;
    left: -1px;
    z-index: 1;
    width: 1.1rem;
    height: 1.1rem;
    border: 1px solid #dddddd;
    border-radius: 3px;
}
.checkbox:checked:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 1px;
    right: 2px;
    border: 2px solid;
    height: .5rem;
    /* border-color: #009688; */
    border-color: var(--header-Color);
    border-top-style: none;
    border-right-style: none;
    border-radius: 3px;
}
.checkbox:after {
    content: "";
    position: absolute;
    top: -0.125rem;
    left: 0;
    right: 2px;
    width: 1.1rem;
    height: 1.1rem;
    background: #fff;
    cursor: pointer;
    border-radius: 3px;
}
.alert_count{
    position: relative;
    /* top: 450px; */
    /* width: 286px; */
    /* height: 30px; */
    margin: auto;
    text-align: center;
}
a {
    text-decoration: none;
}
.scroll-container {
    border: 1px solid #cccccc;
    overflow-y: scroll;
    line-height: 22px;
}
#map {
    height: 100%;
    width: 100%;
}
#histmap {
    height: 100%;
    width: 100%;
    position: static !important;
}
select {
    font-size: 10px;
    outline-width: 0px;
    border-color: #CCCCCC;
}
.font-small {
    font-size: 10px;
    font-weight: normal;
}
.font-medium {
    font-size: 16px;
    font-weight: normal;
}
.SectionHeader {
    color: #007584;
    padding-bottom: 5px;
}
.black-text {
    /* color: #008000; */
    color: black;
}
.blue-gradient {
    background-color: #007584;
    background-image: linear-gradient(315deg, #2c69d1 0%, #007584 94%);
}
.mdl-gray {
    color: #AAAAAA;
}
.mdl-small {
    font-size: 10px;
}
.mdl-medium {
    font-size: 12px;
}
.mdl-filled {
    background-color: #F1F1F1;
    border-radius: 5px 5px 0px 0px;
}
h1 {
    color: #96BF55;
    font-size: 20px;
    font-weight: normal;
    margin: 5px 0 5px 0;
    text-align: left;
}
h1.center {
    color: black;
    text-align: center;
}
h1 span {
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    margin: 5px 5px 5px 0;
    text-align: left;
}
h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    margin: 5px 5px 5px 0;
    text-align: left;
}
.rotater {
    transform: rotate(45deg);
}
.rotatel {
    transform: rotate(-45deg);
}
.rotatel90 {
    transform: scale(0.4) rotate(-90deg);
}
.rotate90l2x {
    transform: scale(1.0) rotate(-90deg);
}
.jarrow-up {
    width: 0px;
    height: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #555555;
}
.jarrow-down {
    width: 0px;
    height: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #555555;
}
.jarrow-left {
    width: 0px;
    height: 0px;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 6px solid #555555;
}
.jarrow-right {
    width: 0px;
    height: 0px;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #555555;
}
.mdl-textfield__input {
    padding: 2px 0 0 2px;
    font-size: 14px;
}
.mdl-checkbox__label {
    font-size: 12px;
    line-height: 10px;
    margin-left: 25px;
}
.mdl-radio-left {
    font-size: 12px;
    line-height: 12px;
    vertical-align: top;
    text-align: right;
    box-sizing: border-box;
    height: 0px;
    margin-left: 25px;
    padding-left: 0;
    margin-bottom: 0px;
}
.mdl-radio {
    font-size: 12px;
    line-height: 12px;
    vertical-align: top;
    text-align: right;
    box-sizing: border-box;
    height: 0px;
    margin-left: 10px;
    padding-left: 0;
    margin-bottom: 0px;
}
.price-class {
    font-size: 12px;
    line-height: 12px;
    vertical-align: top;
    height: 0px;
    margin-left: 35px;
    margin-top: 18px;
    padding-left: 0;
    margin-bottom: 0px;
}
.colorwheel {
    height: 100px;
    width: 150px;
}
.CheckLabel {
    display: block;
    position: relative;
    font-size: 10px;
    text-align: left;
    line-height: normal;
    color: #000000;
    background-color: transparent;
    letter-spacing: 1.0px;
}
.tab-wrap {
    width: 1200px;
    margin-left: 00px;
    position: relative;
    display: -webkit-box;
    display: flex;
    top: -106px;
    font-size: 14px;
    letter-spacing: 1.5px;
}
input[type="radio"][name="tabs"] {
    position: absolute;
    z-index: -1;
}
/* input[type="radio"][name="tabs"]:checked+.tab-label-content label {
    color: white;
} */
input[type="radio"][name="tabs"]:checked+.tab-label-content .tab-content {
    display: block;
}
/* Slider Location For Each Item */
input[type="radio"][name="tabs"]:first-of-type:checked~.slide  {left:5px;width:60px;}
input[type="radio"][name="tabs"]:nth-of-type(1):checked~.slide {left:5px;width:60px;}
input[type="radio"][name="tabs"]:nth-of-type(2):checked~.slide {left:70px;width:80px;}
input[type="radio"][name="tabs"]:nth-of-type(3):checked~.slide {left:150px;width:120px;}
input[type="radio"][name="tabs"]:nth-of-type(4):checked~.slide {left:270px;width:120px;}
input[type="radio"][name="tabs"]:nth-of-type(5):checked~.slide {left:390px;width:120px;}
input[type="radio"][name="tabs"]:nth-of-type(6):checked~.slide {left:510px;width:150px;}
input[type="radio"][name="tabs"]:nth-of-type(7):checked~.slide {left:660px;width:130px;}
input[type="radio"][name="tabs"]:nth-of-type(8):checked~.slide {left:790px;width:120px;} 
input[type="radio"][name="tabs"]:nth-of-type(9):checked~.slide {left:910px;width:170px;}
.MenuBar {
    background-color:var(--header-Color);
    color: var(--header-Text-Color);
    /* background-color: #007584; */
}
.tabcheck {
    cursor: pointer;
    background-color: #eeeeee;
    line-height: 20px;
    width: 100%;
}
.tab-label-content label {
    cursor: pointer;
    /* color: rgba(255, 255, 255, 0.6); */
    /* background-color: #007584; */
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    /* -webkit-box-pack: center; */
    /* justify-content: center; */
    text-align: center;
    height: 40px;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    width: 100%;
}
.slide {
    background: var(--listSelected-Color);
    width: 110px;
    height: 2px;
    position: absolute;
    left: 0;
    top: calc(100% - 2px);
    -webkit-transition: left 0.6s ease-out;
    transition: left 0.6s ease-out;
}
/* .tab-label-content {
    width: 100%;
} */
.tab-label-content .tab-content {
    position: absolute;
    top: 100px;
    /* left: 16px; */
    line-height: 100%;
    display: none;
}
.MenuItems li hover {
    z-index: 1002;
}
.Menu {
    display: block;
    position: absolute;
    top: -8px;
    left: -2px;
    margin-top: 6px;
    background-color: #EEEEEE;
    border-radius: 0px 0px 5px 5px;
    border-width: 1px;
    border-color: #FFFFFF;
    border-style: outset;
    box-shadow: 5px 5px 10px #181818;
    z-index: 998;
}
.MenuItems {
    display: block;
    position: absolute;
    cursor: default;
    color: #888888;
    list-style-type: none;
    font-size: 14px;
    margin-top: 5px;
    margin-left: 5px;
    height: 180px;
    width: 100%;
    letter-spacing: 1.5px;
    overflow: hidden;
    -ms-overflow-style: none;
    z-index: 1001;
    line-height: 24px;
}
.MenuHilight {
    display: block;
    position: absolute;
    top: -40px;
    left: 0px;
    height: 25px;
    background-color:var(--listHoverShade-Color);
    z-index: 999;
    border-top: 1px solid white;
    border-bottom: 1px solid #AAAAAA;
    border-left: 1px solid #ffffff;
    border-right: 3px solid #AAAAAA;
}
.vertHeader {
    background-color:var(--listHoverShade-Color);
}
.VMenu {
    display: block;
    position: absolute;
    top: -14px;
    left: -2px;
    margin-top: 6px;
    background-color: #EEEEEE;
    border-right: 1px solid #888888;
    z-index: 998;
}
.VMenuItems {
    display: block;
    position: absolute;
    cursor: default;
    color: #888888;
    list-style-type: none;
    font-size: 14px;
    margin-top: 3px;
    margin-left: 0px;
    padding-left: 12px;
    height: 250px;
    width: 205px;
    letter-spacing: 1.5px;
    line-height: 35px;
    overflow: hidden;
    -ms-overflow-style: none;
    z-index: 1001;
}
.VMenuHover {
    color: rgba(190, 34, 34, 0.99);
}
.VMenuHilight {
    display: block;
    position: absolute;
    top: -14px;
    left: 0px;
    height: 35px;
    background-color: var(--listHoverShade-Color);
    z-index: 999;
}
.VMenuRail {
    display: block;
    position: absolute;
    top: 0px;
    left: 208px;
    height: 265px;
    width: 3px;
    border-left: 1px solid #CCCCCC;
}
.VMenuIndicator {
    display: block;
    position: absolute;
    top: 7px;
    left: 205px;
    height: 35px;
    width: 3px;
    background-color: var(--listSelected-Color);
    z-index: 1000;
}

RedSelect,
option:hover,
option:focus,
option:active {
    background: #ff0000;
    background-color: #ff0000 !important;
    color: #ffffff !important;
}
option:checked {
    background: #0000ff;
    background-color: #0000ff !important;
    color: #ffffff !important;
}

/* *************************************************************************************************************************************************************************** */
/* **                                                                   MDL-Style Input text entry class                                                                    ** */
/* *************************************************************************************************************************************************************************** */
/* **                                                             Known bugs: NONE! (because today I frigging ROCK!)                                                        ** */
/* **                                                                                                                                                                       ** */
/* **                                                                                                                         -J.Hunter                                     ** */
/* **                                                                                                                        2020.08.23                                     ** */
/* *************************************************************************************************************************************************************************** */
/* **                                                                                                                                                                       ** */
/* **  Usage Example:                                                                                                                                                       ** */
/* **                                                                                                                                                                       ** */
/* **  <div id="ContactFirstName" class="TextInput" style="top:48px;left:230px;width:200px;" onload="createfield(this,'First Name',initvalue,'text');"></div>           ** */
/* **                                                                                                                                                                       ** */
/* *************************************************************************************************************************************************************************** */
.TextInput {                        /* This is the placeholder */
    position: relative;
    height: 40px;
}
.TextInput.disabled {                        /* This is the placeholder */
    opacity : .5;
    pointer-events:none;
}
.TextBlock {                        /* This is the (gray) field area surrounding the input */
    position: absolute;
    bottom: 12px;
    height: 20px;
    width: inherit;
    border: 0px;
    border-radius: 5px 5px 0px 0px;
    background-color: #eeeeee;
}
.TextEntry {                        /* This is the actual text entry area */
    position: absolute;
    top: 10px;
    left: 3px;
    font-size: 14px;
    color: var(--fieldText-Color);
    /* color: #007584; */
    border: 0px;
    background-color: transparent;
    outline: 0px;
    width: calc(100% - 20px);
    z-index: 1;
}
.TextEntry.disabled,
.FlyUnderBar.disabled {
    opacity : .5;
    pointer-events:none;

}
input[type="time"] {
    top: 8px;
}
.TextEntry:invalid {
    border: 1px;
    border-color: red;
}
.TextUnderbar {                     /* This is the unfocused (typically gray) underbar */
    position: absolute;
    bottom: 11px;
    height: 2px;
    width: inherit;
    border: 0px;
    background-color: #bbbbbb;
}
.FlyUnderbar {                      /* This is the colourful focus underbar */
    position: absolute;
    bottom: 11px;
    height: 2px;
    border: 0px;
    background-color: #007584;
    z-index: 5;
}
.TextPrompt {                       /* This is the "flyaway" text prompt which rests in the field (or hovers above it) */
    position: absolute;
    bottom: 13px;
    left: 4px;
    font-size: 13px;
    color: var(--fieldText-Color);
    /* color: #007584; */
    border: 0;
    background-color: transparent;
    white-space: nowrap;
    -webkit-transition: 500ms ease all;  /*,  font-size .2s ease-in-out;*/
    transition: all .25s;
}
.TextPrompt.active {                       /* This is the "flyaway" text prompt which rests in the field (or hovers above it) */
    position: absolute;
    bottom: 32px;
    left: 4px;
    font-size: 9px;
}
.ErrorPrompt {                      /* This is the error display which is unhidden under the field when an error condition exists (for example, non numeric data entered into a numeric field) */
    position: absolute;
    right: 4px;
    bottom: 0;
    height: 10px;
    font-size: 10px;
    color: #ff0000;
    border: 0px;
    background-color: transparent;
    visibility: hidden;
}
/* *************************************************************************************************************************************************************************** */
/* **                                                                   MDL-Style Button Ripple Effect                                                                      ** */
/* *************************************************************************************************************************************************************************** */
/* **                                Known bugs: Unclear why it works in some implementations... and doesn't work in others.                                                ** */
/* **                                                                                                                                                                       ** */
/* **                                                                                                                         -J.Hunter                                     ** */
/* **                                                                                                                        2020.08.22                                     ** */
/* *************************************************************************************************************************************************************************** */
/* **                                                                                                                                                                       ** */
/* **  Usage Example:                                                                                                                                                       ** */
/* **                                                                                                                                                                       ** */
/* **  <a class="ripple" style="position:absolute;top:500px;left:100px;height:35px;width:300px;">Test Button</a>                                                            ** */
/* **                                                                                                                                                                       ** */
/* *************************************************************************************************************************************************************************** */
a.ripple:hover {
    box-shadow: 3px 3px 6px #181818;
    cursor: default;
}
a.ripple {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;            /* horisontally align button text                     */
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px;         /*   This defines letter spacing on the button title  */
    border-radius: 5px;            /*   This defines the border radius of the buttons    */
    overflow: hidden;
    background: #007584;
    border: 1px solid grey;
}
a.ripple p {
    position: relative;
    top: calc(50% - 14px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 100%;
}
a.ripple>span {
    position: absolute;
    background: #fff;
    transform: translate(-50%, -50%);
    pointer-events: none;
    border-radius: 50%;
    animation: ripples 0.6s linear infinite;
}
@keyframes ripples {0% {width: 0px;height: 0px;opacity: 0.5;} 100% {width: 500px;height: 500px;opacity: 0;}}
/* *************************************************************************************************************************************************************************** */
/*                                                           Ripple affect for a <button> instead of an <a>                                                                    */
/* *************************************************************************************************************************************************************************** */
button.ripple {
    position: absolute;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px;         /*   This defines letter spacing on the button title  */
    border-radius: 3px;            /*   This defines the border radius of the buttons    */
    overflow: hidden;
    background: #f2f2f2;
    border: 1px solid grey;
    opacity: 1;
}
button.ripple:hover {
    opacity: .99;
    box-shadow: 3px 3px 5px #ffffff;
}
button.ripple:disabled{
    cursor: not-allowed;
    opacity: .6;
}
button.ripple span {

    position: absolute;
    /* To make it round */
    border-radius: 50%;
    background-color: var(--header-Color);

    width: 100px;
    height: 100px;
    /* for positioning */
    margin-top: -50px;
    margin-left: -50px;

    animation: ripple 1s;
    opacity: 0;
}
button.hidden {
    visibility: hidden;
}
/* Add animation */
@keyframes ripple {
    from {
        opacity: .5;
        transform: scale(0);
    }

    to {
        opacity: 0;
        transform: scale(10);
    }
}


/* *************************************************************************************************************************************************************************** */
/* **                                                                    -Style Window Header class                                                                     ** */
/* *************************************************************************************************************************************************************************** */
/* **                                                             Known bugs: NONE.                                                                                         ** */
/* **                                                                                                                                                                       ** */
/* **                                                                                                                         -J.Hunter                                     ** */
/* **                                                                                                                        2020.08.26                                     ** */
/* *************************************************************************************************************************************************************************** */
/* **                                                                                                                                                                       ** */
/* **  Usage Example:                                                                                                                                                       ** */
/* **                                                                                                                                                                       ** */
/* **  <div id="wndContactsheader" class="Header" onload="createHeader('wndContacts','Contacts');"></div>                                                               ** */
/* **                                                                                                                                                                       ** */
/* *************************************************************************************************************************************************************************** */
.Header {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 42px;
    width: inherit;
    /* background-color: #007584; */
    border-radius: 5px 5px 0px 0px;
    font-size: 20px;
    background-color: var(--header-Color);
    color: #ffffff;
}

.selectionwrapper {
    /* background-color: #ffffff; */
    overflow-x: hidden;
}
.open {
    border: 1px solid #cccccc;
    border-radius: 5px;
}

.ListSelect {
    position: absolute;
    /* background-color:#fff;    */
    border-radius: 3px;
    border: 1px solid #cccccc;
    overflow-x: hidden;
    cursor: default;
}
.ListSelect[active="active"] {
    height: 144px;
    border-radius: 3px;
    border: 1px solid #cccccc;
    background-color: #fff;
}
#cVTLengthUnit.ListSelect[active="active"] {
    height: 36px;
}
.ListSelect[active="hidden"] {
    height: 0px;
    border-radius: 0px;
    border: 0px;
}
.ListContent {
    position: absolute;
    top: 0;
    left: 2px;
    width: 400px;
    background-color: transparent;
    font-size: 14px;
    color: #888888;
    line-height: 18px;
    list-style-type: none;
}
.ImgListContent {
    position: absolute;
    top: 0;
    left: 2px;
    width: 400px;
    background-color: transparent;
    font-size: 14px;
    color: #888888;
    line-height: 28px;
    /* list-style-type: none; */
}
.CboListContent {
    position: absolute;
    background-color: transparent;
    font-size: 14px;
    color: #888888;
    line-height: 18px;
    list-style-type: none;
}
.ImgCboListContent {
    position: absolute;
    background-color: transparent;
    font-size: 14px;
    color: #888888;
    line-height: 38px;
    /* list-style-type: none; */
}
.ListScrollbar {
    position: relative;
    height: 18px;
    background-color:var(--listHoverShade-Color);
    border: none;
}
.ImgListScrollbar {
    position: relative;
    height: 28px;
    background-color: #eeeeee;
    border: none;
}
.imageListImage {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 2px;
}
.imageListLabel {
    position: absolute;
    left: 26px;
    top: 2px;
    width: 175px;
}
li.jh, li.ab{
    color:var(--listText-Color);
}
li:focus {
    outline: none;
}
/* li.jh:hover {
    color:var(--listHoverShade-Color);
} */

li.selected {
    color: var(--listSelected-Color);
}
li.active {
    color:var(--listTextHover-Color);
}
/* *************************************************************************************************************************************************************************** */
/* **                                                                       slider                                                                                          ** */
/* *************************************************************************************************************************************************************************** */
.slidecontainer {
    position: absolute;
}

.slider {
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
    bottom: 0;
    width: calc(100% - 22px);
    height: 2px;
    background: var(--slider-background);
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
}
.slidd {
    position: absolute;
    width: 22px;
    right: 0;
    text-align: right;
    color: var(--slider-background);
}
.slider:hover {
    opacity: .75;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background: var(--slider-background);
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 12px;
    height: 12px;
    background: var(--slider-background);
    cursor: pointer;
}
.SlideTextBlock {
    /* This is the (gray) field area surrounding the input */
    position: absolute;
    bottom: 12px;
    height: 20px;
    width: inherit;
    border: 0px;
    border-radius: 5px 5px 0px 0px;
    background-color: #eeeeee;
}
.SlideTextEntry {
    /* This is the actual text entry area */
    position: absolute;
    top: 12px;
    left: 3px;
    font-size: 14px;
    color: #007584;
    border: 0px;
    background-color: transparent;
    outline: 0px;
    width: calc(100% - 3px);
    z-index: 1;
}
textarea {
    display: block;
    resize: none;
    color: var(--slider-background);
    background-color: transparent;
}
/* table {
    border-collapse: collapse;
} */
tr {
    /* color: var(--slider-background); */
    cursor: default;
}
tr.selected {
    color: red;
}
th {
    /* padding: 0 40px 0 0; */
    text-align: right;
    text-overflow: ellipsis;
    overflow: hidden;
}
th.report{
    text-align: left;
}
/* thead {
    visibility: hidden;

} */
td {
    text-align: right;
    text-overflow: ellipsis;
    overflow: hidden;
}
td.center{
    text-align: center;
    /* top: 32px; */
    position: relative;
}
td input.nickname{
    /* width: 160px; */
    width: 100px;
    border: none;
    color: var(--fieldText-Color);
}


.left {
    text-align: left;
}
.lpadded {
    padding: 0 0 0 8px;
}
.primarycard{
    /* width: 70px; */
    /* width: 50px; */
    width: 40px;
    /* text-align: unset; */
    text-align: center;

}
#Card, #Expire {
    text-align: center;
}
.carddelete{
    width: 50px;
    text-align: center;
    /* visibility: hidden; */
}
.cardNickname{
    /* width: 175px; */
    width: 100px;
    /* text-align: unset; */
    text-align: center;
}
.cardMask{
    width: 175px;
    /* text-align: unset; */
    text-align: center;
}
.reportNoData {
    position: relative;
    text-align: left;
    overflow: visible;
}
.reportProcess {
    position: relative;
}
.reportRange {
    width: 25%;
    text-align: left;
}
.reportClose {
    width: 5%;
}
.reportViewCell {
    position: relative;
    left: 4px;
}
.reportView {
    width: 5%;
}
.reportDownload {
    width: 25%;
}
.reportDownloadCell {
    position: relative;
    left: -5px;
}
.reportDownloadLink {
    color: var(--slider-background);
    cursor: default;
}
.lv-report-headers {
    color: var(--slider-background);
    text-align: center;
}
.lv-table-headers {
    position:absolute;
    top:118px;
    left:0px;
    height:23px;
    width:1100px;
    border-radius: 5px 5px 0px 0px;
}
.lv-table-container {
    overflow-y: scroll;
    position: relative;
    top: 20px;
    height: 80%;
}
.lv-table {
    position: absolute;
    top: -16px;
    /* table-layout: fixed; */
    /* width: 82%; */
    /* white-space: nowrap; */
}
.lv-label-text {
    position:absolute;

    /* will get defined during runtime */
    /* left: 0px; */

    top:3px;
    font-size:10px;
}
.generate-pdf {
    color: var(--slider-background);
    cursor: default;
}
.ForgotPassword {
    position: absolute;
    top: 4px;
    left: 465px;
    height: 30px;
    width: 30px;
    border-radius: 15px;
}
input.hidden {
    position: absolute;
    height: 20px;
    visibility: hidden;
}
.hidetd {
    display: none;
}
input[type="radio"] {
    margin-top: -3px;
    vertical-align: middle;
}
.BottomRight {
    position: absolute;
    right: 8px;
    bottom: 10px;
    width: 201px;
    height: 30px;
}
.BottomLeft {
    position: absolute;
    left: 8px;
    bottom: 10px;
    width: 201px;
    height: 30px;
}
.BottomCenter {
    position: relative;
    bottom: 50px;
    margin: auto;
    text-align: center;
    height: 30px;
    width: 201px;
}

#runHistoryButton:disabled{
    color: #ffffff !important;
}

.reportSpan {
    visibility: hidden;
}
.report:hover .reportSpan {
    visibility: visible;
    color: red;
}
table#ReportTable {
    table-layout: auto;
}
.dropthis {
    overflow-x: auto;
}

/* [FULL SCREEN SPINNER] */
.spinner-back, .spinner-front {
    position: absolute;
    width: 100%;
    /* width: 100vw; */
    transition: all 1s;
    visibility: hidden;
    opacity: 0;
}
.spinner-back {
    z-index: 998;
    height: 100%;
    width: 100%;
    position: absolute;
    /* height: 100vh; */
    /* height: 15vw; */
    /* width: 15vw; */
    background: rgba(0, 0, 0, 0.7);
}
.spinner-front {
    z-index: 999;
    color: #fff;
    text-align: center;
    /* margin: auto; */
    position: absolute;
    border: 1px solid #8f0707;
    height: 100%;
    width: 100%;
    /* margin-top: 35%; */
    /* margin-top: 50vh; */
    /* transform: translateY(-50%); */
}
.spinner-front img{
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.spinner-back.show, .spinner-front.show {
    visibility: visible;
    opacity: 1;
}
#submitReport:disabled {
    opacity:.3;
}
li.disabled {
    opacity : .3;
    pointer-events:none;
}
.w3-modal h1 {
    text-align: center !important;
    display: block;
  }
  .w3-modal p {
    text-align: center !important;
    display: block;
    padding-bottom: 8px;
  }
  .a-btn-text.no-padding,
  .a-btn.no-padding {
      padding: 0px;
  }
  .a-btn-text-l.no-padding {
      padding: 0px;
  }
  .a-btn{
    font-family:Oswald;
    background:#fecc5f;
    background:-webkit-gradient(linear,left top,left bottom,color-stop(#feda71,0),color-stop(#febb4a,1));
    background:-webkit-linear-gradient(top, #feda71 0%, #febb4a 100%);
    background:-moz-linear-gradient(top, #feda71 0%, #febb4a 100%);
    background:-o-linear-gradient(top, #feda71 0%, #febb4a 100%);
    background:linear-gradient(top, #feda71 0%, #febb4a 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#feda71', endColorstr='#febb4a',GradientType=0 );
    border:1px solid #f5b74e;
    border-color:#f5b74e #e5a73e #d6982f;
    -webkit-box-shadow:0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
    -moz-box-shadow:0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
    box-shadow:0 1px 1px #2e2e2eb2, inset 0 1px 0 #fee395;
    padding:0px 80px 0px 10px;
    height:30px;
    display:block;
    position:relative;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    float:left;
    margin:10px;
    overflow:hidden;
    /* -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear; */
}
.a-btn-text{
    padding-top:2px;
    display:block;
    font-size:18px;
    white-space:nowrap;
    color:#996633;
    text-shadow:0 1px 0 #fedd9b;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.a-btn-icon-right{
    position:absolute;
    right:0px;
    top:0px;
    height:100%;
    width:52px;
    border-left:1px solid #f5b74e;
    -webkit-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
    -moz-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
    box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
}
.a-btn-icon-right span{
    width:38px;
    height:38px;
    opacity:0.6;
    position:absolute;
    left:50%;
    top:50%;
    margin:-20px 0px 0px -20px;
    background:transparent url(images/cart/arrow_right.png) no-repeat 50% 55%;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}  
.a-btn:hover{
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
}
.a-btn:hover .a-btn-text{
    text-shadow:0px 1px 1px rgba(0,0,0,0.2);
    color:#fff;
    cursor:default;
}
.a-btn:hover .a-btn-icon-right span{
    opacity:1;
    cursor:default;
}
.a-btn:active{
    position:relative;
    top:1px;
    background:#fec354;
    background:-webkit-gradient(linear,left top,left bottom,color-stop(#fec354,0),color-stop(#fecd61,1));
    background:-webkit-linear-gradient(top, #fec354 0%, #fecd61 100%);
    background:-moz-linear-gradient(top, #fec354 0%, #fecd61 100%);
    background:-o-linear-gradient(top, #fec354 0%, #fecd61 100%);
    background:linear-gradient(top, #fec354 0%, #fecd61 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec354', endColorstr='#fecd61',GradientType=0 );
    border-color:#d29a3a #cc9436 #c89133;
    text-shadow:0 1px 0 #fee1a0;
    -webkit-box-shadow:0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
    -moz-box-shadow:0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
    box-shadow:0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
}
#confirmCardDelete {
    display: none;
    background-color: #91FF00;
    border: 1px solid #aaa;
    position: fixed;
    top: 500px;
    width: 250px;
    left: 50%;
    margin-left: -100px;
    padding: 6px 8px 8px;
    box-sizing: border-box;
    text-align: center;
 }
 #confirmCardDelete button {
    background-color: #48E5DA;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #aaa;
    padding: 5px;
    text-align: center;
    width: 80px;
    cursor: pointer;
 }
 #confirmCardDelete .message {
    text-align: left;
 }
.closeBtn{
    color: black;
    float: right;
}
