@font-face {
    font-family: ProximaNova;
    src: url(../fonts/ProximaNova-Reg.ttf);
	font-feature-settings: "tnum";
	font-variant-numeric: tabular-nums;
}
@font-face {
    font-family: ProximaNovaLight;
    src: url(../fonts/ProximaNova-Light.ttf);
	font-feature-settings: "tnum";
	font-variant-numeric: tabular-nums;
}
@font-face {
    font-family: ProximaNovaBold;
    src: url(../fonts/ProximaNova-Bold.ttf);
	font-feature-settings: "tnum";
	font-variant-numeric: tabular-nums;
}


body, html {
    font-family: 'ProximaNova', arial;
	color: #454545;
	font-size: 15px;
	
	font-variant-numeric: tabular-nums;
	-webkit-font-feature-settings: 'tnum' 1;
    font-feature-settings: 'tnum' 1;
}
b, .font-weight-bold {
    font-family: 'ProximaNova', arial;
	font-weight: 400 !important;
}
#newsletter-builder-area-center-frame-content b {
	font-weight: 600 !important;
}

a, a:hover, a:focus {
    color: #ff6600;
    text-decoration: none;
    transition: all 0.3s;
}

.hover:hover {
    color: #ff6600 !important;
}


.required:after {
    color: red;
    content: '*';
}
.text-wg {
	color: #ff6600 !important;
}

h1 b, h2 b {
	font-family: 'ProximaNovaLight', arial;
}
h3 {
	font-family: 'ProximaNovaLight', arial;
	color: #454545;
	font-size: 1.3rem;
	margin-top: 30px;
}
h2 {
	font-family: 'ProximaNovaLight', arial;
	color: #329AE3;
	font-size: 1.8rem;
	margin-bottom: 30px;
	text-align: center;
}
h2:not([class*='mt-']) {
	margin-top: 30px;
}
h1 {
	font-family: 'ProximaNovaLight', arial;
	color: #454545;
	font-size: 2rem;
}
.bg-dark {
	background-color: #454545 !important;
}
a.nav-link {
	color: #DFDFDF !important;
	font-size: 1.2rem;
	font-family: 'ProximaNovaLight', arial;
	margin-right: 10px;
	font-weight: 300;
}
a.nav-link:hover {
	color: #ffffff !important;
}

.footer .hr {
	border-top: 2px dashed #e1e1e1;
	margin: 0 20px;
}
.footer {
	width: 100%;
	background: #fff;
}
.footer .copyright {
	font-family: 'ProximaNovaLight', arial;
	font-size: 0.9rem;
	color: #AFAFAF;
	padding: 20px;
	width: 100%;
	display: block;
}
.footer .copyright a {
	color: #AFAFAF;
	font-weight: bold;
}


.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
@media(max-width: 768px) {
	.modal-dialog {
		min-height: calc(100vh - 20px);
	}
}
@media(max-width: 1023px) {
	.modal-dialog {
		max-width: 96% !important;
	}
}
.modal-header {
	font-family: 'ProximaNovaLight', arial;
	color: #329AE3;
}
.modal-body {
	background-color: #fcfcfc;
}
.modal-body.scroll {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 250px;
	padding-right: 10px;
	padding-left: 20px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 99;
    background: #ffffff;
    color: #454545;
    transition: all 0.3s;
	font-family: 'ProximaNova', arial;
	-webkit-box-shadow: 25px 0px 25px 0px rgba(250,250,250,0.6);
	-moz-box-shadow: 25px 0px 25px 0px rgba(250,250,250,0.6);
	box-shadow: 25px 0px 25px 0px rgba(250,250,250,0.6);
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 10px;
    background: #ff6600;
}

#sidebar ul.components {
    padding: 60px 0px 100px 0;
}

#sidebar ul p {
    color: #454545;
}

#sidebar ul li a {
    padding: 8px 0px;
    font-size: 1.05rem;
    display: block;
}

#sidebar ul li a:hover {
    color: #ff6600;
}

#sidebar ul li.active > a, 
a[aria-expanded="true"] {
    color: #ff6600;
}

