﻿@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin-ext');

body {
    background: url(../icons/bg.jpg) top center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Open Sans', sans-serif;
}

.body-round {
	background-color: rgba(255,255,255,0.75);
	border: 1px solid #ccc;
	border-top: none;
	border-radius: 0 0 15px 15px;
	-webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.3);
	margin-bottom: 30px;
}

h3, h4 {
	text-transform: uppercase;
}

.container {
	max-width: 1180px;
}

.top-bottom-5 {
	margin: 5px 0 5px 0;
}

.top-bottom-10 {
	margin: 10px 0 10px 0;
}

.top-bottom-20 {
	margin: 20px 0 20px 0;
}

.top-bottom-30 {
	margin: 30px 0 30px 0;
}

.border-round-2 {
	border-radius: 15px;
	border: 2px solid;
	padding: 5px 0 0 0;
}

.border-round-1 {
	border-radius: 15px;
	border: 1px solid #b5b5b5;
	padding: 12px 5px 5px 5px;
	display: inline-block;
	min-height: 180px;
}

.left-block, .right-block {
	padding-left: 0px;
	padding-right: 0px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	min-height: 1px;
	padding-left: 7px;
	padding-right: 7px;
	position: relative;
}

.red {
	color: #d0142c;
	font-weight: bold;
}

.green {
	color: #297825;
	font-weight: bold;
}

.yellow {
	color: #f39205;
	font-weight: bold;
}

.navbar {
	margin-bottom: 0px;
	min-height: 60px;
	background-color: #c0c0c0 !important;
	border: none;
	border-radius: 0px;
}

.lang-block, .big-lang-block {
	margin: 7px auto;
}

.border-round-2.orange {
	border-color: #009221;
	padding-top: 12px;
}

.footer-block {
	background: #009221;
	border-radius: 0 0 12px 12px;
	padding: 10px;
	margin-top: 20px;
}

	.footer-block div {
		margin: 10px 0;
		color: #ffffff;
		text-align: center;
	}

h3.media-heading {
	font-size: 18px;
	font-weight: bold;
	color: #040807;
	margin-top: 5px;
}

.orange h5.media-heading {
	line-height: 30px;
	color: #225577;
	font-size: 16px;
}

.orange h5.red {
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
}

.progress-block {
	margin: 15px 10px 0 10px;
}

	.progress-block h4 {
		font-size: 16px;
		font-weight: bold;
		color: #040807;
	}

.progress {
	background-color: #f5f5f5;
	border-radius: 15px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	height: 40px;
	margin-bottom: 20px;
	overflow: hidden;
}

.btn.btn-primary {
	font-size: 24px;
	border-color: #009221;
	border-radius: 15px;
	text-transform: uppercase;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00ab27+0,00ab27+50,009221+51,009221+100 */
	background: #00ab27; /* Old browsers */
	background: -moz-linear-gradient(top, #00ab27 0%, #00ab27 50%, #009221 51%, #009221 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #00ab27 0%,#00ab27 50%,#009221 51%,#009221 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #00ab27 0%,#00ab27 50%,#009221 51%,#009221 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ab27', endColorstr='#009221',GradientType=0 ); /* IE6-9 */
}

.big-lang-block .btn.btn-primary {
	height: 53px;
	width: 280px;
}

.lang-block .btn.btn-primary {
	height: 43px;
	line-height: 24px;
	width: 200px;
}

.btn.btn-primary:hover {
	opacity: 0.8;
}

.big-lang-block hr {
	border: 1px solid #009221;
	margin: 0 10px;
}

.material {
	font-size: 16px;
	font-weight: bold;
	margin: 30px 0;
}

.additional {
	display: inline-flex;
	width: 100%;
}

	.additional div {
		width: 20%;
	}

	.additional img {
		margin-bottom: 10px;
	}

		.additional img:hover {
			opacity: 0.7
		}

	.additional span {
		color: #0069b4;
		font-size: 16px;
	}

h5.gray {
	margin-top: -2px;
	font-size: 14px;
}

h5.available {
	font-size: 16px;
}

.border-round-1.special-set {
	border: 2px solid #0069b4;
}

.special-set h5.gray {
	margin-bottom: 0px
}

.special-set .btn.btn-primary {
	border-color: #0069b4;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#007bd2+0,007bd2+50,0069b4+51,0069b4+100 */
	background: #007bd2; /* Old browsers */
	background: -moz-linear-gradient(top, #007bd2 0%, #007bd2 50%, #0069b4 51%, #0069b4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #007bd2 0%,#007bd2 50%,#0069b4 51%,#0069b4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #007bd2 0%,#007bd2 50%,#0069b4 51%,#0069b4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007bd2', endColorstr='#0069b4',GradientType=0 ); /* IE6-9 */
}

div.form {
	margin-bottom: 20px;
}

.lt_answer_good {
    color: green;
}

.lt_answer_bad {
    color: red;
}

.media-body a h5 {
    cursor: pointer;
}

a.selected {
    border: 1px orangered solid;
}

.input_answer_correct {
    color: green;
}

.input_answer_incorrect {
    color: red;
}

[ng-drag] {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
[ng-drag] {
    width: 100px;
    height: 100px;
    background: rgba(255, 0, 0, 0.5);
    color: white;
    text-align: center;
    padding-top: 40px;
    display: block;
    cursor: move;
}

[ng-drag].drag-over {
    border: solid 1px red;
}
[ng-drag].dragging {
    opacity: 0.5;
}
[ng-drop] {
    background: rgba(0, 0, 0, 0.25);
    text-align: center;
    display: block;
    position: relative;
    padding: 20px;
    width: 140px;
    height: 140px;
    float: left;
}
[ng-drop].drag-enter {
    border: solid 5px black;
}
[ng-drop] span.title {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 20px;
    margin-left: -100px;
    margin-top: -10px;
}
[ng-drop] div {
    position: relative;
    z-index: 2;
}
.draglist {
    display: inline-block;
    margin: 0 auto;
}

/* help */

body.help_body {
	width: 100vw;
}

body.help_body div.texts, body.help_body div.images {
	max-width: 960px;
    margin-left: auto;
    margin-right: auto;
	background-color: rgba(255,255,255,0.75);
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 15px;
    -webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.3);
    margin-top: 20px;
    margin-bottom: 30px;
	padding: 20px 20px;
}

body.help_body div.texts img, body.help_body div.images img, body.help_body img, body.help_body img {
	max-width: 100%;
    border-radius: 4px 4px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

body.help_body p, body.help_body p {
	text-align: justify;
}

body.help_body ol, body.help_body li {
	list-style-position: inside;
	-moz-padding-start : 0px;
	-webkit-padding-start : 0px;
}

.header-block {
	background: #009221 !important;
}

.break-session a:hover {
    color: #009221 !important;
}

h1.word {
	color: #009221 !important;
}

[ng-drag] {
	background-color: green;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #ffffff;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #6cb683;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #77cf93;
        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #c0e8cd;
        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

html[dir="rtl"] .progress-bar {
    float: right !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input, textarea {
		font-size: initial;
	}
}
  
