@charset "UTF-8";
.nav1 {
  border-bottom: 2px solid blue;
}

.nav2 {
  border-bottom: 2px solid red;
}

.nav3 {
  border-bottom: 2px solid green;
}

.oddRow {
  background-color: #f3f3f3;
}

.evenRow {
  background-color: #fff;
}

.floatRight {
  float: right;
}

.floatLeft {
  float: left;
}

.clearRight {
  clear: right;
}

.clearLeft {
  clear: left;
}

.clearBoth {
  clear: both;
}

.overflowHidden {
  overflow: hidden;
}

.nowrap {
  white-space: nowrap;
}

.breakword {
  word-break: break-all;
}

a.noUnderline {
  text-decoration: none;
}

.alignLeft {
  text-align: left;
}

.alignCenter {
  text-align: center;
}

.alignRight {
  text-align: right;
}

.alignTop {
  vertical-align: top;
}

.alignTextTop {
  vertical-align: text-top;
}

.alignMiddle {
  vertical-align: middle;
}

.bold {
  font-weight: bold;
}

.resizeVertical {
  resize: vertical;
}

.resizeHorizontal {
  resize: horizontal;
}

img.icon {
  border: none;
  height: 16px;
  width: 16px;
  margin-left: 2px;
}

img.smallicon {
  border: none;
  height: 13px;
  width: 13px;
  margin-left: 2px;
  vertical-align: middle;
}

a.footer {
  color: #666666;
  padding-right: 15px;
  padding-left: 15px;
  border-left: 1px solid gray;
  font-size: 13px;
}

a.footer :visited {
  color: #666666;
}

.topLink {
  font-size: 0.9em;
  float: right;
  margin-left: 10px;
  text-decoration: underline;
}

.topSelect {
  margin-top: 5px;
  float: right;
  width: auto;
  text-align: left;
}

.topLabel {
  margin-top: 9px;
  padding-right: 10px;
  float: right;
  font-size: 14px;
  letter-spacing: 0.1ex;
  color: #555555;
}

.infoIcon {
  margin-left: 20px;
}

.infoIcon img {
  border: 0;
  vertical-align: middle;
}

.infoable {
  text-decoration: none;
  color: #334488;
}

.dlgContent {
  height: 400px;
}

.iDlgHeadP {
  font-size: 15px;
  margin-bottom: 3px;
}

.bbCodeButton {
  padding: 0;
  margin: 0;
  font-size: 10px;
  width: 30px;
  float: right;
}

.tabSelected {
  text-decoration: none;
  color: black;
}

.tabButtons {
  list-style: none;
  border: none;
  margin: 0;
  padding: 0px 0px 0px 0px;
  width: 98%;
}
.tabButtons li.tab {
  border: 1px solid gray;
  border-bottom: none;
  padding: 0px 1px;
  margin: 0px 0px 0px 0px;
  letter-spacing: 0.1ex;
  font-family: Arial, sans-serif;
  float: left;
}
.tabButtons li.selected {
  border-bottom: 3px solid white;
}
.tabButtons li:hover {
  background-color: #f6f6f6;
}
.tabButtons li a {
  color: #111111;
}
.tabButtons a {
  padding: 3px 15px 0px 15px;
  font-size: 10px;
  margin: 0;
  text-decoration: none;
}

.tabFiller {
  border-bottom: 1px solid gray;
  width: 98%;
  padding: 0;
  padding-bottom: 1px;
  margin-bottom: 21px;
}

.detailsheader {
  padding: 5px;
  padding-bottom: 0px;
  font-size: 12px;
  background-color: #fcfcfc;
  border: 1px solid #a0a0a0;
  border-bottom: 1px solid #fafafa;
}

.values {
  padding: 10px;
}

/* Depracated (Käytä alla olevia div-versiota)...*/
label.formheader {
  padding: 5px 8px 0 8px;
  font-size: 12px;
  background-color: #fafafa;
  border: 1px solid #a0a0a0;
  border-bottom: 1px solid #fafafa;
}

label.formheader_inactive {
  padding: 5px 8px 0 8px;
  font-size: 12px;
  background-color: #fafafa;
  border: 1px solid #a0a0a0;
  border-bottom: 0px solid #fafafa;
}

.formheader a {
  text-decoration: none;
  font-size: 12px;
}

.formheader_inactive a {
  text-decoration: none;
  font-size: 12px;
}

