/**
 * Clear inner floats
 */
.clearfix:before, .actionBar:before, .divergentCrumbSection:before, #content:before, .card:before, .permissionform:before, .addSave:before, .collectionView .entry .entryLink:before, .vd-conB:before, .roleassignbox:before, .bigForm:before, .bigForm .bigFormContent:before, .bigFormSection .formEntry:before, .bigFormSection:before, .typeChooser:before, .memberBox:before, .listBoxContainer:before, .tabularData:before, .services:before, #licenseentrywrap:before, .serviceLoggedInUsers:before, .shareKeyPerms:before, #advancedSearch:before, .objListenerDetailsContainer:before, #userFieldZone:before,
.clearfix:after,
.actionBar:after,
.divergentCrumbSection:after,
#content:after,
.card:after,
.permissionform:after,
.addSave:after,
.collectionView .entry .entryLink:after,
.vd-conB:after,
.roleassignbox:after,
.bigForm:after,
.bigForm .bigFormContent:after,
.bigFormSection .formEntry:after,
.bigFormSection:after,
.typeChooser:after,
.memberBox:after,
.listBoxContainer:after,
.tabularData:after,
.services:after,
#licenseentrywrap:after,
.serviceLoggedInUsers:after,
.shareKeyPerms:after,
#advancedSearch:after,
.objListenerDetailsContainer:after,
#userFieldZone:after {
  content: "";
  display: table;
}

.clearfix:after, .actionBar:after, .divergentCrumbSection:after, #content:after, .card:after, .permissionform:after, .addSave:after, .collectionView .entry .entryLink:after, .vd-conB:after, .roleassignbox:after, .bigForm:after, .bigForm .bigFormContent:after, .bigFormSection .formEntry:after, .bigFormSection:after, .typeChooser:after, .memberBox:after, .listBoxContainer:after, .tabularData:after, .services:after, #licenseentrywrap:after, .serviceLoggedInUsers:after, .shareKeyPerms:after, #advancedSearch:after, .objListenerDetailsContainer:after, #userFieldZone:after {
  clear: both;
}

.clearfix, .actionBar, .divergentCrumbSection, #content, .card, .permissionform, .addSave, .collectionView .entry .entryLink, .vd-conB, .roleassignbox, .bigForm, .bigForm .bigFormContent, .bigFormSection .formEntry, .bigFormSection, .typeChooser, .memberBox, .listBoxContainer, .tabularData, .services, #licenseentrywrap, .serviceLoggedInUsers, .shareKeyPerms, #advancedSearch, .objListenerDetailsContainer, #userFieldZone {
  *zoom: 1;
}

.slimscroll::-webkit-scrollbar, #sidebar::-webkit-scrollbar, .roleassignboxcontent::-webkit-scrollbar, .userGroupSelectorContent::-webkit-scrollbar, .bigFormSection::-webkit-scrollbar, .ui-datepicker .ui-dialog-content::-webkit-scrollbar,
.ui-dialog .ui-dialog-content::-webkit-scrollbar, .listBox::-webkit-scrollbar, #logpanesettings::-webkit-scrollbar, .objectMoverJSTree::-webkit-scrollbar, .objListenerDetailsContainer::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.slimscroll::-webkit-scrollbar-track, #sidebar::-webkit-scrollbar-track, .roleassignboxcontent::-webkit-scrollbar-track, .userGroupSelectorContent::-webkit-scrollbar-track, .bigFormSection::-webkit-scrollbar-track, .ui-datepicker .ui-dialog-content::-webkit-scrollbar-track,
.ui-dialog .ui-dialog-content::-webkit-scrollbar-track, .listBox::-webkit-scrollbar-track, #logpanesettings::-webkit-scrollbar-track, .objectMoverJSTree::-webkit-scrollbar-track, .objListenerDetailsContainer::-webkit-scrollbar-track {
  background-color: #fafafa;
}

.slimscroll::-webkit-scrollbar-thumb, #sidebar::-webkit-scrollbar-thumb, .roleassignboxcontent::-webkit-scrollbar-thumb, .userGroupSelectorContent::-webkit-scrollbar-thumb, .bigFormSection::-webkit-scrollbar-thumb, .ui-datepicker .ui-dialog-content::-webkit-scrollbar-thumb,
.ui-dialog .ui-dialog-content::-webkit-scrollbar-thumb, .listBox::-webkit-scrollbar-thumb, #logpanesettings::-webkit-scrollbar-thumb, .objectMoverJSTree::-webkit-scrollbar-thumb, .objListenerDetailsContainer::-webkit-scrollbar-thumb {
  background-color: #e6e6e6;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * 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;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 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 and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
 * Basic styles for links
 */
a {
  text-decoration: none;
  color: #707070;
}

p a,
.ui-widget-content p a {
  color: #7686c2;
}

p a.link:hover, p a.link:active, p a.link:focus {
  color: #707070;
}

a div {
  color: #707070;
}

html {
  height: 100%;
}

body {
  background-color: #f5f5f5;
  min-width: 320px;
  min-height: 100%;
}

input[type=text],
input[type=date],
input[type=datetime],
input[type=email],
input[type=number],
input[type=search],
input[type=time],
input[type=url],
input[type=password],
textarea,
select {
  line-height: normal;
  background-color: white;
  color: #707070;
  border: 1px solid #c8c8c8;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  padding: 7px 8px;
  height: 37px;
  outline: none;
}

input[type=text]::-ms-clear,
input[type=date]::-ms-clear,
input[type=datetime]::-ms-clear,
input[type=email]::-ms-clear,
input[type=number]::-ms-clear,
input[type=search]::-ms-clear,
input[type=time]::-ms-clear,
input[type=url]::-ms-clear,
input[type=password]::-ms-clear,
textarea::-ms-clear,
select::-ms-clear {
  display: none;
}

input[type=text]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border: 1px solid #999999;
}

input[type=checkbox],
input[type=radio] {
  position: relative;
  top: 2px;
  margin-right: 2px;
}

input[type=date], input[type=datetime-local] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}

.ui-slider {
  height: 8px;
  border: 1px solid #e6e6e6;
  background-color: #999999;
  position: relative;
}

.ui-slider .ui-slider-range {
  background-color: #7686c2;
  height: 8px;
}

.ui-slider .ui-slider-handle {
  background-color: #7686c2;
  border: 1px solid #e6e6e6;
  width: 12px;
  height: 16px;
  top: -5px;
  position: absolute;
}

.sup {
  position: relative;
  bottom: 1ex;
  font-size: 80%;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: transparent;
}

.ui-spinner input {
  text-align: right;
  padding-right: 18px;
}

.ui-spinner .ui-button-text {
  display: none;
}

.ui-spinner .ui-spinner-button:hover {
  background-color: #e6e6e6;
}

.ui-spinner .ui-spinner-button.ui-spinner-up {
  position: absolute;
  width: 8px;
  height: 6px;
  right: 1px;
  top: 2px;
  border-radius: 8px 8px 0px 0px;
  -webkit-border-radius: 8px 8px 0px 0px;
  -moz-border-radius: 8px 8px 0px 0px;
}

.ui-spinner .ui-spinner-button.ui-spinner-down {
  position: absolute;
  width: 8px;
  height: 6px;
  right: 1px;
  bottom: 2px;
  border-radius: 0px 0px 8px 8px;
  -webkit-border-radius: 0px 0px 8px 8px;
  -moz-border-radius: 0px 0px 8px 8px;
}

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

/**
 * Basic typography style for copy text
 */
html {
  font-size: 14px;
}

body {
  color: #707070;
  font-size: 14px;
  font-family: Verdana;
}

.webViewer, input, select, button {
  font: normal 14px/1.4 Lato, "Noto Sans JP", Verdana, Geneva, sans-serif;
  font-size: 1.125rem;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
}

h1, h2 {
  font-family: Lato, Tahoma, Trebuchet, Arial, sans-serif;
}

h1 {
  font-size: 30px;
  margin: 10px 0;
}

h2 {
  font-size: 24px;
  padding: 8px 0;
}

h3 {
  font-size: 20px;
  padding: 4px 0 10px 0;
}

h4 {
  font-size: 16px;
  margin: 4px 0;
}

p {
  margin: 0px 0px 8px 0px;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1180px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;
  /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#header {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #e6e6e6;
  border-radius: 0 0 0.25rem 0.25rem;
  -webkit-border-radius: 0 0 0.25rem 0.25rem;
  -moz-border-radius: 0 0 0.25rem 0.25rem;
  border-width: 0px;
  position: relative;
  z-index: 4;
  left: 0px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -moz-transition: 0.2s left ease-in-out;
  -o-transition: 0.2s left ease-in-out;
  -webkit-transition: 0.2s left ease-in-out;
  transition: 0.2s left ease-in-out;
}

#header:before {
  display: block;
  height: 6px;
  background-color: #7686c2;
  border: 0;
  content: "";
}

.homeLink {
  display: none;
}

@media (min-width: 768px) {
  .homeLink {
    display: block;
    height: 52px;
    margin-top: 4px;
    margin-left: 8px;
    float: left;
    margin-left: 24px;
  }
}
#signInOut {
  height: 60px;
  float: right;
  z-index: 3;
}

@media (min-width: 480px) {
  #signInOut {
    width: 240px;
    overflow: hidden;
  }
}
#signinbar {
  background-color: #7686c2;
  height: 48px;
  border-top: 1px solid #7686c2;
  position: relative;
  text-align: center;
  -moz-transition: 0.2s height ease-in-out;
  -o-transition: 0.2s height ease-in-out;
  -webkit-transition: 0.2s height ease-in-out;
  transition: 0.2s height ease-in-out;
}

#signinbar .checkAndBtn {
  display: none;
  float: right;
  clear: left;
  margin-top: -2px;
}

#signinbar.signInBarActive {
  height: 88px;
}

#signinbar.signInBarActive .checkAndBtn {
  display: block;
}

#signinbar #signinform {
  display: inline-block;
  margin: 8px 0;
  height: 72px;
}

#signinbar #signinform .signinElement {
  float: left;
  margin: 0px 4px 8px 4px;
}

#signinbar #signinform .checkboxLabelInner {
  padding: 0;
}

#signinbar #signinform .signinCbLabel {
  line-height: 31px;
  padding-right: 8px;
  color: white;
}

#signinbar #signinform input[type=password].signinElement,
#signinbar #signinform input[type=text].signinElement {
  padding: 5px;
}

#signinbar #signinform .checkboxContainer {
  margin: 5px 6px;
}

#signinbar #signinform .signinCheckbox {
  clear: left;
}

#signinbar .signinTextBox {
  width: 100px;
  height: 32px;
}

@media (min-width: 480px) {
  #signinbar {
    height: 48px;
  }

  #signinbar.signInBarActive {
    height: 48px;
  }

  #signinbar #signinicon {
    display: none;
  }

  #signinbar #signinform {
    height: 32px;
  }

  #signinbar .signinCheckbox {
    clear: none;
  }

  #signinbar .checkAndBtn {
    float: left;
    clear: none;
    margin-top: 0;
    display: block;
  }
}
@media (min-width: 768px) {
  #signinbar #signinicon {
    display: block;
  }

  #signinbar .signinTextBox {
    width: 140px;
  }
}
.signInInfo,
.signOutBar {
  height: 60px;
  width: 64px;
  position: absolute;
  right: 0;
}

@media (min-width: 768px) {
  .signInInfo,
.signOutBar {
    width: 240px;
  }
}
.avatarImage {
  margin: 4px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  float: left;
}

#avatar {
  width: 40px;
  height: 40px;
  display: block;
  float: left;
}

#avatar .avatarName {
  margin: 0;
}

#nanoLogo {
  position: relative;
  top: -22px;
}

#avatar {
  position: absolute;
  right: 12px;
  top: 10px;
  margin: 0;
}

#avatar .avatarImage {
  margin: 0;
}

.avatarImageSmall {
  width: 24px;
  height: 24px;
  margin: 0px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  float: left;
}

.avatarName {
  border-style: solid;
  border-width: 2px;
  width: 36px;
  height: 36px;
  margin: 4px;
  line-height: 36px;
  font-size: 1.1em;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  float: left;
  text-align: center;
  color: white;
}

.avatarNameSmall {
  width: 24px;
  height: 24px;
  border-width: 0px;
  line-height: 24px;
  margin: 0px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  float: left;
  margin-right: 4px;
}

.avatarNameMulti {
  font-size: 0.8em;
}

#signoutLinks {
  max-width: 200px;
  margin: 11px 64px 13px 8px;
  display: none;
}

@media (min-width: 768px) {
  #signoutLinks {
    display: block;
  }
}
#usernameLink {
  display: block;
  text-align: right;
  margin-bottom: -2px;
  white-space: pre;
  text-overflow: ellipsis;
  overflow: hidden;
}

#signoutLink {
  font-size: 12px;
  display: block;
  text-align: right;
  margin-top: 2px;
}

#signoutLink:hover, #signoutLink:active, #signoutLink:focus {
  color: #7686c2;
}

#signoutImage {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 15px;
  height: 12px;
  vertical-align: middle;
  margin: 0 3px 1px 0;
  background: url(../../images/signout.png) no-repeat;
}

#signinImage {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 15px;
  height: 12px;
  vertical-align: middle;
  margin: 0 3px 1px 0;
  background: url(../../images/signout.png) no-repeat;
}

#title {
  line-height: 60px;
  height: 60px;
  font-size: 20px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
  margin: 0 64px 0 12px;
}

@media (min-width: 768px) {
  #title {
    margin: 0 254px 0 210px;
    font-size: 24px;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  #title {
    margin-left: 240px;
    margin-right: 254px;
    font-size: 30px;
  }
}
.actionBar {
  background-color: #f0f0f0;
  min-height: 40px;
  border-top: 1px solid gainsboro;
  padding: 0 8px 0 0;
  position: relative;
  padding-bottom: 40px;
}

.actionBar.noActions {
  padding-bottom: 0;
}

.actionBar a {
  color: #707070;
}

@media (min-width: 768px) {
  .actionBar {
    padding-bottom: 0px;
  }
}
.actionBar .actionButton {
  padding: 4px;
  margin: 4px 2px;
  width: 24px;
  cursor: pointer;
  height: 24px;
  float: right;
}

.actionBar .searchButtonIn:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.actionBar .searchSec {
  float: right;
  position: relative;
}

.actionBar .searchButton {
  float: left;
  background-color: transparent;
  height: 32px;
  width: 32px;
  padding: 4px;
  margin: 4px 2px;
}

.actionBar .searchButton.searchButtonIn {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  position: absolute;
  bottom: -49px;
  right: 2px;
}

.actionBar input {
  display: none;
  position: absolute;
  right: 0px;
  bottom: -46px;
  width: 218px;
  padding-right: 40px;
  height: 36px;
}

.actionBar .crumbs {
  height: 40px;
  padding: 0px 8px 0 0;
  width: 100%;
  position: relative;
  clear: both;
  overflow-x: auto;
  border-bottom: 1px solid #e6e6e6;
  background-color: transparent;
}

.actionBar .crumbs.noActions {
  border-bottom: 0;
}

.actionBar .crumbs.allCrumbs {
  height: auto;
}

@media (min-width: 768px) {
  .actionBar .crumbs {
    padding: 0 4px 0 0;
    background-color: transparent;
    width: auto;
    clear: none;
    border-bottom-width: 0px;
    left: 0px;
    margin-right: 110px;
  }
}
.noActions .crumbs {
  border-bottom-width: 0px;
}

.crumbs img {
  position: relative;
  top: 3px;
  left: 4px;
}

.allCrumbs .crumbpath {
  display: none;
}

.allCrumbs .divergentCrumbs {
  display: block;
}

.allCrumbs .divergentCrumbs .crumbpath {
  display: block;
}

.crumbpath {
  white-space: nowrap;
  display: block;
  height: 40px;
  line-height: 40px;
}

.crumbs .crumblink {
  padding: 8px 10px 8px 20px;
  line-height: 24px;
  display: inline-block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
}

.divergentCrumbs a.crumblink.oddCrumb {
  background-color: #e3e3e3;
}

.divergentCrumbs a.crumblink.oddCrumb .bcArrow {
  border-left-color: #e3e3e3;
}

.divergentCrumbs a.crumblink.evenCrumb {
  background-color: #d6d6d6;
}

.divergentCrumbs a.crumblink.evenCrumb .bcArrow {
  border-left-color: #d6d6d6;
}

