/*Family Tree CREATOR CSS*/
body {
    font-family: "OpenSans";
    font-weight: 100;
    margin: 0;
    /*STOPS scroll when in -----------*/
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*STOPS scroll when in -----------*/
}
#outerOuterContainer {/*function saveSelectionPositions(x) moves elements the same amount in opposite direction left & top -362px and 20px in total*/
    position: absolute;
    left: -357px;/*NEWmovingAll WAS •••• 5px*/
    top: 35px;/*NEWmovingAll WAS •••• 35px 15px somewhere*/
    width: 100%;
    height: 100%;
}

#grid {
    position: absolute;
    z-index: -30;
}
#grid-marker_H {
    /*outer container*/
    border-top: 3px solid white;
    position: absolute;
    background-color: white;
}
.grid-marker-colors_H {
    /*class of inner div H*/
    color: #626262;
    opacity: 0.5;
}
#grid-marker_V {
    /*outer container*/
    position: absolute;
    z-index: 4;
    background-color: white;
}
.grid-marker-colors_V {
    /*class of inner div V*/
    color: #626262;
    text-align: center;
    opacity: 0.5;
}

a {
    text-decoration: none;
}
/* TOP OF PAGE starts ===========*/
#toolbarHolder {
    position: fixed;
    left: 0;
    top: 0;
    height: 67px;/*NEWmovingAll WAS •••• 47px*/
    width: 100%;
    z-index: 30;
    /*background-color: #f0f0e2;
    border-bottom: 1px solid #bec177;*/
}
#toolbarContents {
    margin: 10px;
    text-align: right;
    font-family: "OpenSans";
    font-weight: 300;
    font-size: 11pt;
    line-height: 26px;
    width: 100%;
    /*color: #838362;*/
}
#activity {
    position: fixed;
    top: 15px;/*NEWmovingAll WAS •••• 5px */
    right: 28px;/*NEWmovingAll WAS •••• 20px */
    width: 23px;
    height: 3px;
    z-index: 200;
    background-image: url("../creator-graphics/activityIndicator75pc.gif");
    border-radius: 6px;
    border: solid 0.5px black; /*remember to put border colour in preferences*/
    display: none; /* initially*/
}

/* TOP OF PAGE ends ===========*/

#mainHead {
    position: fixed;
    /*color: white;*/
    top: 18px;/*NEWmovingAll WAS •••• 7px */
    left: 70px;/*NEWmovingAll WAS •••• less */
    font-family: "OpenSans";
    font-size: 24pt;
    font-weight: 700;
}
#holder {
    /*border: 1px solid red;*/
    cursor: default;

    /*-webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}

/* BOTTOM OF PAGE starts ===========*/

#thisTree {
    /*The name of currently open tree*/
    position: fixed;
    /*color: white;*/
    /*bottom: 24px;done elsewhere*/
    right: 60px;
    font-family: "OpenSans";
    font-size: 24pt;
    font-weight: 700;
    cursor: pointer;
}
#subTitle {
    /*Subtitle of project*/
    position: fixed;
    /*color: white;*/
    bottom: 8px;
    right: 60px;
    font-family: "OpenSans";
    text-transform: uppercase;
    font-size: 9pt;
    letter-spacing: 2px;
    font-weight: 300;
    cursor: pointer;
}

#addbarHolder {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 65px;
    width: 100%;
    z-index: 30;
    /*background-color: #f0f0e2;
    border-top: 1px solid #bec177;*/
}
#addbarContents {
    margin: 15px;
    margin-left: 70px;
    text-align: left;
    font-family: "OpenSans";
    font-size: 11pt;
    line-height: 26px;
    width: 100%;
    font-weight: 300;
    /*color: #838362;*/
}
/* BOTTOM OF PAGE ends ===========*/

