/* Greenbridge Designs 
lime: rgb(185,213,57) #bad539
purple: rgb(94,42,118) #5e2a76
black: rgb(35,31,32) #
*/
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */

/* @import url('https://fonts.googleapis.com/css?family=Playfair+Display+SC'); */
/* @import url('https://fonts.googleapis.com/css?family=Raleway:200,400,700'); */
/* @import url('https://fonts.googleapis.com/css?family=EB+Garamond:400,700'); */
/* @import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@700&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap'); */
/* @import url('https://use.typekit.net/fki8wdd.css'); */

.gblime {color:rgb(185,213,57);}
.gbpurple {color:rgb(94,42,118);}



#container::after, ul.nav::after {
    content:".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

html, body {
    margin:0;
    font-size:1em;
    color: rgb(35,31,32);
    min-width:800px;
    background-color:rgba(1,1,1,1);
}

body, td, div, select, input, div, span, a, p {
    font-family: "Noto Sans", Raleway, sans-serif;
    font-size: 1rem;
    font-weight:400;
}

nav#cssmenu {
    z-index:20;
}
#container {
    margin:0.5em;
    width:auto;
    min-height:40em;
    /* background:darkgray url('../img/build/light-grey-terrazzo.png') repeat 0 0; */
    background-color:rgba(185,213,57,1);
    border:1px solid lightgray;
    border-radius:0.5em;
}

#header {
    width:98%;
    margin:2em auto;
    background-color:white;
    border:1px solid gray;
}

#content {
    margin:4vw;
    border:.25em solid rgb(185,213,57);
    border-radius:1em;
    min-height:30em;
    padding:20px;
    background-color:white;
}

fieldset {
    /*border:1px solid rgb(161,0,0);*/
    border:2px solid rgb(190, 214, 0);
    padding:10px 10px 20px 10px;
    border-radius:10px;
    }
    
legend {
    font-family: "Noto Sans", Raleway ,sans-serif;
    font-size: 17px;
    color:rgb(81,80,84);
    padding:0 4px;
    text-shadow: 1px 1px 2px rgb(208,208,208);
    }

div.autocomplete {
    /* position:relative; */
    /* top:100px; */
    /* width:500px; */
    background-color:white;
    margin:10px;
    padding:10px;
    z-index:60;
    border:3px double rgb(22,43,72);
  }
      
div.autocomplete ul {
    list-style-type: none;
    margin: 0;
    padding: 0;  
}

div.autocomplete ul li.selected {
    background-color: rgb(240,246,199);
}
  
div.autocomplete ul li {
    list-style-type:none;
    display:block;
    margin:0;
    padding:5px 2px;
    height:auto;
    cursor:pointer;
    font-size:16px;
}

div#indicator, div.indicator  {
    top:40px;right:60px;z-index:0;width:40px;height:40px;
    margin-bottom:-40px;
}

.ajaxLoadingIndicator {
    font-size: 1.2rem;
    background:rgb(94,42,118) url(../../img/build/alert-overlay.png) repeat-x;
    display: inline-block;
    padding: 5px 10px;
    color: snow;
    border:2px solid rebeccapurple;
    border-radius: 5px;
    box-shadow: 0px 1px 3px 3px rgba(0, 0, 0, 0.5);
    z-index: 800;
    position: fixed;
    top: 4vw;
    left: 30%;
    line-height: 1.2rem;
    font-weight: 300;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.75);
    font-family: Oswald, Roboto, calibri, optima;
    height: auto;
    max-height: 1.8rem;
    min-width: 240px;
    max-width: 400px;
    text-align: center;
    }

.ajaxLoadingIndicator:hover {
    background-color: rgb(185,213,57);
    color:indigo;
    }


div.line {
    border-bottom:1px solid rgb(94,42,118);
    width:100%;
    margin:3em 0;
}
div#projects_wrapper {
    border-radius:0.5em;
    padding:0.4em;
    border:0.4em solid rgb(185,213,57);
    background-color:rgb(110,63,131);
}

