/*
Theme Name: Default
Theme URI: http://www.remonversteeg.nl
Type: Desktop
Description: Standaard iMod thema
Version: 1.5.0.0
Author: Remon Versteeg
Author URI: http://www.remonversteeg.nl
*/
:root{
	--header-height: 78px;
	--sidebar-width: 360px;
	--color-primary:#005189;
	--color-secondary:#EA5B0C;
	--color-third:#f031ae;
	--border-color:#dbe3f1;
	--bg-lter:#e9effe;
	--bg-ltsts:#fff;
}
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:focus {
	outline: 0!important;
}

select,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
textarea{
	-webkit-appearance: none;
	-webkit-border-radius:0;
}
textarea::placeholder,
input::placeholder {
	color: #aaa;
	font-style: italic;
}
body {
	line-height: 1;
}

p{
	margin: 0 0 18px 0;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
table{
	width:100%
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	max-width:100%;
	height:auto;
	vertical-align:top;
}
a img {
	border: none;
}
a{
	text-decoration:none;
	color:var(--color-primary)
}
.table a:hover{
	color:#2554d7
}
.lock{
	overflow: hidden;
}
/*template sheet*/
body{
	font-family: "DM Sans", sans-serif;	-webkit-font-smoothing:antialiased;
	font-size:16px;
	line-height:30px;
	font-weight:300;
	margin:0;
	color:#50618c;
	background:#fff;
	height:100%;
	overflow-y:scroll
}
.wrap{
	max-width:1100px;
	padding:0 20px;
	margin:0 auto;
}
.wrap-sm{
	max-width:800px;
	padding:0 20px;
	margin:0 auto;
}
.wrap-xs{
	max-width:560px;
	padding:0 20px;
	margin:0 auto;
}


/* app layout */
@media only screen and (min-width: 670px) {
	.app {
		display: flex;
		min-height: 100vh;
	}

	.sticky{
		position: sticky;
		top: 0;
		z-index:99
	}

	.sticky-sidebar{
		top:-88px
	}

	/* sidebar */
	.sidebar {
		width: var(--sidebar-width);
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	/* content */
	.content {
		flex: 1;
		padding: 0 0 0 20px
	}

	/*.content .tab-content.active{
		display: grid!important;
		grid-template-rows: 560px auto;
		row-gap: 20px;
	}*/

}
.o-hidden {
	overflow:hidden
}

.header {
	grid-area: header;
	height:var(--header-height);
	padding:15px 20px!important;
}
.header .hover{
	transition: all 0.3s ease;
}
.header .hover:hover{
	opacity:0.75
}
.header .logo{
	height:48px
}

#map{
	min-height:560px
}
.map-sm #map{
	min-height:480px
}

.cluster{
	background:#f031ae;
	color:#fff;
	border-radius:50%;
	width:40px;
	height:40px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-weight:bold;
	transition:all .25s ease;
}

/* kaart */
#map{
	height:100%
}

/* lijst */
.list{

	overflow:auto;
}

/* HEADER */
.header{
}

/* MAPS */
.map-tooltip{
	font-size:18px;
	line-height:26px;
	min-width:250px
}

.map-tooltip .title{
	color:#000;
	font-weight:bold;
}
/* MENU */
.nav > ul{
	margin:0 -15px;
	padding:0
}
.nav > ul li{
	list-style:none;
	height:60px;
	float:left
}
.nav > ul li a{
	color:#fff;
	line-height:60px;
	padding: 0 15px;
	display:block
}
.nav .haschild:hover > a{
	background:#fff;
	color:#333;
	position: relative;
	z-index: 999;
	box-shadow: 0 -1px 1px rgba(0,0,0,0.1);
}
.nav .child{
	display:none;
	width:250px;
	background:#fff;
	position:absolute;
	z-index:99;
	padding: 10px 0;
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
}
.nav .child li{
	padding:0;
	height:auto;
	float: none;
}
.nav .child li a{
	padding:0 15px;
	line-height: 36px;
	color:#333;
}
.nav .child li a:hover{
	color:#999
}
/* FOOTER */
.footer .widget{
	width:25%;
	float:left;
}
.footer .widget-header h3{
	font-weight: 900;
	padding-bottom:10px;
}

.footer .widget-content,
.footer .widget-content a{
	color:#b2b7ba;
}


/* FOOTER BOTTOM */
.footer-bottom,
.footer-bottom a{
	color:#b2b7ba;
}
.footer-bottom ul{
	list-style:none;
	padding:0;
	margin:0;
}
.footer-bottom ul li{
	display:inline-block;
	padding:0 3px
}


.filter-group{
	transition: all 0.3s ease;
	padding:10px 0 0 0;
	border-bottom:1px solid var(--border-color);
}

