@font-face {
  font-family: "OpenSans_light";
	src: url('fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/OpenSans-Light.ttf')  format('truetype'),
	     url('fonts/opensans-light-webfont.svg#svgFontName') format('svg');
  }
  @font-face {
  font-family: "OpenSans_bold";
  src: url('fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/OpenSans-Bold.ttf')  format('truetype'),
	     url('fonts/opensans-bold-webfont.svg#svgFontName') format('svg');
  }
  @font-face {
  font-family: "OpenSans_boldItalic";
  src: url('fonts/opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/OpenSans-BoldItalic.ttf')  format('truetype'),
	     url('fonts/opensans-bolditalic-webfont.svg#svgFontName') format('svg');
  }
  @font-face {
  font-family: "OpenSans_extraBold";
  src: url('fonts/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/OpenSans-ExtraBold.ttf')  format('truetype'),
	     url('fonts/opensans-extrabold-webfont.svg#svgFontName') format('svg');
  }
  @font-face {
  font-family: "OpenSans_extraBoldItalic";
  src: url('fonts/opensans-extrabolditalic-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/OpenSans-ExtraBoldItalic.ttf')  format('truetype'),
	     url('fonts/opensans-extrabolditalic-webfont.svg#svgFontName') format('svg');
  }
  @font-face {
  font-family: "OpenSans_italic";
  src: url('fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/OpenSans-Italic.ttf')  format('truetype'),
	     url('fonts/opensans-italic-webfont.svg#svgFontName') format('svg');
  }
  @font-face {
  font-family: "OpenSans_lightItalic";
  src: url('fonts/opensans-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/OpenSans-LightItalic.ttf')  format('truetype'),
	     url('fonts/opensans-lightitalic-webfont.svg#svgFontName') format('svg');
  }
  @font-face {
  font-family: "OpenSans_regular";
  src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/OpenSans-Regular.ttf')  format('truetype'),
	     url('fonts/opensans-regular-webfont.svg#svgFontName') format('svg');
  }
  @font-face {
  font-family: "OpenSans_semiBold";
  src: url('fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/OpenSans-Semibold.ttf')  format('truetype'),
	     url('fonts/opensans-semibold-webfont.svg#svgFontName') format('svg');
  }
  @font-face {
  font-family: "OpenSans_semiBoldItalic";
  src: url('fonts/opensans-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/OpenSans-SemiBoldItalic.ttf')  format('truetype'),
	     url('fonts/opensans-semibolditalic-webfont.svg#svgFontName') format('svg');
  }

html {
	height: 100%;
	width: 100%;
}

body {
	font-family: 'OpenSans_light', OpenSans_extraBold;
	width: 100%;
	height: 100%;
	margin: 0;
}

h2 {
    font-family: OpenSans_light;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	margin-top: 20px;
	text-align: center;
}

#loader {
    position: fixed;
    right: 5px;
    bottom: 5px;
}

#loader > img {
	float: left;
}

#loader > p {
    padding: 0;
    margin: 0;
    float: left;
    margin-right: 5px;
    margin-top: -4px;
}

.statsLoader {
	right: 25px!important;
}

.gradient {
	background: #54baa9; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #54baa9 70%, #69c5b6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(70%,#54baa9), color-stop(100%,#69c5b6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #54baa9 70%,#69c5b6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #54baa9 70%,#69c5b6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #54baa9 70%,#69c5b6 100%); /* IE10+ */
	background: linear-gradient(135deg,  #54baa9 70%,#69c5b6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54baa9', endColorstr='#69c5b6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#container {
	width: 100%;
	height: 100%;
	min-height: 625px;
	position: absolute;
}

#login_register_button, #logout_button {
	border-radius: 3px;
	position: absolute;
	top: 10px;
	right: 25px;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}

#login_register_button:hover, #logout_button:hover {
	background: #fff;
	color: #69C5B6;
}

#register_container {
    width: 100%;
    height: 600px;
    background: #fff;
	display: none;
}

#login {
	height: 500px;
	width: 520px;
	font-family: OpenSans_extraBold;
	font-size: 110px;
	color: #69C5B6;
	text-align: right;
	float: right;
	margin-right: 25px;
}

