/*------- colors
------------------------------------------------------*/
/*------- font
------------------------------------------------------*/
/*-------
------------------------------------------------------*/
#main {
  min-height: 620px;
  padding-bottom: 90px; }

.color {
  margin-bottom: 3px; }

*:focus, *:active {
  outline: 0px; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/iconfont/icomoon.eot?nvhqvt");
  src: url("../fonts/iconfont/icomoon.eot?nvhqvt#iefix") format("embedded-opentype"), url("../fonts/iconfont/icomoon.ttf?nvhqvt") format("truetype"), url("../fonts/iconfont/icomoon.woff?nvhqvt") format("woff"), url("../fonts/iconfont/icomoon.svg?nvhqvt#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-download:before {
  content: "\e9009"; }

.icon-add:before {
  content: "\e9019"; }

.icon-delete:before {
  content: "\e9029"; }

.icon-send:before {
  content: "\e9039"; }

a.category {
  display: block; }

#content {
  clear: both; }

.filterrow .filter {
  display: none; }

#colorbox {
  border: 1px solid #03539a;
  background: #fff;
  overflow: visible !important; }

#colorbox #cboxLoadedContent, #colorbox #cboxLoadingOverlay {
  background: #fff; }

.np_mediafal-modal .detailbox .itembox .preview {
  background-color: #e8eded;
  text-align: center;
  height: 365px;
  overflow: hidden;
  float: left;
  position: relative;
  background-image: url(/typo3conf/ext/np_mediafal/Resources/Public/Img/spinner.gif);
  background-position: center center;
  background-repeat: no-repeat; }
  .np_mediafal-modal .detailbox .itembox .preview img {
    height: 365px;
    width: 100%; }
  .np_mediafal-modal .detailbox .itembox .preview .linkbox {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(255, 235, 0, 0.7);
    width: 146px;
    height: 59px;
    line-height: 59px; }

.np_mediafal-modal .detailbox .itembox .infos {
  float: left; }
  .np_mediafal-modal .detailbox .itembox .infos h3 {
    border-bottom: 1px solid #03539a;
    padding-bottom: 15px;
    font-weight: bold;
    font-size: 20px;
    margin: 0; }
  .np_mediafal-modal .detailbox .itembox .infos .title {
    padding: 20px 0 37px;
    display: block; }
  .np_mediafal-modal .detailbox .itembox .infos table {
    width: 100%; }
    .np_mediafal-modal .detailbox .itembox .infos table tr {
      border-top: 2px solid #fff; }
      .np_mediafal-modal .detailbox .itembox .infos table tr:nth-child(odd) {
        background: #eeeeee; }
      .np_mediafal-modal .detailbox .itembox .infos table tr td {
        padding: 5px; }

.np_mediafal-modal .detailbox .itembox .keywords span, .np_mediafal-modal .detailbox .itembox .keywords a, .np_mediafal-modal .detailbox .itembox .cats span, .np_mediafal-modal .detailbox .itembox .cats a {
  background: #f4f6f5;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0 15px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  border: 1px solid #dfe1e0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #000;
  font-weight: normal; }

.np_mediafal-modal .detailbox .itembox .sendFormBox {
  float: left;
  width: 399px; }
  .np_mediafal-modal .detailbox .itembox .sendFormBox h3 {
    border-bottom: 1px solid #03539a;
    padding-bottom: 15px;
    margin-bottom: 20px; }
  .np_mediafal-modal .detailbox .itembox .sendFormBox .formfield {
    margin-bottom: 15px; }
    .np_mediafal-modal .detailbox .itembox .sendFormBox .formfield label {
      width: 150px;
      float: left;
      display: block; }
    .np_mediafal-modal .detailbox .itembox .sendFormBox .formfield input {
      border: 1px solid #e8eded;
      width: 249px;
      height: 40px;
      line-height: 40px; }

.bookmarkbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
  display: none;
  z-index: 512; }
  .bookmarkbox-overlay.open {
    opacity: 0.5;
    display: block; }

.tx-np-mediafal {
  margin-left: -15px;
  margin-right: -15px; }

.filterrow li {
  padding: 0;
  margin: 0; }
  .filterrow li:before {
    display: none; }
  .filterrow li ul {
    margin-left: 15px; }

.filterrow a {
  margin-bottom: 5px;
  background: #f5f5f5;
  width: 100%;
  border-radius: 3px;
  display: block;
  font-weight: 600;
  font-size: 0.8125rem;
  padding: 5px 15px;
  text-transform: uppercase;
  color: #252e34;
  position: relative; }
  .filterrow a.active {
    background: #009864;
    color: #fff; }
    .filterrow a.active:after {
      content: "x";
      position: absolute;
      right: 10px;
      top: 4px;
      text-transform: none; }

.searchrow {
  background: #f5f5f5;
  padding: 10px;
  border-radius: 3px;
  margin-top: 0px;
  margin-bottom: 5px;
  position: relative; }
  .searchrow input {
    width: 100%;
    margin-bottom: 0px;
    padding-right: 45px; }
  .searchrow .search-btn {
    position: absolute;
    right: 5px;
    top: 14px;
    border: 0 none;
    background: transparent; }

#main .item {
  background: #f5f5f5;
  margin-bottom: 30px;
  position: relative;
  height: 210px;
  border-radius: 3px;
  overflow: hidden; }
  #main .item:hover {
    cursor: pointer; }
  #main .item .title {
    position: absolute;
    bottom: 0;
    height: 60px;
    background: #009864;
    opacity: 0;
    line-height: 60px;
    font-weight: 600;
    font-size: 0.8125rem;
    padding: 0 90px 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    left: 0;
    right: 0;
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    color: #fff; }
    #main .item .title .actions {
      position: absolute;
      right: 12px;
      top: 0; }
      #main .item .title .actions a {
        color: #009864;
        background: #fff;
        width: 30px;
        height: 30px;
        display: inline-block;
        border-radius: 50%;
        font-size: 17px;
        text-align: center;
        line-height: 100%;
        font-size: 18px;
        padding: 5px; }
  #main .item:hover .title {
    opacity: 1.0; }
  #main .item .inner {
    padding: 20px;
    display: table;
    height: 100%;
    width: 100%; }
  #main .item .thumb {
    text-align: center;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    height: 170px;
    display: table-cell;
    vertical-align: middle; }
    #main .item .thumb img {
      height: 140px; }
  #main .item .focus {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #009864;
    width: 29px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    color: #fff;
    font-size: 30px;
    border-radius: 3px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 3px;
    text-decoration: none;
    border-radius: 3px; }