.filter-title{
	font-weight:600;
	cursor:pointer;
	color:#000;
	position: relative;
	padding: 0 20px 10px 20px;
	font-size:18px
}
.filter-title:hover{
	color:#666;
}
.filter-title:after {
	font-size:14px;
	position: absolute;
	right:20px;
	font-family: "Font Awesome 6 Pro";
	content:'\2b';
}
.filter-title.active:after {
	content:'\f068';

}
.filter-body{
	padding:0 20px 10px 20px;
}

/*.filter-group:hover{
	background-color:#f6f4ff70;
}*/


/* SIDEBAR */
.sidebar .widget-header h3{
	font-size: 24px;
	font-weight: 900;
	padding-bottom:20px;
}

/* FANXYBOX */
.fancybox__content {
	border-radius: 20px;
	padding: 0!important;
	box-shadow:
			0 1px 2px rgba(0,0,0,0.06),
			0 2px 45px rgba(0,0,0,0.18)
}

.fancybox__content>.carousel__button.is-close {
	top: 15px!important;;
	right: 15px!important;;
	color: #000!important;
}
.carousel__button svg {
	filter:none!important;
}
.fancybox__backdrop {
	background: rgb(255 255 255 / 75%)!important;
	backdrop-filter: blur(10px);
}

.pos-rel{
	position: relative;
	/*overflow:hidden*/
}

/* ROWS  */

.row-parent{
	cursor:pointer;
	position: relative;
}
.row-child{
	background:rgba(238, 246, 255, 0.25)
}
.row-child td{
	border:0!important
}
.row-parent:after{
	position:absolute;
	right:15px;
	font-family: "Font Awesome 6 Pro";
	content:'\e59e';
	line-height: 46px;
	font-size: 12px;
	font-weight: 600;
}
tbody.active .row-parent:after{
	content:'\f068'
}
.row-parent:hover td{
	background:rgba(238, 246, 255, 0.25);
}
tbody.active .row-parent td{
	border:0!important;
	background:rgba(238, 246, 255, 0.25);
	color:#000;
}
tbody.group{
	border-bottom:1px solid var(--border-color)
}
/* POST */
.post-list .post{
	margin:0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom:1px solid #ddd
}
.post .post-meta{
	color:#999;
}
.post-navigate{
	padding:20px 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd
}
/* COMMENTS */
.comments .comment{
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom:1px solid #ddd
}
.comments .comment:last-child{
	border:0;
	margin-bottom:0
}
.comment .comment-author{
	font-weight:bold;
}
.comment .comment-meta{
	color:#999;
}

/* MORE LINK */
.more-link{
	position:relative;
	padding-left:10px;
	color:#33a6e1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.more-link:after{
	position:absolute;
	left:0;
	font-family:'FontAwesome';
	content:'\f105';

}
.more-link:hover{
	padding-left:20px
}
/* BTN */
.btn{
	white-space: nowrap;
	height:46px;
	line-height:46px;
	background-color:var(--color-primary);
	border:2px solid var(--color-primary);
	color:#fff;
	display:inline-block;
	cursor:pointer;
	border-radius:5px!Important;
	-moz-border-radius:5px!Important;
	-webkit-border-radius:5px!Important;
	font-size:16px;
	font-weight:bold;
	padding:0 15px;
	transition: all 0.6s ease;
}
.btn:hover{
	background-color:#3d709c
}
.btn-info{
	border-color:var(--color-secondary);
	background:var(--color-secondary);

}
.btn-info:hover{
	background-color:#df753a
}
.btn-link.btn-info{
	border:2px solid var(--color-secondary);;
	color:var(--color-secondary);
}

.btn-link{
	background:#fff;
	color:var(--color-primary)
}
.btn-link:hover{
	background:var(--color-primary);
	color:#fff;
}
.btn-link.btn-info:hover{
	color:#fff;
	background:var(--color-secondary);
}
.btn-lg{
	width:100%;
}
.btn:disabled {
	background-color: #94a4b5;
	border-color: #94a4b5;
	cursor: not-allowed;
}
/* BTN GROUP **/
.btn-group{
	display: flex;
}
.btn-group > .btn:first-child{
	border-right-width:1px;
	border-top-right-radius: 0!important;;
	border-bottom-right-radius: 0!important;
}
.btn-group > .btn:last-child{
	border-left-width:1px;
	border-top-left-radius: 0!important;;
	border-bottom-left-radius: 0!important;;
}
.btn-group .btn i{
	width:20px;
	text-align: center;
}
/* FORMS */
.input,
.select select{
	height:48px;
	line-height:48px;
	background:#fff;
	border-radius:5px!important;;
	-moz-border-radius:5px!important;
	-webkit-border-radius:5px!important;;
	width:100%;
	border:1px solid #d2d8e2;
	padding:0 10px;
	color:#5d5d5d;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
}
.input:disabled{
	background: #f8f9fd;
	color: #777;
	border: 1px solid #e0e3e8;
	cursor: not-allowed;
}
.input:focus{

	border-color:var(--color-primary)
}
textarea.input{
	resize:vertical;
	min-height:100px;
}