table#projects thead {
    background-color: rgb(185,213,57);
}

table#projects th {
    background-color: rgb(185,213,57);
    font-size:1vw;
    border-top:1px solid rgb(35,31,32);
    color:rgb(35,31,32);
}

table#projects td:hover {
    cursor:pointer;
}    

table#projects tr td {
    text-align:left;
    font-size:0.9vw;
    /*color:rgb(35,31,32);*/
    background-color:snow;
    border-bottom: 1px solid darkgray;
}

table#projects td.c {
    text-align:center;
    font-size:0.9vw;
}

table#projects td.r {
    text-align:right;
    font-size:0.9vw;
}

div#projects_info {
    color:snow;
}
div#projects_paginate, div#projects_info {
    background-color:rgb(110,63,131);
    padding:0.2em;
}
div#projects_filter, div#projects_length {
    padding:1em 0;
    color:snow;
}
div#projects_filter input, div#projects_length select {
    color: gray;
    background-color:white;
}

table#projects tr.wsm td {
    background-color:whitesmoke;
    cursor:default;
}

fieldset.ga {
    border: 2px solid rgb(255,125,41);
    border-radius:5px;
    /* box-shadow:2px 2px 5px rgba(112,113,114,0.75); */
    width:620px;
    float:left;
    margin-right:20px;
    margin-bottom:20px;
    }
    
fieldset.gan {
    border: 2px solid rgb(94,42,118);
    border-radius:5px;
    /* box-shadow:2px 2px 5px rgba(112,113,114,0.75); */
    margin-bottom:40px;
    clear:both;
    }
    
div.projection {
    width:98%;
    min-width:50vw;
    }

input[type="checkbox"].chx {
    transform: scale(1.8,1.8);
    margin-top:3px;
    accent-color:purple;
}

fieldset.project {
    border-top: 3px solid rgb(185,213,57);
    border-right: 3px solid rgb(185,213,57);
    border-bottom: 3px solid rgb(185,213,57);
    border-left: 3px solid rgb(185,213,57);
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
    border-top-right-radius:5px;
    border-top-left-radius:0;
    /* box-shadow:2px 2px 5px rgba(112,113,114,0.75); */
    margin-bottom:40px;
    width:auto;
    margin-right: 3em;
    }

fieldset.project legend {
    display:none;
    visibility:hidden;
    }
    
fieldset.project select, fieldset.project input, fieldset.project textarea {
    border:1px solid grey;
    border-radius:3px;
    padding:2px;
    font-size:16px;
    min-height:22px;
    }
    
fieldset.project select {
    padding:3px 2px 2px 2px;
    }
    
fieldset.project select:focus, fieldset.project input:focus, fieldset.project textarea:focus {
    background-color:rgb(185,213,57);
    }
    
fieldset#checklist legend {
    display:inline;
    visibility: visible;
    }   

fieldset#checklist div {
    width: 90px;
    border: 0 solid gray;
    }
    
div.projection ol {
    list-style-position:inside;
    }
    
div.projection ol li {
    font-size:14px;
    text-shadow:1px 1px 1px gray;
    color: rgb(51,51,51);
    }
    
div.bgt {
    background-color: rgb(220,247,220);
    border-top:1px dotted gray;
    border-bottom:1px dotted gray;
    margin-bottom:10px;
    padding-top:10px;
    }
    
div.bgc {
    background-color: rgb(247,247,220);
    border-top:1px dotted gray;
    border-bottom:1px dotted gray;
    margin-bottom:10px;
    padding-top:10px;
    }
    
div.bgR {
    background-color: rgb(247,0,0);
    border-top:1px dotted gray;
    border-bottom:1px dotted gray;
    margin-bottom:10px;
    padding-top:10px;
    color:white;
    }
    
select.emailer {
    min-width:200px;
    max-width:500px;
    }
    
div.emailer label {
    padding-left:10px;
    font-size:14px;
    }
div.emailer input[type="checkbox"] {
    margin-bottom:-10px;
    padding:10px;
    border:1px solid red;
    }
    
