<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}

/*
input {
	-webkit-appearance: none;
	-webkit-border-radius:0;
	border-radius:0;
}
*/
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');
html {
	background-color: #FFF;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin:0;
}
body#body {
	padding:0 8px;
}
#login .container {
	padding-top:20px;
}
#main-head {
	height:55px;
}
img.logo {
	max-width: 95%;
	margin: 0 auto 1em;
	display: block;
}
#mLogo {
    width: 110px;
    margin: 0 auto -65px auto;
    float: left;
}
.bbottom {
	border-bottom: solid 1px #f0f0f0;
	margin-bottom: 15px;
}
.bg-danger {
	padding: 10px;
	border-radius: 10px;
}
.blueBtn {
    color: #FFF;
    font-size: 1.25em;
    text-transform: uppercase;
    padding: 5px 20px;
    display: inline-block;
    background: #428bca;
    margin: 5px auto;
    border: none;
    font-weight: normal;
    font-family: 'Open Sans Condensed', sans-serif;
    border-radius: 0;
    -webkit-appearance:none;
}
h1 {
	clear: left;
	padding-top: 20px;
}
h1#pgTitle {
	background: #211d70;
	font-size: 30px;
	line-height: inherit;
}
h1#pgTitle, h2.groupTitle {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin: 30px 0 0 0;
    text-align: center;
    color: #fff;
    padding: 10px;
}
h2.groupTitle {
	background: #3778bc;
    margin-bottom: 10px;
    font-size: 26px;
}
.btn-grey, .btn-orange, .form-group button.submitr {
    display: inline-block;
    padding: 0.5em 0.8em;
    color: #fff;
    background-color: #555;
    border-radius: 5px;
    border:solid 1px #ddd;
    text-decoration: none;
}
.subHeader {
    font-size: 1.6em;
    line-height: 1em;
    margin: 1em 0;
    background: #3778bc;
    padding: .5em;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: normal;
}
.fltLft {
	float: left;
}
.form-group.fltLft{
	margin-right: 15px;
}
hr {
	width: 100%;
	clear: both;
}
#modern .btn-default {
	background:#555;
	color: #fff;
	border:solid 1px #ddd;
	text-shadow: none;
}
#modern .btn-danger {
	background:#f35f42;
}
.btn-grey:hover, .btn-orange:hover, .subhead a:hover, .btn-grey:focus, .btn-orange:focus, .subhead a:focus, .subheadcoach a:focus, .subheadcoach a:hover{
	color: #fff !important;
	text-decoration: none !important;
	opacity: .8;
}
.btn-orange {
	background-color: #eb9316;
}

#notApplicableCheck {
	display: none;
}
.forminput {
	border: 1px solid #ccc;
	padding: 0.5em 1em;
	margin: 0;
	width: 45%;
	max-width: 50%;
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
	outline: none;
	border-radius: .5em;
}
div.overdue {
	border: 2px solid red;
	padding: 0.5em;
	border-radius: 0.5em;
}
div#contact, #fPassword {
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
}
.g-recaptcha div {
	margin:0 auto 10px auto;
}
.container,
.footer {
	margin : auto !important;
}

div.container {
}

div.container p {
	max-width: 640px;
}

div.signIn {
	margin: 0 auto;
	text-align: center;
}

#login h1 {
	padding-top: 0;
}
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile:focus + label,
.inputfile + label:hover {
    background-color: rgba(19,191,17,1);
}
.inputfile + label {
	padding: 1em;
    font-size: 1em;
    font-weight: 700;
    color: #222;
    background-color: #dfdfdf;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    width: 165px;
    border-radius: .5em;
}
.inputfile + label * {
    margin-right: 10px;
    margin-bottom: -2px;
}
#xfdw {
    width: auto !important;
    float: right;
    margin: 0;
    text-align: left;
}
div.signIn h2,
h1, .h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: normal;
}

div.signIn input,
div.clientPage input {
	padding: 0.7em 0;
	margin: 1em 0;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 1em;
	background-color: #fff;
	width: 100%;
	margin: 0 0 0.5em 0;
}

div.signIn input:focus,
div.clientPage input:focus {
	outline: none;
	border: 1px solid #999;
}



.clientPage .bg-danger button {
	display: inline-block;
	padding: 0 2em;
	background-color: #555;
	text-decoration: none;
	border-radius: 10px;
	height: 41.59px;
	line-height: 2em;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	border: none;
	font-size: 1.2em;
}

div.signIn button.signIn:hover,
div.signIn button.register:hover {
	background-image: none;
}