#login > p {
	margin: 0;
}

#login_form {
	width: 500px;
	height: 137px;
	float: right;
}

#edit_form {
	height: 310px;
	float: right;
}	

.styled {
	border: none;
	border-radius: 5px;
	width: 398px;
	height: 62px;
	font-size: 40px;
	float: right;
	font-family: OpenSans_light;
	padding: 0;
	text-align: right;
	color: #ddd;
	padding-right: 10px;
}

.styled:focus {
	outline: none;
	background: #f6f6f6;
}

input[disabled] {
   background: none;
}

.wrong {
	color: red;
}

.warning {
	color: #edcd1f;
}

.erase {
	text-decoration: line-through;
}

label {
    margin: 0;
    padding: 0;
    height: 25px;
    width: 25px;
    margin-top: 20px;
    position: absolute;
    right: 399px;
	display: none;
}

label[for="email"]{
	margin-top: 82px;
}

label[for="password"]{
	margin-top: 144px;
}

label[for="repassword"]{
	margin-top: 206px;
}

#edit_form > label[for="repassword"]{
	margin-top: 268px;
}

#edit_form > label[for="oldpassword"]{
	margin-top: 144px;
}

.error {
	width: 25px;
    height: 25px;                                                  
    margin: 0;
    padding: 0;
    float: left;
}

.disabled {
	color: #ddd!important;
}

.hidden {
	display: none;
}

.inactive {
	opacity: 0.5;
}

.login_form_tip , .register_form_tip, .register_form_error, .login_form_error{
	font-size: 16px;
	margin-top: 13px!important;
	font-family: OpenSans_light;
	display: none;
}

input[type="submit"].login_form_tip, input[type="submit"].register_form_tip {
	float: right;
	background: #fff;
	border: none;
	color: #69C5B6;
}

#login_tip, #edit_tip {
    color: #69C5B6;
    position: absolute;
    right: 25px;
    top: 550px;
    cursor: pointer;
}

#register {
    height: 500px;  
	font-family: OpenSans_extraBold;  
	font-size: 110px;  color: #69C5B6;  
	text-align: right;  float: right;  
	margin-right: 25px;
    border-left: 1px solid #ddd;
    width: 520px;
	display: none;
}

#register > p {
	margin: 0;
}

#register_form {
	width: 500px;
	height: 251px;
	float: right;
}	

::-moz-selection { 
	background: #fe57a1; 
	color: #fff; 
	text-shadow: none; 
}
::selection { 
	background: #fe57a1; 
	color: #fff; 
	text-shadow: none; 
}

#user_controls {
	width: 150px;
    height: 58px;
    border-radius: 3px;
    position: absolute;
    top: 10px;
    right: 35px;
}

.user_avatar {
	width: 50px;
    height: 50px;
    border-radius: 100%;
    border-bottom: 1px solid #ACACAC;
    margin-top: 4px;
    margin-left: 4px;
}	

#home_content {
	position: absolute;
	right: 25px;
	top: 16%;
}

#logo_big {
	display: none;
	height: 320px;
}

#logo_big > img {
	float: right;
}

#entry_menu, #searching_entry_menu, #sorting_entry_menu {
	margin-top: 40px;
	display: none;
}

.algo_menu {
	width: auto;
	height: 140px;
}

.algo_menu_button {
	margin-left: 20px;
	height: 140px;
	float: right;
	cursor: pointer;
}

.circle_button {
	background: #fff;
	float: left;
	text-align: center;
	border-radius: 100%;
	margin-left: 15px;
}

.big {
	width: 136px;
	height: 136px;
}

.big > img {
	margin-top: 25px;
}

.button_label {
	font-family: OpenSans_light;
	font-size: 36px;
	color: #fff;
	text-align: right;
	padding-top: 30px;
	float: left;
}

.button_label > p {
	margin: 0;
	margin-top: -8px;
}

#logo_small {
	position: absolute;
	top: 10px;
	left: 10px;
	cursor: pointer;
	display: none;
}

#searching_home_content, #sorting_home_content {
	position: absolute;
	right: 25px;
	top: 16%;
}

#alg_title {
	display: none;
	height: 322px;
	width: 1110px;
}

