/******************************************************************************/
/* Common page styles - Updated with RWD Properties (changes marked)          */
/******************************************************************************/

/*---------------------------------------------------------------------------*/
/* General styles.                                                           */
/*---------------------------------------------------------------------------*/

/* NEW - Added webfont to modernize font & appearance */
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;1,300;0,400;1,400;0,500;0,600;0,700&display=swap');


a {
	color: #2060a0;
	font-weight: bold;
	text-decoration: none;
}

a:active,
a:hover {
	text-decoration: underline;
}

a img {
	border-style: none;
}

body {
	background-color: #fff;
	color: #000;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
	background-position: left 36px;
	/* Add */
	background-repeat: no-repeat;
	/* Add */
	font-family: 'Rubik', sans-serif;
	/* Change */
}

body,
input,
option,
select,
textarea {
	font-family: 'Rubik', sans-serif;
	/* Change */
	font-size: 14px;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

td,
th {
	padding: 2px .2em;
}

/* Remove extra spacing in table cells inserted by some browsers. */

td>h1:first-child,
th>h1:first-child,
td>h2:first-child,
th>h2:first-child,
td>h3:first-child,
th>h3:first-child,
td>h4:first-child,
th>h4:first-child,
td>h5:first-child,
th>h5:first-child,
td>h6:first-child,
th>h6:first-child,
td>p:first-child,
th>p:first-child,
td>div>p:first-child,
th>div>p:first-child,
div.message>p:first-child {
	margin-top: 0px;
}

td>h1:last-child,
th>h1:last-child,
td>h2:last-child,
th>h2:last-child,
td>h3:last-child,
th>h3:last-child,
td>h4:last-child,
th>h4:last-child,
td>h5:last-child,
th>h5:last-child,
td>h6:last-child,
th>h6:last-child,
td>p:last-child,
th>p:last-child,
td>div>p:last-child,
th>div>p:last-child,
div.message>p:last-child {
	margin-bottom: 0px;
}

/*---------------------------------------------------------------------------*/
/* Form elements.                                                            */
/*---------------------------------------------------------------------------*/

input,
option,
select,
textarea {
	color: #547898;
	font-weight: bold;
}

input[type="text"],
input[type="password"],
select,
textarea {
	border: 1px solid #809cb8;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

input.button {
	color: #000000;
	font-weight: bold;
	padding: .5ex .75em;
	text-shadow: 1px 1px 1px #fff;
}

input.button {
	overflow: visible;
	/* Removes extra padding in IE. */
	width: 0px;
}

input.button[class] {
	width: auto;
	/*  Undo the above for non-IE. */
}

input.numeric {
	text-align: right;
}

input.readonly {
	background-color: #f7f7f7;
	border: 1px solid #b0b0b0;
	color: #b0b0b0;
}

/* Used with the TinyMCE control. */

.htmlEditorArea div {
	border: 1px solid #7f9db9;
	margin: 1em;
}

.htmlEditorArea input,
.htmlEditorArea select,
.htmlEditorArea textarea {
	color: #000;
}

.mceContentBody {
	background-image: none;
}

/* Used to highlight check boxes and radio buttons. */

.fieldWrapper {
	border: 1px solid transparent;
	display: inline-block;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

/* Used to indicate invalid fields. */

.fieldError,
input.fieldError,
.htmlEditorArea.fieldError {
	background-color: #ffe0e0;
	border-color: #600000;
	color: #600000;
}

.fieldError option {
	background-color: #ffe0e0;
	color: #800000;
}

.htmlEditorArea.fieldError {
	border: 1px solid;
	border-radius: .25em;
	-moz-border-radius: .25em;
	-webkit-border-radius: .25em;
}

/*---------------------------------------------------------------------------*/
/* Page header.                                                              */
/* See additional header styles in RWD Section at bottomn of sheet 	    	 */
/*---------------------------------------------------------------------------*/

#headerSection {
	/* Add */
	background-color: #2060a0;
	background-image: url("../graphics/shadedBg.png");
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

/* Additional #titleBar styling in RWD section */
#titleBar {
	/* background-color: #2060a0;
	 border-bottom: 1px solid #000;
	border-top: 1px solid #15426b; */
	/* ↑ Moved to #headerSection */
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	width: 100%;
	/* Add */
	margin-bottom: 0;
	/* Add */
	display: inline-block;
	/* Add */
	/* background-position: left bottom
	background-repeat: repeat-x; */
	/* Remove */
}

#titleBar a,
#titleBar a:active,
#titleBar a:hover,
#titleBar a:visited {
	color: #fff;
}

/* Additional #status styling in RWD section */
#status {
	background-color: #fff;
	background-image: url("../graphics/statusBg.png");
	background-position: left top;
	background-repeat: no-repeat;
	border: 1px solid #000;
	color: #16426a;
	float: right;
	padding: 1px 1em;
	white-space: nowrap;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#status.noUsername {
	background-color: #ffffc0;
	border-color: #600000;
	color: #600000;
}

