#info_win{
	position:fixed;
	height:100%;
	width:100%; 
	background-color:RGBA(255,255,255,0.98); 
	z-index:997;
	display:none;
	flex-direction:column;
	left: 0;
	overflow: auto;
	overflow-y: overlay;
}
.login_logo_div{
	height: 150px;
	background-image: url('sea/compas.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.ui-sortable-helper{
	border:2px #888 solid;	
}
.st3_price{
	font-size:1.3em;
	border-right:1px #eee solid;
	min-width:30px;
	flex:0 0 auto;
	text-align:center;
	padding:2px 5px;
	display: flex;
	flex-direction: column;
}
.st3_text{
	padding:20px 10px;
	font-size:1.3em;
	text-align:center;
}
.solutions_right_div .hide_solution_button{
	display:none;
}
#solutions_left_div .hiddenSolution{
	color:#AAA;
}
#solutions_left_div .hide_solution_button{
	background-image: url('../images/eye_on.png');
	height:18px;
	cursor: pointer;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
#solutions_left_div .hiddenSolution .hide_solution_button{
	background-image: url('../images/eye_off.png');
}
#solutions_left_div .hiddenSolution .st3_price_inner{
	display:none;
}
#solutions_left_div .hiddenSolution .st3_caption{
	overflow: hidden;
	height: 12px;
}
/*.round1_caption{
	text-align: center;font-size: 3em;font-weight: bold; text-shadow: #FFF 0px 0px 10px;color: #f4f0df;
}*/
.round2_caption{
	text-align: center;font-size: 3em;padding-bottom: 50px;font-weight: bold; text-shadow: #FFF 0px 0px 10px;
}
.round3_caption{
	text-align: center;font-size: 3em;padding-bottom: 50px;font-weight: bold; text-shadow: #FFF 0px 0px 10px;
	}
.st3_caption{
	flex:1 1 auto;
font-size: 0.7em;
padding:5px;   
	-webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.task_div, .strategy_div{
	margin-top:30px;
}
.button_div{
	cursor:pointer;
	text-align:center;
}
.button_div_disable{
	cursor:auto;
	color:#999;
}
.strategy_div_hide{
	color: #777;
}

#solutions_left_div, .solutions_right_div { 
list-style-type: none;
margin: 0 1%;
float: left;

padding: 0 1%;
width: 96%;
-moz-user-select: none;
-khtml-user-select: none;
user-select: none; 
/*	border:1px solid #eee;*/
}

.solutions_right_root_div { 
	background-color: #eee;
	margin: 10px 2px;
	border-radius: 10px;
}
.solutions_right_div{
	min-height:50px;
/*	padding-top: 16px; */
	background-repeat:no-repeat;
	background-position: top left;
	background-size: 100%;
}
.solutions_right_div_head{
	text-align:center;
	border-bottom:1px  #bbb solid;
	color: #273a4c;
	margin: 5px 10px 0 10px;
padding: 3px 0;
}


#solutions_left_div li, .solutions_right_div li, .solutions_check_div li {
	margin: 10px 5px;
	font-size: 1em;
	cursor: move;
	background: #fff;
	box-shadow: #0005 0px 0px 5px;
	border-radius: 10px;
	display:flex;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none; 
 
}
.solutions_check_div{
	padding:0px;
}
.solutions_check_div li {
	cursor:default;
}
.solutions_check_div .st3_price{
	padding: 10px;
}
.solutions_check_div .st3_caption{
	font-size: 0.9em;
}
.strategy_caption_div{
	text-align:center;
	font-size: 2em;
	font-weight: bold;
}
.excess_solution{
	box-shadow: #F00 0px 0px 5px!important;
	border: 2px #F00 solid;
}

.no_order_solution{
	box-shadow: #FB0 0px 0px 5px!important;
	border: 2px #FB0 solid;
}
.good_solution{
	box-shadow: #0F0 0px 0px 5px!important;
	border: 2px #0F0 solid;
}
.miss_solution{
	color: #bbb;
}
.solutions_check_caption_div{
	text-align:center;
	font-size:1.2em;
}
@font-face {
  font-family: 'Roboto-Medium';
  src:  url('Roboto-Medium.ttf');
}
@font-face {
  font-family: 'Roboto-Regular';
  src:  url('Roboto-Regular.ttf');
}
@font-face {
  font-family: 'Roboto-Bold';
  src:  url('Roboto-Bold.ttf');
}
html{
	height: 100%;
	overflow: visible;
}