.divergentCrumbs > .divergentCrumbSection:first-child > .crumblink:first-child {
  padding-left: 8px;
}

.crumbpath .crumblink:nth-child(odd) {
  background-color: #e3e3e3;
}

.crumbpath .crumblink:nth-child(odd) .bcArrow {
  border-left-color: #e3e3e3;
}

.crumbpath .crumblink:nth-child(even) {
  background-color: #d6d6d6;
}

.crumbpath .crumblink:nth-child(even) .bcArrow {
  border-left-color: #d6d6d6;
}

.crumbpath div.crumblink:last-child {
  background-color: transparent;
}

.crumbpath div.crumblink:last-child .bcArrow {
  border-left-color: transparent;
}

.crumbpath .crumblink:first-child {
  margin-left: 42px;
  padding-left: 8px;
}

.crumbpath .crumblink .bcArrow,
.divergentCrumbs .crumblink .bcArrow {
  position: absolute;
  display: block;
  line-height: 0px;
  height: 0px;
  width: 0px;
  top: 0px;
  border-left: 10px solid transparent;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  right: -10px;
}

.crumbpath a.crumblink:hover, .crumbpath a.crumblink:active, .crumbpath a.crumblink:focus,
.divergentCrumbs a.crumblink:hover,
.divergentCrumbs a.crumblink:active,
.divergentCrumbs a.crumblink:focus {
  text-decoration: none;
  color: white;
  background: #7686c2;
}

.crumbpath a.crumblink:hover .bcArrow, .crumbpath a.crumblink:active .bcArrow, .crumbpath a.crumblink:focus .bcArrow,
.divergentCrumbs a.crumblink:hover .bcArrow,
.divergentCrumbs a.crumblink:active .bcArrow,
.divergentCrumbs a.crumblink:focus .bcArrow {
  border-left-color: #7686c2 !important;
}

.divergentCrumbSection {
  position: relative;
}

.divergentCrumbs {
  display: none;
  margin-left: 42px;
}

.divergentCrumbs .crumblink:first-child {
  margin-left: 0px;
}

.divergentCrumbs .column {
  display: inline-block;
}

.divergentCrumbs .crumblink {
  display: block;
  float: left;
}

.initialDivergeCrumbs {
  float: left;
}

#actions {
  position: absolute;
  right: 12px;
  bottom: 0;
  height: 40px;
}

@media (min-width: 768px) {
  #actions {
    position: static;
    float: right;
    margin-right: 0px;
  }
}
#actions .actionInner {
  float: right;
  position: relative;
}

#actions .actionInner .actionButton {
  float: left;
}

#actions .actionInner .actionDisplayPopup {
  position: absolute;
  top: -24px;
  padding: 4px;
  background-color: white;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #e6e6e6;
  border-radius: 0 0 0.25rem 0.25rem;
  -webkit-border-radius: 0 0 0.25rem 0.25rem;
  -moz-border-radius: 0 0 0.25rem 0.25rem;
  z-index: 2;
  text-align: center;
  white-space: pre;
}

#actions .actionSep {
  float: right;
  width: 1px;
  height: 40px;
  margin: 0 3px;
  background-color: #d4d4d4;
}

.noActions #actions {
  display: none;
}

#footer {
  position: fixed;
  bottom: 0;
  left: 0px;
  -moz-transition: 0.2s left ease-in-out;
  -o-transition: 0.2s left ease-in-out;
  -webkit-transition: 0.2s left ease-in-out;
  transition: 0.2s left ease-in-out;
  height: 24px;
  border-top: 1px solid gainsboro;
  border-bottom: 2px solid #7686c2;
  width: 100%;
  overflow: hidden;
  background-color: #f0f0f0;
  line-height: 24px;
  font-size: 12px;
  z-index: 1;
  font-family: Verdana, Geneva, sans-serif;
}

#footer img {
  margin: 7px 8px;
}

#copyright {
  vertical-align: top;
  display: none;
}

@media (min-width: 768px) {
  #copyright {
    display: inline;
  }
}
#serverVersion {
  vertical-align: top;
  float: right;
  margin-right: 24px;
  display: none;
}

@media (min-width: 480px) {
  #serverVersion {
    display: inline;
  }
}
#language {
  vertical-align: top;
  float: right;
  margin-right: 8px;
}

#language a {
  vertical-align: top;
}

#content {
  padding-bottom: 27px;
  position: relative;
  left: 0px;
  -moz-transition: 0.2s left ease-in-out;
  -o-transition: 0.2s left ease-in-out;
  -webkit-transition: 0.2s left ease-in-out;
  transition: 0.2s left ease-in-out;
  width: 100%;
  min-height: 100px;
  overflow-x: auto;
}

@media (min-width: 768px) {
  #content {
    position: absolute;
    left: 0px;
    right: 0px;
    min-height: auto;
    overflow: auto;
    width: auto;
    padding-bottom: 16px;
    margin-bottom: 0px;
    bottom: 27px;
    top: 108px;
  }

  #content.has-actions {
    top: 108px;
  }

  #content.guest-head {
    top: 158px;
  }

  #content.guest-head.has-actions {
    top: 158px;
  }
}
#content.no-mobile-content {
  position: absolute;
  left: 0px;
  right: 0px;
  min-height: auto;
  overflow: auto;
  width: auto;
  padding-bottom: 16px;
  margin-bottom: 0px;
  bottom: 27px;
  top: 108px;
}

#content.no-mobile-content.has-actions {
  top: 148px;
}

@media (min-width: 768px) {
  #content.no-mobile-content.has-actions {
    top: 108px;
  }
}
#content.no-mobile-content.guest-head {
  top: 158px;
}

#content.no-mobile-content.guest-head.has-actions {
  top: 198px;
}

@media (min-width: 768px) {
  #content.no-mobile-content.guest-head.has-actions {
    top: 158px;
  }
}
#content.cn-nopad {
  padding: 0;
}

.fullContent #content {
  position: absolute;
  top: 0 !important;
  bottom: 0 !important;
}

.fullContent #header, .fullContent #footer {
  display: none;
}

@media (min-width: 768px) {
  body {
    overflow: hidden;
  }
}
.height100 {
  height: 100%;
}

.errorContent {
  display: table;
  width: 100%;
  height: 100%;
  margin-top: 100px;
}

@media (min-width: 768px) {
  .errorContent {
    margin-top: 0;
  }
}
.ec-in {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.ec-img {
  text-align: center;
  margin: 8px;
}

.ec-text {
  margin: 8px;
}

.ec-text h2 {
  margin: 0;
}

.ec-text div {
  max-width: 700px;
  margin: 0 auto;
}

.visibleSidebar .webViewer {
  left: 275px;
  right: 0;
  width: auto;
}

.visibleSidebar #sideContainer .ui-resizable-handle {
  display: none;
}

.ui-resizable-handle {
  position: absolute;
}

.ui-resizable-w {
  height: 100%;
  width: 4px;
  top: 0;
  left: -2px;
  cursor: w-resize;
}

.ui-resizable-e {
  height: 100%;
  width: 4px;
  top: 0;
  right: -2px;
  cursor: e-resize;
}

.ui-resizable-disabled .ui-resizable-handle {
  cursor: default !important;
}

.inForm {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 12px;
}

.inForm li {
  margin: 8px;
  padding: 8px;
  border: 1px solid #e6e6e6;
  margin-bottom: 12px;
  margin-top: 4px;
  border-radius: 3px;
}

.inForm li label {
  display: block;
  float: left;
  margin-top: -20px;
  background: white;
  height: 14px;
  padding: 2px 5px 2px 5px;
  font-size: 14px;
  overflow: hidden;
}

.inForm input[type=text],
.inForm input[type=date],
.inForm input[type=datetime],
.inForm input[type=email],
.inForm input[type=number],
.inForm input[type=search],
.inForm input[type=time],
.inForm input[type=url],
.inForm input[type=password],
.inForm textarea,
.inForm select {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  display: block;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  padding: 0;
}

.inForm span {
  background-color: #F3F3F3;
  display: block;
  padding: 3px;
  margin: 0 -9px -9px -9px;
  text-align: center;
  color: #C0C0C0;
  font-size: 11px;
}

.inForm textarea {
  resize: none;
}

button,
input[type=submit] {
  height: 32px;
  line-height: 32px;
  padding: 0 16px;
  margin: 0 8px 8px 0px;
  cursor: pointer;
  background-color: #7686c2;
  color: white;
  border-width: 0px;
  border-radius: 2px;
  outline: none;
  float: right;
  transition: background-color 200ms linear;
}

button:hover, button:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  background-color: #687abc;
}

button:active,
input[type=submit]:active {
  background-color: #5a6db5;
}

button.compBtn,
input[type=submit].compBtn {
  background-color: #76c2b2;
  color: white;
}

button.compBtn:hover, button.compBtn:focus,
input[type=submit].compBtn:hover,
input[type=submit].compBtn:focus {
  background-color: #68bcaa;
}

button.compBtn:active,
input[type=submit].compBtn:active {
  background-color: #5ab5a2;
}

.buttonSet {
  float: right;
  margin-left: 8px;
}

.buttonSet button, .buttonSet input {
  float: left;
}

.buttonSet button:last-child, .buttonSet input:last-child {
  margin-right: 0px;
}

button.obtn,
input[type=submit].obtn {
  margin-right: 0px;
}

button.serverPingCheck {
  background: none;
  margin: 0;
  padding: 0;
  height: 24px;
}

button:disabled,
input[type=submit]:disabled {
  background-color: #e6e6e6;
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.cbInput {
  margin-left: 8px;
  margin-bottom: 8px;
}

.collectionView .checkboxCustom {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  display: block;
  margin-top: 0px;
}

.entry:hover .checkboxCustom, .entry:active .checkboxCustom, .entry:focus .checkboxCustom {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.fhEntry {
  display: none;
}

.checkVis .checkboxCustom {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.checkboxCustom {
  font-size: 18px;
  position: relative;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  display: block;
}

.checkboxCustom .rangeCheckbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  left: 0;
  top: 0;
}

.checkboxCustom .checkboxIndicator {
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: white;
  display: block;
  box-sizing: border-box;
  border: 1px solid #b4b4b4;
  /* Check mark */
}

.checkboxCustom .checkboxIndicator:after {
  position: absolute;
  display: none;
  content: "";
  /* Checkbox tick */
  top: 4px;
  left: 8px;
  width: 3px;
  height: 8px;
  transform: rotate(45deg);
  border: solid white;
  border-width: 0 2px 2px 0;
}

.checkboxCustom .checkboxIndicator.radioIndicator {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.checkboxCustom input[type=checkbox], .checkboxCustom input[type=radio] {
  top: -2px;
  left: 2px;
}

.checkboxCustom input[type=checkbox]:disabled, .checkboxCustom input[type=radio]:disabled {
  display: none;
}

/* Hover and focus states */
.checkboxCustom:hover input ~ .checkboxIndicator,
.checkboxCustom input:focus ~ .checkboxIndicator,
.checkboxLabel:hover .checkboxIndicator {
  border-width: 2px;
}

.checkboxCustom:hover input:focus ~ .checkboxIndicator,
.checkboxLabel:hover input:focus ~ .checkboxIndicator {
  border-color: #7686c2;
}

/* Checked state */
.checkboxCustom input:checked ~ .checkboxIndicator {
  background: #7686c2;
  border-width: 0px;
}

/* Hover state whilst checked */
.checkboxCustom:hover input:not([disabled]):checked ~ .checkboxIndicator,
.checkboxLabel:hover input:not([disabled]):checked ~ .checkboxIndicator,
.checkboxCustom input:checked:focus ~ .checkboxIndicator {
  background: #5367b2;
}

/* Disabled state */
.checkboxCustom input:disabled ~ .checkboxIndicator {
  pointer-events: none;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  background: #e6e6e6;
  border-width: 1px;
}

.checkboxCustom input:disabled ~ .checkboxIndicator:after {
  top: 3px;
  left: 7px;
}

/* Show check mark */
.checkboxCustom input:checked ~ .checkboxIndicator:after {
  display: block;
}

/* Disabled tick colour */
.checkboxCustom input:disabled ~ .checkboxIndicator:after {
  border-color: #444444;
}

.checkboxCustom input:disabled ~ .checkboxIndicator {
  display: block;
}

.listView .checkboxCustom,
.detailsView .checkboxCustom {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.bigFormSection .checkboxContainer,
.bigFormSection .toggleContainer, .ui-dialog .checkboxContainer,
.ui-dialog .toggleContainer, .reviewButton .checkboxContainer,
.reviewButton .toggleContainer, #advancedSearch .checkboxContainer,
#advancedSearch .toggleContainer, .roleCheckboxCon .checkboxContainer,
.roleCheckboxCon .toggleContainer {
  float: left;
  margin: 8px 0;
}

.bigFormSection .checkboxContainer.checkNoDesc,
.bigFormSection .toggleContainer.checkNoDesc, .ui-dialog .checkboxContainer.checkNoDesc,
.ui-dialog .toggleContainer.checkNoDesc, .reviewButton .checkboxContainer.checkNoDesc,
.reviewButton .toggleContainer.checkNoDesc, #advancedSearch .checkboxContainer.checkNoDesc,
#advancedSearch .toggleContainer.checkNoDesc, .roleCheckboxCon .checkboxContainer.checkNoDesc,
.roleCheckboxCon .toggleContainer.checkNoDesc {
  margin: 0;
}

.bigFormSection .checkboxLabelInner, .ui-dialog .checkboxLabelInner, .reviewButton .checkboxLabelInner, #advancedSearch .checkboxLabelInner, .roleCheckboxCon .checkboxLabelInner {
  padding-left: 8px;
  display: inline-block;
  line-height: 40px;
}

.bigFormSection .checkboxLabelInner.toggleLabel, .ui-dialog .checkboxLabelInner.toggleLabel, .reviewButton .checkboxLabelInner.toggleLabel, #advancedSearch .checkboxLabelInner.toggleLabel, .roleCheckboxCon .checkboxLabelInner.toggleLabel {
  position: relative;
  top: -1px;
}

.bigFormSection .checkboxLabelInner span:first-child, .ui-dialog .checkboxLabelInner span:first-child, .reviewButton .checkboxLabelInner span:first-child, #advancedSearch .checkboxLabelInner span:first-child, .roleCheckboxCon .checkboxLabelInner span:first-child {
  display: block;
  line-height: 20px;
}

.bigFormSection .checkboxLabelInner span:last-child, .ui-dialog .checkboxLabelInner span:last-child, .reviewButton .checkboxLabelInner span:last-child, #advancedSearch .checkboxLabelInner span:last-child, .roleCheckboxCon .checkboxLabelInner span:last-child {
  display: block;
  line-height: 20px;
  font-size: 0.8em;
}

.bigFormSection .checkboxLabelInner.checkNoDesc span, .ui-dialog .checkboxLabelInner.checkNoDesc span, .reviewButton .checkboxLabelInner.checkNoDesc span, #advancedSearch .checkboxLabelInner.checkNoDesc span, .roleCheckboxCon .checkboxLabelInner.checkNoDesc span {
  display: block;
  line-height: 21px;
  font-size: 1em;
}

.checkboxContainer {
  float: left;
}

.checkboxLabelInner {
  padding-left: 12px;
}

.toggleContainer {
  width: 45px;
  height: 20px;
  margin-top: 2px;
}

.toggleContainer .toggleCustom {
  display: block;
  position: relative;
  height: 20px;
}

.toggleContainer .toggleCustom input[type=checkbox] {
  left: 4px;
  top: 0px;
  z-index: -1;
}

.toggleContainer .toggleCustom .toggleIndicator {
  border: 2px solid #999999;
  background-color: white;
  width: 41px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.16s, border-color 0.16s;
}

.toggleContainer .toggleCustom .toggleIndicator:after {
  width: 10px;
  height: 10px;
  background-color: #7686c2;
  position: absolute;
  left: 3px;
  top: 3px;
  content: "";
  transition: left 0.16s, background-color 0.16s;
}

/* Hover and focus states */
.checkboxLabel:hover input ~ .toggleIndicator,
.checkboxLabel input:focus ~ .toggleIndicator {
  border-color: #7686c2;
  background-color: #eaedf6;
}

.toggleCustom:hover input:focus ~ .toggleIndicator,
.checkboxLabel:hover input:focus ~ .toggleIndicator {
  border-color: #7686c2;
}

