
/*
 *  Html, body and container
 *
 ****************************/

html, body {
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
}

html, body, input, button, textarea, select {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 100%;
}

div#container {
  height: 100%
}

img {
  border: 0;
}

/*
 *  Header functions
 *
 ***************************/

div#header {
  font-size: 70%;
  line-height: 26px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
}

div#header a, div#header span {
  padding: 0 0.5ex;
  font-weight: bold;
}

div#header a {
  color: #000;
  text-decoration: none;
}

div#header a:hover {
  color: #003399;
}



/*
 *  Content base
 *
 ***************************/

div#content {
  text-align: center;
  overflow: auto;
  position: absolute;
  width: 100%;
  height: 600px;
  top: 27px;
  left: 0px;
}


/*
 *  Content
 *
 ***************************/

div#sisalto {
  font-size: 80%;
  text-align: left;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  line-height: 140%;
  margin-top: 1ex;
  padding-left: 28px;
}


/*
 *  Headings
 *
 ***************************/

h1, h2, h3, h4, caption {
  font-weight: normal;
  line-height: 120%;
}

h1 {
  font-size: 160%;
  margin-top: 0.5ex;
  margin-bottom: 1ex;
  letter-spacing: -0.04em;
}

h2 {
  font-size: 140%;
  margin-top: 1.5ex;
  margin-bottom: 0.5ex;
}

h3 {
  font-size: 110%;
  font-weight: bold;
  margin-top: 1.5ex;
  margin-bottom: 0.5ex;
}

h4 {
  font-size: 90%;
  font-weight: bold;
  margin-top: 1.5ex;
  margin-bottom: 0.5ex;
}

h2 + h3, h3 + h4 {
  margin-top: 0;
}


/*
 *  Paragaphs
 *
 ***************************/

p {
  margin-top: 1ex;
  margin-bottom: 0ex;
}

p.abstrakti {
  font-weight: bold;
}

pre {
  font-size: 85%;
  line-height: 140%;
}

div.box {
  margin: 2ex 0;
  padding: 0.5ex 1ex;
}

div.box h2 {
  margin-top: 0.5ex;
}




/*
 *
 *   Authors' addresses
 *
 **************************/

address {
  margin-top: 2.5ex;
  margin-bottom: 2.5ex;
  line-height: 150%;
  font-size: 85%;
}


/*
 *  Lists
 *
 ***************************/
ul, ol {
  margin: 0;
  padding: 0;
}

li {
  margin-top: 0.5ex;
}

ul li {
  margin-left: 3ex;
}

ol li {
  margin-left: 5ex;
}


ol.decimal {
  list-style: decimal;
}

ol.upper-alpha {
  list-style: upper-alpha;
}

ol.lower-alpha {
  list-style: lower-alpha;
}

ol.lower-roman {
  list-style: lower-roman;
}

ol.upper-roman {
  list-style: upper-roman;
}

ol.none, ul.nobullet  {
  margin-left: -3ex;
  padding-left: 0;
}

ol.none li, ul.nobullet li {
  margin-left: 0;
  padding-left: 0;
  list-style-image: none;
  list-style: none;
}

ol.none {
  margin: 0;
  paddig:0
}


/*
 *  Inline elements
 *
 ***************************/

sup, sub {
  font-size: x-small;
}

em {
  font-weight: bold;
  font-style: normal;
}

span.small {
  font-size: smaller;
}

cite {
  font-size: smaller;
  font-style: normal;
  color: #666;
}

/*
 *  Links
 *
 ***************************/

a.a, a.article, a.non_indexed, a.table, a.evidence, a.evd_group, a.internet, a.cochrane, a.cochrane_abstract, a.cochrane_review, a.reference, a.audio, a.image, a.program, a.footnote, a.extra, a.object, a.inline_figure, a.dare, a.video, a.pubmed, a.medbase, a.eep {
  font-size: 80%;
  font-weight: bold;
  padding: 0px 4px 0px 3px;
  letter-spacing: -0.05em;
  text-decoration: none;
  border-radius: 2px;
}

