div#lecture-content-wide {
	width: 975px;
}


/* Main layout */


html {
  background-color: #fff;
}

body {
  background-color: transparent;
  background-color: #ffffff;
  color: #2b2b2b;
  font: normal 81.25%/1.31em Arial, sans-serif; /* 13 / 17 */
  min-width: 900px;
  min-height: 500px;
  margin: 0 0 0 0;
  padding: 0 20px 0 20px;
  position: relative;
  text-align: left;
}


/* Header */

header {
    display: block;
    min-height: 150px;
    background: #fff url('https://studmed.uio.no/elaring/testcommon/images/uio-app-head-white-grey-border.png') repeat-x left bottom;
    height: 150px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px;
}


#uiologo {
  background-color: #000000;
  color: #2B2B2B;
  display: block;
  height: 34px;

/*
  margin: 0 auto 0 0;
  position: relative;
  padding: 0 40px 0 40px;
*/

  top: 0;
  left: 20px;
  position: fixed;
  width: calc(100% - 40px);
  z-index: 2;

}

#uiolink {
  background: url('https://studmed.uio.no/elaring/testcommon/images/uio-app-uio-small-black.png') no-repeat 0 0;
  display: block;
  height: 15px;
  left: 40px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  width: 195px;
  color: #0B5A9D;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  text-indent: -9999px;
}

#uiolink:hover {
  background: url('https://studmed.uio.no/elaring/testcommon/images/uio-app-uio-small-black.png') no-repeat 0 -17px;
}

.english-uiologo a {
  background-image: url('https://studmed.uio.no/elaring/testcommon/images/uio-app-uio-small-black-eng.png');
}

.english-uiologo a:hover {
  background: url('https://studmed.uio.no/elaring/testcommon/images/uio-app-uio-small-black-eng.png') no-repeat 0 -17px;
}


#appname {
  margin: 0 auto 0 0;
  height: 115px;
  background-color: transparent;
  text-align: left;
  position: relative;
  /*
  top: 30px;
 */
  top: 64px;
  left: 40px;
  font-size: 2.77em;
  font-weight: bold;
  color: #96948e;
  line-height: 1.05em;
  white-space: nowrap;
}

#headertext {
  text-decoration: none;
  color: #96948e;
}


#headertext:hover {
  color: #0b5a9d;
}

#appname span#tagline {
  color: #000;
  font-size: 0.47em;
  margin-top: 10px;
  line-height: 1em;
  display: block;
  font-weight: normal;
}


/* Content */

.flexcontainer {
    padding: 30px 40px 30px 40px;
    margin: 0px;
    display: flex;
    flex-flow: row;
}


nav {
    flex: 0 0 250px;
    padding: 0 10px 0 0;
    order: 1;
}

.leftmenu-container {
    font-weight: bold;
    position: sticky;

/*
    top: 30px;
*/
    top: 201px;
    height: calc(100vh - 300px);
    overflow-x: hidden;
    overflow-y: auto;
}


article {
    min-width: 500px;
    flex: 1 1 auto;
    order: 2;
    padding: 0 20px 0 0;
}


.anchor {
    display: block;
    position: relative;
    padding-top: 35px;
    margin-top: -35px;
}

  
aside {
    flex: 0 0 250px;
    order: 3;
}


/* Footer */

footer {
  display: block;
  min-height: 100px;
  border-top: 1px solid #e4e4e4;
  background-color: #fff;
  height: 100px;
  margin: 0 auto 0 0;
  text-align: left;
  font: normal 0.85em/1.25em Verdana, sans-serif;
  background: url('https://studmed.uio.no/elaring/testcommon/images/uio-app-uio-sickle-medium.png') no-repeat 40px 25px;
  padding: 10px 0 0 0;
}

footer #app-responsible,
footer #contact-info {
  width: auto;
  float: right;
  margin-right: 50px;
  margin-top: 30px;
}

footer #personvern {
  width: 350px;
  float: right;
  margin-right: 50px;
  margin-top: 30px;
  font-weight: bold;
}