ul ul a {
    font-size: 0.9rem !important;
    padding-left: 30px !important;
    background: #ff8a23;
}


#sidebar a,
#sidebar a:hover,
#sidebar a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
#sidebar hr {
	margin: 0px;
	border-top: 2px dashed #e1e1e1;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: calc(100% - 250px);
    padding: 0px 30px 150px 30px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 80px;
    right: 0;
	font-size: 1.05rem;
}
#content.active {
    width: 100%;
}
#content.fullwidth {
    width: 100%;
}
.fa.fa-wg {
	font-size: 1.2rem;
	color: #ff6600;
}


/* Forms */
.form-control::placeholder {
    color: #bbb;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #bbb;
    opacity: 1;
}
.form-control::placeholder {
    color: #bbb;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #bbb;
    opacity: 1;
}
.form-control,
.custom-select {
	border-radius: 1.25rem !important;
	height: calc(2.25rem + 6px);
	font-size: 0.9rem;
}
.input-group > .custom-select:not(:last-child):not(.rounded-right), 
.input-group > .form-control:not(:last-child):not(.rounded-right) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.input-group > .custom-select:not(:first-child), 
.input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.input-group-text {
	border-radius: 2rem;
	background: #454545;
	border-color: #454545;
	color: #ffffff;
}
.input-group-text {
    font-family: 'ProximaNovaLight', arial;
	text-transform: uppercase;
	font-size: 0.9rem;
}
.input-group-text.px150 {
	width: 150px !important;
}
.input-group>.input-group-prepend {
    flex: 0 0 20%;
}
.input-group .input-group-text {
    width: 100%;
	justify-content: right;
}
.no-radius {
	border-radius: 0 !important;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
	border-color: rgba(50, 154, 227, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(50, 154, 227, 0.6);
	outline: 0 none;
}
.filter-group > .custom-select:not(:first-child):not(:last-child), 
.filter-group > .form-control:not(:first-child):not(:last-child) {
    border-radius: 0 !important;
}
.custom-file-label {
    border-top-right-radius: 1.2rem !important;
    border-bottom-right-radius: 1.2rem !important;
}
.custom-file-label::after {
    content: "Tallózás";
    border-top-right-radius: 1.2rem !important;
    border-bottom-right-radius: 1.2rem !important;
}
[type="radio"]:checked,
[type="radio"]:not(:checked),
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 34px;
    cursor: pointer;
    line-height: 24px;
    display: inline-block;
    color: #666;
}
[type="radio"] + label:empty,
[type="checkbox"] + label:empty {
	height: 10px;
    padding-left: 24px;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #e1e1e1;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after, 
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '✓';
	color: #454545;
	font-size: 1.4rem;
	text-align: center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2px;
    left: 2px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
	border-radius: 100%;
}
[type="radio"]:not(:checked) + label:after,
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after,
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.well {
	background-color: #f9fafb;
	margin: 30px 0px;
	padding: 40px;
}
.well h3 {
	margin-top: 0px;
	margin-bottom: 35px;
}

