/* CMS COMMON
==============================================================================*/
/*#region*/


/* RESET AND DEFAULTS
------------------------------------------------------------------*/
/*#region*/
.admin ul,
.admin ol,
.admin ul li,
.admin ol li {
  padding: 0;
  margin: 0;
  list-style: none;
}


/* Links */
.admin a {
  color: inherit;
}

.admin a,
.admin a:hover {
  text-decoration: none;
}


/* Icon Font Cursor */
.admin i {
  cursor: default;
  line-height: 1;
}

.admin a i {
  cursor: pointer;
}


.admin b {
  font-weight: 500;
  font-size: inherit;
  line-height: inherit;
}
.admin em {
  font-style: italic;
  font-size: inherit;
  line-height: inherit;
}


/* FORM ELEMENTS */
input,
.wrap input,
select,
textarea {
  padding: .35em .5em;
  border: solid thin #ccc;
  color: #212121;
  border-radius: 3px;
  background: #fafafa;
  transition: color .3s, background-color .3s;
}
textarea {
  resize: vertical;
}

.admin select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24'><path fill='%23444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 16px;
  padding: 0.3rem 0.5rem;
  /* border: 1px solid #ccc; */
  margin: 0;
}

.admin select option {
  /* padding-left: 4px; */
  /* padding-right: 4px; */
}

*:focus {
  outline: none;
}

input:hover,
select:hover,
textarea:hover {
  background-color: #fff;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #aaa;
  box-shadow: 0 0 4px rgba(0, 0, 0, .1);
}


/* SCROLLBAR */
textarea {
  scrollbar-width: thin;
  scrollbar-color: #787878 #ceccc6;
}

/* Chrome, Edge and Safari */
textarea::-webkit-scrollbar {
  width: 3px;
}

textarea::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #ceccc6;
}

textarea::-webkit-scrollbar-track:hover {
  background-color: #e7e6e4;
}

textarea::-webkit-scrollbar-track:active {
  background-color: #B8C0C2;
}

textarea::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #787878;
  transition: background .3s;
}

textarea::-webkit-scrollbar-thumb:hover {
  background-color: #000000;
}

textarea::-webkit-scrollbar-thumb:active {
  background-color: #000000;
}
/*#endregion*/


/* ADMIN MAIN SECTIONS
------------------------------------------------------------------*/
/*#region*/


/* CONTENT
--------------------------------------------------------*/
/*#region*/
.admin-content {
  padding-bottom: 6em;
  padding-top: 3em !important;
}
/*#endregion*/


/* ADMIN TOP
--------------------------------------------------------*/
/*#region*/
.admin_top,
.admin_top .left,
.admin_top .right,
.admin_title {
  display: flex;
  align-items: center;
}

.admin_top {
  justify-content: space-between;
  width: 100%;
  height: 37px;
  /* padding: 0 0 5px; */
  border-bottom: dotted 1px #ccc;

  /* overflow: hidden; */
  margin: 2em 0 20px;
  /* background-color: #fc0; */
}

.admin_top.clearfix::after {
  display: none;
}

.admin_top .left {
  /* float: left; */
}

.admin_top .right {
  justify-content: flex-end;
  /* float: right; */
}

.admin_top .right button,
.admin_top .right a {
  margin-top: 0;
}

.admin_top .admin_title {
  align-items: baseline;
  height: auto;
  padding: 5px 0;

  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.2;
  color: #212121;

  margin: 0;
}

.admin_top .admin_title span,
.admin_top .admin_title a {
  font-size: 1em;
}

/*
.admin_top .admin_title a:before,
span.current_name:before {
  content: " - "
}
*/

.admin_top span.current_name,
.title.admin span.current_name {
  color: #DC2221;
  font-size: 1em;
}

.admin_top .admin_title i {
  font-size: .9em;
  margin-right: 5px;
}

/*#endregion*/


/* ADMIN BOTTOM
--------------------------------------------------------*/
/*#region*/
.admin_bottom {
  display: flex;
  justify-content: flex-end;
  height: 37px;
  padding: 5px 0 0;
  border-top: dotted 1px #ccc;
  margin: 20px 0 0;
}
/*#endregion*/


/* ADMIN TITLES
--------------------------------------------------------*/
/*#region*/
.title.admin {
  display: flex;
  align-items: center;
  padding: 1em 0 .8em;
  font-size: 1.6em;
  line-height: 1.8;
  font-weight: 500;
  text-align: left;
}

.title.admin.secondary {
  padding: .5em 0 .2em;
  font-size: 1.4em;
  line-height: 1.4;
  text-align: left;
}

.title.admin.third {
  padding: 0;
  font-size: 1.3em;
  line-height: 1.4;
  text-align: left;
  margin: 1.2em 0 .1em;
}

.title.admin:not(.li) i {
  margin-right: 5px;
  font-size: 12px;
  line-height: inherit;
}
/*#endregion*/


/* EDIT SECTION
--------------------------------------------------------*/
/*#region*/
.admin .edit_section {
  padding: 1.8rem;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0px 0px 2px #ccc;
}

.admin .edit_section h3 {
  padding: 0;
}
/*#endregion*/


/*#endregion ADMIN MAIN ELEMENTS*/


/* ADMIN FORMS AND ELEMENTS
------------------------------------------------------------------*/
/*#region*/


/* COMMON
--------------------------------------------------------*/
/*#region*/
.admin form {
  margin: 5px 0;
}

.formrow {
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px 0;
  border-bottom: dashed thin #ccc;
  height: auto;
}

.formrow label {
  position: relative;

  display: flex;
  justify-content: space-between;
  align-items: center;

  width: 40%;
  max-width: 220px;
  padding: 5px 0;
}

.formrow label.wider {
  max-width: 240px;
}

.formrow label:hover {
  color: #DC2221;
}

.formrow input,
.formrow textarea {
  width: 60%;
}

.formrow select {
  margin: 0;
}
/*#endregion*/


/* Required icons
--------------------------------------------------------*/
/*#region*/
.admin .required_icon {
  /* vertical-align: middle; */
  margin: 0 0 0 .4em;
  font-size: .7em;
}

.admin .required_icon.no {
  color: #dc2221;
}

.admin .required_icon.yes {
  color: #699F12;
}
/*#endregion*/


/* Check duplicate
--------------------------------------------------------*/
/*#region*/
span.dup_icons {
  display: inline-block;
  min-width: 20px;
  padding-left: 8px;
}

span.dup_icons i {
  width: 12px;
  padding: 0;
  margin: 0;
  font-size: 18px;
  display: none;
  cursor: pointer;
}

span.dup_icons i.dup_no {
  color: #393;
}

span.dup_icons i.dup_yes {
  color: #DC2122;
}

/*#endregion*/


/* Lang flags
--------------------------------------------------------*/
/*#region*/
img.flag {
  width: 22px;
  height: auto;
}

div.lang_tabs .flag {
  margin: -2px 5px 0 0;
}

.flag.left {
  margin: 0 5px 3px 0;
}

.flag.right {
  margin: 0 3px 0 5px;
}

span.lang_flag {
  display: inline-block;
  margin: 0 0 0 5px;
  width: 24px;
}

span.lang_flag img {}

.ui-tabs-anchor {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ui-tabs-anchor .flag {
  width: 20px;
  height: auto;
  margin-right: .5em;
}

/*Change Edit Lang with flags (mostly in <legend> tag)*/
ul.list_flags,
ul.list_flags li {
  display: inline;
}

ul.list_flags {
  margin-left: 20px;
}

ul.list_flags li {
  margin-right: 5px;
}

ul.list_flags li a {
  opacity: 0.4;
}

ul.list_flags li a:hover,
ul.list_flags li a.active {
  opacity: 1;
}

/*#endregion*/


/* JSON Form Elements
--------------------------------------------------------*/
/*#region*/
.li .json_wrapper {
	display: inline-block;
}

.li .json_wrapper .formrow {
	background-color: transparent;
}

.li .json_item {
	display: flex;
	margin: 0 0 5px 0;
}

.li .json_item:last-child {
	margin-bottom: 0;
}

.li .json_item.has_flags.has_textarea {
	display: flex;
	align-items: center;
}
.li .json_item.has_flags {
	margin-left: -30.5px;
}

/*flag image width + image margin right*/
.li .json_item textarea,
.li .json_item input {
	width: auto;
	min-width: 440px;
}

/*let some place for required icon and image flags*/
.li .json_item img {
	width: 24px;
	height: auto;
  object-fit: contain;
	/* vertical-align: top; */
	margin: 0 .5em 0 0;
}
/*#endregion*/


/* Loader spin image
--------------------------------------------------------*/
/*#region*/
span.loader {
  font-size: 1.1em !important;
  display: none;
  padding: 7px 0 6px;
}

span.loader.right {
  margin-left: 20px;
}

span.loader.left {
  margin-right: 20px;
}

span.loader img {
  margin-left: 10px;
  margin-top: 0px;
}
/*#endregion*/


/* Link reload
--------------------------------------------------------*/
/*#region*/
.admin-content a#link_reload {
  display: block;
  width: 32px;
  height: 24px;
  padding-top: 3px;
  position: absolute;
  right: 5px;
  top: -10px;
  z-index: 100;
  text-align: center;
  background: #fff;
}

.admin-content a#link_reload i {
  color: #ccc;
  font-size: 2em;
}

.admin-content a#link_reload:hover i {
  color: #000;
}

/*#endregion*/


/* Read only & Disabled
--------------------------------------------------------*/
/*#region*/
.readonly,
.readonly:hover,
.readonly:focus {
  color: #777;
  background: #e8e8e8;
  border-color: #d5d5d5;
  cursor: default;
}

.dimm,
.disabled,
.impotent {
  opacity: .5;
  cursor: default;
}
/*#endregion*/


/* Checkbox switch
--------------------------------------------------------*/
/*#region*/


/* SWITCH LOGIC
----------------------------------------------*/
/*#region*/
.check-switch,
.check-switch-on,
.check-switch-off,
.check-switch-handle {
	position: relative;
}