body{
	font-family: 'Roboto-Regular';
	margin: 0 auto;
	background: #fff;
	color:#273a4c;
	max-width:500px;
	height: 100%;
    display: flex;
    flex-direction: column;

}

a{color:#273a4c;}
#game_caption_div{
	font-family: 'Roboto-Bold';
	text-align:center;
	font-size: 1.7em;
	padding: 10px 0 2px 0;
	font-weight: bold;
}
#round_caption_div{
    font-weight: bold;
	margin: 3px 0px;
    text-align: center;
    font-size: 1.7em;
}
#team_caption_div{
	text-align:center;
	font-size: 1.2em;
	padding: 5px 0 0 0;
	font-weight: bold;
}

.top_bg_img{
	height:100%;
	width: 100%;
	max-width: 500px;
	position: fixed;
	top:0;
	background-size: 100%;
	background-repeat: no-repeat;
	margin: 0 auto;
	z-index:-2;
	
}
.bottom_bg_img{
	height:100%;
	width: 100%;
	max-width: 500px;
	position: fixed;
	bottom:0;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position-y: bottom;
	z-index:-2;
	
}
.bottom_bg_color_img{
	width: 100%;
	max-width: 500px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position-y: bottom;
	flex-grow: 1;
/*	min-height: 20px;*/
}
.no_start_game_main, .end_game_main{
	width:100%;
	height:100%;
}
.no_start_game_inner, .end_game_inner{

	max-width:500px;
	height:100%;
	margin: 0 auto;
}
.no_start_game_main .top_bg_img, .end_game_main .top_bg_img{
/*	background: url('../images/start_screen_logo.png');*/
	height: 100%;
	background-repeat: no-repeat;
	background-position-x: center;
	background-size: 60%;
	background-position-y: 40%;
	z-index:2;
}
.no_start_game_main .bottom_bg_img, .end_game_main .bottom_bg_img{
	background-size: 100%;
	background-repeat: no-repeat;
	background-position-y: bottom;
	z-index:1;
}
.logo_img{
position: absolute;
top: 65%;
height: 50px;
color: white;
width: 100%;
text-align: center;
font-size: 2em;
}
	

.div_status_0, .div_status_4{
/*	background: url('../images/start_screen_bg.jpg');*/
	background-repeat: no-repeat;
	background-size: cover;
	max-width:500px;
	margin: 0 auto;
	width: 100%;
}	
.div_status_{
/*	background: url('../images/screen1_bg.jpg');*/
	background-repeat: no-repeat;
	background-size: cover;
/*	height:100%;*/
	margin: 0 auto;
width: 100%;

}	
.div_status_1, .div_status_7{
/*	background: url('../images/screen1_bg.jpg');*/
	background-repeat: no-repeat;
	background-size: cover;
/*	height:100%;*/
	margin: 0 auto;
width: 100%;
}
	
	
	
.div_status_6.div_round_type_0, .div_status_2.div_round_type_0{
/*	background: url('../images/round1_bg.jpg');*/
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto;
width: 100%;
}

.div_status_5.div_round_type_0
{
/*	background: url('../images/round1_logo.jpg');*/
	background-repeat: no-repeat;
	background-size: cover;
/*	height:100%;*/
	margin: 0 auto;
	width: 100%;
	background-position: center;
}
.div_status_5.div_round_type_1, .div_status_6.div_round_type_1, .div_status_2.div_round_type_1/*, .div_status_8.div_round_type_2*/
{
/*	background: url('../images/round2_bg.jpg');*/
	background-repeat: no-repeat;
	background-size: cover;
/*	height:100%;*/
	margin: 0 auto;
	width: 100%;
	background-position:  center;
}
	
/*.div_status_6.div_round_type_1{
	background: url('../images/round2_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto;
	background-position: center;
width: 100%;
}*/

.div_status_5.div_round_type_2, .div_status_6.div_round_type_2, .div_status_2.div_round_type_2
{
/*	background: url('../images/round3_bg.jpg');*/
	background-repeat: no-repeat;
	background-size: cover;
/*	height:100%;*/
	margin: 0 auto;
	width: 100%;
	background-position:  center;
}
	