/* Checked state */
.toggleCustom input:checked ~ .toggleIndicator {
  border-color: #7686c2;
  background-color: #7686c2;
}

/* Hover state whilst checked */
.toggleCustom:hover input:not([disabled]):checked ~ .toggleIndicator,
.checkboxLabel:hover input:not([disabled]):checked ~ .toggleIndicator,
.toggleCustom input:checked:focus ~ .toggleIndicator {
  background: #5367b2;
}

.toggleCustom input:checked ~ .toggleIndicator:after {
  left: 28px;
  background-color: white;
}

.toggleCustom input:checked:disabled ~ .toggleIndicator {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}

.toggleCustom input:checked:disabled ~ .toggleIndicator:after {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.card {
  display: block;
  margin: 16px 0;
  padding: 16px;
  background-color: white;
  position: relative;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #e6e6e6;
  border-radius: 0 0 0.25rem 0.25rem;
  -webkit-border-radius: 0 0 0.25rem 0.25rem;
  -moz-border-radius: 0 0 0.25rem 0.25rem;
}

@media (min-width: 480px) {
  .card {
    margin: 16px auto;
  }
}
.card:hover, .card:active, .card:focus {
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #b4b4b4;
  border-radius: 0 0 0.25rem 0.25rem;
  -webkit-border-radius: 0 0 0.25rem 0.25rem;
  -moz-border-radius: 0 0 0.25rem 0.25rem;
}

.card:active {
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 0px 4px #b4b4b4 inset;
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 0px 4px #b4b4b4 inset;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 0px 4px #b4b4b4 inset;
  border: 1px solid #b4b4b4;
  border-radius: 0 0 0.25rem 0.25rem;
  -webkit-border-radius: 0 0 0.25rem 0.25rem;
  -moz-border-radius: 0 0 0.25rem 0.25rem;
}

@media (min-width: 1024px) {
  .cardView {
    margin: 12px;
  }
}
@media (min-width: 1024px) {
  .cardView .card {
    float: left;
    height: 133px;
    width: 48%;
    margin: 8px 1%;
    width: calc(50% - 16px);
    margin: calc(8px);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
.appImageC > img {
  width: 96px;
  height: 96px;
}

.card .appImageC {
  position: absolute;
  top: 16px;
  bottom: 16px;
}

.card .cardText {
  margin: 6px 0px 6px 111px;
  min-height: 79px;
}

@media (min-width: 1024px) {
  .card .cardText h2 {
    padding-bottom: 0;
  }
}
.card h2 {
  margin: 0px;
}

#main {
  margin: 16px auto;
  padding: 8px 0;
  width: 1000px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #e6e6e6;
  border-radius: 0 0 0.25rem 0.25rem;
  -webkit-border-radius: 0 0 0.25rem 0.25rem;
  -moz-border-radius: 0 0 0.25rem 0.25rem;
  background-color: white;
}

/* OLD STYLESHEET */
hr {
  height: 1px;
  border: 0;
  background-color: #e6e6e6;
  margin: 0;
  clear: both;
}

.invisibletinyhr {
  margin: 1px 0;
  background: none;
}

.invisiblehr {
  margin: 15px 0;
  background: none;
}

.thickhr {
  margin: 5px 0 8px 0 !important;
}

b {
  font-weight: bold;
}

li {
  margin: 3px 0;
}

.clear {
  clear: both;
}

.rightAlign {
  text-align: right;
}

.fileAndMimeButton.disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

input.rangeCheckbox:disabled {
  display: none !important;
}

label.checkboxSpacing {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 20px;
  padding-top: 4px;
}

.checkBoxInputHeight {
  margin-top: 10px;
  height: 18px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.permissionSelectBox.otxt {
  width: 248px !important;
}

.innercol {
  width: 1000px;
  margin: 0 auto;
}

#slideMetaExpandContract {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 3px;
  top: 8px;
  cursor: pointer;
  background-size: 100%;
}

.slideMetaHidden {
  background: url("../../images/expand.png") no-repeat center center;
}

.slideMetaVisible {
  background: url("../../images/collapse.png") no-repeat center center;
}

.criticalError {
  word-wrap: break-word;
}

#errorBar {
  clear: left;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 10px;
}

.errorBarInner {
  background-color: #f99;
  color: white;
  line-height: 24px;
  padding: 8px;
  position: relative;
  left: -50%;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

#errorIcon {
  display: block;
  float: left;
}

#errorTitle {
  margin-left: 8px;
}

#errorText {
  line-height: 28px;
}

#dateRange {
  float: left;
  min-width: 150px;
  margin-left: 9px;
  height: 24px;
}

#dateFrom input.otxt,
#dateTo input.otxt {
  margin: 0 5px;
}

#dateTo {
  margin-left: 9px;
}

.contentLayout {
  width: 808px;
  margin: 20px 96px 15px 96px;
}

.contentLayoutContent {
  float: left;
  position: relative;
  width: 650px;
  margin-left: 30px;
}

#quickUploadForm {
  width: 992px;
  margin-left: 4px;
}

.addEntry, .contentDescriptor {
  float: left;
  margin-right: 0px;
  /*width: 128px;
  height: 128px;*/
  text-align: center;
}

.permissionform {
  margin-bottom: 15px;
  margin-top: 15px;
}

.addSave {
  margin-top: 8px;
}

.addSave input {
  margin-bottom: 0px;
}

.formEntry {
  margin: 4px 0;
}

.contentLayoutContent input[type=submit].obtn {
  display: block;
  float: right;
}

.formContainer {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-top: 10px;
}

.formContainerNoMargin {
  margin-top: 0px;
}

.rightCheckboxContainer {
  margin: 3px 0;
}

.addpermissions h3 {
  text-align: left;
  margin-left: 40px;
}

#addPermissionSubmit {
  width: 100px !important;
  height: 34px !important;
  margin-bottom: 0px;
}

.addpermissions {
  float: left;
  width: 760px;
  text-align: center;
  margin: 0 auto;
}

.permissionTypeBoxes {
  margin-left: 176px;
  margin-top: -14px;
}

.permissionTypeBoxes div {
  padding: 3px 0;
}

.titleLabel {
  font-size: 18px;
  white-space: nowrap;
}

.titleLabelGap {
  margin-top: 28px;
}

.subcategory {
  margin-left: 40px;
}

.permissiontitle {
  margin-left: 96px;
}

.permissiontype {
  float: left;
}

.permissionSummary {
  clear: both;
  margin: 0 0 3px 0;
}

.permissionSummaryUserName {
  font-weight: bold;
  float: left;
}

#addmorepermissions {
  display: none;
  margin-top: 20px;
}

.metaApplyAll {
  visibility: hidden;
  position: absolute;
  bottom: 0;
  right: 8px;
}

.metaApplyAllButton {
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0px !important;
  cursor: pointer;
  background-color: transparent;
}

.metaApplyAllButton img {
  margin-top: 4px;
}

#permissionCalcContent {
  overflow-x: hidden;
  max-height: none;
}

.permCheckCol {
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  height: 24px;
  line-height: 24px;
  padding: 5px;
  overflow: hidden;
}

.permCheckRow {
  background-color: white;
}

.permCheckObjColumn {
  width: 206px;
}

#permCheckHead .permCheckCol {
  font-weight: bold;
}

.permCheckCol span {
  vertical-align: top;
}

.permCheckCol img {
  margin-right: 5px;
}

.permissionCheckPerms {
  padding: 8px;
}

.permissionCheckImage {
  float: left;
}

.permissionCheckName {
  margin-top: 5px;
  margin-left: 28px;
}

#permissionChecker {
  background-color: #f5f5f5;
  max-width: 650px;
}

.permCheckObjColumn {
  border-right-width: 0px;
}

#permissionCheckerTitle {
  position: static;
  padding: 4px;
  margin: 1px 2px;
  cursor: pointer;
}

#permissionCheckerTitle:hover {
  padding: 3px;
  border: 1px solid #e6e6e6;
  background-color: white;
}

#permissionChecker .roleassignboxhead {
  height: 39px;
}

#contextAdd,
.contextAdd {
  background: url("../../images/add.png") no-repeat center center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

#contextSettings {
  background: url("../../images/Gears.png") no-repeat center center;
}

#contextEdit {
  background: url("../../images/edit.png") no-repeat center center;
}

#contextMove {
  background: url("../../images/move.png") no-repeat center center;
}

#contextDelete {
  background: url("../../images/bin.png") no-repeat center center;
}

#contextSearch {
  width: 150px;
  height: 22px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 4px;
  float: left;
}

#contextSearchSubmit {
  float: left;
  background: white url("../../images/search.png") no-repeat center center !important;
  margin-top: 3px;
  width: 25px;
  height: 25px;
}

#contextMenu {
  position: absolute;
  z-index: 5;
}

.contextButton,
input[type=submit].contextButton.obtn {
  position: relative !important;
  z-index: 6 !important;
  float: left !important;
  padding: 3px !important;
  width: 25px !important;
  height: 25px !important;
  margin-left: 5px !important;
  filter: none !important;
}

input[type=submit].contextButton.obtn {
  display: block !important;
}

#noJSWarning {
  text-align: center;
  margin: 0 auto;
  font-size: 36px;
  color: #ccc;
  position: absolute;
  top: 152px;
  bottom: 58px;
  left: 0;
  right: 0;
}

#noJSWarning span {
  display: block;
  font-size: 16px;
  margin-top: 10px;
}

.contextButtons .contextButton {
  margin: -3px 3px 0 3px !important;
  z-index: 3 !important;
}

.contextButtons .contextButton.zHack {
  z-index: 6 !important;
}

input[type=submit].contextButton.obtn {
  border-radius: 0px !important;
  border: 0 !important;
  text-indent: -4342px !important;
  font-size: 0px !important;
  line-height: 0 !important;
}

.contextDropDownEntry {
  clear: both;
  height: 24px;
  margin: 2px 0;
  padding: 4px 0;
  cursor: pointer;
  padding-right: 8px;
  white-space: nowrap;
}

.contextDropDownEntry:hover {
  background-color: #f0f0f0;
}

.contextDropDownEntry .contextButton {
  padding: 0;
  float: none;
  display: inline;
}

.contextDropDownImage {
  width: 24px;
  height: 24px;
  margin-left: 4px;
}

.contextDropDownEntry input[type=radio] {
  position: relative;
  top: -4px;
  display: inline;
}

.contextDropDownEntry label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  vertical-align: 7px;
  padding-left: 6px;
}

.contextDropDownEntry label img {
  position: relative;
  top: 6px;
}

.contextDropDownHeading {
  height: 36px;
  margin: 6px;
  line-height: 36px;
}

.contextDropDownHeading h3 {
  margin: 0;
}

#contextDropDownSubmit {
  margin: 10px 5px 5px 5px;
  text-align: right;
}

.contextDropDownAddThumb {
  float: left;
  margin: 10px;
  width: 64px;
  height: 64px;
  cursor: pointer;
}

.contextDropDownAddThumb.odd {
  clear: left;
}

#editFolderContainer {
  display: none;
}

#addJSFileUploadButton {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 0;
  /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=0);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=0)";
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -khtml-opacity: 0;
  /* Safari 1.x */
  -moz-opacity: 0;
  /* FF lt 1.5, Netscape */
}

#fileUploadDetails {
  font-size: 0.7em;
  max-height: 262px;
  overflow-y: auto;
}

.fileUploadEntry {
  margin: 5px;
  word-wrap: break-word;
}

#signout {
  width: 800px;
  float: right;
  margin-top: -50px;
}

#signoutLinks {
  float: right;
}

#signoutLink {
  font-size: 12px;
  display: block;
  text-align: right;
  margin-top: 2px;
}

#signoutImage {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 15px;
  height: 12px;
  vertical-align: middle;
  margin: 0 3px 1px 0;
  background: url("../../images/signout.png") no-repeat;
}

#signoutLink:hover #signoutImage {
  background: url("../../images/signouthover.png") no-repeat;
}

#signout img {
  float: right;
  margin-top: -2px;
  margin-left: 5px;
}

.pageskipper {
  margin-top: 10px;
  height: 24px;
  padding-bottom: 10px;
  text-align: center;
}

.userDisabled,
.userDisabled a {
  opacity: 0.55 !important;
  filter: alpha(opacity=55) !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)" !important;
}

.builtInUG a, .builtInUG a:hover, .builtInUG {
  color: cornflowerblue !important;
}

.bulkActionsBar {
  padding: 5px;
  height: 32px;
}

.bulkActionsBar label, .bulkActionsBar a {
  display: block;
  float: left;
  margin-left: 25px;
  cursor: pointer;
  overflow: hidden;
  line-height: 30px;
}

.bulkActionsBar span {
  margin-left: 10px;
  line-height: 24px;
}

.bulkActionsBar img {
  display: block;
  float: left;
  margin-top: 4px;
}

.bulkActionsBar input[type=text].otxt {
  float: right !important;
  height: 16px;
}

.bulkActionsBar select.otxt {
  width: 140px !important;
  height: 24px !important;
  padding: 0 !important;
  float: left !important;
  margin-left: 4px;
  margin-top: 4px;
}

.bulkBarTop {
  margin-bottom: 5px;
}

.bulkBarBottom, .bulkBarBottomNoHide {
  margin-top: 5px;
}

.bulkSelectDiv {
  float: left;
  line-height: 32px;
  margin-left: 20px;
  margin-right: 4px;
}

.bulkSelectLabel {
  margin-left: 8px !important;
}

.bulkSelectLabel {
  position: relative;
}

.bulkSelectLabel img {
  position: relative;
  pointer-events: none;
}

.bulkSelectLabel input[type=submit].obtn {
  position: relative;
  padding: 0px;
  width: 0px;
}

#quickUpload {
  height: 142px;
  width: 128px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 0;
  /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=0);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=0)";
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -khtml-opacity: 0;
  /* Safari 1.x */
  -moz-opacity: 0;
  /* FF lt 1.5, Netscape */
}

#addFile {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.fixedFormText {
  line-height: 38px;
  margin: 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}

#addEntryUl {
  margin: 0;
  padding: 0;
}

.addEntryLi {
  margin-left: 96px;
  list-style-type: none;
  display: block;
  float: left;
  overflow: hidden;
  position: relative;
}

#quickUploadWrapper {
  width: 128px;
  height: 142px;
  position: absolute;
  top: 0;
  left: 0;
}

#quickUploadWrapperSmall {
  overflow: hidden;
  width: 93%;
  height: 32px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
}

#previewPane {
  position: fixed;
  bottom: 10px;
  left: 10px;
  right: 10px;
  height: 138px;
  border: 1px solid #ccc;
  background: white;
}

#previewImageContainer {
  text-align: right;
  width: 386px;
  height: 130px;
  margin: 4px 20px;
}

.decodeError {
  margin-bottom: 8px;
  background-color: #ffdf80;
  padding: 8px;
  border-radius: 2px;
  position: relative;
  line-height: 1.3em;
}

.decodeErrorImg {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  position: absolute;
}

.tooltip {
  font-size: 0.8em;
  vertical-align: top;
  position: relative;
  top: -5px;
  position: relative;
}

.tooltip span {
  display: none;
  position: absolute;
  z-index: 10;
  background-color: white;
  border: 1px solid #aaaaaa;
  padding: 4px;
  left: 10px;
  top: -10px;
  min-width: 200px;
  text-align: left;
}

.tooltip:hover span {
  display: inherit;
}

.scroll::-webkit-scrollbar {
  width: 8px;
}

.scroll::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 10px;
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ccc;
}

#emptyCollection {
  text-align: center;
  margin: 20px auto;
  padding: 20px 0;
  font-size: 36px;
  color: #ccc;
}

#safariRCFix {
  z-index: 123456788;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 10px;
  left: 10px;
  display: none;
  background: url("../../images/contextmenu.png") no-repeat;
  cursor: pointer;
}

#rightClick {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 123456789;
}

#moveBox {
  float: left;
  width: 279px;
  margin-right: 3px;
  margin-top: 20px;
  padding: 10px;
  overflow-x: auto;
  white-space: nowrap;
}

#actionObjectBox {
  float: left;
  width: 600px;
}

.treeSubmit {
  cursor: pointer;
  width: 100%;
  display: block;
}