.detailbox h2 {
  margin-bottom: 20px; }

.detailbox h3 {
  margin-top: 30px;
  margin-bottom: 15px; }

.detailbox .row {
  margin-left: 0px;
  margin-right: 0px; }

.detailbox .preview-img {
  text-align: center;
  background: #f5f5f5;
  overflow: hidden; }

.detailbox .preview-img-container {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  padding-bottom: 55px;
  min-height: 530px;
  background: #f5f5f5 url(../Img/spinner.gif) center center no-repeat; }

.detailbox .linkbox {
  position: absolute;
  background: #009864;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 15px;
  text-align: center; }
  .detailbox .linkbox a {
    color: #009864;
    margin: 0px 5px;
    background: #fff;
    padding: 8px;
    width: 40px;
    height: 40px;
    display: inline-block;
    /* float: left; */
    border-radius: 50%;
    font-size: 18px;
    text-align: center; }
    .detailbox .linkbox a.download, .detailbox .linkbox a.send-mail {
      padding-left: 9px; }

.detailbox img {
  max-width: 100%;
  height: auto;
  text-align: center; }

.detailbox .preview-info table {
  width: 100%; }
  .detailbox .preview-info table tr:nth-child(odd) {
    background: #f5f5f5; }
  .detailbox .preview-info table td {
    padding: 10px; }

.np_mediafal-modal .modal-lg {
  max-width: 825px; }

.np_mediafal-modal .modal-body {
  padding: 40px;
  padding-top: 0px; }

.np_mediafal-modal .modal-header {
  border-bottom: 0px;
  padding-bottom: 0px; }

.keywords span, .keywords a, .cats span, .cats a {
  background: #f5f5f5;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 10px;
  display: inline-block;
  line-height: 100%;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 0.8125rem;
  color: #252e34;
  font-weight: 600; }

/*------- bookmarkbox
------------------------------------------------------*/
.bookmarkbox {
  z-index: 1024;
  width: 1024px;
  background: #fff;
  right: -1024px;
  transition: right 0.4s ease-in-out;
  -o-transition: right 0.4s ease-in-out;
  -ms-transition: right 0.4s ease-in-out;
  -webkit-transition: right 0.4s ease-in-out;
  -moz-transition: right 0.4s ease-in-out;
  top: 0;
  bottom: 0; }
  .bookmarkbox.open {
    right: 0; }
  .bookmarkbox header {
    height: 86px;
    background: #009864;
    color: #fff;
    padding: 0 30px 0 40px; }
    .bookmarkbox header h1 {
      margin: 0;
      padding-top: 25px;
      font-weight: 700;
      font-size: 26px;
      line-height: 55px;
      color: #fff; }
    .bookmarkbox header .bookmark-actions {
      position: absolute;
      right: 30px;
      top: 25px;
      height: 40px; }
      .bookmarkbox header .bookmark-actions a {
        color: #000;
        margin-left: 10px;
        font-size: 32px;
        float: left; }
        .bookmarkbox header .bookmark-actions a.close {
          opacity: 1.0; }
          .bookmarkbox header .bookmark-actions a.close:hover {
            opacity: 0.7; }
      .bookmarkbox header .bookmark-actions .divider {
        width: 1px;
        float: left;
        color: #000;
        height: 40px;
        border-right: 1px solid #000;
        margin: 0 30px 0 28px;
        clear: none; }
  .bookmarkbox .itembox .items:before, .bookmarkbox .itembox .items:after {
    content: " ";
    display: table; }
  .bookmarkbox .itembox .items .item {
    float: left; }
    .bookmarkbox .itembox .items .item:hover {
      cursor: pointer; }
      .bookmarkbox .itembox .items .item:hover .inner .data {
        opacity: 1; }
    .bookmarkbox .itembox .items .item .inner {
      background: #f5f5f5;
      position: relative;
      overflow: hidden; }
      .bookmarkbox .itembox .items .item .inner .thumb {
        text-align: center; }
      .bookmarkbox .itembox .items .item .inner .data {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.8);
        padding: 15px;
        opacity: 0;
        -webkit-transition: opacity 0.2s ease-in;
        -moz-transition: opacity 0.2s ease-in;
        -o-transition: opacity 0.2s ease-in;
        -ms-transition: opacity 0.2s ease-in;
        transition: opacity 0.2s ease-in; }
        .bookmarkbox .itembox .items .item .inner .data .data-inner {
          position: absolute;
          bottom: 13px;
          overflow: hidden;
          right: 15px;
          left: 15px; }
      .bookmarkbox .itembox .items .item .inner .actions {
        position: absolute;
        width: 28px;
        height: 28px;
        background: #fff;
        right: 13px;
        bottom: 15px;
        display: block;
        line-height: 28px;
        text-align: center; }
        .bookmarkbox .itembox .items .item .inner .actions input {
          display: none; }
          .bookmarkbox .itembox .items .item .inner .actions input:checked + i {
            display: inline-block; }
        .bookmarkbox .itembox .items .item .inner .actions i {
          display: none;
          color: #03539a; }

.bookmarkbox {
  width: auto; }
  .bookmarkbox .item {
    background: #f5f5f5;
    margin-bottom: 10px;
    position: relative;
    height: 125px;
    border-radius: 3px;
    overflow: hidden;
    width: 100%; }
    .bookmarkbox .item .inner {
      padding: 10px; }
  .bookmarkbox .thumb {
    text-align: center;
    background: #fff;
    border-radius: 3px;
    overflow: hidden; }
    .bookmarkbox .thumb img {
      max-width: 100%;
      max-height: 105px; }

.bookmark-actions {
  height: 70px;
  min-height: auto;
  padding: 23px;
  text-align: left;
  background: #009864;
  margin: 30px auto;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.825rem;
  color: #fff; }
  .bookmark-actions .remove-checked,
  .bookmark-actions .download-checked {
    color: #009864;
    margin: 0px 5px;
    background: #fff;
    padding: 8px;
    width: 40px;
    height: 40px;
    display: inline-block;
    /* float: left; */
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    margin-top: -7px; }
    .bookmark-actions .remove-checked:hover, .bookmark-actions .remove-checked:focus,
    .bookmark-actions .download-checked:hover,
    .bookmark-actions .download-checked:focus {
      color: #009864; }
  .bookmark-actions .remove-checked {
    margin-right: 0px; }
  .bookmark-actions a {
    color: #fff; }
    .bookmark-actions a:hover, .bookmark-actions a:focus {
      opacity: 0.8;
      color: #fff; }

.bookmarkbox .itembox .items .item .inner .actions {
  position: absolute;
  width: 100%;
  height: 100%;
  background: none;
  right: 0px;
  bottom: 0px;
  display: block;
  line-height: 15px;
  text-align: center;
  border-radius: 4px;
  font-size: 12px; }

.bookmarkbox .itembox .items .item .inner .actions i {
  background: #009864;
  padding: 5px;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #fff;
  border-radius: 4px; }

.bookmarkbox .row {
  margin-left: -5px;
  margin-right: -5px; }

.bookmarkbox .col {
  padding-right: 5px;
  padding-left: 5px; }

.spinner-container {
  text-align: center;
  width: 100%; }

.toggle-all .uncheck-all {
  display: none; }

.toggle-all.all-checked .uncheck-all {
  display: block; }

.toggle-all.all-checked .check-all {
  display: none; }

/*------- new-badge
------------------------------------------------------*/
.new-file {
  display: inline-block;
  background: #ff8f00;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 0px 30px;
  transform: rotate(45deg);
  position: absolute;
  right: -28px;
  top: 4px;
  z-index: 100; }

/*------- loadmore
------------------------------------------------------*/
.loadmore {
  margin: 0px auto;
  background: none;
  border: 0px; }

.loading-area {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  padding-bottom: 55px;
  min-height: 30px;
  background: url(../Img/spinner_white.gif) center center no-repeat; }

/*------- flashbox
------------------------------------------------------*/
.flashbox {
  text-align: center;
  width: 100%;
  color: #ff8f00;
  padding: 20px;
  font-weight: 500; }

/*------- responsive styling
------------------------------------------------------*/
/*------- Large devices (large desktops, 1200px and up) -------*/
/*------- Medium devices (desktops, 992px and up) -------*/
@media (max-width: 992px) {
  .detailbox .preview-img-container {
    min-height: auto; } }

/*------- Small devices (tablets, 768px and up) -------*/
@media (max-width: 768px) {
  .detailbox .preview-img-container {
    min-height: auto; } }
