@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
  
  
select {
  margin: 10px;
  width: 150px;
  padding: 5px 35px 5px 5px;
  font-size: 16px;
  border: 1px solid #CCC;
  font-family: 'Roboto';
  height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(favicon.ico) 96% / 15% no-repeat #EEE;
}	
	

	

  
  
  .modal {
	  font-family: 'Roboto';
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 900; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

  .modalFB {
	  font-family: 'Roboto';
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 900; /* Sit on top */
  padding-top: 110px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
	font-family:'Roboto',sans-serif;
	font-size: 15px;
  background-color: #4CAF50;
  color: white;
  padding: 16px 16px;
 border-radius: 1px;
 box-shadow:0 0 5px rgba(0,0,0,0.2);
 border: 0px solid rgba(0,0,0,0.3);
  cursor: pointer;
  opacity: none;
  position: fixed;
  top: 240px;
  right: 10px;
  width: 180px;
  z-index:1000;
  }
  
  .FBbutton {
	font-family:'Roboto',sans-serif;
	font-size: 15px;
  background-color: #0066ff;
  color: white;
  padding: 10px 10px;
 border-radius: 1px;
 box-shadow:0 0 5px rgba(0,0,0,0.2);
 border: 0px solid rgba(0,0,0,0.3);
  cursor: pointer;
  opacity: none;
  position: fixed;
  top: 320px;
  right: 10px;
  width: 180px;
  z-index:1000;
  }

/* The popup form - hidden by default */
.form-popup {
  display: none;
  font-family: 'Roboto';
  position: fixed;
 top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  border: 3px solid #f1f1f1;
  z-index:1000;

}

/* Add styles to the form container */
.form-container {
	font-family: 'Roboto';
  max-width: 300px;
  padding: 15px;
  background-color: white;
    position: fixed;
 top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password], .form-container input[type=email] {
  width: 100%;
  font-family: 'Roboto';
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus, .form-container input[type=email]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #4CAF50;
  font-family: 'Roboto';
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

.form-container .btnFB {
  background-color: #0066ff;
  font-family: 'Roboto';
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
	font-family: 'Roboto';
  background-color: red;
}

/* Add some hover effects to buttons */
.open-button:hover, .FBbutton:hover {
	font-family: 'Roboto';
  opacity: 1;
  background-color: white;
  color: black;
}

.form-container .btn:hover, .btnFB:hover{
	font-family: 'Roboto';
  opacity: 0.5;

}


.New
{
	position:absolute;
	top: 90px;
  right: 60;
  
  pointer-events:none;
	display:inline-block;
	width: 200px; /* Full width */
  height: 200px; /* Full height */
	z-index:2000;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:auto
}

.New2
{
	position:absolute;
	top: 340px;
  right: 40;
  
  pointer-events:none;
	display:inline-block;
	width: 200px; /* Full width */
  height: 200px; /* Full height */
	z-index:2000;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:auto
}


