@charset "UTF-8";
*{
    box-sizing: border-box;
	/*font-family: 'PT Serif Caption';*/	
}
/*
html,
body {
  margin: 0 auto;
}
*/
body {
  background-image: url('/assets/images/TheUnionStateSealLt.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 600px 600px;
  background-position: center;
}

@media (min-width: 45rem) {
  html,
  body {
    max-width: 50.75rem;
  }
}

@media (min-width: 55rem) {
  html,
  body {
    max-width: 78.75rem;
  }
}

.logo {
  display: flex;
  justify-content: center;
}

input {
  cursor: pointer;  
}

.titletop1 {
  display: flex;
  flex-direction: row;
  position: relative;
  top: 20px;
  width: 100%;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.container > div {
  border-radius: 6px;
  width: 100%;
  margin: 4px 4px 4px 4px;
  /*background-image: url("assets\images\ClarkCountySeal.jpg");*/
}

@media (min-width: 600px) {
  .container {
  	flex-flow: row wrap;
   	width: 100%; 
  }	
}

.btn {
  width: 280px; 
  height: 40px;
  background-color: #dbcba6;
  border-radius: 6px;
  text-align: center;
  font-size: 20px;
}

.btn:hover {
    background-color: #8a4c1c;
    color: white;
}

.btn-group-text {
  width: 300px;
  text-align: center;
  font-size: 20px;
}

.btn-group {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  font-size: 14px;
  padding: 10px 10px;
  justify-content: center;
  margin: 0 0 20px 0;	
}

.form-group {
  display: inline-block;
  padding: 6px 6px;
  Width: 300px;
  height: 80px;
  margin: 20px;	
  text-align: center;
  font-size: 40;
}

.datacontainer {
  display: flex;
  flex-direction: column;
}

.datacontainer > div {
  text-align: center;
  font-size: 22px;
}

.headercontainer {
  display: flex;
  position: relative;
  justify-content: center;
  width: 100%;
  font-size: 30px;
}

.maincontainer {
  display: flex;
  position: relative;
  justify-content: center;
  width: 100%;
  font-size: 20px;
}

.maincontainer > p {
  font-size: 40;
}

.highlights {
  display: flex;
  position: relative;
  border-radius: 10px;
  margin: 20px 0px 0px 100px ;	
}

.footercolor {
  display: flex;
  max-width: 100%;
  font-size: 16px;
  margin: 80px 10px 10px 10px;
}

.footercontainer {
  display: flex;
}

.footercontainer > div {
  border-radius: 6px;
  max-width: 100%;
}

@media (min-width: 600px) {
  .footercontainer {
	flex-flow: row wrap;
  	max-width: 100%;
}	
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: center;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-weight: bold;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab */
.subtab {
  display: none;
  position: relative;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.subtab button {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-weight: bold;
}

#brown-color {
  background-color: #c4a484;
}

#brown-color button:hover {
  background-color: #95a5a6;
}

#monron-color {
  background-color: #dc7633;
  font-weight: bold;
}

#tel-color {
  background-color: #45b39d;
  font-weight: bold;
}

/* Change background color of buttons on hover */
.subtab1 button:hover {
  background-color: #ecf0f1;
}

/* Create an active/current tablink class */
.subtab button.active {
  background-color: #ccc;
}

.subtablinks:hover {
  background-color: #95a5a6;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  width: 100%;
}

.column {
  display: flex;
  position: relative;
  float: left;
  padding: 10px;
  height: 300px;
  width: 100%;	
}

.left {
  float: left;
  width: 200px;
}

.right {
  float: left;
  width: 500px;
}

.leftImg {
  float: left;
  width: 200px;
  Height: 100px;
}

.rightImg {
  float: left;
  width: 500px;
  Height: 100px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.tablecenter {
  display: flex;
  justify-content: center;
  position: relative;
}

table {
  display: flex;
  position: relative;
  font-family: arial, sans-serif;
  border-radius: 10px;
  border: solid black;
  border-width: 1px;
  width: 760px;
  font-size: 12px;
}

td, th {
  border: 1px solid #dddddd;
  text-align: center;
  padding: 8px;
}

td, .left {
  text-align: right;
  width: 250px;
  height: 40px;
}

td, .right {
  text-align: left;
  height: 40px;
  width: 500px;
}

.table_header {
  background-color: #F8E621;
}

.table3 {
  display: flex;
  position: relative;
  font-family: arial, sans-serif;
  border-radius: 10px;
  border: solid black;
  border-width: 1px;
  width: 900px;
  font-size: 12px;
}

th, .left3h {
  text-align: center;
}

th, .center3h {
  text-align: center;
}

th, .right3h {
  text-align: center;
}

td, .left3 {
  text-align: right;
  font-size: 12px;
  color: black;
  width: 400px;
  height: 40px;
  padding: 8px;
}

td, .left3p {
  text-align: left;
  font-size: 24px;
  color: green;
  width: 400px;
  height: 40px;
  padding-left: 40px;
}

td, .center3 {
  text-align: left;
  font-size: 12px;
  color: black;
  height: 40px;
  width: 100px;
  padding: 8px;
}

td, .right3 {
  text-align: left;
  font-size: 12px;
  color: black;
  height: 40px;
  width: 400px;
  padding: 8px;
}

td, .lefta {
  text-align: right;
  width: 150px;
  height: 40px;
}

td, .righta {
  text-align: left;
  height: 40px;
  width: 600px;
}

.checklayout {
  display: inline-block;	
  padding: 4px;
}

.formatmsg {
  margin: 0 80px;	
  font-size: 20px;
  font-weight: bold;
}

.address {
  display: flex;
  position: relative;
  padding: 4px;
  border-radius: 10px;
  border: solid black;
  border-width: 1px;
}
.validatemsg {
  font-size: 12px;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: black;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.submit {
  height: 40px;
  width: 80px;
  background-color: #3498db;
  color: white;
  border-radius: 6px;
}

#delcheck {
  display: flex;
  position: relative;
  float: right;
  height: 40px;
  width: 80px;
  background-color: red;
  color: white;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}

#delText {
  display: flex;
  position: relative;
}
