﻿.picker,.picker__holder{width:100%;position:absolute}.picker{font-size:16px;text-align:left;line-height:1.2;color:#000;z-index:10000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.picker__input{cursor:default}.picker__input.picker__input--active{border-color:#0089ec}.picker__holder{overflow-y:auto;-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #aaa;border-top-width:0;border-bottom-width:0;border-radius:0 0 5px 5px;box-sizing:border-box;min-width:176px;max-width:466px;max-height:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;opacity:0;-webkit-transform:translateY(-1em) perspective(600px) rotateX(10deg);transform:translateY(-1em) perspective(600px) rotateX(10deg);transition:-webkit-transform .15s ease-out,opacity .15s ease-out,max-height 0s .15s,border-width 0s .15s;transition:transform .15s ease-out,opacity .15s ease-out,max-height 0s .15s,border-width 0s .15s}/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */.picker__frame{padding:1px}.picker__wrap{margin:-1px}.picker--opened .picker__holder{max-height:25em;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;opacity:1;border-top-width:1px;border-bottom-width:1px;-webkit-transform:translateY(0) perspective(600px) rotateX(0);transform:translateY(0) perspective(600px) rotateX(0);transition:-webkit-transform .15s ease-out,opacity .15s ease-out,max-height 0s,border-width 0s;transition:transform .15s ease-out,opacity .15s ease-out,max-height 0s,border-width 0s;box-shadow:0 6px 18px 1px rgba(0,0,0,0.12)}.picker__footer,.picker__header,.picker__table{text-align:center}.picker__day--highlighted,.picker__select--month:focus,.picker__select--year:focus{border-color:#0089ec}.picker__box{padding:0 1em}.picker__header{position:relative;margin-top:.75em}.picker__month,.picker__year{font-weight:500;display:inline-block;margin-left:.25em;margin-right:.25em}.picker__year{color:#999;font-size:.8em;font-style:italic}.picker__select--month,.picker__select--year{border:1px solid #b7b7b7;height:2em;padding:.5em;margin-left:.25em;margin-right:.25em}.picker__select--month{width:35%}.picker__select--year{width:22.5%}.picker__nav--next,.picker__nav--prev{position:absolute;padding:.5em 1.25em;width:1em;height:1em;box-sizing:content-box;top:-.25em}.picker__nav--prev{left:-1em;padding-right:1.25em}.picker__nav--next{right:-1em;padding-left:1.25em}@media (min-width: 24.5em){.picker__select--month,.picker__select--year{margin-top:-.5em}.picker__nav--next,.picker__nav--prev{top:-.33em}.picker__nav--prev{padding-right:1.5em}.picker__nav--next{padding-left:1.5em}}.picker__nav--next:before,.picker__nav--prev:before{content:" ";border-top:.5em solid transparent;border-bottom:.5em solid transparent;border-right:.75em solid #000;width:0;height:0;display:block;margin:0 auto}.picker__nav--next:before{border-right:0;border-left:.75em solid #000}.picker__nav--next:hover,.picker__nav--prev:hover{cursor:pointer;color:#000;background:#b1dcfb}.picker__nav--disabled,.picker__nav--disabled:before,.picker__nav--disabled:before:hover,.picker__nav--disabled:hover{cursor:default;background:0 0;border-right-color:#f5f5f5;border-left-color:#f5f5f5}.picker--focused .picker__day--highlighted,.picker__day--highlighted:hover,.picker__day--infocus:hover,.picker__day--outfocus:hover{color:#000;cursor:pointer;background:#b1dcfb}.picker__table{border-collapse:collapse;border-spacing:0;table-layout:fixed;font-size:inherit;width:100%;margin-top:.75em;margin-bottom:.5em}@media (min-height: 33.875em){.picker__table{margin-bottom:.75em}}.picker__table td{margin:0;padding:0}.picker__weekday{width:14.285714286%;font-size:.75em;padding-bottom:.25em;color:#999;font-weight:500}@media (min-height: 33.875em){.picker__weekday{padding-bottom:.5em}}.picker__day{padding:.3125em 0;font-weight:200;border:1px solid transparent}.picker__day--today{position:relative}.picker__day--today:before{content:" ";position:absolute;top:2px;right:2px;width:0;height:0;border-top:.5em solid #0059bc;border-left:.5em solid transparent}.picker__day--disabled:before{border-top-color:#aaa}.picker__day--outfocus{color:#ddd}.picker--focused .picker__day--selected,.picker__day--selected,.picker__day--selected:hover{background:#0089ec;color:#fff}.picker--focused .picker__day--disabled,.picker__day--disabled,.picker__day--disabled:hover{background:#f5f5f5;border-color:#f5f5f5;color:#ddd;cursor:default}.picker__day--highlighted.picker__day--disabled,.picker__day--highlighted.picker__day--disabled:hover{background:#bbb}.picker__button--clear,.picker__button--close,.picker__button--today{border:1px solid #fff;background:#fff;font-size:.8em;padding:.66em 0;font-weight:700;width:33%;display:inline-block;vertical-align:bottom}.picker__button--clear:hover,.picker__button--close:hover,.picker__button--today:hover{cursor:pointer;color:#000;background:#b1dcfb;border-bottom-color:#b1dcfb}.picker__button--clear:focus,.picker__button--close:focus,.picker__button--today:focus{background:#b1dcfb;border-color:#0089ec;outline:0}.picker__button--clear:before,.picker__button--close:before,.picker__button--today:before{position:relative;display:inline-block;height:0}.picker__button--clear:before,.picker__button--today:before{content:" ";margin-right:.45em}.picker__button--today:before{top:-.05em;width:0;border-top:.66em solid #0059bc;border-left:.66em solid transparent}.picker__button--clear:before{top:-.25em;width:.66em;border-top:3px solid #e20}.picker__button--close:before{content:"\D7";top:-.1em;vertical-align:top;font-size:1.1em;margin-right:.35em;color:#777}.picker__button--today[disabled],.picker__button--today[disabled]:hover{background:#f5f5f5;border-color:#f5f5f5;color:#ddd;cursor:default}.picker__button--today[disabled]:before{border-top-color:#aaa}#scrollable-dropdown-menu .tt-dropdown-menu,#scrollable-dropdown-menu .tt-menu{max-height:150px;min-height:150px;overflow-y:auto;background-color:white;border:1px solid #ccc;width:291px;cursor:pointer}#scrollable-dropdown-menu .tt-dropdown-menu .tt-dataset,#scrollable-dropdown-menu .tt-menu .tt-dataset{padding:5px}#scrollable-dropdown-menu .tt-dropdown-menu .tt-dataset .tt-suggestion,#scrollable-dropdown-menu .tt-menu .tt-dataset .tt-suggestion{padding-left:5px;line-height:24px}#scrollable-dropdown-menu .tt-dropdown-menu .tt-dataset .tt-suggestion:hover,#scrollable-dropdown-menu .tt-menu .tt-dataset .tt-suggestion:hover{background-color:#0070c2;color:white}.CodeMirror{color:#000}.CodeMirror-lines{padding:4px 0}.CodeMirror pre{padding:0 4px}.CodeMirror-gutter-filler,.CodeMirror-scrollbar-filler{background-color:#fff}.CodeMirror-gutters{border-right:1px solid #ddd;background-color:#f7f7f7;white-space:nowrap}.CodeMirror-linenumber{padding:0 3px 0 5px;min-width:20px;text-align:right;color:#999;white-space:nowrap}.CodeMirror-guttermarker{color:#000}.CodeMirror-guttermarker-subtle{color:#999}.CodeMirror-cursor{border-left:1px solid #000;border-right:none;width:0}.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}.cm-fat-cursor .CodeMirror-cursor{width:auto;border:0 !important;background:#7e7}.cm-fat-cursor div.CodeMirror-cursors{z-index:1}.cm-animate-fat-cursor{width:auto;border:0;-webkit-animation:blink 1.06s steps(1) infinite;-moz-animation:blink 1.06s steps(1) infinite;animation:blink 1.06s steps(1) infinite;background-color:#7e7}@-moz-keyframes blink{50%{background-color:transparent}}@-webkit-keyframes blink{50%{background-color:transparent}}@keyframes blink{50%{background-color:transparent}}.cm-tab{display:inline-block;text-decoration:inherit}.CodeMirror-ruler{border-left:1px solid #ccc;position:absolute}.cm-s-default .cm-header{color:#00f}.cm-s-default .cm-quote{color:#090}.cm-negative{color:#d44}.cm-positive{color:#292}.cm-header,.cm-strong{font-weight:700}.cm-em{font-style:italic}.cm-link{text-decoration:underline}.cm-strikethrough{text-decoration:line-through}.cm-s-default .cm-keyword{color:#708}.cm-s-default .cm-atom{color:#219}.cm-s-default .cm-number{color:#164}.cm-s-default .cm-def{color:#00f}.cm-s-default .cm-variable-2{color:#05a}.cm-s-default .cm-variable-3{color:#085}.cm-s-default .cm-comment{color:#a50}.cm-s-default .cm-string{color:#a11}.cm-s-default .cm-string-2{color:#f50}.cm-s-default .cm-meta,.cm-s-default .cm-qualifier{color:#555}.cm-s-default .cm-builtin{color:#30a}.cm-s-default .cm-bracket{color:#997}.cm-s-default .cm-tag{color:#170}.cm-s-default .cm-attribute{color:#00c}.cm-s-default .cm-hr{color:#999}.cm-s-default .cm-link{color:#00c}.cm-invalidchar,.cm-s-default .cm-error{color:red}.CodeMirror-composing{border-bottom:2px solid}div.CodeMirror span.CodeMirror-matchingbracket{color:#0f0}div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#f22}.CodeMirror-matchingtag{background:rgba(255,150,0,0.3)}.CodeMirror-activeline-background{background:#e8f2ff}.CodeMirror{position:relative;overflow:hidden;background:#fff}.CodeMirror-scroll{overflow:scroll !important;margin-bottom:-30px;margin-right:-30px;padding-bottom:30px;height:100%;outline:0;position:relative}.CodeMirror-sizer{position:relative;border-right:30px solid transparent}.CodeMirror-gutter-filler,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-vscrollbar{position:absolute;z-index:6;display:none}.CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}.CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}.CodeMirror-scrollbar-filler{right:0;bottom:0}.CodeMirror-gutter-filler{left:0;bottom:0}.CodeMirror-gutters{position:absolute;left:0;top:0;min-height:100%;z-index:3}.CodeMirror-gutter{white-space:normal;height:100%;display:inline-block;vertical-align:top;margin-bottom:-30px}.CodeMirror-gutter-wrapper{position:absolute;z-index:4;background:0 0 !important;border:none !important;-webkit-user-select:none;-moz-user-select:none;user-select:none}.CodeMirror-gutter-background{position:absolute;top:0;bottom:0;z-index:4}.CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}.CodeMirror-lines{cursor:text;min-height:1px}.CodeMirror pre{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;border-width:0;background:0 0;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent;-webkit-font-variant-ligatures:none;font-variant-ligatures:none}.CodeMirror-wrap pre{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.CodeMirror-linewidget{position:relative;z-index:2;overflow:auto}.CodeMirror-code{outline:0}.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber,.CodeMirror-scroll,.CodeMirror-sizer{-moz-box-sizing:content-box;box-sizing:content-box}.CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}.CodeMirror-cursor{position:absolute}.CodeMirror-measure pre{position:static}div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}.CodeMirror-focused div.CodeMirror-cursors,div.CodeMirror-dragcursors{visibility:visible}.CodeMirror-selected{background:#d9d9d9}.CodeMirror-focused .CodeMirror-selected,.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:#d7d4f0}.CodeMirror-crosshair{cursor:crosshair}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}.cm-searching{background:#ffa;background:rgba(255,255,0,0.4)}.cm-force-border{padding-right:.1px}@media print{.CodeMirror div.CodeMirror-cursors{visibility:hidden}}.cm-tab-wrap-hack:after{content:''}span.CodeMirror-selectedtext{background:0 0}.CodeMirror{height:auto;min-height:300px;border:1px solid #ddd;border-bottom-left-radius:4px;border-bottom-right-radius:4px;padding:10px;font:inherit;z-index:1}.CodeMirror-scroll{min-height:300px}.CodeMirror-fullscreen{background:#fff;position:fixed !important;top:50px;left:0;right:0;bottom:0;height:auto;z-index:9}.CodeMirror-sided{width:50% !important}.editor-toolbar{position:relative;opacity:.6;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;padding:0 10px;border-top:1px solid #bbb;border-left:1px solid #bbb;border-right:1px solid #bbb;border-top-left-radius:4px;border-top-right-radius:4px}.editor-toolbar:after,.editor-toolbar:before{display:block;content:' ';height:1px}.editor-toolbar:before{margin-bottom:8px}.editor-toolbar:after{margin-top:8px}.editor-toolbar:hover,.editor-wrapper input.title:focus,.editor-wrapper input.title:hover{opacity:.8}.editor-toolbar.fullscreen{width:100%;height:50px;overflow-x:auto;overflow-y:hidden;white-space:nowrap;padding-top:10px;padding-bottom:10px;box-sizing:border-box;background:#fff;border:0;position:fixed;top:0;left:0;opacity:1;z-index:9}.editor-toolbar.fullscreen::before{width:20px;height:50px;background:-moz-linear-gradient(left, white 0, rgba(255,255,255,0) 100%);background:-webkit-gradient(linear, left top, right top, color-stop(0, white), color-stop(100%, rgba(255,255,255,0)));background:-webkit-linear-gradient(left, white 0, rgba(255,255,255,0) 100%);background:-o-linear-gradient(left, white 0, rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left, white 0, rgba(255,255,255,0) 100%);background:linear-gradient(to right, white 0, rgba(255,255,255,0) 100%);position:fixed;top:0;left:0;margin:0;padding:0}.editor-toolbar.fullscreen::after{width:20px;height:50px;background:-moz-linear-gradient(left, rgba(255,255,255,0) 0, white 100%);background:-webkit-gradient(linear, left top, right top, color-stop(0, rgba(255,255,255,0)), color-stop(100%, white));background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0, white 100%);background:-o-linear-gradient(left, rgba(255,255,255,0) 0, white 100%);background:-ms-linear-gradient(left, rgba(255,255,255,0) 0, white 100%);background:linear-gradient(to right, rgba(255,255,255,0) 0, white 100%);position:fixed;top:0;right:0;margin:0;padding:0}.editor-toolbar a{display:inline-block;text-align:center;text-decoration:none !important;color:#2c3e50 !important;width:30px;height:30px;margin:0;border:1px solid transparent;border-radius:3px;cursor:pointer}.editor-toolbar a.active,.editor-toolbar a:hover{background:#fcfcfc;border-color:#95a5a6}.editor-toolbar a:before{line-height:30px}.editor-toolbar i.separator{display:inline-block;width:0;border-left:1px solid #d9d9d9;border-right:1px solid #fff;color:transparent;text-indent:-10px;margin:0 6px}.editor-toolbar a.fa-header-x:after{font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;font-size:65%;vertical-align:text-bottom;position:relative;top:2px}.editor-toolbar a.fa-header-1:after{content:"1"}.editor-toolbar a.fa-header-2:after{content:"2"}.editor-toolbar a.fa-header-3:after{content:"3"}.editor-toolbar a.fa-header-bigger:after{content:"▲"}.editor-toolbar a.fa-header-smaller:after{content:"▼"}.editor-toolbar.disabled-for-preview a:not(.no-disable){pointer-events:none;background:#fff;border-color:transparent;text-shadow:inherit}@media only screen and (max-width: 700px){.editor-toolbar a.no-mobile{display:none}}.editor-statusbar{padding:8px 10px;font-size:12px;color:#959694;text-align:right}.editor-statusbar span{display:inline-block;min-width:4em;margin-left:1em}.editor-preview,.editor-preview-side{padding:10px;background:#fafafa;overflow:auto;display:none;box-sizing:border-box}.editor-statusbar .lines:before{content:'lines: '}.editor-statusbar .words:before{content:'words: '}.editor-statusbar .characters:before{content:'characters: '}.editor-preview{position:absolute;width:100%;height:100%;top:0;left:0;z-index:7}.editor-preview-side{position:fixed;bottom:0;width:50%;top:50px;right:0;z-index:9;border:1px solid #ddd}.editor-preview-active,.editor-preview-active-side{display:block}.editor-preview-side>p,.editor-preview>p{margin-top:0}.editor-preview pre,.editor-preview-side pre{background:#eee;margin-bottom:10px}.editor-preview table td,.editor-preview table th,.editor-preview-side table td,.editor-preview-side table th{border:1px solid #ddd;padding:5px}.CodeMirror .CodeMirror-code .cm-tag{color:#63a35c}.CodeMirror .CodeMirror-code .cm-attribute{color:#795da3}.CodeMirror .CodeMirror-code .cm-string{color:#183691}.CodeMirror .CodeMirror-selected{background:#d9d9d9}.CodeMirror .CodeMirror-code .cm-header-1{font-size:200%;line-height:200%}.CodeMirror .CodeMirror-code .cm-header-2{font-size:160%;line-height:160%}.CodeMirror .CodeMirror-code .cm-header-3{font-size:125%;line-height:125%}.CodeMirror .CodeMirror-code .cm-header-4{font-size:110%;line-height:110%}.CodeMirror .CodeMirror-code .cm-comment{background:rgba(0,0,0,0.05);border-radius:2px}.CodeMirror .CodeMirror-code .cm-link{color:#7f8c8d}.CodeMirror .CodeMirror-code .cm-url{color:#aab2b3}.CodeMirror .CodeMirror-code .cm-strikethrough{text-decoration:line-through}.CodeMirror .CodeMirror-placeholder{opacity:.5}.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word){background:rgba(255,0,0,0.15)}input[type=range]{-webkit-appearance:none;height:10px;border-radius:5px;background:#d7dcdf;outline:none}.range-slider__value{display:inline-block;position:relative;width:60px;color:#fff;line-height:20px;text-align:center;border-radius:3px;background:#80aec5;padding:5px 10px;margin-left:8px}.range-slider__value:after{position:absolute;top:8px;left:-7px;width:0;height:0;border-top:7px solid transparent;border-right:7px solid #80aec5;border-bottom:7px solid transparent;content:''}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}html{line-height:1}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}caption,th,td{text-align:left;font-weight:normal;vertical-align:middle}q,blockquote{quotes:none}q:before,q:after,blockquote:before,blockquote:after{content:"";content:none}a img{border:none}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}@font-face{font-family:"azfsicons";src:url(/fonts/azfsicons.eot);src:url(/fonts/azfsicons.eot?#iefix) format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAswAAoAAAAAEjwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAEMAAABWMSw8MmNtYXAAAAE4AAAAOgAAAUrALiG2Z2x5ZgAAAXQAAAbwAAALRBC0tbdoZWFkAAAIZAAAAC0AAAA2A/BLiWhoZWEAAAiUAAAAIAAAACQEfgHcaG10eAAACLQAAAAPAAAAdDoAAABsb2NhAAAIxAAAADwAAAA8J6Qqgm1heHAAAAkAAAAAHwAAACABMwCBbmFtZQAACSAAAAEdAAAB8hTbwvhwb3N0AAAKQAAAAO0AAAGGV8WwR3icY2BkYmCcwMDKwMHowniAgYEhEkIzGjPIMyxlYGBiYGVmwAoC0lxTGBweMD6QYXL4f4DBkomRgREoDMIMAIdzCcQAeJxjYGBgZoBgGQZGBhBwAfIYwXwWBg0gzQakGRmYGBgeyPz/D1LwgBFEKzBA1QMBIxvDiAcAedkGwgAAeJydVl+MG0cZn2/WnlnvX6+9u2P7/H+v3vuTOIp3vS6E853TiDy0yiVR5UtTiSipFBKRUAkqAYJWIdBK5KEJgqboKl1VRK9/EEgt6ksqKp54qBL1AaE+B4nygkA8tC9BPr7dOzt2wgNi5Jmdb/abb34785vfZwKE7OzAK5QQh5CeHdSo2+nDAehFYatpUuZ+Bz5JMb0mQP39La1Q1z+VMvDXeEwt1LSPbun1gvappFcIFogbCvBKHOuRTneVRmEbTPBbTWZj4AjmHp743+LvxkJcNykksWwPoTTbsIqxwqiDsRj85H8GRhNciIyoBG0wgFdB9KHXBolx1myF47jg2kAu35CkG5eTttTt8pzOT5/ieo5fYJSMX2A7+jyKGA4//RS6sIs8R7RkHQp/JyapEY/4ZJkcIAHpkUNklTxGniYkvwKtZeCMO8I9BM2o1/UTu0ITM+91g+5e5eNn4CzT+8NghTjD8bpeXJvMsWw3aLjRLyA1J+Hm44Pyf+GjJEmQLlF+9Jmk/Ooslq+dPbt2NinwnKY++t3vfetRVTMy8KeMAdtrOAFSj0kS5fe7o9cGi2v1wRtYPx4k3dFdeEk1n8BiKKPvqwrNTM4efgvXSA6fngEVsF0RiG7QhxWIWvCDL0S16tw8zUQZqnANKs4L2BsOoeJezc8R2NlJuPN+fN7QBp72vZZBhVOjVehBFMLnWlUb7VwBtexQOZ36qVbToKzBtgrqv38sU3tOAybdRAuEWtvDswnfIHYSD1mYxDtYw9VXoQ/wM56TN58AntUhnd7gef5rBvAMB/7qeho0i7OnsP8WHuuEPwT5U57lj0D6HIBWH9wa9PoYeoY+1V/Kgh9jUjbPDl1n+aw0Q6D3PpTl09xSKT/ypkw1a2odiXBcx2pYjzSsBnw2CrHieNK7XRpN7touphlEMwBm1iN0BwuFZI7AWa0mZ7ZwO3jXcXu43/N7oic4fLB+e/3xx+Pm+v4jR8Y/+GB3DJt3p4ZjLHtxgcyhsasce5ceqW27nVXAVaLQhxNbVrNtvf661W5aW1N9IA8N7fZJevKdFFGbuMIC6lTgO834wro263l+4E99f555jWZrFZLb/OK957mimIrCyvK+4tTGfFU2RrdNnW/yMtZ3//zH2MlUwlMfTt/wV/WSfk/T7unxidzfb5MUZvfcBM8XCaAqsJkDGNIlSWiGUTDAmDmMF37z9j/NomkWsoSwhKs7GNtCfi2gXhwmz+GI3+pFQUysNnhNboAIuKhC0EGi+dLU8rzjCobvvZbf6oaR8LooLKJXhRowr41ijnF6YZv6Ydf/CpI/Wo15ayIidMEqoiD2RU09Q2mGUi5JjbRrcjlnpc8MrbQwZOyy9y7F2C8lX3DLKQHI3NYKRmbu2x9Rc3FxUdrPrmm6mJeLGUPJZ0tOCoDKc0pG5akUyiKkUinLtCXGxDwvZcqQzijowmVFzwKrW6VIt4A1LPjSeJXLl268UbazWkaFnGbZ5b8NLdWywFKGEi25x8olW2E511EoTaWUFHcyUkmiKYkynmZSKqsKHRK/7oPnV3wgC6Cu+i2/D4ErjNkbNNy/XxQADCVuZvX/+ls1sHUVHF3Ziw+fYHxOsqj9JJboPnRcHjc2Jpm05XXbEFPV8ZxYs1GDwgtQ2Vf5etzgD2hINw4fPgVhRUDkVuB8ELiVyl+w7iuXjwMJBkNKh4eDHXxXmWgAhPHqVsNpUDIiEJwn45wHP4ffESP52k6EHGhDk3EbOSQ44hC8gYAAcjUFP3ppdRFMpXa8v7ZWwFNZyByFimXki/WlpXopb2TrpZJVhBdfMudIKon9JPwBY5dJh6yhFQnXRi2MKRv6Ld6atvNtFIWOcE1A0iV7HgjW6k28Y1/kAa9UJDlmh2BuWuO5HFrptCb9yMhoazGXFDkjB5KUo8dFr5u4eh7T+QJsMVZdr0oS54XVAve4znIHcrGp1Ub/OPU+X07JywfTAF8egKwcCvl2/G7+zDw6Ln3zQS1NMqsTOEE3oOTO+Tv4gyBu78Ru0zyyycEHeDQRJR4nQA8vY5xq2nE+5Gj08KLaswLxvGYaRUNfsmW2lM44igY5o1iGeqPigz7Lt5d39eKHeVlXZF3LZYSSLerUhmUUoGo1W97Dh1pM9jR+Hv9xjMHFJ44dNBEMYkVVjtoUz8R2X6YX1o9dpPTisfULPpxcWTlB6YmVlZPXs/q2ahZy2rZWhKNjD4reKydh7Df6Al/ni7q6rdeLE07eJfi3AEWFC59jXgFyevtZfWtLf3Yb7t5YuPLOYPDOlYX/M4+Nc/vmw3MGGwAbg8EGpRuwSePerj2Tw+PcN94GvPS9mQjnrlJ69dxuO4UAPpuMnrtankZD/gOIKb32eJxjYGRgYADij2uMA+P5bb4ycDMxgMDFDFY3GP0fCJiYmEAqORjA0gAxxArlAAAAeJxjYGRgYHL4f4DBkomBgeH/PyYmBqAICpAFAG1cBF14nGNiYGBgojMGAA4MADsAAAAAAAAmAEwAcgCmASQBRAFsAZIBxgHcAfYCIgJQApQCwgN0A6QD3gPsBBoEggSYBOgFKAVABVoFdAWieJxjYGRgYJBlKGXgYQABJiDmAkIGhv9gPgMAF9oBtQB4nF2OvU7DMBSFT/qHaBACITGbpQtS+jP2AdqZDtnTxElbJXHkuJUqMTPzFMw8Bc/FiXslKmzp+jvnHl8bwAN+EKBbAYa+dquHG6oL90l3wgPyo/AQIZ6FR1QvwmO8YiIc4glvnBAMbumMkQn3cI9auE//XXhA/hAecvqn8Ij+l/AYMb6FQ0yC0T41dbvRxbFMrGdfYm3bvanVPJp5vda1tonTmdqeVXsqFs7lKremUitTO12WRjXWHHTqop1zzXI6zcWPUlNhjxSGf26xgUaBI0oksFf+H8VMWO90WmGOCLOr/pr92mcSOJ4ZM1ucWVucOHtB1yGnzpkxqEgrf7dLl9yGTuN7Bzop/Qg7f6vBElPu/F8+8q9XvzD1U2IAAAB4nG1O2U7DMBD0FNuUHpAeQDn6Cf4o13GJFccOa0ctf0+UVFUlmIfR7M6OdtiEjZDsf+wZwwR34BCQuMcUD5hhjgWWeMQTCqywxgZbPOMFr9jhDe/4wCf2M00UT8rbY77IMp7CfJTkvqq8vtHKODLeTo32NpSauKl0Fqaypt4OfIhn5YLXP2oYFwNfUsX1InbZu2DluBfGx9QzxZSE7Z9RYc/G60ZnF4NqNNXcld5KF45ROe6jqUXjQpdkaynFINoqBstb36Xld2fTNSaT1WQqnrKmFenSxUOXc28OFXd/NmocNrfGpStjvzSJb8EAAAA=") format("woff"),url(/fonts/azfsicons.ttf) format("truetype"),url(/fonts/azfsicons.svg?#icons) format("svg");font-weight:normal;font-style:normal}*{box-sizing:border-box}body{margin:0;padding:0;color:#333;font-family:PT Sans, arial, sans-serif;background-color:#fff;font-size:16px}strong{font-weight:700}small{font-size:12px}.pw{width:960px;padding:0 5px;margin:auto}a{color:inherit;text-decoration:underline}a.more{float:right;margin-bottom:10px}.icon:after{speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;font-smooth:always;min-width:22px;content:attr(data-icon);display:inline-block;font-family:oneweb-core}select{border:0 none;border-radius:0;-webkit-appearance:none;background-color:transparent;height:100%;outline:none !important;-moz-appearance:none;font-size:16px}select::-ms-expand{display:none}select option{background-color:#fff;color:#333}input{outline:none}input[type=radio],input[type=file]{display:none}input[type=file]+.value{width:115px;font-size:16px;display:block;float:right;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;line-height:34px}.wide input[type=file]+.value{width:auto;padding-top:0}hr{height:1px;border:0 none;background-color:#ccc;margin:25px 0;clear:both}[data-bind*=click]{cursor:pointer}sup{vertical-align:super;font-size:12px}textarea{font-family:PT Sans, arial, sans-serif}.button,.pagination span{border-width:1px;border-style:solid;border-color:#d4d4d4;height:34px;cursor:pointer;border-radius:3px;padding:0 19px;background:#fff;line-height:32px;display:inline-block;text-decoration:none;width:auto;font-size:16px}.button.tall,.pagination span.tall{height:46px}.button:hover,.pagination span:hover{border-color:#80aec5;background-color:#80aec5;color:#fff}.button.color2,.pagination span.color2{border-color:#80aec5;background-color:#80aec5;color:#fff}.button.color2.popup,.pagination span.color2.popup{width:auto;padding:0 19px}.button.color3,.pagination span.color3{border-color:#015d8b;background-color:#015d8b;color:#fff}.button.light,.pagination span.light{border-color:#80aec5;background-color:#80aec5;color:#fff}.button.light.popup,.pagination span.light.popup{width:auto;padding:0 19px}.button.dark,.pagination span.dark{border-color:#015d8b;background-color:#015d8b;color:#fff}.file .button:hover,.file .pagination span:hover{border-color:#d4d4d4;background:#fff;color:#333}.button.filter,.pagination span.filter{margin-left:8px;background:#80aec5;border:1px solid #80aec5;color:#fff}.button.filter:hover,.pagination span.filter:hover{background-color:#015d8b;border-color:#015d8b}.button.filter.popup,.pagination span.filter.popup{width:auto}.button.page,.pagination span.page{background:transparent;border:1px solid transparent;color:#333}.button.page:hover,.pagination span.page:hover{background-color:#fff;border-color:#ccc}.button.page.popup,.pagination span.page.popup{width:auto}.button.blue,.pagination span.blue{background-image:linear-gradient(#2b2b2b 0%, #262626 100%);border:1px solid #0d0d0d;color:#fff}.button.blue:hover,.pagination span.blue:hover{background-image:none;background-color:#4d4d4d}.button.filter,.button.delete,.button.edit,.button.cal,.button.search,.button.show,.pagination span.filter,.pagination span.delete,.pagination span.edit,.pagination span.cal,.pagination span.search,.pagination span.show{position:relative;width:34px;padding:0;vertical-align:top}.button.filter:before,.button.delete:before,.button.edit:before,.button.cal:before,.button.search:before,.button.show:before,.pagination span.filter:before,.pagination span.delete:before,.pagination span.edit:before,.pagination span.cal:before,.pagination span.search:before,.pagination span.show:before{content:'';position:absolute}.button.filter:before,.pagination span.filter:before{top:10px;left:10px;width:12px;height:12px;background:url(/assets/filter_white-6b85f5b797c74c5dfc74e6578d62f04802c384fa8006a651f1cd33322ecbe799.svg) 0 0/100% auto no-repeat transparent}.button.filter.active,.pagination span.filter.active{background-image:none;background-color:#015d8b;border-color:#015d8b}.button.filter.active:after,.pagination span.filter.active:after{width:10px;height:10px;border-top:1px solid #ccc;border-left:1px solid #ccc;transform:rotate(45deg);background-color:#f9f9f9;content:'';position:absolute;bottom:-20px;left:10px;z-index:1}.button.cal,.pagination span.cal{background-color:transparent}.button.delete:before,.pagination span.delete:before{top:6px;left:9px;width:14px;height:19px;background:url(/assets/delete-0b9df15624a7c80fb40bb4eb49cca3c451f32f061fab691c7906104b5a18e987.svg) 0 0/100% auto no-repeat transparent}.button.delete:hover:before,.pagination span.delete:hover:before{background-image:url(/assets/delete_white-30320677950970c038b2c3bdc895985d9c16cf15b5efd9adb8f030db08095ad1.svg)}.button.edit:before,.pagination span.edit:before{top:7px;left:10px;width:13px;height:18px;background:url(/assets/edit-4464b5e687382a1688249f97a8a36629d19bd64f5ddb6140464b0c0c871186d3.svg) 0 0/100% auto no-repeat transparent}.button.edit:hover:before,.pagination span.edit:hover:before{background-image:url(/assets/edit_white-80f59fc4cd2d70757b487319dc5fba338f4823deb6f1e7391c723274ea8292aa.svg)}.button.show:before,.pagination span.show:before{top:7px;left:8px;width:18px;height:18px;background:url(/assets/detail-2018c7789e7bd5a568d9b09bd920990f392f7d39667037f2237e36692759a67b.svg) 0 0/100% auto no-repeat transparent}.button.show:hover:before,.pagination span.show:hover:before{background-image:url(/assets/detail_white-a6486e282c50956302900f2249c97d979a86a40e3ecfa687cf4bca17e0af4867.svg)}.button.cal:before,.pagination span.cal:before{top:7px;right:0px;width:18px;height:18px;background:url(/assets/cal-cb11d3d0d7cf8e54c49d9ca54c5ef5ee96cb5ceddc81c8bce36a1a0eeeb95e38.svg) 0 0/100% auto no-repeat transparent}.button.search:before,.pagination span.search:before{top:7px;left:7px;width:18px;height:18px;background:url(/assets/search_grey-ea15dcbd32a660ab72d98a72f485e2d04ca009fe3ce6583f1fb2247797e37fbe.svg) 0 0/100% auto no-repeat transparent}.button.search:hover:before,.pagination span.search:hover:before{background-image:url(/assets/search-3874a47943856cca81ceeade7ed6fda5d83ee621b56e738f6a1f2a2e52cac5c7.svg)}.button.download:before,.pagination span.download:before{top:3px;left:4px;width:26px;height:26px;background:url(/assets/download-727b93fa9e1f8bdbd32907df317b65df8ac87fd9b4ae44e2d285e2101a6dcb87.svg) 0 0/100% auto no-repeat transparent}.button.download:hover:before,.pagination span.download:hover:before{background-image:url(/assets/download_white-2e8482f9e85f2ff42a168f2619e77ad4e659b6fd7191abf76cbde63d9d9a2a8d.svg)}.button.inactive,.pagination span.inactive{opacity:.5;cursor:text}.linkButton{color:#015d8b;padding:0 15px}.linkButton:hover{font-weight:700}form.button_to{display:inline-block}input::-moz-focus-inner,button::-moz-focus-inner{border:0;padding:0;margin-top:-2px;margin-bottom:-2px}.pagination{margin-top:10px;text-align:center}.pagination.not .page:first-child{margin-left:10px}.pagination .page{width:34px;color:#333;padding:0;margin-left:10px;background:transparent;text-align:center}.pagination .page a{text-decoration:none;display:block;width:100%;height:100%;color:#333}.pagination .page:first-child{margin-left:0}.pagination .page:hover,.pagination .page:active{background-color:#fff;color:#333;border-color:#ccc}.pagination .page.current,.pagination .page.current:hover{background-color:#015d8b;color:#fff !important;border-color:#015d8b}.pagination .page.next,.pagination .page.prev{position:relative;top:12px}.pagination .page.next a:before,.pagination .page.prev a:before{content:'';position:absolute;left:12px;width:7px;height:14px}.pagination .page.next a.disabled:before,.pagination .page.prev a.disabled:before{display:none}.pagination .page.prev a:before{top:9px;background:url(/assets/next-88acba592e40425c97fa08afb1af1df73e51ffdffce1af9d68912a5287368003.svg) 0 0/100% auto no-repeat transparent;transform:rotate(180deg)}.pagination .page.next a:before{top:11px;background:url(/assets/next-88acba592e40425c97fa08afb1af1df73e51ffdffce1af9d68912a5287368003.svg) 0 0/100% auto no-repeat transparent}input[type=text],input[type=email],input[type=tel],input[type=search],input[type=password],input[type=number],textarea,select,.date{border:0 none;padding:0 14px;height:34px;color:#333;vertical-align:bottom;font-size:16px}input[type=text]::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=search]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,textarea::-webkit-input-placeholder,select::-webkit-input-placeholder,.date::-webkit-input-placeholder{color:#898d8d;font-size:14px;font-family:PT Sans Italic, arial, sans-serif}input[type=text]:-moz-placeholder,input[type=email]:-moz-placeholder,input[type=tel]:-moz-placeholder,input[type=search]:-moz-placeholder,input[type=password]:-moz-placeholder,input[type=number]:-moz-placeholder,textarea:-moz-placeholder,select:-moz-placeholder,.date:-moz-placeholder{color:#898d8d;font-size:14px;font-family:PT Sans Italic, arial, sans-serif}input[type=text]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=search]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=number]::-moz-placeholder,textarea::-moz-placeholder,select::-moz-placeholder,.date::-moz-placeholder{color:#898d8d;font-size:14px;font-family:PT Sans Italic, arial, sans-serif}input[type=text]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=search]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,textarea:-ms-input-placeholder,select:-ms-input-placeholder,.date:-ms-input-placeholder{color:#898d8d;font-size:14px;font-family:PT Sans Italic, arial, sans-serif}input{width:100%;margin-bottom:15px}input.avb_landlord{float:left;width:20px;margin-top:0px}.pwv{font-size:14px;position:relative;margin-bottom:15px;display:block;text-align:right;color:#333}.pwv:hover{text-decoration:none}.header{height:44px;margin-top:130px;background-color:#015d8b;position:relative;z-index:2}.header .logo{display:block;width:65px;height:85px;position:absolute;top:-110px;float:left;margin:0;background:"" no-repeat 0 0;background-size:contain}.header nav.main{min-height:44px;height:100%}.header nav.main>ul{height:100%}.header nav.main>ul>li{display:inline-block;height:100%;color:#fff;position:relative}.header nav.main>ul>li a{text-decoration:none;padding:14px;display:inline-block}.header nav.main>ul>li:first-of-type a{padding-left:0}.header nav.main>ul>li.search a span:after{content:'\e000';font-size:+22px}.header nav.main>ul>li .icon{position:relative;top:-4px}.header nav.main>ul>li:hover a,.header nav.main>ul>li.act a{opacity:0.6}.header nav.main>ul>li:hover nav.sub,.header nav.main>ul>li.focus nav.sub{display:block}.header nav.sub{display:none;position:absolute;left:50%;top:44px;transform:translateX(-50%);padding:3px 0;border:1px solid #ccc;background-color:#f9f9f9}.header nav.sub .pw{overflow:hidden;width:auto;height:auto;border:0}.header nav.sub ul{min-width:200px;padding:10px 0 20px 0}.header nav.sub ul li{padding:0 18px 0 20px;position:relative;display:block}.header nav.sub ul li a{width:100%;color:#333;padding:10px !important;border-bottom:1px solid #ccc}.header nav.sub ul li a:hover{color:#fff;background-color:#80aec5;border-color:transparent;opacity:1}.header nav.sub ul li:last-of-type a{border:0}.header nav.sub ul:before{content:'';position:absolute;top:-10px;left:50%;margin-left:-12px;border-style:solid;border-width:0 14px 10px 14px;border-color:transparent transparent #ccc transparent}.header nav.sub ul:after{content:'';position:absolute;top:-8px;left:50%;margin-left:-12px;border-style:solid;border-width:0 14px 10px 14px;border-color:transparent transparent #f9f9f9 transparent}.header .login{position:relative;top:0px}.header .login>a{position:absolute;top:-120px;right:0;width:190px;height:34px;line-height:34px;display:inline-block;border-radius:3px;background-color:#80aec5;color:#fff;text-align:center;text-decoration:none}.header .login .bx{position:absolute;right:0;top:-70px;height:335px;width:330px;border:1px solid #ccc;padding:30px 30px 30px 20px;background-color:#f9f9f9;visibility:hidden;opacity:0;transition:opacity .2s linear;z-index:1}.header .login .bx .h{font-size:24px;color:#015d8b;margin:0 0 15px 0}.header .login .bx .h+p img{padding:5px;border:1px solid #ccc}.header .login .bx:before{content:'';position:absolute;top:-10px;left:70%;margin-left:-12px;border-style:solid;border-width:0 14px 10px 14px;border-color:transparent transparent #ccc transparent}.header .login .bx:after{content:'';position:absolute;top:-8px;left:70%;margin-left:-12px;border-style:solid;border-width:0 14px 10px 14px;border-color:transparent transparent #f9f9f9 transparent}.header .login .bx .new_user{margin-top:15px}.header .login .bx .new_user .button{width:100%;margin-top:15px}.header .login .bx label{font-size:16px;line-height:1.8;color:#333}.header .login.in .bx{opacity:1;visibility:visible}.header .login.profile>a{position:absolute;top:-120px;right:0;width:190px;display:inline-block;border-radius:3px;background-color:#015d8b;color:#fff;text-align:center;text-decoration:none}.header .login.profile .company{font-size:14px}.header .login.profile .bx{height:auto}.header .login.profile .bx p{position:relative;padding-left:90px;margin:10px 0 20px 0;min-height:80px}.header .login.profile .bx p strong{font-weight:700}.header .login.profile .bx p img{position:absolute;top:0;left:0;width:80px;height:auto}.header .login.profile .bx ul{margin-bottom:15px}.header .login.profile .bx ul li{border-top:1px solid #ccc}.header .login.profile .bx ul li:last-child{border-bottom:1px solid #ccc}.header .login.profile .bx ul li a{position:relative;display:block;height:39px;line-height:39px;background:url(/assets/next_white-2ede65a577610d74f03aa51121c7d43d866597d1f16384bb9a9c7d87710a424d.svg) right center/7px 13px no-repeat transparent;text-decoration:none}.header .login.profile .bx ul li a .value{display:inline-block;float:right;min-width:90px;margin:10px 22px 0 0;border-radius:3px;padding:0 4px;background-color:#80aec5;color:#fff;line-height:24px;font-size:12px;text-align:center}.header .login.profile .bx ul li a:hover{text-decoration:underline}.header .login.profile .bx ul li a:after{content:'';position:absolute;right:0;top:14px;width:16px;height:16px;background:url(/assets/arrow_grey-d896891cdd40a9b0e913e60cc5f1be8566e8ca0ad79055ef0db96347348001ce.svg) right center/16px 16px no-repeat transparent;transform:rotate(-90deg)}.header .login.profile .bx .buttonrow{min-height:auto;margin:0;padding:0;text-align:center}.header .login.profile .bx .button{text-align:center}.breadcrumb{font-size:14px;color:#015d8b;margin-bottom:40px}.breadcrumb a{color:#666}.breadcrumb a:first-of-type{margin-left:10px}.breadcrumb b{color:#4d4d4d;margin-left:10px}.breadcrumb span{padding:0 2px}.breadcrumb span+b{margin-left:0}.breadcrumb+h1{font-size:30px !important}form h1{font-size:30px !important}section.main{background-color:#fff;padding:38px 0 110px 0;color:#333}section.main h1,section.main h3{font-weight:400}section.main h1{font-size:30px;line-height:42px;color:#015d8b}section.main h1.broker_view{padding-bottom:0px;position:relative}section.main h1.inline{display:inline-block}section.main h1+.filterlinks+.filterbox,section.main h1+.inlineButton+.filterlinks+.filterbox{position:relative;top:-7px}section.main h3{margin:0 0 0 0;font-size:24px;line-height:28px;color:#015d8b}section.main h3+h1{margin:3px 0 0}section.main h3.top_space{margin-top:25px}section.main p{padding-right:320px;line-height:22px;margin-bottom:40px}section.main p a{text-decoration:underline}section.main p a.button{text-decoration:none}section.main h2{font-size:24px;line-height:42px;color:#015d8b}section.main h2.clear_both{clear:both}section.main h2 label{font-size:16px;line-height:1.0;color:#333}section.main h1+p{clear:both}section.main .login{padding:20px;height:370px;margin-top:40px}section.main .bluebox{width:296px;overflow:hidden;position:relative}section.main .bluebox .bluebox_c{border-color:#292929;opacity:.85}section.main .bluebox .bluebox_c:before,section.main .bluebox .bluebox_c:after{content:" ";display:block;position:absolute;width:100%;height:100%;border:none}section.main .bluebox .bluebox_c:before{right:33px;width:auto;border-right-width:2000px;border-right-color:inherit;border-right-style:solid}section.main .bluebox .bluebox_c:after{bottom:33px;height:auto;border-top-width:2000px;border-top-color:inherit;border-top-style:solid}section.main .bluebox .bluebox_c .inner{position:absolute;top:0;left:0;bottom:0;right:0;z-index:0;overflow:hidden;color:#fff;border-color:inherit}section.main .bluebox .bluebox_c .inner:before{content:"";display:block;position:absolute;width:0;height:0;bottom:0;right:0;z-index:0;border-width:17px;border-style:solid;border-top-color:inherit;border-right-color:transparent;border-bottom-color:transparent;border-left-color:inherit}section.main .bluebox .c{position:relative;padding:27px 20px 20px 20px}section.main .bluebox .c h3{color:#fff;font-size:30px;line-height:38px;margin-bottom:12px}section.main .bluebox .c .pwv{margin-bottom:37px}section.main .bluebox .c .button{width:auto;margin-bottom:0}section.main .featureListBase li,section.main .featureList li{position:relative;margin-bottom:25px;padding-left:20px}section.main .featureListBase li:before,section.main .featureList li:before{position:absolute;left:0;content:'';display:inline-block;width:14px;height:14px}section.main .featureListBase li p,section.main .featureList li p{margin-bottom:0px;line-height:inherit}section.main .featureList{padding-top:20px;padding-right:15px}section.main .featureList h2{margin-bottom:15px}section.main .featureList ul{margin-bottom:50px}section.main .featureList li{position:relative;margin-bottom:25px;padding-left:20px}section.main .featureList li:before{position:absolute;left:0;content:'';display:inline-block;width:14px;height:14px;background:url(/assets/haken_green-4db17d29ead30e465f37a099308f574ebe0d4ecc315ebe292d7e1ca329bdd8e9.svg) no-repeat 0 50%;background-size:100%}section.main .featureList li p{margin-bottom:0px;line-height:inherit}section.main .featureList p{padding-right:0}section.main .featureCalculator .actions li{float:none}section.main pre{line-height:22px}.footer{background-color:#e4e4e4;font-size:14px;color:#666}.footer nav{border-bottom:1px solid #ccc;padding:40px 0 20px 0}.footer nav ul{overflow:hidden;padding-left:20px}.footer nav ul li{float:left;padding:0 15px}.footer nav ul li:first-child{padding-left:0}.footer nav ul li a{text-decoration:none}.footer nav ul li a:hover{text-decoration:underline}.footer .hotline{padding:20px 0 20px 20px;font-weight:700;font-size:16px;color:#333}.footer .hotline .tel{display:inline-block;width:11px;height:18px;background:url(/assets/telefon-33a07aff17346791cfc375418fe41d64ec55e2d40342db437e541cb8415b8db9.svg) 0 0/100% auto no-repeat transparent;position:relative;top:4px;margin:0 8px 0 0}.footer p{padding-left:20px;line-height:20px}.footer .copyright{padding:30px 0 30px 20px}span.more{position:relative}span.more .links{display:none;font-size:14px;line-height:20px;cursor:auto;top:46px;left:0}span.more .links a{width:100%;display:block;white-space:nowrap;text-decoration:none;color:#333;padding:10px !important;border-bottom:1px solid #ccc}span.more .links a:hover{color:#fff;background-color:#80aec5;border-color:transparent;opacity:1}span.more .links a:last-of-type{border:0}span.more.act:before,span.more.act:hover:before{background-image:url(/assets/more-white-9111af8f7eb43a63abce543312db6bf4aff4138a76ae877069137b4a6f61a076.svg)}span.more.act:after,span.more.act:hover:after{width:10px;height:10px;border-top:1px solid #ccc;border-left:1px solid #ccc;transform:rotate(45deg);background-color:#f9f9f9;content:'';position:absolute;bottom:-20px;left:10px;z-index:1}span.more.act .links,span.more.act:hover .links{display:block;padding:18px;position:absolute;background-color:#f9f9f9;border:1px solid #ccc;z-index:1}table.tenants td:last-child,table.sortable td:last-child{white-space:nowrap;padding-bottom:4px;padding-top:8px}table.tenants td:last-child>a,table.tenants td:last-child .a,table.sortable td:last-child>a,table.sortable td:last-child .a{border-width:1px;border-style:solid;font-size:16px;height:34px;width:34px;cursor:pointer;border-radius:3px;display:inline-block;background-color:#fff;text-decoration:none;border:1px solid #ccc;color:#333;position:relative;cursor:pointer;margin-right:7px}table.tenants td:last-child>a:before,table.tenants td:last-child .a:before,table.sortable td:last-child>a:before,table.sortable td:last-child .a:before{content:'';position:absolute}table.tenants td:last-child>a:last-child,table.tenants td:last-child .a:last-child,table.sortable td:last-child>a:last-child,table.sortable td:last-child .a:last-child{margin-right:0}table.tenants td:last-child>a.text,table.tenants td:last-child .a.text,table.sortable td:last-child>a.text,table.sortable td:last-child .a.text{width:auto}table.tenants td:last-child>a.show:before,table.tenants td:last-child .a.show:before,table.sortable td:last-child>a.show:before,table.sortable td:last-child .a.show:before{top:7px;left:8px;width:18px;height:18px;background:url(/assets/detail-2018c7789e7bd5a568d9b09bd920990f392f7d39667037f2237e36692759a67b.svg) 0 0/100% auto no-repeat transparent}table.tenants td:last-child>a.plus:before,table.tenants td:last-child .a.plus:before,table.sortable td:last-child>a.plus:before,table.sortable td:last-child .a.plus:before{top:7px;left:8px;width:18px;height:18px;background:url(/assets/plus-b7f8c042da4d7b19fa205ab3597b81e6ab9afb7442159337c388c997f3f8d786.svg) 0 0/100% auto no-repeat transparent}table.tenants td:last-child>a.plus.color2,table.tenants td:last-child .a.plus.color2,table.sortable td:last-child>a.plus.color2,table.sortable td:last-child .a.plus.color2{background-color:#80aec5;border-color:#80aec5;color:#fff}table.tenants td:last-child>a.plus.color2:hover,table.tenants td:last-child .a.plus.color2:hover,table.sortable td:last-child>a.plus.color2:hover,table.sortable td:last-child .a.plus.color2:hover{background-color:#fff;border-color:#fff;color:#fff}table.tenants td:last-child>a.plus.color2:hover:before,table.tenants td:last-child .a.plus.color2:hover:before,table.sortable td:last-child>a.plus.color2:hover:before,table.sortable td:last-child .a.plus.color2:hover:before{background-image:url(/assets/plus-b7f8c042da4d7b19fa205ab3597b81e6ab9afb7442159337c388c997f3f8d786.svg)}table.tenants td:last-child>a.arrow-down:before,table.tenants td:last-child .a.arrow-down:before,table.sortable td:last-child>a.arrow-down:before,table.sortable td:last-child .a.arrow-down:before{top:7px;left:7px;width:18px;height:18px;background:url(/assets/arrow_down-d8e404769b96e036d03ea69097ebb6b81d0045af89cdf6affd8f0b72512a0d4f.svg) 0 0/100% auto no-repeat transparent}table.tenants td:last-child>a.arrow-down.color2,table.tenants td:last-child .a.arrow-down.color2,table.sortable td:last-child>a.arrow-down.color2,table.sortable td:last-child .a.arrow-down.color2{background-color:#80aec5;border-color:#80aec5;color:#fff}table.tenants td:last-child>a.arrow-down.color2:hover,table.tenants td:last-child .a.arrow-down.color2:hover,table.sortable td:last-child>a.arrow-down.color2:hover,table.sortable td:last-child .a.arrow-down.color2:hover{background-color:#fff;border-color:#fff;color:#fff}table.tenants td:last-child>a.arrow-down.color2:hover:before,table.tenants td:last-child .a.arrow-down.color2:hover:before,table.sortable td:last-child>a.arrow-down.color2:hover:before,table.sortable td:last-child .a.arrow-down.color2:hover:before{background-image:url(/assets/plus-b7f8c042da4d7b19fa205ab3597b81e6ab9afb7442159337c388c997f3f8d786.svg)}table.tenants td:last-child>a.edit:before,table.tenants td:last-child .a.edit:before,table.sortable td:last-child>a.edit:before,table.sortable td:last-child .a.edit:before{top:7px;left:9px;width:12px;height:18px;background:url(/assets/edit-4464b5e687382a1688249f97a8a36629d19bd64f5ddb6140464b0c0c871186d3.svg) 0 0/100% auto no-repeat transparent}table.tenants td:last-child>a.delete:before,table.tenants td:last-child .a.delete:before,table.sortable td:last-child>a.delete:before,table.sortable td:last-child .a.delete:before{top:7px;left:10px;width:14px;height:19px;background:url(/assets/delete-0b9df15624a7c80fb40bb4eb49cca3c451f32f061fab691c7906104b5a18e987.svg) 0 0/100% auto no-repeat transparent}table.tenants td:last-child>a.read,table.tenants td:last-child .a.read,table.sortable td:last-child>a.read,table.sortable td:last-child .a.read{text-align:center;padding-top:6px;overflow:hidden}table.tenants td:last-child>a.read svg,table.tenants td:last-child .a.read svg,table.sortable td:last-child>a.read svg,table.sortable td:last-child .a.read svg{width:22px;height:23px}table.tenants td:last-child>a.read svg:first-child,table.tenants td:last-child .a.read svg:first-child,table.sortable td:last-child>a.read svg:first-child,table.sortable td:last-child .a.read svg:first-child{display:none}table.tenants td:last-child>a.read svg:last-child,table.tenants td:last-child .a.read svg:last-child,table.sortable td:last-child>a.read svg:last-child,table.sortable td:last-child .a.read svg:last-child{display:inline-block}table.tenants td:last-child>a.more:before,table.tenants td:last-child .a.more:before,table.sortable td:last-child>a.more:before,table.sortable td:last-child .a.more:before{top:14px;left:7px;width:19px;height:8px;background:url(/assets/more-e5e51772a49081e2b569ac334843b2c57cf08ead2b15bf30ff717bd5b0ac4f82.svg) 0 0/100% auto no-repeat transparent}table.tenants td:last-child>a.more .links,table.tenants td:last-child .a.more .links,table.sortable td:last-child>a.more .links,table.sortable td:last-child .a.more .links{display:none;font-size:14px;line-height:20px;cursor:auto}table.tenants td:last-child>a.more .links a,table.tenants td:last-child .a.more .links a,table.sortable td:last-child>a.more .links a,table.sortable td:last-child .a.more .links a{width:100%;display:block;white-space:nowrap;text-decoration:none;color:#333;padding:10px !important;border-bottom:1px solid #ccc}table.tenants td:last-child>a.more .links a:hover,table.tenants td:last-child .a.more .links a:hover,table.sortable td:last-child>a.more .links a:hover,table.sortable td:last-child .a.more .links a:hover{color:#fff;background-color:#80aec5;border-color:transparent;opacity:1}table.tenants td:last-child>a.more .links a:last-of-type,table.tenants td:last-child .a.more .links a:last-of-type,table.sortable td:last-child>a.more .links a:last-of-type,table.sortable td:last-child .a.more .links a:last-of-type{border:0}table.tenants td:last-child>a.more.act,table.tenants td:last-child .a.more.act,table.sortable td:last-child>a.more.act,table.sortable td:last-child .a.more.act{background-color:#015d8b;background-image:none;border-color:#015d8b}table.tenants td:last-child>a.more.act:before,table.tenants td:last-child .a.more.act:before,table.sortable td:last-child>a.more.act:before,table.sortable td:last-child .a.more.act:before{background-image:url(/assets/more-white-9111af8f7eb43a63abce543312db6bf4aff4138a76ae877069137b4a6f61a076.svg)}table.tenants td:last-child>a.more.act:after,table.tenants td:last-child .a.more.act:after,table.sortable td:last-child>a.more.act:after,table.sortable td:last-child .a.more.act:after{width:10px;height:10px;border-top:1px solid #ccc;border-left:1px solid #ccc;transform:rotate(45deg);background-color:#f9f9f9;content:'';position:absolute;bottom:-20px;left:10px;z-index:1}table.tenants td:last-child>a.more.act .links,table.tenants td:last-child .a.more.act .links,table.sortable td:last-child>a.more.act .links,table.sortable td:last-child .a.more.act .links{display:block;padding:10px 18px 20px 20px;position:absolute;top:47px;right:-6px;background-color:#f9f9f9;border:1px solid #ccc;z-index:1}table.tenants td:last-child>a.download:before,table.tenants td:last-child .a.download:before,table.sortable td:last-child>a.download:before,table.sortable td:last-child .a.download:before{top:3px;left:4px;width:26px;height:26px;background:url(/assets/download-727b93fa9e1f8bdbd32907df317b65df8ac87fd9b4ae44e2d285e2101a6dcb87.svg) 0 0/100% auto no-repeat transparent}table.tenants td.has_button:last-child,table.sortable td.has_button:last-child{width:133px}table.sortable{border-collapse:collapse;font-size:14px;width:100%}table.sortable thead th{background-color:#e4e4e4;color:#333;border-bottom:0 none;border:1px solid #e4e4e4;white-space:nowrap}table.sortable thead .sort_link{background-image:url(/assets/sort_both-09b3f21db660bda2638288052148f68ee275d5ecfab4d7df20ff6c6968de9940.png);background-position:right center;background-repeat:no-repeat;padding:3px 37px 3px 0;text-decoration:none}table.sortable thead .sort_link.asc{background-image:url(/assets/sort_asc-acffb05e15a2be8131097851b3e6a55fd69409452f5fb785741a4d630d1ff251.png)}table.sortable thead .sort_link.desc{background-image:url(/assets/sort_desc-c7a06d7ede81c5811e2b2c4a9cba0fd118b7b2d8d5075199a188316cbceba4bc.png)}table.sortable th{padding:13px 10px}table.sortable th,table.sortable td{font-size:14px;line-height:16px;padding:15px 5px}table.sortable td{color:#333;border:2px solid #fff;background-color:#f4f4f4;transition-property:background-color;transition-duration:.1s;transition-timing-function:ease-in-out}table.sortable td:first-of-type{border-left:0 none}table.sortable td:last-of-type{border-right:0 none}table.sortable td.star{max-width:52px;text-align:center}table.sortable td.star svg{width:20px;height:19px}table.sortable td.star svg:first-child{display:none}table.sortable td.star.fav svg{width:20px;height:19px}table.sortable td.star.fav svg:first-child{display:inline}table.sortable td.star.fav svg:last-child{display:none}table.sortable tr.unread td{font-weight:bold}table.sortable tr.unread td .read svg{width:14px;height:19px}table.sortable tr.unread td .read svg:first-child{display:inline-block}table.sortable tr.unread td .read svg:last-child{display:none}table.sortable tr.red td{background-color:#ff343e;color:#fff}table.sortable tr.reddish td{background-color:#ff999e}table.sortable tr.deleted{display:none}table.sortable tr:hover td{background-color:#80aec5;color:#fff}table.sortable tr.active td{background-color:#015d8b;color:#fff}table.sortable tr.inactive td{color:#999}table.sortable tr.expired td{text-decoration:line-through}table.sortable tfoot tr td{background-color:#e4e4e4;border:none;font-weight:bold}.dataTables_info{display:none}.inlineButton{display:inline-block;float:right;margin-top:6px;position:relative;z-index:1}.inlineButton .button{margin-left:10px}.actions,.filterlinks{position:relative;padding:20px 0}.actions.fixed,.filterlinks.fixed{position:fixed;top:0;width:950px;background-image:linear-gradient(white 0%, white 80%, rgba(255,255,255,0) 100%);z-index:1}.actions>span,.filterlinks>span{line-height:32px}.actions a:first-child,.filterlinks a:first-child{margin-left:0}.actions .button,.filterlinks .button{margin-right:8px}.actions input,.filterlinks input{width:auto;margin-bottom:0;position:relative}.actions li,.filterlinks li{display:inline-block;vertical-align:middle}.actions.fixed+.boxes{margin-top:80px}.boxes .actions{clear:both;overflow:hidden;padding-bottom:10px}.boxes .actions li{float:right}.boxes .actions.fixed{position:relative;width:auto;padding:20px 0 0 0;background-image:none}h1+.actions.broker_view{float:none}h1+.actions.broker_view .l{float:left;float:left;vertical-align:middle}h1+.actions.broker_view .l span{position:relative;top:-4px}h1+.actions.broker_view .l span.button{top:4px}h1+.actions.broker_view .r{float:right;vertical-align:middle}.filterbox{display:none;background-color:#f9f9f9;clear:both;border:1px solid #ccc;padding:20px 20px 30px 20px;margin-bottom:14px;overflow:hidden;position:relative;top:14px}.filterbox.vsbl{display:block}.filterbox h2{padding-bottom:10px}.filterbox ul{overflow:hidden}.filterbox ul li{float:left;min-width:125px;padding-bottom:10px}.filterbox ul li a{color:#4d4d4d;text-decoration:underline;cursor:pointer}.filterbox.broker_view{top:3px}.filterbox .boxes{overflow:hidden}.filterbox .boxes .box{width:auto;float:left;margin-right:40px;padding:0}.filterbox .boxes .box .tripple_date{width:162px;padding:0 6px;margin-bottom:10px}.filterbox .boxes .box .tripple_date+.button{float:right}.filterbox .boxes .box>input[type=text],.filterbox .boxes .box>.select{width:175px;margin-bottom:10px}.filterbox .ctrl{overflow:hidden;float:none;clear:both}.filterbox .ctrl .button{float:right;margin:0}.filterbox .ctrl .button.color2{background-color:#80aec5;border-color:#80aec5;color:#fff}.filterbox .ctrl.with_margin{margin-top:17px}.filterbox hr{margin:20px 0 30px 0}.filterbox .reset{float:right;position:relative;color:#80aec5;font-weight:bold;padding-right:35px;cursor:pointer;-webkit-appearance:none;background-color:transparent;border:0 none;line-height:30px;font-family:PT Sans, arial, sans-serif, sans-serif;font-size:16px}.filterbox .reset:after{speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;font-smooth:always;content:attr(data-icon);display:inline-block;content:'\e00d';position:absolute;right:0;font-family:"azfsicons";font-size:10px;color:#fff;width:26px;height:26px;border-radius:26px;background-color:#80aec5;text-align:center;box-sizing:border-box;padding-top:8px;padding-left:1px}.filterbox .reset:hover{text-decoration:underline}.filterbox input[type=text],.filterbox select,.filterbox .select,.filterbox input[type=number],.filterbox input[type=email],.filterbox input[type=tel],.filterbox input[type=fax],.filterbox input[type=search]{font-size:14px}.picker{width:210px;background:#f9f9f9}.picker .picker__holder{outline:none;box-shadow:none;border-radius:0;background:#f9f9f9}.picker .picker__holder .picker__wrap{margin:0}.picker .picker__holder .picker__box{padding:0}.picker .picker__holder .picker__box .picker__header{position:relative;width:160px;margin:0 0 0 25px;height:35px;text-align:center;font-size:14px;font-weight:700;text-align:center}.picker .picker__holder .picker__box .picker__header select{height:34px;border-radius:0;border:0;margin:0;padding:0;font-size:14px;font-weight:700}.picker .picker__holder .picker__box .picker__header select.picker__select--year{width:45px;float:right}.ie9 .picker .picker__holder .picker__box .picker__header select.picker__select--year{width:60px}.picker .picker__holder .picker__box .picker__header select.picker__select--month{width:80px}.ie9 .picker .picker__holder .picker__box .picker__header select{font-size:12px}.picker .picker__holder .picker__box .picker__header .picker__nav--prev,.picker .picker__holder .picker__box .picker__header .picker__nav--next{padding:0}.picker .picker__holder .picker__box .picker__header .picker__nav--prev:before,.picker .picker__holder .picker__box .picker__header .picker__nav--next:before{content:'';position:absolute;left:-4px;top:9px;width:20px;height:20px;border:0 none;background:url(/assets/arrow_grey-d896891cdd40a9b0e913e60cc5f1be8566e8ca0ad79055ef0db96347348001ce.svg) no-repeat 50% 50%;transform:rotate(90deg);background-size:100% auto}.picker .picker__holder .picker__box .picker__header .picker__nav--prev:hover,.picker .picker__holder .picker__box .picker__header .picker__nav--next:hover{background:transparent}.picker .picker__holder .picker__box .picker__header .picker__nav--next:before{left:auto;right:-3px;top:15px;transform:rotate(-90deg)}.picker .picker__holder .picker__box .picker__table{margin:0px;width:100%}.picker .picker__holder .picker__box .picker__table th,.picker .picker__holder .picker__box .picker__table td{text-align:center;width:29px;color:#333}.picker .picker__holder .picker__box .picker__table th{font-size:10px;border-top:1px solid #fff;padding-top:5px}.picker .picker__holder .picker__box .picker__table td{border-top:1px solid #fff;border-right:1px solid #fff;font-size:12px}.picker .picker__holder .picker__box .picker__table .picker__day--today:before{display:none}.picker .picker__holder .picker__box .picker__table .picker__day{background-color:#e5e5e5}.picker .picker__holder .picker__box .picker__table .picker__day.picker__day--outfocus,.picker .picker__holder .picker__box .picker__table .picker__day.picker__day--disabled{background-color:#f9f9f9}.picker .picker__holder .picker__box .picker__table .picker__day--outfocus,.picker .picker__holder .picker__box .picker__table .picker__day--infocus{color:#666}.picker .picker__holder .picker__box .picker__table .picker--focused .picker__day--highlighted,.picker .picker__holder .picker__box .picker__table .picker__day--highlighted:hover,.picker .picker__holder .picker__box .picker__table .picker__day--infocus:hover,.picker .picker__holder .picker__box .picker__table .picker__day--outfocus:hover{color:inherit}.picker .picker__holder .picker__box .picker__table .picker--focused .picker__day--selected,.picker .picker__holder .picker__box .picker__table .picker__day--selected,.picker .picker__holder .picker__box .picker__table .picker__day--selected:hover{background-color:#80aec5;color:#fff}.picker .picker__holder .picker__button--close{display:none;position:absolute;top:-2px;right:0px;width:15px;padding:0;height:15px;background-color:#f9f9f9}.picker .picker__holder .picker__button--close:hover{background-color:transparent}.picker .picker__holder .picker__button--close:before{content:'x';color:#333}.filterbox .picker{top:90px}.textpopup{display:none}.ie9 .select{overflow:hidden}.ie9 .select select{width:119% !important;background-color:transparent !important;padding-right:0 !important}.ie9 .select select option{background-color:transparent}.boxes{width:100%;clear:both}.boxes:after{content:".";clear:both;display:block;visibility:hidden;height:0px}.boxes hr{margin:10px 0}.boxes .l,.boxes .r{float:left;width:470px}.boxes .l{margin-right:10px}.boxes.splitted{background-color:#fff}.boxes .tab_menu{float:left;width:33.33%}.boxes .tab_menu+.box.wide{width:66.66%;float:right}.boxes .tab_menu+.box.wide p{padding-right:10px;margin-bottom:10px}.boxes .tab_menu ul{margin:20px}.boxes .tab_menu li{border-bottom:2px solid #f4f5f5;padding:17px 50px 13px 20px;cursor:pointer;font-size:18px;line-height:22px;display:block;position:relative}.boxes .tab_menu li:after{content:'\e003';transform:translatey(-50%);position:absolute;line-height:1;top:50%;font-family:oneweb-core;right:7px;color:#8c8c8c;font-size:26px;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased}.boxes .tab_menu li:first-child{border-top:2px solid #f4f5f5}.boxes .tab_menu li.act{background-color:#f5f5f5;font-weight:bold}.boxes .tab_menu li.act:after{content:'';border:10px solid #f4f5f5;border-color:transparent transparent transparent #f4f5f5;right:-20px;width:0;height:0}.boxes .box{width:470px;float:left;margin-bottom:10px;padding:20px;background:#f4f4f4}.boxes .box h2{line-height:1.0}.boxes .box p{padding-right:0;margin-bottom:10px}.boxes .box.wide{width:100%}.boxes .box.wide table:not(.picker__table){width:608px}.boxes .box.wide table.wide:not(.picker__table){width:100%}.boxes .box.wide table.wide:not(.picker__table) td{padding:15px 15px 15px 0}.boxes .box.wide table:not(.picker__table) td:first-child{width:298px}.boxes .box.wide table:not(.picker__table) td{padding:15px 0}.boxes .box.wide input.long_first[type=text],.boxes .box.wide .select.long_first{width:224px}.boxes .box.wide input.short_first[type=text]+input,.boxes .box.wide .select.short_first+input{width:224px}.boxes .box.wide input[type=text]+.comment,.boxes .box.wide .select+.comment{position:absolute;right:14px;top:15px;color:#898d8d}.boxes .box.wide textarea{width:607px;height:150px}.boxes .box.wide textarea.message{width:100%;padding:15px;font-size:16px;margin-bottom:15px}.boxes .box.wide input[type=submit]{float:right}.boxes .box.wide h3{position:relative;font-size:24px;color:#333;padding-bottom:3px}.boxes .box.wide.open>h3{cursor:pointer;padding-bottom:20px}.boxes .box.wide.open>h3:after{content:'';position:absolute;display:inline-block;width:25px;height:25px;right:0px;top:0px;background:url(/assets/minus-9bf9d3bdec2b6afe3fc19c6b88dd2d44df446b182bd86149b192eb209f0c54ae.svg) right center no-repeat transparent;background-size:contain}.boxes .box.wide.open .toggle{display:block}.boxes .box.wide.close{padding-bottom:0}.boxes .box.wide.close>h3{cursor:pointer;padding-bottom:20px}.boxes .box.wide.close>h3:after{content:'';position:absolute;display:inline-block;width:25px;height:25px;right:0px;top:0px;background:url(/assets/plus-b7f8c042da4d7b19fa205ab3597b81e6ab9afb7442159337c388c997f3f8d786.svg) right center no-repeat transparent;background-size:contain}.boxes .box.wide.close .toggle{display:none}.boxes .box.wide p{color:#9ea2a2}.boxes .box.wide p+table,.boxes .box.wide p+textarea{margin-top:-30px}.boxes .box.wide p strong{font-weight:bold}.boxes .box.wide input[type=radio]+.button{width:154px}.boxes .box.wide input.error[type=radio]+.button{border-color:#e33139}.boxes .box.wide.text p{color:#333}.boxes .box.wide.text h3+p{padding-top:10px}.boxes .box.wide.text ul{list-style-type:disc;margin-left:20px;font-size:16px;line-height:22px}.boxes .box.wide.text ul li{padding-bottom:10px}.boxes .box.wide.text .tabtext{display:none}.boxes .box.wide.text .tabtext:first-child{display:block}.boxes .box td:first-child{color:#898d8d}.boxes+.actions{margin-top:20px}input[type=checkbox]{display:none}input[type=checkbox]+label.checkbox{padding-left:44px;position:relative;display:block}input[type=checkbox]+label.checkbox:before{content:'';width:34px;height:34px;border:1px solid #fff;background-color:#fff;display:inline-block;top:10px;position:absolute;left:0;top:-10px;cursor:pointer}input[type=checkbox]:checked+label.checkbox:before{background:url(/assets/close-424ba1248487e0141610f07ff0421e1126134645518079bafa24b125079c689f.svg) center center no-repeat #fff;background-size:20px 20px}.boxes .box .error,.boxes .cnt .error,.layer .box .error,.layer .cnt .error{position:relative}.boxes .box h3,.boxes .cnt h3,.layer .box h3,.layer .cnt h3{font-size:16px;color:#333;font-weight:700;padding-top:25px}.boxes .box h3:first-child,.boxes .box h3.top_space,.boxes .cnt h3:first-child,.boxes .cnt h3.top_space,.layer .box h3:first-child,.layer .box h3.top_space,.layer .cnt h3:first-child,.layer .cnt h3.top_space{color:#015d8b;padding-bottom:15px;font-size:24px;font-weight:400;padding-top:0}.boxes .box h4,.boxes .cnt h4,.layer .box h4,.layer .cnt h4{color:#333;font-weight:400;padding-bottom:5px;padding-top:5px;font-size:16px}.boxes .box table,.boxes .cnt table,.layer .box table,.layer .cnt table{width:100%}.boxes .box table+table,.boxes .cnt table+table,.layer .box table+table,.layer .cnt table+table{margin-top:15px}.boxes .box .security p,.boxes .cnt .security p,.layer .box .security p,.layer .cnt .security p{font-size:16px;line-height:24px;padding:0px;margin:0px}.boxes .box ol li,.boxes .cnt ol li,.layer .box ol li,.layer .cnt ol li{clear:both;padding:5px 0;position:relative}.boxes .box ol li .input:first-of-type,.boxes .cnt ol li .input:first-of-type,.layer .box ol li .input:first-of-type,.layer .cnt ol li .input:first-of-type{padding-top:0}.boxes .box ol li .input:last-of-type,.boxes .cnt ol li .input:last-of-type,.layer .box ol li .input:last-of-type,.layer .cnt ol li .input:last-of-type{padding-bottom:0}.boxes .box ol li label:first-child,.boxes .cnt ol li label:first-child,.layer .box ol li label:first-child,.layer .cnt ol li label:first-child{display:inline-block;float:left;width:138px;color:#414141;padding:8px 0}.boxes .box ol li label.button:first-child,.boxes .cnt ol li label.button:first-child,.layer .box ol li label.button:first-child,.layer .cnt ol li label.button:first-child{padding:0}.boxes .box ol li label:first-child+div,.boxes .cnt ol li label:first-child+div,.layer .box ol li label:first-child+div,.layer .cnt ol li label:first-child+div{display:inline-block}.boxes .box ol li.boolean,.boxes .box ol li.check_boxes,.boxes .cnt ol li.boolean,.boxes .cnt ol li.check_boxes,.layer .box ol li.boolean,.layer .box ol li.check_boxes,.layer .cnt ol li.boolean,.layer .cnt ol li.check_boxes{padding:14px 0}.boxes .box ol li input,.boxes .cnt ol li input,.layer .box ol li input,.layer .cnt ol li input{width:291px}.boxes .box ol li input+span:not(.comment,.twitter-typeahead),.boxes .cnt ol li input+span:not(.comment,.twitter-typeahead),.layer .box ol li input+span:not(.comment,.twitter-typeahead),.layer .cnt ol li input+span:not(.comment,.twitter-typeahead){position:relative;margin:0;display:inline-block;width:232px;top:-23px;left:5px;font-size:14px}.boxes .box ol li .hint,.boxes .cnt ol li .hint,.layer .box ol li .hint,.layer .cnt ol li .hint{float:left;padding:8px}.boxes .box ol li .hint.small,.boxes .cnt ol li .hint.small,.layer .box ol li .hint.small,.layer .cnt ol li .hint.small{font-size:12px}.boxes .box ol li .allianz_date_picker,.boxes .cnt ol li .allianz_date_picker,.layer .box ol li .allianz_date_picker,.layer .cnt ol li .allianz_date_picker{width:245px;overflow:hidden;padding:0;position:relative;display:inline-block;vertical-align:middle}.boxes .box ol li .allianz_date_picker input,.boxes .cnt ol li .allianz_date_picker input,.layer .box ol li .allianz_date_picker input,.layer .cnt ol li .allianz_date_picker input{display:inline-block;width:80px;border:0 none;height:34px;padding:0 3px;text-align:center}.boxes .box ol li .allianz_date_picker:before,.boxes .box ol li .allianz_date_picker:after,.boxes .cnt ol li .allianz_date_picker:before,.boxes .cnt ol li .allianz_date_picker:after,.layer .box ol li .allianz_date_picker:before,.layer .box ol li .allianz_date_picker:after,.layer .cnt ol li .allianz_date_picker:before,.layer .cnt ol li .allianz_date_picker:after{content:'.';position:absolute;width:8px;height:10px;top:13px;color:#333;font-size:12px}.boxes .box ol li .allianz_date_picker:before,.boxes .cnt ol li .allianz_date_picker:before,.layer .box ol li .allianz_date_picker:before,.layer .cnt ol li .allianz_date_picker:before{left:58px}.boxes .box ol li .allianz_date_picker:after,.boxes .cnt ol li .allianz_date_picker:after,.layer .box ol li .allianz_date_picker:after,.layer .cnt ol li .allianz_date_picker:after{left:135px}.boxes .box ol li .allianz_datetime_picker,.boxes .cnt ol li .allianz_datetime_picker,.layer .box ol li .allianz_datetime_picker,.layer .cnt ol li .allianz_datetime_picker{width:245px;overflow:hidden;padding:0;position:relative;display:inline-block;vertical-align:middle}.boxes .box ol li .allianz_datetime_picker input,.boxes .cnt ol li .allianz_datetime_picker input,.layer .box ol li .allianz_datetime_picker input,.layer .cnt ol li .allianz_datetime_picker input{display:inline-block;width:80px;border:0 none;height:34px;padding:0 3px;text-align:center}.boxes .box ol li .allianz_datetime_picker:before,.boxes .box ol li .allianz_datetime_picker:after,.boxes .cnt ol li .allianz_datetime_picker:before,.boxes .cnt ol li .allianz_datetime_picker:after,.layer .box ol li .allianz_datetime_picker:before,.layer .box ol li .allianz_datetime_picker:after,.layer .cnt ol li .allianz_datetime_picker:before,.layer .cnt ol li .allianz_datetime_picker:after{content:'.';position:absolute;width:8px;height:10px;top:13px;color:#333;font-size:12px}.boxes .box ol li .allianz_datetime_picker:before,.boxes .cnt ol li .allianz_datetime_picker:before,.layer .box ol li .allianz_datetime_picker:before,.layer .cnt ol li .allianz_datetime_picker:before{left:58px}.boxes .box ol li .allianz_datetime_picker:after,.boxes .cnt ol li .allianz_datetime_picker:after,.layer .box ol li .allianz_datetime_picker:after,.layer .cnt ol li .allianz_datetime_picker:after{left:135px}.boxes .box ol li .allianz_datetime_picker .hour:after,.boxes .cnt ol li .allianz_datetime_picker .hour:after,.layer .box ol li .allianz_datetime_picker .hour:after,.layer .cnt ol li .allianz_datetime_picker .hour:after{content:':';position:absolute;width:8px;height:10px;top:45px;color:#333;font-size:12px;left:58px}.boxes .box ol li .double_radio,.boxes .cnt ol li .double_radio,.layer .box ol li .double_radio,.layer .cnt ol li .double_radio{overflow:hidden}.boxes .box ol li.date_select .inline-errors,.boxes .cnt ol li.date_select .inline-errors,.layer .box ol li.date_select .inline-errors,.layer .cnt ol li.date_select .inline-errors{padding-right:77px}.boxes .box ol li .inline-errors,.boxes .cnt ol li .inline-errors,.layer .box ol li .inline-errors,.layer .cnt ol li .inline-errors{display:none;position:absolute;bottom:50px;left:140px;max-width:200px;border:1px solid #ccc;background-color:#f9f9f9;color:#666;padding:15px;margin:0}.boxes .box ol li .inline-errors:before,.boxes .cnt ol li .inline-errors:before,.layer .box ol li .inline-errors:before,.layer .cnt ol li .inline-errors:before{content:'';position:absolute;bottom:-11px;left:50%;display:block;margin-left:-12px;border-style:solid;border-width:10px 14px 0px 14px;border-color:#ccc transparent transparent transparent}.boxes .box ol li .inline-errors:after,.boxes .cnt ol li .inline-errors:after,.layer .box ol li .inline-errors:after,.layer .cnt ol li .inline-errors:after{content:'';position:absolute;bottom:-10px;left:50%;display:block;margin-left:-12px;border-style:solid;border-width:10px 14px 0px 14px;border-color:#f9f9f9 transparent transparent transparent}.boxes .box ol li.error input[type=text],.boxes .box ol li.error .select,.boxes .box ol li.error textarea,.boxes .box ol li.error input[type=number],.boxes .box ol li.error input[type=email],.boxes .box ol li.error input[type=password],.boxes .box ol li.error label.button,.boxes .cnt ol li.error input[type=text],.boxes .cnt ol li.error .select,.boxes .cnt ol li.error textarea,.boxes .cnt ol li.error input[type=number],.boxes .cnt ol li.error input[type=email],.boxes .cnt ol li.error input[type=password],.boxes .cnt ol li.error label.button,.layer .box ol li.error input[type=text],.layer .box ol li.error .select,.layer .box ol li.error textarea,.layer .box ol li.error input[type=number],.layer .box ol li.error input[type=email],.layer .box ol li.error input[type=password],.layer .box ol li.error label.button,.layer .cnt ol li.error input[type=text],.layer .cnt ol li.error .select,.layer .cnt ol li.error textarea,.layer .cnt ol li.error input[type=number],.layer .cnt ol li.error input[type=email],.layer .cnt ol li.error input[type=password],.layer .cnt ol li.error label.button{border:1px solid #e33139;padding-right:30px;background:#fff url(/assets/bg_error_input-11961b84c6ece031252e0901e6a077895cb552d6b8090b84bf28a22f8ec46baa.png) no-repeat 98% 50%}.boxes .box ol li.error:hover .inline-errors,.boxes .cnt ol li.error:hover .inline-errors,.layer .box ol li.error:hover .inline-errors,.layer .cnt ol li.error:hover .inline-errors{display:block}.boxes .box ol li.error .allianz_date_picker input[type=text]:nth-of-type(2),.boxes .cnt ol li.error .allianz_date_picker input[type=text]:nth-of-type(2),.layer .box ol li.error .allianz_date_picker input[type=text]:nth-of-type(2),.layer .cnt ol li.error .allianz_date_picker input[type=text]:nth-of-type(2){border-right-width:0;background-image:none}.boxes .box ol li.error .allianz_date_picker input[type=text]:nth-of-type(3),.boxes .cnt ol li.error .allianz_date_picker input[type=text]:nth-of-type(3),.layer .box ol li.error .allianz_date_picker input[type=text]:nth-of-type(3),.layer .cnt ol li.error .allianz_date_picker input[type=text]:nth-of-type(3){border-right-width:0;border-left-width:0;background-image:none}.boxes .box ol li.error .allianz_date_picker input[type=text]:last-of-type,.boxes .cnt ol li.error .allianz_date_picker input[type=text]:last-of-type,.layer .box ol li.error .allianz_date_picker input[type=text]:last-of-type,.layer .cnt ol li.error .allianz_date_picker input[type=text]:last-of-type{border-left:0}.boxes .box ol li.error .choices label,.boxes .cnt ol li.error .choices label,.layer .box ol li.error .choices label,.layer .cnt ol li.error .choices label{width:200px}.boxes .box ol li.error .choices label:after,.boxes .cnt ol li.error .choices label:after,.layer .box ol li.error .choices label:after,.layer .cnt ol li.error .choices label:after{content:'';padding-right:25px;background:transparent url(/assets/bg_error_input-11961b84c6ece031252e0901e6a077895cb552d6b8090b84bf28a22f8ec46baa.png) no-repeat 98% 50%}.boxes .box ol li.error .choices+.inline-errors,.boxes .cnt ol li.error .choices+.inline-errors,.layer .box ol li.error .choices+.inline-errors,.layer .cnt ol li.error .choices+.inline-errors{bottom:auto;top:-50px;left:42px}.boxes .box ol li.error label.checkbox:before,.boxes .cnt ol li.error label.checkbox:before,.layer .box ol li.error label.checkbox:before,.layer .cnt ol li.error label.checkbox:before{border-color:#e33139 !important}.boxes .box ol li input.error[type=text],.boxes .box ol li .select.error,.boxes .box ol li textarea.error,.boxes .box ol li input.error[type=number],.boxes .box ol li input.error[type=email],.boxes .box ol li label.button.error,.boxes .cnt ol li input.error[type=text],.boxes .cnt ol li .select.error,.boxes .cnt ol li textarea.error,.boxes .cnt ol li input.error[type=number],.boxes .cnt ol li input.error[type=email],.boxes .cnt ol li label.button.error,.layer .box ol li input.error[type=text],.layer .box ol li .select.error,.layer .box ol li textarea.error,.layer .box ol li input.error[type=number],.layer .box ol li input.error[type=email],.layer .box ol li label.button.error,.layer .cnt ol li input.error[type=text],.layer .cnt ol li .select.error,.layer .cnt ol li textarea.error,.layer .cnt ol li input.error[type=number],.layer .cnt ol li input.error[type=email],.layer .cnt ol li label.button.error{border:1px solid #e33139;padding-right:25px;background:#fff url(/assets/bg_error_input-11961b84c6ece031252e0901e6a077895cb552d6b8090b84bf28a22f8ec46baa.png) no-repeat 98% 50%}.boxes .box ol li input.error[type=text]:hover+.inline-errors,.boxes .box ol li input.error[type=text]:hover+inline+.inline-errors,.boxes .box ol li .select.error:hover+.inline-errors,.boxes .box ol li .select.error:hover+inline+.inline-errors,.boxes .box ol li textarea.error:hover+.inline-errors,.boxes .box ol li textarea.error:hover+inline+.inline-errors,.boxes .box ol li input.error[type=number]:hover+.inline-errors,.boxes .box ol li input.error[type=number]:hover+inline+.inline-errors,.boxes .box ol li input.error[type=email]:hover+.inline-errors,.boxes .box ol li input.error[type=email]:hover+inline+.inline-errors,.boxes .box ol li label.button.error:hover+.inline-errors,.boxes .box ol li label.button.error:hover+inline+.inline-errors,.boxes .cnt ol li input.error[type=text]:hover+.inline-errors,.boxes .cnt ol li input.error[type=text]:hover+inline+.inline-errors,.boxes .cnt ol li .select.error:hover+.inline-errors,.boxes .cnt ol li .select.error:hover+inline+.inline-errors,.boxes .cnt ol li textarea.error:hover+.inline-errors,.boxes .cnt ol li textarea.error:hover+inline+.inline-errors,.boxes .cnt ol li input.error[type=number]:hover+.inline-errors,.boxes .cnt ol li input.error[type=number]:hover+inline+.inline-errors,.boxes .cnt ol li input.error[type=email]:hover+.inline-errors,.boxes .cnt ol li input.error[type=email]:hover+inline+.inline-errors,.boxes .cnt ol li label.button.error:hover+.inline-errors,.boxes .cnt ol li label.button.error:hover+inline+.inline-errors,.layer .box ol li input.error[type=text]:hover+.inline-errors,.layer .box ol li input.error[type=text]:hover+inline+.inline-errors,.layer .box ol li .select.error:hover+.inline-errors,.layer .box ol li .select.error:hover+inline+.inline-errors,.layer .box ol li textarea.error:hover+.inline-errors,.layer .box ol li textarea.error:hover+inline+.inline-errors,.layer .box ol li input.error[type=number]:hover+.inline-errors,.layer .box ol li input.error[type=number]:hover+inline+.inline-errors,.layer .box ol li input.error[type=email]:hover+.inline-errors,.layer .box ol li input.error[type=email]:hover+inline+.inline-errors,.layer .box ol li label.button.error:hover+.inline-errors,.layer .box ol li label.button.error:hover+inline+.inline-errors,.layer .cnt ol li input.error[type=text]:hover+.inline-errors,.layer .cnt ol li input.error[type=text]:hover+inline+.inline-errors,.layer .cnt ol li .select.error:hover+.inline-errors,.layer .cnt ol li .select.error:hover+inline+.inline-errors,.layer .cnt ol li textarea.error:hover+.inline-errors,.layer .cnt ol li textarea.error:hover+inline+.inline-errors,.layer .cnt ol li input.error[type=number]:hover+.inline-errors,.layer .cnt ol li input.error[type=number]:hover+inline+.inline-errors,.layer .cnt ol li input.error[type=email]:hover+.inline-errors,.layer .cnt ol li input.error[type=email]:hover+inline+.inline-errors,.layer .cnt ol li label.button.error:hover+.inline-errors,.layer .cnt ol li label.button.error:hover+inline+.inline-errors{display:block}.boxes .box ol li span.value,.boxes .cnt ol li span.value,.layer .box ol li span.value,.layer .cnt ol li span.value{padding-top:8px;display:inline-block}.boxes .box ol li span.lineinfo,.boxes .cnt ol li span.lineinfo,.layer .box ol li span.lineinfo,.layer .cnt ol li span.lineinfo{font-size:14px}.boxes .box ol li span.price_info,.boxes .cnt ol li span.price_info,.layer .box ol li span.price_info,.layer .cnt ol li span.price_info{font-size:14px;font-weight:bold}.boxes .box ol li.choice,.boxes .cnt ol li.choice,.layer .box ol li.choice,.layer .cnt ol li.choice{padding-bottom:20px}.boxes .box ol li.choice input[type=checkbox],.boxes .cnt ol li.choice input[type=checkbox],.layer .box ol li.choice input[type=checkbox],.layer .cnt ol li.choice input[type=checkbox]{margin-bottom:0}.boxes .box ol li.file .button,.boxes .cnt ol li.file .button,.layer .box ol li.file .button,.layer .cnt ol li.file .button{width:146px;padding:0 13px}.boxes .box ol li.file .button:hover,.boxes .cnt ol li.file .button:hover,.layer .box ol li.file .button:hover,.layer .cnt ol li.file .button:hover{background-color:#80aec5;color:#fff}.boxes .box ol+.button,.boxes .cnt ol+.button,.layer .box ol+.button,.layer .cnt ol+.button{float:right;margin:15px 0}.boxes .box ol.noedit li label,.boxes .cnt ol.noedit li label,.layer .box ol.noedit li label,.layer .cnt ol.noedit li label{color:#666;float:none;display:inline-block;width:140px;padding:2px 0 0 0}.boxes .box ol.noedit li .value,.boxes .cnt ol.noedit li .value,.layer .box ol.noedit li .value,.layer .cnt ol.noedit li .value{padding:2px 0 0 0;display:inline-block;width:280px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.boxes .box ol.noedit li.scroll .value,.boxes .cnt ol.noedit li.scroll .value,.layer .box ol.noedit li.scroll .value,.layer .cnt ol.noedit li.scroll .value{text-overflow:unset;overflow-x:auto}.boxes .box ol.noedit a li span,.boxes .cnt ol.noedit a li span,.layer .box ol.noedit a li span,.layer .cnt ol.noedit a li span{text-decoration:underline}.boxes .box span.price_info,.boxes .cnt span.price_info,.layer .box span.price_info,.layer .cnt span.price_info{font-size:14px;font-weight:bold;display:inline-block;padding-top:15px}.boxes .box .unverified,.boxes .cnt .unverified,.layer .box .unverified,.layer .cnt .unverified{position:relative}.boxes .box .unverified:after,.boxes .cnt .unverified:after,.layer .box .unverified:after,.layer .cnt .unverified:after{content:'';position:absolute;display:inline-block;top:0;right:-32px;width:22px;height:22px;margin-left:8px;background:url(/images/unverified.png) right center no-repeat transparent}.boxes .box table.tenants,.boxes .cnt table.tenants,.layer .box table.tenants,.layer .cnt table.tenants{width:100%}.boxes .box table.tenants th,.boxes .cnt table.tenants th,.layer .box table.tenants th,.layer .cnt table.tenants th{color:#333;height:53px;background-color:#e4e4e4}.boxes .box table.tenants th:first-child,.boxes .box table.tenants td:first-child,.boxes .cnt table.tenants th:first-child,.boxes .cnt table.tenants td:first-child,.layer .box table.tenants th:first-child,.layer .box table.tenants td:first-child,.layer .cnt table.tenants th:first-child,.layer .cnt table.tenants td:first-child{padding-left:10px}.boxes .box table.tenants th:last-child,.boxes .box table.tenants td:last-child,.boxes .cnt table.tenants th:last-child,.boxes .cnt table.tenants td:last-child,.layer .box table.tenants th:last-child,.layer .box table.tenants td:last-child,.layer .cnt table.tenants th:last-child,.layer .cnt table.tenants td:last-child{padding-right:10px;text-align:right}.boxes .box table.tenants td,.boxes .cnt table.tenants td,.layer .box table.tenants td,.layer .cnt table.tenants td{color:#333;border-bottom:1px solid #f5f6f6;padding:8px 5px}.boxes .box table.tenants td .button,.boxes .cnt table.tenants td .button,.layer .box table.tenants td .button,.layer .cnt table.tenants td .button{top:0}.boxes .box table.tenants td .button:first-of-type,.boxes .cnt table.tenants td .button:first-of-type,.layer .box table.tenants td .button:first-of-type,.layer .cnt table.tenants td .button:first-of-type{margin-right:10px}.boxes .box input[type=text],.boxes .box select,.boxes .box input[type=number],.boxes .box input[type=email],.boxes .box input[type=tel],.boxes .box input[type=fax],.boxes .box input[type=search],.boxes .cnt input[type=text],.boxes .cnt select,.boxes .cnt input[type=number],.boxes .cnt input[type=email],.boxes .cnt input[type=tel],.boxes .cnt input[type=fax],.boxes .cnt input[type=search],.layer .box input[type=text],.layer .box select,.layer .box input[type=number],.layer .box input[type=email],.layer .box input[type=tel],.layer .box input[type=fax],.layer .box input[type=search],.layer .cnt input[type=text],.layer .cnt select,.layer .cnt input[type=number],.layer .cnt input[type=email],.layer .cnt input[type=tel],.layer .cnt input[type=fax],.layer .cnt input[type=search]{padding:0 14px}.boxes .box .multi,.boxes .cnt .multi,.layer .box .multi,.layer .cnt .multi{min-height:120px;background-image:none !important;vertical-align:top}.boxes .box .multi select,.boxes .cnt .multi select,.layer .box .multi select,.layer .cnt .multi select{padding-right:10px}.boxes .box .noinput,.boxes .cnt .noinput,.layer .box .noinput,.layer .cnt .noinput{line-height:34px}.boxes .box select,.boxes .cnt select,.layer .box select,.layer .cnt select{width:100%;height:100%;padding-right:40px}.boxes .box input[type=text],.boxes .box .select,.boxes .box textarea,.boxes .box input[type=number],.boxes .box input[type=email],.boxes .box input[type=search],.boxes .box input[type=tel],.boxes .box input[type=fax],.boxes .box .allianz_date_picker,.boxes .cnt input[type=text],.boxes .cnt .select,.boxes .cnt textarea,.boxes .cnt input[type=number],.boxes .cnt input[type=email],.boxes .cnt input[type=search],.boxes .cnt input[type=tel],.boxes .cnt input[type=fax],.boxes .cnt .allianz_date_picker,.layer .box input[type=text],.layer .box .select,.layer .box textarea,.layer .box input[type=number],.layer .box input[type=email],.layer .box input[type=search],.layer .box input[type=tel],.layer .box input[type=fax],.layer .box .allianz_date_picker,.layer .cnt input[type=text],.layer .cnt .select,.layer .cnt textarea,.layer .cnt input[type=number],.layer .cnt input[type=email],.layer .cnt input[type=search],.layer .cnt input[type=tel],.layer .cnt input[type=fax],.layer .cnt .allianz_date_picker{height:34px;width:291px;margin-bottom:0}.boxes .box input.long_first[type=text],.boxes .box .select.long_first,.boxes .box textarea.long_first,.boxes .box input.long_first[type=number],.boxes .box input.long_first[type=email],.boxes .box input.long_first[type=search],.boxes .box input.long_first[type=tel],.boxes .box input.long_first[type=fax],.boxes .box .allianz_date_picker.long_first,.boxes .cnt input.long_first[type=text],.boxes .cnt .select.long_first,.boxes .cnt textarea.long_first,.boxes .cnt input.long_first[type=number],.boxes .cnt input.long_first[type=email],.boxes .cnt input.long_first[type=search],.boxes .cnt input.long_first[type=tel],.boxes .cnt input.long_first[type=fax],.boxes .cnt .allianz_date_picker.long_first,.layer .box input.long_first[type=text],.layer .box .select.long_first,.layer .box textarea.long_first,.layer .box input.long_first[type=number],.layer .box input.long_first[type=email],.layer .box input.long_first[type=search],.layer .box input.long_first[type=tel],.layer .box input.long_first[type=fax],.layer .box .allianz_date_picker.long_first,.layer .cnt input.long_first[type=text],.layer .cnt .select.long_first,.layer .cnt textarea.long_first,.layer .cnt input.long_first[type=number],.layer .cnt input.long_first[type=email],.layer .cnt input.long_first[type=search],.layer .cnt input.long_first[type=tel],.layer .cnt input.long_first[type=fax],.layer .cnt .allianz_date_picker.long_first{width:200px;margin-right:10px}.boxes .box input.long_first[type=text]+input,.boxes .box .select.long_first+input,.boxes .box textarea.long_first+input,.boxes .box input.long_first[type=number]+input,.boxes .box input.long_first[type=email]+input,.boxes .box input.long_first[type=search]+input,.boxes .box input.long_first[type=tel]+input,.boxes .box input.long_first[type=fax]+input,.boxes .box .allianz_date_picker.long_first+input,.boxes .cnt input.long_first[type=text]+input,.boxes .cnt .select.long_first+input,.boxes .cnt textarea.long_first+input,.boxes .cnt input.long_first[type=number]+input,.boxes .cnt input.long_first[type=email]+input,.boxes .cnt input.long_first[type=search]+input,.boxes .cnt input.long_first[type=tel]+input,.boxes .cnt input.long_first[type=fax]+input,.boxes .cnt .allianz_date_picker.long_first+input,.layer .box input.long_first[type=text]+input,.layer .box .select.long_first+input,.layer .box textarea.long_first+input,.layer .box input.long_first[type=number]+input,.layer .box input.long_first[type=email]+input,.layer .box input.long_first[type=search]+input,.layer .box input.long_first[type=tel]+input,.layer .box input.long_first[type=fax]+input,.layer .box .allianz_date_picker.long_first+input,.layer .cnt input.long_first[type=text]+input,.layer .cnt .select.long_first+input,.layer .cnt textarea.long_first+input,.layer .cnt input.long_first[type=number]+input,.layer .cnt input.long_first[type=email]+input,.layer .cnt input.long_first[type=search]+input,.layer .cnt input.long_first[type=tel]+input,.layer .cnt input.long_first[type=fax]+input,.layer .cnt .allianz_date_picker.long_first+input{width:76px}.boxes .box input.short_first[type=text],.boxes .box .select.short_first,.boxes .box textarea.short_first,.boxes .box input.short_first[type=number],.boxes .box input.short_first[type=email],.boxes .box input.short_first[type=search],.boxes .box input.short_first[type=tel],.boxes .box input.short_first[type=fax],.boxes .box .allianz_date_picker.short_first,.boxes .cnt input.short_first[type=text],.boxes .cnt .select.short_first,.boxes .cnt textarea.short_first,.boxes .cnt input.short_first[type=number],.boxes .cnt input.short_first[type=email],.boxes .cnt input.short_first[type=search],.boxes .cnt input.short_first[type=tel],.boxes .cnt input.short_first[type=fax],.boxes .cnt .allianz_date_picker.short_first,.layer .box input.short_first[type=text],.layer .box .select.short_first,.layer .box textarea.short_first,.layer .box input.short_first[type=number],.layer .box input.short_first[type=email],.layer .box input.short_first[type=search],.layer .box input.short_first[type=tel],.layer .box input.short_first[type=fax],.layer .box .allianz_date_picker.short_first,.layer .cnt input.short_first[type=text],.layer .cnt .select.short_first,.layer .cnt textarea.short_first,.layer .cnt input.short_first[type=number],.layer .cnt input.short_first[type=email],.layer .cnt input.short_first[type=search],.layer .cnt input.short_first[type=tel],.layer .cnt input.short_first[type=fax],.layer .cnt .allianz_date_picker.short_first{width:80px;margin-right:10px}.boxes .box input.short_first[type=text]+input,.boxes .box .select.short_first+input,.boxes .box textarea.short_first+input,.boxes .box input.short_first[type=number]+input,.boxes .box input.short_first[type=email]+input,.boxes .box input.short_first[type=search]+input,.boxes .box input.short_first[type=tel]+input,.boxes .box input.short_first[type=fax]+input,.boxes .box .allianz_date_picker.short_first+input,.boxes .cnt input.short_first[type=text]+input,.boxes .cnt .select.short_first+input,.boxes .cnt textarea.short_first+input,.boxes .cnt input.short_first[type=number]+input,.boxes .cnt input.short_first[type=email]+input,.boxes .cnt input.short_first[type=search]+input,.boxes .cnt input.short_first[type=tel]+input,.boxes .cnt input.short_first[type=fax]+input,.boxes .cnt .allianz_date_picker.short_first+input,.layer .box input.short_first[type=text]+input,.layer .box .select.short_first+input,.layer .box textarea.short_first+input,.layer .box input.short_first[type=number]+input,.layer .box input.short_first[type=email]+input,.layer .box input.short_first[type=search]+input,.layer .box input.short_first[type=tel]+input,.layer .box input.short_first[type=fax]+input,.layer .box .allianz_date_picker.short_first+input,.layer .cnt input.short_first[type=text]+input,.layer .cnt .select.short_first+input,.layer .cnt textarea.short_first+input,.layer .cnt input.short_first[type=number]+input,.layer .cnt input.short_first[type=email]+input,.layer .cnt input.short_first[type=search]+input,.layer .cnt input.short_first[type=tel]+input,.layer .cnt input.short_first[type=fax]+input,.layer .cnt .allianz_date_picker.short_first+input{width:197px;float:right}.boxes .box input.short_first.select[type=text],.boxes .box .select.short_first.select,.boxes .box textarea.short_first.select,.boxes .box input.short_first.select[type=number],.boxes .box input.short_first.select[type=email],.boxes .box input.short_first.select[type=search],.boxes .box input.short_first.select[type=tel],.boxes .box input.short_first.select[type=fax],.boxes .box .allianz_date_picker.short_first.select,.boxes .cnt input.short_first.select[type=text],.boxes .cnt .select.short_first.select,.boxes .cnt textarea.short_first.select,.boxes .cnt input.short_first.select[type=number],.boxes .cnt input.short_first.select[type=email],.boxes .cnt input.short_first.select[type=search],.boxes .cnt input.short_first.select[type=tel],.boxes .cnt input.short_first.select[type=fax],.boxes .cnt .allianz_date_picker.short_first.select,.layer .box input.short_first.select[type=text],.layer .box .select.short_first.select,.layer .box textarea.short_first.select,.layer .box input.short_first.select[type=number],.layer .box input.short_first.select[type=email],.layer .box input.short_first.select[type=search],.layer .box input.short_first.select[type=tel],.layer .box input.short_first.select[type=fax],.layer .box .allianz_date_picker.short_first.select,.layer .cnt input.short_first.select[type=text],.layer .cnt .select.short_first.select,.layer .cnt textarea.short_first.select,.layer .cnt input.short_first.select[type=number],.layer .cnt input.short_first.select[type=email],.layer .cnt input.short_first.select[type=search],.layer .cnt input.short_first.select[type=tel],.layer .cnt input.short_first.select[type=fax],.layer .cnt .allianz_date_picker.short_first.select{width:197px;float:right;margin-right:0px}.boxes .box input.fifty[type=text],.boxes .box .select.fifty,.boxes .box textarea.fifty,.boxes .box input.fifty[type=number],.boxes .box input.fifty[type=email],.boxes .box input.fifty[type=search],.boxes .box input.fifty[type=tel],.boxes .box input.fifty[type=fax],.boxes .box .allianz_date_picker.fifty,.boxes .cnt input.fifty[type=text],.boxes .cnt .select.fifty,.boxes .cnt textarea.fifty,.boxes .cnt input.fifty[type=number],.boxes .cnt input.fifty[type=email],.boxes .cnt input.fifty[type=search],.boxes .cnt input.fifty[type=tel],.boxes .cnt input.fifty[type=fax],.boxes .cnt .allianz_date_picker.fifty,.layer .box input.fifty[type=text],.layer .box .select.fifty,.layer .box textarea.fifty,.layer .box input.fifty[type=number],.layer .box input.fifty[type=email],.layer .box input.fifty[type=search],.layer .box input.fifty[type=tel],.layer .box input.fifty[type=fax],.layer .box .allianz_date_picker.fifty,.layer .cnt input.fifty[type=text],.layer .cnt .select.fifty,.layer .cnt textarea.fifty,.layer .cnt input.fifty[type=number],.layer .cnt input.fifty[type=email],.layer .cnt input.fifty[type=search],.layer .cnt input.fifty[type=tel],.layer .cnt input.fifty[type=fax],.layer .cnt .allianz_date_picker.fifty{width:140px}.boxes .box input.fifty[type=text]+input,.boxes .box .select.fifty+input,.boxes .box textarea.fifty+input,.boxes .box input.fifty[type=number]+input,.boxes .box input.fifty[type=email]+input,.boxes .box input.fifty[type=search]+input,.boxes .box input.fifty[type=tel]+input,.boxes .box input.fifty[type=fax]+input,.boxes .box .allianz_date_picker.fifty+input,.boxes .cnt input.fifty[type=text]+input,.boxes .cnt .select.fifty+input,.boxes .cnt textarea.fifty+input,.boxes .cnt input.fifty[type=number]+input,.boxes .cnt input.fifty[type=email]+input,.boxes .cnt input.fifty[type=search]+input,.boxes .cnt input.fifty[type=tel]+input,.boxes .cnt input.fifty[type=fax]+input,.boxes .cnt .allianz_date_picker.fifty+input,.layer .box input.fifty[type=text]+input,.layer .box .select.fifty+input,.layer .box textarea.fifty+input,.layer .box input.fifty[type=number]+input,.layer .box input.fifty[type=email]+input,.layer .box input.fifty[type=search]+input,.layer .box input.fifty[type=tel]+input,.layer .box input.fifty[type=fax]+input,.layer .box .allianz_date_picker.fifty+input,.layer .cnt input.fifty[type=text]+input,.layer .cnt .select.fifty+input,.layer .cnt textarea.fifty+input,.layer .cnt input.fifty[type=number]+input,.layer .cnt input.fifty[type=email]+input,.layer .cnt input.fifty[type=search]+input,.layer .cnt input.fifty[type=tel]+input,.layer .cnt input.fifty[type=fax]+input,.layer .cnt .allianz_date_picker.fifty+input{width:140px;float:right}.boxes .box input.contact_details[type=text],.boxes .box .select.contact_details,.boxes .box textarea.contact_details,.boxes .box input.contact_details[type=number],.boxes .box input.contact_details[type=email],.boxes .box input.contact_details[type=search],.boxes .box input.contact_details[type=tel],.boxes .box input.contact_details[type=fax],.boxes .box .allianz_date_picker.contact_details,.boxes .cnt input.contact_details[type=text],.boxes .cnt .select.contact_details,.boxes .cnt textarea.contact_details,.boxes .cnt input.contact_details[type=number],.boxes .cnt input.contact_details[type=email],.boxes .cnt input.contact_details[type=search],.boxes .cnt input.contact_details[type=tel],.boxes .cnt input.contact_details[type=fax],.boxes .cnt .allianz_date_picker.contact_details,.layer .box input.contact_details[type=text],.layer .box .select.contact_details,.layer .box textarea.contact_details,.layer .box input.contact_details[type=number],.layer .box input.contact_details[type=email],.layer .box input.contact_details[type=search],.layer .box input.contact_details[type=tel],.layer .box input.contact_details[type=fax],.layer .box .allianz_date_picker.contact_details,.layer .cnt input.contact_details[type=text],.layer .cnt .select.contact_details,.layer .cnt textarea.contact_details,.layer .cnt input.contact_details[type=number],.layer .cnt input.contact_details[type=email],.layer .cnt input.contact_details[type=search],.layer .cnt input.contact_details[type=tel],.layer .cnt input.contact_details[type=fax],.layer .cnt .allianz_date_picker.contact_details{width:126px;margin-right:8px}.boxes .box input.contact_details[type=text]+input,.boxes .box .select.contact_details+input,.boxes .box textarea.contact_details+input,.boxes .box input.contact_details[type=number]+input,.boxes .box input.contact_details[type=email]+input,.boxes .box input.contact_details[type=search]+input,.boxes .box input.contact_details[type=tel]+input,.boxes .box input.contact_details[type=fax]+input,.boxes .box .allianz_date_picker.contact_details+input,.boxes .cnt input.contact_details[type=text]+input,.boxes .cnt .select.contact_details+input,.boxes .cnt textarea.contact_details+input,.boxes .cnt input.contact_details[type=number]+input,.boxes .cnt input.contact_details[type=email]+input,.boxes .cnt input.contact_details[type=search]+input,.boxes .cnt input.contact_details[type=tel]+input,.boxes .cnt input.contact_details[type=fax]+input,.boxes .cnt .allianz_date_picker.contact_details+input,.layer .box input.contact_details[type=text]+input,.layer .box .select.contact_details+input,.layer .box textarea.contact_details+input,.layer .box input.contact_details[type=number]+input,.layer .box input.contact_details[type=email]+input,.layer .box input.contact_details[type=search]+input,.layer .box input.contact_details[type=tel]+input,.layer .box input.contact_details[type=fax]+input,.layer .box .allianz_date_picker.contact_details+input,.layer .cnt input.contact_details[type=text]+input,.layer .cnt .select.contact_details+input,.layer .cnt textarea.contact_details+input,.layer .cnt input.contact_details[type=number]+input,.layer .cnt input.contact_details[type=email]+input,.layer .cnt input.contact_details[type=search]+input,.layer .cnt input.contact_details[type=tel]+input,.layer .cnt input.contact_details[type=fax]+input,.layer .cnt .allianz_date_picker.contact_details+input{width:240px}.boxes .box input.contact_details[type=text]~a.delete,.boxes .box .select.contact_details~a.delete,.boxes .box textarea.contact_details~a.delete,.boxes .box input.contact_details[type=number]~a.delete,.boxes .box input.contact_details[type=email]~a.delete,.boxes .box input.contact_details[type=search]~a.delete,.boxes .box input.contact_details[type=tel]~a.delete,.boxes .box input.contact_details[type=fax]~a.delete,.boxes .box .allianz_date_picker.contact_details~a.delete,.boxes .cnt input.contact_details[type=text]~a.delete,.boxes .cnt .select.contact_details~a.delete,.boxes .cnt textarea.contact_details~a.delete,.boxes .cnt input.contact_details[type=number]~a.delete,.boxes .cnt input.contact_details[type=email]~a.delete,.boxes .cnt input.contact_details[type=search]~a.delete,.boxes .cnt input.contact_details[type=tel]~a.delete,.boxes .cnt input.contact_details[type=fax]~a.delete,.boxes .cnt .allianz_date_picker.contact_details~a.delete,.layer .box input.contact_details[type=text]~a.delete,.layer .box .select.contact_details~a.delete,.layer .box textarea.contact_details~a.delete,.layer .box input.contact_details[type=number]~a.delete,.layer .box input.contact_details[type=email]~a.delete,.layer .box input.contact_details[type=search]~a.delete,.layer .box input.contact_details[type=tel]~a.delete,.layer .box input.contact_details[type=fax]~a.delete,.layer .box .allianz_date_picker.contact_details~a.delete,.layer .cnt input.contact_details[type=text]~a.delete,.layer .cnt .select.contact_details~a.delete,.layer .cnt textarea.contact_details~a.delete,.layer .cnt input.contact_details[type=number]~a.delete,.layer .cnt input.contact_details[type=email]~a.delete,.layer .cnt input.contact_details[type=search]~a.delete,.layer .cnt input.contact_details[type=tel]~a.delete,.layer .cnt input.contact_details[type=fax]~a.delete,.layer .cnt .allianz_date_picker.contact_details~a.delete{margin-right:0;margin-left:7px}.boxes .box input[type=text]+.comment,.boxes .box .select+.comment,.boxes .box textarea+.comment,.boxes .box input[type=number]+.comment,.boxes .box input[type=email]+.comment,.boxes .box input[type=search]+.comment,.boxes .box input[type=tel]+.comment,.boxes .box input[type=fax]+.comment,.boxes .box .allianz_date_picker+.comment,.boxes .cnt input[type=text]+.comment,.boxes .cnt .select+.comment,.boxes .cnt textarea+.comment,.boxes .cnt input[type=number]+.comment,.boxes .cnt input[type=email]+.comment,.boxes .cnt input[type=search]+.comment,.boxes .cnt input[type=tel]+.comment,.boxes .cnt input[type=fax]+.comment,.boxes .cnt .allianz_date_picker+.comment,.layer .box input[type=text]+.comment,.layer .box .select+.comment,.layer .box textarea+.comment,.layer .box input[type=number]+.comment,.layer .box input[type=email]+.comment,.layer .box input[type=search]+.comment,.layer .box input[type=tel]+.comment,.layer .box input[type=fax]+.comment,.layer .box .allianz_date_picker+.comment,.layer .cnt input[type=text]+.comment,.layer .cnt .select+.comment,.layer .cnt textarea+.comment,.layer .cnt input[type=number]+.comment,.layer .cnt input[type=email]+.comment,.layer .cnt input[type=search]+.comment,.layer .cnt input[type=tel]+.comment,.layer .cnt input[type=fax]+.comment,.layer .cnt .allianz_date_picker+.comment{position:absolute;right:14px;top:15px;color:#898d8d}.boxes .box input.error[type=text],.boxes .box .select.error,.boxes .box textarea.error,.boxes .box input.error[type=number],.boxes .box input.error[type=email],.boxes .box input.error[type=search],.boxes .box input.error[type=tel],.boxes .box input.error[type=fax],.boxes .box .allianz_date_picker.error,.boxes .cnt input.error[type=text],.boxes .cnt .select.error,.boxes .cnt textarea.error,.boxes .cnt input.error[type=number],.boxes .cnt input.error[type=email],.boxes .cnt input.error[type=search],.boxes .cnt input.error[type=tel],.boxes .cnt input.error[type=fax],.boxes .cnt .allianz_date_picker.error,.layer .box input.error[type=text],.layer .box .select.error,.layer .box textarea.error,.layer .box input.error[type=number],.layer .box input.error[type=email],.layer .box input.error[type=search],.layer .box input.error[type=tel],.layer .box input.error[type=fax],.layer .box .allianz_date_picker.error,.layer .cnt input.error[type=text],.layer .cnt .select.error,.layer .cnt textarea.error,.layer .cnt input.error[type=number],.layer .cnt input.error[type=email],.layer .cnt input.error[type=search],.layer .cnt input.error[type=tel],.layer .cnt input.error[type=fax],.layer .cnt .allianz_date_picker.error{border-color:#e33139}.boxes .box textarea,.boxes .cnt textarea,.layer .box textarea,.layer .cnt textarea{min-height:200px;width:100%}.boxes .box .select,.boxes .cnt .select,.layer .box .select,.layer .cnt .select{position:relative;background:url(/assets/select-3126a3437c5ff015eb09c7d0276438462ae30274e31581cbf6d3c32eaeeb16cd.png) top right no-repeat #fff;display:inline-block;vertical-align:middle}.boxes .box .select:after,.boxes .cnt .select:after,.layer .box .select:after,.layer .cnt .select:after{content:'';position:absolute;top:2px;right:34px;width:1px;height:30px;border-left:1px solid #ccc}.boxes .box .select.multi:after,.boxes .cnt .select.multi:after,.layer .box .select.multi:after,.layer .cnt .select.multi:after{border:0 none}.boxes .box .tripple_date,.boxes .cnt .tripple_date,.layer .box .tripple_date,.layer .cnt .tripple_date{height:34px;width:100%;margin-bottom:0;width:170px;padding:0 10px;float:left;margin-right:10px;background:#fff}.boxes .box .tripple_date input,.boxes .cnt .tripple_date input,.layer .box .tripple_date input,.layer .cnt .tripple_date input{width:36px;height:27px;border:0 none;padding:0;text-align:center;background-color:transparent}.boxes .box .tripple_date input:last-child,.boxes .cnt .tripple_date input:last-child,.layer .box .tripple_date input:last-child,.layer .cnt .tripple_date input:last-child{width:54px}.boxes .box .button.cal,.boxes .cnt .button.cal,.layer .box .button.cal,.layer .cnt .button.cal{border:0 none;background:transparent}.boxes .box .button.cal,.boxes .box .button.edit,.boxes .box .button.delete,.boxes .box .button.search,.boxes .cnt .button.cal,.boxes .cnt .button.edit,.boxes .cnt .button.delete,.boxes .cnt .button.search,.layer .box .button.cal,.layer .box .button.edit,.layer .box .button.delete,.layer .box .button.search,.layer .cnt .button.cal,.layer .cnt .button.edit,.layer .cnt .button.delete,.layer .cnt .button.search{top:0;margin-right:10px;vertical-align:middle}.boxes .box .button.cal:first-child,.boxes .box .button.edit:first-child,.boxes .box .button.delete:first-child,.boxes .box .button.search:first-child,.boxes .cnt .button.cal:first-child,.boxes .cnt .button.edit:first-child,.boxes .cnt .button.delete:first-child,.boxes .cnt .button.search:first-child,.layer .box .button.cal:first-child,.layer .box .button.edit:first-child,.layer .box .button.delete:first-child,.layer .box .button.search:first-child,.layer .cnt .button.cal:first-child,.layer .cnt .button.edit:first-child,.layer .cnt .button.delete:first-child,.layer .cnt .button.search:first-child{margin-left:10px;margin-right:0}.boxes .box h3 .button,.boxes .cnt h3 .button,.layer .box h3 .button,.layer .cnt h3 .button{float:right}.boxes .box h3 .button.cal,.boxes .box h3 .button.edit,.boxes .box h3 .button.delete,.boxes .box h3 .button.search,.boxes .cnt h3 .button.cal,.boxes .cnt h3 .button.edit,.boxes .cnt h3 .button.delete,.boxes .cnt h3 .button.search,.layer .box h3 .button.cal,.layer .box h3 .button.edit,.layer .box h3 .button.delete,.layer .box h3 .button.search,.layer .cnt h3 .button.cal,.layer .cnt h3 .button.edit,.layer .cnt h3 .button.delete,.layer .cnt h3 .button.search{top:0px}.boxes .box h3 .button.cal:first-child,.boxes .box h3 .button.edit:first-child,.boxes .box h3 .button.delete:first-child,.boxes .box h3 .button.search:first-child,.boxes .cnt h3 .button.cal:first-child,.boxes .cnt h3 .button.edit:first-child,.boxes .cnt h3 .button.delete:first-child,.boxes .cnt h3 .button.search:first-child,.layer .box h3 .button.cal:first-child,.layer .box h3 .button.edit:first-child,.layer .box h3 .button.delete:first-child,.layer .box h3 .button.search:first-child,.layer .cnt h3 .button.cal:first-child,.layer .cnt h3 .button.edit:first-child,.layer .cnt h3 .button.delete:first-child,.layer .cnt h3 .button.search:first-child{margin-left:0}.boxes .box input[type=radio]:checked+.button,.boxes .box input[type=radio]:hover+.button,.boxes .cnt input[type=radio]:checked+.button,.boxes .cnt input[type=radio]:hover+.button,.layer .box input[type=radio]:checked+.button,.layer .box input[type=radio]:hover+.button,.layer .cnt input[type=radio]:checked+.button,.layer .cnt input[type=radio]:hover+.button{background-image:none;background-color:#015d8b;color:#fff !important;border-color:#015d8b}.boxes .box input[type=radio]:checked+.button .check,.boxes .box input[type=radio]:hover+.button .check,.boxes .cnt input[type=radio]:checked+.button .check,.boxes .cnt input[type=radio]:hover+.button .check,.layer .box input[type=radio]:checked+.button .check,.layer .box input[type=radio]:hover+.button .check,.layer .cnt input[type=radio]:checked+.button .check,.layer .cnt input[type=radio]:hover+.button .check{display:inline-block}.boxes .box input[type=radio]:checked+.button:after,.boxes .box input[type=radio]:hover+.button:after,.boxes .cnt input[type=radio]:checked+.button:after,.boxes .cnt input[type=radio]:hover+.button:after,.layer .box input[type=radio]:checked+.button:after,.layer .box input[type=radio]:hover+.button:after,.layer .cnt input[type=radio]:checked+.button:after,.layer .cnt input[type=radio]:hover+.button:after{content:'';display:inline-block;width:15px;height:12px;margin-left:7px;background:url(/assets/haken-c6c39d018441a45b881aaa00d2fec3ff8279c95ed41fce26147a4a4914507819.svg) 0 0/100% auto no-repeat transparent}.boxes .box input[type=radio]:checked+.std .fake:after,.boxes .box input[type=radio]:hover+.std .fake:after,.boxes .cnt input[type=radio]:checked+.std .fake:after,.boxes .cnt input[type=radio]:hover+.std .fake:after,.layer .box input[type=radio]:checked+.std .fake:after,.layer .box input[type=radio]:hover+.std .fake:after,.layer .cnt input[type=radio]:checked+.std .fake:after,.layer .cnt input[type=radio]:hover+.std .fake:after{content:'';position:absolute;top:4px;left:4px;width:12px;height:12px;border-radius:12px;background-color:#4d4d4d}.boxes .box input[type=radio]+.button,.boxes .cnt input[type=radio]+.button,.layer .box input[type=radio]+.button,.layer .cnt input[type=radio]+.button{width:146px;text-align:center;float:left}.boxes .box input[type=radio]+.button:first-of-type,.boxes .cnt input[type=radio]+.button:first-of-type,.layer .box input[type=radio]+.button:first-of-type,.layer .cnt input[type=radio]+.button:first-of-type{border-radius:3px 0 0 3px;margin-right:2px}.boxes .box input[type=radio]+.button:last-of-type,.boxes .cnt input[type=radio]+.button:last-of-type,.layer .box input[type=radio]+.button:last-of-type,.layer .cnt input[type=radio]+.button:last-of-type{border-radius:0 3px 3px 0}.boxes .box input[type=radio]+.button .check,.boxes .cnt input[type=radio]+.button .check,.layer .box input[type=radio]+.button .check,.layer .cnt input[type=radio]+.button .check{display:none;width:15px;height:12px;margin-left:7px;background:url(/images/haken_weiss.svg) 0 0/100% auto no-repeat transparent}.boxes .box input.error[type=radio]+.button,.boxes .cnt input.error[type=radio]+.button,.layer .box input.error[type=radio]+.button,.layer .cnt input.error[type=radio]+.button{border-color:#e33139}.boxes .box input[type=radio]+.std .fake,.boxes .cnt input[type=radio]+.std .fake,.layer .box input[type=radio]+.std .fake,.layer .cnt input[type=radio]+.std .fake{width:22px;height:22px;border-radius:22px;border:1px solid #ccc;display:inline-block;position:relative;top:4px;margin-right:5px}.boxes .box .double_radio .choice:first-of-type input[type=radio]+.button,.boxes .cnt .double_radio .choice:first-of-type input[type=radio]+.button,.layer .box .double_radio .choice:first-of-type input[type=radio]+.button,.layer .cnt .double_radio .choice:first-of-type input[type=radio]+.button{border-radius:3px 0 0 3px;margin-right:2px}.boxes .box .double_radio .choice:last-of-type input[type=radio]+.button,.boxes .cnt .double_radio .choice:last-of-type input[type=radio]+.button,.layer .box .double_radio .choice:last-of-type input[type=radio]+.button,.layer .cnt .double_radio .choice:last-of-type input[type=radio]+.button{border-radius:0 3px 3px 0}.boxes .box input[type=checkbox],.boxes .cnt input[type=checkbox],.layer .box input[type=checkbox],.layer .cnt input[type=checkbox]{width:15px;font-size:24px}.boxes .box img,.boxes .cnt img,.layer .box img,.layer .cnt img{margin-right:10px;display:inline-block}.boxes .box img+.button,.boxes .cnt img+.button,.layer .box img+.button,.layer .cnt img+.button{float:left}.boxes.wide_form .box.slim_form{padding-right:10px}.boxes.wide_form .box.slim_form fieldset{padding-top:0;padding-bottom:0}.boxes.wide_form .box.wide fieldset{width:608px}.boxes.wide_form .box.wide ol li{clear:both;padding:5px 0;position:relative}.boxes.wide_form .box.wide ol li label:first-child{width:316px}.boxes.wide_form .box.wide input[type=radio]+.button{width:146px}.boxes.wide_form .box.wide input.long_first[type=text]{width:201px}.boxes.wide_form .box.wide hr+.required{width:300px;margin-top:10px;position:absolute}.dls{color:#898d8d;margin-top:15px}.dls strong{font-weight:400;font-weight:bold}.dls a{display:block;text-decoration:none;padding:5px 0 5px 26px;background:url(/images/pdf.png) 0 center no-repeat transparent;line-height:21px}.dls a:first-of-type{margin-top:5px}.dls a.top_space:first-of-type{margin-top:15px}.dls a.no_dls{background:none;display:inline;padding:0px}.unklar{color:#ff0000;font-weight:bold}.abweichende_adresse{display:none}.abweichende_adresse.vorhanden{display:block}.hidden{display:none}.errorText{color:#e33139;padding:5px 0px 2px 0px;clear:both}.actions+.errorText{color:#fff;padding:15px 15px 15px 68px;background-color:#e33139;margin-bottom:20px;position:relative}.actions+.errorText:after{content:'!';display:inline-block;position:absolute;top:20px;left:15px;width:34px;height:34px;border-radius:34px;padding-top:5px;box-sizing:border-box;background:#fff;color:#e33139;font-size:28px;font-weight:bold;text-align:center}.actions+.errorText h2{font-weight:700;padding:3px 0 10px 0;color:#fff !important;font-size:16px !important;line-height:1.3 !important}.errorTextBox,div.alert{color:#fff;padding:15px 15px 15px 68px;background-color:#e33139;margin-bottom:20px;position:relative}.errorTextBox:after,div.alert:after{content:'!';display:inline-block;position:absolute;top:20px;left:15px;width:34px;height:34px;border-radius:34px;padding-top:5px;box-sizing:border-box;background:#fff;color:#e33139;font-size:28px;font-weight:bold;text-align:center}.errorTextBox h2,div.alert h2{font-weight:700;padding:3px 0 10px 0;color:#fff !important;font-size:16px !important;line-height:1.3 !important}.infoTextBox,div.notice{clear:both;color:#fff;padding:15px 15px 15px 60px;background-color:#64a70b;margin-bottom:20px;position:relative;line-height:22px}.infoTextBox:after,div.notice:after{content:'!';display:inline-block;position:absolute;top:10px;left:15px;width:34px;height:34px;border-radius:34px;padding-top:8px;box-sizing:border-box;background:#fff;color:#64a70b;font-size:28px;font-weight:bold;text-align:center}.infoTextBox h2,div.notice h2{font-weight:bold;padding:3px 0 10px 0;color:#fff !important;font-size:16px !important;line-height:1.3 !important}.successText{color:#64a70b;font-weight:bold;padding:2px 0px 2px 0px}.layer{background-color:rgba(0,0,0,0.5);position:fixed;top:0;left:0;width:100%;height:100%;display:none}.layer.vsbl{display:block;z-index:20}.layer .close{width:20px;height:20px;background:url(/assets/close-424ba1248487e0141610f07ff0421e1126134645518079bafa24b125079c689f.svg) 5px 5px/10px 10px no-repeat transparent;position:absolute;top:15px;right:15px}.layer .cnt{position:relative;background-color:#f9f9f9;width:645px;margin:0 auto;transform:translatey(-50%);top:50%;padding:29px 0 40px 0;max-height:690px;overflow-y:auto;display:none}.layer .cnt.vsbl{display:block}.layer .cnt p{padding:0 20px;margin:5px;line-height:1.5}.layer .cnt .actions ol li{padding:0}.layer .cnt input[type=text]{width:341px}.layer .cnt input.long_first[type=text]{width:231px}.layer .cnt input.long_first[type=text]+input{width:101px}.layer .cnt input.short_first[type=text]{width:106px}.layer .cnt .select.short_first.select{width:226px}.layer .icon{margin:0 auto 15px auto;width:70px;height:70px;border-radius:70px;background-color:#525252}.layer .icon.delete{background:url(/assets/delete_white-30320677950970c038b2c3bdc895985d9c16cf15b5efd9adb8f030db08095ad1.svg) 23px 19px/24px auto no-repeat #525252}.layer .icon.search{background:url(/assets/search-3874a47943856cca81ceeade7ed6fda5d83ee621b56e738f6a1f2a2e52cac5c7.svg) 21px 22px/28px auto no-repeat #525252}.layer .icon.edit{background:url(/assets/edit_white-80f59fc4cd2d70757b487319dc5fba338f4823deb6f1e7391c723274ea8292aa.svg) 24px 20px/23px auto no-repeat #525252}.layer .icon.calculator{background:url(/images/calculator.svg) 23px 16px/24px auto no-repeat #525252}.layer .icon.error{background:url(/images/attention.svg) center center/12px auto no-repeat #525252}.layer h2{padding:0 20px;font-size:24px;padding-bottom:15px;color:#015d8b}.layer h2.premiumcalculate{text-align:left;padding-bottom:20px}.layer form{margin:0 auto;width:480px}.layer .ctrl{padding:20px 20px 0 20px}.layer .ctrl .button{width:auto;margin-bottom:0;margin-right:0}.layer .ctrl .button:last-of-type{float:right}.layer .ctrl .button.color2{background-color:#80aec5;border-color:#80aec5;color:#fff}.layer .ctrl input[type=submit]{position:relative}.layer .calculator_actions.actions.ctrl li{height:23px}.layer .search input[type=text],.layer .search input[type=search]{width:350px;display:inline-block;margin-left:auto;margin-right:auto;margin-bottom:10px;vertical-align:middle}.layer .search form{width:auto}.layer .search table.tenants{margin:30px auto 20px auto}.layer .search table.tenants th{background-color:#e4e4e4;color:#fff}.layer .search table.tenants td,.layer .search table.tenants th{border:1px solid #e4e4e4;border-collapse:collapse;padding-left:9px}.layer .lightbox.chooser{width:95%;margin:auto}.layer .lightbox.chooser h2{padding-left:0}.ui-datepicker{padding:40px}.ui-widget-content{background-color:#fff;border:1px solid #ccc;color:#333;background-image:none}.ui-widget-header{border:0 none;background:none}.ui-widget-header select{height:34px;border:1px solid #ccc;border-radius:0;padding-left:10px;width:124px;float:left;position:relative;z-index:1;background-color:transparent}.ui-widget-header select:first-child{width:82px;float:right}.ui-widget-header select:after{content:'';position:absolute;right:0;top:0;width:26px;height:32px;background:url(/assets/select-3126a3437c5ff015eb09c7d0276438462ae30274e31581cbf6d3c32eaeeb16cd.png) 0 0 no-repeat transparent}.ui-datepicker-prev,.ui-datepicker-next{display:none}.ui-datepicker .ui-datepicker-title{margin:0}.ui-datepicker td{text-align:center}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:0 none;background:none;font-weight:400;color:#333}.btn_remove{text-align:right;padding-top:12px}.js_next_tenant_right,.js_next_tenant_left{display:none}.ui-datepicker-trigger{display:none;visibility:hidden}.dataTables_filter{display:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa;font-size:14px}[data-tooltip]{position:relative}[data-tooltip]:before,[data-tooltip]:after{position:absolute}[data-tooltip]:before{content:"?";right:4px;width:22px;height:22px;margin-top:-5px;font-size:14px;font-weight:bold;line-height:24px;text-align:center;color:#fff;background:#e4e4e4;border-radius:50%;display:inline-block;margin-left:4px}[data-tooltip]:after{content:attr(data-tooltip);position:absolute;top:30px;left:0;display:none;background-color:#fff;color:#333;width:200px;padding:10px;z-index:1;box-shadow:3px 4px 0 0 rgba(0,0,0,0.2);border:1px solid rgba(0,0,0,0.2)}[data-tooltip]:hover:before{background-color:#015d8b}[data-tooltip]:hover:after{display:block}* html .ui-tooltip{background-image:none}body .ui-tooltip{border-width:2px}.info_i:before{content:"?";left:4px;width:22px;height:22px;margin-top:-5px;font-size:14px;font-weight:700;line-height:24px;text-align:center;color:#fff;background:#c7c9c7;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:22px;display:inline-block;margin-left:4px}.info_i:hover::before{background-color:#64a70b}.info_i:after{content:"";position:absolute;top:50%;left:0}.message .avatar{height:100%;display:block;float:left;padding-right:20px}.message .avatar img{width:50px;height:50px;float:none}.message .sender{float:left;font-weight:bold}.message .sender:hover{text-decoration:underline}.message .created_at{float:left;color:#999;padding-left:10px;font-size:12px;line-height:1.7}.message .text{width:85%;float:left;padding-top:10px;white-space:pre-line}.box.participants .participant{overflow:hidden;margin-top:10px}.box.participants a{line-height:1.7;text-decoration:none}.box.participants a:hover{text-decoration:underline}.calculator{width:203px;height:46px;text-align:center;position:fixed;right:0;top:50%;background-color:#262626;color:#fff;font-size:16px;border:1px solid #0d0d0d;transform:rotate(-90deg) translatex(50%);transform-origin:180px;line-height:45px;border-radius:5px 5px 0 0;transition-property:background-color;transition-timing-function:ease-in-out;transition-duration:.3s;cursor:pointer}.calculator:hover{background-color:#4d4d4d}.calculator svg{width:15px;height:29px;position:relative;top:9px;margin-right:4px}.calculator.inline{position:static;transform:none;border-radius:5px;height:34px;width:34px}.calculator.inline svg{width:12px;height:26px;top:2px;margin-right:0}.simple_captcha{border:1px solid #ccc;padding:5px !important;width:100%}.simple_captcha,.simple_captcha div{display:table}.simple_captcha .simple_captcha_field,.simple_captcha .simple_captcha_image{border:1px solid #ccc;margin:0px 0px 2px 0px !important;padding:0px !important;float:left;width:150px;display:block;height:36px}.simple_captcha .simple_captcha_field{margin-left:20px !important;float:left;display:block;width:236px}.simple_captcha .simple_captcha_image img{margin:0px !important;margin-left:22px !important;margin-top:2px !important;padding:0px !important;width:105px !important;float:left;width:150px;display:block}.simple_captcha .simple_captcha_label{font-size:12px}.simple_captcha .simple_captcha_field input{width:234px !important;font-size:16px;border:none;background-color:#efefef;float:left;display:block}.simple_captcha_refresh_button{margin-top:13px;font-size:14px}.simple_captcha_refresh_button a{text-decoration:underline}.main .notification{background-color:#fff;padding:21px}.main .notification h2,.main .notification h3{width:80%;font-weight:normal}.main .notification h2{color:#333;font-size:24px}.main .notification h3{color:#333;font-size:16px}.main .notification .star{width:30px;height:29px;float:right}.main .notification .star svg{width:100%;height:100%}.main .notification .star svg:last-child{display:none}.main .notification .star.fav svg:first-child{display:none}.main .notification .star.fav svg:last-child{display:block}.main .notification .text{white-space:pre-line;width:620px}section.main .error_text h3{margin-bottom:3px}section.main .error_text .img{height:350px;float:left;margin-right:55px}section.main .error_text p{margin-bottom:20px;width:820px;padding-right:0}.box.wide .comment{border-top:1px solid #ccc;padding:6px 0 12px 0;color:#333}.box.wide .comment img{box-shadow:2px 3px 0 #ccc;float:none;position:relative;top:7px}.box.wide .comment a{color:#333;text-decoration:none;font-weight:700;padding-right:3px}.box.wide .comment p{display:block;color:#333;padding:15px 230px 0 40px;margin:0}.box.wide .comment label{display:none}.box.wide .comment textarea{width:607px;margin:15px 0 0 40px;height:100px}.box.wide .comment .actions li{float:none;margin-left:40px}.box.wide .comment .actions .button{float:none;margin:0}.box.wide .noedit li span.value{width:600px}.message_notice{background-color:#ff8100;padding:7px !important;color:#fff}.download_button{font-family:PT Sans, arial, sans-serif}.download_button.disabled{background:url(/assets/btn_loader_grey-b47316f29e8901bca5723c2c32661481f6a6e66582456e20db11dbbb482f497f.gif) 95% no-repeat #787878 !important;padding-right:30px !important;width:155px !important;cursor:default !important;color:lightgray}.not_vsbl{display:none}.not_vsbl.vsbl{display:block}.translation_missing{font-family:PT Sans, arial, sans-serif !important;font-size:14px !important}address,section.main address{margin-bottom:10px}address p,section.main address p{margin:0;padding:0}.clearfix:after{content:" ";display:block;clear:both}.boxes .box ol li .valid_at{float:left}.boxes .box ol li .valid_at+li{float:left;clear:right;padding-left:10px}.boxes .box ol li .valid_at+li label{padding-right:10px;width:auto}.boxes .box.elementals ol.noedit{padding-left:10px}.inputs .select.multi{height:auto !important}.inputs .select.multi .select2-container,.inputs .select.multi .selection,.inputs .select.multi .select2-selection{min-height:inherit !important}.inputs .select2-selection--single{height:34px}.inputs .select2-selection--single .select2-selection__rendered{height:34px;line-height:34px;padding-left:14px}.inputs .select2-selection--single .select2-selection__arrow{height:34px;right:4px;width:28px}.inputs h3>.boolean>label.checkbox:before{top:-5px !important}.mutation_valid_at .new_mutation_row{background-color:#ddfab7}.mutation_valid_at tr.mutation .created_at{font-style:italic;color:gray}#notifications_container{position:relative}#notifications{position:relative;margin-top:0px;margin-left:20px;display:none;background-color:#fff;border:1px #aaa solid;width:400px;height:170px;overflow-y:scroll}#notifications .notification.unread .subject{font-weight:bold}#notifications:HOVER{display:block}a.notifications:HOVER+#notifications{display:block}.jstree-node,.jstree-children,.jstree-container-ul{display:block;margin:0;padding:0;list-style-type:none;list-style-image:none}.jstree-node{white-space:nowrap}.jstree-anchor{display:inline-block;color:black;white-space:nowrap;padding:0 4px 0 1px;margin:0;vertical-align:top}.jstree-anchor:focus{outline:0}.jstree-anchor,.jstree-anchor:link,.jstree-anchor:visited,.jstree-anchor:hover,.jstree-anchor:active{text-decoration:none;color:inherit}.jstree-icon{display:inline-block;text-decoration:none;margin:0;padding:0;vertical-align:top;text-align:center}.jstree-icon:empty{display:inline-block;text-decoration:none;margin:0;padding:0;vertical-align:top;text-align:center}.jstree-ocl{cursor:pointer}.jstree-leaf>.jstree-ocl{cursor:default}.jstree .jstree-open>.jstree-children{display:block}.jstree .jstree-closed>.jstree-children,.jstree .jstree-leaf>.jstree-children{display:none}.jstree-anchor>.jstree-themeicon{margin-right:2px}.jstree-no-icons .jstree-themeicon,.jstree-anchor>.jstree-themeicon-hidden{display:none}.jstree-hidden,.jstree-node.jstree-hidden{display:none}.jstree-rtl .jstree-anchor{padding:0 1px 0 4px}.jstree-rtl .jstree-anchor>.jstree-themeicon{margin-left:2px;margin-right:0}.jstree-rtl .jstree-node{margin-left:0}.jstree-rtl .jstree-container-ul>.jstree-node{margin-right:0}.jstree-wholerow-ul{position:relative;display:inline-block;min-width:100%}.jstree-wholerow-ul .jstree-leaf>.jstree-ocl{cursor:pointer}.jstree-wholerow-ul .jstree-anchor,.jstree-wholerow-ul .jstree-icon{position:relative}.jstree-wholerow-ul .jstree-wholerow{width:100%;cursor:pointer;position:absolute;left:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.jstree-contextmenu .jstree-anchor{-webkit-user-select:none;-webkit-touch-callout:none}.vakata-context{display:none}.vakata-context,.vakata-context ul{margin:0;padding:2px;position:absolute;background:#f5f5f5;border:1px solid #979797;box-shadow:2px 2px 2px #999999}.vakata-context ul{list-style:none;left:100%;margin-top:-2.7em;margin-left:-4px}.vakata-context .vakata-context-right ul{left:auto;right:100%;margin-left:auto;margin-right:-4px}.vakata-context li{list-style:none}.vakata-context li>a{display:block;padding:0 2em 0 2em;text-decoration:none;width:auto;color:black;white-space:nowrap;line-height:2.4em;text-shadow:1px 1px 0 white;border-radius:1px}.vakata-context li>a:hover{position:relative;background-color:#e8eff7;box-shadow:0 0 2px #0a6aa1}.vakata-context li>a.vakata-context-parent{background-image:url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");background-position:right center;background-repeat:no-repeat}.vakata-context li>a:focus{outline:0}.vakata-context .vakata-context-hover>a{position:relative;background-color:#e8eff7;box-shadow:0 0 2px #0a6aa1}.vakata-context .vakata-context-separator>a,.vakata-context .vakata-context-separator>a:hover{background:white;border:0;border-top:1px solid #e2e3e3;height:1px;min-height:1px;max-height:1px;padding:0;margin:0 0 0 2.4em;border-left:1px solid #e0e0e0;text-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;border-radius:0}.vakata-context .vakata-contextmenu-disabled a,.vakata-context .vakata-contextmenu-disabled a:hover{color:silver;background-color:transparent;border:0;box-shadow:0 0 0}.vakata-context .vakata-contextmenu-disabled>a>i{filter:grayscale(100%)}.vakata-context li>a>i{text-decoration:none;display:inline-block;width:2.4em;height:2.4em;background:transparent;margin:0 0 0 -2em;vertical-align:top;text-align:center;line-height:2.4em}.vakata-context li>a>i:empty{width:2.4em;line-height:2.4em}.vakata-context li>a .vakata-contextmenu-sep{display:inline-block;width:1px;height:2.4em;background:white;margin:0 0.5em 0 0;border-left:1px solid #e2e3e3}.vakata-context .vakata-contextmenu-shortcut{font-size:0.8em;color:silver;opacity:0.5;display:none}.vakata-context-rtl ul{left:auto;right:100%;margin-left:auto;margin-right:-4px}.vakata-context-rtl li>a.vakata-context-parent{background-image:url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");background-position:left center;background-repeat:no-repeat}.vakata-context-rtl .vakata-context-separator>a{margin:0 2.4em 0 0;border-left:0;border-right:1px solid #e2e3e3}.vakata-context-rtl .vakata-context-left ul{right:auto;left:100%;margin-left:-4px;margin-right:auto}.vakata-context-rtl li>a>i{margin:0 -2em 0 0}.vakata-context-rtl li>a .vakata-contextmenu-sep{margin:0 0 0 0.5em;border-left-color:white;background:#e2e3e3}#jstree-marker{position:absolute;top:0;left:0;margin:-5px 0 0 0;padding:0;border-right:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid;width:0;height:0;font-size:0;line-height:0}#jstree-dnd{line-height:16px;margin:0;padding:4px}#jstree-dnd .jstree-icon,#jstree-dnd .jstree-copy{display:inline-block;text-decoration:none;margin:0 2px 0 0;padding:0;width:16px;height:16px}#jstree-dnd .jstree-ok{background:green}#jstree-dnd .jstree-er{background:red}#jstree-dnd .jstree-copy{margin:0 2px 0 2px}.jstree-default .jstree-node,.jstree-default .jstree-icon{background-repeat:no-repeat;background-color:transparent}.jstree-default .jstree-anchor,.jstree-default .jstree-animated,.jstree-default .jstree-wholerow{transition:background-color 0.15s, box-shadow 0.15s}.jstree-default .jstree-hovered{background:#e7f4f9;border-radius:2px;box-shadow:inset 0 0 1px #cccccc}.jstree-default .jstree-context{background:#e7f4f9;border-radius:2px;box-shadow:inset 0 0 1px #cccccc}.jstree-default .jstree-clicked{background:#beebff;border-radius:2px;box-shadow:inset 0 0 1px #999999}.jstree-default .jstree-no-icons .jstree-anchor>.jstree-themeicon{display:none}.jstree-default .jstree-disabled{background:transparent;color:#666666}.jstree-default .jstree-disabled.jstree-hovered{background:transparent;box-shadow:none}.jstree-default .jstree-disabled.jstree-clicked{background:#efefef}.jstree-default .jstree-disabled>.jstree-icon{opacity:0.8;filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");filter:gray;-webkit-filter:grayscale(100%)}.jstree-default .jstree-search{font-style:italic;color:#8b0000;font-weight:bold}.jstree-default .jstree-no-checkboxes .jstree-checkbox{display:none !important}.jstree-default.jstree-checkbox-no-clicked .jstree-clicked{background:transparent;box-shadow:none}.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered{background:#e7f4f9}.jstree-default.jstree-checkbox-no-clicked>.jstree-wholerow-ul .jstree-wholerow-clicked{background:transparent}.jstree-default.jstree-checkbox-no-clicked>.jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered{background:#e7f4f9}.jstree-default>.jstree-striped{min-width:100%;display:inline-block;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat}.jstree-default>.jstree-wholerow-ul .jstree-hovered,.jstree-default>.jstree-wholerow-ul .jstree-clicked{background:transparent;box-shadow:none;border-radius:0}.jstree-default .jstree-wholerow{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.jstree-default .jstree-wholerow-hovered{background:#e7f4f9}.jstree-default .jstree-wholerow-clicked{background:#beebff;background:-webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);background:linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%)}.jstree-default .jstree-node{min-height:24px;line-height:24px;margin-left:24px;min-width:24px}.jstree-default .jstree-anchor{line-height:24px;height:24px}.jstree-default .jstree-icon{width:24px;height:24px;line-height:24px}.jstree-default .jstree-icon:empty{width:24px;height:24px;line-height:24px}.jstree-default.jstree-rtl .jstree-node{margin-right:24px}.jstree-default .jstree-wholerow{height:24px}.jstree-default .jstree-node,.jstree-default .jstree-icon{background-image:url(/assets/32px-3b195fa8dd0bb571757e05721348b91180123c704c656a37a4334bfd7b81f5ff.png)}.jstree-default .jstree-node{background-position:-292px -4px;background-repeat:repeat-y}.jstree-default .jstree-last{background:transparent}.jstree-default .jstree-open>.jstree-ocl{background-position:-132px -4px}.jstree-default .jstree-closed>.jstree-ocl{background-position:-100px -4px}.jstree-default .jstree-leaf>.jstree-ocl{background-position:-68px -4px}.jstree-default .jstree-themeicon{background-position:-260px -4px}.jstree-default>.jstree-no-dots .jstree-node,.jstree-default>.jstree-no-dots .jstree-leaf>.jstree-ocl{background:transparent}.jstree-default>.jstree-no-dots .jstree-open>.jstree-ocl{background-position:-36px -4px}.jstree-default>.jstree-no-dots .jstree-closed>.jstree-ocl{background-position:-4px -4px}.jstree-default .jstree-disabled{background:transparent}.jstree-default .jstree-disabled.jstree-hovered{background:transparent}.jstree-default .jstree-disabled.jstree-clicked{background:#efefef}.jstree-default .jstree-checkbox{background-position:-164px -4px}.jstree-default .jstree-checkbox:hover{background-position:-164px -36px}.jstree-default.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox,.jstree-default .jstree-checked>.jstree-checkbox{background-position:-228px -4px}.jstree-default.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover,.jstree-default .jstree-checked>.jstree-checkbox:hover{background-position:-228px -36px}.jstree-default .jstree-anchor>.jstree-undetermined{background-position:-196px -4px}.jstree-default .jstree-anchor>.jstree-undetermined:hover{background-position:-196px -36px}.jstree-default .jstree-checkbox-disabled{opacity:0.8;filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");filter:gray;-webkit-filter:grayscale(100%)}.jstree-default>.jstree-striped{background-size:auto 48px}.jstree-default.jstree-rtl .jstree-node{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");background-position:100% 1px;background-repeat:repeat-y}.jstree-default.jstree-rtl .jstree-last{background:transparent}.jstree-default.jstree-rtl .jstree-open>.jstree-ocl{background-position:-132px -36px}.jstree-default.jstree-rtl .jstree-closed>.jstree-ocl{background-position:-100px -36px}.jstree-default.jstree-rtl .jstree-leaf>.jstree-ocl{background-position:-68px -36px}.jstree-default.jstree-rtl>.jstree-no-dots .jstree-node,.jstree-default.jstree-rtl>.jstree-no-dots .jstree-leaf>.jstree-ocl{background:transparent}.jstree-default.jstree-rtl>.jstree-no-dots .jstree-open>.jstree-ocl{background-position:-36px -36px}.jstree-default.jstree-rtl>.jstree-no-dots .jstree-closed>.jstree-ocl{background-position:-4px -36px}.jstree-default .jstree-themeicon-custom{background-color:transparent;background-image:none;background-position:0 0}.jstree-default>.jstree-container-ul .jstree-loading>.jstree-ocl{background:url(/assets/throbber-1fbd157fb21b45e7cc7621b6b5b9a194be5f8d332d9f25e44530f3e13e788b60.gif) center center no-repeat}.jstree-default .jstree-file{background:url(/assets/32px-3b195fa8dd0bb571757e05721348b91180123c704c656a37a4334bfd7b81f5ff.png) -100px -68px no-repeat}.jstree-default .jstree-folder{background:url(/assets/32px-3b195fa8dd0bb571757e05721348b91180123c704c656a37a4334bfd7b81f5ff.png) -260px -4px no-repeat}.jstree-default>.jstree-container-ul>.jstree-node{margin-left:0;margin-right:0}#jstree-dnd.jstree-default{line-height:24px;padding:0 4px}#jstree-dnd.jstree-default .jstree-ok,#jstree-dnd.jstree-default .jstree-er{background-image:url(/assets/32px-3b195fa8dd0bb571757e05721348b91180123c704c656a37a4334bfd7b81f5ff.png);background-repeat:no-repeat;background-color:transparent}#jstree-dnd.jstree-default i{background:transparent;width:24px;height:24px;line-height:24px}#jstree-dnd.jstree-default .jstree-ok{background-position:-4px -68px}#jstree-dnd.jstree-default .jstree-er{background-position:-36px -68px}.jstree-default .jstree-ellipsis{overflow:hidden}.jstree-default .jstree-ellipsis .jstree-anchor{width:calc(100% - 29px);text-overflow:ellipsis;overflow:hidden}.jstree-default.jstree-rtl .jstree-node{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==")}.jstree-default.jstree-rtl .jstree-last{background:transparent}.jstree-default-small .jstree-node{min-height:18px;line-height:18px;margin-left:18px;min-width:18px}.jstree-default-small .jstree-anchor{line-height:18px;height:18px}.jstree-default-small .jstree-icon{width:18px;height:18px;line-height:18px}.jstree-default-small .jstree-icon:empty{width:18px;height:18px;line-height:18px}.jstree-default-small.jstree-rtl .jstree-node{margin-right:18px}.jstree-default-small .jstree-wholerow{height:18px}.jstree-default-small .jstree-node,.jstree-default-small .jstree-icon{background-image:url(/assets/32px-3b195fa8dd0bb571757e05721348b91180123c704c656a37a4334bfd7b81f5ff.png)}.jstree-default-small .jstree-node{background-position:-295px -7px;background-repeat:repeat-y}.jstree-default-small .jstree-last{background:transparent}.jstree-default-small .jstree-open>.jstree-ocl{background-position:-135px -7px}.jstree-default-small .jstree-closed>.jstree-ocl{background-position:-103px -7px}.jstree-default-small .jstree-leaf>.jstree-ocl{background-position:-71px -7px}.jstree-default-small .jstree-themeicon{background-position:-263px -7px}.jstree-default-small>.jstree-no-dots .jstree-node,.jstree-default-small>.jstree-no-dots .jstree-leaf>.jstree-ocl{background:transparent}.jstree-default-small>.jstree-no-dots .jstree-open>.jstree-ocl{background-position:-39px -7px}.jstree-default-small>.jstree-no-dots .jstree-closed>.jstree-ocl{background-position:-7px -7px}.jstree-default-small .jstree-disabled{background:transparent}.jstree-default-small .jstree-disabled.jstree-hovered{background:transparent}.jstree-default-small .jstree-disabled.jstree-clicked{background:#efefef}.jstree-default-small .jstree-checkbox{background-position:-167px -7px}.jstree-default-small .jstree-checkbox:hover{background-position:-167px -39px}.jstree-default-small.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox,.jstree-default-small .jstree-checked>.jstree-checkbox{background-position:-231px -7px}.jstree-default-small.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover,.jstree-default-small .jstree-checked>.jstree-checkbox:hover{background-position:-231px -39px}.jstree-default-small .jstree-anchor>.jstree-undetermined{background-position:-199px -7px}.jstree-default-small .jstree-anchor>.jstree-undetermined:hover{background-position:-199px -39px}.jstree-default-small .jstree-checkbox-disabled{opacity:0.8;filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");filter:gray;-webkit-filter:grayscale(100%)}.jstree-default-small>.jstree-striped{background-size:auto 36px}.jstree-default-small.jstree-rtl .jstree-node{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");background-position:100% 1px;background-repeat:repeat-y}.jstree-default-small.jstree-rtl .jstree-last{background:transparent}.jstree-default-small.jstree-rtl .jstree-open>.jstree-ocl{background-position:-135px -39px}.jstree-default-small.jstree-rtl .jstree-closed>.jstree-ocl{background-position:-103px -39px}.jstree-default-small.jstree-rtl .jstree-leaf>.jstree-ocl{background-position:-71px -39px}.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-node,.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-leaf>.jstree-ocl{background:transparent}.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-open>.jstree-ocl{background-position:-39px -39px}.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-closed>.jstree-ocl{background-position:-7px -39px}.jstree-default-small .jstree-themeicon-custom{background-color:transparent;background-image:none;background-position:0 0}.jstree-default-small>.jstree-container-ul .jstree-loading>.jstree-ocl{background:url(/assets/throbber-1fbd157fb21b45e7cc7621b6b5b9a194be5f8d332d9f25e44530f3e13e788b60.gif) center center no-repeat}.jstree-default-small .jstree-file{background:url(/assets/32px-3b195fa8dd0bb571757e05721348b91180123c704c656a37a4334bfd7b81f5ff.png) -103px -71px no-repeat}.jstree-default-small .jstree-folder{background:url(/assets/32px-3b195fa8dd0bb571757e05721348b91180123c704c656a37a4334bfd7b81f5ff.png) -263px -7px no-repeat}.jstree-default-small>.jstree-container-ul>.jstree-node{margin-left:0;margin-right:0}#jstree-dnd.jstree-default-small{line-height:18px;padding:0 4px}#jstree-dnd.jstree-default-small .jstree-ok,#jstree-dnd.jstree-default-small .jstree-er{background-image:url(/assets/32px-3b195fa8dd0bb571757e05721348b91180123c704c656a37a4334bfd7b81f5ff.png);background-repeat:no-repeat;background-color:transparent}#jstree-dnd.jstree-default-small i{background:transparent;width:18px;height:18px;line-height:18px}#jstree-dnd.jstree-default-small .jstree-ok{background-position:-7px -71px}#jstree-dnd.jstree-default-small .jstree-er{background-position:-39px -71px}.jstree-default-small .jstree-ellipsis{overflow:hidden}.jstree-default-small .jstree-ellipsis .jstree-anchor{width:calc(100% - 23px);text-overflow:ellipsis;overflow:hidden}.jstree-default-small.jstree-rtl .jstree-node{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==")}.jstree-default-small.jstree-rtl .jstree-last{background:transparent}.jstree-default-large .jstree-node{min-height:32px;line-height:32px;margin-left:32px;min-width:32px}.jstree-default-large .jstree-anchor{line-height:32px;height:32px}.jstree-default-large .jstree-icon{width:32px;height:32px;line-height:32px}.jstree-default-large .jstree-icon:empty{width:32px;height:32px;line-height:32px}.jstree-default-large.jstree-rtl .jstree-node{margin-right:32px}.jstree-default-large .jstree-wholerow{height:32px}.jstree-default-large .jstree-node,.jstree-default-large .jstree-icon{background-image:url(/assets/32px-3b195fa8dd0bb571757e05721348b91180123c704c656a37a4334bfd7b81f5ff.png)}.jstree-default-large .jstree-node{background-position:-288px 0px;background-repeat:repeat-y}.jstree-default-large .jstree-last{background:transparent}.jstree-default-large .jstree-open>.jstree-ocl{background-position:-128px 0px}.jstree-default-large .jstree-closed>.jstree-ocl{background-position:-96px 0px}.jstree-default-large .jstree-leaf>.jstree-ocl{background-position:-64px 0px}.jstree-default-large .jstree-themeicon{background-position:-256px 0px}.jstree-default-large>.jstree-no-dots .jstree-node,.jstree-default-large>.jstree-no-dots .jstree-leaf>.jstree-ocl{background:transparent}.jstree-default-large>.jstree-no-dots .jstree-open>.jstree-ocl{background-position:-32px 0px}.jstree-default-large>.jstree-no-dots .jstree-closed>.jstree-ocl{background-position:0px 0px}.jstree-default-large .jstree-disabled{background:transparent}.jstree-default-large .jstree-disabled.jstree-hovered{background:transparent}.jstree-default-large .jstree-disabled.jstree-clicked{background:#efefef}.jstree-default-large .jstree-checkbox{background-position:-160px 0px}.jstree-default-large .jstree-checkbox:hover{background-position:-160px -32px}.jstree-default-large.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox,.jstree-default-large .jstree-checked>.jstree-checkbox{background-position:-224px 0px}.jstree-default-large.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover,.jstree-default-large .jstree-checked>.jstree-checkbox:hover{background-position:-224px -32px}.jstree-default-large .jstree-anchor>.jstree-undetermined{background-position:-192px 0px}.jstree-default-large .jstree-anchor>.jstree-undetermined:hover{background-position:-192px -32px}.jstree-default-large .jstree-checkbox-disabled{opacity:0.8;filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");filter:gray;-webkit-filter:grayscale(100%)}.jstree-default-large>.jstree-striped{background-size:auto 64px}.jstree-default-large.jstree-rtl .jstree-node{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");background-position:100% 1px;background-repeat:repeat-y}.jstree-default-large.jstree-rtl .jstree-last{background:transparent}.jstree-default-large.jstree-rtl .jstree-open>.jstree-ocl{background-position:-128px -32px}.jstree-default-large.jstree-rtl .jstree-closed>.jstree-ocl{background-position:-96px -32px}.jstree-default-large.jstree-rtl .jstree-leaf>.jstree-ocl{background-position:-64px -32px}.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-node,.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-leaf>.jstree-ocl{background:transparent}.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-open>.jstree-ocl{background-position:-32px -32px}.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-closed>.jstree-ocl{background-position:0px -32px}.jstree-default-large .jstree-themeicon-custom{background-color:transparent;background-image:none;background-position:0 0}.jstree-default-large>.jstree-container-ul .jstree-loading>.jstree-ocl{background:url(/assets/throbber-1fbd157fb21b45e7cc7621b6b5b9a194be5f8d332d9f25e44530f3e13e788b60.gif) center center no-repeat}.jstree-default-large .jstree-file{background:url(/assets/32px-3b195fa8dd0bb571757e05721348b91180123c704c656a37a4334bfd7b81f5ff.png) -96px -64px no-repeat}.jstree-default-large .jstree-folder{background:url(/assets/32px-3b195fa8dd0bb571757e05721348b91180123c704c656a37a4334bfd7b81f5ff.png) -256px 0px no-repeat}.jstree-default-large>.jstree-container-ul>.jstree-node{margin-left:0;margin-right:0}#jstree-dnd.jstree-default-large{line-height:32px;padding:0 4px}#jstree-dnd.jstree-default-large .jstree-ok,#jstree-dnd.jstree-default-large .jstree-er{background-image:url(/assets/32px-3b195fa8dd0bb571757e05721348b91180123c704c656a37a4334bfd7b81f5ff.png);background-repeat:no-repeat;background-color:transparent}#jstree-dnd.jstree-default-large i{background:transparent;width:32px;height:32px;line-height:32px}#jstree-dnd.jstree-default-large .jstree-ok{background-position:0px -64px}#jstree-dnd.jstree-default-large .jstree-er{background-position:-32px -64px}.jstree-default-large .jstree-ellipsis{overflow:hidden}.jstree-default-large .jstree-ellipsis .jstree-anchor{width:calc(100% - 37px);text-overflow:ellipsis;overflow:hidden}.jstree-default-large.jstree-rtl .jstree-node{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==")}.jstree-default-large.jstree-rtl .jstree-last{background:transparent}@media (max-width: 768px){#jstree-dnd.jstree-dnd-responsive{line-height:40px;font-weight:bold;font-size:1.1em;text-shadow:1px 1px white}#jstree-dnd.jstree-dnd-responsive>i{background:transparent;width:40px;height:40px}#jstree-dnd.jstree-dnd-responsive>.jstree-ok{background-image:url(/assets/40px-ff1c48672c8e8ff030cbe8eccb3e6810325cafd401803c1af6519d0a488641a3.png);background-position:0 -200px;background-size:120px 240px}#jstree-dnd.jstree-dnd-responsive>.jstree-er{background-image:url(/assets/40px-ff1c48672c8e8ff030cbe8eccb3e6810325cafd401803c1af6519d0a488641a3.png);background-position:-40px -200px;background-size:120px 240px}#jstree-marker.jstree-dnd-responsive{border-left-width:10px;border-top-width:10px;border-bottom-width:10px;margin-top:-10px}}@media (max-width: 768px){.jstree-default-responsive .jstree-icon{background-image:url(/assets/40px-ff1c48672c8e8ff030cbe8eccb3e6810325cafd401803c1af6519d0a488641a3.png)}.jstree-default-responsive .jstree-node,.jstree-default-responsive .jstree-leaf>.jstree-ocl{background:transparent}.jstree-default-responsive .jstree-node{min-height:40px;line-height:40px;margin-left:40px;min-width:40px;white-space:nowrap}.jstree-default-responsive .jstree-anchor{line-height:40px;height:40px}.jstree-default-responsive .jstree-icon,.jstree-default-responsive .jstree-icon:empty{width:40px;height:40px;line-height:40px}.jstree-default-responsive>.jstree-container-ul>.jstree-node{margin-left:0}.jstree-default-responsive.jstree-rtl .jstree-node{margin-left:0;margin-right:40px;background:transparent}.jstree-default-responsive.jstree-rtl .jstree-container-ul>.jstree-node{margin-right:0}.jstree-default-responsive .jstree-ocl,.jstree-default-responsive .jstree-themeicon,.jstree-default-responsive .jstree-checkbox{background-size:120px 240px}.jstree-default-responsive .jstree-leaf>.jstree-ocl,.jstree-default-responsive.jstree-rtl .jstree-leaf>.jstree-ocl{background:transparent}.jstree-default-responsive .jstree-open>.jstree-ocl{background-position:0 0 !important}.jstree-default-responsive .jstree-closed>.jstree-ocl{background-position:0 -40px !important}.jstree-default-responsive.jstree-rtl .jstree-closed>.jstree-ocl{background-position:-40px 0 !important}.jstree-default-responsive .jstree-themeicon{background-position:-40px -40px}.jstree-default-responsive .jstree-checkbox,.jstree-default-responsive .jstree-checkbox:hover{background-position:-40px -80px}.jstree-default-responsive.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox,.jstree-default-responsive.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover,.jstree-default-responsive .jstree-checked>.jstree-checkbox,.jstree-default-responsive .jstree-checked>.jstree-checkbox:hover{background-position:0 -80px}.jstree-default-responsive .jstree-anchor>.jstree-undetermined,.jstree-default-responsive .jstree-anchor>.jstree-undetermined:hover{background-position:0 -120px}.jstree-default-responsive .jstree-anchor{font-weight:bold;font-size:1.1em;text-shadow:1px 1px white}.jstree-default-responsive>.jstree-striped{background:transparent}.jstree-default-responsive .jstree-wholerow{border-top:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(64,64,64,0.2);background:#ebebeb;height:40px}.jstree-default-responsive .jstree-wholerow-hovered{background:#e7f4f9}.jstree-default-responsive .jstree-wholerow-clicked{background:#beebff}.jstree-default-responsive .jstree-children .jstree-last>.jstree-wholerow{box-shadow:inset 0 -6px 3px -5px #666666}.jstree-default-responsive .jstree-children .jstree-open>.jstree-wholerow{box-shadow:inset 0 6px 3px -5px #666666;border-top:0}.jstree-default-responsive .jstree-children .jstree-open+.jstree-open{box-shadow:none}.jstree-default-responsive .jstree-node,.jstree-default-responsive .jstree-icon,.jstree-default-responsive .jstree-node>.jstree-ocl,.jstree-default-responsive .jstree-themeicon,.jstree-default-responsive .jstree-checkbox{background-image:url(/assets/40px-ff1c48672c8e8ff030cbe8eccb3e6810325cafd401803c1af6519d0a488641a3.png);background-size:120px 240px}.jstree-default-responsive .jstree-node{background-position:-80px 0;background-repeat:repeat-y}.jstree-default-responsive .jstree-last{background:transparent}.jstree-default-responsive .jstree-leaf>.jstree-ocl{background-position:-40px -120px}.jstree-default-responsive .jstree-last>.jstree-ocl{background-position:-40px -160px}.jstree-default-responsive .jstree-themeicon-custom{background-color:transparent;background-image:none;background-position:0 0}.jstree-default-responsive .jstree-file{background:url(/assets/40px-ff1c48672c8e8ff030cbe8eccb3e6810325cafd401803c1af6519d0a488641a3.png) 0 -160px no-repeat;background-size:120px 240px}.jstree-default-responsive .jstree-folder{background:url(/assets/40px-ff1c48672c8e8ff030cbe8eccb3e6810325cafd401803c1af6519d0a488641a3.png) -40px -40px no-repeat;background-size:120px 240px}.jstree-default-responsive>.jstree-container-ul>.jstree-node{margin-left:0;margin-right:0}}.jstree .jstree-search{font-style:normal;color:#015d8b}.translation_missing{font-size:15px;color:red;font-family:Times}.translation_missing:before{content:"Translation Missing :: ";font-size:15px;font-family:Times;color:red}input.table-checkbox[type='checkbox']{display:block !important}.choice-radio-btns>input[type='radio']{display:inline;width:auto}input[disabled]{background-color:lightgray}.long-input{width:50% !important}.table-radio-button{display:block !important;width:11px;margin:0}@font-face{font-family:'Roboto';font-style:normal;font-weight:100;src:local(""),url(/../fonts/roboto-v30-latin-100.woff2) format("woff2"),url(/../fonts/roboto-v30-latin-100.woff) format("woff")}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:local(""),url(/../fonts/roboto-v30-latin-300.woff2) format("woff2"),url(/../fonts/roboto-v30-latin-300.woff) format("woff")}@font-face{font-family:'Roboto';font-style:italic;font-weight:100;src:local(""),url(/../fonts/roboto-v30-latin-100italic.woff2) format("woff2"),url(/../fonts/roboto-v30-latin-100italic.woff) format("woff")}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local(""),url(/../fonts/roboto-v30-latin-regular.woff2) format("woff2"),url(/../fonts/roboto-v30-latin-regular.woff) format("woff")}@font-face{font-family:'Roboto';font-style:italic;font-weight:300;src:local(""),url(/../fonts/roboto-v30-latin-300italic.woff2) format("woff2"),url(/../fonts/roboto-v30-latin-300italic.woff) format("woff")}@font-face{font-family:'Roboto';font-style:italic;font-weight:400;src:local(""),url(/../fonts/roboto-v30-latin-italic.woff2) format("woff2"),url(/../fonts/roboto-v30-latin-italic.woff) format("woff")}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;src:local(""),url(/../fonts/roboto-v30-latin-500.woff2) format("woff2"),url(/../fonts/roboto-v30-latin-500.woff) format("woff")}@font-face{font-family:'Roboto';font-style:italic;font-weight:500;src:local(""),url(/../fonts/roboto-v30-latin-500italic.woff2) format("woff2"),url(/../fonts/roboto-v30-latin-500italic.woff) format("woff")}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local(""),url(/../fonts/roboto-v30-latin-700.woff2) format("woff2"),url(/../fonts/roboto-v30-latin-700.woff) format("woff")}@font-face{font-family:'Roboto';font-style:italic;font-weight:700;src:local(""),url(/../fonts/roboto-v30-latin-700italic.woff2) format("woff2"),url(/../fonts/roboto-v30-latin-700italic.woff) format("woff")}@font-face{font-family:'Roboto';font-style:normal;font-weight:900;src:local(""),url(/../fonts/roboto-v30-latin-900.woff2) format("woff2"),url(/../fonts/roboto-v30-latin-900.woff) format("woff")}@font-face{font-family:'Roboto';font-style:italic;font-weight:900;src:local(""),url(/../fonts/roboto-v30-latin-900italic.woff2) format("woff2"),url(/../fonts/roboto-v30-latin-900italic.woff) format("woff")}body{position:relative;text-align:left;position:relative;margin:0;padding:0;min-height:100vh;background-color:#fff;font-family:'Roboto', sans-serif;font-size:1rem;line-height:1.5;color:#015281}section.main{padding:38px 0 450px 0}section.main .h3-uppercase,.footer .h3-uppercase{font-size:1.375rem;font-weight:bold !important;line-height:30px;text-transform:uppercase;color:#015d8b;padding:0 0 15px}.footer .h3-uppercase{font-size:1.125rem;line-height:3.75rem;color:#fff;padding:0 0 0 20px}section.main .primary-button{border:none;padding:.875rem 30px;width:auto;height:auto;border-radius:4px;text-align:center;text-decoration:none;text-transform:uppercase;cursor:pointer;transition:background-color .2s ease-in-out;font-style:normal;text-decoration:none;background-color:#ff9c00;color:#fff}section.main .primary-button:hover{text-decoration:none;background-color:#e68c00}section.main .textlink-s{text-decoration:underline;color:#015d8b}section.main .textlink-s:hover{cursor:pointer}.header{background-color:#015281;margin-top:0;padding:30px 40px 60px;position:relative;z-index:2;height:auto;font-size:1.125rem}.header .pw{min-width:960px;width:fit-content;display:flex;align-items:flex-end;justify-content:center}.header .pw .logo{position:relative;top:0;min-width:10.625rem;background:url(/assets/verias-weiss-adddfea3ac4ebe631975b600c74a23bcea24a5cf9b1edad53aa31d7328c9ee91.svg) no-repeat 0 0;background-size:contain}.header .pw .main{display:flex;width:100%;justify-content:center;padding:0 40px}.header .pw .main ul{display:flex}.header .pw .main ul li{display:flex;align-content:flex-end}.header .pw .main ul li a{display:inline-block;padding-bottom:8px}.header .pw .main ul li .sub{top:54px;border:none;background-color:#fff;box-shadow:5px 5px 15px rgba(0,0,0,0.25);color:#015281;width:25vw;max-width:430px;padding:0}.header .pw .main ul li .sub ul{display:block;color:#015281}.header .pw .main ul li .sub ul::before,.header .pw .main ul li .sub ul::after{border-color:transparent transparent #fff transparent}.header .pw .main ul li .sub ul li{padding:0;width:100%;color:#015281}.header .pw .main ul li .sub ul li a{padding:10px 30px !important;color:#015281;border:none;opacity:1;transition:all .2s ease-in-out}.header .pw .main ul li .sub ul li a:hover{background:#ddeef5;color:#ff9c00}.header .pw .login a{position:relative;top:0;right:0;line-height:27px;display:inline-block;border:none;padding:.5rem 25px;min-width:auto;height:auto;border-radius:4px;text-align:center;text-decoration:none;text-transform:uppercase;cursor:pointer;transition:background-color .2s ease-in-out;font-style:normal;text-decoration:none;background-color:#ff9c00;color:#fff}.header .pw .login.profile .bx,.header .pw .login .bx{top:60px;height:auto;border:none;background-color:#fff;box-shadow:5px 5px 15px rgba(0,0,0,0.25);padding:30px}.header .pw .login.profile .bx::before,.header .pw .login.profile .bx::after,.header .pw .login .bx::before,.header .pw .login .bx::after{border-color:transparent transparent #fff transparent;left:74%}.header .pw .login.profile .bx .h,.header .pw .login .bx .h{margin-bottom:0}.header .pw .login.profile .bx .h .new_user label,.header .pw .login .bx .h .new_user label{color:#015281;font-size:1.125rem;margin-bottom:10px;line-height:22px;display:inline-block}.header .pw .login.profile .bx .h .new_user input,.header .pw .login .bx .h .new_user input{border:1px solid #d4d4d4;padding:1.125rem 15px;width:100%;border-radius:4px;color:#6797b3;line-height:1rem;font-size:16px;height:auto}.header .pw .login.profile .bx .h .new_user input:hover,.header .pw .login .bx .h .new_user input:hover{border-color:#7bc8ff}.header .pw .login.profile .bx .h .new_user #user_password,.header .pw .login .bx .h .new_user #user_password{margin-bottom:0}.header .pw .login.profile .bx .h .new_user .pwv,.header .pw .login .bx .h .new_user .pwv{width:100%;color:#015281;font-size:.875rem;font-style:italic;transition:all .2s ease-in-out;display:inline-block;text-align:right;background-color:transparent;padding:0;text-transform:none}.header .pw .login.profile .bx .h .new_user .pwv:hover,.header .pw .login .bx .h .new_user .pwv:hover{text-decoration:underline}.header .pw .login.profile .bx .h .new_user .buttonrow .button,.header .pw .login .bx .h .new_user .buttonrow .button{border:none;padding:.875rem 30px;width:auto;height:auto;border-radius:4px;text-align:center;text-decoration:none;text-transform:uppercase;cursor:pointer;transition:background-color .2s ease-in-out;font-style:normal;background-color:#ff9c00;color:#fff}.header .pw .login.profile .bx .h .new_user .buttonrow .button:hover,.header .pw .login .bx .h .new_user .buttonrow .button:hover{background-color:#e68c00}.header .pw .login.profile .bx .h+p,.header .pw .login .bx .h+p{border-bottom:1px solid #015281;display:flex;align-items:center}.header .pw .login.profile .bx .h+p img,.header .pw .login .bx .h+p img{border:none;padding-bottom:20px}.header .pw .login.profile .bx .profile-link a,.header .pw .login .bx .profile-link a{display:flex;justify-content:space-between;padding:0;margin:10px 0;border-radius:0;text-align:left;text-transform:none;background-color:#fff;color:#015281;transition:all .2s ease-in-out}.header .pw .login.profile .bx .profile-link a:hover,.header .pw .login .bx .profile-link a:hover{text-decoration:none;color:#ff9c00}.header .pw .login.profile .bx .profile-link a:hover .value,.header .pw .login .bx .profile-link a:hover .value{background-color:#ff9c00}.header .pw .login.profile .bx ul li,.header .pw .login .bx ul li{border:none}.header .pw .login.profile .bx ul li a,.header .pw .login .bx ul li a{display:flex;justify-content:space-between;padding:0;margin:10px 0;border-radius:0;text-align:left;text-transform:none;color:#015281;transition:all .2s ease-in-out}.header .pw .login.profile .bx ul li a:hover,.header .pw .login .bx ul li a:hover{text-decoration:none;color:#ff9c00}.header .pw .login.profile .bx ul li a:hover .value,.header .pw .login .bx ul li a:hover .value{background-color:#ff9c00}.header .pw .login.profile .bx ul li a .value,.header .pw .login .bx ul li a .value{display:inline-block;float:none;min-width:90px;margin:auto 18px auto 0;background-color:#015281;transition:all .2s ease-in-out}.header .pw .login.profile .bx .buttonrow,.header .pw .login .bx .buttonrow{text-align:right}.header .pw .login.profile .bx .buttonrow .button:hover,.header .pw .login .bx .buttonrow .button:hover{background-color:#e68c00}.main .pw .alert{margin-bottom:10px;border-radius:4px}.main .pw .alert h2{color:#fff;text-align:left;margin:0 0 8px 0;padding:0}.main .pw .alert::after{top:26px;padding-top:0;font-size:23px}.main .pw h1{margin-bottom:2.5rem;font-size:3rem !important;font-weight:bold;line-height:3.6rem}.main .pw .introduction-text p{padding-right:0;margin-bottom:0;font-size:1rem;line-height:1.5rem;color:#015281}.main .pw h2{margin:2.5rem 0;font-size:2.63rem !important;font-weight:bold;line-height:3.25rem;text-align:center}.main .pw .ko-filter .filterbox form .boxes{flex-direction:row;flex-wrap:wrap;justify-content:space-between}.main .pw .ko-filter .filterbox form .boxes .box{width:48%;padding:0;margin:0 0 16px 0;background-color:transparent}.main .pw .ko-filter .filterbox form .boxes .box h2{margin:0;font-size:1rem !important;font-weight:normal;line-height:1;text-align:left;padding-bottom:8px}.main .pw .ko-filter .filterbox form .boxes .box h2 label{color:#015d8b}.main .pw .ko-filter .filterbox form .boxes .box .ko-datepicker{height:56px;position:relative}.main .pw .ko-filter .filterbox form .boxes .box .ko-datepicker .allianz_date_picker{width:calc(100% - 76px);height:19px;padding:1.125rem 15px;margin:0;border:1px solid #d4d4d4;border-radius:4px;color:#6797b3;box-sizing:content-box}.main .pw .ko-filter .filterbox form .boxes .box .ko-datepicker .allianz_date_picker:hover,.main .pw .ko-filter .filterbox form .boxes .box .ko-datepicker .allianz_date_picker:focus{border-color:#7bc8ff}.main .pw .ko-filter .filterbox form .boxes .box .ko-datepicker .allianz_date_picker input[type="text"]{height:100%;vertical-align:top;text-align:left;color:#6797b3}.main .pw .ko-filter .filterbox form .boxes .box .ko-datepicker .ko-dp-button::before{top:18px}.main .pw .ko-filter .filterbox form .boxes .box .ko-datepicker .picker{top:52px}.main .pw .ko-filter .filterbox form .boxes .box h2+input,.main .pw .ko-filter .filterbox form .boxes .box .select{border:1px solid #d4d4d4;padding:1.125rem 15px;height:56.8px;width:100%;border-radius:4px;color:#6797b3;line-height:1rem;background-position-y:center;margin-bottom:0}.main .pw .ko-filter .filterbox form .boxes .box h2+input:hover,.main .pw .ko-filter .filterbox form .boxes .box h2+input:focus,.main .pw .ko-filter .filterbox form .boxes .box .select:hover,.main .pw .ko-filter .filterbox form .boxes .box .select:focus{border-color:#7bc8ff}.main .pw .ko-filter .filterbox form .boxes .box h2+input select,.main .pw .ko-filter .filterbox form .boxes .box .select select{color:#6797b3;padding:18px 40px 18px 14px;height:55px}.main .pw .ko-filter .filterbox form .boxes .box h2+input select option,.main .pw .ko-filter .filterbox form .boxes .box .select select option{color:#6797b3}.main .pw .ko-filter .filterbox form .boxes .box h2+input::after,.main .pw .ko-filter .filterbox form .boxes .box .select::after{top:0;height:100%}.main .pw .ko-filter .filterbox form .boxes .box .select{padding:0;height:auto}.main .pw .ko-filter .filterbox form .boxes .box .select span.select2 .selection .select2-selection{background-color:transparent;border:none}.main .pw .ko-filter .filterbox form .boxes .box .select span.select2 .selection .select2-selection ul{padding:0}.main .pw .ko-filter .filterbox form .boxes .box .select span.select2 .selection .select2-selection ul li{width:100%;padding:0}.main .pw .ko-filter .filterbox form .boxes .box .select span.select2 .selection .select2-selection ul li input{color:#6797b3;width:100%;padding:18px 40px 18px 14px;margin:0;height:55px}.main .pw .ko-filter .filterbox form .boxes .ctrl{display:flex;align-items:flex-end;margin-bottom:16px}.main .pw .ko-filter .filterbox form .boxes .ctrl .button{border:none;margin-right:0;padding:.875rem 30px;width:max-content;height:auto;border-radius:4px;text-align:center;text-decoration:none;text-transform:uppercase;cursor:pointer;transition:background-color .2s ease-in-out;font-style:normal;font-size:1rem;line-height:1.5rem;background-color:#ff9c00;color:#fff}.main .pw .ko-filter .filterbox form .boxes .ctrl .button:hover{background-color:#e68c00}.teaserArea{display:flex;flex-wrap:wrap;justify-content:space-between}.teaserArea a{text-decoration:none;width:calc(33.33% - 21px);display:inline-block;margin-bottom:30px;background-color:#f1f8fb;transition:all .2s ease-in-out}.teaserArea a:hover{cursor:pointer;box-shadow:inset 0 0 0 .375rem #d3e8f3}.teaserArea .note{background-color:#d3e8f3}.teaserArea .note:hover{cursor:default}.teaser{position:relative;display:inline-block;width:100%;height:300px;padding:12px;vertical-align:top}.teaser:after{content:'';position:absolute;bottom:15px;right:0;display:block;background-repeat:no-repeat;background-position:bottom;background-size:contain}section.main .teaser h3{margin-bottom:20px}.teaser.bike-insurance:after,.teaser.luxury-car-excess-cover:after,.teaser.driving-license-loss:after,.teaser.rental-car-excess-cover:after,.teaser.test-drive-excess-cover:after,.teaser.wrong-fueling:after,.teaser.caravan-excess-cover:after,.teaser.tiny-house-insurance:after,.teaser.arbour-insurance:after,.teaser.permanent-camper-insurance:after{width:100%;height:60%}.teaser.bike-insurance:after{background-image:url(/assets/fahrradversicherung-84f77a3dc34e1c9f81902d49e609aaa9220a4c72876e2ebc9a0216d9e2d1b375.svg)}.teaser.luxury-car-excess-cover:after{background-image:url(/assets/Luxusauto-Schutz-d008eb8330a8927ac00c93c83f1adc17a5372712113654e12c0c494560655b03.svg)}.teaser.driving-license-loss:after{background-image:url(/assets/Fuehrerschein-Versicherung-64dff8f9d812f5ef8a07d93b563bc181264300989425bdaaeac4c20e15ae47ed.svg)}.teaser.rental-car-excess-cover:after{background-image:url(/assets/mietwagen-schutz-e72a267bbfc48e2f9fca8f41c750c5360ded2faea4cbb130071e047d02e9bae4.svg)}.teaser.test-drive-excess-cover:after{background-image:url(/assets/probefahrten-schutz-9dcca6aa8456ec88936acb91ae7021279b126c7e308b36121e3302aa79611023.svg)}.teaser.wrong-fueling:after{background-image:url(/assets/falschbetankung-9434a815107477f081c1aa39a3b5f6624144a0f82e470ba972163b0d7cfccdc6.svg)}.teaser.caravan-excess-cover:after{background-image:url(/assets/Caravan-Schutz-416e332c5edf7291e237e985c8d880a423b74b12f3dd0c6335c42c37c371896c.svg)}.teaser.tiny-house-insurance:after{background-image:url(/assets/Tiny-House-Schutz-784352a7dd8d5dce5857dacd5965331e6b6cb5e837d5ae40eb2091f4fcda80a7.svg)}.teaser.arbour-insurance:after{background-image:url(/assets/Lauben-Schutz-7eb1e1a2c101001939e4506ffd617989df5f96bebd4b6336a7c6ed5359a3bc5d.svg)}.teaser.permanent-camper-insurance:after{background-image:url(/assets/Dauercamper-Schutz-f45473244b54169f213c4e0d68c50a6f9f88c2b85506542f365725ad18dab4cc.svg)}.footer{position:absolute;left:0;bottom:0;width:100vw;background-color:#2f303f;color:#fff}.footer nav{display:flex;justify-content:space-between}.footer nav ul li a{height:1.875rem;line-height:1.875rem;font-size:1rem;font-style:normal;text-decoration:none;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;transition:all .2s ease-in-out}.footer nav ul li a:hover{color:#ff9c00;text-decoration:none}.footer .rechtliches ul,.footer .follow-us ul,.footer .contact ul{display:flex;flex-direction:column}.footer .rechtliches ul li,.footer .follow-us ul li,.footer .contact ul li{padding:.313rem 0}.footer .rechtliches ul li a,.footer .follow-us ul li a,.footer .contact ul li a{padding-top:0.5rem}.footer .hotline{color:#fff;font-weight:normal}.footer .hotline .tel{background-image:url(/assets/icon_telefon-110427bc2201b97ee695b2f1e9f0b586d3563d31e5ab862730f16b340c078622.svg)}.privacy ul,.privacy ol{margin:10px 0 0 40px;list-style-type:inherit}.privacy ul li,.privacy ol li{margin:0 0 10px}.privacy ol{list-style-type:decimal}.main .pw .formtastic .errorText{color:#fff;padding:15px;background-color:#e33139;margin-bottom:10px;border-radius:4px}.main .pw .formtastic .errorText h2{color:#fff;text-align:left;margin:0 0 8px 0}.main .pw .formtastic .boxes{flex-direction:column}.main .pw .formtastic .boxes .l{width:100%;margin-right:0}.main .pw .formtastic .boxes .r{width:100%}.main .pw .formtastic .boxes br+a{border:none;padding:.875rem 30px;margin-right:0;width:auto;height:auto;border-radius:4px;text-align:center;text-decoration:none;text-transform:uppercase;cursor:pointer;transition:background-color .2s ease-in-out;font-style:normal;font-weight:normal;font-size:1rem;line-height:auto;background-color:#ff9c00;color:#fff}.main .pw .formtastic .boxes br+a:hover{background-color:#e68c00;text-decoration:none}.main .pw .formtastic .boxes .box{background-color:rgba(211,232,243,0.3);border-radius:4px;width:100%}.main .pw .formtastic .boxes .box .inputs .input label{color:#015281;width:auto}.main .pw .formtastic .boxes .box .inputs .input [data-tooltip]::before{right:-32px;margin-top:-2px;background:#015281}.main .pw .formtastic .boxes .box .inputs .input [data-tooltip]::after{top:38px;width:278px;box-shadow:none;border:1px solid #d4d4d4;border-radius:4px;background-color:#fff;padding:30px;color:#015281;font-size:1rem}.main .pw .formtastic .boxes .box .inputs .input input,.main .pw .formtastic .boxes .box .inputs .input .select{border:1px solid #d4d4d4;padding:1.125rem 15px;width:calc(100% - 30px);height:auto;border-radius:4px;color:#6797b3;line-height:1rem;box-sizing:content-box}.main .pw .formtastic .boxes .box .inputs .input input:hover,.main .pw .formtastic .boxes .box .inputs .input input:focus,.main .pw .formtastic .boxes .box .inputs .input .select:hover,.main .pw .formtastic .boxes .box .inputs .input .select:focus{border-color:#7bc8ff}.main .pw .formtastic .boxes .box .inputs .input .select{background-position:center right}.main .pw .formtastic .boxes .box .inputs .input .select select{color:#6797b3}.main .pw .formtastic .boxes .box .inputs .input .select::after{top:0;height:100%}.main .pw .formtastic .boxes .box .inputs .input .ko-datepicker .label{color:#015281;width:auto}.main .pw .formtastic .boxes .box .inputs .input .ko-datepicker .allianz_date_picker{display:inline-flex;width:calc(100% - 44px);height:auto;border:1px solid #d4d4d4;border-radius:4px;background-color:#fff}.main .pw .formtastic .boxes .box .inputs .input .ko-datepicker .allianz_date_picker::before{left:40px;top:20px;color:#6797b3}.main .pw .formtastic .boxes .box .inputs .input .ko-datepicker .allianz_date_picker::after{left:100px;top:20px;color:#6797b3}.main .pw .formtastic .boxes .box .inputs .input .ko-datepicker .allianz_date_picker .birth,.main .pw .formtastic .boxes .box .inputs .input .ko-datepicker .allianz_date_picker input{border:none;border-radius:0;color:#6797b3;max-width:30px;text-align:left}.main .pw .formtastic .boxes .box .inputs .input .ko-datepicker .allianz_date_picker .birth:last-of-type,.main .pw .formtastic .boxes .box .inputs .input .ko-datepicker .allianz_date_picker input:last-of-type{max-width:50px}.main .pw .formtastic .boxes .box .inputs .input .ko-datepicker .button:hover{background-color:transparent}.main .pw .formtastic .boxes .box .agent-personal-datum li{width:100%}.main .pw .formtastic .boxes .box .agent-personal-datum li label{color:#015281;width:100%}.main .pw .formtastic .boxes .box .agent-personal-datum li input,.main .pw .formtastic .boxes .box .agent-personal-datum li .select{border:1px solid #d4d4d4;padding:1.125rem 15px;height:auto;width:calc(50% - 14px);border-radius:4px;color:#6797b3;line-height:1rem}.main .pw .formtastic .boxes .box .agent-personal-datum li input:hover,.main .pw .formtastic .boxes .box .agent-personal-datum li input:focus,.main .pw .formtastic .boxes .box .agent-personal-datum li .select:hover,.main .pw .formtastic .boxes .box .agent-personal-datum li .select:focus{border-color:#7bc8ff}.main .pw .formtastic .boxes .box .agent-personal-datum li input select,.main .pw .formtastic .boxes .box .agent-personal-datum li .select select{color:#6797b3}.main .pw .formtastic .boxes .box .agent-personal-datum li input::after,.main .pw .formtastic .boxes .box .agent-personal-datum li .select::after{top:0;height:100%}.main .pw .formtastic .boxes .box .ko-address li{width:100%}.main .pw .formtastic .boxes .box .ko-address li label{color:#015281;width:100%}.main .pw .formtastic .boxes .box .ko-address li input,.main .pw .formtastic .boxes .box .ko-address li .select{border:1px solid #d4d4d4;padding:1.125rem 15px;height:auto;width:30%;border-radius:4px;color:#6797b3;line-height:1rem}.main .pw .formtastic .boxes .box .ko-address li input:hover,.main .pw .formtastic .boxes .box .ko-address li input:focus,.main .pw .formtastic .boxes .box .ko-address li .select:hover,.main .pw .formtastic .boxes .box .ko-address li .select:focus{border-color:#7bc8ff}.main .pw .formtastic .boxes .box .ko-address li input select,.main .pw .formtastic .boxes .box .ko-address li .select select{color:#6797b3}.main .pw .formtastic .boxes .box .ko-address li input::after,.main .pw .formtastic .boxes .box .ko-address li .select::after{top:0;height:100%}.main .pw .formtastic .boxes .box .ko-address li .long_first{width:calc(70% - 14px)}.main .pw .formtastic .boxes .box .ko-address li .select{background-position:center right;width:100%}.main .pw .formtastic .boxes .box .ko-address .ko_zip_city .select,.main .pw .formtastic .boxes .box .ko-address .city_input{background-position:center right;width:calc(70% - 14px);border:1px solid #d4d4d4;padding:1.125rem 15px;height:auto;border-radius:4px;color:#6797b3;line-height:1rem}.main .pw .formtastic .boxes .box .ko-address .ko_zip_city .select:hover,.main .pw .formtastic .boxes .box .ko-address .ko_zip_city .select:focus,.main .pw .formtastic .boxes .box .ko-address .city_input:hover,.main .pw .formtastic .boxes .box .ko-address .city_input:focus{border-color:#7bc8ff}.main .pw .formtastic .boxes .box .ko-address .ko_zip_city .select select,.main .pw .formtastic .boxes .box .ko-address .city_input select{color:#6797b3}.main .pw .formtastic .boxes .box .ko-address .ko_zip_city .select::after,.main .pw .formtastic .boxes .box .ko-address .city_input::after{top:0;height:100%}.main .pw .formtastic .boxes .box .ko-contact_details .ko-contact_detail{padding-bottom:24px}.main .pw .formtastic .boxes .box .ko-contact_details .ko-contact_detail input{border:1px solid #d4d4d4;padding:1.125rem 15px;height:auto;border-radius:4px;color:#6797b3;line-height:1rem}.main .pw .formtastic .boxes .box .ko-contact_details .ko-contact_detail input:hover,.main .pw .formtastic .boxes .box .ko-contact_details .ko-contact_detail input:focus{border-color:#7bc8ff}.main .pw .formtastic .boxes .box .ko-contact_details .ko-contact_detail .contact_details_key_value .contact_details{width:30%}.main .pw .formtastic .boxes .box .ko-contact_details .ko-contact_detail .contact_details_key_value .js_cd_value{width:calc(70% - 80px)}.main .pw .formtastic .boxes .box .ko-contact_details .ko-contact_detail .contact_details_key_value .delete{border:none;border-radius:4px;text-align:center;text-decoration:none;text-transform:uppercase;cursor:pointer;transition:background-color .2s ease-in-out;font-style:normal;font-size:1rem;line-height:auto;background-color:#ff9c00;color:#fff;width:57px;height:57px}.main .pw .formtastic .boxes .box .ko-contact_details .ko-contact_detail .contact_details_key_value .delete:hover{border:none;background-color:#e68c00}.main .pw .formtastic .boxes .box .ko-contact_details .ko-contact_detail .contact_details_key_value .delete:before{top:18px;left:22px;background-image:url(/assets/delete_white-30320677950970c038b2c3bdc895985d9c16cf15b5efd9adb8f030db08095ad1.svg)}.main .pw .formtastic .boxes .box .ko-contact_details .ko-contact_detail .input label{color:#015281;width:auto}.main .pw .formtastic .boxes .box .ko-contact_details .ko-contact_detail .input input{border:1px solid #d4d4d4;padding:1.125rem 15px;width:calc(100% - 30px);height:auto;border-radius:4px;color:#6797b3;line-height:1rem;box-sizing:content-box}.main .pw .formtastic .boxes .box .ko-contact_details .ko-contact_detail .input input:hover,.main .pw .formtastic .boxes .box .ko-contact_details .ko-contact_detail .input input:focus{border-color:#7bc8ff}.main .pw .formtastic .boxes .box .ko-contact_details .links{display:flex;justify-content:flex-end}.main .pw .formtastic .boxes .box .ko-treatment_days .delete{border:none;border-radius:4px;text-align:center;text-decoration:none;text-transform:uppercase;cursor:pointer;transition:background-color .2s ease-in-out;font-style:normal;font-size:1rem;line-height:auto;background-color:#ff9c00;color:#fff;width:57px;height:57px;float:right}.main .pw .formtastic .boxes .box .ko-treatment_days .delete:hover{border:none;background-color:#e68c00}.main .pw .formtastic .boxes .box .ko-treatment_days .delete:before{top:18px;left:22px;background-image:url(/assets/delete_white-30320677950970c038b2c3bdc895985d9c16cf15b5efd9adb8f030db08095ad1.svg)}.main .pw .formtastic .boxes .box .ko-agent_bank_data .js_agent_bank_data .nested-fields .input label{color:#015281;width:auto}.main .pw .formtastic .boxes .box .ko-agent_bank_data .js_agent_bank_data .nested-fields .input input{border:1px solid #d4d4d4;padding:1.125rem 15px;width:calc(100% - 30px);height:auto;border-radius:4px;color:#6797b3;line-height:1rem;box-sizing:content-box}.main .pw .formtastic .boxes .box .ko-agent_bank_data .js_agent_bank_data .nested-fields .input input:hover,.main .pw .formtastic .boxes .box .ko-agent_bank_data .js_agent_bank_data .nested-fields .input input:focus{border-color:#7bc8ff}.main .pw .formtastic .boxes .box ol li label:first-child+div{width:100%}.main .pw .formtastic .boxes .box ol li label:first-child+div .twitter-typeahead{width:100%}.main .pw .actions{display:flex;justify-content:flex-end;padding-bottom:40px;margin-bottom:40px;font-size:1rem;color:#015281}.main .pw .actions .fixed{position:relative;width:100%;background:none}.main .pw .register-form .actions ol li.button_action button{margin:0 0 16px 0}.main .pw .register-form::after{content:'';position:relative;bottom:40px;right:0;display:block;height:1px;width:100%;background-color:#d4d4d4}.main .pw .h3-uppercase{padding-bottom:10px}.main .pw .unlock-instructions{padding-top:30px}.main .pw .login{padding:20px 0;margin-top:0;height:auto;width:100%}.main .pw .login .bluebox{width:100%}.main .pw .login .bluebox .bluebox_c{display:none}.main .pw .login .bluebox .c{padding:0;width:100%}.main .pw .login .bluebox .c h3{font-size:1.375rem;font-weight:bold !important;line-height:30px;text-transform:uppercase;color:#015d8b;padding:0 0 15px}.main .pw .login .bluebox .c h3 br{display:none}.main .pw .login .bluebox .c .new_user{display:flex;flex-direction:column;align-items:end}.main .pw .login .bluebox .c .new_user label{color:#015281;font-size:1.125rem;margin-bottom:10px;line-height:22px;display:inline-block}.main .pw .login .bluebox .c .new_user input{border:1px solid #d4d4d4;padding:1.125rem 15px;width:100%;border-radius:4px;color:#6797b3;line-height:1rem;font-size:16px;height:auto}.main .pw .login .bluebox .c .new_user input:hover{border-color:#7bc8ff}.main .pw .login .bluebox .c .new_user #user_password{margin-bottom:0}.main .pw .login .bluebox .c .new_user .pwv{width:100%;color:#015281;font-size:.875rem;font-style:italic;transition:all .2s ease-in-out;display:inline-block;text-align:right;padding-bottom:0;text-decoration:none}.main .pw .login .bluebox .c .new_user .pwv:hover{text-decoration:underline}.main .pw .login .bluebox .c .new_user .button{border:none;padding:.875rem 30px;width:max-content;height:auto;border-radius:4px;text-align:center;text-decoration:none;text-transform:uppercase;cursor:pointer;transition:background-color .2s ease-in-out;font-style:normal;font-size:1rem;line-height:1.5rem;background-color:#ff9c00;color:#fff}.main .pw .login .bluebox .c .new_user .button:hover{background-color:#e68c00}.main .pw .new_user .boxes{flex-direction:column}.main .pw .new_user .boxes div{width:100%}.main .pw .new_user .boxes .l{margin-right:0}.main .pw .new_user .boxes .l .box{background-color:transparent;margin-bottom:40px;padding-top:0;padding-left:0;padding-right:0}.main .pw .new_user .boxes .l .box .inputs label{color:#015281;font-size:1.125rem;margin-bottom:10px;line-height:22px;display:inline-block;padding:0}.main .pw .new_user .boxes .l .box .inputs input{border:1px solid #d4d4d4;padding:1.125rem 15px;width:100%;border-radius:4px;color:#6797b3;line-height:1rem;font-size:16px;height:auto}.main .pw .new_user .boxes .l .box .inputs input:hover{border-color:#7bc8ff}.main .pw .new_user .boxes .l .box .inputs .actions{margin-bottom:0;padding-bottom:0}.main .pw .new_user .boxes .l .box .inputs .actions .button{border:none;margin-right:0;padding:.875rem 30px;width:max-content;height:auto;border-radius:4px;text-align:center;text-decoration:none;text-transform:uppercase;cursor:pointer;transition:background-color .2s ease-in-out;font-style:normal;font-size:1rem;line-height:1.5rem;background-color:#ff9c00;color:#fff}.main .pw .new_user .boxes .l .box .inputs .actions .button:hover{background-color:#e68c00}.main .pw .new_user .boxes .r .box{background-color:transparent;padding-left:0;padding-right:0}.main .pw .new_user .boxes .r .box::before{content:'';position:relative;bottom:40px;right:0;display:block;height:1px;width:100%;background-color:#d4d4d4}.main .pw .new_user .field label{color:#015281;font-size:1.125rem;margin-bottom:10px;line-height:22px;display:inline-block}.main .pw .new_user .field br{display:none}.main .pw .new_user .field input{border:1px solid #d4d4d4;padding:1.125rem 15px;width:100%;border-radius:4px;color:#6797b3;line-height:1rem;font-size:16px;height:auto}.main .pw .new_user .field input:hover{border-color:#7bc8ff}.main .pw .new_user .actions{margin-bottom:80px;padding-bottom:0}.main .pw .new_user .actions input[type="submit"]{border:none;margin-right:0;padding:.875rem 30px;width:max-content;height:auto;border-radius:4px;text-align:center;text-decoration:none;text-transform:uppercase;cursor:pointer;transition:background-color .2s ease-in-out;font-style:normal;font-size:1rem;line-height:1.5rem;background-color:#ff9c00;color:#fff}.main .pw .new_user .actions input[type="submit"]:hover{background-color:#e68c00}.main .pw .breadcrumb+h2{margin-bottom:2.5rem;font-size:3rem !important;font-weight:bold;line-height:3.6rem;text-align:left}.main .pw a{color:#015281}.main .pw .new_user+a::before{content:'';position:relative;bottom:40px;right:0;display:block;height:1px;width:100%;background-color:#d4d4d4}.main .pw .contact_datum .boxes .l{width:100%}.main .pw .contact_datum .boxes .l .box .actions{margin-bottom:0;padding-bottom:0}.main .pw .boxes .l>.box>.box{width:100%;padding:40px 0 0}.main .pw .boxes .r>.boxes{display:block}.main .pw .actions+.boxes{display:block}.boxes .box .expand ol li label{width:180px}.boxes .box li label{white-space:inherit;hyphens:auto}.main .pw .bike_insurance,.main .pw .wrong_fueling,.main .pw .rental_car_excess_cover,.main .pw .test_drive_excess_cover,.main .pw .luxury_car_excess_cover,.main .pw .caravan_excess_cover,.main .pw .permanent_camper_insurance,.main .pw .tiny_house_insurance,.main .pw .arbour_insurance,.main .pw .driving_license_loss{position:relative;padding:10px 0 0 200px;margin-bottom:3.5rem;color:#015281}.main .pw .bike_insurance:before,.main .pw .wrong_fueling:before,.main .pw .rental_car_excess_cover:before,.main .pw .test_drive_excess_cover:before,.main .pw .luxury_car_excess_cover:before,.main .pw .caravan_excess_cover:before,.main .pw .permanent_camper_insurance:before,.main .pw .tiny_house_insurance:before,.main .pw .arbour_insurance:before,.main .pw .driving_license_loss:before{content:'';position:absolute;left:0;top:0;display:inline-block;width:200px;height:100px;background-repeat:no-repeat;background-position:50% 50%;background-size:contain}.main .pw .bike_insurance h1,.main .pw .wrong_fueling h1,.main .pw .rental_car_excess_cover h1,.main .pw .test_drive_excess_cover h1,.main .pw .luxury_car_excess_cover h1,.main .pw .caravan_excess_cover h1,.main .pw .permanent_camper_insurance h1,.main .pw .tiny_house_insurance h1,.main .pw .arbour_insurance h1,.main .pw .driving_license_loss h1{margin-bottom:0.5rem}.main .pw .bike_insurance span,.main .pw .wrong_fueling span,.main .pw .rental_car_excess_cover span,.main .pw .test_drive_excess_cover span,.main .pw .luxury_car_excess_cover span,.main .pw .caravan_excess_cover span,.main .pw .permanent_camper_insurance span,.main .pw .tiny_house_insurance span,.main .pw .arbour_insurance span,.main .pw .driving_license_loss span{font-size:1rem}.main .pw .bike_insurance:before{background-image:url(/assets/fahrradversicherung-84f77a3dc34e1c9f81902d49e609aaa9220a4c72876e2ebc9a0216d9e2d1b375.svg)}.main .pw .wrong_fueling:before{background-image:url(/assets/falschbetankung-9434a815107477f081c1aa39a3b5f6624144a0f82e470ba972163b0d7cfccdc6.svg)}.main .pw .rental_car_excess_cover:before{background-image:url(/assets/mietwagen-schutz-e72a267bbfc48e2f9fca8f41c750c5360ded2faea4cbb130071e047d02e9bae4.svg)}.main .pw .test_drive_excess_cover:before{background-image:url(/assets/probefahrten-schutz-9dcca6aa8456ec88936acb91ae7021279b126c7e308b36121e3302aa79611023.svg)}.main .pw .luxury_car_excess_cover:before{background-image:url(/assets/Luxusauto-Schutz-d008eb8330a8927ac00c93c83f1adc17a5372712113654e12c0c494560655b03.svg)}.main .pw .caravan_excess_cover:before{background-image:url(/assets/Caravan-Schutz-416e332c5edf7291e237e985c8d880a423b74b12f3dd0c6335c42c37c371896c.svg)}.main .pw .permanent_camper_insurance:before{background-image:url(/assets/Dauercamper-Schutz-f45473244b54169f213c4e0d68c50a6f9f88c2b85506542f365725ad18dab4cc.svg)}.main .pw .tiny_house_insurance:before{background-image:url(/assets/Tiny-House-Schutz-784352a7dd8d5dce5857dacd5965331e6b6cb5e837d5ae40eb2091f4fcda80a7.svg)}.main .pw .arbour_insurance:before{background-image:url(/assets/Lauben-Schutz-7eb1e1a2c101001939e4506ffd617989df5f96bebd4b6336a7c6ed5359a3bc5d.svg)}.main .pw .driving_license_loss:before{background-image:url(/assets/Fuehrerschein-Versicherung-64dff8f9d812f5ef8a07d93b563bc181264300989425bdaaeac4c20e15ae47ed.svg)}.main .pw h1+.boxes{display:block}.main .pw .ko-filter .inlineButton{margin-top:0;display:flex;flex-direction:row-reverse;align-items:center}.main .pw .ko-filter .inlineButton a.button{border:none;padding:0;margin:0 16px 0 0;width:auto;min-width:fit-content;height:auto;border-radius:0;text-align:right;text-decoration:underline;font-style:normal;background-color:transparent;color:#015281}.main .pw .ko-filter .inlineButton a.button:hover{cursor:pointer}.main .pw .ko-filter .inlineButton a.color2,.main .pw .ko-filter .inlineButton span.button{border:none;padding:.875rem 30px;margin-right:0;width:auto;min-width:fit-content;height:auto;border-radius:4px;text-align:center;text-decoration:none;text-transform:uppercase;cursor:pointer;transition:background-color .2s ease-in-out;font-style:normal;background-color:#ff9c00;color:#fff}.main .pw .ko-filter .inlineButton a.color2:hover,.main .pw .ko-filter .inlineButton span.button:hover{background-color:#e68c00}.main .pw .inlineButton a.color2{border:none;padding:.875rem 30px;margin-right:0;width:auto;min-width:fit-content;height:auto;border-radius:4px;text-align:center;text-decoration:none;text-transform:uppercase;cursor:pointer;transition:background-color .2s ease-in-out;font-style:normal;background-color:#ff9c00;color:#fff}.main .pw .inlineButton a.color2:hover{background-color:#e68c00}.main .pw .boxes{display:flex;color:#015281}.main .pw .boxes .featureList{width:100%;padding:0 50px 0 0;margin:0;hyphens:auto;-moz-hyphens:auto;word-break:break-word;text-align:left;color:#015281}.main .pw .boxes .featureList h2{margin-top:0;text-align:left}.main .pw .boxes .featureList ul li{padding-left:30px;font-size:1rem;line-height:1.5;color:#015281}.main .pw .boxes .featureList ul li::before{top:-4px;width:22px;height:22px;background-image:url(/assets/checkmark-orange-ec635dd914d01957a5c7812529a997cbe8258a30ae18e6d8a665363a54e1da6e.svg)}.main .pw .boxes .featureList p{color:#015281;font-size:1rem;line-height:1.5}.main .pw .boxes .featureList .download-link-list li{padding-right:66px;box-shadow:inset 0 0 0 .375rem #d3e8f3}.main .pw .boxes .featureList .download-link-list li::before{top:29px;left:460px;width:30px;height:30px;background-image:url(/assets/download-orange-ef324ab579756646867ca13a8951b4d7d7297f48e5cdf67802230e5450bb76d5.svg)}.main .pw .boxes .featureList .download-link-list li a{text-decoration:none;font-weight:bold;transition:all .2s ease-in-out;display:inline-block;padding:30px 10px 30px 0;color:#015281;font-size:1.125rem;cursor:pointer}.main .pw .boxes .featureList .download-link-list li:last-of-type{margin-bottom:0}.main .pw .boxes .featureCalculator{width:auto}.main .pw .boxes .featureCalculator .clearfix .contract_rating{filter:drop-shadow(5px 5px 15px rgba(0,0,0,0.25));background-color:#fff}.main .pw .boxes .featureCalculator .clearfix .contract_rating .box{width:380px;background-color:#fff;color:#015281;padding-bottom:0;margin-bottom:33px}.main .pw .boxes .featureCalculator .clearfix .contract_rating .box h2{margin:0 0 1.25rem;font-size:1.375rem !important;line-height:1.875rem;text-transform:uppercase;hyphens:auto;-moz-hyphens:auto;word-break:break-word;text-align:left}.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .inputs ol [data-tooltip]::before{right:-32px;margin-top:-2px;background:#015281}.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .inputs ol [data-tooltip]::after{top:38px;width:278px;box-shadow:none;border:1px solid #7bc8ff;border-radius:4px;background-color:#f1f8fb;padding:30px;color:#015281;font-size:1rem}.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .inputs ol .input .label{color:#015281;font-size:1.125rem;line-height:22px;display:inline-block;width:auto}.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .inputs ol .input .select{width:100%;border:1px solid #d4d4d4;border-radius:4px;line-height:1rem;font-size:16px}.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .inputs ol .input .select:hover{border-color:#7bc8ff}.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .inputs ol .input .select::after{top:0;height:32px}.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .inputs ol .input .birth .allianz_date_picker,.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .inputs ol .input .start_of_insurance .allianz_date_picker{border:1px solid #d4d4d4;border-radius:4px;line-height:1rem;font-size:16px;height:auto;width:calc(100% - 44px)}.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .inputs ol .input .birth .allianz_date_picker:hover,.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .inputs ol .input .start_of_insurance .allianz_date_picker:hover{border-color:#7bc8ff}.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .inputs ol .input .birth .allianz_date_picker::before,.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .inputs ol .input .start_of_insurance .allianz_date_picker::before{top:11px;left:36px}.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .inputs ol .input .birth .allianz_date_picker::after,.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .inputs ol .input .start_of_insurance .allianz_date_picker::after{top:11px;left:66px}.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .inputs ol .input .birth .allianz_date_picker input,.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .inputs ol .input .start_of_insurance .allianz_date_picker input{max-width:30px;text-align:left}.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .inputs ol .input .birth .allianz_date_picker input:nth-of-type(2),.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .inputs ol .input .start_of_insurance .allianz_date_picker input:nth-of-type(2){padding-left:14px;max-width:40px}.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .inputs ol .input .birth .allianz_date_picker input:last-of-type,.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .inputs ol .input .start_of_insurance .allianz_date_picker input:last-of-type{max-width:50px}.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .inputs ol .boolean{padding:1.375rem 0 .875rem}.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .inputs ol .boolean .checkbox::before{content:'';display:inline-block;position:absolute;left:0;top:-.3125rem;width:1.875rem;height:1.875rem;border:1px solid #d4d4d4;background-color:#fff;cursor:pointer}.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .inputs ol .boolean input:checked+.checkbox::before{background:#ff9c00;box-shadow:inset 0 0 0 6px #f1f8fb}.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .inputs ol .number input,.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .inputs ol .number textarea,.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .inputs ol .string input,.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .inputs ol .string textarea,.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .inputs ol .text input,.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .inputs ol .text textarea{width:100%;border:1px solid #d4d4d4;border-radius:4px;line-height:1rem;font-size:16px}.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .inputs ol .number input:hover,.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .inputs ol .number textarea:hover,.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .inputs ol .string input:hover,.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .inputs ol .string textarea:hover,.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .inputs ol .text input:hover,.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .inputs ol .text textarea:hover{border-color:#7bc8ff}.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .inputs ol .number textarea,.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .inputs ol .string textarea,.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .inputs ol .text textarea{padding:1.125rem 0.9375rem;resize:vertical;outline:none}.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .inputs ol .double_button_radio .double_radio{width:100%;display:flex;flex-direction:row}.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .inputs ol .double_button_radio .double_radio .choice{margin:0;width:50%}.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .inputs ol .double_button_radio .double_radio .choice:first-of-type{border-radius:4px 0 0 4px}.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .inputs ol .double_button_radio .double_radio .choice:last-of-type{border-radius:0 4px 4px 0}.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .inputs ol .double_button_radio .double_radio .choice .button{width:100%}.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .security hr{margin:32px 0 16px}.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .security .simple_captcha{border:none}.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .security .simple_captcha div .simple_captcha_field{margin-left:0 !important;float:none;width:100%;border:none}.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .security .simple_captcha div .simple_captcha_field #captcha{border:1px solid #d4d4d4;border-radius:4px;line-height:1rem;background-color:transparent}.main .pw .boxes .featureCalculator .clearfix .contract_rating .box .security .simple_captcha div .simple_captcha_image{border:none}.main .pw .boxes .featureCalculator .clearfix .contract_rating .actions{padding:0 20px 20px}.main .pw .boxes .featureCalculator .clearfix .contract_rating .actions ol li{display:block;text-align:right}.main .pw .boxes .featureCalculator .clearfix .contract_rating .actions ol li input.button{border:none;padding:.875rem 30px;margin-right:0;width:auto;min-width:fit-content;height:auto;border-radius:4px;text-align:center;text-decoration:none;text-transform:uppercase;cursor:pointer;transition:background-color .2s ease-in-out;font-style:normal;background-color:#ff9c00;color:#fff}.main .pw .boxes .featureCalculator .clearfix .contract_rating .actions ol li input.button:hover{background-color:#e68c00}.main .pw .boxes .featureCalculator .clearfix .contract_rating .actions ol li a.button{border:none;padding:0;margin:8px 0 0;width:auto;min-width:fit-content;height:auto;border-radius:0;text-align:right;text-decoration:underline;font-style:normal;background-color:transparent;color:#015281}.main .pw .boxes .featureCalculator .clearfix .contract_rating .actions ol li a.button:hover{cursor:pointer}.main .pw .boxes .box{overflow-x:auto}.main .pw .boxes .box ol .boolean{padding:1.375rem 0 .875rem}.main .pw .boxes .box ol .boolean .checkbox::before{content:'';display:inline-block;position:absolute;left:0;top:-.3125rem;width:1.875rem;height:1.875rem;border:1px solid #d4d4d4;background-color:#fff;cursor:pointer}.main .pw .boxes .box ol .boolean input:checked+.checkbox::before{background:#ff9c00;box-shadow:inset 0 0 0 6px #f1f8fb}.main .pw .boxes .r .box .inputs ol .input .ko-address ol li label{width:100%}.main .pw .boxes .r .box .inputs ol .input .ko-address ol li .long_first{width:calc(70% - 44px)}.main .pw .boxes .r .box .inputs ol .input .ko-address ol li .long_first+input{width:calc(30% - 34px)}.main .pw .boxes .r .box .inputs ol .input .ko-address ol .ko_zip_city .short_first{margin-top:0;width:calc(30% - 34px)}.main .pw .boxes .r .box .inputs ol .input .ko-address ol .ko_zip_city .short_first select{width:100%}.main .pw .boxes .r .box .inputs ol .input .ko-address ol .ko_zip_city div.select,.main .pw .boxes .r .box .inputs ol .input .ko-address ol .ko_zip_city .city_input{width:calc(70% - 44px)}.main .pw .boxes .r .box .inputs ol div.ko-contact_details{margin-top:24px}.main .pw .boxes .l .box .inputs ol .double_button_radio .label{width:100%}.main .pw .boxes .l .box .inputs ol .double_button_radio .double_radio .choice .button{min-width:146px}.main .pw .formtastic .actions ol{display:flex;flex-direction:column;align-items:flex-end}.main .pw .formtastic .actions ol li a.button,.main .pw .formtastic .actions ol a.button{text-decoration:underline;color:#015d8b;border:none;padding:0;background:none}.main .pw .formtastic .actions ol li a.button:hover,.main .pw .formtastic .actions ol a.button:hover{cursor:pointer}.main .pw .formtastic .actions ol .action input.button,.main .pw .formtastic .actions ol .action button{border:none;padding:.875rem 30px;margin-right:20px;width:auto;height:auto;border-radius:4px;text-align:center;text-decoration:none;text-transform:uppercase;cursor:pointer;transition:background-color .2s ease-in-out;font-style:normal;text-decoration:none;background-color:#ff9c00;color:#fff}.main .pw .formtastic .actions ol .action input.button:hover,.main .pw .formtastic .actions ol .action button:hover{text-decoration:none;background-color:#e68c00}.main .pw .formtastic .no-fixed ol{display:block}.main .pw .agent .actions ol{display:flex;flex-direction:row;align-items:center}.main .pw .agent .actions ol li.button_action .button{margin:0 0 0 16px}.main .pw .agent .actions ol li a.button{margin:0}.featureList .handle{text-decoration:underline;cursor:pointer}.featureList .toggle{display:none}.featureList .open .toggle{display:block}.featureList .close .toggle{display:none}#rental_period_start_of_rent_hour,#rental_period_start_of_rent_minute{width:80px}.boxes .featureCalculator .ko-affix{position:static !important}.float-right{float:right}