#alg_title > p:first-child {
	margin-top: 0;
}

#alg_title > p {
	font-family: OpenSans_extraBold;
	font-size: 130px;
	margin: 0;
	margin-top: -20px;
	color: #FFF;
	float: right;
}

.alg_tip{
    color: #fff;
    position: absolute;
    bottom: 25px;
    right: 25px;
	cursor: pointer;
	display: none;
}

.alg_tip > p{
    font-family: OpenSans_light;
    text-align: right;
    margin: 0;
}

.alg_tip_content {
    float: right;
    text-align: right;
    font-size: 29px;
}

.alg_tip_content > p {
    font-family: OpenSans_extraBold;
    margin: 0;
    margin-top: -6px;
}

#go_back {
	position: absolute;
    height: 10px;
    width: 100%;
	cursor: pointer;
}

#go_back > img {
	float: left;
	margin-top: 8px;
	margin-left: 10px;
}

#go_back > p {
	margin: 0;
	margin-top: 5px;
	float: left;
	color: #FFF;
	margin-left: 3px;
}

#content_container {
    height: 100%;
    width: 100%;
    background: #fff;
    top: 1150px;
    position: absolute;
	display: none;
}

#header {
    width: 100%;
    height: 90px;
    background: #f3f3f3;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #fff;
	position: absolute;
	z-index: 10;
}

#header_menu {
    height: 90px;
}

#logo_header {
    float: left;
    margin-left: 10px;
	cursor: pointer;
}

.menu_arrow {
    float: left;
    margin-top: 15px;
}

#header_menu_algorithms {
    float: left;
	height: 90px;
	width: 170px;
}

#header_menu_algorithms_list {
	font-family: OpenSans_extraBold;
	font-size: 24px;
}

#header_menu_functions_list {
	font-size: 24px;
}

.header_menu_list {
    list-style: none;
	padding: 0;
	margin: 0;
	width: 170px;
	margin-top: 19px;
	cursor: pointer;
}

.header_menu_list:hover li {
	display: block;
	background: #F1F1F1;
	border-radius: 5px;
	border-bottom: 1px solid #DDD;
}

.header_menu_list > li:hover {
	background: #1B1B1B!important;
	color: #FFF;
}

.header_menu_list > li {
    width: 165px;
	height: 65px;
	margin-top: 10px;
	padding-left: 5px;
}

.header_menu_list > li  > p {
    margin: 0;
    margin-top: -4px;
}

#content_container_wrapper {
	width: 100%;
	min-height: 525px;
	overflow: hidden;
	height: 100%;
	background: #f8f8f8;
	margin-top: 92px;
}

#containers {
    width: 300%;
    height: 100%;
}

.content_container_wrapper_container {
	width: 33.333%;
	float: left;
	overflow: auto;
}

.styled_content {
	width: 1010px;
    margin: auto;
    background: #fff;
    height: auto;
    margin-top: 15px;
	margin-bottom: 20px;
    border: 1px solid #eee;
    box-shadow: 0 1px 0 #ECE9E9;
    border-radius: 5px;
    min-height: 450px;
    overflow: hidden;
}

.run_styled {
	margin-top: 35px;
}

#run_content {
	width: 345px;
}

#run_content_container {
	margin-bottom: 35px;
	float: left;
	width: 345px;
}

.run_alg_container {
    width: 345px;
	float: left;
}

#start {
	background: #f3f3f3;
	margin-top: 35px;
	font-family: OpenSans_light;
	font-size: 24px;
	text-align: center;
	padding-top: 13px;
	padding-bottom: 15px;
	border-top: 1px solid #eee;
	cursor: pointer;
}

#start:hover, #start.hovered{
	background: #1B1B1B;
	color: #F6F6F6;
}

.standard_btns {
    background: #F6F6F6;
	border-radius: 3px;
	font-family: OpenSans_light;
	font-size: 20px;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	height: 29px;
	width: 235px;
	cursor: pointer;
	text-align: center;
	border-bottom: 1px solid #EEE;
}

.standard_btns:hover, .pressed {
	background: #1b1b1b;
	color: #f6f6f6;
}

.checked_img {
	background: url('img/check.png');
	background-size: 24px;
    height: 24px;
    width: 24px;
    margin-left: 10px;
    margin-top: 3px;
    float: right;
	display: none;
}

