openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

openrat.css (68198B)


      1 /* Include style: /default/style/openrat-breadcrumb */
      2 /*
      3 OpenRat Content Management System
      4 Copyright (C) 2002-2010 Jan Dankert
      5 
      6 This program is free software; you can redistribute it and/or
      7 modify it under the terms of the GNU General Public License
      8 as published by the Free Software Foundation; either version 2
      9 of the License, or (at your option) any later version.
     10 
     11 This program is distributed in the hope that it will be useful,
     12 but WITHOUT ANY WARRANTY; without even the implied warranty of
     13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     14 GNU General Public License for more details.
     15 
     16 You should have received a copy of the GNU General Public License
     17 along with this program; if not, write to the Free Software
     18 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
     19 */
     20 .or-breadcrumb {
     21 	margin-left: 0;
     22 	margin-right: 0.5em;
     23 }
     24 .or-breadcrumb > * {
     25 	vertical-align: middle;
     26 	display: inline;
     27 	margin-right: 0.3em;
     28 }
     29 @media only screen and (min-width: 100rem) {
     30 	.or-breadcrumb-parent {
     31 		display: none;
     32 	}
     33 }
     34 .or-breadcrumb-path {
     35 	display: none;
     36 }
     37 @media only screen and (min-width: 100rem) {
     38 	.or-breadcrumb-path {
     39 		display: inline;
     40 	}
     41 }
     42 .or-breadcrumb-item {
     43 	/*            .or-image-icon {
     44                 margin-right: 0.2em;
     45                 @media @smartphones {
     46                   display: none;
     47                 }
     48             }*/
     49 }
     50 .or-breadcrumb-text {
     51 	font-weight: bold;
     52 	width: 12em;
     53 	white-space: nowrap;
     54 	text-overflow: ellipsis;
     55 	overflow: hidden;
     56 	display: inline-block;
     57 }
     58 @media only screen and (max-width: 55rem) {
     59 	.or-breadcrumb-text {
     60 		width: 5.5em;
     61 	}
     62 }
     63 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Fcms%5C%2Fui%5C%2Fthemes%5C%2Fdefault%5C%2Fstyle%5C%2Fopenrat-breadcrumb.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAyBI%2CGAAC%3BCACC%3BCACA%3B%3BAAFF%2CGAAC%2CWAIG%3BCACE%3BCACA%3BCACA%3B%3BAAOJ%3BCAAA%2CGAdD%2CWAUE%3BEAEG%3B%3B%3BAAIJ%2CGAhBD%2CWAgBE%3BCAEC%3B%3BAAKF%3BCAAA%2CGAvBD%2CWAgBE%3BEAKG%3B%3B%3BAAUJ%2CGA%5C%2FBD%2CWA%2BBE%3B%3B%3B%3B%3B%3B%3B%3BAAUD%2CGAzCD%2CWAyCE%3BCAEC%3BCACA%3BCAIA%3BCACA%3BCACA%3BCACA%3B%3BAAHA%3BCAAA%2CGAhDH%2CWAyCE%3BEAKG%22%7D */
     64 /* Include style: /default/style/openrat-button */
     65 .or-button {
     66 	z-index: 4;
     67 }
     68 .or-button-knob {
     69 	margin: 0.5em;
     70 }
     71 .or-button--is-active .or-button-value,
     72 .or-button--active-on-hover:hover .or-button-value {
     73 	display: initial;
     74 }
     75 .or-button-value {
     76 	display: none;
     77 	position: absolute;
     78 	right: 1em;
     79 }
     80 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Fcms%5C%2Fui%5C%2Fthemes%5C%2Fdefault%5C%2Fstyle%5C%2Fopenrat-button.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAGI%2CGAAC%3BCAuBG%3B%3BAArBA%2CGAFH%2COAEI%3BCAEC%3B%3BAAIF%2CGARH%2COAQI%2CWAEG%3BAADJ%2CGATH%2COASI%2CiBAAiB%2CMACd%3BCACE%3B%3BAAKN%2CGAhBH%2COAgBI%3BCACC%3BCACA%3BCACA%22%7D */
     81 /* Include style: /default/style/openrat-collapsible */
     82 .or-collapsible {
     83 	/* Offen */
     84 }
     85 .or-collapsible .or-collapsible-act-switch {
     86 	cursor: pointer;
     87 }
     88 .or-collapsible .or-collapsible-value {
     89 	max-height: 0;
     90 	opacity: 0;
     91 }
     92 .or-collapsible .or-collapsible-title {
     93 	padding-bottom: 0.1em;
     94 }
     95 .or-collapsible .or-collapsible--on-closed {
     96 	display: inline;
     97 }
     98 .or-collapsible .or-collapsible--on-open {
     99 	display: none;
    100 }
    101 .or-collapsible--is-open .or-collapsible--on-closed {
    102 	display: none;
    103 }
    104 .or-collapsible--is-open .or-collapsible--on-open {
    105 	display: inline;
    106 }
    107 .or-collapsible--is-open .or-collapsible-value {
    108 	max-height: initial;
    109 }
    110 .or-collapsible--is-visible .or-collapsible-value {
    111 	opacity: 1;
    112 }
    113 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Fcms%5C%2Fui%5C%2Fthemes%5C%2Fdefault%5C%2Fstyle%5C%2Fopenrat-collapsible.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAGI%2CGAAC%3B%3B%3BAAAD%2CGAAC%2CYAEG%3BCACI%3B%3BAAHR%2CGAAC%2CYAMG%3BCAGI%3BCAEA%3B%3BAAXR%2CGAAC%2CYAcG%3BCACI%3B%3BAAfR%2CGAAC%2CYAkBG%3BCACI%3B%3BAAnBR%2CGAAC%2CYAqBG%3BCACI%3B%3BAAIJ%2CGA1BH%2CYA0BI%2CSAGG%3BCACI%3B%3BAAJR%2CGA1BH%2CYA0BI%2CSAMG%3BCACI%3B%3BAAPR%2CGA1BH%2CYA0BI%2CSASG%3BCACE%3B%3BAAKN%2CGAzCH%2CYAyCI%2CYACC%3BCACE%22%7D */
    114 /* Include style: /default/style/openrat-dialog */
    115 /*
    116 OpenRat Content Management System
    117 Copyright (C) 2002-2010 Jan Dankert
    118 
    119 This program is free software; you can redistribute it and/or
    120 modify it under the terms of the GNU General Public License
    121 as published by the Free Software Foundation; either version 2
    122 of the License, or (at your option) any later version.
    123 
    124 This program is distributed in the hope that it will be useful,
    125 but WITHOUT ANY WARRANTY; without even the implied warranty of
    126 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    127 GNU General Public License for more details.
    128 
    129 You should have received a copy of the GNU General Public License
    130 along with this program; if not, write to the Free Software
    131 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
    132 */
    133 /*
    134 Basis-Style for Openrat.
    135 */
    136 /* Usage to this variable is safe to be removed */
    137 .or-dialog {
    138 	position: absolute;
    139 	z-index: 2;
    140 	top: 0;
    141 	left: 0;
    142 	width: 0;
    143 	opacity: 0;
    144 	visibility: hidden;
    145 	overflow: hidden;
    146 	display: flex;
    147 	height: 100%;
    148 	flex-direction: row;
    149 }
    150 .or-dialog--is-open {
    151 	visibility: visible;
    152 	overflow-y: auto;
    153 	opacity: 1;
    154 	width: 100%;
    155 }
    156 .or-dialog--is-open .or-dialog-filler {
    157 	width: 15%;
    158 }
    159 @media only screen and (max-width: 55rem) {
    160 	.or-dialog--is-open .or-dialog-filler {
    161 		width: 0;
    162 	}
    163 }
    164 .or-dialog-filler {
    165 	height: 100%;
    166 	width: 100%;
    167 	opacity: 0.6;
    168 	filter: blur(10em);
    169 }
    170 .or-dialog-filler-icon {
    171 	opacity: 1;
    172 	font-size: 3em;
    173 	position: absolute;
    174 	right: 20px;
    175 	top: 20px;
    176 }
    177 .or-dialog-content {
    178 	flex: 1;
    179 	overflow: auto;
    180 	height: 100%;
    181 	z-index: 3;
    182 }
    183 .or-dialog-content .or-view {
    184 	height: 100%;
    185 }
    186 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Fcms%5C%2Fui%5C%2Fthemes%5C%2Fdefault%5C%2Fstyle%5C%2Fopenrat-dialog.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAgCI%2CGAAC%3BCAEC%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%3BCAGA%3BCACA%3B%3BAAEA%2CGAhBD%2COAgBE%3BCACC%3BCACA%3BCACA%3BCACA%3B%3BAAJF%2CGAhBD%2COAgBE%2CSAKC%3BCACE%3B%3BAAKF%3BCAAA%2CGA3BH%2COAgBE%2CSAKC%3BEAII%3B%3B%3BAAKN%2CGA9BD%2COA8BE%3BCACC%3BCACA%3BCACA%3BCACA%2CQAAQ%2CUAAR%3B%3BAAIA%2CGAtCH%2COA8BE%2COAQE%3BCACC%3BCACA%3BCACA%3BCACA%3BCACA%3B%3BAAIJ%2CGA%5C%2FCD%2COA%2BCE%3BCAEG%3BCACA%3BCAMA%3BCAIA%3B%3BAAbJ%2CGA%5C%2FCD%2COA%2BCE%2CQAeG%3BCACE%22%7D */
    187 /* Include style: /default/style/openrat-diff */
    188 .or-diff-line {
    189 	text-align: right;
    190 }
    191 .or-diff-text {
    192 	/* unchanged */
    193 	/* removed */
    194 	/* new */
    195 	/* changed */
    196 }
    197 .or-diff-text--old {
    198 	background-color: #f88989;
    199 	color: black;
    200 }
    201 .or-diff-text--new {
    202 	background-color: #7bad7b;
    203 	color: black;
    204 }
    205 .or-diff-text--notequal {
    206 	background-color: #cbcb16;
    207 	color: black;
    208 }
    209 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Fcms%5C%2Fui%5C%2Fthemes%5C%2Fdefault%5C%2Fstyle%5C%2Fopenrat-diff.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAEQ%2CGADH%2CKACI%3BCACG%3B%3BAAGJ%2CGALH%2CKAKI%3B%3B%3B%3B%3B%3BAAOG%2CGAZP%2CKAKI%2CKAOI%3BCACG%3BCACA%3B%3BAAIJ%2CGAlBP%2CKAKI%2CKAaI%3BCACG%3BCACA%3B%3BAAIJ%2CGAxBP%2CKAKI%2CKAmBI%3BCACG%3BCACA%22%7D */
    210 /* Include style: /default/style/openrat-dropdown */
    211 .or-dropdown {
    212 	display: none;
    213 	overflow: hidden;
    214 	z-index: 4;
    215 	min-width: 17em;
    216 	position: absolute;
    217 	padding: 0.5em 0;
    218 	font-style: normal;
    219 	font-weight: normal;
    220 	text-decoration: none;
    221 }
    222 .or-dropdown--is-open {
    223 	display: block;
    224 }
    225 .or-dropdown--on-right {
    226 	right: 1em;
    227 }
    228 @media only screen and (max-width: 55rem) {
    229 	.or-dropdown-key {
    230 		display: none;
    231 	}
    232 }
    233 .or-dropdown-entry {
    234 	padding: 0;
    235 }
    236 .or-dropdown-entry > .or-link {
    237 	display: flex;
    238 	align-items: center;
    239 	padding: 0 0.5em;
    240 }
    241 .or-dropdown-entry > .or-link * {
    242 	margin: 0.25em;
    243 }
    244 .or-dropdown-entry > .or-link .or-dropdown-text {
    245 	flex: 1;
    246 	/* Consumes all available space */
    247 }
    248 .or-dropdown-entry--inactive {
    249 	opacity: 0.5;
    250 }
    251  > .or-dropdown-text {
    252 	display: block;
    253 	margin: 1em;
    254 }
    255 .or-dropdown-divide {
    256 	height: 1px;
    257 	width: 100%;
    258 	margin-top: 0.5em;
    259 	margin-bottom: 0.5em;
    260 }
    261 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Fcms%5C%2Fui%5C%2Fthemes%5C%2Fdefault%5C%2Fstyle%5C%2Fopenrat-dropdown.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAGI%2CIAAC%3BCAEG%3BCACA%3BCAUA%3BCAEA%3BCACA%3BCACA%2CgBAAA%3BCAEA%3BCACA%3BCACA%3B%3BAAhBA%2CIALH%2CQAKI%3BCACG%3B%3BAAIJ%2CIAVH%2CQAUI%3BCACG%3B%3BAAiBJ%3BCAAA%2CIA5BH%2CQAuBI%3BEAGG%3B%3B%3BAAIJ%2CIA9BH%2CQA8BI%3BCACG%3B%3BAADJ%2CIA9BH%2CQA8BI%2CMAGK%3BCACE%3BCACA%3BCACA%2CgBAAA%3B%3BAANR%2CIA9BH%2CQA8BI%2CMAGK%2CWAKE%3BCACI%3B%3BAATZ%2CIA9BH%2CQA8BI%2CMAGK%2CWASE%3BCACI%3B%3B%3BAAKR%2CIAhDP%2CQA8BI%2CMAkBI%3BCACO%3B%3BAAMV%2COAvDL%2CQAuDM%3BCACC%3BCACA%3B%3BAAGJ%2CIA5DH%2CQA4DI%3BCACG%3BCACA%3BCACA%3BCACA%22%7D */
    262 /* Include style: /default/style/openrat-fieldset */
    263 .or-fieldset {
    264 	border: 0;
    265 	display: flex;
    266 	flex-direction: row;
    267 	align-items: start;
    268 	margin-top: 1em;
    269 }
    270 .or-fieldset-label {
    271 	flex: 1;
    272 	font-size: 1em;
    273 	text-align: right;
    274 	padding-right: 1em;
    275 	font-weight: normal;
    276 }
    277 .or-fieldset-value {
    278 	flex: 3;
    279 }
    280 .or-fieldset-value > * {
    281 	display: block;
    282 	padding: 0.8em;
    283 }
    284 @media only screen and (max-width: 65rem) {
    285 	.or-fieldset {
    286 		flex-direction: column;
    287 	}
    288 	.or-fieldset-label {
    289 		flex: 1;
    290 		width: 100%;
    291 		text-align: left;
    292 	}
    293 	.or-fieldset-value {
    294 		flex: 1;
    295 		width: 100%;
    296 	}
    297 }
    298 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Fcms%5C%2Fui%5C%2Fthemes%5C%2Fdefault%5C%2Fstyle%5C%2Fopenrat-fieldset.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAKI%2CGAAC%3BCAEG%3BCACA%3BCACA%3BCACA%3BCAEA%3B%3BAAEA%2CGATH%2CSASI%3BCACG%3BCACA%3BCACA%3BCACA%3BCACA%3B%3BAAGJ%2CGAjBH%2CSAiBI%3BCACG%3B%3BAADJ%2CGAjBH%2CSAiBI%2CMAGK%3BCAEE%3BCACA%3B%3BAAmBZ%3BCAAA%2CGA1CC%3BEA4BO%3B%3BCAEA%2CGA9BP%2CSA8BQ%3BEACG%3BEACA%3BEACA%3B%3BCAEJ%2CGAnCP%2CSAmCQ%3BEACG%3BEACA%22%7D */
    299 /* Include style: /default/style/openrat-font */
    300 /* oxygen-regular - latin */
    301 @font-face {
    302 	font-family: 'Oxygen';
    303 	font-style: normal;
    304 	font-weight: 400;
    305 	src: local('Oxygen Regular'), local('Oxygen-Regular'), url('../font/oxygen-v7-latin-regular.woff') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../font/oxygen-v7-latin-regular.woff') format('woff');
    306 	
    307 	/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    308 }
    309 /* source-code-pro-regular - latin */
    310 @font-face {
    311 	font-family: 'Source Code Pro';
    312 	font-style: normal;
    313 	font-weight: 400;
    314 	src: local('Source Code Pro'), local('SourceCodePro-Regular'), url('../font/source-code-pro-v8-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../font/source-code-pro-v8-latin-regular.woff') format('woff');
    315 	
    316 	/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    317 }
    318 @font-face {
    319 	font-family: 'Material Icons';
    320 	font-style: normal;
    321 	font-weight: 400;
    322 	src: local('Material Icons'), local('MaterialIcons-Regular'), url('../font/MaterialIcons-Regular.woff2') format('woff2');
    323 }
    324 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Fcms%5C%2Fui%5C%2Fthemes%5C%2Fdefault%5C%2Fstyle%5C%2Fopenrat-font.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAEA%3BCACE%3BCACA%3BCACA%3BCACA%2CKAAK%2CMAAM%2CmBAAmB%2CMAAM%2CuBAChC%2CwCAAwC%2COAAO%2CuDAC%5C%2FC%2CwCAAwC%2COAAO%2COAFnD%3B%3B%3B%3B%3BAAMF%3BCACE%2CaAAa%2CiBAAb%3BCACA%3BCACA%3BCACA%2CKAAK%2CMAAM%2CoBAAoB%2CMAAM%2C8BACjC%2CkDAAkD%2COAAO%2CuDACzD%2CiDAAiD%2COAAO%2COAF5D%3B%3B%3B%3BAAKF%3BCACE%2CaAAa%2CgBAAb%3BCACA%3BCACA%3BCACA%2CKAAK%2CMAAM%2CmBACX%2CMAAM%2C8BACF%2CuCAAuC%2COAAO%2CQAFlD%22%7D */
    325 /* Include style: /default/style/openrat-form */
    326 .or {
    327 	/* Buttons  */
    328 }
    329 .or-form {
    330 	display: flex;
    331 	height: 100%;
    332 	flex-direction: column;
    333 	padding: 1em;
    334 }
    335 .or-form-checkbox,
    336 .or-form-radio {
    337 	margin-right: 1em;
    338 	appearance: none;
    339 	width: 1.5em;
    340 	height: 1.5em;
    341 	border: 1px solid;
    342 }
    343 .or-form-checkbox {
    344 	border-radius: 2px;
    345 }
    346 .or-form-radio {
    347 	border-radius: 0.75em;
    348 }
    349 .or-form-headline {
    350 	height: 2em;
    351 }
    352 .or-form-content {
    353 	flex-grow: 1;
    354 	padding-bottom: 6em;
    355 }
    356 .or-form-row {
    357 	display: flex;
    358 	align-items: center;
    359 }
    360 .or-form-row .or-form-label {
    361 	width: 25%;
    362 }
    363 .or-form-row .or-form-input {
    364 	width: 75%;
    365 }
    366 @media only screen and (max-width: 65rem) {
    367 	.or-form-row {
    368 		flex-direction: column;
    369 	}
    370 	.or-form-row .or-form-label,
    371 	.or-form-row .or-form-input {
    372 		width: 100%;
    373 	}
    374 }
    375 .or-form-actionbar {
    376 	height: 3em;
    377 	position: sticky;
    378 	bottom: 0;
    379 	left: 0;
    380 	right: 0;
    381 	display: flex;
    382 	justify-content: end;
    383 	padding: 1em;
    384 	height: auto;
    385 }
    386 @media only screen and (max-width: 65rem) {
    387 	.or-form .or-act-form-apply {
    388 		display: none;
    389 	}
    390 }
    391 .or-input {
    392 	width: 85%;
    393 	border: 0;
    394 	border-width: 0;
    395 	border-bottom: 1px solid;
    396 	box-sizing: border-box;
    397 	resize: vertical;
    398 	padding: 0.5em;
    399 	margin: 0;
    400 	outline: none;
    401 }
    402 .or-input--name {
    403 	font-weight: bold;
    404 }
    405 .or-input--filename,
    406 .or-input--extension {
    407 	font-family: 'Source Code Pro', Monospace, Monospaced, Courier;
    408 }
    409 .or-btn {
    410 	padding: 0.2em;
    411 	border: 1px solid #000000;
    412 	border-radius: 0.1em;
    413 	-moz-border-radius: 0.1em;
    414 	-webkit-border-radius: 0.1em;
    415 	-khtml-border-radius: 0.1em;
    416 	cursor: pointer;
    417 }
    418 .or-btn--control {
    419 	padding: 1em 2em;
    420 	margin-left: 1.5em;
    421 	min-width: 14em;
    422 	border-radius: 0.5em;
    423 	-moz-border-radius: 0.5em;
    424 	-webkit-border-radius: 0.5em;
    425 	-khtml-border-radius: 0.5em;
    426 }
    427 @media only screen and (max-width: 65rem) {
    428 	.or-btn--control {
    429 		padding: 1em 1em;
    430 		min-width: 5em;
    431 	}
    432 }
    433 .or-btn--primary {
    434 	font-weight: bold;
    435 }
    436 @media only screen and (max-width: 65rem) {
    437 	.or-btn--secondary {
    438 		min-width: 0;
    439 	}
    440 }
    441 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Fcms%5C%2Fui%5C%2Fthemes%5C%2Fdefault%5C%2Fstyle%5C%2Fopenrat-form.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAWA%3B%3B%3BAAEI%2CGAAC%3BCACG%3BCACA%3BCACA%3BCACA%3B%3BAAEA%2CGANH%2CKAMI%3BAACD%2CGAPH%2CKAOI%3BCAEC%3BCACA%3BCACA%3BCACA%3BCACA%2CiBAAA%3B%3BAAcF%2CGA3BH%2CKA2BI%3BCACC%3B%3BAAEF%2CGA9BH%2CKA8BI%3BCACC%3B%3BAAGF%2CGAlCH%2CKAkCI%3BCACG%3B%3BAAGJ%2CGAtCH%2CKAsCI%3BCACG%3BCACA%3B%3BAAKJ%2CGA7CH%2CKA6CI%3BCACG%3BCACA%3B%3BAAFJ%2CGA7CH%2CKA6CI%2CIAIG%3BCACI%3B%3BAALR%2CGA7CH%2CKA6CI%2CIAQG%3BCACI%3B%3BAAYR%3BCAAA%2CGAlEH%2CKA6CI%3BEAcO%3B%3BCAOR%2CGAlEH%2CKA6CI%2CIAgBO%3BCAKR%2CGAlEH%2CKA6CI%2CIAiBO%3BEACI%3B%3B%3BAAMZ%2CGArEH%2CKAqEI%3BCAEG%3BCACA%3BCACA%3BCACA%3BCACA%3BCAEA%3BCACA%3BCACA%3BCACA%3B%3BAAaR%3BCAAA%2CGA7FC%2CKAuFO%3BEACI%3B%3B%3BAAQZ%2CGAAC%3BCACG%3BCACA%3BCACA%3BCACA%2CwBAAA%3BCAEA%3BCACA%3BCACA%3BCACA%3BCACA%3B%3BAAEA%2CGAZH%2CMAYI%3BCACG%3B%3BAAGJ%2CGAhBH%2CMAgBI%3BAAAY%2CGAhBhB%2CMAgBiB%3BCACV%2CaAAa%2CiDAAb%3B%3BAAQR%2CGAAC%3BCACG%3BCACA%2CyBAAA%3BCArIJ%2CoBAAA%3BCACA%2CyBAAA%3BCACA%2C4BAAA%3BCACA%2C2BAAA%3BCAoII%3B%3BAAEA%2CGANH%2CIAMI%3BCACG%2CgBAAA%3BCACA%3BCACA%3BCA5IR%2CoBAAA%3BCACA%2CyBAAA%3BCACA%2C4BAAA%3BCACA%2C2BAAA%3B%3BAAgJI%3BCAAA%2CGAhBH%2CIAMI%3BEAOO%2CgBAAA%3BEACA%3B%3B%3BAAIR%2CGAlBH%2CIAkBI%3BCACG%3B%3BAAOJ%3BCAAA%2CGA1BH%2CIAsBI%3BEAEO%22%7D */
    442 /* Include style: /default/style/openrat-image */
    443 .or-image--rightshift {
    444 	position: relative;
    445 	left: 0.5em;
    446 }
    447 .or-image--preview {
    448 	max-width: 100%;
    449 	overflow: auto;
    450 }
    451 .or-image-icon {
    452 	font-family: 'Material Icons';
    453 	font-weight: normal;
    454 	font-style: normal;
    455 	display: inline-block;
    456 	text-transform: none;
    457 	letter-spacing: normal;
    458 	word-wrap: normal;
    459 	white-space: nowrap;
    460 	direction: ltr;
    461 	/* Support for IE. */
    462 	font-feature-settings: 'liga';
    463 }
    464 .or-image-icon--blank:after {
    465 	content: "link";
    466 	visibility: hidden;
    467 }
    468 .or-image-icon--action-el_text:after {
    469 	content: "spellcheck";
    470 }
    471 .or-image-icon--action-el_longtext:after {
    472 	content: "view_headline";
    473 }
    474 .or-image-icon--action-el_select:after {
    475 	content: "list";
    476 }
    477 .or-image-icon--action-el_number:after {
    478 	content: "looks_one";
    479 }
    480 .or-image-icon--action-el_link:after {
    481 	content: "call_made";
    482 }
    483 .or-image-icon--action-el_date:after {
    484 	content: "date_range";
    485 }
    486 .or-image-icon--action-el_insert:after {
    487 	content: "keyboard_return";
    488 }
    489 .or-image-icon--action-el_copy:after {
    490 	content: "flip_to_back";
    491 }
    492 .or-image-icon--action-el_linkinfo:after {
    493 	content: "info";
    494 }
    495 .or-image-icon--action-el_linkdate:after {
    496 	content: "info";
    497 }
    498 .or-image-icon--action-el_code:after {
    499 	content: "code";
    500 }
    501 .or-image-icon--action-el_dynamic:after {
    502 	content: "play_circle_outline";
    503 }
    504 .or-image-icon--action-el_info:after {
    505 	content: "info";
    506 }
    507 .or-image-icon--action-el_infodate:after {
    508 	content: "info";
    509 }
    510 .or-image-icon--action-el_checkbox:after {
    511 	content: "check_box";
    512 }
    513 .or-image-icon--action-el_data:after {
    514 	content: "receipt";
    515 }
    516 .or-image-icon--action-el_coord:after {
    517 	content: "edit_location";
    518 }
    519 .or-image-icon--action-image:after {
    520 	content: "image";
    521 }
    522 .or-image-icon--action-link:after {
    523 	content: "call_made";
    524 }
    525 .or-image-icon--action-url:after {
    526 	content: "link";
    527 }
    528 .or-image-icon--action-alias:after {
    529 	content: "bookmark_border";
    530 }
    531 .or-image-icon--action-text:after {
    532 	content: "text_format";
    533 }
    534 .or-image-icon--action-page:after {
    535 	content: "insert_drive_file";
    536 }
    537 .or-image-icon--action-file:after {
    538 	content: "save";
    539 }
    540 .or-image-icon--action-modellist:after {
    541 	content: "device_hub";
    542 }
    543 .or-image-icon--action-model:after {
    544 	content: "device_hub";
    545 }
    546 .or-image-icon--action-folder:after {
    547 	content: "folder_open";
    548 }
    549 .or-image-icon--action-languagelist:after {
    550 	content: "language";
    551 }
    552 .or-image-icon--action-language:after {
    553 	content: "language";
    554 }
    555 .or-image-icon--action-template:after {
    556 	content: "receipt";
    557 }
    558 .or-image-icon--action-templatelist:after {
    559 	content: "receipt";
    560 }
    561 .or-image-icon--action-grouplist:after {
    562 	content: "group";
    563 }
    564 .or-image-icon--action-group:after {
    565 	content: "group";
    566 }
    567 .or-image-icon--action-userlist:after {
    568 	content: "person";
    569 }
    570 .or-image-icon--action-user:after {
    571 	content: "person";
    572 }
    573 .or-image-icon--action-profile:after {
    574 	content: "person_pin";
    575 }
    576 .or-image-icon--action-configuration:after {
    577 	content: "settings";
    578 }
    579 .or-image-icon--action-projectlist:after {
    580 	content: "account_balance";
    581 }
    582 .or-image-icon--action-project:after {
    583 	content: "account_balance";
    584 }
    585 .or-image-icon--action-macro:after {
    586 	content: "data_usage";
    587 }
    588 .or-image-icon--action-membership {
    589 	content: "card_membership";
    590 }
    591 .or-image-icon--method-delete:after {
    592 	content: "delete";
    593 }
    594 .or-image-icon--method-prop:after {
    595 	content: "description";
    596 }
    597 .or-image-icon--method-settings:after {
    598 	content: "settings";
    599 }
    600 .or-image-icon--method-password:after {
    601 	content: "lock";
    602 }
    603 .or-image-icon--method-publish:after {
    604 	content: "cloud_upload";
    605 }
    606 .or-image-icon--method-show:after {
    607 	content: "slideshow";
    608 }
    609 .or-image-icon--method-src:after {
    610 	content: "code";
    611 }
    612 .or-image-icon--method-acl:after {
    613 	content: "https";
    614 }
    615 .or-image-icon--method-rights:after {
    616 	content: "https";
    617 }
    618 .or-image-icon--method-history:after {
    619 	content: "schedule";
    620 }
    621 .or-image-icon--method-mail:after {
    622 	content: "mail";
    623 }
    624 .or-image-icon--method-search:after {
    625 	content: "search";
    626 }
    627 .or-image-icon--method-add:after {
    628 	content: "add_box";
    629 }
    630 .or-image-icon--method-preview:after {
    631 	content: "desktop_windows";
    632 }
    633 .or-image-icon--method-edit:after {
    634 	content: "spellcheck";
    635 }
    636 .or-image-icon--method-info:after {
    637 	content: "info";
    638 }
    639 .or-image-icon--method-restore:after {
    640 	content: "restore";
    641 }
    642 .or-image-icon--method-release:after {
    643 	content: "check_circle";
    644 }
    645 .or-image-icon--method-login:after {
    646 	content: "person";
    647 }
    648 .or-image-icon--method-logout:after {
    649 	content: "person_off";
    650 }
    651 .or-image-icon--permission-read:after {
    652 	content: "search";
    653 }
    654 .or-image-icon--permission-write:after {
    655 	content: "spellcheck";
    656 }
    657 .or-image-icon--permission-prop:after {
    658 	content: "description";
    659 }
    660 .or-image-icon--permission-delete:after {
    661 	content: "delete";
    662 }
    663 .or-image-icon--permission-create_link:after {
    664 	content: "call_made";
    665 }
    666 .or-image-icon--permission-create_page:after {
    667 	content: "add_box";
    668 }
    669 .or-image-icon--permission-create_file:after {
    670 	content: "save";
    671 }
    672 .or-image-icon--permission-create_folder:after {
    673 	content: "folder_open";
    674 }
    675 .or-image-icon--permission-grant:after {
    676 	content: "https";
    677 }
    678 .or-image-icon--permission-transmit:after {
    679 	content: "perm_data_setting";
    680 }
    681 .or-image-icon--permission-publish:after {
    682 	content: "cloud_upload";
    683 }
    684 .or-image-icon--permission-release:after {
    685 	content: "check_circle";
    686 }
    687 .or-image-icon--status-released:after {
    688 	content: "verified_user";
    689 }
    690 .or-image-icon--status-active:after {
    691 	content: "grade";
    692 }
    693 .or-image-icon--status-authenticated:after {
    694 	content: "lock_outline";
    695 }
    696 .or-image-icon--status-guest:after {
    697 	content: "lock_open";
    698 }
    699 .or-image-icon--input-checkbox:after {
    700 	content: "check_box_outline_blank";
    701 }
    702 .or-image-icon--input-checkbox-checked:after {
    703 	content: "check_box";
    704 }
    705 .or-image-icon--input-radio:after {
    706 	content: "radio_button_unchecked";
    707 }
    708 .or-image-icon--input-radio-checked:after {
    709 	content: "radio_button_checked";
    710 }
    711 .or-image-icon--menu-tree:after {
    712 	content: "account_tree";
    713 }
    714 .or-image-icon--menu-close:after {
    715 	content: "close";
    716 }
    717 .or-image-icon--menu-fullscreen:after {
    718 	content: "fullscreen";
    719 }
    720 .or-image-icon--menu-edit:after {
    721 	content: "description";
    722 }
    723 .or-image-icon--menu-extra:after {
    724 	content: "build";
    725 }
    726 .or-image-icon--menu-menu:after {
    727 	content: "menu";
    728 }
    729 .or-image-icon--menu-minimize:after {
    730 	content: "compare_arrows";
    731 }
    732 .or-image-icon--menu-qrcode:after {
    733 	content: "phone_android";
    734 }
    735 .or-image-icon--menu-up:after {
    736 	content: "chevron_left";
    737 }
    738 .or-image-icon--menu-back:after {
    739 	content: "arrow_back";
    740 }
    741 .or-image-icon--menu-more:after {
    742 	content: "more_vert";
    743 }
    744 .or-image-icon--visible:after {
    745 	content: "visibility";
    746 }
    747 .or-image-icon--node-open:after {
    748 	content: "expand_more";
    749 }
    750 .or-image-icon--node-closed:after {
    751 	content: "chevron_right";
    752 }
    753 .or-image-icon--dropdown:after {
    754 	content: "arrow_drop_down";
    755 }
    756 .or-image-icon--database:after {
    757 	content: "storage";
    758 }
    759 .or-image-icon--arrow-left:after {
    760 	content: "chevron_left";
    761 }
    762 .or-image-icon--arrow-right:after {
    763 	content: "chevron_right";
    764 }
    765 .or-image-icon--form-ok:after {
    766 	content: "done";
    767 }
    768 .or-image-icon--form-apply:after {
    769 	content: "done";
    770 }
    771 .or-image-icon--form-cancel:after {
    772 	content: "clear";
    773 }
    774 .or-image-icon--editor-bold:after {
    775 	content: "format_bold";
    776 }
    777 .or-image-icon--editor-italic:after {
    778 	content: "format_italic";
    779 }
    780 .or-image-icon--editor-headline:after {
    781 	content: "format_size";
    782 }
    783 .or-image-icon--editor-help:after {
    784 	content: "help_outline";
    785 }
    786 .or-image-icon--editor-fullscreen:after {
    787 	content: "fullscreen";
    788 }
    789 .or-image-icon--editor-quote:after {
    790 	content: "format_quote";
    791 }
    792 .or-image-icon--editor-unnumberedlist:after {
    793 	content: "format_list_bulleted";
    794 }
    795 .or-image-icon--editor-numberedlist:after {
    796 	content: "format_list_numbered";
    797 }
    798 .or-image-icon--editor-preview:after {
    799 	content: "desktop_windows";
    800 }
    801 .or-image-icon--editor-sidebyside:after {
    802 	content: "flip";
    803 }
    804 .or-image-icon--editor-link:after {
    805 	content: "link";
    806 }
    807 .or-image-icon--editor-image:after {
    808 	content: "image";
    809 }
    810 .or-image-icon--editor-undo:after {
    811 	content: "undo";
    812 }
    813 .or-image-icon--editor-redo:after {
    814 	content: "redo";
    815 }
    816 .or-image-icon--editor-code:after {
    817 	content: "code";
    818 }
    819 .or-image-icon--editor-horizontalrule:after {
    820 	content: "remove";
    821 }
    822 .or-image-icon--editor-table:after {
    823 	content: "view_comfy";
    824 }
    825 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Fcms%5C%2Fui%5C%2Fthemes%5C%2Fdefault%5C%2Fstyle%5C%2Fopenrat-image.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAIQ%2CGAFH%2CMAEI%3BCACC%3BCACA%3B%3BAAGF%2CGAPH%2CMAOI%3BCACG%3BCACA%3B%3BAAGJ%2CGAZH%2CMAYI%3BCAEG%2CaAAa%2CgBAAb%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%3B%3BCAGA%3B%3BAAEF%2CGA3BL%2CMAYI%2CKAeE%2COAAO%3BCAAS%3BCAAiB%3B%3BAAI5B%2CGA%5C%2FBX%2CMAYI%2CKAiBE%2CQAEM%2CQAAQ%3BCAAS%3B%3BAAClB%2CGAhCX%2CMAYI%2CKAiBE%2CQAGM%2CYAAY%3BCAAS%2CSAAS%2CeAAT%3B%3BAACtB%2CGAjCX%2CMAYI%2CKAiBE%2CQAIM%2CUAAU%3BCAAS%3B%3BAACpB%2CGAlCX%2CMAYI%2CKAiBE%2CQAKM%2CUAAU%3BCAAS%2CSAAS%2CWAAT%3B%3BAACpB%2CGAnCX%2CMAYI%2CKAiBE%2CQAMM%2CQAAQ%3BCAAS%2CSAAS%2CWAAT%3B%3BAAClB%2CGApCX%2CMAYI%2CKAiBE%2CQAOM%2CQAAQ%3BCAAS%2CSAAS%2CYAAT%3B%3BAAClB%2CGArCX%2CMAYI%2CKAiBE%2CQAQM%2CUAAU%3BCAAS%2CSAAS%2CiBAAT%3B%3BAACpB%2CGAtCX%2CMAYI%2CKAiBE%2CQASM%2CQAAQ%3BCAAS%2CSAAS%2CcAAT%3B%3BAAClB%2CGAvCX%2CMAYI%2CKAiBE%2CQAUM%2CYAAY%3BCAAS%3B%3BAACtB%2CGAxCX%2CMAYI%2CKAiBE%2CQAWM%2CYAAY%3BCAAS%3B%3BAACtB%2CGAzCX%2CMAYI%2CKAiBE%2CQAYM%2CQAAQ%3BCAAS%3B%3BAAClB%2CGA1CX%2CMAYI%2CKAiBE%2CQAaM%2CWAAW%3BCAAS%2CSAAS%2CqBAAT%3B%3BAACrB%2CGA3CX%2CMAYI%2CKAiBE%2CQAcM%2CQAAQ%3BCAAS%3B%3BAAClB%2CGA5CX%2CMAYI%2CKAiBE%2CQAeM%2CYAAY%3BCAAS%3B%3BAACtB%2CGA7CX%2CMAYI%2CKAiBE%2CQAgBM%2CYAAY%3BCAAS%2CSAAS%2CWAAT%3B%3BAACtB%2CGA9CX%2CMAYI%2CKAiBE%2CQAiBM%2CQAAQ%3BCAAS%3B%3BAAClB%2CGA%5C%2FCX%2CMAYI%2CKAiBE%2CQAkBM%2CSAAS%3BCAAS%2CSAAS%2CeAAT%3B%3BAAEnB%2CGAjDX%2CMAYI%2CKAiBE%2CQAoBM%2CMAAM%3BCAAS%3B%3BAAChB%2CGAlDX%2CMAYI%2CKAiBE%2CQAqBM%2CKAAK%3BCAAS%2CSAAS%2CWAAT%3B%3BAACf%2CGAnDX%2CMAYI%2CKAiBE%2CQAsBM%2CIAAI%3BCAAS%3B%3BAACd%2CGApDX%2CMAYI%2CKAiBE%2CQAuBM%2CMAAM%3BCAAS%2CSAAS%2CiBAAT%3B%3BAAChB%2CGArDX%2CMAYI%2CKAiBE%2CQAwBM%2CKAAK%3BCAAS%2CSAAS%2CaAAT%3B%3BAACf%2CGAtDX%2CMAYI%2CKAiBE%2CQAyBM%2CKAAK%3BCAAS%2CSAAS%2CmBAAT%3B%3BAACf%2CGAvDX%2CMAYI%2CKAiBE%2CQA0BM%2CKAAK%3BCAAS%3B%3BAACf%2CGAxDX%2CMAYI%2CKAiBE%2CQA2BM%2CUAAU%3BCAAS%2CSAAS%2CYAAT%3B%3BAACpB%2CGAzDX%2CMAYI%2CKAiBE%2CQA4BM%2CMAAM%3BCAAS%2CSAAS%2CYAAT%3B%3BAAChB%2CGA1DX%2CMAYI%2CKAiBE%2CQA6BM%2COAAO%3BCAAS%2CSAAS%2CaAAT%3B%3BAACjB%2CGA3DX%2CMAYI%2CKAiBE%2CQA8BM%2CaAAa%3BCAAS%3B%3BAACvB%2CGA5DX%2CMAYI%2CKAiBE%2CQA%2BBM%2CSAAS%3BCAAS%3B%3BAACnB%2CGA7DX%2CMAYI%2CKAiBE%2CQAgCM%2CSAAS%3BCAAS%3B%3BAACnB%2CGA9DX%2CMAYI%2CKAiBE%2CQAiCM%2CaAAa%3BCAAS%3B%3BAACvB%2CGA%5C%2FDX%2CMAYI%2CKAiBE%2CQAkCM%2CUAAU%3BCAAS%3B%3BAACpB%2CGAhEX%2CMAYI%2CKAiBE%2CQAmCM%2CMAAM%3BCAAS%3B%3BAAChB%2CGAjEX%2CMAYI%2CKAiBE%2CQAoCM%2CSAAS%3BCAAS%3B%3BAACnB%2CGAlEX%2CMAYI%2CKAiBE%2CQAqCM%2CKAAK%3BCAAS%3B%3BAACf%2CGAnEX%2CMAYI%2CKAiBE%2CQAsCM%2CQAAQ%3BCAAS%2CSAAS%2CYAAT%3B%3BAAClB%2CGApEX%2CMAYI%2CKAiBE%2CQAuCM%2CcAAc%3BCAAS%3B%3BAACxB%2CGArEX%2CMAYI%2CKAiBE%2CQAwCM%2CYAAY%3BCAAS%2CSAAS%2CiBAAT%3B%3BAACtB%2CGAtEX%2CMAYI%2CKAiBE%2CQAyCM%2CQAAQ%3BCAAS%2CSAAS%2CiBAAT%3B%3BAAElB%2CGAxEX%2CMAYI%2CKAiBE%2CQA2CM%2CMAAM%3BCAAS%2CSAAS%2CYAAT%3B%3BAAEhB%2CGA1EX%2CMAYI%2CKAiBE%2CQA6CM%3BCAAc%2CSAAS%2CiBAAT%3B%3BAAMf%2CGAhFX%2CMAYI%2CKAkEI%2CQAEI%2COAAO%3BCAAS%3B%3BAACjB%2CGAjFX%2CMAYI%2CKAkEI%2CQAGI%2CKAAK%3BCAAS%3B%3BAACf%2CGAlFX%2CMAYI%2CKAkEI%2CQAII%2CSAAS%3BCAAS%3B%3BAACnB%2CGAnFX%2CMAYI%2CKAkEI%2CQAKI%2CSAAS%3BCAAS%3B%3BAACnB%2CGApFX%2CMAYI%2CKAkEI%2CQAMI%2CQAAQ%3BCAAS%2CSAAS%2CcAAT%3B%3BAAClB%2CGArFX%2CMAYI%2CKAkEI%2CQAOI%2CKAAK%3BCAAS%3B%3BAACf%2CGAtFX%2CMAYI%2CKAkEI%2CQAQI%2CIAAI%3BCAAS%3B%3BAACd%2CGAvFX%2CMAYI%2CKAkEI%2CQASI%2CIAAI%3BCAAS%3B%3BAACd%2CGAxFX%2CMAYI%2CKAkEI%2CQAUI%2COAAO%3BCAAS%3B%3BAACjB%2CGAzFX%2CMAYI%2CKAkEI%2CQAWI%2CQAAQ%3BCAAS%3B%3BAAClB%2CGA1FX%2CMAYI%2CKAkEI%2CQAYI%2CKAAK%3BCAAS%3B%3BAACf%2CGA3FX%2CMAYI%2CKAkEI%2CQAaI%2COAAO%3BCAAS%3B%3BAACjB%2CGA5FX%2CMAYI%2CKAkEI%2CQAcI%2CIAAI%3BCAAS%2CSAAS%2CSAAT%3B%3BAACd%2CGA7FX%2CMAYI%2CKAkEI%2CQAeI%2CQAAQ%3BCAAS%2CSAAS%2CiBAAT%3B%3BAAClB%2CGA9FX%2CMAYI%2CKAkEI%2CQAgBI%2CKAAK%3BCAAS%3B%3BAACf%2CGA%5C%2FFX%2CMAYI%2CKAkEI%2CQAiBI%2CKAAK%3BCAAS%3B%3BAACf%2CGAhGX%2CMAYI%2CKAkEI%2CQAkBI%2CQAAQ%3BCAAS%3B%3BAAClB%2CGAjGX%2CMAYI%2CKAkEI%2CQAmBI%2CQAAQ%3BCAAS%2CSAAS%2CcAAT%3B%3BAAClB%2CGAlGX%2CMAYI%2CKAkEI%2CQAoBI%2CMAAM%3BCAAS%3B%3BAAChB%2CGAnGX%2CMAYI%2CKAkEI%2CQAqBI%2COAAO%3BCAAS%2CSAAS%2CYAAT%3B%3BAAKnB%2CGAxGT%2CMAYI%2CKA0FI%2CYAEE%2CKAAK%3BCAAS%3B%3BAACf%2CGAzGT%2CMAYI%2CKA0FI%2CYAGE%2CMAAM%3BCAAS%3B%3BAAChB%2CGA1GT%2CMAYI%2CKA0FI%2CYAIE%2CKAAK%3BCAAS%3B%3BAACf%2CGA3GT%2CMAYI%2CKA0FI%2CYAKE%2COAAO%3BCAAS%3B%3BAACjB%2CGA5GT%2CMAYI%2CKA0FI%2CYAME%2CYAAY%3BCAAS%2CSAAS%2CWAAT%3B%3BAACtB%2CGA7GT%2CMAYI%2CKA0FI%2CYAOE%2CYAAY%3BCAAS%2CSAAS%2CSAAT%3B%3BAACtB%2CGA9GT%2CMAYI%2CKA0FI%2CYAQE%2CYAAY%3BCAAS%3B%3BAACtB%2CGA%5C%2FGT%2CMAYI%2CKA0FI%2CYASE%2CcAAc%3BCAAS%2CSAAS%2CaAAT%3B%3BAACxB%2CGAhHT%2CMAYI%2CKA0FI%2CYAUE%2CMAAM%3BCAAS%3B%3BAAChB%2CGAjHT%2CMAYI%2CKA0FI%2CYAWE%2CSAAS%3BCAAS%2CSAAS%2CmBAAT%3B%3BAACnB%2CGAlHT%2CMAYI%2CKA0FI%2CYAYE%2CQAAQ%3BCAAS%2CSAAS%2CcAAT%3B%3BAAClB%2CGAnHT%2CMAYI%2CKA0FI%2CYAaE%2CQAAQ%3BCAAS%2CSAAS%2CcAAT%3B%3BAAKhB%2CGAxHX%2CMAYI%2CKA0GI%2CQAEI%2CSAAS%3BCAAS%2CSAAS%2CeAAT%3B%3BAACnB%2CGAzHX%2CMAYI%2CKA0GI%2CQAGI%2COAAO%3BCAAS%3B%3BAACjB%2CGA1HX%2CMAYI%2CKA0GI%2CQAII%2CcAAc%3BCAAS%2CSAAS%2CcAAT%3B%3BAACxB%2CGA3HX%2CMAYI%2CKA0GI%2CQAKI%2CMAAM%3BCAAS%2CSAAS%2CWAAT%3B%3BAAKhB%2CGAhIX%2CMAYI%2CKAkHI%2COAEI%2CSAAS%3BCAAS%2CSAAS%2CyBAAT%3B%3BAACnB%2CGAjIX%2CMAYI%2CKAkHI%2COAGI%2CiBAAiB%3BCAAS%2CSAAS%2CWAAT%3B%3BAAC3B%2CGAlIX%2CMAYI%2CKAkHI%2COAII%2CMAAM%3BCAAS%2CSAAS%2CwBAAT%3B%3BAAChB%2CGAnIX%2CMAYI%2CKAkHI%2COAKI%2CcAAc%3BCAAS%2CSAAS%2CsBAAT%3B%3BAAIxB%2CGAvIX%2CMAYI%2CKA0HI%2CMACI%2CKAAK%3BCAAS%2CSAAS%2CcAAT%3B%3BAACf%2CGAxIX%2CMAYI%2CKA0HI%2CMAEI%2CMAAM%3BCAAS%3B%3BAAChB%2CGAzIX%2CMAYI%2CKA0HI%2CMAGI%2CWAAW%3BCAAS%3B%3BAACrB%2CGA1IX%2CMAYI%2CKA0HI%2CMAII%2CKAAK%3BCAAS%3B%3BAACf%2CGA3IX%2CMAYI%2CKA0HI%2CMAKI%2CMAAM%3BCAAS%3B%3BAAChB%2CGA5IX%2CMAYI%2CKA0HI%2CMAMI%2CKAAK%3BCAAS%3B%3BAACf%2CGA7IX%2CMAYI%2CKA0HI%2CMAOI%2CSAAS%3BCAAS%2CSAAS%2CgBAAT%3B%3BAACnB%2CGA9IX%2CMAYI%2CKA0HI%2CMAQI%2COAAO%3BCAAS%2CSAAS%2CeAAT%3B%3BAACjB%2CGA%5C%2FIX%2CMAYI%2CKA0HI%2CMASI%2CGAAG%3BCAAW%2CSAAS%2CcAAT%3B%3BAACf%2CGAhJX%2CMAYI%2CKA0HI%2CMAUI%2CKAAK%3BCAAS%2CSAAS%2CYAAT%3B%3BAACf%2CGAjJX%2CMAYI%2CKA0HI%2CMAWI%2CKAAK%3BCAAS%2CSAAS%2CWAAT%3B%3BAAGnB%2CGApJP%2CMAYI%2CKAwII%2CSAAS%3BCAAS%3B%3BAACnB%2CGArJP%2CMAYI%2CKAyII%2CWAAW%3BCAAS%2CSAAS%2CaAAT%3B%3BAACrB%2CGAtJP%2CMAYI%2CKA0II%2CaAAa%3BCAAS%2CSAAS%2CeAAT%3B%3BAAEvB%2CGAxJP%2CMAYI%2CKA4II%2CUAAU%3BCAAS%2CSAAS%2CiBAAT%3B%3BAACpB%2CGAzJP%2CMAYI%2CKA6II%2CUAAU%3BCAAS%3B%3BAAEpB%2CGA3JP%2CMAYI%2CKA%2BII%2CYAAY%3BCAAS%2CSAAS%2CcAAT%3B%3BAACtB%2CGA5JP%2CMAYI%2CKAgJI%2CaAAa%3BCAAS%2CSAAS%2CeAAT%3B%3BAAGnB%2CGA%5C%2FJX%2CMAYI%2CKAkJI%2CMACI%2CGAAG%3BCAAa%3B%3BAACjB%2CGAhKX%2CMAYI%2CKAkJI%2CMAEI%2CMAAM%3BCAAU%3B%3BAACjB%2CGAjKX%2CMAYI%2CKAkJI%2CMAGI%2COAAO%3BCAAS%3B%3BAAIjB%2CGArKX%2CMAYI%2CKAwJI%2CQACI%2CKAAK%3BCAAS%2CSAAS%2CaAAT%3B%3BAACf%2CGAtKX%2CMAYI%2CKAwJI%2CQAEI%2COAAO%3BCAAS%2CSAAS%2CeAAT%3B%3BAACjB%2CGAvKX%2CMAYI%2CKAwJI%2CQAGI%2CSAAS%3BCAAS%2CSAAS%2CaAAT%3B%3BAACnB%2CGAxKX%2CMAYI%2CKAwJI%2CQAII%2CKAAK%3BCAAS%2CSAAS%2CcAAT%3B%3BAACf%2CGAzKX%2CMAYI%2CKAwJI%2CQAKI%2CWAAW%3BCAAS%3B%3BAACrB%2CGA1KX%2CMAYI%2CKAwJI%2CQAMI%2CMAAM%3BCAAS%2CSAAS%2CcAAT%3B%3BAAChB%2CGA3KX%2CMAYI%2CKAwJI%2CQAOI%2CeAAe%3BCAAS%2CSAAS%2CsBAAT%3B%3BAACzB%2CGA5KX%2CMAYI%2CKAwJI%2CQAQI%2CaAAa%3BCAAS%2CSAAS%2CsBAAT%3B%3BAACvB%2CGA7KX%2CMAYI%2CKAwJI%2CQASI%2CQAAQ%3BCAAS%2CSAAS%2CiBAAT%3B%3BAAClB%2CGA9KX%2CMAYI%2CKAwJI%2CQAUI%2CWAAW%3BCAAS%3B%3BAACrB%2CGA%5C%2FKX%2CMAYI%2CKAwJI%2CQAWI%2CKAAK%3BCAAS%3B%3BAACf%2CGAhLX%2CMAYI%2CKAwJI%2CQAYI%2CMAAM%3BCAAS%3B%3BAAChB%2CGAjLX%2CMAYI%2CKAwJI%2CQAaI%2CKAAK%3BCAAS%3B%3BAACf%2CGAlLX%2CMAYI%2CKAwJI%2CQAcI%2CKAAK%3BCAAS%3B%3BAACf%2CGAnLX%2CMAYI%2CKAwJI%2CQAeI%2CKAAK%3BCAAS%3B%3BAACf%2CGApLX%2CMAYI%2CKAwJI%2CQAgBI%2CeAAe%3BCAAS%3B%3BAACzB%2CGArLX%2CMAYI%2CKAwJI%2CQAiBI%2CMAAM%3BCAAS%2CSAAS%2CYAAT%22%7D */
    826 /* Include style: /default/style/openrat-info */
    827 .or-info {
    828 	position: relative;
    829 }
    830 .or-info--open-on-hover:hover .or-info-popup,
    831 .or-info--open .or-info-popup {
    832 	display: block;
    833 }
    834 .or-info-popup {
    835 	display: none;
    836 	position: absolute;
    837 	top: 1.2em;
    838 	left: -2em;
    839 	overflow: visible;
    840 	border: 0.5em;
    841 	font-size: 2em;
    842 	border-radius: 0.3em;
    843 	padding: 1.0em;
    844 	z-index: 6;
    845 }
    846 .or-info-popup > div {
    847 	display: inline-block;
    848 }
    849 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Fcms%5C%2Fui%5C%2Fthemes%5C%2Fdefault%5C%2Fstyle%5C%2Fopenrat-info.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAEI%2CGAAC%3BCAEG%3B%3BAAEA%2CGAJH%2CKAII%2CeAAe%2CMAEZ%3BAADJ%2CGALH%2CKAKI%2CMACG%3BCACI%3B%3BAAIR%2CGAXH%2CKAWI%3BCACG%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%3BCAEA%3BCACA%3BCAEA%3B%3BAAZJ%2CGAXH%2CKAWI%2CMAcK%3BCACE%22%7D */
    850 /* Include style: /default/style/openrat-menu */
    851 /*
    852 OpenRat Content Management System
    853 Copyright (C) 2002-2010 Jan Dankert
    854 
    855 This program is free software; you can redistribute it and/or
    856 modify it under the terms of the GNU General Public License
    857 as published by the Free Software Foundation; either version 2
    858 of the License, or (at your option) any later version.
    859 
    860 This program is distributed in the hope that it will be useful,
    861 but WITHOUT ANY WARRANTY; without even the implied warranty of
    862 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    863 GNU General Public License for more details.
    864 
    865 You should have received a copy of the GNU General Public License
    866 along with this program; if not, write to the Free Software
    867 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
    868 */
    869 /*
    870 Basis-Style for Openrat.
    871 */
    872 /* Usage to this variable is safe to be removed */
    873 .or-menu {
    874 	display: flex;
    875 	justify-content: space-between;
    876 	/* Dropdown anzeigen, wenn Titel geöffnet und wenn mit Maus überstrichen */
    877 }
    878 @media only screen and (max-width: 70rem) {
    879 	.or-menu-shortcut {
    880 		display: none;
    881 	}
    882 }
    883 @media only screen and (max-width: 85rem) {
    884 	.or-menu-label,
    885 	.or-menu-dropdown-icon {
    886 		display: none;
    887 	}
    888 }
    889 .or-menu-group {
    890 	display: flex;
    891 }
    892 .or-menu-group:nth-last-child(1) div.or-dropdown {
    893 	right: 10px;
    894 }
    895 .or-menu-group .or-image-icon {
    896 	width: 1.1em;
    897 }
    898 .or-menu-group .or-toolbar-icon {
    899 	padding: 2px;
    900 	margin-left: 10px;
    901 }
    902 .or-menu-group .or-toolbar-icon.or-menu-category {
    903 	cursor: default;
    904 }
    905 .or-menu-group .or-toolbar-icon.or-search input {
    906 	border: 0;
    907 	width: 10em;
    908 }
    909 .or-menu--is-open .or-menu-category--is-open > .or-dropdown {
    910 	display: block;
    911 }
    912 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Fcms%5C%2Fui%5C%2Fthemes%5C%2Fdefault%5C%2Fstyle%5C%2Fopenrat-menu.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAyCI%2CIAAC%3BCAGG%3BCACA%3B%3B%3BAAUA%3BCAAA%2CIAdH%2CIAUI%3BEAEG%3B%3B%3BAAQJ%3BCAAA%2CIApBH%2CIAgBI%3BCAID%2CIApBH%2CIAgBa%3BEAEF%3B%3B%3BAAIR%2CIAtBH%2CIAsBI%3BCACG%3B%3BAAGA%2CIA1BP%2CIAsBI%2CMAII%2CeAAe%2CGACZ%2CIAAG%3BCACC%3B%3BAANZ%2CIAtBH%2CIAsBI%2CMASG%3BCAEI%3B%3BAAXR%2CIAtBH%2CIAsBI%2CMAcG%3BCACI%3BCAGA%3B%3BAAGA%2CIA3CX%2CIAsBI%2CMAcG%2CiBAOK%3BCACG%3B%3BAAEJ%2CIA9CX%2CIAsBI%2CMAcG%2CiBAUK%2CUACG%3BCACI%3BCAGA%3B%3BAAehB%2CIAlEH%2CIAkEI%2CSACG%2C2BACM%3BCACE%22%7D */
    913 /* Include style: /default/style/openrat-navigation */
    914 /*   N a v i g a t i o n   */
    915 .or-navigation--is-open {
    916 	display: flex;
    917 	flex-direction: row;
    918 }
    919 .or-navigation-filler {
    920 	height: 100%;
    921 	width: 12em;
    922 	opacity: 0.8;
    923 	filter: blur(10em);
    924 }
    925 @media only screen and (max-width: 55rem) {
    926 	.or-navigation-filler {
    927 		width: 0;
    928 	}
    929 }
    930 .or-navigation-filler-icon {
    931 	opacity: 1;
    932 	font-size: 3em;
    933 	position: absolute;
    934 	right: 20px;
    935 	top: 20px;
    936 }
    937 .or-navigation-content {
    938 	flex: 1;
    939 	height: 100%;
    940 	z-index: 3;
    941 }
    942 .or-navigation-content .or-view {
    943 	height: 100%;
    944 }
    945 .or-navtree-node {
    946 	margin: 0;
    947 	padding: 0.1em 0;
    948 	line-height: 18px;
    949 	font-weight: normal;
    950 	white-space: nowrap;
    951 }
    952 @media only screen and (max-width: 55rem) {
    953 	.or-navtree-node {
    954 		padding: 0.2em 0;
    955 	}
    956 }
    957 .or-navtree-node--selected {
    958 	font-weight: bold;
    959 }
    960 .or-navtree-node--selected > div > a {
    961 	font-weight: bold;
    962 }
    963 .or-navtree-node-control {
    964 	width: 18px;
    965 	min-width: 18px;
    966 	height: 18px;
    967 	float: left;
    968 	cursor: pointer;
    969 }
    970 .or-navtree-list {
    971 	list-style-type: none;
    972 	margin: 0;
    973 	padding: 0;
    974 }
    975 .or-navtree-list ul {
    976 	margin-left: 18px;
    977 }
    978 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Fcms%5C%2Fui%5C%2Fthemes%5C%2Fdefault%5C%2Fstyle%5C%2Fopenrat-navigation.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAWI%2CGAFD%2CWAEE%3BCACC%3BCACA%3B%3BAAGF%2CGAPD%2CWAOE%3BCACC%3BCACA%3BCACA%3BCACA%2CQAAQ%2CUAAR%3B%3BAAMA%3BCAAA%2CGAjBH%2CWAOE%3BEAOG%3B%3B%3BAAGF%2CGAjBH%2CWAOE%2COAUE%3BCACC%3BCACA%3BCACA%3BCACA%3BCACA%3B%3BAAIJ%2CGA1BD%2CWA0BE%3BCAEC%3BCAOA%3BCAIA%3B%3BAAbF%2CGA1BD%2CWA0BE%2CQAeC%3BCACE%3B%3BAASA%2CGAFH%2CQAEI%3BCACG%3BCACA%2CgBAAA%3BCAMA%3BCACA%3BCACA%3B%3BAAFA%3BCAAA%2CGAVP%2CQAEI%3BEAKG%2CgBAAA%3B%3B%3BAAOA%2CGAdP%2CQAEI%2CKAYI%3BCACG%3B%3BAAEA%2CGAjBX%2CQAEI%2CKAYI%2CUAGO%2CMAAM%3BCACN%3B%3BAAIR%2CGAtBP%2CQAEI%2CKAoBI%3BCACG%3BCACA%3BCACA%3BCACA%3BCACA%3B%3BAAKR%2CGAhCH%2CQAgCI%3BCAEG%3BCACA%3BCACA%3B%3BAAJJ%2CGAhCH%2CQAgCI%2CKAMG%3BCACI%22%7D */
    979 /* Include style: /default/style/openrat-nojs */
    980 .or-nojs-text {
    981 	display: block;
    982 }
    983 .or-visible-for-nojs {
    984 	display: none;
    985 }
    986 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Fcms%5C%2Fui%5C%2Fthemes%5C%2Fdefault%5C%2Fstyle%5C%2Fopenrat-nojs.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAIQ%2CGAFH%2CKAEI%3BCACG%3B%3BAAKR%2CGAAC%3BCACG%22%7D */
    987 /* Include style: /default/style/openrat-normalize */
    988 /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
    989 /* Customized for OR-CMS */
    990 html {
    991 	font-family: 'Oxygen', 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    992 	font-size: 0.9em;
    993 	-ms-text-size-adjust: 100%;
    994 	-webkit-text-size-adjust: 100%;
    995 }
    996 body {
    997 	margin: 0;
    998 }
    999 article,
   1000 aside,
   1001 details,
   1002 figcaption,
   1003 figure,
   1004 footer,
   1005 header,
   1006 hgroup,
   1007 main,
   1008 nav,
   1009 section,
   1010 summary {
   1011 	display: block;
   1012 }
   1013 audio,
   1014 canvas,
   1015 progress,
   1016 video {
   1017 	display: inline-block;
   1018 	vertical-align: baseline;
   1019 }
   1020 audio:not([controls]) {
   1021 	display: none;
   1022 	height: 0;
   1023 }
   1024 [hidden],
   1025 template {
   1026 	display: none;
   1027 }
   1028 a {
   1029 	background: transparent;
   1030 }
   1031 a:active,
   1032 a:hover {
   1033 	outline: 0;
   1034 }
   1035 abbr[title] {
   1036 	border-bottom: 1px dotted;
   1037 }
   1038 b,
   1039 strong {
   1040 	font-weight: bold;
   1041 }
   1042 dfn {
   1043 	font-style: italic;
   1044 }
   1045 h1 {
   1046 	font-size: 1.2em;
   1047 	margin: 0.67em 0;
   1048 }
   1049 mark {
   1050 	background: #ff0;
   1051 	color: #000;
   1052 }
   1053 small {
   1054 	font-size: 80%;
   1055 }
   1056 sub,
   1057 sup {
   1058 	font-size: 75%;
   1059 	line-height: 0;
   1060 	position: relative;
   1061 	vertical-align: baseline;
   1062 }
   1063 sup {
   1064 	top: -0.5em;
   1065 }
   1066 sub {
   1067 	bottom: -0.25em;
   1068 }
   1069 img {
   1070 	border: 0;
   1071 }
   1072 svg:not(:root) {
   1073 	overflow: hidden;
   1074 }
   1075 figure {
   1076 	margin: 1em 40px;
   1077 }
   1078 hr {
   1079 	-moz-box-sizing: content-box;
   1080 	box-sizing: content-box;
   1081 	height: 0;
   1082 }
   1083 pre {
   1084 	overflow: auto;
   1085 }
   1086 code,
   1087 kbd,
   1088 pre,
   1089 samp,
   1090 time {
   1091 	font-family: 'Source Code Pro', monospace, monospace;
   1092 	font-size: 1em;
   1093 	text-overflow: ellipsis;
   1094 	overflow: hidden;
   1095 	display: block;
   1096 	white-space: pre-wrap;
   1097 }
   1098 button,
   1099 input,
   1100 optgroup,
   1101 select,
   1102 textarea {
   1103 	color: inherit;
   1104 	background-color: inherit;
   1105 	font: inherit;
   1106 	margin: 0;
   1107 }
   1108 button {
   1109 	overflow: visible;
   1110 }
   1111 button,
   1112 select {
   1113 	text-transform: none;
   1114 }
   1115 button,
   1116 html input[type="button"] {
   1117 	-webkit-appearance: button;
   1118 	cursor: pointer;
   1119 }
   1120 button[disabled],
   1121 html input[disabled] {
   1122 	cursor: default;
   1123 }
   1124 button input::-moz-focus-inner {
   1125 	border: 0;
   1126 	padding: 0;
   1127 }
   1128 input {
   1129 	line-height: normal;
   1130 }
   1131 input[type="reset"],
   1132 input[type="submit"] {
   1133 	-webkit-appearance: button;
   1134 	cursor: pointer;
   1135 }
   1136 input[type="checkbox"],
   1137 input[type="radio"] {
   1138 	box-sizing: border-box;
   1139 	padding: 0;
   1140 }
   1141 input[type="number"]::-webkit-inner-spin-button,
   1142 input[type="number"]::-webkit-outer-spin-button {
   1143 	height: auto;
   1144 }
   1145 input[type="search"] {
   1146 	-webkit-appearance: textfield;
   1147 	-moz-box-sizing: content-box;
   1148 	-webkit-box-sizing: content-box;
   1149 	box-sizing: content-box;
   1150 }
   1151 input[type="search"]::-webkit-search-cancel-button,
   1152 input[type="search"]::-webkit-search-decoration {
   1153 	-webkit-appearance: none;
   1154 }
   1155 fieldset {
   1156 	border: 1px solid #c0c0c0;
   1157 	margin: 0 2px;
   1158 	padding: 0.35em 0.625em 0.75em;
   1159 }
   1160 legend {
   1161 	border: 0;
   1162 	padding: 0;
   1163 }
   1164 textarea {
   1165 	overflow: auto;
   1166 }
   1167 optgroup {
   1168 	font-weight: bold;
   1169 }
   1170 table {
   1171 	border-collapse: collapse;
   1172 	border-spacing: 0;
   1173 }
   1174 td,
   1175 th {
   1176 	padding: 0;
   1177 	text-align: left;
   1178 }
   1179 /* Box-Sizing: We are using border-box as this is the most intuitive way for sizing. */
   1180 *,
   1181 ::before,
   1182 ::after {
   1183 	box-sizing: border-box;
   1184 }
   1185 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Fcms%5C%2Fui%5C%2Fthemes%5C%2Fdefault%5C%2Fstyle%5C%2Fopenrat-normalize.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3BAAKA%3BCACE%2CaAAa%2CUAAU%2C6CAA6C%2CYAAY%2CaAAa%2CUAAU%2CaACvG%2CaAAa%2CcAAc%2C4BAD3B%3BCAEA%3BCACA%3BCACA%3B%3BAAIF%3BCAAO%3B%3BAAMP%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BCACE%3B%3BAAKF%3BAACA%3BAACA%3BAACA%3BCACE%3BCACA%3B%3BAAKF%2CKAAK%2CIAAI%3BCACP%3BCACA%3B%3BAAKF%3BAACA%3BCACE%3B%3BAAKF%3BCACE%3B%3BAAEA%2CCAAC%3BAACD%2CCAAC%3BCACC%3B%3BAAOJ%2CIAAI%3BCAAU%2CyBAAA%3B%3BAAGd%3BAACA%3BCACE%3B%3BAAIF%3BCAAM%3B%3BAAGN%3BCACE%3BCACA%2CgBAAA%3B%3BAAIF%3BCACE%3BCACA%3B%3BAAIF%3BCAAQ%3B%3BAAGR%3BAACA%3BCACE%3BCACA%3BCACA%3BCACA%3B%3BAAGF%3BCAAM%3B%3BAACN%3BCAAM%3B%3BAAIN%3BCAAM%3B%3BAAGN%2CGAAG%2CIAAI%3BCAAU%3B%3BAAIjB%3BCAAS%2CgBAAA%3B%3BAAGT%3BCACE%3BCACA%3BCACA%3B%3BAAIF%3BCAAM%3B%3BAAGN%3BAACA%3BAACA%3BAACA%3BAACA%3BCACE%2CaAAa%2CuCAAb%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%3B%3BAAWF%3BAACA%3BAACA%3BAACA%3BAACA%3BCACE%3BCACA%3BCACA%3BCACA%3B%3BAAIF%3BCAAS%3B%3BAAMT%3BAACA%3BCACE%3B%3BAAMF%3BAACA%2CIAAK%2CMAAK%3BCACR%3BCACA%3B%3BAAIF%2CMAAM%3BAACN%2CIAAK%2CMAAK%3BCACR%3B%3BAAMA%2CMADF%2CMACG%3BCACC%3BCACA%3B%3BAAKJ%3BCACE%3B%3BAACA%2CKAAC%3BAACD%2CKAAC%3BCACC%3BCACA%3B%3BAAOF%2CKAAC%3BAACD%2CKAAC%3BCACC%3BCACA%3B%3BAAOA%2CKADD%2CeACE%3BAACD%2CKAFD%2CeAEE%3BCACC%3B%3BAAMJ%2CKAAC%3BCACC%3BCACA%3BCACA%3BCACA%3B%3BAAKA%2CKATD%2CeASE%3BAACD%2CKAVD%2CeAUE%3BCACC%3B%3BAAON%3BCACE%2CyBAAA%3BCACA%2CaAAA%3BCACA%2C8BAAA%3B%3BAAKF%3BCACE%3BCACA%3B%3BAAIF%3BCAAW%3B%3BAAIX%3BCAAW%3B%3BAAIX%3BCACE%3BCACA%3B%3BAAGF%3BAACA%3BCACE%3BCACA%3B%3B%3BAAKF%3BAAAG%3BAAAU%3BCACX%22%7D */
   1186 /* Include style: /default/style/openrat-notices */
   1187 /* Usage to this variable is safe to be removed */
   1188 .or-notice {
   1189 	border-style: solid;
   1190 	border-width: 1px 1px 1px 1em;
   1191 	border-color: #000000;
   1192 	padding: 1.1em;
   1193 	position: relative;
   1194 	width: 90%;
   1195 	margin: 1em;
   1196 	border-radius: 0.2em;
   1197 	-moz-border-radius: 0.2em;
   1198 	-webkit-border-radius: 0.2em;
   1199 	-khtml-border-radius: 0.2em;
   1200 }
   1201 @media only screen and (max-width: 55rem) {
   1202 	.or-notice {
   1203 		border-radius: 0;
   1204 		-moz-border-radius: 0;
   1205 		-webkit-border-radius: 0;
   1206 		-khtml-border-radius: 0;
   1207 		border-style: solid;
   1208 		border-width: 1px 0 0 1em;
   1209 		margin: 0;
   1210 		font-size: 0.75em;
   1211 		width: 100%;
   1212 	}
   1213 }
   1214 .or-notice-container {
   1215 	display: block;
   1216 	position: fixed;
   1217 	bottom: 0;
   1218 	right: 0;
   1219 	padding: 0;
   1220 	width: 50%;
   1221 	z-index: 5;
   1222 }
   1223 @media only screen and (max-width: 55rem) {
   1224 	.or-notice-container {
   1225 		right: 0;
   1226 		bottom: 0;
   1227 		width: 100%;
   1228 		padding: 0;
   1229 	}
   1230 }
   1231 .or-notice-toolbar {
   1232 	float: right;
   1233 	margin: 0 0.2em;
   1234 	font-size: 2em;
   1235 	color: gray;
   1236 	cursor: pointer;
   1237 }
   1238 .or-notice:hover .or-notice-toolbar {
   1239 	color: black;
   1240 }
   1241 .or-notice div.text {
   1242 	font-weight: bold;
   1243 }
   1244 .or-notice-text {
   1245 	font-size: 1.1em;
   1246 }
   1247 .or-notice:after {
   1248 	/*
   1249             content: '';
   1250             position: absolute;
   1251             right: 0;
   1252             top: 50%;
   1253             width: 0;
   1254             height: 0;
   1255             border: 1em solid transparent;
   1256             border-right: 0;
   1257             margin-top: -1em;
   1258             margin-right: -1em;*/
   1259 }
   1260 .or-notice-log {
   1261 	font-family: 'Source Code Pro', Monospace, Monospaced, Courier;
   1262 	height: 15em;
   1263 	overflow-y: scroll;
   1264 }
   1265 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Fcms%5C%2Fui%5C%2Fthemes%5C%2Fdefault%5C%2Fstyle%5C%2Fopenrat-notices.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAeI%2CIAAC%3BCACG%3BCACA%2C6BAAA%3BCACA%2CqBAAA%3BCACA%3BCACA%3BCACA%3BCAEA%3BCAhBJ%2CoBAAA%3BCACA%2CyBAAA%3BCACA%2C4BAAA%3BCACA%2C2BAAA%3B%3BAA2BI%3BCAAA%2CIAtBH%3BEARD%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3BEAoBM%3BEACA%2CyBAAA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGF%2CIAtBH%2CMAsBI%3BCACG%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%3B%3BAAQJ%3BCAAA%2CIArCH%2CMAsBI%3BEAUK%3BEACA%3BEACA%3BEACA%3B%3B%3BAAIN%2CIAvCH%2CMAuCI%3BCACG%3BCACA%2CeAAA%3BCACA%3BCACA%3BCACA%3B%3BAAGJ%2CIA%5C%2FCH%2CMA%2BCI%2CMACG%3BCACI%3B%3BAAjDZ%2CIAAC%2CMAsDG%2CIAAG%3BCACC%3B%3BAAGJ%2CIA1DH%2CMA0DI%3BCACG%3B%3BAAGJ%2CIA9DH%2CMA8DI%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAaD%2CIA3EH%2CMA2EI%3BCACG%2CaAAa%2CiDAAb%3BCACA%3BCACA%22%7D */
   1266 /* Include style: /default/style/openrat-search */
   1267 .or-search--on-active {
   1268 	display: none;
   1269 }
   1270 .or-search--on-inactive {
   1271 	display: inline;
   1272 }
   1273 .or-search-input {
   1274 	border-bottom: 0.1em solid;
   1275 }
   1276 .or-search-input .or-input {
   1277 	border: 0;
   1278 	padding: 0;
   1279 	box-shadow: 0 0 0 !important;
   1280 	border-radius: 0;
   1281 	width: 8em;
   1282 }
   1283 .or-search--is-active .or-search--on-active {
   1284 	display: inline;
   1285 }
   1286 .or-search--is-active .or-search--on-inactive {
   1287 	display: none;
   1288 }
   1289 .or-search-result {
   1290 	display: none;
   1291 	padding: 1em;
   1292 }
   1293 .or-search-result-entry {
   1294 	padding-top: 0.2em;
   1295 }
   1296 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Fcms%5C%2Fui%5C%2Fthemes%5C%2Fdefault%5C%2Fstyle%5C%2Fopenrat-search.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAII%2CGAHD%2COAGE%3BCACC%3B%3BAAEF%2CGAND%2COAME%3BCACC%3B%3BAAGF%2CGAVD%2COAUE%3BCACC%2C0BAAA%3B%3BAADF%2CGAVD%2COAUE%2CMAEC%3BCACE%3BCACA%3BCACA%2C4BAAA%3BCACA%3BCACA%3B%3BAAMA%2CGAvBL%2COAoBE%2CWAEC%2CWACG%3BCACC%3B%3BAAEF%2CGA1BL%2COAoBE%2CWAEC%2CWAIG%3BCACC%3B%3BAAON%2CGAlCD%2COAkCE%3BCACC%3BCACA%3B%3BAAEA%2CGAtCH%2COAkCE%2COAIE%3BCACC%22%7D */
   1297 /* Include style: /default/style/openrat-selector */
   1298 .or-selector-tree {
   1299 	display: none;
   1300 }
   1301 .or-selector-search {
   1302 	display: none;
   1303 }
   1304 .or-selector--is-tree-active .or-selector-tree {
   1305 	display: block;
   1306 }
   1307 .or-selector--is-search-active .or-selector-search {
   1308 	display: block;
   1309 }
   1310 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Fcms%5C%2Fui%5C%2Fthemes%5C%2Fdefault%5C%2Fstyle%5C%2Fopenrat-selector.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAGI%2CGAFD%2CSAEE%3BCACC%3B%3BAAEF%2CGALD%2CSAKE%3BCACC%3B%3BAAOE%2CGAbL%2CSAUE%2CgBAEC%2CaACG%3BCACC%3B%3BAAOF%2CGArBL%2CSAmBE%2CkBACC%2CaACG%3BCACC%22%7D */
   1311 /* Include style: /default/style/openrat-sidebar */
   1312 /*
   1313 OpenRat Content Management System
   1314 Copyright (C) 2002-2010 Jan Dankert
   1315 
   1316 This program is free software; you can redistribute it and/or
   1317 modify it under the terms of the GNU General Public License
   1318 as published by the Free Software Foundation; either version 2
   1319 of the License, or (at your option) any later version.
   1320 
   1321 This program is distributed in the hope that it will be useful,
   1322 but WITHOUT ANY WARRANTY; without even the implied warranty of
   1323 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   1324 GNU General Public License for more details.
   1325 
   1326 You should have received a copy of the GNU General Public License
   1327 along with this program; if not, write to the Free Software
   1328 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
   1329 */
   1330 /*
   1331 Basis-Style for Openrat.
   1332 */
   1333 /* Usage to this variable is safe to be removed */
   1334 /*
   1335 .or {
   1336     &-sidebar {
   1337 
   1338       @media @smartphones {
   1339         display: none;
   1340       }
   1341 
   1342       position: fixed;
   1343       top: 10em;
   1344       right: 0;
   1345       z-index: 1;
   1346       display: flex;
   1347       flex-direction: column;
   1348 
   1349       &-button {
   1350         margin-left: auto;
   1351         margin-right: 0;
   1352 
   1353         width: 2em;
   1354         overflow: hidden;
   1355         right: 0;
   1356         transition: width 0.2s ease-in-out;
   1357         margin-bottom: 2em;
   1358         white-space: nowrap;
   1359 
   1360         //&-text {
   1361         //  display: none;
   1362         //}
   1363 
   1364         &:hover {
   1365           width:9em;
   1366 
   1367           //.or-sidebar-button-text {
   1368           //    display: inline;
   1369           //}
   1370         }
   1371 
   1372       }
   1373 
   1374     }
   1375 }
   1376 */
   1377 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%22%7D */
   1378 /* Include style: /default/style/openrat-ui */
   1379 /* Usage to this variable is safe to be removed */
   1380 html,
   1381 body {
   1382 	width: 100%;
   1383 	height: 100%;
   1384 }
   1385 @media only screen and (min-width: 56rem) {
   1386 	body:before {
   1387 		content: "";
   1388 		position: fixed;
   1389 		left: 0;
   1390 		right: 0;
   1391 		z-index: -1;
   1392 		width: 100%;
   1393 		height: 100%;
   1394 		display: block;
   1395 		background-size: cover;
   1396 		background-position: center;
   1397 		background-repeat: no-repeat;
   1398 	}
   1399 }
   1400 .or-editor-toolbar {
   1401 	font-size: 1.5em;
   1402 }
   1403 iframe {
   1404 	width: 100%;
   1405 	height: 500px;
   1406 	display: block;
   1407 }
   1408 /* Verweise */
   1409 a:link,
   1410 a:visited {
   1411 	font-weight: normal;
   1412 	text-decoration: none;
   1413 }
   1414 a:active,
   1415 a:hover {
   1416 	font-weight: normal;
   1417 	text-decoration: none;
   1418 }
   1419 .or-act-clickable {
   1420 	cursor: pointer;
   1421 }
   1422 /* Make Codemirror Auto-Resizable */
   1423 .CodeMirror {
   1424 	height: auto;
   1425 }
   1426 .or {
   1427 	/* After page loading, all elements are hidden. This class will be removed by javascript. */
   1428 }
   1429 .or-search > .or-input {
   1430 	box-shadow: none !important;
   1431 	background-color: transparent !important;
   1432 }
   1433 .or--initial-hidden {
   1434 	opacity: 0;
   1435 }
   1436 .or-view-flying-button {
   1437 	display: block;
   1438 	bottom: 1em;
   1439 	right: 1em;
   1440 	position: absolute;
   1441 }
   1442 .or-linklist {
   1443 	display: flex;
   1444 	flex-direction: column;
   1445 	padding: 10% 20%;
   1446 }
   1447 .or-linklist > .or-linklist-line {
   1448 	border: 1px solid;
   1449 	margin-top: 1em;
   1450 	padding: 1em;
   1451 	border-radius: 0.5em;
   1452 	-moz-border-radius: 0.5em;
   1453 	-webkit-border-radius: 0.5em;
   1454 	-khtml-border-radius: 0.5em;
   1455 }
   1456 .or-dirty {
   1457 	font-weight: bold;
   1458 }
   1459 .or-draggable {
   1460 	cursor: move;
   1461 }
   1462 .or-droppable--active {
   1463 	background-color: #3c8b2e !important;
   1464 	cursor: move;
   1465 	z-index: 3;
   1466 }
   1467 .or-droppable--hover {
   1468 	background-color: #08f169 !important;
   1469 	cursor: move;
   1470 	z-index: 3;
   1471 }
   1472 .or--invisible {
   1473 	visibility: hidden;
   1474 }
   1475 .or--visible {
   1476 	visibility: visible;
   1477 }
   1478 .or--off {
   1479 	display: none;
   1480 }
   1481 .or-link {
   1482 	color: inherit;
   1483 }
   1484 .or-link--is-active {
   1485 	font-weight: bold;
   1486 }
   1487 legend {
   1488 	font-size: 1.1em;
   1489 	font-weight: bold;
   1490 	padding: 0 0.5em;
   1491 }
   1492 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Fcms%5C%2Fui%5C%2Fthemes%5C%2Fdefault%5C%2Fstyle%5C%2Fopenrat-ui.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAIA%3BAAAM%3BCAAO%3BCAAY%3B%3BAAuBzB%3BCAfQ%2CIAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAEA%3BEACA%3BEACA%3B%3B%3BAAIZ%3BCACE%3B%3BAAWF%3BCACE%3BCACA%3BCACA%3B%3B%3BAAKF%2CCAAC%3BAACD%2CCAAC%3BCACC%3BCACA%3B%3BAAGF%2CCAAC%3BAACD%2CCAAC%3BCACC%3BCACA%3B%3BAAIF%3BCACE%3B%3B%3BAAMF%3BCACE%3B%3BAAMF%3B%3B%3BAACI%2CGAAC%2COAAU%3BCAEP%3BCACA%3B%3BAAKJ%2CGAAC%3BCACG%3B%3BAAIJ%2CGAAC%3BCACG%3BCACA%3BCACA%3BCACA%3B%3BAAGJ%2CGAAC%3BCACG%3BCACA%3BCACA%2CgBAAA%3B%3BAAHJ%2CGAAC%2CSAKK%3BCACE%2CiBAAA%3BCACA%3BCACA%3BCAvEV%2CoBAAA%3BCACA%2CyBAAA%3BCACA%2C4BAAA%3BCACA%2C2BAAA%3B%3BAA0EE%2CGAAC%3BCACG%3B%3BAAGJ%2CGAAC%3BCACC%3B%3BAAKE%2CGAFH%2CUAEI%3BCAEG%3BCACA%3BCACA%3B%3BAAGJ%2CGATH%2CUASI%3BCACG%3BCACA%3BCACA%3B%3BAAKR%2CGAAC%3BCACG%3B%3BAAGJ%2CGAAC%3BCACG%3B%3BAAEJ%2CGAAC%3BCACG%3B%3BAAIJ%2CGAAC%3BCACC%3B%3BAACA%2CGAFD%2CKAEE%3BCACC%3B%3BAAWR%3BCACI%3BCACA%3BCACA%2CgBAAA%22%7D */
   1493 /* Include style: /default/style/openrat-view */
   1494 /*
   1495 OpenRat Content Management System
   1496 Copyright (C) 2002-2010 Jan Dankert
   1497 
   1498 This program is free software; you can redistribute it and/or
   1499 modify it under the terms of the GNU General Public License
   1500 as published by the Free Software Foundation; either version 2
   1501 of the License, or (at your option) any later version.
   1502 
   1503 This program is distributed in the hope that it will be useful,
   1504 but WITHOUT ANY WARRANTY; without even the implied warranty of
   1505 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   1506 GNU General Public License for more details.
   1507 
   1508 You should have received a copy of the GNU General Public License
   1509 along with this program; if not, write to the Free Software
   1510 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
   1511 */
   1512 /* Usage to this variable is safe to be removed */
   1513 .or-view {
   1514 	padding: 0.5em;
   1515 	/* Fortschrittsbalken, fuer alle Elemente verfuegbar. */
   1516 }
   1517 .or-view-header {
   1518 	font-size: 1.2em;
   1519 }
   1520 .or-view-central {
   1521 	position: absolute;
   1522 	top: 30%;
   1523 	margin-left: 40%;
   1524 	margin-right: 40%;
   1525 	font-size: 3em;
   1526 }
   1527 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Fcms%5C%2Fui%5C%2Fthemes%5C%2Fdefault%5C%2Fstyle%5C%2Fopenrat-view.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAgCI%2CGAAC%3BCACC%3B%3B%3BAAEA%2CGAHD%2CKAGE%3BCACC%3B%3BAASF%2CGAbD%2CKAaE%3BCACC%3BCACA%3BCACA%3BCACA%3BCACA%22%7D */
   1528 /* Include style: /default/style/openrat-workbench */
   1529 /*
   1530 OpenRat Content Management System
   1531 Copyright (C) 2002-2010 Jan Dankert
   1532 
   1533 This program is free software; you can redistribute it and/or
   1534 modify it under the terms of the GNU General Public License
   1535 as published by the Free Software Foundation; either version 2
   1536 of the License, or (at your option) any later version.
   1537 
   1538 This program is distributed in the hope that it will be useful,
   1539 but WITHOUT ANY WARRANTY; without even the implied warranty of
   1540 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   1541 GNU General Public License for more details.
   1542 
   1543 You should have received a copy of the GNU General Public License
   1544 along with this program; if not, write to the Free Software
   1545 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
   1546 */
   1547 /* Usage to this variable is safe to be removed */
   1548 .or {
   1549 	/* Fortschrittsbalken, fuer alle Elemente verfuegbar. */
   1550 }
   1551 .or-workbench {
   1552 	width: 100%;
   1553 	height: 100%;
   1554 	display: flex;
   1555 	flex-direction: row;
   1556 	visibility: hidden;
   1557 	/*        &-section {
   1558             margin: 1.5em;
   1559             @media @smartphones {
   1560                 margin: 0.5em;
   1561             }
   1562 
   1563             //border: 1px solid;
   1564             //.border-radius(5px);
   1565 
   1566 
   1567             .or-view-toolbar {
   1568                 display: inline;
   1569             }
   1570 
   1571             // Wenn Sektion geschlossen, keine Toolbar anzeigen.
   1572             &.or--is-closed {
   1573                 .or-view-toolbar {
   1574                     display: none;
   1575                 }
   1576 
   1577             }
   1578 
   1579             // Diabled Sections are not displayed.
   1580             &.or--disabled {
   1581                 //display: none;
   1582             }
   1583 
   1584             &.or--is-empty {
   1585                 //display: none;
   1586             }
   1587         }*/
   1588 	/* */
   1589 }
   1590 .or-workbench--visible-on-dialog-open {
   1591 	z-index: 3;
   1592 }
   1593 .or-workbench-screen {
   1594 	/* vertical flexbox */
   1595 	display: flex;
   1596 	flex-direction: column;
   1597 	position: relative;
   1598 	/*
   1599           https://stackoverflow.com/questions/28636832/firefox-overflow-y-not-working-with-nested-flexbox
   1600           Whenever you've got an element with overflow: [hidden|scroll|auto] inside of a flex item, you need to give its ancestor flex item min-width:0 (in a horizontal flex container) or min-height:0 (in a vertical flex container), to disable this min-sizing behavior, or else the flex item will refuse to shrink smaller than the child's min-content size.
   1601            */
   1602 }
   1603 .or-workbench-screen > * {
   1604 	overflow-y: auto;
   1605 	overflow-x: hidden;
   1606 }
   1607 .or-workbench-main {
   1608 	flex: 1;
   1609 	min-width: 0;
   1610 }
   1611 .or-workbench-title {
   1612 	height: 3.0rem;
   1613 	max-height: 3.0rem;
   1614 	min-height: 3.0rem;
   1615 	overflow: hidden;
   1616 	padding: 0.5em;
   1617 	font-size: 1.2em;
   1618 }
   1619 .or-workbench-title .toolbar-icon .arrow-down {
   1620 	display: inline;
   1621 }
   1622 @media only screen and (max-width: 55rem) {
   1623 	.or-workbench-title .toolbar-icon span.label,
   1624 	.or-workbench-title .toolbar-icon .arrow-down {
   1625 		display: none;
   1626 	}
   1627 }
   1628 .or-workbench-content {
   1629 	flex: 1;
   1630 	/*
   1631             &.is-closed {
   1632                 flex: 0.5;
   1633                 cursor: not-allowed;
   1634                 pointer-events: none;
   1635 
   1636                 @media @smartphones {
   1637                     // do not display the views in mobile mode.
   1638                     flex: 0;
   1639                 }
   1640 
   1641                 //overflow: hidden;
   1642             }*/
   1643 }
   1644 .or-workbench--visible-on-small {
   1645 	display: none;
   1646 }
   1647 .or-workbench--visible-on-wide {
   1648 	display: block;
   1649 }
   1650 .or-workbench--navigation-is-small .or-workbench--visible-on-wide {
   1651 	display: none;
   1652 }
   1653 .or-workbench--navigation-is-small .or-workbench--visible-on-small {
   1654 	display: block;
   1655 }
   1656 .or-workbench-navigation {
   1657 	display: flex;
   1658 	flex-direction: row;
   1659 	width: 30em;
   1660 }
   1661 .or-workbench-navigation-content {
   1662 	flex: 1;
   1663 }
   1664 @media only screen and (max-width: 55rem) {
   1665 	.or-workbench-navigation-content {
   1666 		flex: none;
   1667 	}
   1668 }
   1669 .or-workbench-navigation-filler {
   1670 	flex: 0;
   1671 	opacity: 0.6;
   1672 }
   1673 .or-workbench-navigation-container {
   1674 	width: 100%;
   1675 	position: relative;
   1676 	padding: 0.7em;
   1677 	overflow-x: hidden;
   1678 }
   1679 .or-workbench-navigation--is-small {
   1680 	width: 0;
   1681 }
   1682 .or-workbench-navigation--is-small .or-workbench-navigation-container {
   1683 	width: 0;
   1684 	overflow-y: hidden;
   1685 	/*
   1686                     &:hover {
   1687                         overflow-y: auto;
   1688                         width: 33%;
   1689                         opacity: 0.9;
   1690 
   1691                         .or-navtree {
   1692                             opacity: 1;
   1693                         }
   1694                     }
   1695                     */
   1696 }
   1697 .or-workbench-navigation--is-small .or-workbench-navigation-container .or-navtree {
   1698 	opacity: 0.2;
   1699 }
   1700 .or-workbench-navigation--is-small .or-navtree {
   1701 	opacity: 0;
   1702 }
   1703 @media only screen and (max-width: 55rem) {
   1704 	.or-workbench-navigation {
   1705 		width: 0;
   1706 	}
   1707 	.or-workbench-navigation .or-workbench-navigation-container {
   1708 		/*
   1709                     width: 0;
   1710                     padding: 0;
   1711                     */
   1712 	}
   1713 	.or-workbench-navigation--is-open {
   1714 		position: fixed;
   1715 		width: 100%;
   1716 		z-index: 1;
   1717 		opacity: 1;
   1718 		height: 100%;
   1719 	}
   1720 	.or-workbench-navigation--is-open .or-workbench-navigation-content {
   1721 		width: 90%;
   1722 	}
   1723 	.or-workbench-navigation--is-open .or-workbench-navigation-filler {
   1724 		flex: 1;
   1725 	}
   1726 }
   1727 @media only screen and (min-width: 75rem) {
   1728 	.or-workbench-navigation {
   1729 		overflow-y: auto;
   1730 	}
   1731 }
   1732 .or-workbench-navigation .or-view {
   1733 	height: 100%;
   1734 }
   1735 .or--visible-on-mobile {
   1736 	display: none;
   1737 }
   1738 @media only screen and (max-width: 55rem) {
   1739 	.or--visible-on-mobile {
   1740 		display: inline;
   1741 	}
   1742 }
   1743 @media only screen and (max-width: 55rem) {
   1744 	.or--visible-on-desktop {
   1745 		display: none;
   1746 	}
   1747 }
   1748 .or-toggle-nav-small {
   1749 	display: inline;
   1750 }
   1751 @media only screen and (max-width: 55rem) {
   1752 	.or-toggle-nav-small {
   1753 		display: none;
   1754 	}
   1755 }
   1756 .or-toggle-nav-open-close {
   1757 	display: none;
   1758 }
   1759 @media only screen and (max-width: 55rem) {
   1760 	.or-toggle-nav-open-close {
   1761 		display: inline;
   1762 	}
   1763 }
   1764 .or-loader {
   1765 	position: absolute;
   1766 	top: 30%;
   1767 	left: 0;
   1768 	right: 0;
   1769 	margin-left: auto;
   1770 	margin-right: auto;
   1771 	border-width: 0.5em;
   1772 	border-style: solid;
   1773 	border-radius: 50%;
   1774 	visibility: hidden;
   1775 	z-index: 6;
   1776 }
   1777 .or-loader--is-active {
   1778 	visibility: visible;
   1779 	width: 5em;
   1780 	height: 5em;
   1781 	animation: spin 2s linear infinite;
   1782 }
   1783 @keyframes spin {
   1784 	0% {
   1785 		transform: rotate(0deg);
   1786 	}
   1787 	100% {
   1788 		transform: rotate(360deg);
   1789 	}
   1790 }
   1791 @media screen and (prefers-reduced-motion: reduce) {
   1792 	.or-loader--is-active {
   1793 		display: none;
   1794 	}
   1795 }
   1796 @media only screen and (max-width: 55rem) {
   1797 	html {
   1798 		font-size: 1.1em;
   1799 	}
   1800 }
   1801 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Fcms%5C%2Fui%5C%2Fthemes%5C%2Fdefault%5C%2Fstyle%5C%2Fopenrat-workbench.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAoCA%3B%3B%3BAAEI%2CGAAC%3BCAEG%3BCACA%3BCACA%3BCACA%3BCACA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAEA%2CGARH%2CUAQI%3BCAEC%3B%3BAAIF%2CGAdH%2CUAcI%3B%3BCAEC%3BCACA%3BCACA%3B%3B%3B%3B%3B%3BAAJF%2CGAdH%2CUAcI%2COAeG%3BCAGA%3BCACA%3B%3BAAQJ%2CGAzCH%2CUAyCI%3BCACC%3BCACA%3B%3BAAGF%2CGA9CH%2CUA8CI%3BCACG%3BCACA%3BCACA%3BCACA%3BCACA%3BCAGA%3B%3BAARJ%2CGA9CH%2CUA8CI%2CMAUG%2CcAEI%3BCACI%3B%3BAAOJ%3BCAAA%2CGAlEX%2CUA8CI%2CMAUG%2CcAMI%2CKAAI%3BCAIJ%2CGAlEX%2CUA8CI%2CMAUG%2CcAMgB%3BEAEJ%3B%3B%3BAAQhB%2CGAxEH%2CUAwEI%3BCACG%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAA%2BDJ%2CGAxIH%2CUAwII%3BCACG%3B%3BAAGJ%2CGA5IH%2CUA4II%3BCACG%3B%3BAAGJ%2CGAhJH%2CUAgJI%2CqBACG%3BCACI%3B%3BAAFR%2CGAhJH%2CUAgJI%2CqBAKG%3BCACI%3B%3BAAIR%2CGA1JH%2CUA0JI%3BCAEG%3BCACA%3BCACA%3B%3BAAEA%2CGAhKP%2CUA0JI%2CWAMI%3BCAEC%3B%3BAAIF%3BCAAA%2CGAtKP%2CUA0JI%2CWAMI%3BEAIG%3B%3B%3BAAGJ%2CGAvKP%2CUA0JI%2CWAaI%3BCACC%3BCACA%3B%3BAAGF%2CGA5KP%2CUA0JI%2CWAkBI%3BCAEG%3BCACA%3BCAOA%3BCACA%3B%3BAASN%2CGAhML%2CUA0JI%2CWAsCE%3BCACK%3B%3BAADN%2CGAhML%2CUA0JI%2CWAsCE%2CUAOK%3BCAEI%3BCACA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAVV%2CGAhML%2CUA0JI%2CWAsCE%2CUAOK%2CmCAKI%3BCACE%3B%3BAAbZ%2CGAhML%2CUA0JI%2CWAsCE%2CUA6BK%3BCACI%3B%3BAAkCR%3BCAAA%2CGAhQP%2CUA0JI%3BEA0EO%3B%3BCA4BJ%2CGAhQP%2CUA0JI%2CWA4EO%3B%3B%3B%3B%3B%3BCAQA%2CGA9OX%2CUA0JI%2CWAoFQ%3BEASC%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BCAbF%2CGA9OX%2CUA0JI%2CWAoFQ%2CSAEC%3BEACE%3B%3BCAHJ%2CGA9OX%2CUA0JI%2CWAoFQ%2CSAKC%3BEACE%3B%3B%3BAAiBR%3BCAAA%2CGArQP%2CUA0JI%3BEAuGO%3B%3B%3BAAvGR%2CGA1JH%2CUA0JI%2CWA2GG%3BCACI%3B%3BAAOZ%2CGAAC%3BCACG%3B%3BAAKJ%3BCAAA%2CGANC%3BEAGO%3B%3B%3BAASR%3BCAAA%2CGALC%3BEAGO%3B%3B%3BAAIR%2CGAAC%3BCACG%3B%3BAAIJ%3BCAAA%2CGALC%3BEAGO%3B%3B%3BAAIR%2CGAAC%3BCACG%3B%3BAAIJ%3BCAAA%2CGALC%3BEAGO%3B%3B%3BAAmBR%2CGAAC%3BCAEC%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%3BCAEA%3BCACA%3BCACA%3BCACA%3BCACA%3B%3BAAEA%2CGAfD%2COAeE%3BCAEC%3BCACA%3BCACA%3BCACA%2CkCAAA%3B%3BAAEA%3BCACI%3BEAAK%2CWAAW%2CYAAX%3B%3BCACP%3BEAAO%2CWAAW%2CcAAX%3B%3B%3BAAOX%2CmBAHqD%3BCAGrD%2CGA%5C%2FBD%2COAeE%3BEAcG%3B%3B%3BAAoBV%3BCALI%3BEACI%22%7D */
   1802 /* Include style: /../../../template_engine/components/html/component_editor/editor */
   1803 .editor__text-editor {
   1804 	width: 100%;
   1805 	height: 300px;
   1806 }
   1807 /* ACE-Editor */
   1808 textarea.editor__code-editor {
   1809 	display: none;
   1810 	/* Textarea nicht anzeigen, da durch Editor im DIV ersetzt */
   1811 }
   1812 div.editor__code-editor {
   1813 	position: absolute;
   1814 	height: 500px;
   1815 	width: 100%;
   1816 	font-size: 14px;
   1817 	z-index: 256;
   1818 }
   1819 textarea.editor__text-editor,
   1820 textarea.editor__wiki-editor,
   1821 textarea.editor__html-editor {
   1822 	width: 100%;
   1823 }
   1824 a.editorlink:active,
   1825 a.editorlink:hover {
   1826 	font-weight: normal;
   1827 	text-decoration: none;
   1828 }
   1829 a.editorlink:link,
   1830 a.editorlink:visited {
   1831 	font-weight: normal;
   1832 	text-decoration: none;
   1833 }
   1834 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Ftemplate_engine%5C%2Fcomponents%5C%2Fhtml%5C%2Fcomponent_editor%5C%2Feditor.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AACA%3BCACC%3BCACA%3B%3B%3BAAID%2CQAAQ%3BCACP%3B%3B%3BAAID%2CGAAG%3BCAED%3BCACE%3BCACA%3BCACA%3BCACA%3B%3BAAKJ%2CQAAQ%3BAACR%2CQAAQ%3BAACR%2CQAAQ%3BCAEP%3B%3BAAID%2CCAAC%2CWAAW%3BAACZ%2CCAAC%2CWAAW%3BCAEX%3BCACA%3B%3BAAGD%2CCAAC%2CWAAW%3BAACZ%2CCAAC%2CWAAW%3BCAEX%3BCACA%22%7D */
   1835 /* Include style: /../../../template_engine/components/html/component_group/group */
   1836 .or-group {
   1837 	margin: 1em 0 4em;
   1838 }
   1839 .or-group-title {
   1840 	margin: 0.5em 0;
   1841 	font-size: 1.1em;
   1842 	font-weight: normal;
   1843 	border-bottom: 1px solid;
   1844 }
   1845 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Ftemplate_engine%5C%2Fcomponents%5C%2Fhtml%5C%2Fcomponent_group%5C%2Fgroup.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AACI%2CGAAC%3BCAEG%2CiBAAA%3B%3BAAGJ%2CGAAC%3BCACG%2CeAAA%3BCACA%3BCACA%3BCACA%2CwBAAA%22%7D */
   1846 /* Include style: /../../../template_engine/components/html/component_image/image */
   1847 
   1848 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%22%7D */
   1849 /* Include style: /../../../template_engine/components/html/component_table/table */
   1850 .or-table {
   1851 	overflow: auto;
   1852 	border: 2px;
   1853 	width: 100%;
   1854 	table-layout: fixed;
   1855 	/* Hilfe-Texte */
   1856 }
   1857 .or-table-column-date {
   1858 	width: 12em;
   1859 }
   1860 .or-table-column-user {
   1861 	width: 7em;
   1862 }
   1863 .or-table-column-action {
   1864 	width: 5em;
   1865 }
   1866 .or-table-column-auto {
   1867 	width: auto;
   1868 	max-width: 0;
   1869 }
   1870 .or-table-area {
   1871 	/* Responsive Tables */
   1872 }
   1873 @media screen and (max-width: 40em) {
   1874 	.or-table-area {
   1875 		overflow-x: auto;
   1876 	}
   1877 }
   1878 .or-table-filter {
   1879 	width: 100%;
   1880 	text-align: right;
   1881 }
   1882 .or-table-filter-input {
   1883 	border-radius: 3px;
   1884 	-moz-border-radius: 3px;
   1885 	-webkit-border-radius: 3px;
   1886 	-khtml-border-radius: 3px;
   1887 	padding: 0.3em;
   1888 	margin: 0 1em;
   1889 	border: 1px solid #000000;
   1890 	width: 7.5em;
   1891 }
   1892 .or-table tr.or-headline > td,
   1893 .or-table tr {
   1894 	padding: 0.3em;
   1895 }
   1896 .or-table tr.or-headline > td .or-row--on-hover,
   1897 .or-table tr .or-row--on-hover {
   1898 	visibility: hidden;
   1899 }
   1900 @media only screen and (max-width: 55rem) {
   1901 	.or-table tr.or-headline > td .or-row--on-hover,
   1902 	.or-table tr .or-row--on-hover {
   1903 		visibility: visible;
   1904 	}
   1905 }
   1906 .or-table tr.or-headline > td:hover .or-row--on-hover,
   1907 .or-table tr:hover .or-row--on-hover {
   1908 	visibility: visible;
   1909 }
   1910 .or-table tr > th {
   1911 	padding: 3px;
   1912 	font-weight: bold;
   1913 }
   1914 .or-table tr > th.or-sort-asc > span:last-child:after {
   1915 	content: " \2193";
   1916 }
   1917 .or-table tr > th.or-sort-desc > span:last-child:after {
   1918 	content: " \2191";
   1919 }
   1920 .or-table tr.or-data > td {
   1921 	padding: 3px;
   1922 }
   1923 .or-table tr > td {
   1924 	white-space: nowrap;
   1925 	text-overflow: ellipsis;
   1926 	overflow: hidden;
   1927 }
   1928 .or-table td.or-readonly {
   1929 	font-style: italic;
   1930 	font-weight: normal;
   1931 }
   1932 .or-table td.or-default {
   1933 	font-style: normal;
   1934 	font-weight: normal;
   1935 }
   1936 .or-table td.or-changed {
   1937 	font-style: normal;
   1938 	font-weight: bold;
   1939 }
   1940 .or-table td:hover > div.or-onrowvisible {
   1941 	visibility: visible;
   1942 }
   1943 .or-table tr td.or-help {
   1944 	font-style: italic;
   1945 }
   1946 .or-table tr.or-headline td.or-help {
   1947 	/*
   1948             border-bottom:1px solid @color-overridden-by-theme;
   1949             */
   1950 	font-style: normal;
   1951 }
   1952 .or-table-sort-value {
   1953 	display: none;
   1954 }
   1955 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Ftemplate_engine%5C%2Fcomponents%5C%2Fhtml%5C%2Fcomponent_table%5C%2Ftable.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAcI%2CGAAC%3BCAEG%3BCACA%3BCACA%3BCACA%3B%3B%3BAAEF%2CGAPD%2CMAOE%3BCACC%3B%3BAAEF%2CGAVD%2CMAUE%3BCACC%3B%3BAAEF%2CGAbD%2CMAaE%3BCACC%3B%3BAAEF%2CGAhBD%2CMAgBE%3BCACC%3BCACA%3B%3BAAGA%2CGArBH%2CMAqBI%3B%3B%3BAAQD%2CmBALwC%3BCAKxC%2CGA7BH%2CMAqBI%3BEAKO%3B%3B%3BAAKR%2CGA%5C%2FBH%2CMA%2BBI%3BCACG%3BCACA%3B%3BAAEA%2CGAnCP%2CMA%2BBI%2COAII%3BCA5CT%2CkBAAA%3BCACA%2CuBAAA%3BCACA%2C0BAAA%3BCACA%2CyBAAA%3BCA2CY%3BCACA%2CaAAA%3BCACA%2CyBAAA%3BCACA%3B%3BAAxCZ%2CGAAC%2CMA4CG%2CGAAE%2CYAAe%3BAA5CrB%2CGAAC%2CMA8CG%3BCACI%3B%3BAA%5C%2FCR%2CGAAC%2CMA4CG%2CGAAE%2CYAAe%2CKAKf%3BAAjDN%2CGAAC%2CMA8CG%2CGAGE%3BCACE%3B%3BAAIF%3BCAAA%2CGAtDL%2CMA4CG%2CGAAE%2CYAAe%2CKAKf%3BCAKA%2CGAtDL%2CMA8CG%2CGAGE%3BEAGI%3B%3B%3BAAGJ%2CGAvDL%2CMA4CG%2CGAAE%2CYAAe%2CKAWd%2CMAAO%3BAAAR%2CGAvDL%2CMA8CG%2CGASG%2CMAAO%3BCACN%3B%3BAAxDR%2CGAAC%2CMA4DG%2CGAAK%3BCAED%3BCACA%3B%3BAAEA%2CGAjEP%2CMA4DG%2CGAAK%2CKAKA%2CYAAe%2COAAI%2CWAAW%3BCAC3B%2CSAAS%2CQAAT%3B%3BAAEJ%2CGApEP%2CMA4DG%2CGAAK%2CKAQA%2CaAAgB%2COAAI%2CWAAW%3BCAC5B%2CSAAS%2CQAAT%3B%3BAArEZ%2CGAAC%2CMAyEG%2CGAAE%2CQAAW%3BCACT%3B%3BAA1ER%2CGAAC%2CMA6EG%2CGAAK%3BCACD%3BCACA%3BCACA%3B%3BAAhFR%2CGAAC%2CMAoFG%2CGAAE%3BCACE%3BCACA%3B%3BAAtFR%2CGAAC%2CMAwFG%2CGAAE%3BCACE%3BCACA%3B%3BAA1FR%2CGAAC%2CMA4FG%2CGAAE%3BCACE%3BCACA%3B%3BAA9FR%2CGAAC%2CMAiGG%2CGAAE%2CMAAS%2CMAAG%3BCACV%3B%3BAAlGR%2CGAAC%2CMAsGG%2CGAAG%2CGAAE%3BCACD%3B%3BAAvGR%2CGAAC%2CMA0GG%2CGAAE%2CYAAa%2CGAAE%3B%3B%3B%3BCAIb%3B%3BAAIJ%2CGAlHH%2CMAkHI%3BCACG%22%7D */
   1956 /* Include style: /../../../template_engine/components/html/component_upload/upload */
   1957 div.or-dropzone-upload {
   1958 	width: 100%;
   1959 	height: 100px;
   1960 	border: 1px dotted;
   1961 }
   1962 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Ftemplate_engine%5C%2Fcomponents%5C%2Fhtml%5C%2Fcomponent_upload%5C%2Fupload.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%2CGAAG%3BCAEF%3BCACA%3BCAEA%2CkBAAA%22%7D */