@import "reset.css";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('/css/dynamicselect.css');

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
html,
body {
	color: #6d6e71;
	height: 100%;
	min-height: 100% !important;
	font-size: 14px;
	text-align: left;
	font-family: "Open Sans", sans-serif;
	background-color: #F2F2F2;
	display: block;
	width: 100%;
}
.fullpage-content {
	width: 100%;
	max-width: 1200px;
	background-color: #ffffff;
	padding: 20px;
	margin: 40px auto;
}
p {
	padding-bottom: 14px;
}
.align-center {
	text-align: center;
}
a {
	color: #2968b4;
}
a.active {
	font-weight: bold;
}
h1 {
	width: 100%;
	font-weight: normal;
	font-size: 24px;
	padding: 0 0 20px 0;
	color: #2968b4;
	text-align: center;
}
h1 img {
	width: auto;
	max-width: 28px;
	height: auto;
	max-height: 28px;
	margin-right: 10px;
	vertical-align: middle;
}
h2 {
	width: 100%;
	font-weight: normal;
	font-size: 24px;
	padding: 0 0 10px 0;
	color: #2968b4;
}
h3 {
	width: 100%;
	font-weight: normal;
	font-size: 24px;
	padding: 0 0 10px 0;
	color: #6d6e71;
}
h4 {
	font-weight: bold;
	font-size: 14px;
	padding: 0 0 10px 0;
	color: #000000;
}
h5 {
	font-weight: bold;
	font-size: 14px;
	padding: 0 0 10px 0;
	color: #6d6e71;
}
.center {
	text-align: center;
}
.main-content {
	margin: 40px auto;
	max-width: 600px;
}
.main-content .logo {
	margin: 0 auto 14px auto;
	text-align: center;
}
.login-form {
	border: 1px solid #c6c6c6;
	width: 300px;
	background-color: #ffffff;
	padding: 20px;
	margin: 0 auto;
}
.login-form .input-block {
	float: none;
	width: 100%;
}
.login-form .input-block:last-child {
	text-align: center;
	padding-bottom: 0;
}
.login-form h1 {
	text-align: center;
}
.login-form p:last-child {
	padding-top: 10px;
}

.message {
	width: 100%;
	margin: 0px auto 20px auto;
	padding: 10px;
	font-weight: bold;
}
.message p {
	margin: 0;
	padding: 0 0 4px 0;
	font-weight: bold;
}
.message p:last-child {
	padding: 0;
}
.message.error {
	background-color: #f00;
	color: #fff;
}
.message.info {
	background-color: #ff6600;
	color: #fff;
}
.frame {
	display: flex;
	min-height: 100vh;
	justify-content: space-between;
}
.frame .left {
	width: 300px;
	padding: 20px;
	border-right: 1px solid #c6c6c6;
	background-color: #ffffff;
	min-height: 100vh;
}
.frame .left ul {
	display: block;
	margin: 0 0 20px 0;
}
.frame .left ul li {
	display: block;
}
.frame .left ul li a {
	display: block;
	padding: 4px 0;
}
.frame .right {
	width: calc(100% - 300px);
	padding: 20px;
}
.frame .right h1 {
	text-align: left;
}
.frame .right .content {
	background-color: #ffffff;
	border: 1px solid #c6c6c6;
	padding: 20px;
}
table {
	width: 100%;
	border: 1px solid #e2e2e2;
	border-collapse: collapse;
	margin-bottom: 8px;
}
table th {
	background-color: #f0f4f9;
	border-bottom: 1px solid #f0f4f9;
	padding: 4px;
	font-weight: bold;
	vertical-align: top;
}
table td {
	padding: 4px;
	border-bottom: 1px solid #f0f4f9;
	vertical-align: top;
}
table tr:last-child td,
table tr:last-child th {
	border-bottom: 0;
}

table td h4,
table th h4 {
	padding: 0;
}
table td h5,
table th h5 {
	padding: 0 0 2px 0;
}

