body{
  font-family: quicksandlight;
  color: rgb(120,120,120);
  background-color: black;
  margin: 0px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html{
  scroll-behavior: smooth;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow:200px 200px 100px black inset;
  box-shadow:200px 200px 100px black inset;
}
.screengrab{
  position: absolute;
  width:100%;
  height:100%;
  background-color: rgb(0,0,0);
  z-index: 99999;
}
@media print{
  html,
  body{
    display: none;
  }
}
.subhead{
  height:28px;
  padding-left:8px;
  padding-right:8px;
  background-color: black;
  border-color: rgb(50,50,50);
  border-left:0.5px;
  border-right:0.5px;
}
.black{
  background-color: black;
  border:0;
}
#progress-bar{
  position: absolute;
  top:300px;
  background-color: rgb(120,120,120);
  height:2px;
  color: #FFFFFF;
  width:0%;
  -webkit-transition: width .3s;
  -moz-transition: width .3s;
  transition: width .3s;
}
.analbar{
  background-color: rgb(100,100,100);
  height:2px;
  width:0%;
  -webkit-transition: width 0.3s, opacity 1s;
  -moz-transition: width 0.3s, opacity 1s;
  transition: width 0.3s, opacity 1s;
  z-index:9000;
  position:relative;
  top:425px;
}
#progress-div{
  /*border:#0FA015 1px solid;*/
  height:2px;
  padding: 5px 0px;
  margin:30px 0px;
  border-radius:4px;
  text-align:right;
}
#targetLayer{
  position: absolute;
  width:calc(100% - 90px);
  height:100%;
  opacity:0.9;
  background-color: black;
  z-index:99999;
  overflow: scroll;
}
#progress-num{
  width:100%;
  font-size: 64pt;
  text-align:right;
}

/* FOR OLD LOADING BAR
.progress
{
  display:none;
  position:relative;
  width:400px;
  border: 1px solid #ddd;
  padding: 1px;
  border-radius: 3px;
}
.bar
{
  background-color: #B4F5B4;
  width:0%;
  height:20px;
  border-radius: 3px;
}
.percent
{
  position:absolute;
  display:inline-block;
  top:3px;
  left:48%;
}
*/

  div#head{
    position: absolute;
    width: calc(100vw - 305px);
    height: 130px;
    margin-left: 210px;
    margin-right: 95px;
    top: 0;
    display:block;
  }
  div#welcomehead{
    position: absolute;
    width: calc(100vw - 305px);
    max-width: 1077px;
    height: 200px;
    margin-left: 0px;
    margin-right: 95px;
    top: 0;
    display:block;
  }
  div#headcontainer{
    position:relative;
    float:left;
  }
  div#headcontainername{
    position:relative;
    float:right;
  }
  .imagecolumn{
    text-align: right;
    position: relative;
    max-width: 400px;
    font-size: 15pt;
    height: 100%;
    vertical-align: text-bottom;
    float: left;
    padding-top: 5px;
  }
  div#loves{
    text-align: right;
    position: relative;
    max-width: 350px;
    width: 33%;
    min-width: 200px;
    font-size: 15pt;
    height: 100%;
    vertical-align: text-bottom;
    float: left;
  }
  div#selects{
    text-align: right;
    position: relative;
    max-width: 350px;
    width: 33%;
    min-width: 200px;
    font-size: 15pt;
    height: 100%;
    vertical-align: text-bottom;
    float: left;
  }
  div#newuploads{
    text-align: right;
    position: relative;
    max-width: 350px;
    width: 33%;
    min-width: 200px;
    font-size: 15pt;
    height: 100%;
    vertical-align: text-bottom;
    float: left;
  }
  div#content{
    width: 100%;
    height: 100vh;
    position: absolute;
    overflow: hidden;
  }
  div#navigation{
    position: absolute;
    font-size: 15pt;
    top: 0;
    left: 0;
    width: 200px;
    margin-top: 140px;
    height: calc(100vh - 140px);
    overflow-y: scroll;
    overflow-x: hidden;
  }
  div#navigation::-webkit-scrollbar {
    display: none;
  }
  div#keywordbar{

      height: calc(100% - 360px);
      width:600px;
      position:absolute;
      top:180px;
      right:0px;
  }
  div#imagesbar{
      height:180px;
      width:100%;
      position:absolute;
      bottom:0px;
      overflow-x: scroll;
      overflow-y: hidden;
      white-space: nowrap;
      margin-left: 10px;
      margin-right: 10px;
      padding-right: 10px;
  }
  div#imagesscroller{

      width:auto;
      float:left;
      overflow-x: scroll;
  }
  div#imagesbarcontainer{
      position:relative;
      height:160px;
      width:160px;
      align:center;
      padding:5px;
      margin:5px;
      display:inline-block;
  }
  img#selecatable-1 .ui.selected{
      border: 1px rgb(100,100,100);
  }

  div#imageviewport{

      height: calc(100% - 380px);
      width:calc(100% - 585px);
      position:absolute;
      top:190px;
      left:10px;
      margin:10px;
  }
/*
  div#logo{
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    margin-top: 10px;
    z-index:-1;
  }
*/
  div#welcomelogo{
    top: 0;
    width: calc(100% - 90px);
    margin-top: 10px;
    z-index:-1;
    padding-top:50px;
    padding-left: 20px;
  }
  div#footer{
    background-color: pink;
    width: 100%;
    height: 50px;
    position: absolute;
    float: bottom;
  }
  .txtcen{
    text-align: center !important;
  }
  .wid40{
    width:40px !important;
  }
/***************************IMAGES DIVS CSS*****************************/
  div#maincontainer{
    position: absolute;
    bottom:0px;
    margin-right: 95px;
    width: calc(100% - 95px);
    height: calc(100vh - 160px);
    overflow-y: scroll;
    display:inline-block;
    padding-bottom: 30px;
    max-width: 100%;
  }

  div#maincontainerpresent{
    position: absolute;
    bottom:0px;
    margin-right: 95px;
    width: calc(100vw - 95px);
    height: calc(100vh - 150px);
    overflow-y: scroll;
    display:inline-block;
    padding-bottom: 30px;
  }

  div#maincontainersearch{
    position: absolute;
    bottom:0px;
    margin-right: 95px;
    width: calc(100vw - 95px);
    height: calc(100vh - 205px);
    overflow-y: scroll;
    display:inline-block;
    padding-bottom: 30px;
  }

  div#maincontainerproject{
    position: absolute;
    bottom:0px;
    margin-right: 95px;
    width: calc(100vw - 95px);
    height: calc(100vh - 210px);
    overflow-y: hidden;
    display:inline-block;
    padding-bottom: 30px;
  }
  div#maincontainerseries{
    position: absolute;
    bottom:0px;
    margin-right: 95px;
    width: calc(100vw - 95px);
    height: calc(100vh - 200px);
    overflow-y: hidden;
    display:inline-block;
    padding-bottom: 30px;
  }
  /*
  div#maincontainerpresent{
    position: absolute;
    bottom:0px;
    margin-right: 95px;
    width: calc(100vw - 95px);
    height: calc(100vh - 190px);
    overflow-y: scroll;
    display:inline-block;
    padding-bottom: 30px;

  }
  */
  div#maincontainerwelcome{
    position: absolute;
    bottom:0px;
    width: calc(100vw - 90px);
    height: calc(100vh - 250px);
    overflow-y: scroll;
    display:inline-block;
    text-align: center;
  }
  div#addfilebuttoncontainer{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

    position: relative;
    width: calc(100% - 10px);
    height:100px;
    justify-content: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .addcover{
    position:absolute;
    top: 0px;
    left: 0px;
    height:100px;
    width:100%;
    background-color: black;
    opacity: 0.5;
    z-index: 10000;
  }
  .force{
    position: relative;
    width:100%;
    height:470px;
    text-align: center;
  }
  .phonam{
    background-color: rgb(20,20,20);
    border:0px;
    height:36px;
    width:300px;
    padding: 7px;
    font-size: 11pt;
    text-align: center;
    outline: none;
    color:rgb(120,120,120);
    font-family: quicksandlight;
  }
  div#images::-webkit-scrollbar {
    display: none;
  }
/*********************INDIVIDUAL IMAGES DIVS CSS****************************/

/*********WORK OUT HOW TO REMOVE PADDING AT BOTTOM**********/
  div#imagescontainer{
    position:relative;
    margin: 9px;
    text-align: left;
    justify-content: center;
    align-items: center;
  }
  div#searchimagescontainer{
    position:relative;
    margin: 9px;
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  img{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-touch-callout: none;
  }
  div#imagescontainer:hover{
    /*cursor:pointer;*/
  }
  div#imagescontainer:hover #imageslove{
    opacity:0.7;
  }
  div#imagescontainer:hover #imagesproject{
    opacity:0.7;
  }
/*********************IMAGES ICON OVERLAY CSS****************************/
  div#imagesphotographer{
    position: absolute;
    bottom:11px;
    height:30px;
    width:100%;
    opacity:0.7;
    line-height: 35px;
    text-align: right;
    background-color: black;
    cursor:auto;
  }
  div#imagesphotographer a{
    color:rgb(150,150,150);
    text-decoration:none;
  }
  div#imagesphotographer a:hover{
    color:rgb(150,150,150);
    text-decoration:underline;
  }
  div#imagesproject{
    position: absolute;
    top:4px;
    left: 4px;
    opacity:0;
  }
  div#imageslove{
    position: absolute;
    top:4px;
    right: 4px;
    font-size: 15pt;
    opacity:0;
  }
  div#imageslove:hover{
    color: white;
    opacity:0.1;
  }
/***************************IMAGES POP-UP OVERLAY CSS**************************/

/*****NEEDS WORK - MAKE OVERLAY FADE IN*********/
  div#imageoverlay {
    display:none;
    position: absolute;
    width: 96%;
    height: 90%;
    top:5vh;
    left:2vw;
    background-color: rgba(0,0,0,0.8);
    z-index: 3;
  }
  div#imageoverlayclose {
    position: absolute;
    display: none;
    width: 40px;
    height: 40px;
    top:6px;
    right:6px;
    background-color: rgba(0,0,0,0.8);
    z-index: 4;
    cursor: pointer;
    font-size: 20pt;
    line-height: 1.6;
    text-align: center;
  }

/****************************SIDERIGHT CSS*******************************/
  div#sideright{
    background-color: rgb(020,020,020);
    margin: 0px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    width: 90px;
    z-index: 0;
  }
  div#siderighttop{
    position: relative;
    top: 170px;
    height: 400px;
    width: 90px;
  }
  /*NEEDS WORK - should be automated*/
  div#siderightbottom{
    position: absolute;
    top: calc(100vh - 230px);
    height: 230px;
    width: 90px;
  }
  div#siderightbottomcancel{
    position: absolute;
    top: calc(100vh - 270px);
    height: 230px;
    width: 90px;
  }
  div#siderightbottomupdate{
    position: absolute;
    top: calc(100vh - 185px);
    height: 230px;
    width: 90px;
  }
  div#siderightbottomseries{
    position: absolute;
    top: calc(100vh - 215px);
    height: 230px;
    width: 90px;
  }
  div#siderightbottomarchive{
    position: absolute;
    top: calc(100vh - 240px);
    height: 150px;
    width: 90px;
  }
  div#siderightbottomwelcome{
    position: absolute;
    top: calc(100vh - 170px);
    height: 150px;
    width: 90px;
  }
  div#siderightbottomaccount{
    position: absolute;
    top: calc(100vh - 180px);
    height: 150px;
    width: 90px;
  }
  div#siderightbottomnote{
    position: absolute;
    bottom: 110px;
    height: 150px;
    width: 90px;
  }
  div#siderightbottomthank{
    position: absolute;
    top: calc(100vh - 310px);
    height: 150px;
    width: 90px;
  }
  div#siderightbottompackages{
    position: absolute;
    top: calc(100vh - 175px);
    height: 150px;
    width: 90px;
  }
  div#siderightbottompresentation{
    position: absolute;
    top: calc(100vh - 240px);
    height: 150px;
    width: 90px;
  }
  div#siderightbottomproject{
    position: absolute;
    top: calc(100vh - 180px);
    height: 150px;
    width: 90px;
  }
  div#siderightbottomteam{
    position: absolute;
    top: calc(100vh - 100px);
    height: 150px;
    width: 90px;
  }
  div#siderightbottomcreative{
    position: absolute;
    top: calc(100vh - 190px);
    height: 150px;
    width: 90px;
  }
  form{
      text-align: center;
  }
  .button{
      background-color: black;
      color: rgb(100,100,100);
      padding: 14px 20px;
      margin: 8px 0;
      border: none;
      cursor: pointer;
      width: 400px;
      outline: none;
      font-size: 9pt;
  }
  #buttonLogin{
      background-color: black;
      color: rgb(100,100,100);
      padding: 14px 20px;
      margin: 8px 0;
      border: none;
      cursor: pointer;
      width: 400px;
      outline: none;
      font-size: 9pt;
  }
  #buttonforgot{
      position:absolute;
      right:-90px;
      bottom:0px;
      background-color: black;
      color: rgb(100,100,100);
      padding: 14px 20px;
      margin: 8px 0;
      border: none;
      cursor: pointer;
      width: 400px;
      outline: none;
      font-size: 9pt;
  }
  /* Add a hover effect for buttons */
  .button:hover {
      color: rgb(140,140,140);
  }
  .button:focus {
      border: 1px solid rgb(100,100,100);
  }
  /* this is set for ArtBuyerHOME
  img{
    max-width: 100%;
    width: inherit;
    padding-bottom: 9px;
  }
*/
/****************************NAVIGATION CSS*******************************/
/*
  .tree-list li > ul, .tree-list li > ol {
    display: none;
  }
  .tree-list input[type="checkbox"]:checked + ul, .tree-list input[type="checkbox"]:checked + ol{
    display: block;
  }
  .tree-list input[type="checkbox"] {
   display: none;
   position: relative;
  }

  .tree-list label {
   position: relative;
   display: inline-block;
  }

  .tree-list label:after {
   content: '+';
   position: static;
  }
  ol{
    list-style: none;
    color: rgb(200,200,200);
    padding: 2px;
      margin: 2px;
  }
  ul{
    list-style: none;
    font-size: 11pt;
    color: rgb(150,150,150);
    padding: 5px;
      margin: 5px;
    line-height: 1.6;
  }
  */
  .gobut{
    width:250px;
    height:32px;
    background-color: inherit;
    border-radius: 3px;
    border:1px solid rgb(50,50,50);
    text-decoration: none;
    padding-top:10px;
    padding-bottom:10px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .gobut:hover{
    color: rgb(100, 100, 100);
    border: 1px solid rgb(70,70,70);
  }
  .bottom > * {
    vertical-align: bottom;
  }
  .qslight{
    font-family: quicksandlight;
    color: rgb(100, 100, 100);
  }
  .rot {
    display:block;
    font-family: quicksandlight;
    font-size: 22pt;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  }
  .rotsmall {
    display:block;
    font-family: quicksandlight;
    font-size: 14pt;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  }
  .light16{
     color: rgb(220, 220, 220);
     font-size: 16pt;
  }
  .light25{
     color: rgb(100, 100, 100);
     font-size: 25pt;
  }
  .no-link {
    color: inherit;
    text-decoration:none;
    line-height: 1.6;
  }
  .no-link:hover {
    color: rgb(200,200,200);
    text-decoration:none;
    line-height: 1.6;
  }
  .no-link-select {
    color: inherit;
    text-decoration:none;
    line-height: 1.6;
  }
  .no-link-select:hover {
    color: rgb(200,200,200);
    text-decoration:none;
    line-height: 1.6;
  }
  .no-link-select:active {
    color: rgb(200,200,200);
  }
  .delete{
    float:right;
    margin-right:5%;
    background:none!important;
    color:rgb(80,80,80);
    border:1px solid rgb(70,70,70);
    line-height: 16px;
    margin-bottom: 0px;
    display: inline-block;
  }
  /*
  button {
     background:none!important;
     color:inherit;
     border:none;
     padding:0!important;
     font: inherit;
     cursor: pointer;
     outline: 0 !important
  }
  button:hover{
    color: rgb(200,200,200) !important;
  }
  .but.on{
     background:none!important;
     color:rgb(200:200:200);
     border:none;
     padding:0!important;
     font: inherit;
     cursor: pointer;
     outline: 0 !important
  }
  */

  label{
      z-index:100;
    /* NEEDS WORK - where was it a pointer? cursor: pointer;*/
  }
  /**************     INPUT FORM CSS    ************/
 /* .inputfile {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }

    .inputfile + label {
        font-size: 18pt;
        font-weight: 80;
        height:70px;
        width:250px;
        background-color: rgb(20,20,20);
        border-radius: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        -webkit-flex-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .inputfile:focus + label,
    .inputfile + label:hover {
        background-color: red;
        cursor: pointer;
    }*/
#upload {
    opacity:0;
    color: white;
    background-color: white;
}
.upload {
    position:relative;
    bottom:0;
    visibility: hidden;
    color: black;
    background-color: white;
}
#welcomeupload {
    visibility: hidden;
}
.welcome-visible{
    opacity:1;
}
.welcome-hidden{
    opacity:0;
    visibility:hidden;
}
.pageleft{
    right:0px;
}
.date-group{
    width:100px;
}
.welcomepage1, .welcomepage2, .welcomepage3, #welcome-agency, #agent-1{
  transition: all 0.5s;
  -moz-transition: all 0.5s; /* Firefox 4 */
  -webkit-transition: all 0.5s; /* Safari and Chrome */
  -o-transition: all 0.5s; /* Opera */
}
.welcomepage1{

}
.welcomepage2{
    position:absolute;
    top:0px;
    width:100%;
}
.welcomepage3{
    position:absolute;
    top:0px;
    width:100%;
}
.dropdown-menu>li>a:hover{
    background-color: rgb(30,30,30);
}
.dropdown-menu-center {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.split1{
    padding-top:0px;
    width:50%;
    min-width:50%;
    position:absolute;
    left:0px;
    text-align: left;
    margin-left: 10px;
}
.split2{
    padding-top: 6px;
    width:50%;
    min-width:50%;
    display:inline;
    position:absolute;
    left:50%;

}
div#searchcontainer{
    position:relative;
    height:500px;
    width:100%;
    min-width:100%;
    display:block;
    line-height: 18pt;
    overflow: hidden;
    text-align: center;
}
.uploadcontainer{
  height:635px;
  width:100%;
}
div#outputcontainer{
    position:relative;
    height:350px;
    width:100%;
    min-width:100%;
    display:block;
}
div#outputcontainersstripsearch{
    position:relative;
    height:140px;
    width:100%;
    min-width:100%;
    overflow: hidden;
}
div#outputcontainersstrip{
    z-index:0;
    position: relative;
    padding-left: 10px;
    top:340px;
    height:290px;
    width:100%;
    min-width:100%;
    /*display:block;*/
    /*line-height: 18pt;*/
    overflow: hidden;
    /*text-align: center;*/
}
.coldiv{
  width:38px;
  border:0px;
}
div#outputcontainers{
    position: relative;
    float: left;
    height:100%;
    width:50%;
    overflow-x: hidden;
    display: block;
    align-items: stretch;
}
div#outputcontainerstable{
    position: absolute;
    float: left;
    top:0;
    left:0;
    height:100%;
    width:50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    align-content:center;
    overflow-x: hidden;
    display: table;
}
div#outputcontainerstable2{
    position: absolute;
    float: left;
    top:0;
    left:50%;
    height:100%;
    width:calc(50% - 55px);
    margin-left:55px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    align-content:center;
    overflow-x: hidden;
    display: table;
}
.ai{
  position: absolute;
  left:50%;
  top:84px;
  width:40px;
  height:40px;
  border:1px solid rgb(50,50,50);
  border-radius:2px;
}
.ai:hover{
  cursor: pointer;
}
.ai_icon{
  margin-top:10px;
  margin-left:9px;
  height:20px;
  width:20px;
  z-index:1001;
}
.colourchartsearch{
    position:absolute;
    display:inline-block;
    width:40px;
    height:346px;
    border:1px solid rgb(50,50,50);
    border-radius: 2px;
    top:120px;
    left:calc(50% + 6px);
    z-index:997;
}
.sglogo{
  position: absolute;
  top:calc(50% - 200px);
  left:calc(50% - 100px);
}
.sgtext{
  position: absolute;
  top:calc(50% + 50px);
  line-height: 1.8;
  width: 100%;
  text-align: center;
}
.skeletonsearch{
  position: absolute;
  left:calc(50% + 6px);
  top:24px;
  width:40px;
  height:40px;
  border:1px solid rgb(50,50,50);
  border-radius:2px;
  opacity:1;
}
.skeleton{
  position: absolute;
  left:50%;
  top:20px;
  width:40px;
  height:40px;
  border:1px solid rgb(50,50,50);
  border-radius:2px;
  opacity:1;
}
.skeleton:hover{
  cursor: pointer;
}
.uploadcolour{
  position: absolute;
  left:50%;
  top:67px;
  width:40px;
  height:271px;
  border:1px solid rgb(50,50,50);
  border-radius:2px;
  z-index:1;
}
.containerchildsearch{
    position: relative;
    display: table-cell;
    height:100%;
    width:100%;
    vertical-align: middle;
    padding-top: 0px;
    overflow-x: hidden;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center !important;
}
.containerchild{
    position: relative;
    display: table-cell;
    height:100%;
    width:100%;
    vertical-align: middle;
    padding-top: 10px;
    overflow-x: hidden;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center !important;
}
div#containerchild2{
    position: relative;
    display: table-cell;
    height:100%;
    width:100%;
    min-width:100%;
    vertical-align: middle;
    padding-top: 0px;
    overflow-x: hidden;
    text-align: left !important;
    line-height: 18pt;
}