.shadow {
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

/* Buttons */
.btn {
	text-transform: uppercase;
    font-family: 'ProximaNovaLight', arial;
	color: #454545;
	background-color: #ffffff;
	border-color: #e1e1e1;
	border-radius: 2rem;
	padding: 0.508rem 1.25rem;
	font-size: 1rem;
}
.btn-sm {
	border-radius: 2rem;
	padding: 0.25rem 1rem;
	font-size: 0.8rem;
}
.btn-wg {
	color: #ffffff;
	background-color: #ff6600;
	border-color: #ff6600;
}
.btn-wg:hover, 
.btn-wg:focus, 
.btn-wg.focus, 
.btn-wg:active, 
.btn-wg.active, 
.open {
	color: #fff !important;
	background-color: #67C33C;
	border-color: #67C33C;
}
.btn-wg:focus, 
.btn-wg.focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: none;
    background: #ff6600;
	border-color: #ff6600;
}
.btn-wg:active, 
.btn-wg.active {
    background: #ff6600;
    box-shadow: none;
	border-color: #ff6600;
}
.btn-wg.disabled, 
.btn-wg:disabled,
.btn-wg.disabled:hover, 
.btn-wg:disabled:hover {
	color: #454545 !important;
	background-color: #dddddd;
	border-color: #dddddd;
}
.btn-wg:not(:disabled):not(.disabled):active, 
.btn-wg:not(:disabled):not(.disabled).active,
.show > .btn-wg.dropdown-toggle {
	color: #fff;
	background-color: #77b727;
	border-color: #77b727;
}
.btn-wg:not(:disabled):not(.disabled):active:focus, 
.btn-wg:not(:disabled):not(.disabled).active:focus,
.show > .btn-wg.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(119, 183, 39, 0.5);
}
.btn-blue,
.btn-blue:hover, 
.btn-blue:focus, 
.btn-blue.focus, 
.btn-blue:active, 
.btn-blue.active {
	color: #fff !important;
	background-color: #329ae3;
	border-color: #329ae3;
    box-shadow: none;
}
.btn-blue:focus, 
.btn-blue.focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: none;
}
.btn-link {
	color: inherit;
	background-color: transparent;
	border-color: transparent;
	padding: 0px;
}



/* Password Strength Meter */
.strength_meter {
    width: 100%;
    height: 16px;
    z-index: -1;
    float: left;
    margin-top: 3px;
    border: 1px solid #eeeeee;
    background: #eeeeee;
}
.button_strength,
.button_strength a {
	display: none;
    text-decoration: none;
    font-size: 0.5rem;
    font-weight: normal;
    float: right;
    margin-right: 10px;
}
.strength_meter div {
    width: 0%;
    height: 16px;
    text-align: left;
    color: #000;
    line-height: 16px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding-left: 5px;
}
.strength_meter div p {
    font-size: 0.8rem;
    white-space: nowrap;
    margin: 0px;
}
.veryweak {
    background-color: #FFA0A0!important;
    border-color: #F04040!important;
    width: 25%!important;
}
.weak {
    background-color: #FFB78C!important;
    border-color: #FF853C!important;
    width: 50%!important;
}
.medium {
    background-color: #FFEC8B;
    border-color: #FC0!important;
    width: 75%!important;
}
.strong {
    background-color: #C3FF88;
    border-color: #8DFF1C!important;
    width: 100%!important;
}

/* Terminal */
.window {
	border-radius: 3px;
	background: #222;
	color: #fff;
	overflow: hidden;
	position: relative;
	margin: 10px auto;
	width: 90%;
}
.window:before {
	content: ' ';
	display: block;
	height: 42px;
	background: #C6C6C6;
}
.window:after {
	content: '. . .';
	position: absolute;
	left: 9px;
	right: 0;
	top: -6px;
	font-family: "Times New Roman", Times, serif;
	font-size: 96px;
	color: #fff;
	line-height: 0;
	letter-spacing: -12px;
}
pre.terminal { 
	padding: 20px; 
	background: #222; 
	color: #22da26; 
	text-align: left; 
	width: 100%; 
	font-family: Consolas, "Lucida Console", Monaco, monospace; 
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word; 
	line-height: 1.2em;
}
pre.terminal b {
	color: red;
}
@media (max-width: 767px) {
	pre.terminal { 
		font-size: 0.7em;
	}
	.window {
		width: 100%;
	}
}



