html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

.fl_l {
	float: left;
}

.fl_r {
	float: right;
}

.clear {
	clear: both;
}

.btn {
	background: #CCC;
	font-size: 0.9em;
	padding: 3px 10px;
}

.btn.blue {
	background: #3498db;
	background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	background-image: -o-linear-gradient(top, #3498db, #2980b9);
	background-image: linear-gradient(to bottom, #3498db, #2980b9);
	-webkit-border-radius: 7;
	-moz-border-radius: 7;
	border-radius: 7px;
	text-shadow: 1px 1px 3px #666666;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
	color: #ffffff;
	font-size: 1em;
	padding: 7px 15px 7px 15px;
	border: solid #1d6c9e 1px;
	text-decoration: none;
}

.btn.blue:hover {
	background: #3cb0fd;
	color: #fff;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	text-decoration: none;
}

div.content-area {
	width: 100%;
}

#toggleSidebar {
	font-size: 0.9em;
	font-weight: bold;
	font-style: italic;
}

#hideSelectedItems {
	float: right;
}

.ph_top {
	width: 100%;
}

.ph_top .filter_container {
	width: 90%;
}

.ph_top .filter_container .filter_header {
	font-weight: bold;
	font-size: 1.1em;
	margin: 20px 0 0;
}

.ph_top .filter_container .filter_content {
	font-size: 1em;
}

.ph_top .filter_container .filter_item {
	clear: both;
	padding: 10px 0;
	display: inline-block;
	margin: 0 30px 10px 0;
	min-width: 220px;
	vertical-align: top;
	font-size: 0.9em;
}

.ph_top .filter_container .filter_item label {
	display: block;
	font-style: italic;
}

.ph_top .filter_container .filter_item.lbl_left {
	margin-right: 50px;
}

.ph_top .filter_container .filter_item.lbl_left label {
	display: inline-block;
	margin-right: 10px;
}

.ph_top .filter_container .filter_item.lbl_left .filter_value {
	float: right;
}

.ph_top .filter_container .sol-current-selection {
/*	display: none;*/
}

.daterangepicker {
	min-width: 240px;
	font-size: 0.9em;
}

.ph_top .filter_item input[type=text] {
	padding: 3px 5px;
	width: 60px;
	border: none;
	border-bottom: dashed 1px #c9c9c9;
	transition: border 0.3s;
	display:inline;
	/*text-align: right;*/
}

.ph_top .filter_item input[type=text]:hover,
.ph_top .filter_item input[type=text].hover {
	border-bottom: dashed 1px #969696;
}

.ph_top .filter_item input[type=text]:focus,
.ph_top .filter_item input[type=text].focus {
	border-bottom: dashed 1px #666666;
}

.ph_top .filter_item .sol-input-container input[type=text] {
	border: none;
	width: auto;
}
.ph_top .filter_item .sol-inner-container {
	transition: background 0.1s, border 0.1s;
}

.ph_top .filter_item .sol-inner-container:hover,
.ph_top .filter_item .sol-inner-container.hover {
	background-color: #eeeeee;
	border-color: #969696;
}

.fl_r {
	float: right;
}

.ph_content {
	width: 100%;
}

.ph_content #product_list {
	border: none;
	width: 100%;
}

.ph_content #product_list th {
	border: none;
	font-size: 1.1em;
	line-height: 17px;
}

.ph_content #product_list td {
	border: none;
}

.ph_content #product_list td .dashicons {
	font-size: 2em;
}

.ph_content #product_list td .dashicons.dashicons-star-filled:focus,
.ph_content #product_list td .dashicons.dashicons-star-filled:active {
}

.ph_content #product_list_wrapper #product_list_processing {
	height: 75px;
	margin-top: 30px;
}

.ph_content input[type=search] {
	width: auto;
	padding: 3px 5px;
	font-weight: normal;
	font-style: italic;
	font-size: 0.9em;
}

/* Product Details Page Style */
.prod_info {
}

