<!--

/*
	Best Mixes STYLE

*/

html {
	height: 100%;
	box-sizing: border-box;
}

* {
	font-family: 'Roboto Slab', Verdana, Tahoma, sans-serif;
/*	box-sizing: inherit;*/
}

*:before,
*:after {
	box-sizing: inherit;
}

BODY {
	position: relative;
	padding-bottom: 6rem;
	min-height: 100%;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin: 0px;
}

P, TD, PRE {
	font-weight: 300;
}

FORM {
	margin: 0px;
	padding: 0px;
}

INPUT, TEXTAREA, SELECT {
	border: 1px solid #44545b; 
	font-weight: 400;
	color: #222222;
	padding: 3px;
	font-size: 15px;
}

div.ui-btn, input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	font-weight: 700;
	padding: 4px 15px;
	cursor:pointer;
	border: 1px solid #44545b; 
}

/* BEST MIX SPECIFIC */

img.BestMixCover {
	width: 300px;
	padding: 5px;
}

div.BestMixCovers {
	display: inline;
}

.fas {
	margin: 0 0 0 25px;
	color: #44545b;
	font-size: 2em;
}

.fas:hover {
	text-decoration: none;
}


.mixesHeader {
	width: 90%;
	padding-bottom: 20px;
}

.mixesIcons {
	vertical-align: top;
	padding-top: 10px;
	text-align: right;
}

td.mixCover {
	width: 300px;
	padding: 0px;
}

.inactive {
	opacity: 0.5;
}

/* END BEST MIX SPECIFIC */

.environment {
	background-color: firebrick;
	color: white;
	font-weight: 700;
	text-align: center;
	padding: 5px;
}

.MessageCell {
	font-weight: 700;
	text-align: center;
	padding: 15px;
}

.SubmitLinkButton {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: 1px solid #44545b; 
	color: #222222;
	font-size: 15px;
	font-weight: 700;
	padding: 4px 15px;
	margin: 2px;
}

h1 {
	font-weight: 700;
	}

h2 {
	font-weight: 400;
	}

h3 {
	font-weight: 300;
	}

A {
	font-family: inherit;
	text-decoration: none;
	color: #222222;
	font-weight: 700;
}

A:hover {
	text-decoration: underline;
}

li {
	line-height: 200%;
}

div.header {
	height: 88px;
	background-color: #44545b;
	color: white;
	font-weight: 700;
	font-size: 50pt;
	padding-left: 180px;
/*	line-height: 73px; */
	white-space: nowrap
}

div.menu {
	height: 39px;
	background-color: #d7920b;
	color: #222222;
	font-weight: 400;
	padding-left: 180px;
	margin-top: -20px;
	white-space: nowrap;
	border-bottom: 1px solid #44545b;
}

div.menu H2 {
	'margin-left: 20px;
}

div.subMenu {
	font-family: 'Roboto Condensed', Verdana, Tahoma, sans-serif;
    background-color: #aabbc1;
    font-size: larger;
    margin-top: -20px;
    margin-left: -200px;
    padding: 5 5 5 210px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #44545b;
	border-left: 1px solid #44545b;
}

div.subMenu A {
	color: inherit;
}

div.mainMenu {
	float: left;
	padding: 3 10 4 10px;
}

div.mainMenu:hover {
    background-color: #e3b254;
}

div.mainMenu.Active {
    background-color: #aabbc1;
	border-top: 1px solid #44545b;
	border-left: 1px solid #44545b;
	border-bottom: 4px solid #aabbc1;
	border-right: 1px solid #44545b;
	margin-top: -1px;
	z-index: 999;
}

div.FormContent {
/*	background-color: lightblue; */
	padding-left: 50px;
	margin: 20px 0px;
}

.logo {
	margin-left: -180px;
	float: left;
}


div.main {
	padding-left: 180px;
	padding-bottom: 80px;
	margin-top: 20px;
	min-height: 400px;
}

div.footer {
	background-color: #d7920b;
	font-weight: 400;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
}

div.admin{
	background-color: lightgrey;
}

div.adminLight{
	background-color: #eeeeee;
}

H1.pageTitle {
	color: #44545b;
	line-height: 35px;
/*	padding-left: 20px; */
	margin-bottom: -15px;
}


H2.pageSubTitle {
	color: #44545b;
	line-height: 35px;
	padding-left: 20px;
	margin-bottom: -15px;
}


P.pageBody {
	color: #44545b;
/*	padding-left: 20px; */
}

/* Data Table constructs */

.DataTable {
	border: 1px solid #44545b;
	border-collapse: collapse;
	padding: 0px;
/*	margin: 0 0 0 20px; */
	width: 90%;
}

.DataTable.TR {
	margin: 20 0px;
	margin-left: auto;
	margin-right: auto;
}

.DataTable.TQ  {
	width: 75%;
	margin: 20 0px;
}


.NestedDataTable {
	border: 1px solid #44545b;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.DataRowHover:hover td {
	background-color: #c6d3d9;
}