.check-switch-on,
.check-switch-off {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.check-switch {
	display: block;
	width: 100px;
	height: 29px;

	border: none;
	outline: solid thin #bbb;
  border-radius: 3px;

	cursor: pointer;
	overflow: hidden;
}

.check-switch-inner {
	display: flex;
	justify-content: flex-start;
	align-items: center;

	width: 170px;
	height: 100%;

	position: absolute;
	top: 0;
	left: -70px;

	transition: all .2s ease;
}

.check-switch-on,
.check-switch-off,
.check-switch-handle {
	width: 70px;
	height: 100%;
	text-align: center;
}

.check-switch-on .check-switch-inner,
.check-switch.on .check-switch-inner {
	left: 0;
}

.check-switch .check-switch-inner .switch_text {
	display: flex;
	justify-content: center;
	align-items: center;

	width: 100%;
	height: 100%;
  min-height: 0;
	padding: 0;

	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
}
/*#endregion*/


/* COLORS AND BGS
----------------------------------------------*/
/*#region*/
.check-switch.disabled {
	cursor: default;
}

.check-switch.on .check-switch-off,
.check-switch.off {
	background: #f5f5f5;
}

.check-switch-off {
	background: #d1d1d1;
}

.check-switch.off:hover:not(.disabled) .check-switch-off {
	background: #c1c1c1;
}

.check-switch.off:hover:not(.disabled) .check-switch-off .switch_text.off {
	color: #555;
}

.check-switch .switch_text.off {
	color: #777;
}

.check-switch.off .switch_text.off {
	text-align: center;
}
.check-switch.on .switch_text.off {
	justify-content: flex-end;
	text-align: right;
}
/*#endregion*/


/*#endregion CHECKBOX SWITCH*/


/* Misc Links
--------------------------------------------------------*/
/*#region*/
a.cancel {
  margin: 0 0 0 20px;
}

.external {
  display: inline-flex;
  align-items: center;
}
.external:after {
  content: "\f08e";
  margin-left: 5px;
}
/*#endregion*/


/*#endregion ADMIN FORMS AND ELEMENTS*/


/* CREATED / UPDATED AT INFO
------------------------------------------------------------------*/
/*#region*/
.created-updated-at {
  position: absolute;
  top: -5px;
  right: 0;
  z-index: 1;

  display: flex;
  align-items: center;

  color: #8a8a8a;
  /* background-color: #fc0; */
  transition: color .3s;
}

.created-updated-at:hover {
  color: #000;
}

.created-updated-at ul {
  margin-right: 1em;
}

.created-updated-at ul li {
  font-size: 0.85em;
  line-height: 1.6em;
  text-align: right;
  color: inherit;
}

.created-updated-at i {
  font-size: 1.5em;
  color: inherit;
}
/*#endregion*/


/* TinyMCE ICONS
------------------------------------------------------------------*/
/*#region*/
.admin-content i.mce-ico,
.admin i.mce-ico.mce-i-checkbox {
  font-family: "tinymce" !important;
  font-size: 15px !important;
}
/*#endregion*/


/* TOGGLE PASSWORD
--------------------------------------------------------------------*/
/*#region*/
.toggle-pass {
  width: 2rem;
	position: relative;
	z-index: 1;
	display: inline-flex;
  justify-content: center;
  align-items: center;
	margin-left: -2.5rem;
  margin-right: .5rem;
  /* background-color: #fc0; */
}

.toggle-pass:before {
	font-size: 1.2em;
	/* padding: .5em; */
	color: #aaa;
	transition: color .3s ease;
}

.toggle-pass:hover:before {
	color: #212121;
}
/*#endregion*/


/* IS FLIPPED
--------------------------------------------------------------------*/
/*#region*/
.is-flipped,
.mirror {
  transform: scaleX(-1) ! important;
}
/*#endregion*/


/*#endregion CMS COMMON*/



/* ADMIN LISTS WITH TOOLS
==============================================================================*/
/*#region*/


/* COMMON, DEFAULT
--------------------------------------------------------------------*/
/*#region*/
.adminlist {
  list-style: none;
  padding: 0;
  /* background-color: wheat; */
}

.adminlist .li {
  position: relative;

  display: flex;
  /* justify-content: space-between; */
  justify-content: flex-start;
  align-items: center;

  width: 100%;
  height: auto;
  min-height: 36px;
  padding: 0 10px;
  /* border: solid thin #ccc; */
  outline: solid thin #ccc;

  background: #F8F8F8;
  margin-bottom: .4em;

  transition: background-color .3s;
}

.dotted .li {
  outline: none;
  border-bottom: dotted thin #ccc;
}

.dotted .li.BT,
.li.BT {
  border-top: dotted 1px #ccc;
}

/* LI COLUMNS */
.li span {
  display: flex;
  align-items: center;
  min-height: 32px;
  /* padding: .8em 0; */
}


/* LI MISC */
.li span img {
  display: block;
  width: 100%;
}
.li span img.flag {
  width: 22px;
}
.li span .genpicture {
  display: block;
  width: 100%;
  height: 100%;
  /* outline: solid .1px #ccc; */
}
/*#endregion*/


/* LIST HEADER
--------------------------------------------------------------------*/
/*#region*/
.adminlist .th {
  height: auto;
  height: 44px;
  border-style: dotted;
  background: #fff;
}

.adminlist .th span,
.adminlist .th a:not(.selectboxit-option-anchor) {
  font-weight: 600;
  color: #0088CB;
}

.adminlist .th span {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.adminlist .th span a {
  display: flex;
  align-items: center;
  /* width: 100%; */
  height: 100%;
}

.adminlist .th span.selectboxit-container,
.adminlist .th span.selectboxit,
.adminlist .th .selectboxit-list
.adminlist .th .selectboxit-text {
  color: #212121;
  height: auto;
}
/*#endregion*/


/* COLUMNS WRAPS
--------------------------------------------------------------------*/
/*#region*/
.adminlist .li .cols_wrap,
.adminlist .li .link_wrap {
  position: relative;

  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
  /* flex-basis: 100%; */
  
  width: auto;
  height: 100%;
  padding: 0;
}

.adminlist .li .cols_wrap {
  /* background-color: lightskyblue; */
}
.adminlist .li .link_wrap {
  /* background-color: #699F12; */
}


.adminlist .li .link_wrap:hover span {
  color: #354C9B;
}
/*#endregion*/


/* ICONS
--------------------------------------------------------------------*/
/*#region*/
.adminlist .li span i {
  font-size: 1.3em;
  line-height: 1.2em;
  opacity: .6;
}

.adminlist .li.th span i {
  font-size: 1em;
  line-height: 1.1em;
}

.adminlist .li a:hover i {
  color: #0088CB;
}

.adminlist .li .tools .tool i {
  font-size: 14px;
}
/*#endregion*/


/* HOVER / ACTIVE
--------------------------------------------------------------------*/
/*#region*/
.adminlist .li:hover,
ul.adminlist li.active {
  background: #fff;
}

.adminlist .li:hover span i,
ul.adminlist li.active span i {
  opacity: 1;
}
/*#endregion*/


/* ITEM TOOLS
--------------------------------------------------------------------*/
/*#region*/

/* Tools container */
.adminlist .tools {
  display: flex;
  align-items: center;
  /* justify-content: flex-end; */
  /* flex-basis: 20%; */
  margin-left: auto;

  width: auto;
  min-width: 156px;
  height: 100%;
  padding: 0;

  /* background-color: #aa3; */
}

.li .tools {
  flex-direction: row-reverse;
}

.li.th .tools {
  flex-direction: row;
  justify-content: flex-end;
	text-align: right;
	/* text-transform: uppercase; */
}



/* Tool default */
.tools .tool {
  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;

  width: 24px;
  height: 24px;
  margin: 0 0 0 20px;
  padding: 0;
  outline: solid thin #ccc;

  font-size: 14px;

  background: #fff;
  transition: color .3s, border .3s;
}
.tools.narrow .tool {
	margin-left: 10px;
}

.li .tools .tool:last-child {
	margin-left: 0;
}

.tools .tool:hover {
  border-color: #999;
}

/* Tool Disabled */
.tools .tool.disabled {
  opacity: .5;
}

.tools .tool.disabled:hover {
  border-color: #ccc;
}

.tools .tool.disabled,
.tools .tool.disabled i {
  cursor: default;
}

/* Tool Icon */
.tools .tool i {
  transition: color .3s;
}
.tools .tool:hover i {
  /* color: #393; */
}

.tools .tool i {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 20px;
  height: 20px;

  font-size: inherit;
  color: #616161;

  margin: 0;
  transition: color .3s;
  /* background:rgba(102, 153, 204, .2); */
}

/* Tool Icon Edit */
.tools .tool.edit:hover i {
  /* color: #393; */
}

.tools .tool.edit i {
  padding-left: 2px;
}

/* Tool Icon Delete */
.tools .tool.remove {
  margin-left: 0;
}

.tools .tool.remove:hover i {
  color: #dc2221 !important;
}

/* Tool Icon Move */
.tools .tool.move i {
  cursor: move;
}

.tools .tool.move:hover i {
  color: #F6C !important;
}

/* Tool Icon Eye */
.tools .tool i.fa-eye {
  color: #353535;
}

.tools .tool i.fa-eye-slash {
  color: #f00;
}


/* 🆕 CROP TOOL LINK -> SHOW PREVIEW */
.guillotine .crop-preview {
  display: flex;
  justify-content: center;
  align-items: center;

  outline: solid .1px #ccc;
  border-radius: 3px;
  transition: outline .3s, background .3s, box-shadow .3s;
  /* background-color: #fc0; */
}
.guillotine .crop-preview:hover {
  outline-color: #212121;
  /* background-color: rgba(159, 13, 227, 0.1); */
  /* box-shadow: 0 0 8px 4px rgba(0, 0, 0, .1); */
}


/*#endregion ITEM TOOLS*/


/* MOD OPTIONS
--------------------------------------------------------------------*/
/*#region*/
.options_list .opt_container {
  /* padding: 1rem; */
}

.options_list .li {
  position: relative;
  justify-content: flex-start;
  min-height: 20px;
  padding: .7rem;
  outline: none;
  border-bottom: dashed thin #ccc;
  background: #f9f9f9;
  margin-bottom: 0;
  /* background:rgba(0, 102, 153, .2); */
}


/* Titles default values
----------------------------------------------------------*/
/*#region*/
.mod.options .li.title {
	padding-left: 0;
  padding-right: .7rem;
	border-bottom: dashed thin #ccc;
	background: #fff;
	color: #0088CB;
}
/*#endregion*/


/* Title Main
----------------------------------------------------------*/
/*#region*/
.mod.options .li.title.secondary {
	margin-top: 30px;
	border-bottom: dashed thin #ccc;
}

.mod.options .li.title.secondary:first-child {
	margin-top: 0;
}
/*#endregion*/


/* Title
----------------------------------------------------------*/
/*#region*/
.mod.options .li.title.third {
	margin: 2.2em 0 0 0;
	padding-left: 0;
	font-weight: normal;
}
.mod.options .li.title a {
	display: flex;
	align-items: center;
}
.mod.options.options_list .title:first-child {
	margin-top: 0;
}

.mod.options .li.title i {
	margin-right: 0;
	/* background-color: #fc0; */
}

.mod.options .li.title.third.margin0 {
	margin: 0;
}

.mod.options .li .user_editable_icon {
	border: none;
	margin-top: 3px;
	background: none;
}

.mod.options .li .user_editable_icon i {
	color: #9BAF5C;
}

.mod.options .zone_wrap {}
/*#endregion*/


/* Label */
.options_list .li label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 260px;
}

/* Label Has Checkbox */
/*#region*/
label.has_checkbox input,
label.has_checkbox span {
	height: 15px;
	line-height: 15px !important;
}

label.has_checkbox {
	width: auto !important;
	padding: 0;
	cursor: pointer;
}

label.has_checkbox input {
	width: 15px !important;
	padding: 0;
}
/*#endregion*/


.options_list input,
.options_list textarea {
  width: 40%;
  min-width: 100px;
}
.options_list input[type="number"] {
  max-width: 100px;
}

.options_list textarea {
  /* min-width: 400px; */
}

.options_list .li input[type="checkbox"],
.options_list .li input.radio {
  width: 15px;
  min-width: 0;
}

.options_list .li select {
  min-width: 130px;
}

.options_list .tools {
  margin-left: auto;
  width: auto;
  min-width: auto;
}

/* Sortable holder */
.options_list.ui-sortable div.ui-sortable-placeholder {
  height: 56px;
  padding: 0;
}

.options_list.ui-sortable h2.ui-sortable-placeholder {
  height: 69px;
  padding: 10px 0;
}

.options_list.ui-sortable h3.ui-sortable-placeholder {
  height: 64px;
}


/* OPTION DETAIL */
.opt_container.is_new_or_edit {
  padding: 2%;
}

.opt_container.is_new_or_edit .li {
  background: none;
}

.opt_container.is_new_or_edit .li label {
  max-width: 200px;
}

.opt_container.is_new_or_edit .li input,
.opt_container.is_new_or_edit .li textarea {
  width: 30%;
}

.opt_container.is_new_or_edit .li input[type="radio"] {
  width: auto;
}
/*#endregion*/


/* MEDIA INFO
--------------------------------------------------------------------*/
/*#region*/
.media-info {
	display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
	/* padding-left: 5%; */
}

.media-info .info-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;

	width: 100%;
	margin: .15em 0;
}

