@font-face {
  font-family: 'Roboto Condensed Bold';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url('/res/fonts/RobotoCondensed-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed Regular';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url('/res/fonts/RobotoCondensed-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed Light';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url('/res/fonts/RobotoCondensed-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto Regular';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Regular'), local('Roboto-Regular'), url('/res/fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto Bold';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Black'), local('Roboto-Black'), url('/res/fonts/Roboto-Black.ttf') format('truetype');
}
html {
  font-size: 100%;
}
body {
  color: #282923;
  background-color: white;
  font-family: 'Roboto Regular', sans-serif;
  margin: 0;
}
body a {
  color: #4a227b;
}
body h1,
body h2,
body h3 {
  font-family: 'Roboto Condensed Bold', sans-serif;
  color: #4a227b;
}
body h1 span,
body h2 span,
body h3 span {
  font-family: 'Roboto Condensed Light', sans-serif;
  color: #7a3ac9;
  display: block;
  font-size: 80%;
}
body h1 {
  font-size: 1.8rem;
}
body h2 {
  font-size: 1.6rem;
}
body h3 {
  font-size: 1.4rem;
}
body input[type=text],
body textarea,
body input[type=password],
body select {
  font-size: 1rem;
  border: 3px solid orange;
  padding: 3px;
  font-family: 'Roboto Regular', sans-serif;
}
body textarea {
  width: 100%;
  height: 5em;
  box-sizing: border-box;
}
div.header {
  color: white;
  background-color: #4a227b;
  border-bottom: 5px solid orange;
  font-family: 'Roboto Condensed Bold', sans-serif;
  font-size: 1.8rem;
  padding: 10px;
  box-shadow: 0 0 10px 0px rgba(0,0,0,0.5);
}
div.header a {
  color: white;
  text-decoration: none;
}
div.header span.pageheaderRight {
  float: right;
  font-family: 'Roboto Condensed Light', sans-serif;
  font-size: 1.4rem;
}
div.mainContainer {
  padding: 10px;
}
div.footer {
  border-top: 5px solid orange;
  text-align: center;
  font-family: 'Roboto Condensed Light', sans-serif;
  font-size: 0.85rem;
  padding: 10px;
}
.linkButton,
form button {
  display: inline-block;
  background-color: #4a227b;
  color: white;
  padding: 2px 7px;
  font-family: 'Roboto Condensed Bold', sans-serif;
  text-decoration: none;
  border-radius: 7px;
  border: 2px solid #cbb2ea;
  font-size: inherit;
  margin: 3px;
  cursor: pointer;
  white-space: nowrap;
}
.linkButton:hover,
form button:hover {
  background-color: white;
  color: #4a227b;
}
.linkButton:first-child,
form button:first-child {
  margin-left: 0;
}
.linkButton:last-child,
form button:last-child {
  margin-right: 0;
}
.linkButtonActive {
  background-color: white;
  color: #4a227b;
}
.linkButtonDownload {
  background-color: orange;
  border-color: #ffb733;
}
.linkButtonDownload:hover {
  color: orange;
}
.linkButtonAlt {
  background-color: orange;
  border-color: #ffc966;
}
.linkButtonAlt:hover {
  color: orange;
}
div.mainMenu {
  margin: 5px;
  text-align: center;
  font-size: 1.2rem;
}
div.mainMenu a {
  box-shadow: 0 0 7px 0 rgba(0,0,0,0.2);
}
td.nowrap {
  white-space: nowrap;
}
table.dataTable,
table.paevikTable,
table.paevikTegevused {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  font-family: 'Roboto Condensed Regular', sans-serif;
  border-bottom: 3px solid #4a227b;
}
table.dataTable tr,
table.paevikTable tr,
table.paevikTegevused tr {
  background-color: #dedede;
}
table.dataTable tr:first-child,
table.paevikTable tr:first-child,
table.paevikTegevused tr:first-child {
  background-color: transparent;
}
table.dataTable tr:nth-child(even),
table.paevikTable tr:nth-child(even),
table.paevikTegevused tr:nth-child(even) {
  background-color: #f5f5f5;
}
table.dataTable tr.dataSelectedRow,
table.paevikTable tr.dataSelectedRow,
table.paevikTegevused tr.dataSelectedRow {
  background-color: #ffdb99;
}
table.dataTable td.liitu,
table.paevikTable td.liitu,
table.paevikTegevused td.liitu {
  background-color: rgba(255,0,0,0.2);
}
table.dataTable td.lahku,
table.paevikTable td.lahku,
table.paevikTegevused td.lahku {
  background-color: rgba(255,0,0,0.2);
}
table.dataTable th,
table.paevikTable th,
table.paevikTegevused th {
  text-align: left;
  font-weight: normal;
  background-color: #4a227b;
  color: white;
  padding: 5px;
  font-family: 'Roboto Condensed Bold', sans-serif;
}
table.dataTable th a,
table.paevikTable th a,
table.paevikTegevused th a {
  color: white;
}
table.dataTable th:first-child,
table.paevikTable th:first-child,
table.paevikTegevused th:first-child {
  border-radius: 7px 0 0 0;
}
table.dataTable th:last-child,
table.paevikTable th:last-child,
table.paevikTegevused th:last-child {
  border-radius: 0 7px 0 0;
}
table.dataTable th.sorted:after,
table.paevikTable th.sorted:after,
table.paevikTegevused th.sorted:after {
  content: '*';
}
table.dataTable td,
table.paevikTable td,
table.paevikTegevused td {
  padding: 5px;
}
table.dataTable td a,
table.paevikTable td a,
table.paevikTegevused td a {
  font-weight: bold;
}
table.dataTable tr.sum,
table.paevikTable tr.sum,
table.paevikTegevused tr.sum {
  background-color: white;
}
table.dataTable tr.sum td,
table.paevikTable tr.sum td,
table.paevikTegevused tr.sum td {
  border-top: 2px solid #4a227b;
}
table.dataTable td.titlecell,
table.paevikTable td.titlecell,
table.paevikTegevused td.titlecell {
  font-family: 'Roboto Condensed Bold', sans-serif;
  font-size: 1.2rem;
  color: #4a227b;
}
table.dataTable .hideCell,
table.paevikTable .hideCell,
table.paevikTegevused .hideCell {
  display: none;
}
@media only screen and (max-width: 768px) {
  table.dataTable,
  table.paevikTable,
  table.paevikTegevused {
    display: block;
    overflow-x: auto;
  }
}
@media only screen and (max-width: 768px) {
  table.dataTable,
  table.paevikTable,
  table.paevikTegevused {
    display: block;
    overflow-x: auto;
  }
}
.joondusParemal {
  text-align: right;
}
div.planeerijaAinevaldkonnad {
  font-family: 'Roboto Condensed Regular', sans-serif;
  color: black;
  margin-top: 0.5em;
}
div.message {
  padding: 5px;
  border: 2px solid black;
  font-family: 'Roboto Condensed Regular', sans-serif;
  font-size: 1.4rem;
}
div.message span.messageTitle {
  font-family: 'Roboto Condensed Bold', sans-serif;
  color: #4a227b;
  display: inline-block;
  margin-right: 0.5em;
}
div.message span.messageContent {
  display: inline-block;
}
div.messageviga {
  background-color: #ffafaf;
  border-color: #ff4949;
}
div.messageinfo {
  background-color: #fff9c3;
  border-color: #ffef5d;
}
.textDesc {
  font-size: 0.9rem;
  color: #888;
}
table.opi {
  border-spacing: 0;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 3px solid #4a227b;
}
table.opi tr {
  background-color: #dedede;
}
table.opi tr:first-child {
  background-color: transparent;
}
table.opi tr th {
  background-color: #4a227b;
  color: white;
  font-family: 'Roboto Condensed Bold', sans-serif;
  padding: 5px;
  font-size: 1.2rem;
  text-align: left;
}
table.opi tr th:first-child {
  border-radius: 7px 0 0 0;
}
table.opi tr th:last-child {
  border-radius: 0 7px 0 0;
}
table.opi tr td {
  padding: 5px;
  border: 1px solid black;
}
table.opi tr td.opiKuu {
  background-color: #f4eefa;
}
table.opi tr td.opiKuu2 {
  background-color: #e6daf5;
}
table.opi tr td.proj {
  color: #282923 !important;
  font-size: 1rem !important;
  font-family: 'Roboto Condensed Regular', sans-serif !important;
  vertical-align: top;
  width: 20%;
}
table.opi tr:nth-child(even) {
  background-color: #f5f5f5;
}
table.opi tr.opiPealkiri td {
  font-family: 'Roboto Condensed Bold', sans-serif;
  color: #4a227b;
  font-size: 1.4rem;
}
table.opi tr.opiPealkiri td:last-child {
  font-size: 1rem;
}
table.opi td.muuda {
  font-size: 1rem !important;
}
@media only screen and (max-width: 768px) {
  table.opi {
    display: block;
    overflow-x: auto;
  }
}
.cellKodune {
  color: #4a227b;
  border-top: 2px solid #4a227b;
  margin-top: 10px;
  padding-top: 10px;
}