/*.div_status_6.div_round_type_2{
	background: url('../images/round3_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto;
	background-position:  center;
width: 100%;
}*/
.status_1_logo{
/*	background: url('../images/screen1_logo.png');*/
	background-repeat: no-repeat;
	background-size: auto 100%;
	margin: 40px 0 10px 0;
	height: 50px;
	background-position: center;
	
	
}
.div_status_7 .main_logo_div{
/*	background: url('../images/start_screen_logo.png');*/
	background-repeat: no-repeat;
	background-size: auto 100%;
	margin: 20px 0 50px 0;
	height: 150px;
	background-position: center;
	
}
.div_status_6 .main_logo_div, .div_status_2 .main_logo_div{
/*	background: url('../images/start_screen_logo_w.png');*/
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
	margin: 10px 0 40px 0;
	height: 150px;
	
}
.div_status_6.div_round_type_1 .main_logo_div, .div_status_6.div_round_type_2 .main_logo_div, .div_status_2.div_round_type_1 .main_logo_div, .div_status_2.div_round_type_2 .main_logo_div{
/*	background: url('../images/start_screen_logo.png');*/
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}

.round_end_text_div{
	text-align:center; 
	font-size:2em; 
	padding:50px 0;
	text-shadow: #fff 0px 0px 5px;
}
.task_div{
/*	background: url('../images/kanat.svg');*/
	background-repeat: no-repeat;
	background-size: auto 50px;
	background-position-x: center;	
	padding-top:60px;
}
.select_strategy_caption{
/*	background: url('../images/compas.svg');*/
	background-repeat: no-repeat;
	background-size: auto 140px;
	background-position-x: center;	
	padding-top:140px;
	font-size:2em;
	text-align: center;
	font-weight: bold;
	
}
.main_caption_div_round_result{
/*	background: url('../images/anchor.svg');*/
	background-repeat: no-repeat;
	background-size: auto 100px;
background-position-x: center;
padding-top: 110px;
font-size: 2em;
text-align: center;
font-weight: bold;
margin-top: 10px;
margin-bottom: 20px;
	
}
.task_text_div{
	font-size:1.2em;
	margin: 20px 0;
	
}
.task_caption_div{
	font-size:2em;
	text-align: center;
	font-weight:bold;
}
.task_answers_div{
	display:flex;
}

.task_answer_button_div{
	padding: 5px 5px;
	flex:0 1 auto;
	min-width:110px;
	cursor:pointer;
	text-align:center;
	margin:5px;
	background:#273a4b;
	font-size:1.5em;
	color:white;
	border-radius: 5px;
    box-shadow: 2px 2px 5px #999;
}
.task_answer_button_div_active{
	background:#7d969a;
	box-shadow: inset #273a4b 0px 2px 5px;
}
.round_metric_table{
	font-size:1.5em;
}
.round_metric_logo{
	height:40px;
	text-align: center;
	padding-right: 10px;
}
.round_metric_logo img{
	height:50px;
	padding-top: 7px;
}
.round_metric_value{
	font-weight:bold;
	text-align: center;
}
.header{
	background: #7d969a;
	flex: 0 1 auto;
    color: white;
}
.div_status_3 .main_content, .div_status_2 .main_content, .div_status_9 .main_content, .div_status_8 .main_content{
	flex: 1 1 auto;
}
.main_content{
display: flex;
flex-direction: column;	
}
.copyright_div{
	background: #7d969a;
	font-size:0.8em;
	text-align: center;
    padding: 3px;
    color: white;
}
.header_logo_div{
/*	background: url('../images/start_screen_logo_w.png');*/
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	float: left;
	width:120px;
	height:70px;
	
}

.main_caption_div{
	display:flex;
}
.main_caption_div_1, .main_caption_div_3{
	flex: 1 1 auto;
/*	background: url('../images/tilda.png');*/
}

.div_status_6.div_round_type_0 .main_caption_div_1, .div_status_6.div_round_type_0 .main_caption_div_3{
/*	background: url('../images/tilda_w.png');*/
}

.div_status_6.div_round_type_1 .main_caption_div_1, .div_status_6.div_round_type_1 .main_caption_div_3, .div_status_6.div_round_type_2 .main_caption_div_1, .div_status_6.div_round_type_2 .main_caption_div_3{
/*	background: url('../images/tilda.png');*/
}