#login {
	background-color: transparent;
	clear: right;
	color: #fff;
	float: right;
	padding: 1px 1em;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#title {
	font-family: 'Rubik', sans-serif;
	font-size: 28px;
	letter-spacing: 1px;
}

#titleLogo {
	padding-left: 4px;
}

#titleText {
	padding-left: .25em;
	text-shadow: 0px 0px 4px #000;
}

#title a:hover {
	text-decoration: none;
}


.rightbox {
	/* Add */
	float: right;
	padding-right: 5px;
}

/*---------------------------------------------------------------------------*/
/* Site menu - Responsive Styles.                                            */
/* Replace entire section with following responsive (RWD) styling       	 */
/*---------------------------------------------------------------------------*/

/*--- NOTE: Class identifiers for the MENU dropdown are set in scripts/menu.js file ---*/

#rwdmenu,
#rwdmenu ul,
#rwdmenu ul li,
#rwdmenu ul li a,
#rwdmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #333;
}

@media all and (min-width: 1024px) {
	#rwdmenu ul {
		display: block !important;
	}
}

#rwdmenu ul {
	z-index: 999;
}

#rwdmenu:after,
#rwdmenu>ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

@media (max-width: 992px) {

	#rwdmenu>ul:after,
	#rwdmenu>ul:before {
		display: table;
		content: " ";
	}
}

#rwdmenu>ul.open {
	max-height: 500px;
	overflow-y: auto;
}

#rwdmenu ul::-webkit-scrollbar {
	display: none;
}

#rwdmenu #menu-button {
	display: none;
}

#rwdmenu {
	font-family: 'Rubik', sans-serif;
	background: #333;
}

#rwdmenu>ul>li {
	float: left;
}

#rwdmenu.align-center>ul {
	font-size: 0;
	text-align: center;
}

#rwdmenu.align-center>ul>li {
	display: inline-block;
	float: none;
}

#rwdmenu.align-center ul ul {
	text-align: left;
}

#rwdmenu.align-right>ul>li {
	float: right;
}

#rwdmenu>ul>li>a {
	padding: 14px 10px;
	font-size: 10px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #ddd;
	font-weight: 700;
	text-transform: uppercase;
}

#rwdmenu>ul>li:hover>a {
	color: #fff;
}

#rwdmenu>ul>li.has-sub>a {
	padding-right: 30px;
}

#rwdmenu>ul>li.has-sub>a:after {
	position: absolute;
	top: 17px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: '';
}

#rwdmenu>ul>li.has-sub>a:before {
	position: absolute;
	top: 14px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#rwdmenu>ul>li.has-sub:hover>a:before {
	top: 23px;
	height: 0;
}

#rwdmenu ul ul {
	position: absolute;
	left: -9999px;
}

#rwdmenu.align-right ul ul {
	text-align: right;
}

#rwdmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#rwdmenu li:hover>ul {
	left: auto;
}

#rwdmenu.align-right li:hover>ul {
	left: auto;
	right: 0;
}

#rwdmenu li:hover>ul>li {
	height: 35px;
}

#rwdmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}

#rwdmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}

#rwdmenu ul ul li a {
	padding: 11px 15px;
	width: 170px;
	font-size: 12px;
	text-decoration: none;
	color: #dddddd;
	font-weight: 400;
	background: #333;
}

#rwdmenu ul ul li:last-child>a,
#rwdmenu ul ul li.last-item>a {
	border-bottom: 0;
}

#rwdmenu ul ul li:hover>a,
#rwdmenu ul ul li a:hover {
	color: #fff;
}

#rwdmenu ul ul li.has-sub>a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: '';
}

#rwdmenu.align-right ul ul li.has-sub>a:after {
	right: auto;
	left: 11px;
}

#rwdmenu ul ul li.has-sub>a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#rwdmenu.align-right ul ul li.has-sub>a:before {
	right: auto;
	left: 14px;
}

#rwdmenu ul ul>li.has-sub:hover>a:before {
	top: 17px;
	height: 0;
}

@media all and (max-width: 1024px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min-resolution: 192dpi) and (max-width: 1024px),
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	#rwdmenu {
		width: 100%;
	}

	#rwdmenu ul {
		width: 100%;
		display: none;
		z-index: 9;
		overflow:auto;
	}

	#rwdmenu.align-center>ul {
		text-align: center;
	}

	#rwdmenu ul li {
		width: 100%;
		border-top: 2px solid #404040;
	}

	#rwdmenu ul ul li {
		width: 100%;
		border-top: 1px solid #999999;
		background-color: #a6a6a6;
	}

	#rwdmenu ul ul li,
	#rwdmenu li:hover>ul>li {
		height: auto;
	}

	#rwdmenu ul li a,
	#rwdmenu ul ul li a {
		width: 100%;
		border-bottom: 0;
	}

	#rwdmenu>ul>li {
		float: none;
	}

	#rwdmenu ul ul li a {
		padding-left: 25px;
	}

	#rwdmenu ul ul ul li a {
		padding-left: 35px;
	}

	#rwdmenu ul ul li a {
		color: #333;
		font-weight: 500;
		background: none;
	}

	#rwdmenu ul ul li:hover>a,
	#rwdmenu ul ul li.active>a {
		color: #fff;
	}

	#rwdmenu ul ul,
	#rwdmenu ul ul ul,
	#rwdmenu.align-right ul ul {
		position: relative;
		left: 0;
		width: 100%;
		margin: 0;
		text-align: right;
	}

	#rwdmenu>ul>li.has-sub>a:after,
	#rwdmenu>ul>li.has-sub>a:before,
	#rwdmenu ul ul>li.has-sub>a:after,
	#rwdmenu ul ul>li.has-sub>a:before {
		display: none;
	}

	#rwdmenu #menu-button {
		display: block;
		padding: 17px;
		color: #ddd;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: 700;
	}

	#rwdmenu #menu-button:after {
		position: absolute;
		top: 22px;
		right: 17px;
		display: block;
		height: 4px;
		width: 20px;
		border-top: 2px solid #ddd;
		border-bottom: 2px solid #ddd;
		content: '';
	}

	#rwdmenu #menu-button:before {
		position: absolute;
		top: 16px;
		right: 17px;
		display: block;
		height: 2px;
		width: 20px;
		background: #ddd;
		content: '';
	}

	#rwdmenu #menu-button.menu-opened:after {
		top: 23px;
		border: 0;
		height: 2px;
		width: 15px;
		background: #fff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#rwdmenu #menu-button.menu-opened:before {
		top: 23px;
		background: #fff;
		width: 15px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	#rwdmenu .submenu-button {
		position: absolute;
		z-index: 99;
		right: 0;
		top: 0;
		display: block;
		height: 38px;
		width: 100%;
		cursor: pointer;
	}

	#rwdmenu ul ul .submenu-button {
		height: 34px;
		width: 34px;
	}

	#rwdmenu .submenu-button:after {
		position: absolute;
		top: 18px;
		right: 19px;
		width: 8px;
		height: 2px;
		display: block;
		background: #ddd;
		content: '';
	}

	#rwdmenu ul ul .submenu-button:after {
		top: 15px;
		right: 13px;
	}

	#rwdmenu .submenu-button.submenu-opened:after {
		background: #fff;
	}

	#rwdmenu .submenu-button:before {
		position: absolute;
		top: 15px;
		right: 22px;
		display: block;
		width: 2px;
		height: 8px;
		background: #ddd;
		content: '';
	}

	#rwdmenu ul ul .submenu-button:before {
		top: 12px;
		right: 16px;
	}

	#rwdmenu .submenu-button.submenu-opened:before {
		display: none;
	}
}
/*-
.separator {
	border-bottom: 1px solid #c0c0c0;
	margin: 4px .5em;
}-*/