.input-group > label{
	padding:0 0 5px 0;
	font-weight:500
}
.select{
	position:relative;
}
.select:after{
	content:'\f0d7';
	font-family: "Font Awesome 6 Pro";
	transition: all 0.15s ease;
	font-weight: bold;
	font-style: normal;
	position:absolute;
	right:10px;
	top:0;
	font-size:12px;
	line-height:48px;
	pointer-events: none;
}
.select:focus-within:after{
	transform: rotate(180deg);
}
.select select{
	padding:0 25px 0 10px;
}
.select select::-ms-expand {
	display: none;
}
input[type="checkbox"],
input[type="radio"]{
	background: #fff;
	border:1px solid #e3dfd8;
	color: #555;
	clear: none;
	cursor: pointer;
	display: inline-block;
	line-height: 0;
	height: 18px;
	margin: -2px 10px 0 0;
	outline: 0;
	border-radius: 2px;
	padding: 0!important;
	text-align: center;
	vertical-align: middle;
	width: 18px;
	min-width: 18px;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .05s border-color ease-in-out;
	transition: .05s border-color ease-in-out;
}
input[type="radio"]{
	border-radius: 50px;
}
input[type="checkbox"]:checked{

	background-color:var(--color-primary);
	border-color:var(--color-primary)
}
input[type="checkbox"]:checked:before{
	content: '\f00c';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 8px 0 0 0;

}
input[type="radio"]:checked:before{
	content: '\f111';
	font-family: FontAwesome;
	text-indent: -9999px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	font-size: 24px;
	width: 6px;
	height: 6px;
	margin: 3px;
	line-height: 16px;
	color: var(--color-primary);
	font-size:11px;
	text-align:center;
}
.asterisk{
	color:#cb4318
}
/* HEADING */
.heading .title,
.heading-sm .title{
	font-size:28px;
	line-height:48px;
	font-weight:900;
	color: #000;
}
.heading-sm .title {
	font-size: 18px;
	line-height:26px;
}
/* CONTENT */
.content h2{
	font-size: 24px;
	font-weight: 900;
	color: var(--color-primary);
}

/* FLEX */
.flex{
	display: flex;
}
.flex-end{
	align-items:flex-end;
}
.flex-space-between{
	justify-content: space-between;
}
.g-10{
	gap:10px;
}
.g-20{
	gap:20px;
}

ul.pagination {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 5px 0 0  0;
	margin: 0;
	list-style: none;
}

.pagination li {
	display: flex;
}

.pagination a,
.pagination span.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 34px;
	padding: 0 10px;
	border-radius: 8px;
	text-decoration: none;
	border: 1px solid #e5e7eb;
	background: #fff;
	color: #374151;
	font-weight: 500;
	transition: all 0.15s ease;
}
.page-numbers i {
	font-size: 12px;
}
.pagination a:hover {
	background: #f3f4f6;
	border-color: #d1d5db;
}

.pagination .active span {
	background: var(--color-primary);
	color: #fff;
	border-color: var(--color-primary);
}

.pagination .dots {
	border: none;
	background: transparent;
	color: #9ca3af;
}

.pagination .next {
	font-weight: 600;
}

.pagination .muted {
	margin-right: 15px;
	border: none;
}

.pagination .muted span {
	border: none;
	background: transparent;
	color: #999;
}

/* NAV */
.nav .item{
	position: relative;
	line-height:48px;
}
.nav .icon{
	border-radius:10px;
	border:2px solid #ffff;
	height:48px;
	width:48px;

	text-align:center;
}


/* DROPDOWN */
.dropdown-btn{
	cursor:pointer;
	position: relative;
}
.dropdown{
	position:absolute;
	right:0;
	top:40px;
	z-index:98;
	background:white;
	border-radius:10px;
	min-width:240px;

	box-shadow:
			0 4px 12px rgba(0,0,0,0.08),
			0 12px 28px rgba(0,0,0,0.12);

	padding:10px 0;

	display:none;
}

.dropdown i{
	margin-right:6px;
}

.dropdown a,
.dropdown span{
	display:block;
	padding:0 15px;
	line-height:48px;
	text-decoration:none;
	color:#333;
}

.dropdown a:hover{
	background:var(--color-primary);
	color:#fff;
}

.dropdown.open{
	display:block;
}