form#qfrm label {
    font-size:14px;
    }
    
div.bgGry2 {
    background-color: rgb(211,211,211) ;
    }
    
button.optionButton {
    position:relative;
    background-color:rgb(185,213,57);
    color:rgb(35,31,32);
    padding:0.3vw 0.5vw 0 0.1vw;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    margin-right:0.3vw;
    font-weight:normal;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
    border-top:3px solid rgb(185,213,57);
    border-right:3px solid rgb(185,213,57);
    border-left:3px solid rgb(185,213,57);
    border-bottom:3px solid rgb(185,213,57);
    bottom:-4px;
    z-index:10;
    font-size:1vw;
    }

button.optionButton:hover {
    cursor:pointer;
    /* color: rgb(94,42,118); */
    background-color: indigo;
    color:snow;
    border-bottom: 3px solid indigo;
    }

button.optionButton:focus {
    background-color: white;
    color:black;
    border-bottom:5px solid white;
    }

button.nextButton {
    position:relative;
    background-color:rgb(185,213,57);color:rgb(35,31,32);padding:0.3vw 0.5vw 0 0.1vw;
    border-radius:5px;
    margin-right:0.3vw;
    font-weight:normal;
    border:3px solid rgb(185,213,57);
    bottom:4px;
    z-index:10;
    font-size:1vw;
    padding: 4px 8px;
    }

button.nextButton:hover {
    cursor:pointer;
    color: rgb(94,42,118);
    }

div#data .fw {
        width: 12vw;
        height:5em;
        /* background-color:rgba(220,220,220,0.7); */
        background-color:rgb(185,213,57);
        padding:0.5vw 0.5vw 0;
        border-radius:0.5em;
    }
    
.titleA {
      font-family:"Noto Sans", Raleway;
      font-size:1.6vw;  
    }
.titleB {
      font-family:"Noto Sans", Raleway;
      font-size:1.4vw;  
    }
.titleC {
      font-family:"Noto Sans", Raleway;
      font-size:1vw;  
    }

    /* Portlet Handles */
.portlet:nth-child(odd) {
    background-color:whitesmoke;
    list-style-type:none;
    border:1px solid grey;
    border-radius:0.2vw;
    padding:1em;
    margin-bottom: 1em;
}
.portlet:nth-child(even) {
    background-color:lavender;
    list-style-type:none;
    border:1px solid grey;
    border-radius:0.2vw;
    padding:1em;
    margin-bottom: 1em;
}
.portlet-header {
    /*padding: 0.2em 0.3em;
    margin-bottom: 0.5em;*/
    position: relative;
    color:black;
    border:1px solid black;
}
.portlet-toggle {
    position: absolute;
    top: 30%;
    left: 1.5em;
    margin-top: -6px;
    height:3em;
    
}
.portlet-placeholder {
    border: 1px dotted black;
    margin: 0 1em 1em 0;
    height: 100px;
    background-color: purple;
}

.ui-icon {
    left:0.5em;
    background-color:transparent;
    color:dimgray;
    /* display:none !important; */
}


.ui-widget-header {
    /*border:1px solid rgb(170,127,255) !important;
    height:1.5em;*/
    width:auto;
    padding:0.2em;
    background-color:rgba(110,63,131) !important;
    margin-bottom:0;
    border:0;
}

.ui-state-active {
    background-color:#bad539 !important;
    border:1px solid #353132 !important; 
}   

.parent {
display: grid;
grid-template-columns: 6fr repeat(2, 1fr);
grid-template-rows: auto;
grid-column-gap: 0.5vw;
grid-row-gap: 0.5vw;
}

