﻿
@font-face {
	font-family: 'Icons';
	src: url(../fonts/icons/icons.ttf);
}

select {
	min-width: 60px;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: '';
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

input,
select,
textarea {
	line-height: 150%;
}

.input_short {
	width: 60px;
}

input[type="number"].input_short {
	width: 70px;
}

.long_num {
	width: 120px;
}

.input_long {
	width: 300px;
}

.input_secondary {
	color: #555 !important;
	font-style: italic;
}

.indent_left {
	margin-left: 10px !important;
}

.indent_right {
	margin-right: 10px !important;
}

.indent_top {
	margin-top: 10px !important;
}

.indent_bottom {
	margin-bottom: 10px !important;
}

.align_top,
.align_top td {
	vertical-align: top;
}

.align_middle,
.align_middle td {
	vertical-align: middle;
}

.align_center {
	text-align: center;
}

.align_left {
	text-align: left;
}

.align_right {
	text-align: right;
}

.hide,
.aa_hide {
	display: none;
}

.description {
	font-style: italic;
	font-size: 87.5%;
}

.description,
.description a {
	color: #939393;
}

.required {
	color: red;
}

.aa_info {
	color: #017801;
}

.center {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.block {
	display: block;
}

.inline_block {
	display: inline-block;
}

.inline {
	display: inline;
}

.bg {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	background-color: rgba(0, 0, 0, .8);
}

#widgets-right * {
	max-width: 100%;
}

#shadow {
	z-index: 1001 !important;
}

.bg.white {
	background-color: rgba(255, 255, 255, .8);
}

.window {
	background: #FFF;
	margin: 100px auto;
	min-height: 100px;
	padding: 10px;
	width: 500px;
	max-width: 100%;
	max-height: 100%;
}

.loader {
	width: 100%;
	height: 50px;
	text-align: center;
	position: relative;
}

.loader:before {
	content: "";
	font: 40px icons;
	color: #000000;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -.5em;
	margin-top: -.5em;
	-webkit-animation-name: spin;
	-webkit-animation-duration: 2000ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spin;
	-moz-animation-duration: 2000ms;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: spin;
	-ms-animation-duration: 2000ms;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	animation-name: spin;
	animation-duration: 2000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@-ms-keyframes spin {
	from { -ms-transform: rotate(0deg); }
	to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
	from { -moz-transform: rotate(0deg); }
	to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
	from {
		transform:rotate(0deg);
	}
	to {
		transform:rotate(360deg);
	}
}

.loader.medium {
	height: 36px;

}

.loader.medium:before {
	font-size: 30px;
}

.loader.small {
	height: 24px;
}

.loader.small:before {
	font-size: 20px;
}

.bg_heading {
	color: #3A3A3A;
	font-size: 112.5%;
	line-height: 100%;
	margin: 5px 0;
}

.aa_bg_wrapper {
	padding: 0 10px;
	position: relative;
	border: 1px dashed #ccc;
	margin: 10px 0;
	max-height: 700px;
	overflow: auto;
}

.aa_bg_buttons {
	margin-bottom: 10px;
	position: relative;
}

.aa_bg_table {
	width: 100%;
}

.aa_bg_table td {
	vertical-align: top;
	padding: 3px 0;
}

.field_error {
	-moz-box-shadow: inset 0 0 5px red !important;
	-webkit-box-shadow: inset 0 0 5px red !important;
	box-shadow: inset 0 0 5px red !important;
}

input[type="radio"].field_error,
input[type="checkbox"].field_error {
	-moz-box-shadow: 0 0 5px red !important;
	-webkit-box-shadow: 0 0 5px red !important;
	box-shadow: 0 0 5px red !important;
}

tr.aa_spacer {
	height: 50px;
}

.ui-menu {
	padding: 0;
}

.options_heading {
	display: inline-block;
}

.aa_or {
	color: #939393;
	margin: 15px 0 0;
	width: 50px;
	text-align: center;
}

.aa_block_highlight {
	padding: 10px;
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	position: relative;
}

.aa_block_highlight.aa_dark {
	background: #f5f5f5;
	border-color: #e2e2e2;
}

.aa_options_section {
	font-size: 125% !important;
	margin-bottom: 10px !important;
}

#aa_ap_specs_wrapper .aa_ap_collapsable_trigger,
#aa_ap_variants_wrapper .aa_ap_collapsable_trigger {
	padding-left: 20px;
	margin: 0;
}