/* DataTable mod */
table.dataTable tbody th, 
table.dataTable tbody td {
    padding-top: 4px;
    padding-bottom: 4px;
	vertical-align: middle;
}
.dataTables_wrapper {
	width: 100%;
}
.dataTables_wrapper .form-control-sm {
    padding: .25rem 1rem;
}
.dataTables_wrapper table {
	margin-bottom: 10px;
	border: 1px solid #DCDCDC;
	border-radius: 5px;
	font-size: 1rem;
}
.dataTables_wrapper table td, .dataTables_wrapper table th {	
	vertical-align: middle;
}
.dataTables_wrapper table thead {
	background-color: #FCFCFC;
}
.dataTables_wrapper table thead th  {
	border-top: none;
	background-color: #FCFCFC;
	font-weight: normal;
}
.dataTables_wrapper label:not(.custom-control-label) {
    font-family: 'ProximaNovaLight', arial;
	text-transform: uppercase;
	font-weight: normal;
}
div.dataTables_filter, 
div.dataTables_length {
	padding: 10px 0;
}
div.dataTables_paginate a {
	color: #ff6600;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    padding: 0.4em;
    margin-left: 0px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #ff6600 !important;
    border: 1px solid transparent;
    border-radius: 2px;
	font-weight: normal;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #ff6600 !important;
    border: 1px solid transparent;
    background: transparent !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    color: #999 !important;
    border: 1px solid #ffffff !important;
    background: transparent !important;
}
table.dataTable thead th, table.dataTable thead td {
    border-bottom: 0px solid #111;
}
table.dataTable tfoot th, table.dataTable tfoot td {
    border-top: 1px solid #DCDCDC;
	vertical-align: middle;
}
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    color: #eee;
}
table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::after {
    right: 0.5em;
    content: " ";
	white-space: pre;
	width: 14px;
	background-image: url('../img/icon-arrow-down.svg');
	background-position: center center;
	background-size: 14px 14px;
	background-repeat: no-repeat;
}
table.dataTable thead .sorting::before, table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_desc::before, table.dataTable thead .sorting_asc_disabled::before, table.dataTable thead .sorting_desc_disabled::before {
    right: 1.45em;
    content: " ";
	white-space: pre;
	width: 14px;
	background-image: url('../img/icon-arrow-up.svg');
	background-position: center center;
	background-size: 14px 14px;
	background-repeat: no-repeat;
}
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: 40px;
}
table.dataTable thead,
table.dataTable thead th:first-child {
    border-top-left-radius: 5px;
}
table.dataTable thead th:last-child {
    border-top-right-radius: 5px;
}
.table-borderless tr, table.table-borderless, .table-borderless td, .table-borderless th {
    border: none;
}
.table .table {
    background-color: transparent;
}
.table.table-nonfluid {
   width: auto !important;
}

.page-item .page-link {
    z-index: 1;
    color: #454545;
    background-color: transparent;
    border-color: transparent;
}
.page-item:hover .page-link,
.page-item.active .page-link {
    z-index: 1;
    color: #ff6600;
    background-color: transparent;
    border-color: transparent;
}
.page-item.disabled .page-link {
    background-color: transparent;
    border-color: transparent;
	color: #b9b9b9;
}
@media (max-width: 767px) {
	.pagination {
		padding: 0px;
		display: block;
		overflow: auto;
		padding-top: 20px;
	}
	.dataTables_wrapper .dataTables_paginate .paginate_button {
		white-space: nowrap;
	}
	.page-item .page-link {
		padding: 0px;
		margin: 0px;
	}


}

.selectable-text {
    -webkit-touch-callout: all; /* iOS Safari */
    -webkit-user-select: all; /* Safari */
    -khtml-user-select: all; /* Konqueror HTML */
    -moz-user-select: all; /* Firefox */
    -ms-user-select: all; /* Internet Explorer/Edge */
    user-select: all; /* Chrome and Opera */
}


.badge-wg {
	color: #ffffff;
	background-color: #ff6600;
	border-color: #ff6600;
}

.help-icon {
	position: absolute;
	right: 10px;
	margin-top: -20px;
	z-index: 60;
	border-radius: 50%;
	background: #fff;
}
a.svg-inactive {
	opacity: 0.3;
}
.colorpickerHolder { 
	max-width: 200px; 
	text-align: center;
}
.bg-wg {
	color: #ffffff;
	background-color: #ff6600;
	border-color: #ff6600;
}
.bg-blue {
	color: #ffffff;
	background-color: #329ae3;
	border-color: #329ae3;
}
.datepicker {
	text-align: center;
}

