.tooltip_below {
    position: relative;
}

.tooltip_below .tooltiptext {
    visibility: hidden;
	background: #ffffff;
	border: 1px solid #686868;
	font-size: @fontSize;
    text-align: center;
    border-radius: 00px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.2);
    padding: 5px 5px;
    width: 300px;
 
   /* Position the tooltip 
   */
    position: absolute;
    z-index: 1;
    left: -150%;
    margin-top: 10px;
    
}
.tooltip_below .tooltiptext:after, .tooltip_below .tooltiptext:before {
	bottom: 100%;
	left: 80%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.tooltip_below .tooltiptext:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #ffffff;
	border-width: 6px;
	margin-left: -6px;
}
.tooltip_below .tooltiptext:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #686868;
	border-width: 8px;
	margin-left: -8px;
}

.tooltip_below:hover .tooltiptext {
    visibility: visible;
}


.tooltip {
    position: relative;
}

.tooltip-underline
{
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
	background: #ffffff;
	border: 1px solid #686868;
	font-size: @fontSize;
    text-align: center;
    border-radius: 00px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.2);
    padding: 5px 5px;
    width: 300px;
 
   /* Position the tooltip 
      Note that margin-left is half the above width.
   */
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left:-150px;
}
.tooltip .tooltiptext:after, .tooltip .tooltiptext:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.tooltip .tooltiptext:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #ffffff;
	border-width: 6px;
	margin-left: -6px;
}
.tooltip .tooltiptext:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #686868;
	border-width: 8px;
	margin-left: -8px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

/* UoB tip, info, warning and question boxes */
/*
Her er fargene Lisbeth foreslår
#ffeed5
#fcdecd
#fce3e6
#e5d4e9
#c7d3e1
#d9eef2
#ecf0d7
#e3e2e3
#ededed
*/

.uob-tip, .pfdk-tips, 
.uob-warning, .pfdk-advarsel, 
.uob-question, .pfdk-spsm, 
.uob-quote, .pfdk-sitat, 
.uob-box, .pfdk-boks, 
.uob-read, .pfdk-les, 
.pfdk-maal, 
.uob-info, .pfdk-info, 
.pfdk-important, .pfdk-viktig,
.pfdk-tid, 
.pfdk-verktoy {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: .5em .5em .5em 62px;
	border-radius: 4px;
	border-color: silver;
	border-style: solid;
	border-width: 1px;
	background-repeat: no-repeat;
	background-position: 4px 4px;
	min-height: 50px;
}
.pfdk-verktoy {
	background-color: #ffeed5;
	background-image: url("https://pfdk.github.io/frontend/bitmaps/pfdk_gear.png");
    background-size: 40px;
    background-position-y: 10px;
    background-position-x: 10px;
}
.pfdk-tid {
	background-color: #fcdecd;
	background-image: url("https://pfdk.github.io/frontend/bitmaps/pfdk_time.png");
    background-size: 40px;
    background-position-x: 10px;
}
.pfdk-maal {
	background-color: #fce3e6;
	background-image: url("https://pfdk.github.io/frontend/bitmaps/pfdk_info.png");
    background-size: 53px;
}
.pfdk-important, .pfdk-viktig {
	background-color: #e5d4e9;
	background-image: url("https://pfdk.github.io/frontend/bitmaps/pfdk_important.png");
    background-size: 53px;
}
.uob-info, .pfdk-info {
	background-color: #c7d3e1;
	background-image: url("https://s3.amazonaws.com/SSL_Assets/bham/images/box_info.png");
}
.uob-tip, .pfdk-tips {
	background-color: #d9eef2;	/* See http://www.w3.org/WAI/RD/2012/text-customization/r11 */
	background-image: url("https://s3.amazonaws.com/SSL_Assets/bham/images/box_tip.png");
	color: black;
}
.uob-read, .pfdk-les {
	background-color: #ecf0d7;
	background-image: url("https://matematikk-mooc.github.io/frontend/bitmaps/uia_read.png");
}
.uob-box, .pfdk-boks {
	background-color: #FBFBB1;
	padding: .5em .5em .5em .5em;
}
.uob-question, .pfdk-spsm {
	background-color: #D1E9FF;
	background-image: url("https://s3.amazonaws.com/SSL_Assets/bham/images/box_question.png");
}
.uob-quote, .pfdk-sitat {
	background-color: #EFEFEF;
	background-image: url("https://s3.amazonaws.com/SSL_Assets/bham/images/box_quote66.png");
	padding: .5em 62px .5em 62px;
	position: relative;
	top: 0px;
	left: 0px;
}
.uob-warning, .pfdk-advarsel {
	background-color: #FFEEEE;
	background-image: url("https://s3.amazonaws.com/SSL_Assets/bham/images/box_warning.png");
}

.uob-accordion .ui-accordion-content {
	margin-top: 0px;
	margin-bottom: 3px;
	padding: .5em .9em .9em .9em;
	top: 0px;
}

/* UoB reveal */
.uob-reveal-button .ui-button-icon-secondary {
	float: left;
}

.uob-reveal-content {
	display: none;
	margin-bottom: 10px;
	border-radius: 4px;
	border-color: silver;
	border-style: solid;
	border-width: 1px;
	padding: .5em .5em .5em .5em;
}

/* UiA kode. Knapper til Statped*/
/* tillegg - statped meny */

.statpedmeny a:link, a:visited 
{

margin: 3px;

padding-top: 24px;

 

height: 50px;

width: 305px;

float: left;
text-align: left;
text-decoration: none;
cursor: pointer;
font-size: 1.4em;
font-weight: lighter;
line-height: 1.5em;

}
 



/* overstyring av Canvas titler og headerbar ****/

.page-title {display:none;}
.pages.show.home .course-title {display: none;}
.header-bar {
    border-bottom: 0px solid #C7CDD1;
    background-color: #fff;
    min-height: 33px;
    padding-bottom: 12px;
}
.pages .header-bar-outer-container .header-bar-container {
    min-width: 508px;
    min-height: 50px;
}

.pages.show.home .show-content {
    padding-top: 1px;
    margin-top: -65px;
}



/*********/




.statpedmeny img {
  margin-top: -15px;
 margin-right: 15px; float: left;
}
 

.btn.disabled, .btn[disabled], .disabled.ui-button, 
.Button.disabled, .ui-button.ui-state-disabled, .Button[disabled] {
 
  animation: pulse 5s infinite;

}
 
 

/* Slutt tillegg - Statped knapper */
 
.statpedASK-knapp {background-color: #4473B8;color: white;border: 1px solid #5c6670;}
.statpedASK-knapp:hover {background-color: #2860A3;color: white;}
.statpedASK-knapp:active {background-color: #215A93; border: 1px solid #5c6670; color: white;}


/*Statped Digital didaktikk og inkludering ************************************ */

.menytittel_DigDidInk a:link, a:visited {
    font-size: 1.5rem;
text-decoration: none;

}
.menytittel_DigDidInk a:hover, a:active {
    font-size: 1.6rem;
text-decoration: underline;

}

.menytittel_DigDidInk img {
 /* float: right;  */
  margin-left: 15px;
  width: 20px;
  height: 20px;
  padding-top: 9px;
}
