.tx-netl-dam ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .tx-netl-dam ul li {
    list-style: none;
    padding: 0; }
    .tx-netl-dam ul li:before {
      display: none !important; }
    .tx-netl-dam ul li:after {
      display: none !important; }
.tx-netl-dam .typo3-messages .typo3-message {
  border: 1px solid #d1d1d1;
  background-color: #cdcdcd;
  padding: 0.75em;
  margin: 1em 0; }
  .tx-netl-dam .typo3-messages .typo3-message .message-header {
    font-weight: bold; }
  .tx-netl-dam .typo3-messages .typo3-message.message-ok {
    border: 1px solid #40dc16;
    background-color: #d6f9ce; }
  .tx-netl-dam .typo3-messages .typo3-message.message-warning, .tx-netl-dam .typo3-messages .typo3-message.message-notice {
    border: 1px solid #f8df31;
    background-color: #f8efa3; }
  .tx-netl-dam .typo3-messages .typo3-message.message-error {
    border: 1px solid #f52430;
    background-color: #f7c2c4; }
.tx-netl-dam img {
  border: none;
  overflow: hidden;
  vertical-align: bottom;
  /* Suppress the space beneath the baseline */ }
.tx-netl-dam form button,
.tx-netl-dam form input[type="submit"] {
  cursor: pointer; }
.tx-netl-dam form input,
.tx-netl-dam form button,
.tx-netl-dam form select {
  outline: none; }
.tx-netl-dam form .field {
  clear: both;
  width: 100%;
  padding: 8px 0; }
  .tx-netl-dam form .field input[type="text"],
  .tx-netl-dam form .field input[type="checkbox"],
  .tx-netl-dam form .field select {
    float: left;
    line-height: 18px; }
  .tx-netl-dam form .field.inline select {
    margin-right: 10px; }
  .tx-netl-dam form .field.submit input {
    margin-left: 66px; }
  .tx-netl-dam form .field.search input[type="text"] {
    width: 80%;
    border-right-width: 0; }
  .tx-netl-dam form .field.search input[type="submit"], .tx-netl-dam form .field.search button[type="submit"] {
    width: 15%;
    border-left: none;
    margin: 0; }
  .tx-netl-dam form .field label.main {
    width: 50px;
    text-align: right;
    margin-right: 16px; }
  .tx-netl-dam form .field label.followup {
    margin: 0 16px; }
  .tx-netl-dam form .field label.checkbox {
    margin: 0 8px; }
  .tx-netl-dam form .field label.main,
  .tx-netl-dam form .field label.followup {
    content: ':';
    margin-top: 3px; }
  .tx-netl-dam form .field label.main,
  .tx-netl-dam form .field label.followup,
  .tx-netl-dam form .field label.checkbox {
    float: left; }
.tx-netl-dam .netl-dam-folder-create {
  border-bottom: 0; }
  .tx-netl-dam .netl-dam-folder-create input {
    padding-left: 20px; }
.tx-netl-dam #netlDamAppAddAssignment input[type="submit"] {
  float: left;
  margin: 0; }
.tx-netl-dam #netlDamAppAddAssignment input[type="text"] {
  float: left;
  padding: 5px 10px;
  border: 1px solid #c0c0c0; }
.tx-netl-dam .netl-dam-popup-share-info {
  clear: left; }
.tx-netl-dam form .field.search {
  position: relative; }
.tx-netl-dam #netlDamAppSearchField {
  padding-left: 20px; }
.tx-netl-dam .loading {
  background-image: url(/typo3conf/ext/netl_dam/Resources/Public/Images/loading_small.gif) !important;
  background-repeat: no-repeat;
  background-position: right 10px center; }
.tx-netl-dam #netlDamAppSuggest {
  display: none;
  position: absolute;
  z-index: 50;
  left: 0;
  padding: 10px 8px 2px;
  background: #fff;
  border: 1px solid #d1d1d1;
  border-top: 1px dashed #d1d1d1;
  box-shadow: 0px 4px 6px rgba(3, 3, 3, 0.21);
  -moz-box-shadow: 0px 4px 6px rgba(3, 3, 3, 0.21);
  -webkit-box-shadow: 0px 4px 6px rgba(3, 3, 3, 0.21);
  -o-box-shadow: 0px 4px 6px rgba(3, 3, 3, 0.21); }
.tx-netl-dam #netlDamAppSuggest ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .tx-netl-dam #netlDamAppSuggest ul li {
    list-style: none;
    margin-left: 0; }
    .tx-netl-dam #netlDamAppSuggest ul li:hover {
      background: #cdcdcd;
      cursor: pointer; }
