/* General  */

.clearMe {clear:both; visibility:hidden; height:0px;}

input[type="button"] {
    font-size: 18px;
    line-height: 1.2!important;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 0.3em;
    padding: 0.8em 1.0em;
    box-shadow: 0 0em 0em rgb(0 0 0 / 20%);
    background: #1d72c2;
    border-color: transparent;
    color: #ffffff!important;
    width:  auto;
}

.modal p{
	line-height: 1.7rem;
	margin: 0 0 0.5rem;
}
.modal input{
	min-height: 1.5rem;
	line-height: 1.7rem;
}
.modal select {
	min-height: 1.5rem;
	line-height: 1.7rem;
}
.modalLookup{
	max-width: 90%;
	min-width: 300px;
	width: 50%;
}
#modalExport{
	max-width: 90%;
	min-width: 300px;
	max-width: 800px;
	width: 70%;
}
#modal1_header1{
	font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 0;
  color: #000000; /* #5791d0; */
}
.modalButton {
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.2!important;
	font-weight: 700;
	font-style: normal;
	text-transform: none;
	letter-spacing: 0em;
	border-radius: 0.3em;
	padding: 0.8em 1.0em;
	box-shadow: 0 0em 0em rgb(0 0 0 / 20%);
	background: #1d72c2;
	border-color: transparent;
	color: #ffffff!important;
	width:  auto;
	cursor: pointer;
}
.modalButtonSm {
	float:left;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.2!important;
	font-weight: 700;
	font-style: normal;
	text-transform: none;
	letter-spacing: 0em;
	border-radius: 0.3em;
	padding: 0.3em 1.0em;
	box-shadow: 0 0em 0em rgb(0 0 0 / 20%);
	background: #1d72c2;
	border-color: transparent;
	color: #ffffff!important;
	width:  auto;
	cursor: pointer;
}
.instruction{
	font-size: 14px;
}
.notificationImg{
	width: 16px;
}
#eventRegistrationWrapper { 
	min-height: 400px;
	max-width: 70%;
	margin-left: auto;
  margin-right: auto;
	margin-top: 30px;
	margin-bottom: 50px;
	padding:  15px;
	border: 4px solid #63b8ff;

	font-family: 'Montserrat',sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 28px;
}

/* -------------------------------------------------------------------- */
/* -- Dashboard PAGE ------------------------------------------------------ */
/* -------------------------------------------------------------------- */
.dashTable{
	margin-top: 5px;
}
.dashTable tr:nth-of-type(2n) { background-color: #f5f5f5; }
.dashTable th {
    color: #fafafa;
    text-align: left;
    background: #5791d0;
    white-space: nowrap;
}
.dashTable th, td { padding: 5px 5px 5px 8px ; line-height: 28px; }

.dashTableWrapper{
	clear: both;
	float: left;
	width: 64%;
	padding-left: 2%;
	line-height: 1.2rem;
	display: block;
	margin:0 0 1rem;
	font-size:0.9rem;
}
.eventView{
	cursor: pointer;
}
.countCenter{
	text-align: center;
}

/* -------------------------------------------------------------------- */
/* -- LOGIN PAGE ------------------------------------------------------ */
/* -------------------------------------------------------------------- */
#wrapperCenter1 { 
	min-width: 300px; 
	width: 30%;
	margin-left: 35%;
	margin-top: 30px;
	margin-bottom: 50px;
	padding:  15px;
	border: 4px solid #63b8ff;

	font-family: 'Montserrat',sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 28px;
}
#username{
	font-family: 'Montserrat',sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 28px;
}
#pwd{
	font-family: 'Montserrat',sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 28px;
}
#loginButton{
	width: 99%;
}
.loginLowerMsg{
	text-align:  center;
}
.forgotPassword{
	padding-top: 10px;
	text-align:  center;
}
.forgotPassword a{
	font-weight: bold;
}
#forgotPasswordButton{
	width: 99%;
}
#resetPassword{
	width: 99%;
}

#wrapperCenter2 { 
	min-width: 500px; 
	width: 30%;
	margin-left: 35%;
	margin-top: 30px;
	margin-bottom: 50px;
	padding:  15px;
	border: 4px solid #63b8ff;

	font-family: 'Montserrat',sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 28px;
}

/* Main Content and Forms - Start --------------- */
#mainContent{
	width: 99%;
	padding:  15px 1px 25px 1px;
	font-size:1.0rem;
}

