body{
	margin:0;
	padding:0;
	box-sizing: border-box;
	color: #fff;
	background-color: #262626;
	font-family: sans-serif;
	font-size: 16px;
}

p{
	text-align: justify;
	line-height: 30px;
}

canvas{
	cursor: pointer;
}

#system,
#trans{
	display: none;
}

.width30{
	width: 30%!important;
}

.main_caption{
	text-align: center;
}

.paddings{
	padding: 5px;
}

.custom-control-label{
	font-weight: normal;
}

fieldset{
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 2px;
}

legend{
	padding: 10px 5px 2px;
	width: auto;
	margin: 0;
	font-size: 0.875em;
	border: 0;
	color: #fff;
}

.backgoundForm{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.5);
	z-index: 100;
	display: none;
	overflow: scroll;
}

.backgoundForm .mainForm{
	border: 1px solid #333;
	border-radius: 5px;
	margin: 10% auto;
	z-index: 101;
	overflow: hidden;
	background-color: #262626;
	color: #fff;
}

.backgoundForm .smallWindow{
	width: 250px;
}

.backgoundForm .mediumWindow{
	width: 300px;
}

.backgoundForm .bigWindow{
	width: 600px;
}

.backgoundForm .smallWindow,
.backgoundForm .mediumWindow,
.backgoundForm .bigWindow{
	display: none;
}

.backgoundForm .caption{
	height: 25px;
	background-color: #444;
	color: #fff;
	text-align: center;
	line-height: 25px;
}

.backgoundForm .body{
	padding: 10px;
	height: 75%;
}

.backgoundForm .body select{
	padding-left: 3px;
	width: 100%;
	background-color: #404040;
}

.backgoundForm .body input{
	width: 50%;
}

.backgoundForm .footer{
	padding: 15px;
	text-align: right;
}

.backgoundForm .exit{
	margin: 0 20px 0 10px;
}

.backgoundForm button{
	min-width: 20%;
	background-color: #444;
}

.backgoundForm input{
	background-color: #444;
	padding-left: 5px;
}

.backgoundForm .body .cap{
	display: inline-block;
	width: 40%;
	text-align: right;
	margin: 5px 5px 10px 0;
}

.backgoundForm .body .val{
	display: inline-block;
	width: 50%;
}

.backgoundForm .body .val{
	display: inline-block;
	width: 50%;
}

.backgoundForm .body input[type='radio']{
	width: auto;
}

.backgoundForm .body .half{
	display: inline-block;
	width: 45%;
}

#head{
	background-color: #444;
	height: 60px;
}

td{width: 100px;}

th,
.bold{
	font-weight: bold;
}

th{
	height: 30px;
}

#tb1, #tb2, th, tr, td{
	border: 1px solid #fff;
	text-align: center;
}

#highV,
#lowV{
	position: absolute;
	z-index: 100;
}

#tb1, #tb2{
	background-color: #444;
	color: #fff;
}

#highV .caption,
#lowV .caption{
	text-align: center;
	font-size: 1.125em;
	background-color: #009999;
	line-height: 30px;
}

.caption_row{
	width: 130px;
}

.tables{
	display: none;
	font-family: Courier New, sans-serif;
}

#calc{
	color: #fff;
	display: inline-block;
	border: 3px solid #fff;
	border-radius: 18px;
	width: 150px;
	height: 40px;
	line-height: 34px;
	text-align: center;
	font-size: 1.375em;
	font-weight: bold;
	background-color: #009999;
	cursor: pointer;
	position: absolute;
	top: 75px;
	right: 20px;
}

#calc:hover{
	background-color: #0ab2b2;
	border: 2px solid #d8e8e8;
	color: ##d8e8e8;
}

#head .caption{
	font-size: 1.75em;
	line-height: 40px;
}

#head .small_text{
	font-size: 1.125em;
	line-height: 15px;
}

.deiscription{
	font-size: 0.875em;
	line-height: 1.7em;
}

.description_calculation{
	background-color: #444;
	padding: 10px;
	margin-bottom: 20px;
}

.description_calculation .caption{
	font-weight: bold;
	text-decoration: underline;
	font-size: 1.25em;
}

a,
a:hover,
a:visited{
	text-decoration: underline;
	color: #fff;
}

.notMargin{
	margin-bottom: 0;
}

#param_trans{
	font-family: Courier New, sans-serif;
}

#param_trans button,
#param_trans th{
	background-color: #444;
}

#param_trans thead th{
	font-weight: normal;
}

#param_trans thead td{
	font-size: 0.875em;
}

#param_trans tbody tr:nth-child(odd){
	background-color: #444;
}

#param_trans tbody tr:hover{
	background-color: #009999;
}

.hyper{
	display: inline-block;
	margin: 5px;
	color: #009999;
}

.hyper:hover{
	cursor: pointer;
	text-decoration: underline;
}

#backgoundForm{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.8);
	z-index: 1000;
	overflow: scroll;
	display: none;
}

#backgoundForm .closed{
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	font-weight: bold;
	border-radius: 50%;
	cursor: hand;
	background-color: #009999;
}

#backgoundForm .closed:hover{
	background-color: #ccc;
}

#backgoundForm img{
	display: block;
	width: 70%;
	margin: 2% auto;
}

@media (max-width: 767px){
	body{font-size: 20px;}
}

@media (min-width: 768px) and (max-width: 991px){
	
}

@media (min-width: 992px){

}














