#main {
	top:0;
	width: 99%;
	height:99%;
	position: absolute;
}

#content {
 	width: 100%;
 	height: 80%;
}
  	
.title_container  {
	position:relative;
	float: left;
	width: 99%;
	background-color: white;
	height: 4%;
	margin: 10px;
	
}

.green_text {
	color:green;
}

.row_container  {
	position:relative;
	float: left;
	width: 99%;
	height: 28%;
	padding-top: 20px;
	padding-bottom: 20px;
}

#draggable { 
	width: 100%;
	height: 100%;
	padding: 0.5em; 
 	float: left; 
   }
     
.draggable {
	width: 99%;
	height:99%;
	z-index: 999;
	cursor: move;
}
   
  
#droppable { 
  width: 150px; 
  height: 150px; 
  padding: 0.5em; 
  float: left; 
  margin: 10px; 
 }
  
.containerx4 {
	position: relative;
	float: left;
	width: 16%;
	height: 90%;
	top: 5%;
	margin-left: 7%;
	background-color: aqua;
}

.containerx1 {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;	
	background-color: aqua;
}


.containerx2 {
	position: relative;
	float: left;
	width: 33.3%;
	height: 50%;
	top: 5%;
	margin-left: 7%;
	background-color: aqua;
}

.container_left {
	position: relative;
	float: left;
	width: 60%;
	height: 70%;
	top: 1%;
	left: 4%;	
}


.aqua {
	background-color: aqua;
}

.image_container_2x2 {
	position: relative;
	float: left;
	width: 44%;
	height: 43%;
	margin-top: 2%;
	margin-left: 5%;
}

.container_2x3 {
	position: relative;
	float: left;
	width: 30%;
	height: 80%;
	top: 10%;
	margin-left: 2%;
	background-color: aqua;
}

.containerx5 {
	position: relative;
	float: left;
	width: 16%;
	height: 90%;
	top: 5%;
	margin-left: 2%;
	background-color: aqua;
}

.fill_container {
	background: red;
	left: 0px;
	top: 0px;
}

.droppable_containerx4 {
	position: relative;
	float: left;
	width: 16%;
	height: 90%;
	top: 5%;
	margin-left: 7%;
	background-color: aqua;
}

.droppable {
	background-color: aqua;
}

#div_bottom {
	width: 100%;
	height: 60px;
	margin:0 auto;
	position: absolute;
    bottom: 0;
}

#div_next {
	width: 200px;
	height: 50px;
	margin:0 auto;
}

#tab_title {
	position: relative;
	float:left;
	clear: both;
	width: 40%;
}

#tab_cerinta {
	position: relative;
	float: right;
	width: 100%;
	height: 30px;
	margin:0 auto;
	font-size: medium;
	text-align: right;
clear: both;
}


.cover_image {
  background-position:center; 	
  background-size: cover;	
	
}

.left_section {
	position: relative;
	float: left;		
	width: 60%;
	height: 80%;
	border: 1px solid black;
	
}

.right_section {
	float: right;
	position: relative;
	width: 20%;
	right: 20px;
	height: 70%;
}

.separator_section {
	float: right;
	top: 1%;
	position: relative;
	width: 0.5%;
	height: 70%;
	background: black;
	right: 27%;
}

.containerx3_vertical {
	position: relative;
	float: left;
	width: 100%;
	height: 25%;
	margin-top: 5%;
	margin-left: 0;
	background-color: aqua;
}

.fill {
	width: 100%;
}

.row_containerx1  {
	position:relative;
	float: left;
	width: 99%;
	height: 100%;
	padding-bottom: 2px;
}

.row_containerx2  {
	position:relative;
	float: left;
	width: 99%;
	height: 50%;
	padding-top: 2px;
	padding-bottom: 2px;
}

.row_container_2x2  {
	position:relative;
	float: left;
	width: 99%;
	height: 50%;
	padding-top: 2px;
	padding-bottom: 2px;
}

.row_container_2x3  {
	position:relative;
	float: left;
	width: 99%;
	height: 30%;
	padding-top: 2px;
	padding-bottom: 2px;
}