.media-info .info-label {
	display: block;
	width: 20%;
	color: #8a8a8a;
}

.media-info .info-value {
  width: 80%;
	font-weight: 400;
	/* color: #0077cc; */
	color: #333;
}
/*#endregion*/


/* CHECKBOXES LISTS
--------------------------------------------------------------------*/
/*#region*/
.admin .title.admin.third.title-choose-cats {
  padding-bottom: .5em;
}

.admin .checkbox-list {
  border-top: dotted 1px #ccc;
}

.admin .checkbox-list li {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 1em;
  margin: 0;
  border-bottom: dotted 1px #ccc;
}

.checkbox-list li label {
  display: flex;
  align-items: center;
  width: 250px;
  line-height: 1;
  text-indent: 0;
  cursor: pointer;
  transition: opacity .4s;
}

.checkbox-list li input {
  width: 13px;
  height: 13px;
  margin-right: .8em;
}
/*#endregion*/


/* SELECTABLE LISTS
--------------------------------------------------------------------*/
/*#region*/

/* Selectable (common) */
.selectable .th {
  /* margin-bottom: 0; */
}

.selectable .selectee {
  justify-content: space-between;

  /* outline: none; */
	/* border: solid .1px #e1e1e1; */
  /* border-top: none; */
  outline-color: #e1e1e1;

	cursor: pointer;
	margin: 0 0 0 0;
	transition: background .4s, color .4s;
}
.selectable .selectee:first-child {
  border-top: solid .1px #e1e1e1;
}


/* Name */
.selectable .selectee .selectable-label {
	display: inline-flex;
  align-items: center;
	color: #aaa;
  transition: color .4s;
}


/* Icons */
.selectable .selectee .selectable-icons {
	display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}

.selectable .selectee .selected-icon {
  opacity: .1;
  color: #ccc;
  transition: opacity .3s, color .3s;
}


/* Hover */
.selectable .selectee:hover {
	background: #fcfcfc;
}

.selectable .selectee:not(.selected):hover .selectable-label {
	color: #333;
}
.selectable .selectee:not(.selected):hover .selected-icon {
	opacity: .3;
}


/* Selected */
.selectable .selectee.selected {
	background: #fff;
	/* border-color: #aaa; */
}

.selectable .selected .selectable-label {
	color: #000;
  font-weight: 500;
}

.selectable .selected .selected-icon {
  opacity: 1;
	color: #693;
}


/*#endregion*/


/*#endregion ADMIN LISTS WITH TOOLS */



/* INFO ICON AND CONTENT
==============================================================================*/
/*#region*/


/* INFO TRIGGER
-----------------------------------------------------------------------------*/
/*#region*/
.info {
	display: inline-flex;
	position: relative;
	margin-left: 5px;
	/*background:#fc0;*/
}

.info.link_wrap {
	display: inline;
}

label .info.icon,
.title .info.icon {
	width: 15px;
	height: 16px;
	/* position: absolute; */
	/* right: 7px; */
	/* top: 50%; */
	/* margin-top: -8px; */
	/* text-align: center; */
	color: #ccc;
}

label .info.icon {
  margin-right: .5em;
}

.info-relative .info.icon {
	position: relative;
	right: auto;
	top: 0;
	left: auto;
	margin-top: 0;
	margin-left: 10px;
}

.info.icon .info-trigger {
	display: flex;
  align-items: center;
	color: #ccc;
	font-size: 16px;
	line-height: 1;
	margin: 0;
	transition: color .3s ease;
  /* background-color: khaki; */
}

.info.icon:hover .info-trigger {
	color: #069;
	cursor: pointer;
}

.info.icon.hover:hover .info-trigger {
	cursor: default;
}

/*#endregion*/


/* INFO CONTENT DEFAULT - TOP-CENTER
-----------------------------------------------------------------------------*/
/*#region*/

/* INFO CONTENT WRAP */
/*#region*/
.info .info-content {
	display: none;

	width: 400px;
	height: auto;

	position: absolute;
	left: 50%;
	bottom: 100%;
	z-index: 1001;

	margin-bottom: 15px;
	padding: 15px;
	border-radius: 6px;

	font-size: 13px;
	line-height: 1.3;
	font-weight: 400;
	color: #333;
	text-align: left;
	text-transform: none;

	background: rgba(255, 255, 255, .95);
	/* visibility: hidden; */
	opacity: 0;
	pointer-events: none;

	transform: translate(-50%, 15px);
	filter: drop-shadow(0px 0px 4px rgba(150, 150, 150, 0.5));

	transition: all .25s ease-out;
}

@keyframes opac_reveal {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}
/*#endregion*/


/* INFO CONTENT ITEMS */
/*#region*/
.info .info-content h4,
.info .info-content p {
	white-space: pre-wrap;
}

.info .info-content h4 {
	font-size: 1.1em;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: .4em;
}

.info .info-content p {
	margin-bottom: .3em;
}

.info .info-content p:last-child {
	margin-bottom: 0;
}

.info .info-content p a {
	text-decoration: underline;
}

/*#endregion*/

/*#endregion*/


/* GAP BRIDGE - Keep it open when mouse move
-----------------------------------------------------------------------------*/
/*#region*/
.info .info-content:before {
	display: block;
	width: 100%;
	height: 15px;

	position: absolute;
	left: 0;
	bottom: -15px;
	content: "";
	/*background:#fc0;*/
}

.info .info-content.bottom:before {
	height: 20px;
	bottom: auto;
	top: -20px;
}

/*#endregion*/


/* CSS TRIANGLES - Default - BOTTOM-CENTER 
-----------------------------------------------------------------------------*/
/*#region*/
.info .info-content:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -10px;

	border-left: solid transparent 10px;
	border-right: solid transparent 10px;
	border-top: solid rgba(255, 255, 255, .95) 10px;
}

/*#endregion*/


/* CONTENT FROM LEFT
-----------------------------------------------------------------------------*/
/*#region*/
/*Content hidden*/
.info .info-content.left {
	left: 0;
	transform: translate(-25px, 15px);
}

/*Content visible*/
.info.hover:hover .info-content.left,
.info.open .info-content.left {
	transform: translate(-25px, 0);
}

/*Triangle*/
.info .info-content.left:after {
	left: 30px;
}

/*#endregion*/


/* CONTENT FROM RIGHT 
-----------------------------------------------------------------------------*/
/*#region*/
/*Content hidden*/
.info .info-content.right {
	left: auto;
	right: 0;
	transform: translate(22px, 15px);
}

/*Content visible*/
.info.hover:hover .info-content.right,
.info.open .info-content.right {
	transform: translate(22px, 0);
}

/*Triangle*/
.info .info-content.right:after {
	left: auto;
	right: 20px;
}

/*#endregion*/


/* CONTENT FROM BOTTOM 
-----------------------------------------------------------------------------*/
/*#region*/
.info .info-content.bottom {
	bottom: auto;
	top: 100%;
}

.info .info-content.bottom:after {
	transform: rotate(180deg);
	bottom: auto;
	top: -10px;
}

/*#endregion*/


/* HELP HOVER/VISIBLE
-----------------------------------------------------------------------------*/
/*#region*/
/*HOVER ONLY*/
.info.hover:hover .info-content {
	display: block;
}


/*APPEARS ON TOP*/
.info.hover:hover .info-content,
.info.open .info-content {
	display: block;
	opacity: 1;
	pointer-events: auto;

	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);

	animation-duration: .5s;
	animation-name: opac_reveal;
	animation-iteration-count: 1;
}

/*APPEARS ON BOTTOM*/
.info.hover:hover .info-content.bottom,
.info.open .info-content.bottom {
	-webkit-transform: translate(-50%, 20px);
	transform: translate(-50%, 20px);
}

.tools .info.open .info-content.bottom {
	-webkit-transform: translate(21px, 10px);
	transform: translate(21px, 10px);
}

/*#endregion*/


/* TOOLS INFO
-----------------------------------------------------------------------------*/
/*#region*/
.tools-info li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: .2em 0;
}

.info-content li i {
	display: block;
	width: 20px;
	margin-right: 5px;
	color: #000;
}

.info-content li small {
	display: block;
	width: 100%;
}

/*#endregion*/


/*#endregion*/



/* jQUERY RELATED
==============================================================================*/
/*#region*/


/* SELECT BOXIT -> Moved to plugin css file 2023.06.30 */


/* UI COMMON
--------------------------------------------------------------------*/
/*#region*/


/* FONTS
----------------------------------------------------------*/
/*#region*/
.ui-widget,
.ui-widget input, 
.ui-widget select, 
.ui-widget textarea, 
.ui-widget button {
  font-family: 'Open Sans', sans-serif;
  font-size: inherit;
}

.ui-datepicker th,
.ui-datepicker td {
  font-family: inherit;
}

/*#endregion*/


/* STATE DEFAULT
----------------------------------------------------------*/
/*#region*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border-width: thin;
  /* border-radius: 0; */
  color: #8a8a8a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
  background-color: #eee;
  transition: color .3s ease, background .3s ease, border .3s ease;
}


.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #454545;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

.ui-state-default a span {
  color: inherit;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-right,
.ui-corner-tl,
.ui-corner-tr,
.ui-corner-bl,
.ui-corner-br {
  /* border-radius: 0; */
}

/*#endregion*/


/* HOVER
----------------------------------------------------------*/
/*#region*/
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  color: #000;
  background-color: #dedede;
  border-width: thin;
}

.ui-state-default.ui-state-hover a {
  color: #000;
}

/*#endregion*/


/* ACTIVE
----------------------------------------------------------*/
/*#region*/
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: thin solid #ddd;
  background: #fff;
  font-weight: normal;
  color: #000;
  transition: color .3s ease;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #000;
}

.ui-state-active .ui-accordion-header-icon {
  background-image: url(../js/jquery/themes/base/images/ui-icons_222222_256x240.png);
}

/*#endregion*/


/* UI BUTTON AND ICON
----------------------------------------------------------*/
/*#region*/


/* UI BUTTON
------------------------------------------------*/
/*#region*/
.ui-button,
.button,
.ui-button.disabled:hover,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #f1f1f1;
  background: linear-gradient(to bottom, #f1f1f1 0%, #bbb 100%);

  padding: .5em 1em;

  line-height: 1;
  color: #454545;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
  border: solid thin #bbb;

  cursor: pointer;
  font-weight: 400;
  margin-right: 0;
  transition: background .3s ease, box-shadow .3s ease, color .3s ease;
}

.ui-button.smaller-btn {
  padding-top: .3em;
  padding-bottom: .3em;
}

.ui-button.small-btn {
  padding: .3em .5em;
}

.ui-button:hover,
a.button:hover,
a.ui-button:hover {
  color: #000;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
  background: linear-gradient(to bottom, #f1f1f1 0%, #aaa 100%);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
}
/*#endregion*/


/* UI ICON
------------------------------------------------*/
/*#region*/
.ui-button .ui-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: inherit;
  height: auto;
}

.ui-button.icon-only {
  background: none;
  border: none;
  padding: 0;
}
.ui-button.icon-only:hover {
  background: none;
  box-shadow: none;
}

.ui-button.icon-only .ui-icon {
  padding: 0;
  width: auto;
  height: auto;
  font-size: inherit;
  margin: 0;
}

.ui-button .ui-icon.fa-delete-forever {
  font-size: 15px;
}
.ui-button-icon-space {
  display: none;
}
/*#endregion*/


