﻿
html {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #DEE8EE;
	font-size: medium;
	height: 100%;
	width: 100%;
}

body {
	margin: 0px;
}

input[type=text],
input[type=password] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	border-radius: 5px;
	height: 26px;
	max-height: 40px;
	border: 2px solid #A4B1B8;
}

	input[type=text]:hover,
	input[type=password]:hover {
		border-color: #8197A4;
	}

	input[type=text]:focus,
	input[type=password]:focus {
		border-color: #8197A4;
	}

a {
	text-decoration: none;
}

h1 {
	text-align: center;
}

h2 {
	text-align: center;
}

h3 {
	text-align: center;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	border-radius: 5px;
	height: 32px;
	max-height: 40px;
	border: 2px solid #A4B1B8;
	padding: 1px;
}

	select:hover {
		border-color: #8197A4;
	}

	select:focus {
		border-color: #8197A4;
	}

.abiPilt {
	cursor: pointer;
	float: right;
}

.abiPiltVasak {
	cursor: pointer;
}

.login {
	z-index: 10001;
	border-radius: 4px;
	border: solid 1px #d2d2d2;
	margin: 0;
	padding: 40px;
	background-color: white;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	flex: auto;
	vertical-align: baseline;
}

	.login h4 {
		margin-top: 0;
		margin-bottom: 40px;
		text-align: center;
		font-size: 32px;
		color: #10d683;
	}

.rida {
	display: table;
	padding-top: 2px;
	padding-bottom: 2px;
}

.sympNimi {
	padding: 4px;
	font-weight: bold;
}

.hele {
	padding: 4px;
}

.paks {
	display: inline-block;
	width: 100px;
	font-weight: bold;
}

.sNimi {
	display: inline-block;
	width: 200px;
	margin-right: 5px;
	font-weight: bold;
}

.label {
	display: inline-block;
	width: 180px;
}

.detail {
	display: inline-block;
	width: 200px;
	margin-right: 5px;
}

.tekstiLahter {
	display: table-cell;
	vertical-align: baseline;
	text-align: right;
	padding-right: 4px;
	min-width: 160px;
	width: 160px;
}

.tekst {
	display: table-cell;
	vertical-align: baseline;
	padding-left: 4px;
	padding-right: 4px;
}

.lahter {
	display: table-cell;
	vertical-align: baseline;
	padding-left: 2px;
	padding-right: 2px;
}

.tekstiKast {
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	display: table-cell;
	background-color: white;
	border: 2px solid #A4B1B8;
	border-radius: 5px;
	padding-left: 8px;
	padding-right: 8px;
	margin: 0;
	width: 96.5%;
}

.sisulaher {
	display: inline;
	vertical-align: baseline;
}

.sisu {
	padding-left: 5px;
	padding-right: 5px;
	margin: 0;
}

.number {
	padding-left: 8px;
	padding-right: 8px;
	margin: 0;
	text-align: right;
}

.nupuAlus {
	text-align: left;
	margin-top: 20px;
}

.valik100 {
	width: 100%;
	border: 2px solid #DEE8EE;
	border-radius: 5px;
	font-size: large;
	font-weight: bold;
	height: 40px;
	padding: 8px 8px;
	margin: 0;
	background-color: #DEE8EE;
	margin-top: 5px;
}

	.valik100:hover {
		cursor: pointer;
		background-color: white;
	}

	.valik100:disabled {
		cursor: default;
		color: gray;
		background-color: white;
	}

.lai100 {
	width: 100%;
	border: 1px solid #508F0D;
	border-radius: 5px;
	font-size: large;
	font-weight: bold;
	height: 40px;
	padding: 8px 8px;
	margin: 0;
	background-color: #508F0D;
	color: white;
	margin-top: 5px;
}

	.lai100:hover {
		cursor: pointer;
		background-color: #92D050;
	}

	.lai100:disabled {
		cursor: default;
		background-color: #DEE8EE;
	}

.laiNupp {
	width: 100%;
	border: 1px solid #1D394A;
	border-radius: 5px;
	font-size: large;
	font-weight: bold;
	height: 40px;
	padding: 8px 8px;
	margin: 0;
	background-color: #1D394A;
	color: white;
	margin-top: 5px;
}

	.laiNupp:hover {
		cursor: pointer;
		background-color: #58859E;
	}

.nupp {
	width: 183px;
	border: 1px solid #508F0D;
	border-radius: 5px;
	font-size: large;
	font-weight: bold;
	height: 40px;
	padding: 8px 8px;
	margin: 0;
	background-color: #508F0D;
	color: white;
	float: right;
	margin-top: 5px;
}

	.nupp:hover {
		cursor: pointer;
		background-color: #92D050;
	}

	.nupp:disabled {
		cursor: default;
		background-color: #DEE8EE;
	}