div.signIn button.register {
	color: #777 !important;
	background-color: #fff;
	border-width: 1px 0;
	border-style: solid;
	border-color: #777 #777 white #777;
	background-image: -webkit-linear-gradient(top, #fff, #ccc);
	background-image: -moz-linear-gradient(top, #fff, #ccc);
	background-image: -ms-linear-gradient(top, #fff, #ccc);
	background-image: -o-linear-gradient(top, #fff, #ccc);
}

div.clientPage input {
	width: 300px;
}

div.clientPage button {
}

ul.clientIndexCalPrevNext li.previous,
ul.clientIndexCalPrevNext li.next {
	display: none;
}

ul.clientNav,
ul.clientNav li,
ul.clientIndexCalNav,
ul.clientIndexCalNav li,
ul.clientIndexCalPrevNext,
ul.clientIndexCalPrevNext li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.clientNav,
ul.clientIndexCalNav {
	margin: 1em 0;
	font-size: 0.9em;
	text-align: center;
}

ul.clientNav li,
ul.clientIndexCalNav li {
	display: inline-block;
}

ul.clientNav li a,
ul.clientNav li label {
	display: block;
	padding: 0.5em 0.8em;
	color: #ddd;
	border-style: solid;
	border-color: #ddd;
	background-color: #555;
	border-radius: 5px;
	border-width: 1px;
	width: 100%;
	text-decoration: none;
}

ul.clientNav li.activeTab a,
ul.clientNav li.activeTab label {
	background-color: #3778bc;
	color: white;
}

ul.clientIndexCalNav form {
	display: inline-block;
}

ul.clientIndexCalNav label {
	display: block;
}

ul.clientIndexCalPrevNext {
	margin: 1em 0 !important;
}

ul.clientIndexCalPrevNext li {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 11px;
}

ul.clientIndexCalPrevNext select,
ul.clientIndexCalPrevNext input[type="button"] {
	font-size: 1.5em !important;
	padding: 0.5em 1em;
	outline: none;
	border-color: #ccc;
	outline: none;
	margin: 0;
}

ul.clientIndexCalPrevNext select#select01,
ul.clientIndexCalPrevNext select#select03 {
	border-radius: 1em 0 0 1em;
	border-width: 1px 0 1px 1px;
}

ul.clientIndexCalPrevNext select#select02,
ul.clientIndexCalPrevNext select#select04 {
	border-radius: 0 1em 1em 0;
	border-width: 1px 1px 1px 0;
}

ul.clientIndexCalPrevNext input[type="button"] {
	/*border-radius: 0 1em 1em 0;


	border-width: 1px 1px 1px  0;*/
	border-width: 1px;
	border-radius: 1em;
	line-height: 1em; !important
}

ul.clientIndexCalPrevNext li.previous,
ul.clientIndexCalPrevNext li.next {
	width: 50%;
}

ul.clientIndexCalPrevNext li.previous a span.link,
ul.clientIndexCalPrevNext li.next a span.link {
	background-color: #555;
	color: #ddd;
	display: inline-block;
	height: 2em;
	line-height: 2em;
	float: left;
	padding: 0 1em;
}

ul.clientIndexCalPrevNext li.next a span.link {
	float: right;
}

ul.clientIndexCalPrevNext li.previous a span.arrowLeft {
	border-right: 1em solid #555;
	border-top: 1em solid transparent;
	border-bottom: 1em solid transparent;
	display: inline-block;
	float: left;
}

ul.clientIndexCalPrevNext li.next a span.arrowRight {
	border-left: 1em solid #555;
	border-top: 1em solid transparent;
	border-bottom: 1em solid transparent;
	display: inline-block;
	float: right;
}

div.welcomeBox {
	background-color: yellow;
	border-radius: 15px;
	padding: 15px;
}

th.weekCol {
	width: 13.57142857142857%;
}

th.weekNo {
	width: 5%;
}

.footer {
	border-top: 1px solid #eee;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 0.7em;
	text-align: center;
	margin-top: 80px;
}

.calendarW {
	border-bottom: 1px solid #666666; border-right: 1px solid #666666; }

.calendarW th { height: 30px; text-align: center; }

.calendarW td { }

.dataT { }

.dataH {
}

.dataD { }

.dataD button#today {
	background-color: #FFFF00;
	color: black
}

.block {
}

.block a, .block a:visited { }

.block a:hover { }

.thisMonth { }

.notThisMonth {
	background-color: #c7c7c7;
	font-style: italic;
	color: #888;
}

.notThisMonth a {
	color: #888 !important;
}

.ui-dialog { /*font-size: 62.5%;*/ }

.ui-dialog { /*padding: .3em;*/ }

ul.dragSort { list-style-type: none; margin: 0; padding: 0; /* min-height: 300px; border:1px red solid;*/ }

ul.dragSort li { margin: 0px; padding: 0px; }

.infoBox {
	background-color: #F0F0F0;
	border: 2px solid #ccc;
	max-width: 320px;
	height: auto;
	padding: 3px;
	font-size: 11px;
	color: #555333;
	position: absolute;
	display: none;
}

.tblCalendar th,
.tblCalendar td {
	padding: 5px;
	position: relative;
}

.tblCalendar td {
	padding-bottom: 40px;
}

.tblCalendar button {
	border: 1px solid #999;
	background-color: #eee;
	color: #666;
	margin: 0;
	border-radius: 1em;
	outline: none;
}

.tblCalendar button:hover {
	background-color: #fff;
	color: #555;
	cursor: pointer;
}

.notThisMonth button {
	background-color: transparent;
}

table.tblCalendar {
	border-spacing: 0;
	font-size: 10px;
}

.tblCalendar button.calAdd {
	width: 100%;
}

div.calButtons {
	/*position: absolute;


	bottom:-40px;*/
}

.tblCalendar div.calButtons button {
	width: 33.333333%;
	border-left: 1px solid #666;
}

.tblCalendar div.dayInMonth {
	position: relative;
	clear: both;
}

div.calendar {
	/*font-family: 'Open Sans Condensed', sans-serif;*/
	font-size: 10px;
}

div.calendar ul,
div.calendar ul &gt; li {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.calendar &gt; ul {
	clear: both;
}

div.calendar ul.dragSort input {
	display: none;
}

div.calendar ul.dragSort a.eventLink {
	display: block;
	color: #222;
	text-decoration: none;
	border-top: 1px dashed #999;
	text-transform: capitalize;
}

div.calendar ul.dragSort a.eventLink:hover {
	text-decoration: underline;
}

div.holderTooltip2 li.description p {
	margin: 0.5em 0;
	max-height: 150px;
	overflow: auto;
	text-overflow: ellipsis;
}

span.closeButton {
	cursor: pointer;
	display: block;
	position: absolute;
	top: -0.5em;
	right: -0.5em;
	background-color: white;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 1em;
	height: 2em;
	line-height: 1.6em;
	width: 2em;
}

span.closeButton:hover {
	background-color: #eee;
}

div.calendar h2,
div.calendar h3,
div.calendar h4 {
	font-family: 'Open Sans Condensed', sans-serif;
}

div.calendar h3 {
	margin-bottom: 0;
	font-size: 1.2em;
}

div.calendar h4 {
	float: left;
	margin: 0;
}

div.calendar ul.calendarHeadings {
	padding-bottom: 10px;
	overflow: hidden;
}

div.calendar ul.calendarHeadings &gt; li,
div.calendar ul.tblCalendar &gt; li {
	display: block;
	float: left;
	width: 14.28571428571429%;
	border-left: 1px solid #ccc;
	padding: 0.5em 1em;
}

h2.weekNumber {
	clear: both;
	text-align: center;
	margin: 0;
	padding: 0.5em 0;
	border-top: 1px solid #ccc;
}

h2.weekNumber:hover {
	background-color: #fff;
	color: #555;
	cursor: pointer;
}

/*


div.calendar ul.calendarHeadings &gt; li:first-child,


ul.tblCalendar &gt; li:nth-child(8n+1)


{


	clear: both;


	border-left:none;


	width:3%;


}


*/

ul.tblCalendar.otherWeek {
	display: none;
}

.logo &gt; img {
	max-width: 100%;
}

.holderTooltip {
	display: none !important;
}

div.calendar ul.dragSort div.block &gt; span {
	display: block;
	border-radius: 1em;
	height: 2em;
	width: 2em;
	line-height: 2em;
	text-align: center;
}

span.sore1,
div.injuryTab.sore1 {
	background-color: #dfcf00;
	color: white;
}

span.sore2,
div.injuryTab.sore2 {
	background-color: #df7600;
	color: white;
}

span.sore3,
span.sore4,
span.sore5,
div.injuryTab.sore3,
div.injuryTab.sore4,
div.injuryTab.sore5 {
	background-color: #df1e00;
	color: white;
}

.clear {
	width: 0;
	height: 0;
	clear: both;
}

/*///////////////          START Edit Event Form              //////////////*/

#event-form {
}

.editEventForm div.container {
	padding-top: 0;
}

.editEventForm li.confirm {
	text-align: center;
}

.topBarForm,
.topBarPlaceholder {
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #eee;
	z-index: 200;
}

.topBarPlaceholder {
	display: none;
	height: 76px;
}

.topBarForm .formbutton {
	float: right;
}

.editEventForm h1,
.editEventForm h2,
.editEventForm h3 {
	font-family: 'Open Sans', sans-serif;
}

.editEventForm h3,
.editEventForm h4 {
	text-align: center;
}

.editEventForm h1,
.editEventForm h2 {
	margin: 0;
	padding: 0;
}

.editEventForm h1 {
	/*margin-top: 1em;*/
}

.editEventForm ul,
.editEventForm ul &gt; li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.details &gt; li,
ul.contacts &gt; li label {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #ccc;
	/*


	background-color: #f2f2f2;


	border-top: 1px solid white;


	border-radius: 1em;


	*/
}

ul.coaches &gt; li label {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #ccc;

}

.editEventForm form ul.details &gt; li {
	min-height: 2.5em;
	
}
.editEventForm form ul.details &gt; li {
	min-height: 2.5em;
	
}

.editEventForm form ul.contacts &gt; li {
	width: 25%;
	display: inline-block;
	text-align: center;
}

.editEventForm form ul.contacts &gt; li label {
	display: block;
	padding: 0.5em 1em;
	border-radius: 1em;
	background-color: #eee;
	border: 1px solid #ccc;
	margin: 1px;
	cursor: pointer;
}

.editEventForm form ul.coaches &gt; li {
	width: 25%;
	display: inline-block;
	text-align: center;
}

.editEventForm form ul.coaches &gt; li label {
	display: block;
	padding: 0.5em 1em;
	border-radius: 1em;
	background-color: #eee;
	border: 1px solid #ccc;
	margin: 1px;
	cursor: pointer;
}


.editEventForm ul.details input[type="text"],
.editEventForm ul.details input[type="date"],
.editEventForm ul.details input[type="password"],
.editEventForm ul.details textarea,
.ppWrap textarea, ul.soreness, .canplays, .common {
	border: 1px solid #ccc;
	padding: 0.5em 1em;
	margin: 0 !important;
	width: 45%;
	max-width: 50%;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	outline: none;
	border-radius: 0;

}

#profilefrmdiv .editEventForm ul.details select{
	border: 1px solid #ccc;
	padding: 0.5em 1em;
	margin: 0 !important;
	width: 45%;
	max-width: 50%;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	outline: none;
	border-radius: 0;
}

 input[type="date"] {
 	color: #7e7777;
 }
input.smallField {
	max-width: 200px !important;
}
.canplays {
	border: none;
	float: left;
	padding:0;
}


.editEventForm input[type="text"]:focus,
.editEventForm input[type="password"]:focus,
.editEventForm textarea:focus,
.editEventForm form ul.contacts &gt; li label:hover,
span.checkbox label:hover,
span.radioSwitch label:hover {
	background-color: lightcyan;
}

.editEventForm form ul.coaches &gt; li label:hover {
	background-color: lightcyan;
}

/*


.editEventForm textarea


{


	transition: all .5s ease-in-out 0s;


	-ms-transition: all .5s ease-in-out 0s;


	-webkit-transition: all .5s ease-in-out 0s;


}


.editEventForm textarea:focus


{


	position: fixed;


	top:0;


	left:0;


	width: 100% !important;


	max-width: 100% !important;


	height: 100%;


	z-index: 9000;


}


*/

.fixfixed {
	position: absolute;
	overflow: hidden;
}

.editEventForm input[type="checkbox"] {
	/*margin: 0 1em;*/
}

.editEventForm textarea.mceNoEditor {

}

.editEventForm select {
	font-family: 'Open Sans', sans-serif;
	max-width: 100%;
}

.editEventgrp {
	font-family: 'Open Sans', sans-serif;
	max-width: 100%;
	height: 197px;
}

#track_body {
	width: 50%;
	display: inline-block;
}