div#keywordscontainer{
    width:100%;
    min-width:100%;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(100,100,100);
    opacity: 1; /* Firefox */
    font-family: quicksandlight;
    line-height: 20px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgb(100,100,100);
    font-family: quicksandlight;
    line-height: 20px;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: rgb(100,100,100);
    font-family: quicksandlight;
    line-height: 20px;
}
/* NEEDS WORK - fix  width  */

textarea {
  background-color : transparent;
  color: rgb(140,140,140);
  border:1px solid rgb(50,50,50);
  font-size: 9pt;
  line-height: 14pt;
  resize:none;
  white-space: nowrap;
  -ms-overflow-style: none;
  overflow-style:none;
  /*
  border-radius: 2px;
  padding-left: 8px;
  padding-top:8px;
  padding-bottom:5px;
  \*/
  font-family: quicksandlight;
  font-size: 10pt;
}
textarea:focus {
    outline: none !important;
    /*border:1px solid rgb(100,100,100);*/
}

/*
textarea:hover {
    border:1px solid rgb(70,70,70);
}
textarea:focus {
    outline: none !important;
    border:1px solid rgb(100,100,100);
}
textarea:placeholder {
    color: rgb(50,50,50);
}
*/
.title{
  width:calc(100% - 36px);
  padding:0px;
  padding-left: 5px;
  padding-top:6px;
  height:32px;
  font-size: 11pt;
  white-space: nowrap !important;
}
.title::-webkit-scrollbar{
   display: none;
 }
 .title::-webkit-input-placeholder{
   font-style: italic;
 }
 .title:-moz-placeholder{
    font-style: italic;
 }
 .title::-moz-placeholder{
    font-style: italic;
 }
 .title:-ms-input-placeholder{
    font-style: italic;
 }
.description{
    padding:5px;
    width:calc(100% - 36px);
    right:-1px;
    height:32px;
    padding-top: 6px;
    font-size: 11pt;
    text-align: top;
}
.description::-webkit-scrollbar{
   display: none;
 }
.description::-webkit-input-placeholder{
  font-style: italic;
}
.description:-moz-placeholder{
   font-style: italic;
}
.description::-moz-placeholder{
   font-style: italic;
}
.description:-ms-input-placeholder{
   font-style: italic;
}
 .alladd{
   display: inline-block;
   width:32px;
   height:32px;
   border:1px solid rgb(50,50,50);
   margin-left: 3px;
   border-radius: 1px;
   line-height:16pt;
 }
 .alladd:hover {
   border:1px solid rgb(70,70,70);
   cursor:pointer;
 }
.keywords{
    width:95%;
    height:206px;
}
.keywords::-webkit-scrollbar{
   display: none;
 }
.tags-input {
    max-width: 100%;
    white-space: wrap;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100px;
    cursor: text;
}
.list{
  position: relative;
  left:calc(100% - 78px);
  top:0px;
  height:36px;
  width:36px;
  border: 1px solid rgb(50,50,50);
  border-radius:2px;
  z-index:1000;
  background-color: rgb(20,20,20);
  margin-bottom:5px;
}
.list_icon{
  margin-top:10px;
  margin-left:9px;
  height:20px;
  width:20px;
  opacity:0.4;
  z-index:1001;
}
/*************   NEEDS WORK for responsive design    ***************/
@media only screen and (max-width: 600px){
    body {

    }
}
::-webkit-scrollbar{
    display: none;
}
.fileinput{
    display:none;
}
#addfilebuttoncontainer input[type=file]{
    text-align: center;
    display:none;
    margin:10px;
    margin-top:0px;
}
#addfilebuttoncontainer input[type=file] + label{
    text-align: center;
    line-height: 90px;
    display:inline-block;
    width:70vw;
    height:80px;
    margin:20px;
    margin-top:0px;
    padding: 4px 32px;
    background-color: rgb(30,30,30);
    border:0px;
    border-radius: 6px;
    color:rgb(180,180,180);
    font-size: 24pt;
}
.searchshadow{
  position: absolute;
  left: calc(100% - 35px);
  bottom:5px;
  height:35px;
  width:35px;
  z-index: 1000;
  display:none;
  opacity:0.5;
}
.portimage{
    float: left;
    position:relative;
    top: 0px;
    left: 0px;
    margin:0px;
    line-height: 0;
}
.portimage:hover .searchshadow{
	display: block;
}
.searchimage{
    display:flex;
    position: relative;
    top:0;
    left:0;
    width:100%;
    height:calc(100% - 30px);
    background-color: rgb(10,10,10);
    color:rgb(120,120,120);
    font-size: 24pt;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    border-radius: 5px;
}
.uploadlabel{
    align:center !important;
    visibility:hidden;
    text-align: center;
    line-height: 90px;
    display:inline-block;
    width:calc(100% + 10px);
    height:100px;
    margin-top:10px;
    padding: 4px 32px;
    background-color: rgb(10,10,10);
    border:0px;
    border-radius: 10px;
    color:rgb(140,140,140);
    font-size: 24pt;
    float:center;
}
.uploadlabel:hover{
    cursor:pointer;
}
#addfilebuttoncontainer input[type=file]:active + label {
    background-image: none;
    background-color:#2D6C7A;
    color:#FFFFFF;
}
#addfilebuttoncontainer {
  display: inline-block;
  z-index: 9000;
  opacity: 1;
  font-size: 24pt;
  background-color: rgb(10,10,10);
  border-radius: 10px;
  margin-left: 10px;
  color: rgb(140,140,140);
}
#addfilebuttoncontainer input[type=file] {
  display:none;
}