a.article, a.non_indexed {
  color: #ffffff;
  background-color: teal;
}

a.table {
  color: #000000;
  background-color: #ffcc66;
}

a.evidence {
  color: #ffffff;
  background-color: #cc0000;
}

a.internet, a.cochrane_abstract, a.cochrane_review, a.cochrane {
  color: #ffffff;
  background-color: #3399cc;
}

a.reference {
  color: #ffffff;
  background-color: maroon;
}

a.audio {
  color: #ffffff;
  background-color: #003366;
}

a.image {
  color: #000000;
  background-color: silver;
}

a.program {
  color: #ffffff;
  background-color: #9900ff;
}

a.footnote, a.inline_figure {
  color: #ffffff;
  background-color: #336699;
}

a.extra {
  color: #ffffff;
  background-color: #CCAA00;
}

a.object {
  color: #ffffff;
  background-color: #000000;
}

a.pubmed {
  color: #ffffff;
  background-color: #336699;
}

a.doi {
  color: #E0E0E0;
  background-color: #CF8236;
}

a.dare {
  color: #000000;
  background-color: #9FCBCA;
}

a.pubmed, a.dare {
  font-size: 90%;
  letter-spacing: normal;
}

a.video {
  color: #ffffff;
  background-color: #33CC33;
}

a.eep {
  color: #d9f6cc;
  background-color: #1e6230;
}

a.linkki {
  text-decoration: underline
}

a.mcmaster {
  color: #ffffff;
  background-color: #990033;
}

a.medbase {
  color: #f5f6f6;
  background-color: #163566;
}

a.figure {
  color: #fff;
  background-color: #336699;
}

a.evd_group {
  color: #ffffff;
  background-color: #cc0000;
  font-size: 8pt
}

a.dynamed {
  background-color: #0CABC7;
  color: #fff;
}

a.plain {
  text-decoration: underline;
}


/*
 *
 * Drug and lab links 
 *
 *********************/

a.drug, a.laboratory {
  color: #112288;
}

a.drug:hover, a.laboratory:hover {
  border-bottom: 1px dashed #336699;
}


/*
 *
 *    Point links/text links
 *
 **************************/

a span.title {
  display: none;
}


/*
a.a {
  padding: 0px;
  margin: 0px;
  font-size: 100%;
  font-weight: normal;
  letter-spacing: 0;
  color: #0000cc;
  text-decoration: underline;
  background-color: transparent;
}


a span.text {
  display: none;
}

*/



/*
 *  Tables
 *
 ***************************/

table {
  margin-top: 2ex;
  margin-bottom: 1.5ex;
  font-size: 85%;
  border-collapse: collapse;
  width: 100%;
}

caption {
  margin-top: 2ex;
  padding-bottom: 1ex;  
  text-align: left;
}

th, td {
  padding: 2px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}


/*
 *  Table styles
 *
 ***************************/

table {
  border: 1px solid #cccccc;
}

thead, tr.header, th {
  background-color: #999;
  color: #ffffff;
}

tr.odd {
  background-color: #eeeeee;
}

tr.even {
  background-color: #ffffff;
}

tr.even td.header {
  background-color: #f2f2f2;
}

tr.odd td.header {
  background-color: #e6e6e6;
}

tr.even td.th2 {
  background-color: #f7f7f7;
}

tr.odd td.th2 {
  background-color: #e6e6e6;
}

tfoot td, tr.footer td {
  border-top: 1px solid #cccccc;
  background-color: #fafafa;
}

td.th2 {
  font-weight: bold;
}

th ins {
  color: #ffffff;
}


/*
 *  Header and footer
 *
 ***************************/

div.header, div.footer, div#identity, div#footer {
  font-size: 85%;
  line-height: 125%;
  margin: 2ex 0;
}

div.footer, div#footer {
  padding: 1ex 0;
  border-top: 1px solid #000; 
}

/*
 *  Aside
 *
 ***************************/

div.aside {
  margin: 2ex 0;
  padding: 0.5ex 1ex;
}

