/* App ----------------------------------------------------------------------------------*/
.app_content {
	padding-bottom: 10px;
}
.app_list section,
.category_list section,
.app_popular_list section {
	width: 27%;
	min-width: 220px;
	height: 100px;
	margin: 8px;
	padding: 10px;
	border: 2px solid #BFF08E;
	box-shadow: 0 2px 4px rgba(0,0,0,0.12), 0 2px 2px rgba(0,0,0,0.24);
	display: inline-block;
	overflow: hidden;
}
.app_list section:hover,
.category_list section:hover,
.app_popular_list section:hover {
	border: 2px solid #5594E5;
	box-shadow: 0 4px 4px rgba(0,0,0,0.12), 0 2px 8px rgba(0,0,0,0.24);
}
.app_list section a,
.category_list section a,
.app_popular_list section a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}
.app_list .list_app_name,
.category_list .list_app_name,
.app_popular_list .list_app_name {
	font-size: 1.1em;
	line-height: 1em;
	padding-bottom: 5px;
	margin-bottom: 2px;
	border-bottom: 1px dotted #DDD;
}
.app_list .list_app_desc,
.category_list .list_app_desc,
.app_popular_list .list_app_desc {
	font-size: 0.8em;
	color: #333;
}
.app_main {
	max-width: 800px;
	margin: 10px auto;
	background-color: #e8e9ec;
	padding: 10px;
	border-radius: 2px;
}
.app_main.app_home,
.app_main.app_category {
	background-color: transparent;
}
.app_main.app_page {
	display: none;
}
.app_main .app_form_block {
	padding-bottom: 10px;
}
.app_main .block_row {
	padding: 1em 0.5em;
}
.app_main .block_row .col-1-1 {
	display: inline-block;
	width: 100%;
}
.text_left {
	text-align: left;
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.text_bold {
	font-weight: 600;
}
.app_main .block_row .col-2-1,
.app_main .block_row .col-2-2 {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	padding: 0 2%;
}
.app_main .block_row.title_row {
	font-size: 1em;
	text-align: center;
}
.app_main .block_row textarea {
	width: 99%;
	min-height: 160px;
}
.app_console {
	border: 1px solid #bbb5b5;
	background-color: #FFF;
	height: 250px;
	width: 100%;
	overflow: auto;
}

.app_settings {
	height: 250px;
	width: 100%;
}
.app_settings label {
	display: block;
	padding: 4px 0;
}
.app_settings label span {
	display: inline-block;
	line-height: 1.5em;
	vertical-align: middle;
}
.app_settings label input {
	padding: 4px 2px;
	font-size: 1em;
	line-height: 1.5em;
	vertical-align: middle;
}
.app_settings input[type="submit"] {
	float: right;
	margin-top: 24px;
	margin-right: 24px;
}

.app_rm_text .rm_text_num {
	margin: 0 10px;
}
.rm_text_tools {
	margin: 10px 0;
}
.rm_text_tools .rm_text_tools_btn {
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.8em;
	text-align: center;
	display: inline-block;
	padding: 0 2px;
	vertical-align: middle;
	min-width: 38px;
	height: 38px;
	border: 2px solid #BBB;
	border-radius: 2px;
	background-color: #DDD;
	cursor: pointer;
}
.rm_text_tools .rm_text_tools_btn:hover {
	border: 2px solid #333;
}

.app_rm_nums .app_console {
	text-align: center;
	display: inline-block;
	line-height: 250px;
	vertical-align: middle;
}

.app_rm_nums .app_console .nums_block {
	line-height: 3.2em;
	vertical-align: middle;
	display: inline-block;
}

.app_rm_nums .app_console .nums_block span {
	font-size: 2.4em;
	line-height: 1.2em;
}

.app_rm_nums_vk .app_console span {
	width: 100%;
	font-size: 5em;
	line-height: 1em;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
}
.app_rm_nums_vk .app_console span:nth-child(2n+1) {
	background-color: #E1E1E1;
}

.app_rm_lot_nums .app_console {
	height: 260px;
}
.app_rm_lot_nums .app_console span {
	font-size: 1.6em;
	line-height: 1.4em;
	text-align: center;
	display: inline-block;
	width: 38px;
	height: 38px;
	border: 1px solid #DDD;
}
.app_rm_lot_nums .app_console span.active {
	background-color: #457E0C;
	color: #FFF;
	border: 1px solid #333;
}

.app_rm_lot_nums .app_settings select {
	min-width: 185px;
}

.rm_lot_nums_tools {
	margin: 10px 0;
}
.rm_lot_nums_tools .rm_lot_nums_tools_btn {
	font-size: 1.4em;
	font-weight: 600;
	line-height: 1.4em;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	width: 38px;
	height: 38px;
	border: 2px solid #BBB;
	border-radius: 2px;
	background-color: #DDD;
	cursor: pointer;
}
.rm_lot_nums_tools .rm_lot_nums_tools_btn span {
	font-size: 1.4em;
	line-height: 0.5em;
	display: block;
}
.rm_lot_nums_tools .rm_lot_nums_tools_btn.active,
.rm_lot_nums_tools .rm_lot_nums_tools_btn:hover {
	border: 2px solid #333;
}

.app_punycode input[type="text"] {
	width: 100%;
}

.app_timer .app_alert span {
	display: block;
	padding: 2px 5px;
}
.app_timer .app_alert span:nth-child(2n+1) {
	background-color: #F1F1F1;
}

.app_utp_title .app_console span {
	width: 100%;
	font-size: 1.2em;
	line-height: 1.2em;
	vertical-align: middle;
	text-align: left;
	margin: 15px 0;
	padding: 5px 0;
	display: inline-block;
}
.app_utp_title .app_console span:nth-child(2n+1) {
	background-color: #E1E1E1;
}

.app_fish_text .app_console p {
	text-align: justify;
	padding: 4px 6px;
}
.app_fish_text input[type="number"] {
	max-width: 50px;
}

.app_htext .input_output,
.app_tr_name .input_output,
.app_tr_city .input_output {
	width: 100%;
}
.app_htext span.input_output,
.app_tr_name span.input_output,
.app_tr_city span.input_output {
	font-size: 1.6em;
	vertical-align: middle;
}
.app_htext .block_row .col-2-1,
.app_tr_name .block_row .col-2-1,
.app_tr_city .block_row .col-2-1  {
	padding: 0 2% 0 0;
}
.app_htext .block_row .col-2-2,
.app_tr_name .block_row .col-2-2,
.app_tr_city .block_row .col-2-2 {
	padding: 0 0 0 2%;
}

.app_rm_names .app_console span {
	width: 100%;
	font-size: 1.2em;
	line-height: 1.2em;
	vertical-align: middle;
	text-align: left;
	display: inline-block;
}
.app_rm_names .app_console span:nth-child(2n+1) {
	background-color: #E1E1E1;
}

.app_timer .app_console .timer_panel_info {
	font-size: 1.6em;
	line-height: 1.2em;
	letter-spacing: 0;
	display: inline-block;
	background-color: #F1F1F1;
	border-radius: 0px 0px 4px 4px;
	padding: 0 2px 2px 2px;
	opacity: 1;
}

.app_timer .app_console .timer_panel_info.hide {
	opacity: 0;
}

.app_timer .app_console .timer_panel_info .timer_interval_nums {
	margin: 0 2px;
}

.app_timer .app_console .timer_panel_nums {
	font-size: 4.8em;
	line-height: 1.2em;
	margin-top: 50px;
}

.app_timer .app_console .timer_panel_nums .timer_nums,
.app_timer .app_console .timer_panel_info .timer_interval_nums {
	border: 1px dotted transparent;
}

.app_timer .app_console .timer_panel_nums .timer_nums:hover,
.app_timer .app_console .timer_panel_info .timer_interval_nums:hover {
	border: 1px dotted #777;
}

.app_timer .timer_types {
	margin: 10px 0;
	text-align: center;
}
.app_timer .timer_types .timer_types_btn {
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.8em;
	text-align: center;
	display: inline-block;
	padding: 8px 12px;
	margin: 0 2px;
	min-width: 38px;
	border: 2px solid #BBB;
	border-radius: 2px;
	background-color: #DDD;
	cursor: pointer;
}
.app_timer .timer_types .timer_types_btn.active,
.app_timer .timer_types .timer_types_btn:hover {
	border: 2px solid #333;
	background-color: #badcba;
}

.app_timer .timer_btn.hide,
.app_timer .timer_nums.hide,
.app_timer .timer_sep.hide {
	display: none;
}

.app_timer .timer_btn {
	border-color: #777;
	color: #777;
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.8em;
	padding: 8px 12px;
	margin: 0 2px;
	min-width: 180px;
}

.app_timer .timer_btn:hover {
	background-color: #777;
	color: #FFF;
}

.app_timer .timer_btn.run,
.app_timer .timer_btn.pause {
	border-color: #5594E5;
	color: #5594E5;
	font-weight: 600;
}

.app_timer .timer_btn.run:hover,
.app_timer .timer_btn.pause:hover {
	background-color: #5594E5;
	color: #FFF;
}

.app_tr_name .app_alert,
.app_tr_city .app_alert,
.app_sm_name .app_alert {
	max-width: 800px;
}
.app_tr_name .app_alert span,
.app_tr_city .app_alert span,
.app_sm_name .app_alert span {
	display: inline-block;
	padding: 2px 4px;
	margin: 2px;
	background-color: #DDD;
	border-radius: 2px;
}
.app_tr_name .app_alert span a,
.app_tr_city .app_alert span a,
.app_sm_name .app_alert span a {
	text-decoration: none;
}
.app_tr_name .app_alert span a:hover,
.app_tr_city .app_alert span a:hover,
.app_tr_city .app_alert span a:hover {
	text-decoration: underline;
}

.app_main.app_tr_name .block_row {
	padding: 10px;
}

.app_sm_name .app_console p {
	text-align: justify;
	padding: 4px 6px;
}

.app_rm_nums_vk input[type="text"] {
	width: 100%;
}

.app_rm_nums_vk .app_alert_title {
	font-size: 1.6em;
}
.app_rm_nums_vk .app_alert .win_user {
	display: block;
	padding: 4px 6px;
}
.app_rm_nums_vk .app_alert .win_user .user_place {
	display: inline-block;
	font-size: 1.2em;
	text-transform: uppercase;
}
.app_rm_nums_vk .app_alert .win_user .user_foto {
	display: inline-block;
	width: 50px;
	height: 50px;
	vertical-align: middle;
	border-radius: 50%;
	margin: 5px 10px;
}
.app_rm_nums_vk .app_alert .win_user .user_name {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.4em;
	line-height: 1em;
}
.app_rm_nums_vk .app_alert .win_user .user_city {
	display: block;
	font-size: 0.8em;
	line-height: 1em;
}
.app_form_block input,
.app_form_block select {
    padding: 4px 2px;
	vertical-align: middle;
}

.app_form_block input[type="number"] {
    padding: 4px 4px;
}

.app_js_summa .app_alert p {
	border-bottom: 1px dotted #777;
}

input[type="submit"], input[type="button"] {
	padding: 0.5em 2em;
	margin: 0;
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.4em;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	white-space: nowrap;
	outline: none;
	vertical-align: top;
	overflow: visible;
	border: 2px solid #5594E5;
	background-color: transparent;
	color: #5594E5;
	box-shadow: 0 1px 2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
input[type="submit"]:hover, input[type="button"]:hover {
	background-color: #5D98E3;
	color: #FFF;
}
input[type="submit"]:active {
	color: #EEE;
}
input[type="submit"].run {
	border: 2px solid #777;
	color: #777;
}
select {
	max-width: 250px;
}
.no-padding {
	padding: 0 !important;
}
.green {
	color: #BFF08E;
}
.red {
	color: #E56655;
}
.app_alert_title {
	padding: 10px;
	line-height: 1.2em;
}
.app_alert_tools,
.app_console_tools {
	text-align: right;
}
.test_btn,
.app_alert_tools .btn,
.app_console_tools .btn {
	border-bottom: 1px dotted #000;
	font-size: 0.8em;
	margin: 0 4px 0 0;
	padding: 0 2px;
	cursor: pointer;
}
.test_btn:hover,
.app_alert_tools .btn:hover {
	border-bottom: 1px solid #000;
}
.app_alert {
	border: 1px dotted #333;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
	max-height: 200px;
	overflow: auto;
}
.app_rm_text .app_alert span {
	display: block;
	padding: 2px 5px;
}
.app_rm_text .app_alert span:nth-child(2n+1) {
	background-color: #F1F1F1;
}
.app_atext .app_alert .app_alert_subtitle {
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 4px 0;
}
.app_atext .app_alert .stemm_row {
	margin: 2px 0;
}
.app_atext .app_alert .stemm_row.stemm_row_title {
	font-size: 1.2em;
	border: 1px dotted #777;
}
.app_atext .app_alert .stemm_col_2_1 {
	display: inline-block;
	width: 20%;
	padding: 2px 4px;
	vertical-align: top;
}
.app_atext .app_alert .stemm_col_2_2 {
	display: inline-block;
	padding: 2px 4px;
	width: 77%;
	border-left: 1px dotted #777;
}
.app_atext .app_alert .stemm_col_2_2 span {
	display: inline-block;
	margin: 0 2px;
}
.app_atext .app_alert .stemm_row:nth-child(2n+1) {
	background-color: #F1F1F1;
}
.hide_block {
	display: none;
}
.system_msg {
	font-size: 12px;
	color: #333;
}
.alert_msg {
	padding: 5px 10px;
	margin: 5px 0;
	background-color: #F7F7F7;
	border: 1px dotted #DDD;
}
.alert_msg.alert_msg_green {
	border-left: 3px solid #BFF08E;
}
.alert_msg.alert_msg_yellow {
	border-left: 3px solid #FFE680;
}
.alert_msg.alert_msg_red {
	border-left: 3px solid #E56655;
}
.contacts_feedback_block {
	margin: 20px 10px;
}