/* Icon Font
------------------------------------------------*/
/*#region*/
.ui-icon[class*=" fa-"] {
	font-family: "fontawesome" !important;
  line-height: 1;
	text-indent: 0;
	/* color: #212121; */
	background: none;
	margin: 0 3px 0 0;
}
.ui-dialog-buttonset .ui-icon {
	/* margin-top: -0.5em!important; */
	margin-right: .3em;
}
.ui-icon.icon-large {
	margin-top: -0.75em;
}
.ui-button-icon-only .ui-icon[class*=" fa-"] {
	margin-left: -7px;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: none;
}
/*#endregion*/


/* UI Icon Anim Spin
------------------------------------------------*/
/*#region*/
.spin {
  font-size: .9em !important;
  color: #000; /*418ac8*/
  animation: spin .6s infinite linear;
  transform-origin: 50% 49%;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes pulsate {
	0% {
		transform: scale(.9) rotate(0deg);
	}

	50% {
		transform: scale(1.1) rotate(45deg);
	}

	100% {
		transform: scale(.9) rotate(0deg);
	}
}
/*#endregion*/


/*#endregion UI BUTTON AND ICON*/


/* OVERLAY
----------------------------------------------------------*/
/*#region*/
.ui-widget-overlay {
  background-color: rgba(0, 0, 0, .6);
  opacity: 1;
}

/*#endregion*/


/*#endregion*/


/* SORTABLE
--------------------------------------------------------------------*/
/*#region*/
.ui-sortable {
  /* overflow-y:auto; */
}

.ui-sortable .ui-state-highlight {
  background-color: rgba(102, 153, 0, .5);
}

.adminlist .ui-sortable-placeholder {
  min-height: 41px;
}

/*#endregion*/


/* UI ICONS
--------------------------------------------------------------------*/
/*#region*/
.ui-state-default .ui-button-text {
  border-width: thin;
  background: linear-gradient(to bottom, rgba(245, 245, 245, 0.9) 0%, rgba(168, 168, 168, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6f5f5f5', endColorstr='#e6a8a8a8', GradientType=0);

  transition: background-position .3s ease-out;

  background-size: 110% 100%;
  background-position: 0 0;
}

.ui-state-default .ui-button-text:hover {
  background-position: 0 60%;
}

/*#endregion*/


/* TABS
--------------------------------------------------------------------*/
/*#region*/


/* TABS MAIN
----------------------------------------------------------*/
/*#region*/
/*MAIN*/
#tabs,
.tabs {
  position: static;
  padding: 0;
  border: none;
}


/* CONTENT */
.ui-tabs .ui-widget-content {
  /* padding: 1.5em; */
  /* border: none; */
  background: #fff;
  border-width: thin;
  border: solid thin #ddd;
  border-top-left-radius: 0 !important;
}
.lang-contents.ui-tabs.ui-widget-content {
    border: 0;
    padding: 0;
}

.tabs .ui-widget-content.ui-tabs-vertical {
  border: none;
}

.tabs .langs_contents {
  /* border: none; */
  padding: 0;
}



/* TABS PANEL */
.ui-tabs .ui-tabs-panel {
  border-width: thin;
  padding: 2em 20px 2em 20px;
}

.ui-widget-header {
  border-width: thin;
  background-color: transparent;
}

.ui-widget.ui-widget-content {
  border-width: thin;
}

.langs-tabs.ui-widget.ui-widget-content {
  padding: 0;
  border: none;
}

/*TAB TITLE*/
.ui-tabs-panel .tab-title {
  font-size: 1.3em;
  color: #333;
  margin: 1em 0 1.5em;
}

.ui-tabs-panel .tab-title span {
  font-size: inherit;
}

/*#endregion*/


/*TABS NAV
----------------------------------------------------------*/
/*#region*/

/*MAIN*/
/*#region*/
.ui-tabs .ui-tabs-nav {
  display: flex;

  border: none;
  padding: 0;
  border-bottom-width: 0.5px;
}

.ui-tabs .ui-tabs-nav li {
  position: relative;
  z-index: 1;
  float: none;
  margin-right: .5em;
  padding: 0;
}

/*#endregion*/


/*Tabs Langs*/
/*#region*/
.lang_tabs.ui-tabs-nav {
  margin: 0;
  border-width: 0 0 0.5px 0;
}

.lang_tabs.ui-tabs-nav li {
  min-height: 33px !important;
}

/*#endregion*/


/*LINK AND ICON*/
/*#region*/
.lang_tabs.ui-tabs-nav li a {
  display: flex;
  justify-content: center;
  align-content: center;
}

.lang_tabs.ui-tabs-nav li a img {
  display: block;
  width: auto;
  max-height: 20px;
  margin-right: 5px;
}

.lang_tabs.ui-tabs-nav li a i {
  font-size: 1.2em !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  border-bottom: 0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: default;
}

/*#endregion*/


/*TAB ANCHOR*/
/*#region*/
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: none;

  display: flex;
  align-items: center;

  /* text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); */
  /* color: #454545; */
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor span,
.ui-tabs .ui-tabs-nav .ui-tabs-anchor i {
  color: inherit;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor i {
  font-size: 14px;
  margin-right: .4em;
}

/*#endregion*/

/*#endregion TABS NAV*/


/*#endregion*/


/* DIALOG
--------------------------------------------------------------------*/
/*#region*/


/* MAIN
----------------------------------------------------------*/
/*#region*/
.ui-dialog {
  z-index: 1001;
  padding: 1em;
}

/*#endregion*/


/* DIALOG TITLE BAR
----------------------------------------------------------*/
/*#region*/
.ui-dialog .ui-dialog-titlebar {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 0 0 .5em 0;
  border: none;
  border-bottom: solid thin #ddd;
  margin-bottom: .5em;
}

.ui-dialog .ui-dialog-titlebar::before,
.ui-dialog .ui-dialog-titlebar::after {
  display: none;
}

.ui-dialog-titlebar .ui-dialog-title {
  float: none;
  font-size: 1.15em;
  line-height: 1.2;
  font-weight: 600;
}

.ui-dialog-titlebar .ui-button.ui-dialog-titlebar-close {
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: none;
}

/*#endregion*/


/* DIALOG TITLE BAR CLOSE LINK
----------------------------------------------------------*/
/*#region*/
.ui-dialog .ui-dialog-titlebar-close {
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;

  padding: 0;
  border: none;
  background: none;
  margin: 0;
}

.ui-dialog-titlebar-close .ui-icon-closethick {
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  text-indent: 0;
}

.ui-dialog-titlebar-close .ui-button-icon-space {
  display: none;
}

.ui-dialog-titlebar-close .ui-icon-closethick::before {
  font-family: 'fontawesome';
  content: "\e92e";
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 1;
  color: #333;

  /* background-color: #fc0; */
}

/*#endregion*/


/* DIALOG CONTENT
----------------------------------------------------------*/
/*#region*/
.dialog.ui-dialog-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .5em 0;
}

.ui-dialog .left {
  width: 10%;
  min-width: 30px;
  height: 100px;
  padding: 0 0 0 5px;
}

.ui-dialog .left i {
  font-size: 1.6em;
  display: inline-block;
  margin-top: 0;
  color: #06C;
}

.ui-dialog .right {
  width: 90%;
}

.ui-dialog h2.dialog_header {
  margin: 5px 0 0 0;
  font-size: 1.1em;
  font-weight: 400;
  padding-bottom: 0;
}

.ui-dialog .dialog_related {
  margin: 10px 0;
  padding-left: 20px;
  color: #CD1612;
  font-size: 1.1em;
  font-weight: 600;
}

.ui-dialog .dialog_footer {
  font-size: 1.1em;
}

.ui-dialog .ui-dialog-buttonpane {
  border-top-width: 0.5px;
}

#dialog_cancel_text {
  margin-left: 1em;
}

/*#endregion*/


/*#endregion*/


/* DIALOG FILE MANAGER
--------------------------------------------------------------------*/
/*#region*/
.ui-dialog.filemanager_dialog {
  border: none;
}

.ui-dialog.filemanager_dialog .ui-dialog-titlebar {
  background: #fff;
}

.ui-dialog.filemanager_dialog span.ui-dialog-title {
  font-size: 1.5em;
  line-height: 1.2em;
}

.ui-dialog.filemanager_dialog .ui-dialog-titlebar .ui-button.ui-dialog-titlebar-close {
  top: 7px;
  right: 3px;
}

div#filemanager_dialog.ui-dialog-content {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

iframe#filemanager_container {
  overflow-x: hidden;
  display: block;
}

/*block is to remove iframe bottom empty space*/
/*#endregion*/


/* ACCORDION
--------------------------------------------------------------------*/
/*#region*/
/* .ui-accordion-header {
  padding-bottom: .1em !important;
} */
/*#endregion*/


/* DATE PICKER
--------------------------------------------------------------------*/
/*#region*/

/*HIDE DEFAULT UI ITEMS*/
/*#region*/
.ui-datepicker .ui-icon {
  display: none !important;
  /* background: none; */
}

/*#endregion*/


/*MAIN CONTAINER*/
/*#region*/
.ui-datepicker {
  width: 23em;
  padding: .5em .5em .2em;
  background-color: #fff;
  margin-top: .3em;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
}

/*#endregion*/


/*HEADER*/
/*#region*/
.ui-datepicker .ui-datepicker-header {
  height: 30px;
  padding: 0;
  margin: 0;
  border: none;
}

.ui-datepicker .ui-datepicker-title {
  line-height: 1.6em;
  margin: 0;
  height: 100%;
  /* background-color: lavender; */
}

.ui-datepicker .ui-datepicker-title span {
  color: #555;
  font-weight: bold;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 25%;
  font-weight: 400;
  padding: 0 .5em;
  margin-top: .25em;
}

.ui-datepicker select.ui-datepicker-month {
  margin-right: 12%;
}

/*#endregion*/


/*HEADER NEXT-PREV LINKS*/
/*#region*/
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  display: none;
}

.ui-datepicker .ui-datepicker-header a {
  height: 100%;
  top: 0;
  font-size: 14px;
  /* background-color: #fc0; */
}

.ui-datepicker-header a:hover {
  border: 0;
  background: none;
}

.ui-datepicker-header .ui-datepicker-prev {
  left: 0;
}

.ui-datepicker-header .ui-datepicker-next {
  right: 0;
}

/*#endregion*/


/*HEADER NEXT-PREV ICONS*/
/*#region*/
.ui-datepicker-header a::before {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 100%;
  height: 100%;

  font-family: 'fontawesome';
  font-size: inherit;
  line-height: 1.5;

  cursor: pointer;
}

.ui-datepicker-header .ui-datepicker-prev::before {
  content: "\f053";
}

.ui-datepicker-header .ui-datepicker-next::before {
  content: "\f054";
}

/*#endregion*/


/*CALENDAR TABLE*/
/*#region*/
.ui-datepicker .ui-datepicker-calendar {
  border-collapse: collapse;
  margin-top: .5em;
}

.ui-datepicker th,
.ui-datepicker td {
  border: solid thin #ccc;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.ui-datepicker th span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2em;
  font-size: .9em;
  line-height: 1;
  padding-bottom: .2em;
}

.ui-datepicker td a,
.ui-datepicker td.ui-state-disabled span {
  border: none !important;
  text-align: center;
  line-height: 2.4em;
  border-right-width: 0;
}

.ui-datepicker .ui-state-default {
  color: #333;
  background-color: #f6f6f6;
}

.ui-datepicker .ui-state-default:hover {
  color: #000;
  background: #fcfcfc;
}

.ui-datepicker .ui-datepicker-today {
  background: #f5f5f5;
}

.ui-datepicker a.ui-state-default:hover,
.ui-datepicker-today .ui-state-default,
.ui-datepicker-today .ui-state-default:hover {
  color: #000;
  font-weight: 600;
}

.ui-datepicker-current-day .ui-state-active {
  background: #555;
  color: #fff;
  text-shadow: none;
}