.main_caption_div_1{
	background-position-x: right;
}
.div_status_6 .main_caption_div_1{
	background-position-x: right;
}

.main_caption_div_2{
	flex: 0 1 auto;
	padding: 0 20px;
}
.main_caption_div{
	font-size:1.2em;	
	margin: 0 auto 50px auto;
	text-align: center;
	font-weight: bold;
}

.hide_sq{
	background-size: 100% auto!important;
}
.strategy_buttons_div{
	text-align: center;
}
.dark_but, .login_button{
	cursor:pointer;
	color: #fff;
	background: linear-gradient(0deg, #102333, #223a4e);
	width: 80%;
	padding: 10px;
	border-radius: 2px;
	box-shadow: #35414d 0px 0px 4px;
	display: inline-block;
	margin: 10px 5px ;
	text-shadow: none;
}

.dark_but_disable{
	cursor:auto;
	background-color: #bbb;
	color: #eee;
}
.table_answers, .question_table{
	margin: 0 auto;
	width:85%;
}
.table_answers td, .question_table td{
	padding: 3px;
}
.table_answers img, .question_table img{
/*	max-width:100%;*/
	flex: 0 1 auto;
	height: 100%;
	margin: 0 auto;
}
.task_img_root{
	margin-bottom: 2%;
	flex: 1 1 auto;
	overflow: hidden;
}
.qst_img_div{
	margin:0 auto;
	height: 100%;
    width: 100%;
	
}
.ans_img_div{	
	flex: 1 1 auto;
	overflow: hidden;
	margin-bottom: 2%;
}
.qst_main_div{
	padding-top: 2%;
	background-color: #eee;
	box-shadow: #8884  2px 4px 5px;
	position: relative;
	display: flex;
	flex-direction: column;
}
.ans_main_div{
	padding-top: 2%;
	background-color: #eee;
	box-shadow: #8884  2px 4px 5px;
	position: relative;
	display: flex;
	flex-direction: column;
}
.actionAnswer .ans_main_div:hover{
	box-shadow: inset #8884  2px 4px 5px;
	cursor:pointer;
}


.task_caption{
/*	position: absolute;*/
	
	margin-bottom: 2%;
	width: 100%;
	text-transform: uppercase;
	flex: 1 0 auto;
	display: flex;
	/*position: relative;*/
}
#question_caption_div{
    font-weight: bold;	
    text-transform: uppercase;
}
.question_sq{
	width:50%;
	text-align:center;
	vertical-align:middle;
	
}
.answers_main_caption_div{
    font-weight: bold;	
    text-transform: uppercase;
    text-align: center;
	font-size:1.1em;
	margin: 15px 0 5px 0;
}
#cap_div, #answer_user_name{
    font-weight: bold;	
    text-align: center;	
	margin: 5px 0;
	font-size:0.9em;
}
.result_table{
	margin: 0 auto;
	width:90%;
	background: #eae9e899;
/*	border: #999 1px solid;*/
	border-collapse: collapse;
	font-size:1.2em;
	max-width:100%;
	box-shadow: #35414d87 2px 2px 4px;
	text-align:center;
	
}
.result_table_metr_logo img{
	height:40px;
}
.result_table_metr_logo{
	width: 60px;
	padding: 0!important;
    line-height: 0;
}
.result_table th, .chart_table th{
	background: #eee;
	padding: 15px 15px;
    text-transform: uppercase;
	
	
}
.result_table td{
	padding:8px 0;
	
	
}
.result_table .dark_row{
	background: #cac9c899;
}


.top_info_table{
	width:100%;
	background: #edededbb;
	border-radius: 3px;
	box-shadow: #35414d87 2px 2px 4px;	
	margin:10px 0;
}
.top_info_table_th{
    text-transform: uppercase;
	padding: 6px 0 0 0;
	font-size: 0.6em;
}

.top_info_table td{
	vertical-align: middle;
	text-align: center;
}
#timer_div, #current_score{
    font-weight: bold;
	margin: 3px 0px;
    text-align: center;
    font-size: 1.7em;	
}



.no_start_game_main .top_bg_img, .end_game_main .top_bg_img{
	background-image: url('sea/start_screen_logo.png');
}
.div_status_0, .div_status_4{
	background-image: url('sea/start_screen_bg.jpg');
}

