/* Common Popup styles */
.gwt-PopupPanel {
	/*z-index: 2147483647 !important;*/
}

.gwt-SuggestBoxPopup{
	z-index: 5000;    
	margin: 5px;
    min-width: 100px;
	border: 1px solid #c0c0c0;
	background: #FFF;
}
.gwt-SuggestBoxPopup .item{
	padding: 3px;
	display: block;
	width: 100%;
}
.gwt-SuggestBoxPopup .item-selected{
	color: #4A90E2;
	font-weight: bold;
}
.gwt-SuggestBoxPopup strong{
	font-weight: bold;
}
.gwt-PopupPanelGlass {
	background-color: #A9A9A9;
    opacity: .5;
    z-index: 3500;
}

.gwt-PopupPanel {
	position: fixed !important;
	background-color: white;
	z-index: 4000;
    box-shadow: 0 0 6px 1px rgba(50, 50, 50, 0.82);
	padding: 1em;
	min-width: 300px;
}
.popupButtons{
	padding-top: 1em;
	/* width: 100%; */
	text-align: center;
}
.gwt-PopupPanel .popupTitle{
	text-align: left;
	font-family: 'museo_sans100',Arial,Helvetica,sans-serif;
	margin: 2px 0 20px 0;
	font-size: 13px;
	text-transform: uppercase;
	
}
.gwt-PopupPanel .popupContent {
	text-align: center;
}

.gwt-PopupPanel > .popupContent > .container > div:first-child {
	overflow: hidden;
}
.gwt-TabLayoutPanel {
	margin-top: 40px;
	width: 600px;
	min-height: 400px;
}

.keyword_optimization_popup div.gwt-TabLayoutPanel {
	width: 800px;
}

.width_auto {
	width: auto;
}

.complex_popup {
	width: 500px;	
}

.simple_popup {
	max-width: 500px;
}

.gwt-TabLayoutPanelTabs{
	width: 600px !important;
	display: table;
}
.gwt-TabLayoutPanelTab{
	display: table-cell !important;
	
}
.gwt-TabLayoutPanelTabInner{
	margin: 9px 5px 0 0;
	padding: 10px;
	font-family: 'museo_sans300',Arial,Helvetica,sans-serif;
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
	
	background-color: #E9E9E9;
	border-top: 1px solid #E9E9E9;
	border-right: 1px solid #E9E9E9;
	border-left: 1px solid #E9E9E9;
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
}
.gwt-TabLayoutPanelTab-selected div.gwt-TabLayoutPanelTabInner{
	padding: 9px;
	margin: 10px 5px 0 0;
	background-color: #FFF ;
	border-top: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;
}
.gwt-TabLayoutPanelContent,
.simple_popup,
.complex_popup {
	padding: 10px;
	position: relative;
	vertical-align: top;
	margin-top: 10px;
}
.gwt-TabLayoutPanelContent,
.complex_popup {
	text-align: left;
	overflow-y:auto;
}
.simple_popup {
	  min-width: 400px;
	text-align: center;
}

