/*FONTS*/
@import url('http://fonts.cdnfonts.com/css/montserrat');
@import url('http://fonts.cdnfonts.com/css/lato');
/*END*/

html{
    font-family: 'Montserrat', sans-serif;
}
body{
    font-family: 'Montserrat', sans-serif;
    height: 100vh;
    width:100vw;
    background-image: url("/assets/bgimage.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#splashscreen{
    background-color: #008ea7;
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: 98;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
  }
  .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
    
    border-radius: 50%;
    border: 6px solid #008ea7;
    border-color: #008ea7 transparent #008ea7 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
  }
  @keyframes lds-dual-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  .loading-loop{
    position:fixed;
    width:100%;
    height:100%;
    z-index:99;
    top:0;
    left:0;
    background-color: rgba(0,0,0,0.5);
  }

  .card{
    padding:20px;
    background-color: #88098d;
    color:white;
    border-radius: 20px;
    cursor: pointer;
    transition: .7s;
    outline: 2px solid #008ea7;
  outline-offset: -10px;
  }
  .card:hover{
    transform: scale(1.05);
  }
  .card h2{
    width:fit-content;
    margin:auto;
    font-weight: bolder;
    text-align: center;
  }

  .card p{
    width:fit-content;
    margin:auto;
    font-weight: lighter;
    text-align: center;
  }

  h1{
    text-align: center;
    width:fit-content;
    margin:auto;
    font-weight: bolder;
    text-transform: uppercase;
  }

  hr{
    margin-bottom:3vh;
  }

  .special, .speciallog{
    background-color: #008ea7;
    height: 80vh;
    width:90vw;
    margin-top:5vh;
    border-radius: 20px;
    color:white;
    padding:40px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow-y: scroll;
  }

  .speciallog form{
    width:fit-content;
    margin:auto;
  }
  .speciallog form input{
    display:block;
    margin-bottom:20px;
    margin-left:auto;
    margin-right:auto;
  }
  .speciallog form label{
    display:block;
    
  }

  .dateform{
    width:fit-content;
    margin:auto;
    text-align: center;
  }

  .tree{
    cursor:pointer;
    width:fit-content;
    display:inline;
    padding:0;
    text-decoration: underline;
  }

  .gapper{
    gap: 20px;
  }

  .logout{
    position: absolute;
    top:5px;
    right:5px;
    background-color: red;
    color:white;
    font-weight: bolder;
    border:none;
    border-radius: 10px;
    padding: 5px;
    z-index: 1;
  }

  #formtitle{
    width:fit-content;
    text-align: center;
    margin:auto;
  }

  #mainformh input{
    display:block;
    margin-bottom: 20px;
  }
  #mainformh select{
    display:block;
    margin-bottom: 20px;
    border:none;
    background-color: white;
    border-radius: 10px;
  }
  option:checked{
    background-color: #0078d7 !important;
    font-weight: bolder;
  }

  #historyinsert, #historyinsert1{
    text-align: center;
    width:fit-content;
    margin:auto;
    font-weight: bolder;
    margin-bottom: 1vh;
  }

  .editstatus{
    width: fit-content;
    margin:auto;
    text-align: center;
    color: red;
  }

  .choiceholder{
    width:fit-content;
    height: fit-content;
    border:1px solid white;
    margin:auto;
    margin-bottom:1vh;
  }

  .choice{
    display:inline;
    border-right: 1px solid white;
    cursor: pointer;
  }
  .choice:hover{
    background-color: rgb(197, 197, 197);
  }

  .selected{
    background-color: gray !important;
  }

  .reportbutton{
    width: fit-content;
    border:none;
    border-radius: 20px;
    padding:10px;
    background-color: #88098d;
    color:white;
    margin-bottom:2vh;
  }
  .reportbutton:hover{
    background-color: #915c93;
  }

  #togglerange{
    margin:auto;
    width:fit-content;
    text-align: center;
    border:none;
    font-size: small;
    margin-top:0.5vh;
  }

  .exp-holder{
    border:1px solid white; 
    padding:0;
    float:right;
  }
  .exp-holder em{
    font-size: smaller;
    font-style: normal;
    font-weight: bolder;
    color:black;
    margin:0;
  }

  .refreshbutton{
    background-color: darkgreen;
    color:white;
    font-weight: bolder;
    border:none;
    border-radius:10px;
    padding-left:5px;
    padding-right:5px;
  }


  /* COPY PASTED CSS*/
  #myUL {
    list-style-type: none;
  }
  
  #myUL {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  
  #myUL li{
    list-style-type: none;
  }

  .caret {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
  }
  
  .caret::before {
    content: "\25B6";
    color: black;
    display: inline-block;
    margin-right: 6px;
  }
  
  .caret-down::before {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);  
  }
  
  .nested {
    display: none;
  }
  
  .active {
    display: block;
  }

  /* END */

  #reportOptions{
    margin-top:1vh;
  }

  .specialsubmit{
    display:block;
    margin:auto;
    border:none;
    margin-top:2vh;
    border-radius:20px;
    background-color: #88098d;
    color:white;
    font-weight: bolder;
    padding:10px;
  }

  .primelogo{
    display: block;
    height:10vh;
    width:auto;
    margin:auto;
    text-align: center;
    padding-top:1vh;
    z-index:3;
  }

  @media only screen and (max-width: 576px) {
    .primelogo {
      height:7vh;
    }
  }

  select{
    background-color: white;
  }
  input{
    background-color: white;
  }