/*---------------------------------------------------------------------------*/
/* Main content.                                                             */
/*---------------------------------------------------------------------------*/

#contentSection {
	/*background-attachment: fixed;
	background-position: left 6em; */
	/* Remove */
	background-repeat: no-repeat;
	min-height: 200px;
}

#mainWrapper {
	margin: 1ex auto 0px auto;
}

.container {
	/* Add */
	margin: 1ex auto 0px auto;
	padding: 0;
	text-align: center;
}

/* Used to resize elements dynamically. */

/*.adjustWidth {
	width: 32em;}*/
/* Remove */

.adjustWidth {
	/* Add */
	text-align: left;
	width: 100% !important;
	max-width: 350px;
	margin: 0 auto;
}

/*---------------------------------------------------------------------------*/
/* Tables - Responsive Styles.          VERIFY ALL THESE STYLES (rtables)    */
/* Add entire section												     	 */
/*---------------------------------------------------------------------------*/

.m-width {
	max-width: 510px;
	width: 95%;
	overflow-x: auto;
	white-space: nowrap;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 0;
	margin: 0 auto;
}

.admintable {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
}

.admintable-60 {
	display: inline-block;
	vertical-align: top;
	max-width: 60%;
}


.rtable {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	overflow-x: auto;
	white-space: nowrap;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 0;
}