.prod_info .prod_header {
	padding: 10px 20px;
}

.prod_info .prod_header img {
	vertical-align: middle;
	border: 2px solid #dedede;
	width: 100px;
	height: 100px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.prod_info .prod_header .salesrank {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
}

.prod_info .prod_header .prod_name {
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
}

.prod_info .prod_header label {
	font-size: 1.2em;
	font-weight: bold;
}

.prod_info .prod_header a {
	float: right;
}

.prod_info .prod_content {
	margin-top: 20px;
}

.prod_info .prod_content #prodhistory_tbl td {
	font-size: 0.9em;
}
/* Chart CSS starts here */
.prod_info .prod_content #prodhistory_chart, .prod_info .prod_content #prodrankhistory_chart {
	margin:2% 0;
}
/* Chart CSS ends here */

/* AMAZON CSS starts here */
#searched_res, #keywords-form {
    position:relative;
}
.search-sugsn, .pluralize-text-widget {
    float: left;
    width: 100%;
}

.search-sugsn input[type="text"] {
    display: inline;
    margin-bottom: 0;
    width: 185px;
}
.search-sugsn input[type="submit"] {
    margin-bottom: 0;
    margin-left: 1px;
    padding: 9px 14px;
}
#keywords-form > input#keyword_title {
    width: 48%;
}
#searched_res ul, #pluralized_res ul {
	list-style:none;
}
#searched_res ul li, #pluralized_res ul li {
    display: block;
    width: 100%;
    float: left;
    line-height:20px;
}
#searched_res input,  #searched_res label, #pluralized_res input, #pluralized_res label{
    float: left;
}
#checked_all_sugsn, #checked_all_plural {
    margin-left: 7px;
}
#plural_add_to_line {
    margin-top: 10px;
}
#pluralized_res {
    margin-top: -20px;
}
.loader-image {
    display: none;
    left: 5px;
    top: 3px;
    position: relative;
}
.selected_suggession textarea {
    color: #222;
    font-size: 14px;
    font-weight: 300;
}
#searched_res label[for='checked_all_sugsn'], #pluralized_res label[for='checked_all_plural']{
	color: #4d90fe;
}
.gauge-count-widget, .gauge-count-warroom-widget,  #ppc_key_count_gauge, #kk_gauge_ppcp, #kk_gauge_ppcn {
	width:120px;
	height:120px;
}
.selected_suggession table textarea {
    height: 120px;
    width: 100%;
    margin-bottom:0px;
    background: #fff none repeat scroll 0 0;
    border: medium none;
}
.selected_suggession table tr th, .table-key-lists-warroom table tr th, .table-key-lists-warroom table tr td{
	vertical-align:middle;
}
.copy-line_content {
	cursor:pointer;
}
.loader-image2 {
	left: 30%;
	position: absolute;
	top: 50%;
	display:none;
}
.translator-lines label {
	display:inline;
}
.translator-lines {
	cursor:pointer;
}
.search-key-lists  {
	position:relative;
	margin: 10px 0 10px 10px;
	font-size:16px;
}
.search-key-lists > input#list_search_keyword {
    float: left;
    border-right:0px;
    height: 31px;
    margin-bottom: 0;
}
#list_search {
    background-color: #8fbe32;
    border: 1px solid #9ecd40;
    color: #fff;
    cursor: pointer;
    font-size: 21px;
    height: 31px;
    margin-left: -1px;
    padding: 4px 7px;
}
#list_search:hover {
    background-color: #9ecd40;
    border: 1px solid #9ecd40;
}
#reset_key_list {
    left: 190px;
    position: absolute;
    top: 8px;
    display:none;
    cursor: pointer;
    color:#D8000C;
}
#spin-loader {
    left: 10px;
    position: absolute;
    top: 8px;
    display:none;
}
#user-key-list td {
    vertical-align: middle;
}
#user-key-list td i {
    font-size: 20px;
    padding: 6px;
    vertical-align: middle;
}
.key-pagination, .wh-key-pagination {
    margin: 10px 5px;
}
.key-pagination .page-numbers, .wh-key-pagination .page-numbers {
    border: 1px solid #8fbe32;
    padding: 6px 12px;
    background-color: #8fbe32;
    color: #fff;
}
.key-pagination .page-numbers:hover, .key-pagination .page-numbers.current, .wh-key-pagination .page-numbers:hover, .wh-key-pagination .page-numbers.current {
    border: 1px solid #9fcd00;
    background-color: #9fcd00;
    font-weight:bold;
}
.pluralize-text-widget > textarea {
    height: 100px;
    width: 100%;
}
.plural-heading {
	float:left;
	width:100%;
}
.keyword-rank-chart-warroom {
	height:160px;
	width:33%;
}
#user-key-list-warroom form {
    display: inline;
}
.submit_war_view {
	cursor:pointer;
}
.warroom-edit-area textarea {
    height: 240px;
    width: 100%;
}
#user-key-list a {
    color: #0093d0;
    font-style: italic;
    font-weight: 600;
}
#saved-spin-loader {
    display: none;
    font-size: 20px;
    left: 40%;
    position: absolute;
    top: 14px;
}
.table-key-lists-warroom thead i.fa.fa-sort {
    color: #898989;
    cursor: pointer;
    float: right;
    line-height: 0;
}
.rank-loader-gif {
    background: rgba(0, 0, 0, 0) url("../images/keyword_loading.gif") no-repeat scroll 50% 50% / 80px auto;
    font-size: 0;
}

