
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
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,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; }
body { line-height:1; }
/* ol,ul { list-style:none; } */
blockquote,q { quotes:none; }
blockquote:before,blockquote:after,q:before,q:after { content:'';content:none; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
table { border-collapse:collapse;border-spacing:0; }
* {
	box-sizing: border-box; /* Ch, Saf 5.1+, IE 8+, Op 9+  */
}

html {
	height: 100%;
}
body	{
	height: 100%;
	background-color: #ffffff;
	color: #000000;
	font-size: 90%;
	font-family: 'Muli' , sans-serif;
	line-height: 115%;
	}

p {
	margin: 0.75em 0 0.75em 0;
	}

a { color: #000000; }
a:hover { color: #993300; }

img {
	border: 0;
}

a img {
	text-decoration: none;
}

sup {
	font-size: 70%;
	vertical-align: super;
}
table { color: #000000; font-size: 1em; }
.tablesmall { color: #000000; font-size: .80em; }

input, select {
	font-size: 110%;
	font-weight: bold;
	}

button {
	font-size: 110%;
	border: 0;
	background-color: #dddddd;
}

button:hover {
	background-color: #bbbbbb;
}

select {
	max-width: 95%;
	}
	

h1 {
	font-size: 125%;
	margin: .5em 0 .5em 0;
	}

h2 {
	font-size: 115%;
	margin: 1em 0 .25em 0;
	color: #990000;
	}

h3 {
	font-size: 105%;
	margin: 1.5em 0 .25em 0;
	color: #990000;
	}
	
h4 {
	font-size: 105%;
	margin-top: 0;
	margin-bottom: 0;
	}

/* ul {
	list-style: none;
	margin-left: 0;
}

li {
	margin: .25em 0 .25em 0;
} */

.text-gray {
	color: #666666;
}

.hide {
	display: none;
}

button.accordion {
	background: transparent;
	color: #333333;
}

.section {
	clear: left;
	float: left;
	width: 100%;
}

.benefits {
	width: 100%;
	height: auto;
}

.benefit {
	width: 90%;
	margin: .5em auto 1.5em;
	vertical-align: top;
	display: inline-block;
}

.benefit img {
	display: block;
    margin: 0 auto;
	width: 125px;
	height: auto;
}




input::placeholder {
	font-weight: normal;
	color: #aaaaaa;
}

.print-only{
	display: none;
}

/*printable form*/
.team-roster-form .form-header {

}

.team-roster-form .form-data {
	padding-bottom: .5em;
	border-bottom: 2px solid #aaaaaa;
}

.team-roster-form .form-data div {
	float: left;
	width: 18%;
	margin-right: 2%;
	font-size: .6em;
}

.team-roster-form .form-data div .strong {
	margin-right: 1em;
	font-size: 1.3em;
}

.team-roster-form .form-data div .header {
	width: 100%;
	font-size: .4em;
}

.team-roster-form .form-data div.two {
	width: 40%;
}

.team-roster-form .form-data div:last-child {
	margin-right: 0;
}

.team-roster-form .form-release {
	margin: .5em 0;
	font-size: xx-small;
	line-height: 1.1;
}

.team-roster-form .form-release ol , .team-roster-form .form-release ul {
	padding-inline-start: 20px;
}

.team-roster-form .roster-header {
	font-size: 60%;
	text-transform: uppercase;
	border-bottom: 1px solid #888888;
}

.team-roster-form .roster-row {
	font-size: 65%;
	border-bottom: 1px solid #aaaaaa;
}

.team-roster-form .roster-header,
.team-roster-form .roster-row {
		line-height: 1.2;
		padding: .25em 0;
}

.team-roster-form .roster-header .col-name,
.team-roster-form .roster-row .col-name {
	float: left;
	margin-right: 1%;
	width: 7.5%;
}

.team-roster-form .roster-header .col-name:last-child,
.team-roster-form .roster-row .col-name:last-child {
	margin-right: 0;
}

.team-roster-form .roster-header .col-name.two,
.team-roster-form .roster-row .col-name.two {
	width: 15.7%;
}

.team-roster-form .roster-header .col-name.three,
.team-roster-form .roster-row .col-name.three {
	width: 23.5%;
}

@media print {

	.nav, .footer {
		display: none;
	}
	body .screen_only {
		display: none;
	}

	body .print-only{
		display: block;
	}
	
	.content_group {
		page-break-inside: avoid;
	}

}

blockquote  {
	background: #eeeeee;
	font-size: 1.15em;
	font-family: Times, serif;
	line-height: 120%;
	color: #555555;
	padding: .75em;
	margin-top: 0em;
	margin-left: 2em;
	margin-right: 1em;
	margin-bottom: 0;
	border-left: .35em solid #aaaaaa;
	}



/*  ========= classes and IDs */

#page_guts {
	clear: left;
	float: left;
	width: 98%;
	margin: 1em 1% 0 1%;
}

	



/*  BEGIN basic div layout */


.full_width {
	clear: left;
	float: left;
	width: 100%;
	height: auto;
	text-align: left;
}

.compact.twoColumns {
	float: left;
	width: 50%;
	height: auto;
	text-align: left;
}
	
.margin_top1 {
	padding: .3em 0;
}

.margin_top2 {
	padding: .5em 0;
}

.margin_top3 {
	padding: .7em 0;
}

.ruled_top {
	border-top: 1px solid #dddddd;
}

.ruled_top.thick{
	border-top-width: 4px;
}


.ruled_bottom {
	border-bottom: 1px dotted #dddddd;
}

.bg-hover:hover {
	background-color: #eeeeee;
}

.cell {
	float: left;
	height: auto;
}

.section-table {
	display: table;
  width: 100%;
}

.section-table .row {
  display: table-row;
}

.section-table .col {
  display: table-cell;
	border-bottom: 1px solid #dddddd;
	padding: 10px;
	min-height: 50px;
}

.schedule-row {
	display: flex;
	width: 100%;
	height: auto;
	margin-bottom: .5em;
	padding-bottom: .5em;
	border-bottom: 1px dotted #aaaaaa;
}

.schedule-row > .name {
	flex-grow: 1;
	flex-basis: calc(100% / 2);
}

.schedule-row > .name.division {
	padding-left: 2em;
}

.schedule-row > .time {
	flex: 1;
	/* flex-grow: 1; */
	/* width: calc(100% / 4); */
	/* flex-basis: calc(100% / 2); */
}

.schedule-row > .competitor {
	flex: 1;
	/* flex-grow: 1; */
	/* width: calc(100% / 4); */
	/* flex-basis: calc(100% / 2); */
}

.schedule-row > .button {
	flex: 1;
	/* flex-grow: 1; */
	/* flex-basis: calc(100% / 4); */
}

.data_row {
	float: left;
	height: auto;
	margin-right: 1%;
	}
	
	.data_row_label {
	float: left;
	width: 14%;
	height: auto;
	margin-right: 1%;
	text-align: right;
	}

.data_row_label h3{
	margin: 0;
}

.data_row_content {
	float: left;
	width: 85%;
	height: auto;
	}

.data_row_content input[type="text"], .data_row_content input[type="tel"], .data_row_content input[type="email"], .data_row_content input[type="password"] {
	width: 50%;
	max-width: 100%;
}

.data_row_content input[readonly] {
  background-color: #f0f0f0;
  border: 0;
	color: #666666
}


.data_row_content textarea {
	width: 99%;
}

.data_row_content.main {
	width: 69%;
	margin-right: 1%;
}

.data_row_content.tools {
	width: 15%;
	text-align: right;
}

.data_row.full {
	width: 100%;
}

.data_row.seventy {
	width: 69%;
}

.data_row.thirty {
	width: 30%;
}

.data_row.right {
	text-align: right;
}

.data_row.last-col {
	margin-right: 0;
}

.full_width .name {
	float: left;
}

.compact .full_width .name {
	font-weight: normal;
}

.full_width .contacts {
	float: left;
	margin-left: 2em;
}

.full_width .contacts .contact {
	float: left;
	margin-left: 2em;
}

.full_width .align-right {
	float: right;
}
 
.section_header {
 	width: 98%;
 	margin: 1em 0;
 	padding: .25em 1% 0 1%;
 	background-color: #eeeeee;
 	font-weight: bold;
 	color: #999999;
 }


 .video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin: .5em 0 1em;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
 
@media screen and (max-width: 900px) {

	.margin_top1 {
		padding: .6em 0;
	}
	
	.data_row_label {
		width: 27%;
		margin-right: 3%;
	}
	
	.data_row_content {
		width: 70%;
	}

	.data_row_content input[type="text"], .data_row_content input[type="tel"], .data_row_content input[type="email"] {
		width: 95%;
	}

	.data_row_content.main {
		width: 59%;
		margin-right: 1%;
	}
	
	.data_row_content.tools {
		width: 14%;
		text-align: right;
	}
	
	.full_width .contacts {
		clear: left;
		margin-left: 0;
	}
	
	.full_width .contacts .contact {
		clear: left;
		margin-left: 0;
	}

}

/*  END of basic div layout */

.league-title { clear: left; float: left; width: 100%; height: auto;}
.league-title h1 {margin:0}
.league-title .logo {display: inline-block; vertical-align: top; width: 15%; height: auto; max-width: 200px; margin: 0 5% 0 0;}
.league-title .name {display: inline-block; vertical-align: bottom; width: 78%; }

.league-title .name h1 {
	font-size: 170%;
	line-height:120%;
}

.league-title .name .nav ul li {
	width: 100%;
	margin-top: 0;
}

.league-title .name .nav ul li a {
	text-align: center;
	width: 100%;
}

.print-tools {
	display: flex;
	justify-content: center;
	height: 100%;
	width: 100%;
	text-align: center;
}

.print-tools div, .print-tools img {
	margin: auto;
	width: 100px;
	height: 100px;
}

@media screen and (min-width: 800px) {
	
	.league-title .name h1 {
		font-size: 200%;
	}

	.league-title .name .nav ul li {
		width: auto;
		font-size: 100%;
	}
}




.note {
	margin: 0;
	padding: 0;
	color: #666666;
}

.small {
	font-size: 80%;
}


.edit_thank {
	clear: left;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

.edit_thank div {
	margin-left: auto;
    	margin-right: auto;
    	margin-bottom: 1em;
    	vertical-align: middle;
    	width: 50%;
	font-weight: bold;
	text-align: center;
	border:1px solid #cc3300;
	padding: 0.5em;
	background-color: #ffff99;
	}




.livesearch { 
  	position: relative;
  	margin: 0px;
  	min-width: 194px; 
  	background-color: #ffffff;
  	color: #003366;
	z-index: 99;
	}
  
.suggestion { 
    clear: left;
    float: left;
    height: auto;
    width: 98%;
    margin: .1em 0;
    padding: .1em 1%;
    border-bottom: 1px dotted #eeeeee;
    background: #eeeeee;
    }
  
.suggestion:hover   {
    background: #dddddd;
    }

.suggestion a {
	display: inline-block;
}

#registration-form ul, #registration-form ol {
	list-style: disc;
}

.player_rating, .division_max_team_rating {
	margin: 0 .25em;
	padding: .1em .5em;
	color: #333333;
	font-weight: 600;
	background-color: #cccccc;
	text-align: center;
	height: auto;
	line-height: 95%;
}

.player_rating .large {
	font-size: 135%
}

.player_rating.reverse {
	color: #ffffff;
	font-weight: 600;
	background-color: #222222;
}

.player_rating .label {
	float: none;
	font-size: 80%;
	font-weight: normal;
	line-height: 1.2;
}

.player_remove {
	margin-left: 1em;
}

.player_age {
	margin: 0 .25em;
	font-weight: normal;
}

.highlight {
	color: #ee4433;
	font-weight: bold;
}

.error {
	background-color: #ffffaa;
	padding: .1em 10px;
}

.search_result { 
	clear: left;
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 1em .5% 1em .5%;
	background-color: #ffffff;
	border-top: 1px dotted #aaaaaa;
	}

.search_result:hover { 
	background-color: #eeeeee;
	}

.search_result p { 
	margin: 0;
	padding: 0;
	}
	
.search_result .title_type {
	clear: left;
	float: left;
	width: 3.5%;
	margin-right: .5%;
	height: auto;
	color: #999999;
	}

.search_result .title {
	float: left;
	width: 95%;
	height: auto;
	}


.search_result .title .title_text {
	clear: left;
	float: left;
	width: 100%;
	height: auto;
	}

.search_result .title .title_text a{
	font-size: 115%;
	}
	
.search_result .title .description {
	clear: left;
	float: left;
	width: 100%;
	height: auto;
	font-size: 90%;
	color: #999999;
	}


#outer_shell {
	clear: left;
	float: left;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.flag {
	clear: left;
	float: left;
	width: 100%;
	height: 80px;
	margin: 2em 0 1em 0;
	text-align: center;
}

.flag a {
	text-decoration: none;
}

.small {
	height: 50px;
}


.flag .logo {
	float: left;
	width: auto;
	max-width: 19%;
	margin-right: 1%;
	height: 100%;
}


.logo img{
	width: 100%;
	height: auto;
}

.flag .nav {
	clear: none;
	float: right;
	width: 79%;
	height: auto;
	text-align: right;
	font-size: 125%;
}

.nav a {
	display: inline-block;
	font-size: 100%;
	padding: .25em .25em;
}

.flag .nav a {
	margin: 0 .5em;
}

.nav .login {
	color: #666666;
	background-color: #eeeeee;
}

.nav .register {
	color: #ffffff;
	font-weight: bold;
	background-color: #006699;
}

#nameplate_search_tools {
	float: left;
	width: 83%;
	height: auto;
	padding: 0 1% 0 0;
	margin-bottom: 1em;
	text-align: right;
    }

#nameplate_member_menu {
	position: relative;
	top: -.75em;
	height: auto;
	padding: .5em 1em .25em 1em;
	border: 2px solid #FFCC00;
	background-color: #eeeeee;
	
}

#nameplate_title {
	float: left;
	width: 80%;
	height: 100%;
	padding-top: 0;
	text-align: center;
	position: relative;
	top: 0;
    }




.nav {
	clear: left;
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 0;
	position: relative;
	text-align: center;
	}


.nav ul {
	float: left;
	width: 100%;
	margin: 0;
	display: inline;
	position: relative;
	height: 100%;
	top: 0;
	list-style: none;
	} 


.nav ul li {
	float: left;
	display: -moz-inline-box;
	display: inline-block;
	height: 100%;
	margin: .5em 1em 0 0;
	}

.nav ul li a {
	display: block;
	float: left;
	text-align: center;
	height: 100%;
	}


.nameplate_nav {
	width: 100%;
	min-height: 2em;
	font-size: 101%;
	line-height: 115%;
	margin-bottom: 1em;
	}


.nameplate_nav a {
	text-decoration: none;
	font-weight: bold;
	display: block;
	float: left;
	text-align: center;
	width: 100%;
	font-size: 1.2em;
	height: 100%;
	min-height: 1em;
	padding: .4em 0;
	}


.nameplate_nav ul {
	min-height: 2em;
	} 

.nameplate_nav ul li {
	min-height: 2em;
	margin: .5em 1em 0 0;
	background-color: #eeeeee;
	min-width: 8em;
	}
		
.nameplate_nav ul li.first {
	border-left: none;
	display: inline;
	}

.nameplate_nav ul li:hover {
	background-color: #dddddd;
	}

.nameplate_nav ul li:hover a{
	color: #000000;
	}

.nameplate_nav ul li a{
	color: #aaaaaa;
	}

.nameplate_nav ul li.first a{
	border-left: none;
	display: inline;
	}


.nameplate_nav ul li.active {
	 background-color: #ffcccc;
	}

.nameplate_nav ul li.active a {
	 color: #333333;
	}

#nameplate_nav1 a {
	color: #ffffff;
	}

