/* Last Changes on May 17, 2016 */

* {
	font-family: 'Avenir Next', 'AvenirNextCondensed-Regular', 'HelveticaNeue-Light', 'AvenirNext', 'AvenirNextCondensed-Regular', 'HelveticaNeue',  'droid sans';
}

body {
	margin: 0px;
	color: rgb(100, 100, 100);
	line-height: 150%;
	background-color: RGB(255, 255, 255);
	font-size: 100%;
	width: 100%;
}

#title {
	margin: 0;
	padding: 12px 36px 12px 16px;
	letter-spacing: 0.02em;
	color: rgba(162, 0, 0,1);
	background-color: rgba(255,255,255,.9);
	font-size: 120%;
	font-weight: 200;
	font-family: 'AvenirNextCondensed-Regular';
}

#titleX {
	margin: 0;
	/* padding: 12px 36px 12px 16px; */
	letter-spacing: 0.02em;
	color: rgba(162, 0, 0,1);
	/* background-color: rgba(255,255,255,.9); */
	font-size: 120%;
	font-weight: 200;
	font-family: 'AvenirNextCondensed-Regular';
	font-weight: bold;
}

#input {
	margin-top: 8px;
	border: 0;
	padding: 5px 10px;
	z-index: 0;
	border-bottom: 0px solid rgba(85, 85, 85,0.5);
}

#cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:  rgba(0, 0, 0, 0.6);
	z-index: +10;
	display: none;
}


td {
	border: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 0.5px solid rgba(230, 230, 230,1);
}

td.label {
	text-align: right;
	/* font-weight: 200; */
	/* font-size: 80%; */
	color: rgba(61,96,101,1);
	/* font-weight: bold; */
	font-size: 100%;
}
.label {
	font-weight: 200;
	font-size: 80%;
}

.label.unit {
	text-align: right;
	font-size: 70%;
	xfont-weight: 100;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    rgba(30, 30, 30, 0.2);
    font-size: 80%;
    vertical-align: middle;
}

input {
	-webkit-appearance:none;
	background-color: rgba(255, 255, 255, 0.8);
	border: 0px solid rgba(230, 230, 230, .1);
	border-bottom: 2px solid rgba(230, 230, 230, .6);
	padding: 2px 10px;
	font-size: 120%;
	border-radius: 0;
}

input.selected {
	/* background: rgba(230, 230, 230, .6); */
	/* color: rgb(80,80,80); */
	font-size: 120%;
}

input:focus {
	color: rgba(61, 211, 231, 1);
	font-size: 120%;
	background: rgb(80,80,80);
	border-bottom: 2px solid rgba(61, 211, 231, 1);
}

.choices span.unit {
	text-align: center;
}

.CHOICE .choices span {
	-webkit-appearance:none;
	margin: 2px 2px;
	padding: 2px 8px;
	border: 2px solid rgba(230, 230, 230, .6);
	border-bottom: 2px solid rgba(230, 230, 230, .6);
	border-left: 2px solid rgba(230, 230, 230, .6);
	border-radius: 0;
	float: left;
	font-size: 90%;
	/* min-width: 30px; */
	xxcolor: rgb(230, 230, 230);
}

.CHOICE .selected {
	background: rgb(80,80,80);
	color: rgba(61, 211, 231, 1);
	font-size: 90%;
	/*font-size: 120%;	*/
	
}

.mchoice {
	padding: 2px 10px 4px 10px;
	font-size: 90%;
}

.MCHOICE .checkbox {
	margin-right: 4px;
	font-size: 120%;
	vertical-align: middle;
}

.MCHOICE .selected {
	font-size: 90%;
	background: rgb(80,80,80);
	color: rgba(61, 211, 231, 1);
	
}




#calculate {
	padding: 20px 6px;
	margin-top: 20px;
	color: rgba(230, 230, 230,1);
	background-color: rgba(203,0,51,.9);
		background-color: white;
		color: rgba(203,0,51,.9);
	text-align: center;
	font-size: 150%;
	font-weight: 200;
	display: none;
}

#results {
	width: 100%;
	background: rgba(210, 232, 230,1);
	max-height: 40%;
	overflow-y: scroll;
}


#resultsTitle {
	text-align: center;
	margin: 4px;
	display: none;
}

.READONLY, .RESULT {
	padding: 12px 0;
	background-color: rgba(230, 230, 230,.1);
	padding-left: 16px;
	font-size: 0.8em;
	text-align: center;
}

.RESULT .label, .READONLY .label {
	font-size: 1.6em;
	color: rgba(203,0,51,.7);
	
}