.grc1 { grid-area: 1 / 1 / 2 / 2;
background-color:rgb(94,42,118);color:whitesmoke; 
font-size:1rem;
padding:0.2vw 0.5vw; }
.grc2 { grid-area: 1 / 2 / 2 / 3; 
background-color:rgb(94,42,118);color:whitesmoke; 
font-size:1rem;padding:0.2vw 0.5vw; }
.grc3 { grid-area: 1 / 3 / 2 / 4;
background-color:rgb(94,42,118);color:whitesmoke; 
font-size:1rem;padding:0.2vw 0.5vw; }
.grc4 { grid-area: 2 / 1 / 3 / 2;
background-color:rgb(185,213,57);color:rgb(35,31,32);
font-weight:600;
font-size:1.2rem;padding:0.2vw 0.5vw;text-align:left; }
.grc5 { grid-area: 2 / 2 / 3 / 3;
font-size:1.2rem;padding:0.2vw 0.5vw;text-align:right;
 }
.grc6 { grid-area: 2 / 3 / 3 / 4; }
.grc7 { font-size:1rem; text-align:right; padding: 0.2vw 0.5vw; }
.grc8 { font-size:1rem; text-align:right; padding: 0.2vw 0.5vw; }
.grc9 {  }
.exp1 { background-color:rgb(185,213,57);color:rgb(35,31,32);
font-weight:600;
font-size:1.2rem;padding:0.2vw 0.5vw;text-align:left;}
.exp2 {  }
.exp3 {  }

.exp4 { font-size:1rem; text-align:right; padding: 0.2vw 0.5vw; }
.exp5 { font-size:1rem; text-align:right; padding: 0.2vw 0.5vw; }
.exp6 {}

.exp7 { font-size:1rem; text-align:right; padding: 0.2vw 0.5vw; }
.exp8 { font-size:1rem; text-align:right; padding: 0.2vw 0.5vw; }
.exp9 { font-size:1rem; text-align:right; padding: 0.2vw 0.5vw; margin-right:0.5rem;}


#variants {
display: grid;
grid-template-columns: 1fr 10fr 6fr repeat(3, 1fr);
grid-template-rows: auto;
grid-column-gap: 0.5vw;
grid-row-gap: 0.5vw;
}

    .bx1 { grid-area: 1 / 1 / 2 / 2;
    background-color:rgb(94,42,118);color:whitesmoke; 
    font-size:0.8rem;
    padding:0.2vw 0.5vw; }
    .bx2 { grid-area: 1 / 2 / 2 / 3; 
    background-color:rgb(94,42,118);color:whitesmoke; 
    font-size:0.8rem;padding:0.2vw 0.5vw; }
    .bx3 { grid-area: 1 / 3 / 2 / 4;
    background-color:rgb(94,42,118);color:whitesmoke; 
    font-size:0.8rem;padding:0.2vw 0.5vw; }
    .bx4 { grid-area: 1 / 4 / 2 / 5;
    background-color:rgb(94,42,118);color:whitesmoke;
    font-size:0.8rem;padding:0.2vw 0.5vw;text-align:right; }
    .bx5 { grid-area: 1 / 5 / 2 / 6;
    background-color:rgb(94,42,118);color:whitesmoke;
    font-size:0.8rem;padding:0.2vw 0.5vw;text-align:right;
     }
    .bx6 { grid-area: 1 / 6 / 2 / 7;
    background-color:rgb(94,42,118);color:whitesmoke; 
    font-size:0.8rem;padding:0.2vw 0.5vw;text-align:center;
    }
    .bx7 { grid-area: 1 / 7 / 2 / 8;
    background-color:rgb(94,42,118);color:whitesmoke; 
    font-size:0.8rem;padding:0.2vw 0.5vw;text-align:center;
    }

    .bx10 {
    font-size:1rem; text-align:right; padding: 0.2vw 0.5vw;
    border:1px solid rgb(94,42,118);
    }
    .bx11 {
    font-size:1rem; text-align:left; padding: 0.2vw 0.5vw;
    border:1px solid rgb(94,42,118);
    }
    .bx12 {
    font-size:1rem; text-align:center; padding: 0.2vw 0.5vw;
    border:1px solid rgb(94,42,118);
    }
    .bx13 {
    text-align:center; padding: 0.2vw 0.5vw;
    }

#docs {
display: grid;
grid-template-columns: 1fr 6fr 5fr;
grid-template-rows: auto;
grid-column-gap: 0.5vw;
grid-row-gap: 0.5vw;
}