.fingerprint{
    display:none;
	/* disable antialiasing */
	image-rendering: optimizeSpeed;             /* Older versions of FF          */
	image-rendering: -moz-crisp-edges;          /* FF 6.0+                       */
	image-rendering: -webkit-optimize-contrast; /* Safari                        */
	image-rendering: -o-crisp-edges;            /* OS X & Windows Opera (12.02+) */
	image-rendering: pixelated;                 /* Awesome future-browsers       */
	-ms-interpolation-mode: nearest-neighbor;   /* IE                            */
}
canvas#fingerprint{
    display:inline-block;
	/* disable antialiasing */
	image-rendering: optimizeSpeed;             /* Older versions of FF          */
	image-rendering: -moz-crisp-edges;          /* FF 6.0+                       */
	image-rendering: -webkit-optimize-contrast; /* Safari                        */
	image-rendering: -o-crisp-edges;            /* OS X & Windows Opera (12.02+) */
	image-rendering: pixelated;                 /* Awesome future-browsers       */
	-ms-interpolation-mode: nearest-neighbor;   /* IE                            */
}
#fingerprint{
  width:40px;
  height:40px;
  border:1px solid rgb(50,50,50);
  position:absolute;
  left:calc(50% + 6px);
  top:72px;
  border-radius: 2px;
  z-index:997;
}
#fingerprint:hover{
  /*cursor:pointer;*/
  border:1px solid rgb(70,70,70);
}
#colourchart{
  position:absolute;
  display:inline-block;
  width:40px;
  height:202px;
  border:1px solid rgb(50,50,50);
  border-radius: 2px;
  top:74px;
  left:calc(50% + 6px);
  z-index:997;
}
#colourchart:hover{
  cursor:pointer;
  border:1px solid rgb(70,70,70);
}
.colourblock{
  position:absolute;
  opacity:0.7;
}
.colourblock:hover{
  cursor:pointer;
  opacity:1 !important;
}
.dropdown-menu{
  width:100%;
  min-width:0px;
}
#output_image{
  width:100%;
}
#makeAndModel{
  width:100%;
}
.dropbtn {
  background-color: rgb(40,40,40);
  color: rgb(40,40,40);
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.dropbtn:hover, .dropbtn:focus{
  background-color: rgb(40,40,40);
}
.droplist{
  padding-top: 10px;
  opacity:0.2;
  height: 32px;
}
.dropdown{
    position: relative;
    display: inline-block;
}
.dropdown-content{
  display: none;
  position: absolute;
  background-color: rgb(40,40,40);
  min-width: 30px;
  flex: auto;
  max-width:300px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 9999;
  margin-left:3px;
}
.dropdown-content a{
  color: rgb(140,140,140) !important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  z-index:101;
  font-size: 11pt !important;
  word-spacing: normal !important;
  letter-spacing: normal !important;
  white-space: nowrap;
}
.dropdown-content a:hover{
  background-color: rgb(40,40,40)
}
.name{
  float: left;
  font-size: 24pt;
  display: flex;
  align-items: flex-end;
  height:135px;
  color:rgb(120,120,120);
}
.name i{
  font-size: 18pt;
  color:rgb(80,80,80);
}
.iconcon{
  float: left;
  height:130px;
  width:180px;
}
.hcdrop{
  padding-top:110px;
  float: left;
  height:135px;
  margin-left: 5px;
  color:rgb(120,120,120);
}
.cdrop{
  position: absolute;
  left:180px;
  top:135px;
  border-radius: 3px;
  border:1px solid rgb(30,30,30);
  z-index:99999;
  background-color: black;
}
.cddrop{
  padding:10px;
  width:100%;
}
.underline{
  margin-left: 6px;
  margin-right: 6px;
  float: left;
  border-bottom: 1px solid rgb(60,60,60);
  height:130px;
}
.searchloader{
  position:absolute;
  height:100%;
  width:calc(100% + 10px);
  z-index:90000;
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: opacity 1s;
}
.archiveloader{
  position:absolute;
  height:250px;
  width:calc(100%);
  z-index:90000;
  background: rgba(10, 10, 10, 1);
  opacity: 1;
  transition: opacity 1s;
}
.loader{
  position:absolute;
  height:615px;
  width:100%;
  z-index:90000;
  background: rgba(0, 00, 0, 0.7);
  opacity: 1;
  transition: opacity 1s;
}
.loader100{
  position:absolute;
  top:0px;
  height:100%;
  width:100%;
  z-index:90000;
  background: rgba(0, 00, 0, 0.7);
  opacity: 1;
  transition: opacity 1s;
}
.archiveloading {
  /*   NEEDS WORK - make element in loading smaller    */
  position:absolute;
  top:calc(50% - 50px);
  left:calc(50% - 50px);
  box-shadow:
  inset 0 0 20px rgba(100,100,100, 1), inset 0 0 40px rgb(100,100,100),      /* inner white */
  0 0 30px rgba(240,240,240, 1),            /* outer white */
  1px 0 0px rgba(80,80,80,0.7),
  2px 0 0px rgba(30,30,30,0.7);
  border: 0px solid rgba(120,120,120, 0.7);
  border-top: 3px solid rgba(60,60,60, 0.4);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 2s linear infinite;
  z-index:99999;
  opacity:1;
  transition: opacity 1s;
}
@keyframes spin{
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.loading50{
  position:absolute;
  top:calc(50% - 50px);
  left:calc(50% - 50px);
  box-shadow:
  inset 0 0 20px rgba(100,100,100, 1), inset 0 0 40px rgb(100,100,100),      /* inner white */
  0 0 30px rgba(240,240,240, 1),            /* outer white */
  1px 0 0px rgba(80,80,80,0.7),
  2px 0 0px rgba(30,30,30,0.7);
  border: 0px solid rgba(120,120,120, 0.7);
  border-top: 3px solid rgba(60,60,60, 0.4);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 3s linear infinite;
  z-index:99999;
  opacity:0.7;
  transition: opacity 1s;
}
.serloading{
  position:absolute;
  top:calc(50% - 50px);
  left:calc(50% - 50px);
  box-shadow:
  inset 0 0 20px rgba(100,100,100, 1), inset 0 0 40px rgb(100,100,100),      /* inner white */
  0 0 30px rgba(240,240,240, 1),            /* outer white */
  1px 0 0px rgba(80,80,80,0.7),
  2px 0 0px rgba(30,30,30,0.7);
  border: 0px solid rgba(120,120,120, 0.7);
  border-top: 3px solid rgba(60,60,60, 0.4);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 2s linear infinite;
  z-index:9000;
  opacity:1;
  transition: opacity 1s;
}
.loading{
  /*   NEEDS WORK - make element in loading smaller    */
  position:absolute;
  top:calc(50% - 200px);
  left:calc(50% - 50px);
  box-shadow:
  inset 0 0 20px rgba(100,100,100, 1), inset 0 0 40px rgb(100,100,100),      /* inner white */
  0 0 30px rgba(240,240,240, 1),            /* outer white */
  1px 0 0px rgba(80,80,80,0.7),
  2px 0 0px rgba(30,30,30,0.7);
  border: 0px solid rgba(120,120,120, 0.7);
  border-top: 3px solid rgba(60,60,60, 0.4);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 2s linear infinite;
  z-index:9000;
  opacity:1;
  transition: opacity 1s;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.back70{
  background-color:rgb(70,70,70);
}
.back20{
  background-color:rgb(20,20,20);
}
.back30{
  background-color:rgb(30,30,30);
}
.lastwarn{
  position:fixed;
  top:150px;
  left:0px;
  height:calc(100% - 150px);
  width:calc(100% - 90px);
  background: rgba(0,0,0,0.8);
  z-index:99997;
  opacity:0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  text-align:center;
  display: inline-block;
}
.lastwarn2{
  position:fixed;
  top:150px;
  left:0px;
  height:calc(100% - 150px);
  width:calc(100% - 90px);
  background: rgba(0,0,0,0.8);
  z-index:99997;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  text-align:center;
  display: inline-block;
}
.endwarn{
  position:fixed;
  height:calc(100% - 150px);
  width:calc(100% - 90px);
  left:0px;
  color:rgb(100,100,100);
  top:150px;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  background-color: black;
  z-index:99997;
  text-align:center;
  display: inline-block;
}
.lastwarn.opacity1{
  opacity:1;
}
.lastwarn:hover{
  cursor: pointer;
}
.op3{
  opacity:0.3 !important;
}
.op7{
  opacity:0.7 !important;
}
.op8{
  opacity:0.8 !important;
}
.op5{
  opacity:0.5 !important;
}
.titadd{
  width:100%;
  height:30px;
  border:1px solid rgb(100,100,100);
  margin-top:3px;
  padding-left:4px;
  padding-right:4px;
  padding-top:1px;
}
.tittxt{
  border:0px;
  width:100%;
  white-space: nowrap;
}
.teamremicon{
  width:15px;
  height:15px;
  opacity:0.3;
}
.teamtxt{
  position: relative;
  border: 0px;
  box-shadow: none;
  outline: none;
  color: rgb(140,140,140);
  background-color: transparent;
  padding: 0;
  padding-top:8px;
  padding-right: 4px;
  margin: 0px;
  margin-left: 5px;
  width: 100% !important;
  max-width: 100% !important;
  display: block;
  overflow: hidden;
  height: 25px;
  cursor: text;
  font-family: quicksandlight;
  font-size: 10pt;
}
.teamadd2{
  width:100%;
  height:34px;
  border: 1px solid rgb(50,50,50);
  margin-top: 5px;
  padding: 0px;
  margin-bottom: 0px;
}
.subtxt{
  width:100% !important;
  white-space: nowrap;
}
.bratxt{
  width:100% !important;
  white-space: nowrap;
}
.subadd{
  width:100%;
  height:30px;
  border: 0px;
  margin-top: 3px;
  padding: 0px;
  margin-bottom: 5px;
}
.descadd{
  width:100%;
  height:90px;
  border: 1px solid rgb(80,80,80);
  margin-top: 3px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 1px;
}
.desctxt{
  border: 0px;
  width:100%;
  height:100%;
  white-space: normal;
  overflow:none;
}
.wsnorm{
  white-space: normal !important;
}
.deetdesc{
  width:100%;
  overflow:none;
}
.warnspan1{
  position:absolute;
  color:rgb(100,100,100);
  z-index:99999;
  opacity:0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  transform: translateX(-50%);
  top:calc(50% - 220px);
}
.warnspan1.opacity1{
  opacity:1;
}
.warnspan2{
  position:absolute;
  color:rgb(100,100,100);
  z-index:99999;
  opacity:0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  transform: translateX(-50%);
  top:calc(50% + 100px);
  line-height: 24pt;
}
.warnspan2.opacity1{
  opacity:1;
}
.warnspan3{
  position:absolute;
  color:rgb(100,100,100);
  z-index:99999;
  opacity:0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  transform: translateX(-50%);
  top:calc(50% - 140px);
  line-height: 24pt;
}
.warnspan3.opacity1{
  opacity:1;
}
.warnimg{
  position:absolute;
  z-index:99999;
  opacity:0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  transform: translateX(-50%);
  top:calc(50% - 170px);
}
.warnimg.point3{
  opacity:0.3;
}
.warnimg2{
  position:absolute;
  z-index:99999;
  opacity:0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  transform: translateX(-50%);
  top:calc(50% - 230px);
}
.warnimg2.opacity1{
  opacity:1;
}
.endwarn.opacity1{
  opacity:1;
}
.endwarn:hover{
  cursor: pointer;
}
.zoom{
  position:relative;
  top: -350px;
  left:calc(50%);
  z-index:10000;
  width:calc(50%);
  height:350px;
}
.zoomsearch{
  position:absolute;
  top:0px;
  left:0px;
  z-index:10000;
  width:calc(100%);
  height:465px;
  border:1px solid rgb(40,40,40);
  border-radius: 5px;
}
.img-zoom-container {
  position: relative;
}
.img-zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;
  z-index:2000;
}
.img-zoom-result {
  border: 1px solid #d4d4d4;
  width: 300px;
  height: 300px;
}
.thumb{
  position: relative;
  max-height: 310px;
  max-width:90%;
  display: inline-block;
  z-index:1;
}
.thumb:hover{
  cursor:zoom-in;
}
.thumbfloat {
  position: absolute;
  max-height: 310px;
  max-width:90%;
  left:50%;
  top:calc(50% + 3px);
  transform: translate(-50%, -50%);
  z-index:999;
}
.thumbfloat:hover{
  cursor:zoom-in;
}
.searchthumbfloat {
  position: absolute;
  max-height: 310px;
  max-width:90%;
  left:50%;
  top:calc(50% - 2px);
  transform: translate(-50%, -50%);
  z-index:999;
}
.searchthumbfloat:hover{
  cursor:zoom-in;
}
.viewthumb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
}
.firstname{
  text-transform: lowercase;
}
.surname{
  text-transform: uppercase;
}
.headerhigh{
  text-transform: uppercase;
  color:rgb(100,100,100);
  cursor: default;
}
.font24{
  font-size: 24pt;
}
.font22{
  font-size: 22pt;
}
.font20{
  font-size: 20pt;
}
.font18{
  font-size: 18pt;
}
.font16{
  font-size: 16pt !important;
}
.font14{
  font-size: 14pt !important;
}
.font13{
  font-size: 13pt !important;
}
.font12{
  font-size: 12pt !important;
}
.font11{
  font-size: 11pt !important;
}
.font10{
  font-size: 10pt !important;
}
.font8{
  font-size: 8pt !important;
}
.col30{
  color: rgb(30,30,30);
}
.width100{
  width:100%;
}
.height100{
  height:100%;
}
.line24{
  line-height: 24pt;
}
.font16{
  font-size: 16pt;
}
.headerlow{
  text-transform: lowercase;
  font-size: 14pt;
}
.padl20{
  padding-left:20px;
}
.pad5{
  padding:5px;
}
button{
  font-family: quicksandlight;
}
.welcomeinput{
  font-size: 11pt;
  line-height: 1.3 !important;
}
select.dropdown{
  background-color: black !important;
  height:25px;
  font-family: quicksandlight;
  color: rgb(100,100,100);
  font-size: 11pt;
  line-height: 1.3 !important;
  decoration: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border:0px;
  outline: 0px inset rgb(100,100,100);
  outline-offset: 0px;
}
select.dropdown option{
  background-color: black !important;
  height:25px;
  font-family: quicksandlight;
  color: rgb(100,100,100);
  font-size: 11pt;
  line-height: 1.3 !important;
  decoration: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
/*
  ::-moz-selection { background: rgba(60, 60, 60, 0.99); color: rgb(120,120,120); text-shadow: none; }
  ::selection { background: rgba(60, 60, 60, 0.99); color: rgb(120,120,120); text-shadow: none; }
*/

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
/*  display:block;*/
}
.scrollable-menu {
  -webkit-border-radius: 0px;
  border-radius: 0px !important;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  background-color: rgb(15,15,15);
}
.scrollable-date-menu{
  -webkit-border-radius: 0px;
  border-radius: 0px !important;
  height: auto;
  max-height: 200px;
  width:90px;
  overflow-x: hidden;
  background-color: black !important;
}
.dropdown-toggle {
  color: rgb(100,100,100) !important;
  background-color: black !important;
  -webkit-border-radius: 0px;
  border-radius: 0px !important;
  border:0px;
  font-family: quicksandlight;
}
.datedrop{
  position: absolute;
  left:50%;
  transform: translateX(-50%);
  height:30px;
}
.addagency{
  position:relative;
  top:20px;
  left:50%;
  transform: translateX(-50%);
  visibility: hidden;
  opacity:0;
}
.submitagency{
  position:relative;
  left:50%;
  transform: translateX(-50%);
  visibility: hidden;
  opacity:0;
}
.centre{
  position: relative;
  left:50%;
  transform: translateX(-50%);
}
.middleabs{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.middle{
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mid100{
  position: relative;
  top: calc(50% - 100px);
  left: 50%;
  transform: translate(-50%, -50%);
}
.mid200{
  position: relative;
  top: calc(50% - 200px);
  left: 50%;
  transform: translate(-50%, -50%);
}
.inline{
  display: inline;
}
.mid450{
  position: relative;
  left: calc(50% - 225px);
}
.mid114{
  position: relative;
  left: calc(50% - 57px);
}
.margintop10{
    margin-top: 10px;
}
.margintop15{
    margin-top: 15px;
}
.margintop5{
    margin-top: 5px;
}
.drop{
    color: rgb(100,100,100) !important;
    font-family: quicksandlight;
    text-transform: uppercase;
}
.hover:hover {
    cursor: pointer;
}
.btn:focus{
    border:0px;
}
.btn{
    text-transform: uppercase;
}
.forminput -webkit-input-placeholder{
    font-family: quicksandlight;
    color: rgb(100,100,100) !important;
    opacity:1;
}
.forminput{
    font-family: quicksandlight;
}
.welcometext{
  position: relative;
  top:calc(50% - 200px);
  text-align:center;
}
.welcometext2{
  position: relative;
  top:calc(50% - 225px);
  text-align:center;
}
#welcome{
    text-align:center;
    font-size: 11pt;
}
#welcome-agency{
    position: absolute;
    width:100%;
    text-align:center;
    font-size: 11pt;
}
.font14{
    font-size: 14pt;
}
/* alert box css */
.al{
    position: absolute;
    /*height: 100px;
    width: 100px;*/
    z-index: 9999;
    padding: 30px 60px;
    margin-bottom: 1rem;
    background-color: black !important;
    border: 1px solid rgb(100,100,100);
    color: solid rgb(100,100,100);
    border-radius: .25rem;
    display: none;
    left: calc(50vw - 55px);
    width: auto;
    transform: translateX(-50%);
    top:calc(50vh - 50px);

}
/* NEEDS WORK - fix the overlap of border */
button#alertbutton{
    position:absolute;
    left:0;
    bottom:-1;
    color: solid rgb(100,100,100);
    width:100%;
    background-color: rgb(40,40,40);
    border: 1px solid rgb(100,100,100);
}
.point1{
    opacity:0.1 !important;
}
.point2{
    opacity:0.2 !important;
}
.point3{
    opacity:0.3 !important;
}
.point5{
    opacity:0.5 !important;
}
.point7{
    opacity:0.7 !important;
}
.skeldiv{
  display:none;
  opacity:0;
  position: absolute;
  top: 130px;
  left: 0px;
  height: calc(100vh - 130px);
  width: calc(100vw - 90px);
  background-color: black;
  z-index:8999;
}
.skelimg{
  position: relative;
  display: none;
  opacity:0;
  top:30px;
  left:0px;
  width:80%;
  height:calc(100% - 60px);
  background-color: black;
  z-index:8999;
}
.skeleditor{
  position: absolute;
  display: none;
  opacity:0;
  top:0px;
  right:0px;
  width:20%;
  height:100%;
  /*background-color: rgb(40,40,40);*/
  z-index:8999;
}
.skelbut{
  background-color: rgb(20,20,20);
  height:30px;
  text-align: center;
  padding-top:5px;
  margin-bottom:1px;
}
.skelbut:hover{
  cursor:pointer;
  background-color: rgb(30,30,30);
}
.skelremove{
  position: absolute;
  z-index:8999;
  top:25px;
  right:25px;
  width:30px;
  height:30px;
  border: 1px solid rgb(40,40,40);
  border-radius: 2px;
}
.skelremove:hover{
  cursor:pointer;
}
.box1{
  width: 300px;
  margin: 50px auto;
  border: 1px solid rgb(50,50,50);
  border-radius: 3px;
  padding: 20px;
  text-align: center;
  position: absolute;
  top:120px;
  right:95px;
  z-index:99999;
  background-color: black;
}
.sb5:before{
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid rgb(50,50,50);
  border-right: 10px solid transparent;
  border-top: 10px solid rgb(50,50,50);
  border-bottom: 10px solid transparent;
  right: -20px;
  top: 6px;
  z-index:99999;
}
.startupload{
    position: absolute;
    /*height: 100px;
    width: 100px;*/
    height:600px;
    text-align:center;
    z-index: 9999;
    padding: 30px 60px;
    padding-top: 80px;
    margin-bottom: 1rem;
    background-color: black !important;
    border: 1px solid rgb(50,50,50);
    color: solid rgb(140,140,140);
    border-radius: .25rem;
    display: none;
    left: calc(50vw - 55px);
    width: 80%;
    transform: translateX(-50%);
    top:20%;
}
.startarchive{
    position: absolute;
    /*height: 100px;
    width: 100px;*/
    height:600px;
    text-align:center;
    z-index: 9999;
    padding: 30px 60px;
    padding-top: 80px;
    margin-bottom: 1rem;
    background-color: black !important;
    border: 1px solid rgb(50,50,50);
    color: solid rgb(140,140,140);
    border-radius: .25rem;
    display: none;
    left: calc(50vw - 55px);
    width: 80%;
    transform: translateX(-50%);
    top:20%;
}
.startarchivemask{
    position: absolute;
    height: 100vh;
    width: 100vw;
    z-index: 9998;
    background-color: black !important;
    opacity:0.7;
    display: none;
    left:0;
    top:0;
}
/* for histogram */
div#row {
  display: flex;
  flex-flow: row nowrap;
  margin: 10px;
}
.portfolioheader{
  display: flex;
  flex-flow: row nowrap;
  width:100%;
}
.portdrop{
  height:42px;
  padding-top:3px;
}
.holdtop{
  line-height:1.4;
}
.dropbtnlogo{
  width: 170px;
  padding: 0px;
  font-size: 16px;
  border: 0;
  margin-left: 15px;
  text-decoration:none; outline:none
}
.dropdownlogo {
    margin-left: 10px;
    z-index:99990;
    position: absolute;
    display: inline-block;
}
.topicon{
  position: absolute;
  bottom: 0px;
  height: 35px;
  opacity:0.3;
}
.l35{
  left:35px;
}
.l70{
  left:70px;
}
.l105{
  left:105px;
}
.l140{
  left:140px;
}
.dropdown-contentlogo {
  z-index:99998 !important;
  display: none;
  position: absolute;
  background-color: black;
  min-width: 200px;
  margin-bottom: 45px;
  padding-bottom: 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.dropdown-contentlogo a {
  z-index:99999 !important;
  padding: 12px 16px;
  color: rgb(120,120,120);
  background-color: black;
  text-decoration: none;
  display: block;
}
.drp:hover{
  color: rgb(160,160,160);
  cursor: pointer;
}
.drpser:hover{
  color: rgb(110,110,110);
  cursor: pointer;
}
.def{
  cursor: default;
}
.dropdownseriestype {
  z-index:9999;
  position: relative;
  display: inline-block;
}
.dropdown-contentseriestype {
  z-index:99999 !important;
  display: none;
  position: absolute;
  background-color: rgb(10,10,10);
  width: 298px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align:center;
  padding-top:5px;
}
.dropdown-contentseriestype a {
  z-index:10002;
  padding: 12px 16px;
  color: rgb(80,80,80);
  background-color: rgb(10,10,10);
  text-decoration: none;
  display: block;
  font-size: 11pt;
}
.dropdown-contentseriestype a:hover{
  rgb(40,40,40);
  align-items:center;
}
.dropdownseriestype:hover .dropdown-contentseriestype{
  display: block;
  align-items:center;
}
.dropdownseriestype:hover .dropbtn{
  background-color: #3e8e41;
  align-items:center;
}
.dropdown-contentlogo a:hover{
  rgb(40,40,40);
}
.dropdownlogo:hover .dropdown-contentlogo{
  display: block;
}
.dropdownlogo:hover .dropbtn{
  background-color: #3e8e41;
}
.dropdown-contentport{
  z-index:99998 !important;
  display: none;
  position: absolute;
  background-color: black;
  min-width: 200px;
  margin-bottom: 45px;
  padding-bottom: 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  align-items:center;
}
.dropdown-contentport a{
  z-index:99999 !important;
  padding: 12px 16px;
  color: rgb(120,120,120);
  background-color: black;
  text-decoration: none;
  display: block;
  align-items:center;
}
.dropdown-contentport a:hover{
  rgb(40,40,40);
  align-items:center;
}
.dropdownport:hover .dropdown-contentport{
  display: block;
  align-items:center;
}
.dropdownport:hover .dropbtn{
  background-color: #3e8e41;
  align-items:center;
}
.dropdown-contentseries{
  z-index:99998 !important;
  display: none;
  position: absolute;
  background-color: black;
  min-width: 200px;
  margin-bottom: 45px;
  padding-bottom: 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  align-items:center;
}
.dropdown-contentseries a{
  z-index:99999 !important;
  padding: 12px 16px;
  color: rgb(120,120,120);
  background-color: black;
  text-decoration: none;
  display: block;
  align-items:center;
}
.dropdownseries{
  padding-top:5px;
}
.dropdownseries:hover .dropdown-contentseries{
  display: block;
  align-items:center;
}
.dropdownseries:hover .dropbtn{
  background-color: #3e8e41;
  align-items:center;
}
.dropdownname{
  z-index:9999;
  position: relative;
  display: inline-block;
  cursor: default;
  line-height: 1 !important;
}
.dropdownuser{
  z-index:9999;
  position: relative;
  display: inline-block;
  cursor: default;
  line-height: 1.3 !important;
  margin-left: 5px;
}
.dropdown-contentname{
  z-index:99999 !important;
  display: none;
  position: absolute;
  background-color: black;
  min-width: 180px;
  z-index: 1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align:center;
  padding-top:10px;
}
.dropdown-contentname a {
  z-index:102;
  padding: 12px 16px;
  color: rgb(120,120,120);
  background-color: black;
  text-decoration: none;
  display: block;
  font-size: 11pt;
}
.dropdown-contentname a:hover{
  rgb(40,40,40);
}
.dropdownname:hover .dropdown-contentname{
  display: block;
}
.dropdownname:hover .dropbtn{
  background-color: #3e8e41;
}
.slider{
  display: flex;
  white-space: nowrap;
  width:100%;
  overflow-y: hidden;
  overflow-x: scroll;
  padding-top: 10px;
  height:260px;
}
.reviewslider{
  display: flex;
  white-space: nowrap;
  width:100%;
  overflow-y: hidden;
  overflow-x: scroll;
  padding-top: 10px;
  height:100px;
}
.selectslider{
  display: flex;
  position: absolute;
  top:35px;
  left:0px;
  z-index: 9004;
  white-space: nowrap;
  width:100%;
  height:100%;
  overflow-y: hidden;
  overflow-x: scroll;
  padding-top: 3px;
  margin-left:0px;
  margin-top:10px;
  margin-bottom:10px;
  margin-right:0px;
  background-color: black;
}
.project-slider{
  display: flex;
  white-space: nowrap;
  width:100%;
  overflow-y: hidden;
  overflow-x: scroll;
  padding-top: 3px;
  margin-left:10px;
  margin-top:10px;
  margin-bottom:10px;
  margin-right:20px;
}
.minislider{
  display: flex;
  white-space: nowrap;
  width:100%;
  margin-top:3px;
  overflow-y: hidden;
  overflow-x: scroll;
  z-index:11000;
}
#success{
    text-align: left;
    padding-bottom: 5px;
    font-size: 18pt;
}
div#sliderimage{
    float: left;
    position:relative;
    top: 0px;
    left: 0px;
}
div#sliderimage:hover{
  cursor:pointer;
}
.sliderimage{
    float: left;
    position:relative;
    top: 0px;
    left: 0px;
    margin:5px;
    margin-left:0px;
    margin-right:8px;
    line-height: 0;
    max-width: 100%;
}

.portcon{
  float: left;
  position:relative;
  top: 0px;
  left: 0px;
  margin:0px;
  line-height: 0;
}
.sliderimage:hover .porticon {
	display: block;
}
.sliderimage:hover .delicon {
	display: block;
}
.portcon:hover .delicon {
	display: block;
}
.portcon:hover .portovericon {
	display: block;
}
div#sliderimage:hover{
  cursor:pointer;
}
.uploadthumb{
    position: relative;
    top: 0px;
    left: 0px;
}
.uploadthumb:hover{
    cursor:pointer;
}
.archivethumb{
    position: relative;
    top: 0px;
    left: 0px;
    max-width: 100%;
}
.archivethumb:hover{
    cursor:pointer;
}
.portthumb{
    position: relative;
    top: 0px;
    left: 0px;
    margin-right:0px;
}
.portthumb:hover{
    cursor:pointer;
}

