* {
	padding: 0;
	margin: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/** COLORS **/
header {
	height: 65px;
	background: #FFF;
	padding: 0 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	line-height: 65px;
	border-bottom: 1px solid #ebebeb;
	color: #515050;
	font-family: "Roboto";
	font-size: 12px;
}

header img {
	vertical-align: middle;
	width: 160px;
}

header .links {
	float: right;
}

header .user-pic.profile-picture img {
	border-radius: 4px;
	border: 1px solid #ebebeb;
	height: 32px !important;
	box-sizing: border-box;
}

header .user-pic {
	display: inline-block;
	margin-left: 35px;
}

header .user-pic img {
	margin-left: 10px;
	width: 32px;
}

header .user-pic a {
	text-decoration: none;
	color: #515050;
}

header .user-pic:hover .dropdown-menu {
	display: block;
}

header .user-pic .dropdown-menu {
	background: #fff;
	position: absolute;
	display: none;
	z-index: 999;
	border-radius: 0 0 6px 6px;
	text-align: right;
	width: 140px;
	line-height: 30px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
	right: 25px;
	margin-top: -1px;
}

header .user-pic .dropdown-menu a {
	font-family: "Roboto";
	font-size: 12px;
	color: #333;
}

header .user-pic .dropdown-menu a:hover {
	color: #e05830;
}

nav {
	background: #f4f5f5;
	position: relative;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1/3;
}

nav.nav-toggled {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1/2;
}

nav.nav-toggled span {
	display: none;
}

nav.nav-toggled ul.bottom .arrow img:nth-child(1) {
	display: none;
}

nav.nav-toggled ul.bottom .arrow img:nth-child(2) {
	display: inline-block;
}

nav.nav-toggled ul li.active .inners {
	display: none;
}

nav:not(.nav-toggled) ul ul.active {
	display: block;
}

nav ul {
	padding: 20px 0;
}

nav ul ul {
	padding-left: 27px;
	padding-bottom: 7px;
	display: none;
}

nav ul ul li:hover:not(.disabled):after,
nav ul ul li.active:not(.disabled):after {
	display: none;
}

nav ul.bottom {
	position: absolute;
	bottom: 0;
	padding: 0;
	width: 100%;
}

nav ul li a em {
	font-size: 9px;
	/*     position: absolute; */
	/*     right: 11px; */
	/*     top: 50%; */
	/*     transform: translate(0, -50%); */
	font-style: italic;
	color: #e05830;

}

nav.nav-toggled span.count {
	display: block !important;
}

nav.nav-toggled ul li a em {
	display: none;
}

nav ul.bottom .arrow {
	background: #eaeaea;
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	width: 100%;
	margin-bottom: 0;
	text-align: right;
}

nav ul.bottom .arrow img:nth-child(2) {
	display: none;
}

nav ul li {
	margin-bottom: 15px;
	padding: 0 25px;
	position: relative;
}

nav ul li.greyed {
}

nav ul li.has-count a .count {
	position: absolute;
	top: -16px;
	left: 17px;
	background: #e05830;
	height: 20px;
	width: 20px;
	border-radius: 20px;
	text-align: center;
	color: #FFF;
	font-size: 11px;
	line-height: 20px;
}

.profile-count {

	position: absolute;
	top: -16px;
	left: 17px;
	background: #e05830;
	height: 20px;
	width: 20px;
	border-radius: 20px;
	text-align: center;
	color: #FFF;
	font-size: 11px;
	line-height: 20px;
	top: auto;
	left: auto;
	margin-left: -40px;
	margin-top: 6px;
}

nav ul li.has-count.has-count-2 a .count {
	top: auto !important;
	bottom: 23px;
}

nav ul li.greyed:hover a,
nav ul li.greyish.active div a,
nav ul li.greyed.active:hover a {
	color: #515050 !important;
}

nav ul li.greyish.active div a {
	opacity: .2;
}

[data-grey] {
	opacity: .3 !important;
}

.ctas a[data-grey]:hover,
.cta[data-grey]:hover {
	color: #e05830 !important;
	background: #FFF !important;
}

nav ul li.greyed:hover a:after {
	display: none !important;
}

nav ul li a[data-grey]:hover {
	color: #515050 !important;
}

nav ul li:hover > a:not(.disabled), nav ul li:not(.greyed):hover > a, nav ul li.active > a:not(.disabled) {
	color: #e05830;
}

nav > ul > li:hover > a:not(.disabled):after, nav > ul > li.active > a:not(.disabled):after {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	right: 0;
	width: 2px;
	background: #e05830;
	height: 100%;
}

nav ul li:hover > a:not(.disabled) .orange, nav ul li.active > a:not(.disabled) .orange {
	display: inline-block;
}

nav ul li:hover > a:not(.disabled) .not-orange, nav ul li.active > a:not(.disabled) .not-orange {
	display: none;
}

nav ul li.active .inners {
	display: block;
}

nav ul li a {
	width: 100%;
	display: block;
	color: #515050;
	font-family: "Roboto";
	font-size: 13px;
	text-decoration: none;
}

nav ul li a.disabled {
	opacity: .3;
	cursor: default;
}

nav ul li a[data-toggle-nav] img {
	width: auto;
}

nav ul li a img {
	vertical-align: middle;
	margin-right: 15px;
	width: 32px;
}

nav ul li a img.orange {
	display: none;
}

nav ul li .inners {
	display: none;
}

nav ul li .inners .inner {
	height: 40px;
	opacity: .6;
	line-height: 40px;
	padding-left: 51px;
	-webkit-box-sizing: border-boxl;
	box-sizing: border-boxl;
}

.calendar .calendar-header button:hover {
	background: transparent;
	cursor: pointer;
}

.content {
	position: relative;
	-ms-grid-column: 3;
	-ms-grid-column-span: 5;
	grid-column: 3/8;
}

.content.nav-toggled {
	-ms-grid-column: 2;
	-ms-grid-column-span: 5;
	grid-column: 2/7;
}

.content.nav-toggled.has-sidebar {
	-ms-grid-column: 2;
	-ms-grid-column-span: 5;
	grid-column: 2/7;
}

.content.nav-toggled.sidebar-open {
	-ms-grid-column: 2;
	-ms-grid-column-span: 4;
	grid-column: 2/6;
}

.content.has-sidebar {
	-ms-grid-column: 3;
	-ms-grid-column-span: 4;
	grid-column: 3/7;
}

.content.sidebar-open {
	-ms-grid-column: 3;
	-ms-grid-column-span: 3;
	grid-column: 3/6;
}

.content.jobs-open {
	-ms-grid-column: 5;
	-ms-grid-column-span: 2;
	grid-column: 5/7;
}

.content.jobs-open.has-sidebar {
	-ms-grid-column: 5;
	-ms-grid-column-span: 2;
	grid-column: 5/7;
}

.content.jobs-open.sidebar-open {
	-ms-grid-column: 5;
	-ms-grid-column-span: 1;
	grid-column: 5/6;
}

.content.jobs-open.nav-toggled {
	-ms-grid-column: 4;
	-ms-grid-column-span: 3;
	grid-column: 4/7;
}

.content.jobs-open.nav-toggled.sidebar-open {
	-ms-grid-column: 4;
	-ms-grid-column-span: 2;
	grid-column: 4/6;
}

.main-container {
	display: -ms-grid;
	display: grid;
	width: 100%;
	height: calc(100vh - 65px);
	-ms-grid-columns: 90px 140px 150px 150px 12fr 270px 20px;
	grid-template-columns: 90px 140px 150px 150px 12fr 270px 20px;
}

.fullscreen-map {
	height: 100%;
}

.pac-container {
	top: 146px !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	width: 290px !important;
	border-top: 0;
	margin-left: -15px;
}

.pac-container .pac-item {
	font-family: "Roboto";
	padding: 11px 15px;
}

.pac-container.pac-logo:after {
	display: none;
}

.gm-style > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) {
	background-color: rgba(167, 166, 166, 0.9) !important;
}