#atStartForm {
    position: fixed; /* was absolute */
    z-index: 189;
    display: none; /*initially or block to be visible*/
    transform: translate(-50%, -50%);
    left: 50%;
    top: 43.85%;
    /*background-color: #f1f1f1;*/
    text-align: center;
    border: 2px lightgrey ridge;
    box-shadow: 5px 5px 10px #d0cece;
}
#promptForm {
    position: fixed; /* was absolute */
    z-index: 300; /*189*/
    display: none; /*initially or block to be visible*/
    transform: translate(-50%, -50%);
    left: 50%;
    top: 43.85%;

    /*background-color: #f1f1f1;*/
    text-align: center;
    border: 2px lightgrey ridge;
    box-shadow: 5px 5px 10px #d0cece;
}
#warning {
    color: red;
    font-weight: 500;
}
/*========== MOVEABLE DATA ENTRY FORM STARTS ==================*/
/* https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_draggable*/
#moveableInputForm {
    cursor: move;
    position: fixed; /* was absolute */
    z-index: 200;
    display: none; /*initially or block to be visible*/
    /*transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;*/
}

#moveableInputFormHeader {
    cursor: move;
    /*z-index: 40;*/
    /*
  padding: 10px;
  background-color: #2196F3;
  color: #fff;
    */
}

.floatForm {
    /*outer container of individual input block*/
    /*margin-left: 10px;
    margin-top: 10px;*/
    width: 498px;
    /*border: 1px solid black;*/
    /*background-color: #f0f0e2;*/
    box-shadow: 10px 10px 20px #adaaaa;
    border: 1px solid #bec177;
}
.grabBar {
    width: 100%;
    /*    background-color: #bec177;*/
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: center;
    font-family: "OpenSans";
    font-weight: 700;
    letter-spacing: 6px;
    text-transform: uppercase;
    /*color: #f0f0e2;*/
}
/* Clear floats after the columns */
.grabBar:after {
    content: "";
    display: table;
    clear: both;
}

#inputForm {
    /*initially*/
    display: none;
    cursor: move;
}
#prefSettingsForm {
    /*initially*/
    display: none;
    cursor: move;
}
#editForm {
    /*initially*/
    display: none;
    cursor: move;
}

#leftEdge {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 410px;
    background-color: white;
    z-index: 8;
    height: 100%;
}

#aboveGenBar {
    position: absolute;
    background-color: white;
    width: 100%;
    z-index: 7;
}
#belowGenBar {
    position: absolute;
    background-color: white;
    width: 100%;
    /*height: 100%;ELSEWHERE */
    z-index: 9;
}

#screenBlock {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 180;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 30%;
    display: none; /*initially or block to be visible*/
}

#block-edit-on-zoom {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99; /*below controlPanel*/
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0%;
    display: none; /*initially or block to be visible*/
}

/* Create three equal columns that floats next to each other in grabBar*/
.column {
    float: left;
    width: 33.33%;
}
.topBar .botBar {
    /*in the floating form*/
    padding-bottom: 6px;
    width: 496px;
}
/*INPUT AREAS start*/
.allInputs {
    text-align: right;
    font-family: "OpenSans";
    font-size: 11pt;
    line-height: 26px;
    font-weight: 300;
    width: 493px;
    /*    color: #838362;*/
}
/*https://www.w3schools.com/css/tryit.asp?filename=trycss_forms*/
/*textarea {
    border: 1px solid #bec177;
}
input[type="text"],
select {
    border: 1px solid #bec177;
}*/

select:disabled {
    color: #b9b9b9;
}
option:disabled {
    color: #b9b9b9;
}
input:disabled {
    color: #b9b9b9;
}

#yourRef {
    width: 80px;
}
#recordID {
    width: 40px;
    border: none;
    outline: none;
    background-color: transparent;
    font-weight: bold;
    text-align: left;
    pointer-events: none; /* prevents data entry*/
}
#gen {
    width: 20px;
    border: none;
    outline: none;
    background-color: transparent;
    font-weight: bold;
    text-align: left;
    pointer-events: none; /* prevents data entry*/
}
#personName {
    width: 180px;
    cursor: text;
}
#fullName {
    width: 375px;
    cursor: text;
}
#docs {
    width: 375px;
    cursor: text;
}
#relationship {
    cursor: context-menu;
}
#hasPhoto {
    cursor: context-menu;
}
#gender {
    cursor: context-menu;
}
.txtLeft {
    text-align: left;
    padding-left: 7px;
}
.txtRight {
    text-align: right;
}
/*========== MOVEABLE DATA ENTRY FORM ENDS ==================*/