.editEventForm label &gt; span {
	text-align: center;
}

.editEventForm .note {
	font-size: 0.8em;
	font-weight: normal;
	text-align: center;
	font-style: normal;
}

.popUpSuccess {
	background-color: #090;
	color: #fff;
	padding: 1em;
	border-radius: 2em;
	text-align: center;
}

.editEventForm .formbutton, .formbutton {
    display: block;
    margin: 1em auto;
    padding: 0.7em 1.8em;
    background-color: #13bf11;
    color: white;
    border: none;
    border-radius: 0.5em;
    cursor: pointer;
    font-size: 1.2em;
    outline: none;
    font-weight: bold;
}

.editEventForm .formbutton:hover {
	background-color: limegreen;
}

.editEventForm .passwordbutton {
	float: right;
	background-color: #090;
	border: medium none; margin: 5px 0px 0px;
	color: #fff;
	padding: 8px;
	text-align: center;
	border-radius: 0.5em;
	outline: none;
}

.editEventForm .passwordbutton:hover {
	background-color: limegreen;
}

.holderTooltip2 {
	position: absolute;
	background-color: #fff;
	padding: 1em;
	z-index: 1000;
	border-radius: 0.5em;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

div.medicalVideo {
	text-align: center;
}
ul.soreness {
	display: block;
	border-radius: 1em;
	overflow: hidden;
	background-color: white;
	font-size: 1em;
	text-align: right;
	padding: .5em 0;
	border: none;
}
.kiWrap label, label.soloAlignr {
	width: 30%;
	text-align: right;
	float: left;
	display: block;
	margin:0.5em 5% 0.5em 0;
}
.kiWrap textarea, textarea.soloAlignr {
	width: 502px !important;
    margin: 20px 0 !important;

}
ul.soreness li {
	width: 16.66666666666667%;
	display: inline-block;
	text-align: center;
}

ul.soreness label &gt; input {
	display: none;
}

ul.soreness span {
	padding: 0.5em 0;
	width: 100%;
	display: block;
	background-color: #222;
	color: white;
	border-left: 1px solid white;
}

textarea.mceNoEditor {
	border: 1px solid #ccc;
	padding: 0.5em 1em;
	margin: 0;
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
	outline: none;
	border-radius: .5em;
}

ul.soreness span:hover,
ul.radioList span:hover {
	cursor: pointer;
	opacity: 0.7;
}

ul.soreness li.cra0 span {
	background-color: #444;
	border-left: none;
}

ul.soreness li.cra1 span {
	background-color: #dfcf00;
}

ul.soreness li.cra2 span {
	/*


	background-color: #dfa700;


	background-color: #df4500;


	*/
	background-color: #df7600;
}

ul.soreness li.cra3 span {
	background-color: #df1e00;
}

ul.soreness li.cra4 span {
	background-color: #df1e00;
}

ul.soreness li.cra5 span {
	background-color: #df1e00;
}

ul.soreness span.unselected,
ul.radioList span.unselected {
	background-color: #aaa !important;
}

ul.minorMajor,
ul.canPlay {
	margin: 1em;
	font-size: 0.8em;
}

ul.minorMajor li {
	width: 50%;
	display: inline-block;
	text-align: center;
}

ul.canPlay {
	margin:1em 0;
}
ul.canPlay li {
	width: 16.66666666666667%;
	display: inline-block;
	text-align: center;

	/*white-space: nowrap;*/
	border-left: 1px solid #999;
}

ul.canPlay li.ok {
	border-left: none;
}

ul.canPlay li.canPlay {
}

ul.canPlay li.fiddyfiddy {
}

ul.canPlay li.grade1 {
}

ul.canPlay li.grade2 {
}

ul.canPlay li.grade3 {
}

ul.radioList {
	display: block;
	border-radius: 1em;
	overflow: hidden;
	background-color: white;
	font-size: 1em;
	border: 3px solid #eee;
	text-align: right;
	width: 60%;
	margin: 0 auto;
}

ul.radioList li {
	display: inline-block;
	text-align: center;
}

ul.radio11 li {
	width: 9.090909090909091%;
}

ul.radio4 li {
	width: 25%;
}

ul.radioList label &gt; input,
ul.checkbox label &gt; input {
	display: none;
}

ul.radioList span {
	padding: 0.5em 0;
	width: 100%;
	display: block;
	background-color: #444;
	color: white;
	border-left: 1px solid white;
}

ul.radioList span.mobile {
	display: none;
}

ul.radioList li:first-child span {
	border-left: none;
}

ul.radio4 li:nth-child(2) span {
	background-color: #91c5ea;
}

ul.radio4 li:nth-child(3) span {
	background-color: #3778bc;
}

ul.radio4 li:nth-child(4) span {
	background-color: #211d71;
}

ul.radio11 li.work0 span {
	/*background-color: #a9e1f8;*/
	background-color: #444;
	border-left: none;
}

ul.radio11 li.work1 span,
ul.keyFactor5 li:nth-child(2) span,
ul.keyFactor10 li:nth-child(1) span {
	background-color: #91c5ea;
}

ul.heatMap li.work1pt5,
ul.radio11 li.work2 span,
ul.keyFactor10 li:nth-child(2) span {
	background-color: #7aaedd;
}

ul.radio11 li.work3 span,
ul.keyFactor5 li:nth-child(3) span,
ul.keyFactor10 li:nth-child(3) span {
	background-color: #659ace;
}

ul.heatMap li.work2pt5,
ul.radio11 li.work4 span,
ul.keyFactor10 li:nth-child(4) span {
	background-color: #4f86c6;
}

ul.radio11 li.work5 span,
ul.keyFactor5 li:nth-child(4) span,
ul.keyFactor10 li:nth-child(5) span {
	background-color: #3778bc;
}

ul.heatMap li.work3pt5,
ul.radio11 li.work6 span,
ul.keyFactor10 li:nth-child(6) span {
	background-color: #1068b2;
}

ul.radio11 li.work7 span,
ul.keyFactor5 li:nth-child(5) span,
ul.keyFactor10 li:nth-child(7) span {
	background-color: #0059a9;
}

ul.heatMap li.work4pt5,
ul.radio11 li.work8 span,
ul.keyFactor10 li:nth-child(8) span {
	background-color: #034694;
}

ul.radio11 li.work9 span,
ul.keyFactor5 li:nth-child(6) span,
ul.keyFactor10 li:nth-child(9) span {
	background-color: #1b3280;
}

ul.heatMap li.work5pt5,
ul.radio11 li.work10 span,
ul.keyFactor10 li:nth-child(10) span {
	background-color: #211d71;
}

div.heatMap,
ul.coldMap,
ul.coldMap2,
ul.coldMapUser,
div.workloadMonth {
	width: 300px;
	height: 1.5em;
	line-height: 1.4em;
	margin: 0.5em 0;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 1);
	border-radius: 1em;
	/* background-image: linear-gradient(


	 to right,


	 #0c37d3,


	 #03dee0 25%,


	 #aeff06 50%,


	 #f49400 75%,


	 #fe1302 100%


	 ); */
}