/***** scrollbars  ******/
/***** NEEDS WORK add ouline with curved ends to thumb and disappear when not on div ******/
#slider:hover #slider::-webkit-scrollbar {
    display:block;
}

#slider::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: rgb(40,40,40);
    display:none;
}

#slider::-webkit-scrollbar-thumb {
    background-color: rgb(40,40,40);
    display:none;

}
#slider::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: black;
    display:none;
}

#maincontainer:hover #maincontainer::-webkit-scrollbar {
    display:block;
}

#maincontainer::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: rgb(60,60,60);

    display:none;
}

#maincontainer::-webkit-scrollbar-thumb {
    background-color: rgb(60,60,60);
    display:none;

}
#maincontainer::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: black;
    display:none;
}

.delcon{
  position:absolute;
  z-index: 99998;
  top:140px;
  left:0px;
  height:100%;
  width:calc(100% - 90px);
  background: rgba(0,0,0,0.95);
  display:block;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
}
.deltxt{
  position:absolute;
  z-index: 99999;
  top:calc(50% + 80px);
  width:100%;
  text-align: center;
  left:0px;
}
.deltxtteam{
  position:absolute;
  z-index: 99999;
  top:calc(50% - 240px);
  width:100%;
  text-align: center;
  left:0px;
}
.deltxtcan{
  position:absolute;
  z-index: 99999;
  top:calc(50% - 120px);
  width:100%;
  text-align: center;
  left:0px;
}
.delokcan{
  position:absolute;
  z-index: 99999;
  top:calc(50% + 100px);
  width:30%;
  text-align: center;
  background-color: rgb(30,30,30);
  border-radius: 3px;
  left:calc(50% + 10px);
  height:30px;
  line-height: 23pt;
}
.delokcan:hover{
  cursor: pointer;
  background-color: rgb(60,60,60);
}
.delcancan{
  position:absolute;
  z-index: 99999;
  top:calc(50% + 100px);
  width:30%;
  text-align: center;
  background-color: rgb(30,30,30);
  border-radius: 3px;
  right:calc(50% + 10px);
  height:30px;
  line-height: 23pt;
}
.delcancan:hover{
  cursor: pointer;
  background-color: rgb(60,60,60);
}
.delok{
  position:absolute;
  z-index: 99999;
  top:calc(50% + 170px);
  width:30%;
  text-align: center;
  background-color: rgb(30,30,30);
  border-radius: 3px;
  left:calc(50% + 10px);
  height:30px;
  line-height: 23pt;
}
.delok:hover{
  cursor: pointer;
  background-color: rgb(60,60,60);
}
.delcan{
  position:absolute;
  z-index: 99999;
  top:calc(50% + 170px);
  width:30%;
  text-align: center;
  background-color: rgb(30,30,30);
  border-radius: 3px;
  right:calc(50% + 10px);
  height:30px;
  line-height: 23pt;
}
.delcan:hover{
  cursor: pointer;
  background-color: rgb(60,60,60);
}
.delimgcon{
  position:relative;
  z-index: 99999;
  left:calc(50% - 190px);
  top:calc(33% - 190px);
  height:380px;
  width:380px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
}
.delimg{
  position:flex;
  z-index: 99999;
  max-height:380px;
  max-width:380px;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  display:block;
}
.delupimg{
  position:relative;
  z-index: 2;
  top:5px;
  left: calc(100% - 32px);
  width:32px;
  height:32px;
  border-radius: 1px;
  border:1px solid rgb(50,50,50);
}
.delupimg:hover{
  cursor: pointer;
}
.delicon{
    position:absolute;
    z-index: 2;
    top:5px;
    left: calc(100% - 55px);
    opacity: 0.3;
    display: none;
}
.porticon{
    position:absolute;
    z-index: 2;
    top:calc(100% - 35px);
    left: calc(100% - 35px);
    opacity: 0.5;
    display: none;
}
.portovericon{
    position:absolute;
    z-index: 2;
    top:calc(100% - 80px);
    left: calc(100% - 33px);
    opacity: 0.5;
    display: none;
}
/* NEEDS WORK - use cursor URL to create own 'minus' cursor */
.portovericon:hover{
    cursor:cell;
    opacity:1;
}
.portadded {
    position:absolute;
    z-index: 4;
    top:calc(100% - 35px);
    left: calc(100% - 35px);
    display: none;
}
.delicon:hover {
    cursor:pointer;
    opacity: 0.7;
}
.porticon:hover {
    cursor:cell;
    opacity: 1;
}
.porticon:hover .portadded {
    display: block;
}
.notehead{
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.imagepreview{
    position: absolute;
    top:0px;
    left:0;
    width:100%;
    height:100%;
    z-index: 99998;
    background: rgba(0,0,0,0.9);
    display:none;
}
.previewbox{
    position: absolute;
    align: center;
    background: rgba(10,10,10,1);
    width:65%;
    height:90%;
    top:5%;
    left:5%;
    z-index: 99998;
}
.detailsbox{
    position: absolute;
    /*white-space: wrap;*/
    background: rgba(15,15,15,1);
    /*width:calc(25% - 60px);*/
    width:25%;
    /*height:calc(90% - 60px);*/
    height:90%;
    top:5%;
    left:70%;
    padding:20px;
    padding-top:50px;
    overflow:hidden;
    overflow-y:scroll;
    z-index:11000;
}
.doneedit{
  width:100%;
  height:30px;
  color:rgb(100,100,100);
  background-color: rgb(30,30,30);
  text-align: center;
  padding-top: 5px;
  border-radius: 3px;
}
.editload{
  position:absolute;
  z-index: 99999;
  background-color: rgba(0,0,0,0.7);
  width:100%;
  height:100%;
}
.med{
    position: absolute;
    top:30px;
    left:50%;
    max-width:calc(100% - 60px);
    max-height:calc(100% - 60px);
    transform: translate(-50%, 0%);
    z-index:12000;
}
.tagstitle{
    color:rgb(100,100,100);
    font-size: 18pt;
    margin-bottom: 3px;
    margin-top: 12px;
}
.tagstext{
    color:rgb(80,80,80);
    font-size: 14pt;
    width: 100%;
    overflow: none;
    overflow-wrap: break-word;
}
.upcard{
  width:100%;
  position: absolute;
  top: 475px;
}
.upaccpanel{
    height:60px;
    position: relative;
    top:0px;
    width:calc(100% - 21px);
    border:1px solid rgb(30,30,30);
    border-radius: 5px;
    margin-left: 10px;
    padding-top:5px;
    background-color: rgb(15,15,15);
}
.searchicon{
    opacity:0.1;
}
.landporticon{
    opacity:0.3;
}
/* NEEDS WORK - change line-height to sit better */
.landporttext{
    height: 36px;
}
.addicon{
    opacity:0.3;
}
.addicon:hover{
    opacity:0.5;
}
.createpdf{
    display: inline;
    vertical-align: top;
    background-color: black;
    color: rgb(100,100,100);
    border-radius: 5px;
    border: 1px solid rgb(100,100,100);
    padding:5px;
    margin-top:5px;
    opacity:0.3;
}
/* NEEDS WORK - light images this is not visible  */
.gradient-border {
  --borderWidth: 1px;
  background: #1D1F20;
  position: relative;
  /*
  border-radius: var(--borderWidth);
  */
}
.gradient-border:after{
  content: '';
  position: absolute;
  top: calc(-2 * var(--borderWidth));
  left: calc(-2 * var(--borderWidth));
  /*
  height:100%;
  width:100%;
  */
  height: calc(100% + var(--borderWidth) * 4);
  width: calc(100% + var(--borderWidth) * 4);
  background: linear-gradient(100deg, rgba(20,20,20,0.2), rgba(120,120,120,1), rgba(220,220,220,0.8), rgba(120,120,120,0.5));
  /*
  border-radius: calc(2 * var(--borderWidth));
  */
  z-index: -1;
  animation: animatedgradient 7s ease alternate infinite;
  background-size: 300% 300%;
  opacity:0;
}
@keyframes animatedgradient{
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.noprojholder{
    position: absolute;
    text-align: center;
    width:calc(100% - 25px);
    height:100%;
    background-color: rgb(10,10,10);
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    z-index:10000;
}
.noprojholder:hover{
    cursor: pointer;
}
.noprojtext{
    position: relative;
    text-align: center;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}
.projholder{
    position: absolute;
    text-align: center;
    width:calc(100% - 25px);
    height:calc(100% - 10px);
    background-color: rgb(10,10,10);
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    z-index:10000;
}
.projslide{
    width:calc(100% - 10px);
    height:100px;
    background-color: rgb(15,15,15);
    border-radius: 5px;
    margin:5px;
}
.projslide:hover{
    cursor: pointer;
}
.delete_upload{
  position: absolute;
  top:0px;
  right:0px;
  height:34px;
  width:34px;
  opacity:0.1;
}

.role{
  border:1px solid rgb(50,50,50);
  width:calc(100%);
  height:32px;
  padding-top:4px;
  padding-left: 2px;
}
.teamname{
  border:1px solid rgb(50,50,50);
  width:calc(100%);
  height:32px;
  margin-left: 4px;
  padding-top:4px;
  padding-left: 2px;
}
.teamdteam{
  position: absolute;
  top:80px;
  left:0px;
  width:100%;
  white-space: nowrap;
  height:40px;
}
.br0{
  border-right: 1px solid rgb(0,0,0);
}
.bt0{
  border-top: 1px solid rgb(0,0,0);
}
.teamn{
  position: relative;
  height:32px;
  padding-top:7px;
  padding-left: 22px;
}
.teamr{
  position: absolute;
  height:32px;
  left: 50%;
  padding-top:16px;
  padding-left: 22px;
}
.teamcon{
  position: relative;
  width:calc(100% - 21px);
  height:120px;
  background-color: rgb(15,15,15);
  border-radius: 5px;
  border: 1px solid rgb(30,30,30);
  margin-bottom: 5px;
  margin-left: 10px;
}
.regulars{
  border:1px solid rgb(50,50,50);
  height:96px;
  padding-top:3px;
  overflow-y: scroll;
  overflow-x:visible;
  display: block;
  font-size: 0pt;
  word-spacing: 0px;
  letter-spacing: 0px;
  margin-right: -20px;
}
.team_all{
  height:25px;
  width:25px;
  opacity:0.3;
  pointer-events: none;
}
.team_add{
  height:23px;
  width:23px;
  opacity:0.3;
  pointer-events: none;
}
.pt2{
  padding-top: 2px;
}
.teamadd{
  position: absolute;
  top:48px;
  right:36px;
  border:1px solid rgb(50,50,50);
  width:32px;
  height:32px;
}
.teamaddall{
  position: absolute;
  top:48px;
  right:0px;
  border:1px solid rgb(50,50,50);
  width:32px;
  height:32px;
}
.ml5{
  margin-left: 5px;
}
.mt5{
  margin-top: 5px;
}
.hoverb70:hover{
  border:1px solid rgb(70,70,70);
}
.b50{
  border:1px solid rgb(50,50,50);
}
.b70{
  border:1px solid rgb(70,70,70);
}
.h62{
  height:62px;
}
.members{
  margin-top: 7px;
  border:1px solid rgb(50,50,50);
  height:141px;
  padding-top:3px;
  overflow-y: scroll;
  overflow-x:visible;
  display: block;
  font-size: 0pt;
  word-spacing: 0px;
  letter-spacing: 0px;
  margin-right: -20px;
  margin-bottom:20px
}
.teamhold{
  display: inline-block;
  margin-left: 3px;
  border-radius: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top:1px;
  padding-bottom:2px;
  line-height: 19pt;
  overflow: hidden;
  height:28px;
  padding-left:10px;
  position: relative;
  font-size: 11pt;
  background-color:rgb(20,20,20);
  vertical-align: middle;
}
.roletxt{
  color:rgb(80,80,80);
}
.teamholdview{
  display: inline-block;
  margin-left: 3px;
  border-radius: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top:1px;
  padding-bottom:2px;
  line-height: 19pt;
  height:56px;
  padding-left:10px;
  padding-right:10px;
  position: relative;
  font-size: 11pt;
  background-color:rgb(20,20,20);
  vertical-align: middle;
}
.rolerem{
  position: absolute;
  top:0px;
  left:100%;
  height:100%;
  width:25px;
  background-color: rgb(30,30,30);
  z-index: 11001;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.addteamtxt{
  margin-left: 5px;
  margin-right: 10px;
  border: 1px solid rgb(50,50,50);
  height:28px;
  line-height: 18pt;
  padding-left: 5px;
  white-space: nowrap !important;
}
.teamdel{
  height:28px;
  width:25px;
  padding-left:8px;
  padding-right: 10px;
  margin-left: 3px;
  line-height: 16pt;
  float: right;
  /*background-color: rgb(10,10,10);*/
}
.teamd{
  height:45px;
  width:45px;
  margin:8px;
}
.delt{
  height:35px;
  opacity:0.3;
  margin: 5px;
}
.regadd{
  height:28px;
  width:25px;
  padding-left:8px;
  padding-right: 10px;
  margin-left: 3px;
  line-height: 20pt;
  float: right;
}
.textinp{
  border: 0px;
  width:100%;
  height:28px;
}
.textinprole{
  border: 0px;
  width:100%;
  height:28px;
  padding-right: 4px;
  margin-left:5px;
  padding-top:8px;
}
.width50m38{
  width: calc(50% - 38px);
}
.deet_icon{
  position: absolute;
  top:0px;
  right:120px;
  height:34px;
  width:34px;
}
.deet_img{
  height:27px;
  width:27px;
  opacity:0.1;
  pointer-events: none;
}
.cal_icon{
  position: absolute;
  top:0px;
  right:80px;
  height:34px;
  width:34px;
}
.cal_img{
  height:24px;
  width:24px;
  opacity:0.3;
  pointer-events: none;
}
.teamicon{
  position: absolute;
  top:0px;
  right:40px;
  height:34px;
  width:34px;
}
.team_icon{
  height:31px;
  width:31px;
  opacity:0.3;
  pointer-events: none;
}
.descicon{
  position: absolute;
  top:0px;
  right:40px;
  height:34px;
  width:34px;
}
.desc_icon{
  height:31px;
  width:31px;
  opacity:0.3;
  pointer-events: none;
}
.roledrop{
  position: relative;
  top:0px;
  width:100%;
  max-height:100%;
  z-index:1000;
  background-color:black;
  border:1px solid rgb(50,50,50);
  border-top: 0px;
}
.roledropteam{
  position: absolute;
  top:40px;
  width:100%;
  max-height:100%;
  z-index:1000;
  background-color:black;
  border-top: 0px;
  left:195px;
}
.roledropteam a{
  color: rgb(100,100,100);
  text-decoration: none;
}
.rel{
  position: relative;
}
.rolesel{
  display: block;
  font-size: 11pt;
  width:100%;
  height:32px;
  text-align: center;
  padding-top:4px;
  z-index:999;
  background-color: black;
}
.t300{
  top:300px;
}
.t400{
  top:400px;
}
.t500{
  top:500px;
}
.abs{
  position: absolute;
}
.bg30{
  background-color: rgb(20,20,20) !important;
}
.all_upload{
  height:32px;
  width:32px;
  opacity:0.1;
  margin-left:2px;
}
.iconlun{
  position: absolute;
  z-index:900;
  pointer-events: none;
}
.noout{
  outline:none !important;
}
.wid600{
  width:600px !important;
}
input:-webkit-autofill,
input:-webkit-autofill::first-line{
  -webkit-background-clip: text;
  -webkit-text-fill-color:rgb(60,60,60) !important;
  -webkit-font-family: quicksandlight;
}
select:-webkit-autofill{
  -webkit-background-clip: text;
  font-family: quicksandlight;
  -webkit-text-fill-color:rgb(60,60,60) !important;
}
.portholder{
  width:100%;
  height:250px;
  border-radius: 10px;
  background-color: rgb(10,10,10);
  display:none;
  text-align: center;
  z-index: 500;
}
.tutimg{
  width:100%;
}
.logout{
  position: absolute;
  top:20px;
  left:25px;
  width:50px;
  height:50px;
  opacity:0.1;
}
.logout:hover{
  opacity:0.3;
}
.account{
  position: absolute;
  top:80px;
  left:20px;
  width:50px;
  height:50px;
  opacity:0.1;
}
.account:hover{
  opacity:0.3;
}
.notification{
  position: absolute;
  top:142px;
  left:22px;
  width:46px;
  height:46px;
  opacity:0.1;
}
.info{
  position: absolute;
  top:208px;
  left:25px;
  width:40px;
  height:40px;
  opacity:0.1;
}
.info:hover{
  opacity:0.3;
}
.scrollright{
    position:absolute;
    z-index: 10;
    opacity:0.7;
    height:46px;
    top:calc(50% - 46px);
    right:0px;
    /*animation: In 1.5s ease-in, Pulsate 3s 1.5s ease-in-out infinite;*/
    animation: In 1.5s ease-in;
    pointer-events: none;
}
.switchright{
  position: absolute;
  top:30px;
  left:50%;
  z-index: 12001;
}
.sright{
  position: absolute;
  opacity:0.5;
  right:10px;
  height:60px;
  top: calc(50% - 30px);
  pointer-events: none;
}
.coldeets{
  position:absolute;
  height:10px;
  width:calc(25%);
  bottom:55px;
  left:70%;
  z-index:12000;
}
.colsec{
  height:10px;
  float: left;
}
.switchleft{
  position: absolute;
  right:50%;
  top:30px;
  z-index: 12001;
}
.sleft{
  position: absolute;
  opacity:0.5;
  left:10px;
  height:60px;
  top: calc(50% - 30px);
  pointer-events: none;
}
@keyframes Pulsate {
  from { opacity: 0.7; }
  50% { opacity: 0.5; }
  to { opacity: 0.7; }
}
@keyframes Out {
  from { opacity: 0.7; }
  to { opacity: 0; }
}
@keyframes In {
  from { opacity: 0; }
  to { opacity: 0.7; }
}
.fullin{
    animation: fullIn 0.6s ease-in;
}
@keyframes fullIn{
    from { opacity: 0; }
    to { opacity: 1; }
}
.scrollleft{
    position:absolute;
    left:0px;
    z-index: 10;
    height:46px;
    top:calc(50% - 46px);
    transition: opacity 300ms ease-in-out;
    opacity:0.7;
    /*animation: In 1.5s ease-in, Pulsate 3s 1.5s ease-in-out infinite;*/
    animation: In 1.5s ease-in;
    pointer-events: none;
}
.scrollright.scrolled{
  animation: Out 1s ease-in-out;
  opacity:0;
}
.scrollleft.scrolled{
  animation: Out 1s ease-in-out;
  opacity:0;
}
#archive{
  padding-left:0px;
}
.searcharchive{
  margin-left:10px;
}
.emptyarchive{
    position: absolute;
    height: 100%;
    width: 100%;
    top:0;
    left:0;
    z-index: 10000;
    background-color: black;
    text-align: center;
}
.emptyarchivecon{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -70%);
    z-index: 100;
    background-color: black;
    text-align: center;
}
.emptyarchive:hover{
    cursor:pointer;
}
/*
.pdfpage{
    background-color: white;
    width: 100%;
    padding-top: 56.25%;
    margin:10px;
}
*/

/*
.pdfpage{
    position:relative;
    background-color: white;
    width: 95%;
    margin:10px;
}
.pdfpageheader{
    background-color: white;
    width: 100%;
    height:20%;
}
.pdfpagefooter{
    position: absolute;
    bottom:0;
    background-color: white;
    width: 100%;
    height:5%;
}

.leftpage{
    float:left;
    width:50%;
    height:75%;
    vertical-align: middle;
   text-align: center;
}
.rightpage{
    float:right;
    width:50%;
    height:75%;
    vertical-align: middle;
    text-align: center;
}
.pageimage{
    max-width:95%;
    max-height:100%;
    vertical-align: middle;

}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.pagebar{
    width:70%;
    height:100%;
}
.toolbar{
    position: absolute;
    top: 0;
    left:70%;
    width:30%;
    height:100%;
}
*/
.pdfpage{
    position:relative;
    background-color: white;
    width: 95%;
    margin:10px;
}
.pdfpageheader{
    background-color: white;
    width: 100%;
    height:20%;
}
.headtext{
    position:absolute;
    text-align: center;
    outline:none;
}
.agentname{
  position: absolute;
  right:0px;
  bottom:35px;
}
.pdfpagefooter{
    position: absolute;
    bottom:0;
    background-color: white;
    width: 100%;
    height:5%;
}

.leftpage{
    float:left;
    width:50%;
    height:75%;
    vertical-align: middle;
   text-align: center;
}
.rightpage{
    float:right;
    width:50%;
    height:75%;
    vertical-align: middle;
    text-align: center;
}
.pageimage{
    max-width:95%;
    max-height:100%;
    vertical-align: middle;

}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.pagebar{
    width:70%;
    height:100%;
}
.toolbar{
  position: absolute;
  top: 0;
  left:70%;
  width:30%;
  height:100%;
}
.accountcon{
  width:100%;
  position:relative;
}
.accconpass{
  width:100%;
  position:absolute;
  top:270px;
  margin-bottom: 10px;
}
.conaddteam{
  position:relative;
  width:100%;
  margin-top: 20px;
  margin-bottom: 10px;
}
.conteam{
  width:calc(100% - 21px);
  min-width: 1160px;
  border:solid 1px rgb(30,30,30);
  border-radius: 5px;
  background-color: rgb(15,15,15);
  height:350px;
  margin-left: 10px;
  margin-bottom:10px;
}
.accconpriv{
  width:100%;
  position:absolute;
  top:597px;
}
.accpancon{
  width:100%;
  position:relative;
}
.success{
    display:none;
}
.visible{
    display:block;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
.apply-shake {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}
#card-element{
    background: #FFF;
    display: inline-block;
    width: 100%;
    height: 40px;
    font-size: 18px;
    padding: 0 16px;
    border: 1px solid #7f8393;
    border-radius: 4px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.updatecard{
  position: absolute;
  right:calc(50% - 225px);
  border-radius: 3px;
  height:35px;
  margin-top: 5px;
  padding-top: 7px;
  width:450px;
  background-color: rgb(20,20,20);
}
.accpanel{
    position: relative;
    top:0px;
    width:calc(100% - 21px);
    min-width: 1160px;
    border:1px solid rgb(30,30,30);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 0px;
    margin-left: 10px;
    padding-top:10px;
    padding-bottom: 5px;
    background-color: rgb(15,15,15);
}
.accpanpers{
    position: absolute;
    top:20px;
    left:310px;
    min-width: 820px;
    width:calc(100% - 330px);
    border:1px solid rgb(30,30,30);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 0px;
    margin-left: 10px;
    background-color: rgb(15,15,15);
    height:200px;
    padding-top:5px;
}
.accpanpersagt{
    position: absolute;
    top:20px;
    left:0px;
    min-width: 820px;
    width:calc(100% - 21px);
    border:1px solid rgb(30,30,30);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 0px;
    margin-left: 10px;
    background-color: rgb(15,15,15);
    height:200px;
    padding-top:5px;
}
.accntpanpack{
    position: relative;
    top:20px;
    left:0px;
    width:300px;
    border:1px solid rgb(30,30,30);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 0px;
    margin-left: 10px;
    padding-top:5px;
    background-color: rgb(15,15,15);
    height:200px;
    float: left;
}
.accheader{
    position:relative;
    left:20px;
    z-index:100;
    padding:3px;
    text-align: left;
    padding-bottom: 15px;
    padding-top: 8px;
}
.teaminp{
  position: relative;
  border: 0px;
  box-shadow: none;
  outline: none;
  color: rgb(140,140,140);
  background-color: transparent;
  padding: 0;
  margin: 0px;
  margin-left: 5px;
  width: 100% !important;
  max-width: 100% !important;
  display: block;
  overflow: hidden;
  height: 25px;
  cursor: text;
  font-family: quicksandlight;
  font-size: 11pt;
}
.butpass{
  position: relative;
  left:0px;
  background-color: rgb(20,20,20);
  width:calc(100% - 20px);
  min-width: 1160px;
  height:40px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  outline: none;
  border: none;
}
.butpassdets{
  background-color: rgb(20,20,20);
  width:100%;
  height:40px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  outline: none;
  border: none;
}
.nohover:hover{
  cursor: default;
}
.butpack{
  position: absolute;
  top:199px;
  left:-1px;
  background-color: rgb(20,20,20);
  width:calc(100% + 2px);
  height:40px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  outline: none;
  border: none;
}
.margtop10{
  margin-top:10px !important;
}
.margtop20{
  margin-top:20px !important;
}
.margtop20{
  margin-top:20px !important;
}
.margtop30{
  margin-top:30px !important;
}
.margtop40{
  margin-top:40px !important;
}
.margtop100{
  margin-top:100px !important;
}
.margtop170{
  margin-top:170px !important;
}
.margtop200{
  margin-top:200px !important;
}
.margtop300{
  margin-top:300px !important;
}
.margtop5{
  margin-top:5px !important;
}
.margtop4{
  margin-top:4px !important;
}
.margb3{
    margin-bottom:3px !important;
}
.margb10{
    margin-bottom:10px !important;
}
.margt50{
    margin-top:50px !important;
}
.top30{
    margin-top: 30px;
}
.top20{
    top: 20px;
}
.col40{
    color: rgb(40,40,40) !important;
}
.col40{
    color: rgb(60,60,60) !important;
}
.noblack{
  background-color: transparent !important;
}
.left50{
    display: inline-block;
    width:49%;
    text-align: left;
}
.left100{
    display: inline-block;
    width:99%;
    text-align: left;
}
.inlineblock{
    display: inline-block;
}
.inlineflex{
    display: inline-flex;
}
.width100{
    width: 100%;
}
.width50{
    width: 50%;
}
.h200{
  height:200px;
}
.conacc{
    padding-left:0;
}
.col60{
  color: rgb(60,60,60);
}
.col100{
  color: rgb(100,100,100);
}
.padtop0{
    padding-top:0px !important;
}
.padtop5{
    padding-top:5px !important;
}
.padt8{
    padding-top:8px !important;
}
.padtop11{
    padding-top:11px !important;
}
.padtop15{
    padding-top:15px !important;
}
.pad10{
  padding: 10px;
}
.margright5{
    margin-right:5px !important;
}
.margr5{
    margin-right:5px !important;
}
.margr3{
    margin-right:3px !important;
}
.margtop0{
  margin-top:0px;
}
.marg0{
  margin:0px;
}
.marg5{
  margin:5px;
}
.maxw66perc{
  width:100%;
  max-width:66% !important;
}
.maxw21perc{
  width:100%;
  max-width:21% !important;
  margin-left: 1.5%;
}
.maxw33perc{
  width:100%;
  max-width:33% !important;
}
.textcen{
  text-align: center;
}
.textr{
  text-align: right;
}
.bord0{
  border: 0px;
}
.capright{
  border: 1px solid rgb(30,30,30);
  border-left:0px;
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
}
.capleft{
  border-top-left-radius:5px;
  border-bottom-left-radius:5px;
}
.bor100{
  border: 1px solid rgb(100,100,100) !important;
}
.bor30{
  border: 1px solid rgb(30,30,30) !important;
}
.bor80{
  border: 1px solid rgb(80,80,80) !important;
}
.borrad3{
  border-radius: 3px;
}
.borrad5{
  border-radius: 5px;
}
.wid100{
  width: 100%;
}
.wid25{
  width: 25%;
}
.wid33{
  width: 33%;
}
.w100{
  width:100px;
}
.w80{
  width:80px;
}
.w130{
  width:130px;
}
.w150{
  width:150px;
}
.maxwid100{
  max-width: 100%;
}
.w190{
  width:185px;
}
.wid33-140{
  width:calc(33% - 140px);
}
.wid50-200{
  width:calc(50% - 200px);
}
.wid33-138{
  width:calc(33% - 138px);
}
.wid50-198{
  width:calc(50% - 200px);
}
.packcon{
  width:1140px;
  z-index: 9002;
}
.wid200{
  width:200px !important;
}
.t800{
  top:800px;
}
.padt5{
  padding-top:5px;
}
.padt10{
  padding-top:10px;
}
.padt300{
  padding-top:300px;
}
.padt200{
  padding-top: 200px;
}
.padt400{
  padding-top: 400px;
}
.padt800{
  padding-top: 800px;
}

.free{
  border-left:1px solid rgb(30,30,30);
  border-right:1px solid rgb(30,30,30);
  background-color: rgb(10,10,10);
  width:200px;
  height:400px;
  margin-right: 5px;
  z-index: 9002;
}
.lh18{
  line-height: 22pt;
}
.basic{
  border-left:1px solid rgb(30,30,30);
  border-right:1px solid rgb(30,30,30);
  background-color: rgb(10,10,10);
  width:300px;
  height:400px;
  margin-right: 5px;
}
.pro{
  border-left:1px solid rgb(30,30,30);
  border-right:1px solid rgb(30,30,30);
  background-color: rgb(10,10,10);
  width:300px;
  height:400px;
  margin-right: 5px;
}
.nopro{
  color:rgb(70,70,70);
  border-left:1px solid rgb(15,15,15);
  border-right:1px solid rgb(15,15,15);
  background-color: rgb(5,5,5);
  width:300px;
  height:400px;
  margin-right: 5px;
}
#frecon{
  position: relative;
}
.canred{
  width:150px;
  opacity:0.1;
}
.price{
  font-size: 18pt;
  padding:20px;
  float:right;
  text-align: right;
  line-height: 10pt;
}
.c80{
  color: rgb(80,80,80);
}
.packtext{
  height:120px;
  padding:20px;
}
.includes{
  height:210px;
  padding:30px;
  padding-left: 40px;
}
.canpack{
  position: absolute;
  bottom: 90px;
  width:100px;
  left:calc(50% - 50px);
  text-align: center;
  color:rgba(255,0,0,0.3);
}
.margl4{
  margin-left: 4px;
}
.margl2{
  margin-left: 2px;
}
.margl10{
  margin-left: 10px;
}
.serinp{
  font-family: quicksandlight;
  border:1px solid rgb(100,100,100);
  font-size: 11pt;
  border-radius:2px;
  color:rgb(100,100,100);
  outline: none;
  margin:4px;
  width:calc(100% - 8px);
  height:35px;
  background-color: black;
  padding-left: 3px;
}
.striptop{
  font-family: quicksandlight;
  line-height: 1.8 !important;
  font-size: 13pt;
  width: 300px;
  height: 50px;
  color: rgb(100,100,100);
  padding-top: 10px;
  display: inline-block;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top: 1px solid rgb(30,30,30);
  border-left: 1px solid rgb(30,30,30);
  border-right: 1px solid rgb(30,30,30);
  background-color: rgb(20,20,20);
}
.nostriptop{
  font-family: quicksandlight;
  line-height: 1.8 !important;
  font-size: 13pt;
  width: 300px;
  height: 50px;
  color: rgb(70,70,70);
  padding-top: 10px;
  display: inline-block;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top: 1px solid rgb(15,15,15);
  border-left: 1px solid rgb(15,15,15);
  border-right: 1px solid rgb(15,15,15);
  background-color: rgb(10,10,10);
}
.stripinput{
    font-family: quicksandlight;
    line-height: 1.3 !important;
    font-size: 11pt;
    width: 300px;
    height: 40px;
    color: rgb(100,100,100);
    padding-top: 10px;
    background-color: rgb(10,10,10);
    display: inline-block;
    border-bottom: 1px solid rgb(10,10,10);
    border-left: 1px solid rgb(30,30,30);
    border-right: 1px solid rgb(30,30,30);
    outline: none;
    text-align: center;
    border-top:0px;
}
.inblock{
  display:inline-block;
}
.block{
  display:block;
}
.stripinput:focus{
    border-bottom: 1px solid rgb(30,30,30);
    /*background-color: rgb(20,20,20);*/
}
.stripinputacc{
    font-family: quicksandlight;
    line-height: 1.3 !important;
    font-size: 11pt;
    /*  NEEDS WORK on width being too narrow */
    max-width: 66%;
    height: 40px;
    color: rgb(100,100,100);
    padding-top: 10px;
    background-color: rgb(20,20,20);
    display: inline-block;
    border: 0px;
    outline: none;
    text-align: center;
    float: right;
}
.minwid66perc{
  min-width:66%;
}
.minwid33{
  min-width:33%;
}
.floatleft{
  float: left;
}
.floatright{
  float: right;
}
.margt10{
  margin-top: 10px;
}
.margb10{
  margin-bottom: 10px !important;
}
.padt10{
  padding-top: 10px;
}
.floatr{
  float: right;
}
.r38{
  position: relative;
  left: calc(100% - 66px);
}
.l30{
  position: relative;
  left: 30px;
}
.l115{
  position: relative;
  left: 115px;
}
.l250{
  position: relative;
  left: 250px;
}
.l210{
  position: relative;
  left: 210px;
}
.h35{
  height: 35px !important;
}
.mb10{
  margin-bottom: 10px;
}
.mt5{
  margin-top: 5px;
}
.pb5{
  margin-bottom: 15px;
}
.mt10{
  margin-top: 10px;
}
.mb-5{
  margin-bottom: -5px;
}
.t-12{
  position: relative;
  top: -12px;
}
/*
.stripinputacc:focus{
    border-bottom: 1px solid rgb(30,30,30);
}
*/
input::placeholder {
   overflow: visible;
}
.stripinputdate{
    font-family: quicksandlight;
    line-height: 1.3 !important;
    font-size: 10pt;
    width: 100px;
    height: 40px;
    color: rgb(100,100,100);
    padding-top: 10px;
    background-color: rgb(10,10,10);
    display: inline-block;
    outline: none;
    text-align: center;
    border:0px;
    border-bottom:1px solid rgb(10,10,10);
}
.stripinputdate::placeholder {
  color: rgb(60,60,60);
  opacity: 1;
}
.date{
  height: 40px;
  line-height: 1.3 !important;
  font-size: 10pt;
  color: rgb(80,80,80);
  text-align: center;
  background-color: rgb(10,10,10);
  user-select: none !important;
  outline: none;
}
.dateleft{
  border-left: 1px solid rgb(30,30,30) !important;
}
.dateright{
  border-right: 1px solid rgb(30,30,30) !important;
}

@keyframes shake {
  0% {
    margin-left: 0rem;
  }
  25% {
    margin-left: 0.5rem;
  }
  75% {
    margin-left: -0.5rem;
  }
  100% {
    margin-left: 0rem;
  }
}

.shake{
  animation: shake 0.2s ease-in-out 0s 2;
}

.stripinputdateerror{
  font-family: quicksandlight;
  line-height: 1.3 !important;
  font-size: 11pt;
  width: 100px;
  height: 40px;
  color: rgb(100,100,100);
  padding-top: 10px;
  background-color: black;
  display: inline-block;
  outline: none;
  text-align: center;
  border-bottom: 1px solid rgba(30,0,0,0.3);
}
.stripinputdate:focus{
  border-bottom: 1px solid rgb(30,30,30);
}
.bberr{
  border-bottom: 1px solid rgba(60,0,0);
}
.seriesholder{
  width:calc(100% - 10px);
  height: 240px;
  border:1px solid rgb(20,20,20);
  border-radius: 10px;
  background-color: rgb(10,10,10);
  position: relative;
  margin-bottom: 8px;
  padding-top: 40px;
}
.seriesedit{
  position:absolute;
  right:0px;
  top:0px;
  background-color: rgb(10,10,10);
  border-top-right-radius: 10px;
  height:48px;
  width:80px;
}
.seriesedit:hover{
  background-color: rgb(20,20,20);
  cursor:pointer;
}
.seriesadd{
  position:absolute;
  right:0px;
  top:48px;
  background-color: rgb(10,10,10);
  height:48px;
  width:80px;
}
.seriesadd:hover{
  background-color: rgb(20,20,20);
  cursor:pointer;
}
.seriesup{
  position:absolute;
  right:0px;
  top:96px;
  background-color: rgb(10,10,10);
  height:48px;
  width:80px;
}
.seriesup:hover{
  background-color: rgb(20,20,20);
  cursor:pointer;
}
.seriesdel{
  position: absolute;
  width:50%;
  height: 100%;
  left:50%;
  top:0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 5px;
}
.seriesdel:hover{
  background-color: rgb(30,0,0);
  cursor:pointer;
}
.serieskeep{
  position: absolute;
  width:50%;
  height: 100%;
  left:0%;
  top:0px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 5px;
}
.serieskeep:hover{
  background-color: rgb(20,20,20);
  cursor:pointer;
}
.seriesprivate{
  position:absolute;
  right:0px;
  bottom:48px;
  background-color: rgb(10,10,10);
  height:48px;
  width:80px;
}
.seriesprivate:hover{
  background-color: rgb(20,20,20);
  cursor:pointer;
}
.seriesdelete{
  position:absolute;
  right:0px;
  bottom:0px;
  border-bottom-right-radius: 10px;
  background-color: rgb(10,10,10);
  height:48px;
  width:80px;
}
.seriesdelete:hover{
  background-color: rgb(20,20,20);
  cursor:pointer;
}
.seriesicon{
  position:absolute;
  top:calc(50% - 15px);
  left:calc(50% - 15px);
  height:30px;
  width:30px;
  opacity:0.1;
}
.privicon{
  padding-top:5px;
  height:25px;
  width:25px;
  opacity:0.1;
}
.privselect{
  background-color: rgb(20,20,20);
}
.nomarg{
  margin:0px !important;
}
.nopad{
  padding:0px !important;
}
.scrollup{
  position:fixed;
  top:180px;
  right:110px;
  width:45px;
  z-index: 99998;
  opacity: 0.7;
}
.scrollup:hover{
  cursor: alias;
}
.seriesaddicon{
    width:80px;
    height:80px;
    opacity:0.1;
    position:absolute;
    left:calc(50% - 30px);
    top:calc(50% + 25px);
    transform: translate(-50%, -50%);
}
.seriesslider{
    width:calc(100% - 90px);
    margin-left: 5px;
    margin-top: 4px;
    margin-bottom: 2px;
    height:190px;
    display: flex;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.seriessliderempty{
    width:calc(100% - 90px);
    margin-left: 5px;
    margin-top: 4px;
    margin-bottom: 2px;
    height:190px;
    display: flex;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    border:1px solid rgb(20,20,20);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.seraddcon{
  width:750px;
  height:750px;
  background-color: rgba(0,0,0, 0.9);
  z-index:999;
  border-radius: 10px;
}
.seriesform{
  z-index:1000;
}
.margtop2{
  margin-top:2px;
}
.margtop3{
  margin-top:3px;
}
.hover20:hover{
  cursor:pointer;
  background-color: rgb(20,20,20);
}
.hover40:hover{
  background-color: rgb(40,40,40);
}
.hover15:hover{
  cursor:pointer;
  background-color: rgb(15,15,15);
}
.seraddcan{
  position: absolute;
  right:10px;
  top:10px;
  height:30px;
  width:30px;
  opacity:0.2;
}
.seriesname{
  font-size: 18pt;
  position: absolute;
  top:5px;
  left:20px;
  color: rgb(80,80,80);
  z-index:1000;
  cursor: default;
}
.searchdelcon{
  position:absolute;
  width:300px;
  height:150px;
  border-radius: 10px;
  border:1px solid rgb(30,30,30);
  background-color: rgb(10,10,10);
  z-index:9999;
}
.packupgcon{
  position:absolute;
  width:1200px;
  height:800px;
  border-radius: 10px;
  border:1px solid rgb(30,30,30);
  background-color: rgb(10,10,10);
  z-index:9999;
}
.seriesdelback{
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  z-index:9998;
  background-color: rgb(0,0,0);
  opacity:0.9;
  border-radius:5px;
}
.icon50{
  width:50px;
  height:50px;
}
.errtxt{
  color: rgba(255,0,0,0.5);
}
.bcolred{
  background-color: rgba(255, 0, 0, 0.3);
}
.errorproject{
  width:400px;
  height:200px;
  background-color:black;
  border: 1px solid rgb(80,80,80);
  z-index:9999;
  position: absolute;
  left:50%;
  top:50%;
  margin-left:-200px;
  margin-top:200px;
}
.projectholder{
  /*
    width:calc(100% - 10px);
    height: 200px;
    border:1px solid rgb(20,20,20);
    border-radius: 10px;
    background-color: rgb(10,10,10);
    position: relative;
    margin-bottom: 5px;
*/
  width:calc(100% - 10px);
  height: 240px;
  border:1px solid rgb(20,20,20);
  border-radius: 10px;
  background-color: rgb(10,10,10);
  position: relative;
  margin-bottom: 8px;
  padding-top: 40px;
}
.projectaddicon{
  width:80px;
  height:80px;
  opacity:0.3;
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
}
.projectslider{
    width:calc(66% - 85px);
    height:190px;
    position: absolute;
    top:40px;
    right:85px;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    border-radius: 5px;
}
.briefslider{
    width:calc(33% - 10px);
    height:190px;
    position: absolute;
    top:40px;
    left:5px;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    border-radius: 5px;
}
.briefsliderempty{
    width:calc(33%);
    height:190px;
    position: absolute;
    top:40px;
    left:5px;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    border:1px solid rgb(30,30,30);
    border-radius: 5px;
}
.projectaddtext{
    text-align: center;
    font-size: 10pt;
    width:100%;
    color:rgb(100,100,100);
    position:absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, 200%);
}
.addprojectimages{
    width:calc(66% - 85px);
    height:190px;
    position:absolute;
    right:85px;
    top:43px;
    color:rgb(100,100,100);
    border: 1px solid rgb(30,30,30);
    border-radius: 5px;
    font-size:16pt;
    z-index:2;
}
.addprojectimages{
    cursor: pointer;
}

.addbriefimages{
    width:calc(33%);
    height:190px;
    position:absolute;
    left:5px;
    top:43px;
    color:rgb(100,100,100);
    border: 1px solid rgb(30,30,30);
    border-radius: 5px;
    font-size:16pt;
    z-index:2;
}

.projectimages{
    width:calc(33% - 10px);
    height:calc(100% - 10px);
    position:absolute;
    left:5px;
    top:5px;
    color:rgb(120,120,120);
    background-color: blue;
    font-size:16pt;
}
.projectimage{
  position: relative;
  height:190px;
  margin-right:2px;
  top: 0px;
  left: 0px;
}
.projecttitle{
    position:absolute;
    left:calc(33% + 5px);
    top:5px;
    color:rgb(120,120,120);
    font-size:16pt;
}
.projecttext{
    position:absolute;
    left:calc(33% + 5px);
    top:30px;
    color:rgb(100,100,100);
    font-size:12pt;
}
.seriesimage{
    height:190px;
    float:left;
    margin-right:2px;
    z-index:200;
}
.seriestitle{
    position:absolute;
    left:calc(33% + 5px);
    top:5px;
    color:rgb(120,120,120);
    font-size:16pt;
}
.seriestext{
    position:absolute;
    left:calc(33% + 5px);
    top:30px;
    color:rgb(100,100,100);
    font-size:12pt;
    margin-bottom: 3px;
}
.brief{
    opacity:0;
    height:0px;
}
.briefbut{
    width:300px;
    height:40px;
    margin-top:-10px;
    padding-top:4px;
    margin-bottom:5px;
    background-color: black;
    font-size:11pt;
    padding-right:5px;
    color:rgb(100,100,100);
    border:1px solid rgb(40,40,40);
    outline:0;
}
.briefbut:hover{
    color:rgb(100,100,100);
}
.submit{
    font-size: 11pt;
    line-height:1.3;
    background-color: black;
    color: rgb(100,100,100);
    padding: 14px 20px;
    margin: 8px 0;
    border:1px solid rgb(10,10,10);
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
    width: 300px;
    outline: none;
}
.submitseries:hover{
  background-color: rgb(30,30,30);
}
[contenteditable]{
  -webkit-user-select: text;
  user-select: text;
}

.inputleft{
  width:50%;
  height:100%;
  float:left;
  padding-top: 5px;
}
.inputright{
  width:50%;
  height:100%;
  float:left;
  padding-top: 5px;
}
.inputlefttext{
  width:50%;
  height:100%;
  float:left;
  padding-top: 13px;
  font-size: 9pt;
}
.inputrighttext{
  width:50%;
  height:100%;
  float:left;
  padding-top: 13px;
  font-size: 9pt;
}
.inputalltext{
  width:100%;
  height:100%;
  float:left;
  padding-top: 13px;
  font-size: 9pt;
}
.submitseries{
  font-size: 11pt;
  line-height:1.3;
  background-color: rgb(20,20,20);
  color: rgb(100,100,100);
  padding: 14px 20px;
  border:1px solid rgb(30,30,30);
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
  width: 300px;
  outline: none;
}
.nosubmitseries{
  font-size: 11pt;
  line-height:1.3;
  background-color: rgb(10,10,10);
  color: rgb(70,70,70);
  padding: 14px 20px;
  border:1px solid rgb(15,15,15);
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 300px;
  outline: none;
}
.submit:hover{
    color:rgb(100,100,100);
}

.floathead{
  position: absolute;
  top:160px;
  margin-left:10px;
  margin-bottom:10px;
  width: calc(100vw - 110px);
  height: 40px;
  display:inline-block;
}
.topcov{
  position: absolute;
  background-color: rgba(0,0,0,0.5);
  width: calc(100% - 190px);
  height: 40px;
  top:0px;
  z-index: 1001;
}
.floating-menu{
    position: absolute;
    top:170px;
    height:40px;
    width:calc(100% - 95px);
    background-color: black;
    z-index: 10000;
    padding-bottom:10px;
}
#seriesheader{
    /*
    border:1px solid rgb(20,20,20);
    border-radius: 5px;
    background-color: rgb(10,10,10);
    */
}
#seriescontainer{
    position: absolute;
    top:10px;
    margin-right: 95px;
    padding-left: 10px;
    width: calc(100vw - 95px);
    height: calc(100vh - 210px);
    overflow-y: scroll;
    display:inline-block;
    padding-bottom: 10px;
}
#seriespdfcontainer{
    position: fixed;
    top:0px;
    margin-right: 95px;
    padding-left: 10px;
    width: calc(100vw - 95px);
    height: calc(100vh - 75px);
    overflow-y: hidden !important;
    display:inline-block;
    padding-bottom: 10px;
}
.addseries{
  position: absolute;
  left:0px;
  top:0px;
  height:40px;
  width:40px;
  border:1px solid rgb(20,20,20);
  border-radius: 5px;
  background-color: rgb(10,10,10);
  display:inline-block;
}
.selectsbut{
  position: absolute;
  right:0px;
  top:0px;
  height:40px;
  width:170px;
  border:1px solid rgb(20,20,20);
  border-radius: 5px;
  background-color: rgb(10,10,10);
  display:inline-block;
}

