fieldset .controls input {
  width: auto;
}

.recipients-container {
  margin-top: 2px;
  margin-bottom: 2px;
  background-color: transparent;
}

.loading-indicator {
  height: 80px;
  width: 80px;
  background: url(../img/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

.loading-indicator-overlay {
  background-color: #FFFFFF;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.ticket-content {
  margin: 10px 0px;
}

#recipients-added {
  border-bottom: #5a5a5a;
  border-width: medium;
  overflow-y: auto;
  max-height: 60px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 2px;
  background-color: white;
}

img.loading-button {
  height: 14px;
  width: 14px;
}

.bcc-form, .notify-email-address-form, .expirationform {
  border-radius: 4px;
  margin-top: 5px;
}

#bcc-email-address, #notify_email_address {
  padding: 4px 6px;
  border-radius: 4px;
}

.recipient-main {
  float: left;
  border: 1px solid #ccc;
  padding: 5px;
  max-width: 450px;
  font-size: 14px;
  margin-bottom: 2px;
  margin-top: 2px;
  margin-right: 2px;
  border-radius: 5px;
  color: white;
}

.recipient-marked {
  border: 2px solid #ca1314;
  padding: 4px;
}

.recipient-element-marked {
  color: #ca1314;
}

.cc-window.cc-floating {
  background: #efefef;
}

a.cc-btn.cc-dismiss:hover {
  text-decoration: none;
  color: #da2728 !important;
}

#recipient-input {
  border: none;
  min-width: 180px;
  width: 60%;
}

#recipient-input:hover {
  border: 1px solid #ccc;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-right: 1px;
}

.delete-recipient {
  background-color: #0e0e0e;
}

.recipient-remove {
  margin-left: 5px;
  bottom: 6px;
  position: relative;
  background-color: black;
  color: #5a5a5a;
}

.recipient-valid {
  background-color: white;
  color: #5a5a5a;
}

.recipient-invalid {
  background-color: white;
  color: #5a5a5a;
}

.recipient-loading {
  background-color: white;
  color: #5a5a5a;
}

.ldap-captcha {
  width: 180px;
  height: 50px;
}

.captcha {
  width: 200px;
  height: 50px;
}

.blocksatz {
  text-align: justify;
}

.form-horizontal .form-actions {
  padding-left: 43%;
}

.page-header .topic-description {
  font-size: 12px;
}

.alert {
  padding-right: 14px;
}

#flash-copy-link-container {
  position: relative;
  display: inline-block;
}

/* override zso_app.css */
input, button, select, textarea, h1, h2, h3, h4, h5, h6, legend, .lead, blockquote {
  letter-spacing: inherit;
}

.help-block {
  font-size: 12px;
}

.message {
  float: none;
  margin: 0 auto;
  text-align: left;
}

@media print {
  .hidden-print {
    display: none;
  }

  #powered_by {
    position: absolute;
    top: 30px;
    right: 18px;
    display: block
  }
}

.sprite {
  vertical-align: middle;
}

div.files {
  overflow-x: hidden;
  max-height: 260px;
}

.fixed-height {
  height: 293px;
}

.option-space {
  margin-bottom: 6px;
}

.option-space-top {
  margin-top: 6px;
}

.options {
  min-height: 315px;
  border-radius: 5px;
}

.options > .control-group {
  margin-bottom: 0px;
}

div.file:last-child {
  border-bottom: 0px;
}

div.file {
  border-bottom: 1px dashed #e3e3e3;
  width: 100%;
  height: 54px;
  padding-top: 5px;
}

div.file table {
  width: 100%;
  height: 50px;
}

div.file table td {
  vertical-align: middle;
  margin: 5px 0;
  line-height: 16px;
}

div.file a.linked {
  display: block;
  color: #333;
  text-decoration: none;
  border: 1px solid #fff;
}

div.file a.linked:hover {
  background: #EEEEEE;
  border: 1px solid #ddd;
}

div.file a.linked:visited {
  color: #999999;
}

.file-progress {
  width: 5%;
}

.file-progress.active > span {
  -webkit-animation: rotating 3s linear infinite;
  -moz-animation: rotating 3s linear infinite;
  -ms-animation: -ms-rotating linear 3s;
  -ms-animation-iteration-count: 999999;
  -ms-animation-fill-mode: forwards; /*IE 10+*/
}