/*#endregion*/

/*#endregion DATE PICKER*/


/* CHECKBOX RADIO SET
--------------------------------------------------------------------*/
/*#region*/
.radio-set,
.radio-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1;
}

.radio-set label,
.radio-set input {
  width: auto;
  max-width: none;
  cursor: pointer;
  line-height: 1;
}

.radio-set .radio-item {
  color: #8a8a8a;
  outline: solid thin #ddd;
  background: linear-gradient(to bottom, #fafafa 0%, #e1e1e1 100%);

  padding: .4em .6em .4em .6em;
  margin-right: 1rem;

  transition: color .3s, background .3s, outline .3s;
}

.radio-set .radio-item:hover {
  color: #000;
  outline-color: #b1b1b1;
  background: linear-gradient(to bottom, #f0f0f0 0%, #cfcfcf 100%);
}

.radio-set .radio-item.active,
.radio-set .radio-item.active:hover {
  color: #fff;
  outline-color: #b1b1b1;
  font-weight: 500;
  /* background: linear-gradient(to bottom,  #daedbf 0%,#b0e057 100%); */
  background: linear-gradient(to bottom, rgba(160, 209, 45, 1) 0%, rgba(63, 114, 0, 1) 250%);
}

.radio-set .radio-item:last-child {
  margin-right: 0;
}

.radio-set label {
  transition: color .3s;
}

.radio-set .radio-item label {
  color: #000;
}
.radio-set .active label,
.radio-set .active:hover label {
  color: #fff;
}

.radio-item input {
  margin: 0 .5em 0 0;
}

/*#endregion*/


/* FANCYBOX 2 / 3
--------------------------------------------------------------------*/
/*#region*/


/* VERSION 2
--------------------------------------------------------------------*/
/*MAIN CONTAINERS*/
/*#region*/
.fancybox-outer,
.fancybox-inner {
  position: static;
}

.fancybox-wrap.fancybox-type-image {
  background-color: #fff;
}

.fancybox-type-image.fancybox-opened {
  overflow: visible !important;
}

/*#endregion*/


/*ICON CONTAINERS*/
.fancybox-skin .fancybox-close,
.fancybox-skin .fancybox-nav span {
  width: 44px;
  height: 44px;

  display: flex;
  justify-content: center;
  align-items: center;

  font-family: 'fontawesome';
  line-height: 1;
  color: #aaa;

  transition: opacity .5s ease, color .3s ease;
  /* background-color: #fc0; */
}

/*HOVER*/
.fancybox-skin .fancybox-close:hover,
.fancybox-skin .fancybox-nav span:hover {
  color: #fff;
}


/*ICONS*/
.fancybox-close::before {
  content: "\e92e";
}

.fancybox-prev span::before {
  content: "\e926";
}

.fancybox-next span::before {
  content: "\e920";
}


/*CLOSE*/
.fancybox-skin .fancybox-close {
  font-size: 1.8em;
  position: absolute;
  top: -5px;
  right: -50px;
}


/*NEXT / PREV*/
.fancybox-skin .fancybox-nav span {
  font-size: 2.4em;
  color: #fff;

  transform: translateY(-50%);
  background-image: none;
  margin-top: 0;
}

.fancybox-next span {
  right: -50px;
}

.fancybox-prev span {
  left: -50px;
}


/* VERSION 3
--------------------------------------------------------------------*/
/*#region*/

/*SO FANCY - Custom template by SO - NOT USED...*/
/*#region*/
.so-fancy .fancybox-toolbar {
  opacity: 0;
  visibility: visible;
  transition: opacity .3s ease;
}

.fancy-opened .so-fancy .fancybox-toolbar {
  opacity: 1;
}

.so-fancy .close-fancy {
  font-size: 1.5em;
  color: #000;
}

/*#endregion*/


/* DEFUALT [DARK] THEME*/
/*#region*/
.fancybox-is-open .fancybox-bg {
  opacity: .85;
}

/*#endregion*/


/* LIGHT THEME */
/*#region*/
.light.fancybox-is-open .fancybox-bg {
  background-color: #333;
  opacity: .9;
}

.light .fancybox-button {
  width: 52px;
  height: 52px;
  margin: 0;
  padding: 10px;
  background: #eee;
}

.light .fancybox-button svg path {
  color: #212121;
}

.light .fancybox-caption:before {
  display: none;
}

.light .fancybox-caption {
  color: #212121;
}

/*#endregion*/


/* IFRAME */
/*#region*/
.fancybox-slide--iframe.fancybox-slide--current {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fancybox-slide--iframe .fancybox-iframe {
  position: static;
  width: 800px;
  height: auto;
  min-height: 600px;
  max-width: 80%;
  margin: 0;
}

/*#endregion*/

/*#endregion VERSION 3*/


/*#endregion FANCYBOX*/


/*#endregion jQUERY RELATED*/



/* TINYMCE
==============================================================================*/
/*#region*/

.mce-container {
  border-width: 0 !important;
}

/* .mce-toolbar-grp.mce-panel.mce-first {
  width: 100%;
} */

div.mce-window-head button.mce-close {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
}

.mce-container iframe {
  /* height: auto !important; */
}

.mce-container-body.mce-stack-layout,
.mce-panel {
  border: 0;
  outline: solid thin #ccc;
}

.mce-toolbar-grp .mce-container-body.mce-stack-layout {
  outline: none;
}

.mce-stack-layout .mce-menu-item .mce-text {
  background-color: transparent;
  border: none;
}

/*
.mce-btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: normal !important;
}
.mce-btn i {
  display: flex;
  align-items: center;
}

.mce-btn button .mce-caret {
  margin: 0 0 0 .4em;
}
*/

.mce-menu-item.mce-selected .mce-text,
.mce-stack-layout .mce-menu-item:hover .mce-text,
.mce-stack-layout .mce-menu-item .mce-text:hover {
  color: #fff !important;
}

.mce-floatpanel .mce-stack-layout .mce-menu-item-expand .mce-text {
  font-size: 1.1em !important;
}

.admin .mce-container-body label.mce-wordcount {
  padding: .60em 0 .65em;
  margin: 2px 0 2px 1em;
}

.mce-tinymce .mce-container-body .mce-branding {
  display: none;
}

/*#endregion*/



/* SHORTCUTS
==============================================================================*/
/*#region*/


/* FLEX - 2023.06.27
--------------------------------------------------------------------*/
/*#region*/
.flex {
  display: flex !important;
}

.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
  align-items: flex-start !important;
}

.justify-start {
  justify-content: flex-start !important;
}
.justify-end {
  justify-content: flex-end !important;
}
.justify-between {
  justify-content: space-between !important;
}
.align-center {
  align-items: center !important;
}
.align-start {
  align-items: flex-start !important;
}
.align-end {
  align-items: flex-end !important;
}
/*#endregion*/


/* GRADIENTS
--------------------------------------------------------------------*/
/*#region*/


/* common transition
----------------------------------------------------------*/
/*#region*/
.transition {
  transition: background .3s ease-out;
  background-size: 100% 48px;
}

.transition:hover {
  background-position: 0 -8px;
}

/*#endregion*/


/* grey
----------------------------------------------------------*/
/*#region*/
.gr-grey {
  background-image: linear-gradient(to bottom, rgba(232, 232, 232, 0.95) 0%, rgba(122, 122, 122, 0.9) 100%) !important;
}

.gr-grey:hover,
.gr-grey.open {
  background-color: #6F8691 !important;
}

.gr-grey span.ui-button-text,
.gr-grey span.ui-icon {
  color: #555 !important;
}

.gr-grey:hover span.ui-button-text,
.gr-grey:hover span.ui-icon {
  color: #000 !important;
}

.gr-grey.ui-button.ui-state-focus {
  box-shadow: inset 0 0 30px #8b8d8e;
  color: #fff;
}

/*#endregion*/


/* green
----------------------------------------------------------*/
/*#region*/
.gr-green,
label.ui-state-active span.ui-button-text {
  color: #fff;
  background-color: #8ec400;
  background-image: linear-gradient(to bottom, rgba(160, 209, 45, 1) 0%, rgba(63, 114, 0, 1) 100%) !important;
}

.gr-green:hover {
  background-color: #489600 !important;
}

.gr-green span.ui-button-text,
.gr-green span.ui-icon {
  color: #fff;
  text-shadow: none;
}

.gr-green:hover span.ui-button-text,
.gr-green:hover span.ui-icon {
  color: #fff;
}

/*#endregion*/


/* dark green
----------------------------------------------------------*/
/*#region*/
.gr-darkgreen {
  color: #fff;
  background-color: rgb(145, 206, 14);
  background-image: linear-gradient(to bottom, rgba(145, 206, 14, 1) 0%, rgba(57, 81, 0, 1) 100%) !important;
}

.gr-darkgreen:hover {
  background-color: #489600 !important;
}

.gr-darkgreen span.ui-button-text,
.gr-darkgreen span.ui-icon {
  color: #fff;
  text-shadow: none;
}

.gr-darkgreen:hover span.ui-button-text,
.gr-darkgreen:hover span.ui-icon {
  color: #fff;
}

/*#endregion*/


/* light green
----------------------------------------------------------*/
/*#region*/
.gr-light-green {
  background-color: rgba(213, 224, 152, 1);
  background-image: linear-gradient(to bottom, rgba(213, 224, 152, 1) 0%, rgba(199, 214, 98, 1) 100%) !important;
}

/*#endregion*/


/* light grey
----------------------------------------------------------*/
/*#region*/
.gr-message {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(232, 232, 232, 0.95) 100%) !important;
}
/*#endregion*/


/* gradients common
----------------------------------------------------------*/
/*#region*/
.bg-gr {
  transition: background .3s ease-out;
  background-size: 100% 200% !important;
  background-position: 0 0% !important;
}

.bg-gr:hover {
  background-position: 0 60% !important;
}
/*#endregion*/


/*#endregion*/


/* GRAYSCALE Image
--------------------------------------------------------------------*/
/*#region*/
.grayscale-img {
  filter: gray;
}

/*#endregion*/


/* ELLIPSIS - Text Overflow
--------------------------------------------------------------------*/
/*#region*/
.ellipsis {
  /* max-width: 300px; */
  /* padding-right: 2%; */
  text-overflow: ellipsis;
  /* text-overflow: clip; */
  /* background-color: khaki; */

  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}
.ellipsis::after {
  content: " ";
}
/*#endregion*/


/* RESET
--------------------------------------------------------------------*/
/*#region*/
.reset0 {
  margin: 0;
  padding: 0;
}
/*#endregion*/


/* FONT SIZE
--------------------------------------------------------------------*/
/*#region*/
.FS50 {
  font-size: 50% !important;
}
.FS60 {
  font-size: 60% !important;
}
.FS70 {
  font-size: 70% !important;
}
.FS80 {
  font-size: 80% !important;
}
.FS90 {
  font-size: 90% !important;
}
.FS95 {
  font-size: 95% !important;
}
.FS100 {
  font-size: 100% !important;
}
.FS110 {
  font-size: 110% !important;
  line-height: 140%;
}
.FS120 {
  font-size: 120% !important;
  line-height: 150%;
}
.FS130 {
  font-size: 130% !important;
  line-height: 160%;
}
.FS140 {
  font-size: 140% !important;
  line-height: 170%;
}
.FS150 {
  font-size: 150% !important;
  line-height: 150%;
}
.FS160 {
  font-size: 160% !important;
  line-height: 160%;
}
.FS170 {
  font-size: 170% !important;
  line-height: 170%;
}
.FS180 {
  font-size: 180% !important;
  line-height: 180%;
}
.FS190 {
  font-size: 190% !important;
}
.FS200 {
  font-size: 200% !important;
}
.FS220 {
  font-size: 220% !important;
}
.FS250 {
  font-size: 250% !important;
}
.FS300 {
  font-size: 300% !important;
}
/*#endregion*/


/* FLOAT
--------------------------------------------------------------------*/
/*#region*/
.FLN {
  float: none;
}

.FLL {
  float: left;
}

.FLR {
  float: right;
}

/*#endregion*/


/* POSITION
--------------------------------------------------------------------*/
/*#region*/
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.static {
  position: static;
}

/*#endregion*/


/* DISPLAY
--------------------------------------------------------------------*/
/*#region*/
.DN {
  display: none !important;
}

.DB {
  display: block !important;
}

.DI {
  display: inline !important;
}

.DIB {
  display: inline-block !important;
}

/*#endregion*/


/* TEXT ALIGN, COLOR, STYLE, ETC
--------------------------------------------------------------------*/
/*#region*/
.AL {
  text-align: left;
}

.AC {
  justify-content: center;
  text-align: center;
}

.AR {
  justify-content: flex-end;
  text-align: right;
}

/* Uppercase/Lowercase */
.UPP,
.uppercase,
.upper {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

/* Underline */
.U,
.underline {
  text-decoration: underline !important;
}

/* Help Zone */
span.help_zone {
  display: block;
  position: absolute;
  top: -32px;
  right: 15px;
}


/* Formating classes */
.R,
.normal {
  font-weight: 400 !important;
}

.SB,
.medium {
  font-weight: 500 !important;
  font-size: inherit;
  line-height: inherit;
}

.B,
.bold {
  font-weight: bold !important;
  font-size: inherit;
  line-height: inherit;
}

.bigger {
  font-size: 120% !important;
}

.I,
.italic {
  font-style: italic !important;
  font-size: inherit;
}


/* COLORS */
.blue {
  color: #06C ! important;
}

.red {
  color: #C00 ! important;
}

.green {
  color: #093 ! important;
}

.grey {
  color: #777 ! important;
}

.brown {
  color: #634b40 ! important;
}
/*#endregion*/


/* BORDERS
--------------------------------------------------------------------*/
/*#region*/
.BN {
  border: none !important;
  outline: none !important;
}

.BTN {
  border-top: none !important;
}

.BBN {
  border-bottom: none !important;
}

.BT {
  border-top: dashed 1px #ccc;
}
.BB {
  border-bottom: dashed 1px #ccc;
}

.BRED{
  border: dashed 1px #C00;
}
/*#endregion*/


/* WIDTHS
--------------------------------------------------------------------*/
/*#region*/
.MAX-W0 {
	max-width: none !important;
}
.WA {
	max-width: auto !important;
}
.W5 {
	max-width: 5px !important;
}
.W10 {
	max-width: 10px !important;
}
.W15 {
	max-width: 15px !important;
}
.W20 {
	max-width: 20px !important;
}
.W25 {
	max-width: 25px !important;
}
.W30 {
	max-width: 30px !important;
}
.W40 {
	max-width: 40px !important;
}
.W50 {
	max-width: 50px !important;
}
.W60 {
	max-width: 60px !important;
}
.W80 {
	max-width: 80px !important;
}
.W100 {
	max-width: 100px !important;
}
.W120 {
	max-width: 120px !important;
}
.W125 {
	max-width: 125px !important;
}
.W130 {
	max-width: 130px !important;
}
.W140 {
	max-width: 140px !important;
}
.W150 {
	max-width: 150px !important;
}
.W195 {
	max-width: 195px !important;
}
.W200 {
	max-width: 200px !important;
}
.W210 {
	max-width: 210px !important;
}
.W220 {
	max-width: 220px !important;
}
.W240 {
	max-width: 240px !important;
}
.W250 {
	max-width: 250px !important;
}
.W260 {
	max-width: 260px !important;
}
.W300 {
	max-width: 300px !important;
}
.W320 {
	max-width: 320px !important;
}
.W350 {
	max-width: 350px !important;
}
.W370 {
	max-width: 370px !important;
}
.W400 {
	max-width: 400px !important;
}
.W500 {
	max-width: 500px !important;
}
.W550 {
	max-width: 550px !important;
}
.W600 {
	max-width: 600px !important;
}


.W100P {
	width: 100% !important;
	max-width: 100% !important;
}
.W90P {
	width: 90% !important;
	max-width: 90% !important;
}
.W80P {
	width: 80% !important;
	max-width: 80% !important;
}
.W75P {
	width: 75% !important;
	max-width: 75% !important;
}
.W70P {
	width: 70% !important;
	max-width: 70% !important;
}
.W60P {
	width: 60% !important;
	max-width: 60% !important;
}
.W50P {
	width: 50% !important;
	max-width: 50% !important;
}
.W40P {
	width: 40% !important;
	max-width: 40% !important;
}
.W30P {
	width: 30% !important;
	max-width: 30% !important;
}
.W25P {
	width: 25% !important;
	max-width: 25% !important;
}
.W20P {
	width: 20% !important;
	max-width: 20% !important;
}
.W10P {
	width: 10% !important;
	max-width: 10% !important;
}
/*#endregion*/


/* HEIGHTS
--------------------------------------------------------------------*/
/*#region*/

/* LINE HEIGHTS - 2023.05.22 */
.LH-0D5 {
	line-height: .5 !important;
}
.LH-1 {
	line-height: 1 !important;
}
.LH-1D2 {
	line-height: 1.2 !important;
}
.LH-1D3 {
	line-height: 1.3 !important;
}
.LH-1D4 {
	line-height: 1.4 !important;
}
.LH-1D5 {
	line-height: 1.5 !important;
}
.LH-1D6 {
	line-height: 1.6 !important;
}
.LH-2 {
	line-height: 2 !important;
}


/* FIXED HEIGHTS - 2023.05.22 */
.H5 {
	height: 5px !important;
}

.H10 {
	height: 10px !important;
}

.H20 {
	height: 20px !important;
}

.H30 {
	height: 30px !important;
}

.H40 {
	height: 40px !important;
}


/* MIN-HEIGHT */
.H50 {
	min-height: 50px !important;
}

.H60 {
	min-height: 60px !important;
}

.H70 {
	min-height: 70px !important;
}

.H80 {
	min-height: 80px !important;
}

.H90 {
	min-height: 90px !important;
}

.H100 {
	min-height: 100px !important;
}

.H110 {
	min-height: 110px !important;
}

.H120 {
	min-height: 120px !important;
}

.H125 {
	min-height: 125px !important;
}

.H130 {
	min-height: 130px !important;
}

.H135 {
	min-height: 135px !important;
}

.H140 {
	min-height: 140px !important;
}

.H150 {
	min-height: 150px !important;
}

.H200 {
	min-height: 200px !important;
}

.H300 {
	min-height: 300px !important;
}
/*#endregion*/


/* MARGINS
--------------------------------------------------------------------*/
/*#region*/
.M0 {
  margin: 0 !important;
}

/* MX */
.MXAUTO {
  margin-left: auto;
  margin-right: auto;
}
.MX3 {
  margin-left: 3px;
  margin-right: 3px;
}
.MX5 {
  margin-left: 5px;
  margin-right: 5px;
}
.MX10 {
  margin-left: 10px;
  margin-right: 10px;
}


/* MT */
.MT0 {
  margin-top: 0 !important;
}
.MT1 {
  margin-top: 1px !important;
}

.MT2 {
  margin-top: 2px !important;
}
.MT3 {
  margin-top: 3px !important;
}
.MT4 {
  margin-top: 4px !important;
}
.MT5 {
  margin-top: 5px !important;
}
.MT10 {
  margin-top: 10px !important;
}
.MT20 {
  margin-top: 20px !important;
}
.MT30 {
  margin-top: 30px !important;
}
.MT40 {
  margin-top: 40px !important;
}
.MT50 {
  margin-top: 50px !important;
}
.MT50 {
  margin-top: 50px !important;
}
.MT60 {
  margin-top: 60px !important;
}
.MT70 {
  margin-top: 70px !important;
}


/* MR */
.MR0 {
  margin-right: 0 !important;
}
.MR5 {
  margin-right: 5px !important;
}
.MR10 {
  margin-right: 10px !important;
}
.MR20 {
  margin-right: 20px !important;
}
.MR30 {
  margin-right: 30px !important;
}
.MR40 {
  margin-right: 40px !important;
}
.MR50 {
  margin-right: 50px !important;
}


/* MB */
.MB0 {
  margin-bottom: 0 !important;
}
.MB5 {
  margin-bottom: 5px !important;
}
.MB0 {
  margin-bottom: 0 !important;
}
.MB10 {
  margin-bottom: 10px !important;
}
.MB15 {
  margin-bottom: 15px !important;
}
.MB20 {
  margin-bottom: 20px !important;
}
.MB30 {
  margin-bottom: 30px !important;
}
.MB40 {
  margin-bottom: 40px !important;
}
.MB50 {
  margin-bottom: 50px !important;
}
.MB60 {
  margin-bottom: 60px !important;
}
.MB70 {
  margin-bottom: 70px !important;
}


/* ML */
.ML0 {
  margin-left: 0 !important;
}
.ML5 {
  margin-left: 5px !important;
}
.ML10 {
  margin-left: 10px !important;
}
.ML20 {
  margin-left: 20px !important;
}
.ML30 {
  margin-left: 30px !important;
}
.ML50 {
  margin-left: 50px !important;
}
.ML60 {
  margin-left: 60px !important;
}
.ML90 {
  margin-left: 90px !important;
}
.ML100 {
  margin-left: 100px !important;
}
/*#endregion*/


/* PADDINGS
--------------------------------------------------------------------*/
/*#region*/
.P0 {
  padding: 0 !important;
}

.P3 {
  padding: 3px !important;
}

.P5 {
  padding: 5px !important;
}


/* PY */
.PY5 {
  padding: 5px 0 !important;
}

.PY10 {
  padding: 10px 0 !important;
}


/* PX */
.PX5 {
  padding: 0 5px !important;
}

.PX10 {
  padding: 0 10px !important;
}


/* PT */
.PT5 {
  padding-top: 5px !important;
}

.PT10 {
  padding-top: 10px !important;
}

.PT20 {
  padding-top: 20px !important;
}

.PT30 {
  padding-top: 30px !important;
}


/* PR */
.PR5 {
  padding-right: 5px !important;
}

.PR10 {
  padding-right: 10px !important;
}

.PR20 {
  padding-right: 20px !important;
}


/* PB */
.PB3 {
  padding-bottom: 3px !important;
}

.PB5 {
  padding-bottom: 5px !important;
}


/* PL */
.PL5 {
  padding-left: 5px !important;
}

.PL10 {
  padding-left: 10px !important;
}

.PL20 {
  padding-left: 20px !important;
}

/*#endregion*/


/* OVERFLOW
--------------------------------------------------------------------*/
/*#region*/
.overflow {
  overflow: auto;
}

.overflowH {
  overflow: hidden;
}
/*#endregion*/


/* VERTICAL ALIGN
--------------------------------------------------------------------*/
/*#region*/
.valignM {
  vertical-align: middle;
}

.valignC {
  vertical-align: central;
}

.valignT {
  vertical-align: top;
}

.valignB {
  vertical-align: bottom;
}
/*#endregion*/


/*#endregion*/



/*==============================================================================
                              ↓ ADMIN ZONES ↓
==============================================================================*/



/* EDIT SETTINGS
==============================================================================*/
/*#region*/


/* Select Languages
--------------------------------------------------------------------*/
/*#region*/
.selectable.site_languages {
	display: flex;
	align-items: center;
}

.selectable.site_languages .selectee {
	justify-content: center;
	width: 100px;
	height: 29px;
	padding: .5em 0;
  border-radius: 3px;
	cursor: pointer;
  background-image: linear-gradient(to bottom, rgba(232, 232, 232, 0.95) 0%, rgba(122, 122, 122, 0.9) 100%);
  background-size: 100% 200%;
  background-position: 0 0%;
	margin: 0 1em 0 0;
}


.selectable.site_languages .selectee:hover {
  background-position: 0 60% !important;
}

.selectable.site_languages .selectee.selected {
  color: #fff;
  background-image: linear-gradient(to bottom, rgba(160, 209, 45, 1) 0%, rgba(63, 114, 0, 1) 100%);
}


/* FlAG IMAGE */
.selectable.site_languages .selectee img {
  width: 24px;
  height: auto;
  filter: grayscale(1);
  opacity: .7;
	margin: 0 .5em 0 0;
  transition: filter .5s, opacity .5s;
}
.selectable.site_languages .selectee.selected img {
  width: 24px;
  height: auto;
  filter: none;
  opacity: 1;
	margin: 0 .5em 0 0;
}
/*#endregion*/


/* SETTINGS META
--------------------------------------------------------------------*/
/*#region*/
div.settings_meta form {
  margin: 0;
}

div.settings_meta form p {
  margin-bottom: 5px;
}

div.settings_meta.ui-widget-content {
  min-height: 200px;
  padding-top: 25px;
  background: #fff;
}
/*#endregion*/


/* MAINTENANCE TIME
--------------------------------------------------------------------*/
/*#region*/
.clock-time-holder {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 3px 0;
}

.clock-time-holder i {
  font-size: 1.7em;
  margin: 0 0 0 10px;
  vertical-align: bottom;
}
/*#endregion*/


/* MINIFY
--------------------------------------------------------------------*/
/*#region*/
.candidates-paths {
  display: flex;
  align-items: flex-start;
  width: calc(100% - 220px);
  /* background-color: #fc0; */
}

.candidates-list,
.candidates-input {
  max-width: 500px;
  width: 100%;
  line-height: 1.7;
}

.formrow .candidate-path {
  display: block;
  /* padding: .1em 0; */
  padding: 0.3em 0.5em;
  color: #717171;
  background: #f5f5f5;
  margin-bottom: .1em;
  transition: color .3s, background-color .3s;
  /* background-color: #fc0; */
}

.formrow .candidate-path:hover,
.formrow .candidate-path.active {
  color: #000;
  background: #f0f0f0;
  /* text-decoration: underline; */
}

textarea.candidates-input {
  line-height: 2.35;
}

/* EDIT TOOLS */
.edit-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* align-self: flex-start; */
  width: calc(100% - 500px);
}

.minify-tool,
.minify.submit-type {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  line-height: 1;
  transition: color .3s, transform .3s;
  /* background: #fc0; */
}

.minify-tool:hover {
  color: #06C;
}

.minify.submit-type {
  font-size: 200%;
  transform: scale(1.05);
  margin-left: auto;
}
.minify.submit-type:hover {
  transform: scale(0.9);
  transform-origin: center;
}

#minify-all-css .ui-icon {
  color: #06C;
}
#minify-all-js .ui-icon {
  color: #C00;
}

