/*** BWS Google Anlytics ***/
/* Global Styles */
table.gglnltcs hr:first-of-type {
	margin-top: 0;
}

/* Date Section */
#gglnltcs-date {
	margin-bottom: 30px;
	position: relative;
}
#gglnltcs-start-date.gglnltcs-invalid-date-range,
#gglnltcs-end-date.gglnltcs-invalid-date-range {
	border: 1px solid rgb(205, 92, 92);
	padding-left: 4px;
	padding-top: 2px;
}
#gglnltcs-start-date.gglnltcs-validation-failed,
#gglnltcs-end-date.gglnltcs-validation-failed {
	padding-left: 4px;
	padding-top: 2px;
}
#gglnltcs-start-date.gglnltcs-validation-failed,
#gglnltcs-end-date.gglnltcs-validation-failed,
#gglnltcs-metrics input[type=checkbox].gglnltcs-validation-failed,
#gglnltcs-authentication-code-input.gglnltcs-validation-failed {
	border: 1px solid rgb(205, 92, 92);
}
/* Error Messages and Notes */
#gglnltcs-start-date.gglnltcs-validation-failed,
#gglnltcs-end-date.gglnltcs-validation-failed,
.gglnltcs-error-message {
	color: rgb(205, 92, 92);
}
.gglnltcs-date .gglnltcs-error-message,
.gglnltcs-date .gglnltcs-note {
	display: inline-block;
}
.gglnltcs-date .gglnltcs-note {
	background: rgb(255, 255, 255);
	border: 1px solid rgb(114, 117, 122);
	display: none;
	padding: 4px;
}
.gglnltcs-date .gglnltcs-note.gglnltcs-err {
	border: 1px solid rgb(205, 92, 92);
	color: rgb(205, 92, 92);
	display: block;
}
#gglnltcs-end-date:focus + .gglnltcs-note,
#gglnltcs-start-date:focus + .gglnltcs-note {
	display: inline-block;
}
.gglnltcs-date .gglnltcs-error-message {
	background: rgb(255, 255, 255);
	border: 1px solid rgb(205, 92, 92);
	padding: 5px;
	z-index: 2;
}
#gglnltcs-metrics .gglnltcs-error-message {
	background: rgb(255, 255, 255);
	border: 2px solid rgb(205, 92, 92);
	display: block;
	padding: 5px;
	position: relative;
	top: 27px;
	width: 170px;
}
.gglnltcs-error-message + .gglnltcs-note + #gglnltcs-get-statistics-button {
	margin-top: 15px;
}
table.gglnltcs tr.gglnltcs-validation-failed + tr.gglnltcs-validation-failed .gglnltcs-date .gglnltcs-error-message {
	display: none;
}
table.gglnltcs td.gglnltcs-date {
	position: relative;
}
div.ui-datepicker {
	font-size: 10px;
}
#gglnltcs-results-wrapper{
	position: relative;
	margin-bottom: 10px;
}
#gglnltcs-results-wrapper .gglnltcs-error-message {
	background: rgb(255, 255, 255);
	border: 2px solid rgb(205, 92, 92);
	padding: 15px;
	position: absolute;
	top: 39%;
}
#gglnltcs-chart {
	width: 100%;
}
#gglnltcs-chart-metrics {
	position: relative;
	top: 0;
}
#gglnltcs-chart-metrics .gglnltcs-selected {
	background: rgb(232, 238, 250);
}
#gglnltcs-chart-metrics option:first-child {
	display: none;
}

/* For arabic language */
.rtl .gglnltcs-results-table-wrap {
	margin-left: 0;
	margin-right: 200px;
}
.rtl .gglnltcs-results th {
	right: 0;
	text-align: left;
}
.rtl #gglnltcs-group-by-Y-M-D{
	right: 310px;
}
/* end for arabic language */
#gglnltcs-group-by-Y-M-D div {
	display: inline-block !important;
}
#gglnltcs-results-wrapper {
	position: relative;
}
.gglnltcs-results-table-wrap {
	overflow-x: auto;
	margin-left: 200px;
	overflow-y: visible;
	padding-bottom: 1px;
}
.gglnltcs-results-table-wrap:not(:nth-child(2)) {
	display: none;
}
.gglnltcs-results {
	border-collapse: collapse;
	border-spacing: 0;
	height: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	background: #fff;
}
.gglnltcs-results * {
	box-sizing: border-box;
}
.gglnltcs-results th,
.gglnltcs-results td {
	padding: 5px;
}
.gglnltcs-results td {
	border: 1px solid #000;
	text-align: center;
}
.gglnltcs-results td:first-child{
	background: rgb(232, 238, 250);
}
.gglnltcs-row-vgTimeOnSite td {
	white-space: nowrap;
}
.gglnltcs-results .gglnltcs-row-year td,
.gglnltcs-results .gglnltcs-row-month td,
.gglnltcs-results .gglnltcs-row-day td {
	background: rgb(232, 238, 250);
}
.gglnltcs-results .gglnltcs-row-header td {
	background: rgb(232, 238, 250);
	font-weight: 700;
}

