
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
font-family:sans-serif;
-ms-text-size-adjust:100%;
-webkit-text-size-adjust:100%;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
margin:0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

/* 1 */

/* 2 */
menu, nav, section, summary {
display:block;
}

/**
 * Add the correct display in IE 9-.
 */
audio, canvas, progress, video {
display:inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
display:none;
height:0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
vertical-align:baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

/* 1 */
[hidden] {
display:none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
background-color:transparent;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active, a:hover {
outline-width:0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
border-bottom:none;
text-decoration:underline;
text-decoration:underline dotted;
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
font-weight:inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
font-weight:bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
font-style:italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
font-size:2em;
margin:0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
background-color:#ff0;
color:#000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
font-size:80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
font-size:75%;
line-height:0;
position:relative;
vertical-align:baseline;
}
sub {
bottom:-0.25em;
}
sup {
top:-0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
border-style:none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
overflow:hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, pre, samp {
font-family:monospace, monospace;
font-size:1em;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
margin:1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
box-sizing:content-box;
height:0;
overflow:visible;
}

/* Forms
   ========================================================================== */

/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button, input, select, textarea {
font:inherit;
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
font-weight:bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */

/* 1 */
select {
overflow:visible;
}

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button, input, select, textarea {
margin:0;
}

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button, select {
text-transform:none;
}

/**
 * Change the cursor in all browsers (opinionated).
 */
button, [type="button"], [type="reset"], [type="submit"] {
cursor:pointer;
}

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
cursor:default;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */

/* 1 */
[type="reset"], [type="submit"] {
-webkit-appearance:button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, input:-moz-focusring {
outline:1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
border:1px solid #c0c0c0;
margin:0 2px;
padding:0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
box-sizing:border-box;
color:inherit;
display:table;
max-width:100%;
padding:0;
white-space:normal;
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
overflow:auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
box-sizing:border-box;
padding:0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
height:auto;
}

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
-webkit-appearance:textfield;
}

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
-webkit-appearance:none;
}
html {
height:100%;
}
body {
background:-webkit-radial-gradient(center,ellipse cover,#dbdbdb 0%,#bebebe 100%);
background:-moz-radial-gradient(center,ellipse cover,#dbdbdb 0%,#bebebe 100%);
background:-ms-radial-gradient(center,ellipse cover,#dbdbdb 0%,#bebebe 100%);
margin:0;
padding:0;
}
body.blank {
background:none;
}
input, select, textarea {
font:inherit;
}
#jsDisabled {
background:rgba(255,50,50,1);
color:white;
padding:0.5rem 30%;
text-align:center;
}
.wSendInputError {
color:red;
border:1px solid rgba(200,0,0,1);
}
.wSendProcess {
background:;
color:#a9d819;
}
.wSendButton, #wSendPage #wSendNavigation > .wSendNavigation > .wSendButton, #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton, #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton, #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton, .wSendIconButton, .wSendTextButton, .wSendListEntryButton {
margin:5px;
display:inline-block;
padding:7px 10px;
background-color:rgba(209,209,209,1);
color:rgba(0,0,0,1);
cursor:pointer;
transition:all 0.1s ease-in-out;
border:none;
}
.wSendButton:hover, #wSendPage #wSendNavigation > .wSendNavigation > .wSendButton:hover, #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton:hover, #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton:hover, #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton:hover, .wSendIconButton:hover, .wSendTextButton:hover, .wSendListEntryButton:hover {
background:#a9d819;
color:rgba(255,255,255,1);
}
.wSendButton .wSendButtonIcon, #wSendPage #wSendNavigation > .wSendNavigation > .wSendButton #wSendPage #wSendNavigation > .wSendNavigation > .wSendButtonIcon, #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButtonIcon, #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButtonIcon, #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButtonIcon, .wSendIconButton .wSendIconButtonIcon, .wSendTextButton .wSendTextButtonIcon, .wSendListEntryButton .wSendListEntryButtonIcon {
float:left;
width:20px;
height:20px;
margin:0;
padding:1px 0 0 0;
position:relative;
background-color:transparent;
}
.wSendButton .wSendButtonIcon:before, #wSendPage #wSendNavigation > .wSendNavigation > .wSendButton #wSendPage #wSendNavigation > .wSendNavigation > .wSendButtonIcon:before, #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButtonIcon:before, #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButtonIcon:before, #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButtonIcon:before, .wSendIconButton .wSendIconButtonIcon:before, .wSendTextButton .wSendTextButtonIcon:before, .wSendListEntryButton .wSendListEntryButtonIcon:before {
width:20px;
height:20px;
top:0;
left:0;
content:'';
display:block;
background-color:transparent;
background-repeat:no-repeat;
background-size:800px;
background-image:url(/send/application/gui/images/icons.svg);
background-position:100px 100px;
}
.wSendButton .wSendButtonIcon:after, #wSendPage #wSendNavigation > .wSendNavigation > .wSendButton #wSendPage #wSendNavigation > .wSendNavigation > .wSendButtonIcon:after, #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButtonIcon:after, #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButtonIcon:after, #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButtonIcon:after, .wSendIconButton .wSendIconButtonIcon:after, .wSendTextButton .wSendTextButtonIcon:after, .wSendListEntryButton .wSendListEntryButtonIcon:after {
position:absolute;
width:20px;
height:20px;
top:0;
left:0;
content:'';
display:block;
background-color:transparent;
background-repeat:no-repeat;
background-size:800px;
background-image:url(/send/application/gui/images/icons.svg);
background-position:100px 100px;
}
.wSendButton .wSendButtonCaption, #wSendPage #wSendNavigation > .wSendNavigation > .wSendButton #wSendPage #wSendNavigation > .wSendNavigation > .wSendButtonCaption, #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButtonCaption, #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButtonCaption, #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButtonCaption, .wSendIconButton .wSendIconButtonCaption, .wSendTextButton .wSendTextButtonCaption, .wSendListEntryButton .wSendListEntryButtonCaption {
padding:0 5px 0 5px;
line-height:18px;
float:left;
}
.wSendButton.highlight, #wSendPage #wSendNavigation > .wSendNavigation > .wSendButton.highlight, #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton.highlight, #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton.highlight, #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton.highlight, .wSendIconButton.highlight, .wSendTextButton.highlight, .wSendListEntryButton.highlight {
background-color:#a9d819;
color:rgba(255,255,255,1);
}
.wSendButton.transparent, #wSendPage #wSendNavigation > .wSendNavigation > .wSendButton.transparent, #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton.transparent, #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton.transparent, #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton.transparent, .wSendIconButton.transparent, .wSendTextButton.transparent, .wSendListEntryButton.transparent {
background-color:transparent;
}
.wSendButton.small, #wSendPage #wSendNavigation > .wSendNavigation > .wSendButton.small, #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton.small, #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton.small, #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton.small, .wSendButton.function, #wSendPage #wSendNavigation > .wSendNavigation > .wSendButton.function, #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton.function, #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton.function, #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton.function, .wSendIconButton.small, .wSendIconButton.function, .wSendTextButton.small, .wSendTextButton.function, .wSendListEntryButton.small, .wSendListEntryButton.function {
padding:4px 0 1px 5px;
margin:5px;
font-size:12px;
}
.wSendButton.small .wSendButtonIcon, #wSendPage #wSendNavigation > .wSendNavigation > .wSendButton.small #wSendPage #wSendNavigation > .wSendNavigation > .wSendButtonIcon, #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton.small #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButtonIcon, #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton.small #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButtonIcon, #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton.small #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButtonIcon, .wSendButton.function .wSendButtonIcon, #wSendPage #wSendNavigation > .wSendNavigation > .wSendButton.function #wSendPage #wSendNavigation > .wSendNavigation > .wSendButtonIcon, #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton.function #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButtonIcon, #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton.function #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButtonIcon, #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton.function #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButtonIcon, .wSendIconButton.small .wSendIconButtonIcon, .wSendIconButton.function .wSendIconButtonIcon, .wSendTextButton.small .wSendTextButtonIcon, .wSendTextButton.function .wSendTextButtonIcon, .wSendListEntryButton.small .wSendListEntryButtonIcon, .wSendListEntryButton.function .wSendListEntryButtonIcon {
width:18px;
height:18px;
}
.wSendButton.small .wSendButtonIcon:before, #wSendPage #wSendNavigation > .wSendNavigation > .wSendButton.small #wSendPage #wSendNavigation > .wSendNavigation > .wSendButtonIcon:before, #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton.small #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButtonIcon:before, #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton.small #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButtonIcon:before, #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton.small #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButtonIcon:before, .wSendButton.function .wSendButtonIcon:before, #wSendPage #wSendNavigation > .wSendNavigation > .wSendButton.function #wSendPage #wSendNavigation > .wSendNavigation > .wSendButtonIcon:before, #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton.function #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButtonIcon:before, #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton.function #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButtonIcon:before, #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton.function #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButtonIcon:before, .wSendIconButton.small .wSendIconButtonIcon:before, .wSendIconButton.function .wSendIconButtonIcon:before, .wSendTextButton.small .wSendTextButtonIcon:before, .wSendTextButton.function .wSendTextButtonIcon:before, .wSendListEntryButton.small .wSendListEntryButtonIcon:before, .wSendListEntryButton.function .wSendListEntryButtonIcon:before {
width:18px;
height:18px;
background-size:600px;
}
.wSendButton.small .wSendButtonIcon:after, #wSendPage #wSendNavigation > .wSendNavigation > .wSendButton.small #wSendPage #wSendNavigation > .wSendNavigation > .wSendButtonIcon:after, #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton.small #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButtonIcon:after, #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton.small #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButtonIcon:after, #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton.small #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButtonIcon:after, .wSendButton.function .wSendButtonIcon:after, #wSendPage #wSendNavigation > .wSendNavigation > .wSendButton.function #wSendPage #wSendNavigation > .wSendNavigation > .wSendButtonIcon:after, #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton.function #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButtonIcon:after, #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton.function #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButtonIcon:after, #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton.function #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButtonIcon:after, .wSendIconButton.small .wSendIconButtonIcon:after, .wSendIconButton.function .wSendIconButtonIcon:after, .wSendTextButton.small .wSendTextButtonIcon:after, .wSendTextButton.function .wSendTextButtonIcon:after, .wSendListEntryButton.small .wSendListEntryButtonIcon:after, .wSendListEntryButton.function .wSendListEntryButtonIcon:after {
background-size:600px;
}
.wSendButton.small .wSendButtonCaption, #wSendPage #wSendNavigation > .wSendNavigation > .wSendButton.small #wSendPage #wSendNavigation > .wSendNavigation > .wSendButtonCaption, #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton.small #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButtonCaption, #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton.small #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButtonCaption, #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton.small #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButtonCaption, .wSendButton.function .wSendButtonCaption, #wSendPage #wSendNavigation > .wSendNavigation > .wSendButton.function #wSendPage #wSendNavigation > .wSendNavigation > .wSendButtonCaption, #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton.function #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButtonCaption, #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton.function #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButtonCaption, #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton.function #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButtonCaption, .wSendIconButton.small .wSendIconButtonCaption, .wSendIconButton.function .wSendIconButtonCaption, .wSendTextButton.small .wSendTextButtonCaption, .wSendTextButton.function .wSendTextButtonCaption, .wSendListEntryButton.small .wSendListEntryButtonCaption, .wSendListEntryButton.function .wSendListEntryButtonCaption {
padding:0 8px 0 4px;
line-height:16px;
}
.administration .wSendButtonIcon:before {
background-position:-7px -327px;
}
.personal .wSendButtonIcon:before {
background-position:-198px -263px;
}
.editPersonalData .wSendButtonIcon:before {
background-position:-71px -135px;
}
.logout .wSendButtonIcon:before {
background-position:-70px -358px;
}
.editSignature .wSendButtonIcon:before {
background-position:-231px -423px;
}
.userAdministration .wSendButtonIcon:before {
background-position:-230px -38px;
}
.groupAdministration .wSendButtonIcon:before {
background-position:-294px -262px;
}
.defaultProfileSettings .wSendButtonIcon:before {
background-position:-102px -135px;
}
.systemAdministration .wSendButtonIcon:before {
background-position:-39px -167px;
}
.listMailboxes .wSendButtonIcon:before {
background-position:-327px -72px;
}
.updateSystem .wSendButtonIcon:before {
background-position:-70px -38px;
}
.profilesAdministration .wSendButtonIcon:before {
background-position:-100px -262px;
}
.showProfiles .wSendButtonIcon:before {
background-position:-390px -39px;
}
.createProfile .wSendButtonIcon:before {
background-position:-39px -166px;
}
.showLogsProfile .wSendButtonIcon:before {
background-position:-263px -38px;
}
.deleteProfile .wSendButtonIcon:before {
background-position:-166px -70px;
}
.copyProfile .wSendButtonIcon:before {
background-position:-166px -167px;
}
.editProfile .wSendButtonIcon:before {
background-position:-36px -167px;
}
.editFormStructure .wSendButtonIcon:before {
background-position:-263px -327px;
}
.editUser .wSendButtonIcon:before {
background-position:-6px -102px;
}
.deleteUser .wSendButtonIcon:before {
background-position:-166px -71px;
}
.editDefaultProfile .wSendButtonIcon:before {
background-position:-6px -102px;
}
.editText .wSendButtonIcon:before {
background-position:-6px -102px;
}
.editMailbody .wSendButtonIcon:before {
background-position:-6px -102px;
}
.updateAdministration .wSendButtonIcon:before {
background-position:-70px -38px;
}
.sendCustomization .wSendButtonIcon:before {
background-position:-40px -324px;
}
.contactSupport .wSendButtonIcon:before {
background-position:-7px -359px;
}
.close .wSendButtonIcon:before {
background-position:-422px -7px;
}
.closeConfig .wSendButtonIcon:before {
background-position:-390px -7px;
}
.finish .wSendButtonIcon:before {
background-position:-390px -7px;
}
.cancel .wSendButtonIcon:before {
background-position:-422px -7px !important;
}
.startConfig .wSendButtonIcon:before {
background-position:-488px -100px;
}
.leaveSummary .wSendButtonIcon:before {
background-position:-390px -7px;
}
.save .wSendButtonIcon:before {
background-position:-390px -7px;
}
.submit .wSendButtonIcon:before {
background-position:-390px -7px;
}
.apply .wSendButtonIcon:before {
background-position:-390px -7px;
}
.download .wSendButtonIcon:before {
background-position:-71px -167px;
}
.closeFrame .wSendButtonIcon:before {
background-position:-422px -7px;
}
.createUser .wSendButtonIcon:before {
background-position:-263px -264px;
}
.login .wSendButtonIcon:before {
background-position:-263px -264px;
}
.createMailbody .wSendButtonIcon:before {
background-position:-6px -102px;
}
.createTextFile .wSendButtonIcon:before {
background-position:-6px -102px;
}
.licenseAdministration .wSendButtonIcon:before {
background-position:-166px -359px;
}
.preview .wSendButtonIcon:before {
background-position:-5px -167px;
}
.delete .wSendButtonIcon:before {
background-position:-166px -71px;
}
.changePassword .wSendButtonIcon:before {
background-position:-38px -359px;
}
.newMessage .wSendButtonIcon:before {
background-position:-6px -103px;
}
.outbox .wSendButtonIcon:before {
background-position:-135px -264px;
}
.inbox .wSendButtonIcon:before {
background-position:-647px -326px;
}
.receiverOptions .wSendButtonIcon:before {
background-position:-5px -327px;
}
.createUser .wSendButtonIcon:after {
background-position:-167px -102px;
}
.createTextFile .wSendButtonIcon:after {
background-position:-167px -102px;
}
.createMailbody .wSendButtonIcon:after {
background-position:-167px -102px;
}
.small.editText .wSendButtonIcon:before, .function.editText .wSendButtonIcon:before {
background-position:-6px -78px;
}
.small.editText .wSendButtonIcon:after, .function.editText .wSendButtonIcon:after {
background-position:-270px -77px;
}
.small.weblicationSettings .wSendButtonIcon:before, .function.weblicationSettings .wSendButtonIcon:before {
background-position:-6px -222px;
}
.small.license .wSendButtonIcon:before, .function.license .wSendButtonIcon:before {
background-position:-124px -269px;
}
.small.showChangelog .wSendButtonIcon:before, .function.showChangelog .wSendButtonIcon:before {
background-position:-460px -245px;
}
.small.function.copy .wSendButtonIcon:before, .function.function.copy .wSendButtonIcon:before {
background-position:-125px -125px;
}
.small.function.delete .wSendButtonIcon:before, .function.function.delete .wSendButtonIcon:before {
background-position:-125px -52px;
}
.small.printSummary .wSendButtonIcon:before, .function.printSummary .wSendButtonIcon:before {
background-position:-50px -101px;
}
.small.printMessage .wSendButtonIcon:before, .function.printMessage .wSendButtonIcon:before {
background-position:-50px -101px;
}
.small.saveSummary .wSendButtonIcon:before, .function.saveSummary .wSendButtonIcon:before {
background-position:-52px -125px;
}
.small.editFormElement .wSendButtonIcon:after, .function.editFormElement .wSendButtonIcon:after {
background-position:-5px -244px;
}
.small.moveFormElement .wSendButtonIcon:after, .function.moveFormElement .wSendButtonIcon:after {
background-position:-293px -147px;
}
.small.deleteFormElement .wSendButtonIcon:after, .function.deleteFormElement .wSendButtonIcon:after {
background-position:-125px -51px;
}
.small.copyFormElement .wSendButtonIcon:after, .function.copyFormElement .wSendButtonIcon:after {
background-position:-125px -124px;
}
.small.delete .wSendButtonIcon:before, .function.delete .wSendButtonIcon:before {
background-position:-125px -53px;
}
.small.deleteSelected .wSendButtonIcon:before, .function.deleteSelected .wSendButtonIcon:before {
background-position:-125px -53px;
}
.small.clearLogo .wSendButtonIcon:before, .function.clearLogo .wSendButtonIcon:before {
background-position:-125px -53px;
}
.small.download .wSendButtonIcon:before, .function.download .wSendButtonIcon:before {
background-position:-52px -125px;
}
.small.reply .wSendButtonIcon:before, .function.reply .wSendButtonIcon:before {
background-position:-173px -77px;
}
.small.forward .wSendButtonIcon:before, .function.forward .wSendButtonIcon:before {
background-position:-59px -175px;
background-size:700px;
}
.small.saveToCloud .wSendButtonIcon:before, .function.saveToCloud .wSendButtonIcon:before {
background-position:-101px -77px;
}
.small.editProfile .wSendButtonIcon:before, .function.editProfile .wSendButtonIcon:before {
background-position:-29px -125px;
}
.small.editFormStructure .wSendButtonIcon:before, .function.editFormStructure .wSendButtonIcon:before {
background-position:-52px -246px;
}
.small.closeMessage .wSendButtonIcon:before, .function.closeMessage .wSendButtonIcon:before {
background-position:-314px -5px;
}
.small.showTextTemplates .wSendButtonIcon:before, .function.showTextTemplates .wSendButtonIcon:before {
background-position:-89px -316px;
background-size:700px;
}
.small.showTextTemplateContent .wSendButtonIcon:before, .function.showTextTemplateContent .wSendButtonIcon:before {
background-position:-7px -148px;
background-size:700px;
}
.small.chooseTextTemplateContent .wSendButtonIcon:before, .function.chooseTextTemplateContent .wSendButtonIcon:before {
background-position:-293px -5px;
}
.small.createTextTemplate .wSendButtonIcon:before, .function.createTextTemplate .wSendButtonIcon:before {
background-position:-6px -91px;
background-size:700px;
}
.small.createTextTemplate .wSendButtonIcon:after, .function.createTextTemplate .wSendButtonIcon:after {
background-position:-147px -91px;
background-size:700px;
}
.small.deleteTextTemplateContent .wSendButtonIcon:before, .function.deleteTextTemplateContent .wSendButtonIcon:before {
background-position:-147px -63px;
background-size:700px;
}
.small.editTextTemplateContent .wSendButtonIcon:before, .function.editTextTemplateContent .wSendButtonIcon:before {
background-position:-6px -91px;
background-size:700px;
}
.small.editTextTemplateContent .wSendButtonIcon:after, .function.editTextTemplateContent .wSendButtonIcon:after {
background-position:-315px -91px;
background-size:700px;
}
.small.saveTextTemplateContent .wSendButtonIcon:before, .function.saveTextTemplateContent .wSendButtonIcon:before {
background-position:-5px -232px;
background-size:700px;
}
.small.toggleSelect .wSendButtonIcon:before, .function.toggleSelect .wSendButtonIcon:before {
background-position:-489px -169px;
background-size:800px;
}
.small.toggleSelect.selected .wSendButtonIcon:before, .function.toggleSelect.selected .wSendButtonIcon:before {
background-position:-521px -169px;
background-size:800px;
}
.small.toggleSelectAll .wSendButtonIcon:before, .function.toggleSelectAll .wSendButtonIcon:before {
background-position:-489px -169px;
background-size:800px;
}
.small.toggleSelectAll.selected .wSendButtonIcon:before, .function.toggleSelectAll.selected .wSendButtonIcon:before {
background-position:-521px -169px;
background-size:800px;
}
.small.toggleSelectAllInMailbox .wSendButtonIcon:before, .function.toggleSelectAllInMailbox .wSendButtonIcon:before {
background-position:-489px -169px;
background-size:800px;
}
.small.toggleSelectAllInMailbox.selected .wSendButtonIcon:before, .function.toggleSelectAllInMailbox.selected .wSendButtonIcon:before {
background-position:-521px -169px;
background-size:800px;
}
.small.toggleHideEmpty .wSendButtonIcon:before, .function.toggleHideEmpty .wSendButtonIcon:before {
background-position:-489px -169px;
background-size:800px;
}
.small.toggleHideEmpty.selected .wSendButtonIcon:before, .function.toggleHideEmpty.selected .wSendButtonIcon:before {
background-position:-521px -169px;
background-size:800px;
}
.small.apply .wSendButtonIcon:before, .function.apply .wSendButtonIcon:before {
background-position:0px -197px;
}
.small.cancel .wSendButtonIcon:before, .function.cancel .wSendButtonIcon:before {
display:none;
}
.small.cancel .wSendButtonIcon:after, .function.cancel .wSendButtonIcon:after {
background-position:-315px -4px;
}
.small.close .wSendButtonIcon:before, .function.close .wSendButtonIcon:before {
background-position:-290px -5px;
}
.help.small, .help.function {
background-color:#a9d819;
width:16px;
height:16px;
text-align:center;
border-radius:100%;
display:inline-block;
margin-left:10px;
color:black;
padding:1px;
line-height:16px;
font-size:12px;
font-weight:bold;
}
.wSendListEntryButton {
float:right;
padding:5px;
margin:5px 2px;
}
.wSendIconButton {
padding:0;
}
.wSendIconButton .wSendButtonCaption {
display:none;
}
.fileIcon, .area.files .entry .value {
position:relative;
padding-left:22px;
}
.fileIcon:before, .area.files .entry .value:before {
position:absolute;
width:20px;
height:20px;
top:0;
left:0;
content:'';
display:block;
background-color:transparent;
background-repeat:no-repeat;
background-size:600px;
background-image:url(/send/application/gui/images/icons.svg);
background-position:-3px -75px;
}
.fileIcon.doc:before, .fileIcon.docx:before, .area.files .entry .value.doc:before, .area.files .entry .value.docx:before {
background-position:-75px -171px;
}
.fileIcon.xls:before, .fileIcon.xlsx:before, .area.files .entry .value.xls:before, .area.files .entry .value.xlsx:before {
background-position:-99px -171px;
}
.fileIcon.ppt:before, .fileIcon.pptx:before, .area.files .entry .value.ppt:before, .area.files .entry .value.pptx:before {
background-position:-123px -171px;
}
.fileIcon.pdf:before, .area.files .entry .value.pdf:before {
background-position:-218px -171px;
}
.fileIcon.zip:before, .area.files .entry .value.zip:before {
background-position:-51px -171px;
}
.fileIcon.svg:before, .fileIcon.png:before, .fileIcon.jpg:before, .fileIcon.gif:before, .area.files .entry .value.svg:before, .area.files .entry .value.png:before, .area.files .entry .value.jpg:before, .area.files .entry .value.gif:before {
background-position:-3px -171px;
}
.accessed .fileIcon:after {
position:absolute;
width:20px;
height:20px;
top:0;
right:0;
content:'';
display:block;
background-color:transparent;
background-repeat:no-repeat;
background-size:600px;
background-image:url(/send/application/gui/images/icons.svg);
background-position:-287px -3px;
}
.deleted .fileIcon:after {
position:absolute;
width:20px;
height:20px;
top:0;
right:0;
content:'';
display:block;
background-color:transparent;
background-repeat:no-repeat;
background-size:600px;
background-image:url(/send/application/gui/images/icons.svg);
background-position:-287px -3px;
}
.function .wSendButtonCaption {
display:none;
}
#wSendPage #wSendNavigation {
position:absolute;
z-index:1000;
top:-10px;
right:10px;
}
#wSendPage #wSendNavigation > .wSendNavigation {
background:transparent;
margin:0;
padding:0;
clear:both;
overflow:hidden;
height:100%;
}
#wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel1Container {
float:left;
}
#wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel1Container.logout .wSendButtonCaption {
display:none;
}
#wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel1Container.logout {
margin-left:0;
}
#wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel1Container.logout .wSendButton:hover, #wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel1Container.logout #wSendPage #wSendNavigation > .wSendNavigation > .wSendButton:hover, #wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel1Container.logout #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton:hover, #wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel1Container.logout #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton:hover, #wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel1Container.logout #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton:hover, #wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel1Container.logout .wSendIconButton:hover, #wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel1Container.logout .wSendTextButton:hover, #wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel1Container.logout .wSendListEntryButton:hover {
background-color:rgba(200,0,0,1);
transition:all 0.5s ease;
}
#wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel1Container.logout .wSendButton:hover .wSendButtonIcon:before, #wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel1Container.logout #wSendPage #wSendNavigation > .wSendNavigation > .wSendButton:hover #wSendPage #wSendNavigation > .wSendNavigation > .wSendButtonIcon:before, #wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel1Container.logout #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton:hover #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButtonIcon:before, #wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel1Container.logout #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton:hover #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButtonIcon:before, #wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel1Container.logout #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton:hover #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButtonIcon:before, #wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel1Container.logout .wSendIconButton:hover .wSendIconButtonIcon:before, #wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel1Container.logout .wSendTextButton:hover .wSendTextButtonIcon:before, #wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel1Container.logout .wSendListEntryButton:hover .wSendListEntryButtonIcon:before {
background-position:-390px -261px !important;
}
#wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel1Container.showProfiles .wSendButtonCaption {
display:none;
}
#wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel1Container.personal > .sendNavLevel1 > .wSendButton, #wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel1Container.personal > .sendNavLevel1 > #wSendPage #wSendNavigation > .wSendNavigation > .wSendButton, #wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel1Container.personal > .sendNavLevel1 > #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton, #wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel1Container.personal > .sendNavLevel1 > #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton, #wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel1Container.personal > .sendNavLevel1 > #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton, #wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel1Container.personal > .sendNavLevel1 > .wSendIconButton, #wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel1Container.personal > .sendNavLevel1 > .wSendTextButton, #wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel1Container.personal > .sendNavLevel1 > .wSendListEntryButton {
width:auto;
border-right:1px solid rgba(225,225,225,1);
}
#wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel1Container > .sendNavLevel1 > .wSendButton, #wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel1Container > .sendNavLevel1 > #wSendPage #wSendNavigation > .wSendNavigation > .wSendButton, #wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel1Container > .sendNavLevel1 > #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton, #wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel1Container > .sendNavLevel1 > #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton, #wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel1Container > .sendNavLevel1 > #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton, #wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel1Container > .sendNavLevel1 > .wSendIconButton, #wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel1Container > .sendNavLevel1 > .wSendTextButton, #wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel1Container > .sendNavLevel1 > .wSendListEntryButton {
margin:4px 2px;
}
#wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel1Container > .sendNavLevel1 .wSendButtonCaption {
margin-left:4px;
}
#wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel1Container .sendNavLevel1.updateAvailable:before {
content:'i';
background-color:#a9d819;
color:white;
border-radius:50%;
width:20px;
height:20px;
position:absolute;
text-align:center;
margin-top:-15px;
margin-left:-15px;
}
#wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel1Container .sendNavLevel2 .updateAdministration.updateAvailable .availableUpdate {
font-size:12px;
background-color:#a9d819;
color:white;
padding:2px 5px;
display:inline-block;
}
#wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel2Container {
display:none;
clear:both;
position:absolute;
margin-left:0;
max-width:280px;
padding-bottom:5px;
background:rgba(255,255,255,0.8);
margin-top:-8px;
}
#wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel2Container.personal {
margin-left:-70px;
}
#wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel2Container .wSendButton, #wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel2Container #wSendPage #wSendNavigation > .wSendNavigation > .wSendButton, #wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel2Container #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton, #wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel2Container #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton, #wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel2Container #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton, #wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel2Container .wSendIconButton, #wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel2Container .wSendTextButton, #wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel2Container .wSendListEntryButton {
float:none;
clear:both;
overflow:hidden;
width:250px;
display:block;
margin:3px 3px;
}
#wSendPage #wSendNavigation > .wSendNavigation > .wSendButton, #wSendPage #wSendNavigation > .wSendNavigation > #wSendPage #wSendNavigation > .wSendNavigation > .wSendButton, #wSendPage #wSendNavigation > .wSendNavigation > #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton, #wSendPage #wSendNavigation > .wSendNavigation > #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton, #wSendPage #wSendNavigation > .wSendNavigation > #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton, #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton, #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton, #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton {
float:right;
margin:5px;
}
#wSendPage #wSendNavigation > .wSendNavigation > .wSendButton.showProfiles .wSendButtonCaption, #wSendPage #wSendNavigation > .wSendNavigation > #wSendPage #wSendNavigation > .wSendNavigation > .wSendButton.showProfiles #wSendPage #wSendNavigation > .wSendNavigation > .wSendButtonCaption, #wSendPage #wSendNavigation > .wSendNavigation > #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton.showProfiles #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButtonCaption, #wSendPage #wSendNavigation > .wSendNavigation > #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton.showProfiles #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButtonCaption, #wSendPage #wSendNavigation > .wSendNavigation > #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton.showProfiles #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButtonCaption, #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton.showProfiles .wSendIconButtonCaption, #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton.showProfiles .wSendTextButtonCaption, #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton.showProfiles .wSendListEntryButtonCaption {
display:none;
}
@media screen and (max-width: 800px) {
#wSendPage #wSendNavigation {
position:relative;
top:auto;
right:auto;
margin-top:-20px;
display:none;
}
}
@media screen and (max-width: 800px) {
#wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel1Container {
float:none;
width:calc(100% - 40px);
margin:4px 20px !important;
}
#wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel1Container .sendNavLevel1 {
width:100%;
display:block;
height:auto;
overflow:hidden;
}
}
@media screen and (max-width: 800px) {
#wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel2Container {
position:relative;
top:auto;
right:auto;
margin-top:10px;
max-width:none;
}
}
@media screen and (max-width: 800px) {
#wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel2Container.personal {
margin-left:inherit;
}
}
@media screen and (max-width: 800px) {
#wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel2Container .wSendButton, #wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel2Container #wSendPage #wSendNavigation > .wSendNavigation > .wSendButton, #wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel2Container #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton, #wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel2Container #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton, #wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel2Container #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton, #wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel2Container .wSendIconButton, #wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel2Container .wSendTextButton, #wSendPage #wSendNavigation > .wSendNavigation .sendNavLevel2Container .wSendListEntryButton {
width:100%;
}
}
@media screen and (max-width: 800px) {
#wSendPage #wSendNavigation > .wSendNavigation > .wSendButton, #wSendPage #wSendNavigation > .wSendNavigation > #wSendPage #wSendNavigation > .wSendNavigation > .wSendButton, #wSendPage #wSendNavigation > .wSendNavigation > #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton, #wSendPage #wSendNavigation > .wSendNavigation > #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton, #wSendPage #wSendNavigation > .wSendNavigation > #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton, #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton, #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton, #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton {
width:calc(100% - 40px) !important;
float:none;
}
}
@media screen and (max-width: 800px) {
#wSendPage #wSendNavigation > .wSendNavigation {
height:auto;
}
}
#wSendPage .wSendProfileFunctions {
overflow:hidden;
clear:both;
margin:-20px auto 20px auto;
width:800px;
}
#wSendPage .wSendProfileFunctions > .inner {
height:auto;
}
#wSendPage .wSendProfileFunctions .wSendButton, #wSendPage .wSendProfileFunctions #wSendPage #wSendNavigation > .wSendNavigation > .wSendButton, #wSendPage .wSendProfileFunctions #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton, #wSendPage .wSendProfileFunctions #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton, #wSendPage .wSendProfileFunctions #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton, #wSendPage .wSendProfileFunctions .wSendIconButton, #wSendPage .wSendProfileFunctions .wSendTextButton, #wSendPage .wSendProfileFunctions .wSendListEntryButton {
float:left;
}
@media screen and (max-width: 800px) {
#wSendPage .wSendProfileFunctions {
display:none;
}
}
#wSendPage form.wSendFormApplication, #wSendEditorPage form.wSendFormApplication, #wSendPage form, #wSendMask form {
max-width:800px;
margin-left:auto;
margin-right:auto;
}
#wSendPage form.wSendFormApplication input, #wSendEditorPage form.wSendFormApplication input, #wSendPage form input, #wSendMask form input {
height:auto;
line-height:inherit;
font-size:inherit;
padding:3px 5px;
width:calc(100% - 12px);
}
#wSendPage form.wSendFormApplication textarea, #wSendEditorPage form.wSendFormApplication textarea, #wSendPage form textarea, #wSendMask form textarea {
margin:0;
border:solid 1px rgba(180,180,180,1);
line-height:120%;
width:100%;
padding:3px 5px;
}
#wSendPage form.wSendFormApplication .row, #wSendEditorPage form.wSendFormApplication .row, #wSendPage form .row, #wSendMask form .row {
clear:both;
margin:5px 2px;
overflow:hidden;
}
#wSendPage form.wSendFormApplication .row .label, #wSendEditorPage form.wSendFormApplication .row .label, #wSendPage form .row .label, #wSendMask form .row .label {
float:left;
width:40%;
}
#wSendPage form.wSendFormApplication .row .input, #wSendEditorPage form.wSendFormApplication .row .input, #wSendPage form .row .input, #wSendMask form .row .input {
float:left;
width:60%;
}
#wSendPage form.wSendFormApplication .row.full .label, #wSendEditorPage form.wSendFormApplication .row.full .label, #wSendPage form .row.full .label, #wSendMask form .row.full .label {
display:none;
}
#wSendPage form.wSendFormApplication .row.full .input, #wSendEditorPage form.wSendFormApplication .row.full .input, #wSendPage form .row.full .input, #wSendMask form .row.full .input {
width:100%;
}
#wSendPage form.wSendFormApplication .row.full .wSendButton, #wSendPage form.wSendFormApplication .row.full #wSendPage #wSendNavigation > .wSendNavigation > .wSendButton, #wSendPage form.wSendFormApplication .row.full #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton, #wSendPage form.wSendFormApplication .row.full #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton, #wSendPage form.wSendFormApplication .row.full #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton, #wSendPage form.wSendFormApplication .row.full .wSendIconButton, #wSendPage form.wSendFormApplication .row.full .wSendTextButton, #wSendPage form.wSendFormApplication .row.full .wSendListEntryButton, #wSendEditorPage form.wSendFormApplication .row.full .wSendButton, #wSendEditorPage form.wSendFormApplication .row.full #wSendPage #wSendNavigation > .wSendNavigation > .wSendButton, #wSendEditorPage form.wSendFormApplication .row.full #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton, #wSendEditorPage form.wSendFormApplication .row.full #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton, #wSendEditorPage form.wSendFormApplication .row.full #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton, #wSendEditorPage form.wSendFormApplication .row.full .wSendIconButton, #wSendEditorPage form.wSendFormApplication .row.full .wSendTextButton, #wSendEditorPage form.wSendFormApplication .row.full .wSendListEntryButton, #wSendPage form .row.full .wSendButton, #wSendPage form .row.full #wSendPage #wSendNavigation > .wSendNavigation > .wSendButton, #wSendPage form .row.full #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton, #wSendPage form .row.full #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton, #wSendPage form .row.full #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton, #wSendPage form .row.full .wSendIconButton, #wSendPage form .row.full .wSendTextButton, #wSendPage form .row.full .wSendListEntryButton, #wSendMask form .row.full .wSendButton, #wSendMask form .row.full #wSendPage #wSendNavigation > .wSendNavigation > .wSendButton, #wSendMask form .row.full #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton, #wSendMask form .row.full #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton, #wSendMask form .row.full #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton, #wSendMask form .row.full .wSendIconButton, #wSendMask form .row.full .wSendTextButton, #wSendMask form .row.full .wSendListEntryButton {
float:right;
margin-right:0;
}
.windowFunctions {
position:absolute;
clear:both;
overflow:hidden;
bottom:0;
width:100%;
background:white;
right:0;
}
.windowFunctions .wSendButton, .windowFunctions #wSendPage #wSendNavigation > .wSendNavigation > .wSendButton, .windowFunctions #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton, .windowFunctions #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton, .windowFunctions #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton, .windowFunctions .wSendIconButton, .windowFunctions .wSendTextButton, .windowFunctions .wSendListEntryButton {
float:right;
}
.windowFunctions .wSendButton:hover, .windowFunctions #wSendPage #wSendNavigation > .wSendNavigation > .wSendButton:hover, .windowFunctions #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton:hover, .windowFunctions #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton:hover, .windowFunctions #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton:hover, .windowFunctions .wSendIconButton:hover, .windowFunctions .wSendTextButton:hover, .windowFunctions .wSendListEntryButton:hover {
background-color:rgba(179,179,179,1);
}
.functions .wSendButton, .functions #wSendPage #wSendNavigation > .wSendNavigation > .wSendButton, .functions #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton, .functions #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton, .functions #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton, .functions .wSendIconButton, .functions .wSendTextButton, .functions .wSendListEntryButton {
float:right;
}
.functions .wSendButton:hover, .functions #wSendPage #wSendNavigation > .wSendNavigation > .wSendButton:hover, .functions #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton:hover, .functions #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton:hover, .functions #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton:hover, .functions .wSendIconButton:hover, .functions .wSendTextButton:hover, .functions .wSendListEntryButton:hover {
background-color:rgba(179,179,179,1);
}
#wSendPage form[name="wSendLoginApplication"], #wSendPage form[name="wSendEditorRegisterUser"] {
margin:30px auto;
padding:20px 10px;
display:block;
overflow:hidden;
clear:both;
position:relative;
max-width:320px;
max-height:320px;
box-shadow:1px 1px 2px rgba(0,0,0,0.2);
background-color:rgba(230,230,230,1);
}
#wSendPage form[name="wSendLoginApplication"] .branding, #wSendPage form[name="wSendEditorRegisterUser"] .branding {
display:none;
text-align:right;
margin:40px 40px 0 20px;
overflow:hidden;
clear:both;
}
#wSendPage form[name="wSendLoginApplication"] .form, #wSendPage form[name="wSendEditorRegisterUser"] .form {
margin:10px 20px 10px 20px;
}
#blocker {
top:0;
left:0;
position:absolute;
background:rgba(0,0,0,0.2);
width:100%;
height:100%;
z-index:900;
}
#blocker.menue {
background-color:rgba(255,255,255,0);
}
#blocker.light {
background-color:rgba(255,255,255,0.2);
}
#blocker.saving {
background-color:rgba(255,255,255,0.6);
}
#blocker .blockerContent {
font-size:20px !important;
text-align:center;
width:100px;
}
#blocker.deletingMessages .blockerContent {
width:300px;
color:rgba(0,0,0,1);
background-color:white;
font-family:"Candara", Arial, Sans-serif;
padding:0.5rem 2rem;
border:1px solid rgba(180,180,180,1);
box-shadow:1px 1px 2px rgba(0,0,0,0.2);
font-size:14px !important;
}
#info {
position:absolute;
background:#a9d819;
color:white;
padding:10px 15px;
font-size:12px;
}
.maskPasswordStatus {
position:absolute;
width:420px;
min-height:100px;
max-height:240px;
background:white;
border:1px solid rgba(180,180,180,1);
}
.maskPasswordStatus .inner {
margin:15px !important;
padding:0;
}
.maskPasswordStatus .closer {
position:absolute;
display:none;
right:3px;
top:3px;
padding-top:0;
width:16px;
height:16px;
background:rgba(0,0,0,0.15);
border:1px solid rgba(0,0,0,0.0);
transition:all 0.2s ease;
text-align:center;
cursor:pointer;
}
.maskPasswordStatus .closer:hover {
background:rgba(0,0,0,0.25);
}
.maskPasswordStatus .headline {
font-weight:bold;
margin-bottom:2px;
}
.maskPasswordStatus .passwordStatus {
margin-top:5px;
}
.maskPasswordStatus .passwordStatus > div {
padding:1px;
}
.maskPasswordStatus .invalid {
color:red;
}
.maskPasswordStatus .valid {
color:green;
}
#wSendEditor.personalData .maskPasswordStatus {
margin:52px 0 0 21px;
}
input {
border:1px solid rgba(180,180,180,1);
padding:5px 8px;
}
select {
padding:5px 8px;
}
textarea {
padding:5px 8px;
}
#wSendImagePreview {
position:absolute;
background:white;
box-shadow:1px 1px 2px rgba(0,0,0,0.2);
z-index:1002;
padding:1px 1px 40px 1px;
overflow:hidden;
}
#wSendImagePreview > .inner {
margin:10px;
padding:0;
}
#wSendImagePreview .closer {
position:absolute;
right:11px;
top:11px;
cursor:pointer;
background:rgba(255,255,255,0.8);
width:20px;
height:20px;
text-align:center;
}
#wSendImagePreview .title {
margin:2px 5px;
}
#wSendImagePreview img {
max-width:100%;
max-height:100%;
height:auto;
width:auto;
}
#wSendErrorArea {
margin:20px auto;
max-width:490px;
color:rgba(200,0,0,1);
}
#wSendErrorArea .caption {
color:rgba(200,0,0,1);
font-size:18px;
}
.wSendForm #wSendErrorArea {
max-width:980px;
margin-bottom:20px;
}
.wSendError {
border-color:rgba(200,0,0,1);
}
.wSendFrame {
background:none;
padding:0;
margin:0;
height:100%;
}
.wSendFrame main {
overflow:hidden;
height:100%;
}
iframe.ajax {
border:none;
width:auto;
height:auto;
border-color:#bcbcbc #aaaaaa #aaaaaa #bcbcbc !important;
overflow:hidden;
}
iframe[name="editor_user_personalData"] {
overflow:hidden;
margin-top:-100px;
width:800px;
height:760px;
clear:both;
display:none;
position:absolute;
z-index:1050;
background:rgba(240,240,240,1);
box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
@media screen and (max-width: 800px) {
iframe[name="editor_user_personalData"] {
position:relative !important;
top:auto !important;
left:auto !important;
right:auto;
margin:auto !important;
min-height:inherit;
max-width:100% !important;
box-shadow:none;
display:block !important;
width:100%;
}
}
iframe[name="editor_user_password"], iframe[name="editor_user_changePassword"], iframe[name="editor_user_setPassword"] {
overflow:hidden;
margin-top:-100px;
width:500px;
height:350px;
clear:both;
display:none;
position:absolute;
z-index:1050;
background:rgba(240,240,240,1);
box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
@media screen and (max-width: 800px) {
iframe[name="editor_user_password"], iframe[name="editor_user_changePassword"], iframe[name="editor_user_setPassword"] {
position:relative !important;
top:auto !important;
left:auto !important;
right:auto;
margin:auto !important;
min-height:inherit;
max-width:100% !important;
box-shadow:none;
display:block !important;
width:100%;
height:100%;
}
}
iframe[name="editor_users_admin"] {
overflow:hidden;
margin-top:-100px;
width:800px;
height:800px;
clear:both;
display:none;
position:absolute;
z-index:1050;
background:rgba(240,240,240,1);
box-shadow:1px 1px 2px rgba(0,0,0,0.2);
border:1px solid 1px 1px 2px rgba(0,0,0,0.2);
}
@media screen and (max-width: 540px) {
iframe[name="editor_users_admin"] {
width:100%;
margin:0;
}
}
iframe[name="editor_application_system"] {
overflow:hidden;
margin-top:-100px;
width:800px;
height:600px;
clear:both;
display:none;
position:absolute;
z-index:1050;
background:rgba(240,240,240,1);
box-shadow:1px 1px 2px rgba(0,0,0,0.2);
border:1px solid 1px 1px 2px rgba(0,0,0,0.2);
}
iframe[name="editor_application_custom"] {
overflow:hidden;
margin-top:-100px;
width:800px;
height:600px;
clear:both;
display:none;
position:absolute;
z-index:1050;
background:rgba(240,240,240,1);
box-shadow:1px 1px 2px rgba(0,0,0,0.2);
border:1px solid 1px 1px 2px rgba(0,0,0,0.2);
}
iframe[name="mask_system_update_showMaskUpdate"] {
overflow:hidden;
margin-top:-100px;
width:600px;
height:400px;
clear:both;
display:none;
position:absolute;
z-index:1050;
background:rgba(240,240,240,1);
box-shadow:1px 1px 2px rgba(0,0,0,0.2);
border:1px solid 1px 1px 2px rgba(0,0,0,0.2);
}
iframe[name="editor_signature"] {
overflow:hidden;
margin-top:-100px;
width:800px;
height:600px;
clear:both;
display:none;
position:absolute;
z-index:1050;
background:rgba(240,240,240,1);
box-shadow:1px 1px 2px rgba(0,0,0,0.2);
border:1px solid 1px 1px 2px rgba(0,0,0,0.2);
}
iframe[name="editor_profiles_default"] {
overflow:hidden;
margin-top:-100px;
width:840px;
height:600px;
clear:both;
display:none;
position:absolute;
z-index:1050;
background:rgba(240,240,240,1);
box-shadow:1px 1px 2px rgba(0,0,0,0.2);
border:1px solid 1px 1px 2px rgba(0,0,0,0.2);
}
iframe[name="editor_profiles"] {
overflow:hidden;
margin-top:-100px;
width:840px;
height:620px;
clear:both;
display:none;
position:absolute;
z-index:1050;
background:rgba(240,240,240,1);
box-shadow:1px 1px 2px rgba(0,0,0,0.2);
border:1px solid 1px 1px 2px rgba(0,0,0,0.2);
}
.wSendErrors {
color:rgba(200,0,0,1);
}
.wSendErrors .wSendErrorCaption {
font-size:20px;
margin-bottom:1rem;
}
.wSendFormApplication .wSendErrors {
padding:20px;
background:white;
margin:-20px -20px 20px -20px;
}
iframe[name="registerAccount"] {
overflow:hidden;
margin-top:-100px;
width:800px;
height:800px;
clear:both;
display:none;
position:absolute;
z-index:1050;
background:rgba(240,240,240,1);
box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
iframe[name="wSendUpdate"] {
overflow:hidden;
margin-top:-100px;
width:600px;
height:500px;
clear:both;
display:none;
position:absolute;
z-index:1050;
background:rgba(240,240,240,1);
box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
iframe[name="wSendMaskFreshInstall"] {
overflow:hidden;
clear:both;
display:none;
position:absolute;
z-index:1100;
background:rgba(240,240,240,1);
box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
.passwordGenerator > div {
float:left;
}
.passwordGenerator > div.wSendButton.small, .passwordGenerator > div#wSendPage #wSendNavigation > .wSendNavigation > .wSendButton.small, .passwordGenerator > div#wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton.small, .passwordGenerator > div#wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton.small, .passwordGenerator > div#wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton.small, .passwordGenerator > div.wSendButton.function, .passwordGenerator > div#wSendPage #wSendNavigation > .wSendNavigation > .wSendButton.function, .passwordGenerator > div#wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton.function, .passwordGenerator > div#wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton.function, .passwordGenerator > div#wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton.function, .passwordGenerator > div.wSendIconButton.small, .passwordGenerator > div.wSendIconButton.function, .passwordGenerator > div.wSendTextButton.small, .passwordGenerator > div.wSendTextButton.function, .passwordGenerator > div.wSendListEntryButton.small, .passwordGenerator > div.wSendListEntryButton.function {
padding:4px 6px;
}
.passwordGenerator > div.showArea {
display:none;
background:rgba(209,209,209,1);
font-size:12px;
margin:5px;
font-family:"Courier New";
padding:5px 6px;
}
.passwordGenerator > div.wSendButton[data-action="applyPassword"] {
display:none;
}
#wSendMask {
overflow:hidden;
margin-top:-100px;
width:800px;
height:800px;
clear:both;
display:none;
position:absolute;
z-index:1050;
background:rgba(240,240,240,1);
box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
#wSendMask h2 {
display:block;
font-weight:normal;
margin:0;
padding:5px 10px;
background-color:#676767;
color:white;
font-size:18px;
}
#wSendMask .maskFunctions {
position:absolute;
top:0;
right:2px;
z-index:10;
}
#wSendMask .maskFunctions .button {
margin:5px;
padding:1px;
border:1px solid rgba(0,0,0,0.18);
background:rgba(0,0,0,0.08);
}
#wSendPage {
max-width:1240px;
font-size:14px;
background:rgba(240,240,240,1);
box-shadow:1px 1px 2px rgba(0,0,0,0.2);
clear:both;
overflow:hidden;
margin:auto;
font-family:"Candara", Arial, Sans-serif;
}
#wSendPage > .wSendPageInner {
background-color:white;
margin:30px auto 20px auto;
max-width:100%;
min-height:800px;
clear:both;
overflow:hidden;
position:relative;
}
#wSendPage .inner {
max-width:800px;
margin:auto;
}
#wSendPage header {
background-color:transparent;
position:relative;
}
#wSendPage header h2 {
padding:10px;
margin:0;
color:white;
font-weight:normal;
display:none;
}
#wSendPage header #logo {
position:relative;
margin:20px;
max-width:200px;
}
#wSendPage header #logo img {
max-width:200px;
}
#wSendPage header .logo {
position:relative;
margin:20px;
max-width:200px;
}
#wSendPage header .logo img {
max-width:200px;
}
#wSendPage main {
margin-bottom:120px;
position:relative;
display:block;
}
#wSendPage footer {
position:absolute;
bottom:0;
right:0;
width:100%;
}
#wSendPage footer a.linkDataPrivacy, #wSendPage footer a.linkImprint {
float:left;
color:black;
margin:3.3rem 0rem 1rem 1rem;
text-decoration:none;
}
#wSendPage footer a.linkDataPrivacy.linkDataPrivacy, #wSendPage footer a.linkImprint.linkDataPrivacy {
margin-left:3rem;
}
#wSendPage footer a.linkDataPrivacy:hover, #wSendPage footer a.linkImprint:hover {
color:#a9d819;
}
#wSendPage footer #poweredBy {
float:right;
margin:20px;
}
#wSendPage footer #poweredBy img {
width:150px;
}
#wSendPage #reponsiveToogler {
position:relative;
float:right;
margin-right:4%;
margin-top:40px;
width:30px;
height:20px;
border-top:4px solid rgba(209,209,209,1);
cursor:pointer;
}
#wSendPage #reponsiveToogler:before {
content:'';
display:block;
height:4px;
width:30px;
margin-top:3px;
background:rgba(209,209,209,1);
}
#wSendPage #reponsiveToogler:after {
content:'';
display:block;
height:4px;
width:30px;
margin-top:3px;
background:rgba(209,209,209,1);
}
#wSendPage .profilesList {
margin:60px 10px 30px 10px;
}
#wSendPage .profilesList .profileEntry {
margin:0;
border-bottom:1px solid rgba(180,180,180,1);
cursor:pointer;
clear:both;
overflow:hidden;
}
#wSendPage .profilesList .profileEntry:hover {
background-color:rgba(225,225,225,1);
}
#wSendPage .profilesList .profileEntry .profileLink {
text-decoration:none;
padding:7px 10px;
width:80%;
float:left;
background:transparent;
}
#wSendPage .profilesList .profileEntry .profileLink:hover {
color:inherit;
}
#wSendPage .profilesList .profileEntry .profileFunctions {
float:right;
padding:0;
width:15%;
}
#wSendPage .profilesList .profileEntry .profileFunctions .button {
margin:5px;
padding:1px;
border:1px solid rgba(0,0,0,0.18);
background:rgba(0,0,0,0.08);
}
#wSendPage .profilesList .profileEntry .caption {
text-decoration:none;
padding:8px 10px;
}
#wSendPage .profilesList .uploadFormListEntryInactive {
margin:0;
border-bottom:1px solid rgba(0,0,0,0.15);
clear:both;
overflow:hidden;
}
#wSendPage section.notices .warningNOSSL {
position:relative;
background:red;
padding:10px;
font-size:14px;
color:white;
width:calc(100% - 10px);
margin:5px 5px;
}
#wSendPage section.notices .applicationType {
position:fixed;
top:0;
right:0;
background:orange;
color:white;
font-size:14px;
padding:2px 15px;
}
#wSendPage section.notices .requirementsNotice {
display:none;
position:relative;
font-size:14px;
background:red;
color:white;
padding:10px;
width:calc(100% - 10px);
margin:5px 5px;
}
#wSendPage section.notices .noticeInvalidEmailUser {
position:relative;
background:red;
padding:0;
font-size:14px;
color:white;
width:calc(100% - 10px);
margin:5px 5px;
overflow:hidden;
}
#wSendPage section.notices .noticeInvalidEmailUser > div {
display:block;
margin:10px;
}
#wSendPage section.notices .noticeInvalidEmailUser .configureEmail {
cursor:pointer;
color:white;
font-weight:bold;
padding-left:10px;
float:right;
}
#wSendPage .noEncryption {
color:inherit;
}
#wSendPage .hidden {
display:none;
}
#wSendPage #info {
position:absolute;
background:#a9d819;
color:white;
padding:6px 15px;
}
#wSendPage:after {
content:'';
clear:both;
}
@media screen and (max-width:800px) {
#wSendPage .profilesList {
margin-top:20px;
}
}
#pagination {
clear:both;
text-align:center;
margin:auto;
}
#pagination .infoPages {
padding:5px 10px;
text-align:center;
margin-bottom:10px;
}
#pagination .infoPages > span {
font-size:12px;
}
#pagination .pageLink {
display:inline-block;
border:1px solid #a3a3a3;
}
#pagination .pageLink a {
padding:0px 5px;
text-decoration:none;
color:inherit;
}
#pagination .pageLink:hover, #pagination .pageLink.current {
background:#a9d819;
}
#pagination .pageLink:hover a, #pagination .pageLink.current a {
color:white;
}
@media screen and (max-width:800px) {
.licenceNotice {
display:none;
}
}
#wSendPage .wSendModal {
overflow:hidden;
position:absolute;
z-index:2001;
width:500px;
height:380px;
background:white;
box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
#wSendPage .wSendModal .inner {
margin:0;
padding:20px;
}
#wSendPage .wSendModal .functions {
position:absolute;
height:40px;
margin-top:0;
width:100%;
clear:both;
overflow:hidden;
z-index:1000;
}
#wSendPage .wSendModal .functions .function {
float:right;
margin:10px;
padding:5px 15px;
background:rgba(0,0,0,0.18);
cursor:pointer;
transition:all 0.1s ease-in-out;
}
#wSendPage .wSendModal .functions .function:hover {
background:rgba(0,0,0,0.28);
}
#wSendPage .wSendModal.infoLoggedOut {
height:200px;
}
.wSendDialog {
font-family:"Candara", Arial, Sans-serif;
overflow:hidden;
width:500px;
height:350px;
clear:both;
display:none;
position:absolute;
z-index:2001;
background:rgba(240,240,240,1);
box-shadow:1px 1px 2px rgba(0,0,0,0.2);
border-color:#bcbcbc #aaaaaa #aaaaaa #bcbcbc !important;
font-size:12px;
}
.wSendDialog#wSendDialog_sessionTimeout {
margin-top:-100px !important;
height:200px;
}
.wSendDialog > div {
position:relative;
width:100%;
height:100%;
overflow:hidden;
}
.wSendDialog > div > .caption {
padding:4px 8px;
font-size:18px;
background-color:rgba(180,180,180,1);
}
.wSendDialog > div > .inner {
margin:15px;
}
.wSendDialog > div > .dialogFunctions {
position:absolute;
clear:both;
overflow:hidden;
bottom:0;
width:100%;
background:white;
right:0;
}
.wSendDialog > div > .dialogFunctions .wSendButton, .wSendDialog > div > .dialogFunctions #wSendPage #wSendNavigation > .wSendNavigation > .wSendButton, .wSendDialog > div > .dialogFunctions #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton, .wSendDialog > div > .dialogFunctions #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton, .wSendDialog > div > .dialogFunctions #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton, .wSendDialog > div > .dialogFunctions .wSendIconButton, .wSendDialog > div > .dialogFunctions .wSendTextButton, .wSendDialog > div > .dialogFunctions .wSendListEntryButton {
float:right;
}
@media screen and (max-width: 800px) {
.wSendDialog {
position:relative !important;
top:auto !important;
left:auto !important;
right:auto;
margin:auto !important;
min-height:inherit;
max-width:100% !important;
box-shadow:none;
display:block !important;
width:100%;
height:100%;
}
}
.wSendNotice {
overflow:hidden;
width:100%;
clear:both;
display:none;
font-size:12px;
background-color:rgba(240,240,240,1);
margin:20px 0 40px 0;
}
.wSendNotice.error {
background-color:rgba(200,0,0,1);
color:white;
}
.wSendNotice > div {
position:relative;
width:100% - 20px;
height:100%;
overflow:hidden;
margin:10px 20px;
}
.wSendNotice > div > .caption {
font-size:18px;
}
.wSendNotice > div > .inner {
max-width:100% !important;
}
.wSendNotice > div > .inner .wSendButton.plain, .wSendNotice > div > .inner #wSendPage #wSendNavigation > .wSendNavigation > .wSendButton.plain, .wSendNotice > div > .inner #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton.plain, .wSendNotice > div > .inner #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton.plain, .wSendNotice > div > .inner #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton.plain, .wSendNotice > div > .inner .wSendIconButton.plain, .wSendNotice > div > .inner .wSendTextButton.plain, .wSendNotice > div > .inner .wSendListEntryButton.plain {
display:inline;
background:transparent;
padding:0;
margin:0;
color:inherit;
text-decoration:underline;
font-weight:bold;
}
.wSendNotice > div > .dialogFunctions {
position:relative;
clear:both;
overflow:hidden;
bottom:0;
width:100%;
background:white;
right:0;
}
.wSendNotice > div > .dialogFunctions .wSendButton, .wSendNotice > div > .dialogFunctions #wSendPage #wSendNavigation > .wSendNavigation > .wSendButton, .wSendNotice > div > .dialogFunctions #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton, .wSendNotice > div > .dialogFunctions #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton, .wSendNotice > div > .dialogFunctions #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton, .wSendNotice > div > .dialogFunctions .wSendIconButton, .wSendNotice > div > .dialogFunctions .wSendTextButton, .wSendNotice > div > .dialogFunctions .wSendListEntryButton {
float:right;
}
@media screen and (max-width: 800px) {
.wSendNotice {
position:relative !important;
top:auto !important;
left:auto !important;
right:auto;
margin:auto !important;
min-height:inherit;
max-width:100% !important;
box-shadow:none;
display:block !important;
width:100%;
height:100%;
}
}
#wSendUserSelector {
margin-bottom:10px;
clear:both;
overflow:hidden;
font-size:14px;
}
#wSendUserSelector #usersArea .entry {
float:none;
margin:4px 0;
clear:left;
overflow:hidden;
}
#wSendUserSelector #usersArea .entry .receiversInput {
height:0;
margin:0;
padding:0;
line-height:0;
border:0;
position:absolute;
}
#wSendUserSelector #usersArea .entry .options {
float:right;
margin-top:-25px;
margin-right:1px;
position:relative;
z-index:3;
}
#wSendUserSelector #usersArea .entry .options > div {
float:left;
margin:0 1px;
background-color:transparent;
text-align:center;
padding:1px 2px;
}
#wSendUserSelector #usersArea .entry .options > div:hover {
background:#ddd;
cursor:pointer;
}
#wSendUserSelector #usersArea .entry .options > div .entryPlaceholder {
clear:both;
overflow:hidden;
height:20px;
background:#eee;
padding:3px 5px 4px 5px;
}
#wSendUserSelector #usersArea .entry .options > div .receiversAdditional {
clear:both;
overflow:hidden;
margin-top:20px;
}
#wSendUserSelector #usersArea .entry .options > div .receiversAdditional .caption {
font-weight:bold;
}
#wSendUserSelector #usersArea .entry .options > div.deleteEmail {
background-color:transparent;
}
#wSendUserSelector #usersArea .entry .options > div.resetPassword {
width:22px;
background:url(/send/application/gui/images/icons.svg) no-repeat;
background-size:800px;
background-position:-453px -37px;
}
#wSendUserSelector #usersArea .entry .options > div.add {
background:url(/weblication/grid5/gui/images/icon_small/add.gif) no-repeat center center;
}
#wSendUserSelector #usersArea .entry .options > div.select {
background:url(/weblication/grid5/gui/images/icon_small/select.gif) no-repeat center center;
}
#wSendUserSelector .placeholderButton {
margin:4px 0 5px 0;
padding:6px 5px !important;
width:calc(100% - 22px) !important;
line-height:120%;
cursor:text;
}
#wSendUserSelector .placeholderButton.invisible {
height:0;
opacity:0;
width:0;
line-height:0;
padding:0;
margin:0;
}
#wSendUserSelector .addReceiver {
float:left;
margin:1px 0 0 0;
border:solid 1px #c0c0c0;
padding:5px 10px;
background:rgba(0,0,0,0.18);
cursor:pointer;
}
#wSendUserSelector .receiversInput {
position:relative;
z-index:1;
opacity:0;
}
#wSendUserSelector .fixedReceivers {
margin-bottom:5px;
}
#wSendUserSelector .fixedReceivers > .receiver {
padding:2px 5px;
position:relative;
z-index:0;
}
#wSendUserSelector .displayReceiver {
padding:5px;
background:#eee;
position:relative;
z-index:0;
}
#wSendUserSelector .displayReceiver .userdata .username {
padding-left:5px;
display:none;
}
#wSendUserSelector .displayReceiver .userdata .email {
padding-left:5px;
}
#wSendUserSelector .displayReceiver .userdata .email:before {
content:"(";
}
#wSendUserSelector .displayReceiver .userdata .email:after {
content:")";
}
#wSendUserSelector[data-receiverstypeusers="fixed"] .addReceiver {
display:none;
}
.wSendUserSelectorUserSelection {
overflow:hidden;
position:absolute;
z-index:950;
width:500px;
height:550px;
background:rgba(240,240,240,1);
border:1px solid rgba(0,0,0,0.15);
box-shadow:1px 1px 2px rgba(0,0,0,0.2);
font-family:"Candara", Arial, Sans-serif;
font-size:14px;
}
.wSendUserSelectorUserSelection .inner {
height:100%;
padding:0;
}
.wSendUserSelectorUserSelection .closer {
position:absolute;
right:2px;
top:2px;
padding-top:2px;
width:24px;
height:22px;
background:rgba(209,209,209,1);
border:1px solid rgba(0,0,0,0.0);
transition:all 0.2s ease;
text-align:center;
cursor:pointer;
z-index:3;
}
.wSendUserSelectorUserSelection .closer:hover {
background:rgba(179,179,179,1);
}
.wSendUserSelectorUserSelection .placeholderButton {
border:none;
background:#eee;
padding:2px 5px;
}
.wSendUserSelectorUserSelection .filter {
clear:both;
overflow:hidden;
margin:0;
}
.wSendUserSelectorUserSelection .search {
width:100%;
}
.wSendUserSelectorUserSelection .search .infoSendToEmail {
padding:2px 5px;
width:100%;
margin:5px 0;
float:none;
text-align:center;
}
.wSendUserSelectorUserSelection .search input {
width:calc(100% - 18px);
height:auto;
}
.wSendUserSelectorUserSelection .search input.showAutocomplete {
background:transparent;
position:relative;
z-index:2;
}
.wSendUserSelectorUserSelection .search .receiverSelectorAutocompleteDisplay {
position:absolute;
width:calc(100% - 45px);
height:17px;
margin-top:-28px;
margin-left:1px;
background:white;
padding:5px 8px;
color:grey;
z-index:1;
}
.wSendUserSelectorUserSelection .search .functions {
width:100%;
}
.wSendUserSelectorUserSelection .search .button {
padding:3px 5px;
width:100%;
text-align:center;
margin:5px 0;
float:none;
background:rgba(0,0,0,0.18);
border:1px solid rgba(0,0,0,0.15);
cursor:pointer;
transition:all 0.2s ease;
}
.wSendUserSelectorUserSelection .search .button.disabled {
cursor:default;
opacity:0.6;
}
.wSendUserSelectorUserSelection .search .button.disabled:hover {
background:rgba(0,0,0,0.18);
}
.wSendUserSelectorUserSelection .filterGroups {
display:none;
width:50%;
float:right;
}
.wSendUserSelectorUserSelection .filterGroups select {
width:93%;
margin:0;
border:solid 1px #c0c0c0;
padding:0 4px;
height:22px;
}
.wSendUserSelectorUserSelection .functions {
margin:0;
clear:both;
overflow:hidden;
border:1px solid rgba(0,0,0,0.15);
border-top:none;
background:rgba(230,230,230,1);
}
.wSendUserSelectorUserSelection .functions .button {
margin:5px;
float:right;
background:rgba(0,0,0,0.18);
padding:5px 8px;
cursor:pointer;
transition:all 0.1s ease-in-out;
border:none;
}
.wSendUserSelectorUserSelection .functions .button:hover {
background:rgba(0,0,0,0.28);
}
.wSendUserSelectorUserSelection .functions .button.disabled {
cursor:default;
opacity:0;
}
.wSendUserSelectorUserSelection .functions .button.disabled:hover {
background:rgba(0,0,0,0.18);
}
.wSendUserSelectorUserSelection .functions .noMatchingUsersFound {
display:none;
float:left;
padding:10px;
}
.wSendUserSelectorUserSelection .functions .button[data-action="apply"] {
display:none !important;
}
.wSendUserSelectorUserSelection .functions .button.sendToEmail.enabled {
background:#a9d819;
display:block;
}
.wSendUserSelectorUserSelection .caption {
background:rgba(0,0,0,0.14);
padding:5px;
margin-bottom:5px;
cursor:move;
}
.wSendUserSelectorUserSelection .users {
margin:0;
border:1px solid rgba(0,0,0,0.15);
border-top:0;
height:calc(100% -  30px - 41px);
overflow-y:scroll;
background:white;
}
.wSendUserSelectorUserSelection .users .entry {
border-bottom:1px solid rgba(0,0,0,0.15);
padding:6px 5px 6px 22px;
transition:all 0.2s ease;
min-height:18px;
}
.wSendUserSelectorUserSelection .users .entry:last-child {
border-bottom:none;
}
.wSendUserSelectorUserSelection .users .entry:hover {
cursor:pointer;
background:rgba(0,0,0,0.15);
}
.wSendUserSelectorUserSelection .users .entry.selected {
background:rgba(0,0,0,0.25);
}
.wSendUserSelectorUserSelection .users .entry .userdata {
margin-left:8px;
}
.wSendUserSelectorUserSelection .users .entry .userdata .email {
float:right;
}
.wSendUserSelectorUserSelection .users .entry .userdata .firstname {
padding-right:3px;
}
.wSendUserSelectorUserSelection .users .entry .userdata .additional {
font-size:12px;
display:block;
}
.wSendUserSelectorUserSelection .users .entry:before {
display:block;
content:'';
position:absolute;
margin-left:-18px;
margin-top:-1px;
width:20px;
height:20px;
background:url(/send/application/gui/images/icons.svg) no-repeat;
background-size:800px;
}
.wSendUserSelectorUserSelection .users .entry.cloud:before {
background-position:-262px -262px;
}
.wSendUserSelectorUserSelection .users .entry.public:before {
background-position:-166px -262px;
}
.wSendUserSelectorUserSelection .users .entry.send:before {
background-position:-166px -262px;
}
.wSendUserSelectorUserSelection .users .entry.standard:before {
background-position:-198px -262px;
}
.wSendUserSelectorUserSelection .users .entry.admin:before {
background-position:-230px -262px;
}
.wSendUserSelectorUserSelection  {
border:none;
background:transparent;
box-shadow:none;
margin-top:-46px;
margin-left:-10px;
width:620px;
}
.wSendUserSelectorUserSelection .caption {
display:none;
}
.wSendUserSelectorUserSelection .search .functions {
background:white;
margin-top:-24px;
margin-right:46px;
width:190px;
float:right;
}
.wSendUserSelectorUserSelection .search .functions .button {
margin:0;
padding:3px 5px 2px 10px;
text-align:right;
}
.wSendUserSelectorUserSelection .infoSendToEmail {
display:none;
}
.wSendUserSelectorUserSelection .users .entry:before {
position:relative;
float:left;
}
.wSendUserSelectorUserSelection .users .entry.selected {
font-weight:bold;
background:rgba(0,0,0,0.1);
}
@media screen and (max-width:800px) {
#wSendUserSelector .wSendUserSelectorUserSelection {
position:absolute;
width:calc(100% - 2rem) !important;
top:0 !important;
left:auto;
margin:0 1rem !important;
}
}
@media screen and (max-width:800px) {
#wSendPage .wSendUserSelectorUserSelection .functions .button {
margin:5px !important;
padding:5px 8px;
display:block;
background-image:none !important;
}
.wSendUserSelectorUserSelection .functions .button :before {
display:none;
}
}
@media screen and (max-width: 800px) {
#wSendUserSelector {
width:inherit !important;
top:10px !important;
left:0 !important;
height:auto !important;
}
.wSendUserSelectorUserSelection {
width:100%;
top:0 !important;
}
}
.wSendFormError {
border:1px solid rgba(200,0,0,1) !important;
width:calc(100% - 18px) !important;
}
#wSendPage #wSendUploadmanager {
margin-bottom:10px;
clear:both;
overflow:hidden;
}
#wSendPage #wSendUploadmanager input[type="file"] {
border:none;
background:#eee;
padding:5px;
}
#wSendPage #wSendUploadmanager .addUpload {
margin:5px 0;
border:solid 1px #c0c0c0;
padding:5px 10px;
background:rgba(209,209,209,1);
cursor:pointer;
}
#wSendPage #wSendUploadmanager .errorTexts {
display:none;
color:red;
}
#wSendPage #wSendUploadmanager .errorText {
margin:5px;
font-size:14px;
border:none !important;
color:red;
}
#wSendPage #wSendUploadmanager #dropArea {
width:calc(100% - 12px);
height:100px;
background-color:rgba(235,235,235,1);
padding:2px 5px;
font-size:11px;
border:1px solid rgba(180,180,180,1);
}
#wSendPage #wSendUploadmanager #dropArea.over {
border:1px solid #aaa;
}
#wSendPage #wSendUploadmanager #dropArea:hover {
border:1px solid #aaa;
cursor:pointer;
}
#wSendPage #wSendUploadmanager #dropArea .caption {
display:flex;
justify-content:center;
align-items:center;
height:100px;
}
#wSendPage #wSendUploadmanager #dropArea .caption .text {
display:block;
color:#999;
}
#wSendPage #wSendUploadmanager .errorArea {
display:none;
margin:10px 0;
color:rgba(200,0,0,1);
}
#wSendPage #wSendUploadmanager .infoArea {
display:none;
margin:10px 0;
}
#wSendPage #wSendUploadmanager .uploadsInputPlaceholder {
opacity:0;
height:0;
margin:0;
padding:0;
line-height:0;
font-size:0;
display:none;
}
#wSendPage #wSendUploadmanager #filesArea {
width:100%;
margin:0;
padding:0;
}
#wSendPage #wSendUploadmanager #filesArea .file {
float:none;
margin:5px 0;
padding:0;
clear:both;
overflow:hidden;
font-size:14px;
}
#wSendPage #wSendUploadmanager #filesArea .file:last-child {
border-bottom:0;
}
#wSendPage #wSendUploadmanager #filesArea .file .uploadsInput {
border:none;
padding:5px;
position:relative;
z-index:1;
background:rgba(235,235,235,1);
padding-left:30px;
}
#wSendPage #wSendUploadmanager #filesArea .file .uploadsInput:before {
content:'';
position:absolute;
margin-left:-24px;
margin-top:1px;
display:block;
height:16px;
width:16px;
background-image:url(/send/application/gui/images/icons.svg);
background-size:600px;
background-position:-3px -76px;
}
#wSendPage #wSendUploadmanager #filesArea .file .uploadsInput.pdf:before {
background-position:-218px -172px;
}
#wSendPage #wSendUploadmanager #filesArea .file .uploadsInput.doc:before {
background-position:-75px -172px;
}
#wSendPage #wSendUploadmanager #filesArea .file .uploadsInput.ppt:before {
background-position:-123px -172px;
}
#wSendPage #wSendUploadmanager #filesArea .file .uploadsInput.exe:before {
background-position:-218px -172px;
}
#wSendPage #wSendUploadmanager #filesArea .file .uploadsInput.xls:before {
background-position:-99px -172px;
}
#wSendPage #wSendUploadmanager #filesArea .file .uploadsInput.zip:before {
background-position:-51px -172px;
}
#wSendPage #wSendUploadmanager #filesArea .file .uploadsInput.img:before {
background-position:-3px -172px;
}
#wSendPage #wSendUploadmanager #filesArea .file .uploadsInput.png:before {
background-position:-3px -172px;
}
#wSendPage #wSendUploadmanager #filesArea .file .uploadsInput.loading {
color:white;
width:100%;
background:rgba(200,200,200,0.5) !important;
}
#wSendPage #wSendUploadmanager #filesArea .file .uploadProgress {
position:relative;
z-index:0;
width:100%;
margin-top:-28px;
}
#wSendPage #wSendUploadmanager #filesArea .file .uploadProgress > .bar {
background:green;
height:100%;
width:0;
}
#wSendPage #wSendUploadmanager #filesArea .file .uploadProgress.wSendUploadError > .bar {
background-color:rgba(200,0,0,1);
}
#wSendPage #wSendUploadmanager #filesArea .file .options {
float:right;
margin-right:4px;
position:relative;
z-index:2;
}
#wSendPage #wSendUploadmanager #filesArea .file .options > .wSendButton, #wSendPage #wSendUploadmanager #filesArea .file .options > #wSendPage #wSendNavigation > .wSendNavigation > .wSendButton, #wSendPage #wSendUploadmanager #filesArea .file .options > #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton, #wSendPage #wSendUploadmanager #filesArea .file .options > #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton, #wSendPage #wSendUploadmanager #filesArea .file .options > #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton, #wSendPage #wSendUploadmanager #filesArea .file .options > .wSendIconButton, #wSendPage #wSendUploadmanager #filesArea .file .options > .wSendTextButton, #wSendPage #wSendUploadmanager #filesArea .file .options > .wSendListEntryButton {
float:left;
margin:1px 0;
text-align:center;
padding:2px;
background:transparent;
}
#closeFramePreview {
position:absolute;
width:30px;
height:30px;
background:1px 1px 2px rgba(0,0,0,0.2);
margin-top:-30px;
margin-right:15px;
border:1px solid rgba(180,180,180,1);
}
#closeFramePreview .title {
font-size:12px;
margin-top:-25px;
padding:10px 20px;
font-weight:bold;
}
#closeFramePreview .closer {
padding-right:10px;
padding-top:2px;
text-align:right;
color:black;
cursor:pointer;
}
#wSendPage .wSendFormUpload input, #wSendPage .wSendFormUpload textarea, #wSendPage .wSendFormUpload select, #wSendPage .wSendFormUpload .placeholderButton {
font-size:inherit;
border:none;
background:#eee;
padding:2px 5px;
width:calc(100% - 12px);
}
#wSendPage .wSendFormUpload input {
padding:5px 8px;
height:auto;
width:calc(100% - 16px);
}
#wSendPage .wSendFormUpload select {
padding:3px 8px;
height:auto;
}
#wSendPage .wSendFormUpload textarea {
padding:5px 5px;
background:rgba(235,235,235,1);
border:1px solid rgba(180,180,180,1);
font-size:13px;
}
#wSendPage .wSendFormUpload input[type="checkbox"], #wSendPage .wSendFormUpload input[type="radio"] {
width:inherit;
}
#wSendPage .wSendFormUpload input[type="file"] {
border:none;
background:#eee;
padding:2px 5px;
}
#wSendPage .wSendFormUpload input[type="file"]::-ms-browse {
width:100px;
}
#wSendPage .wSendFormUpload .secureAreaForm {
border:1px solid grey;
margin-bottom:30px;
border-top:1px solid grey;
background:rgba(200,200,200,0.25) url(/send/application/gui/images/logo-frei-bw-20.png) no-repeat 2% center;
}
#wSendPage .wSendFormUpload .secureAreaForm .inner {
margin:10px;
background:transparent;
}
#wSendPage .wSendFormUpload .inner, #wSendPage .wSendFormUpload .label {
background:transparent;
}
#wSendPage .wSendFormUpload .secureAreaHeadline {
font-weight:normal;
font-size:16px;
}
#wSendPage .wSendFormUpload .hidden {
display:none;
}
#wSendPage .wSendFormUpload .wSendButton.showTextTemplates, #wSendPage .wSendFormUpload #wSendPage #wSendNavigation > .wSendNavigation > .wSendButton.showTextTemplates, #wSendPage .wSendFormUpload #wSendPage #wSendNavigation > .wSendNavigation > .wSendIconButton.showTextTemplates, #wSendPage .wSendFormUpload #wSendPage #wSendNavigation > .wSendNavigation > .wSendTextButton.showTextTemplates, #wSendPage .wSendFormUpload #wSendPage #wSendNavigation > .wSendNavigation > .wSendListEntryButton.showTextTemplates, #wSendPage .wSendFormUpload .wSendIconButton.showTextTemplates, #wSendPage .wSendFormUpload .wSendTextButton.showTextTemplates, #wSendPage .wSendFormUpload .wSendListEntryButton.showTextTemplates {
float:right;
}
#wSendPage .wSendFormUpload div.formRow {
clear:both;
overflow:hidden;
width:100%;
margin:0 0 10px 0;
border:none;
padding-top:10px;
}
#wSendPage .wSendFormUpload div.formRow > div {
float:left;
}
#wSendPage .wSendFormUpload div.formRow div.label {
width:30%;
}
#wSendPage .wSendFormUpload div.formRow div.field {
width:70%;
}
#wSendPage .wSendFormUpload div.formRow div > div.inner {
float:none;
height:auto;
margin:0;
clear:none;
overflow:hidden;
max-width:none;
}
#wSendPage .wSendFormUpload div.formRow.submit div.field {
width:100%;
}
#wSendPage .wSendFormUpload div.formRow.fixedReceivers {
width:70%;
float:right;
background:rgba(0,0,0,0.08);
}
#wSendPage .wSendFormUpload div.formRow.fixedReceivers .field {
width:100%;
}
#wSendPage .wSendFormUpload div.formRow.fixedReceivers .inner {
background:transparent;
margin:0 10px 0 10px;
}
#wSendPage .wSendFormUpload div.formRow.fixedReceivers .receiver {
margin:2px 0;
}
#wSendPage .wSendFormUpload div.formRow.autoReceivers .field {
background:rgba(0,0,0,0.08);
}
#wSendPage .wSendFormUpload div.formRow.autoReceivers .inner {
background:transparent;
margin:5px 10px 0 0;
}
#wSendPage .wSendFormUpload div.formRow.autoReceivers .receiver {
margin:2px 0 0 3px;
}
#wSendPage .wSendFormUpload div.formRow.autoReceivers #wSendUserSelector {
margin-bottom:5px;
padding-left:5px;
}
#wSendPage .wSendFormUpload .progressBar {
width:99.3%;
border:0 solid rgba(0,0,0,0.18);
height:6px;
padding:0;
margin:0;
overflow:hidden;
clear:both;
}
#wSendPage .wSendFormUpload .progressBar .barInner {
background:darkgreen;
width:0;
height:12px;
border:none;
}
#wSendPage .wSendFormUpload div.submitButton {
display:block;
width:inherit;
float:right;
margin:10px 0;
background:rgba(0,0,0,0.18);
padding:5px 10px 5px 20px;
cursor:pointer;
transition:all 0.1s ease-in-out;
border:0;
}
#wSendPage .wSendFormUpload div.submitButton.submitted {
cursor:default;
opacity:0.3;
}
#wSendPage .wSendFormUpload div.submitButton.active {
cursor:default;
opacity:0.3;
}
#wSendPage .wSendFormUpload div.submitButton:hover {
background:#a9d819;
}
#wSendPage .wSendFormUpload .secureAreaForm .inner {
height:auto;
}
#wSendPage .wSendFormUpload .formHeadline {
margin:0 0 40px 0;
}
#wSendPage .wSendFormUpload .formHeadline h2 {
display:block;
background:none;
color:inherit;
padding:0;
}
#wSendPage .wSendFormUpload .formRow {
border-top:1px solid #ddd;
padding-top:10px;
}
#wSendPage .wSendFormUpload .textAfter.signature {
color:#999;
padding:0 0 0 10px;
margin-top:-15px;
}
#wSendPage .wSendFormUpload .imagePreview {
position:absolute;
display:block;
color:#999;
width:400px;
background:#ddd;
}
#wSendPage .wSendFormUpload .imagePreview .closer {
position:absolute;
right:3px;
top:1px;
padding-top:0;
width:16px;
height:16px;
transition:all 0.2s ease;
text-align:center;
cursor:pointer;
}
#wSendPage .wSendFormUpload .imagePreview .closer:hover {
font-weight:bold;
}
#wSendPage .wSendFormUpload .imagePreview .inner {
margin:20px 20px 15px 20px;
padding:0;
}
#wSendPage .wSendFormUpload .imagePreview img {
max-width:100%;
}
#wSendPage .wSendFormUpload .imagePreview .title {
padding-top:5px;
background:#ddd;
}
#wSendPage .wSendFormUpload .noticeEventAccess .inner, #wSendPage .wSendFormUpload .emailCopyToSender .inner, #wSendPage .wSendFormUpload .useAuthCode .inner {
clear:both;
}
#wSendPage .wSendFormUpload .noticeEventAccess .inner > input[type="checkbox"], #wSendPage .wSendFormUpload .emailCopyToSender .inner > input[type="checkbox"], #wSendPage .wSendFormUpload .useAuthCode .inner > input[type="checkbox"] {
float:left;
display:block;
margin-top:3px;
}
#wSendPage .wSendFormUpload .noticeEventAccess .inner > div.checkboxCaption, #wSendPage .wSendFormUpload .emailCopyToSender .inner > div.checkboxCaption, #wSendPage .wSendFormUpload .useAuthCode .inner > div.checkboxCaption {
float:left;
display:block;
margin-left:10px;
}
#wSendPage .wSendFormUpload .noticeEventAccess .inner > div.checkboxCaption.notice, #wSendPage .wSendFormUpload .emailCopyToSender .inner > div.checkboxCaption.notice, #wSendPage .wSendFormUpload .useAuthCode .inner > div.checkboxCaption.notice {
color:#676767;
font-size:12px;
padding-top:3px;
width:90%;
}
#wSendPage .wSendFormUpload .checkboxOuter {
clear:both;
overflow:hidden;
}
#wSendPage .wSendFormUpload .checkboxOuter > .checkBoxInner {
clear:both;
overflow:hidden;
margin-bottom:2px;
}
#wSendPage .wSendFormUpload .checkboxOuter > .checkBoxInner > input[type="checkbox"] {
float:left;
display:block;
margin-top:3px;
}
#wSendPage .wSendFormUpload .checkboxOuter > .checkBoxInner > span.text {
float:left;
display:block;
margin-left:5px;
}
#wSendPage .wSendFormUpload .radioOuter {
clear:both;
overflow:hidden;
}
#wSendPage .wSendFormUpload .radioOuter > .radioInner {
clear:both;
overflow:hidden;
margin-bottom:2px;
}
#wSendPage .wSendFormUpload .radioOuter > .radioInner > input[type="radio"] {
float:left;
display:block;
margin-top:3px;
}
#wSendPage .wSendFormUpload .radioOuter > .radioInner > span.text {
float:left;
display:block;
margin-left:5px;
}
@media screen and (max-width:800px) {
#wSendPage .wSendFormUpload {
max-width:100%;
}
}
@media screen and (max-width:800px) {
#wSendPage .wSendFormUpload .wSendForm {
margin:20px;
}
}
@media only screen and (max-width:480px) {
#wSendPage .wSendFormUpload div.formRow div.label {
padding:5px;
}
#wSendPage .wSendFormUpload div.formRow div.label, #wSendPage .wSendFormUpload div.formRow div.field {
float:none;
width:100%;
}
#wSendPage .wSendFormUpload #wSendPage #wSendUserselector .addReceiver {
width:100%;
}
}
#setEmailUserPassword {
overflow:hidden;
position:absolute;
z-index:2001;
width:500px;
height:420px;
background:white;
box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
#setEmailUserPassword .inner {
margin:0;
padding:20px;
}
#setEmailUserPassword .functions {
position:absolute;
height:40px;
margin-top:-20px;
width:100%;
clear:both;
overflow:hidden;
z-index:1000;
}
#setEmailUserPassword .functions .function {
float:right;
margin:10px;
padding:5px 15px;
background:rgba(0,0,0,0.18);
cursor:pointer;
transition:all 0.1s ease-in-out;
}
#setEmailUserPassword .functions .function:hover {
background:rgba(0,0,0,0.28);
}
#setEmailUserPassword form[name="setEmailUserPassword"] {
height:auto;
padding:10px 0;
margin:0;
}
#setEmailUserPassword form[name="setEmailUserPassword"] .row {
margin:5px 0;
clear:both;
overflow:hidden;
}
#setEmailUserPassword form[name="setEmailUserPassword"] input {
width:96%;
font-size:inherit;
height:auto;
padding:5px 8px;
line-height:inherit;
}
#setEmailUserPassword form[name="setEmailUserPassword"] select {
width:99%;
}
#setEmailUserPassword form[name="setEmailUserPassword"] .userEmail {
font-weight:bold;
display:block;
}
#setEmailUserPassword form[name="setEmailUserPassword"] .options {
margin-top:20px;
}
#setEmailUserPassword form[name="setEmailUserPassword"] .cb {
float:left;
width:22px;
text-align:left;
margin-top:3px;
}
#setEmailUserPassword form[name="setEmailUserPassword"] .cb_caption {
float:left;
padding-top:1px;
text-align:left;
width:335px;
}
#setEmailUserPassword form[name="setEmailUserPassword"] .disposablePassword {
clear:both;
margin-top:20px;
margin-bottom:5px;
}
#setEmailUserPassword form[name="setEmailUserPassword"] .sendPasswordInEmail {
clear:both;
margin-top:5px;
margin-bottom:5px;
}
#setEmailUserPassword form[name="setEmailUserPassword"] .info {
color:#999;
padding:5px;
}
#setEmailUserPassword form[name="setEmailUserPassword"] #infoDisposablePassword {
display:none;
}
#wSendFormStatus {
top:0;
left:0;
width:100%;
height:100%;
background-color:rgba(255,255,255,0.2);
z-index:2001;
display:flex;
align-items:center;
justify-content:center;
position:absolute;
}
#wSendFormStatus .statusIcon {
margin:20px auto;
width:50px;
height:40px;
text-align:center;
font-size:10px;
}
#wSendFormStatus .statusIcon > div {
background-color:#a9d819;
height:100%;
width:6px;
display:inline-block;
margin:1px;
-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;
animation:sk-stretchdelay 1.2s infinite ease-in-out;
}
#wSendFormStatus .statusIcon .rect2 {
-webkit-animation-delay:-1.1s;
animation-delay:-1.1s;
}
#wSendFormStatus .statusIcon .rect3 {
-webkit-animation-delay:-1.0s;
animation-delay:-1.0s;
}
#wSendFormStatus .statusIcon .rect4 {
-webkit-animation-delay:-0.9s;
animation-delay:-0.9s;
}
#wSendFormStatus .statusIcon .rect5 {
-webkit-animation-delay:-0.8s;
animation-delay:-0.8s;
}
#wSendFormStatus .statusText {
margin:auto;
}
#wSendFormStatus .statusText span {
background-color:#a9d819;
padding:10px 20px;
text-align:center;
color:white;
}
@-webkit-keyframes sk-stretchdelay 0%, @-webkit-keyframes sk-stretchdelay 40%, @-webkit-keyframes sk-stretchdelay 100% {
-webkit-transform:scaleY(0.4);
}
@-webkit-keyframes sk-stretchdelay 20% {
-webkit-transform:scaleY(1.0);
}
@keyframes sk-stretchdelay {
0%, 40%, 100% {
transform:scaleY(0.4);
-webkit-transform:scaleY(0.4);
}
20% {
transform:scaleY(1.0);
-webkit-transform:scaleY(1.0);
}
}
#wSendPage form .formHeadline {
margin-bottom:20px !important;
}
#wSendPage form .formHeadline h2 {
font-weight:normal;
}
#wSendPage form .formDescription {
background:#e8fed2;
padding:10px;
margin-bottom:20px !important;
}