.tx-netl-dam .list {
  width: 100%;
  padding: 0 !important; }
.tx-netl-dam .list .tile {
  float: left;
  position: relative;
  top: 0;
  text-align: center;
  margin: 0 6px 6px 0;
  padding: 0;
  width: 237px;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  background-color: #eee;
  border: 1px solid #ddd; }
  @media only screen and (max-width: 525px) {
    .tx-netl-dam .list .tile {
      width: 100%; } }
.tx-netl-dam .list .tile .loading-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  background: url(/typo3conf/ext/netl_dam/Resources/Public/Images/loading_big.gif) no-repeat center center #fff;
  background: url(/typo3conf/ext/netl_dam/Resources/Public/Images/loading_big.gif) no-repeat center center rgba(255, 255, 255, 0.9); }
.tx-netl-dam .list .tile .image a {
  display: table-cell;
  height: 175px;
  width: 237px;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  background: url(/typo3conf/ext/netl_dam/Resources/Public/Images/loading_small.gif) no-repeat center center #fff; }
  @media only screen and (max-width: 525px) {
    .tx-netl-dam .list .tile .image a {
      width: 100%;
      height: auto;
      display: block;
      padding: 10px; }
      .tx-netl-dam .list .tile .image a img {
        width: 100%; } }
.tx-netl-dam .list .tile .image img {
  background-color: #fff;
  max-width: 200px; }
.tx-netl-dam .list .tile .title {
  display: table-cell;
  vertical-align: middle;
  padding: 6px;
  border-top: 1px dashed #d1d1d1;
  background: #fff;
  height: 40px;
  width: 225px; }
.tx-netl-dam .list .tile .actions {
  border-top: 1px solid #d1d1d1;
  text-align: left;
  padding: 6px 6px 4px 6px;
  line-height: 17px !important;
  height: 30px; }
.tx-netl-dam .list .tile .actions a {
  text-decoration: none; }
.tx-netl-dam .list .tile .actions .folder-menu,
.tx-netl-dam .list .tile .actions .folder,
.tx-netl-dam .list .tile .actions .favorite,
.tx-netl-dam .list .tile .actions .favorite-remove {
  margin-left: 3px;
  float: right; }
.tx-netl-dam .save-menu {
  position: relative; }
  .tx-netl-dam .save-menu .save img {
    width: 18px; }
  .tx-netl-dam .save-menu:hover .download-menu {
    display: block;
    z-index: 1; }
  .tx-netl-dam .save-menu:hover .save img {
    width: 20px !important;
    position: relative;
    border: 1px solid #d1d1d1;
    border-top: 1px dashed #d1d1d1;
    background: #fff;
    margin: 1px -1px -5px -1px;
    z-index: 2; }
.tx-netl-dam .save-menu.inline {
  display: inline; }
.tx-netl-dam .save-menu.inline:hover .save img {
  display: inline;
  padding: 2px;
  line-height: 18px; }
.tx-netl-dam .save-menu.inline .download-menu {
  bottom: 18px; }
.tx-netl-dam .save-menu.float-right {
  float: right; }
.tx-netl-dam .save-menu.float-left {
  float: left; }
.tx-netl-dam .save-menu.float-left:hover .save img,
.tx-netl-dam .save-menu.float-right:hover .save img {
  display: block; }
.tx-netl-dam .save-menu.float-left .download-menu,
.tx-netl-dam .save-menu.float-right .download-menu {
  bottom: 14px; }
.tx-netl-dam .open {
  float: left;
  margin-right: 3px; }
.tx-netl-dam .tile .folder-remove {
  float: right;
  margin-left: 3px; }
.tx-netl-dam .save-menu .download-menu.left {
  left: -3px; }
.tx-netl-dam .save-menu .download-menu.right {
  right: -3px; }
.tx-netl-dam .save-selection {
  margin-bottom: 10px;
  font-size: 9pt; }
.tx-netl-dam .folder-menu:hover img {
  width: 19px;
  margin: -1px; }
.tx-netl-dam .list .tile .actions .folder-menu:hover .add-folder-list,
.tx-netl-dam #netlDamFavoriteList .row .actions .folder-menu:hover .add-folder-list {
  display: block;
  z-index: 1; }
.tx-netl-dam .list .tile .actions .folder-menu:hover .folder-icon,
.tx-netl-dam #netlDamFavoriteList .row .actions .folder-menu:hover .folder-icon {
  position: relative;
  border: 1px solid #d1d1d1;
  border-top: 1px dashed #d1d1d1;
  background: #fff;
  z-index: 2; }
