.dlg_strip + .dlg_strip {
	margin-top: 5px;
}
.dlg_strip:empty {
	display: none;
}
.dlg_strip:hover {
	background: rgb(238,238,238, 0.5);
}
.dlg_strip > div {
	float: left;
	min-height: 1em;
	padding: 0 10px;
}
.dlg_strip:after {
	display: block;
    content: "";
    clear: both;
}

.nwrap {
	white-space: nowrap;
}
.nwrap > div {
	display: inline-block;
}

.vspace {
	padding-bottom: 0.5em;
}
.dlg_strip-space {
	height: 20px;
}
.nwrap .dlg_strip-space {
	height: auto;
	width: 20px;
}


/* sizes */
.dlg_strip-cell-1 {
	width: 8.333333%;
}
.dlg_strip-cell-2 {
    width: 16.666667%;
}
.dlg_strip-cell-3 {
	width: 25%;
}
.dlg_strip-cell-4 {
	width: 33.333333%;
}
.dlg_strip-cell-5 {
    width: 41.666667%;
}
.dlg_strip-cell-6 {
	width: 50%;
}
.dlg_strip-cell-7 {
    width: 58.333333%;
}
.dlg_strip-cell-8 {
	width: 66.666667%;
}
.dlg_strip-cell-9 {
    width: 75%;
}
.dlg_strip-cell-10 {
    width: 83.333333%;
}
.dlg_strip-cell-11 {
    width: 91.666667%;
}
.dlg_strip-cell-12 {
	width: 100%;
}

/** 24cols */
.dlg_strip-cell-1-24 {
  width: 4.1667%
}
.dlg_strip-cell-2-24  {
  width: 8.3333%
}
.dlg_strip-cell-3-24  {
  width: 12.5%
}
.dlg_strip-cell-4-24  {
  width: 16.6667%
}
.dlg_strip-cell-5-24  {
  width: 20.8333%
}
.dlg_strip-cell-6-24  {
  width: 25%
}
.dlg_strip-cell-7-24  {
  width: 29.1667%
}
.dlg_strip-cell-8-24  {
  width: 33.3333%
}
.dlg_strip-cell-9-24  {
  width: 37.5%
}
.dlg_strip-cell-10-24  {
  width: 41.6667%
}
.dlg_strip-cell-11-24  {
  width: 45.8333%
}
.dlg_strip-cell-12-24  {
  width: 50%
}
.dlg_strip-cell-13-24  {
  width: 54.1667%
}
.dlg_strip-cell-14-24  {
  width: 58.3333%
}
.dlg_strip-cell-15-24  {
  width: 62.5%
}
.dlg_strip-cell-16-24  {
  width: 66.6667%
}
.dlg_strip-cell-17-24  {
  width: 70.8333%
}
.dlg_strip-cell-18-24  {
  width: 75%
}
.dlg_strip-cell-19-24  {
  width: 79.1667%
}
.dlg_strip-cell-20-24  {
  width: 83.3333%
}
.dlg_strip-cell-21-24  {
  width: 87.5%
}
.dlg_strip-cell-22-24  {
  width: 91.6667%
}
.dlg_strip-cell-23-24  {
  width: 95.8333%
}
.dlg_strip-cell-24-24  {
  width: 100%
}


/* poster */
.dlg_box_area-poster {
}
.dlg_box_area-poster .poster-title {
	font-weight: bold;
    display: inline-block;
    border-bottom: 2px solid;
    margin-bottom: 0.35em;
    padding-bottom: 0.35em;
}

/* components */
.dlg_strip-edt input[type=text],
.dlg_strip-edt textarea {
    border: 1px solid rgba(0,0,0,.5);
	border-radius: .25rem;
	display: block;
    line-height: 1.5;
    padding: .375rem .75rem;
    width: 100%;
}
.dlg_strip-select select,
.dlg_strip-date_input select {
    display: inline-block;
    border: 1px solid rgba(0,0,0,.5);
    border-radius: .25rem;
    font-size: 1em;
    line-height: 1.5;
    padding: .375rem 1.75rem .375rem .75rem;
    vertical-align: middle;
    width: 100%;
}

.dlg_strip-radio .radio-text,
.dlg_strip-checkbox .checkbox-text {
	display: inline-block;
}

.dlg_strip .upload_file img {
	max-width: 320px;
	height: auto;
	width: 100%;
}
.dlg_strip-date_input input[type=text] {
	display: inline-block;
}

