﻿@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato-regular.eot');
    src: url('../fonts/lato-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular.woff2') format('woff2'),
         url('../fonts/lato-regular.woff') format('woff'),
         url('../fonts/lato-regular.ttf') format('truetype'),
         url('../fonts/lato-regular.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'keeleklikk';
    src: url('../fonts/keeleklikk.eot');
    src: url('../fonts/keeleklikk.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/keeleklikk.woff2') format('woff2'), 
         url('../fonts/keeleklikk.woff') format('woff'), 
         url('../fonts/keeleklikk.ttf') format('truetype'), 
         url('../fonts/keeleklikk.svg#keeleklikk') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LatoLight';
    src: url('../fonts/lato-light.eot');
    src: url('../fonts/lato-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-light.woff2') format('woff2'),
         url('../fonts/lato-light.woff') format('woff'),
         url('../fonts/lato-light.ttf') format('truetype'),
         url('../fonts/lato-light.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LatoBold';
    src: url('../fonts/lato-bold.eot');
    src: url('../fonts/lato-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold.woff2') format('woff2'),
         url('../fonts/lato-bold.woff') format('woff'),
         url('../fonts/lato-bold.ttf') format('truetype'),
         url('../fonts/lato-bold.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'EtelkaTextPro';
    src: url('../fonts/etelka-text-pro.eot');
    src: url('../fonts/etelka-text-pro.eot?#iefix') format('embedded-opentype'),
         url('../fonts/etelka-text-pro.woff2') format('woff2'),
         url('../fonts/etelka-text-pro.woff') format('woff'),
         url('../fonts/etelka-text-pro.ttf') format('truetype'),
         url('../fonts/etelka-text-pro.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'EtelkaMediumPro';
    src: url('../fonts/etelka-medium-pro.eot');
    src: url('../fonts/etelka-medium-pro.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/etelka-medium-pro.woff2') format('woff2'), 
        url('../fonts/etelka-medium-pro.ttf') format('truetype'), 
        url('../fonts/etelka-medium-pro.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'EtelkaLightPro';
    src: url('../fonts/etelka-light-pro.eot');
    src: url('../fonts/etelka-light-pro.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/etelka-light-pro.woff2') format('woff2'), 
        url('../fonts/etelka-light-pro.ttf') format('truetype'), 
        url('../fonts/etelka-light-pro.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Max-BoldSC';
    src: url('../fonts/Max-BoldSC.eot');
    src: url('../fonts/Max-BoldSC.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Max-BoldSC.woff2') format('woff2'),
         url('../fonts/Max-BoldSC.woff') format('woff'),
         url('../fonts/Max-BoldSC.ttf') format('truetype'),
         url('../fonts/Max-BoldSC.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}



html {
    font-family: EtelkaLightPro, Lato, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body.main {
    background: #f2f3ee;
    font-family: EtelkaLightPro, Lato, Verdana,Tahoma,Times;
    font-size: 16px;
    color: #5d5d5d;
    margin-top: 0px;
    margin-left: 0px;
    background-color: #ffffff;
    background-size: cover;
    overflow:hidden;
	overflow: auto;
}

img {
    padding: 0px;
    border: 0px solid #ffffff;
}

hr {
    border-top: 2px solid #edece1;
}

.hidden {
    border-style: none;
}

:focus {
    outline: auto;
}

.form-input[type=text],
.form-input[type=email],
.form-input[type=password] {
    color: rgb(48, 48, 48);
    border-style: solid;
    border-width: 1px;
    border-color: #aaa683;
    padding-left: 5px;
    height: 30px;
}

.form-check {
    -webkit-appearance: none;
    border-style: solid;
    border-width: 1px;
    border-color: #aaa683;
    background-color: rgb(255, 255, 255);
    padding: 10px;
    display: inline-block;
    position: relative;
    outline: none;
}

    .form-check:focus {
        border-color: #aaa683;
    }

    .form-check:checked {
        background-color: #ffffff;
        border-style: solid;
        border-width: 1px;
        border-color: #aaa683;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        color: #aaa683;
    }

        .form-check:checked:after {
            color: #aaa683;
            font-weight: bold;
            font-size: 16px;
            content: '\2714';
            position: absolute;
            top: -1px;
            left: 4px;
        }

input[type=checkbox][disabled] {
    background-color: rgba(240,240,240,0.0);
}

textarea {
    color: rgb(48, 48, 48);
    border-style: solid;
    border-width: 1px;
    border-color: #aaa683;
    padding: 5px;
    min-width: 230px;
}

.audio-button {
    background-color: #007c91;
    padding-top: 9px;
    padding-left: 5px;
    padding-right: 5px;
    color: #FFF;
    cursor: pointer;
    cursor: hand;
}
    .audio-button:after {
        font-family: keeleklikk;
        font-size: 250%;
        content: 'a';
    }

.audio-play {
    background-color: #007c91;
    color: #FFF;
    cursor: pointer;
    cursor: hand;
	width:60px;
	height:60px;
}

.task-play {
	background-color: #aaa683; 
	border:none;
    color: #FFF;
    cursor: pointer;
    cursor: hand;
	width:30px;
	height:40px;
	padding-top: 5px;
    padding-left: 0px;
    padding-right: 5px;
}
	.task-play:after {
        font-family: keeleklikk;
        font-size: 250%;
        content: 'a';
    }

.prev-button {
    background-color: #007c91;
    padding-top: 8px;
    padding-left: 5px;
    padding-right: 5px;
    color: #FFF;
    cursor: pointer;
    cursor: hand;
    position: relative;
    float: left;
    margin-top: 1px;
}
    .prev-button:after {
        font-family: keeleklikk;
        font-size: 32px;
        content: 'i';
        
    }

.next-button {
    background-color: #007c91;
    padding-top: 8px;
    padding-left: 5px;
    padding-right: 5px;
    color: #FFF;
    cursor: pointer;
    cursor: hand;
    position: relative;
    float: right;
    margin-top: 1px;
}
    .next-button:after {
        font-family: keeleklikk;
        font-size: 32px;
        content: 'h';
    }

.volume-button {
    background-color: #aaa683;
    padding-top: 8px;
    padding-left: 5px;
    padding-right: 5px;
    color: #FFF;
    cursor: pointer;
    cursor: hand;
    position: relative;
    float: right;
    margin-top: 1px;
}
    .volume-button:after {
        font-family: keeleklikk;
        font-size: 32px;
        content: 'j';
        
    }

.volume-button-mute {
    background-color: #aaa683;
    padding-top: 8px;
    padding-left: 5px;
    padding-right: 5px;
    color: #FFF;
    cursor: pointer;
    cursor: hand;
    position: relative;
    float: right;
    margin-top: 1px;
}
    .volume-button-mute:after {
        font-family: keeleklikk;
        font-size: 32px;
        content: 'k';
    }

.menu-button {
    background-color: #007c91;
    color: #FFF;
    cursor: pointer;
    cursor: hand;
    position: relative;
    float: left;
    border: none;
}

.menu-button:hover {
	font-weight: bold;
}

    .menu-button:after {
        font-family: keeleklikk;
        font-size: 32px;
        padding-top: 7px;
        padding-left: 5px;
        padding-right: 5px;
        color: #FFF;
        content: 'n';
        cursor: pointer;
        cursor: hand;
        margin-top: 3px;
    }


.button-login {
    font-size: 100%;
    background-color: #ffffff;
    color: #aaa683;
    position: relative;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    cursor: hand;
    border: none;
}

.button-login:before {
    position: absolute;
    font-family: keeleklikk;
    font-size: 26px;
    color: #aaa683;
    content: 'f';
    margin-left: -30px;
    margin-top: -3px;
}
.button-login:hover {
	font-weight: bold;
}

.button-settings{
	font-size: 100%;
    background-color: #ffffff;
    color: #aaa683;
    position: relative;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    cursor: hand;
    border: none;
}
.button-settings:before {
    position: absolute;
    font-family: keeleklikk;
    font-size: 26px;
    color: #aaa683;
    content: 'o';
    margin-left: -30px;
    margin-top: -3px;
}
.button-settings:hover {
	font-weight: bold;
}


.button-logoff {
    font-size: 100%;
    background-color: #ffffff;
    color: #aaa683;
    position: relative;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    cursor: hand;
    border: none;
}
.button-logoff:hover {
	font-weight: bold;
}


.button-logoff:before {
    position: absolute;
    font-family: keeleklikk;
    font-size: 28px;
    color: #aaa683;
    content: 'g';
    margin-left: -30px;
    margin-top: -3px;
}

.button-reg {
    font-size: 100%;
    background-color: #ffffff;
    color: #aaa683;
    position: relative;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    cursor: hand;
    border: none;
}
.button-reg:hover {
	font-weight: bold;
}

.button-help {
    position: absolute;
    font-size: 100%;
    background-color: #ffffff;
    color: #aaa683;
    position: relative;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    cursor: hand;
    border: none;
}
.button-help:hover {
	font-weight: bold;
}

.button-help:before {
    position: absolute;
    font-family: keeleklikk;
    font-size: 28px;
    content: 'd';
    margin-left: -30px;
    margin-top: -2px;
}

.button-home {
    font-size: 100%;
    background-color: #ffffff;
    color: #aaa683;
    position: relative;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    cursor: hand;
    border: none;
}

.button-home:before {
    position: absolute;
    font-family: keeleklikk;
    font-size: 28px;
    content: 'e';
    margin-left: -30px;
    margin-top:-5px;
}
.button-home:hover {
	font-weight: bold;
}

.answerCheck {
    width: 45px;
    height: 45px;
    background-color: #FFF;
    border-style: solid;
    border-width: 1px;
    border-color: #aaa683;
    color: rgb(255, 255, 255);
}

.answerCheck:hover {
    background-color: #edece1;
}

.answerCheckChecked {
    width: 45px;
    height: 45px;
    background-color: #aaa683;
    border-style: solid;
    border-width: 1px;
    border-color: #aaa683;
    color: #FFF;
}

.answerCheckOk {
    width: 45px;
    height: 45px;
    background-color: #007c91;
    border-style: solid;
    border-width: 1px;
    border-color: #aaa683;
    color:#FFF;
}

.answerCheckErr {
    width: 45px;
    height: 45px;
    background-color: #be1e2d;
    border-style: solid;
    border-width: 1px;
    border-color: #aaa683;
    color: #FFF;
}

.buttonOK {
    background-color: #007c91;
    font-size: 120%;
    font-weight: bold;
    padding: 15px 25px 15px 25px;
    color: #FFF;
    cursor: pointer;
    cursor: hand;
    float: left;
}

.buttonOK:hover {
    color: #000;
}

.buttonDisabled{
	background-color: #007c91;
    font-size: 25px;
    font-weight: bold;
    padding: 15px 25px 15px 25px;
    color: #AAAAAA;
    cursor: normal;
    float: right;
	border:none;
}
.buttonDisabled:focus{
	outline: none;
}

.buttonSend{
    background-color: #007c91;
    font-size: 120%;
    font-weight: bold;
    padding: 15px 25px 15px 25px;
    color: #FFF;
    cursor: pointer;
    cursor: hand;
    float: left;
}

.buttonSend:hover {
    color: #000;
}

.play-button {
    background-color: #ffffff;
    font-family: keeleklikk;
    font-size: 32px;
    padding-top: 7px;
    padding-left: 5px;
    padding-right: 5px;
    color: #aaa683;
    cursor: pointer;
    cursor: hand;
    position: relative;
    float: right;
    margin-top: 3px;
    background-image: url('../img/play-icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
}
.pause-button {
    background-color: #ffffff;
    font-family: keeleklikk;
    font-size: 32px;
    padding-top: 7px;
    padding-left: 5px;
    padding-right: 5px;
    color: #aaa683;
    cursor: pointer;
    cursor: hand;
    position: relative;
    float: right;
    margin-top: 3px;
    background-image: url('../img/pause-icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
}

#dialog { /* "Ülesanne on valmis" teade */
    background-color: #aaa683;
    color: white;
    font-size: 150%;
}

[tooltip]:before {
    /* needed - do not touch */
    content: attr(tooltip);
    position: absolute;
    opacity: 0;
    /* customizable */
    transition: all 0.15s ease;
    padding: 10px;
    color: #000;
    border-radius: 0px;
    box-shadow: 2px 2px 1px silver;
}

[tooltip]:hover:before {
    /* needed - do not touch */
    opacity: 1;
    /* customizable */
    background: #edece1;
    margin-top: -50px;
    margin-left: 20px;
}

[tooltip]:not([tooltip-persistent]):before {
    pointer-events: none;
}

.lesson-content {
    border:none;
}


.custScroll::-webkit-scrollbar
{
    width: .7em;
}

.custScroll::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #ffffff;
    border: 1px solid #edece1;
}


.custScroll::-webkit-scrollbar-thumb{
    background-color: #aaa683;
    outline: 1px solid #aaa683;
}

.slider {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .slider::-webkit-slider-runnable-track {
        height: 5px;
        background: #aaa683;
        border: none;
        border-radius: 3px;
    }

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background: #aaa683;
        margin-top: -4px;
    }

    .slider::-moz-range-track {
        height: 5px;
        background: #aaa683;
        border: none;
        border-radius: 3px;
    }
    .slider::-moz-range-thumb {
        width: 10px;
        height: 15px;
        background: #aaa683;
        cursor: pointer;
        cursor: hand;
    }

    .slider::-ms-track {
        width: 100%;
        height: 5px;
        background: transparent;
        border-color: transparent;
        border-width: 6px 0;
        color: transparent;
    }

.slider::-ms-fill-lower {
    background: #aaa683;
    border-radius: 10px;
}

.slider::-ms-fill-upper {
    background: #aaa683;
    border-radius: 10px;
}

    .slider::-ms-thumb {
        border: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background: #aaa683;
        color: #aaa683;
        margin-top:0px;
    }


.flag {
    border: 1px solid #edece1;
    cursor: pointer;
    cursor: hand;
}

.testidTab {
    color: #000000;
    background: #ffffff;
    border-collapse: collapse;
    border: 1px solid #007c91;
}
    .testidTab td {
        padding: 10px;
        text-align: left;
    }
    .testidTab th {
        text-align:center;
        padding: 10px;
        font-weight:bold;
    }

a.testLink {
    color: #007c91;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
}

a.testLink:hover {
    font-weight: bold;
}

::placeholder{
	color: #aaa683;
    font-style: italic;
}

::-webkit-input-placeholder {
    color: #aaa683;
    font-style: italic;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #aaa683;
    font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
	color: #aaa683;
    font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-style: italic;
	color: #aaa683;
}