#docspage {
display: grid;
grid-template-columns:1fr 4fr 1fr 1fr 3fr;
grid-template-rows: auto;
grid-column-gap: 0.5vw;
grid-row-gap: 0.5vw;
}


    .loc01 {
    grid-area:1/1/2/2;
    background-color:rgb(94,42,118);color:whitesmoke; 
    font-size:0.8rem;
    text-align: center;
    padding:0.2vw 0.5vw; 
    }
    .loc02 {
    grid-area:1/2/2/3;
    background-color:rgb(94,42,118);color:whitesmoke; 
    font-size:0.8rem;
    padding:0.2vw 0.5vw; 
    }
    .loc03 {
    grid-area:1/3/2/4;
    background-color:rgb(94,42,118);color:whitesmoke; 
    font-size:0.8rem;
    padding:0.2vw 0.5vw; 
    }
    .loc03a {
    grid-area:1/3/2/4;
    font-size:0.8rem;
    padding:0.2vw 0.5vw; 
    }
    .loc04 {
    grid-area:1/4/2/5;
    background-color:rgb(94,42,118);color:whitesmoke; 
    font-size:0.8rem;
    padding:0.2vw 0.5vw; 
    }
    .loc05{grid-area:1/5/2/6;}
    
    .loc06 {
    text-align:center;
    font-size:1rem;
    padding:0.2vw 0.5vw; 
    }
    .loc07 {
    font-size:1rem;
    padding:0.2vw 0.5vw; 
    }
    .loc08 {
    font-size:1rem;
    padding:0.2vw 0.5vw; 
    }
    .loc10 {
    font-size:1rem;
    padding:0.2vw 0.5vw;
    text-align:right;
    }
    
#prodlist {
    display: grid;
    grid-template-columns:1fr 4fr 2fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 0.5vw;
    grid-row-gap: 0.5vw;
    justify-items:stretch;
}   

#prodlist div.loca01 {
    grid-area:1/1/2/2;
    background-color:rgb(94,42,118);color:whitesmoke; 
    font-size:0.8rem;
    text-align: center;
    padding:0.2vw 0.5vw;    
}

#prodlist div.loca02 {
    grid-area:1/2/2/3;
    background-color:rgb(94,42,118);color:whitesmoke; 
    font-size:0.8rem;
    text-align: center;
    padding:0.2vw 0.5vw;    
}

#prodlist div.loca03 {
    grid-area:1/3/2/4;
    background-color:rgb(94,42,118);color:whitesmoke; 
    font-size:0.8rem;
    text-align: center;
    padding:0.2vw 0.5vw;    
}

#prodlist div.loca04 {
    grid-area:1/4/2/5;
    background-color:rgb(94,42,118);color:whitesmoke; 
    font-size:0.8rem;
    text-align: center;
    padding:0.2vw 0.5vw;    
}

#prodlist div.loca00 {
    font-size:1rem;
    padding:0.2vw 0.5vw;
}
#prodlist div.loca10 {
    font-size:1rem;
    background-color: gainsboro;
    padding:0.2vw 0.5vw;
}

#star-five {
    border: 0.1vw solid rgb(94,42,118);
    /*border-image-source: url(../img/build/goldstar.png);
    border-image-slice: 24;
    border-image-repeat: round;*/
    width:40vw;margin:2em auto;background-color:rgb(185,213,57);color:rgb(94,42,118);padding:3.5vw 0;border-radius:0.5em;text-shadow:0.1vw 0.1vw 0.2vw gray;
    text-align:center;
}
#joke {
    border: 0.1vw solid rgb(94,42,118);
    /* color:rgb(201,159,52); */
    /* color:rgb(0,1,5); */
    color:rgb(94,42,118);
    font-size:1.2vw;
    border-radius:0.5em;text-shadow:0.1vw 0.1vw 0.2vw gray;
    background-color:rgb(185,213,57);padding:2em;
    text-align:center;
}
#joke::before {
  content: '⛅ ';
}