.RESULT .value, .READONLY .value {
	color: black;
}

.noResult {
	color: white;
}



.MCselected {
	color: rgba(230, 230, 230,0.2);
}

.notSelected,  .notSelected span {
	border: 1px dotted white;
}

#comment {
	xpadding: 2px 10px;
	position: fixed;
	top: 100%;
	xmargin: 10px;
	xborder: 1px solid rgba(230, 230, 230,0.5);
	border-radius: 8px;
	display: none;
	padding: 10px 25px;
	width: 85%;
	height: 80%;
	margin-left: 5%;
	overflow-y: scroll;
	font-size: 90%;
	x-webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 10px 4px 0px;
	xbox-shadow: rgba(0, 0, 0, 0.2) 2px 10px 4px 0px;		
	z-index: +100;
}

#comment2 {
	position: fixed;
	top: 100%;
	display: none;
	
	width: 90%;
	height: 20px;
	margin-left: 5%;
	/* x-webkit-box-shadow: 10px -16px 10px 10px rgba(255,255,255, 0.4) ;		 */
	/* xbox-shadow: 10px -16px 10px 0px rgba(255,255,255, 0.4) ;		 */
	/* z-index: +50; */
}

#selctionValue {
	
	/* xpadding: 2px 10px; */
	/* /* position: fixed; */ */
	/* position:absolute; */
	/* top: 100%; */
	/* xmargin: 10px; */
	/* xborder: 1px solid rgba(230, 230, 230,0.5); */
	/* border-radius: 8px; */
	/* display: none; */
	
	/* width: 80%; */
	/* height: 80%; */
	/* max-height: 70%; */
    /* max-width: 70%; */
	/* margin-left: 5%; */
	/* overflow-y: scroll; */
	/* font-size: 90%; */
		
	/* z-index: 13; */
	
	xpadding: 2px 10px;
	position: fixed;
	top: 100%;
	xmargin: 10px;
	xborder: 1px solid rgba(230, 230, 230,0.5);
	border-radius: 8px;
	display: none;
	padding: 10px 25px;
	width: 85%;
	height: 80%;
	margin-left: 5%;
	overflow-y: scroll;
	font-size: 90%;
	x-webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 10px 4px 0px;
	xbox-shadow: rgba(0, 0, 0, 0.2) 2px 10px 4px 0px;		
	z-index: +100;
}


#MTABLE , #NTABLE,  #TTABLE {
	/* position:absolute; */
	/* top: 100%; */
	/* display: none; */
	
	/* width: 90%; */
	/* /* height: 20px; */ */
	/* /* margin-left: 5%; */ */
	/* x-webkit-box-shadow: 10px -16px 10px 10px rgba(255,255,255, 0.4) ;		 */
	/* xbox-shadow: 10px -16px 10px 0px rgba(255,255,255, 0.4) ;		 */
	/* z-index: +50; */
	
	
	/* position: fixed; */
	/* top: 100%; */
	/* display: none; */
	/* background-color: white; */
	/* color: rgba(69,69,69,1); */
	/* width: 90%; */
	/* height: 20px; */
	/* /* margin-left: 5%; */ */
	/* x-webkit-box-shadow: 10px -16px 10px 10px rgba(255,255,255, 0.4) ;		 */
	/* xbox-shadow: 10px -16px 10px 0px rgba(255,255,255, 0.4) ;		 */
	/* z-index: +50; */
}

#comment #title {
	border-top: 1px solid rgba(203,0,51);
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	font-size: 90%;
	padding: 10px 20px;
}


#comment #commentText {
	padding: 10px 20px;
	background-color: white;
	color: rgba(69,69,69,1);
}

.popup {
	position: fixed;
	top: 10%;
	right: 5%;
	width: 90%;
	max-height: 80%;
	padding: 20px;
	border: 1px solid rgba(230, 230, 230,0.2);
	border-radius: 15px;
	background-color: white;
}

#info {
	position: fixed;
	top: 8px;
	right: 8px;
}

#cancel {
	position: absolute;
	top: 10px;
	right: 10px;
}

#url {
	position: fixed;
	bottom: 4px;
	right: 4px;
	margin: 0;
	xfont-family: 'AvenirNextCondensed-UltraLight' ;	
	color: yellow;
	font-size: 120%;
	font-weight: 100;
	margin: 0 4px;
}

.note {
	text-align: left;
	padding: 6px;
	font-size: 90%;
	color: rgba(61,96,101,1);
	border: 0px solid rgba(230, 230, 230,0.1);
	background-color: rgba(240, 240, 240, 0.4);
	xtext-decoration: underline;
}