div.aside h2 {
  margin-top: 0.5ex;
}

div.aside {
  border: 1px solid #e0e0e0;
  border-left: 10px;
  background-color: #f2f2f2;
}


/*
 *  Table of contents
 *
 ***************************/

div.sisallys, div.toc {
  font-size: 85%;
  width: 70%;
  border: 1px solid #000;
  border-left: 0px;
  border-right: 0px;
  margin: 2ex 0;
  padding: 1ex 0;
  padding-left: 1ex;
}

ul.sisallys li, div.toc li {
  list-style-image: none;
  list-style: square;
  margin-top: 0px;
  margin-left: 3.5ex;
}

ul.sisallys a, div.toc a {
  text-decoration: none;
  color: #000
}

div.emptytoc {
  width: 70%;
  border-top: 1px solid #000;
}

/*
 *  References
 *
 ***************************/

h2#refs {
  font-size: 130%;
}

ol.kirjallisuus, ol.refs {
  margin-top: 1.5ex;
  margin-left: 2.5ex;
  line-height: 100%;
}

ol.kirjallisuus li, ol.refs li {
  font-size: 80%;
}


/*
 *  Inserts and deletions
 *
 ***************************/

ins {
  color: #cc0000;
  text-decoration: none;
}


/*
 *  Pictures
 *
 ***************************/

div.kuva {
  margin-top: 3ex;
  margin-bottom: 2ex;
}

div.kuva div {
  margin-top: 1ex;
}


/*
 *
 *   Media
 *
 **************************/
div.start, div.program, div.evidence, iframe.program, div.duo-evidence {
  margin: 1.5ex 0;
}

div.evidence + div.evidence {
  margin: 2.5ex 0;
}

a.start, div.program a, div.evidence a, div.evidence span, div.duo-evidence a {
  padding: 0.75ex;
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
  background-color: #000000;
}

a.noflash {
  font-size: 120%;
  background-color: #eeeeee;
  border: 1px solid #cccccc; 
  display: block;
  margin: 10px;
  padding: 10px;
  text-decoration: underline;
}

object.program, iframe.program {
  border: 0px;
}

div.evidence h2, div.duo-evidence h2 {
  font-size: 110%;
  margin-bottom: 1.5ex;  
}

div.evidence h3, div.duo-evidence h3 {
  font-size: 100%;
}



/*
 *
 *   Videos and audio
 *
 **************************/

div.video, div.audio {
  margin: 2ex 0;
}


/*
 *   Area
 *
 *****************************/
 
div#alue {
  line-height: 150%;
  height: 60ex;
  overflow: auto;
  width: 50ex;
  margin-top: 2ex;
}

div#alue div {
  padding: 0.25ex 1ex;
}

div#alue div.o {
  background-color: #eeeeee;
}

div#alue div.sel {
  background-color: #cccccc;
}

div#alue div.sel a {
  font-weight: bold;
  color: #ffffff;
}



/*
 *
 *    Feedback form
 *
 **************************/


form#palaute {
  padding-bottom: 1ex;
}

form#palaute div {
  line-height: 150%;
  clear: left;
  margin: 0.5ex 0ex;
}

form#palaute input, form#palaute textarea {
  width: 46ex;
  padding: 2px;
}

form#palaute textarea {
  height: 26ex;
  overflow: auto;
}

form#palaute div.submit input {
  width: 24ex;
}

form#palaute div.submit {
  text-align: center;
}

form#palaute label, form#palaute span {
  width: 18ex;
  display: block;
  float: left;
  text-align: right;
  margin-right: 1ex;
}

form#palaute label.radio {
  float: none;
  display: inline;
  width: auto;
}

form#palaute input.radio {
  display: inline;
  height: auto;
  width: auto;
}

form#palaute div.spam {
  display: none;
}



/*
 *
 *    Messages
 *
 **************************/

body.sisalto div.info {
  width: 500px;
  margin: 2ex 0px;
}

div.info p {
  margin: 1ex 0ex;
}