/*==========MAIN TREE ASSEMBLY AREA STARTS==================*/
#mainContainer {
    position: absolute;
    margin-left: 10px;
    margin-top: 60px;
    margin-bottom: 60px;
    background-color: transparent;
}
.mainContainer {
    /* not sure why this name*/
    font-weight: 700;
    text-align: left;
    font-family: "OpenSans";
    font-size: 9pt;
    line-height: 14px;

    /*color: #838362;*/
}

/*==========MAIN TREE ASSEMBLY AREA ENDS==================*/

input[type="file"] {
    display: none;
}
/*input[type="checkbox"] {
  display: none;
}*/

.btn {
    border-radius: 6px;
    width: 70px;
    height: 18px;
    line-height: 12px;
    padding-top: 5px;
    /*background-color: white;*/
    /*color: black;*/
    text-align: center;
    /*border: 1px solid #bec177;*/
    font-family: "OpenSans";
    font-weight: 300;
    font-size: 9pt;
    cursor: pointer;
    display: inline-block;
}
/*.btn:hover {
    background-color: #f0f0e2;
}*/
#scaleBtn {
    /*THIS OVERRULES BITS ABOVE*/
    position: relative;
    left: 320px;
    top: -50px;
    padding-top: 0;
    width: 43px;
    height: 43px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
}
#templateGridLink {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    visibility: hidden;
    cursor: move;
}
#templateHolder {
    position: relative;
    /*z-index: 5;*/
    left: 0;
    top: 0;
    /*visibility: hidden;*/
    cursor: move;
}

#messageDiv {
    font-family: "OpenSans";
    font-size: 14pt;
    font-weight: 300;
    text-align: center;
    position: fixed; /* was absolute */
    border: solid 1px #bec177; /*#bec177*/
    top: 40%;
    left: 35%;
    color: #838362;
    background-color: #f0f0e2;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border-radius: 6px;
    z-index: 300; /* was 190*/
    display: none;
}

.dialog-head {
    font-weight: 400;
    text-align: left;
    line-height: 18px;
    padding-top: 6px;
    padding-bottom: 6px;
}
/*#sideDivStore {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 8;
    background-color: white;
}*/

#toolBoxHolder {
    cursor: move;
    position: absolute;
    /*top: 36px;
    left: 0;*/
    visibility: hidden;
    /*display: block; NO*/
    border: 2px lightgrey ridge;
    width: 194px;
    height: 512px;
    /*background-color: #fcf4fc;*/
    z-index: 40; /*was 10*/
    box-shadow: 5px 5px 10px #d0cece;
}
#toolBoxHeading {
    position: absolute;
    z-index: 10;
    margin-left: 0;
    margin-top: 0;
    text-align: center;
    font-family: "SairaCondensed-ExtraLight";
    font-weight: 600;
    font-size: 11pt;
    line-height: 25px;
    color: #6d6e70;

    background-color: transparent;
}
#toolBox {
    position: absolute;
    z-index: 10;
    margin-left: 0;
    /*background-color: #fcf4fc;*/
}
#spouseToolsBorder {
    position: absolute;
    left: 6px;
    top: 56px;
    width: 185px;
    height: 30px;
    z-index: 9;
    /*border: 1px solid lightgrey;*/
    text-align: center;
    font-family: "OpenSans";
    font-weight: 600;
    font-size: 9pt;
    line-height: 11px;
    color: lightgrey;
}
#childToolsBorder {
    position: absolute;
    left: 6px;
    top: 192px;
    width: 185px;
    height: 30px;
    z-index: 9;
    /*border: 1px solid lightgrey;*/
    text-align: center;
    font-family: "OpenSans";
    font-weight: 600;
    font-size: 9pt;
    line-height: 11px;
    color: lightgrey;
}

/*#topWhiteDiv {
    position: absolute;
    left: 0;
    top: 0;
    height: 72px;
    z-index: 8;
    background-color: white;
    opacity: 50%;
}*/