.colour_button {
	position:relative;
	float:left;
	width: 80%;
	height: 8%;
	left: 10%;
	margin-top: 4%;
	text-align: right;
	background-color: white;
	border: 1px solid black;
}

.colour_div {
	position: relative;
	float: left;
	width: 40%;	
	height: 100%;
}

.galben {
	background: #ffcc00;
}

.rosu {
	background: #d40000;
}

.albastru {
	background: #0000ff;
}


.verde {
	background: #008033;
}


.portocaliu {
	background: #ff6600;
}


.maro {
	background: #552200;
}

/* selectable ======= */

  #feedback { font-size: 1.4em; }
  .selectable .ui-selecting { 
  	background: #FECA40; }
  
  .selectable .ui-selected { 
  	border: 1px solid #FECA40; 
  }  
  
  .selectable { 
  	list-style-type: none; 
  	margin: 0; padding: 0; 
 }
 

.patrat {
	background-image: url("../images/buton_patrat.png");
}  	

.cerc {
	background-image: url("../images/buton_cerc.png");
}  	

.dreptunghi {
	background-image: url("../images/buton_dreptunghi.png");
}

.triunghi {
	background-image: url("../images/buton_triunghi.png");
}
.hexagon {
	background-image: url("../images/buton_hexagon.png");
}
.oval {
	background-image: url("../images/buton_oval.png");
}

.contain_image {
	background-position:center; 	
  	background-size: contain;	
	background-repeat: no-repeat;
}

#clear_both {
	clear: both;
}

#clear_right {
  		clear: right;
  	}

.image_container_1x4 {
	position: relative;
	float: left;
	margin-left: 1%;
	margin-top: 1%;
	width: 23%;
	height:33%;
	margin-bottom: 3%;
	border: 1px solid gray;
}	

/* .image_container_3x1 {
	position: relative;
	float: left;
	margin-left: 1%;
	margin-top: 1%;
	width: 23%;
	height:34%;
	border: 1px solid blue;
}	
 */
.image_container_2x4 {
			position: relative;
			float: left;
			margin-left: 1%;
			margin-top: 1%;
			width: 23%;
			height:34%;
}

.ui-tabs-vertical .ui-tabs-nav { 
	padding: .2em .1em .2em .2em; 
	float: left; 
	width: 23%; 
}
		  
.ui-tabs-vertical { 
	width: 99%; 
	height: 93%;
}

.ui-tabs-anchor  {
	width:70%;
	min-width: 10px;	
}

 .ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
 .ui-tabs-vertical .ui-tabs-nav li a { display:block; }
 .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; }
 .ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 40em;}

#tara_main {
	position: absolute;
	background-image: url("../images/turquoise-blur_bg.jpg");
	width: 99%;
	height: 98%;
	background-position:center; 	
  	background-size: cover;	
	background-repeat: no-repeat;
}

#logo_container {
	position: absolute;
	width: 16%;
	min-width: 150px;
	height: 6%;
	margin-top: 1%;
	left: 0px;
	margin-left: 0px;
	float: left;
}

#tara_logo  {	
	position: relative;	
	float: left;
	width: 30%;
	height: 80%;	
	top: 10%;		
	background-position:center; 	
  	background-size: contain;	
	background-repeat: no-repeat;	
}

#logo_text  {
	text-align: center;
	width: 68%;
	height: 30%;
	top: 30%;
	vertical-align: center;
	position: relative;
	float: right;
	font-size: large;
	background-color: #ededed;
	font-family: sans-serif;
}

.sound_item {
/* 	cursor: url("../images/sound_active.png"); */
	cursor: pointer;
  	
/*  	cursor: url('../images/audio.png'), auto;	
*/
}

#tara_content  {
	position: absolute;
	width: 84%;
	height: 90%;
	margin: 0 auto;
	float: left;
	left: 8%;
	top: 10%;
	background: #f4f4f6;	
}

.rounded_corners {
	-moz-border-radius: 8px;
	border-radius: 8px;	
}