div.info {
  text-align: left;
  padding: 1.5ex;
  margin: 2ex;
  margin-top: 5ex;

  color: infotext;
  background-color: infobackground;
  border: 1px solid #999999;
}


/*
 *
 *    News
 *
 **************************/

ul.uutiset {
  height: 24ex;
  overflow: auto;
  list-style: square;
}


/*
 *
 *    Figures
 *
 **************************/

div.figure {
  margin-top: 2ex;
  margin-bottom: 1ex;
  font-size: 85%;
} 



/*
 *
 *    Exclude
 *
 **************************/

.exclude {
  text-decoration: none;
} 


/*
 *
 *    Crumb path
 *
 **************************/

div.duo-crumbpath, div.duo-prevnext {
  font-size: 75%;
  line-height: 150%;
}

div.duo-crumbpath a:hover {
  text-decoration: underline;
}


/*
 *
 *    Previous and next article
 *
 **************************/

div.duo-prevnext + div#footer {
  margin-top: 0.5ex;
}
 
div.duo-prevnext {
  border-top: 1px solid #999;
  line-height: 200%;
  overflow: hidden;
  clear: both;
  margin-top: 3ex;
}

div.duo-prev {
  float: left;
}

div.duo-next {
  float: right;
}


div.duo-prevnext a:hover {
  text-decoration: underline;
}


/*
 *
 *    Floating elements
 *
 **************************/

.duo-float-left {
  float: left;
  margin-right: 5px;
}

.duo-float-right {
  float: right;
  margin-left: 5px;
}



/*
 *
 *    Thumbnail images
 *
 **************************/

div.duo-thumbnails {
  margin: 4ex 1ex;
  border-bottom: 1px solid #eee;
  width: 90%;
}

div.duo-thumbnails img {
  margin-right: 1ex;
  float: left;
}

div.duo-thumbnails div {
  clear: both;
  overflow: hidden;
  padding: 2ex 2ex;
  border-top: 1px solid #eee;
  font-size: 90%;
  background-color: #f6f6f6;
}

div.duo-thumbnails span, div.duo-thumbnails2 span {
  font-weight: bold;
}

div.duo-thumbnails2 {
  margin: 4ex 1ex;
  font-size: 90%;
}


div.duo-thumbnails2 div {
  margin-top: 1ex;
}






/*
 *
 *    Comments
 *
 **************************/

#comments {
  font-size: 85%;
}

#comments a {
  text-decoration: underline;
}

#comments form {
  margin: 10px 0px;
  padding: 10px;
}

#comments div.c {
  padding: 5px 10px;
  margin: 5px 0px;  
}

#comments div.yp {
  float: right;
}

#comments label, #comments input, #comments textarea, #comments button {
  margin-top: 3px;
}

#comments label {
  float: left;
  width: 80px;
}

#comments input {
  width: 200px;
}

#comments textarea {
  width: 340px;
  height: 200px;
}

#comments button {
  margin-left: 80px;
  padding: 5px;
}


#comments form {
  border: 1px solid #eee;
  background-color: #f6f6f6;
}

#comments div.c {
  background-color: #f6f6f6;
  border-left: 6px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#comments div.e {
  background-color: #fec7c7;
  border-left: 6px solid #c00;
  border-bottom: 1px solid #c00;
}

#comments div.e {
  display: none;
}




div#header {
  text-wrap: none;
  padding-left: 20px;
}

div#header #dtk-menu {
  text-wrap: none;
  width: 670px;
  margin-left: auto;
  margin-right: auto;
}

#dtk-menu img {
  margin: 4px 0;
}

div#header, #dtk-menu, #dtk-menu ul {
  width: 100%;
  overflow: hidden;
}

#dtk-menu, #dtk-menu ul, #dtk-menu li {
  list-style-type: none; 
  margin: 0; 
  padding: 0; 
}

#dtk-menu li, #dtk-menu a, #dtk-menu span {
  float: left; 
  width: auto; 
  display: block;
}

#dtk-menu li {
  padding: 0 0.5ex;
  border-right: 1px solid #ddd; 
}

