@charset "UTF-8";

.container {
  position: relative;
}

.bottom-left {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: black;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}

body {
  font-family: Arial, sans-serif;
  background-color: #f7faaf;
  color: black;
}

#highlight tr:hover {background-color: SlateGrey;}

table {
    border: 1px solid grey;
    border-collapse: collapse;
    padding: 5px;
    font-size: 120%;
    text-align: center;
    width: 100%;
}

table.search {
  background-color: MintCream;
  border: 1px solid black;
}

#login_table {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 5px;
    font-size: 120%;
    text-align: center;
    width: 700px;
}

 th {
	border: 2px solid grey;
	border-collapse: collapse;
	padding: 5px;
	font-size: 120%;
	text-align: center;
}

td {
	border: 2px solid grey;
	border-collapse: collapse;
	padding: 5px;
	font-size: 120%;
	text-align: center;
}

#myiframe {
  width:48%;
  height:100%;
}

select{
	text-align-last:center;
	direction: ltr;
	width: 100%;
	font-size : 20px;
	font-family: Arial, sans-serif;
	width: 98%;
}

input[type=text] {
	font-size: 20px;
	width: 48%;
	font-family: Arial, sans-serif;
}

textarea {
	font-size: 20px;
	width: 98%;
	font-family: Arial, sans-serif;
}

button {
	background-color: #c2c2c2;
	border: 1px solid black;
	color: black;
	padding: 1px 5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 0px;
	margin-left: 0px;
	cursor: pointer;
	border-radius: 4px;
	font-family: Arial, sans-serif;
  width: 50%;
}

#button {
	background-color: #c2c2c2;
	border: 1px solid black;
	color: black;
	padding: 1px 5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 0px;
	margin-left: 0px;
	cursor: pointer;
	border-radius: 4px;
	font-family: Arial, sans-serif;
  width: 50%;
}

input[type=submit]{
	background-color: #c2c2c2;
	border: 1px solid black;
	color: black;
	padding: 1px 5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 0px;
	margin-left: 0px;
	cursor: pointer;
	border-radius: 4px;
	font-family: Arial, sans-serif;
  width: 50%;
}

input[type=file]{
	background-color: #c2c2c2;
	border: 1px solid black;
	color: black;
	padding: 1px 5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 0px;
	margin-left: 0px;
	cursor: pointer;
	border-radius: 4px;
	font-family: Arial, sans-serif;
  width: 50%;
}

.WObutton {
	background-color: #c2c2c2;
	border: 1px solid black;
	color: black;
	padding: 1px 5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 0px;
	margin-left: 0px;
	cursor: pointer;
	border-radius: 4px;
	font-family: Arial, sans-serif;
  width: 50%;
}

#URLDisplay {
width: 90%;
}

canvas{
  border: 2px solid black;
}

/* Dropdown Button */
.dropbtn {
  border-radius: 4px;
  border: 1px solid black;
  background-color: #04AA6D;
  color: black;
  padding: 10px;
  font-size: 16px;
  min-width: 50px;
  max-height: 40px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  border: 3px solid black;
  display: none;
  position: absolute;
  right: 0;
  background-color: grey;
  min-width: 224px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.search-slide-right {
  display: none;
  position: relative;
}

.sms {
  display: none;
  width:100%;
}

.dropdown-content a {
  color: black;
  padding: 2px 2px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.ddbut:hover {background-color: green;}
.button:hover {background-color: green;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: green;}

.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip-left {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  min-width: 400px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 2px 2px;
  font-size: 16px;

  /* Position the tooltip */
  position: absolute;
  left: 105%;
  z-index: 1;
}

.tooltip-left .tooltiptext-left {
  visibility: hidden;
  min-width: 400px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 2px 2px;
  font-size: 16px;

  /* Position the tooltip */
  position: absolute;
  left: -50px;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip-left:hover .tooltiptext-left {
  visibility: visible;
}