.moveSubmitContainer {
  width: 50%;
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.moveSubmit {
  cursor: pointer;
}

.treeSubmit .entryName {
  text-align: left;
  height: 32px;
  line-height: 32px;
}

.treeEntry {
  height: 24px;
  padding: 1px 0;
  position: relative;
}

.treeIcon {
  display: block;
  height: 20px;
  width: 20px;
  padding: 2px;
  cursor: pointer;
  background: url("../../images/treeicons.png") no-repeat;
  background-position: 0 -48px;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
}

.treeFolderIcon {
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url("../../images/treeicons.png") no-repeat;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 24px;
}

.treeText {
  display: block;
  height: 24px;
  line-height: 24px;
  vertical-align: top;
  overflow: visible;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 48px;
}

.treeView {
  margin-left: 24px;
}

#uploadConfirm {
  padding: 10px;
  position: fixed;
  width: 280px;
  max-height: 405px;
  left: 50%;
  top: 50%;
  margin-left: -250px;
  margin-top: -200px;
}

.questionContentIcon {
  background: url("../../images/question2.png") !important;
  background-size: 100%;
}

.binIcon {
  background: url("../../images/bin.png") no-repeat left center;
}

.serverping, .serverpingex, .concurrentUserCountChooser {
  width: 421px !important;
}

.searchDateEntry {
  width: 182px !important;
}

.searchDateCheck {
  margin-left: 10px !important;
}

.concurrentUserCount {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px;
  text-align: center;
  width: 26px;
}

.inputLessTwoButtons {
  width: 392px !important;
}

.addImageServerStatus {
  float: right;
  margin-right: 1px;
  margin-top: 3px;
}

.imageServerDetails {
  min-height: 322px;
}

.inline24 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.inline24 img {
  position: relative;
  top: 5px;
}

.serviceSectionTitle {
  margin: 5px 0;
}

.slideExist {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* For IE8 and earlier */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.objectGroup {
  padding: 10px 0;
}

.objectGroupIcons {
  border-bottom: 1px solid #e0e0e0;
}

.objectGroupList {
  border-bottom: 1px solid #e0e0e0;
}

.objectGroupTable {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
}

.objectGroupText {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.objectGroupDefault .objectGroupText {
  font-size: 20px;
}

.objectGroupIcons .objectGroupText {
  font-size: 20px;
}

.objectGroupList .objectGroupText {
  font-size: 20px;
}

.objectGroupTable .objectGroupText {
  font-size: 20px;
}

.hiddenDateMonth {
  display: none;
}

.hidden {
  display: none;
}

#homeCustomBanner {
  text-align: center;
  padding: 15px 0 3px 0;
  word-break: break-word;
}

#homeCustomLogo {
  margin-bottom: 4px;
}

#homeCustomLogo img {
  max-width: 600px;
  max-height: 180px;
}

#notification {
  width: 230px;
  height: 60px;
  line-height: 15px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 5px;
  background: white;
  text-align: center;
  border: 1px solid #ccc;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
  z-index: 1000;
  cursor: pointer;
}

#notiMessage {
  margin-top: 14px;
}

#notiIcon {
  background-image: url("../images/collectionchanged.png");
  width: 48px;
  height: 48px;
  margin: 6px 4px 4px 4px;
  float: left;
}

#changeApiCancel,
#notiCancel {
  background-image: url("../images/close.png");
  width: 12px;
  height: 12px;
  margin: 4px;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
}

#changeApiCancel:hover,
#notiCancel:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

#simplemessage {
  width: 348px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -99px;
  margin-left: -174px;
  padding: 20px;
  background: white;
  border: 1px solid #ccc;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
  z-index: 1000;
}

#ndpApiError,
#undo {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #404040;
  color: white;
  padding: 10px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
  z-index: 1000;
}

#undo div {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  cursor: pointer;
}

#undoOK {
  line-height: 20px;
  padding: 0 3px;
  margin-right: 10px;
}

#undoOK:hover {
  color: #DDDDFF;
}

#undoCancel {
  background-image: url("../../images/closeWhite.png");
  width: 12px;
  height: 12px;
  margin: 4px;
}

#undoCancel:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

#smicon {
  width: 64px;
  height: 64px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}

#smtitle {
  height: 64px;
  line-height: 64px;
  margin-left: 15px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 2em;
}

#smtext {
  margin: 15px 0;
}

#smbuttonscon {
  text-align: center;
  float: right;
}

.smbutton {
  margin: 0 15px;
  float: left;
  line-height: 24px;
}

#content #viewerchooserinline {
  width: 288px;
  display: block;
  position: static;
  margin: 16px auto;
}

.viewerchooserentrybtn {
  margin: 0;
  width: 127px;
  margin-top: 3px;
}

.viewerchooserentry {
  margin: 8px;
  padding: 8px 0;
  height: 128px;
  width: 128px;
  position: relative;
  float: left;
  text-align: center;
}

.viewerchoosertitle {
  font-size: 28px;
  margin: 10px;
  text-align: center;
  margin-bottom: 8px;
}

.viewerchooserentryjs {
  cursor: pointer;
}

.viewerchooserentryjs:hover {
  background-color: #bdc4e1;
}

.viewerchooserentry img {
  width: 96px;
  height: 96px;
}

#viewerchooserremember {
  text-align: center;
  clear: both;
  line-height: 18px;
}

#viewerchooserremember .checkboxContainer {
  float: none;
  display: inline-block;
}

#viewerchooserremember .checkboxLabelInner {
  display: inline-block;
  margin-left: 0;
  padding-left: 8px;
}

#viewerchooserdownload {
  font-size: 0.9em;
  text-align: center;
  margin: 10px;
  margin-top: 20px;
}

.addhiddenclose {
  display: none;
  width: 24px;
  height: 24px;
  position: absolute;
  right: -36px;
  top: 9px;
  cursor: pointer;
  background-image: url("../../images/bin.png");
  background-size: 100%;
}

.permissionbox {
  /*background-color: #22bb22;*/
  margin-bottom: 10px;
}

#searchHelp {
  visibility: hidden;
  position: absolute;
  width: 265px;
  height: 160px;
  top: 0px;
  right: -285px;
  font-size: 0.8em;
  line-height: 1.1em;
  background-color: white;
  overflow-y: auto;
  padding: 5px;
}

#searchHelp div {
  margin-bottom: 4px;
}

#fullSearchContainer {
  position: relative;
}

#fullSearchBox:focus + #searchHelp {
  visibility: visible;
}

.searchFormatSrc {
  list-style: none;
}

.searchFormatOK {
  background-color: #CCFFCC;
}

.searchFormatOff {
  background-color: #FFCCCC;
}

.requiresJS {
  display: none;
}

.ui-corner-all {
  border-radius: 0px;
}

.otxt {
  width: 541px;
}

.shortTextBox {
  width: 459px;
}

textarea {
  height: 100px;
  overflow: auto;
}

input:disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

select.otxt {
  width: 553px;
}

input[readonly], textarea[readonly] {
  background-color: #EFEFEF;
  cursor: default;
}

.obtn:disabled,
.obtn:disabled:hover,
.obtn:disabled:active {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9)) !important;
  background: -moz-linear-gradient(center top, #f9f9f9 5%, #e9e9e9 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9", endColorstr="#e9e9e9") !important;
  background-color: #f9f9f9 !important;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  cursor: default !important;
}

.shortLabel {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 90px;
  text-align: right;
}

.largeLabel {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 170px;
  text-align: right;
  vertical-align: bottom;
  margin-right: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 7px;
  padding-bottom: 3px;
}

.largeLabel.conusers {
  overflow: visible;
}

.textareaLabel {
  vertical-align: top;
  margin-top: 14px;
}

.searchSpecialLabel {
  vertical-align: top;
  margin-top: 6px;
}

.centeredLabel {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  vertical-align: top;
  margin-top: 10px;
  text-align: center;
  margin: 0 auto;
}

.selectMulti.otxt {
  height: 85px;
}

.reallyShortSelectBox.otxt {
  width: 346px !important;
}

.menu {
  padding: 8px 0;
  position: absolute !important;
}

.menu hr {
  height: 1px;
  border: 0;
  background-color: #e6e6e6;
  margin: 0;
  clear: both;
}

.menu .menuitem {
  padding: 0 12px 0 8px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
}

.menu .menuitem:focus {
  padding-left: 7px;
  border-left: 1px solid #7686c2;
  outline: none;
}

.menu .menuitem:hover {
  padding-left: 4px;
  border-left: 4px solid #7686c2;
  background-color: #e6e6e6;
  outline: none;
}

.menu .menuitem.subMenuLauncher {
  padding-right: 28px;
}

.menuitem .menu {
  display: none;
  top: -9px;
  left: -4px;
  margin-left: 100%;
}

.menuitem:focus .menu {
  left: -5px;
}

.menuitem:hover .menu {
  left: -8px;
}

.menuitem .menu.leftSideSubMenu {
  margin-right: 100%;
  right: -4px;
  left: auto;
  margin-left: auto;
}

.menuitem .menu.topSideSubMenu {
  top: auto;
  bottom: -9px;
}

.menu img.submenuIcon {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 4px;
  top: 8px;
}

.menu #quickUploadWrapperSmall:hover, .menu #quickUploadWrapperSmall:active, .menu #quickUploadWrapperSmall:focus {
  background: none;
  padding-left-width: 0px;
  border-left-width: 0px;
}

.menu label {
  cursor: pointer;
  vertical-align: 7px;
  padding-left: 6px;
}

.menu img {
  width: 24px;
  height: 24px;
  margin-left: 4px;
}

.menu hr {
  margin: 6px 0;
}

.collectionView {
  margin: 16px 8px;
}

.collectionView .entry {
  margin: 8px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  background-color: white;
  box-sizing: border-box;
  position: relative;
  float: left;
  border: 2px solid white;
}

.collectionView .entry:hover, .collectionView .entry:active, .collectionView .entry:focus {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  border-color: #7686c2;
}

.collectionView .entry.checkedEntry {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  border-color: #7686c2;
}

.collectionView .entry.entryMo {
  transform: scale(0.8);
}

.collectionView .entryH,
.entryH {
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #b4b4b4;
  border-radius: 0 0 0.25rem 0.25rem;
  -webkit-border-radius: 0 0 0.25rem 0.25rem;
  -moz-border-radius: 0 0 0.25rem 0.25rem;
  background-color: lightgreen;
  border-color: green;
}

.crumblink.entryH {
  border-width: 1px;
  border-style: solid;
  position: relative;
  left: -1px;
}

.detailsView .entry.entryMo {
  transform: translate(16px, 0px);
}

.entry {
  transition: transform 0.4s ease-in-out;
}

.thumbnaild img {
  max-width: 100%;
  max-height: 100%;
}

.collectionView .entry label {
  position: absolute;
}

.collectionView .entry .entryLink {
  -webkit-user-select: none;
  /* disable cut copy paste */
  -webkit-touch-callout: none;
  /* disable callout, image save panel */
  touch-callout: none;
  /* disable callout, image save panel */
  -webkit-tap-highlight-color: transparent;
  /* "turn off" link highlight */
  -ms-user-select: none;
  padding: 8px;
  display: block;
  cursor: pointer;
}

.collectionView .avatarName,
.collectionView .avatarImage {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 120px;
  height: 120px;
  margin: 4px auto;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  line-height: 120px;
  font-size: 3em;
  float: none;
}

.collectionView .avatarName {
  border-width: 8px;
  width: 104px;
  height: 104px;
  line-height: 98px;
}

.collectionView .entry img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.entry .entryName {
  overflow: hidden;
  text-overflow: ellipsis;
}

.defaultView {
  overflow-x: hidden;
}