table#pattributes {
    border-collapse:separate;
    border-spacing:0.2em;
}
table#pattributes th {
    font-size:0.8rem;
}

table#pattributes td {
    border:1px solid grey;
    padding:0.2em 0.1em;
}
table#pattributes td.empty, table#pattributes td input, table#pattributes td select {   
    border:none;
}

fieldset.databox {
    border:2px solid dimgray;
    max-width:78vw;
    margin: 0 2vw;
}
    
/* RGB title */
/* span:nth-child(1){ */
    /* color: #ff0000; */
/* } */
/* span:nth-child(2){ */
    /* color: #00ff00; */
/* } */
/* span:nth-child(3){ */
    /* color: #0000ff; */
/* } */

/* .wrap{ */
    /* padding: 10px; */
    /* width: 450px; */
    /* margin: 0 auto; */
/* } */

/* main{ */
    /* padding-bottom: 60px; */
/* } */

/* color display */
#color-display{
    padding: 20px 40px;
    box-shadow: 0 0 8px #aaaaaa;
    border-radius: 5px;
    width:370px;    text-align:center;
    border:1px solid rgb(0,1,5);
}

#color-display::before{
    content: 'Move the slider to change colour or enter a number between 0 to 255 in the box';
    color: #ffffff;
    text-shadow: 0 0 4px #333333;
    font-size:1em;
}

/* labels */
#coloursliders label{
    padding: 6px;
    width: 50px;
    text-align: center;
    color: #ffffff;
    margin: 4px;
    border-radius: 6px;
    box-shadow: inset 0 0 2px #333333;
    font-size:0.8em;
}

#coloursliders input[type=number], label{
    display: inline-block;
}

/* number input */
#coloursliders .sliders input[type=number]{
    text-align: right;
    width: 40px;
    padding: 6px 0 6px 6px;
    background: #ffffff;
    margin: 0 10px 0 4px;
    outline: none;
    border: 2px solid transparent;
    border-radius: 4px;
    transition: border 0.2s ease;
    box-shadow: 0 0 2px #333333;
    font-size:0.8em;
}

#coloursliders .sliders input[type=number]:focus{
    border: 2px solid #508cfc;
}

/* color sliders */
#coloursliders .sliders{
    margin-top: 20px;
    padding: 20px;
    box-shadow: 0 0 8px #aaaaaa;
    border: 1px solid #f4f4f4;
    background: #f1f1f1;
    border-radius: 5px;
    width:410px;
}

#coloursliders .sliders div{
    padding: 4px;
}

/* range sliders */
#coloursliders .sliders input[type=range]{
    height: 8px;
    border-radius: 10px;
    outline: none;
    width: 100%;
    box-shadow: 0 0 2px #444444, inset 0 0 2px #444444;
}

#coloursliders .sliders input[type=range], #coloursliders input[type=range]::-webkit-slider-thumb{
    appearance: none;
    -webkit-appearance: none;
} 

/* slider thumb */
#coloursliders .sliders input[type=range]::-webkit-slider-thumb{
    height: 20px;
    width: 24px;
    border-radius: 20%;
    cursor: pointer;
    background: #cccccc;
    border: 2px solid #eeeeee;
    box-shadow: 0 0 4px #444444, inset 0 0 2px #444444;
}

div.stkelem  {
    width:5vw;
    font-size:0.8rem;
    text-align:center;
    float:left;
}
div.stkelem2  {
    width:8vw;
    font-size:0.8rem;
    text-align:center;
    float:left;
}

.drop-hover {
    background-color:rgb(94,42,118);
    border:3px dashed yellow;
    padding:10px;
}

.onthego {
    font-size:2em;
    margin-right:2em;
    border:0;
}

table#historytable {
    margin:2em auto;
    width:600px;
    border:1px solid black;
    border-collapse: separate;
    border-spacing:1em 0.5em;
}

table#historytable tr:nth-child(even) {
    background-color: gainsboro;
}

table#historytable th {
    font-size:0.85em;
    font-weight:700;
    color:green;
    text-align:center;
    border-bottom:2px solid gray;
}   

