html,body
{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #ffffff;
  font-family: Paytone One;
  overflow: auto;
}

a
{
    color: #006400 !important;
    text-decoration: none;
}

a:hover
{
    color: #4497e5 !important;
    text-decoration: none;
}

label
{
    font-weight: bold;
    margin-bottom: 10px;
    color: #4497e5;
}

tfoot { background-color: lightgrey; }

thead > tr:nth-child(1)
{
    background-color: #3678b7;
    color: white !important;
}

ul
{
  list-style: none; /* Remove default bullets */
}

ul li:not(.paginate_button)::before
{
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #4497e5;
  font-weight: bold;
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

hr
{
    margin-top: 10rem;
}

datalist
{
    display: flex;
    justify-content: space-between;
    color: red;
    width: 50%;
}

.table-background
{
    background: #ffffff77;
    border-color: #3678b7;
    border-width: 5px;
    border-style: solid;
    border-top-width: 15px;
    border-radius: 10px;
}

.graphs-background
{
    background: #ffffffdd;
    border-color: #3678b7;
    border-width: 5px;
    border-style: solid;
    border-top-width: 15px;
    border-radius: 10px;
}

.black-transparent-background
{
    background: #00000077;
    border-radius: 20px;
    padding: 5px;
    color: white !important;
}

#drop_zone
{
    height: 200px;
    border: 5px #cc0000;
    border-style: solid;
    border-radius: 5px;
    color: white;
    background: linear-gradient(0deg, rgba(68,151,229,1) 50%, rgba(54,120,183,1) 100%);
    cursor: pointer;
}

.pers-bg-color-white { background-color: white !important; }
.pers-bg-color-blue { background-color: #12283d !important; }
.pers-bg-color-lightblue { background-color: #3678b7 !important; }
.pers-bg-color-lighterblue { background-color: #4497e5 !important; }
.pers-bg-color-lighterblue2 { background-color: #80b3e4 !important; }
.pers-bg-color-lighterblue5 { background-color: #dae5ef !important; }
.pers-bg-color-light-green { background-color: #0ef51f !important; }
.pers-bg-color-green { background-color: #00ad0d !important; }
.pers-bg-color-dark-green { background-color: #006400 !important; }
.pers-bg-color-red { background-color: #cc0000 !important; }
.pers-bg-color-bronze { background-color: #cd7f32 !important; }
.pers-bg-color-silver { background-color: silver !important; }
.pers-bg-color-gold { background-color: goldenrod !important; }
.pers-bg-color-lightgrey { background-color: lightgrey !important; }

.pers-text-shadow-black { text-shadow: 2px 1px 1px black;}

.pers-text-color-blue { color: #12283d !important; }
.pers-text-color-lightblue { color: #3678b7 !important; }
.pers-text-color-lighterblue { color: #4497e5 !important; }
.pers-text-color-lighterblue2 { color: #80b3e4 !important; }
.pers-text-color-light-green { color: #0ef51f !important;}
.pers-text-color-green { color: #00ad0d !important;}
.pers-text-color-dark-green { color: #006400 !important;}
.pers-text-color-gold { color: gold !important;}
.pers-text-color-goldenrod { color: goldenrod !important;}
.pers-text-color-red { color: darkred !important;}
.pers-text-color-bronze { color: #cd7f32 !important;}
.pers-text-color-silver { color: silver !important;}

.pers-font-size-1-vh { font-size: 1vh !important; }
.pers-font-size-1p5-vh { font-size: 1.5vh !important; }
.pers-font-size-1p75-vh { font-size: 1.75vh !important; }
.pers-font-size-2-vh { font-size: 2vh !important; }
.pers-font-size-2p5-vh { font-size: 2.5vh !important; }
.pers-font-size-3-vh { font-size: 3vh !important; }
.pers-font-size-4-vh { font-size: 4vh !important; }
.pers-font-size-5-vh { font-size: 5vh !important; }
.pers-font-size-6-vh { font-size: 6vh !important; }
.pers-font-size-7-vh { font-size: 7vh !important; }
.pers-font-size-8-vh { font-size: 8vh !important; }
.pers-font-size-9-vh { font-size: 9vh !important; }
.pers-font-size-10-vh { font-size: 10vh !important; }
.pers-font-size-11-vh { font-size: 11vh !important; }
.pers-font-size-12-vh { font-size: 12vh !important; }

.pers-col-12 { width: 100%; }
.pers-col-6 { width: 50%; }
.pers-col-4 { width: 33.3333%; }
.pers-col-3 { width: 25%; }
.pers-col-2 { width: 16.6666%; }
.pers-col-1 { width: 8.8888%; }

.pers-border-radius-3 { border-radius: 3px !important; }
.pers-border-radius-5 { border-radius: 5px !important; }
.pers-border-radius-10 { border-radius: 10px !important; }

.pers-zoom_1p1 { zoom: 1.1; }
.pers-zoom_1p2 { zoom: 1.2; }
.pers-zoom_1p3 { zoom: 1.3; }
.pers-zoom_1p4 { zoom: 1.4; }
.pers-zoom_1p5 { zoom: 1.5; }
.pers-zoom_1p6 { zoom: 1.6; }
.pers-zoom_1p7 { zoom: 1.7; }
.pers-zoom_1p8 { zoom: 1.8; }
.pers-zoom_1p9 { zoom: 1.9; }
.pers-zoom_2 { zoom: 2; }

.pers-progress-planet
{
    width: 15vw;
    height: 15vw;
}

.pers-progress-shuttle, #pers-shuttle-flames-icon
{
    position: absolute;
    width: 6vw;
    height: 12vw;
    transform: rotate(90deg);
}

.pers-table-title
{ 
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-width: 0px !important;
}

.pers-table-row-no-border { border-style: hidden !important; }

table.pers-table-line-height-3 > tbody > tr { line-height: 3; }

.pers-cursor-pointer { cursor: pointer; }

.table-responsive
{
    padding: 5px;
}

.pers-background-image
{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: auto;
    height: 80vh;
    border-style: solid;
    border-color: black;
    border-width: 1vh;
}

.pers-title-home-row
{
    background: linear-gradient(#3678b7, #80b3e4);
}

.pers-title-home-wrapper
{
    text-align: center;
    color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
}

.pers-logo-img
{
    width: auto;
    height: 15vh;
}

.pers-zoom-hover
{
    display: inline-block;
    transition: transform 1s;
}

.pers-zoom-hover:hover
{
    transform: scale(1.2); 
}

.pers-main-content
{
    width: auto;
    min-height: 70vh;
}

.pers-edit-module
{
    background-color: #4497e5 !important;
    border-radius: 5px;
}

#termsAndPrivacyFlag
{
    zoom: 1.2;
    border-width: 2px;
    cursor: pointer;
}

.pers-column-lable-large
{
    color: #006400;
    font-size: 6vh !important;
    font-weight: bold;
}

.pers-column-lable
{
    color: #006400;
    font-size: 5vh !important;
    font-weight: bold;
}

.pers-column-lable-small
{
    color: #006400;
    font-size: 3vh !important;
    font-weight: bold;
}

.pers-form-field
{
    padding: 20px;
    text-align: center;
}

.pers-btn-xlarge
{
  text-decoration: none;
  border: 1px solid rgb(230, 230, 230);
  position: relative;
  overflow: hidden;
  min-width: 400px;
  color: white !important;
  font-size: 5vh;
}

.pers-btn-large
{
  text-decoration: none;
  border: 1px solid rgb(230, 230, 230);
  position: relative;
  overflow: hidden;
  min-width: 300px;
  color: white !important;
  font-size: 4vh;
}

.pers-btn
{
  text-decoration: none;
  border: 1px solid rgb(230, 230, 230);
  position: relative;
  overflow: hidden;
  min-width: 250px;
  color: white !important;
  font-size: 3vh;
}

.pers-btn-auto
{
  text-decoration: none;
  border: 1px solid rgb(230, 230, 230);
  position: relative;
  overflow: hidden;
  width: auto;
  max-width: 100%;
  color: white !important;
  font-size: 2vh;
}

.pers-btn-small
{
  text-decoration: none;
  border: 1px solid rgb(230, 230, 230);
  position: relative;
  overflow: hidden;
  width: 150px;
  max-width: 100%;
  color: white !important;
  font-size: 2vh;
}

.pers-btn-xsmall
{
  text-decoration: none;
  border: 1px solid rgb(230, 230, 230);
  position: relative;
  overflow: hidden;
  width: 120px;
  max-width: 100%;
  color: white !important;
  font-size: 2vh;
}

.pers-btn-square-small
{
  text-decoration: none;
  border: 1px solid rgb(230, 230, 230);
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 50px;
  color: white !important;
  font-size: 2vh;
}

.pers-btn:hover, .pers-btn-small:hover, .pers-btn-xsmall:hover, .pers-btn-square-small:hover, .pers-btn-large:hover, .pers-btn-xlarge:hover, .pers-transparent-button:hover
{
  box-shadow: 1px 1px 25px 10px rgba(230, 230, 230, 0.4);
}

.pers-btn:before, .pers-btn-small:before, .pers-btn-xsmall:before, .pers-btn-square-small:before, .pers-btn-large:before, .pers-btn-xlarge:before, .pers-transparent-button:before
{
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(230, 230, 230, 0.4),
    transparent
  );
  transition: all 650ms;
}

.pers-btn:hover:before, .pers-btn-small:hover:before, .pers-btn-xsmall:hover:before, .pers-btn-square-small:before, .pers-btn-large:hover:before, .pers-btn-xlarge:hover:before, .pers-transparent-button:before
{
  left: 100%;
}

.pers-transparent-button
{
    background-color: transparent !important;
    text-decoration: none;
    color: white;
    border: hidden;
    border-radius: 200px;
    cursor: pointer;
}

.pers-unselectable
{
    user-select: none;
    pointer-events: none;
}

.pers-pre-line { white-space: pre-line; }

.pers-full-height
{
    width: auto;
    height: 100%;
}

.pers-notify
{
    position: fixed;
    width: 80vw;
    height: auto;
    max-height: 80vh;
    top: 10vh;
    left: 10vw;
    color: white;
    background-color: #00000088;
    border-radius: 10px;
    z-index: 1;
}

.flipH
{
    transform: rotateY(180deg);
}

.pers-notify-title-height
{
    max-height: 10vh;
}

.pers-notify-body-height
{
    height: auto;
    max-height: 70vh;
}

.pers-notify-body-height-full
{
    height: 70vh;
    max-height: 70vh;
}

.pers-notify-in-left-fast
{
    animation-name: NotifyInLeftAnimation;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}

.pers-notify-in-left
{
    animation-name: NotifyInLeftAnimation;
    animation-duration: 5s;
    animation-fill-mode: forwards;
}

.pers-notify-in-left-slow
{
    animation-name: NotifyInLeftAnimation;
    animation-duration: 10s;
    animation-fill-mode: forwards;
}

.pers-notify-in-left-stay
{
    animation-name: NotifyInLeftStayAnimation;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.pers-notify-in-right-fast
{
    animation-name: NotifyInRightAnimation;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}

.pers-notify-in-right
{
    animation-name: NotifyInRightAnimation;
    animation-duration: 5s;
    animation-fill-mode: forwards;
}

.pers-notify-in-right-slow
{
    animation-name: NotifyInRightAnimation;
    animation-duration: 10s;
    animation-fill-mode: forwards;
}

.pers-notify-out
{
    animation-name: NotifyOutAnimation;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

#pers-buffering-icon-wrapper
{
    position: fixed;
    z-index: 2;
    top: calc(50vh - 40px);
    left: calc(50vw - 40px);
}

#pers-buffering-icon
{
    color: white;
    animation: spin 3s linear infinite;
}

.pers-loading-icon
{
    color: #006400;
    animation: spin 2s linear infinite;
}

@keyframes spin
{ 
    100%
    { 
        transform:rotate(360deg); 
    } 
}

@keyframes NotifyInLeftAnimation
{
    0%  { left: -100vw; }
    10% { left: 10vw; }
    90% { left: 10vw; }
    100% { left: 200vw; }
}

@keyframes NotifyInLeftStayAnimation
{
    0%  { left: -100vw; }
    100% { left: 10vw; }
}

@keyframes NotifyInRightAnimation
{
    0%  { left: 200vw; }
    10% { left: 10vw; }
    100% { left: 10vw; }
}

@keyframes NotifyOutAnimation
{
    0%  { left: 10vw; }
    100% { left: 200vw; }
}