/* ======= GRID OF TREE DIVS ======= */
.generationBar {
    /*    margin-top: 46.5px;
                margin-left: 3px;
                margin-right: 16px; */
    /*NEW //GENERATIONexpand••++*/
    position: absolute;
    left: -1px;
    text-align: right;/*movingAll WAS •••• center*/
    padding-right: 8px;/*movingAll WAS •••• 0*/
    font-family: "OpenSans";
    font-weight: 600;
    font-size: 11pt;
    /*line-height: 28.5px;*/
    cursor: grab;
    border: 1px solid black;
    /* width: 261px; moved to javascript*/
    /*float: left;*/
}
.person {
    position: absolute;
    z-index: 11; /*above tree connectors*/
    text-align: center;
    border: 1px solid black;
    padding-top: 0;
    font-family: "OpenSans"; /* same as thisTree*/
    font-size: 9pt;
    font-weight: 600;
    /*margin: 3px 3px 3px 3px;*/
    /*        t  r   l   b*/
    /*float: left;*/
}
.grip {
    cursor: move;
    /*z-index: 10;*/
    width: 20%;
    /*height: 29px;*/
    padding-top: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}
.name {
    cursor: move;
    /*z-index: 10;*/
    width: 80%;
    /*height: 29px;*/
    padding-top: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}

.spouseDownArrow_inner {
    color: white;
    font-size: 4.5pt;
    line-height: 6px;
}
.spouseLeftArrow_inner {
    color: white;
    font-size: 4.5pt;
    line-height: 6px;
}
.spouseRightArrow_inner {
    color: white;
    font-size: 4.5pt;
    line-height: 6px;
}

.innerGroup {
    clear: left;
    width: 100%;
    cursor: move;
}
.innerName {
    font-weight: normal;
    font-style: normal;
    cursor: move;
}
.innerDates {
    font-weight: normal;
    font-style: italic;
    cursor: move;
}
/* ======= GRID OF TREE DIVS ======= */

/* LINES https://stackoverflow.com/questions/28380629/draw-a-static-line-between-two-divs */

#helpNote {
    position: absolute;
    left: 100px;
    top: 200px;
    display: none;
    background-color: lightgray;
    max-width: 500px;
    width: auto;
    height: auto;
    padding: 10px;
    font-size: 7.5pt;
    z-index: 210;
}

/*selectToMove.js-----------------------------------*/
.selectAll {
    /*Used to select all elements on#holder*/
    display: block; /*not important*/
}

.selection-box {
    /*Used for dragging over tree divs to select*/
    border: 1px solid #ccc;
    /*background-color: rgba(255, 255, 255, 0.5);*/
    position: absolute;
    z-index: 1000;
}

.selectable {
    position: absolute;
    user-select: none;
    cursor: grab;
    outline-offset: -1px; /**/
}

.selectable.dragging {
    cursor: grabbing;
}

#handle {
    display: none;
    position: absolute;
    font-size: 9pt;
    font-family: "SairaCondensed-ExtraLight";
    letter-spacing: 2px;
    text-align: center;
    padding-top: 8px;
    width: 220px;
    height: 164px; /*52px;*/
    background-color: rgba(164, 163, 164, 0.3);
    border-radius: 5px;
    border: 2px solid rgb(255, 0, 255);
    box-shadow: 5px 5px 10px #d0cece;
    cursor: move;
    z-index: 25;
    /*transform: translate(-50%, -50%); /* Center it */
}
#dragImageBit {/*Currently hidden*/
    display: none;
    margin-left: 25%;
}
/*#handleScreenBlock {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 14;
    width: 100%;
    height: 100%;
    background-color: red;
    opacity: 30%;
    display: none;
}*/
/*BLINK BLINK=====================*/
@keyframes blink {
    0% {
        color: rgb(255, 0, 255);
    }

    50% {
        color: rgb(123, 0, 255);
    }

    100% {
        color: rgb(255, 0, 255);
    }
}
.blinkText {
    animation: blink 0.5s linear infinite;
}
/*BLINK BLINK=====================*/
#rememberSave {
    position: absolute;
    left: 534px;
    width: 266px;
    height: 109px;
    background-image: url("../creator-graphics/rememberSave.png");
    background-size: 100%;
    background-repeat: no-repeat;
    font-weight: 900;
    color: #a7a6a6;
    line-height: 18px;
    text-align: center;
    bottom: 80px;
    z-index: 2000;
    display: none;
}
/*selectToMove.js-----------------------------------*/