#dtk-menu a {
  display: block;
  cursor: pointer;
}

#dtk-menu a:hover {
  color: #003399;
}

/* Submenus */
#dtk-menu ul { 
  visibility: hidden; 
  position: absolute; 
  z-index: 10000;
}

#dtk-menu ul,      
#dtk-menu ul li,
#dtk-menu ul a { 
  width: 55ex; 
  text-align: left;
  font-weight: normal;
}

#dtk-menu ul li {
  margin: 0;
  padding: 0;
}

#dtk-menu ul li {
  margin: 0;
  padding: 0;
}

#dtk-menu ul { 
  border: 1px solid #ddd;
  background-color: #fff;
}

#dtk-menu ul { 
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; 
  filter: alpha(opacity=95);
  opacity: 0.95;

  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;

  -webkit-box-shadow: 0px 1px 1px 1px rgba(100, 100, 100, 0.1);
  -moz-box-shadow: 0px 1px 1px 1px rgba(100, 100, 100, 0.1);
  box-shadow: 0px 1px 1px 1px rgba(100, 100, 100, 0.1); 
}

#dtk-menu ul li { 
  border-top: 1px solid #f0f0f0;
}

#dtk-menu ul a:hover,
#dtk-menu ul a.menu_open { 
  background: #eee;
}

/*
#dtk-menu li.oma {
  color: #080 !important;
}
*/

#dtk-menu ul li.oma a  {
  font-weight: bold;
}

#dtk-menu li {
  border-right: 1px solid #d2dde9; 
}

#dtk-menu ul { 
  border: 1px solid #d2dde9;
}

#dtk-menu ul a:hover,
#dtk-menu ul a.menu_open,
.dtk-apps-haku { 
  background: #ecf0f4;
}

#dtk-menu ul li { 
  border-top: 1px solid #ecf0f4;
}

/*
 *  Appsit
 * 
 **********************/
.dtk-apps-haku {
  height: 30px;
}

.dtk-apps-haku form {
  padding-left: 1ex;
}


/*
 *
 *    Top left database bar
 *
 **************************/

/* Common */
.dbbar {
  position: absolute;
  position: fixed;

  font-family: verdana;
  font-size: 9pt;
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;

  background-color: #999999;
  color: #ffffff;
}

/* Webkit etc */
.dtk-noie .dbbar {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);

  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;

  -o-opacity: 0;
}

.dtk-noie .dbbar {
  padding: 2px 5px;
  top: 215px;
  left: 22px;
  width: 200px;
  height: 18px;
}
 
/* IE Specific */
.dtk-ie .dbbar {
  float: left;
  writing-mode: tb-rl;
  filter: flipv fliph;
  position: absolute;
  position: fixed;
  padding: 5px 2px;
  top: 20;
  left: 0;
  width: 18px;
  height: 200px;
}



/*
 *
 *    Top database bar colors
 *
 **************************/

.ykt .dbbar {
  background-color: #336699;
}

.hoi .dbbar, .khp .dbbar, .khr .dbbar, .kht .dbbar, .nix .dbbar {
  background-color: #1a8772;
  color: #ffffff;
}

.hpt .dbbar {
  background-color: #f8a11a;
}

.dlk .dbbar, .pot .dbbar {
  background-color: #6ec224;
}

.fac .dbbar {
  background-color: #bb3227;
} 

.ima .dbbar {
  background-color: #cccccc;
} 

.sll .dbbar {
  background-color: #adc98c;
} 

.duo .dbbar {
  background-color: #3770e4;
} 

.evd .dbbar, .nak .dbbar {
  background-color: #990000;
} 

.lab .dbbar {
  background-color: #00aca7;
} 

.prv .dbbar, .prl .dbbar {
  background-color: #cd0104;
} 

.sfs .dbbar, .sfy .dbbar, .sfn .dbbar {
  background-color: #f8cb1c;
}

.tod .dbbar, .tba .dbbar, .hba .dbbar {
  background-color: #006666;
  color: #ffffff;
}