.rtable,
.rtable--flip tbody {
	-webkit-overflow-scrolling: touch;
	background: radial-gradient(left, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center, radial-gradient(right, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
	background-size: 10px 100%, 10px 100%;
	background-attachment: scroll, scroll;
	background-repeat: no-repeat;
}

.rtable--flip {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	background: none;
}

.rtable--flip thead {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	min-width: -webkit-min-content;
	min-width: -moz-min-content;
	min-width: min-content;
}

.rtable--flip tbody {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
}

.rtable--flip tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: -webkit-min-content;
	min-width: -moz-min-content;
	min-width: min-content;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.rtable--flip td,
.rtable--flip th {
	display: block;
}

.rtable--flip td {
	background-image: none !important;
	border-left: 0;
}

.rtable--flip th:not(:last-child),
.rtable--flip td:not(:last-child) {
	border-bottom: 0;
}

/* Original Main table styles. */

table.main {
	background-color: #fff;
	/* Add */
	border: 1px solid #000;
	empty-cells: show;
	border-radius: .25em;
	-moz-border-radius: .25em;
	-webkit-border-radius: .25em;
	/*box-shadow: 1px 1px 2px #c0c0c0;
	-moz-box-shadow: 1px 1px 2px #c0c0c0;
	-webkit-box-shadow: 1px 1px 2px #c0c0c0;*/
	/* Remove */
}

table.main tr.header {
	background-color: #000006;
	background-image: url("../graphics/highlightBg.png");
	background-position: left center;
	background-repeat: repeat-x;
	color: #fff;
	font-weight: bold;
	text-shadow: 0px 0px 2px #000;
}

table.main tr.subHeader {
	background-image: url("../graphics/subHeaderBg.png");
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #fff;
	color: #000;
}

table.main tr.bottomEdge td,
table.main tr.bottomEdge th {
	border-bottom: 1px solid #000;
}

table.main tr.topEdge td,
table.main tr.topEdge th {
	border-top: 1px solid #000;
}

table.main tr.bottomEdge table td,
table.main tr.bottomEdge table th {
	border: 0px none;
}

/* Following two style classes add alternating colors to rows */
table.main tr {
	background-image: url("../graphics/mainBg.png");
	/* Verify - Is using color code better? */
}

table.main tr.alt {
	background-image: url("../graphics/mainAltBg.png");
	/* Verify - Is using color code better? */
}

table.main tr table tr {
	background-image: none;
}

table.main td,
table.main th {
	padding-left: .25em;
	padding-right: .25em;
}

/* Add padding to first and last columns. */

table.main td:first-child,
table.main th:first-child {
	padding-left: 1em;
}

table.main td:last-child,
table.main th:last-child {
	padding-right: 1em;
}

table.main table td:first-child,
table.main table th:first-child {
	padding-left: .25em;
}

table.main table td:last-child,
table.main table th:last-child {
	padding-right: .25em;
}

/* Prevent text wrap. */

table.main tr.singleLine td,
table.main tr.singleLine th {
	white-space: nowrap;
}

/* For displaying small text in tables. */

table.main td.small {
	line-height: 1em;
}

table.main th.small {
	line-height: 1.25em;
}

/* For the standings page. */

table.main tr.header.afc {
	background-color: #a02020;
}

table.main tr.header.nfc {
	background-color: #2020a0;
}

table.main tr.playoffsBreak td {
	border-bottom: 3px double #000;
}

/* Used to fix the table width. */

table.main.fixed {
	width: 40em;
}

/* table.main.fixed-41 {
	width: 41.2em;
}*/
/* Remove */

table.main td.freeForm {
	padding: 1em;
}

/*---------------------------------------------------------------------------*/
/* Messages.                                                                 */
/*---------------------------------------------------------------------------*/

.errorMsg,
.successMsg,
.warningMsg {
	background-position: left .5ex;
	background-repeat: no-repeat;
	border: 1px solid #000;
	font-weight: bold;
	padding: .5ex 1em;
	min-height: 64px;
	border-radius: .25em;
	-moz-border-radius: .25em;
	-webkit-border-radius: .25em;
	width: 90% !important;
	/* Add */
	max-width: 530px;
	/* Add */
	margin: 0 auto;
	/* Add */
	text-align: left;
	/* Add */
}

.errorMsg {
	background-color: #ffe0e0;
	background-image: url("../graphics/error.png");
	border-color: #600000;
	color: #600000;
}

.successMsg {
	background-color: #e0ffe0;
	background-image: url("../graphics/success.png");
	border-color: #006000;
	color: #006000;
}

.warningMsg {
	background-color: #ffffe0;
	background-image: url("../graphics/warning.png");
	border-color: #606000;
	color: #606000;
}

.errorMsg ul {
	margin-top: 1ex;
	margin-bottom: .5ex;
}

.errorMsg div,
.successMsg div,
.warningMsg div {
	padding: 1ex .5em 1ex 72px;
}

.headerNote {
	font-size: 80%;
	font-style: italic;
}

.small {
	font-size: 12px;
	line-height: 18px;
}

.totalLine {
	border-top: 1px solid #000;
}

/* For Administrator-only text. */

.adminSection {
	background-color: #f8f8f8;
	background-image: url("../graphics/darkStripesBg.png");
	background-position: left top;
	border: 1px solid #000;
	color: #000;
	padding: .5em;
	border-radius: .25em;
	-moz-border-radius: .25em;
	-webkit-border-radius: .25em;
}

td.adminSection {
	border-width: 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

/*---------------------------------------------------------------------------*/
/* Paging navigation.                                                        */
/*---------------------------------------------------------------------------*/

.goToNavigation {
	white-space: nowrap;
}

.goToHeader,
.goToNavigation a {
	display: inline-block;
	line-height: 1.6em;
}

.goToHeader {
	font-weight: bold;
}

.goToNavigation a {
	background-color: #404040;
	background-image: url("../graphics/highlightBg.png");
	background-position: left center;
	background-repeat: repeat-x;
	border: 1px solid #000000;
	font-size: 12px;
	margin-left: 4px;
	text-align: center;
	width: 1.6em;
	border-radius: .25em;
	-moz-border-radius: .25em;
	-webkit-border-radius: .25em;
}

.goToNavigation a,
.goToNavigation a:active,
.goToNavigation a:hover,
.goToNavigation a:visited {
	color: #ffffff;
}

.goToSeparator {
	display: none;
}

/*---------------------------------------------------------------------------*/
/* Page footer.                                                              */
/*---------------------------------------------------------------------------*/

#subTitle {
	color: #aac2d6;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	padding: 1em .75em 2px 0px;
	text-align: right;
}

#footer {
	border-top: 1px solid #c0c0c0;
	font-style: italic;
	padding: 4px;
	padding-left: 1em;
	padding-right: 1em;
	text-align: right;
}

#contact {
	float: left;
}