/* PPC Armory CSS Starts Here */
#ppc-text-box textarea {
    height: 250px;
    width: 100%;
    font-size:15px;
}
#ppc-dropzone-box.dropzone-box {
	min-height: 175px;
	border: 2px dashed #aaa;
	margin-bottom: 30px;
}
#ppc-dropzone-box.dropzone-box .dz-message {
	font-size: 25px;
}
.ppc-or {
    font-size: 25px;
    padding: 10% 0;
}
#ppc-dropzone-box.dropzone-box .dz-preview {
	margin: 10px;
}
#ppc-text-box textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size:25px;
}
#ppc-text-box textarea::-moz-placeholder { /* Firefox 19+ */
	font-size:25px;
}
#ppc-text-box textarea:-ms-input-placeholder { /* IE 10+ */
	font-size:25px;
}
#ppc-text-box textarea:-moz-placeholder { /* Firefox 18- */
	font-size:25px;
}
.table-ppc_file_grid_view .dataTables_scrollBody {
	overflow-x:hidden !important;
}
.show-xl-list {
    float: right;
    cursor:pointer !important;
}
.ppc-popup-content, .wh-popup-content {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 25px 5px #999;
    min-height: 300px;
    min-width: 400px;
    padding: 10px;
    display:none;
}
.ppc-popup-loding li {
    font-size: 13px;
    line-height: 16px;
    list-style: outside none none;
}
.ppc-popup-loding li input {
    vertical-align: middle;
}
.ppc-popup-loding {
    max-height: 300px;
    overflow-y: auto;
}
.table-ppc_file_grid_view {
	display:none;
}
.table-ppc_file_grid_view table thead .sortable {
    background-image: url("../images/sort_both.png");
    background-position: right 24px;
    background-repeat: no-repeat;
}

.table-ppc_file_grid_view table tr[visible='false'],
.no-result{
  display:none;
}

.table-ppc_file_grid_view table tr[visible='true']{
  display:table-row;
}
.table-ppc_files_list_view {
    clear: both;
}
.table-ppc_file_grid_view .counter{
  padding:8px; 
  color:#aaa;
}
/*
.ppc-table-wrapper {
	width: 100%;
    max-height: 800px;
    overflow-y: scroll;
    clear:both;
}*/
.ppc-table-wrapper {
	width: 100%;
    clear:both;
}
.table-ppc_file_grid_view .table input[type="button"] {
    padding: 9px 0;
    width: 100%;
}
.table-ppc_file_grid_view table {
	display: block;
	border-width: thin;
	float: left;
}
.table-ppc_file_grid_view table th, .table-ppc_file_grid_view table td {
    width: 101px;
}