#nameplate_nav2 a {
	color: #000000;
	}

#nameplate_nav1 a:hover, #nameplate_nav2 a:hover {
	color: #000000;
	}


.link_admin_module {
	padding: 0;
	margin: .5em 0;
	padding: .25em;
	border-bottom: 2px solid #eeeeee;
}

.link_admin_module a {
	background-color: #eeeeee;
	padding: .5em;
}



.icon {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-size: 100%;
}

.iconsmall {
	display: inline-block;
	width: 25px;
	height: 25px;
	background-size: 200%;
}

.icon.facebook, .iconsmall.facebook {
	background-image: url(/images/icons_social.png);
}

.icon.twitter, .iconsmall.twitter {
	background-position: 100% 0%;
	background-image: url(/images/icons_social.png);
}

.icon img, .iconsmall img {
	width: 100%;
	height: 100%;
}


.payment-row .payment_type_note {
	font-size: .8em;
	line-height: 1.5;
	color: #aaaaaa;
}


.directory_section {
	clear: left;
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 3em;
	border-bottom: 0px solid #dddddd;
}

.name_divider {
	clear: left;
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 1em;
}

.name_divider_name {
	clear: left;
	float: left;
	width: 19%;
	height: auto;
	margin-right: 1%;
	text-align: right;
}