.aa_dl {
	margin: 0;
}

.aa_dl dt {
	font-weight: bold;
}

.aa_help {
	display: inline-block;
	position: relative;
	top: 1px;
	width: 1em;
	height: 1em;
	line-height: 1em;
	cursor: pointer;
	opacity: .7;
	z-index: 1;
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}

.aa_help:hover {
	opacity: 1;
}

.aa_help:before {
	color: #3a3a3a;
	content: '\e705';
	font-family: 'icons';
}

.aa_help_block {
	position: absolute;
	top: 100%;
	left: -20px;
	padding-top: 10px;
	width: 350px;
	max-width: none;
	display: none;
}

.aa_help_block_wrapper {
	background: #fff;
	padding: 10px 10px 10px 15px;
	border-color: #e2e2e2;
	border-style: solid;
	border-width: 3px 1px 1px 1px;
	border-radius: 3px;
	position: relative;
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .1);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .1);
}

.aa_help_block_wrapper:before {
	content: '';
	position: absolute;
	left: 19px;
	top: -22px;
	border-width: 10px 6px;
	border-color: transparent transparent #e2e2e2 transparent;
	border-style: solid;
}

.aa_block_remove,
.aa_block_clear {
	position: absolute;
	right: 10px;
	top: 10px;
}

/*-----Theme Options-----*/

.appearance_page_aa_theme_options_page form h3 {
	display: inline-block;
	padding: 5px 10px;
	font-weight: normal;
	cursor: pointer;
	background: #f5f5f5;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	font-size: 125%;
}

.appearance_page_aa_theme_options_page form.active h3 {
	background-color: #fff;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	position: relative;
	top: 1px;
	padding-bottom: 6px;
}

.appearance_page_aa_theme_options_page .form-table {
	background-color: #fff;
	border: 1px solid #e2e2e2;
	margin-top: 0;
}

.appearance_page_aa_theme_options_page .form-table th {
	/*width: auto;*/
}

.appearance_page_aa_theme_options_page .form-table th,
.appearance_page_aa_theme_options_page .form-table td {
	padding: 5px 10px;
}

/*-Media src field-*/

input.regular-text.aa_media_src_holder {
	width: 50em;
	max-width: 100%;
}

#aa_first_items input.regular-text.aa_media_src_holder {
	width: 15em;
}

/*-Related Tags-*/

.ra_wrapper {
	border: 1px solid #ddd;
	padding: 10px;
	margin: 10px 0;
	position: relative;
}

.rt_content {
	min-height: 100px;
	max-height: 400px;
	overflow: auto;
}

.rt_articles {
	min-height: 50px;
	max-height: 400px;
	overflow: auto;
}

.rt_articles article {
	border-bottom: 1px solid #ddd;
}

.rt_articles article:last-child {
	border-bottom: none;
}

.rt_articles article .post_title {
	margin: 5px 0;
}

.rt_list {
	margin: 0;
}

.rt_list tr {
	cursor: pointer;
	vertical-align: top;
}

.rt_list tr td:first-child {
	text-align: center;
	width: 20px;
}

.rt_list tr td:first-child + td {
	text-align: center;
}

.rt_count {
	display: inline-block;
	width: 60px;
}

.rt_list .active .rt_count,
.rt_list .active .rt_name {
	font-weight: bold;
}

.rt_list .rt_form {
	font-size: 87.5%;
	border-bottom: 1px solid #ddd;
}

.rt_list tr .rt_name .rt_form {
	cursor: default;
	font-weight: normal;
}

.rt_list .rt_form .rt_url,
.rt_list .rt_form .rt_title {
	display: inline-block;
	width: 30px;
}

.rt_list .rt_form input {
	font-size: 87.5%;
}

.aa_status {
	height: 30px;
	width: 200px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -100px;
}

#aprs_asin_status.aa_status {
	left: -80%;
	bottom: -11px;
	margin: 0;
}

.aa_status .loader {
	height: 20px;
}

.aa_status_msg {
	text-align: center;
	font-weight: bold;
}

.aa_status_msg.ok {
	color: #017801;
}

.aa_status_msg.error {
	color: red;
}