/* dlg_strip-checkbox && tool_bar_horizontal-checkbox */
.dlg_strip-checkbox {
	display: flex;
	position: relative;
	padding: .375rem 0;
}
.dlg_strip-checkbox input[type=checkbox] {
	position: relative;
    top: -0.15rem;
    margin: 0;
    cursor: pointer;
}
.dlg_strip-checkbox .checkbox-text {
	cursor: pointer;
	padding-left: 1rem;
}
.dlg_strip-checkbox input[type=checkbox]:before {
    content: '';
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: .25rem;
    border: 1px solid #6c757d;
}
.dlg_strip-checkbox input[type=checkbox]:after {
    content: '';
    width: 12px;
    height: 7px;
    position: absolute;
    top: 5px;
    left: 4px;
    border: 3px solid #006bde;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.dlg_strip-checkbox input[type=checkbox]:checked:after  {
    opacity: 1;
}

/* dlg_strip-checkbox */
.dlg_strip-radio {
	position: relative;
	padding: .375rem 0;
}
.dlg_strip-radio input[type=radio] {
	position: relative;
    top: 0;
    margin: 0;
    cursor: pointer;
}
.dlg_strip-radio .radio-text {
	cursor: pointer;
	padding-left: 1rem;
}
.dlg_strip-radio input[type=radio]:before {
    content: '';
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: -0.15rem;
    left: 0;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #6c757d;
}
.dlg_strip-radio input[type=radio]:after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: calc(4px - 0.15rem);
    left: 4px;
    background: #006bde;
    opacity: 0;
    border-radius: 100%;
}
.dlg_strip-radio input[type=radio]:checked:after  {
    opacity: 1;
}


.dlg_strip-button a {
	display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid #6c757d;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
}
.dlg_strip-button a:hover {
	color: #fff;
    background-color: #6c757d;
	text-decoration: none;
}

.upload-tbar {
	display: flex;
}
.upload-tbar .upload-tbar-edt {
	flex: 1;
}
.upload-tbar .upload-tbar-space {
	width: 1rem;
}

/**
 * dlg_strip-popup
 */
.dlg_strip-popup {
	display: inline-block;
	padding: 0 .75rem;
	position: relative;
}
.dlg_strip-popup:before {
    content: "\f141";
    color: #006bde;
    font-family: 'Font Awesome 5 Free';
	font-size: 24px;
    font-weight: 900;
}
.dlg_strip-popup > * {
	display: none;
	position: absolute;
	top: 0;
	right: 100%;
	z-index: 100;
}
[class^="dlg_strip-cell"]:first-child .dlg_strip-popup {
	padding-left: 0;
}
[class^="dlg_strip-cell"]:first-child .dlg_strip-popup > * {
    top: auto;
    left: 100%;
    bottom: 0;
	right: auto;
}
.dlg_strip-popup > .pp2_menu {
	background: #eee;
	border: 1px solid rgba(0,0,0,.15);
    border-radius: 5px;
	box-shadow: 0 10px 20px rgb(64 64 64 / 25%);
	font-size: 0.85em;
	min-height: 100%;
    padding: 1rem;
    white-space: nowrap;
    flex-direction: column;
}
.dlg_strip-popup:hover > .pp2_menu {
	display: flex;
}
.pp2_menu > * + * {
	border-top: 1px solid rgba(0,0,0,.15);
	margin-top: .75rem;
    padding-top: .75rem;
}
.pp2_menu .ppdlg_text a {
	text-decoration: underline;
}
.pp2_menu .ppdlg_checkbox {
	display: flex;
	align-items: center;
}

.ppdlg_checkbox {
	position: relative;
}
.ppdlg_checkbox input[type=checkbox] {
	position: relative;
    top: -0.15rem;
    margin: 0;
    cursor: pointer;
}
.ppdlg_checkbox .checkbox-text {
	cursor: pointer;
	padding-left: 1rem;
}
.ppdlg_checkbox input[type=checkbox]:before {
    content: '';
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: .25rem;
    border: 1px solid #6c757d;
}
.ppdlg_checkbox input[type=checkbox]:after {
    content: '';
    width: 12px;
    height: 7px;
    position: absolute;
    top: 5px;
    left: 4px;
    border: 3px solid #006bde;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.ppdlg_checkbox input[type=checkbox]:checked:after  {
    opacity: 1;
}


/* styles */
.dlg_strip-text {
	padding: .375rem 0;
}
.dlg_strip-text.bold {
	font-size: 0.83em;
    font-weight: 700;
}


/* icons */
[class^="gi-"]:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.gi-close::before {
	content: "\f00d";
}
.gi-kill::before {
	content: "\f2ed";
	font-size: 1.25em;
    line-height: 1.85;
}
.gi-delete::before {
	content: "\f00d";
}
.gi-save::before {
	content: "\f0c7";
}
.gi-apply::before {
	content: "\f00c";
}
.gi-undo::before {
	content: "\f0e2";
}
.gi-add::before {
	content: "\f067";
}
.gi-edit::before {
	content: "\f044";
	font-weight: 400;
}
.gi-repeat::before {
	content: "\f067";
}

