.bttn {
	display: inline-block;
	background-color: white;
	color: black;
	border: 1px solid #aaa;
	transition-duration: 0.4s;
	padding: 5px;
	cursor: pointer;
	border-radius: 6px;
}
.bttn:hover {
	background-color: #000;
	color: #fff;
}
.bttn:disabled{
	background-color: gray;
	color: black;
	cursor: not-allowed;
}
.bttn_hidden{
	display: none;
}
.button{
  align-items: center;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: transparent 0 0 0 3px,rgba(18, 18, 18, .1) 0 6px 20px;
  box-sizing: border-box;
  color: #121212;
  cursor: pointer;
  display: inline-flex;
  flex: 1 1 auto;
  font-family: Inter,sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  margin: 0;
  outline: none;
  padding: 1rem 1.2rem;
  text-align: center;
  text-decoration: none;
  transition: box-shadow .2s,-webkit-box-shadow .2s;
  white-space: nowrap;
  border: 0;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.button:hover, .button:focus{
  box-shadow: #121212 0 0 0 3px, transparent 0 0 0 0;
}
#bttnPageMenu{
	cursor: pointer;
}
#content_frame{
	background: #329ba8ee;
	color: #fff;
	border-radius: 25px;
	min-height: 300px;
	min-width: 450px;
	margin: 200px auto;
}
.content_frameTD{
	position: relative;
	vertical-align: top;
}
.copy_button{
	width: 16px;
	height: 16px;
	margin-left: 10px;
	border: 0px;
	cursor: pointer;
	transition-duration: 0.4s;
}
.dialogbase{
	display: none;
	width:1px;
	height: 1px;
}
.dialogbase_active{
	display: inline-block;
	position: fixed;
	top:0px;
	left: 0px;
	width:99%;
	height: 99%;
	background: transparent;
	text-align: center;
	z-index: 500;
}
.dialogbttn{
  background-color: #fff;
  border: 1px solid #d5d9d9;
  border-radius: 8px;
  box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
  box-sizing: border-box;
  color: #0f1111;
  cursor: pointer;
  display: inline-block;
  font-family: "Amazon Ember",sans-serif;
  font-size: 13px;
  line-height: 29px;
  padding: 0 10px 0 11px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
}
.dialogbttn:focus{
  background-color: #f2f5c6;
  border-color: #008296;
  box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
  outline: 0;
}
.dialogbttn:hover{
	background-color: #f2f5c6;
}
#dialogwindow{
	display: inline-block;
	position: absolute;
	top: 200px;
	left: 50%;
	transform: translateY(-50%);
	transform: translateX(-50%);
	min-width: 100px;
	max-width: 90%;
	min-height: 50px;
	border-radius: 25px;
	box-shadow: 5px 10px rgba(150,150,150,.5);
	background: white;
	border: solid 5px black;
	text-align: center;
	font-size: 20px;
	color: #000;
	padding: 20px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
#dialogeditwindow{
	display: inline-block;
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateY(-50%);
	transform: translateX(-50%);
	max-width: 90%;
	min-width: 200px;
	min-height: 100px;
	border-radius: 25px;
	box-shadow: 5px 10px rgba(150,150,150,.5);
	background: rgba(64, 64, 64,.99);
	border: solid 1px black;
	text-align: left;
	font-size: 20px;
	color: #ffffff;
	padding: 20px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
