/* App ----------------------------------------------------------------------------------*/
.app_content {
	padding-bottom: 10px;
}
.app_list section,
.category_list section,
.app_popular_list section {
	width: 27%;
	min-width: 220px;
	height: 100px;
	margin: 10px;
	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-bottom: 10px;
}
.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;
}
.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 dotted #333;
	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_rm_kubik .app_console {
	padding-top: 50px;
}
.app_rm_kubik .app_console .rm_kubik_img {
	width: 160px;
	height: 160px;
	border: 5px solid #333;
	border-radius: 10px;
	margin: 4px;
	padding: 8px;
	display: none;
}
.app_rm_kubik .app_console .rm_kubik_img.active {
	display: inline-block;
}
.app_rm_kubik .app_console .rm_kubik_img.shake {
	animation: 1s ease-in-out 0s normal none 3 running shake-animation;
}
@keyframes shake-animation {
	0%, 50%, 100% {
		transform: rotate(0deg);
	}
	10%, 30% {
		transform: rotate(-5deg);
	}
	20%, 40% {
		transform: rotate(5deg);
	}
}
.app_rm_kubik .app_console .rm_kubik_point {
	width: 24px;
	height: 24px;
	border: 10px solid #333;
	border-radius: 50%;
	display: inline-block;
	background-color: #333;
	margin: 3px 2px;
	opacity: 0;
}
.app_rm_kubik .app_console.run .rm_kubik_point {
	opacity: 0.75;
}
.app_rm_kubik .app_console .rm_kubik_point.active {
	opacity: 1;
}
.app_rm_kubik .rm_kubik_count {
	width: 24px;
	height: 24px;
	margin: 2px;
	border: 2px solid #777;
	background-color: #777;
	color: #FFF;
	font-size: 1.2em;
	line-height: 1.2em;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}
.app_rm_kubik .rm_kubik_count.active {
	border: 2px solid #333;
}

.app_rm_moneta .app_console {
	padding-top: 50px;
}
.app_rm_moneta .app_console .rm_moneta_img {
	width: 100px;
	height: 100px;
	border: 1px solid transparent;
	border-radius: 50%;
	margin: 4px;
	padding: 0;
	display: inline-block;
}
.app_rm_moneta .app_console .rm_moneta_img.valuta_rub.reshka {
	background: url("../img/apps/1-rubl-reshka-orel.png") 0px 0px no-repeat;
}
.app_rm_moneta .app_console .rm_moneta_img.valuta_rub.orel {
	background: url("../img/apps/1-rubl-reshka-orel.png") -100px 0px no-repeat;
}
.app_rm_moneta .app_console .rm_moneta_img.valuta_rub.rebro {
	background: url("../img/apps/1-rubl-reshka-orel.png") -100px 0px no-repeat;
}
.app_rm_moneta .app_console .rm_moneta_img.valuta_usd.reshka {
	background: url("../img/apps/1-dollar-reshka-orel.png") 0px 0px no-repeat;
}
.app_rm_moneta .app_console .rm_moneta_img.valuta_usd.orel {
	background: url("../img/apps/1-dollar-reshka-orel.png") -100px 0px no-repeat;
}
.app_rm_moneta .app_console .rm_moneta_img.valuta_eur.reshka {
	background: url("../img/apps/2-euro-reshka-orel.png") 0px 0px no-repeat;
}
.app_rm_moneta .app_console .rm_moneta_img.valuta_eur.orel {
	background: url("../img/apps/2-euro-reshka-orel.png") -100px 0px no-repeat;
}
.app_rm_moneta .rm_moneta_count {
	width: 24px;
	height: 24px;
	margin: 2px;
	border: 2px solid #777;
	background-color: #777;
	color: #FFF;
	font-size: 1.2em;
	line-height: 1.2em;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}
.app_rm_moneta .rm_moneta_count.active {
	border: 2px solid #333;
}
.app_rm_moneta .app_alert span,
.app_ya_stopwords .app_alert span,
.app_keywords .app_alert span,
.app_timer .app_alert span {
	display: block;
	padding: 2px 5px;
}
.app_rm_moneta .app_alert span:nth-child(2n+1),
.app_ya_stopwords .app_alert span:nth-child(2n+1),
.app_keywords .app_alert span:nth-child(2n+1),
.app_timer .app_alert span:nth-child(2n+1) {
	background-color: #F1F1F1;
}

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

.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;
}

.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;
    font-size: 1.2em;
	vertical-align: middle;
}

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

input[type="submit"], input[type="button"] {

	margin: 0;
	font-size: 1.2em;
	font-weight: 200;
	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;
}