.toggle_control {
	background: #1b1b1b;
	height: 24px;
	width: 50px;
	margin-left: 10px;
	margin-top: 3px;
	float: right;
	border-radius: 25pc;
}

.toggle_select:hover .toggle_control, .pressed  > .toggle_control, .toggle_select_controls:hover .toggle_control {
	background: #f6f6f6;
}

.toggle_circle {
    width: 20px;
    height: 20px;
    background: #f6f6f6;
    border-radius: 100%;
    margin-top: 2px;
    margin-left: 2px;
	font-family: OpenSans_extraBold;
    font-size: 13px;
	text-shadow: 0 1px 0 #fff;
	text-align: left;
}

.toggle_select:hover .toggle_circle, .pressed > .toggle_control  > .toggle_circle, .toggle_select_controls:hover .toggle_circle {
	background: #1B1B1B;
	text-shadow: none;
}

.toggle_circle > p {
    margin: 0;
    margin-left: 5px;
}

.ui-slider {
	background: #1B1B1B;
	height: 10px;
	width: 132px;
	margin-left: 7px;
	margin-top: 11px;
	float: right;
	border-radius: 25pc;
	position: relative;
}

.slider_select:hover .ui-slider {
	background: #f6f6f6;
}

.ui-slider-handle {
	width: 14px;
	height: 14px;
	background: #F6F6F6;
	border: 2px solid #1B1B1B;
	position: absolute;
	margin-top: -4px;
	border-radius: 100%;
	margin-left: -11px;
}

.slider_select:hover .ui-slider-handle {
	background: #1b1b1b;
	border: 2px solid #f6f6f6;
}

.ui-state-focus {
	outline: none;
}

.more_settings {
	border-radius: 3px;
    width: 255px;
    margin: auto;
    margin-top: 6px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
	display: none;
}

.run_field {
	border-radius: 3px;  
	font-family: OpenSans_light;  
	font-size: 20px;  
	margin: auto;  
	padding-left: 10px;  
	padding-right: 10px;  
	padding-top: 5px;  
	padding-bottom: 5px; 
	margin-top: 10px;  
	height: 29px;  
	width: 235px;    
	text-align: center;
    position: relative;
    border-bottom: 1px solid #f6f6f6;
	float: none;
	color: #1b1b1b;
}

textarea.run_field {
	-webkit-transition: height 0.2s;
	-moz-transition: height 0.2s;
	transition: height 0.2s;
	resize: vertical;
}

#type_of_data_wrapper {
	width: 255px;
	height: 39px;
}

#type_of_data_container {
	position: relative;
	z-index: 100;
}

.type_of_data_select {
	list-style: none;
	width: 255px;
	margin: auto;
	margin-top: 5px;
	font-family: OpenSans_light;
	font-size: 20px;
	text-align: center;
	padding: 0;
	cursor: pointer;
}

.type_of_data_select > li {
	list-style: none;
	height: 29px;
	width: 235px;
	background: #f6f6f6;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 3px;
	margin: 0;
	margin-top: 5px;
}

.type_of_data_select:hover > li {
	display: block;
}

.type_of_data_select > li:hover {
	background: #1b1b1b;
	color: #f6f6f6;
}

.search_elem_field {
	background: #f6f6f6;
}

.search_elem_field.filled {
	background: red;
	color: #fff;
}

.sorting_content {
	width: 360px!important;
}

.sorting_content > #run_content_container {
	width: 360px;
}

.sorting_content > #run_content_container > .run_alg_container {
	width: 360px;
}

.sorting_content > #run_content_container > .run_alg_container > .standard_btns {
	width: 246px;
}

.help_hint {
    position: absolute;
    background: #1b1b1b;
    width: 378px;
	max-width: 378px;
	min-width: 100px;
    height: 71px;
    z-index: 100;
    color: #f6f6f6;
    border-radius: 3px;
    box-shadow: 0 0 2px #1b1b1b;
	cursor: pointer;
	display: none;
}

.help_arrow {
	position: absolute;
	height: 32px;
	width: 32px;
}