#dialogeditwindow div{
	text-align: center;
	word-wrap: break-word;
	padding: 5px;
	margin-top: 10px;
}
#divContent{
	overflow-y: auto;
	/*padding-bottom: 15px;*/
}
.divData{
	display: inline-block;
	height: 75px;
	margin-top: 5px;
	min-width: 400px;
	font-size: 18px;
	background: #fff;
	color: #000;
	text-align: left;
	overflow-y: auto;
}
.divLabel{
	display: inline-block;
	margin-top: 10px;
	padding-left: 20px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	text-align: left;
	min-width: 400px;
	font-weight: bold;
}
.emptyList{
	margin-top: 20px;
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.html{
	min-width: 100%;
}
.inputData{
	margin-top: 5px;
	min-width: 400px;
	font-size: 18px;
}
.inputSelect{
	background: #FFF;
	margin-top: 5px;
	min-width: 400px;
	font-size: 18px;
}
.inputSelectSmall{
	background: #FFF;
	margin-top: 5px;
	font-size: 18px;
}
.listImage{
	width: 32px;
	height: 32px;
}
.listImageBttn{
	width: 24px;
	height: 24px;
	border: 0px;
	cursor: pointer;
	transition-duration: 0.4s;
}
.listImageBttn:hover, .copy_button:hover{
	background-color: #000;
	border-radius: 6px;
}
.login_error{
	font-size: 12px;
	color: #fff;
	word-wrap: break-word;
	text-align: center;
	max-width: 400px;
}
.login_frame{
	background: #329ba8;
	color: #fff;
	border-radius: 25px;
	min-height: 300px;
	min-width: 400px;
	margin: 200px auto;
}
#nextSteps, #tdPageInfo{
	word-wrap: break-word;
	max-width: 400px;
}
.page_menu{
	top: 0px;
	left: 0px;
	position: fixed;
	width: 250px;
	height: 64px;
	background-color: #f9f9f9dd;
	text-align: left;
	transition-duration: 0.2s;
}
.page_menu_collapsed{
	top: 0px;
	left: 0px;
	position: fixed;
	width: 64px;
	height: 64px;
	text-align: left;
	transition-duration: 0.2s;
}
.page_menu_item:hover{
	transition-duration: 0.2s;
	background-color: #ffffcc;
	cursor: pointer;
}
#page_menu_items{
	color: black;
	top: 64px;
	left: 0px;
	position: fixed;
	width: 100px;
	min-height: 50%;
	background-color: #f9f9f9dd;
	min-width: 250px;
	font-size: 24px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;	
}
.page_menu_logo{
	width: 64px;
	height: 64px;
	border: 0px;
}
.pleasewait{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: none;
	cursor: wait;
	z-index: 500;
}
.pleasewait_idle{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	display: none;
	z-index: 0;
}
#request_details{
	font-size: 16px;
	width: 90%;
	min-height: 200px;
	max-height: 400px;
}
.request_table{
	width: 100%;
	border-bottom: 1px solid black;
}
.request_timestamp{
	font-size: 16px;
	width: 250px;
}
.request_timestamp_failed{
	font-size: 16px;
	width: 250px;
	background: #fca8a2;
}
#request_type{
	font-size: 16px;
	width: 90%;
}
#selectChurch{
	background: #FFF;
	border-radius: 6px;
	border: 1px solid #999;
	font-size: 16px;
}
.tablePrint{
	width: 100%;
	font-size: 18px;
}
.tablePrint td{
	vertical-align: top;
}
.tablePrint_alternate{
	background: #eee;
}
.tablePrint_header{
	border-top: 1px solid #888;
	background: #888;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}
.tablePrint_space{
	background: none;
	height: 20px;
}
#tblContent{
	text-align: center;
	font-size: 18px;
	width:100%;
	max-width: 100%;
}
#tblContent td{
	padding-left: 10px;
	padding-right: 10px;
	word-wrap: break-word;
}
#tblContent tr{
	transition-duration: 0.4s;
}
#tblContent tr:hover{
	background: #297e89ee;
}
#tblFooter{
	position: absolute;
	bottom:0px;
	width:100%;
	text-align: center;
	font-size: 14px;
	border-top: 1px solid black;
	padding-top:10px;
	padding-bottom:10px;
}
#tblFooter td{
	width: 10%;
}
#tblHeader{
	top:0px;
	width:400px;
	text-align: center;
	font-size: 14px;
	border-bottom: 1px solid black;
}
.tblHeaderTitle{
	width:100%;
	max-width:100%;
	font-size: 28px;
	color: #fff;
}
.tblHeaderTitle_sides{
	width: 5%;
}
.textbox{
    border-radius: 25px;
    border: none;
    padding: 20px; 
    width: 200px;
    height: 15px;    
}
.textbox:hover, .textbox:focus{
    box-shadow: #121212 0 0 0 3px, transparent 0 0 0 0;
    border: 2px solid #000;
}
.tdContentEnds{
	min-width: 40px;
}
#toastMessage{
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translateY(-50%);
	transform: translateX(-50%);
	min-width: 100px;
	max-width: 90%;
	border-radius: 25px;
	background: rgba(64, 64, 64,.99);
	border: 2px solid rgba(128, 128, 128,.75);
	text-align: center;
	font-size: 20px;
	color: #fff;
	padding: 20px;
	word-wrap: break-word;
	overflow-wrap: break-word;	
	transition-duration: 0.5s;
	display: inline-block;
}
.toastMessage_active{
	min-height: 20px;
}
.toastMessage_idle{
	height: 0px;
	opacity: 0;
}
.tr_clickable{
	cursor: pointer;
}
#trHeaders{
	font-size: 20px;
}
.user_prop, .user_detail{
	font-size: 18px;
	text-align: left;
}