footer a {
  color: #0b5a9d;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

footer div span {
  display: block;
  color: #5e5e5e;
  margin-bottom: 3px;
}

footer span.vrtx-label {
  font-weight: bold;
  color: #7e7e7e;
}



/* HTML tag attributes */

pre {
  font-weight: bold;
  color: red;
  font-size: 16px;
  font-style: italic;
}

h1 {
  font-family: Arial, sans-serif;
  line-height: 1.2;
  margin: 0 0 15px 0;
  font-weight: bold;
  font-size: 32px;
}


h2 {
  font-family: Arial, sans-serif;
  line-height: 1.33em;
  font-weight: bold;
  font-size: 23px;
  margin-top: 17mm;
}

article > h2:first-child {
    margin-top: 0;
}


h3 {
    margin-top: 10mm;
    font-size: 17px;
}

article > h3:first-child {
    -webkit-margin-before: 0;
}

.indent40 {
    margin-left: 40px;
}

.spacer5 {
    margin-bottom: 5mm;
}

.spacer10 {
    margin-bottom: 10mm;
}

.vspacer {
    height: 30px;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.mycol {
        color: #d20000;
}

.darkemph  {
        color: #700000;
}

.centerlegend {
    padding-bottom: 20px;
    text-align: center;
}

.center {
    text-align: center;
}

.top {
    vertical-align: top;
}

p {
  margin: 3px 0px 8px;
}

h1 + p {
  padding-top: 15px;
}

img {
  border: 0;
}

article img {
    max-width: calc(100%);
}

.imgcenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100%);
}

.radimg {
   max-width: 700px;
   max-height: 500px;
   margin: 40px 0px 40px 0px;
}

.invisible {
	visibility:hidden;
}

.hrule {
    width: 98%;
    font-size: 1px;
    color: rgba(0, 0, 0, 0);
    line-height: 1px;
    margin-top: 3px;
    margin-bottom: 20px;
}

ul.dashed {
    list-style: none;
    padding-inline-start: 35px;
}


ul.dashed > li::before {
    content: "–";
    padding-right: 7px;
    margin-left: -15px;
}

.discretelnk a {
    text-decoration-line: none;
    text-decoration-color: black;
    color: black;
    text-decoration: none;
}

/* Special components */

.praksis {
    margin-top: 10px;
    margin-bottom: 35px;
    font-style: italic;
    color: #b20000;
}