.file-informations {
  width: 78%;
}

.file-action {
  width: 17%;
  text-align: right;
}

.file-informations .filename {
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 300px;
  display: block;
  overflow: hidden;
}

.progress-tiny {
  height: 5px;
  border-radius: 0;
  margin: 2px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.file-upload-infos, .file-action, .tiny-icon {
  font-size: 10px;
  color: #999;
}

.file-action a {
  color: #999;
  text-decoration: none;
}

.file-action a:hover {
  color: #666;
}

.glyphicon {
  color: #999;
}

.glyphicon-success {
  color: #468847;
  font-size: 16px;
}

.glyphicon-error {
  font-size: 16px;
}

.glyphicon-error, .has-error {
  color: #B94A48;
}

.display-ie {
  display: none;
}

.hidden-ie {
  display: block;
}

@media (max-width: 767px) {
  .file-informations {
    width: 70%;
  }

  .file-action {
    width: 30%;
  }

  div.file {
    min-height: 54px;
    height: auto;
  }

  div.file table.table-file {
    min-height: 50px;
    height: auto;
  }

  .file-informations #filename {
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 150px;
    display: block;
    overflow: hidden;
  }
}

.upload-button-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
  float: left;
  padding-right: 4px;
}

.upload-button-container button {
  position: relative;
  float: left;
}

.upload-button-container input {
  filter: alpha(opacity=0);
  height: 30px;
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 0;
  border: 1px solid red;
}

.tooltip-inner {
  text-align: left;
  white-space: pre-wrap;
  max-width: 305px;
}

.tooltip {
  z-index: 1151 !important;
}

.message-tooltip-header {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

.message-tooltip-text {
  white-space: pre-wrap;
  word-wrap: break-word;
  display: block;
  max-width: 300px;
  max-height: 400px;
  overflow: auto;
}

#link-delivery .modal {
  width: 700px;
  top: 45%;
  left: 48%;
}

.sprite.remove-mini {
  background-position: -647px -573px;
  width: 13px;
  height: 15px;
}

.topic-headline .row-fluid .span8 {
  width: auto;
}

.span-username {
  color: white;
}

.upload-waiting-message {
  color: #999999;
}

.add-files-hint-div {
  text-align: center;
  color: #6CA8D2;
  margin-top: 10%;
}

.add-files-hint-img {
   margin-bottom: 1rem;
}

.upload-icon {
  width: 13px;
}

.svg {
  display: inline-block;
  vertical-align: inherit;
  margin-right: 0.2rem;
}

.svg-upload {

  width: 16px;
  height: 17px;
  background: gray;
  -webkit-mask-image: url(/resources/svg/upload.svg);
  mask-image: url(/resources/svg/upload.svg);
}

.svg-add {
  width: 16px;
  height: 17px;
  background: black;
  -webkit-mask-image: url(/resources/svg/search-with-folder.svg);
  mask-image: url(/resources/svg/search-with-folder.svg);
}

.svg-enable {
  background: #0088cc;
}

.svg-disable {
  background : gray;
}

.upload-button{
  cursor: pointer !important;
}

.upload-complete-legend {
  border-bottom: none;
  margin-bottom: 0;
}

.upload-complete-files-div {
  margin-bottom: 0;
}

.upload-complete-filesize-div {
  text-align: right;
}

.upload-complete-options-div {
  height: 284px;
}

.upload-complete-options-short-div {
  height: 260px;
}

.personaldownloadlinks {
  height: 166px;
}

.upload-complete-option-headline {
  font-weight: bold;
}

.upload-form-legend {
  border-bottom: none;
  margin-bottom: 0;
}

.ticket-forward-form-legend {
  border-bottom: none;
  margin-bottom: 0;
}

.upload-form-option-description {
  padding-left: 0px;
}

.upload-form-option-icon {
  margin-left: 8px;
}

.ticket-form-option-icon {
  margin-left: 8px;
}

.upload-form-use-option-box {
  vertical-align: middle;
  margin-right: 5px;
}

.no-margin {
  margin: 0px !important;
  margin-top: 0px !important;
  margin-left: 0px !important;
}

.upload-form-password-input {
  margin-top: 10px;
}

.about-page-header {
  text-align: center;
}

.access-forbidden-header {
  text-align: center;
}

.accesslink-not-found-header {
  text-align: center;
}