table td span.green {
	display: block;
	color: #0dbb00;
}
table td span.red {
	display: block;
	color: #ff0000;
}
table td span.orange {
	display: block;
	color: #ff6600;
}
table td p:last-child,
table th p:last-child {
	padding-bottom: 0;
} 
/*.frame .right .content table {
	width: 100%;
}
.frame .right .content table th {
	font-size: 14px;
	padding-bottom: 20px 0 10px 0;
}
.frame .right .content table td {
	border-bottom: 1px solid #c6c6c6;
	padding: 4px 0;
	vertical-align: top;
}
.frame .right .content table.seznam-retargeting td:first-child {
	width: 110px;
}
.frame .right .content table td p {
	padding: 6px;
	word-break: break-all;
	background-color: #f0f4f9;
	border-bottom: 1px solid rgba(198,198,198,0.5);
}
.frame .right .content table td p:last-child {
	border-bottom: 0;
}
.frame .right .content table tr.no-border td {
	border: 0;
}
.frame .right .content table.defaultlist {
	width: 100%;
	border: 1px solid rgba(198,198,198,0.5);
	border-collapse: collapse;
}
.frame .right .content table.defaultlist tr:hover td {
	background-color: rgba(41,104,180,0.1);
}
.frame .right .content table.defaultlist th {
	background-color: #2968b4;
	color: #ffffff;
}
.frame .right .content table.defaultlist th a {
	color: #ffffff;
}
.frame .right .content table.defaultlist th,
.frame .right .content table.defaultlist td {
	padding: 8px 6px;
}*/
.column2 {
	display: flex;
	flex-wrap: wrap;
}
.column2 .column {
	width: 50%;
	box-sizing: border-box;
}
.column2 .column:first-child {
	padding: 0 20px 20px 0;
}
.column2 .column:last-child {
	padding: 0 0 20px 20px;
}
.flash,
.alert {
	padding: 10px;
	margin-bottom: 10px;
	display: block;
	position: relative;
	border-radius: 4px;
	font-weight: bold;
}
.fullpage-table-cell .alert,
.fullpage-table-cell .flash {
	width: calc(100% - 40px);
	max-width: 1620px;
	margin: 0 auto 20px auto;
}
.alert button {
	position: absolute;
	top: 50%;
	right: 10px;
	width: auto;
	transform: translate(0, -50%);
	border: 0;
	background: transparent;
	padding: 0;
	display: block;
	cursor: pointer;
}
.alert button span {
	font-weight: bold;
	font-size: 18px;
	line-height: 16px;
	display: block;
	width: 18px;
	height: 18px;
	text-align: center;
}
.flash,
.alert.alert-danger {
	background-color: rgba(255, 0, 0, 0.7);
	border: 1px solid #ff0000;
	color: #ffffff;
}
.alert.alert-success {
	background-color: rgba(1, 191, 96, 0.7);
	border: 1px solid #01bf60;
	color: #ffffff;
}
.alert.alert-success button span {
	color: #ffffff;
}
.alert.alert-info {
	background-color: rgba(255, 150, 0, 0.7);
	border: 1px solid #ff9600;
	color: #ffffff;
}
.alert.alert-info button span {
	color: #ffffff;
}
/*
.cleaner {
	display: block;
	clear: both;
	width: 100%;
	height: 0;
}
form {
	width: 100%;
	max-width: 1420px;
	padding: 30px 20px;
	margin: 0 auto;
}
.content {
	width: 100%;
	max-width: 1420px;
	padding: 0 20px;
	margin: 0 auto;
}
h1 {
	width: 100%;
	padding: 0 0 20px 0;
}
table, p {
	width: 100%;
}
table p {
	margin: 0;
	line-height: 1.25em;
	padding: 8px 0;
	border-bottom: 1px solid #c1c1c1;
}
table p:first-child {
	padding: 0 0 8px 0;
}
table p:last-child {
	border-bottom: 0;
}
table th {
	text-align: left;
	font-weight: bold;
	padding: 8px 0;
	border-bottom: 1px solid #c1c1c1;
}
table td {
	text-align: left;
	padding: 8px 0;
	border-bottom: 1px solid #c1c1c1;
	vertical-align: top;
	width: calc(100% - 150px);
	word-wrap: break-word;
}
table td:first-child {
	width: 150px;
}
tr.no-border td,
tr.no-border th {
	border: 0;
}
.message {
	width: 100%;
	max-width: 1024px;
	margin: 30px auto 0 auto;
	padding: 10px;
	font-weight: bold;
}
.message p {
	margin: 0;
	padding: 0 0 4px 0;
	font-weight: bold;
}
.message p:last-child {
	padding: 0;
}
.message.error {
	background-color: #f00;
	color: #fff;
}*/
.fullpage {
	display: block;
	width: 100vw;
	min-height: 100vh;
}
.fullpage .fullpage-table {
	display: table;
	width: 100%;
	min-height: 100vh;
}
.fullpage .fullpage-table-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.fullpage .fullpage-table-cell p {
	text-align: center;
}
.fullpage .fullpage-table-cell .blur {
	border-top: 4px solid #d1d5db;
	border-bottom: 4px solid #d1d5db;
	background-color: #ffffff;
	position: relative;
	overflow: hidden;
}
.fullpage .fullpage-table-cell .blur:after {
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	top: 0;
	left: 0;
	z-index: 9;
	position: absolute;
	background-color: rgba(255,255,255,0.1);
	backdrop-filter: blur(5px);
}
.fullpage .fullpage-table-cell .blur.active:after {
	display: none;
}
.fullpage .fullpage-table-cell .blur .content {
	margin: 0 auto;
	padding: 40px 20px;
	width: 100%;
	max-width: 800px;
}
.button-red {
	padding: 10px 20px;
	background-color: #f00;
	border-radius: 6px;
	line-height: 24px;
	height: 44px;
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
}
.button-red:hover,
.button-red:focus {
	background-color: #c50808;
}
.button-red svg {
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin-right: 4px;
}
.button-white {
	padding: 10px 20px;
	background-color: #ffffff;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border: 1px solid #d1d5db;
	border-top: 0;
	font-size: 16px;
	line-height: 24px;
	height: 44px;
	margin-bottom: 20px;
}
.button-white svg {
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin-right: 4px;
}
.filter-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.filter-wrapper.align-end {
	justify-content: end;
}
.filter-wrapper .pagination {
	display: flex;
	padding-bottom: 4px;
}
.filter-wrapper .pagination a {
	border: 1px solid #c6c6c6;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 0 0 2px;
	text-decoration: none;
}
.filter-wrapper .pagination a.select,
.filter-wrapper .pagination a:hover,
.filter-wrapper .pagination a:focus {
	background-color: #f0f4f9;
}
.filter-wrapper .filter-form {
	width: 100%;
}
.filter-wrapper .filter-form form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 4px;
}
.filter-wrapper .filter-form .password-wrapper {
	width: 100%;
	padding-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}