div.workloadMonth {
	background-color: #3778bc;

	/*min-width: 27px;*/
	color: white;
	padding-left: 10px;
}

ul.heatMap li.work1 {
	background-color: #0c37d3;
}

ul.heatMap li.work2 {
	background-color: #03dee0;
}

ul.heatMap li.work3 {
	background-color: #aeff06;
}

ul.heatMap li.work4 {
	background-color: #f49400;
}

ul.heatMap li.work5 {
	background-color: #fe1302;
}

ul.coldMap,
ul.coldMap li {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	height: 1.5em;
	line-height: 1.5em;
}

ul.coldMap {
	width: 330px;
	background-color: #d7d7d7;
	margin: 0.5em 0;
	display: inline-block;
}

ul.coldMap li {
	display: inline-block;
	text-align: center;
	color: #fff;
	border-left: 1px solid #bbb
}

ul.coldMap li:first-of-type {
	border-left: 0;
}

ul.coldMapUser,
ul.coldMapUser li {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	height: 1.5em;
	line-height: 1.5em;
}

ul.coldMapUser {
	width: 330px;
	background-color: #d7d7d7;
	margin: 0.5em 0;
	display: inline-block;
}

ul.coldMapUser li {
	display: inline-block;
	text-align: center;
	color: #fff;
	border-left: 1px solid #bbb
}

ul.coldMapUser li:first-of-type {
	border-left: 0;
}

ul.coldMap2,
ul.coldMap2 li {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	height: 1.5em;
	line-height: 1.5em;
}

ul.coldMap2 {
	width: 330px;
	background-color: #d7d7d7;
	margin: 0.5em 0;
	display: inline-block;
}

ul.coldMap2 li {
	display: inline-block;
	text-align: center;
	color: #fff;
	border-left: 1px solid #bbb
}

ul.coldMap2 li:first-of-type {
	border-left: 0;
}

ul#keyFactors li {
	/*text-align: center;*/
}

ul.keyFactor5 {
}

ul.keyFactor10 li {
	width: 10%;
}

ul.keyFactor5 li {
	width: 16.66666666666667%;
}

