/* 
    Created on : May 23, 2018, 1:36:11 PM
    Author     : Peter
*/
h2 {
    margin: 40px 0;
}

h2.subheader {
    color: #003A56;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul li {
    border-left: 5px solid white;
    font-size: 26px;
    border-bottom: 2px solid lightgray;
    padding: 20px 0 20px 5px;
}

ul li:last-of-type {
    border-bottom: none;
}

ul li span {
    font-size: 28px;
    margin: 0 20px;
    text-transform: lowercase;
}

.dotAssessment.active {
    background-color: #FD6680;
    border-color: #FD6680;
    color: white !important;
}

.dot {
    border: 3px solid #bbb;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    padding: 8px 15px;
}

span.answer.glyphicon {
    margin-top: 130px;
    margin-bottom: 60px;
    font-size: 250px;
}

span.answer.glyphicon.correct {
    color: #75BF2E;
}

span.answer.glyphicon.incorrect {
    color: #FD6680;
}

.progress-bar {
    background-color: #FD6680;
    padding-top: 3px;
}

button.btn-pink {
    background-color: #FD6680;
    text-transform: uppercase;
    color: white;
}

button.btn-pink:hover {
    color: white;
}

ul li:hover {
    border-left-color: #FD6680;
    cursor: pointer;
}

ul li:hover span {
    background-color: #FD6680;
    border-color: #FD6680;
    color: white !important;
}

.answer {
    font-size: 72px;
}

.fullanswer {
    font-size: 26px;
}

span.answer.correct {
}


.margintop50 {
    margin-top: 50px;
}

#showFullscreen {
    display: none;
}

.nopadding {
    padding: 0 !important;
}

div#modal {
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: black;
    z-index: 99999;
    text-align: center;
}

div#modal div#container_modal {
    position: absolute;
    width: 100%;
    top: 50%;
    text-align: center;
    margin-top: -20px;
}

a, a:link, a:visited, a:hover, a:focus {
    color: #003A56;
}