.tx-netl-dam .list .tile .actions .folder-menu .add-folder-list {
  bottom: 22px;
  right: 3px; }
.tx-netl-dam #netlDamFavoriteList .row .actions .folder-menu .add-folder-list {
  bottom: 23px;
  left: 3px; }
.tx-netl-dam .list .tile h1 {
  margin-top: 10px;
  font-size: 16px; }
.tx-netl-dam .list .tile.fav {
  background: #fff6a8;
  border: 1px solid #ffe117; }
.tx-netl-dam .more-section {
  height: 19px;
  font-size: 9pt;
  padding: 4px 0 2em 0; }
.tx-netl-dam #netlDamFavoriteList {
  width: 100%;
  margin-bottom: 0px !important;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd; }
.tx-netl-dam #netlDamFavoriteList .row {
  position: relative;
  display: block;
  clear: both;
  padding: 5px; }
  .tx-netl-dam #netlDamFavoriteList .row:nth-child(even) {
    background: #f9f9f9; }
.tx-netl-dam #netlDamFavoriteList .row .actions .open,
.tx-netl-dam #netlDamFavoriteList .row .actions .folder-menu,
.tx-netl-dam #netlDamFavoriteList .row .actions .save-menu,
.tx-netl-dam #netlDamFavoriteList .row .actions .favorite-remove {
  float: right;
  position: relative;
  margin-left: 6px;
  margin-right: 0px; }
.tx-netl-dam #netlDamFavoriteList .row .actions .folder-menu .add-folder-list {
  bottom: 17px;
  left: -3px; }
.tx-netl-dam #netlDamFavoriteList .row .image .loading-overlay {
  display: none;
  width: 67px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: url(/typo3conf/ext/netl_dam/Resources/Public/Images/loading_small.gif) no-repeat center center #fff;
  background: url(/typo3conf/ext/netl_dam/Resources/Public/Images/loading_small.gif) no-repeat center center rgba(255, 255, 255, 0.9); }
.tx-netl-dam #netlDamFavoriteList .row .image {
  position: relative;
  width: 70px;
  float: left;
  background: #efefef; }
.tx-netl-dam #netlDamFavoriteList .row .actions {
  width: 95px;
  height: 17px;
  padding: 3px 0;
  display: inline-block;
  float: right; }
.tx-netl-dam #netlDamFavoriteList .row .image .frame {
  width: 70px;
  height: 70px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 0; }
.tx-netl-dam #netlDamFavoriteList .row .information {
  width: calc(100% - 170px);
  display: inline-block;
  padding: 5px; }
.tx-netl-dam #netlDamFavoriteList .row .image img {
  max-width: 60px;
  max-height: 60px; }
.tx-netl-dam #netlDamFavoriteList .row .title {
  display: inline-block;
  word-wrap: break-word;
  width: 100%; }
.tx-netl-dam .paginator {
  list-style: none;
  text-align: center;
  clear: both;
  margin-bottom: 8px !important;
  margin-top: 8px; }
.tx-netl-dam .paginator li {
  display: inline; }
.tx-netl-dam .paginator .selected {
  font-weight: bold; }
.tx-netl-dam #netlDamAppLoadingList p {
  padding: .5em;
  text-align: center; }
.tx-netl-dam #netlDamAppLoadingList.loading {
  clear: both;
  width: 100%;
  height: 50px;
  background: url(/typo3conf/ext/netl_dam/Resources/Public/Images/loading_big.gif) no-repeat center center #fff !important; }
.tx-netl-dam #netlDamAppLoadingList.loading * {
  display: none; }
.tx-netl-dam .netl-dam-folder-list-select,
.tx-netl-dam .netl-dam-folder-list,
.tx-netl-dam .netl-dam-assigned-folder-list,
.tx-netl-dam .netl-dam-user-list {
  list-style: none;
  margin-bottom: 20px;
  line-height: 0; }
.tx-netl-dam .netl-dam-folder-list-select,
.tx-netl-dam .netl-dam-user-list {
  margin-top: 7px;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 0; }
.tx-netl-dam .netl-dam-folder-list-select li,
.tx-netl-dam .netl-dam-user-list li {
  margin: 7px 0; }
.tx-netl-dam .netl-dam-user-list li img {
  margin-right: 5px;
  cursor: pointer; }