.bottom_rounded_corners {
	-moz-border-radius: 8px;
	background-color: #ededed;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.top_rounded_corners {
	-moz-border-radius: 8px;
	background-color: #ededed;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.left_rounded_corners {
	-moz-border-radius: 8px;
	background-color: #ededed;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.right_rounded_corners {
	-moz-border-radius: 8px;
	background-color: #ededed;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

#breadcrumb {		
	border: 1px solid black;
	height: 4%;
	vertical-align: middle;
	background-color: #ededed;
	font-weight: bold;
}

#breadcrumb_text {
	padding-left: 3px;	
	position: relative;
	float: left;
	width: 80%;
	height: 70%;
	vertical-align: middle;
	background-color: #ededed;
	font-weight: bold;
	font-family: sans-serif;	
	margin-top: 0.3%;
}

#breadcrumb a {
	text-decoration: none;
} 

ul#menu {
	height: 33px;
}

#tara_menu  {
	position: relative;
	width: 780px;
	height: 33px;
	margin-top: 1.5%;
	right: 0px;
	margin-right: 0px;
	float: right;
	background-color: #ededed; 	
}

#open_menu {
	position: absolute;
	float: right;
	background-image: url("../images/show_menu_off.png");
	width: 50px;
	height: 33px;
	margin-top: 1.5%;
	right: 0px;
	margin-right: 0px;
	background-position:center; 	
  	background-size: contain;	
	background-repeat: no-repeat;	
	background-color: #ededed;
	cursor: pointer;
		
}

@-webkit-keyframes seconds {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: -9999px; 
  }
}
@keyframes seconds {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: -9999px; 
  }
}


/* #A9A9A9 */

.main_menu_item {
	float: right;
	width: 24%;
	padding-left: 5px;
	height:100%;
	color: #1d1d1d;
	font-size: large;
	background-color: #ededed;
	border-right: 1px solid #A9A9A9;
	text-align: center;
}

.main_menu_item_selected {
	background-color: #fa9f33;
}

.tara_word_image {
	left: 10px;
	top: 10px;
	width: 200px;
	
	height: 200px;
	background-color: #ededed;	
	position: relative;
}
		
.tara_image {
	width: 100%;
	height: 88%;
	background-image: url("../images/noimage.png");
	background-position:center; 	
  	background-size: contain;	
	background-repeat: no-repeat;
	border:1px solid grey;
	
}

.tara_word {
	width: 100%;
	height: 14%;
	margin-bottom:20px;
	text-align: center;
	background-color: #ffffff;
	margin-bottom: 0px;
	bottom: 0px;
	left:0;
	float: left;
	position: absolute;
	font-size: large;
}

/* Dynamic Main menu ============================== */

/*Strip the ul of padding and list styling*/
ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
}

/*Create a horizontal list with spacing*/
li {
	display:inline-block;
	float: left;
	margin-right: 1px;
}

.top_menu {
	height: 100%;	
	border-right: 1px solid grey;
}

#first_top_menu {
	margin-left: 6px;
}



/*Style for menu links*/
li a {
	display:block;
	min-width:170px;
	height: 33px;
	text-align: center;
	line-height: 33px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #1d1d1d;
	background: #ededed;
	text-decoration: none;
}

/*Hover state for top level links*/
li:hover a {
	background: #fa9f33;
}

/*Style for dropdown links*/
li:hover ul a {
	background: #f3f3f3;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
li:hover ul a:hover {
	background: #fa9f33;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
li ul {
	display: none;
}

/*Make dropdown links vertical*/
li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
li ul li a {
	width: auto;
	min-width: 150px;
	padding: 0 20px;

	border: 1px solid black;
}

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
	z-index: 99;
}

#start {
	width: 10px;
	background-image: url("../images/show_menu_off.png");
	background-position:center; 	
  	background-size: cover;	
	background-repeat: no-repeat;
}

#start_li {
	width: 60px;
}

.show_main_menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #19c589;
	text-align: center;
	padding: 10px 0;
	
	width: 10px;	
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #19c589;
	text-align: center;
	padding: 10px 0;
	display: none;
	
	background-image: url("../images/show_menu_off.png");
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}

