@font-face {
  font-family: 'Roboto Condensed';
  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 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');
}
div.headerInfo {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: auto;
  background-color: #fff00d;
  color: black;
  font-family: 'Roboto Condensed Light', sans-serif;
  font-weight: 300;
  font-size: 17px;
  padding: 4px 9px;
  border-radius: 0 0 0 4px;
  box-shadow: 0 0 10px 1px rgba(0,0,0,0.3);
}
div.headerInfo img {
  height: 1em;
  vertical-align: middle;
  margin: -2px 4px 0 4px;
}
div.headerInfo img:last-child {
  margin-right: 0;
}
div.headerInfo span {
  font-family: 'Roboto Condensed Regular', sans-serif;
  font-weight: 400;
}
div.headerInfo a {
  color: inherit;
}
div.headerInfo a.headerInfoButton {
  color: inherit;
  text-decoration: none;
  background-color: #d9cc00;
  color: black;
  padding: 4px;
}
div.headerInfo a.headerInfoButton:last-child {
  margin-left: 6px;
}
div.headerInfo a.headerInfoButton:hover {
  background-color: #a69c00;
  color: black;
}
div.headerInfoLeft {
  left: 0;
  right: auto;
  border-radius: 0 0 4px 0;
}
div.headerInfoLeft img {
  margin-left: 0;
}
div.headerInfoLeft a {
  font-family: 'Roboto Condensed Regular', sans-serif;
  font-weight: 400;
  text-decoration: none;
}
div.headerInfoLeft a:hover {
  text-decoration: underline;
}
div.headerInfoLeft ul.headerInfoMore {
  color: #fff00d;
  display: none;
  border: 1px solid #fff00d;
  margin: 4px -9px -4px -9px;
  padding: 0;
  font-size: 14px;
  border-radius: 0 0 4px 0;
  background-color: #ffffff;
}
div.headerInfoLeft ul.headerInfoMore li {
  display: block;
  font-size: 100%;
  border-top: 1px solid #fff9a6;
}
div.headerInfoLeft ul.headerInfoMore li a {
  color: inherit;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  border-left: 10px solid #fff00d;
  font-family: 'Roboto Condensed Regular', sans-serif;
  font-weight: 400;
}
div.headerInfoLeft ul.headerInfoMore li a:hover {
  text-decoration: underline;
  border-color: #fffbc0 !important;
}
div.headerInfoLeft ul.headerInfoMore li:first-child {
  border-top: none;
}
div.headerInfoLeft ul.headerInfoMore li:last-child {
  border-radius: 0 0 4px 0;
}
div.headerInfoLeft ul.theme_color {
  color: black;
  background-color: #fffdd9;
}
body {
  margin: 0;
  background-color: white;
  font-family: sans-serif;
  font-size: 13px;
}
body a:hover {
  color: #BE1E2D;
}
noscript p {
  padding: 10px;
  background-color: #fff9c3;
  border: 1px solid #fff00d;
  display: block;
  margin: 0;
  text-align: center;
}
div.header {
  font-family: 'Roboto Condensed Bold', sans-serif;
  font-weight: 700;
  font-size: 180%;
  background-color: #1785ff;
  background: linear-gradient(to right,#1785ff,#409aff,#1785ff);
  color: white;
  border-bottom: 5px solid #fff00d;
  padding: 10px 10px 5px 10px;
}
@media only screen and (max-device-width: 999px) {
  div.header {
    font-size: 130%;
  }
}
div.header div.headerTitle {
  display: inline-block;
  float: left;
}
@media only screen and (max-device-width: 999px) {
  div.header div.headerTitle {
    display: block;
    float: none;
    text-align: center;
  }
}
div.header div.headerTitle a {
  color: inherit;
  text-decoration: none;
}
div.header div.headerMenu {
  font-family: 'Roboto Condensed Light', sans-serif;
  font-weight: 300;
  font-size: 80%;
  display: inline-block;
  float: right;
  text-align: right;
}
div.main {
  width: 80%;
  margin: 20px auto;
}
div.main span.AruanneTagastatud {
  color: red;
  font-weight: bold;
}
div.main ul.pageMenu {
  text-align: center;
  border-bottom: 5px solid #1785ff;
  margin: 10px 0 20px 0;
}
div.main ul.pageMenu li.menuItem {
  font-family: 'Roboto Condensed Light', sans-serif;
  font-weight: 300;
  display: inline-block;
  margin: 0 2.5px;
  font-size: 130%;
}
@media only screen and (max-device-width: 999px) {
  div.main ul.pageMenu li.menuItem {
    font-size: 110%;
  }
}
div.main ul.pageMenu li.menuItem a {
  padding: 2px 10px 1px 10px;
  display: inline-block;
  text-decoration: none;
  color: black;
  background-color: #b0d5ff;
  border-radius: 5px 5px 0 0;
}
div.main ul.pageMenu li.menuItem a:hover {
  color: black;
  background-color: #fff00d;
}
div.main ul.pageMenu li.menuItemActive {
  font-family: 'Roboto Condensed Regular', sans-serif;
  font-weight: 400;
}
div.main ul.pageMenu li.menuItemActive a {
  color: white;
  background-color: #1785ff;
}
div.main ul.pageMenu li.menuItemActive a:hover {
  color: white;
  background-color: #1785ff;
}
div.main h1,
div.main h2,
div.main h3 {
  font-family: 'Roboto Condensed Bold', sans-serif;
  font-weight: 700;
  color: #1785ff;
  font-size: 180%;
}
div.main h1:first-child,
div.main h2:first-child,
div.main h3:first-child {
  margin-top: 0;
}
div.main h1 a,
div.main h2 a,
div.main h3 a {
  text-decoration: none;
  color: inherit;
}
div.main h2 {
  font-size: 150%;
}
div.main h3 {
  font-family: 'Roboto Condensed Light', sans-serif;
  font-weight: 300;
  font-size: 150%;
}
div.main p:last-child {
  margin-bottom: 0;
}
div.main p.hint {
  font-size: 90%;
  font-style: italic;
  color: #616062;
}
div.main p.hint2 {
  font-size: 100%;
  color: #616062;
  background-color: #fff9c3;
  padding: 10px;
  border: 1px dotted #1785ff;
}
div.main div.hint3 {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #1785ff;
  font-size: 120%;
}
div.main .status1 {
  color: red;
}
div.main .status2 {
  color: orange;
}
div.main .status3 {
  color: green;
}
div.main .statusOsa1 {
  color: #737373;
}
div.main .statusOsa2 {
  color: #7dbbff;
}
div.main .statusOsa3 {
  color: #1785ff;
}
div.main .linkButton {
  display: inline-block;
  padding: 4px 10px;
  background-color: #1785ff;
  color: white;
  text-decoration: none;
  border: 1px solid #006ce3;
  border-radius: 3px;
  text-transform: capitalize;
  cursor: pointer;
}
div.main .linkButton:hover {
  background-color: #BE1E2D;
  border-color: #921723;
}
div.main .linkButtonEsita {
  background-color: #fff00d;
  color: black;
  border-color: #1785ff;
}
div.main .linkButtonEsita:hover {
  color: white;
}
div.main ul li {
  margin: 4px 0;
}
div.main table.dataTable {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 2px solid #1785ff;
}
div.main table.dataTable tr.odd {
  background-color: #d9d9d9;
}
div.main table.dataTable tr:first-child {
  background-color: transparent;
  border-bottom: 2px solid #1785ff;
}
div.main table.dataTable th {
  padding: 0.5em;
  text-align: left;
  font-size: 110%;
  color: black;
}
div.main table.dataTable th.sorted {
  color: #1785ff;
}
div.main table.dataTable th.sorted:after {
  content: '*';
}
div.main table.dataTable td {
  padding: 0.5em;
  font-size: 110%;
}
div.main table.dataTable tr.dataSelectedRow {
  background-color: #b0d5ff;
}
div.main table.formContainer,
div.main table.viewContainer {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
div.main table.formContainer td,
div.main table.viewContainer td {
  padding: 0 3px;
  width: 50%;
}
div.main table.formContainer td input[type=text],
div.main table.formContainer td input[type=number],
div.main table.formContainer td input[type=email],
div.main table.formContainer td select,
div.main table.formContainer td textarea,
div.main table.viewContainer td input[type=text],
div.main table.viewContainer td input[type=number],
div.main table.viewContainer td input[type=email],
div.main table.viewContainer td select,
div.main table.viewContainer td textarea {
  width: 100%;
}
div.main table.formContainer td.formContainerTriple,
div.main table.viewContainer td.formContainerTriple {
  width: 33%;
}
div.main table.formContainer td.formContainerButton,
div.main table.viewContainer td.formContainerButton {
  width: auto;
}
div.main table.formContainer td.formContainerButton button,
div.main table.viewContainer td.formContainerButton button {
  font-family: monospace;
}
div.main table.formContainer td.tableCell,
div.main table.viewContainer td.tableCell {
  padding-left: 0;
  padding-right: 0;
  vertical-align: top;
}
div.main table.viewContainer tr {
  page-break-inside: avoid;
}
div.main table.viewContainer td {
  padding: 0;
  border: 1px solid #616062;
  vertical-align: top;
}
div.main table.viewContainer td.viewContainerAutoCell {
  width: auto;
}
div.main table.viewContainer div.viewItem div.viewItemTitle {
  font-size: 85%;
  color: white;
  background-color: #616062;
  display: inline-block;
  padding: 5px;
  border-radius: 0 0 8px 0;
}
div.main table.viewContainer div.viewItem div.viewItemField {
  color: black;
  padding: 5px;
  font-size: 120%;
}
div.main table.viewContainer div.viewItem div.viewItemField span {
  float: right;
}
div.main ol.viewContainerFiles li {
  font-size: 120%;
}
div.main ol.viewContainerFiles li img {
  height: 1.2em;
  vertical-align: middle;
  margin-right: 7px;
}
div.main ol.viewContainerFiles li img.removefile {
  opacity: 0.5;
  margin-left: 7px;
}
div.main ol.viewContainerFiles li img.removefile:hover {
  opacity: 1;
}
div.main div.vaataprojektiEsitaContainer {
  margin: 20px 0;
  padding: 10px;
  background-color: #fff9c3;
  border: 1px solid #1785ff;
}
div.main div.vaataprojektiEsitaContainer .linkButtonEsita {
  font-size: 120%;
}
div.main table.allikad {
  border-collapse: separate;
  border-spacing: 0 5px;
}
div.main table.kuludtulud {
  border-collapse: separate;
  border-spacing: 0 5px;
}
div.main table.kuludtulud th:nth-child(1) {
  width: 70%;
}
div.main table.kuludtulud th:nth-child(2) {
  width: 30%;
}
div.main table.kuludtulud td:nth-child(2) input[type=text] {
  text-align: right;
}
div.main table.kuludtulud td:nth-child(3) button {
  font-family: monospace;
}
div.main table.kuludtulud tr:last-child td {
  padding-top: 5px;
}
div.main table.kuludtulud tr:last-child td:nth-child(2) {
  text-align: right;
}
div.main form div.formItem div.formItemTitle {
  font-size: 90%;
  color: #616062;
  margin-bottom: 5px;
}
div.main form div.formItem div.formItemTitle span {
  color: #616062;
  font-size: 85%;
}
div.main form div.formItem div.formItemField {
  margin-bottom: 10px;
}
div.main form div.formItem div.formItemValue {
  color: black;
  margin-bottom: 10px;
}
div.main form div.formItem div.formItemValue span {
  font-weight: bold;
}
div.main form textarea {
  font-family: sans-serif;
  font-size: 110%;
  width: 100%;
  height: 10em;
  border: 1px solid #1785ff;
  padding: 3px;
}
div.main form input[type=text],
div.main form input[type=number],
div.main form input[type=email],
div.main form input[type=file],
div.main form select {
  width: 275px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #1785ff;
  padding: 3px;
  font-size: 110%;
}
div.main form input[type=text][required],
div.main form input[type=number][required],
div.main form input[type=email][required],
div.main form input[type=file][required],
div.main form select[required] {
  border-left: 5px solid #1785ff;
}
div.main form select.widthAuto {
  width: auto;
}
div.main form.taotlusvoorud select {
  width: auto;
  margin-right: 5px;
}
div.main table.taotlusTable {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: -1em;
}
div.main table.taotlusTable tr.taotlusTableHeaderRow th {
  font-family: 'Roboto Condensed Light', sans-serif;
  font-weight: 300;
  font-size: 150%;
  text-align: left;
  padding: 10px;
}
div.main table.taotlusTable tr.taotlusTableDataRow,
div.main table.taotlusTable tr.taotlusTableLisaRow {
  background-color: #d9d9d9;
}
div.main table.taotlusTable tr.taotlusTableDataRow td,
div.main table.taotlusTable tr.taotlusTableLisaRow td {
  font-family: 'Roboto Condensed Regular', sans-serif;
  font-weight: 400;
  font-size: 120%;
  padding: 10px;
}
div.main table.taotlusTable tr.taotlusTableDataRow td div.taotlusTableVoor,
div.main table.taotlusTable tr.taotlusTableLisaRow td div.taotlusTableVoor {
  font-size: 85%;
}
div.main table.taotlusTable tr.taotlusTableDataRow td:last-child,
div.main table.taotlusTable tr.taotlusTableLisaRow td:last-child {
  text-align: right;
}
div.main table.taotlusTable tr.taotlusTableDataRow td:first-child {
  font-family: 'Roboto Condensed Bold', sans-serif;
  font-weight: 700;
  font-size: 150%;
}
div.main table.taotlusTable tr.taotlusTableDataRow td:first-child a {
  color: #1785ff;
}
div.main table.taotlusTable tr.taotlusTableDataRow td:first-child a:hover {
  color: #BE1E2D;
}
div.main table.taotlusTable tr.taotlusTableDataRow td:nth-child(4),
div.main table.taotlusTable tr.taotlusTableDataRow td:nth-child(5) {
  font-family: 'Roboto Condensed Bold', sans-serif;
  font-weight: 700;
  font-size: 150%;
  color: #1785ff;
}
div.main table.taotlusTable tr.taotlusTableDataRow td.taotlusTableLinksCell {
  font-family: 'Roboto Condensed Bold', sans-serif;
  font-weight: 700;
  font-size: 150%;
}
div.main table.taotlusTable tr.taotlusTableDataRow td.taotlusTableLinksCell a {
  margin: 0 3px;
}
div.main table.taotlusTable tr.taotlusTableDataRow td.taotlusTableLinksCell a.filled1 {
  background-color: #737373;
  border-color: #595959;
}
div.main table.taotlusTable tr.taotlusTableDataRow td.taotlusTableLinksCell a.filled2 {
  background-color: #7dbbff;
  border-color: #4aa0ff;
}
div.main table.taotlusTable tr.taotlusTableDataRow td.taotlusTableLinksCell a.filled3 {
  background-color: #1785ff;
  border-color: #006ce3;
}
div.main table.taotlusTable tr.taotlusTableDataRow td.taotlusTableLinksCell a.filled1:hover,
div.main table.taotlusTable tr.taotlusTableDataRow td.taotlusTableLinksCell a.filled2:hover,
div.main table.taotlusTable tr.taotlusTableDataRow td.taotlusTableLinksCell a.filled3:hover {
  background-color: #BE1E2D;
  border-color: #921723;
}
div.main table.taotlusTable tr.taotlusTableDataRow div.eraldatud_summa {
  font-family: 'Roboto Condensed Regular', sans-serif;
  font-weight: 400;
  font-size: 75%;
  color: black;
}
div.main table.taotlusTable tr.taotlusTableLisaRow {
  background-color: red;
  color: white;
  border-bottom: 10px solid white;
}
div.main table.taotlusTable tr.taotlusTableLisaRow td {
  padding: 6px 10px;
  font-size: 100%;
  vertical-align: top;
}
div.main table.taotlusTable tr.taotlusTableLisaRow a {
  color: inherit;
}
div.main table.taotlusTable tr.taotlusTableLisaRow a:hover {
  color: #fff00d;
}
div.main table.taotlusTable tr.taotlusTableLisaRow span.filelistTrigger {
  text-decoration: underline;
  cursor: pointer;
}
div.main table.taotlusTable tr.taotlusTableLisaRow span.filelistTrigger:hover {
  color: #fff00d;
}
div.main table.taotlusTable tr.taotlusTableLisaRow ol.taotlusTableFiles {
  display: none;
  margin: 5px 0;
}
div.main table.taotlusTable tr.taotlusTableLisaRow ol.taotlusTableFiles li img {
  height: 1.2em;
  vertical-align: middle;
  margin-right: 7px;
}
div.main table.taotlusTable tr.taotlusTableLisaRow ol.taotlusTableFiles li img.removefile {
  opacity: 0.5;
  margin-left: 7px;
}
div.main table.taotlusTable tr.taotlusTableLisaRow ol.taotlusTableFiles li img.removefile:hover {
  opacity: 1;
}
div.main table.taotlusTable tr.esitatud {
  background-color: orange;
}
div.main table.taotlusTable tr.resolutsioony {
  background-color: green;
}
div.main table.taotlusTable tr.resolutsioonn {
  background-color: purple;
}
div.main div.message {
  margin: 1em 0;
  padding: 1em;
  background-color: #fff9c3;
  border-bottom: 5px solid #1785ff;
}
div.main div.message.error {
  background-color: #ffd3d3;
  border-bottom: 5px solid #ffafaf;
}
div.main div.message.error h1 {
  color: red;
}
div.main form.fileEdit p.statusbar {
  display: none;
}
div.main p.progressContainer {
  display: none;
}
div.main p.progressContainer progress {
  width: 100%;
}
div.main p.completeContainer {
  display: none;
}
div.main #haridusLogon {
  text-align: right;
  background-image: url('img/frontDeco1.jpg');
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 65% auto;
  min-height: 369px;
  margin-top: 20px;
  padding: 5px 0 10px 60%;
}
@media only screen and (max-device-width: 999px) {
  div.main #haridusLogon {
    padding: 10px 0;
    background-image: none;
    text-align: center;
    min-height: auto;
  }
}
div.main #haridusLogon img:last-child {
  margin-left: 5px;
}
div.main #haridusLogon #MIDkontrollkood {
  font-size: 150%;
  color: ;
}
div.main div.allFilterContainer {
  padding: 10px;
  background-color: #1785ff;
  color: white;
  border-bottom: 4px solid #fff00d;
  border-radius: 5px;
}
div.main div.allFilterContainer select {
  border: 1px solid #006ce3;
}
div.footer {
  font-family: 'Roboto Condensed Light', sans-serif;
  font-weight: 300;
  font-size: 90%;
  text-align: center;
  border-top: 5px solid #fff00d;
  padding: 10px 10px 30px 10px;
  color: #4d4d4d;
  width: 100%;
  box-sizing: border-box;
}
div.footer a {
  color: inherit;
  text-decoration: none;
}
div.footer a:hover {
  text-decoration: underline;
}
div.separator {
  clear: both;
}
.endmarker {
  color: #1785ff;
}
.endmarker2 {
  border-top: 2px solid #1785ff;
  text-align: center;
  font-size: 90%;
  color: #616062;
  margin-top: 10px;
  padding: 10px 0;
}
@media print {
  div.header,
  div.footer,
  ul.pageMenu,
  div.logonInfo {
    display: none;
  }
  h1,
  h2,
  h3 {
    color: black !important;
  }
  div.viewItemTitle {
    text-decoration: underline;
    color: black !important;
    background-color: transparent !important;
  }
  div.viewItemField {
    font-size: 95% !important;
    color: black;
  }
  table.viewContainer td {
    border-color: black !important;
  }
  .noprint {
    display: none;
  }
  ol.viewContainerFiles a {
    color: black;
    text-decoration: none;
  }
  ol.viewContainerFiles img {
    display: none;
  }
  .endmarker {
    color: black !important;
  }
  .endmarker2 {
    border-color: black;
    color: black;
  }
}