.nuppTume {
	width: 183px;
	border: 1px solid #1D394A;
	border-radius: 5px;
	font-size: large;
	font-weight: bold;
	height: 40px;
	padding: 8px 8px;
	margin: 0;
	background-color: #1D394A;
	color: white;
	margin-top: 5px;
}

	.nuppTume:hover {
		cursor: pointer;
		background-color: #58859E;
	}

	.nuppTume:disabled {
		cursor: default;
		background-color: #DEE8EE;
	}

.nuppHele {
	border: 1px solid #508F0D;
	border-radius: 5px;
	font-size: large;
	font-weight: bold;
	height: 40px;
	padding: 8px 8px;
	margin: 0;
	background-color: #508F0D;
	color: white;
	margin: 10px;
}

	.nuppHele:hover {
		cursor: pointer;
		background-color: #92D050;
	}

	.nuppHele:disabled {
		cursor: default;
		background-color: #DEE8EE;
	}

.nuppKitsas {
	border: 1px solid #508F0D;
	border-radius: 5px;
	font-size: large;
	font-weight: bold;
	height: 32px;
	padding: 1px 5px 3px 5px;
	margin: 0;
	background-color: #508F0D;
	color: white;
	vertical-align: top;
}

	.nuppKitsas:hover {
		cursor: pointer;
		background-color: #92D050;
	}

	.nuppKitsas:disabled {
		cursor: default;
		background-color: #DEE8EE;
	}

.nuppTumeKitsas {
	border: 1px solid #1D394A;
	border-radius: 5px;
	font-size: large;
	font-weight: bold;
	height: 32px;
	padding: 1px 5px 3px 5px;
	margin: 0;
	background-color: #1D394A;
	color: white;
	vertical-align: top;
}

	.nuppTumeKitsas:hover {
		cursor: pointer;
		background-color: #58859E;
	}

	.nuppTumeKitsas:disabled {
		cursor: default;
		background-color: #DEE8EE;
	}

.nuppV {
	border: 1px solid #508F0D;
	border-radius: 5px;
	font-size: large;
	font-weight: bold;
	padding: 2px;
	margin-top: 0px;
	background-color: #508F0D;
	color: white;
	text-align: center;
	line-height: 47px;
	height: 60px;
	width: 200px;
}

	.nuppV span {
		display: inline-block;
		vertical-align: middle;
		line-height: normal;
	}

	.nuppV:hover {
		cursor: pointer;
		background-color: #92D050;
	}

	.nuppV:disabled {
		cursor: default;
		background-color: #DEE8EE;
	}

.nuppL {
	border: 1px solid #508F0D;
	border-radius: 5px;
	font-size: large;
	font-weight: bold;
	padding: 2px;
	margin-top: 2px;
	background-color: #508F0D;
	color: white;
	text-align: center;
	line-height: 32px;
	height: 41px;
	width: 200px;
}

	.nuppL span {
		display: inline-block;
		vertical-align: middle;
		line-height: normal;
	}

	.nuppL:hover {
		cursor: pointer;
		background-color: #92D050;
	}

	.nuppL:disabled {
		cursor: default;
		background-color: #DEE8EE;
	}

.case {
	display: table;
	width: 600px;
	border-style: none;
	float: left;
	background-color: #DEE8EE;
}

.parem {
	display: table;
	border-style: none;
	width: 600px;
	float: left;
	background-color: #DEE8EE;
}

.menyy {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1010;
}


.menyyValik {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-left: 4px;
	padding-right: 1px;
	padding-bottom: 0px;
	cursor: default;
}

.menyyRida {
	margin: 0px;
	padding: 0px;
	line-height: 1.4;
}

.menyyRida2 {
	padding: 10px 0 10px 0;
	margin: 0px;
	line-height: 1.2;
	border-bottom: 2px solid #d2d2d2;
}

.symptom {
	padding: 10px;
	color: #1D394A;
	background-color: white;
	border-radius: 5px;
	border: solid 1px #d2d2d2;
}

.pealkiri {
	text-align: justify;
	margin-bottom: 10px;
}

.sPealkiri {
	font-weight: bold;
	margin-bottom: 10px;
}

.vPealkiri {
	font-weight: bold;
	margin-left: 20px;
}

.symptomSisu {
	margin-top: 10px;
	background-color: white;
}

.symptomOsa {
	margin-top: 10px;
}

.objekt {
	margin: 4px;
	background-color: white;
}