.DataRowHover.Sm {
	font-size: small;
}

/* end Data Table constructs */

/* Header Row / Cell constructs -- could be improved */

.HeaderRow {
	border: 1px solid #44545b;
	background-color: #d7920b;
	font-size: x-large;
	font-weight: 700;
	color: #222222;
	padding: 5px;
	text-align: center;
	height: 39px;
}

.admin{
	background-color: lightgrey;
}

.adminLight {
	background-color: #eeeeee;
}

.HeaderCell {
	border: 1px solid #44545b;
	background-color: #aabbc1;
	font-weight: 700;
	color: #222222;
	padding: 5px;
	text-align: center;
}

.HeaderCell.F {
	background-color: #44545b;
	color: white;
	padding: 1px;
}

.HeaderCell.TR {
	background-color: lightgrey;
	padding: 1px;
}

.HeaderCell.R {
	text-align: right;
	padding-right: 10px;
}

.SortHeader {
	background-color: #f9d286;
}

.HeaderCell.NoSort {
	background-color: #708389;
}

.HeaderCell.adminLight {
	background-color: #eeeeee;
}
.SortLink {
	color: #222222;
}

/* end Header Row / Cell constructs -- could be improved */

/* Data Cell constructs */

.FilterCell {
	border: 1px solid #44545b;
	text-align: center;
	padding: 5px;
}

.ErrorCell {
	font: 'Roboto Condensed', Verdana, Tahoma, sans-serif;
	font-weight: 700;
	font-style: italic;
	color: #b22222;
	background-color: #ecedee;
	border: 1px solid #44545b;
	text-align: center;
	padding: 15px;
}

.DataCell {
	font-family: 'Roboto Condensed', Verdana, Tahoma, sans-serif;
	border: 1px solid #44545b;
	padding: 5 3 5 10px;
/* Best Mix Addition to solve Text Wrapping */
    max-width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.DataCell.Alt {
	background-color: whitesmoke;
}

.DataCell.Sm {
	font-size: small;
}

.DataCell.R {
	padding: 5 10 5 3px;
	text-align: right;
}

.DataCell.C {
	padding: 5px;
	text-align: center;
}

.DataCell.B {
	font-weight: 700;
}

.DataCell.N {
	white-space: nowrap;
}

.DataCell.H {
	background-color: #f9d286;
	color: #222222;
}

.DataCell.Alt2 {
	background-color: #C6D3D9;
}

.Req {
	font-weight: 700;
	color: firebrick;
}

.InputLabel {
	width: 180px;
	font-weight: 700;
}

/* end Data Cell constructs */


/* Data Entry Table constructs */

.DataEntryTable {
	border: 1px solid #44545b;
	border-collapse: collapse;
	padding: 0px;
	margin: 0 0 0 20px;
	width: 80%;
}

.DataEntryTable.TR {
	margin: 20 0px;
	margin-left: auto;
	margin-right: auto;
}

.DataEntryTable.TQ  {
	width: 75%;
	margin: 20 0px;
}

/* end Data Entry Table constructs */

/* Data Entry constructs */

.DataEntry {
}

.DataEntry.Text  {
	width: 300px;
	padding-left: 7px;
}

.DataEntry.List  {
	width: 300px;
}

.DataEntry.Narrow  {
	width: 150px;
}

/* Clock Setup */

.setupForm {
	width: 250px;
	font-size: 16px;
	font-weight: 700;
	padding-left: 10px;
}

.setupForm.Input {
	width: 685px;
}

.setupForm.Submit {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	margin: 5 10px;
	background-color: green;
	color: white;
}

/* H2H constructs */

.H2HTable {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.H2HLabel1 {
	width: 150px;
	text-align: right;
	float: left;
	padding: 4 10 0 0px;
}

.H2HSelect {
	width: 200px;
	float: left;
}

.H2HLabel2 {
	float: left;
	width: 20px;
	padding: 4 5 0 5px;
	text-align: center;
}

.H2HCompare {
	float: left;
	padding-left: 15px;
}

HANDLE SCREEN SIZES BETWEEN 1024PX AND 1280PX
- ANY LARGER DEVICES ARE SUPPORTED WITH BASE STYLES

*/
@media screen and (max-width: 1280px) {

	.DataTable.TQ  {
		width: 90%;
	}

}
/*

HANDLE SCREEN SIZES BETWEEN 800PX AND 1024PX
- THERE IS NO SUPPORT FOR DEVICES WITH RESOLUTIONS LOWER THAN 800PX!

*/
@media screen and (max-width: 1024px) {

	.DataTable {
		margin: 0 0 0 10px;
		width: 97%;
	}

	H1.pageTitle {
		padding-left: 10px;
	}


	H2.pageSubTitle {
		padding-left: 10px;
	}


	P.pageBody {
		padding-left: 10px;
	}

	div.header {
		padding-left: 5px;
	}

	div.menu {
		padding-left: 5px;
	}

	div.main {
		padding-left: 5px;
	}

}


-->