.labelChecked{
	font-weight: bold;
}
.postTagCheck{
	width:99% !important;
	float: left;
	padding-left: 1% !important;
	line-height: 1rem !important;
	margin:0 !important;
}

/* formContent start */
.formContent{
	width: 94%;
	margin-left: 3%;
	border: 4px solid #63b8ff;
	display: block;
}
.formContent p{
	float: left;
	width: 30%;
	padding-left: 2%;
	line-height: 1.2rem;
	/* display: block; */
	margin:0 0 0.8rem;
	font-size:0.9rem;
}
.formContent p label{
	line-height: 1.8rem;
	margin-bottom: 0.2rem;
}
.formContent input:not([type="button"]){
	height: 1.8rem;
	min-height: 1.8rem;
	line-height: 1.8rem;
	border-width: 2px;
	border-radius: 2rem;
	border-color: #d4d5d6;
}
.formContent select{
	height: 1.8rem;
  min-height: 1.8rem;
  line-height: 1.8rem;
  border-width: 2px;
  border-radius: 2rem;
  border-color: #d4d5d6;
}
/* formContent end */

.formContentTitle{
	clear:both;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #63b8ff;
	padding-top: 5px;
	padding-bottom: 5px;
}
.formContentTitle::after{
	content: "";
	display: block;
	clear: both;
}
.formContentMid{
	clear:both;
	width: 100%;
	margin-bottom: 5px;
	margin-top: 5px;
	display: block;
}
.formContentMid::after{
	content: "";
	display: block;
	clear: both;
}
.formContentMid2{
	clear:both;
	width: 100%;
	display: block;
}
.formContentMid2::after{
	content: "";
	display: block;
	clear: both;
}
.formContentMidHeader{
	clear:both;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 20px;
	border-top: 1px solid #63b8ff;
	border-bottom: 1px solid #63b8ff;
}
.formContentMidHeader::after{
	content: "";
	display: block;
	clear: both;
}
.formContentFooter{
	clear:both;
	width: 100%;
	margin-bottom: 5px;
	margin-top: 1px;
}
.formContentFooter::after{
	content: "";
	display: block;
	clear: both;
}
.formContentTA{
	width: 96%;
	height:260px;
	min-height: 1.8rem;
	line-height: 1.8rem;
	border-width: 2px;
	border-radius: 2rem;
	border-color: #d4d5d6;
}

.formContentShort{
	width: 96%;
	height:50px;
}

/* formContent2 Start */
.formContent2{
	width: 99%;
	margin-left: 1%;
	border: 4px solid #63b8ff;
	display: block;
}
.formContent2 p{
	float: left;
	width: 50%;
	padding-left: 2%;
	line-height: 1.4rem;
	display: block;
	margin:0.2rem 0 0.3rem 0;
	font-size:0.9rem;
}
.formContent2 p label{
	line-height: 1.8rem;
	margin-bottom: 0.2rem;
	clear: right;
}
.formContent2 input:not([type="button"]){
	height: 1.6rem;
	min-height: 1.6rem;
	line-height: 1.6rem;
	width: 94%;
}
/* formContent2 end */

/* formContentSm start */
.formContentSm{
	width: 94%;
	margin-left: 3%;
	border: 4px solid #63b8ff;
	display: block;
	font-size:0.8rem;
}
.formContentSm p{
	float: left;
	width: 30%;
	padding-left: 2%;
	line-height: 1.0rem;
	margin:0 0 0.5rem;
	font-size:0.8rem;
}
.formContentSm p label{
	line-height: 1.0rem;
	font-size: 0.8rem;
	margin-bottom: 0.2rem;
}
.formContentSm input:not([type="button"]){
	min-height: 1.1rem;
	line-height: 1.0rem;
	border-width: 2px;
	border-radius: 2rem;
	border-color: #d4d5d6;
	font-size: 0.8rem;
	padding: 1px;
}
.formContentSm select{
  min-height: 1.1rem;
  line-height: 1.0rem;
  border-width: 2px;
  border-radius: 2rem;
  border-color: #d4d5d6;
  font-size:0.8rem;
  padding: 1px;
}
/* formContentSm end */