/*ul.standardForm label &gt; label


{


	display: inline-block;


	padding: 0.5em 1em;


	border-radius: 1em;


	border:1px solid #ccc;


}


ul.standardForm label &gt; label:hover


{


	background-color: #fff;


	cursor: pointer;


}*/

span.radioSwitch,
span.checkbox {
	display: inline-block;
	border-radius: 1em;
	white-space: nowrap;
	overflow: hidden;
	border: 3px solid #fff;
}

span.radioSwitch label,
span.checkbox label {
	padding: 0.5em 1em;
	display: block;
	float: left;
	position: relative;
	z-index: 0;
	text-align: center;
	border-left: 1px solid #fff;
	background-color: #ddd;
	color: #777;
	cursor: pointer;
}

span.radioSwitch label.selected,
span.checkbox label.selected,
.editEventForm form ul.contacts &gt; li label.selected {
	background-color: #3778bc;
	color: white;
}

.editEventForm form ul.coaches &gt; li label.selected {
	background-color: #3778bc;
	color: white;
}

span.checkbox label:first-of-type {
	border-left: none;
	padding-left: 0.8em;
}

span.radioSwitch label:first-of-type {
	border-left: none;
}

span.checkbox label:last-of-type {
	padding-right: 0.8em;
}

span.radioSwitch label input,
span.checkbox label input {
	display: none;
}

span.dropdownGroup {
	float: left;
	margin-right: 0.5em;
}

ul.notRequired label.option0 {
	background-color: #444;
}

/*-----------------*/

#recaptcha_area {
	background-color: #fff;
	display: inline-block;
	border-radius: 1.4em;
	overflow: hidden;
	width: 400px;
	padding: 0 40px 0 15px;
}

.recaptchatable {
}

input#recaptcha_response_field {
	border: 1px solid #ccc !important;
	max-width: 100% !important;
}

table#recaptcha_table td {
	padding: 0 5px !important;
}

div.recaptchaContainer {
	width: 100% !important;
}

div.recaptchaContainer * {
	max-width: 100% !important;
}

#recaptcha_image,
#recaptcha_image img {
	width: 100% !important;
}

#recaptcha_table {
	width: 100% !important;
	border: none !important;
}

#recaptcha_table tr:nth-child(2) &gt; td:nth-child(2),
#recaptcha_table tr &gt; td:nth-child(3) {
	display: none;
}

td.recaptcha_image_cell,
div.recaptcha_input_area input {
	width: 100% !important;
}

td.recaptcha_image_cell div#recaptcha_image {
	border: none !important;
}

div.contactRadio {
	float: left;
}

div.contactRadio label {
	display: block;
}

div.noteBox {
	font-size: 0.8em;
	padding: 1em;
	display: none;
	text-align: center;
}

i.infoButton {
	display: inline-block;
	text-align: center;
	width: 1em;
	height: 1em;
	line-height: 1em;
	background-color: white;
	color: #666;
	font-style: normal;
	border-radius: 1em;
	font-family: 'Garamond', serif;
	cursor: pointer;
}

i.infoButton:hover {
	background-color: #666;
	color: white;
}

li.ed_tracker span.radioSwitch label {
	padding: 0.5em 0.6em;
}

ul.blahblah {
	background-color: #dfcf00;
	background-color: #dfa700;
	background-color: #df7600;
	background-color: #df4500;
	background-color: #df1e00;
}

li.ed_mood.rotated label:nth-child(n+2) {
	/* Safari */
	-webkit-transform: rotate(90deg);

	/* Firefox */
	-moz-transform: rotate(90deg);

	/* IE */
	-ms-transform: rotate(90deg);

	/* Opera */
	-o-transform: rotate(90deg);

	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	border-radius: 50%;
	width: 3em;
	height: 3em;
	margin: 2px;
}

li.ed_mood label:nth-child(n+2) {
	background-repeat: no-repeat;
	background-size: auto 200%;
	background-position: center 0;
	color: transparent;
}

li.ed_mood label:nth-child(n+2).selected {
	background-color: transparent;
	color: transparent;
}

li.ed_mood label:nth-child(2) {
	background-image: url(/images/smilies-1.png);
}

li.ed_mood label:nth-child(3) {
	background-image: url(/images/smilies-2.png);
}

li.ed_mood label:nth-child(4) {
	background-image: url(/images/smilies-3.png);
}

li.ed_mood label:nth-child(5) {
	background-image: url(/images/smilies-4.png);
}

li.ed_mood label:nth-child(6) {
	background-image: url(/images/smilies-5.png);
}

li.ed_mood label:nth-child(n+2):hover,
li.ed_mood label:nth-child(n+2).selected {
	background-position: center 100%;
}

/*


li.ed_energy label:nth-child(1)


{


	background-color: #222;


}


li.ed_energy label:nth-child(2)


{


	background-color: #df4500;


}





li.ed_energy label:nth-child(3)


{


	background-color: #df7600;


}





li.ed_energy label:nth-child(4)


{


	background-color: #dfa700;


}





li.ed_energy label:nth-child(5)


{


	background-color: #dfcf00;


}


li.ed_energy label:nth-child(6)


{


	background-color: forestgreen;


}


*/

li.ed_hydro_urine label {
	/*padding-top: 3em;*/
}

li.ed_hydro_urine label:nth-child(n+2):before {
	content: " ";
	display: block;
	height: 2.5em;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	line-height: 2.5em;
	font-weight: bold;
}

li.ed_hydro_urine label:nth-child(1):before {
	/*


	background-color: #f4f4f4;


	color: #c69016;


	*/
}

li.ed_hydro_urine label:nth-child(2):before {
	background-color: #fcfad1;
	color: #c69016;
}

li.ed_hydro_urine label:nth-child(3):before {
	background-color: #f2e71c;
	color: #c69016;
}

li.ed_hydro_urine label:nth-child(4):before {
	background-color: #fbdb54;
	color: #c69016;
}

li.ed_hydro_urine label:nth-child(5):before {
	background-color: #f6ac0f;
}

li.ed_hydro_urine label:nth-child(6):before {
	background-color: #c69016;
}

li.ed_hydro_urine label:nth-child(n+2).selected:before {
	content: "X";
	/*	border-radius: 0.7em;


		color: #222;


		position: relative;


		top:-4px;*/
}

@media screen and (min-width: 1024px) {

	.editEventForm ul.standardForm &gt; li &gt; label &gt; span,
	ul.standardForm span.label, #libraryItems label span, .eventLabel, #modern .eventSum h2 {
		display: block;
		width: 30%;
		float: left;
		margin: 0.3em 5% 0.5em 0;
		text-align: right;
	}

	ul.standardForm span.displayOnly {
		margin: 0.5em 0;
	}

	ul.standardForm span.fields {
		width: 65%;
		display: block;
		float: right;
	}

	.editEventForm ul.details input[type="text"],
	.editEventForm ul.details textarea {
		/*border-radius: 0 1em 1em 0;*/
	}

	.editEventForm textarea.mceNoEditor {
		display: block;
		margin: 0 auto;
	}

	.editEventForm select {
		font-size: 1em;
		margin: 0.5em 0;
	}

	input.littleField {
		width: 10% !important;
	}

	input.mediumField {
		float: right;
	}

}