@media screen and (max-width : 760px){
	/*Make dropdown links appear inline*/
	ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
	}

/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
}

#cerinta {
	top: 1%;
	margin-top: 0px;
	float: left;
	position: absolute;
	width: 100%;
	height: 7%;
	text-align: center;
	position: relative;
	font-size: x-large;
	font-family: sans-serif;
}

#sound_button {
	background-image: url("../images/sound_active.png");
	background-position:center; 	
  	background-size: contain;	
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	margin: 0 auto;
	cursor: pointer;
	position: relative;
	float: right;
}

#inner_content {
	position: relative;
	float: left;	
	width: 100%;
	height: 80%;
}

.tab_refresh_row {
	position: absolute;
	float: left;
	bottom: 0px;
	margin-bottom: 0px;
	float: left;
	width: 70%;
	height: 7%;
	text-align: center;	
}

#refresh_row {
	bottom: 0px;
	margin-bottom: 0px;
	float: left;
	position: absolute;
	width: 100%;
	text-align: center;
	height: 7%;
}

#refresh_button {
	background-image: url("../images/refresh_active.png");
	background-position:center; 	
  	background-size: contain;	
	background-repeat: no-repeat;
	height: 100%;
	width: 60px;
	margin: 0 auto;
	cursor: pointer;
}

#tabs div#tabs-1,div#tabs-2,div#tabs-3,div#tabs-4 {
	height: 95%;
	width: 70%;
	overflow-y: auto; 
}

.img_circle {
	-moz-border-radius: 50%;
    border-radius: 50%;
}

.menu_icon {
	position: relative;
	float: right;
	width: auto;
	height: 30px;
	margin-top: 3%;
	margin-right: -10%;
	clear:none;
}

.bk_menu_icon {
	position: relative;
	float: left;
	width: auto;
	height: 33px;
	margin-top: 1%;
	margin-left: 1%;
}

@media (max-width: 300px) {
    #logo_text { font-size: x-small; } 	    
}

@media (min-width: 500px) {
    #logo_text { font-size: x-small; } 
}

@media (min-width: 700px) {
    #logo_text { font-size: small; } 
}

@media (min-width: 900px) {
    #logo_text { font-size: medium; } 
}

@media (min-width: 1200px) {
    #logo_text   { font-size: large; } 
}

#prev_next {
	position: relative;
	float: right;
	width: 6%;
	height: 90%;
	top: 5%;	
}

#previous {
	position: relative;
	float: left;
	background-image: url("../images/previous.jpg");
  	background-position:center; 	
  	background-repeat: no-repeat;
  	background-size: contain;
  	display: block;		
	width: 40%;
	height: 100%;
	
}

#next {
	position: relative;
	float: right;
	background-image: url("../images/next.jpg");
  	background-position:center; 	
  	background-repeat: no-repeat;
  	background-size: contain;
  	display: block;		
	width: 40%;
	height: 100%;
}

.ascuns {
	visibility: hidden;	
}


.toggler { 
	width: 200px;
	height: 200px;
	position:absolute;
	left: 50%;
	top: 50%;
}

 #effect { 
 	position: absolute; 
	left: -50%;
	top: -50%;
	display: none; 
 	width: 200px;
 	height: 200px;
	z-index:1000;	
 }
 
 .feedback_corect {	
 	background-image: url("../images/feedback_corect.png");

 }
 
.feedback_incorect {	
	background-image: url("../images/feedback_incorect.png");
}

#body_part {
	padding: 10%;
	max-width: 300px;
	max-height: 300px;
}

.invisible {
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
}

.vb_reference_container {
	position: relative;
	float: left;	
	width: 29%;
	margin-left: 2%;
	margin-right: 2%;
	height: 50%;
	top: 14%;	
}

#dc_pict_reference_container_1 {
	position: relative;
	float: left;
	width: 40%;
	height: 65%;
	top: 9%;
	left: 6%;
}

.pict_text {
	text-align: center;	
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: white;
}

.text_caseta {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 100%;
	color: black;
}

.ui-slider-handle {
      background: url("../images/slider_handle.png") no-repeat;
}