.left30{
  left:30px;
}
.left45{
  left:45px;
}
.left90{
  left:90px;
}
.left135{
  left:135px;
}
.searchseries{
  position: absolute;
  right:5px;
  top:0px;
  height:40px;
  width:40px;
  border:1px solid rgb(20,20,20);
  border-radius: 5px;
  background-color: rgb(10,10,10);
}
.searchsearch{
  position: absolute;
  right:0px;
  top:0px;
  height:40px;
  width:40px;
  border:1px solid rgb(20,20,20);
  border-radius: 5px;
  background-color: rgb(10,10,10);
}
.searchtextseries{
  position: absolute;
  right:50px;
  top:0px;
  height:40px;
  width:250px;
  border:1px solid rgb(20,20,20);
  border-radius: 5px;
  background-color: rgb(10,10,10);
  white-space: nowrap;
  -ms-overflow-style: none;
  overflow-style:none;
}
.searchtextcon{
  position: absolute;
  left:660px;
  top:0px;
  height:40px;
  width:250px;
  border:1px solid rgb(20,20,20);
  border-radius: 5px;
  background-color: rgb(10,10,10);
  white-space: nowrap;
  -ms-overflow-style: none;
  overflow-style:none;
}
.searchtext{
  width:100%;
  height:100%;
  border:none;
  padding:5px;
  padding-top:10px;
  padding-left:10px;
  font-size:12pt;
  color:rgb(80,80,80);
  white-space: nowrap;
  -ms-overflow-style: none;
  overflow-style:none;
}
.searchtext:focus{
  background-color: rgb(20,20,20);
  /*border:1px solid rgb(30,30,30);*/
  border-radius: 5px;
}
#projectheader{
  /*
    position: absolute;
    top:170px;
    margin-right: 95px;
    padding-right:10px;
    padding-bottom: 20px;
    width: calc(100vw - 95px);
    height: 50px;
    overflow-y: scroll;
    display:inline-block;
    padding-bottom: 10px;
    */
}
/* NEEDS WORK - shouldn't scroll when not full enough  */
#projectcontainer{
    position: absolute;
    top:0px;
    margin-right: 95px;
    padding-left: 10px;
    width: calc(100vw - 95px);
    height: calc(100vh - 200px);
    overflow-y: scroll;
    display:inline-block;
    padding-bottom: 10px;
}
#projectpdfcontainer{
    position: fixed;
    top:0px;
    margin-right: 95px;
    padding-left: 10px;
    width: calc(100vw - 95px);
    height: calc(100vh - 75px);
    overflow-y: hidden !important;
    display:inline-block;
    padding-bottom: 10px;
}
#addproject{
    position: absolute;
    right:0px;
    padding-right:10px;
    font-size:14pt;

}
#addproject:hover{
    cursor:pointer;
}
#addcalendar{
    position: absolute;
    left:0px;
    width:40px;
}
.emptysearchproject{
  position:absolute;
  top:0px;
  left:0px;
  visibility:hidden;
  z-index: 1001;
  background-color: black;
  pointer-events: auto;
  width:100%;
  height:calc(100vh - 75px);
  overflow-y: hidden;
}
.emptyproject{
    visibility:hidden;
    z-index: 1000;
    background-color: black;
    pointer-events: auto;
    height:calc(100vh - 75px);
    overflow-y: hidden;
}
.emptyseries{
  position: absolute;
  top:160px;
  left:0px;
  z-index: 1000;
  background-color: rgba(0,0,0,0.8);
  pointer-events: auto;
  height:calc(100% - 160px);
  width:calc(100% - 95px);
  overflow-y: hidden;
}
.emptysearch{
  position: absolute;
  top:160px;
  left:0px;
  visibility:hidden;
  z-index: 1000;
  background-color: rgba(0,0,0,0.8);
  pointer-events: auto;
  height:calc(100% - 160px);
  width:calc(100% - 95px);
  overflow-y: hidden;
}
.topaddicon{
  opacity:0.2;
  height:25px;
  width:25px;
}
.notetxt{
  position: relative;
  float: right;
  height:100%;
  text-align: right;
  padding:10px;
}
.notetxtbot{
  position: absolute;
  right:200px;
  text-align: right;
  padding:10px;
  bottom: 0px;
}
.notecon{
  height:250px;
  width: calc(100% - 15px);
  background-color: rgb(15,15,15);
  border-radius: 5px;
  margin: 10px;
}
.notetagcon{
  position: relative;
  height:250px;
  width: calc(100% - 15px);
  background-color: rgb(15,15,15);
  border-radius: 5px;
  margin: 10px;
}
.noteimg{
  height:240px;
  margin: 5px;
  margin-left: 10px;
}
.notekeep{
  height:100%;
  width:100px;
  float:right;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left:1px solid black;
}
.notedeny{
  height:100%;
  width:100px;
  float:right;
  border-left:1px solid black;
}
.upcon{
  position: absolute;
  text-align: right;
  bottom:5px;
  right: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
  white-space: nowrap;
}
.hover30:hover{
  background-color: rgb(20,20,20);
}
.hoverop3:hover{
  opacity:0.3;
}
.hoverop2:hover{
  opacity:0.2;
}
.hoverop5:hover{
  opacity:0.5;
}
.hoverop7:hover{
  opacity:0.7;
}
.hoverop8:hover{
  opacity:0.7;
}
.hoverop9:hover{
  opacity:0.7;
}
.calicon{
  opacity:0.3;
  height:30px;
  width:30px;
  margin-left:20px;
  z-index:9999;
}
.calicon:hover{
  cursor:pointer;
}
.keyhold{
  border:1px solid rgb(50,50,50);
  width:100%;
  height:400px;
  margin-top: 4px;
}
.deleteproject{
  /*
    text-align: center;
    position: absolute;
    top:5px;
    right:5px;
    width:25px;
    height:25px;
    border:1px solid rgb(100,100,100);
    border-top-right-radius: 5px;
    z-index:2;
    font-size:14pt;
    */
    position:absolute;
    right:0px;
    bottom:0px;
    border-bottom-right-radius: 10px;
    background-color: rgb(10,10,10);
    height:60px;
    width:80px;
}
.deleteproject:hover{
  background-color: rgb(20,20,20);
  cursor:pointer;
}
.editproject{
  /*
    text-align: center;
    position: absolute;
    top:35px;
    right:5px;
    width:25px;
    height:25px;
    border:1px solid rgb(100,100,100);
    z-index:2;
*/
    text-align: center;
    position: absolute;
    top:35px;
    right:5px;
    width:25px;
    height:25px;
    border:1px solid rgb(100,100,100);
    z-index:2;
}