.dlg_strip-button [class^="gi-"] {
	border-color: transparent;
	color: #006bde;
	padding-top: 0;
	padding-bottom: 0;
}
.dlg_strip-button .gi-kill,
.dlg_strip-button .gi-close,
.dlg_strip-button .gi-delete {
	color: #d9534f;
}
.dlg_strip-button [class^="gi-"]:hover {
    background: #006bde;
    color: #fff;
}
.dlg_strip-button [class^="gi-"]::before {
	font-size: 24px;
	line-height: 1.5;
}
.dlg_strip-button [class^="gi-"] .button-text {
    display: none;
}

[class^="dlg_strip-cell"]:has(.dlg_strip-button:nth-child(2)) {
	display: flex;
}


.edtaitem .item-value .item-value-btns [class^="gi-"] {
    height: 50px;
	width: 50px;
    display: inline-flex;
    justify-content: center;
    transition: all .2s;
    border: none;
    border-radius: 0;
    font-size: 0;
    margin: 0;
    color: #006bde;
}
.item-value-btns [class^="gi-"]:before {
	font-size: 22px;
	font-weight: 900;
	align-self: center;
}
.edtaitem .item-value .item-value-btns [class^="gi-"]:hover {
    background: #006bde;
    color: #fff;
    text-decoration: none;
}


.a-set-link {
	font-size: 0;
	display: inline-block;
	margin-right: 1rem;
}
.a-set-link::before {
    content: "\f0c1";
	font-family: 'Font Awesome 5 Free';
	font-size: 18px;
    font-weight: 900;
}

/* bmarks */
.dlg_box-bmarks {
	margin-bottom: 20px;
}
.dlg_box-bmarks>ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 0;
    list-style: none;
	border-bottom: 1px solid rgba(0,0,0,.5);
}
.dlg_box-bmarks>ul li {
    position: relative;
    margin-bottom: -1px;
}
.dlg_box-bmarks>ul li>a,
.dlg_box-bmarks>ul li>span {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    display: block;
    padding: .5rem 1rem;
}
.dlg_box-bmarks>ul li>select {
    border: 1px solid transparent;
    display: block;
    padding: .5rem 2rem .5rem 1rem;
}
.dlg_box-bmarks>ul li.current>span {
	background-color: #fff;
    border-color: rgba(0,0,0,.5) rgba(0,0,0,.5) #fff;
}

/* avatar */
.avatar-cell {
	border-radius: 100%;
    height: 36px;
    overflow: hidden;
	width: 36px;
}
.avatar-cell:empty,
.var-avatar:empty {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgBAMAAAAQtmoLAAAAD1BMVEXc3Ny/v7+7u7vU1NTIyMj01S7yAAABU0lEQVRYw+2XUXLCMAxEk9gHSFMOQBYfwDU9QAq5/5nIR4chWLK1TJjpQPW9L7JkSVaa5t/e19z8sZvnY7Tqv/Frs03/g6sFy3FOuLGpDqz06Kv6r5UeS+zl0B0yK8eRcqAYh+CgHEcrAYE8EVAIexCBiQV6LmbgoAJ+IyBwWX0AGLcDOhkADUSuMgpA9wKAcg96fbesB78RMLIdF6xzst5ASl574+S+hhDJsVQATuwQSGxPP9+DAuzZqbFnJ9/EDmMaaMjiG7cEOvZRbMl2aNwx139GcnWo7CcDtTmIeaoAidkDxHKqbXGOSaoYRHXrS1wI2WWP1S3Rs4DjkvQAcFcchz8AODwb8GyWaIAujcRW60A2UN7TZ+sfloWQ32nsIqdfUiU7cQNUk/611O8rxyrr8wWipl+IyXp+yYdFvyISQBEeRgvMgW4aMMFuUX//tUXlAkB1BqDdqoH/AAAAAElFTkSuQmCC');
	background-repeat: no-repeat;
	background-size: cover;
}
.avatar-cell img,
.var-avatar img {
	display: block;
    min-height: 100%;
	max-width: 100%;
    object-fit: cover;
    object-position: center center;
}


.var-avatar {
	border-radius: 100%;
    height: 72px;
    overflow: hidden;
	width: 72px;
}
[id^="lecturer."] .var-row {
    padding-left: 90px;
}
[id^="lecturer."] .var-row .var-avatar {
	float: left;
    margin-left: -90px;
}