table#historytable td {
    font-size:0.8em;
    font-weight:400;
    color:black;
    text-align:left;
    padding: 0.2em 0.5em;
}   

.draggable {
    width:15vw;height:10vw;cursor:move;border:2px solid transparent;
}
.highlight:active {
    /* background-color:white; */
    /* opacity:0.75; */
    padding:0 10px 0;
    border-radius:5px;
    color:black;
    border:2px dotted purple;
}
    
div.pobx {
    border:2px solid rgb(94,42,118);
    border-radius:0.5em;
    padding: 0 1em 1em;
}

div.comord {
    border:0.2em solid rgb(185,213,57);
    border-radius:0.5em;
    height:7em;
    width:12vw;
    padding:1em;
    position:relative;
    background-color:mintcream;
}

div#currentpdf {
    border:2px solid red;
    border-radius:5px;
    width:4.5vw;
    height:5vw;
    background-color:rgba(255, 125, 125, 0.5);
    padding-top:0.5vw;
    font-size:4vw;
}

a.printpdf {
    color:white;
    text-decoration:none;
    font-size:16px;
}

a.printpdf:hover {
    color: lightcoral;
}

select, input, textarea {
    margin-top:0.1em;
}

span.d1, span.d2 {
    background-image: linear-gradient(70deg, rebeccapurple 35%, yellowgreen 70%, indigo);
    color: silver;
    -webkit-background-clip: text;
    background-clip:text;
    -webkit-text-fill-color: transparent;
    font-size:inherit;
}


.fadroll:hover {
    --fa-primary-color:rebeccapurple;
}
.fadroll {
    --fa-primary-color:yellowgreen;
}

svg.color:hover, svg#transfer:hover {
    --fa-primary-color:green;
    --fa-secondary-color:rebeccapurple;
}
svg.color, svg#transfer {
    --fa-primary-color:rebeccapurple;
    --fa-secondary-color:yellowgreen;
}

svg.redcolor:hover {
    --fa-primary-color:crimson;
    --fa-secondary-color:darkred;
}
svg.redcolor {
    --fa-primary-color:darkred;
    --fa-secondary-color:gray;
}

svg.blkcolor:hover {
    --fa-primary-color:black;
    --fa-secondary-color:dimgray;
}
svg.blkcolor {
    --fa-primary-color:dimgray;
    --fa-secondary-color:black;
}

svg.purcolor:hover {
    --fa-primary-color:rebeccapurple;
    --fa-secondary-color:plum;
}
svg.purcolor {
    --fa-primary-color:mediumpurple;
    --fa-secondary-color:rebeccapurple;
}

div#ctwiz {
    float:left;
    border:1px solid dimgray;
    padding:1em;
    min-width:50%;
    margin:1em;
}

table#owiz {
    width:100%;
    border-collapse:separate;
    border-spacing:0.2em;
}
table#owiz td {
    font-size:1rem;
    border:1px solid dimgray;
    padding:0.2rem;
}

div#gwiz {
    float:left;
    margin:1em;
    min-width:25%;
    border:1px solid dimgray;
    padding:1em;
}

div#gwiz div {
    margin: 0 0.5em;
}

div#ordwiz {
    float:left;
    position:relative;
    border:1px solid dimgray;
    padding:1em;
    min-width:25%;
    height:200px;
    margin:1em;
}

div#delwiz {
    position:relative;
    float:left;
    border:1px solid dimgray;
    padding:1em;
    max-width:35%;
    min-width:25%;
    height:auto;
    margin:1em;
}

/* svg.svg-inline--fa:hover { */
    /* outline:1px solid dimgray; */
    /* border-radius:5px; */
/* } */
g.fa-group:hover path.fa-primary {
    color:dimgray;
}
g.fa-group:hover path.fa-secondary {
    color:lightsteelblue;
}

svg.placement {
    position:relative;
    left:0;
    top: 0;
    z-index:0;
}