.aa_status .loader:before,
.rt_articles .loader:before {
	font-size: 24px;
}

/*-Featured Image Button-*/

.media-toolbar-primary .aa_status {
	height: 100%;
	font-size: 125%;
	width: 350px;
}

.media-toolbar-primary .aa_status_msg {
	margin-top: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.media-toolbar-primary .aa_status .spinner {
	float: none;
	margin: 18px auto 0;
	display: block;
}

/*-featured image button-*/

.ra_tag_name {
	font-weight: bold;
	position: absolute;
	top: -.8em;
	left: 20px;
	background: #fff;
	padding: 0 5px;
}

.ra_remove {
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 0;
}

#rt_st .rt_st_list li {
	cursor: pointer;
}

#rt_st .rt_st_list li:hover .rt_st_name {
	text-decoration: underline;
}

#rt_st .rt_st_list .rt_st_qty {
	color: #717171;
	margin-right: 10px;
}

/*-Posts Picker-*/

.aa_pp_form {
	position: relative;
}

.aa_pi_posts_list .aa_pp_form {
	max-width: 550px;
	padding-right: 70px;
	position: relative;
}

.aa_pp_tr td {
	padding: 10px 0;
}

.aa_pp_search {
	width: 215px;
	opacity: .7;
}

.input_long.aa_pp_title {
	width: 480px;
	max-width: 100%;
}

.aa_pp_multiple_wrapper {
	padding-top: 10px;
}

.aa_pp_form .aa_pp_mltpl {
	position: relative;
	padding: 7px 5px;
	margin-bottom: 3px;
	cursor: pointer;
}

.aa_pp_mltpl .aa_pp_title {
	width: 295px;
}

.aa_pp_mltpl .aa_block_remove {
	right: 5px;
}

.aa_bg_table.aa_middle td {
	vertical-align: middle;
}

#aa_pp {
	width: 1000px;
}

#aa_pp .aa_pp_posts_wrapper {
	min-height: 100px;
	max-height: 600px;
	overflow: auto;
}

#aa_pp .pp_post {
	background: #f8f8f8;
	border: 1px solid #e2e2e2;
	display: inline-block;
	margin: 5px;
	padding: 5px;
	position: relative;
	height: 100px;
	width: 215px;
	overflow: hidden;
	cursor: pointer;
}

#aa_pp .pp_post:hover {
	background: #e2e2e2;
	border-color: #939393;
}

#aa_pp .pp_post.active {
	outline: 3px solid #1E8CBE;
}

#aa_pp .pp_post.active:before {
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	width: 15px;
	height: 15px;
	padding: 2px;
	background: #1E8CBE url(/wp-includes/images/uploader-icons.png) no-repeat -19px 2px;
}

#aa_pp .pp_post.disabled {
	cursor: default;
	opacity: .5;
	background: #f8f8f8;
	border-color: #e2e2e2;
}

#aa_pp .pp_post .wp-post-image {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	width: 100px;
	height: auto;
}

#aa_pp .pp_post .post_title {
	line-height: 112.5%;
	margin: 0;
	padding-right: 15px;
}

#aa_pp .pp_post .post_meta {
	line-height: 100%;
	position: absolute;
	right: 5px;
	bottom: 5px;
	max-width: 105px;
}

#aa_pp .aa_pp_posts_more.center {
	margin: 10px auto;
	display: block;
}

#aa_pp .aa_pp_posts_more.hide,
#aa_pp .aa_pp_posts_more.aa_hide {
	display: none;
}

#aa_pp .loader {
	margin-bottom: 12px;
}

/*-AA Best-*/

#aa_best_data .aa_best_add_link {
	border-bottom: 0;
	margin-bottom: -3px;
	display: block;
}

#aa_best_custom_text {
	margin-left: 0;
}

#aa_best_options input[type="checkbox"] {
	margin-top: 0;
}

h3.aa_best_title {
	border-bottom: none;
	cursor: default !important;
	font-size: 125% !important;
}

.aa_best_overall_block,
.aa_best_sections_block {
	background: #fafafa;
	border: 1px solid #e2e2e2;
	padding: 10px;
	max-width: 800px;
}

.aa_best_overall_block {
	padding-bottom: 0;
}

.aa_best_overall_list {
	margin-left: 147px;
}