.contentFull{
	float: left;
	width: 98%;
	padding-left: 20px;
	padding-top: 8px;
}
.contentL{
	float: left;
	width: 40%;
	padding-left: 20px;
}
.contentR{
	float: right;
	padding-right: 20px;
}
.buttonLower{
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.title1{
	font-weight: bold;
	font-size:1.1rem;
}
.title2{
	font-weight: bold;
	font-size:0.9rem;
}
.presentationTitle1{
	font-weight: bold;
	font-size:1.1rem;
	text-align: center;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 5px;
}
.presentationBody1{
	border-bottom: 1px solid #63b8ff;
	margin-bottom: 10px;
}
.presentationBody1 table, tr, th {
	border: 0;
}
.docTitle{
	margin-top:6px;
	font-weight: bold;
	font-size:1.2rem;	
}
.docTitleIndex{
	margin-top:6px;
	margin-bottom:6px;
	font-weight: bold;
	font-size:1.2rem;	
}
.docShowHide{
	font-weight: bold;
	cursor: pointer;
	line-height:26px;
	padding-left: 25px;
}
.docShowHideA{
	background-image: url('/image/b_arrowRightSM.png');
	background-repeat: no-repeat;
}
.docShowHideB{
	background-image: url('/image/b_arrowDownSM.png');
	background-repeat: no-repeat;
}
.docShowHideP{
	display:none;
	padding: 5px 10px 10px 25px;
}

.fieldWrapper{
	width:99%;
	clear:both;
}
.shortInput{
	width:40%;
}
.dateMonthInput{
	width:40%;
	clear: left;
}
.dateDayInput{
	width:25%;
}

.lookupFilter p {
    float: left;
    width: 35%;
    padding-left: 2%;
    margin-bottom: 5px;
}

/* Form Changes  */
.fieldUpdated{
	background-color: #bc8036;
}

/* Doc Content - Start ----------------------------  */
.docContent{
	width: 86%;
	margin-left: 7%;
	border: 4px solid #63b8ff;
	line-height:24px;
}
.docContent p{
	width: 99%;
	padding-left: 2%;
	padding-right: 2%;
}
.docContent ul{
	padding-left: 5%;
	margin-left: 10px;
	line-height: 1.0rem;
}
.docIndent{
	width: 99%;
	padding-left: 4%;
	display: block;
}
/* Doc Content - end ----------------------------  */


/* Main Content and Forms - Start ----------------------------  */

/* List Content */
.listFilter{
	display: none;
	width: 100%;
	/* border-bottom: 1px solid #63b8ff;*/
}
.listFilter p{
	float: left;
	width: 23%;
	padding-left: 2%;
}
.listFilter input{
	min-height: 2.0rem;
	line-height: 2.0rem;
	border-width: 2px;
	border-radius: 2rem;
	border-color: #d4d5d6;
}
.listFilter select{
	height: 2.0rem;
	min-height: 2.0rem;
	line-height: 2.0rem;
	border-width: 2px;
  border-radius: 2rem;
  border-color: #d4d5d6;
}
.listFilterFieldGroup{
	float: left;
	margin-right: 10px;
}
.listFilter label{
	width: 99%;
	display: block;
	padding-left: 5px;
}
#dateRange1{
	width: 46%;
}
.dateRange input{
	min-height: 2rem;
	line-height: 2.0rem;
	padding: 0 0.4rem;
	width: 30%;
	font-size: 0.9rem;
}
.dateRange2 input{
	min-height: 2rem;
	line-height: 2.0rem;
	padding: 0 0.4rem;
	width: 44%;
	font-size: 0.9rem;
}

.selectMulti{
	height: 80px;
}
.selectMulti option{
	border-bottom: 2px solid #AADDEC;;
}
/* List Navigation */
.listContent{
	width: 96%;
	margin-left: 2%;
	border: 4px solid #63b8ff;
	padding: 10px 0;
}

#navPrevFirst{
	padding: 0;
	border-radius: 0.8em;
	width: 30px;
	min-height: 1.6rem;
	margin-top: 2px;
	margin-bottom: 2px;
}
#navPrevFirst2{
	padding: 0;
	border-radius: 0.8em;
	width: 30px;
	min-height: 1.6rem;
	margin-top: 2px;
	margin-bottom: 2px;
}
#navPrev{
	padding: 0;
	border-radius: 0.8em;
	width: 30px;
	min-height: 1.6rem;
	margin-top: 2px;
	margin-bottom: 2px;
}
#navPrev2{
	padding: 0;
	border-radius: 0.8em;
	width: 30px;
	min-height: 1.6rem;
	margin-top: 2px;
	margin-bottom: 2px;
}
#navNext{
	padding: 0;
	border-radius: 0.8em;
	width: 30px;
	min-height: 1.6rem;
	margin-top: 2px;
	margin-bottom: 2px;
}
#navNext2{
	padding: 0;
	border-radius: 0.8em;
	width: 30px;
	min-height: 1.6rem;
	margin-top: 2px;
	margin-bottom: 2px;
}
#navNextLast{
	padding: 0;
	border-radius: 0.8em;
	width: 30px;
	min-height: 1.6rem;
	margin-top: 2px;
	margin-bottom: 2px;
}
#navNextLast2{
	padding: 0;
	border-radius: 0.8em;
	width: 30px;
	min-height: 1.6rem;
	margin-top: 2px;
	margin-bottom: 2px;
}


