/* SeÃ§im SihirbazÄ± CSS */
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900');
html, body {
	margin:0;
	padding:0;
	height: 100%;
	min-height: 100%;
	font-family: 'Rubik', sans-serif;
	font-size:14px;
	color:#323232;
	font-weight:400;
	-webkit-font-smoothing:antialiased;
}
.start {
	min-height:100%;
	background:#042f50 url(../images/img-background-1.jpg) center center no-repeat;
	background-size:cover;
}
.start > .container {
	text-align:center;
}
.img-slogan {
	display:block;
	width:100%;
	max-width:560px;
	margin:100px auto 15px auto;
}
.results-wrapper {
	position:fixed;
	left:0;
	top:0;
	width:65%;
	height:100%;
	overflow:auto;
}
.top-fixed {
	background-color:#ffffff;
	z-index:2;
}
.top {
	padding:10px;
	margin-bottom:15px;
	background-color:#2d3842;
	color:#ffffff;
}
.logo {
	display:inline-block;
	width:90px;
	height:17px;
	margin-right:5px;
}
.logo img {
	width:100%;
	height:100%;
}
.top h1 {
	display:inline-block;
	margin:0;
	padding:0;
	font-size:18px;
	font-weight:500;
	vertical-align:middle;
}
.head-actions {
	float:right;
}
.head-actions .btn {
	padding:2px 4px;
	line-height:normal;
	height:auto;
	font-size: 12px;
}
.steps-container {
	text-align:center;
}
.avm-logo {
	display:block;
	background-color:#f0f0f0;
	padding:4px;
	margin-bottom:16px;
	border-radius:4px;
	font-size:24px;
}
.avm-logo img {
	max-width:100px;
	height:auto;
	margin-right:15px;
	border-radius:4px;
	overflow:hidden;
}
h2 {
	font-size:24px;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
	margin:15px auto;
	border-radius:4px;
	color:#2d3842;
	background-color:#f0f0f0;
}
.steps {
	display:inline-block;
	margin-bottom:30px;
}
.step-img {
	display:inline-block;
	width:40px;
	height:40px;
	background-color:#d0d0d0;
	border-radius:50%;
	margin-bottom:15px;
}
.step-img + .step-img {
	margin-left:60px;
}
.step-img img {
	width:24px;
	height:24px;
	margin:8px;
}
.step-progress {
	width:100%;
	height:4px;
	background-color:#f0f0f0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	border-radius:2px;
}
.step-progress-bar {
	width:0;
	height:4px;
	border-radius:2px;
	background-color:#3aab27;
}
.step-1 .step-img:first-child,
.step-2 .step-img:nth-child(2),
.step-3 .step-img:nth-child(3),
.step-4 .step-img:nth-child(4) {
	background-color:#7c7c7c;
}
.step-2 .step-img:first-child {
	background-color:#3aab27;
}
.step-3 .step-img:first-child,
.step-3 .step-img:nth-child(2) {
	background-color:#3aab27;
}
.step-4 .step-img:nth-child(1),
.step-4 .step-img:nth-child(2),
.step-4 .step-img:nth-child(3) {
	background-color:#3aab27;
}
.step-2 .step-progress-bar {
	width:25%;
}
.step-3 .step-progress-bar {
	width:50%;
}
.step-4 .step-progress-bar {
	width:75%;
}
.step-name {
	display:inline-block;
	width:40px;
	font-size:9.6px;
	font-weight:500;
	color:#5a5a5a;
	text-align:center;
}
.step-name + .step-name {
	margin-left:60px;
}
.avm-list {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.avm-list label {
	border:2px solid #d2d2d2;
	border-radius:8px;
	overflow:hidden;
	margin:15px;
}
.avm-list label span {
	display: block;
	width: 100%;
	text-align: center;
	color:#3a3a3a;
	background-color: #d2d2d2;
	padding: 8px 0;
	font-weight: 500;
	font-size: 11px;
}
.avm-list input[type="radio"] {
	display:none;
}
.avm-list input[type="radio"]:checked + label {
	border-color:#1f93ff;
	box-shadow:0 0 0 4px rgb(27, 151, 255,.2);
	transition:all ease-in-out .1s;
}
.avm-list input[type="radio"]:checked + label span {
	color:#ffffff;
	background-color:#1f93ff;
}
.interest input[type="checkbox"] {
	display:none;
}
.interest {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.interest label {
	white-space:nowrap;
	border:2px solid #eaeaea;
	text-align:left;
	padding:6px 12px;
	margin:4px;
	text-align:center;
	font-weight:500;
	border-radius:20px;
}
.interest label:hover {
	border-color:#1f93ff;
}
.interest input[type="checkbox"]:checked + label {
	background-color:#1f93ff;
	/* border-color:#1f93ff; */
	color:#ffffff;
	transition:all ease-in-out .1s;
}
.input-group {
	margin-top:10px;
	margin-bottom:20px;
	font-size:16px;
}
.input-group-text {
	min-width:90px;
	color:#1f93ff;
	font-size:16px;
	font-weight:500;
	padding:0;
	height:40px;
	line-height:40px;
	background-color:transparent;
	border:none;
	border-radius:0;
	border-bottom:1px solid #1f93ff;
	position:relative;
}
.input-group > .custom-select {
	border:none;
	border-radius:0;
	border-bottom:1px solid #1f93ff;
	line-height:40px;
	height:40px;
	padding:0;
	box-shadow:none;
}
.actions {
	text-align:center;
	margin:30px auto;
}
#sesModal .modal-body .btn {
	display:block;
	margin-bottom:8px;
}
.btn {
	height:40px;
	line-height:40px;
	padding-left:40px;
	padding-right:40px;
	color:#ffffff;
	background-color:#1f93ff;
	border-radius:0;
	padding-top:0;
	padding-bottom:0;
	border-radius:4px;
}
.btn:hover {
	color:#ffffff;
	background-color:#0e82ee;
}
.btn-hollow {
	color:#1f93ff;
	border:1px solid #1f93ff;
	background-color:#ffffff;
}
.map {
	position:fixed;
	right:0;
	top:0;
	width:35%;
	height:50%;
	overflow: hidden;
	background-color:#f0f0f0;
}
.map iframe {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
}
.range-slider-text {
	white-space:nowrap;
	font-size:12px;
}
.range-slider-value {
	font-weight:600;
}
.range-slider-input {
	-webkit-appearance: none;
	-moz-appearance:none;
	width: 100%;
	height: 16px;
	background: #d3d3d3;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
	margin:4px auto 0px auto;
	border-radius:8px;
	border:4px solid #e8e8e8;
}
.range-slider-input:focus {
	background:#a0a0a0;
}
.range-slider-input::-webkit-slider-thumb {
	-webkit-appearance: none;
	-moz-appearance:none;
	appearance: none;
	width: 16px;
	height: 16px;
	background: #1f93ff;
	cursor: pointer;
	border-radius:50%;
	box-shadow:0 0 0 4px #ffffff;
}
.range-slider-input:focus::-webkit-slider-thumb {
	background:#0c60cc;
}
.cap-value-text::after {
	content:' KM';
}
.time-range {
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}
.time-range li {
	width:4%;
	font-size:10px;
	font-weight:500;
	float:left;
}
.range-slider .btn {
	padding-left:inherit;
	padding-right:inherit;
	display:block;
	text-align:center;
	margin-bottom:8px;
}
.segment-selection {
	white-space:nowrap;
	margin:4px auto;
}
.segment-selection input[type="checkbox"] {
	-webkit-appearance:none;
	width:20px;
	height:20px;
	background:url(../images/icon-checkbox.svg) center center no-repeat;
	background-size:contain;
	margin-right:5px;
	vertical-align:middle;
}
.segment-selection input[type="checkbox"]:checked {
	background:url(../images/icon-checkbox-checked.svg) center center no-repeat;
}
.segment-selection input[type="checkbox"]:focus {
	box-shadow:none;
	outline:none;
}
.segment-selection label {
	font-weight:500;
	margin-bottom:0;
}
.segment-selection label span {
	font-size:11px;
	color:#9a9a9a;
}
.ses-selection-category {
	display:flex;
	flex-wrap:wrap;
}
.ses-selection-category input[type="radio"] {
	display:none;
}
.ses-selection-category label {
	flex:1;
	display:block;
	margin:2px;
	border:1px solid #1f93ff;
	color:#1f93ff;
	padding:6px 12px;
	text-align:center;
	border-radius:4px;
	font-weight:500;
}
.ses-selection-category input[type="radio"]:checked + label {
	background-color:#1f93ff;
	color:#ffffff;
}
.bottom-band {
	width:calc(100% + 4px);
	display:flex;
	flex-wrap:wrap;
	margin:8px auto;
}
.bottom-info-item {
	flex:1;
	min-width:124px;
	margin:0 4px 4px 0;
	padding:4px;
	font-size:12px;
	background-color:#fafafa;
	border:2px solid #f8f8f8;
	border-radius:4px;
	color:#5a5a5a;
	text-align:center;
}
.bottom-info-item-name {
}
.bottom-info-item-amount {
	display:block;
	font-size:18px;
	font-weight:500;
	color:#2a2a2a;
}
.bottom-info-options {
	display: flex;
	width:100%;
	margin-top:4px;
}
.bottom-info-options > div {
	position:relative;
	flex: 1;
	margin:0 4px;
	line-height:25px;
	margin-bottom:4px;
	white-space:nowrap;
	border: 2px solid #e0e0e0;
	font-weight: 500;
	text-align:center;
	border-radius:4px;
	border-bottom:0;

}
.cpm-banner,
.cpm-video {
	position:relative;
}
.cpm-banner::before,
.cpm-video::before {
	position:absolute;
	left:2px;
	top:-22px;
	display:block;
	width:100%;
	height:12px;
	text-align:left;
	font-size:11px;
	color:#565656;
}
.cpm-banner::before {
	content:'Banner CPM';
}
.cpm-video::before {
	content:'Video CPM';
}
.cpm-percent {
	position:absolute;
	right:-1px;
	top:-10px;
	display:block;
	width:28px;
	height:16px;
	line-height:16px;
	border-radius:2px;
	text-align:center;
	background-color:#62b5ff;
	color:#ffffff;
	font-size:10px;
	z-index:2;
}
.input-tcpm::after,
.input-gcpm::after,
.input-go::after {
	display:block;
	position:absolute;
	top: 0px;
	color:#8a8a8a;
	font-size:10px;
}
.input-tcpm::after,
.input-gcpm::after {
	content:'TL';
	right:3px;
}
.input-go::after {
	content:'%';
	left: 4px;
	top: 2px;
	color: white;
}
.bottom-info-options > div span {
	width:calc(100% - 45px);
	float:left;
	font-size: 11px;
	display: block;
	white-space:nowrap;
	background-color:#f0f0f0;
	border-bottom:2px solid #e0e0e0;
	text-align:left;
	padding-left:4px;
}
.bottom-info-options > div span + span {
	border-left:1px solid #d0d0d0;
}
.input-tcpm,
.input-gcpm {
	position:relative;
	width:45px;
	float:left;
}
.input-go {
	width:30px;
	position:absolute;
	top: -19px;
	right: -2px;
	line-height: normal;
}
.bottom-info-options > div input[type="text"] {
	width: 100%;
	height: 27px;
	float:left;
	font-size:11px;
	font-weight:500;
	text-align: right;
	padding-right:18px;
	border-style: none;
	border: none;
	border-bottom:2px solid #e0e0e0;
}
.input-go input[type="text"] {
	text-align:left;
	padding-right:0 !important;
	text-align:left !important;
	padding-left: 13px;
	border-bottom:none !important;
	border-radius: 2px;
	background-color: #62b5ff;
	color: white;
	height: auto !important;
}
.tooltip-inner {
	font-size:14px;
	font-weight:500;
}
.actions-flex {
	display:flex;
	flex-wrap:wrap;
	margin:8px auto;
}
.actions-flex a {
	flex:1;
	margin:0 4px;
}
.actions-block a {
	display:block;
	margin-bottom:15px;
}
.results {
	width:100%;
	height: calc(100% - 302px);
	overflow-x:auto;
	margin-bottom:5px;
}
.results .tab-content {
	height: calc(100% - 37px);
}
.results .tab-pane {
	height: 100%;
	overflow-y:auto;
}
.table-scroller {
	overflow-y:auto;
}
.results-table {
	width:100% !important;
	margin:0 auto;
	font-size:12px;
}
.results-table thead {
	font-weight:500;
	background-color:#f0f0f0;
	text-align:center;
}
.results-table th,
.results-table td {
	padding:4px;
	border:1px solid #e5e5e5;
}
.results-table tbody tr:nth-child(even) td {
	background-color:#fcfcfc
}
.results-table tbody tr:hover td {
	background-color:rgba(0, 231, 255, 0.1);
}
.banner {
	position:fixed;
	right:0;
	bottom:0;
	width:35%;
	height:50%;
	background-color:#fcfcfc;
	border-top:2px solid #ffffff;
}
.banner iframe {
	width:100%;
	height:100%;
	border:none;
}
.banner-preview {
	cursor:pointer;
	color:#1f93ff;
	font-weight:500;
}
.banner-preview:hover {
	text-decoration:underline;
}
.banner-preview::before {
	content:'';
	display:inline-block;
	width:16px;
	height:16px;
	margin-right:5px;
	background:url(../images/icon-preview.svg) center center no-repeat;
	background-size:contain;
	vertical-align:text-bottom;
	opacity:.25;
}
.banner-preview:hover:before {
	opacity:.5;
}
.footer {
	text-align:center;
	color:#a2a2a2;
	background-color:#fafafa;
	font-size:12px;
	padding:50px 15px;
}
.footer-colors {
	width:100%;
	height:2px;
	margin-top:100px;
	display:flex;
	flex-wrap:wrap;
}
.footer-color-1,
.footer-color-2,
.footer-color-3 {
	flex:1;
	height:100%;
}
.footer-color-1 {
	background-color:#e0245d;
}
.footer-color-2 {
	background-color:#ffa430;
}
.footer-color-3 {
	background-color:#228ffb;
}
.foot-links a {
	color:#a2a2a2;
	text-decoration:none;
	display:inline-block;
	margin:25px;
}
.foot-links a:hover {
	color:#3a3a3a;
	text-decoration:underline;
}
.foot-logo {
	display:inline-block;
	width:180px;
	height:40px;
	opacity:.3;
	margin-bottom:15px;
}
.foot-logo img {
	width:100%;
	height:100%;
	object-fit:contain;
}
.disabled {
	opacity:.5 !important;
	-webkit-filter:saturate(0%);
	pointer-events:none;
}
.ses-form-group {
	position:absolute;
	right:0;
	top:0;
	margin:0 0 2px 8px;
	border:1px solid #cccccc;
	border:2px solid #cccccc;
	border-radius:4px;
	overflow:hidden;
}
.ses-form-group .input-group {
	margin:0;
	background-color:#f0f0f0;
}
.ses-form-group .input-group-text {
	color:#3a3a3a;
	font-size:12px;
	height:auto;
	border-bottom:0;
	line-height:26px;
	padding-left:8px;
}
.ses-form-group .custom-select {
	border-bottom:0;
	line-height:normal;
	height:auto;
	padding-left:8px;
	font-size:12px;
	font-weight:500;
}
.nav-tabs {
	position:relative;
}
.loading::after {
	content:'';
	display: inline-block;
	width: 1rem;
	height: 1rem;
	vertical-align: baseline;
	margin-left:.2rem;
	margin-right:.2rem;
	border: .15em solid #9fd1ff;
	border-right-color: transparent;
	border-radius: 50%;
	animation: loadamination .75s linear infinite;
}
.p-tooltip {
	margin-top: 10px;
	font-size: 11px;
	text-align: left;
	padding: 10px;
	background-color: #f0f0f0;
	border: 1px solid #fafafa;
}
.flex-box {
	display:flex;
	flex-wrap: wrap;
}
.flex-box > div {
	flex:1;
	margin:2px;
}
.flex-box > div a.btn-hollow {
	line-height: inherit;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ses-modal-body {
	font-size:14px;
	padding:16px;
	max-height: calc(100% - 133px);
	overflow-y:auto;
}
.ses-modal-body p {
	margin-bottom:16px;
}
.ses-actions {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:12px;
	background-color:#fafafa;
	border-top:1px solid #e5e5e5;
}
.ses-right {
	text-align:right;
}
.ses-btn {
	display:inline-block;
	padding:8px 16px;
	margin:5px;
	background-color:green;
	color:#ffffff;
	font-size:14px;
	font-weight:500;
	border-radius:2px;
}
.ses-btn:hover {
	color:#ffffff;
	text-decoration:none;
	box-shadow:0 0 0 2px rgba(0,0,0,.2);
}
.ses-btn-cancel {
	background-color:#5a5a5a;
}
.ses-menu-btn {
	display:block !important;
	margin-bottom:2px;
	width:100%;
	box-sizing:border-box;
}
.ses-cats {
	display:flex;
	flex-overflow:wrap;
	flex-wrap:wrap;
}
.ses-cat {
	width:100%;
	padding:16px 0;
}
.ses-cat table {
	white-space:nowrap;
	width:100%;
	border: 1px solid #e5e5e5;
}
.ses-cat table th {
	font-size:14px;
	font-weight:bold;
	background-color: #e0e0e0;
	border-bottom: 1px solid #e5e5e5;
}
.ses-cat table th,
.ses-cat table td {
	padding: 6px;
	border-bottom:1px solid #e5e5e5;
}
.ses-cat table tr td:nth-child(2) {
	padding:0;
}
.ses-cat table td label {
	display:block;
	margin-bottom:0;
	padding:6px;
}
.ses-cat table tr:nth-child(even) {
	background-color:#fafafa;
}
.ses-cat table tr:hover td {
	background-color:#f0f0f0;
}
.ses-cat table input[type="text"] {
	width:100%;
	border-radius: 0;
}
@keyframes loadamination {
	0%   { transform:rotate(0deg); }
	100% { transform:rotate(360deg); }
}
@media (max-width:1330px) {
	.results {
		height: calc(100% - 392px);
	}
	.top {
		text-align:center;
	}
	.head-actions {
		display:block;
		text-align:center;
		float:none;
		margin-top:5px;
	}
	.head-actions .btn {
		padding:8px 16px;
		margin:2px;
	}
	.avm-logo {
		text-align:center;
	}
	.avm-logo img {
		display:block;
		margin:0 auto 4px auto;
	}
	.avm-logo span {
		display:block;
		font-size:18px;
		font-weight:500;
	}
}
@media (max-width:1030px) {
	.results {
		height: calc(100% - 385px);
	}
}
@media (max-width:991px) {
	.steps-container .btn-hollow {
		display:block;
		margin:15px auto;
	}
	.actions-flex a {
		margin:4px;
	}
	.results-wrapper, .map, .banner {
		position:relative;
	}
	.results-wrapper {
		width:100%;
		height:auto;
		overflow:inherit;
	}
	.map, .banner {
		width:calc(100% - 30px);
		margin-left:15px;
		margin-right:15px;
		height:500px;
	}
}
@media (max-width:767px) {
	.range-slider {
		margin-bottom:15px;
	}
}
@media (max-width:640px) {
	.top {
		text-align:center;
	}
	.top h1 {
		display:block;
		margin:15px auto;
	}
	.time-range li {
		color:#ffffff;
		position:relative;
	}
	.time-range li::after {
		position:absolute;
		left:calc(50% - 1px);
		top:0px;
		content:'';
		display:inline-block;
		width:2px;
		height:6px;
		border-radius:1px;
		background-color:#e5e5e5;
	}
	.ses-form-group {
		position:relative;
		right:none;
		top:none;
		display:block;
		width:100%;
		margin:8px 0;
		border:2px solid #cccccc;
		border-radius:4px;
		overflow:hidden;
	}
	.ses-form-group .input-group-text {
		line-height:32px;
		padding-left:8px;
	}
	.ses-form-group .custom-select {
		padding-left:8px;
	}
}
@media (max-width:450px) {
	.bottom-info-item-name {
		white-space:normal;
	}
	.map {
		height:360px;
	}
}