.filter-wrapper .filter-form .password-wrapper .password-hash {
	border-bottom: 3px solid #2968b4;
	margin-right: 10px;
	box-shadow: rgb(184, 185, 184) -1px 4px 10px -1px;
	padding: 0 8px;
	height: 56px;
	line-height: 56px;
	font-size: 20px;
	border-radius: 4px;
}
.filter-wrapper .filter-form .password-wrapper .password-valid {
	font-size: 20px;
	margin-left: 10px;
	height: 56px;
	line-height: 56px;
	padding: 0 8px;
	font-weight: bold;
}
.filter-wrapper .filter-form .password-wrapper .password-valid span {
	font-weight: bold;
}

.filter-wrapper .filter-form form input[type="text"],
.filter-wrapper .filter-form form input[type="password"],
.filter-wrapper .filter-form form input[type="number"],
.filter-wrapper .filter-form form input[type="email"],
.filter-wrapper .filter-form form textarea {
	padding: 2px 8px;
	height: 30px;
	width: 210px;
	margin-right: 8px;
}
.filter-wrapper .filter-form form input[type="submit"] {
	padding: 2px 8px;
	height: 30px;
	width: 80px;
	margin-right: 8px;
}
.filter-wrapper .filter-form form input[type="checkbox"] + label {
	margin-right: 8px;
}
.filter-wrapper .filter-form form a {
	text-wrap: nowrap;
	margin-left: 8px;
}
.form-group {
	margin-bottom: 20px;
}
/*label {
	display: block;
	margin-bottom: 8px;
	font-weight: bold;
	color: #555;
}*/
input[type="file"] {
	width: 100%;
	padding: 10px;
	border: 2px dashed #ddd;
	border-radius: 5px;
	background: #fafafa;
}
input[type="number"], input[type="range"] {
	width: 100%;
	padding: 8px;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.range-container {
	display: flex;
	align-items: center;
	gap: 10px;
}
.range-container input[type="range"] {
	flex: 1;
}
.range-value {
	background: #007bff;
	color: white;
	padding: 4px 8px;
	border-radius: 4px;
	min-width: 35px;
	text-align: center;
}
.checkbox-group {
	display: flex;
	align-items: center;
	gap: 8px;
}
button {
	background: #007bff;
	color: white;
	padding: 12px 30px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	width: 100%;
	transition: background 0.3s;
}
button:hover {
	background: #0056b3;
}
.supported-formats {
	background: #e7f3ff;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 20px;
}
.error {
	background: #ffebee;
	color: #c62828;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 20px;
	border-left: 4px solid #c62828;
}
.info {
	background: #f3e5f5;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 20px;
}
.tabs {
	margin-bottom: 20px;
}
.tab {
	display: inline-block;
	padding: 10px 15px;
	background: #f5f5f5;
	margin-right: 5px;
	cursor: pointer;
	border-radius: 4px 4px 0 0;
}
.tab.active {
	background: #007cba;
	color: white;
}
.form-section {
	display: none;
}
.form-section.active {
	display: block;
}
.svg-image {
	width: 300px;
	height: auto;
}
p.big {
	font-size: 36px;
	
}
.display-flex {
	display: flex;
}
.display-flex > * {
	margin-right: 10px;
}
.display-flex ul.radio-list {
	display: flex;
	flex-wrap: nowrap;
}
.display-flex ul.radio-list li {
	width: auto;
	margin-right: 14px;
}