.name_divider_name h2 {
	margin: 0 0 0.25em;
}
.name_divider_text {
	float: left;
	width: 80%;
	height: auto;
	text-align: left;
}


.name_divider_text a {
	font-weight: normal;
	/* color: #aaaaaa; */
	/* font-size: 85%; */
}

.name_divider_text input[type="text"], .name_divider_text input[type="tel"], .name_divider_text input[type="email"] {
	width: 55%;
}


.rating-category-cell {
	flex-grow: 1;
	padding-right: 5px;
	text-align: center;
	border-bottom: 2px solid #dddddd;
	border-left: 4px solid #ffffff;
	background-color:#eeeeee;
	overflow: hidden;
	white-space: nowrap;
	font-size: 80%;
}

.rating-category-cell.selected {
	background-color:#ffcccc;
}

.rating-category-cell label {
	display: block;
}


.input-with-label {
	clear: left;
	padding: .5em 0;
	border-bottom: 1px solid #aaaaaa;
}

.input-with-label input {
	width: 2em;
	margin-left: .25em;
}

.input-with-label button {
	margin-left: .25em;
}

.input-with-label button.save {
	background-color: #aadd99;
}

.input-with-label button.cancel {
	color: #888888;
}

.input-with-label .success, .input-with-label .failure {
	margin-left: .5em;
}