.praksissubhead {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.praksissubgroup {
    margin-left: 30px;
    margin-bottom: 20px;
}

.normalverdi {
    padding-left: 30px;
}

.footnote {
  font: normal 0.85em Arial, sans-serif;
}

.definitiontable td {
    padding-top: 15px;
    padding-right: 5px;
    vertical-align: top;
}

.nicetable {
   border-collapse: collapse;
   border-style: none;
   border-width: 0px;
}

.nicetable th {
   background-color: #dae3f0;
   padding: 5px 15px 5px 15px;
}

.nicetable td {
   background-color: #f0f4f9;
   padding: 5px 15px 5px 15px;
   border-bottom: 1px solid white;
}

.sandtable {
   border-collapse: collapse;
   border-style: none;
   border-width: 0px;
}

.sandtable th {
   background-color: #f9efdf;
   padding: 5px 15px 5px 15px;
}

.sandtable td {
   background-color: #fdf5e6;
   padding: 5px 15px 5px 15px;
   border-bottom: 1px solid white;
}

.midposition {
   position: relative;
   top: 45%;
   transform: translateY(-45%);
   text-align: center;
}

.prosedyrer > li {
    font-size: 14px;
    margin-top: 10px;
}

.prosedyrer > li > p {
    font-size: 13px;
}

.bilder td {
   text-align: center;
   padding-right: 25px;
}


.bilderundertekst td {
   padding-top: 15px;
   font-weight: bold;
   font-size: 18px;
}

/* Accordion menu */

.accordion {
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 0px; 
    padding: 0px; 
    border: 0px; 
    outline: none;
}
.accordion li {
    font-weight: normal;
    text-transform: none;
}
.accordion li a:hover {
    color: red;
    background: #f2f2f2;
}
.accordion>li {
    font-weight: bold;
    text-transform: uppercase;
}
.accordion a {
    text-decoration-line: none;
    text-decoration-color: black;
    color: black;
    text-decoration: none;
}
.accordion ul {
    display: none;
    list-style-type: none;
    padding-inline-start: 14px;
}



/*
.accordion, .accordion ul {
    list-style: none; 
    margin: 0px; 
    padding: 0px; 
    border: 0px; 
    outline: none;
}

.accordion li ul {
    margin: 0px 0px 0px 14px;
}

.accordion ul.text {
    margin-bottom: 1em; 
    line-height: 1.5em;
}

.accordion a {
    text-decoration:none; 
    display: block; 
    color: #222; 
    border-bottom: 0px;
}

.accordion > li > a {
    font-weight: bold; 
    text-transform: uppercase;
}

.accordion ul a {
    font-weight: normal; 
}

.accordion ul li ul a {
    font-size: 12px; 
}

.accordion a:hover {
    background: #f5f5f5; 
    color: #D20000;
}
*/


/* slider som i synsfeltsimulator */

   
.stdslider {
    -webkit-appearance: none;

    /*required for proper track sizing in FF*/
    width: 400px;
    height: 25px;
}

.stdslider::-webkit-slider-runnable-track {
    height: 5px;
    background: #ddd;
    border: none;
}

.stdslider::-moz-range-track {
    height: 5px;
    background: #ddd;
    border: none;
}

.stdslider::-ms-track {
    height: 5px;
    animate: 0s;
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;
    /*remove default tick marks*/
    color: transparent;
}

.stdslider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: steelblue;
    margin-top: -11px;
}

.stdslider::-moz-range-thumb {
    border: none;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: steelblue;
}

.stdslider::-ms-thumb {
    border: none;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: steelblue;
}

.stdslider:focus {
    outline: none;
}

/* Vue - virtuelle pasienter */

.vpright {
   padding: 10px;
   margin: 8px 0px 8px 0px;
   background: #bde273;
}

.vpwrong {
   padding: 10px;
   margin: 8px 0px 8px 0px;
   background: #fde3e8;
}

.labelclass {
   margin-right: 10px;
}

.goodbye {
   margin-top: 35px;
}

.questionclass {
   margin: 10px 0px 10px 0px;
   font-weight: bold;
}

#quizsection table,td,tr {
   border-spacing: 0px;
   border-collapse: collapse;
   vertical-align: top;
}



/* 2-kolonners ekg-sider */

#twocol td {
   padding-top:40px;
   padding-right:25px;
   vertical-align:top;
}
#twocol img {
   max-width:400px;
   max-height:400px;
}
#twocol h2 {
     margin-top: 0px;
}

/* stor takehome */

.hovedpunkt {
    background-color: #ffe44d;
    width: 750px;
    padding: 30px 30px 30px 30px;
}

.sidebox {
    float: right;
    margin-left:50px;
    padding: 10px;
    width: 350px;
    border: 1px solid #909090;
}

.husk {
    border: 1px solid #d0d0d0;
    padding: 12px;
    display: inline-block;
}

.inlineinfo {
    display: none;
    border-style: double none double none;
    border-width: 2px;
    border-color: grey;
    padding: 20px 30px 20px 30px;
}




/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  color: #005595
  /* border-bottom: 1px dotted blue; If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: #ecfeec;
  color: black;
  text-align: left;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.refleksjon {
    #      border: 1px solid #bbbbbb;
    padding: -10px 25px 25px 25px;
    margin: 25px 0 25px 0;
}
.refleksjon h3, .refleksjon h2 {
    color: #2771d0;
}
.reflspm {
    font-weight: bold;
    font-style: italic;
    margin: 25px 0 15px 0;
}
.reflsvar {
    display: none;
    margin: 10px 0 10px 25px;
}
.qmark {
    margin-left: 9px;
}