.download-password-button {
  text-align: center;
}

.download-files-list {
  margin-bottom: 0;
}

.download-file-downloadbutton {
  font-size: 15px;
  margin-left: 10px;
}

.download-expiration-text {
  font-weight: bold
}

.download-filesize-div {
  text-align: right;
}

.download-all-div {
  text-align: center;
}

.intro-main-text {
  text-align: center;
}

.intro-no-login-text {
  text-align: center;
}

.intro-no-login-text-div {
  text-align: center;
}

.intro-login-div {
  margin-bottom: 8px;
}

.intro-login-button {
  text-align: center;
  margin-top: 15px;
}

.intro-login-button input {
  padding-left: 15px;
  padding-right: 15px;
}

.intro-login-div-centered .intro-login-button {
  text-align: center;
}

.session-expired-text {
  text-align: center;
}

.terms-text {
  text-align: center;
}

.upload-link-error {
  margin-bottom: 5px;
  font-size: 15px;
}

.ticketlink-delivery-confirmation-text {
  margin-bottom: 5px;
  font-size: 15px;
}

.ticket-link-information {
  margin: 5px 0px;
}

.info-additional-spec {
  font-size: 12px;
  margin-top: 5px;
}

.upload-confirmation-target-mail {
  font-size: 20px;
}

.upload-confirmation-link-copy-modal {
  text-align: left;
}

.h-messages {
  font-size: 15px;
  margin: 0px;
}

.topic-headline .topic-upload-download-without-description {
  width: 100px !important;
  height: 100px !important;
  display: inline !important;
}

.row-fluid .span9 .description-span {
  text-align: left;
  display: inline-block;
  box-sizing: content-box;
  vertical-align: middle;
  margin-left: 17px;
  width: auto;
  float: none;
}

.row-fluid [class*="span"] .topic-description-text {
  line-height: 21px;
  min-height: 0px;
}

.topic-headline {
  margin: 0px;
}

.bar {
  background:#0088cc !important;
}

.upload-progressbar-empty {
  width: 0%;
}

.file-informations .upload-progress-table-full {
  height: 100%;
}

.upload-progress-table-front {
  width: 80%;
}

.upload-progress-table-back {
  text-align: right;
  width: 20%;
}

.no-margin-bottom {
  margin-bottom: 0px !important;
}

.password-hint {
  font-size: 11px;
  font-weight: normal;
}

.icon.icon-download {
  background: url(images/cloud-download-225.png);
  width: 35px;
  height: 27px;
  margin-right: 10px;
  background-size: 35px;
  display: inline-block;
}

.icon.icon-download:hover, .submenu-item:hover > .icon.icon-download {
  background: url(images/cloud-download-225-active.png);
  width: 35px;
  height: 27px;
  margin-right: 10px;
  background-size: 35px;
  display: inline-block;
}

.submenu {
  background-color: #fbfbfb;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 35px;
}

.submenu-item {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  color: #333;
  display: block;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
}

.submenu-item:hover, .submenu-item.active {
  color: #08c;
  text-decoration: none;
  background-color: #fbfbfb;
}

.table th, .table td {
  text-align: center;
  padding: 2px;
}

.fileset {
  cursor: pointer;
}

*[zso-toggle] {
  cursor: pointer;
}

.table th.sortable {
  cursor: pointer;
}

.table th.sortable > span {
  visibility: hidden;
}

.table th.sortable.active > span, .table th.sortable:hover > span {
  visibility: visible;
}

.sub {
  background-color: #efefef;
}

.invisible {
  display: none;
}

