/* TANGORA CSS */
.ts-panel { display:flex; }
.ts-panel > * { flex:var(--ts-panelbox-flex, 1 1 auto); margin:var(--ts-panelbox-margin, 0px); padding:var(--ts-panelbox-padding, 0px); border-top:var(--ts-panelbox-bordertop, none); border-right:var(--ts-panelbox-borderright, none); border-bottom:var(--ts-panelbox-borderbottom, none); border-left:var(--ts-panelbox-borderleft, none) }
/* RESOURCE #49 BEGIN */
.sort-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    counter-reset: elements-counter;
}
.formreq~.sort-selector {
    border-color: #AC3F69;
}
.selected-element:last-child {
    margin-bottom: 10px;
}
.selected-element:first-child {
    margin-top: -10px;
}
span.sort-label {
    font-family: 'Nunito SemiBold';
    display: block;
    width: 100%;
}
.selected-element {
    border-bottom: 1px solid #EDEDED;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.selected-element::before {
    counter-increment: elements-counter;
    content: counter(elements-counter);
    margin-right: 1em;
    margin-left: -0.4em;
    display: inline-block;
    min-width: 1.2em;
    text-align: right;
}
.selected-element:first-child button.sort-up,
.selected-element:last-child button.sort-down {
    pointer-events: none;
    opacity: 0.5;
}

.selected-element button {
    border: 1px solid #ccc;
    border-radius: 0.14em;
    font-family: 'Nunito Bold',sans-serif;
    display: block;
    position: relative;
    padding: 0.7em 1em;
    font-size: 12px;
    line-height: 1em;
    background-color: #cccccc33;
    color: #153B50;
    cursor: pointer;
}
.selected-element button::before {
    display: inline-block;
    color: inherit;
    position: relative;
    font-family: 'Icon font solid';
    line-height: 1;
}

.selected-element button.sort-up::before {
/*    content: "\f0de";*/
    content: "\f062";
}
.selected-element button.sort-down::before {
/*    content: "\f0dd";*/
    content: "\f063";
}
.selected-element button.sort-remove::before {
    content: "\f057";
}

.selected-element button.sort-up {
    margin-right: 0.5em;
}
.selected-element button.sort-down {
    margin-right: 1em;
}
.selected-element button.sort-remove {
    margin-left: 1em;
}
/* RESOURCE #49 END */
/* RESOURCE #63 BEGIN */
/*general*/
body,
td,
input,
textarea,
select,
button {
    color: var(--indigo_dye);
    font-size: 14px;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    font-family: var(--regular_font_family);
}

a:hover {
    text-decoration: none;
}

b {
    color: var(--dark_cornflower_blue);
}

b,
span.vdlabel {
    font-weight: 400;
    font-family: var(--bold_font_family);
}

div div.layoutpanel span.vdlabel {
    font-weight: 400;
    line-height: 1.57em;
}

div[id="mergefield_main"] div.layoutpanel span.vdlabel {
    font-weight: 400;
}

.hide {
    display: none;
}