.help_arrow.up {
	background: url('img/arrow_up_full.png');
	margin-top: -16px;
}

.help_arrow.down {
	background: url('img/arrow_down_full.png');
	margin-top: 55px;
}

.help_arrow.left {
	margin-left: 11px;
}

.help_arrow.right {
    margin-left: 340px;
}

.help_arrow.side {
	margin-top: 5px;
}

.help_arrow.side.left {
	background: url('img/arrow_left_full.png');
	margin-left: -17px;
}

.help_arrow.side.right {
	background: url('img/arrow_right_full.png');
	margin-left: 363px;
}

.help_close {
    float: right;
    width: 20px;
    margin-right: 4px;
    margin-top: 4px;
}

#visualization_controls {
    height: 50px;
    width: 100%;
    background: #eee;
    border-bottom: 1px solid #fff;
	display: none;
}

#visualization_controls  > .standard_btns {
    float: left;
    margin-top: 5px;
    margin-left: 5px;
	border-bottom: 1px solid #DDD;
}

#visualization_controls  > .standard_btns[:first] {
	margin-left: 15px;
}

#visualization_container {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

.chart {
	background: #FFF;
	border: 1px solid #EEE;
	box-shadow: 0 1px 0 #ECE9E9;
	border-radius: 5px;
	position: absolute;
}

.stats_styled, .gallery_styled {
	background: none;
	border: none;
	box-shadow: none;
}

.stats_styled {
	min-height: 850px;
}

.stats_title {
	margin: 0;
	font-family: openSans_light;
	font-size: 24px;
	margin-top: 15px;
	margin-left: 25px;
}

.stats_numbers {
    width: 256px;
    height: 73px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-left: 1px solid #eee;
    float: right;
}

.stats_numbers:last-child {
	border: none;
}

.stats_numbers_title {
    margin: 0;
    margin-top: 5px;
    float: right;
    margin-right: 10px;
}

.stats_numbers_num {
    margin: 0;
    font-family: openSans_extraBold;
    font-size: 45px;
    margin-top: -7px;
    float: right;                               
    margin-right: 15px;
}

#gallery_menu, #stats_menu{
    width: 218px;
    color: #1b1b1b;
	float: left;
	margin-top: 25px;
}

.gallery_menu_items, .stats_menu_items {
    list-style: none;
    width: 170px;
    padding-right: 8px;
	overflow: hidden;
	height: 153px;
	border-right: 1px solid #ddd;
}

.stats_menu_items {
	height: 70px;
}

.gallery_menu_items.inactive, .stats_menu_items.inactive {
	height: 70px;
}

.gallery_menu_items > li, .stats_menu_items > li {
    text-align: right;
    font-size: 25px;
	border-radius: 5px;
	cursor: pointer;
	color: #A2A2A2;
}

.gallery_menu_items > li.selected, .stats_menu_items > li.selected {
	color: #1b1b1b;
}

.gallery_menu_items > li:not(:first-child), .stats_menu_items > li:not(:first-child) {
    padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
}

.gallery_menu_items > li:not(:first-child):hover, .stats_menu_items > li:not(:first-child):hover {
    background: #F1F1F1;
	color: #1b1b1b;
}

.gallery_menu_items > li:not(:first-child):hover > p, .stats_menu_items > li:not(:first-child):hover > p {

}

.gallery_menu_items > li > p, .stats_menu_items > li > p {
    margin: 0;
}

.gallery_menu_items > li:first-child, .stats_menu_items > li:first-child {
    font-family: OpenSans_extraBold;
    font-size: 30px;
    text-align: right;
	color: #69C5B6;
}

.gallery_menu_items > li:first-child > p , .stats_menu_items > li:first-child > p{
    margin: 0;
    margin-top: -6px;
}

.gallery_menu_items:hover, .stats_menu_items:hover {
    opacity: 1!important;
}

.gallery_menu_items.sorting, .stats_menu_items.sorting{
	margin-left: -10px;
	width: 182px;
}

.gallery_content_container, .stats_content_container {
    width: 772px;
    height: auto;
    margin-left: 10px;
    margin-left: 219px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
	display: none;
}

.stats_content_container {
	display:none;
}

