/* 
=================================================
#################################################
=================================================

   RESET CSS
   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)

=================================================
#################################################
=================================================  
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, titlebox {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	color:#000000;
	font-size:1em;
	background-image: ;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html, body {
	font-family:arial, helvetica, sans-serif;
	line-height: 1;
}

b {
	font-weight: bold;
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* Custom Resets */
.footerbox {
	position: unset;
	width: unset;
	min-height: unset;
	height: unset;
	max-height: unset;
	background-color: unset;
	margin: unset;
	padding: unset;
	text-align: unset;
   
}

/* 
=================================================
#################################################
=================================================

   FORM RELATED CSS

=================================================
#################################################
=================================================  
*/

/* Registration Form : Honey Pot Field */
.honeypot-field {
   display: none !important;
   visibility: hidden;
   position: absolute;
   left: -9999px; /* Pushes it off-screen for maximum hiding */
}

/* FRONT PAGE LOGIN FORM */
/* Styles the login input boxes */
.login-email-input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 105%;
  background: url(https://www.nyyght.net/site_images/email-icon.png); 
  background-color: rgba(255,255,255,0.6);
  background-blend-mode: lighten;
  background-repeat: no-repeat; 
  background-size: 25px;
  background-position: 12px 13px;
  margin: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 12px;
  padding-left: 40px !important;
}

/* Styles the login input/password boxes */
.login-pass-input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 105%;
  background: url(https://www.nyyght.net/site_images/lock-icon.png); 
  background-color: rgba(255,255,255,0.6);
  background-blend-mode: lighten;
  background-repeat: no-repeat; 
  background-size: 22px;
  background-position: 12px 10px;
  margin: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 12px;
  padding-left: 40px !important;
}

/* Styles the login button */
.login-button {
  background-color: #4263db;
  border: none;
  color: white;
  padding: 15px 32px;
  text-decoration: none;
  font-weight: bold;
  margin: 5px 0px;
  text-align: right;
  cursor: pointer;
  border-radius: 8px;
}

/* GENERAL FORMS */

/* Styles the general input boxes */
input[type=text] {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 105%;
}

/* Styles the general input/password boxes */
input[type=password] {
  width: 100%;
  padding: 12px; /* Padding inside form field */
  margin: 10px 0;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 105%;
}

/* Styles the general buttons */
input[type=button], input[type=submit], input[type=reset] {
  background-color: #4263db;
  border: none;
  color: white;
  padding: 15px 32px;
  text-decoration: none;
  font-weight: bold;
  margin: 5px 0px;
  text-align: right;
  cursor: pointer;
  border-radius: 8px;
}

/* Styles the small selection boxes */
.selection-box {
  width: 80px;
  max-width: 80px;
  padding: 12px; 
  margin: 10px 0;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 105%;
}

/* Styles the labels like 'Birthday' */
.form_bar_label {
  display: flex;
  justify-content: center; /* centers horizontally */
  align-items: center; /* centers vertically */
  background-color: #949494;
  height: 40px;
  min-height: 40px;
}

/* Rounded border for forms */
.form_rounded_border {
  background-color: ;
  border: 3px solid #707070;
  color: white;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  text-decoration: none;
  margin: 5px;
  border-radius: 16px;

}

.bold_label_text {
  font-weight: bold;
}
/* 
=================================================
#################################################
=================================================

   MAIN SITE CSS

=================================================
#################################################
=================================================  
*/

/* Remove Table Borders */
table.nobreaks {
	border-collapse: collapse;
}

/* For Admin Tables - Thin Border */
.border_table {
	vertical-align: middle;
	text-align: center;
	border: 1px solid #383838;
	padding: 5px;
	border-collapse: collapse;
}

/* center text in table cell */
.center_cell {
	vertical-align: middle;
	text-align: center;
	padding: 5px;
}

/* For Admin Small Member Avatars */
#member_pic_small {
	display:inline-block; 
	overflow: hidden;
	width: 60px; 
	height: 60px; 
	align: left;
	vertical-align: middle;
	padding: 10px;
	margin: 0px;
	border-radius: 10px;
}

/* For Admin Small Member Avatars */
#profile_image_small {
	width: 100%;
    height: 100%;
	object-fit: cover;
	border-radius: 10px;
	vertical-align: middle;
	border: 2px solid #383838;
}
/* 
##########################################

	LEVEL 1

##########################################
*/