.bw {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/*tables*/

.table-overflow-wrapper {
    max-width: calc(100vw - 140px);
    overflow-x: auto;
}

.table-overflow-wrapper .table {
    min-width: 880px;
}

div.open + div .table-overflow-wrapper
{
    max-width: calc(100vw - 360px);
}

.table {
    margin-top: 20px;
}

.panel-body>.table:first-child {
    margin-top: 0px;
}

.table-header {
    font-family: var(--bold_font_family);
    color: var(--indigo_dye);
}


tr.table-header th {
    font-weight: 400;
}

.table-row {
    border-bottom: 1px solid var(--cultured);
}

.table.hover-effect .table-row:not(.table-header)>*:first-child {
    position: relative;
}

.table.hover-effect .table-row:not(.table-header):hover>*:first-child::before,
.table .table-row a.details-link:focus::before {
    content: '';
    display: block;
    min-width: 4px;
    max-width: 4px;
    height: 100%;
    background-color: var(--cadet_blue);
    position: absolute;
    left: -20px;
    margin-right: -4px;
    border-radius: 0px;
    top: 0;
}

.table-row > * {
    padding: 10px;
}
tr.table-row {
    transform: translate(0,0);
}

tr.table-header th {
    text-align: left;
    font-weight: 400;
}

.table-header th[onclick] {
    cursor: pointer;
}

tr.table-header th * {
    display: inline-block;
}

.table-header th[onclick]::after { 
    display: inline-block;
    content: "\f0dd";
    font-family: var(--icon_font_family_solid);
    color: var(--cultured);
    margin-left: 0.5em;
    float: right;
}

.table-header th[onclick][data-sortorder="asc"]::after {
    content: '\f0de';
    color: inherit;
}

tr.table-header th[onclick][data-sortorder="desc"]::after {
    color: inherit;
}


.table-row a.TangoraEditButton::before {
    content: "\f044";
    font-size: 16px;
    line-height: 0;
    font-family: var(--icon_font_family_regular);
}

.table-row a.TangoraDeleteButton::before {
    content: "\f2ed";
    font-size: 16px;
    line-height: 0;
    font-family: var(--icon_font_family_regular);
}

.table-row a.TangoraEditButton,
.table-row a.TangoraDeleteButton {
    color: var(--dark_cornflower_blue);
}

.table-row a.table-full-row-link,
.table-row .table-full-row-link a {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
}

.dashboard .table-row>* {
    padding: 15px 10px;
}

.dashboard .table-row>*:first-child {
    padding-left: 0px;
}

.dashboard .table-row>*:last-child {
    padding-right: 0px;
}

.dashboard .table-row {
    position: relative;
}

.dashboard .table-header {
    font-size: 12px;
}

.dashboard .table-row.table-header>* {
    padding-bottom: 8px;
    padding-top: 0;
}

/* Filtering*/

div.filtering {
    display: flex;
    justify-content: space-between;
    margin: 0 -5px;
}

.filtering>div>*:first-child {
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
    white-space: nowrap;
}

.filtering input[type="checkbox"]+span>label {
    font-size: inherit;
}

.filtering+.filtering {
    margin-top: 10px;
}

.filtering > div {
    width: 100%;
    margin: 0 5px;
}

.filtering > div,
.filtering > div.date-interval > div:last-child {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.filtering.filtering-left > div,
.filtering.filtering-right > div {
    width: auto;
}

.filtering .date-interval {
    max-width: var(--date_interval_width);
}

.filtering .date-interval td {
    vertical-align: middle;
}

.filtering .number-interval {
    max-width: var(--number_interval_width);
}

.filtering.filtering-left {
    justify-content: start;
}

.filtering.filtering-right {
    justify-content: end;
}


.listchart-dialog {
    border: 1px solid var(--ghost_white);
    border-radius: 4px;
    background-color: var(--white);
    display: flex;
    justify-content: space-between;
    margin: 0 -5px;
}

.listchart-dialog > *,
.listchart-dialog > select.listchart-dialog-selector {
    width: 100%;
    margin: 0 5px;
}

.filtering > div.tag-like+* {
    margin-left: 35px;
}

.filtering > div.tag-like+* .tag-like-container::before {
    display: block;
    content: '';
    background-color: var(--cadet_blue);
    width: 1px;
    height: 100%;
    height: calc(100% - 14px);
    position: absolute;
    bottom: 7px;
    left: -20px;
}

.filtering[data-col-num] {
    flex-wrap: wrap;
    justify-content: start;
}

.filtering[data-col-num] >* {
    justify-content: flex-start;
}

.filtering[data-col-num="4"] > * {
    width: calc(25% - 40px);
}
.filtering[data-col-num="4"] > div:nth-child(4n)+* {
    margin-left: 5px;
}

.filtering[data-col-num="4"] > div:nth-child(n+5) {
    margin-top: 10px;
}

.filtering[data-col-num="4"] > div:nth-child(4n)+* .tag-like-container::before{
    display: none;
}

/*mini calendar*/
div[id*="SingleCalendar"] {
    border: 1px solid rgb(226,226,226) !important;
    border-radius: 5px !important;
    box-shadow: rgba(0,0,0,0.35) 0 6px 30px 3px !important;
    padding: 10px;
    width: 260px;
}

div[id*="SingleCalendar"] .calendarWrapper {
    padding: 0;
}

div[id*="SingleCalendar"] .calendarWrapper table {
    width: 260px;
}

div[id*="SingleCalendar"] .CalendarText {
    padding: 3px;
    border-radius: 3px;
    border: 2px solid transparent;
    text-align: center !important;
}

div[id*="SingleCalendar"] .selectedCell {
    padding: 3px;
    border-radius: 3px;
    border: 2px solid var(--cadet_blue) !important;
    background-color: var(--cadet_blue);
    color: var(--white);
    min-width: 30px;
}

div[id*="SingleCalendar"] .todayCell,
div[id*="SingleCalendar"] .todayCell.selectedCell {
    border: 2px solid var(--cadet_blue) !important;
    background-color: transparent;
}

.calendarWrapper .selectableCell.todayCell {
    border: 1px solid var(--cadet_blue) !important;
    color: #000;
}

div[id*="SingleCalendar"] .CalendarTextInactive {
    color: #999
}

.calendarWrapper table:nth-child(2) tr:first-child > td {
    font-weight: bold;
}

/*calendar table as flex*/
.calendarWrapper table:not(.CalendarHeader) tbody {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.calendarWrapper table:not(.CalendarHeader) tbody tr {
    display: flex;
    gap: 2px;
    justify-content: space-between;
    width: 100%;
}

.calendarWrapper table:not(.CalendarHeader) tbody tr td {
    min-width: 35px;
}

/*panels*/
.panel {
    border: 1px solid var(--ghost_white);
    border-radius: 4px;
    background-color: var(--white);
}

.panel:not([data-ts-transitionstate="state1"][data-ts-transitiontype="pushtopdown"])+.panel:not([data-ts-transitionstate="state1"][data-ts-transitiontype="pushtopdown"]),
.panel:not([data-ts-transitionstate="state1"][data-ts-transitiontype="pushtopdown"])+.panel+.panel:not([data-ts-transitionstate="state1"][data-ts-transitiontype="pushtopdown"]) {
    margin-top: 32px;
}

.panel .panel-body {
    padding: 20px;
}

.panel.overflow {
    max-width: calc(100vw - 120px);
    overflow-x: auto;
}

.panel.overflow .table {
    min-width: 880px;
}

div.open + div .panel.overflow {
    max-width: calc(100vw - 340px);
}

.panel .panel-heading {
    color: var(--indigo_dye);
    padding: 20px;
    font-family: var(--bold_font_family);
    font-weight: 400;
    font-size: 21px;
    line-height: 1em;
    position: relative;
}

.panel .panel-heading .regular {
    color: var(--indigo_dye);
    font-size: 14px;
    font-family: var(--regular_font_family);
}

.panel .panel-heading::after {
    width: calc(100% - 40px);
    height: 1px;
    display: block;
    content: '';
    background-color: var(--ghost_white);
    position: absolute;
    bottom: 0;
    left: 20px;
}

.panel .panel-heading.panel-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 0;
    
}
.panel .panel-heading.panel-tabs>* {
    padding-bottom: 20px;
}
.panel .panel-heading.panel-tabs .actionlink {
    display: block;
    font-size: 18px;
}

.panel .panel-heading.panel-tabs a.actionlink {
    text-decoration: none;
    color: var(--cadet_blue);
}

.panel .panel-heading.panel-tabs span.actionlink {
    color: var(--cadet_blue);
}

.panel .panel-heading.panel-tabs span.actionlink::after {
    content: '';
    height: 3px;
    width: 100%;
    display: block;
    background-color: var(--cadet_blue);
    position: relative;
    top: 22px;
    z-index: 1;
    border-radius: 3px;
}

@media screen and (max-width: 1120px) {
    div *:not(.lightbox-inner-wrapper)>.panel .panel-heading.panel-tabs,
    .panel .panel-heading.panel-tabs {
        gap: 10px;
        padding-bottom: 0;
    }
    .panel .panel-heading.panel-tabs>* {
        padding-bottom: 10px;
    }
    .panel .panel-heading.panel-tabs span.actionlink::after {
        top: 12px;
    }
    .panel .panel-heading::after {
        width: calc(100% - 20px);
        left: 10px;
    }

}


.dashboard .panel .panel-heading::after {
    display: none;
}

.dashboard .panel-heading+.panel-body,
.dashboard .panel-body+.panel-body {
    padding-top: 0;
}

/*columns*/
.columns {
    display: flex;
    justify-content: space-between;
    margin: 0 -20px;
}

.columns > * {
    width: 100%;
    padding: 0 20px;
}

.columns.columns-left > * {
    width: auto;
}

.columns.columns-left {
    justify-content: start;
}

.columns > *+* {
    border-left: solid 1px var(--ghost_white);
}

.columns[data-col-num] {
    flex-wrap: wrap;
    justify-content: start;
}

.columns[data-col-num="4"] > * {
    width: 25%;
}

.columns[data-col-num="4"] > *:nth-child(4n)+* {
    border-left: none;
}

/*page header and content*/
.page-header {
    padding: 36px 0 25px 50px;
    box-sizing: border-box;
}

.page-header>* {
    box-sizing: border-box;
}

.page-header>*:last-child {
    padding-right: 50px;
}

.page-header::after {
    width: 100%;
    height: 1px;
    display: block;
    content: '';
    background-color: var(--ghost_white);
    position: relative;
    top: 25px;
}

.page-content {
    padding: 40px 50px 40px 50px;
    max-width: 1780px;
}

/*buttons*/
.btn a,
.btn input[type="button"],
.btn input[type="submit"],
div[id^="linkSelectorDialog"] input[type="button"],
button.listchart-dialog-button {
    display: inline-block;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    font-family: var(--bold_font_family);
    font-size: 14px;
    line-height: 1em;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.65em 1em;
    border-radius: .14em;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    cursor: pointer;
    outline: none;
}

.btn a:disabled,
.btn input[type="button"]:disabled,
.btn input[type="submit"]:disabled,
.btn div[id^="linkSelectorDialog"] input[type="button"]:disabled {
    cursor: wait;
    opacity: 0.5;
}

.btn-primary a,
.btn-primary input[type="button"],
.btn-primary input[type="submit"],
div[id^="linkSelectorDialog"] input[type="button"],
button.listchart-dialog-button {
    color: var(--indigo_dye);
    background-color: var(--cadet_blue);
    border-color: var(--cadet_blue);
}

.btn-primary a:hover,
.btn-primary input[type="button"]:hover,
.btn-primary input[type="submit"]:hover,
div[id^="linkSelectorDialog"] input[type="button"]:hover,
button.listchart-dialog-button:hover,
.btn-primary a:focus,
.btn-primary input[type="button"]:focus,
.btn-primary input[type="submit"]:focus,
div[id^="linkSelectorDialog"] input[type="button"]:focus,
button.listchart-dialog-button:focus {
    color: var(--indigo_dye);
    background-color: var(--powder_blue);
    border-color: var(--powder_blue);
}


.btn-primary-outline a,
.btn-primary-outline input[type="button"],
.btn-primary-outline input[type="submit"] {
    color: var(--indigo_dye);
    background-color: transparent;
    border: 1px solid var(--cadet_blue);
}

.btn-primary-outline a:hover,
.btn-primary-outline input[type="button"]:hover,
.btn-primary-outline input[type="submit"]:hover,
.btn-primary-outline a:focus,
.btn-primary-outline input[type="button"]:focus,
.btn-primary-outline input[type="submit"]:focus {
    color: var(--indigo_dye);
    background-color: var(--powder_blue);
    border-color: var(--cadet_blue);
}

.btn-outline-red a,
.btn-outline-red input[type="button"],
.btn-outline-red input[type="submit"],
div[id^="linkSelectorDialog"] input[type="button"]+input[type="button"] {
    color: var(--indigo_dye);
    background-color: transparent;
    border: 1px solid var(--cadet_blue);
}

.btn-outline-red a:hover,
.btn-outline-red input[type="button"]:hover,
.btn-outline-red input[type="submit"]:hover,
div[id^="linkSelectorDialog"] input[type="button"]+input[type="button"]:hover,
.btn-outline-red a:focus,
.btn-outline-red input[type="button"]:focus,
.btn-outline-red input[type="submit"]:focus,
div[id^="linkSelectorDialog"] input[type="button"]+input[type="button"]:focus {
    color: var(--indigo_dye);
    background-color: var(--powder_blue);
}

.btn-plain,
.btn-plain input[type="button"],
.btn-plain input[type="submit"] {
    border: none;
    outline: none;
    cursor: pointer;
    background: transparent;
    color: var(--indigo_dye);
}

.btn-plain a:hover,
.btn-plain input[type="button"]:hover,
.btn-plain input[type="submit"]:hover {
    text-decoration: underline;
}


.btn-edit a::before {
    content: "\f304";
    font-size: 14px;
    line-height: 0;
    font-family: var(--icon_font_family_solid);
    margin-right: 5px;
}

.btn-delete a::before {
    content: "\f2ed";
    font-size: 14px;
    line-height: 0;
    font-family: var(--icon_font_family_solid);
    margin-right: 5px;
}

.btn-csv a::before {
    content: "\f6dd";
    font-size: 14px;
    line-height: 0;
    font-family: var(--icon_font_family_solid);
    margin-right: 5px;
}

.btn-excel a::before {
    content: "\f1c3";
    font-size: 14px;
    line-height: 0;
    font-family: var(--icon_font_family_solid);
    margin-right: 5px;
}

.btn-pdf a::before {
    content: "\f1c1";
    font-size: 14px;
    line-height: 0;
    font-family: var(--icon_font_family_solid);
    margin-right: 5px;
}

.btn-sign-up a::before {
    content: "\f234";
    font-size: 14px;
    line-height: 0;
    font-family: var(--icon_font_family_solid);
    margin-right: 5px;
}

.btn-sign-out a::before {
    content: "\f503";
    font-size: 14px;
    line-height: 0;
    font-family: var(--icon_font_family_solid);
    margin-right: 5px;
}

.btn-copy a::before {
    content: "\f0c5";
    font-size: 14px;
    line-height: 0;
    font-family: var(--icon_font_family_solid);
    margin-right: 5px;
}

.panel+.btn {
    margin-top: 20px;
}

.btn-back a::before {
    content: "\f053";
    font-size: 14px;
    line-height: 0;
    font-family: var(--icon_font_family_solid);
    margin-right: 5px;
}

.btn-calendar-cancel a::before {
    content: "\f273";
    font-size: 14px;
    line-height: 0;
    font-family: var(--icon_font_family_regular);
    margin-right: 5px;
}

/*lightbox - default*/
div[id^=sitelayout]~.lbOuterWrapper {
    position: fixed;
    top: 0 !important;
}

div[id^=sitelayout]~.lbOuterWrapper .lbContentsWrapper {
    height: auto;
    max-height: 90vh;
    max-height: calc(100vh - 96px);
}

div[id^=sitelayout]~.lbOuterWrapper .lbContentsWrapper>div {
    border-radius: 4px;    
}

div[id^="sitelayout"]~.lbOverlay {
    background-color: rgba(0, 0, 0, 0.33) !important;
}

.lightbox-inner-wrapper {
    padding: 20px;
}

.draggableHeader {
    height: 34px;
    cursor: move;
    background-color: var(--cadet_blue);
    border-radius: 4px 4px 0 0;
    margin-bottom: -4px;
    position: relative;
    z-index: 10;
}

.lbAnimationWrapper.drag {
    opacity: 0.8;
}

.lbAnimationWrapper.drag .lbContentsWrapper{
    pointer-events: none;
}
/*
.lbAnimationWrapper.draggable .lbContentsWrapper {
    overflow-y: auto;
    overflow-x: hidden;
}
*/
.lbAnimationWrapper.draggable .lbCloseButtonWrapper {
    position: absolute;
    right: 29px;
    top: 1px;
    z-index: 10;
}



/*forms*/
.form .vdcontent {
    position: relative;
}


.table-row .date-cell
{
    width: var(--date_width);
}

.table-row .datetime-cell
{
    width: var(--datetime_width);
}


.form .form-alike:not(.data-list),
.data-list.form-alike> div>*:not(:first-child):not(.tag-like),
.data-list.form-alike> div>*:not(:first-child).tag-like.nocontent,
.form input[type="text"],
.form input[type="search"],
.form input[type="password"],
.form input[name="username"],
.form input[name*="filter"]:not([type="checkbox"]),
.form textarea,
.form select,
.form .uploadControl,
div[id^="linkSelectorDialog"] input[type="text"],
.listchart-dialog select,
.form div[contenteditable="true"]:not(.sun-editor-editable) {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0.9em 0.85em;
    margin: 0;
    font-size: 12px;
    line-height: 1.4em;
    color: var(--indigo_dye);
    background-color: var(--white);
    border: 1px solid var(--ghost_white);
    border-radius: .14em;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

/*image upload*/
.form .uploadItem {
    float: none;
    border: 1px solid var(--ghost_white);
}

.form .uploadItem:not(.fileItem) {
    margin: 0;
}

.form .uploadControl~div:has(>.uploadItem:not(.fileItem)) {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.form div[contenteditable="true"]:not(.sun-editor-editable) {
    padding: 0.9em 0.85em !important;
    border: 1px solid var(--ghost_white) !important;
}

.form div[contenteditable="true"]:not(.sun-editor-editable) a{
    text-decoration: underline;
}
.form div[contenteditable="true"]:not(.sun-editor-editable) div.PlainText {
    display: inline;
}

.form input[type="radio"] {
    margin: 0 0.25em 0 0;
}

.form .choicegroup {
    margin-top: 0.5em;
}

.form .choicegroup div {
    float: none !important;
    display: inline-block;
}

.form .vertical .choicegroup>div {
    display: flex;
    flex-direction: column;
}

.form input[type="radio"]+label{
    margin-right: 0.75em;
    position: relative;
    vertical-align: 0;
    top: -1px;
}

div[id^="linkSelectorDialog"] h1 {
    margin: 0 0 20px 0;
    color: var(--indigo_dye);
    padding: 0;
    font-family: var(--bold_font_family);
    font-weight: 400;
    font-size: 21px;
    line-height: 1em;
}

div[id^="linkSelectorDialog"] input[type="text"] {
    width: 100% !important;
}
.form .form-alike:not(.data-list),
.form input[type="text"],
.form input[type="search"],
.form input[type="password"],
.form input[name="username"],
.form select:not([multiple]),
div[id^="linkSelectorDialog"] input[type="text"],
.listchart-dialog select {
    max-height: 40px;
}


.form .form-alike:not(.data-list),
.data-list.form-alike> div>*:not(:first-child):not(.tag-like),
.data-list.form-alike> div>*:not(:first-child).tag-like.nocontent{
    min-height: 40px;
}
.form textarea {
    min-height: 200px;
}

.form select:not([multiple]),
.listchart-dialog select {
    background-image: url(/media/select.svg);
    background-size: 7px 4px;
    background-repeat: no-repeat;
    background-position: calc(100% - 0.85em) center;
    padding-right: 2.28em;
}

.form .form-alike:not(.data-list):focus-within,
.data-list.form-alike> div>*:not(:first-child):not(.tag-like):focus-within,
.data-list.form-alike> div>*:not(:first-child).tag-like.nocontent:focus-within,
.form .dateTimePicker:focus-within .dateTimePickerInputSkin,
.form input[type="text"]:focus,
.form input[type="search"]:focus,
.form input[type="password"]:focus,
.form input[name="username"]:focus,
.form input[name*="filter"]:focus,
.form textarea:focus,
.form select:focus,
.listchart-dialog select:focus,
.form div[contenteditable="true"]:not(.sun-editor-editable):focus-within,
.form .sun-editor:focus-within {
    border-color: var(--cadet_blue);
    outline: 0;
}
.form div[contenteditable="true"]:not(.sun-editor-editable):focus-within {
    border-color: var(--cadet_blue) !important;
}

.form input[type="text"]:disabled,
.form input[type="search"]:disabled,
.form input[type="password"]:disabled,
.form input[name="username"]:disabled,
.form input[name*="filter"]:disabled,
.form textarea:disabled,
.form select:disabled,
.form select.disabled,
.form .form-alike.disabled,
.data-list.form-alike> div>*.disabled:not(:first-child):not(.tag-like),
.data-list.form-alike.disabled> div>*:not(:first-child):not(.tag-like),
.listchart-dialog select:disabled {
    background-color: var(--alabaster);
    cursor: not-allowed;
    opacity: 1;
}
.form select:disabled,
.form select.disabled {
    background-image: none;
}

.form .filtering nobr,
.form.filtering nobr {
    width: 100%;
    display: flex;
    align-items: center;
}

.form div[id$="_actionbar"] {
    padding: 0;
    min-height: 28px;
}

.form .toolbar-item {
    margin: 0px 5px 5px 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    font-family: var(--bold_font_family);
    font-size: 14px;
    line-height: 1em;
    white-space: nowrap;
    border: 1px solid transparent;
    padding: 0.25em 0.5em;
    border-radius: .14em;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    cursor: pointer;
    color: var(--indigo_dye);
    background-color: transparent;
    border: 1px solid var(--dark_cornflower_blue);
}

.form input[value="U"].toolbar-item {
    text-decoration: underline;
}

.form input[value="I"].toolbar-item {
    font-style: italic;
    padding-right: 0.75em;
}

.form input[value="B"].toolbar-item {
    font-weight: bold;
}

.form .toolbar-item-down,
.form .toolbar-item:hover {
    outline: none;
    color: var(--white);
    background-color: var(--indigo_dye);
    border-color: var(--indigo_dye);
}

.form .toolbar-item.hide {
    display: none !important;
}

.form .email-wysiwyg div[contenteditable="true"]:not(.sun-editor-editable) {

}

.form .email-wysiwyg>*:not([id$="_actionbar"]),
.form .email-wysiwyg div[contenteditable="true"]:not(.sun-editor-editable) {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    color: #222;
}

.form .email-wysiwyg p,
.form .email-wysiwyg div[contenteditable] p {
    margin: 1em 0;
}

.form .email-wysiwyg a,
.form .email-wysiwyg div[contenteditable] a {
    color: #15c;
}

.form .email-wysiwyg b,
.form .email-wysiwyg div[contenteditable] b {
    color: inherit;
    font-weight: bold;
    font-family: inherit;
}

.form input[name*="filterfrom"],
.form input[name*="filterto"] {
    width: auto;
    max-width: 100px;
    display: inline-block;
}
.table-row .marking {
    position: relative;
    z-index: 2;
    display: block;
}
.table-row th:has(.marking),
.table-row td:has(.marking) {
    width: 33px;
}

.table-row .marking input[type="checkbox"],
.form input[type="checkbox"],
.form .tag-like input[type="radio"] {
    /* display: none; */
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0;
    overflow: hidden;
}

.form input[type="checkbox"]+label,
.form input[type="checkbox"]+span.section,
.form input[type="checkbox"]+span.section label{
    line-height: 1em;
    position: relative;
}

.table-row .marking input[type="checkbox"]+label {
    line-height: 1em;
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: copy;
    text-align: center;
}

.form label {
    user-select: none;
}

.form .multi-checkbox input[type="checkbox"]+label,
.form .multi-checkbox input[type="checkbox"]+span.section label {
    padding-right: 0.5em;
}

.form .tag-like input[type="checkbox"]+label,
.form .tag-like input[type="checkbox"]+span.section label,
.form .tag-like-container button,
.selected-tag,
.sms-counter .counter,
.form .tag-like input[type="radio"]+label {
    border: 1px solid var(--ghost_white);
    border-radius: 0.14em;
    font-family: var(--bold_font_family);
    color: var(--indigo_dye);
    display: inline-block;
    position: relative;
    padding: 0.9em 0.85em;
    background-color: transparent;
    font-size: 12px;
    cursor: pointer;
    line-height: 1.4em;
    hyphens: auto;
}

.form .tag-like input[type="checkbox"]:checked+label,
.form .tag-like input[type="checkbox"]:checked+span.section label,
.form .tag-like-container button,
.selected-tag,
.sms-counter .counter,
.form .tag-like input[type="radio"]+label {
    border-color: var(--ghost_white);
    background-color: var(--alabaster);
    color: var(--indigo_dye);
}

.form .tag-like input[type="checkbox"]:focus+label,
.form .tag-like input[type="checkbox"]:focus+span.section label,
.form .tag-like-container button:focus,
.form .tag-like input[type="radio"]:focus+label,
.form .tag-like input[type="radio"]:checked:focus+label {
border-color: var(--cadet_blue);
    outline: 0;
}

.form .tag-like input[type="checkbox"]+label::before,
.form .tag-like input[type="checkbox"]+span.section label::before {
    display: none;
}

.form .tag-like input[type="checkbox"]:checked+label::before,
.form .tag-like input[type="checkbox"]:checked+span.section label::before,
.form .tag-like-container button::before,
.selected-tag:not(.nocontent)::before,
.sms-counter .counter::before,
.form .tag-like input[type="radio"]:checked+label::before {
    display: inline-block;
    content: '\f00c';
    color: inherit;
    position: relative;
    margin-right: 0.33em;
    font-family: var(--icon_font_family_solid);
    line-height: 1;
}

.sms-counter .counter.remaining::before {
    content: '\f031';
}

.sms-counter .counter.characters-per-message::before {
    content: '\f031';
}

.sms-counter .counter.messages::before {
    content: '\f0e0';
}

.selected-tag,
.sms-counter .counter {
    padding-right: 0.7em;
    cursor: inherit;
}

.sms-counter {
    text-align: right;
}

.sms-counter .counter {
    margin-left: 1em;
    margin-top: 0.5em;
}

.form .tag-like input[type="checkbox"]+label::after,
.form .tag-like input[type="checkbox"]+span.section label::after,
.form .tag-like-container button::after {
    display: inline-block;
    content: '\f055';
    box-sizing: border-box;
    margin-left: 0.5em;
    font-family: var(--icon_font_family_solid);
    line-height: 1;
}

.form .tag-like input[type="checkbox"]:checked+label::after,
.form .tag-like input[type="checkbox"]:checked+span.section label::after,
.form .tag-like-container button::after {
    content: '\f057';
    color: var(--indigo_dye);
}

.form .tag-like input[type="radio"]+label,
.form .multi-checkbox.tag-like input[type="checkbox"]+label,
.form .multi-checkbox.tag-like input[type="checkbox"]+span.section label,
.form .tag-like-container button,
.selected-tag,
.form .tag-like input[type="checkbox"]+label {
    margin-right: 1em;
    margin-bottom: 1.1667em;
}

.form .tag-like input[type="radio"]+label {
    min-width: 50px;
    text-align: center;
}

.form .tag-like input[type="radio"]:checked+label {
    border-color: var(--indigo_dye);
}

.form .multi-checkbox.tag-like input[type="checkbox"]+label:last-child,
.form .multi-checkbox.tag-like input[type="checkbox"]+span.section:last-child label,
.selected-tag:last-child {
    margin-right: 0;
}

.table-row .marking input[type="checkbox"]+label::before,
.form input[type="checkbox"]+label::before,
.form input[type="checkbox"]+span.section label::before {
    display: inline-block;
    content: '\f0c8';
    box-sizing: border-box;
    margin-right: 0.28em;
    font-family: var(--icon_font_family_regular);
}

.table-row .marking input[type="checkbox"]+label::before {
    margin-right: 0;
}
/*
.checkbox-wrapper+label {
    cursor: pointer;
    padding: 10px;
    z-index: 2;
}

.checkbox-wrapper+label::before {
    margin-right: 0;
}
*/
.table-row .marking input[type="checkbox"]:checked+label::before,
.form input[type="checkbox"]:checked+label::before,
.form input[type="checkbox"]:checked+span.section label::before {
    content: '\f14a';
    font-family: var(--icon_font_family_solid);
}

.form input[type="checkbox"]:focus+label::before,
.form input[type="checkbox"]:focus+span.section label::before {
    color: var(--cadet_blue);
}

.form .multi-checkbox.tag-like .choicegroup>div {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
}

.form .multi-checkbox.tag-like .choicegroup>div input[type="checkbox"]+label {
    margin-right: 1em;
}

.form .multi-select.tag-like select[multiple] {
    max-height: 30.78px;
    min-height: 30.78px;
    filter: contrast(0);
    opacity: 0.4;
    min-width: 177px;
}

.form .multi-select.tag-like select {
    max-width: 400px;
}

.form .tag-like-container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.form .tag-like-container {
    margin-bottom: -1em;
    font-size: 12px;
}

.form .tag-like-container>select:not([multiple]) {
    width: auto;
    margin-bottom: 1em;
}

.form div.quicksearchselectorbox~span:not(.formreq) {
    display: block;
}

.form div.quicksearchselectorbox~span input[type="text"] {
    padding-right: 2.867em;
}

.form div.quicksearchselectorbox~span::after {
    content: "\f002";
    line-height: 0;
    font-family: var(--icon_font_family_solid);
    position: absolute;
    top: 19px;
    right: 12px;
    color: #707070;
    font-size: 16px;
}

.form div.quicksearchselectorbox {
    font-size: 12px;
    width: 100%;
    left: 0 !important;
    top: 100% !important;
    z-index: 1;
    border-bottom-left-radius: .334em;
    border-bottom-right-radius: .334em;
    background: var(--white);
    margin-top: -3px;
    box-sizing: border-box;
    border: 1px solid var(--cadet_blue);
    border-top-color: var(--ghost_white);
}

.form div.quicksearchselectorbox::-webkit-scrollbar {
    width: 11px;
}

.form div.quicksearchselectorbox {
    scrollbar-width: thin;
    scrollbar-color: var(--cadet_blue) #dfeaf0;
}

.form div.quicksearchselectorbox::-webkit-scrollbar-track {
    background: #dfeaf0;
}

.form div.quicksearchselectorbox::-webkit-scrollbar-thumb {
    background-color: var(--cadet_blue) ;
    border-radius: 6px;
    border: 3px solid #dfeaf0;
}

.form div.quicksearchselectorbox ul {
    margin: 0px;
    list-style-item: none;
    padding: 0px
}

.form div.quicksearchselectorbox ul li {
    clear: both;
    width: 100%;
    display: block;
    border-bottom: 1px solid var(--ghost_white);
}

.form div.quicksearchselectorbox ul li:last-child {
    border-bottom: none
}

.form div.quicksearchselectorbox ul li a {
    display: block;
    text-decoration: none;
    margin: 0;
    color: inherit;
    transition: background-color .15s ease-in-out,color .15s ease-in-out;
    padding: 0.7em 0.85em;
}

.form div.quicksearchselectorbox ul li:hover a {
    color: var(--cadet_blue);
    background-color: var(--cadet_blue)33;
}

.form .dateTimeBlock {
    color: var(--indigo_dye);
    font-size: 12px;
    line-height: 1.4em;
}

.form .dateTimeBlock .dateInnerTimeBlock,
.form .dateTimeBlock span {
    color: inherit;
    line-height: inherit;
}

.form .dateTimeBlock .calBtn {
    background-size: contain !important;
    cursor: pointer;
    margin-right: -26px;
    background: none;
}

.form .dateTimeBlock .calBtn::after {
    content: "\f073";
    font-size: 18px;
    line-height: 0;
    font-family: var(--icon_font_family_regular);
    position: absolute;
    top: 7px;
    margin-left: 3px;
    color: #707070;
    transition: color 150ms ease 0ms;
}

.form .dateTimeBlock .calBtn.active::after,
.form .dateTimeBlock .calBtn:hover::after {
    color: var(--cadet_blue);
}

.form .dateTimePicker .dateTimeBlockWrapper {
    width: 136px;
}
.table-row .date-picker-cell {
    width: 156px;
}

.form .dateTimePicker .dateTimeBlockWrapper .dateTimeBlock {
    left: 8px;
    width: 93px;
    margin-right: 22px;
}

.form .dateTimePicker[data-datetimepickertype="datetime"] .dateTimeBlockWrapper {
    width: 183px;
}

.form .dateTimePicker[data-datetimepickertype="datetime"] .dateTimeBlockWrapper .dateTimeBlock {
    width: 140px;
}

.form .dateTimePicker .dateTimeBlockWrapper .dateTimeBlock img {
    opacity: 0.7;
    box-sizing: content-box;
}

.form .dateTimeBlock span[name$="Hours"] {
    margin-left: 3px;
}

/*forms - toggle*/
.form .toggle input[type="checkbox"]+label,
.table-row .marking.toggle input[type="checkbox"]+label,
.checkbox-wrapper.toggle+label {
    cursor: pointer;
    user-select: none;
    padding-left: 50px;
    position: relative;
    display: inline-block;
    outline: 0;
    padding-top: 4px;
    min-height: 22px;
}

.form .toggle input[type="checkbox"]+label::before,
.checkbox-wrapper.toggle+label::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    z-index: 1;
    border: none;
    border: solid 1px var(--ghost_white);
    background-color: var(--cultured);
    width: 44px;
    height: 22px;
    border-radius: 44px;
    transition: background .3s ease;
}


.form .toggle input[type="checkbox"]+label::after,
.toggle.checkbox-wrapper+label::after {
    position: absolute;
    content: '';
    opacity: 1;
    z-index: 2;
    width: 18px;
    height: 18px;
    border-radius: 36px;
    transition: background .3s ease,left .3s ease;
    left: 1px;
    border: solid 1px var(--ghost_white);
    top: 1px;
        background-color: var(--white);
}

.form .toggle input[type="checkbox"]:checked+label::after,
.checkbox-wrapper.toggle[data-checked="true"]+label::after {
    left: 24px;
}


.form .toggle input[type="checkbox"]:checked+label::before,
.checkbox-wrapper.toggle[data-checked="true"]+label::before{
    background-color: var(--cadet_blue);
}

.form .toggle input[type="checkbox"]+label:hover::before {

}

.form .toggle input[type="checkbox"]:focus+label::after {
    border-color: var(--cadet_blue);
}

/*form validation and mandatory fields*/
.form input[type="text"].formreq,
.form input[type="search"].formreq,
.form input[type="password"].formreq,
.form input[name="username"].formreq,
.form input[name*="filter"].formreq,
.form textarea.formreq,
.form textarea.formreq~div[id$="_editor"],
.form textarea.formreq~div[id^="suneditor_"],
.form select.formreq,
.form .uploadControl.formreq,
.form label.uploadControl:has(+input.formreq),
.form .formreq input[type="text"],
.form .formreq input[type="search"],
.form .formreq input[type="password"],
.form .formreq input[name="username"],
.form .formreq input[name*="filter"],
.form .formreq textarea,
.form .formreq select,
.form .formreq  input.dateTimePickerInputSkin,
.form .formreq .uploadControl,
.form select.formreq~.tag-like-container>select,
.form input.formreq[type="hidden"]+div[id$="_QS"],
.form input.formreq[type="hidden"]~span>input[id$="_QS"],
.form input.formreq[type="hidden"]~div[id$="_text"]{
    border-color: var(--ruby_red) !important;
}

.form .toggle input.formreq[type="checkbox"]+label {
    color: var(--ruby_red);
}

.form .choicegroup.formreq {
    border: solid 1px var(--ruby_red);
    box-sizing: border-box;
    padding: 0.9em 0.85em;
    margin: 0;
    background-color: var(--white);
    border-radius: .14em;
}

.form span.formreq {
    display: none;
}

.graph nav.listchart-timenavigation {
    margin: 0;
    display: flex;
    justify-content: center;
/*    gap: 20px;*/
}

.graph button.listchart-timenavigation-button {
    box-sizing: border-box;
/*    padding: 0.917em 0.85em;*/
    padding: 0.9em 0.85em;
    margin: 0;
    font-size: 12px;
    line-height: 1.4em;
    color: var(--indigo_dye);
    background-color: var(--white);
    border: 1px solid var(--ghost_white);
    border-radius: .14em;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
}

.graph button.listchart-timenavigation-button:hover {
    color: #495057;
    border-color: var(--cadet_blue);
}

.graph button.listchart-timenavigation-button:first-child:not([style*='display: none']),
.graph button.listchart-timenavigation-button:first-child[style*='display: none']+button {
    margin-left: 20px;
}
/*
.graph .listchart-timenavigation-menuwrapper {
    margin-right: 0;
}
*/
.graph .listchart-headline {
    margin-left: 0;
}

.graph button.listchart-timenavigation-button.listchart-timenavigation-specific-button,
.graph button.listchart-timenavigation-button.listchart-timenavigation-previous-button,
.graph button.listchart-timenavigation-button.listchart-timenavigation-out-button {
    background-size: 1.25em;
    background-position: 0.85em center;
    padding-left: 2.6em;
}

.graph button.listchart-timenavigation-button.listchart-timenavigation-next-button {
    background-size: 1.25em;
    background-position: calc(100% - 0.85em) center;
    padding-right: 2.6em;
}

.graph button.listchart-timenavigation-button + button.listchart-timenavigation-button {
    margin-left: 0.5em;
}


.graph .barchart-contextmenu {
    position: fixed !important;
    max-width: 90vw;
    max-height: 60vh;
    top: 50% !important;
    left: 50% !important;
    overflow: auto;
    transform: translate(-50%, -50%);
    width: auto;
}

.graph .barchart-contextmenu::-webkit-scrollbar {
    width: 11px;
}

.graph .barchart-contextmenu {
    scrollbar-width: thin;
    scrollbar-color: var(--cadet_blue) #dfeaf0;
}

.graph .barchart-contextmenu::-webkit-scrollbar-track {
    background: #dfeaf0;
}

.graph .barchart-contextmenu::-webkit-scrollbar-thumb {
    background-color: var(--cadet_blue) ;
    border-radius: 6px;
    border: 3px solid #dfeaf0;
}

.graph.show-bar-value .barchart-itembar:not([data-value="0"])::after {
    content: attr(data-value);
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    transform: translateX(-50%);
}

.graph.show-bar-value .barchart-itembar {
    position: relative;
}

.errorTxt {
    display: block;
    box-sizing: border-box;
    width: 90%;
    padding: 0.85em;
    margin: 20px;
    font-size: 14px;
    line-height: 1.4em;
    color: #D60903;
    background-color: rgba(214, 9, 3, 0.2);
    border: 1px solid #D60903;
    border-radius: .14em;
}

.confirmationTxt {
    display: block;
    box-sizing: border-box;
    width: 90%;
    padding: 0.85em;
    margin: 20px;
    font-size: 14px;
    line-height: 1.4em;
    color: #30D66E;
    background-color: rgba(48, 214, 110, 0.1);
    border: 1px solid #30D66E;
    border-radius: .14em;
}


/*data lists*/
div .data-list {
    min-height: 0;
}

.data-list > div {
    min-height: 0;
    margin-bottom: 0.17em;
}
.data-list.one-line > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.form .data-list > div:not([data-ts-transitionstate="state1"][data-ts-transitiontype="pushtopdown"]),
.form.data-list > div:not([data-ts-transitionstate="state1"][data-ts-transitiontype="pushtopdown"]),
.data-list.form-alike > div:not([data-ts-transitionstate="state1"][data-ts-transitiontype="pushtopdown"]):not(:last-child) {
    margin-bottom: 1em;
}

.form *:not(.columns)>.data-list:not([data-ts-transitionstate="state1"]):not(.horizontal)+.data-list:not(.horizontal) > div:first-child,
.form *:not(.columns)>.data-list:not([data-ts-transitionstate="state1"]):not(.horizontal)+.data-list[data-ts-transitionstate="state1"]+.data-list:not(.horizontal) > div:first-child,

.form:not(.columns)>.data-list:not([data-ts-transitionstate="state1"]):not(.horizontal)+.data-list:not(.horizontal) > div:first-child,
.form:not(.columns)>.data-list:not([data-ts-transitionstate="state1"]):not(.horizontal)+.data-list[data-ts-transitionstate="state1"]+.data-list:not(.horizontal) > div:first-child,

.form.data-list:not([data-ts-transitionstate="state1"]):not(.horizontal)+.form.data-list:not(.horizontal) > div:first-child,
.form.data-list:not([data-ts-transitionstate="state1"]):not(.horizontal)+.form.data-list[data-ts-transitionstate="state1"]+.form.data-list:not(.horizontal) > div:first-child {
    margin-top: 1em;
}

.form .tag-like.radio,
.data-list.form-alike > div *.tag-like {
    margin-bottom: -1em;
}

.data-list.form-alike > div *.tag-like.selected-tag {
    margin-bottom: 0;
}

.data-list:not(.horizontal) > div:last-child,
.form .data-list:not(.horizontal) > div:last-child,
.form.data-list:not(.horizontal) > div:last-child,
.form .data-list:not(.horizontal) > div:last-child:not([data-ts-transitionstate="state1"][data-ts-transitiontype="pushtopdown"]),
.form.data-list:not(.horizontal) > div:last-child:not([data-ts-transitionstate="state1"][data-ts-transitiontype="pushtopdown"]) {
    margin-bottom: 0;
}

.data-list> div>*:first-child {
    color: var(--dark_cornflower_blue);
    font-family: var(--bold_font_family);
}

.data-list.one-line> div>*:first-child {
    margin-right: 1em;
}

.data-list:not(.one-line)> div>*:first-child {
    margin-bottom: 0.17em;
}

.data-list.one-line> div>*:last-child {
    /*
    https://app.asana.com/1/528141058047/project/81796115317805/task/1211327204844786
    text-align: right;*/
}

.data-list:not(.show-nocontent) .nocontent,
.data-list:not(.show-nocontent)>div:has( > .nocontent:first-child) {
    display: none;
}

.data-list.horizontal {
    display: flex;
    justify-content: space-between;
    margin-left: -5px;
    margin-right: -5px;
}

.data-list.horizontal+.data-list.horizontal {
    /*margin-top: 1em;*/
}

.data-list.horizontal> div {
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
}

.data-list.horizontal.left > div {
    width: auto;
}

.data-list.horizontal .date-interval {
    max-width: var(--date_interval_width);
}

.data-list.horizontal .date-picker {
    max-width: var(--date_picker_width);
}
.data-list.horizontal .datetime-picker {
    max-width: var(--datetime_picker_width);
}

.data-list.horizontal.left {
    justify-content: start;
}


/*links with icons*/
.icn-link a {
    color: var(--dark_cornflower_blue);
    text-decoration: none;
    white-space: nowrap;
}

.icn-link.break-word a {
    white-space: pre-line;
    word-break: break-word;
}

.icn-link.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%; 
}

.icn-link a::before{
    font-family: var(--icon_font_family_regular);
    margin-right: 0.4em;
}

.icn-link.check a::before {
    content: "\f058";
}
.icn-link.check a:hover::before {
    font-family: var(--icon_font_family_solid);
}

.icn-link.reply a::before {
     font-family: var(--icon_font_family_solid);
     content: "\f3e5";
}

.icn-link.redo a::before {
     font-family: var(--icon_font_family_solid);
     content: "\f01e";
}

.icn-link.paperclip a::before {
    content: "\f0c6";
    font-family: var(--icon_font_family_solid);
}
.icn-link.case a::before {
    font-family: var(--icon_font_family_solid);
    content: "\f15b";
}
.icn-link.file a::before {
    content: "\f15c";
}
.icn-link.file[data-filetype="word"] a::before {
    content: "\f1c2";
}
.icn-link.file[data-filetype="excel"] a::before {
    content: "\f1c3";
}
.icn-link.pdf a::before,
.icn-link.file[data-filetype="pdf"] a::before {
    content: "\f1c1";
}



.icn-link.upload a::before {
    content: "\f574";
    font-family: var(--icon_font_family_solid);
}

.icn-link.add a::before {
    content: "\f067";
    font-family: var(--icon_font_family_solid);
}

.icn-link.calendar-cancel a::before {
    content: "\f273";
}

.icn-link.delete a::before {
    content: "\f2ed";
}

.icn-link.edit a::before {
    content: "\f044";
    font-size: 16px;
    margin-right: 0.35em;
}

.icn-link.ban a::before {
    font-family: var(--icon_font_family_solid);
    content: "\f05e";
}

.icn-link.list a::before {
    font-family: var(--icon_font_family_solid);
    content: "\f0ca";
}

.icn-link.link a::before {
    font-family: var(--icon_font_family_solid);
    content: "\f0c1";
}

.icn-link.close a::before {
    font-family: var(--icon_font_family_solid);
    content: "\f057";
}
.icn-link.chat a::before {
    font-family: var(--icon_font_family_solid);
    content: "\f086";
}

.icn-link.sync a::before {
    font-family: var(--icon_font_family_solid);
    content: "\f2f1";
}

.icn-link.quick a::before {
    font-family: var(--icon_font_family_solid);
    content: "\f2f2";
}

.icn-link.folder-open a::before {
    font-family: var(--icon_font_family_solid);
    content: "\f07c";
}

.icn-link.copy a::before {
    font-family: var(--icon_font_family_solid);
    content: "\f0c5";
}

.icn-link.remove a::before {
    font-family: var(--icon_font_family_solid);
    content: "\f00d";
}

.icn-link.sign-up a::before {
    content: "\f234";
    font-family: var(--icon_font_family_solid);
}
.icn-link.sign-out a::before {
    content: "\f503";
    font-family: var(--icon_font_family_solid);
}


.icn-link-after a::after {
    font-family: var(--icon_font_family_regular);
    margin-left: 0.4em;
}

.icn-link-after.reply a::after {
     font-family: var(--icon_font_family_solid);
     content: '\f054';
}

.icn-link-after.chevron-right a::after {
     font-family: var(--icon_font_family_solid);
     content: '\f054';
}

/*limited height*/

.limited-height {
    overflow: hidden;
    max-height: 70px;
    position: relative;
}

.limited-height a.show-more+*{
    padding-right: 24px;
}

.limited-height.show-all{
    max-height: none;
}

.limited-height a.show-more {
    position: absolute;
    top: -7px;
    right: 0;
    font-size: 23px;
    line-height: 1em;
    display: block;
    padding: 0 5px 5px;
    cursor: pointer;
}

.limited-height a.show-more::after {
    font-family: var(--icon_font_family_solid);
    content: '\f0dd';
}

.limited-height.show-all a.show-more {
    transform: rotate(180deg);
}



/*action menu*/
.action-menu-wrapper {
    position: relative;
    text-align: right;
}

.action-menu {
    margin-top: 10px;
    background: var(--white) none;
    border: solid 1px var(--ghost_white);
    border-top: none;
    border-radius: 4px;
    position: absolute;
    top: 100%;
    right: -10px;
    box-shadow: 0px 3px 6px var(--ghost_white);
    z-index: 2;
    text-align: left;
}
.action-menu[data-ts-transitionstate="state2"] {
    overflow: visible !important;
}

.action-menu-wrapper.top .action-menu {
    top: unset;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 10px;
}

.action-menu a {
    padding: 10px;
    display: block;
    box-sizing: border-box;
    min-width: 161px;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    border-bottom: solid 1px var(--ghost_white);
    background-color: var(--white);
    color: var(--dark_cornflower_blue);
    font-size: 12px;
    font-family: var(--semi_bold_font_family);
}

.action-menu a:hover,
.action-menu a:focus {
    background-color: var(--cultured)
}

.action-menu a.disabled {
    cursor: wait;
    opacity: 0.5;
    pointer-events: none;
}

.action-menu-wrapper:not(.top) .action-menu div[class^="b"][class*="-"]>div:first-child a::before {
    z-index: 1;
    width: 10px;
    height: 10px;
    overflow: hidden;
    background: inherit;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    position: absolute;
    top: -5px;
    right: 25px;
    content: '';
}

.action-menu-wrapper.top .action-menu div[class^="b"][class*="-"]>div:last-child a::after {
    z-index: 1;
    width: 10px;
    height: 10px;
    overflow: hidden;
    background: inherit;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    position: absolute;
    bottom: -4px;
    right: 25px;
    content: '';
}

a.action-menu-button {
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    font-family: var(--bold_font_family);
    font-size: 14px;
    line-height: 1em;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.65em 1em;
    border-radius: 0.14em;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    cursor: pointer;
    outline: none;
    color: var(--indigo_dye);
    background-color: transparent;
    border: 1px solid var(--cadet_blue);
    display: inline-block;
}

a.action-menu-button:hover,
a.action-menu-button:focus {
    color: var(--indigo_dye);
    background-color: var(--powder_blue);
}
a.action-menu-button::after {
    content: "\f078";
    font-family: var(--icon_font_family_solid);
    margin-left: 5px;
    line-height: 0;
}

a.action-menu-button * {
    display: inline;
}
/*message-like*/
.table-row[data-afsender-type="BRO"][data-error]:not([data-error=""]):not([data-error="0"])>*:first-child::before,
.table-row[data-afsender-type="BRO"] *[data-error]:not([data-error=""]):not([data-error="0"])::before {
    display: inline-block;
    content: '\f12a';
    color: inherit;
    position: relative;
    color: var(--ruby_red);
    left: -1em;
    font-family: var(--icon_font_family_solid);
}
.table-row[data-afsender-type="BRO"] *[data-error]:not([data-error=""]):not([data-error="0"])::before {
    left: 0;
    margin-right: 0.5em;
}

.table-row[data-afsender-type="Borger"][data-read="Nej"] td:not(.message){
    font-family: var(--bold_font_family);
}
.table-row .message,
.table-row .icn-link{
    font-family: var(--regular_font_family);
}

.table-row[data-type] .sender::before {
    font-family: var(--icon_font_family_solid);
    margin-right: 0.4em;
}

.table-row[data-type="Besked"] .sender::before {
    content: "\f0e0"
}

.table-row[data-type="SMS"] .sender::before {
    content: "\f3cd"
}

.table-row[data-type="Email"] .sender::before {
    content: "\f1fa"
}

.underline,
a.underline:hover,
.underline a:hover {
    text-decoration: underline;
}

.attendance-cell{
    width: 30px;
    max-width: 30px;
}
.attendance-cell::after {
    font-family: var(--icon_font_family_solid);
    content: "\f4fc";
    display: inline-block;
}

[data-attendance="0"] .attendance-cell::after {
    content: "\f506";
    color: var(--ruby_red);
}

*[data-synced="1"] .sync-status::before {
    font-family: var(--icon_font_family_solid);
    content: "\f0c2";
    display: inline-block;
    margin-right: 5px;
}

.edit-bar {
    gap: 10px;
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: flex-end;
}

.edit-bar .nocontent,
.edit-bar .tsdisabled,
.edit-bar .btn:has(.tsdisabled){
    display: none;
}

.bold {
    font-family: var(--bold_font_family);
}
.no-top-margin {
    margin-top: 0;
}
span.oldvalue, span.newvalue {
    font-style: italic;
}

.selected-value+.selected-value::before {
    content: ', ';
}


.warnings {
    color: var(--ruby_red);
    display: flex;
    justify-content: flex-end
}

.warnings>div {
    margin: 10px 0 0 10px
}

.warnings >div::before {
    display: inline-block;
    content: '\f12a';
    color: inherit;
    position: relative;
    font-family: var(--icon_font_family_solid);
    margin-right: 5px
}

.text-right {
    text-align:right;
}

/* RESOURCE #63 END */
/* RESOURCE #66 BEGIN */
.panel .panel-heading.panel-tabs .actionlink {
    visibility: visible !important;
}
/* RESOURCE #66 END */
/* RESOURCE #69 BEGIN */
.chat-message {
    margin-bottom: 1em;
}
.chat-message:not([data-afsender-type="System"]) {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.chat-message[data-afsender-type="Borger"] {
    align-items: flex-start;
}
.chat-message:not([data-afsender-type="System"]) .body {
    position: relative;
    border: 1px solid var(--ghost_white);
    border-radius: 4px;
    background-color: var(--white);

    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
    width: 90%;
    min-width: 400px;
    /*background-color: var(--alabaster);*/
}


.chat-message:not([data-afsender-type="System"]) .body::after {
    position: absolute;
    background-color: inherit;
    right: 20px;
    width: 17px;
    height: 17px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    bottom: -10px;
    content: '';
    border-right: inherit;
    border-bottom: inherit;
}

.chat-message[data-afsender-type="Borger"] .body::after {
    right: unset;
    left: 20px;
}

.chat-message:not([data-afsender-type="System"]) .author {
    padding: 5px;
}

.chat-message:not([data-afsender-type="System"]) .body .time {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: var(--ghost_white);
    font-size: 12px;
}

.chat-message.invert[data-afsender-type="BRO"] {
    align-items: flex-start;
}
.chat-message.invert[data-afsender-type="Borger"] {
    align-items: flex-end;
}

.chat-message.invert[data-afsender-type="BRO"] .body::after {
    right: unset;
    left: 20px;
}

.chat-message.invert[data-afsender-type="Borger"] .body::after {
    right: 20px;
    left: unset;
}

.chat-message textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    resize: none;
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: inherit;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

#chat-menu-outer-wrapper {
    /* box-sizing: border-box; */
    /* width: 100%; */
    /* margin: 0px 0px 0px 0px; */
    /* float: none; */
    display: inline-block;
}

#chat-menu-icon {
    font-size: 2em;
    width: 2em;
    height: 2em;
    font-family: 'Icon font solid';
    background: var(--white) none;
    border: solid 1px var(--ghost_white);
    border-radius: 50%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#chat-menu-icon::before {
    content: "\f086";
    line-height: 0.8;
}

#chat-menu-icon[data-all-read="Nej"] {
    color: var(--ruby_red);
    border-color: var(--ruby_red);
}