.minify-all-btn-row {
  /* justify-content: center; */
  /* background-color: #fc0; */
}
/*#endregion*/


/*#endregion*/



/* EDIT PAGES
==============================================================================*/
/*#region*/


/* PAGE'S LIST
--------------------------------------------------------------------*/
/*#region*/


/* SELECT Parent Menu
----------------------------------------------------------*/
/*#region*/
select option.level0 {
  padding-left: 5px;
  color: #C00;
}

select option.level1 {
  padding-left: 21px;
}

select option.level2 {
  padding-left: 35px;
}

select option.level0,
option.level1 {
  margin-top: 3px;
}

select option.level3 {
  padding-left: 55px;
  font-weight: normal;
}
/*#endregion*/


/* LEVEL 1
----------------------------------------------------------*/
/*#region*/
.menus .menusL1 .li {
  padding: 0 10px;
}
.menusL1 .li.parent {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.menusL1 .li span,
.menusL1 .li a {
  display: flex;
  align-items: center;
}

.menusL1 .li span {
  padding: .8em 0;
}

.menusL1 .li.th span {
  padding: 5px 0 5px;
}

.menusL1 .li.th .tools {
  justify-content: flex-end;
}

.menusL1 .li a:hover {
  color: #0088CB !important;
}

.menusL1 .li .cols_wrap {
  flex-grow: unset;
  width: 100%;
  padding: 0 10px;
  border-bottom: solid 1px #ccc;
}


.menusL1 .li.L1 a.edit_menu {
  font-weight: bold;
  color: #353535;
}


/* Icon */
.menusL1 .li i,
.menusL1 .li.th i {
  font-size: 1.1em;
}

/*#endregion*/


/* LEVEL 2
----------------------------------------------------------*/
/*#region*/
.menus .menusL2 {
  width: 100%;
  padding: 0;
}

.menusL2 .li {
  min-height: 30px;
  padding: 0 10px;
  border: none;
  background: #e1e1e1;
  margin: 0 0 3px;
}

.menusL2 .li:hover {
  background: #f1f1f1;
}

.menusL2 .li.last {
  margin-bottom: 0;
}

.menusL2 .li span,
.menusL2 .li a {
  padding: .4em 0;
  margin-top: 0;
}

.menusL2 .li .col1 {
  padding-left: 1.2em;
}

.menusL2 .li .col1 a {
  text-indent: 0;
}

.menusL2 .li.L2 a.edit_menu {
  font-weight: normal;
  color: #353535;
}
/*#endregion*/


/* LEVEL 3
----------------------------------------------------------*/
/*#region*/
.menusL3 a.edit_menu {
  color: #666;
}
/*#endregion*/


/* COLS WIDTHS
----------------------------------------------------------*/
/*#region*/
.menusL1 .col1 {
  width: 30%;
}

.menusL1 .col2 {
  width: 15%;
}

.menusL1 .col3 {
  width: 10%;
}

.menusL1 .col4 {
  width: 12%;
}

.menusL1 .col5 {
  width: 8%;
}

.menusL1 .col6 {
  width: 8%;
  /* background: #fcc */
}

.menusL1 .col7 {
  width: 16%;
  /* background: #fc0 */
}
/*#endregion*/


/* COLS PARAMS
----------------------------------------------------------*/
/*#region*/
.menusL1 .col1 i {
  margin-right: 5px;
}

.menusL1 .col3,
.menusL1 .col4,
.menusL1 .col5,
.menusL1 .col6,
.menusL1 .col7 {
  text-align: center;
}

.menusL1 .col3 i {
  font-size: 1.4em;
  line-height: .5em;
  display: inline-block;
}

.menusL1 .col5 i,
.menusL1 .col6 i {
  font-size: 1.7em;
  line-height: .5em;
  opacity: 1;
  vertical-align: middle;
  color: #000;
}

.menusL1 .col6 i {
  color: #393
}
/*#endregion*/


/* Tools
----------------------------------------------------------*/
/*#region*/
.menusL1 .tools .tool.vishidden {
  visibility: hidden;
}
/*#endregion*/


/* Hidden menus
----------------------------------------------------------*/
/*#region*/
.menu li a.hidden_menu {}

.menu li a.hidden_menu i.fa-eye-slash {
  font-size: .6em;
  color: red;
}
/*#endregion*/


/*#endregion*/


/* PAGE DETAIL
--------------------------------------------------------------------*/
/*#region*/

/* SLUG */
.formrow.slugs {
  flex-direction: column;
}

.slugs .wrap {
  display: flex;
  align-items: center;
  width: 100%;
  /* background-color: #fc0; */
}

.slugs .wrap.title {
  margin-bottom: 9px;
}

.slugs .wrap.nomargin {
  margin-bottom: 0;
}

.slugs .wrap.slug label {
  padding-right: 0;
  padding-top: 5px;
  /* background-color: tomato; */
}

.slugs .wrap.slug .label_str {}

.slugs .wrap.slug label.auto_seo_label {
  display: inline-flex;
  align-items: center;
  width: auto;
  cursor: pointer;
  margin-top: 0;
}

.slugs .wrap.slug input.auto_seo_checkbox {
  width: 15px !important;
  margin: 0 .5em 0 0;
  cursor: pointer;
}


/* Lang Tabs labels (shorter) */
.has_tabs_langs .ui-tabs-panel p label,
.has_tabs_langs .ui-tabs-panel .formrow label {
  width: 200px;
}


/* Page Content */
.has-modid-message {
  margin-bottom: 2em;
}

.has-modid-message.show-editor-if-mod {
  padding-bottom: 3em;
  border-bottom: solid thin #ccc;
  margin-bottom: 4em;
}


.page_content .ui-widget-content {
  padding: 1em;
}


.editor-html {
  height: 100%;
  overflow: hidden;
}
.page_content .mce-tinymce {
  height: calc(100% - 2px);
}

.page_content .mce-tinymce > .mce-container-body {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.page_content .mce-tinymce > .mce-container-body > .mce-edit-area {
  flex: 1;
  height: 1px;
}

.page_content .mce-tinymce.mce-container.mce-panel {
  width: 100%;
  border-left: none;
  border-right: none;
  border: none;
}


/* EDIT PAGE LAYOUT */
.page_layout .layouts li {
  display: inline-block;
  margin: 20px .8%;
  opacity: .3;
  cursor: pointer;
  padding: .5%;
}

.page_layout .layouts li:hover {
  opacity: .6;
}

.page_layout .layouts li.selected {
  opacity: 1;
  background: #D2DB74;
}

.layouts li img {
  display: block;
}

.layouts li i {
  display: block;
  margin-top: 5px;
  text-align: center;
  font-size: 1.8em !important;
}


/* Minicolors */
.formrow .colors.minicolors-input {
  padding: 4px !important;
  box-sizing: content-box;
}

.formrow .minicolors-theme-default .minicolors-swatch {
  /* display: inline; */
  /* position: static; */
  width: 80px;
  height: 28px;
  border: none;
  top: 0px;
  left: auto;
  right: -5px;
  cursor: pointer;
}

.formrow .minicolors-panel {
  top: 110%;
}


/* Select page icon */
.select-icons .selectboxit .selectboxit-option-anchor {
  display: flex;
  align-items: center;
  padding: .3em 0;
}
.select-icons .selectboxit .selectboxit-option-icon-container {
  font-size: 16px;
  line-height: 1;
  margin: 0 .3em;
}

/*#endregion*/


/*#endregion EDIT PAGES*/



/* GLOBAL TEMPLATE
==============================================================================*/
/*#region*/
.edit_section.templates {
  padding: 2%;
}

.edit_section.templates *,
.edit_section.templates *:before,
.edit_section.templates *:after {
  box-sizing: inherit;
}

ul.templates_list {
  text-align: center;
}

ul.templates_list li {
  width: 29.334%;
  float: left;
  margin: 2%;
  padding: .89%;
  box-shadow: 0px 0px 2px #aaa;
  background: #fff;
}

ul.templates_list li:hover {
  background: #ccc;
}

ul.templates_list li.selected {
  background: #B6D160;
}

ul.templates_list li img {
  display: block;
  width: 100%;
  height: auto;
}

ul.templates_list li .validate_template {
  display: block;
  padding: .7em 0;
  margin: 3px 0 0 0;
  color: #353535;
  text-align: center;
  background: #eee;
}

ul.templates_list li.selected .validate_template,
ul.templates_list li .validate_template:hover {
  color: #000;
  background: #fff
}

ul.templates_list li i {
  display: block;
  margin-top: 10px;
}

/*#endregion*/



/* LANGUAGES
==============================================================================*/
/*#region*/
.languages-order {
	/* width: 25%; */
	/* margin: 0 auto; */
}

.languages-order .languages-list {
	width: 25%;
  max-width: 220px;
	/* margin-left: 100px; */
}

.languages-order .title {
	width: 40%;
  max-width: 220px;
}

.admin .languages-order li {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: .5em 1em .5em;
	background: #eaeaea;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 1em;
	font-weight: 600;
}
.admin .languages-order .ui-sortable-placeholder {
  height: 45px;
  background-color: #fc0;
}

.languages-order li:hover {
	background: #e1e1e1;
}

.languages-order li span {
	display: flex;
	align-items: center;
}

.languages-order li small {
	margin-left: .3em;
}

.languages-order li i {
	font-size: 1.2em;
	float: right;
	cursor: move;
}
/*#endregion LANGUAGES*/



/* MODULES
==============================================================================*/
/*#region*/
.CMS_fieldset a.CMS_link_mod {
  color: #333;
  padding: 10px;
  display: block;
  background: #e1e1e1;
  border: solid 1px #ccc;
  border-left: none;
  border-right: none;
  margin-top: 10px;
  font-weight: bold;
  position: relative;
}

.CMS_fieldset a.CMS_link_mod:hover,
.CMS_fieldset a.CMS_link_mod.active {
  background: #fff;
  color: #F00;
}

/*MODULES LIST*/
div#modules {}

div#modules h3 a {
  font-size: 1.2em;
  padding: 5px 10px 5px 25px;
}

div#modules h3 a span {
  font-size: 1em;
}