/* ...depracated (Käytä alla olevia div-versiota)*/
/* Myöskään tämä div-versio ei ole enään käytössä, vaan välilehtiä luodaan kokonaan uudella tavalla käyttämällä Tab-luokkaa... */
div.formheader {
  float: left;
  padding: 8px;
  margin-top: -1px;
  position: relative;
  top: 1px;
  font-size: 12px;
  background-color: #fafafa;
  border: 1px solid #a0a0a0;
  border-bottom: 1px solid #fafafa;
}

div.formheader_inactive {
  font-size: 12px;
  background-color: #fafafa;
  border: 1px solid #a0a0a0;
  border-bottom: 1px solid #fafafa;
  float: left;
  padding: 7px;
}

/* ...myöskään tämä div-versio ei ole enään käytössä, vaan välilehtiä luodaan kokonaan uudella tavalla käyttämällä Tab-luokkaa */
.formContainer {
  border-radius: 0px 10px;
  -webkit-box-shadow: 3px 3px 3px #aaa;
          box-shadow: 3px 3px 3px #aaa;
  border: 1px solid #a0a0a0;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #fcfcfc;
  clear: both;
  width: 500px;
}
.formContainer.autoWidthContainer {
  width: auto;
  float: left;
  margin-top: 0;
}

.detailsContainer {
  border-radius: 0px 10px;
  -webkit-box-shadow: 3px 3px 3px #aaa;
          box-shadow: 3px 3px 3px #aaa;
  border: 1px solid #a0a0a0;
  width: 500px;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #fcfcfc;
  clear: both;
}

.detailsContainer h1,
.detailsContainer h2,
.detailsContainer h3 {
  font-size: 100%;
}

.smallContainer {
  width: 400px;
}

.mediumContainer {
  width: 600px;
}

.largeContainer {
  width: 800px;
}

.largeContainer-2 {
  width: 900px;
}

.extralargeContainer {
  width: 1000px;
}

.extralargeMarginLeft {
  margin-left: 1000px;
}

.doubleFieldset {
  width: 370px;
  padding: 10px;
  margin: 10px 3px;
}

.doubleFieldset-2 {
  width: 418px;
  padding: 10px;
  margin: 10px 3px;
}

.smallFieldset {
  width: 220px;
  padding: 10px;
  margin: 10px 3px;
}

.mediumFieldset {
  width: 520px;
  padding: 10px;
  margin: 10px 3px;
}

.largeFieldset {
  width: 772px;
  padding: 10px;
  margin: 10px 3px;
}

.fieldset {
  width: 470px;
  padding: 10px;
  margin: 10px 3px;
}

fieldset {
  border-radius: 5px;
  border: 1px solid #a6a6a6;
  padding: 1em;
  margin-bottom: 1em;
  font-size: 85%;
}
fieldset legend {
  background-color: #c7daf0;
  padding: 5px 10px;
  font-weight: bold;
}