.defaultView .entryLink {
  height: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.defaultView .entry {
  width: calc(100% - 16px);
}

.defaultView .entry .thumbnaild {
  float: none;
  width: 128px;
  height: 128px;
  line-height: 128px;
  margin: 0 auto;
}

.defaultView .entry .entryName {
  text-align: center;
  margin: 0;
  margin-top: 12px;
}

@media (min-width: 480px) {
  .defaultView .entry {
    min-width: 448px;
    width: auto;
  }

  .defaultView .entry .thumbnaild {
    float: left;
    margin: 0 16px 0 0;
  }

  .defaultView .entry .entryName {
    text-align: left;
  }
}
.defaultView .thumbnaild img {
  vertical-align: middle;
}

.defaultView .entryText {
  float: left;
  margin: 6px 0 6px 16px;
  overflow: hidden;
}

.defaultView table {
  font-size: 0.96em;
  line-height: 1.2em;
}

.defaultView .multiline {
  max-height: 80px;
  overflow-y: auto;
  padding-right: 8px;
  text-align: justify;
}

.defaultView .idCol {
  white-space: nowrap;
  text-align: right;
  padding-right: 6px;
  font-weight: bold;
}

.defaultView .entry label {
  left: 8px;
  top: 4px;
}

.iconView .entry {
  width: 144px;
  height: 192px;
  overflow: hidden;
}

.iconView .entry label {
  left: 8px;
  top: 4px;
  z-index: 1;
}

.iconView .entry .entryLink {
  height: 176px;
}

.iconView .thumbnaild {
  height: 128px;
  line-height: 128px;
  text-align: center;
}

.iconView .thumbnaild img {
  vertical-align: bottom;
}

.iconView .entryName {
  margin-top: 4px;
  max-height: 40px;
  text-align: center;
}

.listView .entry .entryLink {
  padding: 8px 12px;
}

.listView .thumbnaild,
.detailsView .thumbnaild {
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin-right: 8px;
  margin-left: 20px;
  float: left;
}

.listView .thumbnaild img {
  max-width: 100%;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.listView .entry label {
  left: 8px;
  top: 15px;
  z-index: 1;
}

.listView .entryName {
  margin-top: 6px;
}

.listView .avatarName,
.detailsView .avatarName,
.listView .avatarImage,
.detailsView .avatarImage {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  line-height: 32px;
  font-size: 1em;
  margin: 0;
}

.listView .avatarName,
.detailsView .avatarName {
  border-width: 2px;
  width: 28px;
  height: 28px;
  line-height: 28px;
}

@media (min-width: 768px) {
  .vd-con {
    position: absolute;
    top: 0;
    overflow: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.vd-conB {
  width: 100%;
}

@media (min-width: 768px) {
  .vd-conB {
    height: 100%;
  }
}
.detailsView {
  border-collapse: collapse;
  table-layout: fixed;
  min-width: 100%;
}

.vd-single {
  width: 100%;
}

.detailsView .vd-h {
  font-weight: normal;
  background-color: #fafafa;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}

.vd-b {
  background-color: white;
}

.vd-b .tr {
  border-bottom: 1px solid #e6e6e6;
}

.vd-b .tr:hover, .vd-b .tr:active, .vd-b .tr:focus {
  background-color: #c7cee6;
}

.vd-b .checkedEntry {
  background-color: #c7cee6;
}

.vd-cell {
  padding: 0;
  line-height: 0px;
  position: relative;
  text-align: left;
  font-weight: normal;
}

.vd-num {
  text-align: right;
}

.vd-c0 .entryName {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.vd-cell-content {
  padding: 2px 24px 2px 12px;
  height: 40px;
  display: block;
  line-height: 40px;
}

.vd-cell-content:hover, .vd-cell-content:active, .vd-cell-content:focus {
  color: #707070;
}

.vd-namepad {
  padding-left: 60px;
}

.detailsView .tr {
  line-height: 40px;
  height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .detailsView .vd-h.tableFloatingHeader {
    border-bottom-width: 0px;
  }
}
.vd-h th {
  cursor: pointer;
}

.vd-h th:hover, .vd-h th:active, .vd-h th:focus {
  background-color: #e6e6e6;
}

@media (min-width: 768px) {
  .detailsView .tableFloatingHeader .vd-cell-content,
.detailsView .tableFloatingHeader tr {
    height: 0px;
    overflow: hidden;
    line-height: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 0px;
  }
}
.tr .hidden {
  display: none;
}

.detailsView img {
  max-width: 40px;
  max-height: 32px;
  vertical-align: middle;
}

.detailsView label {
  position: absolute;
  left: 8px;
  top: 14px;
}

.detailsView .thumbnaild {
  margin-left: 16px;
  width: 40px;
  height: 32px;
  margin-top: 4px;
  text-align: center;
  margin-right: 8px;
  vertical-align: top;
  float: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.listView .entry .checkboxCustom,
.detailsView .entry .checkboxCustom,
.smallCheckboxCustom {
  width: 16px;
  height: 16px;
}

.listView .entry .checkboxCustom .checkboxIndicator,
.detailsView .entry .checkboxCustom .checkboxIndicator,
.smallCheckboxCustom .checkboxIndicator {
  width: 16px;
  height: 16px;
}

.listView .entry .checkboxCustom .checkboxIndicator:after,
.detailsView .entry .checkboxCustom .checkboxIndicator:after,
.smallCheckboxCustom .checkboxIndicator:after {
  /* Checkbox tick */
  top: 2px;
  left: 6px;
  width: 3px;
  height: 8px;
}

.entry:hover .checkboxCustom {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

#loadRemaining {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 20px;
  background-color: #7686c2;
  color: white;
  padding: 10px;
  display: none;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  z-index: 1000;
}

.wideCollection.listView .thumbnaild {
  width: 96px;
}

.wideCollection .detailsView .thumbnaild {
  width: 96px;
}

.wideCollection .detailsView img {
  max-width: 96px;
}

.wideCollection .detailsView .vd-namepad {
  padding-left: 122px;
}

.wideCollection.defaultView .thumbnaild {
  width: 384px;
}

.loading {
  position: relative;
}

.loading-cen {
  position: absolute;
  left: 50%;
  top: 30%;
  margin-left: -15px;
}

.extraContent {
  position: fixed;
  top: auto;
  bottom: 100px;
}

@-webkit-keyframes cuberotate {
  25% {
    -webkit-transform: translateX(21px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(21px) translateY(21px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(21px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes cuberotate {
  25% {
    transform: translateX(21px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(21px) translateY(21px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(21px) translateY(21px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(21px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.loading div {
  background-color: #c180ff;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: cuberotate 1.8s infinite ease-in-out;
  animation: cuberotate 1.8s infinite ease-in-out;
}

.loading div:nth-child(2) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.roleassignbox .roleassignboxhead, .userGroupSelector .roleassignboxhead {
  height: 32px;
}

.roleassignbox .roleassignboxhead .roleAssignBoxImg, .userGroupSelector .roleassignboxhead .roleAssignBoxImg {
  display: block;
  float: left;
  margin: 4px 0 4px 4px;
}

.roleassignbox .roleassignboxhead .roleassignboxtitle, .userGroupSelector .roleassignboxhead .roleassignboxtitle {
  display: block;
  float: left;
  line-height: 32px;
  margin-left: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  left: 32px;
  right: 122px;
  overflow: hidden;
}

.roleassignbox .roleassignboxhead .roleassignboxfuncs, .userGroupSelector .roleassignboxhead .roleassignboxfuncs {
  position: absolute;
  right: 0;
  height: 24px;
}

.roleassignbox .roleassignboxhead .roleassignboxfuncs button, .userGroupSelector .roleassignboxhead .roleassignboxfuncs button {
  float: right;
  margin-right: 90px;
  border-radius: 0;
}

.roleassignbox .roleassignboxhead .roleassignboxfuncs .contextAdd, .userGroupSelector .roleassignboxhead .roleassignboxfuncs .contextAdd {
  display: block;
  float: right;
  height: 24px;
  width: 24px;
  margin-right: 94px;
  margin-left: 4px;
  margin-top: 4px;
}

.roleassignbox .roleassignboxhead .roleassignboxfuncs input[type=text], .userGroupSelector .roleassignboxhead .roleassignboxfuncs input[type=text] {
  position: absolute;
  right: 0;
  height: 32px;
  width: 90px;
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-left: 1px solid #c8c8c8;
}

.roleassignboxcontent, .userGroupSelectorContent {
  overflow-y: auto;
  width: 100%;
}

.roleassignboxcontent .roleEntry, .roleassignboxcontent .entry, .userGroupSelectorContent .roleEntry, .userGroupSelectorContent .entry {
  position: relative;
  float: left;
  margin: 4px 0;
  padding: 0 8px;
  min-width: 120px;
  width: 240px;
  padding: 4px 8px 4px 8px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
}

.roleassignboxcontent .roleEntry:hover, .roleassignboxcontent .roleEntry:active, .roleassignboxcontent .roleEntry:focus, .roleassignboxcontent .entry:hover, .roleassignboxcontent .entry:active, .roleassignboxcontent .entry:focus, .userGroupSelectorContent .roleEntry:hover, .userGroupSelectorContent .roleEntry:active, .userGroupSelectorContent .roleEntry:focus, .userGroupSelectorContent .entry:hover, .userGroupSelectorContent .entry:active, .userGroupSelectorContent .entry:focus {
  background-color: #c7cee6;
}

.roleassignboxcontent .roleEntry .entryLink, .roleassignboxcontent .entry .entryLink, .userGroupSelectorContent .roleEntry .entryLink, .userGroupSelectorContent .entry .entryLink {
  padding-top: 0;
  padding-bottom: 0;
}

.roleassignboxcontent .roleEntry .avatarName, .roleassignboxcontent .entry .avatarName, .userGroupSelectorContent .roleEntry .avatarName, .userGroupSelectorContent .entry .avatarName {
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin: 0 4px 0 0;
}

.roleassignboxcontent .roleEntry .avatarImage, .roleassignboxcontent .entry .avatarImage, .userGroupSelectorContent .roleEntry .avatarImage, .userGroupSelectorContent .entry .avatarImage {
  width: 32px;
  height: 32px;
  margin: 0 4px 0 0;
}

.roleassignboxcontent .roleEntry .checkboxCustom, .roleassignboxcontent .entry .checkboxCustom, .userGroupSelectorContent .roleEntry .checkboxCustom, .userGroupSelectorContent .entry .checkboxCustom {
  float: left;
  position: relative;
  top: 6px;
  left: -2px;
}

.roleassignboxcontent .roleEntry .thumbnaild, .roleassignboxcontent .entry .thumbnaild, .userGroupSelectorContent .roleEntry .thumbnaild, .userGroupSelectorContent .entry .thumbnaild {
  float: left;
}

.roleassignboxcontent .roleEntry .entryName, .roleassignboxcontent .entry .entryName, .userGroupSelectorContent .roleEntry .entryName, .userGroupSelectorContent .entry .entryName {
  line-height: 32px;
  white-space: nowrap;
}

.userGroupSelector .userGroupSelectorContent {
  position: absolute;
  top: 32px;
  bottom: 0;
  left: 0;
  border-top: 1px solid #e6e6e6;
  width: 100%;
}

.roleassignbox {
  margin-bottom: 16px;
  border: 1px solid #c8c8c8;
  position: relative;
}

.roleassignbox:last-child {
  margin-bottom: 0px;
}

.roleassignbox .sourceData {
  text-align: center;
  padding: 4px 0;
  width: 100% !important;
  min-height: 40px;
  line-height: 40px;
  color: #e6e6e6;
}

.roleassignbox .sourceData:first-child {
  display: none;
}

.roleassignbox .sourceData:last-child {
  display: block;
}

.roleassignbox .roleassignboxcontent {
  border-top: 1px solid #c8c8c8;
  min-height: 0px;
  max-height: 242px;
  overflow-y: auto;
  margin: 0;
}

.roleassignbox .roleassignboxcontent .checkboxCustom {
  display: none;
}

.roleassignbox .roleassignboxcontent .roleEntryRemove {
  background: url(../../images/Delete16.png);
  display: none;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 8px;
  top: 12px;
  cursor: pointer;
}

.roleassignbox .roleassignboxcontent .roleEntry, .roleassignbox .roleassignboxcontent .entry {
  cursor: default;
}

.roleassignbox .roleassignboxcontent .roleEntry:hover .roleEntryRemove,
.roleassignbox .roleassignboxcontent .entry:hover .roleEntryRemove {
  display: block;
}

#aerbpopup {
  position: relative;
}

#aerbpopup .userGroupSelectorContent {
  top: 37px;
  position: absolute;
  border-top-width: 0px;
  bottom: 48px;
  border-bottom: 1px solid #e6e6e6;
}

#aerbpopup .userGroupSelectorContent .checkedEntry {
  background-color: #bdc4e1;
}

#aerbpopup .userGroupSelectorContent .checkedEntry:hover {
  background-color: #c0c7e3;
}

.confirmationBar {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  padding: 8px;
  height: 32px;
}

.confirmationBar .buttonSet {
  margin-right: 0px !important;
}

.popup, #viewerchooserinline, .menu, .ui-datepicker,
.ui-dialog, #changeapicreated {
  background-color: white;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #b4b4b4;
  border-radius: 0 0 0.25rem 0.25rem;
  -webkit-border-radius: 0 0 0.25rem 0.25rem;
  -moz-border-radius: 0 0 0.25rem 0.25rem;
  position: fixed;
  display: none;
  z-index: 12000;
}

.popup.menu, .menu#viewerchooserinline, .menu, .menu#changeapicreated {
  z-index: 12002;
}

.modalBlock {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11999;
}

.modalBlock.modalDarker {
  background-color: #000;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

.bigForm {
  margin-top: 8px;
  margin-bottom: 8px;
  max-width: 1024px;
  position: relative;
}

.bigForm input[type=submit],
.bigForm button,
.bigForm .buttonSet {
  margin-right: 12px;
}

.bigForm input[type=submit].noMarginH,
.bigForm button.noMarginH,
.bigForm .buttonSet.noMarginH {
  margin-right: 0px;
}

.bigForm .bigFormContent {
  width: 100%;
}

@media (min-width: 768px) {
  .bigForm {
    margin: 8px auto;
  }

  .bigForm .bigFormSection h2 {
    margin-top: 0px;
    padding-top: 0px;
  }

  .bigForm input[type=submit],
.bigForm button,
.bigForm .buttonSet {
    margin-right: 16px;
  }

  .bigForm .buttonSet input[type=submit]:not(:last-child),
.bigForm .buttonSet button:not(:last-child) {
    margin-right: 12px;
  }

  .bigForm .bigFormContent {
    width: 100%;
    position: relative;
  }
}
.bigFormSection {
  position: relative;
  overflow-x: hidden;
  background-color: white;
  margin: 16px 0;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #e6e6e6;
  border-radius: 0 0 0.25rem 0.25rem;
  -webkit-border-radius: 0 0 0.25rem 0.25rem;
  -moz-border-radius: 0 0 0.25rem 0.25rem;
}

.bigFormSection h2, .bigFormSection h3 {
  margin-bottom: 0px;
  margin-top: 4px;
  padding-bottom: 0px;
}

.bigFormSection h3 {
  margin-bottom: 8px;
}

.bigFormSection.fullWidthSection {
  width: auto;
  float: none;
}

.bigFormSection .boxLabel {
  display: block;
  margin-bottom: 2px;
}

.bigFormSection .stateButton, .bigFormSection .radioImageLabel .radioImageButton {
  cursor: pointer;
  border: 1px solid #999999;
  background-color: white;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #e6e6e6;
  border-radius: 0 0 0.25rem 0.25rem;
  -webkit-border-radius: 0 0 0.25rem 0.25rem;
  -moz-border-radius: 0 0 0.25rem 0.25rem;
}

.bigFormSection .stateButton:hover, .bigFormSection .radioImageLabel .radioImageButton:hover, .bigFormSection .stateButton:active, .bigFormSection .radioImageLabel .radioImageButton:active, .bigFormSection .stateButton:focus, .bigFormSection .radioImageLabel .radioImageButton:focus {
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #b4b4b4;
  border-radius: 0 0 0.25rem 0.25rem;
  -webkit-border-radius: 0 0 0.25rem 0.25rem;
  -moz-border-radius: 0 0 0.25rem 0.25rem;
}

.bigFormSection .radioImageLabel {
  display: block;
  margin: 0 4px 4px 4px;
  float: left;
  position: relative;
}

.bigFormSection .radioImageLabel img {
  pointer-events: none;
  max-width: 127px;
}

.bigFormSection .radioImageLabel:first-child {
  margin-left: 0;
}

.bigFormSection .radioImageLabel:last-child {
  margin-right: 0;
}

.bigFormSection .radioImageLabel .radioImageButton {
  padding: 0px 0px 28px 0px;
  position: relative;
  display: block;
  background-color: white;
}

.bigFormSection .radioImageLabel .radioImagePad {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  padding: 7px 7px 37px 7px;
}

.bigFormSection .radioImageLabel input:checked + .radioImageButton {
  border: 4px solid #7686c2;
}

.bigFormSection .radioImageLabel input:checked + .radioImageButton.radioImagePad {
  padding: 4px 4px 34px 4px;
}

.bigFormSection .radioImageLabel input:checked + .radioImageButton.radioImagePad span {
  height: 32px;
  margin-left: -4px;
}

.bigFormSection .radioImageLabel input {
  position: absolute;
}

.bigFormSection .radioImageLabel .radioImageButton span {
  display: block;
  text-align: center;
  background-color: #e6e6e6;
  width: 100%;
  position: relative;
  height: 35px;
  line-height: 32px;
  position: absolute;
  bottom: 0;
}

.bigFormSection .radioImageLabel .radioImagePad span {
  margin-left: -7px;
}

.bigFormSection .formEntry {
  margin: 12px;
  line-height: 24px;
}

.bigFormSection .formEntrySlim {
  margin: 4px 0;
}

.bigFormSection h2 {
  margin-left: 12px;
  margin-right: 12px;
}

.bigFormSection p {
  margin: 12px;
}

.bigFormSection input[type=text],
.bigFormSection input[type=password],
.bigFormSection select {
  display: block;
  width: 100%;
  max-width: 300px;
}

.bigFormSection textarea {
  width: 100%;
  max-width: 300px;
}

@media (min-width: 768px) {
  .bigFormSection {
    background-color: white;
    margin: 16px;
    padding: 12px 0 0 0;
  }

  .bigFormSection input[type=text],
.bigFormSection select {
    display: block;
    width: 300px;
  }
}
#dialogConfirm {
  position: fixed;
  max-width: 750px;
}

#dialogConfirm .buttonContainer {
  float: right;
  margin-top: 8px;
}

#dialogConfirm .buttonContainer button {
  width: 100px;
  float: left;
  line-height: 24px;
  margin-bottom: -2px;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #666666;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

.ui-widget {
  border: 0;
  color: #707070;
}

.ui-front {
  z-index: 100;
}

.ui-widget-header {
  background: white;
  color: #707070;
}

.ui-widget-header img {
  margin-top: 3px;
  display: block;
  float: left;
  margin-right: 4px;
}

.ui-datepicker,
.ui-dialog {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  outline: 1px solid #cccccc;
}

.ui-datepicker.ui-focused,
.ui-dialog.ui-focused {
  outline: 1px solid #7686c2;
}

.ui-datepicker.ui-focused .ui-dialog-titlebar,
.ui-dialog.ui-focused .ui-dialog-titlebar {
  border-bottom: 1px solid #999999;
}

.ui-datepicker input[type=text].searchBar,
.ui-dialog input[type=text].searchBar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  border-width: 0px 0px 1px 0px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.ui-datepicker .ui-dialog-titlebar,
.ui-dialog .ui-dialog-titlebar {
  position: relative;
  height: 32px;
  border-bottom: 1px solid #cccccc;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
  margin: 0;
  padding: 2px 8px;
}

.ui-datepicker .ui-dialog-title,
.ui-dialog .ui-dialog-title {
  float: left;
  white-space: nowrap;
  margin: 0;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
  font-size: 16px;
}

.ui-datepicker .ui-dialog-titlebar-close,
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0px;
  top: 10px;
  width: 32px;
  height: 36px;
  background: 0;
  border: 0;
}

.ui-datepicker .ui-dialog-titlebar-close .ui-icon,
.ui-dialog .ui-dialog-titlebar-close .ui-icon {
  background: url(../../images/close.png) no-repeat center center;
}

.ui-datepicker .ui-dialog-titlebar-close:hover .ui-icon, .ui-datepicker .ui-dialog-titlebar-close:active .ui-icon,
.ui-dialog .ui-dialog-titlebar-close:hover .ui-icon,
.ui-dialog .ui-dialog-titlebar-close:active .ui-icon {
  background-image: url(../../images/closehov.png);
}

.ui-datepicker .ui-dialog-titlebar-close .ui-button-text,
.ui-dialog .ui-dialog-titlebar-close .ui-button-text {
  display: none;
}

.ui-datepicker .ui-button,
.ui-dialog .ui-button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.ui-datepicker .ui-dialog-content,
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0;
  background: none;
  overflow: auto;
}

.ui-datepicker .ui-resizable-se,
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-datepicker .ui-dialog-titlebar,
.ui-dialog .ui-dialog-titlebar {
  cursor: default;
}

.ui-datepicker .ui-dialog-titlebar.ui-nomove,
.ui-dialog .ui-dialog-titlebar.ui-nomove {
  cursor: default;
}

.ui-datepicker .dialogFormEntry,
.ui-dialog .dialogFormEntry {
  margin: 8px;
}

.ui-datepicker .dialogFormLabel,
.ui-dialog .dialogFormLabel {
  margin: 8px;
}

.ui-datepicker {
  padding: 4px;
}

.ui-dialog-buttonset button {
  cursor: pointer;
}

.ui-dialog .buttonSet {
  float: right;
  margin-right: 8px;
}

.ui-dialog .buttonSet button {
  float: left;
}

#ui-dialog-content-image {
  float: left;
  width: 96px;
  height: 96px;
  margin: 0 15px 0 0;
}

#ui-dialog-content-box {
  float: left;
  width: 360px;
}

.ui-dialog-title, .ui-dialog-title-icon {
  display: block;
}

.ui-dialog-title-icon {
  padding-left: 28px;
}

.typeChooser {
  clear: both;
  width: 300px;
  margin-bottom: 12px;
  background-color: white;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #b4b4b4;
  border-radius: 0 0 0.25rem 0.25rem;
  -webkit-border-radius: 0 0 0.25rem 0.25rem;
  -moz-border-radius: 0 0 0.25rem 0.25rem;
}

.typeChooser .typeChooserType {
  float: left;
  height: 40px;
  position: relative;
}

.typeChooser .typeChooserType img {
  margin-right: 4px;
  display: block;
  float: left;
}

.typeChooser .typeChooserType .typeCheckbox {
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: -1;
}

.typeChooser .typeChooserType .typeCheckboxText {
  padding: 8px;
  float: left;
  line-height: 24px;
  height: 23px;
  width: 133px;
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  cursor: pointer;
}

.typeChooser .typeChooserType .typeCheckboxText:hover, .typeChooser .typeChooserType .typeCheckboxText:active, .typeChooser .typeChooserType .typeCheckboxText:focus {
  background-color: #c7cee6;
}

.typeChooser .typeChooserType .typeCheckbox:checked + .typeCheckboxText {
  background-color: #bdc4e1;
}

.memberBox {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #e6e6e6;
  border-radius: 0 0 0.25rem 0.25rem;
  -webkit-border-radius: 0 0 0.25rem 0.25rem;
  -moz-border-radius: 0 0 0.25rem 0.25rem;
}

.memberBox.disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

.memberBox.disabled .memberBoxEntry {
  cursor: default;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.memberBox.disabled .memberBoxEntry:hover, .memberBox.disabled .memberBoxEntry:active, .memberBox.disabled .memberBoxEntry:focus {
  background: none;
}

.listBoxContainer {
  border-bottom: 1px solid #e6e6e6;
}

@media (min-width: 480px) {
  .listBoxContainer {
    width: 50%;
    float: left;
    border-bottom-width: 0px;
  }
}
@media (min-width: 480px) {
  .listBoxContainerLeft {
    width: 49%;
    width: calc(50% - 1px);
    border-right: 1px solid #e6e6e6;
  }
}
.listBox {
  width: 100%;
  overflow-y: auto;
  border-top: 1px solid #e6e6e6;
  height: 227px;
}

.listBoxTitleSearch {
  min-height: 32px;
  position: relative;
}

.listBoxTitleSearch .listBoxImg {
  display: block;
  float: left;
  margin: 4px;
}

.listBoxTitleSearch .listBoxSpan {
  display: block;
  float: left;
  line-height: 32px;
}

.listBoxTitleSearch input[type=text] {
  position: absolute;
  right: 0;
  width: 90px;
  height: 32px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-left: 1px solid #e6e6e6;
}

.memberBoxEntry {
  padding: 4px 8px 4px 8px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}

.memberBoxEntry:hover, .memberBoxEntry:active, .memberBoxEntry:focus {
  background-color: #e6e6e6;
}

.memberBoxEntry .avatarName {
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin: 0 4px 0 0;
}

.memberBoxEntry .avatarImage {
  width: 32px;
  height: 32px;
  margin: 0 4px 0 0;
}

.memberBoxEntry.readOnly {
  cursor: default;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.memberBoxEntry.readOnly:hover, .memberBoxEntry.readOnly:active, .memberBoxEntry.readOnly:focus {
  background: none;
}

#avatarPopup {
  background-color: white;
  max-width: 320px;
  position: absolute;
  z-index: 1;
  left: 0px;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #b4b4b4;
  border-radius: 0 0 0.25rem 0.25rem;
  -webkit-border-radius: 0 0 0.25rem 0.25rem;
  -moz-border-radius: 0 0 0.25rem 0.25rem;
}

@media (min-width: 480px) {
  #avatarPopup {
    left: auto;
  }
}
#userProfileForm .avatarName,
#avatarPopup .avatarName {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 6px;
  cursor: pointer;
  vertical-align: middle;
}

#avatarFormImage {
  vertical-align: top;
  margin: 6px;
  width: 40px;
  height: 40px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  cursor: pointer;
}

.avatarChoice {
  margin: 6px;
  width: 40px;
  height: 40px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  vertical-align: middle;
  cursor: pointer;
}

.avatarChoice:hover {
  position: relative;
  margin: 0;
  width: 52px;
  height: 52px;
}

.radioImageLabel #themeLight, .radioImageLabel #themeDark {
  display: block;
  height: 32px;
  width: 48px;
  text-align: center;
  line-height: 20px;
}

.radioImageLabel input + #themeLight,
.radioImageLabel input + #themeDark {
  padding: 4px;
}

.radioImageLabel input:checked + #themeLight,
.radioImageLabel input:checked + #themeDark {
  padding: 1px 0px 0px 0px;
}

#themeLight {
  color: #707070 !important;
  background-color: white !important;
}

#themeDark {
  color: #dfdfdf !important;
  background-color: #1e1e1e !important;
}