div.CMS_info_mod {
  margin-top: 10px;
}

div.CMS_info_mod h2 {
  font-size: 1.2em;
  border-bottom: dotted 1px #aaa;
  margin-bottom: 10px;
  font-weight: bold;
}

div.CMS_info_mod img {
  border: solid 1px #aaa;
  float: right;
  margin: 32px 0 0 20px;
}

.used_by {
  font-weight: normal;
  position: absolute;
  top: 5px;
  right: 10px;
}

/*#endregion*/



/* EDIT FORMS
==============================================================================*/
/*#region*/
.title.left {
  float: left;
  padding-top: 1em;
}

.title.right {
  float: right;
}

.title .zone_name {
  text-transform: uppercase;
  font-weight: bold;
  color: #0088CB;
}

.title_item {
  color: #Dc2221
}

.title i {
  margin: 0 5px 0 0;
  font-size: 1.3em;
}

.title .submit {
  margin: 0;
}

/* FORM ITEMS LIST */
ul.formitems li.html_color {
  background: #e0eff8
}

ul.formitems li.message_color {
  background: #efefef
}

ul.formitems li.forminput_color {}

ul.formitems li:hover {
  background: #fff;
}

ul.formitems .col1 {
  width: 11%;
}

ul.formitems .col2 {
  width: 15%;
}