/* header navbar */
.navbar {
	padding-top: 0px;
	padding-bottom: 0px;
}
.navbar-brand {
    padding-top: .5rem;
    padding-bottom: 0;
	padding-left: .3125rem;
}
svg.navbar-icon {
	height: 28px;
	margin-right: 5px;
	margin-bottom: -8px;
	
	
	width: 28px;
}
svg.navbar-icon .fil0 {
	fill: #DFDFDF;
	transition:fill .6s ease
}
a:hover svg.navbar-icon .fil0 {
	fill: #ffffff;
}
svg.head-logo {
	height: 34px;
}
svg.head-logo .fil0 {fill:none}
svg.head-logo .fil1 {fill:#FF6600}
svg.head-logo .fil2 {fill:#FFFFFF}


/*img[src*="icon-table-"] {*/
img[src*="icon-table-green.svg"],
img[src*="icon-table-red.svg"],
img[src*="icon-table-blue.svg"],
img[src*="icon-table-grey.svg"] {
  height: 18px; 
}

/* alerts */
.alert-success {
    color: #ffffff;
    background-color: #67C33C;
    border-color: #67C33C;
	text-align: center;
	font-size: 1.5rem;
}
.alert-danger {
    color: #ffffff;
    background-color: #ff3300;
    border-color: #ff3300;
	text-align: center;
	font-size: 1.5rem;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}


/* loading */

.loader {
    bottom: 0;
    height: 175px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0px;
    width: 175px; 
	margin: 20px auto;
	display: block;
}
.loader .dot {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 87.5px;
}
.loader .dot::before {
    border-radius: 100%;
    content: "";
    height: 87.5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    width: 87.5px;
}
.loader .dot:nth-child(7n+1) {
    transform: rotate(45deg);
}
.loader .dot:nth-child(7n+1)::before {
    animation: 0.8s linear 0.1s normal none infinite running load;
    background: #00ff80 none repeat scroll 0 0;
}
.loader .dot:nth-child(7n+2) {
    transform: rotate(90deg);
}
.loader .dot:nth-child(7n+2)::before {
    animation: 0.8s linear 0.2s normal none infinite running load;
    background: #00ffea none repeat scroll 0 0;
}
.loader .dot:nth-child(7n+3) {
    transform: rotate(135deg);
}
.loader .dot:nth-child(7n+3)::before {
    animation: 0.8s linear 0.3s normal none infinite running load;
    background: #00aaff none repeat scroll 0 0;
}
.loader .dot:nth-child(7n+4) {
    transform: rotate(180deg);
}
.loader .dot:nth-child(7n+4)::before {
    animation: 0.8s linear 0.4s normal none infinite running load;
    background: #0040ff none repeat scroll 0 0;
}
.loader .dot:nth-child(7n+5) {
    transform: rotate(225deg);
}
.loader .dot:nth-child(7n+5)::before {
    animation: 0.8s linear 0.5s normal none infinite running load;
    background: #2a00ff none repeat scroll 0 0;
}
.loader .dot:nth-child(7n+6) {
    transform: rotate(270deg);
}
.loader .dot:nth-child(7n+6)::before {
    animation: 0.8s linear 0.6s normal none infinite running load;
    background: #9500ff none repeat scroll 0 0;
}
.loader .dot:nth-child(7n+7) {
    transform: rotate(315deg);
}
.loader .dot:nth-child(7n+7)::before {
    animation: 0.8s linear 0.7s normal none infinite running load;
    background: magenta none repeat scroll 0 0;
}
.loader .dot:nth-child(7n+8) {
    transform: rotate(360deg);
}
.loader .dot:nth-child(7n+8)::before {
    animation: 0.8s linear 0.8s normal none infinite running load;
    background: #ff0095 none repeat scroll 0 0;
}
.loader .lading {
	height: 175px;
	display: block;
}
@keyframes load {
	100% {
		opacity: 0;
		transform: scale(1);
	}
}
@keyframes load {
	100% {
		opacity: 0;
		transform: scale(1);
	}
}


/* statistics */
.graphdiv label {
	color: #ffffff;
	padding-left: 10px;
}
.graphdiv .sel label {
	color: #ffffff;
}
.graphdiv .sel {
	width: 200px; 
	margin: 3px 7px; 
	display: inline-block;
}
.graphdiv {
	margin-top: 10px;
}
.graph {
	margin-right: auto;
	margin-left: auto;
	width: 360px
}


.nav-pills .nav-item .nav-link:not(.active) {
    background-color: #ffffff !important;
    color: #ff6600 !important; 
	border-radius: 2rem;
}

.nav-pills .nav-item .nav-link,
.nav-pills .nav-item .nav-link:hover {
    background-color: #ff6600 !important;
    color: #ffffff !important; 
	border-radius: 2rem;
}

/* test emails */
#searchdiv {
    width: 100%;
    background: #e9ecef;
    font-size: 13px;
    border: 1px solid rgb(206, 212, 218);
    color: rgb(73, 80, 87);
    position: absolute;
	border-radius: 5px;
}
#searchdiv a {
    color: rgb(73, 80, 87);
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 4px;
    padding-left: 4px;
    display: block;
}
#searchdiv a:hover {
    background: #ff6600;
    color: #ffffff;
}

