html { height: 100%; }

body {
	padding:0;
	margin:0; 
	color: #222;
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
	min-height: 100%;
}

textarea { resize: none; }
/* links */
a { color: #222; }
/* bug in IE */
a > img{ border: 0; }
a .fa:hover { opacity:0.6; }

hr { width:75%; border:1px solid #009688; }
option {font-size:14px; }

input[type="checkbox"] {
	width: 18px;
	height: 18px;
	accent-color: #009688;
}

input[type="radio"] {
	appearance: none;
	width: 18px;
	height: 18px;
	border: 2px solid #009688;
	border-radius: 50%;
	background-clip: content-box;
	padding: 3px;
	margin: 0 0.2rem 0 0.5rem;
}

input[type="radio"]:checked {
	background-color: #009688;
}

.pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom:0px;
	width: 100%;
}

.userstatus {
	width:240px;
	max-width:100%;
	border-top: 1px solid #B0B0B0;
	border-bottom: 1px solid #B0B0B0;
	padding:5px 24px;
	white-space: nowrap;
}

.link_panelsitem, .link_panelsbutton {
	padding:10px 5px;
	display:inline-block;
	width: 100%;
	text-decoration:none;
	font-weight: bold;
}

.link_panelsbutton { 
	color: #009688;
}

.link_panelsitem img {
	vertical-align:middle;
	padding-right:10px;
}

/* shade on img */
.img_shade {
	border: 4px solid #F8F8F8;
	background-color: #F8F8F8;
	border-radius: 4px;
	box-shadow: 1px 1px 4px 2px rgba(0,0,0,.2);
	-ms-transition: scale 0.5s; /* IE 9 */
	-webkit-transition: scale 0.5s; /* For Safari 3.1 to 6.0 */
    transition: scale 0.5s;
}

/* lightbox */
.light_overlay {
	animation: modalBackdropFadeIn ease-in 1;
	animation-fill-mode: none;
	animation-fill-mode: forwards;
	animation-duration: 300ms;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:1000;
}

.light_centered {
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	cursor:pointer;
	z-index:1001;
}

#light_closebtn {
	position: absolute;
	top:-15px;
	right:-15px;
}

/* multicol */
.col2 {
	column-gap: 40px;
	column-rule: 1px solid #009688;
	line-height: 1.5;
	column-count: 2;
}

.region_header {
	position:absolute;
	z-index:1;
	background-color:white;
	padding: 0 10px;
	left:50%;
	transform:translateX(-50%);
	white-space: nowrap;
	border-radius: 0 0 3px 3px;
}

/* button */
button:not(.jsPanel-btn) {
	font-weight: bold;
    font-size: 1em;
    font-family: Verdana,Arial,sans-serif;
    padding: 6px 8px;
    box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.3);
    border: medium none;
	border-radius:4px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .2em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
	color: #e0f9f7;
}

button:disabled, button:disabled:hover { opacity: 0.5; cursor:default; }

/* smartmenu separator */
.sm-separator { border-bottom:1px solid #009688; }

/* JsPanel */
.jsPanel, .jsPanel .jsPanel-content {
	font-family: Verdana,Arial,sans-serif; 
	font-size: 11px;
}

.jsPanel-headerbar { height: 30px; }

.jsPanel-controlbar .jsPanel-btn { padding: 0 1px 5px 0; }
.jsPanel-titlebar .jsPanel-title {
	font-family: Verdana,Arial,sans-serif; 
	font-size:13px;
	line-height:1.4;
	margin: 6px;
	font-weight:bold;
	font-variant:normal;
}

.jsPanel .jsPanel-ftr {
	font-size: 12px;
    height: 36px;
}

/* set text to white in warning theme */
.jsPanel-theme-warning .jsPanel-hdr *, .jsPanel-theme-warning .jsPanel-content.jsPanel-content-filled,
.jsPanel-theme-warning .jsPanel-content.jsPanel-content-filledlight { color: #FFFFFF; }

#jsPanel-replacement-container .jsPanel-replacement, .jsPanel-minimized-box .jsPanel-replacement { height: 26px; }

.jsPanel-modal-backdrop { animation-duration: 300ms; }
.jsPanel-modal-backdrop-out { animation-duration: 200ms; }

/* rigth click context menu */
.contextMenu { display:flex; flex-direction:column; }
.contextMenu a {
	display: block;
	padding: 5px 20px 5px 10px;
	clear: both;
	line-height: 22px;
	white-space: nowrap;
	text-decoration: none;
}
.contextMenu a:hover { background-color: #00aa9a; color: #fff; }
.contextMenu a .fas, .contextMenu a .far { width:15px; text-align:right; margin-right:5px; opacity:1; }

/* ssi uploader */
.ssi-previewBox { width: 96%; }
.ssi-dropZonePreview { border: 2px dashed #03A9F4; }

.selectFile		{ cursor: pointer; }
.selectFileOn	{ border-color: #4caf50; }

/* tagify et autocomplete */
.tagify {
	border: 1px solid #e8e8e8;
	border-bottom: 1px solid #c0c0c0;
	background-color: #f4f4e8;
	box-shadow:none;
}
.tagify:hover { border-bottom: 1px solid #4caf50; }
.tagify.tagify--focus {
	border-color:#e8e8e8;
	border-bottom: 1px solid #4caf50;
}
.tagify tag x { right: calc(.5em - 5px); }