#logpage {
  margin: 16px;
}

#logapp {
  position: relative;
  background-color: white;
  height: 100%;
}

#logpanetitle {
  float: left;
  line-height: 24px;
  font-size: 18px;
  overflow: hidden;
}

#logpanesettings {
  float: left;
  width: 225px;
  border-right: 1px solid #e6e6e6;
  height: 100%;
  overflow-y: auto;
}

#logpanesettingsinner {
  padding: 8px;
}

#logpaneminimize {
  width: 24px;
  height: 24px;
  background-color: #e6e6e6;
  float: right;
  line-height: 24px;
  text-align: center;
}

.logpanehidables {
  overflow: hidden;
}

.logfiltertitle {
  line-height: 24px;
  font-size: 16px;
  cursor: pointer;
}

.logfiltersettings {
  margin: 5px 0 5px 5px;
}

.logfiltersettings hr {
  margin: 5px 0;
}

.logfiltersettings label {
  position: relative;
  top: -6px;
  display: block;
  white-space: nowrap;
}

.logfiltersettings label.logeventlabel {
  position: inherit;
  line-height: 21px;
}

.logfiltersettings img {
  position: relative;
  top: 7px;
  margin: 0 4px;
}

select.loguserselector {
  width: 174px !important;
  height: 34px;
  line-height: 24px;
}

.loguserdate {
  width: 174px !important;
  margin: 4px 0;
  overflow: hidden;
}

#logpaneminimize {
  cursor: pointer;
}

#logdetailviewerquit {
  cursor: pointer;
}

#logviewer {
  float: left;
}

#httplogscontainer {
  text-align: center;
  margin-top: 16px;
}

#logtable, #logtable th, #logtable td {
  border: 1px solid #e6e6e6;
  border-collapse: collapse;
}

#logtable th, #logtable td {
  padding: 5px;
  line-height: 24px;
}

#logtable tbody tr {
  cursor: pointer;
}

#logtable tbody tr:hover {
  cursor: pointer;
}

#logtable tbody tr:nth-child(odd) {
  background: #fafafa;
}

#logtable tbody tr:nth-child(even) {
  background: white;
}

#logtable tbody tr:hover td {
  background: #7686c2 !important;
  color: white;
}

#logtable {
  width: 100%;
  table-layout: fixed;
}

.thd-status {
  width: 36px;
  text-align: center;
}

.td-status {
  vertical-align: bottom;
  line-height: 0 !important;
}

#logtable th,
#logtable td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

#logtable td.thd-details {
  text-align: left;
  padding-left: 12px;
}

.thd-date {
  width: 170px;
}

.thd-event {
  width: 100px;
}

.thd-id {
  width: 120px;
}

.thd-details {
  width: 100%;
}

#logdetailviewer {
  min-width: 298px;
  max-width: 298px;
  position: absolute;
  background-color: white;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #b4b4b4;
  border-radius: 0 0 0.25rem 0.25rem;
  -webkit-border-radius: 0 0 0.25rem 0.25rem;
  -moz-border-radius: 0 0 0.25rem 0.25rem;
  padding: 10px;
  line-height: 24px;
  z-index: 1000;
}

#logdetailviewerquit {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
}

#logdetailviewerstatus {
  float: left;
}

#logdetailviewerdate {
  float: right;
}

#logdetailviewerip {
  float: right;
}

#logdetailviewerevent {
  float: left;
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
  width: 264px;
}

#logdetailviewerid {
  float: left;
}

#logdetailviewerdetails {
  clear: both;
  margin-top: 8px;
  line-height: 18px;
}

#logdetailviewerdetails {
  white-space: pre-wrap;
}

#logdetailvieweragent {
  overflow: hidden;
  /*text-overflow: ellipsis;*/
  white-space: nowrap;
}

#logdetailviewerimg {
  text-align: center;
  clear: both;
}

#logdetailviewerimg img {
  margin-top: 10px;
  margin-bottom: 5px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: none;
}

.logviewerwidthelements {
  padding: 0 10px;
  height: 100%;
  overflow-y: auto;
}

.logviewernavi {
  float: left;
  height: 24px;
  width: 100%;
  padding-bottom: 10px;
  min-width: 260px;
}

#logviewernavitop {
  margin-top: 8px;
}

#logviewernavibottom {
  margin-top: 8px;
}

.lognavicutoff {
  float: right;
  cursor: pointer;
}

.lognavicutoffPopup {
  padding: 8px;
  width: 160px;
}

.lognavicutoffPopup input {
  display: block !important;
  width: 120px !important;
  margin-bottom: 8px;
  float: left;
}

.logCutOffDesc {
  margin-bottom: 8px;
}

.logCutOffDesc2 {
  float: right;
  line-height: 38px;
}

.lognavicutoffPopup .logButtons {
  clear: left;
  float: right;
}

.lognavicutoffPopup button {
  margin-left: 4px;
  margin-bottom: 0px;
}

.lognaviexportpage,
.lognaviexport {
  float: right;
  cursor: pointer;
  margin-right: 5px;
}

.logpagination {
  float: left;
  margin: 0 auto;
  overflow: visible;
}

@media (min-width: 480px) {
  .logpagination {
    float: right;
  }
}
.logpaginationbutton {
  cursor: pointer;
  float: left;
  padding: 0px 4px 2px 4px;
  margin: 4px 4px 0 4px;
  line-height: 19px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  background-color: white;
}

.logpaginationelipsis {
  float: left;
  line-height: 25px;
  margin: 0 4px;
}

.logpaginationentry {
  float: left;
  height: 22px !important;
  max-width: 50px !important;
  border: 1px solid #e6e6e6 !important;
  padding: 0px !important;
  margin: 3px 4px 0 0 !important;
  text-align: center;
}

.logpaginationtotalpages {
  float: left;
  line-height: 29px;
}

.logpaginationdisabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  cursor: default;
}

/* Barcode parser */
#barcodeManager .ui-sortable {
  margin-left: 8px;
}

#barcodeTest {
  margin-bottom: 8px;
}

.bcModal {
  float: left;
}

.bcModal input,
.bcModal select,
.nameIn {
  padding: 4px;
  border: 1px solid #DDD;
  margin: 0 4px;
  text-align: center;
  box-sizing: content-box;
  vertical-align: top;
}

#barcodeTest input {
  width: 96%;
  width: calc(100% - 16.1px);
  font-size: 20px;
  font-family: Andale Mono, monospace;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.nameIn {
  float: left;
  margin: 0 8px 8px 8px;
  text-align: left;
}

.nameIn.invalid {
  background-color: #f99;
}

.bcSrBut {
  float: right;
  margin: 8px 8px 0px 0px !important;
}

.barcodeSaveButton {
  margin-right: 8px;
}

.bcSaveNotifier {
  float: right;
  margin-right: 8px;
  height: 32px;
  line-height: 32px;
}

#runAllProgress {
  float: right;
  padding: 8px;
}

.bcInline {
  height: 32px;
  line-height: 32px;
  float: left;
}

.bChoiceBox {
  height: 32px;
  padding: 0 16px;
  border-radius: 2px;
  margin-right: 8px;
  margin-left: 4px;
  text-transform: uppercase;
  color: white;
  background-color: #1880ff;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.bChoiceBox:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.bcEquals {
  margin-right: 4px;
}

.bResultPart {
  margin-left: 4px;
  margin-right: 4px;
  padding: 0 8px;
  border-radius: 2px;
  background-color: #eee;
}

.bcMenu, .bcMapping, .bcConversion {
  background-color: white;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
  padding: 8px 0;
}

.bcMenu div {
  padding: 0 16px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
}

.bcMenu div:hover {
  padding-left: 12px;
  border-left: 4px solid #C180FF;
  background-color: #EEE;
}

.barcodeParts {
  clear: both;
  padding: 2px 0;
}

.barcodePart {
  clear: both;
  border: 0px solid #DDD;
  border-top-width: 1px;
  padding: 0 0 8px 0;
  min-height: 48px;
}

.barcodePart, .splitPart {
  padding-top: 8px;
}

.splitPart {
  clear: both;
  border: 0px solid #DDD;
  margin-left: 60px;
}

.bcMapping div {
  margin: 0px 4px 8px 4px;
}

#bcMappingNew {
  float: right;
}

.btn-tx {
  height: 32px;
  line-height: 32px;
  padding: 0 16px;
  margin: 0 8px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: transparent;
  border-width: 0px;
  border-radius: 2px;
  outline: none;
}

.btn-tx:hover {
  background-color: #c180ff;
  color: white;
}

.bcError {
  background-color: red !important;
  color: white !important;
}

.bMetaResultBox {
  background-color: #ffdf80;
  color: black;
  margin-left: 4px;
  margin-right: 4px;
  padding: 0 8px;
  border-radius: 2px;
}

.bcConversion {
  width: 400px;
}

.bcConversion #bcFormatDesign {
  width: 374px;
  margin: 0 8px;
}

.bcConversion #conversionTable {
  margin: 8px;
}

.bcConversion #conversionTable div {
  margin: 4px 0;
  font-family: Andale Mono, monospace;
  font-size: 12px;
  line-height: 14px;
}

.bcConversion #conversionResult {
  margin: 8px;
}

#conversionResult span {
  vertical-align: middle;
  margin-left: 8px;
  line-height: 24px;
  padding: 4px;
}

#conversionResult input {
  padding: 0;
  width: 180px;
  margin: 0;
}

.bcInvalidDateTime {
  background-color: red;
  color: white;
}

#barcodeManager .decoderSection {
  padding: 8px;
  margin-bottom: 8px;
  border-right: 1px solid #ddd;
  float: left;
  cursor: pointer;
}

#barcodeManager .decoderNew {
  padding: 8px;
  float: left;
  cursor: pointer;
}

#barcodeManager .decoderNew:hover,
#barcodeManager .decoderSection:hover {
  background-color: #DEDEDE;
}

#barcodeManager .decoderSectionActive {
  background-color: #EFEFEF;
}

.bcCheckboxCon {
  float: left;
  height: 32px;
  width: 70px;
  padding: 0 16px;
  border-radius: 2px;
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
  text-align: center;
  background-color: #ffedcc;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: block;
}

.bcCheckboxCon:hover {
  background-color: #ffe4b3;
}

.bcCheckboxCon.bcOpt {
  background-color: #ccffcc;
}

.bcCheckboxCon.bcOpt:hover {
  background-color: #b3ffb3;
}

#runAll {
  margin-left: 0px;
}