/* was ist das? */
#dragandrophandler {
	width: 60%;
	min-height: 100px;
	text-align: center;
	vertical-align:middle;
	padding: 10px;
	margin:10px auto;
	border: 3px dashed #dddddd;
	background: #ffffff;
}
#dragandrophandler.dragenter {
	background: #eeeeee;	
}
#dragandrophandler.dragenter:hover {
	background: #eeeeee;	
}
.progressBar {
	text-align: left;
    width: 280px;
    height: 22px;
    border: 1px solid transparent;
    border-radius: 5px; 
    overflow: hidden;
    display:inline-block;
    margin:0px 10px 5px 5px;
    vertical-align:top;
}
.progressBar div {
	text-align: left;
    height: 100%;
    color: #fff;
    line-height: 22px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color: #ff6600; 
	border-radius: 3px; 
	text-indent: 5px;
}
.statusbar {
    min-height:25px;
    width: 720px;
    padding: 0px;
    vertical-align:top;
    background: transparent;
}
.statusbar:nth-child(odd){
    background: transparent;
}
.filename {
	text-align: left;
	display:inline-block;
	vertical-align:top;
	width:280px;
	line-height:25px;
	white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url('assets/xml/ellipsis.xml#ellipsis');
}
.filesize {
	text-align: left;
	display:inline-block;
	vertical-align:top;
	color:#30693D;
	width:100px;
	margin-left:10px;
	margin-right:5px;
	line-height:25px;
}
.abort {
	display:inline-block;
    cursor:pointer;
}

.cursor-pointer {
    cursor:pointer;
}

div.mce-fullscreen {
    z-index: 1050;
}

/* felesleges cucc */
#fade {
    /*--Transparent background layer--*/
    
    display: none;
    /*--hidden by default--*/
    
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .50;
    z-index: 20;
}

.popup_block {
    display: none;
    /*--hidden by default--*/
    
    background: #fff;
    padding: 10px 10px 20px 10px;
    border: 0px solid #ddd;
    float: left;
    max-width: 94%;
	width: 800px;
	margin: 0 auto;
    min-width: 300px;
    /*	max-height:600px;
/*  overflow: auto;  */
    
    font-size: 1em;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 50;
    /*--CSS3 Box Shadows--*/
    
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .6);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .6);
    /*--CSS3 Rounded Corners--*/
    
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.popup_block h2 {
    margin-top: 0px;
}
img.btn_close {
    float: right;
    border: none;
    margin: -20px -20px 0 0;
}
a.btn_close {
    float: right;
    border: none;
    margin: -6px 0 -16px -16px;
	font-size: 16px;
	font-weight: 400;
	color: #999;
}
a.btn_close:hover {
	color: #ff6600;
	text-decoration: none;
}
/*--Making IE6 Understand Fixed Positioning--*/

*html #fade {
    position: absolute;
}
*html .popup_block {
    position: absolute;
}
/* felsleges cucc vége */

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1480px) {
	.nav-link {
		text-align: center;
		font-size: 1rem !important;
	}
	svg.navbar-icon {
		width: 100%;
		height: 28px;
	}
	svg.head-logo {
		height: 28px;
	}
	.help-icon {
		right: 0px;
		margin-top: -10px;
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .2rem;
		padding-left: .2rem;
	}
}