.gglnltcs-results .gglnltcs-row-year td.gglnltcs-hovered-cell,
.gglnltcs-results .gglnltcs-row-month td.gglnltcs-hovered-cell,
.gglnltcs-results .gglnltcs-row-day td.gglnltcs-hovered-cell {
	background: #909AAD;
	color: white;
}
.gglnltcs-results .gglnltcs-row-year td.gglnltcs-hovered-cell.gglnltcs-this-hovered-cell,
.gglnltcs-results .gglnltcs-row-month td.gglnltcs-hovered-cell.gglnltcs-this-hovered-cell,
.gglnltcs-results .gglnltcs-row-day td.gglnltcs-hovered-cell.gglnltcs-this-hovered-cell {
	background: #4D5C7A;
}
.gglnltcs-results td.gglnltcs-hovered-cell,
.gglnltcs-results tr:hover td {
	background: rgb(250, 244, 232);
}
.gglnltcs-results tr:hover td:first-child {
	background: #909AAD;
	color: white;
}
.gglnltcs-results td.gglnltcs-hovered-cell.gglnltcs-this-hovered-cell {
	background: #AD9F7E;
	color: white;
	cursor: default;
}
.gglnltcs-results td.gglnltcs-end-of-line.gglnltcs-hovered-cell,
.gglnltcs-results td.gglnltcs-end-of-line.gglnltcs-hovered-cell.gglnltcs-this-hovered-cell {
	background: rgb(232, 238, 250);
}
.gglnltcs-results .gglnltcs-bad-results {
	position: relative;
}
.gglnltcs-select {
	min-width: 55%;
	max-width: 60%;
}
p.gglnltcs-select-wrapper {
	position: relative;
}
p.gglnltcs-select-wrapper span {
	left: 7px;
	font-size: 14px;
	position: absolute;
	top: 4px;
}
.gglnltcs-results th h3 {
	width: 200px;
}
table.gglnltcs h3 {
	color: rgb(70, 70, 70);
	font-weight: 400;
	margin: 0;
}
svg > rect {
	 fill: none !important;
}
#gglnltcs-main-header {
	margin-bottom: 1em;
	margin-top: 4px;
	font-size: 23px;
	padding: 9px 15px 4px 0;
	line-height: 29px;
	font-weight: 400;
	color: rgb(70, 70, 70);
}
div.gglnltcs-text-information {
	max-width: 500px;
}
#gglnltcs-log-out-field {
	margin-top: 30px;
	margin-bottom: 30px;
}
#gglnltcs-main-form #gglnltcs-log-out-field {
	margin-top: 0;
}
#gglnltcs-log-out-field th,
#gglnltcs-log-out-field td {
	padding-bottom: 0;
	vertical-align: middle;
}
span.gglnltcs-tracking-id {
	color: rgb(0, 112, 0);
}
.gglnltcs-unsuccess-message {
	color: rgb(205, 92, 92);
}
#gglnltcs-tracking-id-instructions ol {
	margin-top: 0;
	max-width: 500px;
	width: 100%;
}
#gglnltcs-tracking-id-instructions ol p {
	left: -2em;
	position: relative;
}
input[name="gglnltcs_tracking_id"] {
	margin-bottom: 10px;
}
input[name="gglnltcs_tracking_id"].gglnltcs-validation-failed {
	border: 2px solid rgb(205, 92, 92);
	margin-bottom: 28px;
	position: relative;
	top: -1px;
}
.gglnltcs-text-information .gglnltcs-authentication-instructions {
	clear: both;
}
noscript .gglnltcs-google-sign-in.gglnltcs-button-primary {
	margin-bottom: 13px;
}
.gglnltcs-google-sign-in a {
	color: #fff;
	text-decoration: none;
}
#gglnltcs-authentication-code-input {
	margin-right: 10px;
	vertical-align: top;
	width: 74%;
}
#gglnltcs-authentication-code-input.gglnltcs-validation-failed {
	top: -1px;
	position: relative;
}
#gglnltcs-group-by-Y-M-D span {
	font-weight: bold;
	padding: 4px;
	margin-right: 10px;
	line-height: 2.2;
}
#gglnltcs-group-by-Y-M-D input.gglnltcs-selected {
	background: rgb(114, 117, 122);
	-webkit-box-shadow: inset 0 0px 0 #fff, 0 1px 0 rgba(0, 0, 0, .08);
	-moz-box-shadow:    inset 0 0px 0 #fff, 0 1px 0 rgba(0, 0, 0, .08);
	-ms-box-shadow:     inset 0 0px 0 #fff, 0 1px 0 rgba(0, 0, 0, .08);
	-o-box-shadow:      inset 0 0px 0 #fff, 0 1px 0 rgba(0, 0, 0, .08);
	box-shadow:         inset 0 0px 0 #fff, 0 1px 0 rgba(0, 0, 0, .08);
	color: rgb(255, 255, 255);
}
#ui-datepicker-div {
	z-index: 2 !important;
}
::-webkit-scrollbar {
	width: 12px;  /* for vertical scrollbars */
	height: 12px; /* for horizontal scrollbars */
}
::-webkit-scrollbar-track {
	background: rgb(229, 229, 229);
}
::-webkit-scrollbar-thumb {
	background: rgb(114, 117, 122);
}

