::-webkit-scrollbar {
	width: 16px;  /* for vertical scrollbars */
	height: 16px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track {
 	background: rgb(255, 255, 255, 0);
}

::-webkit-scrollbar-thumb {
 	background: rgb(207, 156, 81);
	border-radius: 0px;
	cursor: default;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 60px #ffffff inset !important;
    background-color: #ffffff !important;
    background-clip: content-box !important;
	-webkit-text-fill-color: #000099;
}

::placeholder {
	color: #eddbc0;
	opacity: 1; /* Firefox */
  }
  
::-ms-input-placeholder { /* Edge 12 -20 */
	color: #eddbc0;
}

select::-ms-expand {
    display: none;
}

/*---------------------------------------------------------------------------------------*/

html {
  /* height: 100%; */
}

body {
    /* height: 100%; */

	font-family: "Noto Serif", serif;
	font-size: 20px;
	font-weight: 300;
	font-optical-sizing: none;

	background-color: #164194;
	color:#000000;

	margin: 30px 0px 30px 0px;

	text-align: center;
	line-height: 1.4;
}

.bodyFrozen {
	height: 100%;
	overflow: hidden;
}

/*---------------------------------------------------------------------------------------*/

.blue {
	color: #164194;
}

.gold {
	color: #d39e46;
}

.white {
	color: #ffffff;
}

.red {
	color: #cc0000;
}

.bold {
	font-weight: 400;
}

.bold2 {
	font-weight: 800;
}

.italic {
	font-style: italic;
}

.small {
	font-size: 12px;
}

.title {
	font-size: 30px;	
	font-weight: 400;
}

.inlineBlock {
	display: inline-block;
}

/*---------------------------------------------------------------------------------------*/

select {
	font-family: "Noto Serif", serif;
	font-size: 20px;
	font-weight: 400;

	-webkit-appearance: none;
	-moz-appearance: none;

	outline: none;
	border: none;
	overflow: auto;

	background: url(arrow.png) no-repeat right;
	color: #164194;
	height: 50px;

	/* text-align-last:center;
	text-align: center; */

	/* removes grey background from safari, but also removes arrow */
    /* -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; */
}

select.numGuests {
	width: 60px;
}

input {
	font-family: "Noto Serif", serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;

	background: rgba(255, 0, 0, 0);
	color: #164194;

	outline: none;
	border-style: none;
	text-align: center;

	width: 568px;
	height: 50px;
}

textarea {
	font-family: "Noto Serif", serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;

	background: rgba(255, 0, 0, 0);
	color: #164194;

	width: 568px;

    border: none;
    overflow: auto;
    outline: none;
	text-align: center;
	resize: none;
	padding-right: 20px;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea:focus, input:focus {
    outline: none;
}

/* .link1:hover {
	text-decoration: none;
	color: #d39e46;
} */

.link1 {
	text-decoration: none;
	color: #d39e46;
}

a {
	text-decoration: none;
	color: #000000;
}

form {
	margin-bottom: 0;
}

/*---------------------------------------------------------------------------------------*/

.prompt {
	font-size: 20px;
	font-weight: 400;
	color: #d39e46;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 6px;
}

.actionArea {
	display: inline-block;
	background-color: #ffffff;
	height: 50px;
	width: 588px;

	border-color: #d39e46;
	border-style: solid;
	border-width: 1px;
}

.actionArea.numGuests {
	display: inline-block;
	width: 110px;
}

.actionArea.stretch {
	display: table-cell;
	padding-top: 12px;
	padding-bottom: 12px;
}

/*---------------------------------------------------------------------------------------*/

#main {
	width: 800px;
	margin: 0px auto 0px auto;
}

#content {
	border-radius: 0px;
	background-color: #ffffff;
}

#contentInner {
	padding: 50px;
	text-align: center;
}

#contentInner2 {
	padding-left: 50px;
	padding-right: 50px;
	text-align: center;
}

/*---------------------------------------------------------------------------------------*/

.section {
	padding-left: 25px;
	padding-right: 25px;
}

#sectionRSVP {
	display: none;
	border-style: solid;
	border-width: 1px;
	border-color: #d39e46;
	background-color: #ffffff;
	padding: 30px;
}

#sectionAccept {
	display: none;
}

#sectionAcceptConfirmation {
	display: none;
	border-style: solid;
	border-width: 1px;
	border-color: #d39e46;
	background-color: #d0d9ea;
	padding: 30px;
}

#sectionDecline {
	display: none;
}

#sectionDeclineConfirmation {
	display: none;
	border-style: solid;
	border-width: 1px;
	border-color: #d39e46;
	background-color: #d0d9ea;
	padding: 30px;
}

#dataFailureMessage {
	display: none;
	border-style: solid;
	border-width: 1px;
	border-color: #d39e46;
	background-color: #ead0d0;
	padding: 30px;
}