table tr.data td.functions a {
  text-decoration: none;
}
table.list {
  width: 100%;
  border-collapse: collapse;
  border: 1px #afafaf solid;
  font-size: 85%;
}
table.list p {
  padding: 0px;
  margin: 0px;
}
table.list tr.data:hover {
  background-color: #dfe7f0;
}
table.list tr.data td.functions a {
  text-decoration: none;
}
table.list tr.selected {
  background: #c7daf0;
}
table.list tr:not(:last-of-type) td {
  padding: 10px 5px 0px 5px;
}
table.list th {
  font-size: 12px;
  color: #666666;
  padding: 6px 10px;
}
table.list th a {
  color: #666666;
  text-decoration: none;
  border-bottom: 1px solid black;
}
table.list th p {
  margin-top: 0px;
}
table.list td {
  vertical-align: top;
  padding: 10px 5px;
}
table.list td.noPadding {
  padding: 0;
}
table.list td.alignBottom {
  vertical-align: bottom;
}
table.list td.field {
  min-width: 175px;
  font-size: 13px;
}
table.list td.odd {
  background-color: #f3f3f3;
  padding-right: 5px;
  padding-left: 5px;
}
table.list td.even {
  background-color: #fff;
  padding-right: 5px;
  padding-left: 5px;
}
table.list td.unit {
  padding-right: 5px;
  padding-left: 5px;
}
table.list td.unithead {
  padding-right: 5px;
  font-size: 11px;
  padding-left: 25px;
}
table.list td.all a {
  font-size: 11px;
}
table.list td.function {
  text-align: center;
  font-size: 13px;
}
table.list td.function a {
  font-size: 11px;
}
table.list td.category {
  min-width: 175px;
  font-size: 13px;
  padding-right: 50px;
  padding-left: 4px;
}
table.list td.viiva {
  height: 1px;
  padding: 0;
}
table.list td .supertuote {
  text-decoration: none;
}
table.list td .noexpand {
  color: gray;
  text-decoration: none;
}
table.list .hrviiva {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #a6a6a6;
}
table.stripes tr.data:nth-of-type(2n+1) {
  background-color: #fff;
}
table.stripes tr.data:nth-of-type(2n) {
  background-color: #f3f3f3;
}
table.stripes.details tr.data:nth-of-type(2n+1) {
  background-color: #fff;
}
table.stripes.details tr.data:nth-of-type(2n) {
  background-color: #f3f3f3;
}
table.stripes.details tr.data:hover {
  background-color: #dfe7f0;
}
table.hoverable tr.data:hover {
  background-color: #dfe7f0;
}
table.separated tr.data:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}
table.borderlessList {
  width: 100%;
  border-collapse: collapse;
  font-size: 85%;
}
table.borderlessList th {
  font-size: 12px;
  color: #666666;
  padding: 6px 10px;
}
table.borderlessList th a {
  color: #666666;
  text-decoration: none;
  border-bottom: 1px solid black;
}
table.borderlessList td {
  vertical-align: top;
  padding: 10px 5px;
}
table.borderlessList td.noPadding {
  padding: 0;
}
table.borderlessList td.alignBottom {
  vertical-align: bottom;
}
table.borderlessList tr.data:hover {
  background-color: #dfe7f0;
}
table.details {
  width: 100%;
}
table.details.hrviiva {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #a6a6a6;
  height: 0px;
}
table.details td {
  vertical-align: top;
  padding: 3px;
}
table.details .label {
  width: 100px;
  font-size: 85%;
}
table.details .value {
  width: auto;
}
table.details .textarea {
  font-size: 100%;
}
table.details .textarea pre {
  width: 97%;
  min-height: 150px;
  border: 1px inset gray;
  padding: 10px;
  background-color: #fefefe;
  font-size: 13px;
}
table.details .small {
  padding: 0px 0px;
  font-size: 11px;
  margin: 0;
}
table.details .noinfo {
  font-style: italic;
  font-size: 12px;
  color: gray;
}
table.form {
  width: 100%;
}
table.form .hideshow p {
  margin: 3px;
  margin-bottom: 4px;
}
table.form td {
  padding-bottom: 10px;
  margin: 0px;
}
table.form .label {
  width: 35%;
  vertical-align: top;
}
table.form .input input[type=submit] {
  width: auto;
}
table.form .input input[type=text] {
  width: 92%;
  font-size: 100%;
}
table.form .input input[type=file] {
  width: auto;
}
table.form .input input.date {
  width: 40%;
}
table.form .input input.time {
  width: 15%;
}
table.form .input input.short {
  width: 40%;
}
table.form .input input.medium {
  width: 70%;
}
table.form .input textarea {
  width: 90%;
  font-size: 100%;
}
table.form .input select {
  padding: 0.1em;
  font-size: 100%;
  width: 92%;
}
table.form .hrviiva {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #a6a6a6;
  height: 0px;
}
table.form td.field {
  font-size: 13px;
  text-align: left;
}
table.form td.function {
  text-align: center;
  font-size: 13px;
  white-space: nowrap;
}
table.form td.function a {
  font-size: 11px;
}
table.form td.checkbox {
  width: 25px;
}
table.form th {
  text-align: left;
  font-size: 12px;
}
table.form p {
  padding: 0;
  margin: 0;
}
table.tiedosto {
  width: 100%;
  border-collapse: separate;
  font-size: 95%;
}
table.tiedosto th {
  text-align: left;
}
table.tiedosto td {
  background-color: #e9e9e9;
}

.pagination {
  margin: 5px 0px;
}
.pagination span {
  text-align: center;
  float: left;
  display: block;
  font-size: 11px;
  margin: 0;
  padding: 0;
}
.pagination .page {
  width: 15px;
  margin-left: 1px;
  margin-right: 2px;
  white-space: nowrap;
}
.pagination .first {
  width: 9px;
}
.pagination .last {
  margin-left: 4px;
}
.pagination .divider {
  margin-left: 5px;
  margin-right: 5px;
}
.pagination .ellipsis {
  width: 10px;
  margin-left: 3px;
  margin-right: 3px;
}
.pagination .centri {
  width: 20px;
}
.pagination a {
  text-align: center;
  font-size: 11px;
  text-decoration: none;
  float: left;
  display: block;
}

.emptyMsg {
  margin: 0;
  padding: 0;
}

