/* Fonts */

@font-face {
  font-family: 'Segoe UI Regular';
  src: url('../fonts/Segoe%20UI.ttf') format('truetype');
}

@font-face {
  font-family: 'Segoe UI Bold';
  font-weight: bold;
  src: url('../fonts/Segoe%20UI%20Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Segoe UI Italic';
  font-style: italic;
  src: url('../fonts/Segoe%20UI%20Bold%20Italic.ttf') format('truetype');
}

@font-face {
  font-family: 'Segoe UI Bold Italic';
  font-weight: bold;
  font-style: italic;
  src: url('../fonts/Segoe%20UI%20Bold%20Italic.ttf') format('truetype');
}

@font-face {
  font-family: 'Segoe UI SemiLight';
  font-style: italic;
  src: url('../fonts/Segoe%20UI%20SemiLight.ttf') format('truetype');
}

@font-face {
  font-family: 'Segoe UI SemiLight Italic';
  font-style: italic;
  src: url('../fonts/Segoe%20UI%20SemiLight%20Italic.ttf') format('truetype');
}

body{
  background-color: black;
}
.hidden{
  display: none;
}
#bg-container {
  position: relative;
  top: 0px;
  left: 0px;
  margin: 0;
  width: 100vw;
  height: 100%;
  background: transparent url('../img/Login_Background.jpg') 0% 0% no-repeat padding-box;
  opacity: 1;
}
h1 {
  /* top: 151px; */
  /* left: 256px; */
  margin: 0 auto;
  width: 100%;
  /* height: 120px; */
  text-align: center;
  font: normal normal bold 50px/90px 'Segoe UI Bold', 'Arial', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}
#login-form label {
  color: #FFFFFF;
  font-weight: 300;
  margin-bottom: 10px;
}
#login-form input::placeholder{
  color: #B9B1B1;
  font: italic normal 200 17px/24px 'Segoe UI Semilight Italic', 'Arial', sans-serif;;
}
#login-mask {
  top: 0;
  left: 0;
  margin: 0;
  margin-top: 0;
  width: 100%;
  height: calc(100vh);
  background: rgba(0, 0, 0, 0.15);
  position: absolute; 
  z-index: 1; 
}
#selection-mask, #past-reports-mask {
  top: 0;
  left: 0;
  margin: 0;
  margin-top: 100px;
  width: 100%;
  height: calc(100vh - 100px);
  background: rgba(0, 0, 0, 0.15);
  position: absolute; 
  z-index: 1; 
}
#mask {
  top: 0;
  left: 0;
  margin: 0;
  margin-top: 100px;
  width: 100%;
  height: calc(100vh - 200px);
  background: rgba(0, 0, 0, 0.15);
  position: absolute; 
  z-index: 1; 
}
#form-container{
  position: relative; 
  z-index: 2; 
}
/* input ::placeholder{
  top: 386px;
  left: 522px;
  width: 243px;
  height: 47px;
  text-align:left;
  
  letter-spacing: 0px;
  color: #B9B1B1;
  opacity: 1;
} */
  
input{
  height: 56px;
  /* UI Properties */
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 10px;
  opacity: 1;
}
#past-report-page input{
  height: 40px;
  font-size: 2rem;
}
.btn text{
  top: 679px;
  left: 887px;
  width: 147px;
  height: 67px;
  text-align: left;
  font: normal normal bold 50px/67px Segoe UI;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}
.btn {
  /* Layout Properties */
  top: 682px;
  left: 798px;
  width: 325px;
  height: 64px;
  /* UI Properties */
  background: #000000 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 50px;
  opacity: 1;
}

/* Navbar */
#navbar, #footer {
  height: 100px;
  width: 100vw;
  margin: 0;
  background-color: black;
}
#navbar {
  position: fixed;
  top: 0;
}
#footer{
  position: fixed;
  bottom: 0;
}
#navbar li > a, 
#footer li > a {
  height: 100%;
  color: white;
  font-family: 'Segoe UI Bold', 'Arial', sans-serif;
  font-size: 2.5rem;
  text-decoration: none;
}
/* Navbar BGs */
#navbar.uav-bg, #navbar.sat-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}

#navbar.uav-bg {
  background-image: url('../img/UAV_Picture.jpg');
}
#navbar.sat-bg {
  background-image: url('../img/Satelite_Picture.jpg');
}

