/* Pearson UX colors:
 Dark blue:   #047b9c 
 Light blue:  #daf0ed
 Charcoal:    #252525
 Medium Gray: #6a7070
 */

/* Import more complete version of Open Sans */ 
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i');

/* Better general typography */
.actividad .content p,
.actividad .content li { 
font-family: "Open Sans",arial,helvetica,sans-serif!important;
line-height: 1.3em!important;
font-size: 16px!important;
line-height: 24px!important;
color: #252525;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
text-align: justify;
}



/* Make left menu items NOT bold */
#indice .units ul li a .title {
  font-weight: normal!important;
}

/* Make color of MCQ blue */
div.texto_curso {
font-family: "Open Sans"!important;
line-height: 1.3em!important;
font-size: 16px!important;
line-height: 24px!important;
/* Deze uitschakelen? Want Martijn heeft vaak tekst buiten de */
color: #047b9c!important; 
}

/* If we want to only target the Slide header */
div.title h3 { 
}

#actividad .content .header {
border-bottom: 2px solid #daf0ed!important;
padding-bottom: 10px!important;
}

/* Boxes */
.bck-box {
margin: 12px 0 12px 0!important;
padding: 12px!important;
background-color: #daf0ed!important;
}

.bck-box .bck-title {
font-weight: bold!important;
margin-bottom: 12px!important;  
  
}

/* Header typography */
.actividad .content h1, h2, h3, h4 {
font-family: "Open Sans"!important;
font-weight: bold!important;
color: #047b9c!important; 
}

/* Additional Header typography */
.actividad .content h4 {
font-style: italic!important;
color: #6a7070!important;
}

/* Make bullets Pearson blue */
.actividad .content .pregunta ul li:before {
    content: ""!important;
    height: 6px!important;
    width: 6px!important;
    background-color: #047b9c!important;
    position: absolute!important;
    -webkit-border-radius: 100%!important;
    -moz-border-radius: 100%!important;
    border-radius: 100%!important;
    margin-top: .6em!important;
    margin-left: -15px!important;  
  
}

/* Link typography */
.actividad .content a:link, a:visited {
  color: #047b9c!important;
  text-decoration: underline!important;
}

.actividad .content a:hover {
  text-decoration: none!important;
}

/* Better lists typography */
ol {
  margin-block-start: 15px!important;
  margin-block-end: 15px!important;
  padding-inline-start: 30px!important;
}

ul + p {
margin-top: 12px!important;
}

/* Tooltips */
.bck-tooltip {
font-family: "Open Sans"!important;
line-height: inherit!important;
font-size: inherit!important;
color: #252525!important;
background-color: #daf0ed!important;
text-decoration: none!important;
border-bottom: 1px dotted #047b9c;
}

.bck-tooltip-content {
font-family: "Open Sans"!important;
line-height: inherit!important;
font-size: inherit!important;
color: #252525!important;
}

/* Make the bottom slider bullet Pearson Blue */
.edit .slider-indicators .concat.active, .slider-indicators .active {
    background-color: #047b9c!important;
    color: #047b9c!important;
}

/* Adjust height of "Home" button in left menu */
#indice .units ul li.pearsonhe-toc-home a:not(.delete) {
    line-height: 0;
}

#indice .units ul li.pearsonhe-toc-active:not(.disabled) a .title, body:not(.isTablet) #indice .units ul li:hover:not(.disabled) a .title, #indice .units ul li:focus:not(.disabled) a .title {
    line-height: 16px;
}

/* Better Table design */

.texto_curso table {
  border-collapse: collapse;
  width: 100%;
}
.texto_curso td, th {
  border: 1px solid #ddd;
  padding: 8px;
  vertical-align: top!important;
}
.texto_curso tr:nth-child(even){background-color: #f2f2f2;}
.texto_curso tr:hover {background-color: #ddd;}
.texto_curso th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #047b9c;
  color: #fff!important;
}
.texto_curso th p {
  color: #fff!important;
  text-align: left!important;
}