/** ins_link_cmd */
.cke_dialog_ui_html .ins_link_head {
    background: rgba(0,107,222,.15);
	font-weight: 600;
    margin-bottom: 1rem;
    padding: 15px;
}

.ins_link_cmd {
    font-weight: 400;
}

.ins_link_cmd .ins_link_hd1 {
	display: block;
    line-height: 1.5;
}
.ins_link_cmd .ins_link_hd2 {
	display: block;
    background: #f8f8f8;
    font-weight: bold;
    font-size: 12px;
    color: #484848;
    padding: 12px 19px 12px 12px;
	
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.ins_link_cmd input[type=text] {
	background-color: #fff;
    border: 1px solid #bcbcbc;
    padding: 4px 6px;
    outline: 0;
    width: 100%;
    box-sizing: border-box;
    border-radius: 2px;
    min-height: 28px;
    margin-left: 1px;
}
.cke_dialog_ui_html .ins_link_cmd_a {
	margin-bottom: 1rem;
}
.cke_dialog_ui_html .ins_link_cmd_a a {
	display: inline-block;
    padding: 4px 10px;
    margin: 0;
    color: #484848;
	text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #bcbcbc;
    border-radius: 2px;
    background: #f8f8f8;
    line-height: 18px;
    transition: background-color .15s ease-in-out;
    min-width: 80px;
}
.cke_dialog_ui_html .ins_link_cmd_a a:hover {
	background: #fff;
}
.cke_dialog_ui_html .ins_link_value a {
	cursor: pointer;
	margin-top: 0.25rem;
	text-decoration: underline;
	white-space: break-spaces;
}
.cke_dialog_ui_html .ins_link_value a:hover {
	text-shadow: 0 0 .01px black, 0 0 .01px black;
}


.ont-childs [id$="-chlds"] {
	background: rgba(238, 238, 238, 0.25);
}

.dlg_strip-level [id^="href_"] {
	width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 0;
    display: flex;
    justify-content: flex-start;
	text-decoration: none;
}
.dlg_strip-level [id^="href_"]:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	font-size: 22px;
	color: #006bde;
}
.dlg_strip-level [id^="href_open"]:before {
	content: "\f105";
}
.dlg_strip-level [id^="href_close"]:before {
	content: "\f107";
}


.ont-editor:empty {
	display: none;
}
.ont-editor:before {
	content: '';
    background: rgba(0, 107, 222, 0.1);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 100;
}

.ppp_dialog {
    background: #fff;
	border: 1px solid;
    border-color: rgba(0,0,0,.5);
	display: flex;
    min-width: 800px;
    position: fixed;
    left: 50%;
    top: 50%;
	z-index: 102;
    transform: translateX(-50%) translateY(-50%);
	padding: 0 !important;
}
.ppp_dialog_content {
	flex: 1;
	padding: 16px;
    max-height: 600px;
    overflow-y: scroll;
}
.ppp_dialog_buttons {
	background: #eee;
	border-left: 1px rgba(0,0,0,.5) solid;
	width: 50px;
}
.ppp_dialog_buttons a {
	width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 0;
    transition: all .2s;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}
.ppp_dialog_buttons a:hover {
	background: #006bde;
    color: #fff;
    text-decoration: none;
}
.ppp_dialog_buttons a:before {
    font-family: 'Font Awesome 5 Free';
	font-size: 22px;
    font-weight: 900;
}
.ppp_dialog_buttons a.ppp_gd_save:before {
	content: "\f0c7";
}
.ppp_dialog_buttons a.ppp_gd_close:before {
	content: "\f00d";
}

.ppp_dialog .editor_table-td_left {
    width: 16.666667%;
}
.ppp_dialog .editor_table-td_right {
    width: 83.333333%;
}

/** tree */

.dlg_strip[class*=row-level-] {
	line-height: 1;
	margin: 0;
	padding: 0;
	position: relative;
	border: 1px solid transparent;
}

.dlg_strip.row-level-1-1,
.dlg_strip.row-level-2-2,
.dlg_strip.row-level-3-3,
.dlg_strip.row-level-4-4, 
.dlg_strip.row-level-5-5 {
    background: #f2f2f2;
    border-color: #f2f2f2;
}
.dlg_strip.row-level-2-1,
.dlg_strip.row-level-3-2,
.dlg_strip.row-level-4-3,
.dlg_strip.row-level-5-4 {
    background: #dbe6e8;
    border-color: #dbe6e8;
}
.dlg_strip.row-level-3-1,
.dlg_strip.row-level-4-2,
.dlg_strip.row-level-5-3 {
    background: #d8d8d8;
    border-color: #d8d8d8;
}
.dlg_strip.row-level-4-1,
.dlg_strip.row-level-5-2 {
    background: #b8cce4;
    border-color: #b8cce4;
}
.dlg_strip.row-level-5-1 {
    background: #8ca5c8;
    border-color: #8ca5c8;
}
.dlg_strip.row-level-5-1 {
    background: #bebebe;
    border-color: #bebebe;
}