.aa_best_section_rank_show {
	margin-left: 144px;
}

.aa_best_overall_list .aa_best_overall_item,
.aa_best_ap_id_select {
	width: 300px;
}

#aa_best_options label {
	display: inline-block;
	min-width: 140px;
}

.aa_best_section {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.aa_best_section:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.aa_best_section_label {
	font-weight: bold;
	font-size: 112.5%;
	line-height: 200%;
}

.aa_best_section_list {
	list-style-position: inside;
	margin-left: 20px;
	border: 1px dashed #ccc;
	padding: 0 10px;
}

.aa_best_section_list li {
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}

.aa_best_section_list li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.aa_best_section_list li table {
	width: 100%;
}

.aa_best_section_list li textarea {
	width: 100%;
	min-height: 200px;
}

#aa_best_options .aa_best_section_list label {
	min-width: 120px;
}

.aa_best_section_post_add {
	float: right;
}

.aa_best_section_add {
	display: block;
	clear: both;
}

#aa_best_options .aa_best_post_button {
	position: absolute;
	right: 0;
	top: 5px;
}

#aa_best_options .aa_best_section_remove {
	position: absolute;
	right: 0;
	top: 0;
}

#aa_best_options .aa_best_rank_tr td {
	padding-top: 10px;
	padding-bottom: 10px;
}

#aa_best_options .aa_featured_item_type {
	padding-left: 20px;
	color: #717171;
}

#ap_loader,
.aa_asin_loader {
	height: 20px;
	width: 2em;
	margin-bottom: -3px;
	display: inline-block;
}

#ap_loader:before,
.aa_asin_loader:before {
	font-size: 20px;
}

#ap_loader.hide,
#ap_loader.aa_hide,
.aa_asin_loader.aa_hide {
	display: none;
}

.ap_fi_text {
	display: none;
}

.aa_p_list li:first-child .p_fi_text {
	display: inline;
}

.aa_images_upload_wrapper {
	position: relative;
	float: right;
}

.aa_images_upload_wrapper .loader {
	float: left;
	width: 40px;
	height: 25px;
	display: none;
}

.aa_images_upload_wrapper .loader:before {
	font-size: 20px;
}

.aa_ap_s_list {
	max-width: 500px;
	margin: 0 auto;
}

.aa_ap_s_list li {
	position: relative;
}

.aa_ap_s_color_name {
	float: left;
}

.wp-picker-container {
	padding: 3px 5px 0;
}

.aa_ap_award_preview {
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: inline-block;
	background: #1a92a5;
}

.aa_ap_award_checkbox {
	margin-top: -43px !important;
}

.aa_ap_settings_wrapper {
	background: #f5f5f5;
	border: 1px solid #e2e2e2;
	padding: 15px;
}

#aa_ap_settings .aa_tab_block {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.aa_ap_awards > li:not(.aa_ap_s_awards_more) {
	border: 1px dashed #e2e2e2;
	margin: 0 0 10px;
	padding: 5px 0;
}

.aa_p_c_wrapper {
	margin: 0;
	width: 50%;
	display: inline-block;
	float: left;
	box-sizing: border-box;
}

.aa_p_c_wrapper .aa_ap_s_list {
	padding: 0 15px;
}

/*-Specs-*/

.aa_admin_table {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #e2e2e2;
	border-spacing: 0;
}

.aa_admin_table tr.disabled {
	opacity: .7;
}

.aa_admin_table tr:not(.disabled) td {
	background-color: #f8f8f8;
}

.aa_admin_table tr:not(:last-child) td,
.aa_admin_table tr:not(:last-child) th {
	border-bottom: 1px solid #e2e2e2;
}

.aa_admin_table th {
	display: table-cell !important;
	text-align: center !important;
	background-color: #fff
}

.aa_admin_table tr td {
	padding-top: 0;
	padding-bottom: 0;
}

.aa_admin_table tr td:first-child {
	width: 135px;
	text-align: left;
}

.aa_media_image_preview {
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	height: 100px;
	width: 100px;
}

.aa_media_image_preview.aa_hide {
	display: none;
}

/*-Tabs-*/

.aa_tab {
	display: inline-block;
	font-size: 125%;
	font-weight: bold;
	padding: 5px 20px;
	background: #f5f5f5;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	cursor: pointer;
	margin-right: 10px;
	margin-bottom: 10px;
}