.bcActionButton {
  float: right;
  margin-top: 0px;
  margin-bottom: 0;
  text-transform: capitalize;
  background-color: #7686c2;
}

.loading.serverPingResult {
  position: absolute;
  right: 40px;
  bottom: 40px;
  left: auto;
  top: auto;
  margin: 0;
}

#userManagementLinks .entry {
  margin: 0px 8px 8px 0px;
  padding: 4px;
  float: left;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #e6e6e6;
  border-radius: 0 0 0.25rem 0.25rem;
  -webkit-border-radius: 0 0 0.25rem 0.25rem;
  -moz-border-radius: 0 0 0.25rem 0.25rem;
  background-color: white;
}

#userManagementLinks .entry:hover, #userManagementLinks .entry:active, #userManagementLinks .entry:focus {
  outline: 1px solid #7686c2;
}

#userManagementLinks .userName {
  height: 24px;
  line-height: 24px;
  margin-left: 30px;
}

.serviceForm {
  margin: 0 auto;
  max-width: 1024px;
}

.serviceForm .serviceSectionTitle {
  padding-left: 8px;
}

@media (min-width: 768px) {
  .serviceForm .serviceSectionTitle {
    padding-left: 0;
  }
}
.tabularData {
  border: 1px solid #e6e6e6;
  background-color: white;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #e6e6e6;
  border-radius: 0 0 0.25rem 0.25rem;
  -webkit-border-radius: 0 0 0.25rem 0.25rem;
  -moz-border-radius: 0 0 0.25rem 0.25rem;
}

.dataTabs {
  float: left;
  width: 200px;
  border-right: 1px solid #e6e6e6;
}

.tabContent {
  float: left;
  padding: 8px 12px 0 12px;
}

.dataTab {
  height: 32px;
  line-height: 32px;
  padding: 4px 4px 4px 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
  cursor: pointer;
}

.dataTab.serverOK {
  background: white url("../../images/ok.png") top 8px left 8px no-repeat;
}

.dataTab.serverOff {
  background: white url("../../images/error.png") top 8px left 8px no-repeat;
}

.dataTab.serverInvalid {
  background: white url("../../images/warning.png") top 8px left 8px no-repeat;
}

.dataTab.activeDataTab {
  background-color: #c7cee6;
}

.dataTab:hover, .dataTab:active, .dataTab:focus {
  background-color: #e6e6e6;
}

.dataTab:hover.activeDataTab, .dataTab:active.activeDataTab, .dataTab:focus.activeDataTab {
  background-color: #a4afd6;
}

.serviceTabData {
  margin-top: 12px;
}

.serviceTabData .dataTabs {
  width: 40%;
  max-width: 200px;
}

@media (min-width: 768px) {
  .serviceTabData {
    float: left;
    width: 480px;
  }
}
.servicestatusentry {
  display: none;
}

.serviceTitle {
  padding-left: 4px;
}

.services ul {
  margin: 0;
  padding-left: 24px;
}

.services .servicestatusname {
  height: 24px;
  line-height: 24px;
}

.services .servicestatusinfo {
  margin-top: 8px;
  font-size: 0.97em;
}

.serviceImageServer .serviceBasic {
  font-size: 1.5em;
}

#licenseentrywrap {
  background-color: white;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #e6e6e6;
  border-radius: 0 0 0.25rem 0.25rem;
  -webkit-border-radius: 0 0 0.25rem 0.25rem;
  -moz-border-radius: 0 0 0.25rem 0.25rem;
  margin-top: 32px;
}

.serviceLoggedInUsers {
  margin-top: 12px;
  background-color: white;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #e6e6e6;
  border-radius: 0 0 0.25rem 0.25rem;
  -webkit-border-radius: 0 0 0.25rem 0.25rem;
  -moz-border-radius: 0 0 0.25rem 0.25rem;
  position: relative;
}

.serviceLoggedInUsers .serviceTitle {
  font-weight: bold;
  padding: 8px;
  border-bottom: 1px solid #e6e6e6;
  display: block;
}

.serviceLoggedInUsers .entry {
  padding: 8px;
  float: left;
  min-width: 200px;
}

.serviceLoggedInUsers .entry .userName {
  margin-left: 28px;
}

.serviceLoggedInUsers .serviceUsersList {
  position: absolute;
  bottom: 0;
  top: 40px;
  overflow: auto;
}

@media (min-width: 768px) {
  .serviceLoggedInUsers {
    margin-left: 493px;
  }
}
#licenseedition {
  font-weight: bold;
  border-bottom: 1px solid #e6e6e6;
  padding: 8px;
}

.licenseentry {
  width: 100%;
  height: 28px;
  line-height: 33px;
  margin: 0 0 8px 0;
  padding: 0 0 0 8px;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.licenseentry.notSupported {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}

.licenseentry .customMetaIcon {
  margin: 4px 4px 0 0;
}

@media (min-width: 480px) {
  .licenseentry {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .licenseentry {
    width: 33.33%;
  }
}
.expired {
  color: red;
}

.almostexpired {
  color: #CC5500;
}

@media (min-width: 768px) {
  .bigForm .serverSettingsSecDefaults {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 8px;
    width: 356px;
    height: 550px;
  }

  .bigForm .serverSettingsSecCustom {
    margin-left: 384px;
    margin-bottom: 12px;
    height: 200px;
  }

  .bigForm .serverSettingsSecOther {
    margin-left: 384px;
    margin-top: 12px;
    height: 324px;
  }
}
#userCollectionsCleaner {
  min-height: 80px;
  max-height: 302px;
  padding: 8px;
  width: 302px;
  border: 1px solid #aaa;
  margin-left: -163px;
  margin-top: -67px;
  background-color: white;
}

#linkedCollectionsUpdater,
#rebuildPermissionCache {
  height: 42px;
  padding: 8px;
  width: 200px;
  border: 1px solid #aaa;
  margin-left: -109px;
  margin-top: -30px;
  background-color: white;
  text-align: center;
}

.mucObjects {
  height: 75px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}

#mucPlus, #mucEquals {
  margin: 0 10px;
  font-size: 2em;
  font-weight: bold;
  line-height: 75px;
}

.mucImageObject {
  width: 64px;
  margin: 0 8px;
}

.mucImageObject .mucObjectText {
  display: block;
  text-align: center;
}

#mucButton {
  text-align: center;
}

#mucButton button {
  margin-top: 27px;
}

#mucButton button span,
#linkedCollectionsUpdater button span {
  vertical-align: top;
  line-height: 1.1em;
}

#mucButton button img,
#linkedCollectionsUpdater button img {
  margin-top: 4px;
  margin-right: 4px;
}

#mucButton {
  overflow-y: auto;
  margin-right: 0;
}

#mucButton span {
  font-size: 30px;
  line-height: 75px;
}

.mucUserEntry {
  margin: 4px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 135px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}

.mucUserEntry:hover {
  color: #ff7979;
}

#mucResultsActions {
  margin-top: 6px;
}

#mucResultsActions button {
  width: 80px;
  margin-bottom: 0;
}

#mucResultsActions button:first-child {
  margin-right: 0;
}

.maintenancePopup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
}

#sharelink {
  width: 500px;
  max-width: 100%;
  max-height: 96%;
  overflow-y: auto;
}

#sharelink .shareTitle {
  margin: 12px 12px 0 12px;
}

.helpTool {
  position: absolute;
  right: 3px;
  top: 3px;
}

.creatingShares {
  position: relative;
}

#shareLinkBox {
  border-top-width: 0px;
}

.sharingExisting {
  margin-top: 8px;
  border: 1px solid #DDD;
  position: relative;
  line-height: 16px;
}

.creatingShares {
  margin: 12px 12px 0 12px;
}

.creatingShares h3 {
  margin: 0 0 12px 0;
  padding: 0;
}

.deleteShareKeyC {
  position: absolute;
  right: 0;
  height: 32px;
  width: 32px;
}

.deleteShareKey {
  width: 16px;
  height: 16px;
  background: url(../../images/bin16.png);
  margin: 8px;
  cursor: pointer;
}

.shareExistingKey {
  width: 16px;
  height: 16px;
  background: url(../../images/link16.png) no-repeat center center;
  position: absolute;
  left: 8px;
  top: 8px;
  cursor: pointer;
}

.shareExistingKey:hover {
  background-color: #127606;
  width: 24px;
  height: 24px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  left: 4px;
  top: 4px;
}

.shareKeyName {
  overflow: hidden;
  height: 16px;
  white-space: pre;
  text-overflow: ellipsis;
  padding: 8px 124px 8px 8px;
  border-bottom: 1px solid #DDD;
  background-color: #EEE;
}

.shareText {
  width: 240px !important;
  display: block;
  float: left;
  clear: left;
  border: 1px solid #DDD;
  margin: 0px;
  margin-bottom: 8px;
  margin-right: 234px;
}

#shareExpiryTextContainer {
  display: none;
  float: left;
}

#shareSavePublishNoGuest {
  float: left;
  clear: left;
  padding-top: 8px;
  font-size: 14px;
}

#shareExpiryText {
  margin-left: 20px;
  width: 160px !important;
  margin-right: 0px;
}

#shareExpiryTimezone {
  line-height: 43px;
  margin-left: 188px;
}

.shareLinkBoxContainer {
  border-top: 1px solid #DDD;
  padding-right: 60px;
}

.shareLinkBoxContainerFull {
  padding-right: 0px;
}

button.shareLinkCopy {
  width: 61px;
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-radius: 0 !important;
  border-width: 0px !important;
  border-left-width: 1px !important;
  height: 38px;
  margin: 0px;
  padding: 0;
}

input[type=text].shareLinkBox {
  border-width: 0px;
  padding: 8px;
  margin: 0px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0;
  color: #808080;
}

input[type=text].createLinkBox {
  border: 1px solid #DDD;
  padding: 8px;
  margin: 0px;
  display: block !important;
  width: 499px;
  border-width: 1px;
  border-radius: 0;
  position: relative;
  border-width: 0px;
  border-radius: 0;
  margin-left: -12px;
  border-top-width: 1px;
  box-shadow: none;
  top: 12px;
}

.shareKeyExpiry {
  border-left: 1px solid #DDD;
  padding-left: 4px;
  position: absolute;
  right: 32px;
  top: 8px;
}

.shareKeyPerms {
  clear: both;
  min-height: 16px;
  margin: 8px;
}

.shareKeyPerms .checkboxLabelInner {
  padding-left: 8px;
}

.shareKeyPerms .checkboxLabel {
  float: left;
  margin-right: 16px;
  line-height: 23px;
}

.loadingShares {
  margin: 0 12px 12px 12px;
  padding: 4px 0 16px 0;
  border-bottom: 1px solid #DDD;
}

.customShares {
  overflow-y: auto;
  margin-top: 8px;
}

.customShares .sharingExisting:first-child {
  margin-top: 0px;
}

.loadingShareLink {
  padding: 12px 0 4px 0;
  margin-top: 8px;
  margin-bottom: 0px;
  float: right;
}

.shareLabel {
  display: block;
  margin-bottom: 4px;
  clear: both;
}

.shareActivePerms {
  display: block;
  float: left;
}

.shareButtonSet {
  margin-top: 12px;
  float: right;
}

.shareButtonSet button {
  float: left;
  margin-left: 8px;
}

.shareProtocols {
  position: absolute;
  top: 9px;
  right: 12px;
}

.objectMoverJSHomeConfirm div {
  cursor: pointer;
  padding: 4px;
}

.objectMoverJSHomeConfirm div:hover {
  background-color: #c180ff;
  color: white;
}

.objectMoverJSTree {
  margin: 8px 8px 0 8px;
  height: 50%;
  position: relative;
  z-index: 5;
  overflow: auto;
  border: 1px solid #ccc;
}

.objectMoverJSTree .treeEntry {
  cursor: pointer;
  position: relative;
  z-index: 8;
}

.objectMoverBG {
  display: none;
  position: absolute;
  left: -5px;
  height: 26px;
  width: 100%;
  z-index: 7;
  background-color: #c180ff;
}

.objectMoverHover {
  z-index: 6;
  background-color: #f0f0f0;
}

.objectMoverJSTree #treeView .treeLevel {
  padding-left: 24px;
}

.treeView {
  padding: 8px 0;
}

.inherit {
  float: left;
  margin-left: 8px;
  margin-bottom: 8px;
  margin-top: 8px;
}

.moveConfirmed {
  margin-top: 8px;
  margin-bottom: 8px;
}

.inherit + .moveConfirmed {
  margin-top: 16px;
  margin-bottom: 8px;
}

.uploadBatch {
  margin: 0 8px;
}

.uploadFiles {
  margin: 8px 0;
}

.fileUploadProgress {
  margin: 4px 0 1px 0;
  background: #EEBE00;
  width: 0%;
  height: 2px;
}

#linkcopy input {
  width: 400px;
}

#advancedSearch {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #e6e6e6;
  border-radius: 0 0 0.25rem 0.25rem;
  -webkit-border-radius: 0 0 0.25rem 0.25rem;
  -moz-border-radius: 0 0 0.25rem 0.25rem;
  background-color: white;
  margin: 12px auto 24px auto;
  max-width: 720px;
  position: relative;
}

#advancedSearch .formEntry {
  margin: 0 12px 12px 12px;
  line-height: 24px;
}

#advancedSearch .boxLabel {
  clear: right;
  display: block;
}

#advancedSearch .searchChecks {
  margin-top: 8px;
}

#advancedSearch .searchChecks .checkboxContainer, #advancedSearch .searchFilters .checkboxContainer {
  margin: 2px;
}

#advancedSearch .searchChecks .checkboxLabelInner, #advancedSearch .searchFilters .checkboxLabelInner {
  line-height: 26px;
}

#advancedSearch .searchFilters .checkboxLabelInner {
  position: relative;
  top: -5px;
}

#advancedSearch .searchFilters img {
  position: relative;
  top: 5px;
}

#advancedSearch .contentDescriptor {
  width: 64px;
  height: 64px;
  margin: 8px;
  position: absolute;
  top: 4px;
}

#advancedSearch .searchDateEntry {
  margin-left: 8px;
  width: 251px !important;
}

#advancedSearch #searchMetaOptions {
  width: 280px;
}

#advancedSearch #fullSearchContainer {
  height: 72px;
  margin-left: 80px;
  margin-bottom: 0;
  width: 240px;
}

#advancedSearch #fullSearchContainer label {
  padding-top: 12px;
}

#advancedSearch #fullSearchContainer input {
  width: 212px;
}

@media (min-width: 480px) {
  #advancedSearch .contentDescriptor {
    width: 128px;
    height: 128px;
    margin: 12px;
  }

  #advancedSearch .formEntry {
    margin-left: 160px;
  }

  #advancedSearch #fullSearchContainer {
    margin-left: 160px;
  }
}
@media (min-width: 1024px) {
  #advancedSearch {
    margin: 0;
    width: 320px;
    position: absolute;
    overflow-x: hidden;
    right: 0;
    top: 0;
    bottom: 0;
  }

  #advancedSearch .formEntry {
    margin-left: 12px;
  }

  #advancedSearch #fullSearchContainer {
    margin-left: 80px;
  }

  #advancedSearch .contentDescriptor {
    margin: 8px;
    width: 64px;
    height: 64px;
    top: 4px;
    position: absolute;
  }
}
@media (min-width: 1024px) {
  .searchView {
    margin-right: 320px;
  }
}
#advancedSearchSubmit {
  float: none !important;
  z-index: 0 !important;
  display: inline-block !important;
  background: url("../../images/search.png") no-repeat center center !important;
  margin-bottom: 8px !important;
  height: 30px !important;
}

.objListenerGroup {
  position: relative;
}

.objListenerGroup .objListenerUser {
  border-bottom: 1px solid #CCC;
  text-align: center;
  padding: 0 0 8px 12px;
  margin: 0;
  text-align: left;
}

.objListenerGroup .objListenerUserRemove {
  width: 16px;
  height: 16px;
  position: absolute;
  background: url(../../images/bin16.png);
  right: 8px;
  top: 20px;
  cursor: pointer;
}

.objListenerDetails {
  margin: 4px 0;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .objListenerDetails {
    float: left;
    margin: 4px 2%;
    width: 46%;
  }
}
.objListenerDetails div {
  padding: 5px;
  text-align: center;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  font-family: "Courier New", Courier, monospace;
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis;
}

.objListenerDetails div:hover {
  background-color: #F2E6FF;
  cursor: pointer;
}