/* #copyright {
}*/

/*---------------------------------------------------------------------------*/
/* Grouped Responsive (RWD)  ADD ALL                                         */
/*---------------------------------------------------------------------------*/

@media(max-width:992px) {
	#titleBar {
		padding: 15px;
		width: calc(100% - 30px);
	}

	#status {
		float: left;
		width: calc(100% - 100px);
	}

	#status.noUsername {
		float: left;
		width: calc(100% - 145px);
	}

	#title {
		display: inline-block;
		vertical-align: top;
		padding-top: 15px;
	}

	#login {
		line-height: 21px;
	}

	.rightbox {
		float: right;
		width: 100%;
		padding-right: 0;
	}

	.leftbox {
		float: left;
		width: 100%;
	}

	.admintable-60 {
		display: inline-block;
		vertical-align: top;
		max-width: 80%;
	}
}


@media(max-width:580px) {
	#contact {
		float: none;
	}

	#copyright {
		display: block;
	}
}

@media(max-width:620px) {
	#titleBar {
		padding: 15px;
	}

	#title {
		font-size: 20px;
	}
}

@media(max-width:480px) {
	#title {
		font-size: 16px;
	}

	.entrymobdisplay-480 {
		display: none;
	}
}

#message_tbl {
	width: 100% !important;
}

/*---------------------------------------------------------------------------*/
/* Misc Styles - Need to verify if used and best section                     */
/*---------------------------------------------------------------------------*/

.toggle-box,
.toggle-box-600 {
	display: none;
}

.singuptable {
	margin: 0 auto 10px auto !important;
}

select#username,
.singuptable select {
	width: 100%;
}

.logintable {
	margin: 0 auto 30px auto !important;
}

.logintable input[type="text"],
.logintable input[type="password"],
.logintable select,
.logintable textarea {
	border: 1px solid #809cb8;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 100%;
}

#phone-input-cell {
	width: 40px;
}

.editproftable {
	margin: 0 auto 10px auto !important;
}

.editproftable select {
	width: 100%;
	max-width: 191px;
}


.editproftable input,
.editproftable textarea {
	max-width: 191px;
}

.fullWidth {
	width: 100% !important;
	white-space: normal;
	margin: 0 auto;
}

.statistics-entrymobdisplay {
	display: table-cell;
}

.email-cels {
	width: 12em;
	float: left;
	text-align: left;
	padding: 0.3em;
}


@media (max-width: 1024px) {
	.toggle-box {
		display: block;
	}

	#tableshow {
		display: none;
	}

	.entrymobdisplay {
		display: none;
	}

	.admintable {
		display: inline-block;
		vertical-align: top;
		max-width: 95%;
	}
}

@media (max-width: 992px) {
	.admintable-60 {
		display: inline-block;
		vertical-align: top;
		max-width: 80%;
	}
}

@media (max-width: 720px) {
	.fullWidth {
		width: 95% !important;
		white-space: normal;
		margin: 0 auto;
	}
}