#chat-menu-inner-wrapper{
    background: var(--white) none;
    border: solid 1px var(--ghost_white);
    border-bottom: none;
    border-radius: 4px;
    min-width: 160px;
    max-width: 240px;
    overflow: hidden;
}

#chat-menu-list>div {
    display: flex;
    flex-direction: column;
}

#chat-menu-list a{
    padding: 10px;
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    border-bottom: solid 1px var(--ghost_white);
    background-color: var(--white);
    color: var(--dark_cornflower_blue);
    font-size: 12px;
    font-family: var(--semi_bold_font_family);
    overflow: hidden;
    text-overflow: ellipsis;
}

#chat-menu-list *[data-all-read]:not([data-all-read="Ja"]) a {
    color: var(--ruby_red);
    border-left-color: var(--ruby_red);
}



#chat-menu,
#chat-window {
    display: none;
    border: 0;
    margin: 0;
}


#chat-window {
    background: var(--alabaster) none;
    
    border: solid 1px var(--ghost_white);
    border: solid 1px var(--indigo_dye);
    border-radius: 4px;
    width: 600px;
    max-width: 90vw;
    max-width: calc(100vw - 280px);
    height: 0;
    max-height: 90vh;
    height: calc(100vh - 90px);
}

.chat-details {
    /*flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;*/

    overflow: hidden;
}

