/*colors.css contains only definitions of colors
, it is not used in html files*/
.objectives, .introduction, .resources,
.additional-tasks, .additional-resources, .content,
.conditions, .subjectObjectives, .teachers {
    font-weight: bold;
    /*text-decoration: underline;*/
    font-size: 1.3em;
    margin: inherit;
    margin-left: 20px;
}

pre.code code {
    white-space: pre-wrap;
    word-wrap: break-word;
    border: dashed 1px #777777;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    color: black;
    background-color: #f4f4f4;
    display: block;

}

.subheading {
    font-weight: bold;
    color: #0090d0;
    font-size: 1.2em;
    padding-top: 5px;
    margin-bottom: -8px;
}

.objective {
    font-weight: bold;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.objective:hover, .objective:focus {
    cursor: pointer;
    outline: none;
    padding-left: .5em;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.clickable:focus {
    outline: none;
    padding-left: .5em;
    background-color: #ffdada;
    border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

li:focus {
    outline: none;
}

.step {
    font-weight: normal;
    margin-top: 10px;
}

li.step {
    border-top: 2px solid #d9d9d9;
}

.task {
    font-weight: normal;
    /*border: dashed 1px #F78221;*/
    padding: 5px;
    /*background: #F7E1A7;*/
    background: #007fae;
    color: white;
    margin-top: 5px;
    margin-bottom: 5px;
}

.task a {
    color: white;
}

/*.task a:hover {
    color: #d9d9d9;
}*/

.solution a, .result a {
    color: #0090d0;
    font-weight: normal;
}

.solution a:visited, .result a:visited {
    color: #0090d0;
    font-weight: normal;
}

.solution a:hover, .result a:hover {
    color: #00ccff;
    font-weight: normal;
}

.showSolutionButton, .hideSolutionButton {
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.showSolutionButton:focus, .hideSolutionButton:focus {
    border: 6px solid white;
    background: white;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.presenter, .instructor, .lecture {
    font-weight: bold;
}

div.comment {
    font-weight: normal;
    /*border: dashed 1px #747C9F;*/
    padding: 5px;
    background: #d9d9d9;
    /*background: #D4DCFF;*/
    margin-top: 5px;
    margin-bottom: 5px;
    color: #262626;
}

.source {
    border: dashed 1px #777777;
    background: #f7f7f7;
    color: #262626;
}

.remove-alert {
    font-weight: bold;
    color: #e76f00;
    font-size: 1.2em;
}

.pre {
    text-align: left;
}

.figure {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.caption-prefix {
    text-align: center;
    font-weight: bold;
}

.caption {
    text-align: center;
    margin-top: -5px;
}

.image {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

a > img {
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
}

a > img:hover {
    cursor: zoom-in;
    transform: scale(1.05, 1.05);
}

.highlight {
    background-color: #ffdada;
    padding: 0px 3px;
    margin: 0px -3px;
    border-radius: 5px;
    transition: background-color 4.4s;
    -webkit-transition: background-color 4.4s;

}

/******************* TABLE *********************/
.table {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.lastRow {
    border-bottom: 1px solid #0091d0;
}

table {
    /*font-size: 12px;*/
    text-align: center;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    border-spacing: 0;
    vertical-align: 0;
    line-height: 1.4em;
}

table, tbody, thead, tr {
    padding: 0;
    border: 0;
    outline: 0;
}

tbody, thead, tr {
    border-color: inherit;
    margin: 0;
    /*font-size: 100%;*/
    vertical-align: baseline;
}

thead {
    display: table-header-group;
}

tbody {
    display: table-row-group;
}

tr {
    display: table-row;
    border-bottom: 1px solid white;
}

tr:hover td {
    background: #c5f4ff;
    color: #005e87;
}

th, td {
    min-width: 100px;
    vertical-align: baseline;
    border-left: 1px solid #0091d0;
    border-right: 1px solid #0091d0;
    padding: 8px;
    display: table-cell;
}

th {
    /*font-size: 13px;*/
    font-weight: normal;
    background: #3ab3e8;
    border-top: 4px solid #0091d0;
    color: white;
}

td {
    background: #edfcff;
    color: #0086a6;
    vertical-align: top;
}

/* Quizzes */
div.quiz {
    border: solid 2px #0086a6;
    /*height: 22em;*/
}

div.quiz .title {
    color: #007fae;
}

div.quiz-overview hr {
    border: 0;
    border-top: 1px solid #d9d9d9;
}

div.quiz-overview kbd {
    border: 1px solid #d9d9d9;
    margin-left: 1ex;
    padding: 1px;
}

div.quiz-overview li {
    margin-bottom: 0.5ex;
}

.presentations {
    font-weight: bold;
    color: #007fae;
    /*text-decoration: underline;*/
    font-size: 1.3em;
}

div.presentation {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.resources-ol {
    counter-reset: item;
}

.resource {
    display: block;
    margin-left: -1.5em;
}

.resource:before {
    display: inline-block;
    content: "[" counter(item) "] ";
    counter-increment: item;
    width: 1.6em;
}

.warning {
    font-weight: bold;
    padding: 5px;
    background: #FFA900;
    color: #262626;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
}

.troubleshooting {
    position: absolute;
    left: 886px;
    top: 7px;
}

.troubleshooting-comment {
    position: relative;
}

.announcement {
    margin: auto;
    width: 80%;
    padding: 10px;
    text-align: center;
}

.announcement-title {
    font-size: 25px;
    color: #FF0000;
    font-weight: bold;
    text-align: center;
}

.skiplink {
    position: absolute;
    width: 120px;
    height: 48px;
    top: -100px;
    left: 0;
    padding: 10px 25px;
    background: #ddd;
    color: white;
    font-size: 1.00em;
    z-index: 1000;
    transition: all 0.5s cubic-bezier(0, 0, 0.04, 0.6);
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.04, 0.6);
}

.skiplink:focus {
    top: 0;
    color: #444;
    line-height: 48px;
    font-weight: bold;
    font-size: 1.00em;
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    .pageheader {
        display: none;
    }

    .skiplink {
        padding: 5px 10px;
    }
}

@media only screen and (min-width: 768px) {
    .pageheadermobile {
        display: none;
    }
}

#content.fullscreen {
    font-size: 30px;
    line-height: 40px;
    width: 90%;
}

#content.fullscreen code {
    font-size: 30px;
}

#page.fullscreen {
    width: 95%;
}