.deleteseries{
    text-align: center;
    position: absolute;
    top:5px;
    right:5px;
    width:25px;
    height:25px;
    border:1px solid rgb(100,100,100);
    border-top-right-radius: 5px;
    z-index:2;
    font-size:14pt;
}
.deleteseries:hover{
    cursor:pointer;
}
.editseries{
    text-align: center;
    position: absolute;
    top:35px;
    right:5px;
    width:25px;
    height:25px;
    border:1px solid rgb(100,100,100);
    z-index:2;
}

.projectform{

    z-index: 10000;
    pointer-events: auto;
}
.pdftext{
    position: absolute;
    bottom:35px;
    right:40px;
}
.pdfbuilding{
    background:yellow;
    position: absolute;
    bottom:35px;
    right:5px;
    width:25px;
    height:25px;
    border:1px solid yellow;
    z-index:2;
    opacity:0.5;
}
.pdfincomplete{
    background:red;
    position: absolute;
    bottom:35px;
    right:5px;
    width:25px;
    height:25px;
    border:1px solid red;
    z-index:2;
    opacity:0.5;
}
.pdfsent{
    background:green;
    position: absolute;
    bottom:35px;
    right:5px;
    width:25px;
    height:25px;
    border:1px solid green;
    z-index:2;
    opacity:0.5;
}
.statustext{
    position: absolute;
    bottom:5px;
    right:40px;
}
.statusoption{
    background:yellow;
    position: absolute;
    bottom:5px;
    right:5px;
    width:25px;
    height:25px;
    border:1px solid yellow;
    border-bottom-right-radius: 5px;
    z-index:2;
    opacity:0.5;
}
.statusreleased{
    background:red;
    position: absolute;
    bottom:5px;
    right:5px;
    width:25px;
    height:25px;
    border:1px solid red;
    z-index:2;
    opacity:0.5;
}
.statusconfirmed{
    background:green;
    position: absolute;
    bottom:5px;
    right:5px;
    width:25px;
    height:25px;
    border:1px solid green;
    z-index:2;
    opacity:0.5;
}
.statusfinished{
    background:blue;
    position: absolute;
    bottom:5px;
    right:5px;
    width:25px;
    height:25px;
    border:1px solid blue;
    z-index:2;
    opacity:0.5;
}