.chat-details .messages::-webkit-scrollbar {
    width: 11px;
}
.chat-details .messages {
    scrollbar-width: thin;
    scrollbar-color: var(--ghost_white) var(--alabaster);

}
.chat-details .messages::-webkit-scrollbar-track {
    background: var(--alabaster);
}
.chat-details .messages::-webkit-scrollbar-thumb {
    background-color: var(--ghost_white) ;
    border-radius: 6px;
    border: 3px solid var(--alabaster);
}
/*
.chat-details .messages .previous>div>div>div:last-child .chat-message {
    border-bottom: solid 1px var(--indigo_dye);
    margin-bottom: 1.5em;
    position: relative;
    padding-bottom: 0.5em;
}
*/
.chat-details .messages .previous>div>div>div:first-child .chat-message,
.chat-details .messages .current>div>div:first-child .chat-message  {
    border-top: solid 1px var(--indigo_dye);
    position: relative;

    padding-top: 2.5em;
    margin-top: 1.5em;
}

.chat-details .messages .previous>div>div>div:first-child .chat-message::before,
.chat-details .messages .current>div>div:first-child .chat-message::before {
    content: 'Tidligere chat-samtaler';
    padding: 1em;
    background-color: var(--alabaster);
    font-family: var(--bold_font_family);
    color: var(--indigo_dye);
    position: absolute;
    top: -1.7em;
    left: 50%;
    transform: translateX(-50%);
}

.chat-details .messages .current>div>div:first-child .chat-message::before {
    content: 'Ny chat';
}

.chat-message .body {
    word-wrap: break-word;
}

.chat-message .author {
    max-width: 100%;
    word-wrap: break-word;
}

.chat-message[data-afsender-type="System"] {
    position: relative;
    text-align: center;
}
.chat-message[data-afsender-type="System"] .author {
    display: none;
}
.chat-message[data-afsender-type="System"] .body {
    display: inline-flex;
    flex-direction: row-reverse;
    gap: 0.5em;
    justify-content: center;
    padding: 0 1em;
    background-color: var(--alabaster);
    position: relative;
 }
 
.chat-message[data-afsender-type="System"]::before {
    position: absolute;
    width: 100%;
    height: 1px;
    display: block;
    content: '';
    background-color: var(--ghost_white);
    top: 50%;
}

.chat-details::after {
    content: attr(data-chat-title);
    color: var(--indigo_dye);
    padding: 20px;
    font-family: var(--bold_font_family);
    font-weight: 400;
    font-size: 20px;
    line-height: 1em;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    /* background-color: var(--cultured); */
    border-bottom: solid 1px var(--ghost_white);
    word-wrap: break-word;
}


.chat-details .messages .current>div>*:last-child .typing {
    position: relative;
    padding-top: 2em;
}

.chat-details:not([data-typing="true"]) .messages .current>div>*:last-child .typing {
    display: none;
}
  
.chat-details .messages .current>div>*:last-child .typing  span {
    content: '';
    animation: blink 1.5s infinite;
    animation-fill-mode: both;
    height: 8px;
    width: 8px;
    background-color: var(--indigo_dye);
    position: absolute;
    left:0;
    top:0;
    border-radius: 50%;
}
.chat-details .messages .current>div>*:last-child  span:nth-child(2) {
      animation-delay: .2s;
      margin-left: 11px;
}
    
.chat-details .messages .current>div>*:last-child  span:nth-child(3) {
      animation-delay: .4s;
      margin-left: 22px;
}


@keyframes blink {
  0% {
    opacity: .1;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .1;
  }
}

