html
{
	height:100%;
	margin:0;
}

body {
	height:100%;
	margin:0;
}

.loginBox {
	text-transform: uppercase;
	width: 300px;
	padding: 20px;
	border: 1px solid #c8c8c8;
	display: block;
	background-position: center;
	margin: auto;
	font-size: 0.6em;
	top: 80px;
	position: relative;
}

#header{
	display: flex;
	background-color: #292929;
	height: 89px; 
	width:100%; 
	box-sizing: border-box;
	overflow: hidden;
	font: 1.15em "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 1.4em;
	font-style: normal;
}

#div_logo {
	background-color: black;
	display: flex;
	flex: 0 0 86px;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #4a4a4a;
}

#div_logo img{
	display: block;
}

#div_sessionInfo {
	color: white;
	flex: 1;
	padding-left: 12px;
	padding-top: 4px;
}

.headerLabel {
	color: #ffffff;
	display: inline-block;
	width: 55px;
	margin-top: 3px;
}

.headerValue {
	display: inline-block;
	color: #ffffff;
	margin-top: 3px;
	flex: 1;	
}

#trainingPage {
	/*border: 3px solid red;*/
	height: 748px;
	overflow: hidden;
}

#div_dateChanger {
	display: flex;
	border-left: 1px solid #464646;
	padding: 0px 9px;
}

#div_dateChanger i{
	font-size: 2em;
	color: #b9b9b9;
	padding: 0px 22px;
	padding-top: 28px;
}


#div_dateChanger img {
	width: 33px;
}

.k-grid td
{
   cursor: default;
	padding-top: 0.4em;
	padding-bottom: 0.5em;
	font: 1.3em Gudea;
	vertical-align: top;
}

.k-grid tbody .k-button {
        min-width: 12px;
        width: 18px;
    }
    
.numericFieldsHeaders {
	text-align: right;
}

.numericFields {
	text-align: right;
}

.infoBox {
/*	width:25%; */
	padding: 3px;
	display: table-cell;
	/*display: none;*/
	vertical-align: top;
	text-align: center;
	padding: 3px;
	color: #f26600;
	font: x-small "Pontano Sans";
	font-weight: bold;
}

#userInfoTable {
 float:left;
 margin:5px;
	font-size: 0.9em;
	display: table-row;
	color: #ffffff;
/*	border: 1px solid silver;*/
}



.table-cell {
	font-size: 0.9em;
	text-align: right;
	vertical-align: top;
}

.bodyImage {
	border: 1px solid silver;
    width:200px; 
    height:380px;
	display: inline-block;
	vertical-align: top;
}

.gridHeader{
	text-align: center;
	padding: 3px;
	color: #f26600;
	font: x-small Gudea;
	font-weight: bold;
}

.loginButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:24px;
	font-weight:bold;
	padding:6px 18px;
	text-decoration:none;
	text-shadow:1px 1px 0px #1570cd;
}.loginButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}.loginButton:active {
	position:relative;
	top:1px;
}

.etdgRow{
	
}
.etdgAltRow{
	background-color: #f4f5f4;
}

.exerciseCell {
	font-size: 1.2em;
	font-weight: bold;
}

.lastDoneCell {
	text-align: right;
	color: gray;
}

.todayDoneCell {
	text-align: right;
	font-weight: bold;
}

.deltaCell {
	text-align: right;
}

.symbolCell {
	text-align: center;
}




.km-scroll-container{
  height: 100%;
  position: absolute;
  width: 100%;
}


#upperPart {
	display: flex;
	box-sizing: border-box;
	padding: 14px 13px 9px;
}

#exercisesToDoGrid,
#totalsGrid{
	width: 630px;
}

#exercisesToDoGrid {
	border: 1px solid silver;
}

#totalsGrid table thead{ 
	display: none; 
}
    
#totalsGrid{ 
    border-top: none;
    margin-top: -1px; 
}

#totalsGrid .k-grid tr
{
background: #f5f5f5;
	padding: 0.2em;
	color: #f61d1d;
}

#chartDiv {
	box-sizing: border-box;
	width: 100%;
	height: 228px;
	padding: 0px 13px 3px 12px; 
}

#chart {
	border: 1px solid #d8d8d8;
	height: 100%;
}

#numericKeypadDiv {
	flex: 1;
	/*box-sizing: border-box;*/
	/*padding: 0px 0px 0px 20px; */
	margin-left: 16px;
	/*border: 1px solid blue; */

}

.numericButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border: 1px solid #d1d1d1;
	display:inline-block;
	color:#777777;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	width: 30% !important;
	height: 17% !important;
	margin-top: 4px;
	margin-left: 7px;
	margin-right: 0px;
	margin-bottom: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	font: 2.6em "Titillium Web";
}

#keypadDisplayButton {
	display: block;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color: white;
	border-radius:6px;
	border:1px solid #dcdcdc;
	color:#777777;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	height: 58px;
	width: 340px; 
	margin: 0px 7px 11px 6px;
	font: 3.3em "News Cycle";
	font-weight: bold;

}

#keypadDisplayText {
	text-align: right;
	font: 0.7em "News Cycle";
	line-height : 17px;
}