@media screen and (max-width: 1023px) {

	input.mediumField {
		margin: 1em 0 !important;
	}

	span.dropdownGroup,
	span.radioSwitch,
	span.checkbox {
		float: none;
		display: block;
	}
	#wellbeing .ed_sleep_start span.radioSwitch {
		float: right;
		display: inline-block;
	}
	#wellbeing .ed_sleep_start span.radioSwitch label {
		width: 33.33%;
	}
	span.radioSwitch label {
		width: 50%;
	}
	#wellbeing .ed_energy span.radioSwitch label, #wellbeing .ed_mood span.radioSwitch label, #wellbeing .ed_sleep span.radioSwitch label, #wellbeing .ed_motivation span.radioSwitch label, #wellbeing .ed_muscle span.radioSwitch label {
		width: 16.666%;
	}
	#hydro span.radioSwitch label, #diet span.radioSwitch label {
		width: 16.666%;
	}
	#conditions span.radioSwitch label{
		width: 25%;
	}

	span.radioSwitch label:nth-child(n+3) {
		
	}
	#conditions span.radioSwitch label:nth-child(n+3), #wellbeing span.radioSwitch label:nth-child(n+3) {
		border-top: none;
	}
	#workload .ed_workload_rating span label {
		width: 16.666%;
	}

	span.checkbox label,
	span.checkbox label:first-of-type,
	span.checkbox label:last-of-type {
		width: 20%;
		padding-left: 0;
		padding-right: 0;
	}
	#modern span.checkbox label,
	#modern span.checkbox label:first-of-type,
	#modern  span.checkbox label:last-of-type {
		width:16.666%;
	}
	ul.radioList {
		width: 100%;
	}

	ul.radioList span.mobile {
		display: block;
	}

	ul.radioList span.desktop {
		display: none;
	}

	input.littleField {
		width: 20% !important;
	}

	ul.standardForm label &gt; label {
		margin: 0.5em;
	}

	ul.radioList,
	ul.soreness {
		border-radius: 1em;
	}

	ul.radio11 li.work1 span,
	ul.radio11 li.work6 span {
		border-left: none;
	}

	.editEventForm {
		text-align: center;
	}

	.editEventForm ul.standardForm &gt; li &gt; label &gt; span,
	ul.standardForm span.label {
		display: block;
		padding: 0.5em;
	}

	.editEventForm ul.details input[type="text"],
	.editEventForm ul.details textarea, textarea.common {
		text-align: center;
		width: 100%;
		max-width: 100%;
		background: #f9f9f9;
		border-radius: 0;
	}

	.editEventForm select {
		margin-bottom: 1em;
		font-size: 1em;
		background: #FFF;
		width: 100%;
		border-radius: 0;
		padding: 6px;
		color: #aaa;
		border-color: #ccc;
	}

	.topBarPlaceholder {
		height: 176px;
	}

}

@media screen and (max-width: 400px) {

	ul.canPlay li {
		font-size: 0.6em;
	}

}

/*//////////////         END Edit Event Form              ///////////////*/

div.graphset,
div.graphset ul,
div.graphset li {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.graphset ul &gt; li {
	width: 33.333333%;
	float: left;
	text-align: center;
}

div.graphset div {
	font-weight: bold;
}

div.graphset a {
	text-decoration: none;
	color: #222;
	font-weight: normal;
}

div.graphset a:hover {
	text-decoration: underline;
	color: #666;
}

table.peoplePicker td {
	padding: 5px;
}

li.multiName span {
	margin: 2px 0;
	border-left: 3px solid #ddd;
	padding-left: 0.5em;
	display: block;
	white-space: nowrap;
}

li.multiName.redWarning span {
	border-left: 3px solid red;
}

a.nameLink {
	color: inherit;
	text-decoration: none;
	display: block;
	position: relative;
}

div.injuryTab,
div.workloadRating {
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	top: 0;
	text-align: center;
	padding: 0 0.3em;
}

div.injuryTab {
	right: -2.5em;
	background-color: #ffffff;
	border-radius: 0 1em 1em 0;
	border-left: 1px solid #bbb;
	padding-right: 0.5em;
}

div.workloadRating {
	left: -2.5em;
	background-color: #ffffff;
	border-radius: 1em 0 0 1em;
	border-right: 1px solid #ddd;
	padding-left: 0.5em;
}

a.nameLink:hover,
a.nameLink:hover div.workloadRating {
	background-color: #3778bc;
	color: white;
}

li.multiName.redWarning div.workloadRating {
	background-color: red;
	border-right: 1px solid darkred;
	color: white;
}

li.multiName.redWarning a.nameLink:hover div.workloadRating {
	background-color: darkred;
}

div.medicalReport {
	display: inline-block;
	margin: 0 0 10px 200px;
	width: 65%;
}

textarea#co_sorness_type,
textarea#co_sorness_type2 {
	/*


	width:99%;


	display: block;


	*/
}

ul.bodyImages,
ul.bodyImages &gt; li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.bodyImages {
	margin-bottom: 20px;
}

ul.bodyImages &gt; li {
	display: inline-block;
	height: 300px;
	vertical-align: top;
}

ul.bodyImages li.left,
ul.bodyImages li.front,
ul.bodyImages li.back,
ul.bodyImages li.right {
	width: 12.5%;
	position: relative;
	background-color: #010101;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
}

ul.bodyImages li.left {
	background-image: url(../images/body-images-left-thumb.jpg);
}

ul.bodyImages li.front {
	background-image: url(../images/body-images-front-thumb.jpg);
}

ul.bodyImages li.back {
	background-image: url(../images/body-images-back-thumb.jpg);
}

ul.bodyImages li.right {
	background-image: url(../images/body-images-right-thumb.jpg);
}

ul.bodyImages li.options {
	width: 50%;
	padding-left: 20px;
}

ul.bodyImages div.button {
	display: block;
	padding: 0.5em 1em;
	border-radius: 1em;
	background-color: #eee;
	border: 1px solid #ccc;
	margin: 1px;
	cursor: pointer;
}

ul.bodyImages div.button:hover {
	background-color: lightcyan;
}

ul.bodyImages label {
	display: block;
}

