body {
    margin: 0;
}

body.page-login {
    background: #f1f4f7;
    padding-top: 50px;
    color: #5f6468;
}



/* SETTINGS SLIDER */

.slider.slider-horizontal {
    margin-left: 10px;
}
.slider-handle.round {
    border-radius: 30%;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    top: 29px;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.slider.slider-horizontal {
    width: calc(100% - 20px);
    height: 20px;
}

#difficultySlider.slider.slider-horizontal .tooltip {
    opacity: 0;
}

#wordcountSlider .tooltip-arrow {
    display: none;
}
#wordcountSlider .tooltip-inner {
    background-color: transparent;
}
#wordcountSlider.slider.slider-horizontal {
    width: calc(100% - 40px);
}
#wordcountSlider.slider.slider-horizontal .slider-track {
    width: calc(100% + 40px);
    left: -10px;
}
#wordcountSlider.slider.slider-horizontal .tooltip {
    -ms-transform: translateX(-50%);
    transform: translateX(-25%);
}
#wordcountSlider.slider .slider-handle {
    top: -5px;
    height: 30px;
    width: 40px;
    border-radius: 20%;
}
#wordcountSlider.slider .tooltip.top {
    margin-top: -5px;
}

input#adjustSpeedByWordLength {
    width: 20px; 
    float: left; 
    display: block; 
    position: relative; 
    margin-right: 12px;
    cursor: pointer;
}

input#adjustSpeedByWordLength:focus {
    box-shadow:none !important;
    
}
input#adjustSpeedByWordLength + label h5 {
    line-height: 35px;
    cursor: pointer;
}

#settingsDisableOverview {
    position: absolute; 
    top: 0; 
    bottom: 68px; 
    left: 0; 
    right: 0; 
    background-color: black; 
    opacity: 0.5; 
    width: auto; 
    height: auto; 
    display: none;
}

.slider.slider-horizontal .slider-tick-label-container {
    overflow: hidden;
}

/* END: SETTINGS SLIDER */


/* READING ZONE */

#textReadingContainer {
    position: relative;
    width:100%; 
    height: auto;
    min-height: 400px; 
    border: 1px solid rgb(206, 212, 218); 
    
    vertical-align:middle; 
    text-align: center; 
    
    font-size:42px; 
    padding: 10px; 
    color: #DDDDDD;  
    background-color: #EEEEEE; 
}

#textReadingContainer #displayedText {
    display: block;
    padding-top: 160px;
    line-height: 1.1;
}

#textReadingContainer #readingActions {
    position: absolute; 
    bottom: 20px; 
    text-align: center; 
    line-height: 30px; 
    font-size: 19px; 
    width: 100%;
    left: 0;
}
#textReadingContainer #readingActions .readingCta {
    cursor: pointer;
    margin: 10px;
    color: #17a2b8;
    display: none;
}
#textReadingContainer #readingActions .readingCta:link,
#textReadingContainer #readingActions .readingCta:visited,
#textReadingContainer #readingActions .readingCta:hover,
#textReadingContainer #readingActions .readingCta:active {
    text-decoration: none;
    color: #17a2b8;
}
#textReadingContainer #readingActions .readingCta:hover {
    opacity: 0.75;
}
#textReadingContainer #readingActions .readingCta .ctaImg {
    width: 40px;
    margin-top: -7px;
}
#textReadingContainer #displayedText .game_mode_finished_text {
    font-size: 17px;
    color: black;
}
.pageExplanationBlock {
    margin-top: 30px;
    font-style: italic;
}
/* END: READING ZONE */



/* PROGRESS BAR */
#progressbar {
    display: none;
    /* border: 1px solid #999999; */
    /* border-radius: 5px; */
    position: absolute;
    top: 10px;
    right: 10px;
    width: 250px;
    height: 43px;   
    /* padding: 5px 15px; */
    /* background-color: #CFCFCF; */
    background-image: url('/images/progressbar-bg-2.png');
    background-size: 100% 100%;
}
#progressbar .bar {
    width: 100%;
    height:  43px;
    position: relative;
}
#progressbar .bar .completion {
    width: calc(89% + 14px);
    height: 43px;
    /* margin-left: 8px; */
    background-image: url('/images/progressbar-progress-bg.png');
    background-size: 250px 43px;
    /* height: 23px; */
    position: relative;
}
#progressbar .bar.completed .completion {
    width: calc(89% + 14px);
    background-image: url('/images/progressbar-bg-2-completed.png');
 
}
#progressbar .completion.completed {
    background-color: green;
    width: 100%;
}
#progressbar .progress-label {
    font-size: 15px;
    line-height: 33px;
    margin-top: 0px;
    text-shadow: none;
    color: black;
    top: 4px;
    font-weight: bold;
    float: left;
    width: 100%;
    position: absolute;
}

/* END: PROGRESS BAR */


/* COUNTDOWN TIMER */
#countdown-timer {
    display: none;
    /* border: 1px solid #999999; */
    /* border-radius: 5px; */
    position: absolute;
    top: 10px;
    right: 10px;
    width: 250px;
    height: 43px;   
    /* padding: 5px 15px; */
    /* background-color: #CFCFCF; */
    background-image: url('/images/progressbar-bg-2.png');
    background-size: 100% 100%;
}
#countdown-timer .bar {
    width: 100%;
    height:  43px;
    position: relative;
}
#countdown-timer .bar .completion {
    width: calc(89% + 14px);
    height: 43px;
    /* margin-left: 8px; */
    background-image: url('/images/progressbar-progress-bg.png');
    background-size: 250px 43px;
    /* height: 23px; */
    position: relative;
}
#countdown-timer .bar .completion.upper {
    width: calc(89% + 14px);
    background-image: url('/images/progressbar-bg-2-completed.png');
 
}
#countdown-timer .progress-label {
    font-size: 15px;
    line-height: 33px;
    margin-top: 0px;
    text-shadow: none;
    color: black;
    top: 4px;
    font-weight: bold;
    float: left;
    width: 100%;
    position: absolute;
}

/* END: COUNTDOWN TIMER */


/* COUNTER TIMER */
#counter-timer {
    display: none;
    /* border: 1px solid #999999; */
    /* border-radius: 5px; */
    position: absolute;
    top: 55px;
    right: 9px;
    width: 130px;
    height: 43px;   
    /* padding: 5px 15px; */
    /* background-color: #CFCFCF; */
    background-image: url('/images/progressbar-bg-counter-timer.png');
    background-size: 100% 100%;
}
#counter-timer .bar {
    width: 100%;
    height:  43px;
    position: relative;
}
#counter-timer .bar .completion {
    width: calc(89% + 14px);
    height: 43px;
    /* margin-left: 8px; */
    background-image: url('/images/progressbar-bg-counter-timer.png');
    background-size: 130px 43px;
    /* height: 23px; */
    position: relative;
}
#counter-timer .bar .completion.upper {
    width: calc(89% + 14px);
    background-image: url('/images/progressbar-bg-counter-timer.png'); 
}
#counter-timer .progress-label {
    font-size: 15px;
    line-height: 33px;
    margin-top: 0px;
    text-shadow: none;
    color: black;
    top: 4px;
    font-weight: bold;
    float: left;
    width: 100%;
    position: absolute;
}

/* END: COUNTER TIMER */