/* BREADCRUMB BAR */
.breadcrumb-bar,
.breadcrumb-bar a{
	color:#999
}
.breadcrumb-bar ul{
	list-style:none;
	padding:0;
	margin:0;
}
.breadcrumb-bar ul li{
	display:inline-block;
}
.breadcrumb-bar ul li a:after{
	content:'\/';
	padding:0 5px;
}
/* VISIBILITY */
.hidden{
	display:none;
}

/* BG COLORS */
.bg-primary{
	background-color:var(--color-primary)
}
.bg-gradient-primary{
	background: linear-gradient(90deg,rgba(37, 94, 251, 1) 1%, rgba(27, 75, 207, 1) 99%);

}

.bg-gradient-animate{
	background: linear-gradient(135deg,#175387,#4b759a,#175387);
	background-size: 200% 200%;
	animation: gradientMove 12s ease infinite;
}

@keyframes gradientMove{
	0%{
		background-position: 0% 50%;
	}
	50%{
		background-position: 100% 50%;
	}
	100%{
		background-position: 0% 50%;
	}
}

.text-gradient {
	background: linear-gradient(135deg, #3f5bd8, #6a5cff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.bg-dk{
	background-color:#1c2b36
}
.bg-lt{
	background-color:#f5f8fa;
}
.bg-ltdk{
	background-color:#d8e7fe;
}
.bg-white{
	background:#fff;
}
.bg-gradient{
	background: linear-gradient(to right, #f9f4efb5, #f5f8fa)
}

@media only screen and (min-width: 1600px) {

	.bg-gradient{
		background:linear-gradient(to right, #fff7ee96, #e3f0fba3);
	}

}


.bg-gradient-lt{
	background: linear-gradient(to right, #fff7ee96, #f5f8faed)
}

.bg-shadow{
	box-shadow:
			0 1px 2px rgba(0,0,0,0.08),
			0 2px 5px rgba(0,0,0,0.12)
}

/* UI SORTING */
.sorting .sort{
	cursor:pointer;
	position:relative;
	padding: 5px 20px 5px 5px;
	white-space: nowrap;
}

.sorting .sort:after,
.sorting .sort:before{
	font-family: FontAwesome;
	content: ' ';
	position:absolute;
	color:#cfdadd;
	font-weight:normal;
	right:5px;
	font-size:12px;
	top:5px
}
.sorting .sort:before{
	content:'\f0de';
}
.sorting .sort:after{
	content:'\f0dd';
}

.sorting.asc .sort:after,
.sorting.desc .sort:before{
	color:#666;
}


/* BADGE */
.badge {
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: 600;
	border-radius: 999px;
	line-height: 1;
	background: #a5bbd9;
	color: #fff;
	vertical-align: middle;
}

.badge-success {
	background: #e8f8ef;
	color: #3a906b;
}

.badge-warning {
	background: #fff6e5;
	color: #9a6b00;
}

.badge-error {
	background: #fdeaea;
	color: #cb4318;
}

.badge-info {
	background: #e0f2fe;
	color: #0b5ed7;
}

.badge-secondary{
	background: var(--color-secondary);
}

/* TABS */
.tab-content{
	display:none;
}

.tab-content.active{
	display:block;
}

.tab-nav{
	position: relative;
	display:flex;
	gap:10px;
	border-bottom: 2px solid #30303021;
	margin:  0 0 20px 0;
}

.tab-nav button{
	padding: 0 20px;
	border: none;
	cursor: pointer;
	border-radius: 0;
	background: none;
	color: #7985a6;
	height: 55px;
	position: relative;
	font-size: 18px;
	transition: all 0.6s ease;
	font-weight:bold;

}
.tab-nav button:hover{
	color:#666
}
.tab-nav button.active{
	color: var(--color-secondary);
}
/*
.tab-nav button.active:after{
	content:' ';
	border-bottom: 2px solid var(--color-secondary);
	position:absolute;
	bottom:-2px;
	left:0;
	right:0
}*/
.tab-indicator {
	position: absolute;
	bottom: -2px;
	height: 2px;
	background: var(--color-secondary);
	width: 0;
	left: 0;
	transition: all 0.3s ease;
}

.tab-indicator.no-anim {
	transition: none;
}
/* TABLE */
.table th {
	font-weight: bold;
	color: #000
}
.table th,
.table td{
	border-bottom:1px solid var(--border-color);
	padding:15px 10px;
	text-align: left;
	line-height: 24px;
	vertical-align: middle;
}
.table thead th {
	padding-top:20px;
}
.table tfoot th {
	padding-bottom:20px;
}
.table td:first-child,
.table th:first-child{
	padding-left:20px

}
.table td:last-child,
.table th:last-child{
	padding-right:20px;
}
.table .icon{
	width: 24px;
	display: inline-block;
	text-align: center;
}
.table-hover tr {
	transition:background 0.15s ease;
}
.table-hover tbody tr:hover {
	background-color: rgba(238, 246, 255, 0.25);
	/*background-color: #fbfcfe*/
}

.flash {
	padding: 14px 18px;
	margin: 12px 0;
	border-radius: 6px;
	font-weight: 500;
	border: 2px solid transparent;
	cursor:pointer;
}

/* success */
.flash-success {
	background: #e8f8ef;
	border-color: #1e7e34;
	color: #1e7e34;
}

/* error */
.flash-error {
	background: #fdeaea;
	border-color: #cb4318;
	color: #cb4318;
}

/* warning (optioneel) */
.flash-warning {
	background: #fff6e5;
	border-color: #9a6b00;
	color: #9a6b00;
}

/* info (optioneel) */
.flash-info {
	background: #e7f3ff;
	border-color: #0b5ed7;
	color: #0b5ed7;
}


.tooltip-box {
	position: absolute;
	background: #333;
	color: #fff;
	padding: 6px 10px;
	border-radius: 4px;
	font-size: 13px;
	white-space: nowrap;
	z-index: 9999;
	pointer-events: none;
}
/* arrow */
.tooltip-box:before {
	content: "";
	position: absolute;
	top: -5px;
	left: 50%;
	transform: translateX(-50%);

	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #333;
}

.tooltip-box ul{
	padding:0;
	margin:0;
	list-style:none;
}
.tooltip-box ul li{
	position:relative;
	padding-left:20px;
	line-height:24px;
}
.tooltip-box ul li:before{
	position: absolute;
	left:0;
	font-family: "Font Awesome 6 Pro";
	content:'\f00c';
}
/* COLS */
.row{
	margin-left:-10px;
	margin-right:-10px
}

.row:after{
	clear: both;
}

.row:before,
.row:after{
	display: table;
	content: "";
	line-height: 0;
}
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12,
.col1-s, .col2-s, .col3-s, .col4-s, .col5-s, .col6-s, .col7-s, .col8-s, .col9-s, .col10-s, .col11-s, .col12-s,
.col1-xs, .col2-xs, .col3-xxs, .col4-s, .col5-xs, .col6-xs, .col7-xs, .col8-xs, .col9-xs, .col10-xs, .col11-xs, .col12x-s{
	float: left;
	min-height: 1px;
	padding-left: 10px;
	padding-right:10px;
	box-sizing:border-box;
}
.col12{
	width: 100%
}
.col11{
	width: 91.66666667%
}
.col10{
	width: 83.33333333%
}
.col9{
	width: 75%
}
.col8{
	width: 66.66666667%
}
.col7{
	width: 58.33333333%
}
.col6{
	width: 50%
}
.col5{
	width: 41.66666667%
}
.col4{
	width: 33.33333333%
}
.col3{
	width: 25%
}
.col2{
	width: 16.66666667%
}
.col1{
	width: 8.33333333%
}


/* BORDERS */
.b-b{
	border-bottom:1px solid var(--border-color)
}
.b-t{
	border-top:1px solid var(--border-color)
}
/* BORDER RADIUSES */
.r {
	border-radius: 2px 2px 2px 2px;
}
.r-2x {
	border-radius: 4px;
}
.r-3x {
	border-radius: 10px;
}
.r-l {
	border-radius: 2px 0 0 2px;
}
.r-r {
	border-radius: 0 2px 2px 0;
}
.r-t {
	border-radius: 2px 2px 0 0;
}
.r-b {
	border-radius: 0 0 2px 2px;
}

/* paddingS */
.p-xxs {
	padding: 2px 4px;
}
.p-xs {
	padding: 5px;
}
.p-sm {
	padding: 10px;
}
.p {
	padding: 15px;
}
.p-md {
	padding: 20px;
}
.p-lg {
	padding: 30px;
}
.p-xl {
	padding: 50px;
}
.p-n {
	padding: 0!important;
}
.p-l-none {
	padding-left: 0!important;
}
.p-l-xs {
	padding-left: 5px;
}
.p-l-sm {
	padding-left: 10px;
}
.p-l {
	padding-left: 15px;
}
.p-l-md {
	padding-left: 20px;
}
.p-l-lg {
	padding-left: 30px;
}
.p-l-xl {
	padding-left: 40px;
}
.p-l-xxl {
	padding-left: 50px;
}
.p-l-n-xxs {
	padding-left: -1px;
}
.p-l-n-xs {
	padding-left: -5px;
}
.p-l-n-sm {
	padding-left: -10px;
}
.p-l-n {
	padding-left: -15px;
}
.p-l-n-md {
	padding-left: -20px;
}
.p-l-n-lg {
	padding-left: -30px;
}
.p-l-n-xl {
	padding-left: -40px;
}
.p-l-n-xxl {
	padding-left: -50px;
}
.p-t-none {
	padding-top: 0!important;
}
.p-t-xxs {
	padding-top: 1px;
}
.p-t-xs {
	padding-top: 5px;
}
.p-t-sm {
	padding-top: 10px;
}
.p-t {
	padding-top: 15px;
}
.p-t-md {
	padding-top: 20px;
}
.p-t-lg {
	padding-top: 30px;
}
.p-t-xl {
	padding-top: 40px;
}
.p-t-xxl {
	padding-top: 50px;
}
.p-t-n-xxs {
	padding-top: -1px;
}
.p-t-n-xs {
	padding-top: -5px;
}
.p-t-n-sm {
	padding-top: -10px;
}
.p-t-n {
	padding-top: -15px;
}
.p-t-n-md {
	padding-top: -20px;
}
.p-t-n-lg {
	padding-top: -30px;
}
.p-t-n-xl {
	padding-top: -40px;
}
.p-t-n-xxl {
	padding-top: -50px;
}
.p-r-none {
	padding-right: 0!important;
}
.p-r-xxs {
	padding-right: 1px;
}
.p-r-xs {
	padding-right: 5px;
}
.p-r-sm {
	padding-right: 10px;
}
.p-r {
	padding-right: 15px;
}
.p-r-md {
	padding-right: 20px;
}
.p-r-lg {
	padding-right: 30px;
}
.p-r-xl {
	padding-right: 40px;
}
.p-r-xxl {
	padding-right: 50px;
}
.p-r-n-xxs {
	padding-right: -1px;
}
.p-r-n-xs {
	padding-right: -5px;
}
.p-r-n-sm {
	padding-right: -10px;
}
.p-r-n {
	padding-right: -15px;
}
.p-r-n-md {
	padding-right: -20px;
}
.p-r-n-lg {
	padding-right: -30px;
}
.p-r-n-xl {
	padding-right: -40px;
}
.p-r-n-xxl {
	padding-right: -50px;
}
.p-b-none {
	padding-bottom: 0!important;
}
.p-b-xxs {
	padding-bottom: 1px;
}
.p-b-xs {
	padding-bottom: 5px;
}
.p-b-sm {
	padding-bottom: 10px;
}
.p-b {
	padding-bottom: 15px;
}
.p-b-md {
	padding-bottom: 20px;
}
.p-b-lg {
	padding-bottom: 30px;
}
.p-b-xl {
	padding-bottom: 40px;
}
.p-b-xxl {
	padding-bottom: 50px;
}
.p-b-n-xxs {
	padding-bottom: -1px;
}
.p-b-n-xs {
	padding-bottom: -5px;
}
.p-b-n-sm {
	padding-bottom: -10px;
}
.p-b-n {
	padding-bottom: -15px;
}
.p-b-n-md {
	padding-bottom: -20px;
}
.p-b-n-lg {
	padding-bottom: -30px;
}
.p-b-n-xl {
	padding-bottom: -40px;
}
.p-b-n-xxl {
	padding-bottom: -50px;
}


/* MARGINS */
.m-xxs {
	margin: 2px 4px;
}
.m-xs {
	margin: 5px;
}
.m-sm {
	margin: 10px;
}
.m {
	margin: 15px;
}
.m-md {
	margin: 20px;
}
.m-lg {
	margin: 30px;
}
.m-xl {
	margin: 50px;
}
.m-n {
	margin: 0!important;
}
.m-l-none {
	margin-left: 0!important;
}
.m-l-xs {
	margin-left: 5px;
}
.m-l-sm {
	margin-left: 10px;
}
.m-l {
	margin-left: 15px;
}
.m-l-md {
	margin-left: 20px;
}
.m-l-lg {
	margin-left: 30px;
}
.m-l-xl {
	margin-left: 40px;
}
.m-l-xxl {
	margin-left: 50px;
}
.m-l-n-xxs {
	margin-left: -1px;
}
.m-l-n-xs {
	margin-left: -5px;
}
.m-l-n-sm {
	margin-left: -10px;
}
.m-l-n {
	margin-left: -15px;
}
.m-l-n-md {
	margin-left: -20px;
}
.m-l-n-lg {
	margin-left: -30px;
}
.m-l-n-xl {
	margin-left: -40px;
}
.m-l-n-xxl {
	margin-left: -50px;
}
.m-t-none {
	margin-top: 0!important;
}
.m-t-xxs {
	margin-top: 1px;
}
.m-t-xs {
	margin-top: 5px;
}
.m-t-sm {
	margin-top: 10px;
}
.m-t {
	margin-top: 15px;
}
.m-t-md {
	margin-top: 20px;
}
.m-t-lg {
	margin-top: 30px;
}
.m-t-xl {
	margin-top: 40px;
}
.m-t-xxl {
	margin-top: 50px;
}
.m-t-n-xxs {
	margin-top: -1px;
}
.m-t-n-xs {
	margin-top: -5px;
}
.m-t-n-sm {
	margin-top: -10px;
}
.m-t-n {
	margin-top: -15px;
}
.m-t-n-md {
	margin-top: -20px;
}
.m-t-n-lg {
	margin-top: -30px;
}
.m-t-n-xl {
	margin-top: -40px;
}
.m-t-n-xxl {
	margin-top: -50px;
}
.m-r-none {
	margin-right: 0!important;
}
.m-r-xxs {
	margin-right: 1px;
}
.m-r-xs {
	margin-right: 5px;
}
.m-r-sm {
	margin-right: 10px;
}
.m-r {
	margin-right: 15px;
}
.m-r-md {
	margin-right: 20px;
}
.m-r-lg {
	margin-right: 30px;
}
.m-r-xl {
	margin-right: 40px;
}
.m-r-xxl {
	margin-right: 50px;
}
.m-r-n-xxs {
	margin-right: -1px;
}
.m-r-n-xs {
	margin-right: -5px;
}
.m-r-n-sm {
	margin-right: -10px;
}
.m-r-n {
	margin-right: -15px;
}
.m-r-n-md {
	margin-right: -20px;
}
.m-r-n-lg {
	margin-right: -30px;
}
.m-r-n-xl {
	margin-right: -40px;
}
.m-r-n-xxl {
	margin-right: -50px;
}
.m-b-none {
	margin-bottom: 0!important;
}
.m-b-xxs {
	margin-bottom: 1px;
}
.m-b-xs {
	margin-bottom: 5px;
}
.m-b-sm {
	margin-bottom: 10px;
}
.m-b {
	margin-bottom: 15px;
}
.m-b-md {
	margin-bottom: 20px;
}
.m-b-lg {
	margin-bottom: 30px;
}
.m-b-xl {
	margin-bottom: 40px;
}
.m-b-xxl {
	margin-bottom: 50px;
}
.m-b-n-xxs {
	margin-bottom: -1px;
}
.m-b-n-xs {
	margin-bottom: -5px;
}
.m-b-n-sm {
	margin-bottom: -10px;
}
.m-b-n {
	margin-bottom: -15px;
}
.m-b-n-md {
	margin-bottom: -20px;
}
.m-b-n-lg {
	margin-bottom: -30px;
}
.m-b-n-xl {
	margin-bottom: -40px;
}
.m-b-n-xxl {
	margin-bottom: -50px;
}

/* TEXT */
.text-italic{
	font-style:italic;
}
.text-center{
	text-align:center;
}
.text-l{
	font-size:120%
}
.text-right{
	text-align:right
}
.text-dk{
	color:#000
}
.text-lt,
.text-muted{
	color:#7985a6
}
.text-primary {
	color:var(--color-primary)
}
.text-secondary{
	color:var(--color-secondary)
}
.text-success {
	color: #3a906b;
}
.text-danger{
	color:#cb4318
}
.text-white{
	color:#fff
}
.text-bold{
	font-weight:bold
}
.text-semibold{
	font-weight:500
}
.text-lg{
	font-size:28px
}

.text-ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pull-left{
	float:left;
}

.pull-right{
	float:right;
}

/*defaults iMod*/
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display:block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.caption.alignnone {
	margin: 5px 20px 20px 0;
}
.caption.alignleft {
	margin: 5px 20px 20px 0;
}
.caption.alignright {
	margin: 5px 0 20px 20px;
}
.caption img {
	border: 0 none;
	height: auto;
	margin:0;
	max-width: 98.5%;
	padding:0;
	width: auto;
}
.caption p.caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.widget,#content,.menu{
	position:relative
}
.edit_page_link,.edit_menu_link,.edit_widget_link{
	position:absolute;
	right:10px;
	top:10px
}
.clear{
	clear:both;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

.mceContentBody {}
[data-href]{
	cursor:pointer
}

/* placehodler**/
.placeholder{
	position: relative;
}

.overlay{
	position:absolute;
	background: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(3px);
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:100;
}
.overlay .spinner{
	font-size:40px;
	width:32px;
	height:32px;
	position:absolute;
	top:50%;
	margin-top:-16px;
	left:50%;
	color:var(--color-primary);
	margin-left:-16px;
}

.pos-rel.r-3x .overlay{
	border-radius: 10px;
}

@keyframes pulseUpdate {
	0%   { transform: scale(1); }
	40%  { transform: scale(1.08); }
	100% { transform: scale(1); }
}

.pulse {
	animation: pulseUpdate 300ms ease;
}

/* SELECT2 ovvrride*/

.select2-container--default .select2-selection--single{
	height:48px;
	border-color:#d3d3d3
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-selection--multiple{
	border-color:#d3d3d3

}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #52628b transparent transparent transparent;
	border-width: 6px 5px 0 5px;
	margin-left: -7px;
	margin-top: 8px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #52628b transparent;
	border-width: 6px 5px 0 5px;
}

.select2-search--dropdown .select2-search__field{
	padding:10px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
	background-color:var(--color-primary)
}

.select2-container--default .select2-results__option--selected{
	background-color:#f5f8fa
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height:48px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
	background-color:var(--color-primary);
	border-color:var(--color-primary);
	color:#fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	border: none;
	border-right: 0;
	color: #fff;

	padding: 3px 4px;

}
.select2-container .select2-selection--multiple{
	min-height:48px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin-left: 10px;
	margin-top: 10px;

}


/* SIDE PANEL */
.sidepanel-container {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	height: 100%;
	width: 100%;
	visibility: hidden;
	-webkit-transition: visibility 0s 0.6s;
	-moz-transition: visibility 0s 0.6s;
	transition: visibility 0s 0.6s;
}
.sidepanel-container:after{
	/* overlay layer */
	content:' ';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	cursor: pointer;
	-webkit-transition: background 0.3s 0.3s;
	-moz-transition: background 0.3s 0.3s;
	transition: background 0.3s 0.3s;
}
.sidepanel-container.is-visible {
	visibility: visible;
	-webkit-transition: visibility 0s 0s;
	-moz-transition: visibility 0s 0s;
	transition: visibility 0s 0s;
}
.sidepanel-container.is-visible:after{
	background: rgba( 255,255,255, 0.75);
	backdrop-filter: blur(10px);
	-webkit-transition: background 0.6s 0s;
	-moz-transition: background 0.6s 0s;
	transition: background 0.6s 0s;
}
.sidepanel-inner {
	position: fixed;

	height: 100%;
	top: 0;
	background: #fff;
	z-index: 2;

	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.3s;
	box-shadow:
			0 1px 2px rgba(0,0,0,0.06),
			0 2px 45px rgba(0,0,0,0.18);

	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	overflow: hidden;
}
.from-right .sidepanel-inner {
	right: 0;
	left:40%;
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	-o-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);

}
.from-left .sidepanel-inner {
	left: 0;
	right:20%;
	-moz-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);

}
.is-visible .sidepanel-inner {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
}
@media only screen and (min-width: 768px) {
	.is-visible .sidepanel-inner {
		left:20%;
		right:0;
	}
}

@media only screen and (min-width: 1500px) {
	.is-visible .sidepanel-inner {
		left:30%;
		right:0;
	}
}
@media only screen and (min-width: 2000px) {
	.is-visible .sidepanel-inner {
		left:40%;
		right:0;
	}
}

.full.is-visible.from-right .sidepanel-inner{
	left:0%;
	right:40%;
}
.full.is-visible.from-left .sidepanel-inner{
	right:0%;
	left:20%
}
.sidepanel-title{
	height: 70px;
	/* background-color: #fbfcfc; */
	padding:15px 20px 15px 10px;
	font-weight: bold;
	color: #000;
	font-size: 24px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}



.sidepanel-close,
.ui-dialog-titlebar-close{
	cursor:pointer;
	float: left;
	background: none;
	border: none;
	margin: 22px 10px 22px 22px;
	height: 30px;
	width: 30px;
	line-height: 28px;
	text-align: center;
	border-radius:4px;
	font-size: 20px;
	color:#000
}
.sidepanel-close:hover,
.ui-dialog-titlebar-close:hover{
	color:#7d878e;
}

.sidepanel-content {
	border-top: 1px solid #e0e7e8;
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	bottom:0;
	padding: 0;
	overflow: auto;
	/* smooth scrolling on touch devices */
	-webkit-overflow-scrolling: touch;
}
.sidepanel-content iframe{
	border:0;
	position:absolute;
	top:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	bottom:0;
}
.fa-spin {
	animation: fa-spin 1.2s infinite linear !important;
}
.gm-style .gm-style-iw,
.gm-style .gm-style-mtc,
.gm-style .gm-style-pbc {
	background: linear-gradient(
			to top,
			rgba(255,255,255,1) 0%,
			rgba(255,255,255,0.8) 100%
	)!important;
	backdrop-filter: blur(10px);
}


.well{
	padding:20px;
	color:var(--color-primary)
}