ul.bodyImages div.marker {
	position: absolute;
	background-color: yellow;
	text-align: center;
	width: 15px;
	height: 15px;
	line-height: 15px;
	font-size: 10px;
	font-weight: bold;
	border-radius: 50%;
}

ul.bodyImages div.marker.number1 {
	top: 61px;
	left: 20px;
}

ul.bodyImages div.marker.number2 {
	top: 218px;
	left: 32px;
}

@media screen and (min-width: 1024px) {

	.tblCalendar button.calAdd:before {
		/*	content: "+";*/
	}

	.desktopNav {
		display: block;
	}

	.mobileNav {
		display: none;
	}

}

@media screen and (max-width: 1023px) {

	div.graphset &gt; ul &gt; li {
		width: 100%;
		float: none;
	}

	ul.radio11 li {
		width: 20%;
		border-top: 1px solid white;
	}

	ul.radio11 li.work0 {
		width: 100%;
		border-top: none;
	}

	.mobileNav {
		display: block;
	}

	.desktopNav {
	}

	div.calendar {
		font-size: 16px;
	}

	div.calendar h4 {
		font-size: 2em;
		font-weight: normal;
		margin-bottom: 0.5em;
	}

	h2.weekNumber {
		border-top: 2px dotted #555;
	}

	div.calendar ul.calendarHeadings li {
		display: none;
	}

	div.calendar ul.tblCalendar &gt; li {
		float: none;
		width: 100%;
		border-left: none;

		/*border-top: 2px solid #888;*/
	}

	.tblCalendar div.calButtons button {
		width: 100%;
		border-top: 1px solid #666;
	}

	.tblCalendar button.calAdd:before {
		/*	content: "+";*/
	}

	.tblCalendar button.calAdd {
		border-radius: 1.5em;
		line-height: 0.9em;
		font-size: 1.2em;
		height: 2.5em;
	}

	.holderTooltip {
		display: none !important;
	}

	.container,
	.footer {
		width: 95%;
	}

	div.signIn {
		float: none;
		width: 240px;
		padding: 0;
	}

	img.logo {
		float: none;
	}

	h1 {
		padding-top: 0;
	}

	.editEventForm form ul.contacts &gt; li {
		width: 100%;
	}
	.editEventForm form ul.coaches &gt; li {
		width: 100%;
	}

	ul.clientNav li,
	ul.clientIndexCalNav li {
		display: block;
	}

	ul.clientIndexCalNav {
		text-align: center;

		/* display: none; */
		line-height: 3em;
	}

	ul.clientIndexCalNav label {
		display: inline-block;
		width: 80px;
	}

	.tblCalendar th,
	.tblCalendar td {
		padding: 0;
		text-align: center;
	}

	.tblCalendar td {
		padding-bottom: 55px;
	}

	.tblCalendar td input[type="checkbox"] {
		display: block;
		width: 100%;
	}

	.tblCalendar td li,
	.tblCalendar td div {
		max-width: 100%;
	}

	table.tblCalendar {
		font-family: 'Open Sans Condensed', sans-serif;
	}

	div.calButtons {
		/*bottom:-55px;*/
	}

	.fixed {
		font-size: 0.5em;
	}

	.editEventForm .formbutton {
		float: none;
	}

	.fixed .formbutton {
		float: right;
	}

}
@media(max-width: 989px){
	#main-head {
		height: 67px;
	}
	#mLogo {
		float: none;
	}
	.container-fluid {
		padding:0 !important;
	}
	#mobile-only-menu {
		margin-top: 10px;
	}
	#mobile-only-trigger {
		position: absolute !important;
	    top: 13px;
	    left: 15px;
	}
	#mobile-only-trigger .fa {
	    background: transparent;
	    padding: 6px 12px;
	    color: #808080;
	    font-size: 24px;
	    border: solid 1px #808080;
	}
	h1#pgTitle {
		margin-top: 10px;
	}
	ul.libraryitem li.info, ul.libraryitem li.info .infosection {
		width: 100%;
	}
	ul.libraryitem li.info .infosection {
		margin-right: 0 !important;
		font-size: 2em;
	}
	ul.librarylist {
		padding:0 15px !important;
	}
	.librarylist ul .itemList li {
		font-size: 1.8em;
		width: 100%;
	}
	.librarylist li.info input {
	    height: 60px;
	    width: 60px;
	}
	.librarylist .imgdiv ul {
		display: inline;
	}
	.librarylist .toolbar {

	}
	.librarylist h1#pgTitle {
	}
	ul.libraryitem .imgDiv li{
	    width: 33%;
	    margin: .015%;
	}
}
@media print {

	div.mobileNav, .mobile-only-nav, .desktop-only-nav {
		display: none;
	}

}

.navbar-inverse {
	background-image: -webkit-linear-gradient(top, #3c3c3c 0, #222 100%);
	background-image: -o-linear-gradient(top, #3c3c3c 0, #222 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
	background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
}

.navbar-inverse {
	background-color: #222;
	border-color: #080808;
}

@media (min-width: 768px) {

	.navbar {
		border-radius: 4px;
	}

}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}

nav {
	display: block;
	padding-left: 0;
	list-style: none;
}

.navbar-inverse {
	font-size: 14px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #101010;
}

a {
	color: #428bca;
	text-decoration: none;
}

.nav &gt; li &gt; a {
	position: relative;
	display: block;
	padding: 10px 15px;
}

@media (min-width: 768px) {

	.container &gt; .navbar-header, .container-fluid &gt; .navbar-header, .container &gt; .navbar-collapse, .container-fluid &gt; .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
		visibility: visible !important;
	}

	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.navbar-nav {
		float: left;
		margin: 0;
	}

	.navbar-nav &gt; li {
		float: left;
	}

	.navbar-nav &gt; li &gt; a {
		padding-top: 15px;
		padding-bottom: 15px;
	}

}

