

#submission_failure{
border: 10px solid #1F497D;
background:#1f90c9;
padding:20px;
}


#guest_add_cardholder_form fieldset{
text-align: left;
}


#empty_table_msg{
    padding: 20px;
    font-size: 2.5em;
}

#card_holder_table_div{
 padding:20px;
 box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
 color:black;
 border: 10px solid #1F497D;
 background: #1f90c9;
 border: none;
 border-radius: 5px;
  border: 5px solid #1F497D;

}

#card_holder_table {
    margin: auto;
    border-width: 0;
    background-color: rgb(232, 240, 254);
    border-spacing: 1vw;
    border-radius: 1vw 1vw;
    padding: 1vw;
}
#card_holder_table_div tr {
  background-image: none;
  padding: 1vw;
}

#card_holder_table_div th{
background: #1F497D;
color: white;
display:none;
}

#EmbededTextStyles {
  margin: auto;
background: white;
width:600px;
}


.indexButtons {
  display: grid;
  text-decoration: none;
  color: black;
  place-items: center;
  border: 2px solid #ccd2ff;
  cursor: pointer;
  background-color:white;
  padding:10px;

  
  }

.indexButtons:hover {
	background-color:grey;
}

.indexButtons2 {
  display: grid;
  text-decoration: none;
  color: black;
  place-items: center;
  border: 2px solid #ccd2ff;
  cursor: pointer;
  background-color:white;
  padding:10px;

  }

.SmallClearButton {
    background: url('/images/Icons/Erase.svg') center center;
    background-color: white;
    background-size: 100%;
    height: 42px;
    width: 42px;
    float: right;
    margin-right: 180px;
    background-repeat: no-repeat;
}

.BigSubmitButton {
    background: url('/images/Icons/Tick.svg') center center;
    background-color: white;
    background-origin: content-box;
    background-size: 70%;
    height: 100px;
    width: 139px;
    background-repeat: no-repeat;
}

.BigSubmitButton:hover {
  background-color:Green;
  color: white;
}

.StartOverButton {
    background: url('/images/Icons/StartOver.svg') center center;
    background-color: white;
    background-origin: content-box;
    background-size: 100%;
    height: 66px;
    width: 92px;
    background-repeat: no-repeat;
}

.StartOverButton:hover {
  background-color:Green;
  color: white;
}

.topnav {
  
  overflow: hidden;
  display: inline-block;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav img {
	height:156px;
	margin: auto;
    display: block;
	padding: 10px;
	
}

.topnav h1 {
	font-size: 40px;
}

.topnav h2 {
	font-size: 30px;
}




#visitor_found_form table {
  
  border-collapse: collapse;
  width: 100%;
	border: 1px solid;
}

#visitor_found_form table tbody td, #v th {
 background-color: #ffffff;
	padding:20px;
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
 color:black;
}

#visitors tr:nth-child(even){background-color: #f2f2f2;}

#visitors tr:hover {background-color: #ddd;}

#visitors th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #043e72;
  color: white;
}



h1 {
    
}

p { 
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif; 
	font-size: 14px; 
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px; 
	}

#policy_area {
	margin-top: 20px;
	border-radius: 25px;
    border: 2px solid #ffa600;
}

.signature_area {
	margin-top: 20px;
	border-radius: 25px;
    border: 2px solid #ffa600;
}

#signature_box {
    margin: 0 auto;
    border-radius: 25px;
    border: 2px solid #ffa600;
    padding: 0px;
    width: 400px;
    height: 120px;
    background-color: white;
}
#signature_boxHost {
    margin: 0 auto;
    border-radius: 25px;
    border: 2px solid #ffa600;
    padding: 0px;
    width: 400px;
    height: 120px;
    background-color: white;
}

video{
    background-color: black;
}
#content {
    margin: 0 auto;
    padding: 5vh;
    text-align: center;
    border: 2px solid #1c7fb0;
    width: 800px;
    color: white;
    background-image: linear-gradient(#043e72, #055194);
    align-items: center;
    position:relative;
}

#start_over_btn{
    float: right;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    margin: 20px
}
#addCardholderSpinner{
    margin-top: 20px;
}

body {
    background-color: #062948;
    font-family: Arial, Helvetica, sans-serif;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 25px;

}

input[type=email], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 25px;
}

fieldset {
    font-family: sans-serif;
    border: 3px solid #1c7fb0;
    background: #186f9a;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 5vh;
}

fieldset legend {
    background: #1F497D;
    color: #fff;
    padding: 5px 10px ;
    font-size: 32px;
    border-radius: 5px;
    box-shadow: 0 0 0 5px #ddd;
    margin-left: 20px;
    text-align: center;
}

button {

    background-color: white;
    color: black;
    padding: 1.5vh 1.0vw;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin: .2vh .1vh;
    transition-duration: 0.4s;
    cursor: pointer;
    border: 2px solid #1c7fb0;
    border-radius: 2vw;
}

button:hover {
  color: white;
}

.buttonBig {
    font-size: 30px;
    color: black;
    padding: 1.5vh 1.0vw;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin: .2vh .1vh;
    transition-duration: 0.4s;
    cursor: pointer;
    border: 2px solid #1c7fb0;
    border-radius: 2vw;
    width: 60%;
    background-color: white;
}

.buttonBig:hover {
  background-color:green;
  color: white;
}

.buttonBig:disabled {
  background-color:grey;
}

#photo_preview {
    max-width: 150px;
}
/* A W3c Schools Spinning loader */
.loader {
  margin: auto;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  display:none;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* A Facebook Style Loader */
.lds-facebook {
  display: hidden;
  position: relative;
  width: 80px;
  height: 80px;
  margin: auto;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #fff;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}