.uav-bg.mask, .sat-bg.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.20);
  z-index: 1;
  border: 1px solid transparent;
}
#navbar .navbar-link {
  z-index: 3;
}
/* Content */
#content {
  height: 100vh;
  background: transparent url('../img/wood-g6a58bc909_1920.jpg') 0% 0% no-repeat padding-box;
  background-size: cover;
  background-position: center;
}
#content h1,
#content p,
#navbar li a,
#footer li a {
  z-index: 999;
}

/* New Report */
#new_report{
  background-color: black;
  margin-top: 100px;
  height: calc(100vh - 200px);
}
#new_report .column{
  height: calc(100vh - 300px);
}
.report-btn {
  width:100%; 
  height:150px;
  font-size: 3rem;
  font-family: 'Segoe UI Bold', 'Arial', sans-serif;
}
#past-report-page .report-btn > div {
  /* TODO: Rethink this spacing */
  padding-top: 10px;
  font-size: 2rem;
}
#past-report-page .checkbox {
  font-size: 2rem;
  width: 2rem;
  margin-top: 20px;
  padding: 0;
  margin-bottom: 0;
  height: 40px;
  /* border: 1px solid white; */
  transform: scale(2);
}
#past-report-page .report-btn{
  height: calc(100vh/3 - 150px);
}
#new_report a {
  text-decoration: none;
  padding: 0;
}
.report-btn:hover{
  cursor: pointer;
}
#uavs-btn{
  background-image: url('../img/UAV_Picture.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#satellite-btn {
  background: url('../img/Satelite_Picture.jpg'); 
  background-size: cover; 
  background-repeat: no-repeat; 
  background-position: center right; 
}

#analytic-btn{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../img/Annotated_Map_Picture.jpg');
}
#report-btn{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../img/report-img.jpg');
}
.report-btn .checkbox {
  order: 1;
  margin-left: auto;
  /* margin-right: 1rem; */
  width: 3rem;
  height: 3rem;
  transform: scale(2);
}
.report-btn p {
  order: 2;
}
.report-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25); 
  z-index: -1; 
}
.report-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25); 
  z-index: -1; 
}
.report-btn{
  position: relative;
  z-index: 2;
}
/* TODO: create a conditional to set this bg as gray when disabled */
#analytic-btn .report-btn::before,
#report-btn .report-btn::before {
  background-color: rgba(128, 128, 128, 0.75) !important; 
}
/* Upload/download btns */
#upload-btn, #download-btn {
  background-color: gray;
  font-size: 2rem;
  font-family: 'Segoe UI Bold', 'Arial', sans-serif;
}
#upload-btn{
  cursor: unset;
}
/* UAV */
#uav-container {
  height: 100vh;
  background-color: black;
  background-size: cover;
  background-position: center;
}
#uav-container .card {
  background-color: #696666;
  color: #A19A9A;
  font-size: 2rem;
  font-family: 'Segoe UI Bold', 'Arial', sans-serif;
  height: calc(100vh - 450px);
  max-height: calc(100vh - 500px);
  overflow-y: auto;
}
#uav-container .card:hover{
  cursor: pointer;
}

/* Past Reports */

.caption{
  color: white;
  font-family: 'Segoe UI Bold', 'Arial', sans-serif;
}
#past-reports-container a{
  text-decoration: none;
}
#past-reports-container p{
  margin-top: 5px;
}
#past-reports-container img {
  height: 250px;
  width: 350px;
}
/* Past Report Single Page */
#past-report-page-mask{
  position: absolute;
  top:0;
  left:0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../img/Past_Reports_Background.jpg');
  z-index: -1;
  filter: blur(2px);
}
#past-report-container-mask{
  position: absolute;
  top:0;
  left:0;
  width: 100vw;
  margin-top: 100px;
  height: calc(100vh - 100px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: -1;
}
#past-report-page #annotated-uavs {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../img/UAV_Picture.jpg');
}
#past-report-page #annotated-satellites {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../img/Satelite_Picture.jpg');
}
#past-report-page #reports {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../img/report-img.jpg');
}
#page-report-page .report-btn {
  font-size: 2.5rem;
}
#annotated-uavs, 
#annotated-satellites, 
#reports {
  height: calc(100vh/3 - 150px);
  width: 60%;
} 

/* Toastify */
button[type="button"][aria-label="Close"] {
  background-color: green;
  margin-left: 5px;
  color: #919191;
}