.aa_tab.first-child {
	margin-left: 0;
}

.aa_tab.active {
	background: #fff;
	color: #000;
}

.aa_tab:hover {
	color: #000;
}

.aa_tab_block {
	display: none;
}

.aa_tab_block.active {
	display: block;
}

/*-AA Bottom Line-*/

#bottom_line #bl_form td:first-child {
	width: 130px;
}

#bottom_line .bl_button_type_wrapper {
	margin-bottom: 5px;
}

#bottom_line .bl_pros,
#bottom_line .bl_cons {
	display: block;
}

#bottom_line .bl_summary {
	width: 100%;
	height: 105px;
	max-width: 330px;
}

/*---*/

/*-AA Custom Button-*/

#aa_button_form td:last-child {
	width: 300px;
}

.cbs_color_wrapper .wp-picker-container {
	padding: 0;
}

body #aa_ap_settings .ui-slider-handle {
	top: auto;
}

/*---AA_Collaspable---*/

.aa_collapsable_trigger,
.aa_ap_collapsable_trigger {
	position: relative;
	cursor: pointer;
	text-decoration: underline;
}

.aa_collapsable_trigger:before,
.aa_ap_collapsable_trigger:before {
	content: "\f140";
	color: #717171;
	display: inline-block;
	font-size: 125%;
	line-height: 25px;
	text-align: center;
	height: 25px;
	position: absolute;
	right: 13px;
	top: 7px;
	width: 30px;
	font: 400 20px/1 dashicons;
}

.aa_ap_collapsable_trigger:before {
	top: 0;
}

.aa_collapsable_trigger.opened:before,
.aa_ap_collapsable_trigger.opened:before {
	content: "\f142";
}

.aa_collapsable {
	display: none;
}
/*---aa_collaspable---*/

/*-CBC-*/

#CCBVideo_Modal_Window {
	padding: 0;
}

#CCBVideo_Modal_Window > .wrap {
	margin: 0;
}

#CCBVideo_Modal_Window #cbc-playlist-items {
	height: 50%;
}

#CCBVideo_Modal_Window #cbc-display-videos {
	height: 95%;
}

/**/
#CCBVideo_Modal_Window #aa_cbc_tags {
	position: absolute;
	height: 40%;
	left: 0;
	bottom: 0;
	width: 30%;
}


#aa_cbc_form {
	border-top: 1px solid #e2e2e2;
	bottom: 5%;
	height: 95%;
	left: 3%;
	position: absolute;
	width: 94%;
}

#aa_cbc_tags_input {
	width: 100%;
}

#aa_cbc_tags_list .aa_ac_tag {
	background-color: #e2e2e2;
	border: 1px solid #ccc;
	border-radius: 3px;
	float: left;
	margin: 0 10px 10px 0;
	padding: 0 15px 0 3px;
	position: relative;
}

.aa_ac_tag .aa_block_remove {
	cursor: pointer;
	background-color: #ccc;
	border-radius: 0 3px 3px 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 12px;
}

.aa_ac_tag .aa_block_remove:hover {
	background-color: #939393;
}


.post-php .ui-menu .ui-menu-item {
	cursor: pointer;
}

.post-php .ui-menu .ui-menu-item:hover {
	background-color: #ccc
}
/**/

/*-cbc-*/

.apss_tax_list {
	border: 1px solid #e2e2e2;
	margin: 0;
	max-height: 120px;
	min-height: 15px;
	overflow: auto;
}

.half {
	display: inline-block;
	width: 47%;
}

@media only screen and (max-width : 603px) {
	.half {
		display: block;
		width: 100%;
	}
}

/*---Fixes---*/

.wrap > .updated.fade {
	display: none;
}

/*---#it_post_awards---*/
#it_post_awards label img,
#it_post_badges label img  {
	display: inline-block;
	max-width: 100%;
	margin-left: -100%;
	padding-top: 28px;
	width: 100px;
}

#it_post_awards label span,
#it_post_badges label span {
	display: block !important;
	float: right;
	height: auto !important;
	padding: 0 !important;
	position: relative;
	top: 4px;
	width: auto !important;
}