.gallery_content, .stats_content {
	background: #FFF;
	border: 1px solid #EEE;
	box-shadow: 0 1px 0 #ECE9E9;
	border-radius: 5px;
	margin-top: 10px;
}

.gallery_content_analysis {
	padding: 10px;
}

#gallery_visualization {
    border-radius: 5px;
    width: 550px;
    margin: auto;
    height: 220px;
	position: relative;
}

.gallery_line {
    width: 550px;
    height: 4px;
    background: #eee;
    border-radius: 5px;
    position: absolute;
    margin-top: 113px;
}

#gallery_visualization > img {
	margin-left: 70px;
	margin-top: 0px;
	width: 400px;
	height: 200px;
	position: absolute;
	border: 5px solid #FFF;
}

.gallery_content_container > p, .stats_content_container > p,
	.gallery_content > p, .stats_content > p {
    width: 650px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 35px;
	text-align: justify;
}

.snippet-container {
	width: 650px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 35px;
	text-align: justify;
}

.completed_container {
    width: 100%;
    height: 100%;
    background: rgba(246, 246, 246, 0.9);
    position: absolute;
    z-index: 1;
}

.completed_info {
    height: 178px;
    width: 252px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 1px 0 #ddd;
    vertical-align: middle;
    top: 58px;
    position: absolute;
    left: 255px;
    border-radius: 5px; 
    padding: 0;
    overflow: hidden;
	display: none;
}

.completed_info_title {
    width: 100%;
    height: 10px;
    background: #eee;
    margin: 0;
    padding-top: 5px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.completed_info_title > p {
    font-family: openSans_light;
    font-size: 24px;
    margin: 0;
}

.completed_info_container {
    width: 100%;
    height: 70px;
    float: left;
    margin-bottom: 10px;
}

.completed_info_container:not(:first-child){
    border-top: 1px solid #eee;
}

.completed_info_container_title {
    margin: 0;
    font-family: openSans_light;
    font-size: 14px;
    text-align: right;
    margin-right: 10px;
    margin-top: 5px;
}

.completed_info_container_data {
    font-family: openSans_extraBold;
    font-size: 50px;
    margin: 0;
    text-align: right;
    margin-right: 15px;
    margin-top: -10px;
}

@media only screen and (max-height: 850px) {
	#logo_big {
		height: 260px;
	}

	#logo_big > img {
		width: 675px;
	}

	#entry_menu {
		margin-top: 18px;
	}

	.algo_menu {
		height: 112px;
	}

	.algo_menu_button {
		height: 112px;
	}

	.big {
		width: 110px;
		height: 110px;
	}

	.big > img {
		width: 60px;
	}
	
	.button_label {
		font-size: 26px;
	}
	
	#alg_title {
		height: 258px;
		width: 880px;
	}
	
	#alg_title > p {
		font-size: 100px;
	}
}

.slimScrollBar {
	border-radius: 0!important;
	opacity: 1!important;
}

.slimScrollRail {
	border-radius: 0!important;
}

.slimScrollDiv {
	margin-top: 92px;
}

/*CSS for graphlug*/
.bar {
	background-color: #2B8AE2;
	margin-left: 2px;
	width: 10px;
	height: 1px;
	border-style: solid;
	border-color: #8BBFE7;
	border-bottom: none;
	display: none;
	position: absolute; /*for position absolute*/
	bottom: 2px; /*for position absolute*/
}

.compare {
	background-color: #8BC2EE!important;
}

.swap {
	background-color: #28C5BF!important;
}

.highlight {
	background-color: #AEE496!important;
}

.pass {
	background-color: #DDDDDD!important;
}

.found {
	background-color: #FFBD47!important;
}

.pivot {
	background-color: #FF0000!important;
}

.pause {
	opacity: .5;
}

.timeline {
    height: 15px;
    background: #eee;
    position: absolute;
    border: 1px solid #fff;
    overflow: hidden;
}

.timerun {
	height: 15px;
	background: #75D375;
	width: 0px;
	margin-left: -2px;
}

.copyright {
	margin-top: 570px;
	margin-left: 15px;
	color: #69C5B6;
	float: left;
}

.copy_img {
	width: 50px;
	margin-top: 545px;
	float: left;
	margin-left: 5px;
}