.input-with-label .success img, .input-with-label .failure img {
	width: 16px;
	height: auto
}



#division-skill-level .input-with-label {
	float: left;
	width: 100%;
	padding-bottom: .5em;
	border-bottom: 1px solid #aaaaaa;
}




@media screen and (min-width: 480px) {
	
	.input-with-label input {
		margin-left: .25em;
	}

}

.footer {
	clear: left;
	float: left;
	width: 70%;
	margin: 1em 0 0 15%;
	padding: 1em 0 0 0;
	border-top: 1px solid #dddddd;
	}

.footer p {
	margin: 0.5em 0 0.5em 0;
	}


.form_home_page {
	clear: left;
	float: left;
	margin-left: 25%;
	width: 50%;
	height: auto;
	margin-bottom: 2em;
	text-align: left;
	}




.organization_row {
	clear: left;
	float: left;
	width: 100%;
	border-top: 1px dotted #dddddd;
	margin-top: 1em;
	padding: 0;
	}

	
.organization_detail_column {
	float: left;
	width: 70%;
	border-top: 0 dotted #dddddd;
	margin: .5em 0 0 1%;
	padding: 0;
	}

.organization_detail_column_first {
	clear: left;
	float: left;
	width: 29%;
	border-top: 0 dotted #dddddd;
	margin: .5em 0 0 0;
	padding: 0;
	}