/* RESOURCE #69 END */
/* RESOURCE #111 BEGIN */
.lbAnimationWrapper.maximized {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

div[id^=sitelayout]~.lbOuterWrapper .lbAnimationWrapper.maximized .lbContentsWrapper {
    max-height: 100%;
    flex-grow: 1;
}

div[id^=sitelayout]~.lbOuterWrapper .lbAnimationWrapper.maximized .lbContentsWrapper>div,
div[id^=sitelayout]~.lbOuterWrapper .lbAnimationWrapper.maximized .lbContentsWrapper>div iframe {
    width: 100% !important;
    height: 100% !important;
}
/* RESOURCE #111 END */
/* RESOURCE #112 BEGIN */

/* RESOURCE #112 END */
/* RESOURCE #122 BEGIN */
#layoutbox1 .navigationlistitem[data-navigationlistitem="356"],
#layoutbox1 .navigationlistitem[data-navigationlistitem="357"],
#layoutbox1 .navigationlistitem[data-navigationlistitem="384"],
#layoutbox1 .navigationlistitem[data-navigationlistitem="426"],
#layoutbox1 .navigationlistitem[data-navigationlistitem="408"],
#layoutbox1 .navigationlistitem[data-navigationlistitem="374"],
#layoutbox1 .navigationlistitem[data-navigationlistitem="353"],
#layoutbox1 .navigationlistitem[data-navigationlistitem="269"],
#layoutbox1 .navigationlistitem[data-navigationlistitem="463"],
#layoutbox1 .navigationlistitem[data-navigationlistitem="469"],
#layoutbox1 .navigationlistitem[data-navigationlistitem="475"],
#layoutbox1 .navigationlistitem[data-navigationlistitem="476"],
#layoutbox1 .navigationlistitem[data-navigationlistitem="364"],
#layoutbox1 .navigationlistitem[data-navigationlistitem="502"],
#layoutbox1 .navigationlistitem[data-navigationlistitem="503"],
#layoutbox1 .navigationlistitem[data-navigationlistitem="509"],
#layoutbox1 .navigationlistitem[data-navigationlistitem="545"],
#layoutbox1 .navigationlistitem[data-navigationlistitem="515"],
#layoutbox1 .navigationlistitem[data-navigationlistitem="539"],
#layoutbox1 .navigationlistitem[data-navigationlistitem="544"],
#layoutbox1 .navigationlistitem[data-navigationlistitem="574"],
#layoutbox1 .navigationlistitem[data-navigationlistitem="583"],
#layoutbox1 .navigationlistitem[data-navigationlistitem="548"],
#layoutbox1 .navigationlistitem[data-navigationlistitem="584"],
#layoutbox1 .navigationlistitem[data-navigationlistitem="585"],
#layoutbox1 .navigationlistitem[data-navigationlistitem="594"],
/*WYSIWYG-billedgalleri*/
#layoutbox1 .navigationlistitem[data-navigationlistitem="604"],
/*new member form*/
#layoutbox1 .navigationlistitem[data-navigationlistitem="599"],
/*udvalg*/
#layoutbox1 .navigationlistitem[data-navigationlistitem="608"],

/*Arkiv - needs cases, recruitment or groups*/
#layoutbox1 .navigationlistitem[data-navigationlistitem="424"],

/*member mail templates*/
#layoutbox1 .navigationlistitem[data-navigationlistitem="603"],

/*sager*/
#layoutbox1 .navigationlistitem[data-navigationlistitem="112"],
#layoutbox1 .navigationlistitem[data-navigationlistitem="198"],
#layoutbox1 .navigationlistitem[data-navigationlistitem="188"],
#layoutbox1 .navigationlistitem[data-navigationlistitem="246"],
#layoutbox1 .navigationlistitem[data-navigationlistitem="280"],
#layoutbox1 .navigationlistitem[data-navigationlistitem="492"],
#layoutbox1 .navigationlistitem[data-navigationlistitem="121"],
#layoutbox1 .navigationlistitem[data-navigationlistitem="414"],
#layoutbox1 .navigationlistitem[data-navigationlistitem="108"],

/*min-side*/
#page-20000031_layoutbox32,
#page-20000031_layoutbox34,
#page-20000031_layoutbox46,
#page-20000031_layoutbox56,
#page-20000031_layoutbox57,
/*min-side sager*/
#page-20000031_layoutbox35,
#page-20000031_layoutbox36,
#page-20000031_layoutbox37,
#page-20000031_layoutbox38,
#page-20000031_layoutbox39,

/*overblik*/
#page-20000019_mergefield_-20000053,

/*overblik sager*/
#page-20000019_mergefield_-20000054,
#page-20000019_mergefield_-20000055,
#page-20000019_mergefield_-20000056,

/* sager - digital post page*/
input#filter594_0,
label[for="filter594_0"],


/*Brugeradministration - filters*/
input[type="checkbox"][value="12"][name="filter195"]+label,
input[type="checkbox"][value="15"][name="filter195"]+label,

/*chat*/
#layoutbox22,
#layoutbox1 .navigationlistitem[data-navigationlistitem="615"],
#layoutbox1 .navigationlistitem[data-navigationlistitem="614"] {
    display: none;
}

#layoutbox1[data-aktioner-og-aktionsflow="1"] .navigationlistitem[data-navigationlistitem="356"],
#layoutbox1[data-aktioner-og-aktionsflow="1"] .navigationlistitem[data-navigationlistitem="357"],

#layoutbox1[data-surveys="1"][data-sager="1"] .navigationlistitem[data-navigationlistitem="426"],
#layoutbox1[data-surveys="1"][data-sager="1"] .navigationlistitem[data-navigationlistitem="364"],
#layoutbox1[data-chat="1"] .navigationlistitem[data-navigationlistitem="408"],
#layoutbox1[data-chat="1"] .navigationlistitem[data-navigationlistitem="539"],
#layoutbox1[data-digital-signature="1"] .navigationlistitem[data-navigationlistitem="374"],
#layoutbox1[data-digital-signature="1"] .navigationlistitem[data-navigationlistitem="364"],
#layoutbox1[data-aftaler="1"] .navigationlistitem[data-navigationlistitem="353"],
#layoutbox1[data-aftaler="1"] .navigationlistitem[data-navigationlistitem="364"],
#layoutbox1[data-tidsregistrering="1"] .navigationlistitem[data-navigationlistitem="269"],
#layoutbox1[data-samtaler="1"] .navigationlistitem[data-navigationlistitem="463"],
#layoutbox1[data-samtalegrupper="1"] .navigationlistitem[data-navigationlistitem="469"],
#layoutbox1[data-rekruttering="1"] .navigationlistitem[data-navigationlistitem="475"],
#layoutbox1[data-jobopslag="1"] .navigationlistitem[data-navigationlistitem="476"],
#layoutbox1[data-aktiviteter="1"] .navigationlistitem[data-navigationlistitem="502"],
#layoutbox1[data-aktiviteter="1"] .navigationlistitem[data-navigationlistitem="503"],
#layoutbox1[data-medlemmer="1"] .navigationlistitem[data-navigationlistitem="509"],
#layoutbox1[data-medlemmer="1"][data-medlemskab="1"] .navigationlistitem[data-navigationlistitem="545"],
#layoutbox1[data-medlemmer="1"] .navigationlistitem[data-navigationlistitem="584"],
#layoutbox1[data-medlemmer="1"] .navigationlistitem[data-navigationlistitem="585"],
/*new members form*/
#layoutbox1[data-medlemmer="1"][data-nye-medlem-formular="1"] .navigationlistitem[data-navigationlistitem="599"],
/*member mail templates*/
#layoutbox1[data-medlemmer="1"] .navigationlistitem[data-navigationlistitem="603"],
#layoutbox1[data-arrangementer="1"] .navigationlistitem[data-navigationlistitem="515"],
#layoutbox1[data-medlemmer="1"][data-medlemskab="1"] .navigationlistitem[data-navigationlistitem="544"],
#layoutbox1[data-medlemmer="1"][data-donationer="1"] .navigationlistitem[data-navigationlistitem="548"],
#layoutbox1[data-365-dokumenter="1"] .navigationlistitem[data-navigationlistitem="574"],
#layoutbox1[data-digital-post="1"] .navigationlistitem[data-navigationlistitem="583"],
#layoutbox1[data-digital-post="1"] .navigationlistitem[data-navigationlistitem="594"],

/*WYSIWYG-billedgalleri*/
#layoutbox1[data-wysiwyg-billedgalleri="1"] .navigationlistitem[data-navigationlistitem="604"],
/*udvalg*/
#layoutbox1[data-udvalg="1"][data-medlemmer="1"] .navigationlistitem[data-navigationlistitem="608"],

/*Arkiv - needs cases, recruitment or groups*/
#layoutbox1[data-sager="1"] .navigationlistitem[data-navigationlistitem="424"],
#layoutbox1[data-rekruttering="1"] .navigationlistitem[data-navigationlistitem="424"],
#layoutbox1[data-samtalegrupper="1"] .navigationlistitem[data-navigationlistitem="424"],

/*sager*/
#layoutbox1[data-straks-sag="1"][data-sager="1"] .navigationlistitem[data-navigationlistitem="384"],
#layoutbox1[data-sager="1"] .navigationlistitem[data-navigationlistitem="112"],
#layoutbox1[data-sager="1"] .navigationlistitem[data-navigationlistitem="198"],
#layoutbox1[data-sager="1"] .navigationlistitem[data-navigationlistitem="188"],
#layoutbox1[data-sager="1"] .navigationlistitem[data-navigationlistitem="246"],
#layoutbox1[data-sager="1"] .navigationlistitem[data-navigationlistitem="280"],
#layoutbox1[data-sager="1"] .navigationlistitem[data-navigationlistitem="492"],
#layoutbox1[data-sager="1"] .navigationlistitem[data-navigationlistitem="121"],
#layoutbox1[data-sager="1"] .navigationlistitem[data-navigationlistitem="414"],
#layoutbox1[data-sager="1"] .navigationlistitem[data-navigationlistitem="108"],


/*min side*/
#layoutbox1[data-aftaler="1"][data-sager="1"] #page-20000031_layoutbox32,
#layoutbox1[data-digital-signature="1"] #page-20000031_layoutbox34,
#layoutbox1[data-samtalegrupper="1"] #page-20000031_layoutbox46,
#layoutbox1[data-aktiviteter="1"] #page-20000031_layoutbox56,
#layoutbox1[data-digital-post="1"] #page-20000031_layoutbox57,
/*min-side sager*/
#layoutbox1[data-sager="1"] #page-20000031_layoutbox35,
#layoutbox1[data-sager="1"] #page-20000031_layoutbox36,
#layoutbox1[data-sager="1"] #page-20000031_layoutbox37,
#layoutbox1[data-sager="1"] #page-20000031_layoutbox38,
#layoutbox1[data-sager="1"] #page-20000031_layoutbox39,

/*overblik*/
#layoutbox1[data-evaluation="1"][data-sager="1"] #page-20000019_mergefield_-20000053,

/* sager - digital post page*/
#layoutbox1[data-sager="1"] input#filter594_0,
#layoutbox1[data-sager="1"] label[for="filter594_0"],

/*overblik sager*/
#layoutbox1[data-sager="1"] #page-20000019_mergefield_-20000054,
#layoutbox1[data-sager="1"] #page-20000019_mergefield_-20000055,
#layoutbox1[data-sager="1"] #page-20000019_mergefield_-20000056,

/*Brugeradministration - filters*/
#layoutbox1[data-sager="1"] input[type="checkbox"][value="12"][name="filter195"]+label,
#layoutbox1[data-sager="1"] input[type="checkbox"][value="15"][name="filter195"]+label,

/*Chat*/
#layoutbox1[data-chat="1"] .navigationlistitem[data-navigationlistitem="615"],
#layoutbox1[data-chat="1"] .navigationlistitem[data-navigationlistitem="614"] {
    display: block;
}
/*chat*/

#layoutbox1[data-chat="1"]~#layoutbox22 {
    display: flex;
}

/*logo switch - demo only*/
*[data-sager="0"] div#mergefield_mt-logo-admin,
*[data-force-mt-logo="1"] div#mergefield_mt-logo-admin {
    display: block;
}
*[data-sager="0"] div#mergefield_logo-admin,
*[data-sager="0"] div#mergefield_logo-admin_10000,
*[data-force-mt-logo="1"] div#mergefield_logo-admin,
*[data-force-mt-logo="1"] div#mergefield_logo-admin_10000 {
    display: none;
}
/* RESOURCE #122 END */
/* RESOURCE #164 BEGIN */
.form .sun-editor {
    font-family: Helvetica Neue, Arial;
    border-radius: .14em;
    border: 1px solid var(--ghost_white);
}

.form .sun-editor .se-toolbar {
    background-color: var(--alabaster);
    outline: none;
}

.form .sun-editor .se-resizing-bar {
    border-top: none;
    background-color: var(--alabaster);
}

.form .sun-editor .se-btn-module-border {
    border: 1px solid var(--ghost_white);
    border-radius: .14em;
}

.form .sun-editor-editable {
    font-family: Helvetica Neue, Arial;
}