#it_post_awards label,
#it_post_badges label {
	border-bottom: 1px solid #eee;
	display: inline-block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 75%;
}

#it_post_awards input,
#it_post_badges input {
	float: left;
	margin-top: 3px;
}
/*---end #it_post_awards---*/

/*---.aa_ap_child_videos_tr---*/
.aa_ap_child_videos_tr.disabled,
.aa_ap_child_gallery_tr.disabled {
	opacity: .7;
}
/*---end .aa_ap_child_videos_tr---*/

/*---admin specs visualization---*/
.aa_specs_mit_table_show {
	cursor: pointer;
	font-size: 112.5%;
	font-weight: bold;
}

.aa_specs_backup_slot_wrapper .form-table td {
	padding: 3px 0;
}

.aa_backup_status_info {
	color: red;
	font-size: 112.5%;
	line-height: 150%;
	margin: 10px 0;
}

.aa_backup_status_info.aa_backup_status_ok {
	color: green;
}

.aa_spec_dd_search_checker:disabled + span {
	opacity: .7;
}

/*---end admin specs visualization---*/

/*---.aa_ap_viewmode---*/
.aa_ap_viewmode {
	display: none;
}

.aa_ap_viewmode > span {
	color: #717171;
	cursor: pointer;
}

.aa_ap_viewmode > span:hover {
	text-decoration: underline;
}

.aa_ap_viewmode > span.active {
	color: #3a3a3a;
	font-weight: bold;
}


.aa_ap_images_table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

.aa_ap_images_table.disabled {
	opacity: .5;
}

.aa_ap_images_list {
	margin: 0;
	font-size: 75%;
}

.aa_ap_images_list li {
	margin: 0;
}

.aa_ap_images_table tr.has_amazon_images {
	background: #fff;
}

.aa_ap_images_table td {
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #e2e2e2;
}

.aa_ap_images_table .aa_ap_image_preview_td,
.aa_ap_images_table .aa_ap_image_check_td {
	text-align: center;
}

.aa_ap_image_preview,
.aa_ap_image_preview_td {
	max-height: 100px;
	max-width: 100px;
}

.loader.small {
	width: 40px;
	margin-bottom: -4px;
	display: none;
}


.aa_ap_pagi_wrapper {
	position: relative;
	overflow: visible;
}

.aa_ap_pagi_wrapper .loader {
	position: absolute;
	top: 20px;
	left: -50px;
}
/*---end .aa_ap_viewmode---*/

/* Edit category */
.postchecklist span {
	position: relative;
	margin-left: 13px;
	padding-right: 10px;
}

.postchecklist span a {
	margin: 1px 0 0 -17px;
	cursor: pointer;
	width: 20px;
	height: 20px;
	text-indent: 0;
	position: absolute;
	padding: 0;
	left: 0;
}

.aa-notice-error,
.aa-notice-info {
	padding-left: 10px;
	position: relative;
	left: 2px;
	background-color: #FFF;
	margin-bottom: 5px;
}

.aa-notice-error {
	border-left: 3px solid #dc3232;
}

.aa-notice-info {
	border-left: 3px solid #00a0d2;
}

.aa-notice-error p,
.aa-notice-info p {
	font-weight: bold;
}
/* End edit category */

.post-php .media-modal-content .media-toolbar-primary.search-form {
	width: 25%;
}

/*===custom button===*/
.cbs_color_label {
	width: 35px;
	height: 20px;
	display: inline-block;
	border-radius: 3px;
	position: relative;
	top: 4px;
}

/*===end custom button===*/

/*===Custom Button Shortcode Settings===*/
body[class*="posts_page_bws_settings_"] .form-table th {
	display: none;
}

/*-Tabs-*/
.aa_tab {
	display: inline-block;
	font-size: 125%;
	font-weight: bold;
	padding: 5px 20px;
	background: #f5f5f5;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	cursor: pointer;
	margin-right: 10px;
	margin-bottom: 10px;
}

.aa_tab.first-child {
	margin-left: 0;
}

.aa_tab.active {
	background: #fff;
	color: #000;
}

.aa_tab:hover {
	color: #000;
}

.aa_tab_block {
	display: none;
}

.aa_tab_block.active {
	display: block;
}