#page_guts ul .organization_staff_list {
	margin: 1em 0 0 0;
	}


.organization_staff_list lh {
	font-weight: bold;
	}


.org_list_column a {
	color: #000000;
	font-size: 100%;
	}



.member_search_row {
	clear: left;
	float: left;
	width: 100%;
	border-top: 0px dotted #aaaaaa;
	margin-top: .4em;
	padding-top: 0;
	}

	
.member_search_row .column {
	float: left;
	width: 22%;
	margin: 0 0 0 1%;
	padding: 0;
	}

.member_search_row p {
	margin: 0.15em 0 0.7em 0;
	}


.success {
	color: green;
}

.failure {
	color: red;
}


.strong {
	font-weight: bold;
}

.marginRight {
	margin-right: 1em;
}

.page_main {
	clear: left;
	float: left;
	width: 90%;
	margin: 0 5% 1em 5%;
	padding: 0 0 1em 0;
}

.description {
	clear: left;
	float: left;
	width: 100%;
	margin-top: 0;
	padding-top: 0;
	text-align: center;
	font-size: 125%;
	line-height: 150%;
}

.signup {
	float: left;
	width: 100%;
	margin-top: 1em;
	padding-top: 1em;
}

.signup input {
	font-size: 1.25em;
	color: #000000;
	padding: .5em;
	width: 90%;
	border: 2px solid #aaaaaa;
}

.submit {
	float: left;
	width: 28%;
	margin: 1.2em 0 0 0;
	padding-top: 1em;
}

.submit input {
	background: url("/dingbats/submit_button_background.png") no-repeat scroll 0 0 transparent;
	border: medium none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 1.25em;
	height: 44px;
	margin: 0;
	padding: 0;
	text-shadow: 1px 1px 1px #5E8B2D;
	width: 119px;
}