.tx-netl-dam .netl-dam-folder-list-select li {
  padding: 3px 0 3px 23px;
  margin: 4px 0;
  background-image: url("/typo3conf/ext/netl_dam/Resources/Public/Icons/material/black/icon-folder_add.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: left center; }
.tx-netl-dam .netl-dam-folder-list-select li:hover {
  cursor: pointer;
  background-color: #eee; }
.tx-netl-dam .netl-dam-folder-list .title,
.tx-netl-dam .netl-dam-assigned-folder-list .title {
  width: calc(100% - 95px);
  float: left;
  line-height: 30px; }
.tx-netl-dam .netl-dam-folder-list .title a,
.tx-netl-dam .netl-dam-assigned-folder-list .title a {
  font-weight: bold; }
.tx-netl-dam .netl-dam-folder-list li.folder,
.tx-netl-dam .netl-dam-assigned-folder-list li.folder {
  display: inline-block;
  padding: 5px;
  width: 100%;
  border-top: 1px solid #d1d1d1;
  background-color: #fff;
  margin: 0 !important; }
  .tx-netl-dam .netl-dam-folder-list li.folder:last-of-type,
  .tx-netl-dam .netl-dam-assigned-folder-list li.folder:last-of-type {
    border-bottom: 1px solid #d1d1d1; }
  .tx-netl-dam .netl-dam-folder-list li.folder:nth-child(even),
  .tx-netl-dam .netl-dam-assigned-folder-list li.folder:nth-child(even) {
    background: #f8f8f8; }
.tx-netl-dam .netl-dam-folder-list .actions,
.tx-netl-dam .netl-dam-assigned-folder-list .actions {
  width: 95px;
  display: inline-block;
  padding: 3px 0;
  float: right; }
.tx-netl-dam .netl-dam-folder-list .actions > a,
.tx-netl-dam .netl-dam-folder-list .actions .save-menu {
  float: right;
  margin-left: 6px; }
.tx-netl-dam .netl-dam-folder-image-preview {
  margin: 5px 0px 10px 0px;
  display: inline-block; }
.tx-netl-dam .netl-dam-folder-image-preview img {
  background-color: #fff; }
.tx-netl-dam .netl-dam-folder-image-preview .image {
  border: 1px solid #ddd;
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 3px; }
.tx-netl-dam .netl-dam-folder-image-preview .image a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 32px;
  height: 32px; }
.tx-netl-dam .folder-share {
  position: relative; }
.tx-netl-dam .netl-dam-folder-share-index {
  background: #F00;
  border-radius: 5px 5px 5px 5px;
  color: #FFF;
  font-size: 8px;
  height: 10px;
  line-height: 11px;
  margin-left: -8px;
  text-align: center;
  width: 14px;
  position: absolute;
  top: 10px;
  right: -3px;
  -webkit-box-shadow: 1px 1px 2px #999;
  -moz-box-shadow: 1px 1px 2px #999;
  -ms-box-shadow: 1px 1px 2px #999;
  -o-box-shadow: 1px 1px 2px #999;
  box-shadow: 1px 1px 2px #999; }
.tx-netl-dam .netl-dam-login-form {
  list-style: none; }
.tx-netl-dam .netl-dam-login-form-message {
  margin: 10px 0; }
.tx-netl-dam .netl-dam-login-form-error {
  color: red; }
.tx-netl-dam .netl-dam-login-form li {
  margin-bottom: 5px; }
.tx-netl-dam .netl-dam-login-form li label {
  display: block;
  margin-bottom: 3px; }
.tx-netl-dam .netl-dam-popup-feedback {
  font-size: 10pt; }
.tx-netl-dam .netl-dam-popup-share-info {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 8pt; }
.tx-netl-dam .netl-dam-popup-share-error {
  color: red;
  margin-bottom: 5px; }
.tx-netl-dam p.netl-dam-sidebar-info {
  font-size: 8pt;
  margin: 10px; }
.tx-netl-dam .tx-netl-dam-tinymenu {
  z-index: 100;
  position: absolute;
  display: none;
  padding: 0 !important;
  background: #fff;
  border: 1px solid #d1d1d1;
  list-style: none;
  margin: 0 !important;
  box-shadow: 0px 4px 6px rgba(3, 3, 3, 0.21);
  -moz-box-shadow: 0px 4px 6px rgba(3, 3, 3, 0.21);
  -webkit-box-shadow: 0px 4px 6px rgba(3, 3, 3, 0.21);
  -o-box-shadow: 0px 4px 6px rgba(3, 3, 3, 0.21); }
.tx-netl-dam .tx-netl-dam-tinymenu li {
  margin: 0 !important;
  padding: 2px 4px !important; }
.tx-netl-dam .tx-netl-dam-tinymenu li:hover {
  background: #cdcdcd; }
.tx-netl-dam .tx-netl-dam-tinymenu li:hover a {
  color: #fff; }
.tx-netl-dam .tx-netl-dam-tinymenu li a {
  font-size: 11px;
  white-space: nowrap; }
.tx-netl-dam .actions img {
  width: 17px; }

#netlDamDetail ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  #netlDamDetail ul li {
    list-style: none;
    margin: 0;
    padding: 0; }
#netlDamDetail img {
  border: 0; }
#netlDamDetail * {
  outline: none; }
#netlDamDetail .image {
  position: relative;
  width: 402px;
  height: 302px;
  margin-right: 10px; }
  #netlDamDetail .image img {
    background-color: #fff; }
#netlDamDetail .image .frame {
  display: table-cell;
  width: 400px;
  height: 300px;
  text-align: center;
  vertical-align: middle;
  background: url(/typo3conf/ext/netl_dam/Resources/Public/Images/loading_big.gif) no-repeat center center;
  border: 1px solid #ddd; }
#netlDamDetail .loading-overlay {
  display: none;
  width: 400px;
  height: 300px;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 10;
  background: url(/typo3conf/ext/netl_dam/Resources/Public/Images/loading_big.gif) no-repeat center center #fff;
  background: url(/typo3conf/ext/netl_dam/Resources/Public/Images/loading_big.gif) no-repeat center center rgba(255, 255, 255, 0.9); }
#netlDamDetail .sidebar {
  float: right;
  font-size: 12px;
  width: 305px;
  border-left: 1px solid #d1d1d1;
  padding-left: 10px; }
#netlDamDetail .information dt {
  font-weight: bold; }
#netlDamDetail .information dd {
  margin-left: 1em;
  margin-bottom: 0.5em; }