.dlg_strip[class*=row-level-]:hover {
    border: 1px dotted #006bde;
}
.dlg_strip[class*=row-level-] .dlg_strip-text {
	letter-spacing: -1px;
}
.dlg_strip[class*=row-level-] .dlg_strip-text a {
	color: #000;
	text-decoration: none;
}
.dlg_strip[class*=row-level-] .dlg_strip-button [class^="gi-"]:before {
    font-size: 16px;
}


.add-on-off {
	display: flex;
}
.add-on-off .thrdiv-add + div {
	margin-left: 10px;
}

.add-on-off a {
    font-size: 0;
	line-height: 24px;
    text-decoration: none;
	display: flex;
    justify-content: center;
}
.add-on-off a:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	align-self: center;
}
.add-on-off a.thra-add:before {
	content: "\f067";
	font-size: 1rem;
}
.add-on-off a[id^=href_open-]:before {
	content: "\f111";
	color: #212529;
	font-size: 12px;
}
.add-on-off a[id^=href_close-]:before {
	content: "\f111";
	color: #212529;
	font-size: 12px;
	font-weight: 400;
}



#popup_message {
	display: block;
    background: #e5f0fc;
    border: 1px solid #006bde;
    min-width: 420px;
    padding: 10px 20px;
    position: absolute;
    left: 50%;
    top: 50%;
	z-index: 1000;
    transform: translateX(-50%) translateY(-50%);
}
#popup_message .hdr {
	color: #006bde;
    font-weight: bold;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

#uni_dialog {
	display: block;
	background: #fff;
    border: 1px solid #006bde;
    min-width: 420px;
    padding: 40px 0 0;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80vh;
    width: 80vw;
    z-index: 10000;
    transform: translateX(-50%) translateY(-50%);
}
#uni_dialog::before {
    content: '';
    background: rgba(0, 107, 222, 0.1);
    position: absolute;
    width: 100vw;
    height: 100vh;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
#uni_dialog::after {
	content: '';
	background: #fff;
	position: absolute;
	left: 0; right: 0; top: 0; bottom: 0;
	z-index: -1;
}
#templ-cls-area {
    font-size: 0.85em;
	max-height: 100%;
    width: 100%;
    overflow-y: auto;
}

#templ-cls-area + div:last-child {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    padding: 0 !important;
    background: rgba(0, 107, 222, 0.85) !important;
}
#templ-cls-area + div:last-child > a {
	background-color: #006bde;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
	display: inline-block;
	color: #fff;
	height: 40px;
    width: 40px;
    font-size: 0;
    position: absolute;
	top: 0;
    right: 0;
	text-decoration: none !important;
}
#templ-cls-area + div:last-child > a::before {
	content: "\f00d";
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 1.5rem;
    line-height: 40px;
}

/** msel */
[id^="msel-"] {
	position: relative;
}
[id^="msel-"] .search-controls {
	display: flex;
    flex-wrap: nowrap;
}
[id^="msel-vals-"]:empty {
	display: none;
}
[id^="msel-vals-"] {
    background: #eee;
    border: 1px rgba(0,0,0,.5) solid;
	margin: -15px 0 0;
	position: absolute;
    padding: 15px 0 15px 15px;
    z-index: 10;
}
[id^="msel-vals-"] .msel_results {
	max-height: 270px;
    overflow-y: scroll;
}
[id^="msel-vals-"] .msel_results_btns {
	margin-top: 15px;
}
[id^="msel-vals-"] .msel_results_btns a {
	display: inline-block;
    padding: 4px 10px;
    margin: 0;
    color: #484848;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #bcbcbc;
    border-radius: 2px;
    background: #f8f8f8;
    line-height: 18px;
    transition: background-color .15s ease-in-out;
    min-width: 80px;
    text-decoration: none;
}
[id^="msel-vals-"] .msel-three {
	padding-right: 15px;
}
[id^="msel-vals-"] .msel-three .guide_content {
	display: grid;
	gap: 5px 0;
}
[id^="msel-vals-"] .msel-three img:only-child {
	max-height: 1rem;
}
[id^="msel-vals-"] .msel-three .proto_guide-row {
	display: grid;
	grid-auto-flow: column;
	grid-template-columns: 22px 1fr;
}