/*
shp
aud
vid
lab
prl
evd
nak
mat
sll
lto
let
pgr
doc
inf
ccs
dna
gvr
hen
imk
ldk
rel
uut
prv

*/




div.duo-audio {
  margin: 1ex 0;
}


.duo-updated-flag {
  color: #cc0000;
}


.duo-hidden {
  display: none
}




.db-inf04299 #identity,
.db-inf04287 #identity,
.db-inf04517 #identity,
.db-inf04518 #identity,
.db-inf04442 #identity,
.db-inf04365 #identity,
.db-inf04708 #identity {
  display: none;
}




.decide-lottery {
  display: none;
}

/*

ins.decide-lottery {
  font-weight: bold;
}

ins.decide-lottery a.plain,
ins.decide-lottery a.duo-plain {
  text-decoration: underline;
}

ins.decide-lottery {
  display: block;
  border: 1px solid #ccaaaa;
  background-color: #ffeeee;
  margin: 12px 0;
  padding: 4px;
}

*/


div.duo-info {
  border: 1px solid #ffcc00;
  background-color: #FFEDA3;  
  padding: 10px;
  border-radius: 5px;
  line-height: 180%;
  width: 350px;
  text-align: center;
}

div.duo-info a {
  text-decoration: underline;
  font-size: 105%;
  color: #0B5998;
}


div.duo-info2 {
  display: none;
}









/*
 *
 *    Dynamed
 *
 **************************/

div.db-dyn em a.dynamed {
  padding: 5px;
  border-radius: 3px;
}


div.db-dyn li a.dynamed  {
  background-color: transparent !important;
  color: #003366;
}


div.db-dyn a.dynamed:hover {
  text-decoration: underline
}


/* Figures */


div.duo-figure {
  clear: both;
  width: 100%;
  overflow: auto;
  font-size: 90%;
  padding: 0.5em;
  margin: 1em 0;
}

div.duo-figcaption {
  padding: 0.25em;
  margin-left: 170px;
}

div.duo-figcaption var + p {
  display: inline;
}

div.duo-figcaption var {
  font-weight: bold;
}

div.duo-figcaption::after {
  margin-top: 1em;
  display: block;
  content: "Suurenna ja pienennä kuvaa napsauttamalla.";
  font-size: 80%;
  color: #999;  
}

div.duo-figure img {
  border: 1px solid #ccc;
  padding: 2px;
  border-radius: 2px;
}

div.duo-figure img {
  float: left;
  width: 160px;
  cursor: pointer;
}

div.duo-figure img:hover {
  transition: border-color 0.5s;
  border-color: #369;
}


div.duo-figure.active img {
  float: none;
  width: auto;
  max-width: 100%;
}

div.duo-figure.active img:hover {
  border-color: #ccc;
}

div.duo-figure.active div.duo-figcaption {
  margin-left: 0;
}





/*
 * Vimeo help
 */
 
.duo-vimeo-help {
  text-align: right;
  font-size: 85%;
  padding: 4px;
}

.duo-vimeo-help a {
  text-decoration: underline;
}
  






/*
 * Toimia-tietokanta
 */


.toimia-arvio {
  padding-left: 2ex;
  border-left-width: 4ex;
  border-left-style: solid;
  margin-bottom: 2px;
}

.toimia-arvio-A {
  border-left-color: #0c0; 
}

.toimia-arvio-B {
  border-left-color: #fc0; 
}

.toimia-arvio-C {
  border-left-color: #c00; 
}

.toimia-arvio-D {
  border-left-color: #3399cc; 
}

.toimia-arvio-E {
  border-left-color: #ccc; 
}

.toimia-arvio-X {
  border-left-color: #ccc; 
}


.toimia-suosituslinkki a.extra {
  background-color: transparent;
  color: #039;
  font-size: 120%;
  text-decoration: underline;
}

.toimia-suosituslinkki span.title {
  display: inline;
}

.toimia-suosituslinkki span.text {
  display: none;
}



.app-tmi .db-tma a.article span.title {
  display: inline !important;
}



.app-tmi .dbbar {
  background-color: #ee3124 !important;
}