/*big Arrows*/
.arrowBg {
    filter: drop-shadow(1px 0px 0px rgb(255, 255, 255)) drop-shadow(-1px 0px 0px white) drop-shadow(0px 1px 0px white)
        drop-shadow(0px -1px 0px white) drop-shadow(1px 1px 0px gray) drop-shadow(-1px -1px 0px gray)
        drop-shadow(-1px 1px 0px gray) drop-shadow(1px -1px 0px gray);
    font-family: "SairaCondensed-ExtraLight";

}
.bigArrRight {
    position: fixed;
    top: 305px;
    right: -335px; /*NEWmovingAll WAS •••• 35px*/
    clip-path: polygon(0px 0px, 150px 50px, 0px 100px);
    background-color: rgba(230, 230, 230, 0.53);
    padding-left: 6px;
    width: 150px;
    height: 100px;
    line-height: 20px;
}
.bigArrLeft {
    position: fixed;
    top: 305px;
    right: -160px; /*NEWmovingAll WAS •••• 210px*/
    clip-path: polygon(150px 0px, 0px 50px, 150px 100px);
    background-color: rgba(230, 230, 230, 0.53);
    padding-right: 6px;
    width: 144px;
    height: 100px;
    line-height: 20px;
    text-align: right;
}
.bigArrUp {
    position: fixed;
    top: 200px;
    right: -220px; /*NEWmovingAll WAS •••• 200px*/
    clip-path: polygon(0px 150px, 50px 0px, 100px 150px);
    background-color: rgba(230, 230, 230, 0.53);
    padding-bottom: 6px;
    width: 100px;
    height: 144px;
    line-height: 20px;
    text-align: center;
    display: table-cell;
    vertical-align: bottom;
}
.bigArrDown {
    position: fixed;
    top: 360px;
    right: -220px; /*NEWmovingAll WAS •••• 200px*/
    clip-path: polygon(0px 0px, 50px 150px, 100px 0px);
    background-color: rgba(230, 230, 230, 0.53);
    padding-top: 6px;
    width: 100px;
    height: 144px;
    line-height: 20px;
    text-align: center;
    display: table-cell;
    vertical-align: top;
}
    .flash-element {
      display: none;
      transition: opacity 0.25s ease-in-out;
      opacity: 0;
    }
  .flash-off {
      display: inline-block;
    opacity: 1;
  }

.weeArr {
    color: magenta;
}

/*ATTENTION HILITE BLINK=====================*/
        @keyframes attention {
    0% {
        background-color: magenta;
    }
    50% {
        background-color: purple;
    }

    100% {
        background-color: magenta;
    }
}
#hilite1 {
    animation: attention 0.2s linear infinite;
    z-index: 100;
    position: absolute;
    border-radius: 3px;
    bottom: 0;
    left: 0;
    width: 0;
    height: 6px;
    display: none;
}
#hilite2 {
    animation: attention 0.2s linear infinite;
    z-index: 100;
    position: absolute;
    border-radius: 3px;
    bottom: 0;
    left: 0;
    width: 0;
    height: 6px;
    display: none;
}
/*ATTENTION HILITE BLINK=====================*/

.float-left {
    float: left;
}
.clears-both {
    clear: both;
}

.circle {
    background-color: transparent;
    border: 1px solid darkgray;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 12px;
    height: 12px;
    color: darkgray;
    font-size: 9pt;
    line-height: 12px;
    text-align: center;
    font-family: "OpenSans";
    font-weight: 800;
    cursor: pointer;
}