ul.formitems .col3 {
  width: 22%;
}

ul.formitems .col4 {
  width: 12%;
}

ul.formitems .col5 {
  width: 8%;
}

ul.formitems .col6 {
  width: 8%;
}

ul.formitems .th .col7 {
  width: 15.8%;
  padding-top: 0;
  height: 26px;
}

ul.formitems li select#zone {
  width: 100%;
  margin-top: 2px;
}

ul.formitems li select#zone option {
  padding: 0;
  margin: 0;
  line-height: .5em !important;
}

/*Tools icons adjustments*/
ul.formitems .tool i {
  padding-top: 3px;
}

/*Find why the padding here must be 1px bigger thand the standard*/

span.ar {
  padding-top: 0 !important;
  width: 73%;
  text-align: right;
}

i.order {
  color: #dc2221;
  margin-left: 5px !important;
}

/*FORMITEMS DATA*/
i.fa-info-sign {
  position: absolute;
  top: 5px;
  right: 3px;
  color: #bbb;
}

i.fa-info-sign.static {
  position: static;
  font-size: 18px;
  color: #06C
}

a.refresh {
  margin-left: 25px;
}

a.refresh.qtot {
  margin-left: 15px;
}

a.refresh:hover i {
  color: #9C0
}

#form_data_formitem {
  padding: 0;
  background: none;
}

#form_data_formitem p {
  padding: 12px 0 12px 0;
  border-bottom: dotted 1px #ccc;
}

#form_data_formitem p input[type="text"],
#form_data_formitem .formrow input[type="text"] {
  width: 400px;
}

#form_data_formitem textarea {
  width: 600px;
}

div#formitem_data p input[type="text"],
div#formitem_data .formrow input[type="text"] {
  width: 400px;
}

div#formitem_data p #span_outsidefunction,
div#formitem_data .formrow #span_outsidefunction {
  display: block;
  width: 350px;
  position: absolute;
  top: 13px;
  right: 100px;
}

div#formitem_data p #span_outsidefunction.displayN,
div#formitem_data .formrow #span_outsidefunction.displayN {
  display: none;
}

div#formitem_data p #span_outsidefunction label,
div#formitem_data .formrow #span_outsidefunction label {
  float: left;
  width: 100px;
  padding: 2px 0 0 0;
}

div#formitem_data p #span_outsidefunction input,
div#formitem_data .formrow #span_outsidefunction input {
  width: 200px;
}

/*FORM LIST*/
ul.forms .col1 {
  width: 40%;
}

ul.forms .col1 a {
  display: block;
}

ul.forms .col2 {
  width: 20%;
}

ul.forms .col2 a {
  display: block;
}

ul.forms .th .col3 {
  width: 15.4%;
}

/*FORM LAYOUTS LIST*/
ul.form_layouts .col1 {
  width: 60%;
}

ul.form_layouts .col1 a {
  display: block;
}

ul.form_layouts .th .col2 {
  width: 6.8%;
}

/*#endregion*/



/* EDIT SNIPPETS
==============================================================================*/
/*#region*/
ul.snippets .col1 {
  width: 40%;
}

ul.snippets .col2 {
  width: 25%;
}

ul.snippets .col3 {
  width: 10%;
}

ul.snippets .col4 {
  width: 10%;
  text-align: center;
}

ul.snippets .th .col5.tools {
  width: 15%;
}

/*#endregion*/



/* THIRD PARTY FILES
==============================================================================*/
/*#region*/
.selectable.tp .li:not(.th):hover {
  background: #ddd;
}

.selectable.tp .li.selected:hover {
  background: #ccc;
  color: #000;
}

.selectable.tp .selectee.selected {
  background: #ccc;
}

.selectable.tp .li:hover span {
  color: #333;
}

.selectable.tp .li span {
  padding: 5px 0 9px 0;
  min-height: auto;
}

.selectable.tp .li.th span {
  padding: 6px 0 4px 0;
  min-height: auto;
}

.selectable.tp .col1 {
  width: 30%;
}

.selectable.tp .col2 {
  width: 50%;
}

.selectable.tp .col3 {
  width: 10%;
  text-align: center;
}

.selectable.tp .col4 {
  width: 10%;
}

ul.manage_tp .col1 {
  width: 2%;
  text-align: right;
  padding-right: 2%
}

ul.manage_tp .col2 {
  width: 20%;
}

ul.manage_tp .col3 {
  width: 11%;
  text-align: center;
}

ul.manage_tp .col4 {
  width: 50%;
}

ul.manage_tp .col5 {
  width: 14%;
  text-align: right;
}

/*#endregion*/



/* EDIT SECURITY ZONES
==============================================================================*/
/*#region*/
.adminlist.zones .li .cols_wrap
.adminlist.zones .li .link_wrap {
  width: 65%;
  background-color: #fc0;
}

ul.zones .col1 {
  width: 60%;
}

ul.zones .col2 {
  width: 40%;
}

ul.zones .col3 {
  width: 35%;
}

ul.zones .th .col4 {
  width: 120px;
}

ul.zones li select {
  /* padding: 0; */
}

/*#endregion*/



/* EDIT MEMBERS AND MEMBER INFO
==============================================================================*/
/*#region*/

/* Members list */
ul.members .col1 {
	width: 20%;
}

ul.members .col2 {
	width: 40%;
}

ul.members .col3 {
	width: 20%;
	text-align: center;
}

ul.members .col4 {
	width: 15%;
	text-align: center;
}


/* PASSWORD STRENGTH */
.pass-challenge-group {
	display: flex;
	flex-direction: column;
  padding: 10px 0;
}

.pass-challenge-group .formrow {
	margin-bottom: 0;
	padding: 0;
}

.pass-challenge-group .pass2-row {
	margin-top: 1rem;
}

/* Pass challenge after */
.pass-challenge-after {
	margin-left: 220px; /*label width*/
	margin-top: .4rem;
}

.pass-strength-out {
	display: block;
	width: 100%;
	margin-bottom: .4rem;
}

.pass-strength-out .info_strength {
	display: block;
	margin-bottom: 5px;
}

.pass-strength-out .info_strength span,
.pass-match {
	font-size: 14px;
	font-weight: 500;
}


/* Member Zones */
ul.user-zones .col1 {
	width: 30%;
}

ul.user-zones .col2 {
	width: 15%;
}

/*#endregion EDIT MEMBERS*/



/* FILE MANAGER
==============================================================================*/
/*#region*/
iframe.file_manager {
  display: block;
  width: 100%;
  min-height: 770px;
  border: 0;
  outline: solid thin #ccc;
  margin: 0 auto;
  padding: 0;
}

iframe.file_manager #addressbar {
  margin-top: -20px;
}

/*#endregion*/



/*==============================================================================
                              ↓ MEDIA QUERIES ↓
==============================================================================*/
/*#region*/


/* 50px => 960px
------------------------------------------------------------------------------*/
/*#region*/
@media only screen and (min-width:50px) and (max-width:1250px) {
  iframe.file_manager {
    width: 99.9%;
  }
}

/*#endregion*/


/* 960px => 1000px
------------------------------------------------------------------------------*/
/*#region*/
@media only screen and (min-width:50px) and (max-width:1170px) {

  /*Admin Lists*/
  ul.templates_list li img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 310px;
    max-height: 200px;
  }

}

/*#endregion*/


/* <= 960px
------------------------------------------------------------------------------*/
/*#region*/
@media only screen and (max-width : 960px) {

  /*Admin Lists*/
  ul.menus li .col3,
  ul.menus li .col5 {
    display: none !important;
  }

  ul.menus li .col2 {
    width: 25%;
  }

}

/*#endregion*/


/* <= 800px
------------------------------------------------------------------------------*/
/*#region*/
@media only screen and (max-width : 800px) {

  /*Admin Forms*/
  .admin form p {
    padding: .25em 0 .8em;
  }

  .admin form p label {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 0em;
    max-width: auto;
  }

  /*Admin Lists*/
  ul.menus li .col4 {
    display: none !important;
  }

  ul.menus li .col1 {
    width: 45%;
  }

  ul.menus li .col2 {
    width: 30%;
  }

  /*Edit Pages/Menus DETAIL*/
  p.slugs .wrap.slug label {
    position: static;
    text-align: left;
  }

  p.slugs .wrap.slug .label_str {
    position: static;
    display: block;
  }

  p.slugs .wrap.slug .parent_path {
    display: none;
  }
}

/*#endregion*/


/* <= 655px
------------------------------------------------------------------------------*/
/*#region*/
@media only screen and (max-width : 655px) {

  /*Admin Lists*/
  ul.menus li .col2 {
    display: none !important;
  }

  ul.menus li .col1 {
    width: 70%;
  }

}

/*#endregion*/


/* >= 420 and <= 485
------------------------------------------------------------------------------*/
/*#region*/
@media only screen and (max-width:485px) {
  ul.slides .col2 {
    display: none;
  }
}

/*#endregion*/


/*#endregion*/
