
#monsterinsights_reports_widget.postbox {
	color: #333;
	font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

#monsterinsights_reports_widget a {
	text-decoration: none;
}

.mi-dw-report-toggle {
	display: none;
}

.mi-dw-report-toggle.visible {
	display: block;
}

#monsterinsights_reports_widget * {
	box-sizing: border-box;
}

#monsterinsights_reports_widget.mi-loaded .handlediv {
	display: none;
}

#monsterinsights_reports_widget .hndle {
	font-size: 18px;
	height: 50px;
	padding-top: 12px;
}

#monsterinsights_reports_widget.postbox .handlediv {
	height: 50px;
}

.mi-dw-styled-toggle {
	background: #eee;
	border: 1px solid #1f76c4;
	border-radius: 20px;
	display: inline-block;
	height: 16px;
	position: relative;
	width: 30px;
}

.mi-dw-styled-toggle:after {
	background: #1f76c4;
	border-radius: 50%;
	content: '';
	height: 12px;
	left: 1px;
	position: absolute;
	top: 1px;
	transition: left 300ms ease 0s, right 300ms ease 0s;
	width: 12px;
}

.mi-dw-styled-toggle.checked:after {
	left: calc(100% - 13px);
}

.mi-dw-styled-toggle input {
	display: none;
}

.mi-dw-controls {
	padding-right: 20px;
	position: absolute;
	right: 0;
	text-align: right;
	top: 10px;
	width: 230px;
}

.mi-dw-controls .mi-dw-mascot {
	display: none;
	height: auto;
	width: 48px;
}

.mi-dw-datepicker {
	display: inline-block;
	margin-right: 15px;
	width: 120px;
}

.mi-dw-button-cog {
	background: url('../img/mi-dw-cog@2x.png') no-repeat transparent;
	background-size: 20px;
	border: none;
	cursor: pointer;
	display: block;
	height: 20px;
	outline: none;
	padding: 0;
	width: 20px;
}

.mi-dw-controls .mi-dw-dropdown {
	margin-left: 5px;
}

.mi-dw-dropdown {
	display: inline-block;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.mi-dw-dropdown > ul {
	background: #fff;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	cursor: initial;
	display: none;
	font-weight: 400;
	margin-right: -11px;
	margin-top: 5px;
	padding: 10px 5px 10px 10px;
	position: absolute;
	right: 0;
	top: 100%;
	width: 180px;
	z-index: 999;
}

.mi-dw-dropdown > ul:before {
	border-color: transparent transparent #d8d8d8 transparent;
	border-style: solid;
	border-width: 0 4px 4px 4px;
	bottom: 100%;
	content: '';
	height: 0;
	position: absolute;
	right: 16px;
	width: 0;
}

.mi-dw-dropdown > ul:after {
	border-color: transparent transparent #fff transparent;
	border-style: solid;
	border-width: 0 3px 3px 3px;
	bottom: 100%;
	content: '';
	height: 0;
	position: absolute;
	right: 17px;
	width: 0;
}

.mi-dw-dropdown.open > ul {
	display: block;
}

.mi-dw-dropdown > ul > li > span {
	color: #999;
	font-size: 10px;
}

.mi-dw-dropdown > ul > li > ul {
	color: #333;
	font-size: 12px;
}

.mi-dw-lite {
	align-items: center;
	background: url('../img/mi-dw-bg.png') no-repeat;
	background-size: 100% 470px;
	display: flex;
	height: 470px;
	padding: 40px 0;
}

.mi-dw-lite-content {
	background: #fff;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
	display: block;
	margin: 0 30px;
	padding: 30px;
	width: 100%;
}

.mi-dw-not-authed,
.mi-dw-lite-content {
	text-align: center;
}

.postbox .inside .mi-dw-not-authed h2 {
	font-size: 18px;
	margin: 0 auto;
	max-width: 250px;
}

.mi-dw-not-authed p {
	font-size: 14px;
	margin: 18px auto;
	max-width: 240px;
}

.mi-dw-btn-large {
	background: #1f76c4;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 10px;
	padding: 14px 28px;
}

.mi-dw-btn-large:hover,
.mi-dw-btn-large:focus {
	color: #fff;
}

.mi-dw-btn-group {
	display: inline-block;
	position: relative;
}

.mi-dw-btn-group .mi-dw-btn-list {
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	display: none;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 9999;
}

.mi-dw-btn,
.mi-dw-btn-group-label {
	background: #fff;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	outline: none;
	padding: 8px 20px 8px 10px;
	position: relative;
	text-align: left;
	width: 100%;
}

.mi-dw-btn-group .mi-dw-btn {
	border-radius: 0;
	border-width: 0 0 1px 0;
}

.mi-dw-btn-group .mi-dw-btn.selected {
	background: #1f76c4;
	color: #fff;
}

.mi-dw-btn-group-label:after {
	border-color: #333333 transparent transparent transparent;
	border-style: solid;
	border-width: 3px 2.5px 0 2.5px;
	content: '';
	height: 0;
	margin-top: -1px;
	position: absolute;
	right: 8px;
	top: 50%;
	width: 0;
}

.mi-dw-btn-group.open .mi-dw-btn-group-label {
	border-radius: 5px 5px 0 0;
}

.mi-dw-btn-group.open .mi-dw-btn-list {
	display: block;
}

.mi-dw-ui-tooltip {
	background-color: #363636;
	border-radius: 4px;
	box-shadow: 0 0 24px rgba(51, 51, 51, 0.33);
	color: #fff;
	font-size: 8px;
	max-width: 226px !important;
	padding: 4px 8px;
	position: absolute;
	z-index: 99999;
}

.mi-dw-ui-tooltip:after {
	border-color: #363636 transparent transparent transparent;
	border-style: solid;
	border-width: 3px 3px 0 3px;
	content: '';
	height: 0;
	left: 50%;
	margin-left: -3px;
	position: absolute;
	top: 100%;
	width: 0;
}

.mi-animation-shake {
	animation: shake 1000ms cubic-bezier(.36, .07, .19, .97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}

.js #monsterinsights_reports_widget.closed .inside {
	display: block;
}

@keyframes shake {
	10%, 90% {
		transform: translate3d(-1px, 0, 0) rotate(3deg);
	}

	20%, 80% {
		transform: translate3d(2px, 0, 0) rotate(-3deg);
	}

	30%, 50%, 70% {
		transform: translate3d(-4px, 0, 0) rotate(3deg);
	}

	40%, 60% {
		transform: translate3d(4px, 0, 0) rotate(-3deg);
	}
}