:has(> select + a) {
	display: flex;
    flex-wrap: nowrap;
}
:has(> select + a) a:last-child {
	border: 1px solid #6c757d;
	border-radius: .25rem;
    font-size: 0.875em;
    display: grid;
    place-items: center;
    padding: 0.25em;
}
:has(> select + a) a:last-child:hover {
	color: #fff;
    background-color: #6c757d;
}

:has(> [class^="msel-three-"]) {
	position: relative;
}
[class^="msel-three-"] {
	background: #eee;
    border: 1px rgba(0, 0, 0, .5) solid;
    left: 0;
	min-width: 100%;
    position: absolute;
    padding: 15px;
	top: -.375rem;
    z-index: 10;
}
[class^="msel-three-"] img:only-child  {
    max-height: 1rem;
}
[class^="msel-three-"] .proto_guide-row {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 22px 1fr;
}

/*.mselect_el {
	display: flex;
    justify-content: space-between;
}
.mselect_el + .mselect_el {
	margin-top: 5px;
}
.mselect_el > div:empty {
	display: none;
}
.mselect_el .mselect_c3 {
	flex-basis: 80%;
}*/

/**
 * edit links
 */
.edt_item_val {
    display: block;
}
.edt_item_val span {
	margin-right: .51rem;
}

.edt_item_val > span,
.edtaitem .item-value .local-head {
	background: #eaeaea;
    border-radius: 5px;
	color: #212529;
	display: inline-block;
	font-size: 0.85em;
    font-weight: 600;
    line-height: 25px;
    padding: 0 10px;
}
.edtaitem .item-value .local-head {
	margin-bottom: 1rem;
}
.edtaitem .item-value .local-head + a {
	padding: 0 1rem;
    white-space: nowrap;
}

/**
 * dev2 adm2020 pagination
 **/
#admin_panel_footer .pgl_navigator {
	background: #fdfdfd;
	display: flex;
	font-size: 16px;
    padding: 0 10px 10px 30px;
	text-align: center;
    border-left: 1px solid rgba(0,0,0,.5);
    border-right: 1px solid rgba(0,0,0,.5);
	border-bottom-left-radius: 20px;
	position: relative;
}
#admin_panel_footer .pgl_navigator > * {
	position: relative;
}

#admin_panel_footer .pgl_navigator a,
#admin_panel_footer .pgl_navigator .pgl_nav_diap span {
	border: solid 1px #d7d7d7;
    border-radius: 0.2rem;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #7d7d7d;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
    min-width: 30px;
    margin: 0 0.2em;
    height: 25px;
    padding: 4px 8px;
    text-align: center;
    transition: all .2s ease-in-out;
}
#admin_panel_footer .pgl_navigator a:hover,
#admin_panel_footer .pgl_navigator .pgl_nav_diap span {
	color: #fdfdfd;
    background-color: #006bde;
    border: solid 1px #006bde;
	transform: scale(1.15);
	transform-origin: center 0;
}

#admin_panel_footer .pgl_navigator .pgl_nav_info {
    font-size: 0.8em;
    line-height: 1.2;
	padding: 6px 10px;
}


/** 
 * hot fixes
 * TODO: talk to Arkadiy
 */

.admin-panel-menu .cur-edt-ttl b {
	display: contents;
}
.admin-panel-menu .cur-edt-ttl p {
	margin: 0 0 0 0.25em;
}
/*.admin-panel-menu {
	display: table;
    width: 100%;
}
.admin-panel-menu .cur-edt-ttl {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}*/

.prompts-list div.var-avatar img {
	display: block;
}
.edt_item_val {
	display: flex;
}


/**
 * temp
 */

#this_def_classes .dlg_strip-popup > * {
	top: 0;
	bottom: auto;
}
#this_def_classes .dlg_strip-popup:before {
	content: "\f0c9";
}
.pp2_menu > .mlmbox-chlds {
	background: #fff;
}
.pp2_menu > .mlmbox-chlds .mlmbox-text .mlmbox-itm {
	display: block;
	padding: 10px 20px;
}
.pp2_menu > .mlmbox-chlds > .mlmbox-text > .mlmbox-itm,
.pp2_menu > .mlmbox-chlds > .mlmbox-text > a .mlmbox-itm {
	font-weight: bold;
}
.pp2_menu .mlmbox-text {
	border-top: 1px solid rgba(0,0,0,.15);
}
.pp2_menu .mlmbox-text:first-child {
	border-top: none;
}