.selectNav{
	font-size: 0.8rem;
	padding: 0;
	margin-top: 3px;
	border-radius: 0.8em;
	height: 1rem;
	min-height: 1.5rem;
	line-height: 0.5rem;
	width: 60px;
}
#pageCountInfo{
	font-size: 0.8rem;
	margin-left:3px;
	margin-right:15px;
}
#pageCountInfoBtm{
	border-bottom: 1px solid #63b8ff;
}
#pageNavInfo{
	font-size: 0.8rem;
	margin-left:3px;
	margin-right:3px;
}
#pagePerCountLabel{
	font-size: 0.8rem;
	margin-left:3px;
}
.pagePerCountLabel{
	font-size: 0.8rem;
	margin-left:3px;
}
.contentListL{
	float: left;
	width: 25%;
	padding-left: 20px;
}
.contentListR{
	float: right;
	padding-right: 20px;
}
.contentListFull{
	width: 100%;
	font-size: 0.8rem;
	text-align: center;
}
.readonly{
	color:#63666A;
}

/* User Photo - Start */
.userPhotoWrapper{
	float: right;
	width: 33%;
	padding: 2% 1% 0 0 ;
	text-align: center;
	min-height: 440px;
	display:block;
}
.userPhotoArea{
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}
.userPhoto{
	height: 100%;
	max-height:290px;
	text-align: center;
}
#userPhoto{
	  display: none;
}
#userPhotoDelete{
	margin-top: 5px;
	padding: 0.5rem 0.8rem;
}
#userPhotoUpload{
	padding: 0.5rem 0.8rem;
}
.userPhotoFooter{
	width: 100%;
	text-align: center;
}

input[type='file'] {
  opacity:0    
}

/* User Photo - End */


/* Error Reporting - Start */
.errorHeader{
	width:100%; 
	text-align: center;
	padding-bottom:8px;
	font-weight: bold;
	font-size:1.5rem;	
	border-bottom: 1px solid #63b8ff;
	color:red;
}
.errorText{
	width:100%; 
	text-align: center;
	padding-top:8px;
	font-size:1.0rem;	
}
.errorTextGeneral{
	width:100%; 
	text-align: center;
	padding-top:8px;
	font-size:1.2rem;	
	font-weight: bold;
	line-height: 1.8rem;
	color:red;
}
.errorFooter{
	width:100%; 
	text-align: center;
	display:inline-block;
}
.buttonBack1{
	float:right;
	max-width: 300px;
	margin: 20px 0 0 0;
}
.buttonClose1{
	float:right;
	max-width: 300px;
	margin: 0 1px 0 0;
}
.errorViewWrapper{
	min-height: 400px;
}

.jsonCompare{
	width: 80%;
	margin: 20px 10% 20px 10%;
	border: 1px solid #63b8ff;
}
.jsonCompareHeaderRow{
	display: inline-block;
	width: 99%;
	padding: 0 10px;
	font-size: 1.0rem;
	font-weight: bold;
}
.jsonCompareRow{
	display: inline-block;
	width: 99%;
	padding: 2px 10px 2px 10px;
	margin-bottom: -8px;
	border-top: 1px solid #63b8ff;

}
.jsonCompareCol1{
	display: inline-block;
	width: 33%;
	float: left;
}
.jsonCompareCol2{
	display: inline-block;
	width: 33%;
	float: left;
}
.jsonCompareCol3{
	display: inline-block;
	width: 34%;
	float: left;
}
.jsonChanged{
	background-color: #f6f6f6;
}
/* Error Reporting - End */

.warningText{
	font-weight: bold;
	color:red;
	padding-left: 10 px;
}
.infoText{
	color:green;
	padding-left: 10 px;
}
#forgotEmailMsgP{
	display: none;
}

/* Tool Tip - Start */
.tooltiptextDynamic{
	width:330px; visibility:hidden; opacity:0;
	z-index: 100;
}