@CHARSET "UTF-8";
.page-break {
    page-break-after: always;
    page-break-inside: avoid;
    clear:both;
}
.page-break-before {
    page-break-before: always;
    page-break-inside: avoid;
    clear:both;
}

#pageviewer{
    position: absolute;
    left:37.5%;
    top:37.5%;
    width: 65%;
    height: 65%;
    transform: translate(-50%, -50%);
}
#viewcontainer{
    top:0;
    position:absolute;
    width: calc(75% - 40px);
    height: 80%;
}

.nooutline{
    outline:none !important;
    word-wrap: break-word !important;
    display:block !important;
}

.nooutline:focus{
    outline:none !important;
    word-wrap: break-word !important;
    display:block !important;
}
/*
canvas{
    z-index:2000;
    background-color: white;
}
*/
.viewcanvas{
    border:0px;
    position:absolute;
}
.slideimage{
    border:0px;
    position:absolute;
}
.backcanvas{
    border:0px;
    position:absolute;
}
.shape{
    position:absolute;
    float:center;
}
.shapethumb{
    position:absolute;
    float:center;
}
.shapecatch{
    position:absolute;
    float:center;
}

.colcon{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.colselectortext{
    width:40px;
    height:40px;
    border:1px solid rgb(40,40,40);
    border-top:0px;
    border-left:0px;
}
.colselectortext:hover{
    cursor: pointer;
}
.colrighttext{
    width:40px;
    height:40px;
    border:1px solid rgb(30,30,30);
    border-top:0px;
    border-left:0px;
    border-right:0px;
}
.colrighttext:hover{
    cursor: pointer;
}
.colheadtext{
    flex-grow: 100;
    height:40px;
    padding-top:10px;
    border: 1px solid rgb(30,30,30);
    border-top:0px;
    border-left:0px;
}

.colselectorshape{
    width:40px;
    height:40px;
    border:1px solid rgb(40,40,40);
    border-top:0px;
    border-left:0px;
}
.colselectorshape:hover{
    cursor: pointer;
}
.colrightshape{
    width:40px;
    height:40px;
    border:1px solid rgb(30,30,30);
    border-top:0px;
    border-left:0px;
    border-right:0px;
}
.colrightshape:hover{
    cursor: pointer;
}
.colselectorback{
    width:40px;
    height:40px;
    border:1px solid rgb(30,30,30);
    border-top:0px;
    border-left:0px;
}
.colselectorback:hover{
    cursor: pointer;
}
.colrightback{
    width:40px;
    height:40px;
    border:1px solid rgb(30,30,30);
    border-top:0px;
    border-left:0px;
    border-right:0px;
}
.colrightback:hover{
    cursor: pointer;
}
.colheadshape{
    flex-grow: 100;
    height:40px;
    padding-top:10px;
    border: 1px solid rgb(30,30,30);
    border-top:0px;
    border-left:0px;
}
.colheadback{
    flex-grow: 100;
    height:40px;
    padding-top:10px;
    border:1px solid rgb(30,30,30);
    border-top:0px;
    border-left:0px;
}
.pdfslider{
    position: absolute;
    top: calc(80% );
    left:50px;
    bottom:0;
    width: calc(100vw - 150px);
    /* height was previously -20px */
    height: calc(20% - 3px);
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    display:inline;
    padding: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-right: 0px;

    border:1px solid rgb(20,20,20);
}



#pageslider{
    position: absolute;
    display:inline;
    height: 100%;
    /*
    top: calc(80% - 20px);
    left:50px;
    bottom:0;
    width: calc(100vw - 160px);
    height: calc(20% - 20px);

    padding: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-right: 0px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    border:1px solid rgb(20,20,20);
    */
}
#slidermenutop{
    position: absolute;
    left:10px;
    bottom:0;
    top:calc(80%);
    width: 40px;
    height: calc(10% - 1px);
    background-color: rgb(20,20,20);
    border-top-left-radius: 10px;
    border-bottom:1px solid rgb(10,10,10);
}
#slidermenubottom{
    position: absolute;
    left:10px;
    bottom:0;
    top:calc(90%);
    width: 40px;
    height: calc(10% - 3px);
    background-color: rgb(20,20,20);
    border-bottom-left-radius: 10px;
}
.pageslide{
      position:relative;
      background:white;
      display: inline-flex;
      margin-right:7px;
      overflow-x: hidden;
      overflow-y: hidden;
}
.headslide{
    position:relative;
    background:white;
    display: inline-flex;
    margin-right:10px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.footslide{
    position:absolute;
    background:white;
    /*display: inline-flex;*/
    margin-right:10px;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-top:10px;
}
.addpage{
    position:absolute;
    background-color: rgb(30,30,30);
    /*display: inline-flex;*/
    margin-right:5px;
    overflow-x: hidden;
    overflow-y: hidden;
    border:0px;
    margin-top:10px;
}
.addpage:hover img{
    opacity:0.6;
}
.addpageicon{
    position:relative;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height:25px;
    opacity:0.3;
}
.lastslide{
    margin-right:5px !important;
}
.slideadd{
    height:30px;
}
.addslide{
  position:relative;
  background:black;
  border:1px solid rgb(30,30,30);
  margin:-1px;
  display: inline-flex;
  margin-right:10px;
  overflow-x: hidden;
  overflow-y: hidden;
}
.pageview{
  background:white;
  overflow-x: hidden;
  overflow-y: hidden;
  position:relative;
}
.viewimage{
  position:absolute;
  height:100%;
  cursor: move;
  touch-action: none;
  box-sizing: border-box;
}
.viewdiv{
  position:absolute;
  height:100%;
}
#pagesettings{
  position: absolute;
  left:75%;
  top:0;
  width: calc(25% - 3px);
  height: 80%;
  text-align:center;
}
.settingsback{
  float:left;
  width:calc(50% - 1px);
  height:30px;
  padding-top:5px;
  background-color: rgb(20,20,20);
  border-top-left-radius:10px;
  border-right:1px solid rgb(10,10,10);
}
.settingsforward{
  float:right;
  width:50%;
  height:30px;
  padding-top:5px;
  background-color: rgb(20,20,20);
  border-top-right-radius:10px;
}
#form{
  display:none;
}
/*NEEDS WORK - make arrows central */
.dirpages{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    width:100%;
    margin-top:5px;
    height:100px;
}
.dirleft{
    height:100px;
    width:70px;
    margin-right: -1px;
    border:1px solid rgb(30,30,30);

}
.dirright{
    height:100px;
    width:70px;
    border:1px solid rgb(30,30,30);
    border-left:0px;
    padding-left:3px;
}
.dirgutter{
    background-color: rgb(10,10,10);
    height:100px;
    width:20px;
    border:1px solid rgb(30,30,30);
    padding-top:3px;
    /*border-left:0px;*/
}
.dirspace{
    height:33%;
    padding-top:4px;
}
.martop4{
    margin-top:4px !important;
}
.custom-select {
    /* this is adjusting the top box */
  position: relative;
  text-align: center;
  border:1px solid rgb(30,30,30);
  border-radius: 5px;
  margin-left:2px;
  padding-top:5px;
  padding-bottom:5px;
  height:40px;
  background-color: rgb(10,10,10);
}
.custom-select select{
  display: none; /*hide original SELECT element: */
}
.select-selected{
  position: relative;
  width:100%;
  height:25px;
  z-index:1000;
}
/* Style the arrow inside the select element: */
.select-selected:after{
  display: none;
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: rgb(50,50,50) transparent transparent transparent;

}
/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
.nobotrad{
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: rgb(100,100,100);
  padding: 5px 5px;
  cursor: pointer;
  z-index:1000;
  height:30px;
}
option{
  color:rgb(80,80,80);
}
/* Style items (options): */
.select-items {
  position: absolute;
  width:calc(100% + 2px);
  border: 1px solid transparent;
  border-top: 0px solid transparent;
  background-color: rgb(10, 10, 10);
  top: 100%;
  /*right: 0%;*/
  z-index: 99;
  border-left:1px solid rgb(30,30,30);
  border-right:1px solid rgb(30,30,30);
  border-bottom:1px solid rgb(30,30,30);
  margin-left:-1px;
  max-height: 310px;
  overflow: hidden;
  overflow-y: scroll;
  z-index:1000;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(20, 20, 20, 1);
}
.selectcontainer{
    float:left;
    padding-left:200px;
}
.selectdatesearch{
  position: absolute;
  left:400px;
}
.seriesdatesearch{
  position: absolute;
  right:560px;
}
.viewdiv{
    height:100%;
    width:100%;
}
.dlbut{
  position: absolute;
  right:0px;
  bottom:-37px;
  border-radius: 3px;
  border:1px solid rgb(30,30,30);
  height: 30px;
  width:200px;
  padding-top:5px;
  z-index: 9004;
  background-color: rgb(20,20,20);
  color: rgb(80,80,80);
}
.dlbut:hover{
  background-color: rgb(30,30,30);
}