.oPealkiri {
	font-size: large;
	font-weight: bold;
	padding: 4px 4px 4px 8px;
}

.oSisu {
	padding: 4px;
}

.eemalda {
	border: none;
	float: right;
}

.loendiNimi {
	display: table-cell;
	vertical-align: baseline;
	text-align: right;
	padding-right: 4px;
	width: 374px;
}

.sympAeg {
	display: table-cell;
	vertical-align: baseline;
	text-align: right;
	padding-right: 4px;
	width: 176px;
}

.reaLabel {
	display: table-cell;
	vertical-align: baseline;
	padding-right: 4px;
	padding-left: 8px;
}

.pikkNimi {
	display: table-cell;
	vertical-align: baseline;
	text-align: right;
	padding-right: 4px;
	width: 470px;
}

.loend {
	width: 400px;
}

.kestvusLoend {
	width: 122px;
}

.sisuNumber {
	border: 1px solid #d2d2d2;
	border-radius: 2px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: right;
	width: 400px;
}

.kestvusNumber {
	border: 1px solid #d2d2d2;
	border-radius: 2px;
	padding-left: 8px;
	padding-right: 8px;
	width: 103px;
	background-image: url("/calendarTs.png");
	background-repeat: no-repeat;
	background-position: right center;
}

.kestvusNr {
	border: 1px solid #d2d2d2;
	border-radius: 2px;
	padding-left: 8px;
	padding-right: 8px;
	width: 103px;
	text-align: right;
}

.kNr {
	border: 1px solid #d2d2d2;
	border-radius: 2px;
	padding-left: 8px;
	padding-right: 8px;
	width: 60px;
	text-align: right;
}

.row {
	display: block;
}

	.row:after {
		content: "";
		display: table;
		clear: both;
	}

.leht {
	width: 100%;
	-webkit-justify-content: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 4px;
}

.keskKastPealkiri {
	width: 100%;
	text-align: center;
	font-size: xx-large;
	font-weight: bold;
	color: #1D394A;
	border-color: #508F0D;
	border-style: solid;
	border-width: 2px;
	border-radius: 5px;
	padding: 5px;
	padding-top: 10px;
	margin: 5px;
}

.keskKast {
	position: relative;
	width: 100%;
	text-align: center;
	color: #1D394A;
	border-color: #1D394A;
	border-style: solid;
	border-width: 2px;
	border-radius: 5px;
	background-color: white;
	padding: 5px;
	margin: 5px;
}

	.keskKast h4 {
		margin-top: 0;
		margin-bottom: 25px;
		text-align: center;
		font-size: x-large;
	}

	.keskKast h5 {
		margin: 15px 10px 5px 10px;
		text-align: center;
		font-size: medium;
		font-weight: bold;
	}

.kast {
	width: 100%;
	color: #1D394A;
	border-color: #1D394A;
	border-style: solid;
	border-width: 2px;
	border-radius: 5px;
	background-color: white;
	padding: 5px;
	margin: 5px;
}

.alusKast {
	position: relative;
	display: block;
	color: #1D394A;
	border-color: #1D394A;
	border-style: solid;
	border-width: 2px;
	border-radius: 5px;
	background-color: white;
	padding: 5px;
	margin: 5px;
}

	.alusKast h4 {
		margin-top: 0;
		margin-bottom: 25px;
		text-align: center;
		font-size: x-large;
	}

	.alusKast h5 {
		margin-top: 0;
		margin-bottom: 25px;
		text-align: left;
		font-size: medium;
	}

.keskTabel {
	display: table;
	border-collapse: collapse;
	max-width: 1350px;
	border-top: 2px solid #d2d2d2;
	border-bottom: 2px solid #d2d2d2;
}

	.keskTabel th {
		padding: 6px 10px 4px 10px;
		cursor: pointer;
		position: sticky;
		top: -2px;
		background-color: white;
	}

.peaRida {
	cursor: pointer;
}

	.peaRida td {
		border-top: 2px solid #d2d2d2;
		padding: 2px 10px 2px 10px;
	}

.alamRida {
	background-image: linear-gradient(white, #F0F0FF);
	cursor: default;
}

	.alamRida td {
		padding: 0 10px 0 10px;
	}

.oht {
	font-size: large;
	font-weight: 900;
	color: red;
}

.red {
	color: red;
}

.mailLink {
	cursor: pointer;
}

.reaKast {
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	display: table-cell;
	background-color: white;
	border: 2px solid #A4B1B8;
	border-radius: 5px;
	padding: 4px;
	margin: 2px 0 0 0;
	width: 96%;
	height: 72px;
}

.reaMen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	border-radius: 5px;
	height: 32px;
	max-height: 40px;
	border: 2px solid #A4B1B8;
	padding: 1px;
	width: 200px;
}