#dataFailureMessageText {
	font-weight: 800;
}

#sectionGeneral {
	display: none;
}

#sectionSend {
	display: none;
}


/*---------------------------------------------------------------------------------------*/

.hpad10 {
	display: inline-block;
	width: 10px;
}

.vpad10 {
	display: block;
	height: 10px;
}

.vpad15 {
	display: block;
	height: 15px;
}

.vpad20 {
	display: block;
	height: 20px;
}

.vpad24 {
	display: block;
	height: 24px;
}

.vpad25 {
	display: block;
	height: 25px;
}

.vpad30 {
	display: block;
	height: 30px;
}

/*---------------------------------------------------------------------------------------*/

.hline {
	height: 1px;
	width: 100%;
	background-color: #d39e46;
}

/*---------------------------------------------------------------------------------------*/

.buttonResponse {

	border-style: solid;
	border-width: 1px;
	border-color: #d39e46;;
	background-color: #ffffff;
	color:#d39e46;
	padding: 0px;
	text-align: center;
	display: inline-block;
	font-family: "Noto Serif", serif;
	font-optical-sizing: none;
	font-size: 20px;
	font-weight: 400;
	cursor: pointer;
	border-radius: 0px;
	width: 150px;
	height: 50px;
	line-height: 50px;

	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}

.buttonResponse:hover {
	background-color: #f5ebdc;
}

.buttonResponseOn {
	border-style: solid;
	border-width: 1px;
	border-color: #d39e46;;
	background-color: #d39e46;
	color:#ffffff;
	padding: 0px;
	text-align: center;
	display: inline-block;
	font-family: "Noto Serif", serif;
	font-optical-sizing: none;
	font-size: 20px;
	font-weight: 400;
	cursor: default;
	border-radius: 0px;
	width: 150px;
	height: 50px;
	line-height: 50px;
	display: none;

	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}

.buttonSend {
	background-color: #d39e46;
	color:#ffffff;
	padding: 0px;
	text-align: center;
	display: inline-block;
	font-family: "Noto Serif", serif;
	font-optical-sizing: none;
	font-size: 20px;
	cursor: pointer;
	border-radius: 0px;
	width: 150px;
	height: 50px;
	line-height: 50px;
	display: none;

	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}

.buttonSend:hover {
	background-color: #164194;
}

.buttonSendDisabled {
	background-color: #eddbc0;
	color:#ffffff;
	padding: 0px;
	text-align: center;
	display: inline-block;
	font-family: "Noto Serif", serif;
	font-optical-sizing: none;
	font-size: 20px;
	cursor: default;
	border-radius: 0px;
	width: 150px;
	height: 50px;
	line-height: 50px;

	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}

.buttonAccess {
	background-color: #d39e46;
	color:#ffffff;
	padding: 0px;
	text-align: center;
	display: inline-block;
	font-family: "Noto Serif", serif;
	font-optical-sizing: none;
	font-size: 20px;
	cursor: pointer;
	border-radius: 0px;
	width: 150px;
	height: 50px;
	line-height: 50px;

	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}

.buttonAccess:hover {
	background-color: #164194;
}

.buttonOK {
	background-color: #d39e46;
	color:#ffffff;
	padding: 0px;
	text-align: center;
	display: inline-block;
	font-family: "Noto Serif", serif;
	font-optical-sizing: none;
	font-size: 20px;
	cursor: pointer;
	border-radius: 0px;
	width: 150px;
	height: 50px;
	line-height: 50px;

	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}

.buttonOK:hover {
	background-color: #164194;
}

.buttonRetry {
	background-color: #d39e46;
	color:#ffffff;
	padding: 0px;
	text-align: center;
	display: inline-block;
	font-family: "Noto Serif", serif;
	font-optical-sizing: none;
	font-size: 20px;
	cursor: pointer;
	border-radius: 0px;
	width: 150px;
	height: 50px;
	line-height: 50px;
	display: inline-block;

	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}

.buttonRetry:hover {
	background-color: #164194;
}

/*---------------------------------------------------------------------------------------*/

.guestBox {
	background-color: #f5ebdc;
	border-color: #d39e46;
	border-style: solid;
	border-width: 1px;
	padding: 0px;
}

.guestBoxTitle {
	background-color: #d39e46;
	color: #ffffff;
	font-size: 20px;
	font-weight: 300;
	height: 50px;
	line-height: 50px;
	padding: 0px;
}

#g1, #g2, #g3, #g4, #g5, #g6 {
	display: none;
}

#accessFail {
	display:none;
}

/*---------------------------------------------------------------------------------------*/

.password {
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	height:0px;
	width:0px;
	z-index:-1;
}

/*---------------------------------------------------------------------------------------*/