.table-ppc_file_grid_view .ppc_search_bar > label {
    display: inline;
}
.table-ppc_file_grid_view .ppc_search_bar {
    float: left;
    margin: 0px 0 15px 0;
    width: 100%;
    display: inline;
}
.table-ppc_file_grid_view .ppc_search_bar > input {
    border: 1px solid #ddd;
    padding: 5px 9px;
}
.table-ppc_file_grid_view table tr td {
	vertical-align: middle;
}
.ppc-ajax-keycount {
    display: block;
    float: left;
    width: 100%;
}

#upload-csv-btn {
    margin-bottom: 0;
}
.highslide-container table {
	display:none;
}
.draggable-header .highslide-header {
	height: 28px !important;
}
.highslide-wrapper {
	border-radius: 5px;
}
.draggable-header .highslide-maincontent {
    padding-top: 0.1em !important;
}
.loader-image3 {
    display: none;
    left: 45%;
    position: absolute;
    top: 18%;
    z-index: 999;
}
.ppc-dropzone-wrap {
	 position: relative;
}

/* WORD HAMMER CSS */

#wh_search_term, #wh_country {
    width: 100%;
}
.wh_suggessions_table_view {
	display:none;
}
.loader-image4 {
    display: none;
    left: 30%;
    position: absolute;
    top: 14px;
    z-index: 999;
}

.wh-cntry-wrap, .wh-srch-wrap {
    display: inline-block;
}
.wh-outerbox {
    border: 4px solid #0085ba;
    border-radius: 4px;
    clear: both;
    display: block;
    position:relative;
    padding: 3px;
}
.wh-outerbox > ul {
    left: 0;
    margin: 0;
    position: absolute;
    top: -39px;
    z-index: 1;
}
.wh-outerbox li {
    display: inline-block;
    list-style: outside none none;
    min-width: 100px;
    text-align: center;
}
.wh-outerbox li a {   
    border-radius: 5px 5px 0 0;
    box-shadow: 1px 0 1px 0 #333;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin-right: 5px;
    opacity: 0.6;
    padding: 7px 10px;
    text-transform: capitalize;
}
.wh-outerbox li a.active {
    font-weight: bold;
    opacity: 1;
}
.wh-outerbox li:first-child a {
	 background: #0085ba none repeat scroll 0 0;
}
.wh-outerbox li:nth-child(2) a {
	 background: #34A853 none repeat scroll 0 0;
}
input#wh_search_term {
    border-width: 0;
    font-size: 20px;
}
#wh_search_term, #wh_country {
    font-size: 20px;
    line-height: 28px;
    padding: 6px 0;
    width: 100%;
    margin:0
}

.wh-srch-wrap .fa.fa-search {
    margin: 0;
}

.wh-outerbox input[type="text"]:focus {
    box-shadow: none;
}
.wh-cntry-wrap {
    padding-right: 42px;
    width: 100%;
}
.wh-srch-wrap {
    position: absolute;
    right: 15px;
}