.teade {
	z-index: 10003;
	margin: 0;
	padding: 10px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	flex: auto;
	vertical-align: baseline;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	width: 600px;
	border-radius: 5px;
	border: solid 2px #1D394A;
	background-color: white;
}

	.teade p {
		margin: 5px 10px 5px 10px;
	}

	.teade h3 {
		margin: 10px;
		text-align: center;
		font-size: medium;
		font-weight: bold;
	}

	.teade h4 {
		margin: 15px 10px 5px 10px;
		text-align: left;
		font-size: medium;
		font-weight: bold;
	}

.abi {
	z-index: 10004;
	margin: 0;
	padding: 0px 10px 10px 10px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	flex: auto;
	vertical-align: baseline;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	width: 500px;
	border-radius: 5px;
	border: solid 2px #1D394A;
	background-color: white;
}

	.abi p {
		margin: 0px 0px 10px 0px;
		text-align: justify;
	}

	.abi h1 {
		margin: 20px 0px 10px 0px;
		text-align: center;
		font-size: 40px;
		font-weight: bold;
	}

	.abi h2 {
		margin: 20px 0px 10px 0px;
		text-align: center;
		font-size: xx-large;
		font-weight: bold;
	}

	.abi h3 {
		margin: 20px 0px 10px 0px;
		text-align: center;
		font-size: x-large;
		font-weight: bold;
	}

	.abi h4 {
		margin: 20px 0px 10px 0px;
		text-align: center;
		font-size: large;
		font-weight: bold;
	}

	.abi h5 {
		margin: 20px 0px 10px 0px;
		text-align: center;
		font-size: medium;
		font-weight: bold;
	}

	.abi h6 {
		margin: 10px 0px 10px 0px;
		text-align: left;
		font-size: medium;
		font-weight: bold;
	}

text {
	cursor: default;
}

@media screen and (max-width: 600px) {
	html {
		zoom: 0.8;
	}
}

@media (max-width: 430px) {
	html {
		zoom: 0.5;
	}
}

.vahe {
	height: 40px;
}

.valikuRida {
	display: block;
	margin: 6px;
}

.valik {
	margin: 6px;
}

.kysimus {
	text-align: justify;
}

	.kysimus li {
		margin: 10px 30px 10px 0px;
	}

.symptomLoend {
	font-size: large;
	font-weight: bold;
	border: 2px solid #508F0D;
	border-radius: 5px;
	margin-top: 4px;
	padding: 8px;
	background-color: white;
	color: #508F0D;
	cursor: pointer;
}

.symptomLoendAktiivne {
	font-size: large;
	font-weight: bold;
	border: 1px solid #508F0D;
	border-radius: 5px;
	margin-top: 4px;
	padding: 8px;
	background-color: #508F0D;
	color: white;
	cursor: default;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.flexAlus{
	display:flex;
	justify-content:flex-start;
}

.flexItem{
	min-height:150px;
}

#datepicker-frame {
	width: 300px;
	height: 300px;
	position: absolute;
	border-radius: 8px;
	background-color: white;
	box-shadow: 0 0 8px 0 black;
	color: #333333;
	font: 16px Tahoma;
}

	#datepicker-frame ul {
		list-style: none;
		width: 300px;
		height: 40px;
		margin: 0;
		padding: 0;
		font-weight: bold;
		line-height: 40px;
	}

	#datepicker-frame li {
		width: 220px;
		height: 40px;
		float: left;
		text-align: center;
	}

		#datepicker-frame li:first-child,
		#datepicker-frame li:last-child {
			width: 40px;
			height: 40px;
			float: left;
		}

	#datepicker-frame table {
		border-collapse: collapse;
		margin: auto;
	}

	#datepicker-frame .day td,
	#datepicker-frame .day th {
		width: calc(300px / 7 - 2px);
		height: calc(300px / 8 - 2px);
		border-radius: 4px;
		text-align: center;
	}

	#datepicker-frame .month td,
	#datepicker-frame .month th {
		width: calc(300px / 4 - 2px);
		height: calc(300px / 4 - 2px);
		border-radius: 4px;
		text-align: center;
	}

	#datepicker-frame .disabled {
		color: #c8c8c8;
	}

	#datepicker-frame .today {
		background-color: #508F0D;
		color: white;
	}

	#datepicker-frame td:not(.disabled):not(.today):hover {
		background-color: #d0d0d0;
	}

	#datepicker-frame .pointer {
		cursor: pointer;
	}