.ui-widget {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.ui-state-default {
  background: none;
  background-clip: border-box;
  background-color: #949ca2;
  background-image: linear-gradient(to bottom, #9fa6ac, #838d94);
  background-repeat: repeat-x;
  border: none;
  border-bottom: 1px solid #768088;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 13px;
  text-align: center;
  text-shadow:none !important;
}

.table thead th {
  vertical-align: middle;
}

.table th, .table td {
  text-align: center;
}

.text-center {
  text-align: center;
}

/* DATA TABLE */

body .ui-datatable .ui-datatable-header {
    background:none !important;
    padding: inherit;
}

.fileTable .ui-widget-content {
  background: none;
  color: #333;
}

.ui-widget-content {
  background: white;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-datatable th, .ui-datatable tfoot td {
  border-left: 1px solid #ddd;
  padding: 8px;
}

.ui-state-default:first-child {
  border-top-left-radius: 4px;
}

.ui-state-default:last-child {
  border-top-right-radius: 4px;
}

a.sortable {
  color: #fff;
  text-decoration: none;
}

a.sortable > span {
  visibility: hidden;
}

a.sortable.active > span, a.sortable:hover > span {
  visibility: visible;
}

@media screen and (max-height: 499px) {
  .modal {
    top: 0px;
  }
}

@media screen and (max-width: 579px) {
  body .modal {
    width: auto;
  }
}

@media screen and (min-width: 580px) {
  body .modal {
    width: 680px;
  }
}

@media screen and (min-height: 400px) {
  .modal-body {
    max-height: 400px;
  }
}

@media screen and (max-height: 399px) {
  .modal-body {
    max-height: 150px;
  }
}

fieldset .controls input {
  width: auto;
}

.form-horizontal .form-actions {
  padding-left: 43%;
}

.alert {
  padding-right: 14px;
}

.alert-info {
  background-image: none;
  background-color: #e4f2f9;
}

.help-block {
  font-size: 12px;
}

.message {
  float: none;
  margin: 0 auto;
  text-align: left;
}

.sprite {
  vertical-align: middle;
}

.radio-select label {
  display: inline;
}

.radio-select input[type="radio"] {
  margin-top: 0px;
}

.btn-group .btn {
  line-height: 17px;
}

#multiple-items-action {
  border-radius: 0 4px 4px 0;
}

.ui-state-default {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border: 1px;
  background: none;
  background-color: #98A0A3;
  background-image: linear-gradient(to bottom, #A9AEB0, #808C90);
  background-repeat: repeat-x;
  border-bottom: 1px solid #81888B;
  color: #FFFFFF;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  vertical-align: bottom;
}

.ui-widget {
  border: 0px;
  border-top: 1px solid #ddd;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
}

tbody.ui-datatable-data > tr > td {
  padding: 8px;
  border-style: none;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  line-height: 20px;
}

tbody.ui-datatable-data-empty > tr > td {
  height: 20px;
  padding: 0;
  border: none;
}

.ui-datatable.fileTable tbody.ui-datatable-data > tr > td,
.ui-datatable.fileTable tbody.ui-datatable-data-empty > tr > td {
  border-left: none;
  padding: 5px;
  line-height: 16px;
}

.ui-widget-content {
  border: 0px;
}

.table-striped tbody tr:nth-child(2n+1) td, .table-striped tbody tr:nth-child(2n+1) th {
  background-color: white;
}

.fileTable > column {
  width: 15%;
  border-left: 1px solid #dfdfdf;
}

.fileTable .ui-widget-content td {
  background: white;
}

.fileTable .ui-widget-content td:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.fileTable .ui-widget-content td:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.ui-paginator-bottom {
    background: none;
    border: none;
}

.detailsTable .ui-paginator-bottom {
    margin-top: 15px;
}

.ui-paginator-bottom .ui-state-default {
    background-color: #F5F5F5;
    background-image: none;
    background-repeat: repeat-x;
    border: 1px solid #BBBBBB;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    font-weight: normal;
    line-height: 30px;
    padding: 0 12px 0 12px;
    margin: 0 3px 0 3px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

.ui-paginator-bottom .ui-state-default:hover {
    border-color: #bbb;
    background-color: #e6e6e6;
    background-clip: padding-box;
    font-weight: normal;
    color: #212121;
    text-decoration: underline;
}

.ui-paginator-current {
  color: #5e5e5e;
  text-shadow: none;
}

.ui-state-default .ui-icon {
  background-image: none;
  height: 16px;
  width: 16px;
  display: inline;
  text-indent: 0;
}

.page-header .breadcrumb {
  background-color: inherit;
  font-size: 12pt;
  color: #555;
}

.page-header .divider {
  color: #555;
}

.upload-header {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar-dark {
  margin-bottom: 0px;
}

.navbar-dark .navbar-inner {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 0px;
}

.navbar .nav > li > a {
  color: #000000;
}

.navbar .navbar-inner {
  padding-right: 20px;
  padding-left: 0px;
  background-color: #fff;
  background-image: unset;
  border: unset;
  box-shadow: unset;
}

.navbar .navbar-inner .container ul.nav li a:hover {
  color: #000;
}

.navbar .navbar-inner .container ul.nav li.active a {
  border-right: 1px solid #FAFAFA;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
}

.navbar .navbar-inner .container ul.nav li.dropdown .open {
  background: #E5E5E5;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  color: #000;
}

ul.dropdown-menu {
  background: #E5E5E5;
  border: none;
  -moz-box-border-radius: 0px 0px 4px 4px;
  -webkit-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
  border-top: 1px solid #FAFAFA;
}

ul.dropdown-menu li {
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #ccc;
}

ul.dropdown-menu li a {
  color: #555555;
  -moz-box-text-shadow: 0 1px 0 #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #FFFFFF;
  text-shadow: 0 1px 0 #FFFFFF;
}

ul.dropdown-menu li a:hover {
  background: #d2d2d2;
  color: #000;
  filter: none;
}

ul.dropdown-menu .active > a, ul.dropdown-menu .active > a:hover, .dropdown-submenu:hover > a, .dropdown-menu li > a:focus {
  background: #d2d2d2;
  background-image: none;
  border-right: none;
  color: #000;
  filter: none;
  outline: none;
}

ul.dropdown-menu li:last-child {
  border-bottom: none;
}

ul.dropdown-menu li:first-child {
  border-top: none;
}

.navbar .navbar-inner .container ul.nav li.dropdown ul.dropdown-menu:before,
.navbar .navbar-inner .container ul.nav li.dropdown ul.dropdown-menu:after {
  border-bottom: 0px solid #fff;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
}

.btn-group ul.dropdown-menu {
  margin-top: -4px;
  border-radius: 3px;
  -wekit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: 1px solid #bbb;
  width: 250px;
}

.breadcrumb {
  margin: 0px;
}

.breadcrumb li a {
  color: #777;
}

.ui-datatable-even:hover, .ui-datatable-odd:hover {
  background-color: #eee;
}

.form-horizontal .control-label {
  width: auto;
  font-weight: bold;
  text-align: left;
}

fieldset legend {
  font-size: 11pt;
  font-weight: bold;
  color: #444;
}

.select-column {
  width: 15px;
}

.direction-column {
  width: 60px;
}

.date-column {
  width: 160px;
}

.name-column {
  width: 300px;
}

.size-column {
  width: 70px;
}

.sprite.pencil-mini {
  background-position: -478px -161px;
  width: 12px;
  height: 12px;
}

.about-page-header {
  text-align: center;
}

.ui-datatable.detailsTable .ui-column-filter {
  width: 200px;
  height: 25px;
  border: 1px solid #ccc;
  padding-left: 10px;
  position: absolute;
  border-radius: 4px;
  outline: none;
  display: inline-block;
  top: -40px;
  left: -44px;
}

.ui-datatable .search-field-panel .ui-inputfield {
    width: 200px;
    height: 21px;
    padding: 4px 10px 1px 10px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: none;
    background-color: #FFFFFF;
}

.ui-datatable .search-field-panel .ui-inputfield:focus, .ui-datatable .search-field-panel .ui-inputfield:hover {
    box-shadow: none;
    background-color: #FFFFFF;
}

select#sortingForm-files1\:sorting-selector-files1, select#sortingForm-files2\:sorting-selector-files2 {
  position: relative;
  z-index: 1;
}

.ui-datatable .ui-datatable-header {
  background: none;
  border: none;
  padding: 0;
}

.ui-datatable .ui-sortable-column.clickable {
  height: 1px;
}

.ui-datatable .ui-sortable-column.clickable span {
  display: none;
}

.ui-datatable.fileTable tbody.ui-datatable-data > tr > td, .ui-datatable.fileTable tbody.ui-datatable-data-empty > tr > td {
  border: none;
}

.ui-datatable tbody.ui-datatable-data > tr > td, .ui-datatable tbody.ui-datatable-data-empty > tr > td {
    text-align: center;
}

.ui-datatable.detailsTable .ui-sortable-column.clickable {
  position: relative;
  height: 1px;
}

.ui-datatable.detailsTable .ui-sortable-column.clickable span {
  display: none;
}

.ui-datatable.detailsTable tbody.ui-datatable-data > tr > td, .ui-datatable.detailsTable tbody.ui-datatable-data-empty > tr > td {
  padding: 3px 8px;
  border-bottom: none;
}

.ui-datatable.detailsTable table {
  background: none;
  border-collapse: separate;
  line-height: 12px;
}

.detailsTable .ui-widget-content td {
  background: white;
}

.ui-widget {
  border: none;
  border-radius: 4px;
}

.ui-datatable table {
  background: none;
  line-height: 12px;
}

.ui-datatable table thead {
    display: none;
}

.ui-datatable.fileTable table {
    border-spacing: 0 15px;
    border-collapse: separate;
}

.ui-datatable .ui-header-column, .ui-datatable .ui-footer-column {
  padding: 0;
}

a#send-link:hover, a#download-link:hover, a#remove-upload:hover {
  text-decoration: none;
}

.file-detail-message-headline {
  display: block;
}

.file-detail-message-body {
  white-space: pre-wrap;
}

.file-detail .symbol-more-items, .file-detail .symbol-more-items-locked {
  margin-left: 5px;
  margin-right: 5px;
}

.modal-danger .modal-header {
  background-color: #da4f49;
  border-bottom: 1px solid #bd362f;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
}

.modal-warning .modal-header {
  background-color: #e3c55f;
  border-bottom: 1px solid #ddb428;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
}

.btn-danger {
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

input.mail-input {
  box-shadow: none;
  background: transparent;
  border: none;
  font-weight: 14px;
  width: 100%;
}

input.mail-input:focus {
  outline: none
}

input.phone-input {
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: none;
  margin-bottom: 0;
  min-width: 150px;
  padding: 2px;
  outline: none;
  overflow: hidden;
  width: 55%;
  margin-left: 0px;
}

textarea[id="link-delivery:information-text"] {
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: none;
}

.action-remove-anthracite {
  display: inline-block;
  height: 12px;
  width: 12px;
}

.symbol-more-items-locked {
  background-image: url(../img/icon-more-items-locked.png);
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: 5px;
  height: 22px;
  width: 20px;
}

.symbol-more-items {
  background-image: url(../img/icon-more-items.png);
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: 5px;
  height: 22px;
  width: 20px;
}

.symbol-file-locked {
  background-image: url(../img/icon-file-locked.png);
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: 5px;
  height: 22px;
  width: 20px;
}

.symbol-file {
  background-image: url(../img/icon-file.png);
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: 5px;
  height: 22px;
  width: 20px;
}

.symbol-upload {
  background-image: url(../img/icon-access-link.png);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  width: 22px;
}

.symbol-upload-single {
  background-image: url(../img/upload-icon-single.png);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  width: 22px;
}

.symbol-upload-multiple {
  background-image: url(../img/upload-icon-multiple.png);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  width: 22px;
}

.ui-state-default.add-recipient {
  background: #fff;
  background-image: linear-gradient(to bottom, #fff, #fff);
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  border-top: 1px solid #ddd;
  text-shadow: none;
}

.btn-add-on {
  text-align: center;
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  border: 1px solid #bbb;
  box-shadow: none;
  width: 24%;
  height: 25px;
  float: left;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: none;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25)
}

.white {
  color: #fff;
}

.tab-content {
  display: block;
  overflow: visible;
}

#inbound, #outbound {
  position: relative;
}

#container #head #logo-login {
  padding-left: 23px;
  padding-top: 17px;
}

.total-number-of-uploads {
  position: absolute;
  right: 0.9rem;
  bottom: 10px;
}

.wizard {
  margin-left: 0px;
}

.wizard .step {
  min-height: 1px;
  display: block;
}

.wizard .step.disabled {
  color: #9e9e9e;
}

.wizard .step.left {
  float: left;
  min-width: 40%;
  max-width: 44%;
}

.wizard .step.right {
  float: right;
  min-width: 40%;
  max-width: 54%;
}

.wizard .step .bubble {
  background-color: #0175d8;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  margin-right: 8px;
  font-size: 18px;
  line-height: 32px;
  display: inline-block;
  color: #fff;
  text-align: center;
  float: left;
}

.wizard .step.disabled .bubble {
  background-color: #9e9e9e;
}

.wizard .wizard-label {
  font-size: 16.25px;
  line-height: 32px;
  float: left;
}

.wizard .step.right .wizard-label {
  line-height: 15px;
}

.wizard .wizard-sub-label {
  font-size: 10.25px;
  color: #9e9e9e;
  line-height: 11px;
}

#recipientsTab {
  overflow: hidden;
}

.ui-widget-content > tr {
  height: 39px;
}

.choose-language-text {
  font-size: 12px;
  font-weight: bold;
}

.settings-key-text {
  font-size: 12px;
  font-weight: bold;
}

.settings-username {
  font-size: 12px;
  font-weight: bold;
}

.btn {
  -webkit-user-select: initial; /* fix for a bug in Chrome (see SH-1579) */
  user-select: initial;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.caret {
  vertical-align: middle !important;
}

/* PRIMARY ACTIONS */

.btn.btn-default.primary-action {
    color: #fff;
    background-color: #0088CC;
    border-color: #0088CC;
    text-shadow: none !important;
}

.btn.btn-default.primary-action:hover {
    color: #fff;
    background-color: #0073ac;
    border-color: #0070a8;
}

.btn.btn-default.primary-action > .svg.svg-add,
.btn.btn-default.primary-action > .svg.svg-upload.svg-enable {
    background: #fff;
}

.btn.disabled > .glyphicon.glyphicon-chevron-right {
    color: gray;
}

.btn.btn-default.primary-action > .glyphicon.glyphicon-chevron-right,
.btn.btn-default.primary-action > .glyphicon.glyphicon-plus,
.btn.btn-default.primary-action > .glyphicon.glyphicon-user,
.btn.btn-default.primary-action > .glyphicon.glyphicon-envelope,
.btn.btn-default.primary-action > .glyphicon.glyphicon-download {
    color: #fff;
}

/* ---------------------------- */

.upload-complete-legend {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.popover {
  overflow-y: auto;
  word-break: normal;
  white-space: pre;
  max-height: 500px;
  width: auto;
  z-index: 1060;
}

#container {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  background: none;
  background-color: #eee;
}

#content {
  box-shadow: unset;
  border-top: unset;
}

#FileTabs {
  box-shadow: unset;
}