.gm-style-iw h2 {
	background: #EEE;
	border-radius: 3px;
	text-align: center;
	padding: 5px 0;
	text-transform: uppercase;
	width: 200px;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.map-tooltip {
	padding-left: 7px;
}

.gm-style-iw p {
	color: #333;
	font-size: 12px;
	line-height: 16px;
	width: 200px;
}

.gm-style button {
	/*   display: none !important; } */
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.gm-style .gmnoprint button {
	display: block !important;
}

.map-search {
	position: absolute;
	width: 290px;
	z-index: 3;
	top: 25px;
	right: 25px;
}

.map-search .map-search-box .search-input {
	background: #FFF;
	border: 1px solid #ebebeb;
	border-bottom: 0;
	padding: 0 15px;
	border-radius: 7px 7px 0 0;
	position: relative;
}

.map-search .map-search-box .search-input input[type=text] {
	border: 0;
	width: 100%;
	font-family: "Roboto";
	font-size: 12px;
	padding: 20px 0;
	color: #a0a0a0;
	outline: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 60px;
}

.map-search .map-search-box .search-input:after {
	content: '';
	height: 60%;
	background: #ebebeb;
	top: 20%;
	right: 55px;
	width: 1px;
	display: block;
	position: absolute;
}

.map-search .map-search-box .search-input img {
	position: absolute;
	right: 15px;
	height: 20px;
	top: 50%;
	display: block;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.map-search .map-search-box .reset-filters-btn {
	background: #e05830;
	border-radius: 4px;
	width: 100%;
	text-align: center;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Roboto";
	font-size: 13px;
	text-transform: uppercase;
	color: #FFF;
	display: none;
	text-decoration: none;
	margin-top: 10px;
	opacity: .8;
}

.map-search .map-search-box .reset-filters-btn:hover {
	opacity: 1;
}

.map-search .map-search-box .reset-filters-btn.active {
	display: block;
}

.map-search .map-search-box .search-filters {
	border-radius: 0 0 7px 7px;
	cursor: pointer;
	background: #ebebeb;
	position: relative;
	padding: 20px 15px;
	font-family: "Roboto";
	font-size: 12px;
	color: #505050;
}

.map-search .map-search-box .search-filters:hover .orange {
	display: block;
}

.map-search .map-search-box .search-filters:hover .not-orange {
	display: none;
}

.map-search .map-search-box .search-filters:after {
	content: '';
	height: 60%;
	background: #FFF;
	top: 20%;
	right: 55px;
	width: 1px;
	display: block;
	position: absolute;
}

.map-search .map-search-box .search-filters img {
	position: absolute;
	right: 15px;
	height: 30px;
	top: 50%;
	display: block;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.map-search .map-search-box .search-filters img.orange {
	display: none;
}

.map-search .map-search-box .search-results {
	background: #FFF;
}

.map-search .map-search-box .search-results li {
	display: block;
	border-top: 1px solid #ebebeb;
	padding: 13px 15px;
	font-family: "Roboto";
	font-size: 12px;
	color: #a0a0a0;
}

.map-search .map-search-box .search-results li:hover {
	background: #dfdfdf;
	cursor: pointer;
}

.map-search .map-search-box .search-results li span {
	color: #505050;
}

.map-search .map-search-box .search-results li img {
	vertical-align: middle;
	margin-right: 10px;
}

.sidebar {
	background: #FFF;
	z-index: 2;
	-ms-grid-column: 7;
	-ms-grid-column-span: 1;
	grid-column: 7/8;
	position: relative;
}

.sidebar.grey {
	background: #f5f5f5;
}

.sidebar.grey .toggle {
	background-color: #f5f5f5;
}

.sidebar.open {
	display: block;
	-ms-grid-column: 6;
	-ms-grid-column-span: 2;
	grid-column: 6/8;
}


.screenshot-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 110px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left, #ffffff 0%, #c9c9c9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ffffff 0%, #c9c9c9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffffff 0%, #c9c9c9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c9c9c9', GradientType=1); /* IE6-9 */
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	padding: 0 5%;
	z-index: 10000;
	box-sizing: border-box;
}

.screenshot-header.right {
	grid-template-columns: 2fr 2fr;
}

.screenshot-header.right .page div {
	text-align: right;
	width: 100%;
}

.screenshot-header.right .page {
	text-align: right;
}

.simulator-notice {
	font-family: "Roboto";
	font-size: 12px;
	grid-column: span 2;
	line-height: 17px;
	color: #888;
}

.screenshot-header > div {
	position: relative;
}

.screenshot-header .page div {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}

.screenshot-header .pdflogo {
	width: 200px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.screenshot-header .info {
	text-align: right;

}

body.screenshot {
	padding-top: 150px;
}

.screenshot-header .info div {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
}

.screenshot-header .info h2 {
	color: #202890;
	font-family: Arial;
	font-weight: 400;
	font-size: 17px;
}

.screenshot-header .info h3 {
	font-family: "Arial";
	font-weight: 400;
	color: #E05830;
	font-size: 17px;
}

.screenshot-header .page {
	font-family: "Arial";
	color: #202890;
	font-weight: bold;
	font-size: 28px;
}

.modal .modal-box.support-box {
	height: 450px;
	width: 860px;
	background-image: url("../../imgs/contact-background.jpg");
	background-size: cover;
	background-position: center center;
}

.modal p {
	font-family:"Robot";
}
.modal .modal-box.support-box h2 {
	font-family: "Roboto";
	font-weight: bold;
	font-size: 27px;
	color: #FFF;
	margin-bottom: 20px;
}

.modal .modal-box.support-box .close-button {
	position: absolute;
	top: 25px;
	right: 25px;
}

.modal .modal-box.support-box .close-button img,
.modal [data-close-modal] img {
	width: 15px;
}

.modal .modal-box.support-box img {
	margin-bottom: 35px;
}

.modal .modal-box.support-box .text {
	position: absolute;
	bottom: 25px;
	left: 50px;
}

.modal .modal-box.support-box p {
	font-family: "Roboto";
	width: 50%;
	font-weight: 400;
	font-size: 17px;
	margin-bottom: 20px;
	color: #FFF;
}

.modal .modal-box.support-box p a {
	color: #FFF;
}

.modal .modal-box.support-box p.last {
	font-style: italic;
	font-weight: bold;
	margin-top: 10px;
}

.sidebar.open .toggle {
	background-image: url("../../imgs/arrow-right.png");
}

.sidebar.open .sidebar-content {
	display: block;
}

.sidebar.open.jobs-open {
	-ms-grid-column: 6;
	-ms-grid-column-span: 2;
	grid-column: 6/8;
}

.sidebar .sidebar-content {
	display: none;
	padding: 0 20px;
	height: calc(100vh - 190px);
	margin-top: 25px;
	overflow-y: scroll;
}

.sidebar .sidebar-title {
	color: #e05830;
	font-size: 16px;
	font-family: "Roboto";
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.sidebar .sidebar-title a {
	float: right;
}

.sidebar .measurement-ctas {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	text-align: center;
	margin-top: 30px;
	grid-column-gap: 20px;
}

.sidebar .measurement-ctas a {
	color: #e05830;
	background: #FFF;
	border-radius: 3px;
	padding: 8px 0;
	font-family: "Roboto";
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

.sidebar .measurement-ctas a:hover {
	background: #e05830;
	color: #FFF;
}

.sidebar .accordion.measurement-accordion .accordion-level .accordion-toggle .search-results {
	max-height: 9999px;
	padding-bottom: 20px;
	overflow: hidden;
}

.sidebar .accordion.measurement-accordion .accordion-level .accordion-toggle .search-results li {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 20px;
}

.sidebar .accordion.measurement-accordion .accordion-level .accordion-toggle .search-results input[type=checkbox] {
	vertical-align: middle;
}

.sidebar .bottom-add-jobs {
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	padding: 0;
	grid-row-gap: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 50px;
	bottom: 0;
	background: #eaeaea;
	line-height: 50px;
}

.sidebar .bottom-add-jobs img {
	width: 30px;
	float: left;
	margin-top: 10px;
}

.sidebar .bottom-add-jobs p {
	float: left;
	text-transform: uppercase;
	line-height: 16px;
	margin-top: 10px;
	margin-left: 15px;
}

.sidebar .bottom-add-jobs a {
	color: #505050;
	font-family: "Roboto";
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sidebar .bottom-add-jobs a.disabled {
	opacity: .2;
}

.sidebar .bottom-add-jobs a:nth-child(1) {
	border-right: 1px solid #FFF;
}

.sidebar .sidebar-list li {
	display: block;
	font-family: "Roboto";
	color: #505050;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 15px;
}

.sidebar .sidebar-list li span {
	color: #a0a0a0;
	display: block;
}

.sidebar .sidebar-list li .right-pen {
	float: right;
}

.sidebar .toggle {
	position: absolute;
	top: 25px;
	left: -20px;
	width: 20px;
	content: '';
	cursor: pointer;
	height: 55px;
	display: block;
	background: #FFF;
	border-radius: 7px 0 0 7px;
	background-image: url("../../imgs/arrow-left.png");
	background-position: center center;
	background-repeat: no-repeat;
}

.sidebar .accordion .accordion-level {
	margin-bottom: 15px;
}

.sidebar .accordion .accordion-level > a {
	font-weight: bold;
}

.sidebar .accordion .accordion-level.active [data-accordion-toggle] img {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.sidebar .accordion .accordion-level a {
	display: block;
	width: 100%;
	border-bottom: 1px solid #ebebeb;
	text-decoration: none;
	font-size: 12px;
	font-family: "Roboto";
	position: relative;
	color: #505050;
	padding: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sidebar .accordion .accordion-level a img {
	position: absolute;
	right: 25px;
	top: 50%;
	-webkit-transform: translate(0, -50%) rotate(90deg);
	-ms-transform: translate(0, -50%) rotate(90deg);
	transform: translate(0, -50%) rotate(90deg);
}

.sidebar .accordion .accordion-level .accordion-toggle {
	display: none;
}

.sidebar .accordion .accordion-level .accordion-toggle.active {
	display: block;
}

.sidebar .accordion .accordion-level .accordion-toggle .checkbox {
	background: #ebebeb;
	border-radius: 3px;
	padding: 8px 25px 8px 18px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.sidebar .accordion .accordion-level .accordion-toggle .checkbox input {
	vertical-align: middle;
}

.sidebar .accordion .accordion-level .accordion-toggle .checkbox a {
	vertical-align: middle;
	text-transform: uppercase;
	color: #505050;
	font-weight: bold;
	font-family: "Roboto";
	text-decoration: none;
	padding: 0;
	margin-left: 0;
	font-size: 11px;
}

.sidebar .accordion .accordion-level .accordion-toggle input[type=text] {
	width: 100%;
	padding: 18px;
	border: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #EBEBEB;
	background: url("../../imgs/search-icon.png");
	background-position: 93% center;
	font-family: "Roboto";
	background-repeat: no-repeat;
	background-size: 12px;
}

.sidebar .accordion .accordion-level .accordion-toggle .search-results {
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	max-height: 250px;
	overflow-y: scroll;
}

.sidebar .accordion .accordion-level .accordion-toggle .search-results.text li {
	font-size: 12px;
	padding-left: 10px;
	height: 30px;
}

.sidebar .accordion .accordion-level .accordion-toggle .search-results li {
	height: 50px;
	cursor: pointer;
	font-family: "Roboto";
	color: #505050;
	font-size: 13px;
	line-height: 50px;
}

.sidebar .accordion .accordion-level .accordion-toggle .search-results li.active {
	color: #e05830;
	font-weight: bold;
}

.sidebar .accordion .accordion-level .accordion-toggle .search-results li img,
.sidebar .accordion .accordion-level .accordion-toggle .search-results li svg {
	margin-right: 5px;
	width: 32px;
	vertical-align: middle;
}

.map-search-sidebar {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.previous-planning {
	background: #e1e1e1;
	min-height: 100%;
	padding: 50px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.previous-planning .previous-planning-box {
	width: 90%;
	margin: 0px auto;
	background: #FFF;
	border-radius: 7px;
}

.previous-planning .previous-planning-box .previous-planning-box-title {
	padding: 35px 15px 20px 15px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	border-bottom: 1px solid #ebebeb;
}

.previous-planning .previous-planning-box .previous-planning-box-title h1 {
	color: #e05830;
	font-size: 16px;
	padding-left: 15px;
	font-family: "Roboto";
}

.previous-planning .previous-planning-box .previous-planning-box-title .aside {
	text-align: right;
	padding-right: 30px;
}

.previous-planning .previous-planning-box .previous-planning-box-title .aside > div {
	display: inline-block;
	position: relative;
}

.previous-planning .previous-planning-box .previous-planning-box-title .aside .aside-search {
	border-right: 1px solid #e05830;
	padding-right: 5px;
	margin-left: 35px;
}

.previous-planning .previous-planning-box .previous-planning-box-title .aside .aside-search input {
	color: #a0a0a0;
	outline: 0;
	padding: 3px 0;
	width: 160px;
	font-family: "Roboto";
	font-weight: 300;
	font-size: 12px;
	font-style: italic;
	border: 0;
}

.previous-planning .previous-planning-box .previous-planning-box-title .aside .aside-search img {
	position: absolute;
	right: -25px;
	top: 50%;
	height: 12px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.previous-planning .previous-planning-box .previous-planning-box-title .aside .aside-sort {
	cursor: pointer;
	font-family: "Roboto";
	color: #505050;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	border-right: 1px solid #e05830;
	padding-right: 5px;
	margin-left: 35px;
}

.previous-planning .previous-planning-box .previous-planning-box-title .aside .aside-sort img {
	position: absolute;
	right: -15px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.previous-planning .previous-planning-box .previous-planning-accordion {
	padding: 0 15px;
}

.previous-planning .previous-planning-box .previous-planning-accordion .title {
	font-family: "Roboto";
	font-weight: 500;
	color: #505050;
	font-size: 12px;
	padding: 15px 30px;
	text-transform: uppercase;
	border-bottom: 1px solid #ebebeb;
	width: 100%;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.previous-planning .previous-planning-box .previous-planning-accordion .title img {
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translate(0, -50%) rotate(90deg);
	-ms-transform: translate(0, -50%) rotate(90deg);
	transform: translate(0, -50%) rotate(90deg);
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
}

.previous-planning .previous-planning-box .previous-planning-accordion .title img.active {
	-webkit-transform: translate(0, -50%) rotate(270deg);
	-ms-transform: translate(0, -50%) rotate(270deg);
	transform: translate(0, -50%) rotate(270deg);
}

.previous-planning .previous-planning-box .previous-planning-accordion .toggle {
	display: none;
}

.previous-planning .previous-planning-box .previous-planning-accordion .toggle li {
	padding: 15px 80px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #ebebeb;
	background-repeat: no-repeat;
	background-position: 45px 50%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	height: 43px;
}

.previous-planning .previous-planning-box .previous-planning-accordion .toggle li:hover, .previous-planning .previous-planning-box .previous-planning-accordion .toggle li.active {
	background-color: #ebebeb;
}

.previous-planning .previous-planning-box .previous-planning-accordion .toggle li:hover .options, .previous-planning .previous-planning-box .previous-planning-accordion .toggle li.active .options {
	display: block;
}

.previous-planning .previous-planning-box .previous-planning-accordion .toggle li:hover .text, .previous-planning .previous-planning-box .previous-planning-accordion .toggle li.active .text {
	color: #505050;
}

.previous-planning .previous-planning-box .previous-planning-accordion .toggle li a {
	color: #505050;
	text-decoration: none;
}

.previous-planning .previous-planning-box .previous-planning-accordion .toggle li .options a {
	color: #e05830;
}

.previous-planning .previous-planning-box .previous-planning-accordion .toggle li .options a:hover {
	color: #FFF;
}

.previous-planning .previous-planning-box .previous-planning-accordion .toggle li.full {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	height: auto;
	max-height: 43px;
	-webkit-transition: .4s all;
	-o-transition: .4s all;
	transition: .4s all;
	cursor: pointer;
	overflow: hidden;
}

.previous-planning .previous-planning-box .previous-planning-accordion .toggle li.full.nopadding {
	padding-left: 30px;
}

.previous-planning .previous-planning-box .previous-planning-accordion .toggle li.full.active {
	max-height: 200px;
}

.previous-planning .previous-planning-box .previous-planning-accordion .toggle li.full p {
	margin-top: 20px;
	color: #000;
	line-height: 16px;
}

.previous-planning .previous-planning-box .previous-planning-accordion .toggle li.status-1 {
	background-image: url("../../imgs/green-icon.png");
}

.previous-planning .previous-planning-box .previous-planning-accordion .toggle li.status-0 {
	background-image: url("../../imgs/orange-icon.png");
}

.previous-planning .previous-planning-box .previous-planning-accordion .toggle li.status-0.is-scheduled {
	background-image: url("../../imgs/scheduling.png");
	background-size: 14px;
}

.previous-planning .previous-planning-box .previous-planning-accordion .toggle li.status-2 {
	background-image: url("../../imgs/red-icon.png");
}

.previous-planning .previous-planning-box .previous-planning-accordion .toggle li .text {
	font-size: 12px;
	font-family: "Roboto";
	font-weight: 300;
	color: #a0a0a0;
}

.previous-planning .previous-planning-box .previous-planning-accordion .toggle li .text span {
	font-size: 10px;
}

.previous-planning .previous-planning-box .previous-planning-accordion .toggle li .options {
	display: none;
	text-align: right;
	margin-top: -3px;
}

.previous-planning .previous-planning-box .previous-planning-accordion .toggle li .options a {
	margin-left: 15px;
}

.cta {
	background: #FFF;
	font-size: 10px;
	color: #e05830;
	background: #FFF;
	border-radius: 3px;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Roboto";
}

.cta:hover {
	background: #e05830;
	color: #FFF;
}

.cta.cta-orange {
	background: #e05830;
	color: #FFF;
}

.cta.cta-orange:hover {
	background: #FFF;
	color: #e05830;
}

.bottom-cta {
	background: #ebebeb;
	text-align: right;
	padding: 15px;
	border-radius: 0 0 7px 7px;
	margin-top: -1px;
}

.bottom-cta button,
.bottom-cta a {
	border: 0;
	text-decoration: none;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #e05830;
	cursor: pointer;
	font-weight: 500;
	font-family: "Roboto";
	font-size: 14px;
	text-transform: uppercase;
}

.bottom-cta button img,
.bottom-cta a img {
	height: 10px;
	vertical-align: middle;
}

.bottom-cta button span,
.bottom-cta a span {
	padding: 0 10px;
}

.bottom-cta button.right,
.bottom-cta a.right {
	text-align: right;
}

.bottom-cta.two-cta {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
}

.bottom-cta.two-cta a.left {
	text-align: left;
}

.go-back {
	height: 50px;
	background: #ebebeb;
	width: 100%;
	padding-left: 35px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 50px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
}

.go-back .ctas {
	padding-right: 40px;
	text-align: right;
}

.go-back .ctas a {
	margin-left: 20px;
	color: #e05830;
}

.go-back .ctas a:hover {
	color: #FFF;
}

.go-back a {
	font-family: "Roboto";
	font-size: 10px;
	color: #505050;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

.go-back img {
	vertical-align: middle;
}

.go-back .ctas img {
	width: 20px;
}

.go-back span {
	color: #e05830;
	font-family: "Roboto";
	font-size: 14px;
	margin-right: 10px;
	margin-left: 10px;
}

.screenshot header,
.screenshot nav,
.screenshot .go-back,
.screenshot .analytics-nav,
.screenshot .campaign-selector,
.screenshot .sidebar.grey {
	display: none;
}

.new-plan {
	background: #e1e1e1;
	height: 100%;
}

.new-plan .create-new-plan {
	width: 90%;
	margin: 0 auto;
}

.new-plan .create-new-plan h1 {
	font-family: "Roboto";
	font-size: 16px;
	color: #e05830;
	border-bottom: 1px solid #FFF;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.new-plan .plans-options {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-column-gap: 40px;
	grid-auto-rows: minmax(70px, auto);
}

.new-plan .plans-options .plan-option {
	background: #FFF;
	border-radius: 7px;
	padding: 30px 0;
	text-align: center;
	max-height: 160px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
	overflow: hidden;
}

.new-plan .plans-options .plan-option a {
	text-decoration: none;
}

.new-plan .plans-options .plan-option a > img {
	display: block;
	height: 60px;
	padding-bottom: 30px;
	margin: 0 auto;
}

.new-plan .plans-options .plan-option:hover {
	max-height: 350px;
}

.new-plan .plans-options .plan-option .plan-option-text {
	overflow: hidden;
}

.new-plan .plans-options .plan-option h2 {
	font-size: 12px;
	font-family: "Roboto";
	color: #505050;
	text-transform: uppercase;
}

.new-plan .plans-options .plan-option p {
	font-family: "Roboto";
	font-size: 12px;
	color: #a0a0a0;
	width: 80%;
	margin: 0 auto;
	line-height: 16px;
	margin-bottom: 15px;
	margin-top: 32px;
}

.campaign-selector {
	position: absolute;
	top: 25px;
	left: 250px;
}

.campaign-selector .active-campaign {
	font-family: "Roboto";
	font-weight: 400;
	font-size: 13px;
	font-weight: bold;
	color: #505050;
	background: url("../../imgs/arrow-down.png");
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 20px;
	cursor: pointer;
}

.campaign-selector .all-campaigns {
	position: absolute;
	width: 220px;
	z-index: 5555;
	margin-top: 10px;
	display: none;
}

.campaign-selector .all-campaigns ul {
	list-style: none;
	border-bottom: 1px solid #ccc;
	height: 350px;
	width: 220px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.campaign-selector .all-campaigns ul li {
	display: block;
	background: #f9f9f9;
	border: 1px solid #ccc;
	border-bottom: 0;
}

.campaign-selector .all-campaigns ul li:nth-child(1) {
	border-top: 0;
}

.campaign-selector .all-campaigns ul li:hover {
	background: #e05830;
}

.campaign-selector .all-campaigns ul li:hover a {
	color: #FFF;
}

.campaign-selector .all-campaigns ul li a {
	font-family: "Roboto";
	font-weight: 400;
	font-size: 13px;
	text-decoration: none;
	color: #505050;
	padding: 10px;
	display: block;
}

.new-plan-audience {
	background: #e1e1e1;
	min-height: 100%;
	padding-bottom: 60px;
}

.new-plan-audience .new-form {
	padding-top: 70px;
	width: 70%;
	max-width: 760px;
	margin: 0 auto;
}

.new-plan-audience .new-form .new-form-grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 10fr;
	grid-template-columns: 1fr 10fr;
	grid-column-gap: 20px;
}

.new-plan-audience .new-form .new-form-grid.no-illustration {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.new-plan-audience .new-form .new-form-illustration {
	border-radius: 7px;
	height: 0;
	padding-bottom: 100%;
	background: #FFF;
	position: relative;
}

.new-plan-audience .new-form .new-form-illustration img {
	max-width: 60%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.new-plan-audience .new-form .new-form-form {
	background: #FFF;
	border-radius: 7px;
}

.new-plan-audience .new-form .new-form-form .new-form-form-container {
	padding: 35px 40px;
}

.new-plan-audience .new-form .new-form-form .tags {
	background: #DDD;
	border-radius: 3px;
	padding: 0 8px;
	display: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.new-plan-audience .new-form .new-form-form .tags li {
	margin: 8px 0;
	display: inline-block;
	background: #FFF;
	font-family: "Roboto";
	font-size: 11px;
	margin-right: 4px;
	border-radius: 3px;
	padding: 8px;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	padding-right: 30px;
}

.new-plan-audience .new-form .new-form-form .tags li a {
	border-left: 1px solid #DDD;
	height: 100%;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	line-height: 27px;
	text-align: center;
}

.new-plan-audience .new-form .new-form-form .tags li [data-js-delete-supplier-tag] img {
	width: 15px;
	margin-top: 6px;
}

.new-plan-audience .new-form .new-form-form .form-title {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 20px;
}

.new-plan-audience .new-form .new-form-form .form-title h1 {
	color: #e05830;
	font-family: "Roboto";
	font-size: 16px;
}

.new-plan-audience .new-form .new-form-form .form-title .steps {
	font-family: "Roboto";
	font-weight: bold;
	font-size: 10px;
	color: #505050;
	text-transform: uppercase;
	text-align: right;
}

.new-plan-audience .new-form .form-map {
	padding-bottom: 65%;
	height: 0;
}

.new-plan-audience .new-form .drag-box {
	border: 1px dashed #ebebeb;
	margin-top: 25px;
	padding: 40px 0;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-family: "Roboto";
	font-weight: bold;
	color: #a0a0a0;
	border-radius: 7px;
}

.new-plan-audience .new-form .drag-box.hasJobs {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	padding: 5px 0;
	grid-column-gap: 5px;
	grid-row-gap: 5px;
}

.new-plan-audience .new-form .drag-box.hasJobs h2 {
	display: none;
}

.new-plan-audience .new-form .drag-box.hasJobs .jobs-entry {
	background: #ebebeb;
	text-align: left;
	margin-bottom: 0;
}

.new-plan-audience .new-form .checkbox-box {
	margin-top: 30px;
}

.new-plan-audience .new-form .checkbox-box h2 {
	border-bottom: 1px solid #ebebeb;
	width: 100%;
	background: url("../../imgs/arrow-down.png");
	background-position: 97% center;
	background-repeat: no-repeat;
	font-size: 12px;
	display: block;
	line-height: 50px;
	padding-left: 25px;
	padding-right: 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #505050;
	font-family: "Roboto";
}

.new-plan-audience .new-form .checkbox-box .checkbox-item {
	border-bottom: 1px solid #ebebeb;
	padding: 10px 25px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
}

.new-plan-audience .new-form .checkbox-box .checkbox-item div:nth-child(1) {
	line-height: 45px;
	height: 45px;
	font-family: "Roboto";
	font-size: 12px;
	color: #505050;
}

.new-plan-audience .new-form .checkbox-box .checkbox-item div:nth-child(1) input[type=checkbox] {
	margin-right: 15px;
}

.new-plan-audience .new-form .checkbox-box .checkbox-item div:nth-child(2) {
	text-align: right;
}

.new-plan-audience .new-form .checkbox-box .checkbox-item div:nth-child(2) img {
	height: 45px;
}

.form-container.right .form-box input {
	text-align: right;
}

.form-box {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 4fr 3fr;
	grid-template-columns: 4fr 3fr;
	border-bottom: 1px solid #ebebeb;
	padding: 0 25px;
}

.form-box.error-form-box {
	grid-template-columns: 1fr;
	text-align: center;
	color: #e05830;
	font-family: "Roboto";
	padding: 10px 0;
	font-size: 13px;
	line-height: 20px;
}

.form-box.half {
	display: grid;
	grid-template-columns: 1fr 70px
}

.form-box.half div:nth-child(2) {
	align-self: center;
	border-left: 1px solid #ebebeb !important;
	padding-left: 15px;
}

.form-box.half select {
	width: 100%;
	font-size: 12px;
}

.form-box.half div:nth-child(1) {
	display: grid;
	-ms-grid-columns: 4fr 3fr;
	grid-template-columns: 4fr 3fr;

}

.new-plan-audience .new-form .form-box.full {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	outline: 0;
}

.new-plan-audience .new-form .form-box.full select {
	height: 50px;
}

.new-plan-audience .new-form .form-box.search input[type=text] {
	background: url("../../imgs/search-icon.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 12px;
}

.new-plan-audience .new-form .form-box .with-select {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 2fr 1fr;
	grid-template-columns: 2fr 1fr;
	grid-column-gap: 20px;
}

.new-plan-audience .new-form .form-box .with-select input[type=text] {
	text-align: right;
}

.template-form .form-box input,
.template-form .form-box select {
}

.form-box select {
	border: 0;
	font-family: "Roboto";
	color: #505050;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("../../imgs/select-down.png");
	background-position: right center;
	background-repeat: no-repeat;
	outline: 0;
}

.form-box input[type=text],
.form-box input[type=number] {
	height: 50px;
	border: 0;
	font-family: "Roboto";
	font-style: italic;
	font-size: 12px;
	outline: 0;
}

.form-box label {
	height: 50px;
	font-size: 12px;
	display: block;
	line-height: 50px;
	color: #505050;
	font-family: "Roboto";
}

.new-plan-audience .new-form .form-box label span {
	color: #a0a0a0;
	font-weight: 300;
	font-size: 10px;
}

.new-plan-audience .new-form .form-date {
	width: 100%;
	background: #ebebeb;
	position: relative;
}

.new-plan-audience .new-form .form-date .calendar .calendar-table .table-row .table-col.in-range {
	background: rgba(224, 88, 48, 0.7);
	color: #FFF;
}

.new-plan-audience .new-form .form-date .calendar .calendar-table .table-row .table-col.clickable:hover .table-value-wrapper {
	background: rgba(224, 88, 48, 0.85);
	color: #FFF;
}

.new-plan-audience .new-form .form-date .calendar .calendar-table {
	border: 0;
}

.new-plan-audience .new-form .form-date .calendar .calendar-table .table-row .table-col.start-date .table-value-wrapper, .new-plan-audience .new-form .form-date .calendar .calendar-table .table-row .table-col.start-date .table-value-wrapper:hover, .new-plan-audience .new-form .form-date .calendar .calendar-table .table-row .table-col.end-date .table-value-wrapper, .new-plan-audience .new-form .form-date .calendar .calendar-table .table-row .table-col.end-date .table-value-wrapper:hover {
	background: #e05830;
}

.new-plan-audience .new-form .form-date .daterangepicker {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.new-plan-audience .new-form .form-date .daterangepicker {
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.new-plan-audience .new-form .form-date .daterangepicker .controls {
	position: absolute;
	top: 0;
	left: 56%;
	margin-top: -33px;
}

.new-plan-audience .new-form .form-date .daterangepicker .controls .custom-range-inputs input {
	background: transparent;
	outline: 0;
	padding: 0;
	border: 0;
}

.new-plan-audience .new-form .form-date .ui-widget.ui-widget-content {
	margin: 0 auto;
	background: transparent;
	border: 0;
}

.new-plan-audience .new-form .form-date .ui-widget-header {
	background: transparent;
	border: 0;
}

.new-plan-audience .new-form .form-date .ui-icon-circle-triangle-w {
	background-image: url("../../imgs/calendar-left.png");
	background-position: center center;
}

.new-plan-audience .new-form .form-date .ui-icon-circle-triangle-e {
	background-image: url("../../imgs/calendar-right.png");
	background-position: center center;
}

.new-plan-audience .new-form .form-date .ui-datepicker .ui-datepicker-title {
	font-family: "Roboto";
	color: #505050;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 5px;
}

.new-plan-audience .new-form .form-date .ui-datepicker th {
	font-weight: 400;
	font-size: 11px;
}

.new-plan-audience .new-form .form-date .ui-state-default, .new-plan-audience .new-form .form-date .ui-widget-content .ui-state-default, .new-plan-audience .new-form .form-date .ui-widget-header .ui-state-default, .new-plan-audience .new-form .form-date .ui-button, .new-plan-audience .new-form .form-date html .ui-button.ui-state-disabled:hover, .new-plan-audience .new-form .form-date html .ui-button.ui-state-disabled:active {
	border: 0;
	background: transparent;
	text-align: center;
	color: #a0a0a0;
}

.new-plan-audience .new-form .form-date .ui-datepicker td {
	padding: 5px 0;
}


.template-form {
	padding: 20px 0 40px 0;
}

.ooh-sidebar {
	display: none;
}

.ooh-sidebar.jobs-open.open {
	-ms-grid-column: 6;
	-ms-grid-column-span: 2;
	grid-column: 6/8;
}

.jobs-sidebar {
	display: none;
}

.jobs-sidebar.open {
	display: block;
	-ms-grid-column: 3;
	-ms-grid-column-span: 2;
	grid-column: 3/5;
}

.jobs-sidebar.open.open2 {
	grid-column: 2/4;
}

.jobs-sidebar.open.nav-toggled {
	-ms-grid-column: 2;
	-ms-grid-column-span: 2;
	grid-column: 2/4;
}

.jobs-sidebar .toggle {
	left: auto;
	right: -20px;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.jobs-sidebar h2 {
	font-family: "Roboto";
	font-weight: 400;
	font-size: 16px;
	color: #e05830;
	position: relative;
}

.jobs-sidebar h2 a {
	position: absolute;
	right: 0;
}

.jobs-sidebar .accordion {
	margin-top: 25px;
}

.jobs-sidebar .accordion .accordion-level a {
	background-color: #ebebeb;
	color: #505050;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 8px 15px;
	margin-bottom: 15px;
}

[data-js-draggable] {
	cursor: -webkit-grab;
	cursor: grab;
}

.ui-draggable-dragging[data-js-draggable] {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.jobs-entry {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 30px 12fr 30px;
	grid-template-columns: 30px 12fr 30px;
	border-radius: 3px;
	padding: 15px;
	margin-bottom: 15px;
}

.jobs-entry:hover, .jobs-entry.active {
	background: #ebebeb;
}

.jobs-entry .equal-icon,
.jobs-entry .x-icon {
	position: relative;
}

.jobs-entry .equal-icon img,
.jobs-entry .x-icon img {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.jobs-entry .equal-icon.x-icon img,
.jobs-entry .x-icon.x-icon img {
	right: 7px;
	cursor: pointer;
	left: auto;
	width: 20px;
	right: 0;
}

.jobs-entry p {
	color: #505050;
	font-family: "Roboto";
	font-size: 13px;
	line-height: 20px;
}

.daterangepicker .custom-range-buttons button.apply-btn {
	background: #e05830;
}

.selected-circuit {
	display: none;
}

.selected-circuit h2 {
	font-family: "Roboto";
	font-weight: 400;
	font-size: 16px;
	color: #e05830;
	margin-bottom: 5px;
	position: relative;
}

.selected-circuit h2 a {
	position: absolute;
	right: 0;
}

.selected-circuit h3 {
	color: #505050;
	margin-bottom: 15px;
	font-size: 12px;
	font-family: "Roboto";
	font-weight: 400;
}

.selected-circuit .circuit-entries li {
	cursor: pointer;
	display: -ms-grid;
	display: grid;
	padding-bottom: 20px;
	padding-top: 20px;
	-ms-grid-columns: 70px 12fr;
	grid-template-columns: 70px 12fr;
	grid-column-gap: 20px;
	border-top: 1px solid #EBEBEB;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.selected-circuit .circuit-entries li:hover {
	background: #EEE;
}

.selected-circuit .circuit-entries li img {
	width: 100%;
}

.selected-circuit .circuit-entries li p {
	font-family: "Roboto";
	color: #505050;
	font-size: 12px;
	line-height: 20px;
}

.selected-ooh h2 {
	font-family: "Roboto";
	font-weight: 400;
	font-size: 16px;
	color: #505050;
	position: relative;
}

.selected-ooh h2 a {
	position: absolute;
	right: 0;
}

.selected-ooh .tabs-container .tab {
	display: none;
}

.selected-ooh .tabs-container .tab.active {
	display: block;
}

.selected-ooh .tabs-titles {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	border: 1px solid #ebebeb;
	border-radius: 4px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.analytics-content .table_row:last-child td {
	border-top: 0 !important;
	font-weight: 400 !important;
}

.google-visualization-table-tr-sel {
	background-color: transparent !important;
}

.selected-ooh .tabs-titles li {
	color: #505050;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	text-align: center;
	font-family: "Roboto";
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
}

.selected-ooh .tabs-titles li:hover, .selected-ooh .tabs-titles li.active {
	background: #ebebeb;
	color: #e05830;
}

.selected-ooh .tabs-titles.one {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.selected-ooh .tabs-titles.two {
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
}

.selected-ooh .tabs-titles.three {
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
}

.selected-ooh .slideshow img {
	width: 100%;
}

.selected-ooh .slideshow-container {
	position: relative;
}

.selected-ooh .slideshow-container .slide-left {
	position: absolute;
	z-index: 999;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.selected-ooh .slideshow-container .slide-right {
	z-index: 999;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.analytics-content .small_graph.map .graph-container .map-container {
	height: 100%;
}

.analytics-content .small_graph.map .graph-container.full {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 55;
}

.analytics-content .small_graph.map .graph-container.full > button {
	top: 0 !important
}

.selected-ooh .slideshow-container .last-update {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background: rgba(255, 255, 255, 0.9);
	text-align: right;
	padding: 0 20px;
	z-index: 999;
	line-height: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Roboto";
	font-size: 11px;
	color: #505050;
	font-weight: bold;
}

.selected-ooh .ooh-description {
	background: #a0a0a0;
	color: #FFF;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	font-family: "Roboto";
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 60px;
	position: relative;
}

.selected-ooh .ooh-description .cta {
	position: absolute;
	bottom: 20px;
	right: 20px;
	line-height: 10px;
}

#gt_impressions .cell text,
#mobile_make .cell text {
	font-family: "Roboto";
	color: #FFF;
	font-size: 11px;
	fill: #FFF;
	cursor: default;
}

.analytics-content .daterangepicker-field {
	border: 1px solid #ebebeb;
	padding: 5px;
	z-index: 3;
	text-align: center;
	font-family: "Roboto";
	position: absolute;
	margin-bottom: 20px;
	right: 0;
	top: 0;
}

.analytics-content .daterangepicker-field.right {
	position: absolute;
	top: auto;
	right: 0;
	margin-top: -50px;
}

.analytics-content [data-js=cell-7] .small_graph,
.analytics-content [data-js=cell-8] .small_graph,
.analytics-content [data-js=cell-9] .small_graph {
	max-width: 250px;
	margin: 0 auto;
}

.analytics-content [data-js=cell-7] .small_graph.nomax,
.analytics-content [data-js=cell-8] .small_graph.nomax,
.analytics-content [data-js=cell-9] .small_graph.nomax {
	max-width: 99999px;
}

.measurement-box {
	padding: 30px 0 0 0;
	display: grid;
	grid-template-columns: 1fr;
	grid-row-gap: 15px;
	text-align: right;
}

.measurement-box .measurement-list {
	font-weight: 400;
	color: #505050;
	font-size: 12px;
	font-family: "Roboto";
}

.measurement-box .measurement-list span {
	font-weight: 400;
	display: inline-block;
	padding-left: 8px;
	text-transform: uppercase;
	font-weight: bold;
	color: #e05830;
}

.measurement-box .measurement-list:nth-child(2) {
}

.analytics-content .graph,
.analytics-content .small_graph,
.analytics-content .mid_graph {
	position: relative;
}

.analytics-content .graph h2.graph_title,
.analytics-content .small_graph h2.graph_title,
.analytics-content .mid_graph h2.graph_title,
#heatmap-container h2.graph_title {
	font-family: "Roboto";
	margin-bottom: 18px;
	font-size: 14px;
	font-weight: 500;
	color: #505050;
}

#heatmap-container h2.graph_title {

	margin-bottom: 39px;
}

.analytics-content .graph h2.graph_title.center,
.analytics-content .small_graph h2.graph_title.center,
.analytics-content .mid_graph h2.graph_title.center {
	text-align: center;
}

.analytics-content .graph h2.graph_title a,
.analytics-content .small_graph h2.graph_title a,
.analytics-content .mid_graph h2.graph_title a {
	float: right;
}

.analytics-content .cell-parent {
	position: relative;
}

.analytics-content .cell-parent[data-js=cell-1] .graph h2 a,
.analytics-content .cell-parent[data-js=cell-1] .small_graph h2 a {
	display: none !important;
}

.analytics-content .graph-filters {
	margin-bottom: 20px;
}

.analytics-content .graph-filters ul {
	list-style: none;
}

.analytics-content .graph-filters ul li {
	cursor: pointer;
	display: inline-block;
	margin-right: 6px;
}

.analytics-content .graph-filters ul li.label {
	font-family: "Roboto";
	font-size: 13px;
	cursor: initial;
	color: #333;
	font-weight: 500;
}

.analytics-content .graph-filters ul li.disabled .circle {
	background: #AAA !important;
}

.analytics-content .graph-filters ul li .circle {
	width: 8px;
	height: 8px;
	border-radius: 8px;
	display: inline-block;
	margin-right: 2px;
}

.analytics-content .graph-filters ul li label {
	font-family: "Roboto";
	font-size: 13px;
	cursor: pointer;
	color: #505050;
	vertical-align: middle;
}

.analytics-content .graph-filters ul li input {
	vertical-align: middle;
}

.analytics-content .graph-filters ul li .input-control {
	cursor: pointer;
	display: inline-block;
	position: relative;
	font-weight: 100;
	padding-left: 20px;
	color: #505050;
}

.analytics-content .graph-filters ul li .input-control input {
	position: absolute;
	width: auto !important;
	z-index: 1;
	opacity: 0;
}

.analytics-content .graph-filters ul li .input-control__indicator {
	border-radius: 80%;
	display: block;
	height: 8px;
	position: absolute;
	top: 0;
	border: 2px solid #e05830;
	left: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 8px;
	text-align: center;
	background-color: white;
	background-size: 50% 50%;
	background-position: center center;
	background-repeat: no-repeat;
}

.analytics-content .graph-filters ul li .input-control.radio input:checked ~ .input-control__indicator:after {
	border-radius: 80%;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	width: 100%;
	background: #e05830;
}

.analytics-content .mid_graph {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1 / span 2;
}

.analytics-content .table_cell {
	padding: 7px 0;
	padding-left: 3px;
	border-right: 0;
}

.analytics-content .table_cell:nth-child(2) {
	padding-right: 3px;
	border-left: 0;
	border-right: 0;
	text-align: right;
}

.analytics-content .table_row:last-child td {
	border-top: 2px solid #a6abd1;
	font-weight: bold;
	border-bottom: 0;
}

.analytics-content .header_row th {
	color: transparent;
	border-right: 0;
	border-left: 0;
	border-bottom: 2px solid #a6abd1;
}

.analytics-content .semi_circle_container {
	height: 0;
	padding-bottom: calc(50% + 50px);
	margin-top: -37px;
	overflow: hidden;
}

.analytics-content .semi_circle_container p {
	font-family: "Roboto";
	font-size: 30px;
	color: #000;
	text-align: center;
	position: absolute;
	z-index: 5;
	bottom: 5px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.analytics-content .semi_circle {
	width: 100%;
	padding-bottom: 100%;
	background-color: #fff;
	border-radius: 50%;
	position: relative;
	top: 50px;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.analytics-content .semi_circle:after,
.analytics-content .semi_circle .semi_circle_2 {
	content: '';
	position: absolute;
	border-radius: 50%;
}

.analytics-content .semi_circle .semi_circle_2 {
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), color-stop(50%, #eee), color-stop(50%, #e05830), to(#e05830));
	background: -webkit-linear-gradient(top, #eee 0%, #eee 50%, #e05830 50%, #e05830 100%);
	background: -o-linear-gradient(top, #eee 0%, #eee 50%, #e05830 50%, #e05830 100%);
	background: linear-gradient(to bottom, #eee 0%, #eee 50%, #e05830 50%, #e05830 100%);
	top: 0;
	right: 0;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	bottom: 0;
	left: 0;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-animation: rotate-semi-circle 1s 1.5s ease-in-out forwards;
	animation: rotate-semi-circle 1s 1.5s ease-in-out forwards;
	z-index: 2;
}

.analytics-content .semi_circle:after {
	background-color: #fff;
	top: 30px;
	z-index: 4;
	right: 30px;
	bottom: 30px;
	left: 30px;
}

.analytics-content .semi_circle .left,
.analytics-content .semi_circle .right {
	font-family: "Roboto";
	color: #000;
	font-size: 10px;
	position: absolute;
	bottom: 0;
}

.analytics-content .semi_circle .left {
	left: -25px;
}

.analytics-content .semi_circle .right {
	right: -20px;
}

.analytics-content .small_graph.map .graph-container,
.analytics-content .main-graph.map .graph-container {
	height: 300px;
}

.analytics-content .main-graph.map .graph-container {
	height: 630px;
}

.analytics-content .small_graph.map.tall .graph-container,
.analytics-content .main-graph.map.tall .graph-container {
	height: 860px;
}

.analytics-content .small_graph.map.tall .graph-container.biggest,
.analytics-content .main-graph.map.tall .graph-container.biggest {
	height: 836px;
}

.analytics-content .small_graph.map.tall .graph-container.biggest {
	height: 980px;
}

.analytics-content .small_graph.map.tall .graph-container.beeg {
	height: 630px;
}

.analytics-content .small_graph.map.tall .graph-container.beeg2 {
	height: 520px;
}


.analytics-content .small_graph.map.half .graph-container,
.analytics-content .main-graph.map.half .graph-container {
	height: 800px;
}

.impressions-grid.grid-3 {
	grid-column-gap: 50px;
}

.analytics-content .circle_graph {
	margin: 0 auto;
	margin-top: 50px;
	background: #01b8aa;
	width: 60%;
	padding-bottom: 60%;
	height: 0;
	border-radius: 100%;
	position: relative;
}

.analytics-content .circle_graph p {
	position: absolute;
	left: 50%;
	bottom: 20px;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	color: #FFF;
	font-family: "Roboto";
	font-size: 30px;
}

.calendar .calendar-header .calendar-selects .cal-month {
	padding-right: 5px;
}

.reach_table .table_row .table_cell:nth-child(2) {
	width: 200px;
	line-height: 19px;;
}

.analytics-overview {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.analytics-overview #heatmap-container {
	height: 400px;
	margin-bottom: 40px;
	position: relative;
}

.analytics-overview #heatmap-container > button {
	right: auto;
	left: 0px;
}

.analytics-overview #heatmap-container.notrelative,
.analytics-overview #heatmap-container.notrelative .map {
	position: initial !important;
}

.analytics-overview #heatmap-container .map {
	height: 100%;
}

.analytics-overview h2 {
	color: #e05830;
	font-weight: bold;
	font-family: "Roboto";
	font-size: 12px;
	margin-bottom: 20px;
}

.analytics-overview p,
.analytics-overview h3 {
	color: #515050;
	font-size: 12px;
	line-height: 16px;
	font-family: "Roboto";
	margin-bottom: 30px;
}

.analytics-overview h3 {
	font-weight: bold;
}

.analytics-overview .criteria {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 100px;
}

.analytics-overview .criteria p strong {
	color: #9f9e9e;
	display: block;
}

.analytics-overview .stats {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 50px;
	grid-row-gap: 25px;
}

.analytics-overview .stats h4 {
	color: #515050;
	font-size: 12px;
	font-family: "Roboto";
	margin-bottom: 15px;
	font-weight: 400;
}

.analytics-overview .stats h5 {
	color: #e05830;
	font-weight: 300;
	font-size: 18px;
	font-family: "Roboto";
}

@keyframes lds-ripple {
	0% {
		top: 96px;
		left: 96px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: 18px;
		left: 18px;
		width: 156px;
		height: 156px;
		opacity: 0;
	}
}

@-webkit-keyframes lds-ripple {
	0% {
		top: 96px;
		left: 96px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: 18px;
		left: 18px;
		width: 156px;
		height: 156px;
		opacity: 0;
	}
}

.lds-css {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	height: 100%;
	z-index: 9999;
	background: rgba(255, 255, 255, 0.9);
}

.lds-ripple {
	position: relative;
}

.lds-ripple div {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	border-width: 4px;
	border-style: solid;
	opacity: 1;
	border-radius: 50%;
	-webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(1) {
	border-color: #e05830;
}

.lds-ripple div:nth-child(2) {
	border-color: #f47e60;
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.lds-ripple {
	width: 200px !important;
	height: 200px !important;
	position: absolute;
	margin-left: -100px;
	margin-top: -100px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
	-ms-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
	transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

.impressions-grid-scroll {
	height: calc(100vh - 165px);
	overflow-y: scroll;
}

.impressions-grid {
	padding: 20px 60px 60px 60px;
	grid-row-gap: 20px;
	-ms-grid-columns: 2fr 2fr 2fr 3fr;
	grid-template-columns: 2fr 2fr 2fr 3fr;
	display: -ms-grid;
	display: grid;
	grid-column-gap: 30px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
}

.impressions-grid .main-graph {
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	grid-column: 1/4;
}

.impressions-grid .map-toggle {
	position: absolute;
	z-index: 3;
	right: 20px;
	margin-top: 20px;
}

.impressions-grid .map-toggle.top-toggle {
	margin-top: 0;
	top: 0;
	right: 0;
}

#runSimulation[disabled] {
	opacity: .2;
}

.impressions-grid .map-toggle.top-toggle ul li {
	background: #f7f7f7;
}

.impressions-grid .map-toggle.three ul {
	width: 200px;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
}

.impressions-grid .map-toggle.count-3 ul {
	width: 270px;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
}

.impressions-grid .map-toggle.four ul,
.impressions-grid .map-toggle.count-4 ul {
	width: 350px;
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.impressions-grid .map-toggle.four ul,
.impressions-grid .map-toggle.count-5 ul {
	width: 420px;
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.impressions-grid .map-toggle ul {
	width: 180px;
	display: -ms-grid;
	display: grid;
	background: #FFF;
	border-radius: 5px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
}

.impressions-grid .map-toggle ul li {
	padding: 5px;
	font-family: "Roboto";
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #e05830;
	font-size: 12px;
}

.impressions-grid .map-toggle ul li:nth-child(1) {
	border-radius: 5px 0 0 5px;
}

.impressions-grid .map-toggle ul li:last-child {
	border-radius: 0 5px 5px 0;
}

.impressions-grid .map-toggle ul li.active, .impressions-grid .map-toggle ul li:hover {
	background: #e05830;
	color: #FFF;
}

.impressions-grid.grid-1 {
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.impressions-grid.grid-1 [data-js=cell-1] {
	-ms-grid-column: 1;
	-ms-grid-column-span: 4;
	grid-row: 1/3;
	grid-column: 1/5;
}

.impressions-grid.grid-1 [data-js=cell-3] {
	grid-column: 1/3;
	grid-row: 3;
}

.impressions-grid.grid-1 [data-js=cell-3].full-width {
	grid-column: 1/5;
	grid-row: 3;
}

.impressions-grid.grid-1 [data-js=cell-4] {
	-ms-grid-column-span: 2;
	grid-column: span 2;
}

.impressions-grid.grid-1 [data-js=cell-6] {
	-ms-grid-row-span: 2;
	grid-row: span 2;
}

.impressions-grid.grid-1 [data-js=cell-10].full-width {
	grid-column: 5/9;
	grid-row: 3;
}

.impressions-grid.grid-1 [data-js=cell-7] {
	grid-row: 1;
	grid-column: 5/6;
}

.impressions-grid.grid-1 [data-js=cell-8] {
	grid-row: 1;
	grid-column: 6/7;
}

.impressions-grid.grid-1 [data-js=cell-9] {
	grid-row: 1;
	grid-column: 7/8;
}

.impressions-grid.grid-1 [data-js=cell-11] {
	grid-row: 1;
	grid-column: 8/9;
}

.impressions-grid.grid-1 [data-js=cell-10] {
	-ms-grid-column-span: 3;
	grid-column: 3/5;
	grid-row: 3
}

.impressions-grid.grid-1 [data-js=cell-12] {
	grid-column: 5/9;
	grid-row: 2
}

.impressions-grid.grid-1 [data-js=cell-13] {
	grid-column: 5/9;
	grid-row: 3
}

.impressions-grid.grid-1 [data-js=cell-12] .header_row th,
.impressions-grid.grid-8 .header_row th,
.impressions-grid.grid-2 .header_row th,
.impressions-grid.grid-3 .header_row th,
.impressions-grid.grid-6 .header_row th,
.impressions-grid.grid-1 [data-js=cell-13] .header_row th {
	color: #505050;
	background: #FFF;
	padding: 5px 4px;
	text-align: center;
}

.impressions-grid.grid-2 .table_cell,
.impressions-grid.grid-3 .table_cell,
.impressions-grid.grid-6 .table_cell,
.impressions-grid.grid-8 .table_cell,
.impressions-grid.grid-1 [data-js=cell-12] .table_cell,
.impressions-grid.grid-1 [data-js=cell-13] .table_cell {
	text-align: center !important;
}

.impressions-grid.grid-2 .header_row th {
	background: #FFF !important;
}

.impressions-grid.grid-2 [data-js=cell-7] .small_graph,
.impressions-grid.grid-2 [data-js=cell-6] .small_graph {
	padding-top: 40px;
}

.impressions-grid.grid-2 [data-js=cell-7] .small_graph .map-toggle.top-toggle,
.impressions-grid.grid-2 [data-js=cell-6] .small_graph .map-toggle.top-toggle {
	right: auto;
	left: 50%;
	transform: translate(-50%, 0);
	top: 20px;
}

.impressions-grid.grid-8 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 98px 70px 1fr 1fr 1fr;
	grid-row-gap: 40px;
	padding-bottom: 0;
}

.impressions-grid.grid-8 [data-js=cell-10] {
	grid-row: 1/2;
	grid-column: 1/5;
}

.impressions-grid.grid-8 [data-js=cell-1] {
	grid-row: 3/6;
	grid-column: 1/5;
}

.impressions-grid.grid-8 [data-js=cell-2] {
	grid-row: 2/3;
	grid-column: 1/2;
}

.impressions-grid.grid-8 [data-js=cell-3] {
	grid-row: 2/3;
	grid-column: 2/3;
}

.impressions-grid.grid-8 [data-js=cell-4] {
	grid-row: 2/3;
	grid-column: 3/4;
}

.impressions-grid.grid-8 [data-js=cell-5] {
	grid-row: 2/3;
	grid-column: 4/5;
}

.impressions-grid.grid-8 [data-js=cell-6] {
	grid-row: 1/6;
	grid-column: 5/9;
}

.impressions-grid.grid-8 [data-js=cell-6] .map {
	height: 640px;
	width: 100%;
}

.universe {
	width: 100%;
	box-sizing: border-box;
	color: #888;
	font-size: 14px;
	padding: 30px 60px 60px 60px;
	font-family: Arial, "Roboto";
	font-style: italic;
}

.impressions-grid.grid-2 {
	grid-row-gap: 10px;
	-ms-grid-columns: 2fr 2fr 2fr 2fr;
	grid-template-columns: 2fr 2fr 2fr 2fr;
	-ms-grid-rows: 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr 1fr;
}

.impressions-grid.grid-2 [data-js=cell-1] {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1/3;
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	grid-row: 1/5;
}

.impressions-grid.grid-2 [data-js=cell-2] {
	-ms-grid-column: 3;
	-ms-grid-column-span: 2;
	grid-column: 3/5;
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	grid-row: 1/3;
}

.impressions-grid.grid-2 [data-js=cell-3] {
	grid-column: 3/4;
	grid-row: 1/2;
}

.impressions-grid.grid-2 [data-js=cell-4] {
	grid-column: 3/4;
	grid-row: 2/3;
}

.impressions-grid.grid-2 [data-js=cell-5] {
	grid-column: 4/5;
	grid-row: 1/3;
}

.impressions-grid.grid-2 [data-js=cell-6] {
	-ms-grid-column: 3;
	-ms-grid-column-span: 1;
	grid-column: 3/4;
	-ms-grid-row: 1;
	-ms-grid-row-span: 4;
	grid-row: 1/5;
}

.impressions-grid.grid-2 [data-js=cell-7] {
	-ms-grid-column: 4;
	-ms-grid-column-span: 1;
	grid-column: 4/5;
	-ms-grid-row: 1;
	-ms-grid-row-span: 4;
	grid-row: 1/5;
}

.impressions-grid.grid-6 {

	grid-template-rows: 1fr 2fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.impressions-grid.grid-2 .table_cell, .impressions-grid.grid-3 .table_cell, .impressions-grid.grid-6 .table_cell, .impressions-grid.grid-1 [data-js=cell-12] .table_cell, .impressions-grid.grid-1 [data-js=cell-13] .table_cell {
	vertical-align: middle !important;
	color: #505050;
}

/* .graph-container text {
  fill: #ffffff;
} */


.impressions-grid.grid-3 {
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	-ms-grid-rows: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
}

.impressions-grid.grid-6 [data-js=cell-1],
.impressions-grid.grid-3 [data-js=cell-1] {
	-ms-grid-column: 1;
	-ms-grid-column-span: 4;
	grid-column: 1/5;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	grid-row: 1/2;
}

.impressions-grid.grid-6 [data-js=cell-2] {
	grid-row: 1;
	grid-column: 1/3;
}

.impressions-grid.grid-3 [data-js=cell-2] {
	grid-row: 1;
	grid-column: 1/2;
}

.impressions-grid.grid-6 [data-js=cell-8],
.impressions-grid.grid-3 [data-js=cell-8] {
	grid-row: 1;
	grid-column: 2/3;
}

.impressions-grid.grid-6 [data-js=cell-3],
.impressions-grid.grid-3 [data-js=cell-3] {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1/3;
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
	grid-row: 3/4;
}

.impressions-grid.grid-6 [data-js=cell-4] {
	grid-column: 1/3;
	grid-row: 2;
}

.impressions-grid.grid-3 [data-js=cell-4] {
	-ms-grid-column: 3;
	-ms-grid-column-span: 2;
	grid-column: 3/5;
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
	grid-row: 3/4;
}

.impressions-grid.grid-6 [data-js=cell-5],
.impressions-grid.grid-3 [data-js=cell-5] {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1/3;
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
	grid-row: 3/4;
}

.impressions-grid.grid-6 [data-js=cell-6],
.impressions-grid.grid-3 [data-js=cell-6] {
	-ms-grid-column: 3;
	-ms-grid-column-span: 2;
	grid-column: 3/5;
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
	grid-row: 3/4;
}

.impressions-grid.grid-6 [data-js=cell-7],
.impressions-grid.grid-3 [data-js=cell-7] {
	grid-row: 1/3;
	grid-column: 3/5;
}

.impressions-grid.grid-6 [data-js=cell-12],
.impressions-grid.grid-3 [data-js=cell-12] {
	grid-row: 2/3;
	grid-column: 1/3;

}

.impressions-grid.grid-4 {
	-ms-grid-columns: 4fr 4fr 4fr 4fr;
	grid-template-columns: 4fr 4fr 4fr 4fr;
	-ms-grid-rows: 1fr 304px;
	grid-template-rows: 1fr 304px;
	grid-row-gap: 30px;
}

.impressions-grid.grid-4 [data-js=cell-1] {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1/3;
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	grid-row: 1/3;
}

.impressions-grid.grid-4 [data-js=cell-2] {
	-ms-grid-column: 3;
	-ms-grid-column-span: 2;
	grid-column: 3/5;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	grid-row: 1/2;
}

.impressions-grid.grid-4 [data-js=cell-3] {
	-ms-grid-column: 3;
	-ms-grid-column-span: 1;
	grid-column: 3/4;
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	grid-row: 2/3;
}

.impressions-grid.grid-4 [data-js=cell-4] {
	-ms-grid-column: 4;
	-ms-grid-column-span: 1;
	grid-column: 4/5;
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	grid-row: 2/3;
}

/** AUTOCOMPLETE DEFAULT CSS **/
.autocomplete-suggestions {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #999;
	background: #FFF;
	cursor: default;
	overflow: auto;
	-webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	-moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
}

.autocomplete-no-suggestion {
	padding: 2px 5px;
}

.autocomplete-selected {
	background: #F0F0F0;
}

.autocomplete-suggestions strong {
	font-weight: bold;
	color: #000;
}

.autocomplete-group {
	padding: 2px 5px;
	font-weight: bold;
	font-size: 16px;
	color: #000;
	display: block;
	border-bottom: 1px solid #000;
	font-family: "Roboto";
	font-size: 14px;
	padding: 7px;
}

.total-box {
	background: #e36945;
	padding: 10px;
	height: 100px;
	position: relative;
}

.total-box.small {
	height: 70px;
}

.total-box.small .graph_title {
	font-weight: 400 !important;
}

.total-box.small p {
	margin-top: 10px;
}

.total-box .graph_title.top {
	position: absolute;
	top: -28px;
	width: 160px;
	left: 0;
	color: #505050 !important;
}

.total-box h2.graph_title {
	color: #FFF !important;
}

.total-box p {
	text-align: center;
	font-size: 20px;
	font-family: "Roboto";
	color: #FFF;
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translate(0, -50%);
	left: 0;
}

.total-box.total-box-2 {
	background: #e36945;
}

.autocomplete-suggestion {
	font-family: "Roboto";
	padding: 7px;
	color: #555;
	font-size: 13px;
}

/** DATE RANGE PICKER **/
.analytics-nav {
	height: 50px;
	background: #e0e0e0;
	text-align: center;
}

.analytics-nav ul {
	list-style: none;
}

.analytics-nav ul li {
	display: inline-block;
	font-family: "Roboto";
	font-weight: 500;
	font-size: 12px;
	padding: 0 30px 0 0;
	line-height: 50px;
}

.analytics-nav ul li:not(:last-child):after {
	padding-left: 30px;
	content: '|';
	color: #FFF;
	font-family: "Roboto";
	font-size: 15px;
}

.analytics-nav ul li a {
	color: #a0a0a0;
	text-decoration: none;
}

.analytics-nav ul li a:hover, .analytics-nav ul li a.active {
	color: #e05830;
}

.popup {
	display: none;
}

.popup .overlay {
	background: rgba(255, 255, 255, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.popup .popup-box {
	width: 600px;
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 12px;
	z-index: 101;
	background: #FFF;
}

.popup .popup-box .popup-content {
	padding: 30px 50px 40px 50px;
}

.popup .popup-box .popup-title {
	position: relative;
}

.popup .popup-box .popup-title h2 {
	color: #e05830;
	font-size: 17px;
	font-family: "Roboto";
}

.popup .popup-box .popup-title img {
	width: 16px;
	position: absolute;
	right: 0;
	top: 0px;
}

.popup .popup-box form {
	margin-top: 20px;
}

.popup .popup-box form .form-box {
	border-top: 1px solid #EEE;
	padding: 20px 0;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 2fr 1fr;
	grid-template-columns: 2fr 1fr;
}

.popup .popup-box form .form-box:last-child {
	border-bottom: 1px solid #EEE;
}

.popup .popup-box form .form-box label {
	font-family: "Roboto";
	line-height: 23px;
	font-size: 13px;
}

.popup .popup-box form .form-box input[type=text] {
	color: #DDD;
	border: none;
	text-align: right;
	font-family: "Roboto";
	font-size: 12px;
}

.popup .popup-box form .form-box div {
	text-align: right;
}

.popup .popup-box form .form-box button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: #e05830;
	color: #FFF;
	text-transform: uppercase;
	display: inline-block;
	cursor: pointer;
	border: 1px solid transparent;
}

.popup .popup-box form .form-box button:hover {
	background: #FFF;
	color: #e05830;
	border: 1px solid #e05830;
}

.popup .popup-box .popup-ctas {
	background: #ebebeb;
	width: 100%;
	padding: 15px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0 0 12px 12px;
	text-align: right;
}

.popup .popup-box .popup-ctas button {
	font-family: "Roboto";
	color: #e05830;
	text-transform: uppercase;
	font-size: 14px;
	background: transparent;
	border: 0;
	font-weight: 500;
	height: 30px;
	outline: 0;
	width: 130px;
	cursor: pointer;
}

.popup .popup-box .popup-ctas button.big {
	width: 180px;
}

.popup .popup-box .popup-ctas button img {
	width: 20px;
	vertical-align: middle;
}

.popup .popup-box .popup-ctas button span {
	padding: 0 15px;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
}

.modal.hidden {
	display: none;
}

.modal .upload-box input[type=file] {
	display: none;
}

.modal .picture-upload {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	margin-top: 25px;
	border-top: 1px solid #DDD;
	padding: 15px 20px;
	border-bottom: 1px solid #DDD;
	margin-bottom: 50px;
}

.modal .picture-upload > div:nth-child(1) {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 40px 1fr;
	grid-template-columns: 40px 1fr;
	grid-column-gap: 40px;
}

.modal .picture-upload > div:nth-child(1) div {
	position: relative;
}

.modal .picture-upload > div:nth-child(1) div p {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.modal .picture-upload > div:nth-child(1) img {
	width: 100%;
}

.modal .picture-upload > div:nth-child(2) {
	text-align: right;
	position: relative;
}

.modal .picture-upload p,
.modal .text p {
	font-family: "Roboto";
	font-size: 12px;
	vertical-align: middle;
	color: #AAA;
}

.modal .text p {
	font-size: 13px;
	padding-top: 25px;
}

.modal .text p a {
	color: #E05830;
}

.modal .picture-upload .open-upload {
	float: right;
	background: #e05830;
	font-family: "Roboto";
	text-decoration: none;
	font-weight: 400;
	color: #FFF;
	text-transform: uppercase;
	font-size: 11px;
	border-radius: 4px;
	padding: 5px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.modal .box-title {
	position: relative;
}

.modal .box-title h3 {
	color: #e05830;
	font-size: 16px;
	font-family: "Roboto";
	font-weight: 400;
}

.modal .box-title a {
	position: absolute;
	right: 0;
	top: 0;
}

.modal .license-details {
	margin-top: 30px;
}

.modal .license-details .license-detail {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	font-family: "Roboto";
	font-size: 12px;
	color: #000;
	border-top: 1px solid #EEE;
	padding: 10px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.modal .license-details .license-detail:last-child {
	border-bottom: 1px solid #EEE;
}

.modal .license-details .license-detail div:nth-child(2) {
	text-align: right;
	color: #AAA;
}

.modal .overlay {
	position: absolute;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
}

.modal .software-version {
	font-family: "Roboto";
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	font-size: 12px;
	color: #A0A0A0;
	z-index: 999999;
}

.modal .privacy-policy {
	font-family: "Roboto";
	position: absolute;
	bottom: 20px;
	right: 40px;
	font-size: 12px;
	z-index: 999999;
}

.modal .privacy-policy a {
	color: #e05830;
}

.modal .modal-box {
	border-radius: 4px;
	padding: 30px;
	position: absolute;
	min-width: 550px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #FFF;
	z-index: 999999;
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.modal .modal-box.small-modal {
	min-width: 390px;;
}

.modal .modal-logo {
	width: 150px;
	margin-bottom: 30px;
}

.modal .x-button {
	position: absolute;
	top: 30px;
	right: 30px;
}

.modal .x-button img {
	width: 15px;
}

.modal form h4 {
	font-family: "Roboto";
	font-size: 16px;
	color: #505050;
	margin-bottom: 15px;
	margin-left: 15px;
}

.modal form .form-group.bottom {
	padding-bottom: 60px;
}

.modal form .error {
	font-family: "Roboto";
	font-size: 12px;
	color: #E05830;
	padding-left: 15px;
	margin-bottom: 20px;
}

.modal form .paragraph-here {
	display: none;
	padding-bottom: 55px;
}

.fixed-scrolling {
	height: calc(100vh - 65px);
	overflow-y: scroll;
}

.modal form .paragraph-here p {
	font-size: 12px;
	padding-left: 15px;
	font-family: "Roboto";
	color: #505050;
}

.modal form .left-cta img {
	padding-right: 10px;
}

.modal form .bottom-cta a {
	display: none;
}

.modal form .bottom-cta.left {
	text-align: left;
}

.modal form .bottom-cta.left a {
	display: inline-block;
}

.modal form .bottom-cta.left button {
	display: none;
}

.modal form label {
	color: #505050;
	font-family: "Roboto";
	font-size: 12px;
	font-weight: 400;
	padding-left: 15px;
}

.modal:not(.upload-popup) form input[type=text],
.modal:not(.upload-popup) form input[type=password] {
	width: 100%;
	border: 1px solid #EBEBEB;
	height: 40px;
	margin-top: 5px;
	line-height: 40px;
	text-indent: 30px;
	font-family: "Roboto";
	border-radius: 4px;
	font-size: 12px;
	margin-bottom: 15px;
}

.modal form .bottom-links {
	display: -ms-grid;
	display: grid;
	padding-bottom: 65px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
}

.modal form .checkbox-group label {
	color: #A0A0A0;
	padding-left: 5px;
}

.modal form .reset-password {
	text-align: left;
}

.modal form .reset-password a {
	color: #505050;
	font-family: "Roboto";
	font-size: 12px;
}

.modal .bottom-cta {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0 0 4px 4px;
	background: #EBEBEB;
}

.top-tabs li {
	display: block;
	float: left;
	position: relative;
	background: #eee;
}

.top-tabs li.active {
	background: #FFF;
}

.top-tabs li.active a {
	color: #e05830;
}

.top-tabs li a {
	font-family: "Roboto";
	font-size: 15px;
	text-decoration: none;
	padding: 20px;
	display: inline-block;
	color: #000;
}

.previous-planning .previous-planning-box .previous-planning-box-title.nopad {
	padding-top: 0;
	padding-bottom: 0;
}

.aside.pad {
	padding-top: 20px;
}

.previous-planning .previous-planning-box .previous-planning-accordion.notification-tab {
	display: none;
}

.previous-planning .previous-planning-box .previous-planning-accordion.notification-tab.active {
	display: block;
}

.introjs-tooltiptext {
	color: #505050;
	font-size: 12px;
	font-weight: 400;
	font-family: "Roboto";
	line-height: 16px;
}

.introjs-tooltip {
	padding: 15px;
}

.introjs-helperNumberLayer {
	left: auto;
	right: -16px;
	border: none;
	background: #e05830;
	text-shadow: none;
	display: none;
}

.introjs-disabled, .introjs-disabled:focus, .introjs-disabled:hover {
	opacity: .8;
	border: none;
	background: #e05830;
}

.introjs-button,
.introjs-skipbutton,
.introjs-button:active, .introjs-button:focus {
	background: #e05830;
	font-family: "Roboto";
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	border: none;
}

.analytics-content .main-graph.map.half .graph-container {
	height: 630px;
}

.impressions-grid.grid-4 [data-js=cell-4] .graph-container {
	padding: 36px 0;
}

.yes-no-popup .box-title {
	padding-top: 30px;
	padding-bottom: 30px;
}

.yes-no-popup button img {
	vertical-align: middle;
}

.yes-no-popup button {
	cursor: pointer;
	background: transparent;
	height: 47px;
	border: 0;
	margin-left: 20px;
}

.yes-no-popup button.right {
	margin-right: 20px;
	margin-left: 0;
	float: right
}

.yes-no-popup button.right span.text {
	padding-left: 0;
	margin-left: 0;
	border-left: 0;
}

.yes-no-popup span.border {
	padding: 0 10px;
	color: #e05830;
}

.yes-no-popup button img {
	height: 11px;
}

.yes-no-popup button span.text {
	display: inline-block;
	color: #e05830;
	text-transform: uppercase;
	font-family: "Roboto";
	font-size: 14px;
	font-weight: 500;
	height: 25px;
	vertical-align: middle;
	line-height: 25px;
}

.yes-no-popup .box-title img {
	display: block;
	margin: 0 auto;
	margin-bottom: 25px;
}

.yes-no-popup .box-title h3 {
	font-size: 15px;
	color: #a0a0a0;
	text-align: center;
}

.yes-no-popup .bar {
	background: #ebebeb;
	height: 50px;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.yes-no-popup.modal .modal-box {
	padding: 0
}

.behaviors {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 25px;
	grid-row-gap: 10px;
	padding-top: 15px;
}

.behaviors div {
	display: grid;
	grid-template-columns: 20px 1fr;
	grid-column-gap: 10px;
}

.behaviors div label {
	color: #a0a0a0;
	font-size: 13px;
	border-bottom: 1px solid #ebebeb;
	font-family: "Roboto";
	padding-bottom: 8px;
}

.new-plan-audience .new-form .form-box.no-border {
	border-bottom: 0;
}

.select-all {
	background: #ebebeb;
	border-radius: 5px;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	box-sizing: border-box;
}

.select-all input,
.select-all label {
	vertical-align: middle;
}

.select-all label {
	color: #505050;
	font-family: "Roboto";
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
	padding-left: 10px;
}

[data-js=cell-2a] .graph-container,
[data-js=cell-8a] .graph-container {
	height: 300px !important;
}

.behavioral-feb .impressions-grid.grid-3 [data-js=cell-12] {
	grid-row: 1/3;
	grid-column: 3/5;
}

.behavioral-feb .impressions-grid.grid-3 .graph_title {
	display: block !important;;
}

.behavioral-feb [data-js=cell-12] .google-visualization-table,
.behavioral-feb [data-js=cell-12] .google-visualization-table > div {
	height: 630px !important;
}