.tooltip {
  position: relative;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 1.2 !important;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0em;
  /* color: #000000 !important; */
  color: #fafafa !important;
  text-align: center;
  opacity: 100;
  z-index: 100;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: #fff;
  border: 3px solid #1d72c2;
  color: #1d72c2;
  text-align: justified;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  /* z-index: 1; */
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  
  /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
  opacity: 0;
  /*.transition: opacity 3s; */
  transition: opacity  0.5s linear 1s;
}

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

.tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.tooltipGroupStart {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 4px solid #63b8ff;
}
/* Tool Tip - End */


/* Btn Start */
.btnImg1{
	width:18px;
	height:18px;
	margin-top: 0px;
	cursor: pointer;
}
.multiBtnArea{
	margin-right: 6px;
}
.btnImg2{
	width:30px;
	height:30px;
	margin: 2px;
	cursor: pointer;
}
.btnImg3{
	height:30px;
	margin: 2px;
	cursor: pointer;
}
.btnImgSample{
	width:30px;
	height:30px;
}
.btnWrapper{
	float: left;
	width: 10%;
	min-width:60px;
	padding-top: 2%;
	padding-left: 2%;
}
.btnTitle{
	text-align: center;
	width: 99%;
	clear: right;
	padding-bottom: 10px;
}
.btnDisplay{
	text-align: center;
	width: 99%;
}
/* Btn End */


@media (max-width: 800px) {
	.formContent p{
		width: 98%;
	}
	.userPhotoWrapper{
		width: 100%;
	}
}


/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #1d72c2; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 9000; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  top: 30px; /* 30px from the bottom */
  border: 4px solid #63b8ff;
  border-radius: 0.3em;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
	visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

#snackbar.hide {
	visibility: hidden;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 30px; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {top: 30px; opacity: 0;}
  to {top: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {top: 30px; opacity: 1;}
  to {top: 30px; opacity: 0;}
}

@keyframes fadeout {
  from {top: 30px; opacity: 1;}
  to {top: 30px; opacity: 0;}
}

/* Snackbar end */



/* Testing Below Here */