.simple_popup .tags_editor{
	 width: 300px;
}
.gwt-TabLayoutPanelContent  > div > label,
.complex_popup  > div > label,
.complex_popup .widget_position_panel label,
.complex_popup .reportNamePanel label,
.complex_popup .emailToPanel label,
.complex_popup .keyword_selection > div > label,
.gwt-TabLayoutPanelContent  .pages_component_section label, 
.gwt-TabLayoutPanelContent .multi_select_component > label {
	display: inline-block;
	width: 25%;
	text-align: right;
	margin-right: 1em;	
	vertical-align: top;
	margin-top: 1em;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.gwt-TabLayoutPanelContent span.sectionTitle,
.simple_popup  span.sectionTitle,
.complex_popup  span.sectionTitle {
	color: #4A90E2;
	margin: 10px 0;
	display: inline-block;
}

.gwt-TabLayoutPanelContent > div  > label+*, 
.complex_popup >  div > label+*,
.complex_popup >  div > .l_combo,
.complex_popup .widget_position_panel .l_combo,
.complex_popup .reportNamePanel label+*,
.complex_popup .emailToPanel label+*:not(.emailTo),
.complex_popup .keyword_selection label+*,
.gwt-TabLayoutPanelContent  .pages_component_section label + * {
	width: 60%;
	margin-top: .85em;
	vertical-align: bottom;
	display: inline-block;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
	white-space: pre-wrap;
}

.complex_popup .emailToPanel .emailTo {
	width: 60%;
	margin-top: .85em;
	vertical-align: bottom;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.complex_popup div.warning_colour,
.simple_popup div.warning_colour,
.gwt-TabLayoutPanelTabs div.warning_colour {
	text-align: center;
}

.simple_popup > * {
	width: 80%;
	margin-top: .5em;
	vertical-align: bottom;
	display: inline-block;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.gwt-TabLayoutPanelContent .double_col_item, 
.complex_popup .double_col_item {
	width: calc(30% - .25em);
	margin-top: .5em;
	margin-right: .5em;
	vertical-align: bottom;
	display: inline-block;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}
.complex_popup span.gwt-CheckBox {
	text-align: left;
}
.gwt-PopupPanel .closeControl {	
	position: absolute;
	top: 1em;
	right: 1em;
	background: url("/assets/images/close_white.svg") no-repeat scroll center center rgba(0, 0, 0, 0);
    border: medium none;
   	height: 17px;
    padding: 0;
    width: 17px;
    cursor: pointer;
}
.gwt-PopupPanel .actionsPanel {	
	margin-top: 25px;
	width: auto;
	text-align: center;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	margin-bottom: 10px;
  	float: right;
}
.gwt-PopupPanel .actionsPanel a{
	display: inline-block;
	cursor: pointer;
	border-radius: 12px;
	padding: 3px 6px;	
	font-size: 9pt;
	margin-left: 10px;
	min-width: 100px;
	color: #4A90E2;
	background: #FFF;
	border: 1px solid #FFF;
	text-decoration: none;
}

.gwt-PopupPanel .actionsPanel a.first-child:not(.disabled):hover,
.gwt-PopupPanel .actionsPanel a.cancel:not(.disabled):hover {
	text-decoration: underline;
}

.gwt-PopupPanel .actionsPanel a:last-child:not(.disabled):hover{
	color: #FFF !important;
	background: #4A90E2 !important;
	border: 1px solid #4A90E2 !important;
}
.gwt-PopupPanel .actionsPanel a:last-child{
	color: #4A90E2;
	background: #FFF;
	border: 1px solid #4A90E2;
}
.popup_wide {
	width:700px !important;
}

.gwt-PopupPanel .simple_pop_up input {
	width: 100%;
	text-align: left;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.confirmation_check_box_panel div.popupContent label {
    width: 100%;
    text-align: center;
}

/** Common Popups **/
.gwt-PopupPanel.notesPopup {
	padding: 0;
	position: absolute !important;
	/* z-index: 248; */
}

.notesPopup div.container > div:first-child {
	display: none;
}

.notesPopup div.autohide_popup {
	max-width: 500px;
}

.notesPopup div.autohide_popup > div:first-child,
.notesPopup div.autohide_popup > div:nth-child(2)  {
	max-height: 180px;
	overflow: hidden;
	overflow-y:auto;
	border-bottom: 1px solid #C0C0C0;
}

.notesPopup div.autohide_popup > div:nth-child(2) {
	padding: 15px;
}

.notesPopup div.autohide_popup > div > div.note {
	margin: 15px;
	clear:both;
	overflow: hidden;
}

.notesPopup div.autohide_popup > div > div.note > * {
	text-align: left;
	float:left;
	width: 80px;
}

.notesPopup div.autohide_popup > div > div.note > *:first-child {
	color: #4A90E2;
    margin-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notesPopup div.autohide_popup > div > div.note > *:nth-child(2) {
	width: calc(100% - 95px);
}

.notesPopup div.autohide_popup > div > div.note > *:last-child {
	margin-top: 5px;
	font-style: italic;
	width: auto;
}

.notesPopup input {
	float: left;
    margin: 15px;
    min-width: 150px;
    height: 20px;
    margin-right: 0;
    width: calc(75% - 73px);
}

.notesPopup .actionsPanel {
	margin-right: 15px;
	margin-top: 15px !important;
}

.pageSizerPopup {
	z-index: 5000 !important;
}


.notesPopup .autohide_popup {
	word-break: break-all;
}

.savingDialog {
	margin-top: 20px;
	font-size: 14px;
	color: #444444;
}

.saving_dialog > div:first-child {
	display:none;
}

.saving_dialog div.gwt-Label {
	background-image: url("/assets/images/loading.gif");
    background-repeat: no-repeat;
    width: auto;
    display: inline-block;
    padding-left: 30px;
    padding-top: 5px;
    height: 24px;
	margin-top: 6px;
	width: 100px;
}

/* Alternative popup style */

.gwt-PopupPanel.alternative_popup {
    background-color: #f1f1f1; 
    padding: 0;
}

.gwt-PopupPanel.alternative_popup * {
    background-color: transparent;
}

.gwt-PopupPanel.alternative_popup .header_panel > label {
    margin-bottom: 20px;
    display: block;
}

.gwt-PopupPanel.alternative_popup .header_panel > label:first-child {
    font-size: 13px;
}

.alternative_popup .popupTitle, 
.alternative_popup div.header_panel {
    padding-left: calc(15px + 1em);
    text-align: left;
}

.alternative_popup .container {
    overflow: hidden;   
}

.alternative_popup .icon {
    margin-left: 0;
    margin-top: -4px;
}

.alternative_popup .container > div:not(.popupContent) {
    margin: 1em 1em 0 1em;  
}

.alternative_popup div.header_panel {
    margin: 0 1em;
}

.alternative_popup div.content_panel {
    background-color: white;
    overflow-x: hidden;
    overflow-y: scroll;
    height: calc(100% - 70px);
}

.alternative_popup .actionsPanel {
    display: none;
}

.alternative_popup .content_panel {
    margin: 0 !important;
}

.alternative_popup .header_panel {
    margin-bottom: 1.5em !important;
    margin-top: 0 !important;
}

.alternative_popup .header_panel > a {
    text-decoration: none;
    width: 0;
}

.alternative_popup div.popupContent label {
	text-align: left;
	margin-top: 0 !important;
}

.popupContent .loadingPanel {
    float: left;
}

.add_project_popup {
	width: 500px;
	padding: 10px;
	position: relative;
	vertical-align: top;
	margin-top: 10px;
	text-align: left;
	overflow-y:auto;
}
.add_project_popup > div {
	margin-top: 1em;
	display: block;
}
.add_project_popup input, .add_project_popup textarea, .add_project_popup .l_combo {
	width: 65%;
	vertical-align: middle;
	margin-right: 0.5em;
	display: inline-block;
}
.add_project_popup_label {
	width: 25%;
	text-align: right;
	vertical-align: middle;
	margin-right: 0.5em;
	display: inline-block;
}
.add_project_popup_tooltip {
	background-image: url(/assets/images/common/info_blue.svg);
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	background-size: auto;
	cursor: pointer;
	vertical-align: middle;
	margin-right: 0.5em;
	display: inline-block;
}

.page_group_import_urls_text_area {
	width: 100%;
	height: 150px;
	margin-top: 30px;
}

.anchor_button_disabled {
	pointer-events: none;
	cursor: default;
	color: darkgray;
	border: 1px solid darkgray;
}

.cluster_popup_panel .cluster_popup_slider_panel {
	margin-top: 1em;
}

.view_forecasting .cluster_popup_slider_panel > label:first-child {
	text-align: center;
	width: 100%;
	display: inline-block;
}

.cluster_popup_panel .cluster_popup_slider_panel > label:not(:first-child) {
	color: #444444;
	cursor: pointer;
	font-size: 12px;
	height: 16px;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	font-weight: normal;
	width: 12.5%;
	display: inline-block;
	text-align: center;
}

.cluster_popup_panel .cluster_popup_slider_panel > label:not(:first-child):hover {
	font-size: 16px;
	color: #4A90E2;
}

.cluster_popup_panel .cluster_popup_slider_panel > #cluster_popup_slider_similarity {
	border-top: 10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	margin: 10px 3.84%;
	height: 21px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.cluster_popup_panel .cluster_popup_slider_panel .ui-slider-handle {
	border: 1px solid #979797;
	border-radius: 8px;
	height: 16px;
	width: 16px;
	margin-top: -4px;
	outline: 0;
	background: #C0C0C0;
	transition: .2s ease-in-out;
	cursor: pointer;
}

.cluster_popup_panel .cluster_popup_slider_panel .ui-slider-handle:last-child{
	margin-left: .1px;
}

.cluster_popup_description {
	text-align: justify;
}

.cluster_popup_error_panel {
	color: #C00 !important;
	display: grid;
	margin-top: 1em;
	text-align: justify;
}

.cluster_popup_job_name {
	margin-top: 1em;
}

.cluster_popup_job_name > label {
	margin-right: 1em;
}

.serp_view_content_panel {
	height: calc(100% - 98px) !important;
}

.serp_view_header_keyword {
	margin-bottom: 0 !important;
}