.aps_items {
	margin: 10px 0 15px 0;
}
.aps_items_item {
	margin: 0 0 7px 0;
}
.aps_items_item_header {
	display: flex;
	background: #ebebeb;
	padding: 10px 14px 10px 24px;
}
.aps_items_item_header_data{
	width: 100%;
	margin: -10px 0 -10px -10px;
	padding: 8px 0 8px 10px;
	width: 100%;
	display: block;
}
.aps_items_item_header_data .aps_items_item_header_title {
	display: inline-block;
	float: left;
	cursor: pointer;
}
.aps_items_item_header_data .aps_items_item_header_actions_action{
	margin-top: 3px;
	display: inline-block;
	float: left;
	cursor: auto;
}

@media (min-width: 1240px) {
	.aps_items_item_header_data .aps_items_item_header_actions_action{
		margin-top: 7px;
	}
}

.aps_items_item_header_data .aps_items_item_header_actions_activate[data-status="inactive"] span{
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: red;
}

.aps_items_item:not(.collapsed) .aps_items_item_header_actions .aps_items_item_header_actions_toggle .fa-chevron-right:before {
	content: "\f078";
}
.aps_items_item_header_actions {
	display: flex;
	justify-content: flex-end;
	margin: -10px 0 -10px 0;
}
.aps_items_item_header_actions_action {
	padding: 0 10px 0 10px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.aps_items_item_header_actions_action[data-status="active"] span {
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #57ca85;
}
.aps_items_item_body {
	display: flex;
	border: 1px solid #ebebeb;
}
.aps_items_item_body_analyze {
	width: 50%;
	padding: 21px 24px;
}
.aps_items_item_body_settings {
	width: 50%;
	padding: 21px 24px;
	position: relative;
}
.aps_items_item_body_settings:before {
	content: '';
	display: block;
	margin: 0;
	width: 1px;
	position: absolute;
	left: 0;
	top: 21px;
	bottom: 21px;
	background: #ccc;
}
.aps_items_item.collapsed .aps_items_item_header {
	border-bottom: none;
}
.aps_items_item.collapsed .aps_items_item_header_actions_toggle {
	display: flex;
}
.aps_items_item.collapsed .aps_items_item_body {
	display: none;
}

.aps_new_item {
	display: flex;
	margin: 0 0 20px 0;
}
.aps_new_item_url {
	border: 1px solid #d2d2d2;
	width: 100%;
	color: #333;
	padding: 5px 10px;
	outline: 0;
}
.aps_new_item_url.error {
	border-color: #ff6666;
}
.aps_new_item_submit {
	background: rgb(87, 202, 133);
	color: #fff;
	height: 35px;
	padding: 6px 15px;
	border: none;
	font-family: Roboto, sans-serif;
	font-size: 18px;
	text-decoration: none !important;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}
.aps_new_item_submit:hover,
.aps_new_item_submit:focus {
	color: #fff;
	background: #48a56d;
}
.aps_new_item_submit:disabled {
	color: #fff;
	background: #aaa;
}

.aps_message {
	color: #57ca85;
}
.aps_message.aps_message_error {
	color: #ff6666;
}

.aps_analyze_tabs {
}
.aps_analyze_tabs_tabs_tab {
	display: inline-block;
	width: 50%;
}
.aps_analyze_tabs_tabs_tab label {
	background: white;
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	display: inline-block;
	color: #ababab;
	border: 1px solid #ccc;
	width: 100%;
	text-align: center;
	cursor: pointer;
}
.aps_analyze_tabs_tabs_tab [type=radio] {
	display: none;
}
.aps_analyze_tabs_tabs [type=radio]:checked ~ label {
	background: #57ca85;
	border-color: #57ca85;
	z-index: 2;
	color: #fff;
	cursor: default;
}
.aps_analyze_tabs_tab_content {
	background: white;
	padding: 15px 0 0;
}

.aps_analyze_tabs_tab_content_block {
	background: #fefefe;
	margin: 0;
}
.aps_analyze_tabs_tab_content_block_title {
	text-align: center;
	font-weight: 400;
	color: #666;
}
.aps_analyze_tabs_tab_content_block_category {
	text-align: center;
}
.aps_analyze_tabs_tab_content_block_sections {
	text-align: center;
}
.aps_analyze_tabs_tab_content_block_sections_item {
	display: inline-block;
	margin: 0 5px;
}
.aps_analyze_tabs_tab_content ol,
.aps_analyze_tabs_tab_content ul {
	padding: 0 0 0 20px;
	overflow: hidden;
}


/* ANALYSE */
.aps_items_item_body_analyze_action_button{
	height: 25px;
	width: auto;
	font-family: Roboto, sans-serif;
	border: none;
	background: #57ca85;
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	cursor: pointer;
}
.aps_items_item_body_analyze_action_button:disabled {
	opacity: 0.5;
	cursor: default;
}
.aps_items_item_body_analyze_action{
	padding-bottom: 12px;
}
.aps_analyze_tabs_tab_content{
}
.aps_analyze_error{
	font-size: 16px;
	color: #ff6666;
}
.aps_analyze_results{
	font-size: 16px;
	padding-right: 5px;
	margin-bottom: -10px;
}
.aps_analyze_results_details{
	font-size: 14px;
}
.aps_analyze_results p{
	font-size: 14px;
	margin-bottom: 10px !important;
}
.aps_analyze_results .aps_analyze_results_result_item_title{
	font-size: 16px;
	cursor: pointer;
	position: relative;
}
.aps_analyze_results .aps_analyze_results_result_item_title:after{
	display: inline-block;
	position: relative;
	content: '\f107';
	font-family: IcoMoon;
	font-style: normal;
	font-weight: 700;
	margin-left: 5px;
}
.aps_analyze_results a{
	color: #003366;
}
.aps_analyze_results > li{

}
.aps_analyze_tabs_tab_content_block{
	display: inline-block;
	width: 50%;
	padding: 5px 0 15px;
	font-size: 16px;
}
.aps_analyze_tabs_tab_content_block_progress_bar {
	position: relative;
	width: 167px;
	height: 4px;
	border-radius: 2px;
	background-color: #ebebeb;
	margin: 10px auto;
}
.aps_analyze_tabs_tab_content_block_progress_bar span {
	display: block;
	height: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 2px;
}
.category-good .aps_analyze_tabs_tab_content_block_progress_bar span {
	background-color: #57ca85;
}
.category-medium .aps_analyze_tabs_tab_content_block_progress_bar span {
	background-color: #ffaa17;
}
.category-low .aps_analyze_tabs_tab_content_block_progress_bar span {
	background-color: #ff6666;
}
.category-good .aps_analyze_tabs_tab_content_block_category,
.category-good .aps_analyze_tabs_tab_content_block_sections{
	color: #57ca85;
}
.category-medium .aps_analyze_tabs_tab_content_block_category,
.category-medium .aps_analyze_tabs_tab_content_block_sections{
	color: #ffaa17;
}
.category-low .aps_analyze_tabs_tab_content_block_category,
.category-low .aps_analyze_tabs_tab_content_block_sections{
	color: #ff6666;
}
.aps_analyze_results_result_item_content{
	max-height: none;
	overflow: hidden;
}
.collapsed .aps_analyze_results_result_item_content{
	max-height: 0;
}
.aps_items_item_body_settings_row{
	font-size: 16px;
	padding: 15px 0 0;
}
.aps_items_item_body_settings_row:not(:first-child):not(.aps_items_item_body_settings_row_actions):not(.aps_items_item_body_settings_row_status){
	border-bottom: 2px solid #ecedef;
}
.aps_items_item_body_settings_row input[type="email"],
.aps_items_item_body_settings_row input[type="number"] {
	width: calc(100% - 146px) !important;
	margin: 0 !important;
	height: 25px !important;
	padding: 0 5px !important;
	border: none;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	vertical-align: baseline;
}
.aps_items_item_body_settings_row label span {
	display: inline-block;
	width: 130px;
	vertical-align: baseline;
	color: #ababab;
	margin-right: 15px;
}
.aps_items_item_body_settings_row label span i {
	color: #333;
	vertical-align: top;
	margin-left: 5px;
}
.aps_items_item_body_settings_row_label {
	float: left;
}
.aps_items_item_body_settings_row_value {
	margin: 0 0 0 85px;
}
.aps_items_item_body_settings_row_actions {
	text-align: right;
}
.aps_items_item_body_settings_row_actions button {
	height: 25px;
	padding: 1px 8px;
	margin: 0 0 11px 16px;
	border: none;
	background: #57ca85;
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	cursor: pointer;
}
.aps_items_item_body_settings_row_actions button:disabled {
	opacity: 0.5;
	cursor: default;
}
.aps_items_item_body_settings_schedule input[type="checkbox"] {
	margin: -2px 3px 0 0;
	display: inline-block;
}
.aps_items_item_body_settings_select {
	width: calc(50% - 5px);
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0 0 10px 5px;
}
.aps_items_item_body_settings_select:after{
	content: "";
	position: absolute;
	right: 8px;
	top: 11px;
	z-index: 1;
	text-align: center;
	pointer-events: none;
	box-sizing: border-box;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5.5px 0 5.5px;
	border-color: #57ca85 transparent transparent transparent;

}
.aps_items_item_body_settings_select select{
	width: 100%;
	padding: 0 5px !important;
	height: 25px !important;
	background: #fff;
	text-indent: 0;
	border: none;
	border-bottom: 2px solid #ecedef;
	font-size: 16px;
	font-family: Roboto, sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.aps_items_item_body_settings_day_of_month,
.aps_items_item_body_settings_day_of_week {
	display: none;
}
.frequency_month .aps_items_item_body_settings_day_of_month {
	display: inline-block;
}
.frequency_week .aps_items_item_body_settings_day_of_week {
	display: inline-block;
}
.aps_item_update_form {

}
/* ANALYSE END */

.adsimple-pp-service-notify-btn.adsimple-gmb-mb-dashboard-link-new-message.adsimple-jobs-publish-btn{
	height: 40px;
	line-height: 24px;
	margin-top: -3px;
	margin-right: -4px;
}