.pp2_menu > .mlmbox-chlds .mlmbox-text > .mlmbox-chlds {
	background: #f8f8f8;
	padding-left: 2em;
	position: relative;
	border-top: 1px solid rgba(0,0,0,.15);
}
.pp2_menu > .mlmbox-chlds .mlmbox-text > .mlmbox-chlds:before {
	content: '';
	position: absolute;
	top: 0;
	left: 2em;
	bottom: 0;
	border-left: 1px solid rgba(0,0,0,.15);
}


/** 
 * popup.ico_setup 
 * TODO - fix in main css
 */
.admin-panel-menu {
	overflow: initial;
	overflow-y: initial;
	position: relative;
}
.adm_fast_search_panel .popup {
	display: inline-block;
	padding: 0 .75rem;
	position: relative;
}
.adm_fast_search_panel .popup:before {
    content: "\f013";
    color: #006bde;
    font-family: 'Font Awesome 5 Free';
	font-size: 18px;
    font-weight: 900;
}
.adm_fast_search_panel .popup > .pp2_menu {
	display: none;
	position: absolute;
	top: 100%;
    left: 0;
	z-index: 100;
	
	background: #eee;
	border: 1px solid rgba(0,0,0,.15);
    border-radius: 5px;
	box-shadow: 0 10px 20px rgb(64 64 64 / 25%);
	font-size: 0.85em;
	min-height: 100%;
    padding: 1rem;
    white-space: nowrap;
    flex-direction: column;
}
.adm_fast_search_panel .popup:hover > .pp2_menu {
	display: flex;
}

.adm_fast_search_panel .pp2_menu a {
    border: none;
	margin: 0;
    padding: 0;
}
.adm_fast_search_panel .pp2_menu a:hover,
.adm_fast_search_panel .pp2_menu a:focus,
.adm_fast_search_panel .pp2_menu a:active,
.adm_fast_search_panel .pp2_menu a:not(:disabled):not(.disabled):active {
    color: inherit;
	background: none;
	box-shadow: none;
}
.adm_fast_search_panel .pp2_menu  input[type=checkbox] + a {
    padding-left: 1rem;
}

/** 
 * mselect_list 
 * TODO - fix in main css
 */
.mselect_list {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem;
}
.mselect_list:not(:empty) {
    margin-bottom: 15px;
}

.mselect_el {
	display: flex;
    align-items: center;
	position: relative;
    padding: .25rem .75rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
}
.mselect_el:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.mselect_el:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}
.mselect_el + .mselect_el {
    border-top-width: 0;
	margin: 0;
}

