﻿
form {
	//outline: 1px solid black;
	padding-top: 30px;
	//margin-top: 100px;
	color: #00549a;
	max-width: 560px;
	margin-left: 0px;
}


.form-control {
	border: 1px solid #00549a;
}

th {
	font-size: 0.8em;
}
td {
	overflow: hidden;
	font-size: 0.8em;
}

/*
th.rotate {
  height: 140px;
  white-space: nowrap;
}
th.rotate {
	width: 60px;
}
th.rotate > div {
  transform: 
    translate(22px, -12px)
    rotate(270deg);
}
th.rotate > div > span {
  border-bottom: 1px solid #ccc;
  padding: 10px 10px;
}
*/

.fixedwidth {
	width:		80px;
	max-width:	80px;
	word-wrap:	break-word;
}

.tableinput {
	margin: -3px;
	width: 100%;
}

.color-hvs {
	background-color: #B7DEE8;
}
.color-gvs {
	background-color: #B1A0C7;
}
.color-vodootvedenie {
	background-color: #C4BD97;
}
.color-teplo {
	background-color: #C4D79B;
}




/* editor */
table.rkscalc {
    border-collapse: collapse;
}
table.rkscalc td, th {
 	border: 1px solid #DCDCDC;
 	padding: 5px 10px;
}

table.rkscalc td:nth-child(2) {
  text-align: center;
}
table.rkscalc td:nth-child(3) {
  text-align: center;
}
table.rkscalc td:nth-child(3) input {
  text-align: center;
}
