#UIContainer{
	position:relative;
	background-repeat:no-repeat;
	background-size:100%;
	background-color:#fcf9f7;
	font-family:"Arial Black", Gadget, sans-serif;
	vertical-align:middle;
	overflow:hidden;
}

/*Loading screen*/
#LoadingDiv{
	margin-top:30%;
	margin-left:45%;
	color:#fcf9f7;
}

/*main menu*/
#topicMenuContainer{
	position:absolute;
	color:#92d7e7;
	left:14%;
	top:10%;
}
#lessonsMenuContainer{
	position:absolute;
	color:#92d7e7;
	left:55%;
	top:13.5%;
}
#menuCloud{
	position:relative;
	background-repeat:no-repeat;
	background-size:100%;
	cursor:pointer;
	color:#56a9b7;
}
.menuPanel{
	position:relative;
	background-color:#baebf4;
	border-bottom-right-radius:0.5em;
	border-bottom-left-radius:0.5em;
	color:#fcf9f7;
	overflow:hidden;
}

.menuText{
	padding-top:5%;
	color:#fcf9f7;
}

.menuButton{
	background-size:100%;
	background-repeat:no-repeat;
	color:#9bdae8;
	cursor:pointer;
	margin-top:5%;
	border-radius:1.5em;
	background-color:#fcf9f7;
}
.yellow{
	background-color:#f8efbb;
}
.menuButton:hover{
	background-color:#c3e7ed;
	color:#fcf9f7;
}
.menuButton div{
	padding-top:3%;
	cursor:pointer;
}


/*game screen*/
#scoreStrip{
	color:#42210b;
	background-color:#baebf4;
	width:100%;
	display: inline-flex;
}

#boxesContainer{
	position:absolute;
	width:100%;
	z-index:10;
	padding-left:3%;
}

#dragFrame{
	position:absolute;
	background-size:100% 100%;
	z-index:100;
	cursor:pointer;
	color:#fcf9f7;
}

.ropeContainer{
	position:absolute;
	left:0px;
	right:0px;
	width:100%;
	height:100%;
	z-index:20;
}

#ropeContainer{
	width:100%;
	height:100%;
}

.boxSubcateg{
	position:absolute;
	background-color:#42210b;
	float:left;
	cursor:pointer;
	color:#fcf9f7;
}

.boxSubcateg .whiteBox{
	width:86%;
	height:86%;
	margin-top:7%;
	margin-left:7%;
	background-color:#fcf9f7;
	color:#fcf9f7;
}

.boxSubcateg .whiteBoxTop{
	width:100%;
	height:100%;
	background-color:#fcf9f7;
	color:#fcf9f7;
	border:solid 1px #42210b;
}

.whiteBox table{
	background-color:#fcf9f7;
}

.whiteBox td{
	background-color:#d8c480;
	color:#42210b;
}

#scoreBar{
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	color:#fcf9f7;
	background-color:#baebf4;
}
#scoreBox{
	color:#92d7e7;
	background-color:#fcf9f7;
	border-radius:0.5em;
}
.bigMedal{
	position:absolute;
	background-repeat:no-repeat;
	background-size:100% 100%;
	top:-8%;
	left:74.5%;
	display:none;
}
.groupImageContainer{
	/*background-color:#fcf9f7;*/
	width:86%;
	height:70%;
	margin-top:9%;
	margin-left:7%;
}

.groupCheck{
	position:absolute;
	color:#fcf9f7;
	padding-left:2%;
	background-repeat:no-repeat;
	background-position:left;
	background-size:contain;
}


/*game over*/
#gameOverContainer{
	position:absolute;
	top:0px;
	left:0px;
	background-color:rgba(0,0,0,0.3);
}

#gameOverContainerDiv{
	position:absolute;
	margin-top:-0.1%;
	margin-left:12%;
	background-color:#92d7e7;
	width:70%;
}

#gameOverCloud{
	margin-top:10%;
	margin-left:0%;
	color:#92d7e7;
	background-size:100% 100%;
}
#gameOverCloud div{
	padding-top:17%;
	left:5%;
	background:none;
}
#gameOverScore{
	color:#fcf9f7;
	background:none;
	top:55%;
	height:10%;
}
#gameOverButtonsContainer{
	color:#fcf9f7;
	background:none;
	top:80%;
	height:5%;
}


/*scrollbar stuff */
.scrollable {
  position: relative;
}

.scrollable:focus {
  outline: 0;
}

.scrollable .viewport {
  position: relative;
  overflow: hidden;
}

.scrollable .viewport .overview {
  position: absolute;
}

.scrollable .scroll-bar {
  display: none;
}

.scrollable .scroll-bar.vertical {
  position: absolute;
  right: 0;
  height: 100%;
}

.scrollable .scroll-bar.horizontal {
  position: relative;
  width: 100%;
}

.scrollable .scroll-bar .thumb {
  position: absolute;
}

.scrollable .scroll-bar.vertical .thumb {
  width: 100%;
  min-height: 10px;
}

.scrollable .scroll-bar.horizontal .thumb {
  height: 100%;
  min-width: 10px;
  left: 0;
}

.not-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*Default skin*/

.scrollable.default-skin {
  padding-right: 10px;
  padding-bottom: 6px;
}

.scrollable.default-skin .scroll-bar.vertical {
  width: 6px;
}

.scrollable.default-skin .scroll-bar.horizontal {
  height: 6px;
}

.scrollable.default-skin .scroll-bar .thumb {
  background-color: black;
  opacity: 0.4;
  border-radius: 3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.scrollable.default-skin .scroll-bar:hover .thumb {
  opacity: 0.6;
}

/*Gray skin*/

.scrollable.gray-skin {
  padding-right: 17px;
}

.scrollable.gray-skin .scroll-bar {
  border: 1px solid gray;
  background-color: #d3d3d3;
}

.scrollable.gray-skin .scroll-bar .thumb {
  background-color: gray;
}

.scrollable.gray-skin .scroll-bar:hover .thumb {
  background-color: black;
}

.scrollable.gray-skin .scroll-bar.vertical {
  width: 10px;
}

.scrollable.gray-skin .scroll-bar.horizontal {
  height: 10px;
  margin-top: 2px;
}

/*Modern skin*/
.scrollable.modern-skin {
  padding-right: 7%;
}

.scrollable.modern-skin .scroll-bar {
  border: 1px solid gray;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: inset 0 0 5px #888;
  -webkit-box-shadow: inset 0 0 5px #888;
  box-shadow: inset 0 0 5px #888;
}

.scrollable.modern-skin .scroll-bar .thumb {
  background-color: #95aabf;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #536984;
}

.scrollable.modern-skin .scroll-bar.vertical .thumb {
  width: 8px;
  background: -moz-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #95aabf), color-stop(100%, #547092));
  background: -webkit-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: -o-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: -ms-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: linear-gradient(to right, #95aabf 0%, #547092 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=1 )";
}

.scrollable.modern-skin .scroll-bar.horizontal .thumb {
  height: 8px;
  background-image: linear-gradient(#95aabf, #547092);
  background-image: -o-linear-gradient(#95aabf, #547092);
  background-image: -moz-linear-gradient(#95aabf, #547092);
  background-image: -webkit-linear-gradient(#95aabf, #547092);
  background-image: -ms-linear-gradient(#95aabf, #547092);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=0 )";
}

.scrollable.modern-skin .scroll-bar.vertical {
  width: 10px;
}

.scrollable.modern-skin .scroll-bar.horizontal {
  height: 10px;
  margin-top: 2px;
}