.errorMsg {
  border-radius: 5px;
  background-image: url(../img/icons/delete.png);
  background-repeat: no-repeat;
  background-position: 5px 50%;
  font-size: 11px;
  background-color: #ffe3e3;
  color: #550000;
  border: 2px solid #dd0000;
  width: 450px;
  padding: 7px;
  padding-left: 27px;
  margin-bottom: 0;
}

.generalMsg {
  border-radius: 5px;
  font-size: 11px;
  background-color: #efefff;
  color: #00005f;
  border: 2px solid #9f9fcf;
  width: 450px;
  padding: 7px;
  padding-left: 27px;
}

.successMsg {
  border-radius: 5px;
  background-image: url(../img/icons/success.png);
  background-repeat: no-repeat;
  background-position: 5px 40%;
  font-size: 11px;
  background-color: #dfffdf;
  color: #005f00;
  border: 2px solid #9fcf9f;
  width: 450px;
  padding: 7px;
  padding-left: 27px;
}

.successText {
  font-size: 11px;
  color: green;
}

.errorText {
  font-size: 11px;
  color: red;
}

.generalText {
  font-size: 11px;
  color: blue;
}

.radio {
  background-color: #fafafa;
  border-color: #fafafa;
  border: 2px solid #fafafa;
  margin: 0px;
  width: 15px;
}

.inputError {
  background-color: #ffe3e3;
  border-color: #dd0000;
  border: 2px solid #dd0000;
  margin: 1px 0px;
}

.inputSuccess {
  background-color: #dfffdf;
  border: 2px solid #9fcf9f;
  margin: 1px 0px;
}

.instruction {
  font-size: 11.5px;
  border: 1px ridge #afafaf;
  width: 470px;
  padding: 7px;
  background-color: #fafafa;
}

.popup {
  position: fixed;
  z-index: 666;
  background-image: url("../img/popup3.png");
  display: none;
  bottom: 0px;
  right: 0px;
  width: 320px;
}

.ui-autocomplete-input,
.search-input {
  background: #fff url("../img/icons/001_38.png") no-repeat;
  background-position: right center;
  background-size: 14px;
}

/* MUOTOILU VÄLIOTSIKOILLE JA TOIMINTONAPEILLE */
.otsake {
  background-color: #c7daf0;
  padding: 7px 10px;
}
.otsake table {
  width: 100%;
  border-collapse: collapse;
}
.otsake * {
  padding: 0;
  margin: 0;
}

.heading {
  text-align: left;
}

.functions {
  text-align: right;
  font-size: 85%;
}

.actioncmds {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.actioncmds li {
  display: inline;
}

/* MUOTOILU VÄLIOTSIKOILLE JA TOIMINTONAPEILLE */
/* CLEARFIX */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*<!--[if IE]>*/
.clearfix {
  zoom: 1; /* triggers hasLayout */
} /* Only IE can see inside the conditional comment
  and read this CSS rule. Don't ever use a normal HTML
  comment inside the CC or it will close prematurely. */
/*<![endif]-->*/
/* CLEARFIX */
.flexContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flexContainer.flexRow {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flexContainer.flexColumn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flexContainer.nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flexContainer.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flexContainer.alignCenter {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flexContainer.alignStart {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flexContainer.alignEnd {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
.flexContainer.alignSpaceAround {
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}
.flexContainer.alignSpaceBetween {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.flexContainer.justifyCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flexContainer.justifyStart {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flexContainer.justifyEnd {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flexContainer.alignItemsCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexContainer.alignItemsStart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flexContainer.alignItemsEnd {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flexContainer.alignItemsBaseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media print {
  .noprint {
    display: none !important;
  }
  .page {
    page-break-after: always;
  }
}
span.prioriteetti {
  min-width: 16px;
  min-height: 16px;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.46);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: text-top;
  -webkit-box-shadow: inset 0px 0px 2px #000;
          box-shadow: inset 0px 0px 2px #000;
}
span.prioriteetti.use-fontsize {
  min-width: 0.85rem;
  min-height: 0.85rem;
}

table.cols-1 tr td {
  width: 100%;
}

table.cols-2 tr td {
  width: 50%;
}

table.cols-3 tr td {
  width: 33.3333333333%;
}

table.cols-4 tr td {
  width: 25%;
}

table.cols-5 tr td {
  width: 20%;
}

table.cols-6 tr td {
  width: 16.6666666667%;
}

table.cols-7 tr td {
  width: 14.2857142857%;
}

table.cols-8 tr td {
  width: 12.5%;
}

table.cols-9 tr td {
  width: 11.1111111111%;
}

table.cols-10 tr td {
  width: 10%;
}

#header-messagebox {
  position: absolute;
  left: 380px;
  top: 10px;
  z-index: 9221;
}