.navbar .nav > .active > a {
  background-color: #eee;
}

.nav-tabs {
  box-shadow: unset;
  -webkit-box-shadow: unset;
  padding-bottom: 0px;
}

.modal-footer {
  background-color: white;
  border-top: none;
}

.btn {
  margin-bottom: 0px;
}

.datepicker > .datepicker-days > table > thead > tr > th {
  background-image: none;
  background-color: white;
  color: black;
  text-shadow: none;
}

.datepicker.datepicker-dropdown.active {
    z-index: 2000;
}

.modal-open .datepicker.datepicker-dropdown.active {
    position: fixed;
}

.cc-banner {
  background-color: #363636;
  color: #cfcfcf;
  border: 1px solid #222;
  padding: 23px;
}

.cc-btn {
  background-color: #3d3d3d;
  color: #cfcfcf;
  padding: 4px 12px;
}

#change-expiration-modal {
  width: 380px;
}

#recipientTable {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.modal-body > .input-append, .input-prepend {
  margin-bottom: 5px !important;
  font-size: 13px;
}

#link-delivery\\:bcc-email-address {
  margin-bottom: 0px;
}

.btn, .btn-add-on, .nav-tabs > li a {
  background-image: none;
  height: 27px;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade.show {
    opacity: 1;
}

.modal.fade.show {
    top: 50%;
}

.ui-datatable .ui-datatable-header {
    height: 0;
    width: 300px;
    margin: 0 auto;
    padding: 0;
    border: none;
    background: none;
}

.search-field-panel {
    margin: 0 auto;
    position: relative;
    top: -35px;
}

.ui-tooltip {
    pointer-events: all;
}

.ui-tooltip .ui-tooltip-text {
    padding: 10px;
}

.expiration-inputfield .option-space-top {
    padding-right: 6px;
}

@media(min-width: 768px) and (max-width: 979px) {
    .expiration-inputfield .option-space-top {
        padding-right: 12px;
    }
}

.controls.controls-row.intro-login-div:last-child {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;

  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  letter-spacing: normal;
}

.controls.controls-row.intro-login-div:last-child > a {
  color: #0088CC;
}

.controls.controls-row.intro-login-div:last-child > a:hover {
  color: #0073ac;
}

#footer ul {
  margin: 0 0 10px 0;
}

#locale-selector {
  min-height: unset !important;
}