/* Holds all other elements */
#main_container {
	/* Background */
	/* Allow Custom Settings - Save images to the admin's site_images folder */
	background-image: url();
	background-repeat: repeat;
	background-position: top left;	
    background-size: auto;	
	opacity: 1.0; 	/* 0.5 is 50% opacity */
	background-color: #121f4d;
	
	/* Container Position */
	position: absolute;
	overflow: auto;
	top: 0px;
    left: 0px;
	
	/* Container Size */
    width: 100%;
    height: 100%;
	
	/* Padding - Space Between Border and Content */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
	/* Margin - Space Outside of the Border */
	margin: 0;
	
	/* Border Attributes */
	border-collapse: collapse;
}

/* 
##########################################

	LEVEL 2

##########################################
*/

/* Centers the content */
#content_wrapper {
	width: 80%;
	margin: auto;
	top: 25px;
	left: 10%;
	position: absolute;
}

/* Title Box to hold the title image 100% */
#title_image {
	position: relative;
	width: 100%;
	height: 180px;
	margin: 0 auto;
	padding: 0px;
	background-color: #121f4d; /* #DEDEDE */
   
}


/* Links bar */
#website_links_bar {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #949494;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
   
}

/* Links bar */
#links_bar {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #707070;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 1.25em;
	padding-top: 8px;
	padding-bottom: 8px;
   
}

/* Displays the main content in light boxes */
#main_content {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 100%;
	min-height: 500px;
	margin: 0px auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #DEDEDE;
	text-align: left;
	overflow: auto;
	word-break: break-word;
}

/* Displays the main content in light boxes */
#content_light_box {
	position: relative;
	width: 95%;
	height: 80%;
	max-width: 90%;
	min-height: 400px;
	margin: 30px auto;
	padding-top: 30px;
	padding-bottom: 40px;
	padding-right: 30px;
	padding-left: 30px;
	/*background-color: #EDEDED;*/
	text-align: left;
	overflow: auto;
	border-radius: 25px;
	word-break: break-word;
}


/* Displays the main content in light boxes */
#halfpage_box {
	position: relative;
	width: 45%;
	height: 80%;
	max-width: 45%;
	min-width: 45%;
	min-height: 100px;
	margin: 20px auto;
	padding-top: 15px;
	padding-bottom: 30px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #EDEDED;
	text-align: center;
	border: 0px solid #757575;
	overflow: hidden;
	border-radius: 0 0 25px 25px;
    -moz-border-radius: 0 0 25px 25px;
    -webkit-border-radius: 0 0 25px 25px;
	word-break: break-word;
	 
}

/* Login - Member Box - Holds the member_box and member_pic */
#login_box {
	position: relative;
	width: 450px;
	height: 127px;
	top: 10px;
	right: 0px;
	margin-left: auto; 
	margin-right: 0;
	padding: 0px;
}

/* Member Image Container */
#member_pic {
	display:inline-block; 
	overflow: hidden;
	width: 100px; 
	height: 100px; 
	align: left;
	vertical-align: middle;
	padding: 10px;
	margin: 0px;
	border-radius: 25px;
}

#profile_image {
	width: 100%;
    height: 100%;
	object-fit: cover;
	border-radius: 25px;
	vertical-align: middle;
	border: 2px solid #383838;
}

/* Member Profile Box */
#member_box {
	position: relative;
	display:inline-block; 
	min-width: 450px; 
	height: 127px; 
	margin-left: 0; 
	margin-right: auto;
	text-align: center;
	word-wrap: break-word;
	vertical-align: middle;
	padding: 0px;
	background-color: #a0a5b8;
}

/* Member Profile Text */
#member_text {
	vertical-align: top;
	text-align: left;
	padding: 15px;
}

/* Footer */
#footer_box {
	position: relative;
	width: 100%;
	min-height: 45px;
	height: 80px;
	max-height: 100px;
	background-color: #949494;
	margin: 0px auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
   
}

/* Bottom Buffer */
#bottom_buffer_box {
	position: relative;
	width: 100%;
	min-height: 25px;
	height: 25px;
	max-height: 25px;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
   
}





/* 
=================================================
#################################################
=================================================

   BLOOBY CSS

=================================================
#################################################
=================================================  
*/





