#netlDamDetail .actions {
  list-style: none;
  padding: 5px 0 0 7px;
  margin: 3px 0 0 -10px;
  border-top: 1px solid #d1d1d1; }
#netlDamDetail .actions li {
  margin: 5px; }
#netlDamDetail .actions a {
  text-decoration: none; }
#netlDamDetail .actions a span {
  vertical-align: top;
  line-height: 19px; }
#netlDamDetail .actions img {
  vertical-align: middle;
  margin-right: 3px; }

#netlDamPopUpPreloader {
  clear: both;
  width: 100%;
  height: 50px;
  background: url(/typo3conf/ext/netl_dam/Resources/Public/Images/loading_big.gif) no-repeat center center #fff !important; }

.tx-netl-dam-dialog.folder-mgm .netl-dam-popup-login-form {
  list-style: none; }
.tx-netl-dam-dialog.folder-mgm .netl-dam-popup-login-form li {
  margin-bottom: 10px; }
.tx-netl-dam-dialog.folder-mgm .netl-dam-popup-login-error {
  height: 30px;
  color: red;
  font-weight: bold; }
.tx-netl-dam-dialog.folder-mgm .netl-dam-popup-login-error.preloader {
  background: url("/typo3conf/ext/netl_dam/Resources/Public/Images/loading_small.gif") no-repeat; }

.tx-netl-dam-dialog #netlDamDetail .sidebar {
  width: 390px; }

.no-close .ui-dialog-titlebar-close {
  display: none; }

.no-title .ui-dialog-titlebar {
  display: none; }

.tx-netl-dam-dialog.folder-mgm {
  padding: 0 20px 20px 20px;
  font-size: 9pt; }

#netlDamPopUpProgressBar .progressbar {
  height: 28px;
  border-width: 0 !important; }

.tx-netl-dam textarea {
  width: 100%; }

@media only screen and (max-width: 525px) {
  .ui-dialog {
    width: 100% !important; } }
.ui-dialog .ui-widget-header {
  background: transparent;
  border: none; }
.ui-dialog .ui-button {
  border: 0;
  background: none;
  width: 40px;
  height: 40px; }
.ui-dialog .ui-icon-closethick {
  background-image: url(../Icons/material/black/icon-close.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0; }
.ui-dialog input {
  border: 1px solid #c0c0c0;
  padding: 5px 10px; }
.ui-dialog button {
  background: #efefef;
  border: 1px solid #c0c0c0;
  padding: 5px; }
.ui-dialog h1 {
  margin-top: 0; }

/*# sourceMappingURL=netl_dam.css.map */