/* Loading Circles */
.gglnltcs-loading-icon {
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block !important;
	height: 21px;
	position: relative;
	left: 5px;
	right: 5px;
	top: 5px;
	width: 21px;
	/* for IE6 and IE7 */
	zoom: 1;
	*display: inline !important;
}
.gglnltcs-loading-icon + .gglnltcs-loading-icon {
	display: none !important;
}
#gglnltcs-tracking-code-nav-tab .gglnltcs-loading-icon {
	height: 21px;
	opacity: 0.7;
	right: -38px;
	top: 13%;
	width: 21px;
}
.rtl #gglnltcs-date .gglnltcs-loading-icon {
	bottom: 18px;
	height: 21px;
	right: 330px;
	width: 21px;
}
#gglnltcs-tracking-code-nav-tab .gglnltcs-loading-icon {
	height: 21px;
	opacity: 0.7;
	right: -38px;
	top: 13%;
	width: 21px;
}
.gglnltcs-get-statistics-cell .gglnltcs-loading-icon {
	height: 21px;
	left: 110px;
	top: 17px;
	width: 21px;
}
.rtl .gglnltcs-get-statistics-cell .gglnltcs-loading-icon {
	height: 21px;
	right: 120px;
	top: 18px;
	width: 21px;
}
#gglnltcs-tracking-code-nav-tab {
	position: relative;
}
.gglnltcs-get-statistics-cell {
	display: block;
	position: relative;
}

@media only screen and (max-width: 780px) {
	#gglnltcs-group-by-Y-M-D {
		left: 190px;
	}
	#gglnltcs-group-by-Y-M-D span {
		padding-top: 8px;
	}
	.wp-core-ui .button-primary,
	.wp-core-ui .button,
	.wp-core-ui .button-secondary {
		height: 36px;
	}
	#gglnltcs-main-form th {
		position: relative;
		top: 7px;
	}
	.gglnltcs-date .gglnltcs-error-message,
	.gglnltcs-date .gglnltcs-note {
		width: 100px;
		left: 183px;
		z-index: 5;
	}
	table.gglnltcs.form-table th {
		padding-bottom: 10px;
	}
	.form-table #gglnltcs-tracking-id-instructions ol {
		max-width: 480px;
		width: 100%;
	}
	.rtl #gglnltcs-group-by-Y-M-D {
		right: 170px;
	}
	.bws-plugins_page_bws-google-analytics #ui-datepicker-div {
		-webkit-transform: translate(55px, 70px) scale(1.6, 1.6);
		-moz-transform: translate(55px, 70px) scale(1.6, 1.6);
		-o-transform: translate(55px, 70px) scale(1.6, 1.6);
		-ms-transform: translate(55px, 70px) scale(1.6, 1.6);
		transform: translate(55px, 70px) scale(1.6, 1.6);
	}
}

@media only screen and (max-width: 599px) {
	.gglnltcs-results-table-wrap {
		margin-left: 100px;
	}
	.gglnltcs-results th {
		width: 100px;
	}
	.rtl .gglnltcs-results-table-wrap {
		margin-left: 0;
		margin-right: 100px;
	}
	#gglnltcs-tracking-id-table-content table.gglnltcs th {
		width: auto;
	}
	#gglnltcs-group-by-Y-M-D {
		left: 0;
		width: 100%;
	}
	#gglnltcs-group-by-Y-M-D div {
		left: 163px;
		position: absolute;
	}
	#gglnltcs-group-by-Y-M-D span {
		display: block;
		padding-top: 8px;
	}
	.wp-core-ui .button-primary,
	.wp-core-ui .button,
	.wp-core-ui .button-secondary {
		height: 36px;
	}
	#gglnltcs-main-form th {
		position: relative;
		top: 5px;
	}
	.gglnltcs-date .gglnltcs-error-message,
	.gglnltcs-date .gglnltcs-note {
		z-index: 5;
	}
	input[name="gglnltcs_tracking_id"] {
		display: block;
	}
	#gglnltcs-tracking-id-form input[type="submit"] {
		margin-top: 10px;
		width: 178px;
	}
	#gglnltcs-tracking-id-form .gglnltcs-validation-failed + input[type="submit"] {
		margin-top: 8px;
	}
	.form-table #gglnltcs-tracking-id-instructions ol {
		max-width: 360px;
		width: 84%;
	}
	.rtl #gglnltcs-tracking-id-instructions p {
		left: 0em;
	}
	.rtl #gglnltcs-group-by-Y-M-D {
		right: 0px;
	}
}