.editkey{
  position:relative;
  width:25px;
  height:25px;
  opacity:0.1;
  top:3px;
  margin-left:10px;
}
.closeimg{
  position: absolute;
  top:8px;
  right:8px;
  height:30px;
  width:30px;
  opacity:0.1;
}
#pagecontrol{
    position:relative;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity:0.7;
}
#imagecontrol{
  position:relative;
  opacity:0.3;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fadein{
  -webkit-animation: fadein 0.3s linear;
  animation: fadein 0.3s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes fadein {
  0% {
    opacity:0;
    display:block !important;
  }
  100% {
    opacity:1;
    display:block !important;
  }
}
.fadeout{
    -webkit-animation: fadeout 0.3s linear;
    animation: fadeout 0.3s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes fadeout {
  0% {opacity:1;display:none;}
  100% {opacity:0;display:none;}
}
.fadedown{
  -webkit-animation: fadedown 0.3s linear;
  animation: fadedown 0.3s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes fadedown {
  0% {
    opacity:0;
    max-height:0px;
    display:block !important;
  }
  100% {
    opacity:1;
    max-height:300px;
    display:block !important;
  }
}
.fadeup{
    -webkit-animation: fadeup 0.3s linear;
    animation: fadeup 0.3s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes fadeup {
  0% {
    opacity:1;
    max-height:300px;
  }
  100% {
    opacity:0;
    max-height:0px;
  }
}

.fadein3{
    -webkit-animation: fadein3 0.5s linear;
    animation: fadein3 0.5s linear;
}
@keyframes fadein3 {
  0% {opacity:0;display:none;}
  1% {opacity:0;display:block;}
  100% {opacity:0.3;display:block;}
}
.fadeout3{
  -webkit-animation: fadeout3 0.5s linear;
  animation: fadeout3 0.5s linear;
}
@keyframes fadeout3{
  0% {opacity:0.3;display:block;}
  1% {opacity:0.3;display:block;}
  100% {opacity:0;display:none;}
}
.backdrop{
  position:absolute;
  top:200px;
  height:calc(100% - 200px);
  width:calc(100% - 95px);
  z-index:9003;
  background-color:rgba(0,0,0,0.8);
}

.backdrop2{
  position:absolute;
  top:130px;
  height:calc(100% - 130px);
  width:calc(100% - 95px);
  z-index:9003;
  background-color:rgba(0,0,0,0.8);
}
.manback{
  position: relative;
  top:40px;
  left:40px;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  background-color: black;
  padding: 60px;
  overflow-x: hidden;
}
.backmain{
  position:absolute;
  height:100%;
  width:100%;
  z-index:903;
  background-color:rgba(0,0,0,0.8);
}
.backdropup{
  position:absolute;
  top:0px;
  height:calc(100%);
  width:calc(100% - 95px);
  z-index:903;
  background-color:rgba(0,0,0,0.7);
}
.backcon{
  position:relative;
  width:90%;
  height:80%;
  background-color: rgba(10,10,10,1);
  z-index:9001;
  border: 1px solid rgb(20,20,20);
  border-radius: 5px;
}
.backcon2{
  position:relative;
  width:calc(100% - 200px);
  height:calc(100% - 150px);
  background-color: black;
  border: 1px solid rgb(30,30,30);
  border-radius: 5px;
  z-index:9003;
}
.canacc{
  position: relative;
  left:10px;
  top:680px;
  width:calc(100% - 20px);
  height:75px;
  border-radius: 5px;
  color: rgba(255,0,0,0.5);
  border: 1px solid rgba(150,0,0,0.2);
  background-color: rgba(255,0,0, 0.1);
}
.tpacksel{
  border-top:1px solid rgb(50,50,50);
  border-left:1px solid rgb(50,50,50);
  border-right:1px solid rgb(50,50,50);
}
.cpacksel{
  border-left:1px solid rgb(50,50,50);
  border-right:1px solid rgb(50,50,50);
}
.bpacksel{
  border-bottom:1px solid rgb(50,50,50);
  border-left:1px solid rgb(50,50,50);
  border-right:1px solid rgb(50,50,50);
}
.inandout{
  opacity: 1;
  -webkit-animation: fadeinout 4s linear infinite;
  animation: fadeinout 4s linear infinite;
}
@-webkit-keyframes fadeinout {
  50% { opacity: 0.5; }
}
@keyframes fadeinout {
  50% { opacity: 0.5; }
}
.inandoutblack{
  animation-name: color_change;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
@-webkit-keyframes color_change {
	from { background-color: rgb(0,0,0); }
	to { background-color: rgb(20,20,20); }
}
.pointer{
  cursor:pointer !important;
}
.text{
  cursor:text;
}
.ui-wrapper{
    overflow:visible !important;
}
#historyforward{
  opacity:0.1;
}
#historyback{
  opacity:0.1;
}
.dir{
  position:relative;
  /*
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
  */
  height:12px;
  opacity:0.2;
  margin:2px;
}
.dir:hover{
  opacity:0.5;
}
.pastcolour{
    width:15px;
    height:15px;
    border:1px solid rgb(30,30,30);
    margin: 1px;
    display: inline-block;
}
.pastcolour:hover{
    border:1px solid rgb(70,70,70);
    cursor: pointer;
}
.nomarg{
  margin:0px;
}
.margminus5left{
  margin-left: -5px;
}
.nopad{
  padding:0px;
}
.shape_icon{
    width:30px;
    height:30px;
}
.shape_icon:hover{
    cursor:pointer;
}

.crosshair{
    cursor:crosshair;
}
.imageset{

}
.designset{
    display:none;
}
form{
 margin:0px; padding:0px;;
}
.layerset{
    display:none;
    position:absolute;
    left:0;
    top:60px;
    width:100%;
    height:calc(100% - 40px);
    overflow-y: scroll;
}
.layers{
    margin-bottom:10px;
    margin-top:10px;
    position: relative;
    left:0;
    width:100%;
}
/*
.setimage{
    border: 1px solid rgb(100,100,100);
    border-right:0px;
    display: inline;
    padding:3px;
    padding-left:8px;
    padding-right:8px;
    padding-bottom:4px;
    margin-right: -5px;
    border-top-left-radius:6px;
    border-bottom-left-radius:6px;
}
.setdesign{
    border: 1px solid rgb(100,100,100);
    display: inline;
    padding:3px;
    padding-left:8px;
    padding-right:8px;
    padding-bottom:4px;
}
.setlayer{
    border: 1px solid rgb(100,100,100);
    border-left:0px;
    display: inline;
    padding:3px;
    padding-left:8px;
    padding-right:8px;
    padding-bottom:4px;
    margin-left: -5px;
    border-top-right-radius:6px;
    border-bottom-right-radius:6px;
}
*/

.settingsfoot{
    position:absolute;
    left:0px;
    top:calc(95% - 13px);
    width:100%;
    background-color: rgb(20,20,20);
    color: rgb(140,140,140);
    border:0px;
    height:40px;
    font-size: 13pt;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    outline: none;
}

.settingscon{
    position:relative;
    width:calc(100% - 2px);
    height:calc(100% - 78px);
    max-height:calc(100% - 78px);
    margin-top:25px;
    border-left:1px solid rgb(20,20,20);
    border-right:1px solid rgb(20,20,20);
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
}
.settingascon::-webkit-scrollbar {
  display: none;
}
.settingsscroller{
    overflow-y: scroll;
    max-height: calc(100% - 300px);
}
.rangetool{
    position:relative;
    top:7px;
    opacity:0.3;
    height:20px;
    width:20px;
}
.select{
    opacity:0.7;
}
.rangeleft{
    width:30px;
    padding-left:5px;
    padding-top:2px;
}
.rangecenter{
    flex-grow:100;
    height:30px;
}
.rangeright{
    padding-top:3px;
    padding-right:3px;
    width:32px;
}
.rangecon{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.settingheader{
    position:relative;
    z-index:100;
    width:100%;
    height:20px;
    background-color: rgb(10,10,10);
    border-bottom:1px solid rgb(10,10,10);
    color: rgb(140,140,140) !important;
}
.settinglayer{
    position:absolute;
    top:350px;
    z-index:100;
    width:100%;
    height:20px;
    background-color: rgb(10,10,10);
    border-bottom:1px solid rgb(10,10,10);
    color: rgb(140,140,140) !important;
}
.setproject{
    position:relative;
    height:30px;
    z-index:1;
    background-color: black;
    overflow:hidden;
}
.arrow{
    position:absolute;
    right:5px;
    top:5px;
    height:10px;
    opacity:0.3;
}
.overviewarrow{
    position:absolute;
    right:10px;
    top:8px;
    margin-top:2px;
    height:16px;
    opacity:0.3;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.overviewarrow:hover{
    cursor: pointer;
}
.overview{
    position: absolute;
    right:40px;
    line-height: 34px;
    padding-top:2px;
}
.selcnt{
  position: absolute;
  padding-top: 2px;
  line-height: 34px;
  margin-left: 10px;
  width: 30px;
  text-align: center;
}
.overview:hover{
    cursor: pointer;
}
.setheader{
    position:relative;
    height:30px;
    z-index:1;
    background-color: black;
    overflow:hidden;
}
.setfooter{
    position:relative;
    height:30px;
    z-index:1;
    background-color: black;
    overflow:hidden;
}
.bgtoolcon{
    margin-top:10px;
}
.setlogo{
    position:relative;
    /*height:420px;*/
    height:38px;
    z-index:1;
    background-color: black;
    overflow:hidden;
    /*border-top: 1px solid rgb(10,10,10);*/
}
.logoupload{
    background-color: rgb(5,5,5);
    border:0px;
    /*border-bottom:1px solid rgb(30,30,30);*/
    height:40px;
    width:100%;
    color:rgb(100,100,100);
    font-size:10pt;
    margin-bottom:5px;
}
.fontupload{
    background-color: rgb(5,5,5);
    border:0px;
    /*border-bottom:1px solid rgb(30,30,30);*/
    height:40px;
    width:100%;
    color:rgb(100,100,100);
    font-size:10pt;
    outline: none;
}
.logoupload:focus{
    outline:0;
}
.logovalue{
    position:relative;
    font-size:10pt;
    text-align: center;
}
.colorise{
    filter: hue-rotate(180deg);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  text-align: center;
  background-color: black;
  color: rgb(70,70,70);
  font-size:9pt;
  width:40px;
  border:0px;
  border-bottom:1px solid rgb(30,30,30);
}
input[type=number]:focus {
    outline: none;
}
.viewlogo{
    position:absolute;
    opacity: 1;
    z-index: 1000;
    width:auto;
}
.logo{
    position:absolute;
    opacity: 1;
    z-index: 1000;
    width:auto;
}
.logotool{
    opacity:0.3;
}
.logotool:hover{
    opacity:0.7;
}
.logocircle{
    position:absolute;
}
.logothumbcircle{
    position:absolute;
}
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin-bottom: 13.8px;
  margin-top:5px;
  background: #000000;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 90%;
  height: 6px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 0px #0d0d0d;
  background: rgb(10,10,10);
  /*border-radius: 1.3px;*/
  border: 1px solid rgb(20,20,20);

}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 0px #0d0d0d;
  border: 1px solid rgb(20,20,20);
  height: 20px;
  width: 6px;
  border-radius: 3px;
  background: rgb(50,50,50);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #000000;
}
input[type=range]::-moz-range-track {
  width: 90%;
  height: 6px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 0px #0d0d0d;
  background: rgb(10,10,10);
  border-radius: 1.3px;
  border: 1px solid rgb(20,20,20);
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 0px #0d0d0d;
  border: 1px solid rgb(20,20,20);
  height: 20px;
  width: 6px;
  border-radius: 3px;
  background: rgb(30,30,30);
  cursor: pointer;
  margin-top: -8px;
}
input[type=range]::-ms-track {
  width: 90%;
  height: 4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #000000;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #000000;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 0px #0d0d0d;
  border: 1px solid rgb(40,40,40);
  height: 20px;
  width: 10px;
  border-radius: 3px;
  background: rgb(30,30,30);
  cursor: pointer;
  height: 8.4px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #000000;
}
input[type=range]:focus::-ms-fill-upper {
  background: #000000;
}
.setpreset{
    position:relative;
    height:30px;
    z-index:1;
    background-color: black;
    overflow:hidden;
}
.setpage{
    position:relative;
    height:120px;
    padding-top:5px;
    z-index:2;
    background-color: black;
    overflow:hidden;
}
.setposshape{
    position:relative;
    height:170px;
    padding-top:5px;
    z-index:2;
    background-color: black;
    overflow:hidden;
}
.setpos{
    height:190px;
    position:relative;
    z-index:2;
    background-color: black;
    overflow:hidden;
}
.tools{

}
.setposcrop{
    position:relative;
    z-index:2;
    background-color: black;
    overflow:hidden;
}
.setposresize{
    position:relative;
    z-index:2;
    background-color: black;
    overflow:hidden;
}
.setfont{
    height:39px;
    position:relative;
    z-index:2;
    background-color: black;
    overflow:hidden;
}
.setfontstyle{
    height:100px;
    position:relative;
    z-index:2;
    background-color: black;
    overflow:hidden;
}
.setfontpos{
    height:70px;
    position:relative;
    z-index:2;
    background-color: black;
    overflow:hidden;
}
.setratio{
    position:relative;
    height:39px;
    z-index:3;
    background-color: black;
    overflow:hidden;
}
#ratioholder{

}
#ratiochosen{
    position:relative;
    top:0px;
    border-bottom:1px solid rgb(30,30,30);
    height:40px;
    line-height: 35px;
}
.setcolour{
    position:relative;
    height:39px;
    z-index:4;
    background-color: black;
    float:center;
    overflow:hidden;
}
.setcolourshape{
    position:relative;
    height:39px;
    z-index:4;
    background-color: black;
    float:center;
    overflow:hidden;
}
.setcolourtext{
    position:relative;
    height:39px;
    z-index:4;
    background-color: black;
    float:center;
    overflow:hidden;
}
.colourwheel{
    position:relative;
}
.colourlogo{
    position:relative;
}
.center{
    margin-top:7px;
    -webkit-box-align:center;
    -webkit-box-pack:center;
    display:-webkit-box;
}
.textcenter{
  text-align:center;
}
.tutimg{
  width:100%;
}
.vertbot{
  vertical-align:bottom;
}
.setcenter{
    left:50%;
    transform: translate(-50%);
    text-align:center;
}
.setleft{
    left:0%;
    transform: translate(0%);
    text-align:left;
}
.setright{
    left:100%;
    transform: translate(-100%);
    text-align:right;
}
.setlayer{
    position:absolute;
    width:100%;
    top:370px;
    z-index:5;
    background-color: black;
    border-bottom:1px solid black;
    height:auto;
    overflow-y: hidden;
}
.clicknone{
    pointer-events:none;
}
.blocker{
    width:100%;
    flex: 1;
    flex-basis: auto;
    display: flex;
    flex-direction: column;
    background-color: black;
    z-index:6;
}
.setlayer, .setcolour, .setfontstyle, .setfontpos, .setcolourshape, .setcolourtext, .setpreset, .setpage, .setposshape, .setpos, .tools, .setproject, .setratio, .setfont, .arrow, .setlogo, .setheader, .setfooter, .texttoolcon, .overviewarrow, .floating-menu, .project-slider, .portthumb{
  transition: all 0.5s;
  -moz-transition: all 0.5s; /* Firefox 4 */
  -webkit-transition: all 0.5s; /* Safari and Chrome */
  -o-transition: all 0.5s; /* Opera */
}
.toolcon{
    position:absolute;
    right:25%;
    top:35px;
    width:45px;
    height:218px;
    padding-top:5px;
    background-color: rgb(20,20,20);
    padding-left:9px;
    padding-right:8px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.texttoolcon{
    position:absolute;
    right:25%;
    bottom:227px;
    width:35px;
    height:110px;
    padding-top:10px;
    background-color: rgb(20,20,20);
    padding-left:7px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display:none;
    opacity:0;
}
.textcursor{
    cursor:text;
}
.confont{
    margin:6px;
}
.colhov:hover{
  opacity:1 !important;
  cursor: pointer;
}
.autoholdsearch{
  background-color: transparent;
  position:relative;
  height:34px;
  width:calc(100% - 0px) !important;
  max-width:calc(50vw - 95px) !important;
  border:1px solid rgb(50,50,50);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: block;
  color: white !important;
  vertical-align: middle;
  text-align: left;
  margin-right: -20px;
  margin-top: 4px;
  margin-bottom: 6px;
  float:left;
  overflow:scroll;
  overflow-y: hidden;
  overflow-x:scroll;
  font-size: 0pt;
  word-spacing: 0px;
  letter-spacing: 0px;
  border-radius: 1px;
  line-height: 18pt;
  white-space: nowrap;
}
.bgblack{
  background-color: black !important;
}
.maxw400{
  max-width:400px;
}
.w450{
  width:450px !important;
}
.w550{
  width:550px !important;
}
.bg10{
  background-color: rgb(10,10,10) !important;
}
.bg15{
  background-color: rgb(15,15,15) !important;
}
.bg20{
  background-color: rgb(20,20,20) !important;
}
.br30{
  border:1px solid rgb(30,30,30) !important;
}
.col100{
  color:rgb(100,100,100) !important;
  font-family: quicksandlight;
}
.col80{
  color:rgb(80,80,80) !important;
  font-family: quicksandlight;
}
.col60{
  color:rgb(60,60,60) !important;
  font-family: quicksandlight;
}
.col80{
  color:rgb(80,80,80) !important;
  font-family: quicksandlight;
}
.col100{
  color:rgb(100,100,100) !important;
  font-family: quicksandlight;
}
.noclip{
  background-clip: none !important;
}
.t50100{
  position: absolute;
  top:calc(50% - 100px);
}
.autoholdedit{
  background-color: transparent;
  position:relative;
  height:68px;
  width:calc(100% - 0px) !important;
  max-width:calc(50vw - 95px) !important;
  border:1px solid rgb(50,50,50);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: block;
  color: white !important;
  vertical-align: middle;
  text-align: left;
  margin-right: -20px;
  margin-top:4px;
  margin-bottom:6px;
  overflow-y:scroll;
  overflow-x:hidden;
  padding-top:3px;
  font-size: 0;
  word-spacing: 0px;
  letter-spacing: 0px;
  border-radius: 1px;
  line-height: 18pt;
}
.h400{
  height:400px;
}
.h50{
  height:50px;
}
.h100{
  height:100px;
}
.h40{
  height:40px;
}
.h30{
  height:30px;
}
.wid60{
  width:60px;
}
.h100perc{
  height:100%;
}
.highlight:hover{

}
.texttool{
    font-size: 20pt;
    opacity:0.5;
    text-align: center;
}
.texttool:hover{
    opacity:0.9;
    cursor: pointer;
}
.text:hover{
    cursor:text;
}
.italmarg{
    margin-right:3px;
}
.setimage:hover{
    cursor:pointer;
}
.setdesign:hover{
    cursor:pointer;
}
.setlayer:hover{
    cursor:pointer;
}
.layercon{
    width:100%;
    float: left;
    /*display: inline;*/
    /*display: inline-flex;*/
    /*flex-wrap: wrap;*/
    /*align-content: space-between;*/
}
.layerconcon{
    width:100%;
    display: inline-flex;
    margin-top:-1px;
}
.see{
    height:20px;
    opacity: 0.3;
}
.layer{
    /*
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    */
    flex: 100;
    height:40px;
    padding-top:10px;
    border: 1px solid rgb(30,30,30);
    /* NEEDS WORK - not changing to italic  */
    font-style:"italic";

}
.layertext{
    min-width: 0;

    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;

}
.backlayer{
    flex-grow: 100;
    height:40px;
    padding-top:10px;
    border-top: 1px solid rgb(30,30,30);
}
.shapelayer{
    flex-grow: 100;
    height:40px;
    padding-top:10px;
    border: 1px solid rgb(30,30,30);
}
.layer:hover{
    cursor:pointer;
}
.tool{
    margin-top:5px;
    opacity:0.2;
}
.tool:hover{
    opacity:0.5;
}
.full{
    opacity:0.5;
}
.seelayer{
    width:40px;
    height:40px;
    padding-top:10px;
    border: 1px solid rgb(30,30,30);
    border-right:0px;
    border-left:0px;
    /*
    position:absolute;
    left:calc(100% - 40px);
    */
}
.seelayer:hover{
    cursor:pointer;
}
.laypreview{
    width:40px;
    border: 1px solid rgb(30,30,30);
    border-right:0px;
    border-left:0px;
}

.hidden{
    display:none;
}
.height0{
    height:0px !important;
}
.hiddenzero{
    opacity:0;
    display:none;
}
::-moz-selection { background: rgba(30,30,30,0.8); }
::selection { background: rgba(30,30,30,0.8); }


/* address for testing */

/* USE THIS for allowing users to add their own fonts
@font-face {
  font-family: myFirstFont;
  src: url(sansation_light.woff);
}
*/

/************** agency autocomplete css    ********/
* { box-sizing: border-box; }
body{
  font: 16px;
}
.autocomplete {
  /*the container must be positioned relative:*/
  position: absolute;
  display: inline-block;
}
/*
input{
  border: 1px solid transparent;
  background-color: rgb(10,10,10);
  padding: 10px;
  font-size: 16px;
}
input[type=text]{
  background-color: rgb(10,10,10);
  font-family:quicksandlight;
  text-align: center;
  width: 100%;
}
*/

input[type=submit]{
  background-color: rgb(10,10,10);
  color: rgb(120,120,120);
}
.autocomplete-items{
  position: absolute;
  border: 1px solid rgb(30,30,30);
  border-bottom: none;
  border-top: none;
  z-index: 99;
  width:300px;
  /*position the autocomplete items to be the same width as the container:*/
  top: 43px;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: black;
  border-bottom: 1px solid rgb(30,30,30);
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: rgb(10,10,10);
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: rgb(10,10,10) !important;
  color: #ffffff;
}

.keys{
  font-family: quicksandlight !important;
}

.analcon{
  width:100%;
  height: 30px;

  /*display: flex;
  flex-direction: row;*/
}

.analbutton{
  display:relative;
  text-align: center;
  padding-top: 4px;
  float:left;
  border: 1px solid rgb(100,100,100);
  border-radius: 2px;
  width:calc(25% - 10px);
  height:30px;
  margin:5px;
  /*
  align-content:center;
  align:center;
  justify-content: center;
  */

}
.analbutton:hover{
  cursor:pointer;
}
.analres{
  position:relative;
  border:1px solid rgb(100,100,100);
  border-radius:2px;
  width:calc(20% - 10px);
  height:125px;
  float:left;
  margin: 2px;
  padding:2px;
  padding-top:0px;
  margin:4px;
}
.analressimp{
  position:relative;
  border:1px solid rgb(100,100,100);
  border-radius:2px;
  width:calc(20% - 10px);
  height:27px;
  float:left;
  margin: 2px;
  padding:2px;
  padding-top:0px;
  margin:4px;
}
.reswordsimp{
  padding-top:2px;
  float:left;
  position:relative;
  width:80%;
  border-right:1px solid rgb(100,100,100);
  height:25px;
  text-align: center;
  background-color: rgb(20,20,20);
  white-space: nowrap;
  overflow-x: hidden;
}
.resnumsimp{
  padding-top:3px;
  text-align: center;
  position:relative;
  float:right;
  width:20%;
  height:25px;
}
.resword{
  padding-top:2px;
  float:left;
  position:relative;
  width:80%;
  border-right:1px solid rgb(100,100,100);
  border-bottom:1px solid rgb(100,100,100);
  height:25px;
  text-align: center;
  background-color: rgb(20,20,20);
  white-space: nowrap;
  overflow-x: hidden;
}
.resnum{
  padding-top:3px;
  border-bottom:1px solid rgb(100,100,100);
  text-align: center;
  position:relative;
  float:right;
  width:20%;
  height:25px;
}
.resmean{
  text-align: center;
  float: right;
  width: 66%;
  border-left: 1px solid rgb(100,100,100);
  border-bottom: 1px solid rgb(100,100,100);
}
.resmed{
  text-align: center;
  float: right;
  width: 66%;
  border-left: 1px solid rgb(100,100,100);
  border-bottom: 1px solid rgb(100,100,100);
}
.resmin{
  text-align: center;
  float: right;
  width: 66%;
  border-left: 1px solid rgb(100,100,100);
  border-bottom: 1px solid rgb(100,100,100);
}
.resmax{
  text-align: center;
  float: right;
  width: 66%;
  border-left: 1px solid rgb(100,100,100);
  border-bottom: 1px solid rgb(100,100,100);
}
.resran{
  text-align: center;
  float: right;
  width: 66%;
  border-left: 1px solid rgb(100,100,100);
}
.analtxt{
  text-align: center;
  float: left;
  width: 33%;

}

/**********************************/

@font-face {
    font-family: 'quicksandbold_oblique';
    src: url('https://lunararchives.ai/css/font/quicksand_bold_oblique-webfont.woff2') format('woff2'),
         url('https://lunararchives.ai/css/font/quicksand_bold_oblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'quicksandbold';
    src: url('https://lunararchives.ai/css/font/quicksand_bold-webfont.woff2') format('woff2'),
         url('https://lunararchives.ai/css/font/quicksand_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'quicksandbook_oblique';
    src: url('https://lunararchives.ai/css/font/quicksand_book_oblique-webfont.woff2') format('woff2'),
         url('https://lunararchives.ai/css/font/quicksand_book_oblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'quicksandbook';
    src: url('https://lunararchives.ai/css/font/quicksand_book-webfont.woff2') format('woff2'),
         url('https://lunararchives.ai/css/font/quicksand_book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'quicksanddash';
    src: url('https://lunararchives.ai/css/font/quicksand_dash-webfont.woff2') format('woff2'),
         url('https://lunararchives.ai/css/font/quicksand_dash-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'quicksandlight_oblique';
    src: url('https://lunararchives.ai/css/font/quicksand_light_oblique-webfont.woff2') format('woff2'),
         url('https://lunararchives.ai/css/font/quicksand_light_oblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'quicksandlight';
    src: url('https://lunararchives.ai/css/font/quicksand_light-webfont.woff2') format('woff2'),
         url('https://lunararchives.ai/css/font/quicksand_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* change address for production
@font-face {
    font-family: 'quicksandbold_oblique';
    src: url('https://crossoverproductions.co.uk/css/font/quicksand_bold_oblique-webfont.woff2') format('woff2'),
         url('https://crossoverproductions.co.uk/css/font/quicksand_bold_oblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'quicksandbold';
    src: url('https://crossoverproductions.co.uk/css/font/quicksand_bold-webfont.woff2') format('woff2'),
         url('https://crossoverproductions.co.uk/css/font/quicksand_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'quicksandbook_oblique';
    src: url('https://crossoverproductions.co.uk/css/font/quicksand_book_oblique-webfont.woff2') format('woff2'),
         url('https://crossoverproductions.co.uk/css/font/quicksand_book_oblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'quicksandbook';
    src: url('https://crossoverproductions.co.uk/css/font/quicksand_book-webfont.woff2') format('woff2'),
         url('https://crossoverproductions.co.uk/css/font/quicksand_book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'quicksanddash';
    src: url('https://crossoverproductions.co.uk/css/font/quicksand_dash-webfont.woff2') format('woff2'),
         url('https://crossoverproductions.co.uk/css/font/quicksand_dash-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'quicksandlight_oblique';
    src: url('https://crossoverproductions.co.uk/css/font/quicksand_light_oblique-webfont.woff2') format('woff2'),
         url('https://crossoverproductions.co.uk/css/font/quicksand_light_oblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'quicksandlight';
    src: url('https://crossoverproductions.co.uk/css/font/quicksand_light-webfont.woff2') format('woff2'),
         url('https://crossoverproductions.co.uk/css/font/quicksand_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*?
