/*
This file is Copyright (C) 2021 TecAssured, LLC

WARNING: Trespassers will be persecuted.

If you're seeing this, you probably shouldn't be. Go away.
*/
/*
    Created on : Dec 1, 2021, 10:50:15 AM
    Author     : torbaker
*/

 /* The Modal (background) */
.legalpop {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 15000; /* Sit on top */
  left: 10%;
  top: 10%;
  width: 80%; /* Full width */
  height: 60%; /* Full height */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: #ffffff; /* Black w/ opacity */
  border: 1px solid #888;
  overflow: auto;
}

/* Modal Content/Box */
.legalpop-content {
  background-color: #fefefe;
  margin: auto; /* 15% from the top and centered */
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  overflow: auto; /* Enable scroll if needed */
}

.legalpop-header {
  margin: auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  background-color: #5cb85c;
  color: white;
}
      