.nav &gt; li {
	position: relative;
	display: block;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav &gt; li &gt; a {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

.navbar-inverse .navbar-nav &gt; li &gt; a {
	color: #9d9d9d;
}

.navbar-inverse .navbar-nav &gt; .open &gt; a, .navbar-inverse .navbar-nav &gt; .active &gt; a {
	background-image: -webkit-linear-gradient(top, #080808 0, #0f0f0f 100%);
	background-image: -o-linear-gradient(top, #080808 0, #0f0f0f 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
	background-image: linear-gradient(to bottom, #080808 0, #0f0f0f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
	box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}

.navbar-inverse .navbar-nav &gt; .active &gt; a, .navbar-inverse .navbar-nav &gt; .active &gt; a:hover, .navbar-inverse .navbar-nav &gt; .active &gt; a:focus {
	color: #fff;
	background-color: #080808;
}

.error {
	color: red;
	font-style: italic;
	margin-left: 35%;
	border: none;
}


ul.kpiNames.listMode &gt; li,
ul.playerCard li.photo
{
	transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
}
#listDiv1
{
	font-size: 12px;
}
#listDiv1.fixed.small
{
	font-size: 8px;
}
#listDiv1.fixed.medium
{
	font-size: 10px;
}

#listDiv1.fixed.large
{
	font-size: 12px;
}

ul.kpiNames.listMode,
ul.kpiNames.listMode &gt; li
{
	margin: 0;
	padding:0;
	list-style: none;
}

ul.kpiNames.listMode &gt; li
{
	display: inline-block;
	width:160px;
	min-height: 350px;
	background-color: #222;
	color: #eee;
	vertical-align: top;

	border-left: 1px solid #555;
	border-top: 1px solid #555;
}

#listDiv1.fixed.small ul.kpiNames.listMode &gt; li
{
	width:85px;
	min-height: 210px;
}
#listDiv1.fixed.medium ul.kpiNames.listMode &gt; li
{
	width:110px;
	min-height: 260px;
}

#listDiv1.fixed.large ul.kpiNames.listMode &gt; li
{
	width:160px;
	min-height: 327px;
}

ul.kpiNames.listMode &gt; li.heading,
ul.kpiNames.listMode &gt; li.region
{
	font-size: 1.8em;
	position: relative;
	padding: 0.5em;
}
ul.kpiNames.listMode &gt; li.heading
{
	background-color: #000;
	color: #ccc;

}
ul.kpiNames.listMode &gt; li.region
{
	background-color: #444;
	color: #ccc;

}
ul.kpiNames.listMode &gt; li.heading:after,
ul.kpiNames.listMode &gt; li.region:after
{
	content: "";
	width:0;
	height: 0;
	border-top:0.5em solid transparent;
	border-bottom:0.5em solid transparent;
	border-left:0.4em solid #ccc;
	display: inline-block;
	margin-left: 0.3em;
	vertical-align: middle;
}

ul.playerCard,
ul.playerCard li
{
	margin: 0;
	padding:0;
	list-style: none;
}
ul.playerCard li
{
	padding: 2px 5px;
}
ul.playerCard li.photo
{
	height: 190px;
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #000;
}


#listDiv1.fixed.small ul.playerCard li.photo
{
	height: 105px;
}
#listDiv1.fixed.medium ul.playerCard li.photo
{
	height: 135px;
}

#listDiv1.fixed.large ul.playerCard li.photo
{
	height: 190px;
}


ul.playerCard li.name
{
	margin-top: 2px;
	font-size: 1.8em;
	line-height: 1.2em;
}


ul.playerCard li.actions span
{
	display: inline-block;
	padding: 0.2em 0.5em;
	cursor: pointer;
	background-color: #555;
	width: 49%;
	text-align: center;
	border: 1px solid #666;
}

span.editButton
{
	margin-left: 1%;
}

#listDiv1.fixed
{
	position: absolute;
	top:0;
	left:0;
	z-index: 100;
	background-color: #000;
}
#listDiv1.fixed li.actions
{
	display: none;
}

ul.playerCard li.actions
{
	margin-top: 2px;
}

#fullScreenControls
{
	display: none;
}
#listDiv1.fixed #fullScreenControls
{
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 300;
}

#fullScreen
{
	//margin: 10px auto;
	//display: block;
}

#listDiv1.fixed #fullScreen
{
	display: none;
}
#fullScreenControls span
{
	display: inline-block;
	padding: 0.2em 0.5em;
	cursor: pointer;
	background-color: #555;
	text-align: center;
	border-left: 1px solid #666;
	color: #ccc;
	font-size: 12px;
}

#fullScreenControls span:hover
{
	color: #555;
	background-color: #ccc;
}

@media (min-width: 200px) and (max-width: 1023px)
{


    img.logo {
        margin: 0 auto !important;
    }

    .bannerContent {
        text-align: center;
        float: none !important;
    }

    div.signIn {
        width: 100%;
    }
    .bannerLog div.signIn {
        width: 100%;
    }
    .bannerContent ul {
        padding: 0;
        margin-top: 0;
    } 
    
    .bannerContent li {
        list-style:none;
    }

}



ul.clientNavSel,
ul.clientNavSel li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.clientNavSel{
	margin: 1em 0;
	font-size: 0.9em;
	text-align: center;
}

ul.clientNavSel li {
	display: inline-block;
}

ul.clientNavSel li a,
ul.clientNavSel li label {
	display: block;
	padding: 0.5em 0.8em;
	color: #ddd;
	border-style: solid;
	border-color: #ddd;
	background-color: #555;
	border-radius: 5px;
	border-width: 1px;
	width: 100%;
	text-decoration: none;
}

ul.clientNavSel li.activeTab a,
ul.clientNavSel li.activeTab label {
	background-color: #3778bc;
	color: white;
}
#newFileForm {
	margin-top: 30px;
}
.form-group label {
	margin-right: 10px;
	min-width: 120px;
	line-height: 1;
}
.form-group input[type="text"] {
	border-radius: 6px;
	border: solid 1px #ccc;
	height: 27px;
}
.form-group input#upload {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.form-group input#upload + label {
	font-weight: 400;
	color: #FFF;
	background-color: #eb9316;
	display: inline-block;
	padding: 0.5em 0.8em;
	border-radius: 5px;
}

.form-group input#upload:focus + label,
.form-group input#upload + label:hover {
    background-color: #555;
}
.form-group input#upload + label {
	cursor: pointer; /* "hand" cursor */
}

.form-group input#upload:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}
.form-group input#upload + label * {
	pointer-events: none;
}
.form-group button.submitr {
	background-color: rgba(19,191,17,1);
}
.form-group select {
	border-color: #ccc;
	height: 27px;
}

  
.label {
	float: left;
    width: 130px;
    text-align: right;
    margin: 0 0px 5px 14px;
    font-size: 20px;
}
.label_input {
	width: 420px;
	display: inline-block;
}
.label_input input {
	height: 36px;
	padding: 0 0px 0px 7px;
}
.label_input input, textarea {
	width: 100%;
	border: 1px solid #ccc;
	margin: 0 0 14px 0;
}
.send_btn{float:right;}
.send_btn a {
	background: #3778BC;
	color: white;
	padding: 6px;
	border-radius: 6px;
	font-size: 20px;
	margin: 0px 150px 0 0px;
	position: relative;
	top: 15px;
}  
#resultVideoTable2021 span {
	border-right: 1px solid #ccc;
	padding: 0 9px 0 4px;
}

@media only screen and (max-width: 600px) {
		body#body{
			overflow-x: hidden;
		}
	}
	}
</pre></body></html>