.app-tmi #header {
  background-color: #eff7f6
}


.app-tmi .header {
  font-size: 100%;
  background-color: #f6f6f6;
  padding: 10px;
}

.app-tmi a.article {
  font-size: 100%;
}
 

.app-tmi a.article span.title {
  display: inline !important;
}


.app-tmi a.article span.title {
  display: inline !important;
  font-size: 100%;
}

.app-tmi a.article span.text {
  display: none;
}

.app-tmi .toimia-header {
    font-size: 120%;
    font-weight: bold;
}

.app-tmi .db-tmi #identity {
  display: none;
}


.app-tmi .db-tmi00001 img {
  float: right;
}


.app-tmi .db-tmi00001 .toc {
   display: none;
} 

.app-tmi .db-tmi00001 a.article span.title {
   display: none !important;
} 

.app-tmi .db-tmi00001 a.article span.text {
   display: inline !important;
} 







body.app-tmi #plugin-data-toc2,
body.app-tyt #plugin-data-toc2 {
    overflow: auto;
    max-height: 80vh;
    max-height: calc(100vh - 110px);
}
    



/*
 *  Special highlights
 *
 ***************************/

.duo-danger {
  background-color: #f6a7a3 !important;
}


.ebd-change {
  color: #090;
}


.db-dyn a.internal {
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline
}


.db-dyn a.internal span.title {
  display: inline;
  font-size: 100%;
}

.db-dyn a.internal span.text {
  display: none;
}










.db-ana .figure img {
  max-width: 550px;
}




/* Fysioterapeutit */


.db-sfn div#sisalto,
.db-sfy div#sisalto {
  background-image: url(/sovellukset/dtk/img/muut/sfs.png);
  background-repeat: no-repeat;
}


.db-sfn div#sisalto h1,
.db-sfy div#sisalto h1 {
  padding-top: 80px;
}







.db-otr h1, 
.db-otr div#identity, 
.db-otr div.emptytoc {
  display: none;
}






/* images */

div.figure {
  font-size: 90%;
  
}

div.figure div.legend {
  margin-top: 5px;
}

div.figure div.legend > span {
  font-weight: bold;
  font-style: italic;
}

div.figure div.legend p:first-of-type {
  display:inline;
}






/* Työterveys ja kuntoutus */

.db-inf04377 div#identity {
  display: none;
}

.db-inf04377 div.empty-toc {
  display: none;
}



/* Algorithms */

#duo-algorithm {
  position: relative;
}

#duo-algorithm a.shim {
  display: block;
}

#duo-algorithm a.path {
  outline: 3px solid blue !important;  
}

#duo-algorithm a.last, #duo-algorithm a.special {
  outline: 3px solid green !important;  
}

#duo-algorithm a span {
  position: relative;
  padding-left: 4px;
  padding-right: 4px;
  top: -5px;
  left: -5px;
  font-size: 10px;
  font-weight: bold;
  background-color: #ffff99;
  border: 1px solid #000;
  color: #000;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}



/* Vasen tasaus */
.db-ivk div#sisalto,
.db-gph div#sisalto {
  text-align: left;
  margin-left: 5px;
  margin-right: 5px;
}





/*
 *  LET database
 *
 ***************************/

.db-let div.header {
  margin: 2ex 0;
  padding: 0.5ex 1ex;
  font-size: 100%;
}

.db-let div.header h2 {
  margin-top: 0.5ex;
}

.db-let div.header {
  border: 1px solid #e0e0e0;
  border-left: 10px;
  background-color: #f2f2f2;
}

.db-let #identity div.date { 
  display: none
}




/*
 *  EKG
 *
 ***************************/




.db-ekv div#sisalto {
  width: 95%;
  height: 95%; 
}

.db-ekk div.zoom { 
  display: none
}




/* EBMG and EBMGA */

.db-inf04708 div#identity {
  display: none;
}


.db-inf04446 img {
  border: 1px solid #ccc;
  padding: 2px;
}




/*
 *  DPD
 *
 ***************************/


