.emailPlugin {
  background: #F2F2F2;
  padding-bottom: 20px; }
  .emailPlugin #spinner {
    display: none;
    position: absolute;
    z-index: 10000;
    justify-content: center;
    align-items: center; }
  .emailPlugin .newMailWindow {
    display: none;
    right: calc(33vw / 2);
    bottom: 0;
    width: 480px;
    height: 480px;
    border-top-left-radius: 7.5px;
    border-top-right-radius: 7.5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
    position: fixed;
    background: white;
    z-index: 4; }
    .emailPlugin .newMailWindow .header {
      border-top-left-radius: 7.5px;
      border-top-right-radius: 7.5px;
      background: #424242;
      height: 40px;
      width: 480px;
      display: flex;
      justify-content: space-between; }
      .emailPlugin .newMailWindow .header .mailIcon {
        margin-left: 20px; }
      .emailPlugin .newMailWindow .header .closeIcon {
        margin-right: 20px;
        cursor: pointer; }
        .emailPlugin .newMailWindow .header .closeIcon:hover {
          opacity: 0.7; }
    .emailPlugin .newMailWindow .body .form-control {
      border-radius: 0;
      border-top: 0; }
    .emailPlugin .newMailWindow .footer {
      height: 59px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .emailPlugin .newMailWindow .footer .sendMail {
        margin-left: 20px; }
      .emailPlugin .newMailWindow .footer .removeIcon {
        margin-right: 20px;
        font-size: 18px;
        cursor: pointer; }
  .emailPlugin .header {
    background: #4285f4;
    height: 50px;
    display: flex;
    align-items: center;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    box-shadow: 0 5px 6px 0 #ccc;
    color: white; }
    .emailPlugin .header .searchDiv {
      background: #5E97F6; }
      .emailPlugin .header .searchDiv input {
        background: #5E97F6;
        border: 0;
        height: 36px; }
    .emailPlugin .header .newMail {
      flex: 1; }
      .emailPlugin .header .newMail span {
        float: right;
        margin-right: 20px;
        font-size: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
        width: 40px;
        background: #d23f31;
        border-radius: 50%;
        cursor: pointer; }
  .emailPlugin .content {
    width: 67%;
    min-width: 840px;
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF; }
    .emailPlugin .content .section .header {
      margin-top: 20px;
      height: auto;
      padding-bottom: 8px;
      padding-left: 24px;
      padding-right: 24px;
      font-size: 13px;
      background: #F2F2F2;
      box-shadow: none;
      color: black;
      font-family: tahoma, sans-serif; }
    .emailPlugin .content .section .header:not(:first-of-type) {
      margin-top: 0;
      padding-top: 20px; }
    .emailPlugin .content .section .mailWrapper.activeMail {
      padding-top: 30px;
      padding-bottom: 30px;
      background: #f2f2f2; }
      .emailPlugin .content .section .mailWrapper.activeMail .emailRow {
        box-shadow: 3px 5px 6px 5px #ccc;
        padding-top: 0; }
        .emailPlugin .content .section .mailWrapper.activeMail .emailRow .header {
          padding-top: 10px; }
    .emailPlugin .content .section .mailWrapper .emailRow {
      font-size: 13px;
      padding-top: 12px;
      border-bottom: 1px solid #F2F2F2; }
      .emailPlugin .content .section .mailWrapper .emailRow:hover .header .wrapper {
        display: block; }
      .emailPlugin .content .section .mailWrapper .emailRow .header {
        padding-top: 0;
        display: flex;
        align-items: center;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 12px;
        cursor: pointer;
        margin: 0;
        background: white;
        position: relative; }
        .emailPlugin .content .section .mailWrapper .emailRow .header .wrapper {
          width: 100%;
          position: absolute;
          display: none; }
          .emailPlugin .content .section .mailWrapper .emailRow .header .wrapper .icons {
            background: white;
            right: 0;
            float: right;
            padding-right: 5px;
            padding-left: 5px; }
        .emailPlugin .content .section .mailWrapper .emailRow .header .checkBox {
          flex: 1;
          text-align: center; }
        .emailPlugin .content .section .mailWrapper .emailRow .header .from {
          flex: 3; }
        .emailPlugin .content .section .mailWrapper .emailRow .header .short {
          display: flex;
          flex: 15;
          min-width: 0; }
          .emailPlugin .content .section .mailWrapper .emailRow .header .short .title {
            flex: 7;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
          .emailPlugin .content .section .mailWrapper .emailRow .header .short .body {
            flex: 3;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            margin: 0;
            padding: 0; }
      .emailPlugin .content .section .mailWrapper .emailRow .content {
        width: 100%;
        padding: 10px 20px;
        box-shadow: 0 5px 6px 0 #ccc;
        margin-bottom: 0;
        display: none; }
        .emailPlugin .content .section .mailWrapper .emailRow .content .header {
          display: block;
          overflow: hidden;
          align-items: center;
          padding: 25px 0;
          cursor: pointer;
          margin: 0;
          box-shadow: none;
          color: black;
          font-family: tahoma, sans-serif;
          background: white;
          font-size: 13px; }
          .emailPlugin .content .section .mailWrapper .emailRow .content .header .contacts {
            float: left;
            padding: 0; }
            .emailPlugin .content .section .mailWrapper .emailRow .content .header .contacts .sender {
              font-weight: bold; }
            .emailPlugin .content .section .mailWrapper .emailRow .content .header .contacts .reciever, .emailPlugin .content .section .mailWrapper .emailRow .content .header .contacts .to {
              color: gray; }
          .emailPlugin .content .section .mailWrapper .emailRow .content .header .buttons {
            float: right; }
            .emailPlugin .content .section .mailWrapper .emailRow .content .header .buttons a, .emailPlugin .content .section .mailWrapper .emailRow .content .header .buttons span {
              padding-right: 6px; }
            .emailPlugin .content .section .mailWrapper .emailRow .content .header .buttons a {
              color: gray;
              text-decoration: none; }
              .emailPlugin .content .section .mailWrapper .emailRow .content .header .buttons a:hover {
                color: black; }
        .emailPlugin .content .section .mailWrapper .emailRow .content .attachments {
          margin-top: 15px;
          width: 100%;
          display: flex;
          flex-wrap: wrap; }
          .emailPlugin .content .section .mailWrapper .emailRow .content .attachments .attachment {
            width: 132px;
            height: 88px;
            border-radius: 6px;
            cursor: pointer;
            margin-right: 8px;
            margin-bottom: 8px;
            border-right: 1px solid #EAEAEA;
            border-bottom: 1px solid #DDDDDD;
            border-left: 1px solid #EAEAEA;
            border-top: 1px solid #EAEAEA;
            -webkit-filter: grayscale(20%);
            /* Chrome, Safari, Opera */
            filter: grayscale(20%);
            display: flex;
            align-items: center;
            justify-content: center; }
            .emailPlugin .content .section .mailWrapper .emailRow .content .attachments .attachment:hover {
              -webkit-filter: grayscale(0%);
              /* Chrome, Safari, Opera */
              filter: grayscale(0%); }
              .emailPlugin .content .section .mailWrapper .emailRow .content .attachments .attachment:hover .name {
                color: black; }
            .emailPlugin .content .section .mailWrapper .emailRow .content .attachments .attachment .file {
              width: 100%;
              display: flex;
              align-items: center; }
              .emailPlugin .content .section .mailWrapper .emailRow .content .attachments .attachment .file .icon {
                height: 25px;
                margin-left: 10px;
                margin-right: 6px; }
              .emailPlugin .content .section .mailWrapper .emailRow .content .attachments .attachment .file .name {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis; }
            .emailPlugin .content .section .mailWrapper .emailRow .content .attachments .attachment .image {
              margin: 3px;
              max-height: calc(100% - 6px);
              max-width: calc(100% - 6px); }
    .emailPlugin .content .section .notRead .header .short .title {
      font-weight: bold; }
    .emailPlugin .content .section .notRead .header .from span {
      font-weight: bold; }
    .emailPlugin .content .section .notRead .header .date {
      flex: 3; }
    .emailPlugin .content .section .notRead .header .settings {
      flex: 1;
      cursor: pointer;
      position: relative; }
      .emailPlugin .content .section .notRead .header .settings .dropdown-menu {
        position: absolute; }
        .emailPlugin .content .section .notRead .header .settings .dropdown-menu .glyphicon {
          padding-right: 10px; }
  .emailPlugin .menu-navigation {
    position: fixed;
    width: 200px;
    font-size: 14px;
    left: -210px; }
    .emailPlugin .menu-navigation ul {
      list-style-type: none;
      padding-left: 0;
      padding-top: 6px; }
      .emailPlugin .menu-navigation ul li {
        height: 40px;
        padding-top: 13px;
        padding-left: 10px;
        cursor: pointer; }
        .emailPlugin .menu-navigation ul li:hover {
          background-color: #E7E7E7 !important; }
        .emailPlugin .menu-navigation ul li .glyphicon {
          padding-right: 10px; }
      .emailPlugin .menu-navigation ul .active {
        font-weight: bold;
        background: #E7E7E7; }

.emailPluginDesk {
  background: #F2F2F2;
  padding-bottom: 20px;
  overflow: hidden; }
  .emailPluginDesk #spinner {
    display: none;
    position: absolute;
    z-index: 10000;
    justify-content: center;
    align-items: center; }
  .emailPluginDesk .newMailWindow {
    display: none;
    right: calc(33vw / 2);
    bottom: 0;
    width: 480px;
    height: 480px;
    border-top-left-radius: 7.5px;
    border-top-right-radius: 7.5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
    position: fixed;
    background: white;
    z-index: 4; }
    .emailPluginDesk .newMailWindow .header {
      border-top-left-radius: 7.5px;
      border-top-right-radius: 7.5px;
      background: #424242;
      height: 40px;
      width: 480px;
      display: flex;
      justify-content: space-between; }
      .emailPluginDesk .newMailWindow .header .mailIcon {
        margin-left: 20px; }
      .emailPluginDesk .newMailWindow .header .closeIcon {
        margin-right: 20px;
        cursor: pointer; }
        .emailPluginDesk .newMailWindow .header .closeIcon:hover {
          opacity: 0.7; }
    .emailPluginDesk .newMailWindow .body .form-control {
      border-radius: 0;
      border-top: 0; }
    .emailPluginDesk .newMailWindow .footer {
      height: 59px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .emailPluginDesk .newMailWindow .footer .sendMail {
        margin-left: 20px; }
      .emailPluginDesk .newMailWindow .footer .removeIcon {
        margin-right: 20px;
        font-size: 18px;
        cursor: pointer; }
  .emailPluginDesk .header {
    background: #4285f4;
    height: 50px;
    display: flex;
    align-items: center;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    box-shadow: 0 5px 6px 0 #ccc;
    color: white; }
    .emailPluginDesk .header .searchDiv {
      background: #5E97F6; }
      .emailPluginDesk .header .searchDiv input {
        background: #5E97F6;
        border: 0;
        height: 36px; }
    .emailPluginDesk .header .newMail {
      flex: 1; }
      .emailPluginDesk .header .newMail span {
        float: right;
        margin-right: 20px;
        font-size: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
        width: 40px;
        background: #d23f31;
        border-radius: 50%;
        cursor: pointer; }
  .emailPluginDesk .content {
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF; }
    .emailPluginDesk .content .section {
      width: calc(50% - 10px);
      margin-right: 10px;
      float: left; }
      .emailPluginDesk .content .section .header {
        height: auto;
        margin-top: 20px;
        padding-bottom: 8px;
        padding-left: 24px;
        padding-right: 24px;
        font-size: 13px;
        background: #F2F2F2;
        box-shadow: none;
        color: black;
        font-family: tahoma, sans-serif; }
      .emailPluginDesk .content .section .emailRow {
        font-size: 13px;
        padding-top: 12px;
        border-bottom: 1px solid #F2F2F2;
        background: white; }
        .emailPluginDesk .content .section .emailRow:hover .header .wrapper {
          display: block; }
        .emailPluginDesk .content .section .emailRow .header {
          display: flex;
          align-items: center;
          padding-left: 0;
          padding-right: 0;
          padding-bottom: 12px;
          cursor: pointer;
          margin: 0;
          background: white;
          position: relative; }
          .emailPluginDesk .content .section .emailRow .header .wrapper {
            width: 100%;
            position: absolute;
            display: none; }
            .emailPluginDesk .content .section .emailRow .header .wrapper .icons {
              background: white;
              right: 0;
              float: right;
              padding-right: 5px;
              padding-left: 5px; }
          .emailPluginDesk .content .section .emailRow .header .checkBox {
            flex: 1;
            text-align: center; }
          .emailPluginDesk .content .section .emailRow .header .from {
            flex: 3; }
          .emailPluginDesk .content .section .emailRow .header .short {
            display: flex;
            flex: 15;
            min-width: 0; }
            .emailPluginDesk .content .section .emailRow .header .short .title {
              flex: 7;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis; }
            .emailPluginDesk .content .section .emailRow .header .short .body {
              flex: 3;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis;
              margin: 0;
              padding: 0; }
        .emailPluginDesk .content .section .emailRow .content {
          padding: 10px 20px;
          box-shadow: 0 5px 6px 0 #ccc;
          margin-bottom: 0;
          display: none; }
          .emailPluginDesk .content .section .emailRow .content .header {
            display: flex;
            align-items: center;
            padding: 15px 0; }
            .emailPluginDesk .content .section .emailRow .content .header .contacts {
              flex: 5; }
              .emailPluginDesk .content .section .emailRow .content .header .contacts .sender {
                font-weight: bold; }
              .emailPluginDesk .content .section .emailRow .content .header .contacts .reciever, .emailPluginDesk .content .section .emailRow .content .header .contacts .to {
                color: gray; }
            .emailPluginDesk .content .section .emailRow .content .header .setings .dropdown-menu {
              position: absolute; }
          .emailPluginDesk .content .section .emailRow .content .attachments {
            margin-top: 15px;
            width: 100%;
            display: flex;
            flex-wrap: wrap; }
            .emailPluginDesk .content .section .emailRow .content .attachments .attachment {
              width: 132px;
              height: 88px;
              border-radius: 6px;
              cursor: pointer;
              margin-right: 8px;
              margin-bottom: 8px;
              border-right: 1px solid #EAEAEA;
              border-bottom: 1px solid #DDDDDD;
              border-left: 1px solid #EAEAEA;
              border-top: 1px solid #EAEAEA;
              -webkit-filter: grayscale(20%);
              /* Chrome, Safari, Opera */
              filter: grayscale(20%);
              display: flex;
              align-items: center;
              justify-content: center; }
              .emailPluginDesk .content .section .emailRow .content .attachments .attachment:hover {
                -webkit-filter: grayscale(0%);
                /* Chrome, Safari, Opera */
                filter: grayscale(0%); }
                .emailPluginDesk .content .section .emailRow .content .attachments .attachment:hover .name {
                  color: black; }
              .emailPluginDesk .content .section .emailRow .content .attachments .attachment .file {
                width: 100%;
                display: flex;
                align-items: center; }
                .emailPluginDesk .content .section .emailRow .content .attachments .attachment .file .icon {
                  height: 25px;
                  margin-left: 10px;
                  margin-right: 6px; }
                .emailPluginDesk .content .section .emailRow .content .attachments .attachment .file .name {
                  white-space: nowrap;
                  overflow: hidden;
                  text-overflow: ellipsis; }
              .emailPluginDesk .content .section .emailRow .content .attachments .attachment .image {
                margin: 3px;
                max-height: calc(100% - 6px);
                max-width: calc(100% - 6px); }
      .emailPluginDesk .content .section .notRead .header .short .title {
        font-weight: bold; }
      .emailPluginDesk .content .section .notRead .header .from span {
        font-weight: bold; }
      .emailPluginDesk .content .section .notRead .header .date {
        flex: 3; }
      .emailPluginDesk .content .section .notRead .header .settings {
        flex: 1;
        cursor: pointer;
        position: relative; }
        .emailPluginDesk .content .section .notRead .header .settings .dropdown-menu {
          position: absolute; }
          .emailPluginDesk .content .section .notRead .header .settings .dropdown-menu .glyphicon {
            padding-right: 10px; }
    .emailPluginDesk .content .sectionDesk {
      width: calc(50% - 10px);
      margin-left: 10px;
      margin-top: 40px;
      float: left;
      background: white;
      padding: 0 20px;
      font-size: 13px; }
      .emailPluginDesk .content .sectionDesk .header {
        display: block;
        overflow: hidden;
        align-items: center;
        padding: 25px 0;
        cursor: pointer;
        margin: 0;
        box-shadow: none;
        color: black;
        font-family: tahoma, sans-serif;
        background: white;
        font-size: 13px; }
        .emailPluginDesk .content .sectionDesk .header .contacts {
          float: left;
          padding: 0; }
          .emailPluginDesk .content .sectionDesk .header .contacts .sender {
            font-weight: bold; }
          .emailPluginDesk .content .sectionDesk .header .contacts .reciever, .emailPluginDesk .content .sectionDesk .header .contacts .to {
            color: gray; }
        .emailPluginDesk .content .sectionDesk .header .buttons {
          float: right; }
          .emailPluginDesk .content .sectionDesk .header .buttons a, .emailPluginDesk .content .sectionDesk .header .buttons span {
            padding-right: 6px; }
          .emailPluginDesk .content .sectionDesk .header .buttons a {
            color: gray;
            text-decoration: none; }
            .emailPluginDesk .content .sectionDesk .header .buttons a:hover {
              color: black; }
      .emailPluginDesk .content .sectionDesk p {
        padding: 20px 0; }
      .emailPluginDesk .content .sectionDesk .attachments {
        margin-top: 15px;
        width: 100%;
        display: flex;
        flex-wrap: wrap; }
        .emailPluginDesk .content .sectionDesk .attachments .attachment {
          width: 132px;
          height: 88px;
          border-radius: 6px;
          cursor: pointer;
          margin-right: 8px;
          margin-bottom: 15px;
          border-right: 1px solid #EAEAEA;
          border-bottom: 1px solid #DDDDDD;
          border-left: 1px solid #EAEAEA;
          border-top: 1px solid #EAEAEA;
          -webkit-filter: grayscale(20%);
          /* Chrome, Safari, Opera */
          filter: grayscale(20%);
          display: flex;
          align-items: center;
          justify-content: center; }
          .emailPluginDesk .content .sectionDesk .attachments .attachment:hover {
            -webkit-filter: grayscale(0%);
            /* Chrome, Safari, Opera */
            filter: grayscale(0%); }
            .emailPluginDesk .content .sectionDesk .attachments .attachment:hover .name {
              color: black; }
          .emailPluginDesk .content .sectionDesk .attachments .attachment .file {
            width: 100%;
            display: flex;
            align-items: center; }
            .emailPluginDesk .content .sectionDesk .attachments .attachment .file .icon {
              height: 25px;
              margin-left: 10px;
              margin-right: 6px; }
            .emailPluginDesk .content .sectionDesk .attachments .attachment .file .name {
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis; }
          .emailPluginDesk .content .sectionDesk .attachments .attachment .image {
            margin: 3px;
            max-height: calc(100% - 6px);
            max-width: calc(100% - 6px); }
  .emailPluginDesk .menu-navigation {
    position: fixed;
    width: 200px;
    font-size: 14px;
    left: -210px; }
    .emailPluginDesk .menu-navigation ul {
      list-style-type: none;
      padding-left: 0;
      padding-top: 6px; }
      .emailPluginDesk .menu-navigation ul li {
        height: 40px;
        padding-top: 13px;
        padding-left: 10px;
        cursor: pointer; }
        .emailPluginDesk .menu-navigation ul li:hover {
          background-color: #E7E7E7 !important; }
        .emailPluginDesk .menu-navigation ul li .glyphicon {
          padding-right: 10px; }
      .emailPluginDesk .menu-navigation ul .active {
        font-weight: bold;
        background: #E7E7E7; }

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