/*
  Comments: SASS File for default CSS.
  Command: sass --watch sass:css --style=compressed
*/
.app_modul {
  position: relative;
  margin-bottom: 50px !important;
  /*
      App Viewer
      Contains the Wrapper in It and provides the Overflow effects for small screens
  */ }
  .app_modul .app_arrows {
    position: absolute;
    height: 165px;
    width: 40px;
    top: 0px;
    background-size: 15px !important;
    cursor: pointer; }
    @media (max-width: 480px) {
      .app_modul .app_arrows {
        top: 5px; } }
    .app_modul .app_arrows.app_arrow_left {
      background: url(../svg/prev.svg) center center no-repeat;
      left: -15px; }
    .app_modul .app_arrows.app_arrow_right {
      background: url(../svg/next.svg) center center no-repeat;
      right: -15px; }
    @media (min-width: 1370px) {
      .app_modul .app_arrows {
        display: none !important; } }
  .app_modul:after {
    content: '';
    display: block;
    height: 35px;
    border-bottom: 1px solid #e0e0e0;
    width: auto; }
    @media (min-width: 1370px) {
      .app_modul:after {
        height: 0px; } }
  .app_modul .app_viewer {
    width: calc(100% - 0px);
    height: 165px;
    overflow: hidden;
    position: relative;
    margin: 0px auto;
    /*
        All the Apps belongs to this UL .app_wrapper
    */ }
    @media (min-width: 1370px) {
      .app_modul .app_viewer {
        overflow: visible;
        height: auto; } }
    .app_modul .app_viewer .app_wrapper {
      margin: 0px auto;
      padding: 0px;
      display: block;
      list-style: none;
      text-align: center;
      white-space: nowrap;
      position: relative;
      /* top:0px; left:0px; right:0px; bottom:-25px; */
      overflow-x: scroll;
      height: 185px;
      width: calc(100% - 35px);
      /*
        Each App holder LI
        Default is 7 apps per Row
      */
      /*
        The Basic and main App Class starts here
        This is the all in holding App class
      */ }
      @media (min-width: 1370px) {
        .app_modul .app_viewer .app_wrapper {
          white-space: normal;
          overflow: visible;
          height: auto;
          width: auto; } }
      .app_modul .app_viewer .app_wrapper li {
        width: calc(100% / 7);
        height: calc(140px / 100 * 100 + 15px);
        vertical-align: middle;
        display: inline-block; }
        .app_modul .app_viewer .app_wrapper li a {
          color: #000; }
          .app_modul .app_viewer .app_wrapper li a:hover, .app_modul .app_viewer .app_wrapper li a:focus, .app_modul .app_viewer .app_wrapper li a:active, .app_modul .app_viewer .app_wrapper li a:visited {
            color: #fff; }
        .app_modul .app_viewer .app_wrapper li .app_link {
          width: 100%;
          height: 100%; }
        @media (max-width: 1370px) {
          .app_modul .app_viewer .app_wrapper li {
            width: calc(100% / 6); } }
        @media (max-width: 1200px) {
          .app_modul .app_viewer .app_wrapper li {
            width: calc(100% / 5); } }
        @media (max-width: 960px) {
          .app_modul .app_viewer .app_wrapper li {
            width: calc(100% / 4); } }
        @media (max-width: 786px) {
          .app_modul .app_viewer .app_wrapper li {
            width: calc(100% / 3); } }
        @media (max-width: 580px) {
          .app_modul .app_viewer .app_wrapper li {
            width: calc(100% / 2); } }
      .app_modul .app_viewer .app_wrapper .app {
        display: block;
        margin: 0px;
        text-align: center;
        border: 0px solid aqua;
        border-radius: 5px;
        position: relative;
        font-size: 16px;
        font-weight: 400;
        margin: 10px auto auto auto;
        cursor: pointer;
        width: 100%;
        height: 100%;
        max-width: 150px;
        max-height: 140px;
        /*
            The App Icon itself
        */
        /*
            The App Content
        */
        /*
            The new Box
        */
        /*
            On App Hover
            Should only work for Desktop Devices with screen > 1024
        */ }
        @media (max-width: 480px) {
          .app_modul .app_viewer .app_wrapper .app {
            max-width: 120px;
            max-height: 120px;
            top: 15px;
            font-size: 11px; } }
        .app_modul .app_viewer .app_wrapper .app .app_ico {
          position: absolute;
          top: 10px;
          left: 0px;
          right: 0px;
          display: block;
          width: auto;
          height: 60px;
          z-index: 10;
          background-size: contain !important;
          background-position: center center;
          background-repeat: no-repeat; }
          .app_modul .app_viewer .app_wrapper .app .app_ico.app_ico_cover_fix {
            left: 20px;
            right: 20px;
            background-size: cover !important; }
          .app_modul .app_viewer .app_wrapper .app .app_ico.app_ico_cover_fix {
            left: 0px;
            right: 0px;
            -webkit-transform: scale(1.6);
            -ms-transform: scale(1.6);
            -moz-transform: scale(1.6);
            -o-transform: scale(1.6);
            transform: scale(1.6); }
          .app_modul .app_viewer .app_wrapper .app .app_ico svg {
            width: 100%;
            height: 100%; }
            .app_modul .app_viewer .app_wrapper .app .app_ico svg * {
              -webkit-transition: all .3s;
              -ms-transition: all .3s;
              -moz-transition: all .3s;
              -o-transition: all .3s;
              transition: all .3s; }
          .app_modul .app_viewer .app_wrapper .app .app_ico svg * {
            fill: #C6C5C5; }
        .app_modul .app_viewer .app_wrapper .app .app_content {
          position: absolute;
          top: 85px;
          left: 0px;
          right: 0px;
          display: block;
          width: auto;
          color: #000;
          z-index: 10; }
          .app_modul .app_viewer .app_wrapper .app .app_content p {
            margin: 0px; }
        .app_modul .app_viewer .app_wrapper .app .app_box {
          position: absolute;
          left: 0px;
          right: 0px;
          top: 0px;
          margin: 0px auto;
          width: inherit;
          height: inherit;
          background: #f4f4f4;
          -webkit-border-radius: 3px;
          -ms-border-radius: 3px;
          -moz-border-radius: 3px;
          -o-border-radius: 3px;
          border-radius: 3px;
          z-index: 5; }
        @media (min-width: 1025px) {
          .app_modul .app_viewer .app_wrapper .app:hover .app_ico svg * {
            fill: #fff; }
          .app_modul .app_viewer .app_wrapper .app:hover .app_content {
            color: #fff; }
          .app_modul .app_viewer .app_wrapper .app:hover .app_box {
            background: #b70427;
            -webkit-transform: scale(1.15);
            -ms-transform: scale(1.15);
            -moz-transform: scale(1.15);
            -o-transform: scale(1.15);
            transform: scale(1.15); }
          .app_modul .app_viewer .app_wrapper .app:hover:focus .app_content {
            color: #fff; }
          .app_modul .app_viewer .app_wrapper .app .app_content:focus {
            color: #000; } }

/*
    Apps Per Row in Fullscreen
    .
*/
@media (min-width: 1370px) {
  .app_viewer .app_wrapper {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 35px;
    /*
      App per row 7
    */
    /*
      App per row 6
    */
    /*
      App per row 5
    */
    /*
      App per row 4
    */ }
    .app_viewer .app_wrapper li {
      height: 165px; }
      .app_viewer .app_wrapper li .app {
        font-size: 16px;
        font-weight: 400; }
    .app_viewer .app_wrapper.app_per_row_7 {
      margin-left: -15px;
      margin-right: -15px;
      margin-bottom: 35px; }
      .app_viewer .app_wrapper.app_per_row_7 li {
        width: calc(100% / 7);
        height: calc(140px / 100 * 100 + 25px); }
        .app_viewer .app_wrapper.app_per_row_7 li .app {
          max-width: 150px;
          max-height: 140px;
          font-size: 16px; }
    .app_viewer .app_wrapper.app_per_row_6 {
      margin-left: -18px;
      margin-right: -18px;
      margin-bottom: 25px; }
      .app_viewer .app_wrapper.app_per_row_6 li {
        width: calc(100% / 6);
        height: calc(140px / 100 * 117 + 35px); }
        .app_viewer .app_wrapper.app_per_row_6 li .app {
          max-width: calc(150px / 100 * 117);
          max-height: calc(140px / 100 * 117); }
          .app_viewer .app_wrapper.app_per_row_6 li .app .app_ico {
            top: 15px;
            height: 80px; }
          .app_viewer .app_wrapper.app_per_row_6 li .app .app_content {
            top: 105px; }
    .app_viewer .app_wrapper.app_per_row_5 {
      margin-left: -23px;
      margin-right: -23px;
      margin-bottom: 13px; }
      .app_viewer .app_wrapper.app_per_row_5 li {
        width: calc(100% / 5);
        height: calc(140px / 100 * 140 + 45px); }
        .app_viewer .app_wrapper.app_per_row_5 li .app {
          font-size: 18px;
          max-width: calc(150px / 100 * 140);
          max-height: calc(140px / 100 * 140); }
          .app_viewer .app_wrapper.app_per_row_5 li .app .app_ico {
            top: 30px;
            height: 100px; }
          .app_viewer .app_wrapper.app_per_row_5 li .app .app_content {
            top: 140px; }
    .app_viewer .app_wrapper.app_per_row_4 {
      margin-left: -31px;
      margin-right: -31px;
      margin-bottom: 0px; }
      .app_viewer .app_wrapper.app_per_row_4 li {
        width: calc(100% / 4);
        height: calc(140px / 100 * 175 + 60px); }
        .app_viewer .app_wrapper.app_per_row_4 li .app {
          font-size: 18px;
          max-width: calc(150px / 100 * 175);
          max-height: calc(140px / 100 * 175); }
          .app_viewer .app_wrapper.app_per_row_4 li .app .app_ico {
            top: 35px;
            height: 110px; }
          .app_viewer .app_wrapper.app_per_row_4 li .app .app_content {
            top: 180px; } }
a[data-editor='_app_content'] {
  display: none !important; }

#app.postbox .cuztom-preview img {
  border: 1px solid rgba(180, 180, 180, 0.4);
  padding: 00px;
  width: 100px;
  height: 100px !important;
  background: rgba(200, 200, 200, 0.4); }

/*# sourceMappingURL=default.css.map */