.db-dpd div.duo-top-prevnext,
.db-dpd div.duo-prevnext {
  display: none;
}

.db-dpd  div.duo-crumbpath a {
  color: #066;
  text-decoration: none;
}

.db-dpd img {
  max-width: 450px;
  max-height: 250px;
}


/*
 *  DAD
 *
 ***************************/


.db-dad div.duo-top-prevnext,
.db-dad div.duo-prevnext {
  display: none;
}

.db-dad  div.duo-crumbpath a {
  color: #066;
  text-decoration: none;
}

.db-dad img {
  max-width: 450px;
  max-height: 250px;
}




.ltk-preview {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;    
} 


.ltk-preview a {
  text-decoration: underline;
} 
/* LTK STYLES: OK*/

/*
 *
 *       Header
 *
 **************************/

div#header {
  background-image: url(/sovellukset/dtk/img/bg.gif);
  border-bottom: 1px solid #d2dde9;
}

div#header span {
  color: #939fb9;
}

/*
 *
 *       Leipäteksti
 *
 **************************/

p.abstrakti {
  color: #003366;
}

div.box {
  border: 1px solid #e0e0e0;
  border-left-width: 10px;
  background-color: #f2f2f2;
}


/*
 *
 *    Inline-elementit
 *
 **************************/

b, em {
  color: #003366;
}


/*
 *
 *       Otsikot
 *
 **************************/

h1, h2, h3, h4, caption {
  color: #003366;
}


/*
 *
 *   Kirjoittajien yhteystiedot
 *
 **************************/

address {
  font-style: normal;
  font-weight: bold;
  color: #003366;
}


/*
 *
 *    Header & footer
 *
 **************************/

div.header, div.footer, div#identity, div#footer {
  color: #003366;
}

div.footer, div#footer {
  border-top: 1px solid #336699;
}


/*
 *
 *    Sisällysluettelo
 *
 **************************/

div.sisallys, div.toc {
  border-top: 1px solid #336699;
  border-bottom: 1px solid #336699;
  color: #003366;
}

div.emptytoc {
  border-color: #336699;
}


/*
 *
 *       Linkit
 *
 **************************/

a {
  color: #003366;
  text-decoration: none;
}

div.sisallys a:hover, ul.uutiset a:hover, a.linkki:hover {
  color: #003399;
}


/*
 *
 *    Äänten ja kuvien käynnistys
 *
 **************************/

a.start, div.evidence a, div.evidence span, div.duo-evidence a {
  color: #ffffff;
  background-color: #336699;
}

a.start:hover, div.evidence a:hover, div.duo-evidence:hover {
  color: #ffcc66;
}


/*
 *
 *       Taulukot
 *
 **************************/

table {
  border: 1px solid #cccccc;
}

caption {
  font-weight: bold;
}

thead, tr.header, th {
  background-color: #336699;
  color: #ffffff;
}


/*
 *
 *       Lomakkeet
 *
 **************************/

div.huomautus {
  color: #CC0000;
  font-weight: bold;
  font-size: xx-small;
}

div.tulos {
  color: #CC0000;
  font-weight: bold;
  font-size: x-small;
  background-color: #EEEEF4;
  border: 1px solid #003366;
  padding: 1ex;
  text-align: center;
  margin-left: 30%;
  margin-right: 30%;
}




/*
 *   Area
 *
 *****************************/
 
div#alue {
  border: 1px solid #d2dde9;
}

div#alue a {
  color: #000000;
}

div#alue a:hover {
  color: #003399;
}

div#alue div.o {
  background-color: #ecf0f4;
}

div#alue div.sel {
  background-color: #205ba1;
}



/*
 *
 *    Feedback form
 *
 **************************/


form#palaute {
  border-bottom: 1px solid #d2dde9;
}


/*
 *
 *    News
 *
 **************************/

ul.uutiset {
  list-style: square;
  color: #336699;
}

ul.uutiset a {
  color: #000;
}


/*
 *
 *    Top bar
 *
 **************************/

.dbbar {
  background-color: #336699;
}