.form .sun-editor:focus-within {
    border-color: var(--cadet_blue);
}
/* RESOURCE #164 END */
/* RESOURCE #159 BEGIN */
.sun-editor{width:auto;height:auto;box-sizing:border-box;font-family:Helvetica Neue;border:1px solid #dadada;background-color:#fff;color:#000;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.sun-editor *{box-sizing:border-box;-webkit-user-drag:none;overflow:visible}.sun-editor-common button,.sun-editor-common input,.sun-editor-common select,.sun-editor-common textarea{font-size:14px;line-height:1.5}.sun-editor-common blockquote,.sun-editor-common body,.sun-editor-common button,.sun-editor-common code,.sun-editor-common dd,.sun-editor-common div,.sun-editor-common dl,.sun-editor-common dt,.sun-editor-common fieldset,.sun-editor-common form,.sun-editor-common h1,.sun-editor-common h2,.sun-editor-common h3,.sun-editor-common h4,.sun-editor-common h5,.sun-editor-common h6,.sun-editor-common input,.sun-editor-common legend,.sun-editor-common li,.sun-editor-common ol,.sun-editor-common p,.sun-editor-common pre,.sun-editor-common select,.sun-editor-common td,.sun-editor-common textarea,.sun-editor-common th,.sun-editor-common ul{margin:0;padding:0;border:0}.sun-editor-common dl,.sun-editor-common li,.sun-editor-common menu,.sun-editor-common ol,.sun-editor-common ul{list-style:none!important}.sun-editor-common hr{margin:6px 0!important}.sun-editor textarea{resize:none;border:0;padding:0}.sun-editor button{border:0;background-color:transparent;touch-action:manipulation;cursor:pointer;outline:none}.sun-editor button,.sun-editor input,.sun-editor select,.sun-editor textarea{vertical-align:middle}.sun-editor button span{display:block;margin:0;padding:0}.sun-editor button .txt{display:block;margin-top:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sun-editor button *{pointer-events:none;backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden}.sun-editor svg{fill:currentColor}.sun-editor .se-svg,.sun-editor button>svg{width:16px;height:16px;margin:auto;fill:currentColor;display:block;text-align:center;float:none}.sun-editor .close>svg,.sun-editor .se-dialog-close>svg{width:10px;height:10px}.sun-editor .se-btn-select>svg{float:right;width:10px;height:10px}.sun-editor .se-btn-list>.se-list-icon{display:inline-block;width:16px;height:16px;margin:-1px 10px 0 0;vertical-align:middle}.sun-editor .se-line-breaker>button>svg{width:24px;height:24px}.sun-editor button>i:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;font-size:15px;line-height:2}.sun-editor button>[class=se-icon-text]{font-size:20px;line-height:1}.sun-editor .se-arrow,.sun-editor .se-arrow:after{position:absolute;display:block;width:0;height:0;border:11px solid transparent}.sun-editor .se-arrow.se-arrow-up{top:-11px;left:20px;margin-left:-11px;border-top-width:0;border-bottom-color:#dadada}.sun-editor .se-arrow.se-arrow-up:after{top:1px;margin-left:-11px;content:" ";border-top-width:0;border-bottom-color:#fff}.sun-editor .se-toolbar .se-arrow.se-arrow-up:after{border-bottom-color:#fafafa}.sun-editor .se-arrow.se-arrow-down{top:0;left:0;margin-left:-11px;border-bottom-width:0;border-top-color:#dadada}.sun-editor .se-arrow.se-arrow-down:after{top:-12px;margin-left:-11px;content:" ";border-bottom-width:0;border-top-color:#fff}.sun-editor .se-toolbar .se-arrow.se-arrow-down:after{border-top-color:#fafafa}.sun-editor .se-container{position:relative;width:auto;height:auto}.sun-editor button{color:#000}.sun-editor .se-btn{float:left;width:34px;height:34px;border:0;border-radius:4px;margin:1px!important;padding:0;font-size:12px;line-height:27px}.sun-editor .se-btn:enabled:focus,.sun-editor .se-btn:enabled:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled:active{background-color:#d1d1d1;border-color:#c1c1c1;-webkit-box-shadow:inset 0 3px 5px #c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-btn-primary{color:#000;background-color:#c7deff;border:1px solid #80bdff;border-radius:4px}.sun-editor .se-btn-primary:focus,.sun-editor .se-btn-primary:hover{color:#000;background-color:#80bdff;border-color:#3f9dff;outline:0 none}.sun-editor .se-btn-primary:active{color:#fff;background-color:#3f9dff;border-color:#4592ff;-webkit-box-shadow:inset 0 3px 5px #4592ff;box-shadow:inset 0 3px 5px #4592ff}.sun-editor input,.sun-editor select,.sun-editor textarea{color:#000;border:1px solid #ccc;border-radius:4px}.sun-editor input:focus,.sun-editor select:focus,.sun-editor textarea:focus{border:1px solid #80bdff;outline:0;-webkit-box-shadow:0 0 0 .2rem #c7deff;box-shadow:0 0 0 .2rem #c7deff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sun-editor .se-btn:enabled.active{color:#4592ff;outline:0 none}.sun-editor .se-btn:enabled.active:focus,.sun-editor .se-btn:enabled.active:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled.active:active{background-color:#d1d1d1;border-color:#c1c1c1;-webkit-box-shadow:inset 0 3px 5px #c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-btn:enabled.on{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled.on:focus,.sun-editor .se-btn:enabled.on:hover{background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-btn:enabled.on:active{background-color:#c1c1c1;border-color:#b1b1b1;-webkit-box-shadow:inset 0 3px 5px #b1b1b1;box-shadow:inset 0 3px 5px #b1b1b1}.sun-editor .se-btn-list:disabled,.sun-editor .se-btn:disabled,.sun-editor button:disabled{cursor:not-allowed;background-color:inherit;color:#bdbdbd}.sun-editor .se-loading-box{position:absolute;display:none;width:100%;height:100%;top:0;left:0;background-color:#fff;opacity:.7;filter:alpha(opacity=70);z-index:2147483647}.sun-editor .se-loading-box .se-loading-effect{position:absolute;display:block;top:50%;left:50%;height:25px;width:25px;border-top:2px solid #07d;border-right:2px solid transparent;border-radius:50%;animation:spinner .8s linear infinite;margin:-25px 0 0 -25px}.sun-editor .se-line-breaker{position:absolute;display:none;width:100%;height:1px;cursor:text;border-top:1px solid #3288ff;z-index:7}.sun-editor .se-line-breaker>button.se-btn{position:relative;display:inline-block;width:30px;height:30px;top:-15px;float:none;left:-50%;background-color:#fff;border:1px solid #0c2240;opacity:.6;cursor:pointer}.sun-editor .se-line-breaker>button.se-btn:hover{opacity:.9;background-color:#fff;border-color:#041b39}.sun-editor .se-line-breaker-component{position:absolute;display:none;width:24px;height:24px;background-color:#fff;border:1px solid #0c2240;opacity:.6;border-radius:4px;cursor:pointer;z-index:7}.sun-editor .se-line-breaker-component:hover{opacity:.9}.sun-editor .se-toolbar{display:block;position:relative;height:auto;width:100%;overflow:visible;padding:0;margin:0;background-color:#fafafa;outline:1px solid #dadada;z-index:5}.sun-editor .se-toolbar-shadow{display:block!important;height:0!important;padding:0!important;margin:0!important;background-color:transparent!important;outline:none!important;border:none!important;z-index:0!important}.sun-editor .se-toolbar-cover{position:absolute;display:none;font-size:36px;width:100%;height:100%;top:0;left:0;background-color:#fefefe;opacity:.5;filter:alpha(opacity=50);cursor:not-allowed;z-index:4}.sun-editor .se-toolbar-separator-vertical{display:inline-block;height:0;width:0;margin:0;vertical-align:top}.sun-editor .se-toolbar.se-toolbar-balloon,.sun-editor .se-toolbar.se-toolbar-inline{display:none;position:absolute;box-shadow:0 3px 9px rgba(0,0,0,.5);-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5)}.sun-editor .se-toolbar.se-toolbar-balloon{z-index:2147483647;width:auto}.sun-editor .se-toolbar.se-toolbar-sticky{position:fixed;top:0}.sun-editor .se-toolbar-sticky-dummy{display:none;position:static;z-index:-1}.sun-editor .se-btn-module{display:inline-block}.sun-editor .se-btn-module-border{border:1px solid #dadada;border-radius:4px;margin-left:1px;margin-right:1px}.sun-editor .se-btn-module-enter{display:block;width:100%;height:0;margin:0;padding:0;background-color:transparent}.sun-editor .se-toolbar-more-layer{margin:0 -3px;background-color:#fafafa}.sun-editor .se-toolbar-more-layer .se-more-layer{display:none;border-top:1px solid #dadada}.sun-editor .se-toolbar-more-layer .se-more-layer .se-more-form{display:inline-block;width:100%;height:auto;padding:4px 3px 0}.sun-editor .se-btn-module .se-btn-more.se-btn-more-text{width:auto;padding:0 4px}.sun-editor .se-btn-module .se-btn-more:focus,.sun-editor .se-btn-module .se-btn-more:hover{color:#000;background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-btn-module .se-btn-more.on{color:#333;background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-btn-module .se-btn-more.on:hover{color:#000;background-color:#c1c1c1;border-color:#b1b1b1;outline:0 none}.sun-editor .se-menu-list,.sun-editor .se-menu-list li{float:left;padding:0;margin:0}.sun-editor .se-menu-list li{position:relative}.sun-editor .se-btn-select{width:auto;display:flex;padding:4px 6px}.sun-editor .se-btn-select .txt{flex:auto;text-align:left}.sun-editor .se-btn-select.se-btn-tool-font{width:100px}.sun-editor .se-btn-select.se-btn-tool-format{width:82px}.sun-editor .se-btn-select.se-btn-tool-size{width:78px}.sun-editor .se-btn-tray{position:relative;width:100%;height:auto;padding:4px 3px 0;margin:0}.sun-editor .se-menu-tray{position:absolute;top:0;left:0;width:100%;height:0}.sun-editor .se-submenu{overflow-x:hidden;overflow-y:auto}.sun-editor .se-menu-container{overflow-x:unset;overflow-y:unset}.sun-editor .se-list-layer{display:none;position:absolute;top:0;left:0;height:auto;z-index:5;border:1px solid #bababa;border-radius:4px;padding:6px 0;background-color:#fff;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);outline:0 none}.sun-editor .se-list-layer .se-list-inner{padding:0;margin:0;overflow-x:initial;overflow-y:initial;overflow:visible}.sun-editor .se-list-layer button{margin:0;width:100%}.sun-editor .se-list-inner ul{width:100%;padding:0}.sun-editor .se-list-inner li>button{min-width:100%;width:max-content}.sun-editor .se-list-inner .se-list-basic li{width:100%}.sun-editor .se-list-inner .se-list-basic li button.active{background-color:#80bdff;border:1px solid #3f9dff;border-left:0;border-right:0}.sun-editor .se-list-inner .se-list-basic li button.active:hover{background-color:#3f9dff;border:1px solid #4592ff;border-left:0;border-right:0}.sun-editor .se-list-inner .se-list-basic li button.active:active{background-color:#4592ff;border:1px solid #407dd1;border-left:0;border-right:0;-webkit-box-shadow:inset 0 3px 5px #407dd1;box-shadow:inset 0 3px 5px #407dd1}.sun-editor .se-list-inner .se-list-checked li button>.se-svg{float:left;padding:6px 6px 0 0}.sun-editor .se-list-inner .se-list-checked li button>.se-svg>svg{display:none}.sun-editor .se-list-inner .se-list-checked li button.se-checked{color:#4592ff}.sun-editor .se-list-inner .se-list-checked li button.se-checked>.se-svg>svg{display:block}.sun-editor .se-btn-list{width:100%;height:auto;min-height:32px;padding:0 14px;cursor:pointer;font-size:12px;line-height:normal;text-indent:0;text-decoration:none;text-align:left}.sun-editor .se-btn-list.default_value{background-color:#f3f3f3;border-top:1px dotted #b1b1b1;border-bottom:1px dotted #b1b1b1}.sun-editor .se-btn-list:focus,.sun-editor .se-btn-list:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn-list:active{background-color:#d1d1d1;border-color:#c1c1c1;-webkit-box-shadow:inset 0 3px 5px #c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-list-layer.se-list-font-size{min-width:140px;max-height:300px}.sun-editor .se-list-layer.se-list-font-family{min-width:156px}.sun-editor .se-list-layer.se-list-font-family .default{border-bottom:1px solid #ccc}.sun-editor .se-list-layer.se-list-line{width:125px}.sun-editor .se-list-layer.se-list-line hr{border-width:1px 0 0;height:1px}.sun-editor .se-list-layer.se-list-align .se-list-inner{left:9px}.sun-editor .se-list-layer.se-list-format{min-width:156px}.sun-editor .se-list-layer.se-list-format li{padding:0;width:100%}.sun-editor .se-list-layer.se-list-format ul .se-btn-list{line-height:100%}.sun-editor .se-list-layer.se-list-format ul .se-btn-list[data-value=h1]{height:40px}.sun-editor .se-list-layer.se-list-format ul .se-btn-list[data-value=h2]{height:34px}.sun-editor .se-list-layer.se-list-format ul p{font-size:13px}.sun-editor .se-list-layer.se-list-format ul div{font-size:13px;padding:4px 2px}.sun-editor .se-list-layer.se-list-format ul h1{font-size:2em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h2{font-size:1.5em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h3{font-size:1.17em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h4{font-size:1em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h5{font-size:.83em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h6{font-size:.67em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul blockquote{font-size:13px;color:#999;height:22px;margin:0;background-color:transparent;line-height:1.5;border-color:#b1b1b1;padding:0 0 0 7px;border-left:5px #b1b1b1;border-style:solid}.sun-editor .se-list-layer.se-list-format ul pre{font-size:13px;color:#666;padding:4px 11px;margin:0;background-color:#f9f9f9;border:1px solid #e1e1e1;border-radius:4px}.sun-editor .se-selector-table{display:none;position:absolute;top:34px;left:1px;z-index:5;padding:5px 0;float:left;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.sun-editor .se-selector-table .se-table-size{font-size:18px;padding:0 5px}.sun-editor .se-selector-table .se-table-size-picker{position:absolute!important;z-index:3;font-size:18px;width:10em;height:10em;cursor:pointer}.sun-editor .se-selector-table .se-table-size-highlighted{position:absolute!important;z-index:2;font-size:18px;width:1em;height:1em;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4QTZCNzMzN0I3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4QTZCNzMzNkI3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MzYyNEUxRUI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MzYyNEUxRkI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl0yAuwAAABBSURBVDhPY/wPBAxUAGCDGvdBeWSAeicIDTfIXREiQArYeR9hEBOEohyMGkQYjBpEGAxjg6ib+yFMygCVvMbAAABj0hwMTNeKJwAAAABJRU5ErkJggg==") repeat}.sun-editor .se-selector-table .se-table-size-unhighlighted{position:relative!important;z-index:1;font-size:18px;width:10em;height:10em;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat}.sun-editor .se-selector-table .se-table-size-display{padding-left:5px}.sun-editor .se-list-layer.se-table-split{top:36px}.sun-editor .se-list-layer .se-selector-color{display:flex;width:max-content;max-width:270px;height:auto;padding:0;margin:auto}.sun-editor .se-list-layer .se-selector-color .se-color-pallet{width:100%;height:100%;padding:0}.sun-editor .se-list-layer .se-selector-color .se-color-pallet li{display:flex;float:left;position:relative;margin:0}.sun-editor .se-list-layer .se-selector-color .se-color-pallet button{display:block;cursor:default;width:30px;height:30px;text-indent:-9999px}.sun-editor .se-list-layer .se-selector-color .se-color-pallet button.active,.sun-editor .se-list-layer .se-selector-color .se-color-pallet button:focus,.sun-editor .se-list-layer .se-selector-color .se-color-pallet button:hover{border:3px solid #fff}.sun-editor .se-form-group{display:flex;width:100%;min-height:40px;height:auto;padding:4px}.sun-editor .se-form-group input{flex:auto;display:inline-block;width:auto;height:33px;font-size:12px;margin:1px 0;padding:0;border-radius:.25rem;border:1px solid #ccc}.sun-editor .se-form-group button,.sun-editor .se-submenu-form-group button{float:right;width:34px;height:34px;margin:0 2px!important}.sun-editor .se-form-group button.se-btn{border:1px solid #ccc}.sun-editor .se-form-group>div{position:relative}.sun-editor .se-form-group label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}.sun-editor .se-form-group-label{width:100%;height:auto;padding:0 4px}.sun-editor .se-form-group-label label{font-size:13px;font-weight:700}.sun-editor .se-submenu .se-form-group input{width:auto;height:33px;color:#555}.sun-editor .se-submenu .se-form-group .se-color-input{width:72px;text-transform:uppercase;border:none;border-bottom:2px solid #b1b1b1;outline:none}.sun-editor .se-submenu .se-form-group .se-color-input:focus{border-bottom:3px solid #b1b1b1}.sun-editor .se-wrapper{position:relative!important;width:100%;height:auto;overflow:hidden;z-index:1}.sun-editor .se-wrapper .se-wrapper-inner{width:100%;height:100%;min-height:65px;overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;user-select:auto;-o-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;-webkit-user-select:auto;-ms-user-select:auto}.sun-editor .se-wrapper .se-wrapper-inner:focus{outline:none}.sun-editor .se-wrapper .se-wrapper-code{background-color:#191919;color:#fff;font-size:13px;word-break:break-all;padding:4px;margin:0;resize:none!important}.sun-editor .se-wrapper .se-wrapper-wysiwyg{display:block}.sun-editor .se-wrapper .se-wrapper-code-mirror{font-size:13px}.sun-editor .se-wrapper .se-placeholder{position:absolute;display:none;white-space:nowrap;text-overflow:ellipsis;z-index:1;color:#b1b1b1;font-size:13px;line-height:1.5;top:0;left:0;right:0;overflow:hidden;margin-top:0;padding-top:16px;padding-left:16px;margin-left:0;padding-right:16px;margin-right:0;pointer-events:none;backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden}.sun-editor .se-resizing-bar{display:flex;width:auto;height:auto;min-height:16px;border-top:1px solid #dadada;padding:0 4px;background-color:#fafafa;cursor:ns-resize}.sun-editor .se-resizing-bar.se-resizing-none{cursor:default}.sun-editor .se-resizing-back{position:absolute;display:none;cursor:default;top:0;left:0;width:100%;height:100%;z-index:2147483647}.sun-editor .se-resizing-bar .se-navigation{flex:auto;position:relative;width:auto;height:auto;color:#666;margin:0;padding:0;font-size:10px;line-height:1.5;background:transparent}.sun-editor .se-resizing-bar .se-char-counter-wrapper{flex:none;position:relative;display:block;width:auto;height:auto;margin:0;padding:0;color:#999;font-size:13px;background:transparent}.sun-editor .se-resizing-bar .se-char-counter-wrapper.se-blink{color:#b94a48;animation:blinker .2s linear infinite}.sun-editor .se-resizing-bar .se-char-counter-wrapper .se-char-label{margin-right:4px}.sun-editor .se-dialog{position:absolute;display:none;top:0;left:0;width:100%;height:100%;z-index:2147483647}.sun-editor .se-dialog button,.sun-editor .se-dialog input,.sun-editor .se-dialog label{font-size:14px;line-height:1.5;color:#111;margin:0}.sun-editor .se-dialog .se-dialog-back{background-color:#222;opacity:.5}.sun-editor .se-dialog .se-dialog-back,.sun-editor .se-dialog .se-dialog-inner{position:absolute;width:100%;height:100%;top:0;left:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content{position:relative;width:auto;max-width:500px;margin:1.75rem auto;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:4px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}@media screen and (max-width:509px){.sun-editor .se-dialog .se-dialog-inner .se-dialog-content{width:100%}}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content .se-btn-primary{display:inline-block;padding:6px 12px;margin:0 0 10px!important;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;border-radius:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header{height:50px;padding:6px 15px;border-bottom:1px solid #e5e5e5}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close{float:right;font-weight:700;text-shadow:0 1px 0 #fff;-webkit-appearance:none;filter:alpha(opacity=100);opacity:1}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title{float:left;font-size:14px;font-weight:700;margin:0;padding:0;line-height:2.5}.sun-editor .se-dialog .se-dialog-inner .se-dialog-body{position:relative;padding:15px 15px 5px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form{margin-bottom:10px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer{margin-top:10px;margin-bottom:0}.sun-editor .se-dialog .se-dialog-inner input:disabled{background-color:#f3f3f3}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text{width:100%}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-h,.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-w{width:70px;text-align:center}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-x{margin:0 8px;width:25px;text-align:center}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer{height:auto;min-height:55px;padding:10px 15px 0;text-align:right;border-top:1px solid #e5e5e5}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer>div{float:left}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer>div>label{margin:0 5px 0 0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-radio{margin-left:12px;margin-right:6px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-check{margin-left:12px;margin-right:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer .se-dialog-btn-check{margin-left:0;margin-right:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer label:first-child{margin-right:16px;margin-left:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files{position:relative;display:flex;align-items:center}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files>input{flex:auto}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button{flex:auto;opacity:.8;border:1px solid #ccc}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button.se-file-remove>svg{width:8px;height:8px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button:hover{background-color:#f0f0f0;outline:0 none}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button:active{background-color:#e9e9e9;-webkit-box-shadow:inset 0 3px 5px #d6d6d6;box-shadow:inset 0 3px 5px #d6d6d6}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select{display:inline-block;width:auto;height:34px;font-size:14px;text-align:center;line-height:1.42857143}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-control{display:inline-block;width:70px;height:34px;font-size:14px;text-align:center;line-height:1.42857143}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form{display:block;width:100%;height:34px;font-size:14px;line-height:1.42857143;padding:0 4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-input-url{direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-input-url:disabled{text-decoration:line-through;color:#999}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-video-ratio{width:70px;margin-left:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form a{color:#004cff}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert{border:1px solid #ccc}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:active{background-color:#d1d1d1;border-color:#c1c1c1;-webkit-box-shadow:inset 0 3px 5px #c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-dialog-tabs{width:100%;height:25px;border-bottom:1px solid #e5e5e5}.sun-editor .se-dialog-tabs button{background-color:#e5e5e5;border-right:1px solid #e5e5e5;float:left;outline:none;padding:2px 13px;transition:.3s}.sun-editor .se-dialog-tabs button:hover{background-color:#fff}.sun-editor .se-dialog-tabs button.active{background-color:#fff;border-bottom:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-math-exp{resize:vertical;height:14em;border:1px solid #ccc;font-size:13px;padding:4px;direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select.se-math-size{width:6em;height:28px;margin-left:1em}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview{font-size:13px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>span{display:inline-block;-webkit-box-shadow:0 0 0 .1rem #c7deff;box-shadow:0 0 0 .1rem #c7deff}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>span *{direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>.se-math-katex-error{color:#b94a48;-webkit-box-shadow:0 0 0 .1rem #f2dede;box-shadow:0 0 0 .1rem #f2dede}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>.se-math-katex-error svg{width:auto;height:30px;color:#b94a48}.sun-editor .se-dialog .se-dialog-inner .se-link-preview{display:block;height:auto;max-height:18px;font-size:13px;font-weight:400;font-family:inherit;color:#666;background-color:transparent;overflow:hidden;text-overflow:ellipsis;word-break:break-all;white-space:pre}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form{width:100%;display:flex;margin-top:4px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form .se-svg.se-anchor-preview-icon{flex:unset;display:none;line-height:1.5;color:#4592ff}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form .se-link-preview{flex:auto;margin:0}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel{height:34px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-btn{width:46px;color:#3f9dff}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-wrapper{display:flex;line-height:1.5;padding-top:6px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-preview{text-align:left}.sun-editor .se-controller .se-arrow.se-arrow-up{border-bottom-color:rgba(0,0,0,.25)}.sun-editor .se-controller{position:absolute;display:none;overflow:visible;z-index:6;border:1px solid rgba(0,0,0,.25);border-radius:4px;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.sun-editor .se-controller .se-btn-group{position:relative;display:flex;vertical-align:middle;padding:2px;top:0;left:0}.sun-editor .se-controller .se-btn-group .se-btn-group-sub{left:50%;min-width:auto;width:max-content;display:none}.sun-editor .se-controller .se-btn-group .se-btn-group-sub button{margin:0;min-width:72px}.sun-editor .se-controller .se-btn-group button{position:relative;min-height:34px;height:auto;border:none;border-radius:4px;margin:1px;padding:5px 10px;font-size:12px;line-height:1.5;display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation}.sun-editor .se-controller .se-btn-group button:focus:enabled,.sun-editor .se-controller .se-btn-group button:hover:enabled{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:active:enabled{background-color:#d1d1d1;border-color:#c1c1c1;-webkit-box-shadow:inset 0 3px 5px #c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-controller .se-btn-group button span{display:block;padding:0;margin:0}.sun-editor .se-controller .se-btn-group button:enabled.active{color:#4592ff;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.active:focus,.sun-editor .se-controller .se-btn-group button:enabled.active:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.active:active{background-color:#d1d1d1;border-color:#c1c1c1;-webkit-box-shadow:inset 0 3px 5px #c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-controller .se-btn-group button:enabled.on{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.on:focus,.sun-editor .se-controller .se-btn-group button:enabled.on:hover{background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.on:active{background-color:#c1c1c1;border-color:#b1b1b1;-webkit-box-shadow:inset 0 3px 5px #b1b1b1;box-shadow:inset 0 3px 5px #b1b1b1}.sun-editor .se-controller .se-form-group input{min-width:120px}.sun-editor .se-controller-resizing{margin-top:-50px!important;padding:0;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143}.sun-editor .se-controller-resizing .se-btn-group .se-btn-group-sub.se-resizing-align-list{width:74px}.sun-editor .se-resizing-container{position:absolute;display:none;outline:1px solid #3f9dff;background-color:transparent}.sun-editor .se-resizing-container .se-modal-resize{position:absolute;display:inline-block;background-color:#3f9dff;opacity:.3}.sun-editor .se-resizing-container .se-resize-dot{position:absolute;top:0;left:0;width:100%;height:100%}.sun-editor .se-resizing-container .se-resize-dot>span{position:absolute;width:7px;height:7px;background-color:#3f9dff;border:1px solid #4592ff}.sun-editor .se-resizing-container .se-resize-dot>span.tl{top:-5px;left:-5px;cursor:nw-resize}.sun-editor .se-resizing-container .se-resize-dot>span.tr{top:-5px;right:-5px;cursor:ne-resize}.sun-editor .se-resizing-container .se-resize-dot>span.bl{bottom:-5px;left:-5px;cursor:sw-resize}.sun-editor .se-resizing-container .se-resize-dot>span.br{right:-5px;bottom:-5px;cursor:se-resize}.sun-editor .se-resizing-container .se-resize-dot>span.lw{left:-7px;bottom:50%;cursor:w-resize}.sun-editor .se-resizing-container .se-resize-dot>span.th{left:50%;top:-7px;cursor:n-resize}.sun-editor .se-resizing-container .se-resize-dot>span.rw{right:-7px;bottom:50%;cursor:e-resize}.sun-editor .se-resizing-container .se-resize-dot>span.bh{right:50%;bottom:-7px;cursor:s-resize}.sun-editor .se-resizing-container .se-resize-display{position:absolute;right:0;bottom:0;padding:5px;margin:5px;font-size:12px;color:#fff;background-color:#333;border-radius:4px}.sun-editor .se-controller-table,.sun-editor .se-controller-table-cell{width:auto}.sun-editor .se-controller-link,.sun-editor .se-controller-table,.sun-editor .se-controller-table-cell{padding:0;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143}.sun-editor .se-controller-link:after,.sun-editor .se-controller-link:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sun-editor .se-controller-link .link-content{padding:0;margin:0}.sun-editor .se-controller-link .link-content a{display:inline-block;color:#4592ff;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;margin-left:5px}.sun-editor .se-select-list{position:absolute;top:0;left:0;display:none;width:auto;max-width:100%;background-color:#fff;padding:0;margin:0;border:1px solid #bababa;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);outline:0 none}.sun-editor .se-select-list .se-select-item{line-height:28px;min-height:28px;font-size:13px;padding:0 5px;margin:2px 0;cursor:pointer}.sun-editor .se-select-list.__se_select-menu-mouse-move .se-select-item:hover,.sun-editor .se-select-list:not(.__se_select-menu-mouse-move) .se-select-item.active{background-color:#e1e1e1}.sun-editor .se-dialog-form-files .se-select-list{width:100%}.sun-editor .se-file-browser{position:absolute;display:none;top:0;left:0;width:100%;height:100%;z-index:2147483647}.sun-editor .se-file-browser button,.sun-editor .se-file-browser input,.sun-editor .se-file-browser label{font-size:14px;line-height:1.5;color:#111;margin:0}.sun-editor .se-file-browser .se-file-browser-back{background-color:#222;opacity:.5}.sun-editor .se-file-browser .se-file-browser-back,.sun-editor .se-file-browser .se-file-browser-inner{position:absolute;display:block;width:100%;height:100%;top:0;left:0}.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{position:relative;width:960px;max-width:100%;margin:20px auto;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:4px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.sun-editor .se-file-browser .se-file-browser-header{height:auto;min-height:50px;padding:6px 15px;border-bottom:1px solid #e5e5e5}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-close{float:right;font-weight:700;text-shadow:0 1px 0 #fff;-webkit-appearance:none;filter:alpha(opacity=100);opacity:1}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-close>svg{width:12px;height:12px}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-title{font-size:16px;font-weight:700;margin:0;padding:0;line-height:2.2}.sun-editor .se-file-browser .se-file-browser-tags{display:block;width:100%;padding:0;text-align:left;margin:0 -15px}.sun-editor .se-file-browser .se-file-browser-tags a{display:inline-block;background-color:#f5f5f5;padding:6px 12px;margin:8px 0 8px 8px;color:#333;text-decoration:none;border-radius:32px;-moz-border-radius:32px;-webkit-border-radius:32px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;cursor:pointer}.sun-editor .se-file-browser .se-file-browser-tags a:hover{background-color:#e1e1e1}.sun-editor .se-file-browser .se-file-browser-tags a:active{background-color:#d1d1d1}.sun-editor .se-file-browser .se-file-browser-tags a.on{background-color:#ebf3fe;color:#4592ff}.sun-editor .se-file-browser .se-file-browser-tags a.on:hover{background-color:#d8e8fe}.sun-editor .se-file-browser .se-file-browser-tags a.on:active{background-color:#c7deff}.sun-editor .se-file-browser .se-file-browser-body{position:relative;height:auto;min-height:350px;padding:20px;overflow-y:auto}.sun-editor .se-file-browser .se-file-browser-body .se-file-browser-list{position:relative;width:100%}@media screen and (max-width:992px){.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{width:748px}}@media screen and (max-width:768px){.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{width:600px}}.sun-editor .se-file-browser .se-file-browser-list .se-file-item-column{position:relative;display:block;height:auto;float:left}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(25% - 20px);margin:0 10px}@media screen and (max-width:992px){.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(33% - 20px)}}@media screen and (max-width:768px){.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(50% - 20px)}}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img{position:relative;display:block;cursor:pointer;width:100%;height:auto;border-radius:4px;outline:0;margin:10px 0}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img:hover{opacity:.8;-webkit-box-shadow:0 0 0 .2rem #3288ff;box-shadow:0 0 0 .2rem #3288ff}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>img{position:relative;display:block;width:100%;border-radius:4px;outline:0;height:auto}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>.se-file-img-name{position:absolute;z-index:1;font-size:13px;color:#fff;left:0;bottom:0;padding:5px 10px;background-color:transparent;width:100%;height:30px;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>.se-file-img-name.se-file-name-back{background-color:#333;opacity:.6}.sun-editor .se-notice{position:absolute;top:0;display:none;z-index:7;width:100%;height:auto;word-break:break-all;font-size:13px;color:#b94a48;background-color:#f2dede;padding:15px;margin:0;border:1px solid #eed3d7;user-select:auto;-o-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;-webkit-user-select:auto;-ms-user-select:auto}.sun-editor .se-notice button{float:right;padding:7px}.sun-editor .se-tooltip{position:relative;overflow:visible}.sun-editor .se-tooltip .se-tooltip-inner{visibility:hidden;position:absolute;display:block;width:auto;height:auto;top:120%;left:50%;background:transparent;opacity:0;z-index:1;line-height:1.5;transition:opacity .5s;margin:0;padding:0;bottom:auto;float:none;pointer-events:none;backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text{position:relative;display:inline-block;width:auto;height:auto;left:-50%;font-size:.9em;margin:0;padding:4px 6px;border-radius:2px;background-color:#333;color:#fff;text-align:center;line-height:unset;white-space:nowrap;cursor:auto}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text:after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-5px;border:5px solid transparent;border-bottom-color:#333}.sun-editor .se-tooltip:hover .se-tooltip-inner{visibility:visible;opacity:1}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut{display:block!important}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut>.se-shortcut-key{display:inline;font-weight:700}.sun-editor.se-rtl .se-btn-tray{direction:rtl}.sun-editor.se-rtl .se-btn-select svg{margin:auto 1px}.sun-editor.se-rtl .se-btn-select .txt{flex:auto;text-align:right;direction:rtl}.sun-editor.se-rtl .se-btn-list{text-align:right}.sun-editor.se-rtl .se-btn-list>.se-list-icon{margin:-1px 0 0 10px}.sun-editor.se-rtl .se-menu-list:not(.se-menu-dir-fix),.sun-editor.se-rtl .se-menu-list:not(.se-menu-dir-fix) li{float:right}.sun-editor.se-rtl .se-list-layer *{direction:rtl}.sun-editor.se-rtl .se-list-layer.se-list-format ul blockquote{padding:0 7px 0 0;border-right-width:5px;border-left-width:0}.sun-editor.se-rtl .se-list-layer .se-selector-color .se-color-pallet li{float:right}.sun-editor.se-rtl .se-list-inner .se-list-checked li button>.se-svg{float:right;padding:6px 0 0 6px}.sun-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text,.sun-editor.se-rtl .se-wrapper .se-placeholder{direction:rtl}.sun-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut{direction:ltr}.sun-editor.se-rtl .se-dialog *{direction:rtl}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-form .se-video-ratio{margin-left:0;margin-right:4px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close{float:left}.sun-editor.se-rtl .se-dialog-tabs button,.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title{float:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-size-text{padding-right:34px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer .se-btn-primary{float:left}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer>div{float:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer>div>label{margin:0 0 0 5px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-form-footer label:first-child{margin-left:16px;margin-right:0}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-preview{margin-left:4px;text-align:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-btn{float:right}.sun-editor.se-rtl .se-file-browser *{direction:rtl}.sun-editor.se-rtl .se-file-browser .se-file-browser-tags{text-align:right}.sun-editor.se-rtl .se-file-browser .se-file-browser-tags a{margin:8px 8px 0}.sun-editor.se-rtl .se-file-browser .se-file-browser-header .se-file-browser-close{float:left}.sun-editor.se-rtl .se-controller .se-btn-group,.sun-editor.se-rtl .se-resizing-container .se-resize-display{direction:rtl}.sun-editor .se-btn-module-border.module-float-left{float:left}.sun-editor .se-btn-module-border.module-float-right{float:right}.sun-editor .se-error{color:#d9534f}.sun-editor input.se-error:focus,select.se-error:focus,textarea.se-error:focus{border:1px solid #f2dede;outline:0;-webkit-box-shadow:0 0 0 .2rem #eed3d7;box-shadow:0 0 0 .2rem #eed3d7;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sun-editor hr.__se__solid{border-style:solid none none}.sun-editor hr.__se__dotted{border-style:dotted none none}.sun-editor hr.__se__dashed{border-style:dashed none none}@keyframes blinker{50%{opacity:0}}@keyframes spinner{to{transform:rotate(361deg)}}.sun-editor-editable{font-family:Helvetica Neue;font-size:13px;color:#333;background-color:#fff;line-height:1.5;word-break:normal;word-wrap:break-word;padding:16px;margin:0}.sun-editor-editable *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family:inherit;font-size:inherit;color:inherit}.sun-editor-editable.se-rtl *{direction:rtl}.sun-editor-editable .se-component>figure{direction:ltr}.sun-editor-editable audio,.sun-editor-editable figcaption,.sun-editor-editable figure,.sun-editor-editable iframe,.sun-editor-editable img,.sun-editor-editable td,.sun-editor-editable th,.sun-editor-editable video{position:relative}.sun-editor-editable span{display:inline;vertical-align:baseline;margin:0;padding:0}.sun-editor-editable span.katex{display:inline-block}.sun-editor-editable span.katex *{direction:ltr}.sun-editor-editable a{color:#004cff;text-decoration:none}.sun-editor-editable span[style~="color:"] a{color:inherit}.sun-editor-editable a:focus,.sun-editor-editable a:hover{cursor:pointer;color:#0093ff;text-decoration:underline}.sun-editor-editable a.on{color:#0093ff;background-color:#e8f7ff}.sun-editor-editable pre{display:block;padding:8px;margin:0 0 10px;font-family:monospace;color:#666;line-height:1.45;background-color:#f9f9f9;border:1px solid #e1e1e1;border-radius:2px;white-space:pre-wrap!important;word-wrap:break-word;overflow:visible}.sun-editor-editable ol{list-style-type:decimal}.sun-editor-editable ol,.sun-editor-editable ul{list-style-position:outside;display:block;margin-block-start:1em;margin-block-end:1em;margin-inline-start:0;margin-inline-end:0;padding-inline-start:40px}.sun-editor-editable ul{list-style-type:disc}.sun-editor-editable li{display:list-item;text-align:-webkit-match-parent;margin-bottom:5px}.sun-editor-editable ol ol,.sun-editor-editable ol ul,.sun-editor-editable ul ol,.sun-editor-editable ul ul{margin:0}.sun-editor-editable ol ol,.sun-editor-editable ul ol{list-style-type:lower-alpha}.sun-editor-editable ol ol ol,.sun-editor-editable ul ol ol,.sun-editor-editable ul ul ol{list-style-type:upper-roman}.sun-editor-editable ol ul,.sun-editor-editable ul ul{list-style-type:circle}.sun-editor-editable ol ol ul,.sun-editor-editable ol ul ul,.sun-editor-editable ul ul ul{list-style-type:square}.sun-editor-editable sub,.sun-editor-editable sup{font-size:75%;line-height:0}.sun-editor-editable sub{vertical-align:sub}.sun-editor-editable sup{vertical-align:super}.sun-editor-editable p{display:block;margin:0 0 10px}.sun-editor-editable div{display:block;margin:0;padding:0}.sun-editor-editable blockquote{display:block;font-family:inherit;font-size:inherit;color:#999;margin-block-start:1em;margin-block-end:1em;margin-inline-start:0;margin-inline-end:0;padding:0 5px 0 20px;border:solid #b1b1b1;border-width:0 0 0 5px}.sun-editor-editable blockquote blockquote{border-color:#c1c1c1}.sun-editor-editable blockquote blockquote blockquote{border-color:#d1d1d1}.sun-editor-editable blockquote blockquote blockquote blockquote{border-color:#e1e1e1}.sun-editor-editable.se-rtl blockquote{padding-left:5px;padding-right:20px;border-left-width:0;border-right-width:5px}.sun-editor-editable h1{font-size:2em;margin-block-start:.67em;margin-block-end:.67em}.sun-editor-editable h1,.sun-editor-editable h2{display:block;margin-inline-start:0;margin-inline-end:0;font-weight:700}.sun-editor-editable h2{font-size:1.5em;margin-block-start:.83em;margin-block-end:.83em}.sun-editor-editable h3{font-size:1.17em;margin-block-start:1em;margin-block-end:1em}.sun-editor-editable h3,.sun-editor-editable h4{display:block;margin-inline-start:0;margin-inline-end:0;font-weight:700}.sun-editor-editable h4{font-size:1em;margin-block-start:1.33em;margin-block-end:1.33em}.sun-editor-editable h5{font-size:.83em;margin-block-start:1.67em;margin-block-end:1.67em}.sun-editor-editable h5,.sun-editor-editable h6{display:block;margin-inline-start:0;margin-inline-end:0;font-weight:700}.sun-editor-editable h6{font-size:.67em;margin-block-start:2.33em;margin-block-end:2.33em}.sun-editor-editable hr{display:flex;border-width:1px 0 0;border-color:#000;border-image:initial;height:1px}.sun-editor-editable hr.__se__solid{border-style:solid none none}.sun-editor-editable hr.__se__dotted{border-style:dotted none none}.sun-editor-editable hr.__se__dashed{border-style:dashed none none}.sun-editor-editable hr.on{border-color:#4592ff;-webkit-box-shadow:0 0 0 .1rem #c7deff;box-shadow:0 0 0 .1rem #c7deff}.sun-editor-editable table{display:table;table-layout:auto!important;border:1px solid #ccc;width:100%;max-width:100%;margin:0 0 10px;background-color:transparent;border-spacing:0;border-collapse:collapse}.sun-editor-editable.se-rtl table{margin:0 0 10px auto}.sun-editor-editable table thead{border-bottom:2px solid #333}.sun-editor-editable table tr{border:1px solid #efefef}.sun-editor-editable table th{background-color:#f3f3f3}.sun-editor-editable table td,.sun-editor-editable table th{border:1px solid #e1e1e1;padding:.4em;background-clip:padding-box}.sun-editor-editable table.se-table-size-auto{width:auto!important}.sun-editor-editable table.se-table-size-100{width:100%!important}.sun-editor-editable table.se-table-layout-auto{table-layout:auto!important}.sun-editor-editable table.se-table-layout-fixed{table-layout:fixed!important}.sun-editor-editable table td.se-table-selected-cell,.sun-editor-editable table th.se-table-selected-cell{outline:1px double #4592ff}.sun-editor-editable.se-disabled *{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.sun-editor-editable .se-component{display:flex;padding:1px;margin:0 0 10px}.sun-editor-editable[contenteditable=true] .se-component{outline:1px dashed #e1e1e1}.sun-editor-editable[contenteditable=true] .se-component.se-component-copy{-webkit-box-shadow:0 0 0 .2rem #80bdff;box-shadow:0 0 0 .2rem #3f9dff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sun-editor-editable .__se__float-left{float:left;margin-right:4px}.sun-editor-editable .__se__float-right{float:right;margin-left:4px}.sun-editor-editable .__se__float-center{float:center}.sun-editor-editable .__se__float-none{float:none}.sun-editor-editable audio,.sun-editor-editable iframe,.sun-editor-editable img,.sun-editor-editable video{display:block;margin:0;padding:0;width:auto;height:auto;max-width:100%}.sun-editor-editable[contenteditable=true]:not(.se-read-only) figure:after{position:absolute;content:"";z-index:1;top:0;left:0;right:0;bottom:0;cursor:default;display:block;background:transparent}.sun-editor-editable[contenteditable=true] figure a,.sun-editor-editable[contenteditable=true] figure iframe,.sun-editor-editable[contenteditable=true] figure img,.sun-editor-editable[contenteditable=true] figure video{z-index:0}.sun-editor-editable[contenteditable=true] figure figcaption{display:block;z-index:2}.sun-editor-editable[contenteditable=true] figure figcaption:focus{border-color:#80bdff;outline:0;-webkit-box-shadow:0 0 0 .2rem #c7deff;box-shadow:0 0 0 .2rem #c7deff}.sun-editor-editable .se-image-container,.sun-editor-editable .se-video-container{width:auto;height:auto;max-width:100%}.sun-editor-editable figure{display:block;outline:none;padding:0;margin:0}.sun-editor-editable .__se__float-center figure,.sun-editor-editable .__se__float-left figure,.sun-editor-editable .__se__float-right figure{margin:auto!important}.sun-editor-editable figure figcaption{padding:1em .5em;margin:0;background-color:#f9f9f9;outline:none}.sun-editor-editable figure figcaption p{line-height:2;margin:0}.sun-editor-editable .se-image-container a img{padding:1px;margin:1px;outline:1px solid #4592ff}.sun-editor-editable .se-video-container iframe,.sun-editor-editable .se-video-container video{outline:1px solid #9e9e9e;position:absolute;top:0;left:0;border:0;width:100%;height:100%}.sun-editor-editable .se-video-container figure{left:0;width:100%;max-width:100%}.sun-editor-editable audio{width:300px;height:54px}.sun-editor-editable audio.active{outline:2px solid #80bdff}.sun-editor-editable.se-show-block div,.sun-editor-editable.se-show-block h1,.sun-editor-editable.se-show-block h2,.sun-editor-editable.se-show-block h3,.sun-editor-editable.se-show-block h4,.sun-editor-editable.se-show-block h5,.sun-editor-editable.se-show-block h6,.sun-editor-editable.se-show-block li,.sun-editor-editable.se-show-block ol,.sun-editor-editable.se-show-block p,.sun-editor-editable.se-show-block pre,.sun-editor-editable.se-show-block ul{border:1px dashed #3f9dff!important;padding:14px 8px 8px!important}.sun-editor-editable.se-show-block ol,.sun-editor-editable.se-show-block ul{border:1px dashed #d539ff!important}.sun-editor-editable.se-show-block pre{border:1px dashed #27c022!important}.se-show-block p{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPAQMAAAAF7dc0AAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAaSURBVAjXY/j/gwGCPvxg+F4BQiAGDP1HQQByxxw0gqOzIwAAAABJRU5ErkJggg==") no-repeat}.se-show-block div{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAPAQMAAAAxlBYoAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAmSURBVAjXY/j//wcDDH+8XsHwDYi/hwNx1A8w/nYLKH4XoQYJAwCXnSgcl2MOPgAAAABJRU5ErkJggg==") no-repeat}.se-show-block h1{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAfSURBVAjXY/j/v4EBhr+9B+LzEPrDeygfhI8j1CBhAEhmJGY4Rf6uAAAAAElFTkSuQmCC") no-repeat}.se-show-block h2{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAmSURBVAjXY/j/v4EBhr+dB+LtQPy9geEDEH97D8T3gbgdoQYJAwA51iPuD2haEAAAAABJRU5ErkJggg==") no-repeat}.se-show-block h3{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j/v4EBhr+dB+LtQPy9geHDeQgN5p9HqEHCADeWI+69VG2MAAAAAElFTkSuQmCC") no-repeat}.se-show-block h4{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPAQMAAADTSA1RAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j//wADDH97DsTXIfjDdiDdDMTfIRhZHRQDAKJOJ6L+K3y7AAAAAElFTkSuQmCC") no-repeat}.se-show-block h5{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAlSURBVAjXY/j/v4EBhr+1A/F+IO5vYPiwHUh/B2IQfR6hBgkDABlWIy5uM+9GAAAAAElFTkSuQmCC") no-repeat}.se-show-block h6{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j/v4EBhr+dB+LtQLy/geFDP5S9HSKOrA6KAR9GIza1ptJnAAAAAElFTkSuQmCC") no-repeat}.se-show-block li{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAPCAYAAADkmO9VAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA7SURBVDhPYxgFcNDQ0PAfykQBIHEYhgoRB/BpwCfHBKWpBkaggYxQGgOgBzyQD1aLLA4TGwWDGjAwAACR3RcEU9Ui+wAAAABJRU5ErkJggg==") no-repeat}.se-show-block ol{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABHSURBVDhPYxgFcNDQ0PAfhKFcFIBLHCdA1oBNM0kGEmMAPgOZoDTVANUNxAqQvURMECADRiiNAWCagDSGGhyW4DRrMAEGBgAu0SX6WpGgjAAAAABJRU5ErkJggg==") no-repeat}.se-show-block ul{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA1SURBVDhPYxgFDA0NDf+hTBSALI5LDQgwQWmqgVEDKQcsUBoF4ItFGEBXA+QzQpmDGjAwAAA8DQ4Lni6gdAAAAABJRU5ErkJggg==") no-repeat}.sun-editor-editable .__se__p-bordered,.sun-editor .__se__p-bordered{border-top:1px solid #b1b1b1;border-bottom:1px solid #b1b1b1;padding:4px 0}.sun-editor-editable .__se__p-spaced,.sun-editor .__se__p-spaced{letter-spacing:1px}.sun-editor-editable .__se__p-neon,.sun-editor .__se__p-neon{font-weight:200;font-style:italic;background:#000;color:#fff;padding:6px 4px;border:2px solid #fff;border-radius:6px;text-transform:uppercase;animation:neonFlicker 1.5s infinite alternate}@keyframes neonFlicker{0%,19%,21%,23%,25%,54%,56%,to{text-shadow:-.2rem -.2rem 1rem #fff,.2rem .2rem 1rem #fff,0 0 2px #f40,0 0 4px #f40,0 0 6px #f40,0 0 8px #f40,0 0 10px #f40;box-shadow:0 0 .5px #fff,inset 0 0 .5px #fff,0 0 2px #08f,inset 0 0 2px #08f,0 0 4px #08f,inset 0 0 4px #08f}20%,24%,55%{text-shadow:none;box-shadow:none}}.sun-editor-editable .__se__t-shadow,.sun-editor .__se__t-shadow{text-shadow:-.2rem -.2rem 1rem #fff,.2rem .2rem 1rem #fff,0 0 .2rem #999,0 0 .4rem #888,0 0 .6rem #777,0 0 .8rem #666,0 0 1rem #555}.sun-editor-editable .__se__t-code,.sun-editor .__se__t-code{font-family:monospace;color:#666;background-color:rgba(27,31,35,.05);border-radius:6px;padding:.2em .4em}
/* RESOURCE #159 END */