.mselect_el .mselect_c2 a,
.mselect_el .mselect_c4 a {
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	font-size: 1.25rem;
    padding-left: 5px;
    padding-right: 5px;
}
.mselect_el .mselect_c2 a img,
.mselect_el .mselect_c4 a img {
	display: none;
}
.mselect_el .mselect_c2 a:first-child:before {
	content: "\f30c";
}
.mselect_el .mselect_c2 a:last-child:before {
	content: "\f309";
}
.mselect_el .mselect_c4 a:before {
	content: "\f00d";
}
.mselect_el .mselect_c1:empty {
	display: none;
}
.mselect_el .mselect_c3 {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

/** 
 * cs-admin-panel-screen
 * TODO - fix in main css
 */
.cs-admin-panel-screen .item-value input[type="text"] ~ select {
    border-left: 1px solid rgba(0,0,0,.5);
    border-radius: .25rem;
    margin-left: 0.5rem;
    vertical-align: top;
}
.cs-admin-panel-screen .item-value input[type="text"] ~ select:last-of-type {
    margin-right: 0.5rem;
}

/** 
 * item-value
 * TODO - fix in main css
 */
.item-value > a[onclick*="uni_dialog"]::before {
	margin-right: 0.5em;
}
.item-value > a[onclick*="uni_dialog"] + a {
	display: inline-block;
}
.item-value > a[onclick*="uni_dialog"] + a::before {
	content: none;
}

/** 
 * sidebar menu
 * TODO - fix in main css
 */
.cs-sidebar .panel_menu .mbw_marea {
	max-height: initial;
}
.cs-sidebar .panel_menu .mbw_row a {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/** images */
.upload_file .inDlg_td-icon img {
	max-width: 60px;
	width: auto;
}

/** msel_results */
.dlg_strip-text a[href*="mselect-push-add"] {
	font-size: 0;
}
.dlg_strip-text a[href*="mselect-push-add"]:hover {
	text-decoration: none;
}
.dlg_strip-text a[href*="mselect-push-add"]:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f067";
	font-size: 1.25rem;
    font-weight: 900;
}

.msel_results-2 {
    max-height: 350px;
    overflow-y: auto;
	
	scrollbar-width: thin;
    scrollbar-color: #006bde;
}

.msel_results-2::-webkit-scrollbar {
	width: 0.5em;
}
.msel_results-2::-webkit-scrollbar-track {
	box-shadow: inset 0 0 10px rgb(238,238,238, 0.5);
}
.msel_results-2::-webkit-scrollbar-thumb {
	background-color: #006bde;
	outline: 1px solid rgb(238,238,238, 0.5);
}

.msel_results_btns-2 {
    border-top: 1px solid rgba(0,0,0,.25);
    border-bottom: 1px solid rgba(0,0,0,.25);
	margin: 1em 0;
	padding: 1em 0;
}

.msel_results_btns-2 a {
	display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    border: 1px solid #6c757d;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
}
.msel_results_btns-2 a:hover {
	color: #fff;
    background-color: #6c757d;
	text-decoration: none;
}

/** book refs */
.edtaitem .edtaitem {
	padding-right: 0;
}
.edtaitem .item-value {
    display: flex;
    padding: 0;
}
.edtaitem .item-value > a[onclick*="uni_dialog"]:first-child {
	background-color: #f8f9fa;
	font-size: 0.8em;
	min-width: 45px;
	margin-right: 0.5rem;
	padding-top: 0.5rem;
	text-align: center;
}
.edtaitem .item-value > a[onclick*="uni_dialog"]:first-child::before {
    content: none;
}
.edtaitem .item-value > .edt_item_val {
	padding: 0.5rem 0;
}

.cs-asside-right a.edit_gd_preview:before, 
.cs-asside-right span.edit_gd_preview:before {
    content: "\f5da";
}

body.cke-maximized .cke_contents {
	padding-right: 50px;
}
body.cke-maximized .cs-asside-right {
	z-index: 10000;
}
body.cke-maximized .cs-asside-right a {
	background: #eee;
}

.preview_panel {
	position: fixed;
    inset: 0;
    z-index: 10001;
    background: #eee;
	padding: 0.5rem;
}
.preview_panel_head {
    border: 1px solid rgba(0,0,0,.5);
    display: flex;
	margin-bottom: 0.5rem;
    max-height: 50px;
	overflow: hidden;
	padding: 0 0 0 1rem;
}
.preview_panel_head .preview_panel_off {
	cursor: pointer;
	margin-left: auto;
    height: 28px;
	width: 50px;
    line-height: 50px;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.preview_panel_head .preview_panel_off::before {
    content: "\f00d";
	font-family: 'Font Awesome 5 Free';
	font-size: 22px;
    font-weight: 900;
}
.preview_panel_content {
    background: #fff;
    border: 1px solid rgba(0,0,0,.5);
	height: calc(100% - 50px - 0.5rem);
}

/**
 * Multi level sidebar menu
 * TODO - place to main css
 */
.cs-sidebar .panel_menu .mbw_marea [class$="-mbw_box"] {
    background-color: rgba(0, 0, 0, 0.1);
    font-size: 0.875em;
    line-height: 1.25;
	padding-bottom: 3px;
    position: relative;
}
.cs-sidebar .panel_menu .mbw_marea [class$="-mbw_hminus"], 
.cs-sidebar .panel_menu .mbw_marea [class$="-mbw_hplus"] {
    position: absolute;
    left: 20px;
    top: 8px;
	cursor: pointer;
}
.cs-sidebar .panel_menu .mbw_marea [class$="-mbw_hminus"]::before, 
.cs-sidebar .panel_menu .mbw_marea [class$="-mbw_hplus"]::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}
.cs-sidebar .panel_menu .mbw_marea [class$="-mbw_hminus"]::before {
	content: "\f146";
}	
.cs-sidebar .panel_menu .mbw_marea [class$="-mbw_hplus"]::before {
    content: "\f0fe";
}

.cs-sidebar .panel_menu .mbw_marea [class$="-mbw_htext"] {
	cursor: pointer;
	padding: .5rem .5rem .5rem 40px;
}
.cs-sidebar .panel_menu .mbw_marea [class$="-mbw_hplus"] + [class$="-mbw_htext"] {
    overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
}
.cs-sidebar .panel_menu .mbw_marea [class$="-mbw_row"] > * {
	display: block;
    padding: .5rem .75rem .5rem 50px;
    background-color: #fff;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cs-sidebar .panel_menu .mbw_marea [class$="-mbw_row"] > span {
	color: #acacac;
}
.cs-sidebar .panel_menu .mbw_marea [class$="-mbw_row"] > *:hover {
    background-color: #f8f9fa;
	text-decoration: none;
}
.cs-sidebar .panel_menu .mbw_marea [class$="-mbw_row"] + [class$="-mbw_row"] > * {
	border-top: 1px solid rgba(0, 0, 0, .5);
}