.objListenerDetailsContainer {
  width: 100%;
  padding: 8px 0;
  max-height: 514px;
  overflow: auto;
}

#changeapicreated {
  display: block;
  padding: 8px;
  padding-right: 60px;
}

#changeapicreated .changeApiInput {
  width: 360px;
}

#changeapicreated .changeApiButton {
  margin: 0;
  height: 38px;
  position: absolute;
  right: 8px;
  top: 8px;
}

#objListenerPreview img {
  margin-left: 8px;
}

.listenerInfo {
  margin: 8px;
}

.listenerInfo div {
  margin-bottom: 8px;
}

.listenerCreateSec .checkboxLabelInner {
  display: inline-block;
  margin-left: 0;
}

@media (min-width: 768px) {
  .listenerCreateSec {
    float: left;
  }
}
#createApiResult {
  padding: 5px;
  border: 1px solid #e0e0e0;
  border-right-width: 0px;
  display: none;
  float: right;
}

.fileAndMime {
  position: relative;
}

.fileAndMimeColBox {
  width: 22px;
}

.fileAndMimeColBox .checkboxContainer {
  position: relative;
  left: 1px;
}

.fileAndMimeColBtn {
  width: 20px;
}

.fileAndMimeColBtn .fileAndMimeButton {
  position: relative;
  top: 3px;
  left: 2px;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.fileAndMimeColExt {
  width: 48px;
}

.filesAndMimesTCon {
  margin: 0 8px 8px 8px;
}

.filesAndMimes {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  position: relative;
  top: 1px;
}

.filesAndMimes td {
  border: 1px solid #e6e6e6;
}

.manageRoleBox.mimeCategory {
  min-width: 320px;
}

.manageRoleBox.mimeCategory .fileTypeIcon {
  float: left;
  margin: 8px;
}

.manageRoleBox.mimeCategory .fileTypeTitle {
  clear: right;
  margin: 0 40px 0 60px;
  line-height: 48px;
  white-space: pre;
  text-overflow: ellipsis;
  overflow: hidden;
}

.fileAndMimeFile {
  padding: 0 4px;
}

.fileAndMimeMime {
  padding: 0 4px;
}

.fileAndMimeInputCont {
  padding: 0 4px;
}

.fileAndMimeInputCont input[type=text].mimeInput {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-width: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}

.fileAndMime input[type=checkbox] {
  top: 0px;
}

.fileAndMime .fileAndMimeEdit,
.fileAndMime .fileAndMimeCancel,
.fileAndMime .fileAndMimeDelete {
  width: 16px;
  height: 16px;
  background: url("../../images/export16.png") no-repeat center center;
  cursor: pointer;
}

.fileAndMime .fileAndMimeDelete {
  background: url("../../images/bin16.png") no-repeat center center;
}

.fileAndMime:hover .fileAndMimeDelete {
  visibility: visible;
}

.filesAndMimesNew {
  width: 24px;
  height: 24px;
  background: url("../../images/add.png") no-repeat center center;
  position: absolute;
  top: 16px;
  right: 8px;
  margin: 4px 0 0 5px;
  cursor: pointer;
}

.addUserGroup .userHomeRole, .addUserGroup .groupHomeRole {
  margin-bottom: 16px;
  float: left;
  width: 451px;
  max-width: unset;
}

.addUserGroup #moreRoles {
  margin-right: 0;
  position: absolute;
  bottom: 0;
  right: 8px;
}

.addUserGroup #advancedRoles {
  display: none;
  clear: both;
}

.addUserGroup #advancedRoles.advancedShow {
  display: block;
}

.addUserGroup .userRights .checkboxContainer:first-child, .addUserGroup .groupRights .checkboxContainer:first-child {
  margin-right: 4px;
}

.addUserGroup .userRights .checkboxLabel .checkboxContainer:first-child, .addUserGroup .groupRights .checkboxLabel .checkboxContainer:first-child {
  margin-right: 0px;
}

@media (min-width: 768px) {
  .addUserGroup .bigFormSection {
    float: left;
  }

  .addUserGroup .userDetails, .addUserGroup .groupDetails, .addUserGroup .formDetails {
    float: left;
    width: 42%;
    height: 472px;
  }

  .addUserGroup .userRights, .addUserGroup .groupRights {
    float: none;
    height: 472px;
  }

  .addUserGroup .pluginList {
    max-height: 97px;
    overflow-y: auto;
  }

  .addUserGroup .userRoles, .addUserGroup .groupRoles {
    margin-top: 0;
    min-height: 134px;
    width: 46%;
  }

  .addUserGroup .userGroups, .addUserGroup .groupUsers {
    float: none;
    min-height: 134px;
  }

  .addUserGroup .fullWidthSection {
    width: auto;
    float: none;
  }
}
@media (min-width: 768px) {
  .createConference .formDetails {
    float: left;
    width: 42%;
    height: 444px;
  }

  .createConference .groupUsers {
    float: none;
    height: 444px;
  }

  .createConference .listBox {
    height: 354px;
  }
}
.createConference textarea {
  resize: none;
}

@media (min-width: 768px) {
  .imageRepoForm .bigFormSection {
    float: left;
  }

  .imageRepoForm .userGroups {
    float: none;
  }

  .imageRepoForm .formDetails {
    float: left;
    width: 42%;
    height: 448px;
  }

  .imageRepoForm.repoForm .formDetails {
    height: auto;
  }

  .imageRepoForm .userRoles {
    float: none;
  }

  .imageRepoForm .fullWidthSection {
    width: auto;
    float: none;
  }
}
.imageRepoForm .serverPingCheck {
  position: absolute;
  bottom: 10px;
  right: 0px;
  padding: 4px;
  height: 30px;
  display: block;
}

.imageRepoForm .serverPingResult {
  padding: 4px;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 8px;
  right: 44px;
}

.imageRepoForm .listBox {
  height: 358px;
}

.imageRepoForm .serverOK {
  background: url("../../images/ok.png") no-repeat center center;
}

.imageRepoForm .serverOff {
  background: url("../../images/error.png") no-repeat center center;
}

.imageRepoForm .serverInvalid {
  background: url("../../images/warning.png") no-repeat center center;
}

@media (min-width: 768px) {
  #userProfileForm .formDetails {
    float: left;
    width: 42%;
    height: 677px;
  }

  #userProfileForm .profilePass {
    height: 270px;
  }

  #userProfileForm .profileGroups {
    height: 377px;
  }
}
#userProfileForm .userProfileGroupContainer {
  max-height: 160px;
  overflow-y: auto;
}

#userProfileForm .userProfileGroup {
  border: 1px solid #e6e6e6;
  padding: 2px 8px;
  margin: 4px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.userFieldSetting {
  display: block;
  padding: 8px;
  border: 1px solid #e6e6e6;
  border-bottom-width: 0px;
}

.userFieldSetting:last-child {
  margin-bottom: 0px;
  border-bottom-width: 1px;
}

.userFieldSettingName {
  display: block;
  clear: both;
  margin-top: 44px;
}

@media (min-width: 480px) {
  .userFieldSettingName {
    margin-top: 0;
    width: 330px;
    float: left;
    clear: none;
  }
}
.userFieldSettingNameBig {
  width: 560px !important;
}

.userFieldSettingsGenericText {
  margin-left: 8px;
  display: inline-block;
}

.userFieldSaveOptions {
  position: absolute;
  right: 7px;
  top: 7px;
}

.userFieldSaveOptions label {
  display: block;
  cursor: pointer;
  position: relative;
}

.userFieldSaveOptions img {
  display: block;
  padding: 2px;
  pointer-events: none;
  position: relative;
}

.userFieldSaveOptions input[type=submit].obtn {
  display: none !important;
  position: relative;
}

.userFieldAccessSlider {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: green;
  width: 150px;
  height: 6px;
  position: relative;
  top: -9px;
}

.userFieldFilters {
  margin-top: 5px;
  clear: both;
  position: relative;
}

.userFieldFiltersSearch {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  *display: inline;
  *zoom: 1;
  width: 445px;
}

.userFieldFiltersSearch .userFieldCustomFilters .userFieldFilter {
  width: 140px;
}

.userFieldFilter input {
  margin-right: 5px !important;
}

.stretch {
  width: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0;
  line-height: 0;
}

.userFieldFilter {
  display: block;
  float: left;
}

.userFieldFilterRight {
  clear: left;
  float: right;
}

.userFieldFilterRight.userFieldFilterVisible {
  float: right;
  clear: none;
}

.userFieldCustomRestrict {
  margin-top: 2px;
}

.userFieldFilter input[type=checkbox] {
  margin-right: 0;
  margin-left: 5px;
}

.userFieldFilter img {
  position: relative;
  top: 6px;
}

.userFieldFilterAll {
  padding-right: 10px;
  margin-right: 10px !important;
  margin-top: 4px;
  margin-left: 5px;
  border-right: 1px solid #e0e0e0;
}

.userFieldContent {
  padding-top: 8px;
  margin-left: 8px;
}

.userFieldContentHalf {
  width: 40%;
  margin: 2%;
  padding: 2%;
  float: left;
}

.customMetaIcon {
  display: block;
  float: left;
  position: relative;
}

input[type=submit].roleSave {
  margin-top: 8px;
  margin-right: 4px;
}

.manageRoleBox {
  position: relative;
  background-color: white;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #e6e6e6;
  border-radius: 0 0 0.25rem 0.25rem;
  -webkit-border-radius: 0 0 0.25rem 0.25rem;
  -moz-border-radius: 0 0 0.25rem 0.25rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  min-width: 246px;
  float: left;
  margin: 4px 0;
}

@media (min-width: 480px) {
  .manageRoleBox {
    margin: 4px;
  }
}
.manageRoleBox.spareRoleBox {
  opacity: 0.4;
}

.manageRoleBox .roleManagementName {
  height: 36px;
}

.manageRoleBox .roleCheckboxCon {
  margin: 8px;
}

.manageRoleBox .customMetaIcon {
  margin: 6px;
  position: absolute;
  top: 0;
  left: 0;
}

.manageRoleBox input[type=text].userFieldSettingName {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  max-width: 100%;
  padding-left: 38px;
  padding-right: 26px;
  margin: 0;
}

.metaBox {
  position: relative;
  background-color: white;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #e6e6e6;
  border-radius: 0 0 0.25rem 0.25rem;
  -webkit-border-radius: 0 0 0.25rem 0.25rem;
  -moz-border-radius: 0 0 0.25rem 0.25rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 294px;
  height: 103px;
  margin-bottom: 8px;
}

.metaBox .customMetaIcon {
  margin: 4px;
}

.metaBox .metaTypeSelectC {
  position: absolute;
  left: 32px;
  right: 32px;
}

.metaBox .metaTypeSelect {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: 0;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  width: 100%;
  height: 32px;
  padding: 4px;
}

.metaBox .metaNameInput {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  width: 100%;
  max-width: 100%;
  clear: both;
}

.metaBox .metaNameInput:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}

@media (min-width: 768px) {
  .metaBox input[type=text].metaNameInput {
    width: 100%;
  }
}
.metaBox #apiCreateTypes {
  float: right;
}

.metaBox .metaListPopup {
  display: none;
  float: left;
  margin: 4px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.metaBox .metaListPopup span {
  display: block;
  width: 24px;
  height: 3px;
}

.metaBox .metaListPopup div {
  width: 24px;
  height: 4px;
  border-bottom: 2px solid #e6e6e6;
}

.metaBox .metaListPopup:hover div, .metaBox .metaListPopup:active div, .metaBox .metaListPopup:focus div {
  border-bottom-color: #999999;
}

.metaBox .metaIconCheckbox {
  margin-left: 10px;
  padding: 4px 4px 2px 0;
  float: left;
}

.metaBox .metaIconCheckbox .checkboxContainer {
  float: left;
  margin: 4px;
}

.metaBox .metaIconCheckbox .checkboxContainer input {
  top: -4px;
}

.metaBox .metaIconCheckbox:first-child {
  margin-left: 0px;
}

.metaBox .userFieldAccess {
  margin-left: 0px;
  padding-top: 4px;
  height: 27px;
  border-right: 1px solid #e6e6e6;
}

#userFieldZone h2 {
  margin-bottom: 0px;
}

.metadataNew {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-bottom: 1px;
  background-color: #7686c2;
  color: white;
  top: 0;
  left: 0;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  text-align: center;
  line-height: 103px;
  font-size: 2em;
  cursor: pointer;
}

@media (min-width: 768px) {
  .metadataForm .builtInDetails {
    float: left;
    width: 316px;
    max-height: 100%;
  }

  .metadataForm .customDetails {
    max-height: 100%;
  }
}
.metaPleaseSave {
  position: absolute;
  top: 16px;
  right: 16px;
  font-style: italic;
  display: none;
}

@media (min-width: 480px) {
  .metaPleaseSave {
    display: block;
  }
}
.newMetadataButton {
  display: block;
  position: absolute;
  top: 16px;
  right: 16px;
}

.roleNew {
  line-height: 38px;
}

.metaList {
  display: none;
  width: 200px;
}

.metaListEntries {
  height: 146px;
  padding: 8px;
  overflow-y: auto;
  border-bottom: 1px solid #e6e6e6;
}

.metaListEntries div {
  cursor: pointer;
  padding: 4px;
}

.metaListInput.otxt {
  width: 184px !important;
  float: left;
  margin: 8px;
}

.metaListSubmit {
  width: 34px;
  height: 36px;
  position: absolute;
  right: 9px;
  bottom: 0px;
  padding: 0 !important;
  text-align: center;
}

.annotationSec {
  clear: both;
}

.permissionsSec {
  clear: both;
}

.permissionsSec .inheritwarning {
  color: red;
  display: none;
  margin-top: 5px;
}

.permissionsSec .inheritContainer .inheritwarning {
  display: none;
}

.permissionsSec .inheritContainer.faded .roleassignbox {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}

.permissionsSec .inheritContainer.faded .inheritwarning {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  display: block;
}

.permissionsSec .inheritvaried {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.permissionsSec .inheritvaried:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.bigFormSection.addSection {
  padding: 0;
}

.bigFormSection.addSection .addPreviewC {
  text-align: center;
  width: 128px;
  float: left;
  line-height: 0px;
  overflow: hidden;
  padding: 12px 0;
}

.bigFormSection.addSection .addPreviewC img {
  max-width: 100%;
  line-height: 0px;
}

.bigFormSection.addSection .addPreviewCImage {
  padding: 0;
}

.bigFormSection.addSection .addForm {
  float: left;
  border-left: 1px solid #e6e6e6;
  min-height: 124px;
}

.bigFormSection.addSection .addForm .formEntrySlim {
  margin: 12px;
}

@media (min-width: 768px) {
  .bigFormSection.addSection .addPreviewC {
    width: 384px;
  }
}
input[type=text]#licensekey {
  max-width: 100%;
  width: 100%;
  font-family: "Courier New", Courier, monospace;
  display: inline-block;
  padding-right: 100px;
}

@media (min-width: 480px) {
  input[type=text]#licensekey {
    height: 40px;
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  input[type=text]#licensekey {
    height: 52px;
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  input[type=text]#licensekey {
    height: 60px;
    font-size: 50px;
  }
}
.licenseImage {
  height: 150px;
  margin: 0 16px;
  float: left;
  display: none;
}

@media (min-width: 480px) {
  .licenseImage {
    display: block;
  }
}
.licenseImage .contentDescriptor {
  margin-top: 13px;
}

#licensesubmit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: none;
  width: 88px;
  height: 100%;
  margin: 0 0 0 8px;
  position: relative;
  top: 3px;
  position: absolute;
  right: 0;
  top: 0;
}

.licenseSection {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border: 0;
  padding: 0;
  background-color: transparent;
  overflow: visible;
}

/*# sourceMappingURL=standard.css.map */
.ui-dialog .ui-dialog-title {
  padding-left: 0px !important;
}

.ui-button {
  border: 0px !important;
  background: transparent !important;
}

.ui-button:hover,
.ui-button:active {
  border: 0px !important;
  background: transparent !important;
}

.ui-dialog .ui-dialog-titlebar-close:hover .ui-icon {
  background: url(../../images/close.png) no-repeat center center;
}

.menu {
  min-width: 0px;
}

.ui-dialog {
  font-family: Lato, "Noto Sans JP", Verdana, Geneva, sans-serif !important;
}

/*# sourceMappingURL=newwebextra.css.map */