.noInput {
	font-size: 70%;
	color: grey;
}

.table_wrapper {
	overflow-x: overflow;

}
.table_wrapper table tr td{
  padding: 15px 25px;
  /* font-size: 24px; */
  /* text-align: center; */
  cursor: pointer;
  /* outline: none; */
  /* color: #fff; */
  /* background-color: #4CAF50; */
  /* border: none; */
  /* border-radius: 8px 8px 8px 8px; */
  border-radius: 8px;
  padding: .5em .6em .4em .6em;
  /* background: #f0f0f0; */
    /* background-image: -webkit-gradient(linear, 0% 0%, 0% 100%); */
  /* box-shadow: 0 9px #999; */
  /* border-top: 1px solid rgba(255, 255, 255, 0.8); */
    border: 1px solid #b6b6b6;
    /* border-right: 1px solid rgba(0, 0, 0, 0.1); */
	
}

.table_wrapper table thead tr th{
    padding: 15px 25px;
    /* font-size: 24px; */
    /* text-align: center; */
    cursor: pointer;
    /* outline: none; */
    /* color: #fff; */
    /* background-color: #4CAF50; */
    /* border: none; */
    /* border-radius: 8px 8px 8px 8px; */
    border-radius: 8px;
    padding: .5em .6em .4em .6em;
    /* background: #f0f0f0; */
    /* background-image: -webkit-gradient(linear, 0% 0%, 0% 100%); */
    /* box-shadow: 0 9px #999; */
    /* border-top: 1px solid rgba(255, 255, 255, 0.8); */
    border: 1px solid #b6b6b6;
    /* border-right: 1px solid rgba(0, 0, 0, 0.1); */
}
.table_wrapper table tr th{
    padding: 15px 25px;
    /* font-size: 24px; */
    /* text-align: center; */
    cursor: pointer;
    /* outline: none; */
    /* color: #fff; */
    /* background-color: #4CAF50; */
    /* border: none; */
    /* border-radius: 8px 8px 8px 8px; */
    border-radius: 8px;
    padding: .5em .6em .4em .6em;
    /* background: #f0f0f0; */
    /* background-image: -webkit-gradient(linear, 0% 0%, 0% 100%); */
    /* box-shadow: 0 9px #999; */
    /* border-top: 1px solid rgba(255, 255, 255, 0.8); */
    border: 1px solid #b6b6b6;
    /* border-right: 1px solid rgba(0, 0, 0, 0.1); */
}
button{
    border: 1px solid #CCC;
    border-radius: 5px;
    -moz-border-radius: 15px;
    /* -webkit-border-radius: 15px; */
    /* text-decoration: none; */
    padding: 4px 15px;
    /* text-shadow: #fef 0 1px 0; */
    float: left;
    display: block;
    line-height: 24px;
    font-weight: bold;
    font-size: 15px;
    width: 100px;
}
#T_Table{
 /* background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #ffffff),color-stop(1, rgb(197, 230, 246))); */
	background-color:rgb(197, 230, 246);
}
#N_Table{
 /* background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #ffffff),color-stop(1, rgb(255, 248, 202))); */
	background-color:rgb(255, 248, 202);
}
#M_Table{
 /* background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #ffffff),color-stop(1, rgb(219, 247, 205))); */
	background-color:rgb(219, 247, 205);
}
#S_Table{
 /* background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #ffffff),color-stop(1, rgb(219, 247, 205))); */
	background-color:rgb(225,206,244);
}
#H_Table{
 /* background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #ffffff),color-stop(1, rgb(219, 247, 205))); */
	background-color:rgb(255,192,203);
}
#G_Table{
 /* background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #ffffff),color-stop(1, rgb(219, 247, 205))); */
	background-color:rgb(225,206,244);
}
#B_Table{
 /* background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #ffffff),color-stop(1, rgb(219, 247, 205))); */
	background-color:rgb(225,206,244);
}
#L_Table{
 /* background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #ffffff),color-stop(1, rgb(255, 248, 202))); */
	background-color:rgb(255,192,203);
}
#E_Table{
 /* background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #ffffff),color-stop(1, rgb(255, 248, 202))); */
	background-color:rgb(198, 241, 231);
}
#ODS_Table{
 /* background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #ffffff),color-stop(1, rgb(255, 248, 202))); */
	background-color:rgb(243, 232, 203);
}
#P_Table{
 /* background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #ffffff),color-stop(1, rgb(255, 248, 202))); */
	background-color:rgb(240, 255, 243);
}