/* Amazon images style */
.sg_amazon_image_preview {
	width: 60px;
	height: 60px;
	background-size: cover;
	border: 2px solid #000;
	margin: 5px;
	float: left;
	cursor: pointer;
}

.sg_amazon_image_preview.active {
	border-color: #F00;
}
/* End Amazon images style */

/* Related articles shortcode */
.ra_options_wrapper .aa_ra_mark {
	display: none;
}

.ra_cs_popup .aa_block_remove {
	display: none;
}

.ra_cs_popup {
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 50vw;
	border: 3px solid green;
	padding-top: 45px;
}

.ra_scroller,
.srma_scroller {
	max-height: 80vh;
	overflow-y: scroll;
}

.ra_cs_popup .aa_cancel,
.ra_cs_popup .aa_ra_add_posts {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 100;
}

.ra_cs_popup .aa_ra_add_posts {
	left: auto;
	right: 10px;
}
/* End related articles shortcode */

/*netvork news*/
.aa_nn_feed {
	position: relative;
}
/* Featured posts option */
.aa_featured_row {
	display: block;
	width: 100%;
}

.aa_featured_row:after {
	content: '';
	display: block;
	clear: both;
}

.aa_featured_cell {
	width: 45%;
	float: left;
	min-height: 100px;
	border: 1px solid #e2e2e2;
	cursor: pointer;
}

.aa_featured_cell:nth-child(2n) {
	margin-left: 5px;
}

.aa_featured_cell .aa_pp_title {
	width: 90%;
}
/* End Featured posts option */
.aa_nh_device_item_wrap td {
	position: relative;
}

.aa_nh_device_item label span:not(.aa_info) {
	width: 20%;
	display: inline-block;
}

.aa_nh_device_item {
	padding: 10px;
	border: 2px dotted #dbdbdb;
	position: relative;
}

/* hide calendar in datepicker */
.hide-calendar .ui-datepicker-calendar {
	display: none;
}​

/*best product shortcode*/
#aa_best_product {
	width: 66vw;
}

#aa_best_product tbody {
	float: left;
	width: 50%;
	box-sizing: border-box;
}

#aa_best_product tbody:first-child {
	padding-right: 2%;
	border-right: 1px solid #e5e5e5;
	margin-right: -1px;
}

#aa_best_product tbody:last-child {
	padding-left: 2%;
	border-left: 1px solid #e5e5e5;
}


.window.srma_cs_popup {
	position: fixed;
	top: 70px;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 80vw;
	border: 2px solid #716d6d;
}

#srma_pp_form_wrapper .aa_ra_mark {
	display: none;
}

.srma_cs_popup .aa_srma_add_posts {
	float: right;
}

.srma_scroller {
	margin-top: 10px;
}

.it_option_header.required {
	color: #000;
}

.it_option_header.required:after {
	content: '*';
	color: red;
	display: inline-block;
	margin-left: 5px;
	font-size: 19px;
}

.aa_ap_articles .aa_pp_form {
	position: relative;
	border: 1px solid #e2e2e2;
	cursor: pointer;
	padding: 10px;
}

textarea.bwsu_desc {
	width: 100%;
	min-height: 100px;
}

/* Latest articles modified */
.aa_it_latest_articles_block_custom .input_long {
	width: 305px;
}
.aa_it_latest_articles_block_custom .aa_block_remove {
	top: 0;
	right: 0;
}
.aa_it_latest_articles_block_custom .aa_it_la_custom_label {
	display: inline-block;
	width: 50px;
}
.aa_it_latest_articles_block_custom ol {
	margin-left: 5px;
}
.aa_it_posts_list li {
	position: relative;
}
.aa_it_posts_list li:not(:last-child) {
	border-bottom: 1px dashed #bbb;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
/* Latest articles modified */

/* top products */
.aa_top_products_list li {
	position: relative;
}
.aa_tp_custom_label {
	min-width: 90px;
	display: inline-block;
}
/* top products */

/*best product shortcode*/
#best_product.window {
	width: 66vw;
}

#best_product_table tbody {
	float: left;
	width: 50%;
	box-sizing: border-box;
}

#best_product_table tbody:first-child {
	padding-right: 2%;
	border-right: 1px solid #e5e5e5;
	margin-right: -1px;
}

#best_product_table tbody:last-child {
	padding-left: 2%;
	border-left: 1px solid #e5e5e5;
}
/*best product shortcode*/