.column_data {
	float: left;
	margin-right: 1%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}




.league_row {
    border-bottom-color: #AAAAAA;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    clear: left;
    float: left;
    height: auto;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    width: 100%;
}
.league_cell_10 {
    float: left;
    margin-left: 1%;
    width: 9%;
}
.league_cell_12 {
    float: left;
    margin-left: 1%;
    width: 6%;
}
.league_cell_6 {
    float: left;
    margin-left: 1%;
    width: 14%;
}
.league_cell_4 {
    float: left;
    margin-left: 1%;
    width: 24%;
}
.league_cell_3 {
    float: left;
    margin-left: 1%;
    width: 32%;
}
.league_cell_2 {
    float: left;
    margin-left: 1%;
    width: 49%;
}

.image_inset {
	clear: none;
	float: right;
	width: 46%;
	max-width: 400px;
	margin: 0 0 1em 4%;
}


.image_inset img {
	width: 100%;
}


.nav_button {
	float: left;
	width: 46%;
	padding: .5em 1%;
	margin-right: 1%;
	text-align: center;
	color: #000000;
}

.nav_button a {
	font-weight: bold;
}

.selected {
	background-color: #f8f8e3;
	color: #000000;
}

.selected a {
	color: #000000;
}

.dim {
	background-color: #ffffff;
	color: #cccccc;
}

.dim a {
	color: #cccccc;
}


.rosterHeader button {
	/*margin-top: 2em;*/
}

.roster_added_date {
	clear: none;
	float: left;
	margin-left: 1em;
	font-size: 65%;
	color: #999999;
}

.stripe-button, .stripe-button:hover {
	margin-top: 1em;
	padding: .4em .6em;
	font-size: 105%;
	color: #ffffff;
	font-weight: bold;
	background-color: #006699;
}

.stripe-button.disabled, .stripe-button.disabled:hover{
	background-color: #668899;
}

/* message board */

#message-board-post-form {
	margin-bottom: 0.5em;
}

.thread-rows-header, .thread-row {
	clear: left;
	float: left;
	width: 100%;
	/* border-bottom: 1px dotted #aaaaaa; */
	page-break-before: auto;
	page-break-after: auto;
	page-break-inside: avoid;
	}

.thread-row {
	margin-top: .5em;
	padding-top: .5em;
	/* background-color: #dddddd; */
	border-top: 2px solid #aaaaaa;
}


.thread-legend {
	clear: left;
	float: left;
	width: 100%;
}

.thread-legend .thread-legend {
	margin-bottom: .25em;
}

.thread-legend-details,
.thread-legend-latest-date,
.thread-legend-views {
	float: left;
	font-size: 85%;
}

.thread-legend-topic{
	font-size: 90%;
	color: #666666;
}

.thread-row .thread-legend-details, .thread-rows-header .thread-legend-details {
	width: 63%;
	line-height: 130%;
}

.thread-rows-header .thread-legend {
	color: #666666;
}

.thread-row .thread-legend-details {
	font-weight: bold;
	font-size: 125%;
}

.thread-legend-latest-date {
	width: 22%;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.thread-legend-views {
	width: 15%;
	text-align: right;
}

.thread-legend-details.extra {
	width: 73%;
}
.thread-legend-views.extra {
	width: 25%;
}



.message-row {
	clear: left;
	float: left;
	width: 100%;
	margin-bottom: .20em;
	padding-bottom: .20em;
	}

.message-row span {
	font-weight: bold;
	color: #555555;
}

.message-row.ruled {
	margin-bottom: .25em;
	padding-bottom: .25em;
	border-bottom: 1px dotted #aaaaaa;
}

.message-row.reply {
	animation: fadeoutYellow 15s;
}

@keyframes fadeoutYellow {
	0% {
		background-color: #fffaaa;
	}
	25% {
		background-color: #fffaaa;
	}
	100% {
		background-color: #ffffff;
	}

}

.message-details {
	clear: left;
	float: left;
	width: 32%;
	}

.message-metadata {
	clear: left;
	width: 25%;
	color: #555555;
	text-align: right;
	}

.message-metadata, .message-text, .message-views { 
	float: left;
	}

.message-text {
	margin-left: 2%;
	width: 73%;
	line-height: 150%;
	}

.message-metadata p {
	margin: 0;
}
.message-metadata .name{
	float: none;
	color: #222222;
	font-weight: bold;
	}







.chat-form {
	border-top: 2px solid #aaaaaa;
	position: fixed;
	bottom: 0px;
	padding-bottom: 10px;
	width: 100%;
	background-color: #ffffff;
  }

  .chat-form #advisory {
	margin: .5em 0;
	color: #777777;
	padding: 0 2%;
	display: block;
  }

  .chat-form input {
	font-size: 150%;
	padding: 2%;
	width: 66%;
	background-color: #dddddd;
	border: 0;
	border-radius: 0
  }

  .chat-form button {
	font-size: 150%;
	color: #ffffff;
	font-weight: bold;
	width: 30%;
	height: 100%;
	background:#4caf50;
	padding: 2%;
	border: 0;
  }

  #chats {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 150px;
  }

  #chats li {
	padding: 10px 10px;
	margin: .7em 0;
	border-top: 1px solid #cccccc;
	text-align: left;
	background-color: #eee;
  }

  #chats .self {
	text-align: right;
	background-color: #badfb5;
  }

  .chat-data {
		font-size: small;
		color: #666666;
	}
	
	.chat-name {
		font-weight: bold;
		margin-right: 1em;
	}
	
	.chat-time {
		font-weight: normal;
  }

  .chat-message {
  }