@media (max-width: 700px) {
	.entrymobdisplay-700 {
		display: none;
	}
}

@media (max-width: 600px) {
	.toggle-box-600 {
		display: block;
	}

	.entrymobdisplay-600 {
		display: none;
	}

	.admintable-60 {
		display: inline-block;
		vertical-align: top;
		max-width: 95%;
	}
}

@media (max-width: 520px) {
	.entrymobdisplay-520 {
		display: none;
	}
}

@media (max-width: 580px) {
	.entrymobdisplay-580 {
		display: none;
	}
}

@media (max-width: 480px) {
	.entrymobdisplay-480 {
		display: none;
	}

	.font-480 {
		font-size: 11px;
		;
	}
}

@media (max-width: 420px) {
	.adminSection select {
		width: 130px;
	}

	.size {
		display: block;
		width: 160px;
		white-space: nowrap;
		overflow: hidden;
		padding: 5px;
		text-overflow: ellipsis;
	}
}

@media (max-width: 380px) {
	.editproftable select {
		width: 100%;
		max-width: 170px;
	}


	.editproftable input,
	.editproftable textarea {
		max-width: 170px;
	}
}

/*---------------------------------------------------------------------------*/
/* Toggle button styles - Used for table expand/collapse function            */
/*---------------------------------------------------------------------------*/

.toggle-box {
	/*text-align: left;*/
	margin: 11px 0 5px 0;
}

.toggle-title {
	height: 30px;
	line-height: 30px;
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
	padding-right: 5px;
}

.toggle-button {
	position: relative;
	display: inline-block;
	color: #fff;
}

.toggle-button label {
	display: inline-block;
	text-transform: uppercase;
	cursor: pointer;
	text-align: left;
}

.toggle-button input {
	display: none;
}

.toggle-button__icon {
	cursor: pointer;
	pointer-events: none;
}

.toggle-button__icon:before,
.toggle-button__icon:after {
	content: "";
	position: absolute;
	top: 45%;
	left: 35%;
	transition: 0.2s ease-out;
}

.toggle-button--aava label {
	height: 30px;
	line-height: 30px;
	transition: all 0.2s;
	border-radius: 2rem;
}

.toggle-button--aava label:before,
.toggle-button--aava label:after {
	position: absolute;
	right: 1.5rem;
	transition: all 0.2s .1s ease-out;
}

.toggle-button--aava label:before {
	content: attr(data-on-text);
}

.toggle-button--aava label:after {
	content: attr(data-off-text);
}

.toggle-button--aava input[type=checkbox]+label {
	width: 85px;
	background: #FF5335;
}

.toggle-button--aava input[type=checkbox]+label:before {
	opacity: 0;
	transform: translate(0, 20px);
}

.toggle-button--aava input[type=checkbox]+label:after {
	opacity: 1;
	transform: translate(0, 0);
}

.toggle-button--aava input[type=checkbox]:checked~label {
	width: 85px;
	background: #61B136;
}

.toggle-button--aava input[type=checkbox]:checked~label:before {
	opacity: 1;
	transform: translate(0, 0);
}

.toggle-button--aava input[type=checkbox]:checked~label:after {
	opacity: 0;
	transform: translate(0, -20px);
}

.toggle-button--aava input[type=checkbox]:checked~.toggle-button__icon:before {
	transform: translate(-10%, 100%) rotate(45deg);
	width: 12.66667px;
}

.toggle-button--aava input[type=checkbox]:checked~.toggle-button__icon:after {
	transform: translate(30%) rotate(-45deg);
}

.toggle-button--aava .toggle-button__icon {
	position: absolute;
	left: 0;
	top: 0;
	height: 30px;
	width: 30px;
}

.toggle-button--aava .toggle-button__icon:before,
.toggle-button--aava .toggle-button__icon:after {
	height: 3px;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.toggle-button--aava .toggle-button__icon:before {
	width: 18px;
	transform: rotate(45deg);
}

.toggle-button--aava .toggle-button__icon:after {
	width: 19px;
	transform: rotate(-45deg);
}