#listResultTable { 
	width: 100%; 
	margin-top: 10px;
    border-collapse: separate;
    border-spacing: 0;

	background-color: rgba(255, 255, 255, 0.9);

  	-webkit-border-radius: 6px;
  	-moz-border-radius-topright: 6px;
  	border-radius: 6px;

}
tr { border: solid 1px #eaeaea; }
#listResultTable tr:nth-of-type(2n) { background-color: #f5f5f5; }
#listResultTable td {border-bottom: 1px solid #777777;}

th, td { padding: 5px 5px 5px 8px ; }
th:first-of-type{ padding: 0 5px; }

th { 
	color: #fafafa;
	text-align: left; 
	background: #888888;
	white-space:nowrap;
}
th:not(:nth-of-type(n+1)) { text-indent: -9999px; }
th:nth-of-type(n+1) { cursor: pointer; }
th:nth-of-type(n+1):hover { background-color: #777777; }

tr:not(:first-child) td:first-child{ 
	text-align: right;
	white-space: nowrap;
	min-width: 40px;
}

/* Event Details */
.eventbriteEventEdit{
	cursor: pointer; 
	height: 36px; 
	float:right; 
	margin-bottom: 1px; 
	margin-left: 10px;
}
#eventDetailsHeader{
	padding: 3px 5px 3px 5px;
	border: 1px solid #63b8ff;
}
#eventDetails{
	display:none; 
	float: right; 
	width: auto; 
	margin: 5px 10% 0 10%;
}
#eventDetailsTable{
	border-bottom: 1px solid #63b8ff;
}
#eventDetailsTable th, td {
    padding: 5px 5px 5px 8px;
}
#eventDetailsTable th:nth-of-type(1){
	border-left: 1px solid #63b8ff;
}
#eventDetailsTable td:nth-of-type(1){
	border-left: 1px solid #63b8ff;
}
#eventDetailsTable th{
	font-weight: bold;
	color: #fafafa;
	background-color: #1d72c2;
	text-align: center;
	border-top: 1px solid #63b8ff;
	border-right: 1px solid #63b8ff;
}
#eventDetailsTable td{
	text-align: left;
	border-top: 1px solid #63b8ff;
	border-right: 1px solid #63b8ff;
}
#userAttendeeMatchArea{
	width:96%; 
	clear: both;
	display: none;
	padding-left: 5%;
  line-height: 1.2rem;
  margin: 0 0 1rem;
  font-size: 0.9rem;
}
.userAttendeeMatchWrapper{
	float: left;
  display: inline-block;
  padding: 10px;
	border: 2px solid #63b8ff;
	border-radius: 0.3em;;
}
.userAttendeeMatchTitle{
	display: inline-block;
	float: left;
	width: 290px;
	font-weight: bold;
	font-size:1.0rem;
	padding-bottom: 5px;
}
.userAttendeeMatchBtnArea{
	display: inline-block;
	float: right;
	font-weight: bold;
	font-size:1.0rem;
	padding-bottom: 15px;
}
.userAttendeeMatchColWrapper{
	display: inline-block;
	float: left;
	width: 100%;
	clear: both;
	margin-top: 3px;
}
.userAttendeeMatchCol1{
	display: inline-block;
	float: left;
	width: 120px;
	vertical-align: middle;
	line-height: 1.9rem;
	min-height: 20px;
}
.userAttendeeMatchCol2{
	display: inline-block;
	float: left;
	width: 280px;
	min-height: 20px;
}
.userAttendeeMatchCol2a{
	display: inline-block;
	float: left;
	width: 510px;
	min-height: 20px;
}
.userAttendeeMatchCol3{
	display: inline-block;
	float: left;
	width: 60px;
	text-align: right;
	padding-right: 10px;
	min-height: 20px;
}
.userAttendeeMatchCol4{
	display: inline-block;
	float: left;
	width: 50px;
	text-align: left;
	min-height: 20px;
}
.userAttendeeMatchCol5{
	display: inline-block;
	float: left;
	width: 280px;
	vertical-align: middle;
	min-height: 20px;
}
.userAttendeeMatchCol6{
	display: inline-block;
	float: left;
	width: 70px;
	vertical-align: middle;
	line-height: 1.9rem;
	min-height: 20px;
	padding-left: 10px;
}
.userAttendeeMatchColFull{
	display: inline-block;
	float: left;
	width: 99%;
	vertical-align: middle;
	line-height: 1.9rem;
	min-height: 20px;
	padding: 10px;
}
.userAttendeeMatchArrow{
	cursor: pointer; 
	height: 38px;
}
.userAttendeeMatchBtn{
	float:right; margin-bottom: 1px; margin-left: 10px; font-size: 1.0rem;padding: 0.2em 0.6em; min-height: 2.0rem;
}

/* User List */
#listResultTable th { 
	color: #fafafa;
	text-align: left; 
	background: #5791d0;
	white-space:nowrap;
}
#listResultTable th:not(:nth-of-type(n+2)) { 
	text-indent: -9999px; 
	border-top: 0.5px #5791d0 solid;
	border-bottom: 0.5px #5791d0 solid;
}
#listResultTable th:nth-of-type(n+2) { 
	cursor: pointer; 
	border-left: 1px #000000 solid; /* ce3cf3  */
	border-top: 0.5px #5791d0 solid;
	border-bottom: 0.5px #5791d0 solid;
}
#listResultTable th:nth-of-type(n+2):hover { background-color: #bc0be9; }

#listResultTable th:nth-of-type(n+2).asc,
#listResultTable th:nth-of-type(n+2).desc {
	padding-right: 30px;
}
#listResultTable th:nth-of-type(n+2).asc { background: #1d72c2 url('/image/asc.png') no-repeat center right; background-size: 25px; }
#listResultTable th:nth-of-type(n+2).desc { background: #1d72c2 url('/image/desc.png') no-repeat center right; background-size: 25px; }

/* Select Auto-complete */
#ui-id-1{
	border: 1px solid black;
	height: 300px;
	overflow-y: scroll;
}
.ui-helper-hidden-accessible{
    display:none;
}
.ui-autocomplete-loading {
    background: white url("image/ui-anim_basic_16x16.gif") right center no-repeat;
}
.ui-autocomplete{
	background-color: #AADDEC;
	border: 1px solid black;
	height: 300px;
	overflow-y: scroll;
	max-width: 400px;
}
.ui-menu-item{
	border-bottom: 1px solid black;
	padding: 10px 5px;
}

.menuIcon1{
    width: 20px;
    height: 20px;
    margin-top: 0px;
    cursor: pointer;
}

.headerMessageArea{
	padding-right: 50px;
	font-weight: bold;
	font-size: 1.3rem;

}