.div_status_{
	background-image: url('sea/screen1_bg.jpg');
}

.div_status_1, .div_status_7{
	background-image: url('sea/screen1_bg.jpg');
}
.div_status_6.div_round_type_0, .div_status_2.div_round_type_0{
	background-image: url('sea/round1_bg.jpg');
}
.div_status_5.div_round_type_0
{
	background-image: url('sea/round1_logo.jpg');
}
.div_status_5.div_round_type_1, .div_status_6.div_round_type_1, .div_status_2.div_round_type_1/*, .div_status_8.div_round_type_2*/
{
	background-image: url('sea/round2_bg.jpg');
}
.div_status_5.div_round_type_2, .div_status_6.div_round_type_2, .div_status_2.div_round_type_2
{
	background-image: url('sea/round3_bg.jpg');
}
.status_1_logo{
	background-image: url('sea/screen1_logo.png');
}
.div_status_7 .main_logo_div{
	background-image: url('sea/start_screen_logo.png');
}
.div_status_6 .main_logo_div, .div_status_2 .main_logo_div{
	background-image: url('sea/start_screen_logo_w.png');
}
.div_status_6.div_round_type_1 .main_logo_div, .div_status_6.div_round_type_2 .main_logo_div, .div_status_2.div_round_type_1 .main_logo_div, .div_status_2.div_round_type_2 .main_logo_div{
	background-image: url('sea/start_screen_logo.png');
}
.task_div{
	background-image: url('sea/kanat.svg');
}
.select_strategy_caption{
	background-image: url('sea/compas.svg');
}
.main_caption_div_round_result{
	background-image: url('sea/anchor.svg');
}
.header_logo_div{
	background-image: url('sea/start_screen_logo_w.png');
}
.main_caption_div_1, .main_caption_div_3{
	background-image: url('sea/tilda.png');
}

.div_status_6.div_round_type_0 .main_caption_div_1, .div_status_6.div_round_type_0 .main_caption_div_3{
	background-image: url('sea/tilda_w.png');
}

.div_status_6.div_round_type_1 .main_caption_div_1, .div_status_6.div_round_type_1 .main_caption_div_3, .div_status_6.div_round_type_2 .main_caption_div_1, .div_status_6.div_round_type_2 .main_caption_div_3{
	background-image: url('sea/tilda.png');
}




.dark_but{
	cursor:pointer;
	color: #fff;
	background: #273a4c;
	width: 80%;
	padding: 10px;
	border-radius: 2px;
	box-shadow: #35414d33 0px 0px 4px;
	display: inline-block;
	margin: 10px 5px ;
	text-shadow: none;
}

.dark_but_disable{
	cursor:auto;
	background-color: #bbb;
	color: #eee;
}
.st2_case_button{
    font-size:1.5em; 
	text-align:center; 
	cursor:pointer;
	margin: 20px auto 10px auto;
}
.input_text{
	text-align: center;
	background: #FFF;
	border-width: 0;
	font-size:1em;
	color: #35414d;
	max-width: 100%;
	padding: 10px;
	border-radius: 2px;
	box-shadow: #35414d33 0px 0px 4px;
}
.white_bg{
	margin:10px 10px;
	background: #ffffffaa;
	border-radius: 3px;
	padding: 10px;
}

.monitor_body .adm_menu_but{
	flex:1 1 auto; 
	padding: 10px 0;
}
.monitor_body .adm_menu_but a{
	font-size: 1.5em;
	color: #444;
	text-decoration: none;
}
.adm_menu{
	border-bottom: 2px solid #ddd;
	margin-bottom: 20px;
}
.monitor_body select{
	width:350px; 
	margin-right:50px;
	font-size: 1.5em;
	background: transparent;
	border: 0;
	border-bottom: 2px solid #ddd; 
	color: #444;
}
.monitor_body .dark_bg{
    fill: #444;
}

.monitor_body .result_table_metr_logo img{
	height:70px; 
    margin:0 10px;
}



.login_input{
	font-size: 1.2em;
    width: 70%;
    max-width: 300px;
    margin: 10px 0 20px 0;
    padding: 3px;
	box-sizing: border-box;
}
.login_button{
    width: 70%;
    max-width: 300px;
	box-sizing: border-box;
}