#wh_search_btn {
    background-color: #0085ba !important;
    border-radius: 2px;
    height: 38px;
    margin: 0 0 0 10px;
    padding: 0;
    text-align: center;
    width: 38px;
}
select#wh_project_id {
    border: 2px solid #ccc;
    border-radius: 3px;
    font-size: 20px;
    margin: 5px 0;
    padding: 10px 0;
}
.wh_search_bar_wrap {
    margin-bottom: 20px;
    position: relative;
    top: 25px;
}
#wh_add_st_btn, #wh_add_pt_btn, #wh_add_b_btn, #wh_add_ppcp_btn, #wh_add_ppcm_btn, #ppc-add-to-list {
    margin-bottom: 0;
}
.wh_suggessions_table_view table tr th i.fa-bars, .table-ppc_file_grid_view table tr th i.fa-bars {
    float: right;
    cursor: pointer;
}
.wh_suggessions_table_view input[type="button"] {
    margin-top: 8px;
    padding: 10px 0;
    width: 100%;
}
.lab-res {
    display: inline;
    position: relative;
    left: -3px;
    top: -3px;
    font-weight:400;
}
.wh-popup-loding li {
    line-height: 1em;
    list-style: outside none none;
}
.wh-popup-loding hr {
    margin: 14px;
}
.wh_suggessions_table_view > a {
    float: right;
}
.wh-custom-section .alert{
	margin-bottom: 0;
	margin-top: 45px;
}
.gauge-count-widget-wh {
	height: 155px;
    width: 157px;
}

.wh_search_gauges_wrap {
	display:none;
}

.ppc_plus_minus textarea {
    border: 2px solid #ddd !important;
}
.table.ppc_plus_minus td, .table.ppc_plus_minus {
    border: medium none;
}
.table.table.ppc_plus_minus tbody tr:hover td {
    background-color: #fff;
}
.table.ppc_plus_minus {
    margin-top: 70px;
}
.copy-line_positive, .copy-line_negative {
	cursor:pointer;
}
.vc_col-custom7 {
    float: left;
    margin-right: 4px;
}
.wh_search_gauges_wrap {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.wh_search_gauges_wrap div.vc_col-custom7:last-child {
    margin-right: 0;
}
.pos-relative {
	position:relative;
}
.vc_col-custom7 h6 {
    font-weight: 400;
    height: 42px;
    line-height: 18px;
    margin-top: 10px;
    width: 157px;
}
.table.ppc_plus_minus td span, .table.ppc_plus_minus td img {
    display: inline-block;
    vertical-align: middle;
}
.table.ppc_plus_minus span {
    margin-right: 10px;
}
.vc_col-custom7 h6 a {
    color: #4d90fe;
}
#user-key-list span.gauge-count-widget {
    cursor: pointer;
}
.help-tip {
	 z-index: 999 !important;
}
.table-key-lists {
    box-shadow: 0 3px 10px #000;
    height: 600px;
    margin: 0 20px auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 8px;
    width: 95%;
}
.table-key-lists .table thead th {
    background-color: #222;
    color: #eeee22;
    font-size: 15px;
}
.table-key-lists .table tbody td {
    font-size: 15px;
}
.table-key-lists table.table {
    margin-top: -23px;
}

.asin-wrap input{
   float:left;
}
.asin-wrap #get_asin_info {
    margin-left: 10px;
    padding: 8px 16px;
}
.selected_suggession #wp-text_description-wrap .wp-switch-editor {
	color:#fff;
	text-transform:lowercase;
	font-weight: normal;
}
.selected_suggession .form-actions {
    bottom: 0;
    position: fixed;
    right: 11%;
    z-index: 9999;
}
.selected_suggession .form-actions > input {
    background: rgba(143, 190, 50, 0.7) none repeat scroll 0 0 !important;
    font-weight: bold;
}
.selected_suggession .form-actions > input:hover {
    background: rgba(143, 190, 50, 1) none repeat scroll 0 0 !important;
}
.selected_suggession #mceu_18-body div, .selected_suggession #qt_text_description_toolbar input {
	display:none;
}
.selected_suggession #mceu_18-body #mceu_0, .selected_suggession #mceu_18-body #mceu_1, .selected_suggession #qt_text_description_toolbar #qt_text_description_strong, .selected_suggession #qt_text_description_toolbar #qt_text_description_em {
	display:inline-block;
}
.selected_suggession #text_description-html {
    font-size: 0;
}
.selected_suggession #text_description-html::after {
    content: "html";
    font-size: 13px;
    line-height: 22px;
}
.selected_suggession .tmce-active #text_description-tmce, .selected_suggession .html-active #text_description-html{
	font-weight: bold;
}