/*product data*/
/*===Fonts===*/
@font-face {
	font-family: 'icons_product';
	src:url('../fonts/icons/icons.eot?8hs84tx');
	src:url('../fonts/icons/icons.eot?#iefix8hs84tx') format('embedded-opentype'),
		url('../fonts/icons/icons.ttf?8hs84tx') format('truetype'),
		url('../fonts/icons/icons.woff?8hs84tx') format('woff'),
		url('../fonts/icons/icons.svg?8hs84tx#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'icons_product';
		src: url('../fonts/icons/icons.svg?8hs84tx#icomoon') format('svg');
	}
}
#aa_best_list_top_products .icon_select, 
#aa_best_list_top_products .icon_select option {
	font-family: icons_product;
}
/*product data*/

.aa_rec_span {
	display: inline-block;
	min-width: 160px;
	font-weight: 500;
}

#the-list .type-faqs.status-draft{
	 background-color: #fef7f1;
}
#the-list .type-faqs.status-draft .check-column{
	 border-left: 4px solid #d54e21;
	}


.faq_pagination .current {
    color: #0073aa;
    padding: 5px 5px 5px 5px;
    border-radius: 5px; 
     background-color: lightgray;
}
.faq_pagination{
  display: inline-block;
}
.faq_pagination a {
  color: black;
  padding: 8px 12px;
}
/*.defult_data {
    height: 46px;
}
.ajax_data_show {
    height: 45px;
}*/
[data-name="aa_poll_stats"] .acf-input-wrap {
    display: none;
}
/* Category Archive: Featured Posts Preview */
.acf-field[data-name="featured_posts_bottom_preview"] .acf-input-wrap { display: none; }
.featured_posts_bottom_preview_wrap { width: 100%; font-size: 16px;	line-height: 1.4; }
.featured_posts_bottom_preview_wrap a { text-decoration: none; color: #2c3338; }
.featured_posts_bottom_preview_wrap a:focus { outline: none; box-shadow: none; color: #2271b1; }
.featured_posts_bottom_preview_wrap a:hover { color: #2271b1; }
.featured_posts_bottom_preview_wrap .divTable{ display: table; width: 100%; border: 1px solid #8c8f94; background-color: #fff; }
.featured_posts_bottom_preview_wrap .divTableRow { display: table-row; }
.featured_posts_bottom_preview_wrap .divTableHeading { background-color: #EEE; font-weight: bold; }
.featured_posts_bottom_preview_wrap .divTableCell, .divTableHeading { border: 1px solid #999999; display: table-cell; padding: 3px 10px; }
.featured_posts_bottom_preview_wrap .divTableBody { display: table-row-group; }
.featured_posts_bottom_preview_wrap .divTableBody .divTableRow .divTableCell:first-child, .divTableBody .divTableRow .divTableHeading:first-child { width: 10%; }
.featured_posts_bottom_preview_wrap .divTableBody .divTableRow .divTableCell:last-child, .divTableBody .divTableRow .divTableHeading:last-child { width: 10%; }
/* Embargo Content List */
.embargo-settings_page_embargo-list .acf-admin-notice.notice { display: none; }
.embargo-settings_page_embargo-list #poststuff { display: none; }
.embargo_table { border-collapse: collapse; width: 100%; }
.embargo_table td, .embargo_table th { border: 1px solid #ddd; padding: 8px; }
.embargo_table tbody { background-color: #ffffff; }
.embargo_table tbody tr:nth-child(even){ background-color: #f2f2f2; }
.embargo_table tbody tr:hover { background-color: #ddd; }
.embargo_table th { padding-top: 12px; padding-bottom: 12px; text-align: left; background-color: #2271b1; color: white; }
.embargo_table .status-red { color: red; }
.embargo_table .status-green { color: green; }
.embargo_table td a { text-decoration: none; text-transform: capitalize; }
.acf-field[data-name="embargo_validation_hidden_value"] { display: none; }

body.appearance_page_deal_bar_settings_admin .form-table th {
	display: none;
}
#deal_bar_options {
    display: inline-block;
    width: auto;
}
.deal_day_bar_option {
    padding: 10px;
    background: #fff;
    border: 1px dashed #ccc;
    position: relative;
    margin-bottom: 15px;
}