/*documents input*/
#listScroll {
    max-height: 500px;
    overflow: scroll;
    margin: 0;
    padding: 0;
}
#docList {
    list-style-type: none;
    padding: 0;
}
#docList li {
    padding: 0.5px;
    background-color: #cccccc;
    margin-bottom: 1px;
    margin-left: 4px;
    /*border: 1px solid #ccc;*/
    display: flex;
    align-items: center;
    /*pointer-events: auto;  Allow dragging on the list */
}
.drag-handle {
    cursor: move; /* Change cursor to indicate draggable */
    margin-right: 4px; /* Space between drag handle and text */
    margin-left: 4px; /* Space between drag handle and text */
    width: 30px; /* Width of the drag handle */
    height: 20px; /* Height of the drag handle */
    font-size: 10.5pt;
    font-family: "SairaCondensed-ExtraLight";
    background-color: #ccc; /* Color of the drag handle */
    display: flex;
    align-items: center;
    justify-content: center;
}

/*#templateExpandCollapse {
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: transparent;
    width: 10px;
    height: 10px;
    background-image: url("../creator-graphics/collapse.png");
    background-size: 75%;
    background-repeat: no-repeat;
    border-radius: 2px;
    background-position: center;
    border: 1px solid darkgrey;
}*/

.toggleExpandContractPanels {
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: white;
    width: 10px;
    height: 10px;
    background-image: url("../creator-graphics/collapse.png");
    background-size: 75%;
    background-repeat: no-repeat;
    border-radius: 2px;
    background-position: center;
    border: 1px solid darkgrey;
    cursor: pointer;
    z-index: 10;
}
#collapseAll {
    margin: 2px 0 2px 0;
    background-image: url("../creator-graphics/collapseAll.png");
    background-size: 100% 60%;
    background-repeat: no-repeat;
    border-radius: 6px;
    background-position: center;
    border: 1px solid darkgrey;
    float: right;
    background-color: white;
    width: 23px;
    height: 23px;
    cursor: pointer;
}
/*selectToMove*/
#moveElementsAmount { /*input field set to value 1 and hideen for now*/
    width: 48px;
    height: 15px;
    margin-top: 7px;
    text-align: center;
    border: 1px solid darkgray;
    visibility: hidden;
}
#jumpUnitOuter{
    width: 54px;
    position: relative;
    top: -32px;
    margin-left: 83px;
    margin-right: 80px;
}
#jumpUnit {
    font-size:10px;
    width: 52px;
    font-family: "SairaCondensed-ExtraLight";
}
.miniLabel{
    font-size: 6pt;
}
#jumpUnitVertical{
    position: relative;
    top: -74px;
    margin-left: 84px;
    margin-right: 80px;
    visibility: hidden;
}
.jumpUnit2{
    font-size:10px;
    width: 50px;
    height: 17px;
    margin-top: 7px;
    line-height: 16px;
    text-align: left;
    font-family: "SairaCondensed-ExtraLight";
    font-weight: 400;
    letter-spacing: 0;
    color: black;
    background-color: #e8e8e8;
    border: 1px solid lightgray;
}
/*selectToMove*/

.hideShowAmendBtn {
    border-radius: 6px;
    width: 60px;
    height: 18px;
    line-height: 12px;
    padding-top: 0;
    background-color: white;
    /*color: black;*/
    text-align: center;
    /*border: 1px solid #bec177;*/
    font-family: "OpenSans";
    font-weight: 300;
    font-size: 9pt;
    cursor: pointer;
    display: inline-block;
    border: 1px solid darkgray;
}
#hideShowAmend {
    /*background: white;*/
    width: 160px;
    position: fixed;
    left: 50%;
    top: 500px;/* change to 43.85%*/
    transform: translate(-50%, -50%);
    padding: 18px 10px 8px 10px;
    z-index: 185; /*higher than screenBlock*/
    border: 2px lightgrey ridge;
    box-shadow: 5px 5px 10px #d0cece;
    display: none;
}

/*data input controls*/
#buttonHolder {
    position: fixed;
    top: 125px;
    right: 10%;
    width: 160px;
    text-align: center;
    z-index: 40;
    border: 2px lightgrey ridge;
    /*border-radius: 6px;*/
    background-color: grey;
    box-shadow: 5px 5px 10px #d0cece;
}
#buttonHolderheader {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 7.5pt;
    color: white;
    text-align: center;
    cursor: move;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