@media (max-width: 767px) {
	html, body {
		font-size: 1rem;
	}
    #sidebar {
        margin-left: -250px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
    }
    #sidebar.active {
        margin-left: 0;
        width: 320px;
    }
    #content {
        width: 100%;
		padding: 10px 10px 80px 10px;
		margin: 0px;
    }
    .container-fluid {
        width: 100%;
		padding: 0px;
		margin: 0px;
    }
    #content.active {
        opacity: 0.2;
    }
	.well {
		margin: -10px;
		padding: 10px;
	}
	.footer .copyright {
		padding: 5px;
	}
	.help-icon {
		right: 10px;
		margin-top: -30px;
	}
	.w-50 {
		width: 75% !important;
	}
	
}
@media (max-width: 480px) {
	.input-group:not(.mobile-friendly) {
		display: block;
		width: 100% !important;
    }
	.input-group:not(.mobile-friendly) > .custom-select:not(:last-child):not(.rounded-right), 
	.input-group:not(.mobile-friendly) > .form-control:not(:last-child):not(.rounded-right),
    .input-group:not(.mobile-friendly) > .custom-select:not(:first-child),
    .input-group:not(.mobile-friendly) > .custom-select,
    .input-group:not(.mobile-friendly) > .form-control:not(:last-child),
    .input-group:not(.mobile-friendly) > .form-control {
        width: 100%;
        border-radius: 2rem !important;
        display: block;
        margin-bottom: 5px;
    }
    .input-group:not(.mobile-friendly) > .input-group-append > .btn {
        width: 100%;
        border-radius: 2rem !important;
        display: block;
        margin-top: 5px;
    }
    .input-group:not(.mobile-friendly) > .input-group-prepend > .input-group-text {
        border-radius: 0;
        background: transparent;
        border-color: transparent;
        color: #454545;
        text-align: center !important;
        display: block;
    }
	.input-group-text.px150 {
		width: 100% !important;
	}
	h1, h2 {
		font-size: 1.4rem;
	}
	h3 {
		font-size: 1rem;
	}
	.navbar-brand {
		margin-right: 0px;
	}
	.w-50 {
		width: 100% !important;
	}
	.graph {
		width: 300px
	}
	.colorpickerHolder {
		max-width: 100%;
	}
}
	
	
@media only screen and (max-device-width: 549px) {

    #mce-modal-block {
    }

    .mce-window {
        width: auto !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        background: none !important;
    }

    .mce-window-head {
        background: #fff !important;
    }

    .mce-window-body {
        background: #fff !important;
    }

    .mce-foot {
    }

        .mce-foot > .mce-container-body {
            padding: 10px !important;
        }

        .mce-foot button {
        }

    .mce-panel {
        max-width: 100% !important;
    }

    .mce-container {
        max-width: 100% !important;
        height: auto !important;
    }

    .mce-container-body {
        max-width: 100% !important;
        height: auto !important;
    }

    .mce-form {
        padding: 10px !important;
    }

    .mce-tabs {
        max-width: 100% !important;
    }

        .mce-tabs .mce-tab, .mce-tabs .mce-tab.mce-active {
        }

    .mce-formitem {
        margin: 10px 0 !important;
    }

    .mce-btn > button {
    }

    .mce-abs-layout-item {
        position: static !important;
        width: auto !important;
    }

        .mce-abs-layout-item.mce-label {
            display: block !important;
        }

        .mce-abs-layout-item.mce-textbox {
            -webkit-box-sizing: border-box !important;
            -moz-box-sizing: border-box !important;
            box-sizing: border-box !important;
            display: block !important;
            width: 100% !important;
        }

        .mce-abs-layout-item.mce-combobox {
            display: flex !important;
        }

            .mce-abs-layout-item.mce-combobox > .mce-textbox {
                -ms-flex: 1 1 auto;
                -webkit-flex: 1 1 auto;
                flex: 1 1 auto;
                height: 29px !important;
            }
}
	
	