div#totals div.grid-container {
    display:grid;
    column-gap: 1em;
    row-gap: 1em;
    grid-template-columns: auto auto;
    grid-template-rows: auto;
    border:3px solid rgb(185,213,57);
    border-radius:0.5em;
    padding:1em;
}

div#totals div.grid-container div.grid-item {
    /* display:grid; */
    background-color: ghostwhite;
    font-size: 1.5em;
    color: indigo;
}
div#stka {
    margin:0 auto;
    border:1px solid rebeccapurple;
    width:400px;
    border-radius:0.2em;
}

table#stkall {
    width:400px;
}
table#stkall th {
    min-width: 75px;
    font-size: 1em;
    font-weight: 600;
    border-bottom: 1px solid rebeccapurple;
}
table#stkall td {
    min-width: 75px;
    font-size: 2em;
    font-weight: 300;
    text-align:center;
}
table.dataTable td.dt-control::before {
    background-color: rgb(185,213,57);
}

table.dataTable tr.dt-hasChild td.dt-control::before {
    background-color: rebeccapurple;
}

  .icon {
    width: 1.4rem;
    height: 1.8rem;
    vertical-align: -0.125em;
    font-size: 1.8rem;
  }

/* CSS pseudo-element styling */

/* general reset/setup styling for icons - needed on all */
.icon::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

/* defining the right font-family/font-face and inherited weight for each style */
.icon-solid::before {
  font: var(--fa-font-solid);
}

.icon-regular::before {
  font: var(--fa-font-regular);
}

.icon-light::before {
  font: var(--fa-font-light);
}

.icon-thin::before {
  font: var(--fa-font-thin);
}

.icon-brand::before {
  font: var(--fa-font-brands);
}

/* defining the right unicode values for each icon */
.icon-award::before {
  content: "\f559";
}

.icon-amazon::before {
  content: "\f270";
}

/* duotone icons follow a similar setup, but require use of the ::after pseudo-element and more styling setup */
.icon-duotone {
  position: relative;
  padding-left: 1.25em; /* make space for the width of the absolutely positioned icon */
}

.icon-duotone::before,
.icon-duotone::after {
  font: var(--fa-font-duotone);
  
/* position both layers of the icon to the left, set our fixed-width width, horizontally center layers, and then vertically align them so they flex with different line heights */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.25em;
    text-align: center;
}

.icon-duotone::before {
  color: var(--fa-primary-color, inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1.0);
}

.icon-duotone::after {
  color: var(--fa-secondary-color, inherit);
  opacity: var(--fa-secondary-opacity, 0.4);
}

.icon-duotone:hover::after {
  color: var(--fa-primary-color, purple);
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1.0);
}

.icon-duotone:hover::before {
  color: var(--fa-secondary-color, yellowgreen);
  opacity: var(--fa-secondary-opacity, 1.0);
}
/* we need to define the two layers of a duotone icon */
.icon-duotone.icon-award::after {
  content: "\f559\f559";
}
.icon-duotone.icon-award::before {
  content: "\f559";
}

.icon-duotone.icon-floppy-disk::after {
  content: "\f0c7\f0c7";
}
.icon-duotone.icon-floppy-disk::before {
  content: "\f0c7";
}

.icon-duotone.icon-pen-to-square::after {
  content: "\f044\f044";
}
.icon-duotone.icon-pen-to-square::before {
  content: "\f044";
}

.icon-duotone.icon-truck-ramp-box::after {
  content: "\f4de\f4de";
}
.icon-duotone.icon-truck-ramp-box::before {
  content: "\f4de";
}

.icon-duotone.icon-memo-pad::after {
  content: "\e1da\e1da";
}
.icon-duotone.icon-memo-pad::before {
  content: "\e1da";
}

.icon-duotone.icon-trash-xmark::after {
  content: "\e2b4\e2b4";
}
.icon-duotone.icon-trash-xmark::before {
  content: "\e2b4";
}
.ui-datepicker {
  z-index:50 !important;
}
.ui-datepicker-month, .ui-datepicker-year, .ui-datepicker-title {
  color:snow !important;
}