@media screen and (min-width: 1100px) {
	.page_main {
		clear: none;
		float: none;
		width: 1100px;
		max-width: 1100px;
		margin: 0 auto 0 auto;
		padding: 0 0 1em 0;
	}

}

@media screen and (max-width: 900px) {
	.test {
		background-color: #aaffaa;
	}
	
	input, select {
		font-size: 100%;
	}
	
	input[type="text"], input[type="tel"], input[type="email"] {
		/*-- width fix for text input fields --*/
		position: relative;
		overflow: hidden;
	}
	
	.page_main {
		width: 96%;
		margin: .5em 2% 0 2%;
		padding: 0;
	}
	
	
	
	.flag {
		height: auto;
		margin: 0;
	}
	
	.small {
		height: auto;
	}
	
	.nameplate_nav ul li {
		margin: .5em 1% 0 0;
		width: 49%;
		min-width: 48%;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	.form_home_page {
		margin-left: 0;
		width: 100%;
		}

	.image_inset {
		clear: left;
		float: left;
		width: 100%;
		max-width: 900px;
		margin-left: 0;
	}
	
	.data_row_label , .name_divider_name {
		width: 23%;
		}

	.data_row_content, .name_divider_text{
		width: 74%;
		}

	.data_row_content input[type="text"], .name_divider_text input[type="text"], .data_row_content input[type="tel"], .data_row_content input[type="email"], .data_row_content input[type="password"], .name_divider_text input[type="tel"], .name_divider_text input[type="email"] {
		width: 96%;
		padding: 0 1%;
	}

	
	.footer {
		width: 100%;
		margin-left: 0;
	}

}

@media screen and (min-width: 800px) {
	.description {
		text-align: left;
	}


	.description h2 {
		text-align: center;
	}

	.benefit {
		width: 32.3%;
		margin: 0 0 1em 0;
		text-align: center;
	}
}


@media screen and (max-width: 480px) {
	body {
		font-size: 105%;
		line-height: 140%;
	}

	h3 {
		margin-top: .5em
	}

	.flag .logo {
		clear: left;
		float: none;
		width: 40%;
		max-width: inherit;
		margin: 0 auto;
	}
	
	.flag .nav {
		clear: left;
		width: 100%;
		height: auto;
	}

	.nav a {
		display: block;
		text-align: center;
	}

	.flag .nav a {
		margin: .5em 0;
	}

	.nav a:hover{
		background-color: #aaaaaa;
	}
	
	.compact.twoColumns {
		width: 100%;
	}

	.data_row_label , .name_divider_name {
		float: none;
		width: 100%;
		text-align: left;
	}

	.data_row_content, .name_divider_text, .data_row_content.main, .data_row_content.tools{
		float: none;
		width: 100%;
	}

	.roster_added_date {
		clear: left;
		margin-left: 0;
	}

}


/* --- text classes --- */
.text_gray {
	color: #aaaaaa;
}


#sortable { list-style-type: none; margin: 0; padding: 0; width: 100%; }
#sortable li { margin: .75em 0; padding: 0.5em; background-color: #eeeeee; border: 1px solid #dddddd; overflow: hidden; }
#sortable li span { position: absolute; margin-left: -1.3em; }