@charset "UTF-8";
.invitation.panel {
  padding: 30px; }
  .invitation.panel .invt-container {
    width: 750px;
    padding: 30px 45px;
    margin: 0 auto;
    position: relative; }
    .invitation.panel .invt-container .close {
      border-radius: 50%;
      background-color: #FF5722;
      width: 40px;
      height: 40px;
      color: #fff;
      position: absolute;
      right: -10px;
      top: -10px; }
    .invitation.panel .invt-container .member-list {
      padding-top: 30px; }

.member-item-container.invitation {
  position: relative; }
  .member-item-container.invitation .disabled-layer, .member-item-container.invitation .member-item {
    border-radius: 5px; }
  .member-item-container.invitation .disabled-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.6; }
  .member-item-container.invitation .member-item {
    background-color: #fff;
    border: 1px solid #555;
    padding: 10px 20px;
    margin-bottom: 10px;
    position: relative; }
    .member-item-container.invitation .member-item.choosable {
      cursor: pointer; }
      .member-item-container.invitation .member-item.choosable:hover {
        background-color: #fbfffb8f; }
    .member-item-container.invitation .member-item .separate, .member-item-container.invitation .member-item .name, .member-item-container.invitation .member-item .organisation {
      display: inline-block;
      line-height: 30px; }
    .member-item-container.invitation .member-item .name {
      font-size: 15px;
      padding-right: 5px; }
    .member-item-container.invitation .member-item .separate {
      padding: 0 5px; }
    .member-item-container.invitation .member-item .organisation {
      font-size: 13px;
      color: #666; }

.multi-invitees {
  position: relative; }
  .multi-invitees .send-invitation {
    width: 25%;
    display: inline-block;
    padding-left: 15px; }
    .multi-invitees .send-invitation button {
      background-color: #2ea664;
      color: #fff;
      height: 52px;
      width: 100%;
      border-radius: 5px;
      font-size: 17px; }
      .multi-invitees .send-invitation button.disabled {
        cursor: auto;
        background-color: #c2ccc6; }
  .multi-invitees .invitees-selector {
    width: 75%;
    background-color: #fff;
    border: 1px solid #444;
    border-radius: 5px;
    float: left;
    display: flex;
    flex-wrap: wrap;
    padding: 0 7px; }
    .multi-invitees .invitees-selector .invitee {
      background-color: #2d9ee0;
      color: #fff;
      border: 1px solid #f5f5f5;
      border-radius: 3px;
      margin: 8px 0px 8px 10px;
      display: inline-block;
      line-height: 30px;
      padding: 0 15px;
      cursor: pointer; }
      .multi-invitees .invitees-selector .invitee .name {
        display: inline-block; }
      .multi-invitees .invitees-selector .invitee .remove {
        display: inline-block;
        padding-left: 15px;
        color: #f3f3f3;
        font-size: 12px;
        padding-top: 2px; }
    .multi-invitees .invitees-selector input {
      border: 0;
      margin: 0 7px;
      font-size: 16px;
      line-height: 50px;
      padding: 0;
      flex: 1; }

.room-admin.scroll-container {
  height: 100%;
  overflow: scroll; }

.room-admin.container {
  background-color: #f4f4f4;
  min-height: 100%; }
  .room-admin.container .navigation {
    min-height: 70px; }
  .room-admin.container .control-panel {
    padding: 20px 50px; }
    .room-admin.container .control-panel .panel-body.room {
      margin-bottom: 50px; }

.room-admin .btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .room-admin .btn-group.right {
    float: right; }
  .room-admin .btn-group .button {
    position: relative;
    float: left; }

.room-admin .button {
  height: 32px;
  padding: 5px 15px;
  line-height: 20px;
  font-size: 15px;
  color: white; }
  .room-admin .button.top {
    vertical-align: top; }
  .room-admin .button.disabled {
    cursor: not-allowed;
    color: #222;
    background-color: #d0d0d0; }
  .room-admin .button.warn {
    background-color: #f57a6a; }
  .room-admin .button.primary {
    background-color: #4cbcd3; }
  .room-admin .button.dark {
    background-color: #363d4c; }
  .room-admin .button.light {
    background-color: #888; }

.room-admin .input-group {
  display: inline-block; }
  .room-admin .input-group .label {
    line-height: 32px;
    padding: 0 20px;
    float: left;
    color: #A2A2A2;
    font-size: 16px; }
  .room-admin .input-group .input {
    float: left; }

.room-admin .input {
  line-height: 32px;
  border: 0;
  padding: 0 20px;
  background-color: #F2F2F2;
  font-weight: 600;
  font-size: 15px; }
  .room-admin .input.warning {
    border: 1px solid red; }

.room-admin.room .header .title, .room-admin.room .header .trail-info {
  line-height: 30px; }

.room-admin.room .header .title {
  color: #61646B;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 10px; }

.room-admin.room .header .trail-info {
  color: #8F8F8F;
  float: right; }
  .room-admin.room .header .trail-info .created-at, .room-admin.room .header .trail-info .founder {
    vertical-align: bottom;
    display: inline-block;
    margin-left: 20px; }
  .room-admin.room .header .trail-info .label, .room-admin.room .header .trail-info .content {
    font-size: 12px; }
  .room-admin.room .header .trail-info .label {
    margin-right: 10px; }

.room-admin.room .body {
  background-color: #fff;
  box-shadow: 1px 1px 1px #e6e0e0;
  padding: 20px; }

.room-admin.room-channels {
  margin-top: 20px; }
  .room-admin.room-channels .head .title {
    line-height: 30px;
    color: #61646B;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 10px; }
  .room-admin.room-channels .body {
    background-color: #fff;
    box-shadow: 1px 1px 1px #e6e0e0;
    padding: 20px; }
    .room-admin.room-channels .body .users {
      padding: 20px 0;
      margin-right: -100px; }
  .room-admin.room-channels .tabable .tab {
    position: relative;
    z-index: 0; }
    .room-admin.room-channels .tabable .tab.active {
      z-index: 2; }
  .room-admin.room-channels .tabable .body {
    position: relative;
    z-index: 1; }
  .room-admin.room-channels .tab {
    display: inline-block;
    background-color: #fff;
    padding: 10px 20px;
    box-shadow: 1px 1px 1px #e6e0e0;
    position: relative;
    line-height: 25px; }
    .room-admin.room-channels .tab.active::after {
      content: '';
      background-color: #fff;
      display: block;
      width: 100%;
      height: 6px;
      position: absolute;
      left: 0;
      bottom: -3px; }
    .room-admin.room-channels .tab .content.clickable {
      cursor: pointer; }
      .room-admin.room-channels .tab .content.clickable:hover {
        text-decoration: underline; }
  .room-admin.room-channels .helper-note {
    padding: 20px; }
    .room-admin.room-channels .helper-note .title, .room-admin.room-channels .helper-note .trail-info {
      line-height: 30px; }
    .room-admin.room-channels .helper-note .title {
      font-size: 15px;
      color: #666;
      display: inline-block; }
    .room-admin.room-channels .helper-note .trail-info {
      float: right; }
      .room-admin.room-channels .helper-note .trail-info .label {
        color: #333;
        margin-left: 10px; }
      .room-admin.room-channels .helper-note .trail-info .content {
        color: #666;
        margin-left: 5px; }
  .room-admin.room-channels .invite-more-peoples {
    cursor: pointer;
    color: #0576b9;
    font-size: 16px; }
    .room-admin.room-channels .invite-more-peoples:hover {
      text-decoration: underline; }

.hr-line {
  height: 2px;
  background-color: #f4f4f4;
  margin: 20px -20px; }

.room-admin.room-user-board {
  border: 1px solid #d7d7d7;
  padding: 20px 18px 10px 18px;
  width: 280px;
  min-height: 180px;
  float: left;
  margin-right: 100px;
  margin-bottom: 25px;
  position: relative; }
  .room-admin.room-user-board .message-dialog {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 15px;
    background-color: #FF5722;
    padding: 6px;
    color: #fff; }
  .room-admin.room-user-board .avatar {
    border: 1px solid #333;
    background: transparent center/cover no-repeat;
    display: inline-block;
    width: 88px;
    height: 88px; }
  .room-admin.room-user-board .details {
    width: 140px;
    float: right;
    white-space: nowrap;
    overflow: hidden; }
    .room-admin.room-user-board .details .detail {
      margin-bottom: 10px; }
  .room-admin.room-user-board .controls {
    position: absolute;
    bottom: 15px;
    width: calc(100% - 15px); }
    .room-admin.room-user-board .controls .btn-group {
      width: 100%; }
  .room-admin.room-user-board .button.user {
    width: 23%;
    padding: 5px; }

@font-face {
  font-family: 'airhub';
  src: url(/font/14ea10b75f2018069b0ca5ddc25af90c.eot);
  src: url(/font/14ea10b75f2018069b0ca5ddc25af90c.eot#iefix) format("embedded-opentype"), url(/font/d2174ca299329fdbd6e1775aa993190f.ttf) format("truetype"), url(/font/e5ab329622a988e081635c3e40e612c9.woff) format("woff"), url(/img/705c2fec9be1d88f2a2e4d4b0eea8caa.svg#airhub) format("svg");
  font-weight: normal;
  font-style: normal; }

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'airhub' !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-list:before {
  content: "\E900"; }

.icon-thumbnail:before {
  content: "\E901"; }

.icon-3D-file:before {
  content: "\E902"; }

.icon-3D:before {
  content: "\E903"; }

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

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

.icon-arrow-down:before {
  content: "\E906"; }

.icon-arrow-left:before {
  content: "\E907"; }

.icon-arrow-right:before {
  content: "\E908"; }

.icon-arrow-up:before {
  content: "\E909"; }

.icon-attachment:before {
  content: "\E90A"; }

.icon-book:before {
  content: "\E90B"; }

.icon-cad-file:before {
  content: "\E90C"; }

.icon-channels:before {
  content: "\E90D"; }

.icon-chart:before {
  content: "\E90E"; }

.icon-chat:before {
  content: "\E90F"; }

.icon-cog:before {
  content: "\E910"; }

.icon-details:before {
  content: "\E911"; }

.icon-double-arrow:before {
  content: "\E912"; }

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

.icon-edit-channel:before {
  content: "\E914"; }

.icon-edit-user:before {
  content: "\E915";
  color: #545454; }

.icon-email:before {
  content: "\E916"; }

.icon-expand:before {
  content: "\E917"; }

.icon-eye:before {
  content: "\E918"; }

.icon-file:before {
  content: "\E919"; }

.icon-folder:before {
  content: "\E91A"; }

.icon-gantchart:before {
  content: "\E91B"; }

.icon-info:before {
  content: "\E91C"; }

.icon-kanban:before {
  content: "\E91D"; }

.icon-logout:before {
  content: "\E91E"; }

.icon-mark:before {
  content: "\E91F"; }

.icon-material-table:before {
  content: "\E920"; }

.icon-measure:before {
  content: "\E921"; }

.icon-memo:before {
  content: "\E922"; }

.icon-move:before {
  content: "\E923"; }

.icon-question:before {
  content: "\E924"; }

.icon-remove:before {
  content: "\E925"; }

.icon-report:before {
  content: "\E926"; }

.icon-rotate:before {
  content: "\E927"; }

.icon-save:before {
  content: "\E928"; }

.icon-share:before {
  content: "\E929"; }

.icon-trash:before {
  content: "\E92A"; }

.icon-user:before {
  content: "\E92B"; }

.icon-webrtc:before {
  content: "\E92C"; }

.icon-checkmark2:before {
  content: "\EA11"; }

.icon-undo {
  width: 15px;
  height: 15px;
  margin: 0 auto;
  background: url(/img/e22cc5474e791b79ff0ade133148a54e.svg) no-repeat;
  background-size: contain;
  opacity: 0.8;
  display: block; }

.icon-add-simple {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  -webkit-mask-image: url(/img/7648750673a76c2003e67e078434df33.svg);
  mask-image: url(/img/7648750673a76c2003e67e078434df33.svg);
  display: block;
  background-color: white; }

.icon-completed {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  -webkit-mask-image: url(/img/fcb27ab8cb449b813ebd504be98c1671.svg);
  mask-image: url(/img/fcb27ab8cb449b813ebd504be98c1671.svg);
  display: block;
  background-color: black; }

.icon-archive {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  -webkit-mask-image: url(/img/13c639b5f408c840ff53be1ef387a85f.svg);
  mask-image: url(/img/13c639b5f408c840ff53be1ef387a85f.svg);
  display: block;
  background-color: black; }

.icon-backlog {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  -webkit-mask-image: url(/img/c78797adc1f3a0f160ba250844ecbf01.svg);
  mask-image: url(/img/c78797adc1f3a0f160ba250844ecbf01.svg);
  display: block;
  background-color: black; }

.icon-inprogress {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  -webkit-mask-image: url(/img/2f780bc64823084f5a4178018812978d.svg);
  mask-image: url(/img/2f780bc64823084f5a4178018812978d.svg);
  display: block;
  background-color: black; }

.icon-review {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  -webkit-mask-image: url(/img/f44be88d60785a5aa288903e4c8496af.svg);
  mask-image: url(/img/f44be88d60785a5aa288903e4c8496af.svg);
  display: block;
  background-color: black; }

.icon-markup-attachment {
  width: 24px;
  height: 24px;
  background: url(/img/88cc95b5fc53afa08f18a8e250240b50.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px; }

.icon-checklist {
  width: 20px;
  height: 20px;
  background: url(/img/8b348004fcf35fe6c787e846557c8713.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }

.icon {
  min-width: 32px;
  min-height: 32px;
  display: inline-block;
  background-size: 100%; }

.icon.folder-open {
  background-image: url("/../../public/icons/folder-open.svg"); }

.icon.folder-close {
  background-image: url("/../../public/icons/folder-close.svg"); }

.icon.document {
  background-image: url("/../../public/icons/document.svg");
  min-height: 40px; }

.icon.zoom-in {
  background-image: url("/../../public/icons/zoom-in.svg");
  background-size: cover; }

.icon.zoom-out {
  background-image: url("/../../public/icons/zoom-out.svg");
  background-size: cover; }

@-webkit-keyframes circle-bob-animation {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(16px);
    transform: translateY(16px); } }

@keyframes circle-bob-animation {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(16px);
    transform: translateY(16px); } }

@keyframes fadein {
  from {
    opacity: 0;
    display: none; }
  to {
    opacity: 1;
    display: block; } }

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
    display: none; }
  to {
    opacity: 1;
    display: block; } }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
    display: none; }
  to {
    opacity: 1;
    display: block; } }

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
    display: none; }
  to {
    opacity: 1;
    display: block; } }

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
    display: none; }
  to {
    opacity: 1;
    display: block; } }

@-webkit-keyframes rotating-clockwise {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotating-clockwise {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes rotating-anti-clockwise {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes rotating-anti-clockwise {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  to {
    webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

.login-container {
  width: 90%;
  height: 50%;
  max-width: 800px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #2473b4;
  margin: 10%; }
  .login-container .loading-icon h3 {
    margin-top: 20px;
    text-align: center;
    color: #989898; }
  @media screen and (max-width: 768px) {
    .login-container {
      height: 70%; } }

.logo-wrap {
  color: white; }
  .logo-wrap .logo {
    max-width: 30px;
    margin-right: 15px;
    display: inline-block;
    float: left; }
  .logo-wrap .logo-title {
    width: 110px; }

.logo-description {
  font-size: 1.15em;
  margin: 20px 0;
  font-weight: 100;
  letter-spacing: .5px; }

.sublinks {
  margin: 20px 0; }
  .sublinks a {
    font-size: 1em;
    color: white;
    padding: 10px;
    display: inline-block; }
    .sublinks a:hover {
      background: #2473b4; }

.lang-selector {
  display: inline-block;
  float: left;
  padding: 10px 10px 10px 0; }
  .lang-selector h4 {
    font-size: 1em;
    display: inline-block;
    color: white;
    margin-right: 10px; }

.custom-select {
  padding: 0;
  margin: 0;
  width: 100px;
  border-radius: 3px;
  overflow: hidden;
  background-color: #fff;
  background: #fff;
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .custom-select:after {
    top: 50%;
    left: 85%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #000000;
    border-width: 5px;
    margin-top: -2px;
    z-index: 2; }
  .custom-select select {
    padding: 8px;
    width: 100px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-overflow: ellipsis; }
    .custom-select select:focus {
      outline: none; }

.label.show {
  display: block; }

.label.hide {
  display: none; }

.loading {
  display: none;
  text-align: center;
  margin-top: -20px; }
  .loading.show {
    display: block; }
  .loading > div {
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 0;
    margin-left: 8px;
    width: 8px; }
    .loading > div:nth-child(1) {
      -webkit-animation: circle-bob-animation 800ms 400ms linear infinite;
      animation: circle-bob-animation 800ms 400ms linear infinite; }
    .loading > div:nth-child(2) {
      -webkit-animation: circle-bob-animation 800ms 300ms linear infinite;
      animation: circle-bob-animation 800ms 300ms linear infinite; }
    .loading > div:nth-child(3) {
      -webkit-animation: circle-bob-animation 800ms 200ms linear infinite;
      animation: circle-bob-animation 800ms 200ms linear infinite; }
    .loading > div:nth-child(4) {
      -webkit-animation: circle-bob-animation 800ms 100ms linear infinite;
      animation: circle-bob-animation 800ms 100ms linear infinite; }

.login-btn {
  color: white;
  font-size: 1em;
  background-color: #F47A6C;
  border: 0px;
  outline: none;
  height: 40px;
  transition: all 0.5s ease 0s; }
  .login-btn:hover {
    background-color: #fc5345;
    color: white; }
  .login-btn.green {
    background-color: #1ce5c7; }
    .login-btn.green:hover {
      background-color: #15b9a0; }

.email-submitted {
  position: relative;
  justify-content: center; }
  .email-submitted img {
    max-width: 130px;
    background: #c8eff7;
    padding: 12px;
    border-radius: 50%; }
  .email-submitted h3 {
    padding-top: 10px;
    line-height: 1.8em;
    font-size: 1.4em;
    color: white;
    display: inline-block;
    margin-left: 27px;
    vertical-align: top; }
  .email-submitted a {
    display: inline-block;
    background: #F47A6C;
    color: white;
    padding: 3px 20px;
    margin-top: 10px;
    cursor: pointer; }
    .email-submitted a:hover {
      background: #4BBCD1; }

.reset-password-text-success {
  color: black;
  text-align: center;
  font-size: 2.5em; }

.footer {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 10px;
  color: white;
  background: #363E4D; }

.setup-container {
  width: 90%;
  height: 50%;
  max-width: 800px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  min-height: 500px;
  color: #2473b4;
  background: rgba(15, 56, 80, 0.3);
  padding: 30px;
  margin: 8% auto; }
  .setup-container .radio {
    display: inline-block;
    float: left; }
    .setup-container .radio input {
      display: none; }

.input-titles input {
  margin-bottom: 10px;
  float: left;
  width: calc(33.3% - 5px); }
  .input-titles input:first-child {
    margin-right: 5px; }
  .input-titles input:nth-child(3n-1) {
    margin-right: 5px; }

.avatars p {
  margin: 15px 0;
  color: white; }

.avatars .img-wrap {
  width: 100%;
  height: 60px; }

.avatars img {
  margin: 0 10px;
  border: 4px solid transparent; }
  .avatars img.checked {
    border-color: #b2d7f5; }

.invite .title {
  padding: 20px 0;
  color: white; }
  .invite .title p {
    display: inline-block;
    margin-left: 20px;
    vertical-align: super; }

.invite input {
  margin-bottom: 10px;
  float: left;
  width: calc(33.3% - 5px); }
  .invite input:nth-child(3n-2), .invite input:nth-child(3n) {
    margin-left: 5px; }

.create-room-btn button {
  width: 33.3%;
  text-align: center; }

.loading-popup {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100vw;
  height: 100vh;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99; }

.loading-container {
  padding: 50px;
  margin: 15% auto 0;
  text-align: center;
  width: 90%;
  max-width: 500px;
  background: white;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(219, 219, 219, 0.75);
  box-shadow: 0px 0px 22px 0px rgba(219, 219, 219, 0.75); }

.loading-circle {
  margin: 0 auto;
  position: relative;
  width: 100px;
  height: 100px; }
  .loading-circle .outside {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: rotating-clockwise 2s linear infinite;
    animation: rotating-clockwise 2s linear infinite; }
  .loading-circle .inside {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: rotating-anti-clockwise 2s linear infinite;
    animation: rotating-anti-clockwise 2s linear infinite; }

.admin-container {
  padding: 20px;
  overflow: auto;
  color: #363E4D;
  background: #ececec;
  height: 100vh; }
  .admin-container .error-message {
    color: white;
    background: #F47A6C;
    padding: 10px;
    margin-bottom: 10px; }
  .admin-container .title {
    color: #4BBCD1;
    padding: 6px 32px;
    position: relative;
    margin-bottom: 20px; }
    .admin-container .title .icon-cog {
      font-size: 28px;
      position: absolute;
      left: 0;
      top: 0; }
  .admin-container .sign-container > div {
    display: inline-block;
    background: white;
    padding: 5px;
    width: calc(70% - 120px); }
  .admin-container .sign-container img {
    width: 100%; }
  .admin-container .sign-container button {
    display: inline-block;
    width: 100px;
    vertical-align: text-top;
    float: right;
    background: #F47A6C; }
  .admin-container .sign-area canvas {
    border: 1px solid #989898;
    margin: 10px; }
  .admin-container .sign-area button {
    padding: 6px 12px;
    font-size: 14px;
    margin-right: 20px; }
    .admin-container .sign-area button.clean {
      background: #4BBCD1; }
    .admin-container .sign-area button.add {
      background: #F47A6C; }
  .admin-container label {
    width: 30%;
    float: left;
    display: inline-block;
    margin-top: 7px; }
  .admin-container input[type="text"] {
    float: left;
    display: inline-block;
    padding: 5px; }
  .admin-container button {
    background: #989898;
    color: white; }
    .admin-container button:hover {
      background: #2473b4; }

.popup-container .popup-container.sign {
  height: 285px; }
  .popup-container .popup-container.sign .btn-wrap {
    text-align: center; }

.edit-personal-info .radio {
  display: inline-block;
  float: left; }
  .edit-personal-info .radio input {
    display: none; }

.edit-personal-info .inputs-group {
  width: 50%;
  float: left; }

.edit-personal-info .row {
  margin: 15px 0; }

.edit-personal-info input[type="text"] {
  width: 70%; }

.edit-personal-info button {
  width: 100%;
  height: 35px;
  margin-top: 20px; }

.edit-personal-info .avatars {
  width: calc(50% - 30px);
  float: left;
  margin-left: 30px; }
  .edit-personal-info .avatars .img-wrap {
    width: 70%;
    float: right; }
  .edit-personal-info .avatars img {
    margin: 0;
    width: 40px; }

.edit-personal-info .icon-edit-user {
  font-size: 20px;
  margin-right: 5px; }

.chatSection {
  background: #F4F4F4;
  width: 100%;
  position: relative;
  height: calc(100% - 40px);
  float: left; }

.chat-field {
  background: #4BBCD1;
  position: absolute;
  bottom: 40px;
  width: 100%; }
  .chat-field .conference-btn {
    float: left;
    padding: 3px 9px;
    font-size: 30px;
    margin-top: 5px;
    border-radius: 5px;
    color: white;
    line-height: 10px;
    cursor: pointer; }
    .chat-field .conference-btn:hover {
      background: #74cbdb; }
  .chat-field .user-search {
    position: absolute;
    width: 99%;
    background: white;
    border: 1px solid #989898;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden; }
    .chat-field .user-search .header {
      padding: 8px;
      color: #989898;
      border-bottom: 1px solid #989898; }
      .chat-field .user-search .header p {
        display: inline-block; }
    .chat-field .user-search .bold {
      font-weight: bold; }
    .chat-field .user-search .info {
      float: right; }
    .chat-field .user-search .item {
      padding: 5px 10px;
      cursor: pointer; }
      .chat-field .user-search .item img {
        width: 30px;
        border-radius: 5px;
        position: absolute; }
      .chat-field .user-search .item h4 {
        font-weight: bold;
        color: #565656;
        display: inline-block;
        padding-left: 35px;
        line-height: 34px; }
      .chat-field .user-search .item.active {
        background: #e7e7e7; }
  .chat-field textarea {
    border: none;
    border-radius: 5px;
    margin: 7px 5px;
    width: calc(100% - 120px);
    resize: none;
    float: left; }
  .chat-field button {
    width: 57px;
    margin: 7px;
    background: #358dd7;
    border: none;
    border-radius: 5px;
    color: white;
    padding: 7px;
    font-size: 14px;
    display: block;
    text-align: center; }

.chat-node-container {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100% - 84px);
  position: absolute;
  width: 100%;
  background: #f1f1f1; }
  .chat-node-container.slideIn {
    width: 50%;
    transition: all 0.3s ease-in;
    display: inline-block;
    float: left;
    height: calc(100vh - 40px); }
  .chat-node-container .emoji {
    display: inline-block;
    height: 18px;
    width: 18px;
    margin: 2px 2px 0 2px; }
  .chat-node-container i .icon-smiley-face {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px; }

.chat-node {
  padding: 5px; }
  .chat-node > img {
    float: left;
    width: 40px;
    border-radius: 50%; }
  .chat-node .chat-message {
    margin-left: 7px;
    color: #363E4D;
    font-size: 12px;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 5px;
    position: relative; }
    .chat-node .chat-message .text b {
      color: #2473b4;
      font-weight: normal; }
    .chat-node .chat-message h4 {
      margin: 0;
      font-weight: bold;
      font-size: 14px; }
    .chat-node .chat-message p {
      font-weight: 100;
      margin: 5px auto 0;
      font-size: 14px; }
    .chat-node .chat-message span {
      font-weight: 100;
      font-size: 12px;
      line-height: 1.5em; }
  .chat-node.user img {
    float: right; }
  .chat-node.user .chat-message {
    float: right;
    background: #dbdbdb;
    text-align: right;
    margin-right: 12px; }
    .chat-node.user .chat-message:after {
      content: " ";
      width: 0;
      height: 0;
      position: absolute;
      border-style: solid;
      border-width: 5px 0px 5px 5px;
      border-color: transparent #dbdbdb transparent #dbdbdb;
      top: 15px;
      right: -5px; }
  .chat-node:not(.user) .chat-message {
    float: left; }
    .chat-node:not(.user) .chat-message:after {
      content: " ";
      width: 0;
      height: 0;
      position: absolute;
      border-style: solid;
      border-width: 5px 5px 5px 0px;
      border-color: transparent white transparent white;
      top: 15px;
      left: -5px; }

.file-node {
  margin-top: 5px; }
  .file-node a {
    display: block;
    border: 2px solid #dbdbdb; }
  .file-node p {
    font-weight: bold;
    display: inline-block;
    font-size: 11px; }
  .file-node img {
    max-width: 250px;
    background: white; }

.conference .top-bar {
  background: #363E4D;
  height: 40px; }
  .conference .top-bar a {
    background-color: #99a9c1;
    color: black;
    padding: 6px 10px;
    display: inline-block;
    margin: 4px; }

#videosContainer {
  width: 100%;
  background: white;
  margin-top: -1px; }

.room-content {
  width: 100%;
  height: 100vh;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  float: right; }
  .room-content.slideIn {
    width: calc(100% - 180px); }
  .room-content .content-wrap {
    width: 100%;
    height: 100%;
    position: relative; }

.sideNav-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  cursor: pointer;
  top: 10px;
  left: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out; }
  .sideNav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #363E4D;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  .sideNav-icon span:nth-child(1) {
    top: 0px; }
  .sideNav-icon span:nth-child(2),
  .sideNav-icon span:nth-child(3) {
    top: 8px; }
  .sideNav-icon span:nth-child(4) {
    top: 16px; }
  .sideNav-icon.open span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%; }
  .sideNav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .sideNav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .sideNav-icon.open span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%; }

.top-bar {
  height: 40px;
  z-index: 100;
  visibility: visible;
  border-bottom: 1px solid #F4F4F4; }
  .top-bar .room-info {
    position: absolute;
    top: 9px;
    left: 45px; }
    .top-bar .room-info h3,
    .top-bar .room-info h4 {
      display: inline-block; }
    .top-bar .room-info h3 {
      color: #989898;
      font-size: 16px; }
    .top-bar .room-info h4 {
      color: #565656;
      margin-left: 6px;
      font-size: 14px; }
  .top-bar .navigation {
    float: right;
    position: relative;
    padding-right: 10px;
    height: 40px;
    display: flex; }
    .top-bar .navigation > a {
      display: inline-block;
      padding: 12px 10px; }
    .top-bar .navigation a {
      color: #989898;
      font-size: 14px; }
      .top-bar .navigation a:hover, .top-bar .navigation a.active {
        background: #363E4D;
        color: white; }
    .top-bar .navigation button {
      padding: 3px 10px; }
      .top-bar .navigation button.show {
        background: #363E4D; }
      .top-bar .navigation button img {
        border-radius: 50%;
        border: 3px solid #363E4D;
        width: 30px; }
    .top-bar .navigation .sub-nav {
      display: none;
      position: absolute;
      top: 40px;
      right: 0px;
      background: white;
      border: 1px solid #cbcbcb;
      z-index: 10;
      border-radius: 5px;
      overflow: hidden; }
      .top-bar .navigation .sub-nav a {
        display: block;
        padding: 5px 10px; }
      .top-bar .navigation .sub-nav.show {
        display: block; }

.side-panel {
  position: relative;
  height: 100vh;
  width: 180px;
  background: #363E4D;
  visibility: hidden;
  margin-left: -180px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 10;
  font-size: 13px;
  float: left; }
  .side-panel.slideIn {
    margin-left: 0;
    visibility: visible; }
  .side-panel .summary {
    background: #4e5a72;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    color: white;
    align-items: center;
    cursor: pointer; }
    .side-panel .summary:hover {
      background: #4BBCD1; }
  .side-panel .channel-header {
    position: relative; }
    .side-panel .channel-header h4 {
      color: #99a9c1;
      font-weight: bold;
      margin: 11px;
      display: inline-block; }
    .side-panel .channel-header .add-btn {
      position: absolute;
      right: 5px;
      top: 7px;
      font-size: 25px;
      color: white; }
  .side-panel .channel-list li {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .side-panel ul > li {
    width: 100%;
    padding: 8px;
    margin: 5px 0;
    cursor: pointer;
    color: #99a9c1;
    position: relative;
    font-weight: bold; }
    .side-panel ul > li:hover, .side-panel ul > li:focus, .side-panel ul > li.active {
      background: #4BBCD1;
      color: white; }
      .side-panel ul > li:hover .icon, .side-panel ul > li:focus .icon, .side-panel ul > li.active .icon {
        color: white; }
    .side-panel ul > li .icon {
      position: absolute;
      right: 0px;
      top: 10px;
      color: #99a9c1;
      cursor: pointer; }

.channel-user-list {
  margin-top: 50px;
  position: relative; }
  .channel-user-list .connection-num {
    color: #99a9c1;
    margin-left: 10px; }
  .channel-user-list .offline,
  .channel-user-list .online {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block; }
  .channel-user-list .offline {
    border: 1px solid white; }
  .channel-user-list .online {
    border: 1px solid #F78B8B;
    background: #F78B8B; }

.add-channel {
  font-size: 13px;
  display: none;
  width: 100%;
  padding: 5px 10px; }
  .add-channel.show {
    display: block; }
  .add-channel input {
    padding: 8px;
    margin: 5px 0;
    width: 100%;
    border: none; }
  .add-channel p {
    color: grey; }
  .add-channel .btn-group {
    margin-top: 5px;
    text-align: center; }
  .add-channel button {
    color: white;
    padding: 6px 12px; }
  .add-channel .create-btn {
    background: #363E4D;
    margin-right: 10px; }
    .add-channel .create-btn:hover {
      background: #4b566b; }
  .add-channel .cancel-btn {
    margin-right: 10px;
    background: transparent;
    border: 1px solid white; }
    .add-channel .cancel-btn:hover {
      background: rgba(255, 255, 255, 0.2); }

.file-manager-view {
  height: 100vh;
  color: #565656;
  overflow: auto;
  background: #F4F4F4; }
  .file-manager-view .loading-icon {
    text-align: center;
    margin-top: 10%;
    font-weight: bold; }
    .file-manager-view .loading-icon h3 {
      margin-top: 10px; }
  .file-manager-view .folder {
    padding: 8px;
    cursor: pointer; }
    .file-manager-view .folder:hover, .file-manager-view .folder:focus, .file-manager-view .folder.active {
      background: #F4F4F4; }
  .file-manager-view .mode-btn {
    float: left;
    margin-right: 20px;
    background: transparent;
    font-size: 16px;
    color: #989898;
    line-height: 10px;
    text-align: left;
    vertical-align: middle; }
    .file-manager-view .mode-btn:hover, .file-manager-view .mode-btn:focus {
      color: #fc5345; }

.shared-controls {
  min-height: 75px;
  padding: 20px; }
  .shared-controls button {
    cursor: pointer;
    color: white;
    background: #F78B8B;
    padding: 10px 20px;
    border: none; }

.default-controls {
  padding: 20px;
  display: flex;
  justify-content: space-between; }
  .default-controls input {
    background: #fff;
    padding: 10px;
    border: none;
    float: left;
    width: 20%; }
    .default-controls input:focus {
      border: 1px solid #989898; }
  .default-controls button {
    cursor: pointer;
    color: white;
    background: #F78B8B;
    padding: 10px 20px;
    border: none; }
  .default-controls ::-webkit-input-placeholder {
    color: #989898; }
  .default-controls .create-btn input {
    min-width: 250px; }
  .default-controls .upload-btn {
    margin-left: 20px; }
  .default-controls .right-group .custom-select {
    margin-right: 20px; }
  .default-controls .menu-btn {
    background: #fff;
    color: #565656;
    font-weight: bold;
    font-size: 13pt;
    padding: 6px 12px;
    position: relative;
    right: 5px; }
    .default-controls .menu-btn:hover, .default-controls .menu-btn:focus {
      color: #F78B8B; }
  .default-controls .message {
    display: inline-block;
    background: #4BBCD1;
    color: white;
    padding: 10px 20px;
    height: 35px;
    margin-left: 20px;
    position: relative; }
    .default-controls .message:before {
      content: " ";
      width: 0;
      height: 0;
      position: absolute;
      border-style: solid;
      border-width: 5px 5px 5px 0;
      border-color: transparent #4BBCD1 transparent #4BBCD1;
      left: -5px; }

.folder-list {
  width: 240px;
  border-right: 1px solid #989898;
  height: calc(100% - 120px);
  overflow-x: hidden;
  float: left;
  background: #fff;
  padding: 10px 2px 10px 8px;
  margin: 0 20px; }
  .folder-list .default-folder {
    padding: 5px 0px;
    cursor: pointer; }
  .folder-list .folder-header {
    margin: 10px 0; }
  .folder-list .disk-icon {
    width: 18px;
    margin: 0 10px;
    vertical-align: bottom; }
  .folder-list .trash-icon {
    width: 18px;
    margin-right: 10px;
    vertical-align: bottom; }
  .folder-list .disk-name {
    display: inline-block; }
  .folder-list .folder {
    padding: 8px;
    cursor: pointer;
    display: none; }
    .folder-list .folder:hover, .folder-list .folder:focus, .folder-list .folder.active {
      background: #F4F4F4;
      margin-left: -7px;
      border-left: 4px solid #44BBD2; }
    .folder-list .folder.show {
      display: block; }
    .folder-list .folder img {
      cursor: pointer; }
    .folder-list .folder .icon-arrow-right {
      margin-left: 10px;
      vertical-align: middle; }
  .folder-list .spacer {
    width: 18px;
    display: inline-block;
    color: #989898; }
  .folder-list .folder-icon {
    margin-right: 10px;
    vertical-align: middle; }
  .folder-list .remove-btn:hover, .folder-list .remove-btn:focus {
    color: #F78B8B; }
  .folder-list .actions {
    float: right;
    position: relative; }
    .folder-list .actions ul {
      display: none; }
      .folder-list .actions ul.show {
        display: block;
        position: absolute;
        border: 1px solid #e8e8e8;
        background: white;
        padding: 5px;
        right: 2px;
        min-width: 120px;
        text-align: left;
        z-index: 99; }
        .folder-list .actions ul.show li {
          padding: 5px; }
          .folder-list .actions ul.show li:hover {
            background: #F4F4F4; }
    .folder-list .actions button {
      margin: 0 3px; }

.file-list-container {
  float: left;
  height: calc(100% - 120px);
  width: calc(100% - 285px);
  padding: 10px;
  background: #fff;
  margin: 0 0 0 -20px;
  overflow-y: scroll; }
  .file-list-container span {
    float: left;
    display: inline-block;
    min-height: 20px;
    padding: 5px; }
  .file-list-container .file-name {
    width: 38%; }
  .file-list-container .extension {
    width: 7%; }
  .file-list-container .created-time {
    width: 20%;
    text-align: center; }
  .file-list-container .created-user {
    width: 12%;
    text-align: center; }
  .file-list-container .version {
    width: 7%;
    text-align: center; }
  .file-list-container .actions {
    width: 16%;
    text-align: center; }
    .file-list-container .actions a,
    .file-list-container .actions button {
      width: 25%;
      display: inline-block;
      text-align: center; }
  .file-list-container .upload-files {
    text-align: center;
    border: 1px dashed;
    padding: 100px;
    margin: 30px; }
    .file-list-container .upload-files .icon-download {
      font-size: 44px;
      margin-top: 10px;
      display: inline-block; }
  .file-list-container .folder {
    padding: 4px;
    border-bottom: 1px solid #989898; }
    .file-list-container .folder .folder-icon {
      margin-right: 10px; }

.folder-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F4F4F4;
  padding: 6px; }

.folder-info-item {
  padding-right: 2px;
  font-weight: bold;
  vertical-align: middle; }
  .folder-info-item:last-child {
    width: 8%;
    text-align: right; }
  .folder-info-item img {
    width: 25px;
    margin-right: 10px;
    vertical-align: middle; }

.folder-info-action {
  display: inline-block;
  font-size: 20px;
  cursor: pointer; }
  .folder-info-action .action-show {
    position: absolute;
    top: 83px;
    right: 50px;
    display: none; }
    .folder-info-action .action-show.show {
      display: block; }
    .folder-info-action .action-show:hover, .folder-info-action .action-show:focus {
      color: #F78B8B; }
  .folder-info-action .action-btn {
    position: absolute;
    right: 70px;
    top: 0;
    display: none; }
    .folder-info-action .action-btn.show {
      display: block; }
    .folder-info-action .action-btn span {
      padding: 4px 10px; }
    .folder-info-action .action-btn .action-edit,
    .folder-info-action .action-btn .action-cancel,
    .folder-info-action .action-btn .action-delete,
    .folder-info-action .action-btn .action-shared {
      position: absolute;
      top: 92px;
      font-size: 14px; }
      .folder-info-action .action-btn .action-edit:hover, .folder-info-action .action-btn .action-edit:focus,
      .folder-info-action .action-btn .action-cancel:hover,
      .folder-info-action .action-btn .action-cancel:focus,
      .folder-info-action .action-btn .action-delete:hover,
      .folder-info-action .action-btn .action-delete:focus,
      .folder-info-action .action-btn .action-shared:hover,
      .folder-info-action .action-btn .action-shared:focus {
        color: #F78B8B; }

.file-list-header {
  font-weight: bold;
  margin-bottom: 10px; }

.file-list-thumbnail hr {
  opacity: 0.5;
  position: relative;
  top: 10px; }

.file-list-thumbnail .container {
  position: relative;
  width: 170px;
  height: 170px;
  vertical-align: middle;
  padding: 10px; }
  .file-list-thumbnail .container input[type='checkbox'] {
    position: absolute;
    right: 0px; }

.file-list-thumbnail .image {
  opacity: 1;
  display: block;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  width: 150px;
  height: 150px;
  background: #f4f4f4;
  text-align: center;
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat; }
  .file-list-thumbnail .image .icon-file {
    font-size: 80px;
    color: #4BBCD1;
    margin-top: 22%;
    display: inline-block; }

.file-list-thumbnail .middle {
  transition: .5s ease;
  opacity: 0;
  position: relative;
  top: -60px;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center; }

.file-list-thumbnail .container:hover .image {
  opacity: 0.3; }

.file-list-thumbnail .container:hover .middle {
  opacity: 1; }

.file-list-thumbnail .up-text,
.file-list-thumbnail .bim-up-text {
  background-color: #989898;
  cursor: pointer;
  display: inline; }

.file-list-thumbnail .up-text {
  padding: 35px 25px 30px 25px; }

.file-list-thumbnail .bim-up-text {
  padding: 35px 60px 30px 65px; }

.file-list-thumbnail .down-text {
  background-color: #989898;
  padding: 25px 25px 28px 25px;
  cursor: pointer; }

.file-list-thumbnail i {
  color: white;
  font-size: 25px; }
  .file-list-thumbnail i:hover, .file-list-thumbnail i:focus {
    color: #F78B8B; }

.file-list-node {
  font-size: 13px;
  line-height: 20px;
  width: 100%;
  padding: 5px 0;
  border-bottom: 1px solid #F4F4F4;
  min-height: 32px; }
  .file-list-node i {
    margin-right: 10px; }
  .file-list-node:hover, .file-list-node:focus {
    background: #F4F4F4; }
  .file-list-node .icon-3D-file {
    font-size: 16px;
    color: #fc5345; }
  .file-list-node .icon-cad-file {
    color: #2473b4;
    font-size: 16px; }
  .file-list-node .icon-file {
    color: #4BBCD1;
    font-size: 16px;
    margin-right: 10px; }
  .file-list-node button {
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    width: 20px; }
    .file-list-node button:hover, .file-list-node button:focus, .file-list-node button:active {
      color: #fc5345; }

.file-ancestors {
  background: #4BBCD1;
  color: white; }

.activitiy-container {
  width: calc(100% - 20px);
  text-align: center;
  color: white;
  position: absolute;
  bottom: 50px;
  left: 10px; }

.progress {
  position: relative;
  width: 100%;
  height: 15px;
  background-color: #989898;
  color: white;
  font-size: 12px;
  border-radius: 25px;
  overflow: hidden;
  margin: 5px 0 2px; }
  .progress .bar {
    background: #fc5345;
    height: 15px;
    width: 0%;
    max-width: 100%;
    float: left;
    border-radius: 25px;
    position: absolute; }
  .progress .label {
    position: absolute;
    margin: 1px 10px; }
  .progress .animated {
    height: 15px;
    width: 100%;
    overflow: hidden;
    background: url(/img/04c803a46f47b06bcc102fc8ef49ccf1.gif) repeat-x;
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
    opacity: 0.25;
    position: absolute;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
    filter: alpha(opacity=25); }

.popup-wrapper .popup-container.file-list-container {
  float: none;
  height: auto; }
  .popup-wrapper .popup-container.file-list-container .file-list-header {
    background: #F47A6C;
    color: white;
    margin-top: 20px; }
  .popup-wrapper .popup-container.file-list-container .file-list {
    display: flow-root; }

.login-container input,
.setup-container input {
  color: #2473b4;
  background-color: white;
  border: none;
  padding-left: 20px;
  line-height: normal;
  min-height: 40px;
  font-size: 1em;
  display: inline-block;
  font-weight: normal; }
  .login-container input:focus,
  .setup-container input:focus {
    color: #2473b4;
    font-weight: normal;
    background-color: rgba(247, 251, 252, 0.7);
    border: 1px solid transparent;
    outline: none; }
  .login-container input.warning,
  .setup-container input.warning {
    border: 1px solid #fc5345; }

.login-container .message,
.setup-container .message {
  background: #F47A6C;
  color: white;
  display: inline-block;
  padding: 10px 15px;
  box-shadow: 3px 3px 0px #2473b4;
  position: relative;
  margin-bottom: 15px; }
  .login-container .message:after,
  .setup-container .message:after {
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-width: 20px 20px 0 0px;
    border-color: #F47A6C transparent transparent transparent;
    left: 0px;
    bottom: -16px; }
  .login-container .message > span.show,
  .setup-container .message > span.show {
    -webkit-animation: fadein .5s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein .5s;
    /* Firefox < 16 */
    -ms-animation: fadein .5s;
    /* Internet Explorer */
    -o-animation: fadein .5s;
    /* Opera < 12.1 */
    animation: fadein .5s; }
  .login-container .message > span.hide,
  .setup-container .message > span.hide {
    display: none; }
  .login-container .message .icon,
  .setup-container .message .icon {
    margin-right: 10px; }

.input-wrap-third {
  width: 90%; }
  .input-wrap-third input {
    width: 40%; }
  .input-wrap-third button {
    width: 20%;
    float: right; }

.input-wrap-fourth {
  width: 100%; }
  .input-wrap-fourth input {
    width: 26.66%; }
  .input-wrap-fourth button {
    width: 20%;
    float: right; }

.input-wrap-two {
  width: 70%; }
  .input-wrap-two input {
    width: 60%; }
  .input-wrap-two button {
    width: 40%;
    float: right; }

/* Tooltip */
.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer; }
  .tooltip .icon {
    color: #99a9c1; }

.tooltip .tooltiptext {
  visibility: hidden;
  width: 100px;
  background-color: #fc5345;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  left: 50%;
  margin-left: -50px;
  font-size: 12px; }

.tooltip:hover .tooltiptext {
  visibility: visible; }

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #F78B8B transparent transparent transparent; }

.selector {
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  width: 120px;
  border-radius: 0px;
  overflow: hidden;
  background-color: #fff;
  background: #fff url("http://www.scottgood.com/jsg/blog.nsf/images/arrowdown.gif") no-repeat 90% 50%; }
  .selector select {
    padding: 5px 8px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .selector select:focus {
      outline: none; }

.autodesk-view {
  height: calc(100vh - 40px);
  width: 100vw;
  position: relative; }
  .autodesk-view iframe {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%; }
  .autodesk-view .model-loading-wait {
    background: white;
    opacity: 1;
    position: absolute;
    z-index: 999;
    top: 30%;
    left: 40%;
    width: 300px;
    height: 190px;
    line-height: 30px;
    text-align: center;
    color: #989898;
    font-size: 14px;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 1px rgba(50, 50, 50, 0.1);
    transition: 0.2s ease-in-out; }
    .autodesk-view .model-loading-wait .loading-circle {
      margin: 20px 35%;
      position: relative;
      width: 300px;
      height: 100px; }
      .autodesk-view .model-loading-wait .loading-circle .outside {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: rotating-clockwise 2s linear infinite;
        animation: rotating-clockwise 2s linear infinite; }
      .autodesk-view .model-loading-wait .loading-circle .inside {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: rotating-anti-clockwise 2s linear infinite;
        animation: rotating-anti-clockwise 2s linear infinite; }
  .autodesk-view .upload-files {
    top: 15%;
    position: absolute;
    left: 50px;
    width: calc(100% - 91px);
    text-align: center;
    border: 1px dashed;
    padding: 100px; }
    .autodesk-view .upload-files .icon-download {
      font-size: 50px;
      margin-top: 10px;
      display: inline-block;
      color: #fc5345; }

.version-list-content {
  overflow-y: auto;
  height: calc(100% - 40px);
  color: #565656;
  font-size: 13px; }

.version-title {
  color: white;
  position: relative;
  padding: 8px 3px 0 10px;
  cursor: pointer; }
  .version-title:hover {
    background: #4b566b; }

.version-info {
  font-size: 12px;
  color: #b9c4d4;
  line-height: 18px;
  position: relative; }
  .version-info .icon-trash {
    position: absolute;
    right: 10px;
    top: 1px; }

.svg-info > div {
  margin-top: 5px; }

.version-create-panel {
  width: 90%;
  font-size: 13px;
  z-index: 3;
  margin: 0 auto 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .version-create-panel p {
    line-height: 20px; }
  .version-create-panel input,
  .version-create-panel select {
    width: 100%;
    padding: 5px;
    border: none;
    background: #F4F4F4;
    margin: 5px auto 8px;
    color: #656565; }
  .version-create-panel select {
    min-height: 80px; }
  .version-create-panel .remain-list {
    min-height: 50px;
    margin-bottom: 4px; }
    .version-create-panel .remain-list p {
      padding: 5px; }
  .version-create-panel option {
    margin: 5px 0; }
  .version-create-panel button {
    padding: 5px 15px;
    color: white; }
    .version-create-panel button.save {
      background: #fc5345;
      margin-right: 10px; }
    .version-create-panel button.cancel {
      background: #363E4D;
      border: 1px solid #989898; }

.confirm-popup {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100vw;
  height: 100vh;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  color: #565656;
  position: absolute;
  z-index: 100;
  width: inherit; }
  .confirm-popup .confirm-popup-container {
    background: white;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(219, 219, 219, 0.75);
    box-shadow: 0px 0px 22px 0px rgba(219, 219, 219, 0.75);
    padding: 20px;
    margin: 10% auto 0;
    width: 90%;
    max-width: 500px;
    text-align: center; }
  .confirm-popup p {
    margin: 5px 0 10px; }
  .confirm-popup .icon {
    font-size: 2em; }
  .confirm-popup button {
    color: white;
    border: none;
    font-size: 1em;
    padding: 5px 10px;
    margin: 0 5px;
    width: calc(50% - 10px); }
    .confirm-popup button:focus {
      outline: none; }
    .confirm-popup button.cancel {
      background: #F78B8B; }
      .confirm-popup button.cancel:hover, .confirm-popup button.cancel:focus {
        background: #fabbbb; }
    .confirm-popup button.delete {
      background: #2473b4; }
      .confirm-popup button.delete:hover, .confirm-popup button.delete:focus {
        background: #5fa5df; }

.drop-area {
  position: absolute;
  width: 100%;
  height: 100vh; }

#fontSettingDiv {
  top: 70px;
  left: 10%; }

.fontSelect {
  position: absolute;
  height: 30px;
  z-index: 99;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  left: 28%; }
  .fontSelect .fontSize {
    left: 0;
    width: 100px; }
  .fontSelect .fontBold {
    left: 102px;
    width: 25px;
    height: 29px;
    margin: 0 auto;
    background: url(/img/26980f25faa747fa0301feacd289bd8f.svg) no-repeat;
    background-size: contain;
    background-color: #fff;
    border: 4px solid #fff; }
  .fontSelect .fontItalic {
    left: 130px;
    width: 25px;
    height: 29px;
    margin: 0 auto;
    background: url(/img/c9821ad1c2ef04c727093e3967ec02b1.svg) no-repeat;
    background-size: contain;
    background-color: #fff;
    border: 4px solid #fff; }
  .fontSelect .fontStyle {
    left: 100px;
    width: 100px; }
  .fontSelect .fontFamilies {
    left: 157px;
    width: 120px; }

#custToolbar > .adsk-button > .custermer-markup {
  width: 32px;
  height: 32px;
  margin: 2px auto;
  background: url(/img/fa27f11c78ce52522feabd0b71aec3f1.svg) no-repeat;
  background-size: contain; }

#custToolbar > .adsk-button > .custermer-viewer-state {
  width: 32px;
  height: 32px;
  margin: 2px auto;
  background: url(/img/5ee8ecd98fa625c0a1a593854b79dbd8.svg) no-repeat;
  background-size: contain; }

#custToolbar > .adsk-button > .custermer-attachment {
  width: 32px;
  height: 32px;
  margin: 2px auto;
  background: url(/img/c0794db9fae9e686e87732a1227183f8.svg) no-repeat;
  background-size: contain; }

#custToolbar > .adsk-button > .custermer-eye-visible {
  width: 32px;
  height: 32px;
  margin: 2px auto;
  background: url(/img/e41caf874a4fad7eb9c86a70459b56bb.svg) no-repeat;
  background-size: contain; }

#custToolbar > .adsk-button > .custermer-eye-hidden {
  width: 32px;
  height: 32px;
  margin: 2px auto;
  background: url(/img/a9349ba66af848d1e9757013d935bb50.svg) no-repeat;
  background-size: contain; }

#custToolbar > .adsk-button > .custermer-materialBOM {
  width: 32px;
  height: 32px;
  margin: 2px auto;
  background: url(/img/42feed8716dc8b4dba8ac429cc02bd32.svg) no-repeat;
  background-size: contain; }

#custToolbar > .adsk-button > .custermer-back-projects {
  width: 32px;
  height: 32px;
  margin: 5px auto;
  background: url(/img/6daa5abc34e297ca882c0953a6a0d57c.svg) no-repeat;
  background-size: contain; }

.colorLineDiv {
  position: absolute;
  left: 15%;
  top: 7.5%;
  height: 38px;
  z-index: 99;
  opacity: 1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 2px 5px;
  background: #e2e2e2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 */ }

.btn-group-justified label {
  float: left;
  margin: 3px; }

.btn-group-justified input[type="radio"] {
  z-index: -1;
  position: absolute;
  top: 1px;
  opacity: 0; }

.btn-group-justified .icon {
  display: inline-block;
  padding: 0;
  margin: 0; }

.btn-group-justified .icon-checkmark {
  font-size: 15px;
  text-align: center; }

.bg-color-redbold {
  background-color: #dc2127 !important; }

.bg-color-bluebold {
  background-color: #5484ed !important; }

.bg-color-turquoise {
  background-color: #46d6db !important; }

.bg-color-greenbold {
  background-color: #51b749 !important; }

.bg-color-yellow {
  background-color: #fbd75b !important; }

.bg-color-purple {
  background-color: #dbadff !important; }

.circle {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%; }

.square i {
  height: 10px; }

.selected {
  border: 3px solid #fff; }

.markup-control-group {
  opacity: 1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 2px;
  height: 50px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,eeeeee+100;Grey+Flat */
  background: #eeeeee;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eeeeee 0%, #eeeeee 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 */
  box-shadow: 0px 0px 22px 0px #dbdbdb; }

.inactive:hover, .active:hover {
  background: #46d6db; }

.canvas-wrap {
  position: relative; }

.dot {
  position: absolute;
  width: 45px;
  height: 45px;
  border: 2px solid white;
  background: #F78B8B;
  color: white;
  border-radius: 100%;
  opacity: 0.8;
  z-index: 999;
  font-size: 30px;
  text-align: center; }
  .dot button {
    color: white;
    font-size: 28px; }

#guiviewer3d-toolbar {
  top: 8px !important;
  left: 8px !important;
  height: 50px; }

.adsk-control-group {
  margin: 0 !important;
  box-shadow: 0px 0px 0px transparent !important;
  background: transparent !important; }

.adsk-control-group > .adsk-button {
  margin: 4px 0 0 8px !important;
  border-radius: 50% !important;
  background: rgba(46, 144, 166, 0.3);
  width: 35px;
  height: 35px; }
  .adsk-control-group > .adsk-button:hover, .adsk-control-group > .adsk-button:focus, .adsk-control-group > .adsk-button:active {
    background: #2e90a6; }

.adsk-button-icon {
  font-size: 32px !important; }

.adsk-button > .toolbar-vertical-group {
  top: 110% !important; }

.adsk-control-tooltip {
  bottom: -25px !important; }

.explode-submenu.ios {
  margin-top: 60px !important;
  left: 40% !important; }

.control-list {
  overflow-y: hidden;
  position: absolute;
  bottom: 0px;
  background: #363E4D;
  color: white;
  width: 100%;
  z-index: 3;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: inline-block;
  height: 130px; }
  .control-list.slideIn {
    bottom: 0; }

.control-add {
  width: 100px;
  margin: 10px 0px 0 10px;
  cursor: pointer;
  opacity: 0.6;
  background-color: #777979;
  text-align: center;
  height: calc(100% - 20px);
  padding: 20px; }
  .control-add:hover {
    opacity: 1.0; }
  .control-add img {
    width: 100%; }

.control-list-content {
  color: #565656;
  font-size: 13px;
  position: absolute;
  left: 110px;
  top: 0;
  margin-left: 15px; }

.control-item {
  width: 150px;
  height: 105px;
  float: left;
  display: inline-block;
  margin-top: 13px;
  margin-right: 10px;
  cursor: pointer;
  opacity: 0.6;
  filter: alpha(opacity=50);
  background-size: cover;
  background-position: center;
  position: relative; }
  .control-item:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); }
  .control-item .icon.icon-remove {
    position: absolute;
    right: 0;
    background: #fd7272;
    padding: 5px;
    bottom: 2px;
    color: white;
    font-size: 20px;
    z-index: 10; }

.control-title {
  color: white;
  position: relative;
  cursor: pointer; }
  .control-title:hover {
    background: #4b566b; }
  .control-title .icon-arrow-down {
    position: absolute;
    top: 8px;
    right: 8px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s;
    transiton: all 0.5s; }
    .control-title .icon-arrow-down.open {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }

.svgImg-info span {
  padding-left: 15px; }

.svgImg-info .user-name,
.svgImg-info .create-time {
  width: 95px; }

.svgImg-info i {
  float: left;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  width: 20px;
  display: inline-block;
  font-size: 14px;
  z-index: 9;
  opacity: 0.8;
  filter: alpha(opacity=50); }
  .svgImg-info i:hover, .svgImg-info i:focus {
    color: #F78B8B;
    opacity: 1.0;
    filter: alpha(opacity=100); }

.svgImg-info img {
  box-shadow: inset 0px 0px 1px 0px #E6E6E6;
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=50);
  width: 100%; }
  .svgImg-info img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */ }

.adsk-viewing-viewer input.toolbar-search-box {
  background: #F4F4F4;
  color: #B8B8B8; }

.dockingPanelTitle,
.adsk-viewing-viewer .modelStructurePanel .dockingPanelTitle,
.propertyPanel .treeview group > lmvheader,
.adsk-viewing-viewer .modelStructurePanel .treeview lmvheader,
.dockingPanel:hover.propertyPanel .treeview group > lmvheader {
  background: rgba(46, 144, 166, 0.8); }

.dockingPanel,
#ViewerModelStructurePanel-scroll-container,
.dockingPanel:hover {
  background: white; }

.dockingPanel,
#ViewerModelStructurePanel-scroll-container {
  border-radius: 0; }

.propertyPanel .treeview group {
  color: #eeeeee; }

.propertyPanel .treeview leaf {
  color: #6b6969; }

.adsk-viewing-viewer .modelStructurePanel .dockingPanelScroll::-webkit-scrollbar-track,
.dockingPanelScroll::-webkit-scrollbar-track,
.dockingPanelScroll::-webkit-scrollbar-corner {
  background: #F4F4F4;
  border-radius: 0px; }

.adsk-viewing-viewer .modelStructurePanel .dockingPanelScroll::-webkit-scrollbar-thumb,
.dockingPanelScroll::-webkit-scrollbar-thumb {
  background: #B3B3B3;
  border-radius: 0; }

.dockingPanelClose:hover {
  color: #FFFF00; }

#ViewerModelStructurePanel,
#ViewerPropertyPanel {
  z-index: 999;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5); }

.dockingPanelScroll.left {
  direction: ltr; }

.adsk-button-arrow {
  top: -15px !important;
  right: -10px !important;
  color: grey;
  cursor: pointer; }
  .adsk-button-arrow:hover {
    background: transparent; }

#measure-panel.measurePanel {
  color: grey; }

.ganttchart-view {
  background: #ececec;
  height: 100vh; }
  .ganttchart-view .tool-bar {
    padding: 10px; }
  .ganttchart-view .import-button-group {
    display: inline-block;
    position: relative; }
    .ganttchart-view .import-button-group input[type="text"] {
      background: white;
      color: #363E4D;
      padding: 10px;
      border: none;
      width: 200px; }
    .ganttchart-view .import-button-group input[type="file"] {
      border: 1px solid black;
      opacity: 0;
      position: absolute;
      width: 200px;
      height: 35px;
      left: 0; }
  .ganttchart-view input[type="button"] {
    cursor: pointer;
    color: white;
    background: #F78B8B;
    padding: 10px 20px;
    border: none; }
    .ganttchart-view input[type="button"]:hover {
      background: #fc5345; }
  .ganttchart-view .filters {
    text-align: center;
    display: inline-block; }
    .ganttchart-view .filters p {
      display: inline-block;
      margin: 0 10px;
      color: #848383; }
  .ganttchart-view .zoom-btn {
    background: #2473b4;
    color: white;
    padding: 5px 10px; }
    .ganttchart-view .zoom-btn.active {
      background: #1c588a; }
  .ganttchart-view .year-btn {
    background: #4BBCD1;
    color: white;
    padding: 5px 10px; }
    .ganttchart-view .year-btn.active {
      background: #2fa4ba; }
  .ganttchart-view .export-btn {
    position: absolute;
    top: 10px;
    right: 10px; }

#gantt {
  height: calc(100vh - 94px);
  overflow: auto; }

.gantt-no-data {
  text-align: center;
  margin: 20px;
  background: #dbdbdb;
  color: #848383;
  padding: 20px; }

.invite-new-popup {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100vw;
  height: 100vh;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  color: #565656; }

.invite-new-container {
  background: white;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(219, 219, 219, 0.75);
  box-shadow: 0px 0px 22px 0px rgba(219, 219, 219, 0.75);
  padding: 20px;
  margin: 10% auto 0;
  width: 90%;
  max-width: 600px;
  text-align: center;
  position: relative; }
  .invite-new-container .title {
    height: 50px; }
    .invite-new-container .title h3 {
      position: relative;
      padding: 10px 0 10px 40px;
      display: inline-block; }
      .invite-new-container .title h3 .icon {
        position: absolute;
        left: 0;
        top: 5px;
        height: 30px; }
    .invite-new-container .title button {
      width: 30px;
      height: 30px;
      background: #F4F4F4;
      font-size: 24px;
      border-radius: 50%;
      color: #989898;
      line-height: 0;
      margin-left: 20px;
      margin-top: -5px; }
      .invite-new-container .title button p {
        margin-top: -2px; }
      .invite-new-container .title button:hover {
        color: white;
        background: #F47A6C; }
  .invite-new-container > .icon-remove {
    position: absolute;
    font-size: 16px;
    right: 20px;
    top: 20px;
    cursor: pointer; }
  .invite-new-container .error {
    background: #fc5345;
    color: white;
    padding: 6px 12px; }
  .invite-new-container .warning {
    border: 1px solid #fc5345; }
  .invite-new-container .select-channel {
    margin-top: 20px; }
    .invite-new-container .select-channel span {
      height: 40px;
      width: 46%;
      display: inline-block;
      float: left;
      text-align: left;
      padding: 10px; }
    .invite-new-container .select-channel select {
      margin-top: 10px;
      width: 50%;
      display: inline-block;
      float: left; }
  .invite-new-container .select-from-exist {
    margin: 20px auto; }
    .invite-new-container .select-from-exist select {
      margin-top: 20px; }
  .invite-new-container .email-list {
    margin: 10px 0; }
  .invite-new-container .email-list-node {
    margin: 12px 0; }
    .invite-new-container .email-list-node input {
      height: 30px;
      width: calc(47% - 10px);
      float: left;
      display: inline-block;
      padding: 10px;
      margin: 0 5px;
      background: #efefef;
      border: none; }
    .invite-new-container .email-list-node .icon-trash {
      font-size: 16px;
      line-height: 1.5em; }
      .invite-new-container .email-list-node .icon-trash:hover, .invite-new-container .email-list-node .icon-trash:focus {
        color: #fc5345; }
  .invite-new-container .invite-btn {
    background: #2473b4;
    color: white;
    padding: 10px 20px;
    margin: 5px auto;
    width: 50%;
    display: inline-block; }
    .invite-new-container .invite-btn:hover, .invite-new-container .invite-btn:focus {
      background: #1ce5c7; }

.labels,
.label-wrapper {
  position: relative; }
  .labels h4,
  .label-wrapper h4 {
    margin-bottom: 10px;
    display: inline-block; }
  .labels .remain,
  .label-wrapper .remain {
    border: 1px dashed #989898;
    padding: 0px 8px 5px;
    margin: 10px 0; }
  .labels .selected-labels-wrap span,
  .label-wrapper .selected-labels-wrap span {
    color: white;
    padding: 3px 5px;
    margin: 0px 5px 5px 0;
    line-height: 20px;
    float: left; }
    .labels .selected-labels-wrap span i,
    .label-wrapper .selected-labels-wrap span i {
      font-size: 10px;
      margin-left: 10px;
      cursor: pointer; }
  .labels .labels-wrap span,
  .label-wrapper .labels-wrap span {
    color: white;
    padding: 5px 8px;
    margin-right: 5px;
    line-height: 30px; }
  .labels .add-label-panel,
  .label-wrapper .add-label-panel {
    display: none;
    background: white;
    min-width: 210px;
    padding: 6px;
    z-index: 99;
    left: 75px;
    top: 0px;
    border: none;
    box-shadow: 0px 0px 5px #dedcdc;
    border-radius: 3px; }
    .labels .add-label-panel.show,
    .label-wrapper .add-label-panel.show {
      position: absolute;
      display: block; }
    .labels .add-label-panel i,
    .label-wrapper .add-label-panel i {
      margin: 5px;
      color: black;
      cursor: pointer; }
    .labels .add-label-panel .label,
    .label-wrapper .add-label-panel .label {
      position: relative; }
    .labels .add-label-panel .label-info,
    .label-wrapper .add-label-panel .label-info {
      margin: 10px 0;
      color: white;
      background: #ccd2d0;
      text-align: center;
      line-height: 24px; }
    .labels .add-label-panel .icon-trash,
    .label-wrapper .add-label-panel .icon-trash {
      position: absolute;
      right: 0; }
    .labels .add-label-panel .icon-add,
    .label-wrapper .add-label-panel .icon-add {
      float: right;
      margin-right: 25px; }
    .labels .add-label-panel button,
    .label-wrapper .add-label-panel button {
      background: #2473b4;
      width: 50px;
      color: white;
      margin: 0;
      text-align: center;
      vertical-align: top;
      height: 27px; }
      .labels .add-label-panel button:hover,
      .label-wrapper .add-label-panel button:hover {
        background: #1ce5c7; }
    .labels .add-label-panel input[type='text'],
    .label-wrapper .add-label-panel input[type='text'] {
      width: calc(90% - 65px);
      padding: 5px; }
    .labels .add-label-panel .rc-color-picker-wrap,
    .label-wrapper .add-label-panel .rc-color-picker-wrap {
      display: inline-block;
      margin-right: 10px;
      vertical-align: middle; }
    .labels .add-label-panel .label-info,
    .label-wrapper .add-label-panel .label-info {
      margin-top: 10px; }
  .labels .add-label-btn,
  .label-wrapper .add-label-btn {
    top: 0;
    right: 0;
    color: #989898;
    font-size: 18px;
    padding: 0;
    position: relative;
    vertical-align: sub; }
    .labels .add-label-btn .icon,
    .label-wrapper .add-label-btn .icon {
      min-height: auto; }

.report-container {
  background: #ececec;
  height: 100%;
  width: 100%;
  padding: 30px;
  overflow-y: scroll; }
  .report-container .normal {
    background: #2473b4; }
  .report-container .urgent {
    background: #F47A6C; }
  .report-container .backlog {
    background: #4BBCD1; }
  .report-container .head input {
    padding: 10px;
    border: none;
    float: left;
    width: 30%; }
  .report-container .head button {
    color: white;
    background: #363E4D;
    padding: 8px 20px; }
    .report-container .head button:disabled {
      opacity: 0.6;
      cursor: not-allowed; }
  .report-container hr {
    border-top: 1px solid #cbcbcb; }
  .report-container .categories {
    margin: 20px 0;
    max-height: 108px;
    overflow: hidden;
    overflow-y: scroll; }
    .report-container .categories a {
      border: 1px solid white;
      padding: 10px;
      display: inline-block;
      color: #989898;
      width: 100px;
      height: 100px;
      margin: 0 15px 15px 0;
      text-align: center;
      float: left; }
      .report-container .categories a:hover {
        background: white;
        border-color: white; }
      .report-container .categories a i {
        margin-top: 5px; }
      .report-container .categories a p {
        word-break: break-word;
        margin-top: 5px; }
      .report-container .categories a span {
        font-size: 10px; }
  .report-container .prev {
    background: #363E4D;
    color: white;
    border-radius: 10px;
    padding: 8px 15px; }
  .report-container .time-info {
    float: right;
    margin-top: 3px; }
    .report-container .time-info p {
      display: inline-block;
      color: #989898;
      margin-right: 10px; }
    .report-container .time-info .red {
      color: #F47A6C; }
  .report-container .search-area {
    width: 100%;
    margin-bottom: 20px;
    display: inline-flex;
    justify-content: space-between; }
    .report-container .search-area p {
      display: inline-block;
      font-size: 12px; }
    .report-container .search-area .search-bar input {
      padding: 5px;
      border: none;
      margin-left: 5px; }
    .report-container .search-area .search-bar button {
      color: white;
      background: #4BBCD1;
      padding: 5px 12px;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
  .report-container .search-label {
    text-align: center; }
    .report-container .search-label .custom-select {
      margin-left: 5px; }
  .report-container .search-status {
    text-align: center; }
    .report-container .search-status a {
      background: white;
      padding: 5px 12px;
      font-size: 12px;
      display: inline-block;
      width: auto;
      color: #989898; }
      .report-container .search-status a:first-child {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px; }
      .report-container .search-status a:last-child {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px; }
      .report-container .search-status a.active {
        background: #e5e5e5; }
  .report-container .add-new-btn {
    font-size: 12px;
    padding: 5px 12px;
    background: #4BBCD1;
    color: white;
    float: right;
    border-radius: 3px; }
  .report-container .header {
    min-height: 60px;
    position: relative; }
    .report-container .header .title {
      text-align: center; }
      .report-container .header .title h3 {
        display: inline-block;
        font-size: 28px;
        color: #989898; }
      .report-container .header .title input.name {
        display: inline-block;
        font-size: 28px;
        border: none;
        background: transparent;
        text-align: center;
        color: #989898;
        pointer-events: none; }
      .report-container .header .title .save {
        display: none;
        background: #F47A6C;
        color: white;
        padding: 5px 10px;
        border-radius: 3px; }
      .report-container .header .title.editable input.name {
        border-bottom: 1px solid #F47A6C;
        pointer-events: visible; }
      .report-container .header .title.editable .save {
        display: inline-block; }
    .report-container .header a {
      position: absolute;
      left: 0px;
      top: 0px;
      font-size: 11px; }
      .report-container .header a:hover {
        background: #2473b4; }
    .report-container .header h3 {
      text-align: center;
      color: #989898;
      line-height: 32px;
      font-size: 18px; }
    .report-container .header .actions {
      position: absolute;
      right: 0px;
      top: 0px;
      background: white;
      border-radius: 8px;
      overflow: hidden; }
      .report-container .header .actions button {
        padding: 6px 15px 4px;
        border-right: 1px solid #F4F4F4;
        color: #989898; }
        .report-container .header .actions button i {
          font-size: 18px; }
        .report-container .header .actions button p {
          font-size: 12px;
          display: inline-block;
          vertical-align: top;
          margin-top: 3px; }
        .report-container .header .actions button:last-child {
          border: none; }
        .report-container .header .actions button:hover {
          background: #F47A6C;
          color: white; }
    .report-container .header .section-1-2 {
      width: 50%;
      display: inline-block; }
      .report-container .header .section-1-2 h4 {
        line-height: 20px;
        font-size: 14px;
        display: inline-block;
        width: 15%;
        color: #989898; }
      .report-container .header .section-1-2 input {
        padding: 5px;
        width: 70%;
        border: none; }
      .report-container .header .section-1-2 .custom-select {
        width: 100px;
        margin-left: 20px; }
      .report-container .header .section-1-2.right {
        text-align: right; }
    .report-container .header .label-wrapper {
      margin-top: 15px;
      width: calc(100% - 300px);
      display: inline-block; }
      .report-container .header .label-wrapper h4 {
        line-height: 20px;
        font-size: 14px;
        display: inline-block;
        color: #989898; }
      .report-container .header .label-wrapper .add-label-panel {
        width: 250px;
        padding: 12px;
        left: 82px; }
      .report-container .header .label-wrapper .selected-labels-wrap span {
        display: inline-block;
        float: none; }
  .report-container .main {
    width: calc(100% - 250px); }
  .report-container .report-side-bar {
    width: 260px;
    min-height: calc(100% - 40px);
    background: #f5f5f5;
    position: absolute;
    right: 0;
    top: 0;
    color: #989898; }
    .report-container .report-side-bar .empty-info {
      padding: 20px; }
    .report-container .report-side-bar > button {
      padding: 10px;
      width: 50%;
      font-size: 14px; }
      .report-container .report-side-bar > button.notUsed {
        background: #ececec; }
    .report-container .report-side-bar .comments {
      padding: 15px;
      overflow-y: auto;
      height: calc(100vh - 130px); }
      .report-container .report-side-bar .comments .message {
        position: relative;
        padding-bottom: 10px;
        border-bottom: 1px solid #eaeaea;
        margin-bottom: 10px; }
      .report-container .report-side-bar .comments img {
        position: absolute;
        left: 0;
        top: 0;
        width: 30px;
        border-radius: 50%; }
      .report-container .report-side-bar .comments p {
        margin-left: 40px;
        display: inline-block;
        color: #363E4D;
        padding-right: 10px; }
      .report-container .report-side-bar .comments span {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 10px; }
      .report-container .report-side-bar .comments h4 {
        margin-left: 40px;
        margin-top: 6px; }
      .report-container .report-side-bar .comments .insert-area {
        position: absolute;
        bottom: 10px;
        left: 10px;
        width: 100%; }
        .report-container .report-side-bar .comments .insert-area textarea {
          width: calc(100% - 70px);
          vertical-align: bottom;
          border: none;
          padding: 4px; }
        .report-container .report-side-bar .comments .insert-area button {
          padding: 10px;
          width: 50px;
          color: white;
          background: #363E4D; }
    .report-container .report-side-bar .logs {
      padding: 15px;
      overflow-y: scroll;
      height: calc(100% - 40px);
      position: absolute;
      width: 100%; }
      .report-container .report-side-bar .logs .log {
        border-bottom: 1px solid #eaeaea;
        margin-bottom: 10px;
        padding-bottom: 10px;
        position: relative;
        line-height: 18px; }
        .report-container .report-side-bar .logs .log .time {
          font-size: 10px;
          position: absolute;
          right: 20px; }
        .report-container .report-side-bar .logs .log span {
          padding: 1px 3px;
          color: white;
          border-radius: 3px;
          margin-right: 3px; }
  .report-container.content .err-msg {
    background: #F47A6C;
    padding: 10px;
    color: white;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 99; }
    .report-container.content .err-msg i {
      margin-right: 10px; }
  .report-container.content .header {
    margin: 20px 0; }
  .report-container.content .bottom {
    margin: 20px 0; }
    .report-container.content .bottom button {
      padding: 8px 12px;
      color: white;
      min-width: 140px; }
    .report-container.content .bottom .del {
      float: left;
      margin-right: 10px;
      background: #F47A6C; }
    .report-container.content .bottom .save {
      float: left;
      background: #2473b4; }
    .report-container.content .bottom .evaluator {
      float: right; }
      .report-container.content .bottom .evaluator p {
        color: #989898;
        margin-right: 10px;
        display: inline-block; }
      .report-container.content .bottom .evaluator .custom-select {
        height: 30px;
        margin-right: 10px; }
      .report-container.content .bottom .evaluator .DayPickerInput {
        margin-right: 10px; }
        .report-container.content .bottom .evaluator .DayPickerInput input {
          border: none;
          padding: 8px;
          width: 100px;
          border-radius: 5px; }
    .report-container.content .bottom .reject {
      background: #4BBCD1;
      margin-right: 10px; }
    .report-container.content .bottom .submit {
      background: #F47A6C; }

.my-work-list .document {
  vertical-align: middle; }

.my-work-list .head {
  margin: 30px 0 10px; }
  .my-work-list .head h3 {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    color: #989898; }

.my-work-list .list-block {
  width: 31%;
  display: inline-block;
  float: left;
  text-align: center;
  margin-right: 2.2%; }
  .my-work-list .list-block h4 {
    color: #989898;
    margin-bottom: 10px; }
  .my-work-list .list-block p {
    padding: 20px;
    background: #e2e2e2;
    color: grey;
    margin-top: 9px;
    display: inline-block;
    width: 100%; }

.report-cards {
  padding: 12px;
  background: white;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #d6cdcd;
  margin: 5px;
  width: 97%;
  display: inline-block;
  color: #989898;
  position: relative;
  min-height: 60px; }
  .report-cards h3 {
    position: absolute;
    top: 32px; }
  .report-cards .cat {
    position: absolute;
    background: #363E4D;
    display: inline-block;
    color: white;
    left: 10px;
    top: 0px;
    padding: 5px 10px; }
  .report-cards .time {
    position: absolute;
    right: 10px;
    top: 10px; }
  .report-cards .normal,
  .report-cards .urgent,
  .report-cards .backlog {
    position: absolute;
    right: 10px;
    bottom: 7px;
    padding: 2px;
    border-radius: 3px;
    width: 40px;
    text-align: center;
    color: white; }
  .report-cards:hover {
    box-shadow: 0px 0px 15px #F47A6C; }

.report-list-wrapper .head {
  background: #363E4D;
  color: white;
  text-align: center;
  padding: 10px; }
  .report-list-wrapper .head > div {
    display: inline-block; }

.report-list-wrapper .body {
  background: white;
  text-align: center; }

.report-list-wrapper .update_time {
  width: 10%;
  white-space: nowrap; }

.report-list-wrapper .priority {
  width: 10%; }
  .report-list-wrapper .priority .icon {
    min-height: 10px; }

.report-list-wrapper .title {
  width: 20%; }

.report-list-wrapper .creator {
  width: 8%; }

.report-list-wrapper .status {
  width: 8%; }

.report-list-wrapper .deadline {
  width: 8%; }

.report-list-wrapper .labels {
  width: 18%; }
  .report-list-wrapper .labels span {
    padding: 3px 8px;
    color: white;
    font-size: 10px;
    border-radius: 3px;
    margin-right: 5px; }

.report-list-wrapper .preview {
  width: 12%;
  display: inline-flex; }
  .report-list-wrapper .preview button {
    background: #4BBCD1;
    padding: 5px 10px;
    border-radius: 3px;
    color: white; }
  .report-list-wrapper .preview .share-menu {
    display: inline-block;
    margin-left: 8px; }

.popup-wrapper .popup-container.report-preview {
  background: #ececec;
  width: 80%;
  height: 80%;
  overflow-y: scroll; }
  .popup-wrapper .popup-container.report-preview > div {
    margin-top: 5px; }
  .popup-wrapper .popup-container.report-preview h3 {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    line-height: 26px; }
  .popup-wrapper .popup-container.report-preview hr {
    border-color: 1px solid grey; }
  .popup-wrapper .popup-container.report-preview .labels span {
    color: white;
    padding: 3px 5px;
    border-radius: 3px;
    margin-right: 5px; }
  .popup-wrapper .popup-container.report-preview .signs img {
    width: 150px;
    margin-right: 10px; }

.report-item {
  padding: 10px;
  border-bottom: 1px solid #F4F4F4;
  cursor: pointer;
  display: inline-block;
  width: 100%; }
  .report-item > h3,
  .report-item > div {
    display: inline-block;
    color: #363E4D; }
  .report-item:hover {
    background: #F4F4F4; }
  .report-item .priority span {
    color: white;
    width: 60%;
    display: inline-block;
    border-radius: 3px;
    padding: 2px; }

.report-labels span {
  display: inline-block;
  padding: 3px 8px;
  color: white;
  font-size: 10px; }

.sign-list {
  min-height: 90px;
  position: relative; }
  .sign-list h3 {
    margin-bottom: 10px; }
  .sign-list p {
    color: #989898;
    margin: 10px 0; }
  .sign-list .sign {
    display: inline-block;
    width: 150px;
    position: relative;
    margin-right: 10px; }
    .sign-list .sign img {
      width: 100%; }
  .sign-list .icon-remove {
    background: #F47A6C;
    padding: 3px;
    position: absolute;
    right: 0;
    color: white;
    bottom: 0; }
  .sign-list .add-sign {
    background: #4BBCD1;
    position: absolute;
    right: 0;
    top: 0; }

.templates {
  float: right;
  position: relative;
  margin-top: 10px; }
  .templates > button:hover {
    background: #2473b4; }
  .templates button {
    background: #989898;
    color: white;
    margin-right: 10px;
    padding: 5px 10px; }
    .templates button.active {
      background: #2473b4; }
  .templates button:last-child {
    margin-right: 0; }
  .templates .btn-group {
    position: absolute;
    top: 20px;
    right: 10px;
    text-align: center;
    margin-left: calc(50% - 100px); }
    .templates .btn-group button {
      background: #4BBCD1; }
      .templates .btn-group button:hover {
        background: #F47A6C; }
      .templates .btn-group button:disabled {
        background: #F4F4F4;
        color: #989898; }

.template-panel {
  position: absolute;
  background: white;
  width: 500px;
  padding: 20px;
  z-index: 10;
  border: 1px solid #989898;
  height: 500px;
  overflow-y: scroll;
  top: 39px;
  right: 10px; }
  .template-panel .delete-btn {
    background: #F47A6C; }
  .template-panel .common > div {
    width: 75px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    border: 4px solid transparent;
    cursor: pointer; }
    .template-panel .common > div img {
      width: 100%; }
    .template-panel .common > div p {
      font-size: 10px; }
    .template-panel .common > div:hover {
      border-color: #F4F4F4; }
    .template-panel .common > div.active {
      border-color: #4BBCD1;
      background-color: #4BBCD1;
      color: white; }
  .template-panel .custom {
    margin-top: 10px; }
    .template-panel .custom .folder > p {
      display: inline-block;
      vertical-align: top;
      margin-left: 10px;
      color: #989898; }
    .template-panel .custom .folder > div {
      margin: 5px 0 11px 24px; }
      .template-panel .custom .folder > div .node {
        display: inline-block;
        padding: 5px;
        cursor: pointer; }
        .template-panel .custom .folder > div .node:hover {
          background: #F4F4F4;
          color: white; }
        .template-panel .custom .folder > div .node.active {
          background: #4BBCD1; }
          .template-panel .custom .folder > div .node.active p {
            color: white; }
      .template-panel .custom .folder > div p {
        color: #989898; }
    .template-panel .custom .icon-remove {
      margin-left: 5px;
      vertical-align: text-top; }

.save-panel {
  position: absolute;
  background: white;
  top: 39px;
  right: 10px;
  padding: 10px;
  z-index: 1;
  width: 300px;
  border: 1px solid #989898; }
  .save-panel.long {
    width: 362px; }
  .save-panel .custom-select {
    border: 1px solid #989898;
    margin: 0 10px; }
  .save-panel input {
    border: 1px solid #989898;
    padding: 7px;
    width: 144px;
    margin-right: 10px; }
  .save-panel button {
    margin: 0;
    padding: 8px 10px;
    background: #989898;
    color: white; }
    .save-panel button:hover {
      background: #F47A6C; }
    .save-panel button:disabled {
      background: #F4F4F4;
      color: #989898; }
  .save-panel .row {
    margin-top: 10px; }
    .save-panel .row input {
      margin-left: 10px; }

.kanban-view {
  height: calc(100vh - 40px);
  background: #F4F4F4; }
  .kanban-view .filters {
    background: #f78b8b;
    display: flex;
    justify-content: space-between; }
    .kanban-view .filters .all {
      margin: 5px 10px; }
    .kanban-view .filters button {
      color: #ffffff;
      padding: 5px 10px;
      background: #F47A6C;
      border-radius: 25px;
      margin-right: 5px; }
      .kanban-view .filters button.active {
        background: white;
        color: #F47A6C; }
    .kanban-view .filters .kanban-gantt-filter {
      padding: 5px 10px;
      background: #2473b4; }
      .kanban-view .filters .kanban-gantt-filter p {
        color: white;
        display: inline-block;
        margin-right: 5px; }
      .kanban-view .filters .kanban-gantt-filter button {
        background: white;
        color: #2473b4; }
        .kanban-view .filters .kanban-gantt-filter button.active {
          background: #1ce5c7;
          color: white; }
  .kanban-view .add-new-btn {
    margin: 14px;
    position: relative;
    background: #2473b4;
    color: white;
    padding: 6px 12px;
    border-radius: 20px; }
    .kanban-view .add-new-btn:hover {
      background: #F47A6C; }
  .kanban-view .loading-circle {
    margin-top: 10%; }

.kanban-list {
  padding: 20px; }
  .kanban-list .epic-header {
    display: flex;
    justify-content: space-between; }
  .kanban-list .actions button {
    color: grey;
    margin-left: 10px; }
    .kanban-list .actions button:hover {
      color: white; }
  .kanban-list .icon {
    min-width: auto;
    min-height: auto; }
    .kanban-list .icon:hover {
      color: #2473b4; }
  .kanban-list .icon-add-simple {
    background-color: gray; }
    .kanban-list .icon-add-simple:hover {
      background-color: #2473b4; }
  .kanban-list .board-tab {
    margin-top: 10px; }
    .kanban-list .board-tab .tab {
      line-height: 2rem;
      border-bottom: 3px solid transparent;
      display: inline-block;
      padding: 5px 10px;
      cursor: pointer;
      color: grey; }
      .kanban-list .board-tab .tab:hover {
        background: white; }
      .kanban-list .board-tab .tab.active {
        background: white;
        font-weight: bold;
        box-shadow: 0px -1px 1px #9b9b9b; }
      .kanban-list .board-tab .tab .icon {
        width: 12px;
        height: 12px; }
      .kanban-list .board-tab .tab .icon-completed {
        background-color: grey; }

.epic-select {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .epic-select p {
    color: white;
    margin-right: 10px; }
  .epic-select .custom-select {
    height: 25px;
    margin-right: 10px; }
    .epic-select .custom-select select {
      padding: 6px 8px; }
  .epic-select button {
    background: #F47A6C;
    border-radius: 3px;
    padding: 3px 10px; }

.board-item {
  background: white;
  padding: 10px;
  box-shadow: 0px 1px 4px #d2d0d0; }
  .board-item > .header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px; }
    .board-item > .header p {
      color: grey;
      line-height: 1.8rem;
      margin-bottom: 10px; }
    .board-item > .header .status button {
      border: 1px solid #dadada;
      padding: 3px 6px;
      margin-right: 5px;
      border-radius: 2px; }
      .board-item > .header .status button.active {
        background: #4BBCD1;
        color: white;
        border: none; }
        .board-item > .header .status button.active span {
          color: #f0f46c; }
      .board-item > .header .status button span {
        color: #2473b4;
        font-weight: bold; }

.card-row .header {
  color: #2473b4;
  border-bottom: 2px solid #f4f4f4;
  display: grid;
  grid-template-columns: 3fr 2fr 0.5fr 0.5fr 1fr 2fr 0.5fr;
  font-weight: bold;
  padding: 10px 0; }
  .card-row .header .actions {
    text-align: center; }

.card-row .card-item {
  border-bottom: 1px solid #f4f4f4;
  display: grid;
  grid-template-columns: 3fr 2fr 0.5fr 0.5fr 1fr 2fr 0.5fr;
  padding: 10px 0;
  color: grey; }
  .card-row .card-item .label > span {
    padding: 3px 5px;
    margin-right: 3px;
    color: white; }
  .card-row .card-item .actions,
  .card-row .card-item .supervisor-list {
    text-align: center; }
  .card-row .card-item .storyPoint {
    color: #fc5345;
    background: #fbd0cb;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px; }

.card-row .supervisorList img {
  border-radius: 50%;
  border: 2px solid #2473b4;
  width: 20px; }

.kanban-container {
  white-space: nowrap;
  overflow-x: scroll;
  height: calc(100% - 35px); }
  .kanban-container.half {
    height: calc(100% - 342px); }

.kanban-gantt-view.half .gantt-container {
  height: 300px; }

.kanban-gantt-view .no-data {
  text-align: center;
  margin: 20px;
  background: #dbdbdb;
  color: #848383;
  padding: 20px; }

.gantt-container {
  height: calc(100vh - 75px); }
  .gantt-container .popup-wrapper {
    display: none; }
  .gantt-container .handle-group {
    pointer-events: none; }
  .gantt-container .bar-group {
    pointer-events: none; }

.kanban-board-popup-container {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  z-index: 100; }
  .kanban-board-popup-container h3 {
    padding-bottom: 10px; }

.kanban-board-popup {
  padding: 20px;
  max-width: 350px;
  margin: 10% auto;
  background: white;
  box-shadow: 0px 0px 6px #989898;
  position: relative; }
  .kanban-board-popup .close-btn {
    position: absolute;
    right: 20px;
    top: 20px; }
  .kanban-board-popup label,
  .kanban-board-popup input {
    width: 50%;
    float: left; }
  .kanban-board-popup .save-btn {
    background: #2473b4;
    width: 100%;
    padding: 10px;
    color: white; }
    .kanban-board-popup .save-btn:hover {
      background: #1ce5c7; }
  .kanban-board-popup .row {
    margin: 10px 0; }

.kanban-card-attachment .attachment-node {
  padding: 10px 0 0 10px;
  position: relative; }
  .kanban-card-attachment .attachment-node > i {
    margin-right: 10px; }
  .kanban-card-attachment .attachment-node p {
    width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 5px 0;
    display: inline-block;
    vertical-align: top; }
  .kanban-card-attachment .attachment-node .icon-file {
    margin-right: 10px; }
  .kanban-card-attachment .attachment-node .btn-wrap {
    position: absolute;
    right: 0;
    top: 10px; }
  .kanban-card-attachment .attachment-node button {
    background: #989898;
    color: white;
    padding: 5px; }
    .kanban-card-attachment .attachment-node button i {
      font-size: 12px;
      color: white; }
    .kanban-card-attachment .attachment-node button:first-child {
      margin-right: 5px; }
    .kanban-card-attachment .attachment-node button:hover {
      background: #F47A6C; }

.kanban-card-attachment > button {
  background: #989898;
  color: white;
  padding: 6px 12px;
  margin: 10px; }

.image3Ds {
  position: relative;
  width: 90%;
  margin-left: 15px; }
  .image3Ds h4 {
    display: inline-block;
    line-height: 2em;
    margin-right: 10px; }
  .image3Ds i {
    font-size: 18px;
    color: grey; }
  .image3Ds .image {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center;
    display: inline-block; }

.image3Ds-wrap {
  width: 100%;
  overflow-x: scroll;
  background: #F4F4F4; }
  .image3Ds-wrap > div {
    cursor: pointer; }

.board {
  height: calc(100% - 20px);
  display: inline-block;
  margin: 10px 0px 0 10px;
  padding: 8px;
  position: relative;
  min-width: 200px;
  vertical-align: top; }
  .board h4 {
    font-weight: bold;
    margin-left: 10px; }
  .board .icons {
    position: absolute;
    right: 5px;
    top: 10px; }
    .board .icons .icon {
      color: #989898;
      margin: 5px; }
      .board .icons .icon:hover {
        color: #fc5345; }

.upload-file {
  padding: 10px;
  border: 1px dashed #989898;
  height: 100%; }
  .upload-file p {
    margin-top: 30%;
    color: #989898; }

.card-node {
  background: white;
  padding: 10px;
  margin: 15px 0;
  position: relative;
  box-shadow: 0px 0px 5px #e2e2e2;
  width: 240px;
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }
  .card-node h3 {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #4c4c4c; }
  .card-node .labels {
    padding-top: 5px; }
    .card-node .labels > span {
      padding: 3px 5px;
      color: white;
      display: inline-block;
      margin-right: 5px;
      font-size: 12px; }
  .card-node .icon-remove {
    position: absolute;
    right: 10px;
    top: 12px;
    color: #989898;
    font-size: 12px; }
  .card-node:hover {
    box-shadow: 0px 0px 5px #F47A6C; }
  .card-node .points {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    background: antiquewhite;
    border-radius: 50px;
    color: #F47A6C;
    padding: 5px;
    text-align: center;
    font-size: 18px; }
  .card-node .details {
    margin-left: 70px;
    color: #8e8e8e;
    font-size: 12px;
    width: 112px;
    height: 65px; }
    .card-node .details p {
      word-wrap: break-word;
      white-space: pre-line; }
  .card-node .info {
    margin-top: 0;
    position: relative; }
    .card-node .info .supervisors {
      position: absolute;
      right: 0;
      top: 0; }
    .card-node .info img {
      border-radius: 50%;
      width: 25px;
      border: 1px solid #d2d2d2;
      margin-right: 2px; }
    .card-node .info p {
      color: #8e8e8e;
      font-size: 12px;
      line-height: 16px;
      display: inline-block;
      width: 43%; }
      .card-node .info p b {
        font-size: 10px; }
  .card-node .svg-img,
  .card-node .svg-empty {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px 14px; }
  .card-node .svg-img {
    background-size: cover;
    background-position: center center; }
  .card-node .svg-empty {
    background: #F4F4F4; }
    .card-node .svg-empty .icon {
      color: #363E4D;
      font-size: 32px;
      padding: 6px; }

.card-details-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  z-index: 100; }
  .card-details-wrapper hr {
    border-top: 1px solid #989898;
    margin: 10px 0; }
  .card-details-wrapper .card-content .add-label-panel input[type='text'] {
    width: calc(90% - 60px);
    padding: 5px; }

.card-details {
  width: 1000px;
  margin: 5% auto;
  background: white;
  position: relative; }
  .card-details .loading-wrap {
    padding: 15% 0; }
  .card-details > .icon-remove {
    position: absolute;
    right: 14px;
    top: 26px; }
  .card-details .right {
    float: right;
    width: 35%; }
  .card-details .left {
    float: left;
    width: 65%; }
  .card-details .tabs {
    background-color: #F4F4F4;
    overflow: hidden; }
    .card-details .tabs > button {
      background-color: white;
      width: 33%;
      padding: 12px 0; }
      .card-details .tabs > button.active {
        background-color: #F4F4F4; }

.tabs {
  position: relative; }
  .tabs .comments {
    margin-bottom: 80px; }
    .tabs .comments .message {
      margin: 10px;
      position: relative; }
      .tabs .comments .message img {
        border-radius: 50%;
        position: absolute; }
      .tabs .comments .message p {
        padding-left: 60px;
        line-height: 1.8rem;
        border-bottom: 1px solid #dbdbdb;
        padding-bottom: 6px; }
      .tabs .comments .message span {
        position: absolute;
        right: 0;
        top: 5px;
        color: #989898; }
  .tabs .insert-area {
    margin: 10px;
    width: calc(100% - 20px);
    bottom: 5px;
    position: absolute; }
    .tabs .insert-area textarea {
      width: calc(100% - 60px);
      border: none;
      background: white;
      vertical-align: top;
      height: 50px; }
    .tabs .insert-area button {
      width: 50px;
      margin-left: 10px;
      padding: 10px;
      background: #989898;
      color: white; }
  .tabs .logs .log {
    position: relative;
    color: #989898;
    font-size: 13px;
    margin: 10px 0; }
  .tabs .logs .time {
    position: absolute;
    right: 10px;
    font-size: 10px; }
  .tabs .logs img {
    border-radius: 50%;
    position: absolute;
    left: 7px;
    width: 40px; }
  .tabs .logs .user {
    margin-left: 55px;
    margin-top: 5px; }
  .tabs .logs .info {
    margin-left: 55px;
    line-height: 2em;
    border-bottom: 1px solid #dbdbdb;
    width: 82%; }
    .tabs .logs .info > span {
      padding-right: 8px;
      display: block; }
    .tabs .logs .info .priority {
      color: white;
      padding: 3px; }
    .tabs .logs .info .highest {
      background-color: #fc5345; }
    .tabs .logs .info .primary {
      background-color: #2473b4; }
    .tabs .logs .info .secondary {
      background-color: #4BBCD1; }
    .tabs .logs .info .backlog {
      background-color: #989898; }
  .tabs .no-data {
    padding: 20px;
    text-align: center;
    color: #989898; }

.card-header {
  padding: 20px 10px 0; }
  .card-header .border-top {
    height: 10px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .card-header h4,
  .card-header label {
    font-size: 16px;
    display: inline-block;
    line-height: 26px; }
  .card-header h4 {
    margin-left: 10px; }
  .card-header .actions {
    float: right;
    width: fit-content; }
  .card-header input,
  .card-header select {
    padding: 5px;
    margin: 0 5px;
    border: none;
    color: #F78B8B;
    font-size: 16px;
    vertical-align: middle;
    font-weight: normal; }
  .card-header select {
    padding: 0 5px;
    margin-top: -10px; }
  .card-header input[type='number'] {
    width: 35px;
    padding-right: 0;
    text-align: center; }
  .card-header .date-widget {
    display: inline-block;
    width: 48%; }
    .card-header .date-widget input {
      text-align: center;
      width: 87px;
      border: none;
      color: #F78B8B;
      font-size: 16px;
      vertical-align: middle;
      font-weight: normal; }

.card-body input[name='title'],
.card-body textarea[name='description'] {
  width: 90%;
  padding: 5px;
  margin: 5px 15px;
  border: 1px solid #F4F4F4; }
  .card-body input[name='title'].focus,
  .card-body textarea[name='description'].focus {
    border: 1px solid black; }

.card-body .label-wrapper h4 {
  display: inline-block;
  vertical-align: super; }

.card-body .label-wrapper .add-label-btn {
  vertical-align: text-bottom; }

.card-body .label-wrapper .add-label-panel {
  left: 80px; }
  .card-body .label-wrapper .add-label-panel input[type='text'] {
    width: calc(60%); }

.card-body .delete-btn {
  margin: 0 auto;
  padding: 6px 12px;
  background: #363E4D;
  color: white;
  margin-left: calc(50% - 30px); }
  .card-body .delete-btn:hover {
    background: #fc5345; }

.add-user-panel,
.add-supervisor-panel {
  border: 1px solid black;
  background-color: white;
  width: 200px;
  z-index: 100; }
  .add-user-panel input,
  .add-supervisor-panel input {
    padding: 5px;
    margin: 10px;
    width: calc(100% - 20px); }
  .add-user-panel li,
  .add-supervisor-panel li {
    margin: 5px 10px;
    cursor: pointer; }
    .add-user-panel li :hover,
    .add-supervisor-panel li :hover {
      background: #F4F4F4; }
    .add-user-panel li img,
    .add-supervisor-panel li img {
      width: 30px;
      vertical-align: middle;
      border-radius: 50%;
      background: #4BBCD1;
      padding: 2px;
      margin-right: 10px; }
    .add-user-panel li .tick,
    .add-supervisor-panel li .tick {
      float: right;
      margin-top: 10px; }

.add-user-panel ul {
  margin: 0 10px; }

.add-supervisor-panel {
  position: absolute;
  top: 0;
  left: 100px; }

.supervisor-list {
  position: relative; }
  .supervisor-list h4 {
    display: inline-block; }
  .supervisor-list > button {
    font-size: 18px;
    color: grey;
    margin-left: 7px; }
  .supervisor-list .user {
    width: 40px;
    height: 40px;
    padding: 4px;
    margin: 5px;
    background: #4BBCD1;
    border-radius: 50%;
    display: inline-block; }
    .supervisor-list .user img {
      border-radius: 50px;
      width: 32px; }
    .supervisor-list .user p {
      width: 45px;
      overflow: hidden;
      margin-left: -5px;
      text-overflow: ellipsis; }

.check-list {
  padding: 0 15px; }
  .check-list h4,
  .check-list .add-checklist {
    display: inline-block; }
  .check-list .row li {
    position: relative;
    margin: 10px 0; }
  .check-list input {
    margin-right: 5px; }
  .check-list input[type="text"]:focus, .check-list input[type="text"]:hover {
    border: 1px solid #989898; }
  .check-list .icon {
    cursor: pointer;
    position: absolute;
    color: #989898; }
    .check-list .icon:hover {
      color: #F78B8B; }
  .check-list .icon-trash {
    right: 10px; }
  .check-list .icon-mark {
    right: 30px; }
  .check-list .add-checklist-panel {
    position: absolute;
    border: 1px solid black;
    background: white;
    width: 250px;
    padding: 7px; }
    .check-list .add-checklist-panel input {
      width: 180px;
      padding: 5px;
      border: 1px solid #F4F4F4; }
    .check-list .add-checklist-panel button {
      background: #2473b4;
      color: white;
      margin: 0 auto;
      padding: 4px 10px; }
  .check-list .row {
    margin-bottom: 20px; }
    .check-list .row > h4 {
      padding: 10px 0; }
    .check-list .row .actions {
      float: right; }
    .check-list .row li input[type="text"] {
      width: calc(100% - 120px);
      border: none;
      font-size: 15px; }
      .check-list .row li input[type="text"]:focus, .check-list .row li input[type="text"]:hover {
        border: 1px solid #989898; }
    .check-list .row li input[type="checkbox"] {
      margin: 2px 10px;
      vertical-align: middle; }
    .check-list .row li button {
      border-radius: 50%;
      padding: 5px;
      margin: 0 5px; }
      .check-list .row li button i {
        font-size: 20px; }
      .check-list .row li button:hover {
        background: #fabbbb; }
      .check-list .row li button > div {
        position: relative;
        width: 20px;
        height: 20px; }
        .check-list .row li button > div img {
          position: absolute;
          width: 22px;
          top: -9px;
          left: 0px;
          border-radius: 50%; }
        .check-list .row li button > div span {
          position: absolute;
          left: -5px;
          font-size: 10px;
          top: 13px;
          text-overflow: ellipsis;
          width: 40px;
          overflow: hidden; }
    .check-list .row > button,
    .check-list .row .actions > button {
      background: lightgray;
      color: #989898;
      padding: 5px 12px;
      margin: 0 5px; }
      .check-list .row > button:hover,
      .check-list .row .actions > button:hover {
        color: #F78B8B; }
    .check-list .row .progress-bar p {
      display: inline-block;
      margin-left: 12px; }
    .check-list .row .progress-bar .bar {
      background: #F4F4F4;
      width: calc(100% - 50px);
      height: 8px;
      border-radius: 10px;
      float: right;
      margin-top: 4px; }
      .check-list .row .progress-bar .bar .done {
        background: #4BBCD1;
        height: 100%;
        border-radius: 10px; }

.add-checklist > button {
  padding: 5px;
  margin-left: 5px;
  font-size: 16px; }

.add-checklist .icon-add {
  color: #989898; }

.popup-wrapper .popup-container.create-epic {
  width: 300px;
  height: 180px;
  color: #4f4f4f; }
  .popup-wrapper .popup-container.create-epic .close-btn {
    position: absolute;
    right: 20px;
    top: 20px; }
  .popup-wrapper .popup-container.create-epic h3 {
    margin-bottom: 10px;
    display: inline-block; }
  .popup-wrapper .popup-container.create-epic .row {
    display: grid;
    grid-template-columns: 1fr 3fr;
    column-gap: 10px;
    margin: 10px 0; }
    .popup-wrapper .popup-container.create-epic .row input {
      border: 1px solid #bdbdbd;
      padding: 5px; }
  .popup-wrapper .popup-container.create-epic .save-btn {
    background: #2473b4;
    color: white;
    padding: 5px 10px;
    float: right; }

.chart-view {
  overflow: scroll;
  height: 100%;
  background: #F4F4F4; }
  .chart-view .title {
    margin: 20px;
    text-align: left; }
    .chart-view .title a {
      font-size: 16px;
      color: #989898;
      padding: 10px; }
      .chart-view .title a.active, .chart-view .title a:hover {
        color: white;
        background: #F78B8B; }
  .chart-view h1 {
    color: #989898;
    font-weight: normal;
    font-size: 16px;
    text-align: center; }
  .chart-view .chart-node {
    width: calc(50% - 20px);
    height: 300px;
    margin-bottom: 40px;
    display: inline-block; }
  .chart-view .no-data {
    text-align: center;
    margin: 10%;
    background: white;
    padding: 20px;
    color: #989898; }

#reportCount,
#staffCount,
#priority,
#cardCount,
#label,
#progress,
#reportStatus,
#file,
#status {
  width: 500px;
  height: 300px;
  margin: 0 auto;
  display: none; }
  #reportCount.active,
  #staffCount.active,
  #priority.active,
  #cardCount.active,
  #label.active,
  #progress.active,
  #reportStatus.active,
  #file.active,
  #status.active {
    display: block; }

.svg-popup, .preview-popup {
  background: rgba(0, 0, 0, 0.6);
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #565656;
  position: absolute;
  z-index: 9999;
  overflow: auto;
  padding-bottom: 20px; }
  .svg-popup img, .preview-popup img {
    height: 100vh;
    width: 100%;
    margin: -20px 0 0 0; }
  .svg-popup .cancel, .preview-popup .cancel {
    position: absolute;
    top: 15px;
    padding: 6px 7px 3px;
    cursor: pointer;
    z-index: 100;
    background: #4BBCD1;
    color: #fff;
    font-size: 20px;
    right: 20px; }
    .svg-popup .cancel:hover, .preview-popup .cancel:hover {
      background: #fc5345; }

.svg-container {
  overflow: hidden;
  z-index: 11; }

.preview-popup {
  z-index: 500;
  text-align: center; }
  .preview-popup img {
    width: initial;
    max-width: 80%;
    height: initial;
    max-height: initial;
    margin-top: 5%; }
  .preview-popup .cancel {
    position: absolute;
    top: 15px;
    padding: 6px 7px 3px;
    cursor: pointer;
    z-index: 100;
    background: #4BBCD1;
    color: #fff;
    font-size: 20px;
    right: 20px; }
    .preview-popup .cancel:hover {
      background: #fc5345; }
  .preview-popup .pdf {
    width: initial;
    max-width: 100%;
    height: initial;
    max-height: initial;
    margin-top: 4%; }
    .preview-popup .pdf #paper ul li {
      display: inline-block;
      padding: 6px 15px;
      background: #303a4e;
      margin: 10px;
      cursor: pointer; }
      .preview-popup .pdf #paper ul li:hover {
        background-color: #1ce5c7; }
      .preview-popup .pdf #paper ul li a {
        color: white; }
    .preview-popup .pdf .zoom {
      display: inline-block;
      padding: 5px;
      vertical-align: middle; }
      .preview-popup .pdf .zoom span {
        background: #4BBCD1;
        display: inline-block;
        padding: 3px 10px;
        margin-right: 15px;
        cursor: pointer; }
      .preview-popup .pdf .zoom .icon {
        min-width: 22px;
        min-height: 22px;
        padding: 10px; }
  .preview-popup .download-wrap {
    margin-top: 30vh; }
    .preview-popup .download-wrap h3 {
      color: white; }
    .preview-popup .download-wrap button {
      background: #2473b4;
      color: white;
      padding: 10px 30px;
      font-size: 18px;
      margin-top: 20px; }

.markup-control-group .adsk-control > div {
  width: 25px;
  height: 25px;
  margin: 0 auto;
  background-size: contain; }

.markup-control-group .adsk-control-tooltip {
  left: 50%;
  bottom: 50px;
  height: 13px !important; }

.btnbackground {
  background: url(/img/3178ef1707f28e880f2f6124a31ad300.svg) no-repeat; }

.btndraw {
  background: url(/img/33ae15415ea9f00b0e605241ed6ec7ad.svg) no-repeat; }

.btnarrow {
  background: url(/img/173dedf9dd362e4d39daae589235f3f5.svg) no-repeat; }

.btncloud {
  background: url(/img/3b6ec4266736350010ff67bc1e807a52.svg) no-repeat; }

.btncircle {
  background: url(/img/16bbac104dc6ecad41256660a509dbae.svg) no-repeat; }

.btnrectangle {
  background: url(/img/c6b4f92e7a394addcf21a2c647469ea8.svg) no-repeat; }

.btntext {
  background: url(/img/fff1a9415e21d07624c96dab88b8be98.svg) no-repeat; }

.btncolorline {
  background: url(/img/ac4935e4fc14d9d6a66d8a484fdb8818.svg) no-repeat; }

.btneraser {
  background: url(/img/9f71c2d32db7af1a5ae9f2abfd0ee2db.svg) no-repeat; }

.btncopy {
  background: url(/img/ad17d20a524c558dea7600a239559145.svg) no-repeat; }

.btnpaste {
  background: url(/img/11e42b1399b278e8ba2d5b79b6518dea.svg) no-repeat; }

.btnredo {
  background: url(/img/bc1006395f91e1b59745a533e357e12b.svg) no-repeat; }

.btnundo {
  background: url(/img/e22cc5474e791b79ff0ade133148a54e.svg) no-repeat; }

.btntrash {
  background: url(/img/05904b20d71de8177dbf55ee0261d54f.svg) no-repeat; }

.btnsave {
  background: url(/img/63335919af73fe3e9f9c75990b008c9c.svg) no-repeat; }

.btnclose {
  background: url(/img/004b3dc78acc19e573290da96398e5b1.svg) no-repeat; }

.inoperate {
  background-color: grey;
  opacity: 0.5; }
  .inoperate:hover {
    cursor: none; }

.markup-side-panel {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 10px;
  height: 100vh;
  width: 300px;
  background: #F5F5F5; }
  .markup-side-panel .close-btn {
    position: absolute;
    right: 10px;
    top: 10px; }
  .markup-side-panel .title button {
    background: #F47A6C;
    color: white;
    padding: 2px 10px;
    margin-left: 10px; }
  .markup-side-panel .list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px; }
  .markup-side-panel .open-btn {
    margin-top: 10px;
    width: 100%;
    background: #2473b4;
    color: white;
    padding: 5px; }
  .markup-side-panel .search-text {
    display: grid;
    grid-template-columns: .3fr 1.4fr;
    align-items: center;
    margin: 10px 0; }
    .markup-side-panel .search-text p {
      margin-right: 10px; }
    .markup-side-panel .search-text input {
      border: none;
      padding: 3px; }
  .markup-side-panel .filter {
    margin: 10px 0;
    display: grid;
    grid-template-columns: 0.8fr 1fr 0.8fr 1fr;
    grid-gap: 3px;
    align-items: center; }
    .markup-side-panel .filter .custom-select {
      width: 90px; }

.markup-item {
  background-color: white;
  position: relative;
  cursor: pointer; }
  .markup-item .title {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .markup-item .title > p:first-child {
      padding: 6px;
      color: grey;
      line-height: 1rem;
      font-size: 14px; }
    .markup-item .title > p:last-child {
      font-size: 10px;
      color: grey;
      margin-right: 5px; }
  .markup-item .icon-trash {
    position: absolute;
    right: 7px;
    top: 7px; }
  .markup-item .image {
    width: 100%;
    height: 80px;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: center; }
  .markup-item .category {
    background-color: #4e4d4d;
    color: white;
    position: absolute;
    width: 100%;
    bottom: 0;
    opacity: 0.6;
    padding: 3px; }
  .markup-item .labels {
    padding: 5px;
    display: flex;
    align-content: space-between;
    font-size: 10px; }
    .markup-item .labels > div {
      padding: 1px 3px;
      color: white;
      margin-right: 3px;
      border-radius: 3px; }

.markup-item-full {
  background: white;
  box-shadow: 1px 1px 4px #c6c5c5;
  padding: 10px 5px;
  border-radius: 5px;
  color: #999999; }
  .markup-item-full h3 {
    color: black; }
  .markup-item-full p {
    font-size: 12px; }
  .markup-item-full .image {
    width: 100%;
    height: 80px;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    position: relative; }
    .markup-item-full .image i {
      position: absolute;
      right: 5px;
      top: 5px;
      min-width: auto;
      min-height: auto;
      cursor: pointer; }
    .markup-item-full .image .category {
      background-color: #4e4d4d;
      color: white;
      position: absolute;
      width: 100%;
      bottom: 0;
      opacity: 0.6;
      padding: 3px; }
  .markup-item-full .desc {
    margin: 3px 0;
    border: 1px solid #dedcdc;
    padding: 3px; }
  .markup-item-full .labels {
    padding: 5px 0;
    display: flex;
    align-content: space-between;
    font-size: 10px; }
    .markup-item-full .labels > div {
      padding: 1px 3px;
      color: white;
      margin-right: 3px;
      border-radius: 3px; }
  .markup-item-full .avatar {
    display: flex;
    align-items: center; }
    .markup-item-full .avatar > div {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background-size: contain;
      display: inline-block; }

.markup-list {
  position: absolute;
  z-index: 99;
  left: 0;
  top: 40px;
  height: 100vh;
  width: 100vw;
  background: #ede9e9;
  padding: 20px; }
  .markup-list .header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .markup-list .back {
    margin: 10px 0;
    cursor: pointer; }
    .markup-list .back p {
      display: inline-block; }
  .markup-list .list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px; }
    .markup-list .list img {
      width: 100%;
      margin: 5px;
      border: 3px solid white; }
  .markup-list .category p {
    color: grey;
    display: inline-block;
    margin-right: 20px; }
  .markup-list .category button {
    padding: 5px 10px; }
    .markup-list .category button.active {
      background: #2473b4;
      color: white; }
  .markup-list .search input {
    padding: 5px 10px;
    border: 1px solid #c5c5c5;
    border-radius: 5px; }
  .markup-list .label-wrapper {
    align-items: center;
    display: flex; }
    .markup-list .label-wrapper h4 {
      margin-bottom: 4px; }

.category-info {
  background: #249fb485;
  color: white;
  display: flex;
  padding: 3px 10px;
  justify-content: space-between;
  align-items: center;
  border-radius: 15px; }
  .category-info i {
    min-width: auto;
    min-height: auto;
    color: white;
    margin-left: 5px; }

.popup-wrapper .popup-container.markup-create-popup {
  width: 900px !important;
  height: 535px !important; }
  .popup-wrapper .popup-container.markup-create-popup .row {
    display: grid;
    grid-template-columns: 3.5fr 1fr;
    grid-gap: 10px; }
  .popup-wrapper .popup-container.markup-create-popup .image {
    height: 480px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ededed; }

.popup-wrapper .content {
  position: relative;
  height: 460px;
  margin-top: 20px; }
  .popup-wrapper .content > p {
    background: #F47A6C;
    color: white;
    padding: 5px; }
  .popup-wrapper .content > input,
  .popup-wrapper .content > textarea {
    padding: 5px;
    margin-bottom: 10px;
    width: 100%;
    border: 1px solid #d0d0d0;
    border-radius: 3px; }
  .popup-wrapper .content .custom-select {
    border: 1px solid #d0d0d0;
    margin-bottom: 10px;
    margin-top: -4px; }
  .popup-wrapper .content .btn-group {
    position: absolute;
    bottom: 0;
    right: 0; }
    .popup-wrapper .content .btn-group > button {
      background: #4BBCD1;
      color: white;
      padding: 5px 10px; }
    .popup-wrapper .content .btn-group .delete {
      margin-left: 10px;
      background: #F47A6C;
      color: white; }
  .popup-wrapper .content .label-wrapper {
    width: calc(90% - 65px);
    display: inline-block;
    width: 100%; }

.popup-wrapper .popup-container.create-bim-category {
  width: 300px;
  height: 130px;
  color: #4f4f4f; }
  .popup-wrapper .popup-container.create-bim-category .close-btn {
    position: absolute;
    right: 20px;
    top: 20px; }
  .popup-wrapper .popup-container.create-bim-category h3 {
    margin-bottom: 10px;
    display: inline-block; }
  .popup-wrapper .popup-container.create-bim-category .row {
    display: grid;
    grid-template-columns: 1fr 3fr;
    column-gap: 10px;
    margin: 10px 0; }
    .popup-wrapper .popup-container.create-bim-category .row input {
      border: 1px solid #bdbdbd;
      padding: 5px; }
  .popup-wrapper .popup-container.create-bim-category .save-btn {
    background: #2473b4;
    color: white;
    padding: 5px 10px;
    float: right; }

.annotation-details {
  height: calc(100vh - 40px);
  position: fixed;
  z-index: 10;
  right: 0;
  background: #f5f5f5;
  padding: 15px;
  width: 315px;
  top: 40px;
  overflow-y: scroll; }
  .annotation-details .close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 14px; }
  .annotation-details .dot {
    left: 12px;
    top: 10px;
    padding: 4px; }
  .annotation-details .image {
    width: 100%;
    height: 130px;
    background-size: cover;
    background-position: center;
    margin-top: 24px;
    border: 5px solid white;
    box-shadow: 0px 3px 3px #c1c1c1;
    position: relative; }
  .annotation-details .delete-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 18px;
    color: white;
    background: grey;
    padding: 5px; }
  .annotation-details input,
  .annotation-details textarea {
    width: 100%;
    background: #F4F4F4;
    border: none;
    padding: 5px;
    margin: 5px 0; }
    .annotation-details input:hover, .annotation-details input:focus,
    .annotation-details textarea:hover,
    .annotation-details textarea:focus {
      background: white; }
  .annotation-details .label-wrapper {
    width: calc(50% - 20px);
    display: inline-block;
    width: 100%; }
    .annotation-details .label-wrapper h4 {
      display: inline-block;
      line-height: 2rem; }
    .annotation-details .label-wrapper .selected-labels-wrap span {
      position: relative;
      display: inline-block; }
      .annotation-details .label-wrapper .selected-labels-wrap span .icon-remove {
        right: 5px;
        top: 7px; }
  .annotation-details .tabs {
    margin-left: -20px;
    width: calc(100% + 40px); }
    .annotation-details .tabs > button {
      width: 25%;
      text-align: center;
      background: white;
      color: #989898;
      padding: 5px 0; }
      .annotation-details .tabs > button.active {
        background: #F4F4F4; }
  .annotation-details .tab-content {
    margin-left: -10px;
    width: calc(100% + 20px); }

.report-editor-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  z-index: 100; }
  .report-editor-wrapper .report-editor {
    width: 1000px;
    margin: 5% auto;
    background: white;
    position: relative;
    padding: 20px; }
  .report-editor-wrapper input {
    border: 1px solid #989898;
    padding: 5px 10px; }
  .report-editor-wrapper .close-btn {
    position: absolute;
    right: 20px;
    top: 20px; }
  .report-editor-wrapper label {
    margin: 0 20px; }
    .report-editor-wrapper label:first-child {
      margin-left: 0; }
  .report-editor-wrapper .label-wrapper {
    margin-top: 10px;
    display: inline-block; }
  .report-editor-wrapper .custom-select {
    border: 1px solid #989898;
    width: 200px; }
  .report-editor-wrapper .save-panel .custom-select {
    width: auto; }
  .report-editor-wrapper .save-btn {
    background: #4BBCD1;
    color: white;
    padding: 6px 12px;
    margin-top: 10px; }
  .report-editor-wrapper .header button {
    background: grey;
    color: white;
    padding: 4px 12px;
    margin-left: 20px; }

.annotation-list-panel {
  height: calc(100vh - 40px);
  position: fixed;
  z-index: 10;
  right: 0;
  background: #f5f5f5;
  padding: 15px;
  width: 315px;
  top: 40px;
  overflow-y: scroll; }
  .annotation-list-panel .close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 14px; }
  .annotation-list-panel h3 {
    display: inline-block;
    margin-right: 10px; }
  .annotation-list-panel .add-btn {
    background: #F47A6C;
    padding: 5px 10px;
    color: white;
    vertical-align: middle; }
    .annotation-list-panel .add-btn:hover {
      background: ligten(#F47A6C, 10); }
  .annotation-list-panel .search > div {
    margin: 10px 0; }
  .annotation-list-panel .search p {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px; }
  .annotation-list-panel .search input {
    width: calc(100% - 85px);
    padding: 5px;
    border: none; }
  .annotation-list-panel .search button {
    padding: 5px;
    background: #4BBCD1;
    color: white; }
    .annotation-list-panel .search button:hover {
      background: #258091; }
  .annotation-list-panel .search .custom-select {
    width: 80px;
    margin-right: 10px; }
    .annotation-list-panel .search .custom-select:after {
      left: 77%; }
  .annotation-list-panel .no-data {
    background: #dbdbdb;
    padding: 20px;
    text-align: center; }
    .annotation-list-panel .no-data p {
      color: #989898; }
  .annotation-list-panel .control-item {
    width: 130px;
    margin-right: 5px;
    height: auto;
    position: relative;
    opacity: 1;
    background: #fbfbfb;
    padding: 5px;
    margin-top: 8px; }
    .annotation-list-panel .control-item:hover {
      box-shadow: 0px 0px 3px #989898; }
    .annotation-list-panel .control-item > .dot-s {
      position: absolute;
      display: inline-block;
      border-radius: 50%;
      width: 16px;
      height: 16px;
      left: 5px;
      top: 5px;
      text-align: center;
      padding-top: 1px;
      background: #F47A6C;
      color: white; }
    .annotation-list-panel .control-item .title {
      margin-left: 24px;
      position: absolute;
      font-size: 12px; }
    .annotation-list-panel .control-item .img {
      width: 120px;
      height: 60px;
      background-size: cover;
      background-position: center;
      margin-top: 18px; }
    .annotation-list-panel .control-item .labels {
      margin: 5px 0; }
      .annotation-list-panel .control-item .labels span {
        font-size: 8px;
        color: white;
        padding: 3px 5px;
        margin-right: 5px;
        display: inline-block; }
    .annotation-list-panel .control-item .create-time {
      color: #989898;
      font-size: 9px;
      float: right; }
    .annotation-list-panel .control-item .icon.icon-remove {
      min-width: 18px;
      height: 5px;
      font-size: 10px;
      position: absolute;
      top: 2px;
      right: 1px;
      background: transparent;
      color: #565656;
      display: inline-block; }

.kanban-card-list .card-node {
  margin: 15px;
  width: auto; }
  .kanban-card-list .card-node .details {
    margin-left: 0;
    height: auto;
    width: calc(100% - 40px);
    line-height: 2rem; }
  .kanban-card-list .card-node .info p {
    width: 60%; }
  .kanban-card-list .card-node .supervisors {
    top: -8px; }
  .kanban-card-list .card-node .priority {
    position: absolute;
    top: 10px;
    right: 50px;
    background: #4BBCD1;
    padding: 5px;
    color: white; }

.kanban-card-list .create-card {
  border: 1px solid #cbcbcb;
  padding: 6px 10px;
  margin: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .kanban-card-list .create-card p {
    color: #989898;
    display: inline-block; }
  .kanban-card-list .create-card p,
  .kanban-card-list .create-card .custom-select {
    margin-right: 10px; }
  .kanban-card-list .create-card button {
    padding: 3px 10px;
    background: #989898;
    color: white;
    float: right; }

.kanban-card-list > button {
  background: #989898;
  color: white;
  padding: 6px 12px;
  margin: 0 15px;
  width: 91%; }

.kanban-card-list > p {
  text-align: center;
  padding: 20px;
  color: #989898; }
  .kanban-card-list > p > button {
    background: #F47A6C;
    color: white;
    padding: 5px 10px;
    margin-left: 10px; }

.report-card-list {
  padding: 15px; }
  .report-card-list .node {
    background: white;
    padding: 10px;
    margin: 0;
    position: relative;
    box-shadow: 0px 0px 5px #e2e2e2;
    margin-bottom: 10px; }
    .report-card-list .node h3 {
      line-height: 2rem;
      margin-top: 20px;
      color: #989898; }
    .report-card-list .node .priority {
      position: absolute;
      top: 30px;
      padding: 4px 12px;
      color: white;
      right: 10px;
      border-radius: 5px; }
      .report-card-list .node .priority.normal {
        background: #2473b4; }
      .report-card-list .node .priority.backlog {
        background: #4BBCD1; }
      .report-card-list .node .priority.urgent {
        background: #F47A6C; }
    .report-card-list .node .status {
      position: absolute;
      background: #989898;
      color: white;
      padding: 4px 12px;
      right: 67px;
      top: 30px;
      border-radius: 5px; }
    .report-card-list .node .category {
      padding: 5px 12px;
      background: #363E4D;
      position: absolute;
      color: white;
      top: 0;
      font-size: 12px; }
    .report-card-list .node .time {
      font-size: 10px;
      position: absolute;
      top: 6px;
      right: 10px; }
  .report-card-list .btn-group button {
    padding: 5px 10px;
    color: white;
    background: #989898;
    margin-right: 10px; }

.tab-content .comments .message {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 10px; }

.tab-content .comments h4 {
  margin-left: 40px;
  margin-top: 6px; }

.tab-content .comments p {
  margin-left: 40px;
  display: inline-block;
  color: #989898;
  padding-right: 10px;
  line-height: 1.5rem; }

.tab-content .comments img {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 30px;
  border-radius: 50%; }

.tab-content .comments span {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 10px;
  color: #989898; }

.tab-content .comments .insert-area {
  position: absolute;
  bottom: 10px;
  width: 95%; }

.tab-content .comments textarea {
  background: white;
  width: calc(100% - 50px);
  vertical-align: bottom;
  border: none;
  padding: 4px;
  margin: 0; }

.tab-content .comments button {
  padding: 10px;
  width: 50px;
  color: white;
  background: #363E4D; }

.bim-project {
  background: #ececec;
  height: 100%;
  width: 100%;
  padding: 30px;
  overflow-y: scroll; }
  .bim-project .back {
    background: #2f64c7;
    padding: 8px 15px;
    vertical-align: top;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 16px;
    color: white; }
    .bim-project .back:hover {
      background: #4BBCD1; }
  .bim-project.pdf-viewer {
    position: relative; }
    .bim-project.pdf-viewer .pdf {
      text-align: center; }
      .bim-project.pdf-viewer .pdf canvas {
        box-shadow: 1px 3px 6px #bbb; }
    .bim-project.pdf-viewer ul {
      position: absolute;
      right: 40px;
      top: 47px; }
      .bim-project.pdf-viewer ul li {
        display: inline-block; }
      .bim-project.pdf-viewer ul .previous,
      .bim-project.pdf-viewer ul .next {
        float: left;
        background: #4BBCD1;
        margin: 5px;
        padding: 5px; }
        .bim-project.pdf-viewer ul .previous.disabled,
        .bim-project.pdf-viewer ul .next.disabled {
          background: #F4F4F4; }
        .bim-project.pdf-viewer ul .previous a,
        .bim-project.pdf-viewer ul .next a {
          color: white;
          padding: 7px; }
      .bim-project.pdf-viewer ul span {
        margin: 0 5px;
        background: #4BBCD1;
        padding: 7px;
        display: inline-block;
        border-radius: 50%; }
      .bim-project.pdf-viewer ul .icon {
        min-width: 20px;
        min-height: 20px; }

.bim-card {
  min-width: 200px;
  min-height: 200px;
  display: inline-block;
  padding: 15px;
  margin: 10px;
  box-shadow: 0px 0px 1px #c5c5c5;
  background: white; }
  .bim-card p {
    position: relative; }
  .bim-card .empty {
    width: 170px;
    height: 170px;
    background: #cccdce;
    text-align: center;
    color: white;
    padding: 35px; }
    .bim-card .empty img {
      width: 100px; }
  .bim-card hr {
    border-top: #cccdce; }
  .bim-card .info {
    margin-top: 15px;
    width: 170px;
    color: #a8b3b3; }
  .bim-card .name {
    color: #333;
    width: 172px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .bim-card .left {
    position: absolute;
    right: 0;
    top: 3px;
    color: grey; }
  .bim-card .fill {
    width: 170px;
    height: 170px;
    background-size: contain; }
  .bim-card .icon-mark {
    color: #cccdce;
    cursor: pointer; }
    .bim-card .icon-mark:hover {
      color: #F47A6C; }

.bim-card.multi {
  transform: rotate(5deg);
  padding: 0;
  position: relative;
  margin: 20px; }
  .bim-card.multi .layer1 {
    transform: rotate(-3deg);
    position: absolute;
    margin-top: -15px;
    box-shadow: 0px 0px 1px #c5c5c5;
    background: white; }
  .bim-card.multi .layer2 {
    transform: rotate(-5deg);
    box-shadow: 0px 0px 1px #c5c5c5;
    background: white; }
  .bim-card.multi .layer3 {
    transform: rotate(3deg);
    padding: 20px;
    box-shadow: 0px 0px 1px #c5c5c5;
    background: white; }

.thumbnail {
  width: 100px;
  height: 100px;
  border: 1px solid #cccdce;
  display: inline-block;
  position: relative;
  margin: 4px 8px 20px 0px;
  float: left; }
  .thumbnail img {
    width: 100%;
    height: 100%; }
  .thumbnail input[type="checkbox"] {
    position: absolute;
    bottom: 0;
    right: 0; }
  .thumbnail span {
    position: absolute;
    left: 0;
    top: 0;
    background: #cccdce;
    color: white;
    padding: 5px; }

.popup-wrapper {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100; }
  .popup-wrapper .popup-container > .icon-remove {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    color: grey; }
  .popup-wrapper .popup-container {
    background: white;
    width: 700px;
    height: 70%;
    margin: 10% auto;
    padding: 20px;
    color: #9a9a9a;
    position: relative; }

.file-uploads {
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  text-align: center;
  border: 1px dashed #a9a9a9;
  margin: 40px 50px; }
  .file-uploads p {
    margin-top: 14%; }
  .file-uploads button {
    width: 170px;
    height: 40px;
    background: #3063c7;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    color: white;
    padding: 10px;
    margin-top: 10px; }
    .file-uploads button:hover {
      background: #F47A6C; }
    .file-uploads button p {
      display: inline; }

.popup-container .inputs {
  margin-top: 5px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; }
  .popup-container .inputs input {
    border: 1px solid #989898;
    padding: 7px;
    margin-right: 7px; }
  .popup-container .inputs .btns {
    display: flex;
    justify-content: space-evenly; }
    .popup-container .inputs .btns .btn {
      width: 50%;
      color: white; }
      .popup-container .inputs .btns .btn:disabled {
        opacity: 0.5; }
    .popup-container .inputs .btns .pink {
      background: #F47A6C; }
    .popup-container .inputs .btns .blue {
      background: #2473b4; }
    .popup-container .inputs .btns .grey {
      background: #99a9c1; }

.popup-container .tabs button {
  margin-right: 2px;
  width: 100px;
  padding: 5px;
  color: grey;
  background: #F4F4F4; }
  .popup-container .tabs button.active {
    background: #4BBCD1;
    color: white; }

.popup-container .warning {
  padding: 10px;
  margin-top: 10px;
  color: white;
  background: #fc5345; }

.popup-container .upload {
  background: grey;
  color: white; }

.popup-container p {
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  margin-right: auto;
  margin-left: auto; }

.select-bims {
  height: calc(100% - 180px);
  overflow: auto; }

.multi-room {
  background: #F3F3F3;
  padding: 5% 10%;
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 10;
  top: 0; }
  .multi-room .section {
    margin: 20px 0 40px; }
    .multi-room .section h3 {
      margin: 10px 0;
      color: #989898; }
  .multi-room .notify .item {
    background: #F47A6C;
    color: white;
    font-size: 16px;
    padding: 10px;
    position: relative; }
    .multi-room .notify .item .icon {
      position: absolute;
      right: 15px;
      top: 12px; }
  .multi-room .rooms .room-item {
    border: 2px solid #dedede;
    padding: 10px 15px;
    display: flex;
    flex-direction: row;
    margin: 15px 0; }
    .multi-room .rooms .room-item .avatar {
      width: 55px;
      height: 55px;
      background: #363E4D;
      display: inline-block;
      text-align: center;
      border-radius: 4px; }
      .multi-room .rooms .room-item .avatar .icon {
        font-size: 3rem;
        padding: 6px;
        display: inline-block;
        color: white;
        cursor: pointer; }
      .multi-room .rooms .room-item .avatar .avatar {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center; }
    .multi-room .rooms .room-item h2 {
      margin: 10px 20px;
      flex: auto; }
    .multi-room .rooms .room-item button {
      border: 1px solid #F47A6C;
      width: 20%;
      font-size: 20px;
      color: #F47A6C;
      margin: 10px;
      min-width: 150px;
      border-radius: 4px; }
      .multi-room .rooms .room-item button:hover, .multi-room .rooms .room-item button:focus {
        background: #F47A6C;
        color: white; }
  .multi-room .create-room .icon {
    background: #F47A6C;
    border-radius: 50%;
    color: white;
    margin-left: 10px;
    font-size: 12px;
    padding: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    display: inline-block; }
    .multi-room .create-room .icon.open {
      background: #4BBCD1;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
  .multi-room .create-room .error-msg {
    background: #F47A6C;
    padding: 5px 15px;
    margin-bottom: 5px;
    color: white; }
  .multi-room .create-room-form {
    flex-direction: row;
    padding: 15px;
    background: #4BBCD1;
    display: none; }
    .multi-room .create-room-form.open {
      display: flex; }
    .multi-room .create-room-form .upload {
      width: 20%;
      height: 50px;
      background: #DDFCFF;
      color: #4BBCD1;
      padding: 15px 23px;
      display: inline-block;
      text-align: center; }
    .multi-room .create-room-form input {
      flex: auto;
      padding: 15px;
      background: transparent;
      border: 1px solid #DDFCFF;
      margin: 6px 20px;
      height: 36px;
      color: #DDFCFF; }
      .multi-room .create-room-form input::-webkit-input-placeholder {
        color: #DDFCFF; }
    .multi-room .create-room-form button {
      background: #363E4D;
      margin: 9px;
      color: #4BBCD1;
      font-size: 15px;
      width: 20%; }

.folder-property {
  height: 100vh;
  color: #565656;
  overflow: auto;
  padding: 20px 40px;
  background: #F4F4F4; }
  .folder-property h3 {
    margin: 20px 0; }
  .folder-property .info {
    display: flex;
    grid-column-gap: 20px;
    margin-bottom: 20px; }
    .folder-property .info > div {
      min-width: 33%; }
    .folder-property .info .empty {
      width: 80px;
      border: 1px solid #c7c7c7;
      text-align: center;
      height: 80px;
      display: flex;
      align-items: center; }
      .folder-property .info .empty p {
        text-align: center;
        color: #c7c7c7;
        width: 100%; }
    .folder-property .info textarea {
      padding: 10px;
      border: none;
      width: 100%; }
    .folder-property .info .type-selector {
      display: flex;
      grid-column-gap: 20px;
      align-items: center;
      margin-left: 20%; }
      .folder-property .info .type-selector img {
        width: 80px; }
      .folder-property .info .type-selector .custom-select {
        height: 30px; }
  .folder-property .error {
    font-size: 14px;
    display: inline-block;
    background: #F47A6C;
    padding: 7px 20px;
    color: white;
    margin-left: 20px; }
  .folder-property .prev {
    background: #363E4D;
    color: white;
    border-radius: 10px;
    padding: 8px 15px;
    display: inline-block; }
  .folder-property > .icon-remove {
    position: absolute;
    font-size: 16px;
    right: 20px;
    top: 20px;
    cursor: pointer; }
  .folder-property input[type="text"] {
    display: inline-block;
    padding: 10px;
    width: 100%;
    border: none; }
  .folder-property .btn {
    display: inline-block;
    margin: 30px 12px 0 0;
    position: absolute;
    right: 20px; }
  .folder-property .save-btn {
    background: #2473b4;
    width: 15vw;
    margin-right: 10px;
    padding: 10px;
    color: white; }
    .folder-property .save-btn:hover {
      background: #1ce5c7; }
  .folder-property .cancle-btn {
    background: #989898;
    width: 15vw;
    padding: 10px;
    color: white; }
    .folder-property .cancle-btn:hover {
      background: #656565; }
  .folder-property .channel-list div {
    display: inline-block;
    width: 15%;
    text-align: center;
    padding: 8px;
    font-size: 20px;
    border: none;
    cursor: pointer; }
    .folder-property .channel-list div.not-select {
      background: white; }
    .folder-property .channel-list div.selected {
      background: #F47A6C;
      color: white; }

.naming-convension .rules {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 20px;
  margin-bottom: 20px; }
  .naming-convension .rules label {
    display: inline-block;
    width: 40%; }
  .naming-convension .rules input[type="text"] {
    width: 60%; }
  .naming-convension .rules input[type="checkbox"] {
    margin-top: 10px;
    margin-right: 10px; }

.naming-convension .formated {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  margin-bottom: 10px; }
  .naming-convension .formated label {
    display: inline-block;
    width: 40%; }
  .naming-convension .formated input[type="text"] {
    width: 60%; }
  .naming-convension .formated p {
    margin-top: 10px; }

.file-property {
  width: 100%;
  min-height: calc(100% - 40px);
  background: #f5f5f5;
  position: absolute;
  padding: 20px 40px;
  color: #989898;
  overflow-y: scroll; }
  .file-property h3.title {
    position: relative;
    margin: 20px 0 15px 20px;
    display: inline-block; }
  .file-property .filename {
    color: cornflowerblue; }
  .file-property hr {
    margin-top: 15px;
    opacity: 0.5; }
  .file-property label {
    margin-left: 10px; }
  .file-property .prev {
    background: #363E4D;
    color: white;
    border-radius: 10px;
    padding: 8px 15px; }
  .file-property .custom-select {
    padding: 0;
    margin-left: 5px;
    width: 25%;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    background: #fff;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: .5px solid #BFBFBF; }
    .file-property .custom-select:after {
      top: 50%;
      left: 85%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(0, 0, 0, 0);
      border-top-color: #000000;
      border-width: 5px;
      margin-top: -2px;
      z-index: 100; }
    .file-property .custom-select select {
      padding: 5px 8px;
      width: 100%;
      border: none;
      box-shadow: none;
      background-color: transparent;
      background-image: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      .file-property .custom-select select:focus {
        outline: none; }
  .file-property input[type="date"],
  .file-property input[type="text"] {
    padding: 6px 10px;
    margin-left: 5px; }
    .file-property input[type="date"]:active, .file-property input[type="date"]:hover,
    .file-property input[type="text"]:active,
    .file-property input[type="text"]:hover {
      border: 0.5px solid #4BBCD1; }
  .file-property input:read-only {
    cursor: default; }
    .file-property input:read-only:active, .file-property input:read-only:hover {
      border: 1px solid #989898; }
  .file-property .column {
    width: 48%;
    float: left;
    padding: 10px 0 0 0; }
    .file-property .column li {
      height: 30px;
      margin-bottom: 10px;
      line-height: 30px; }
  .file-property .btn {
    display: inline-block;
    margin: 15px 0 0 0;
    position: absolute;
    right: 10px; }
  .file-property .btnstyle {
    width: 15vw;
    margin-right: 10px;
    padding: 5px 10px;
    color: white;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    line-height: 20px; }
  .file-property .save-btn {
    background: #2473b4; }
    .file-property .save-btn:hover {
      background: #1ce5c7; }
  .file-property .cancle-btn {
    background: #989898; }
    .file-property .cancle-btn:hover {
      background: #656565; }
  .file-property .edit-btn {
    background: #F78B8B; }
    .file-property .edit-btn:hover {
      background: #f02c2c; }
  .file-property .comment-btn {
    background: #4BBCD1; }
    .file-property .comment-btn:hover {
      background: #258091; }
  .file-property .search-btn {
    padding: 0 0 0 3px; }
  .file-property .create-label-btn {
    background: #565656;
    padding: 5px;
    width: 60px;
    margin-left: 5px; }
    .file-property .create-label-btn:hover {
      background: #989898; }
  .file-property img {
    width: 32px;
    float: right; }
  .file-property .search {
    position: absolute;
    bottom: 40px;
    width: 50%; }
    .file-property .search .user-search {
      position: absolute;
      width: 99%;
      background: white;
      border: 1px solid #989898;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      overflow: hidden; }
      .file-property .search .user-search .header {
        padding: 8px;
        color: #989898;
        border-bottom: 1px solid #989898; }
        .file-property .search .user-search .header p {
          display: inline-block; }
      .file-property .search .user-search .bold {
        font-weight: bold; }
      .file-property .search .user-search .info {
        float: right; }
      .file-property .search .user-search .item {
        padding: 5px 10px;
        cursor: pointer; }
        .file-property .search .user-search .item img {
          width: 30px;
          border-radius: 5px;
          position: absolute; }
        .file-property .search .user-search .item h4 {
          font-weight: bold;
          color: #565656;
          display: inline-block;
          padding-left: 35px;
          line-height: 34px; }
        .file-property .search .user-search .item.active {
          background: #e7e7e7; }
  .file-property .user-list {
    display: inline-grid;
    position: relative; }
    .file-property .user-list li {
      margin: 3px 0;
      width: 20%;
      display: inline-block; }
    .file-property .user-list input[type="checkbox"] {
      margin-right: 5px; }
  .file-property .approv-list {
    display: inline-grid;
    position: relative;
    width: 80%;
    padding: 3px 0 0 0; }
    .file-property .approv-list li {
      margin: 3px 0;
      width: 30%;
      display: inline-block; }
    .file-property .approv-list input[type="checkbox"] {
      margin-right: 5px; }
  .file-property .label-wrapper .add-label-btn {
    left: 70px; }
  .file-property .label-wrapper .add-label-panel {
    left: 32%; }
  .file-property .content {
    padding: 15px;
    overflow-y: auto;
    height: calc(100vh - 130px); }

.file-comment {
  width: 100%;
  min-height: calc(100% - 40px);
  background: #f5f5f5;
  position: absolute;
  padding: 0 20px;
  color: #989898; }
  .file-comment label {
    margin-left: 10px; }
  .file-comment .title {
    height: 30px;
    margin: 10px 0 5px 0; }
    .file-comment .title h3 {
      position: relative;
      padding: 10px 0 10px 0;
      display: inline-block; }
  .file-comment .filename {
    color: cornflowerblue; }
  .file-comment hr {
    margin-top: 15px;
    opacity: 0.5; }
  .file-comment .btn {
    display: inline-block;
    margin: 15px 0 0 0;
    position: absolute;
    right: 10px; }
  .file-comment .btnstyle {
    width: 15vw;
    margin-right: 10px;
    padding: 10px;
    color: white; }
  .file-comment .edit-btn {
    background: #F78B8B; }
    .file-comment .edit-btn:hover {
      background: #f02c2c; }
  .file-comment .comment-btn {
    background: #4BBCD1; }
    .file-comment .comment-btn:hover {
      background: #258091; }
  .file-comment .empty-info {
    padding: 20px; }
  .file-comment > button {
    padding: 10px;
    width: 50%;
    font-size: 14px; }
    .file-comment > button.notUsed {
      background: #ececec; }
  .file-comment .comments {
    padding: 15px;
    overflow-y: auto;
    height: calc(100vh - 130px); }
    .file-comment .comments .message {
      position: relative;
      padding-bottom: 10px;
      border-bottom: 1px solid #eaeaea;
      margin-bottom: 10px; }
    .file-comment .comments img {
      position: absolute;
      left: 0;
      top: 0;
      width: 30px;
      border-radius: 50%; }
    .file-comment .comments p {
      margin-left: 40px;
      display: inline-block;
      color: #363E4D;
      padding-right: 10px; }
    .file-comment .comments span {
      position: absolute;
      right: 0;
      top: 0;
      font-size: 10px; }
    .file-comment .comments h4 {
      margin-left: 40px;
      margin-top: 6px; }
    .file-comment .comments .insert-area {
      position: absolute;
      bottom: 10px;
      left: 10px;
      width: 100%; }
      .file-comment .comments .insert-area textarea {
        width: calc(100% - 70px);
        vertical-align: bottom;
        border: none;
        padding: 4px; }
      .file-comment .comments .insert-area button {
        padding: 10px;
        width: 50px;
        color: white;
        background: #363E4D; }
  .file-comment .logs {
    padding: 15px;
    overflow-y: scroll;
    height: calc(100% - 40px);
    position: absolute;
    width: 100%; }
    .file-comment .logs .log {
      border-bottom: 1px solid #eaeaea;
      margin-bottom: 10px;
      padding-bottom: 10px;
      position: relative;
      line-height: 18px; }
      .file-comment .logs .log .time {
        font-size: 10px;
        position: absolute;
        right: 20px; }
      .file-comment .logs .log span {
        padding: 1px 3px;
        color: white;
        border-radius: 3px;
        margin-right: 3px; }
  .file-comment .content .err-msg {
    background: #F47A6C;
    padding: 10px;
    color: white;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 99; }
    .file-comment .content .err-msg i {
      margin-right: 10px; }
  .file-comment .content .header {
    margin: 20px 0; }
  .file-comment .content .bottom {
    margin: 20px 0; }
    .file-comment .content .bottom button {
      padding: 8px 12px;
      color: white;
      min-width: 140px; }
    .file-comment .content .bottom .del {
      float: left;
      margin-right: 10px;
      background: #F47A6C; }
    .file-comment .content .bottom .save {
      float: left;
      background: #2473b4; }
    .file-comment .content .bottom .evaluator {
      float: right; }
      .file-comment .content .bottom .evaluator p {
        color: #989898;
        margin-right: 20px;
        display: inline-block; }
      .file-comment .content .bottom .evaluator .custom-select {
        height: 30px;
        margin-right: 10px; }
    .file-comment .content .bottom .reject {
      background: #4BBCD1;
      margin-right: 10px; }
    .file-comment .content .bottom .submit {
      background: #F47A6C; }

.attachment-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  z-index: 101; }
  .attachment-wrapper .attachment {
    width: 1000px;
    margin: 4% auto;
    background: white;
    position: relative;
    padding: 20px 0; }
    .attachment-wrapper .attachment .icon-remove {
      position: absolute;
      right: 20px;
      top: 20px; }
    .attachment-wrapper .attachment h2 {
      text-align: center;
      line-height: 2.5em; }
  .attachment-wrapper .attachment-list {
    margin-bottom: 10px; }
    .attachment-wrapper .attachment-list i {
      margin-right: 10px; }
    .attachment-wrapper .attachment-list .node {
      width: calc(33% - 20px);
      margin: 5px;
      float: left;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .attachment-wrapper ul {
    height: 27px;
    background: #4BBCD1; }
    .attachment-wrapper ul li {
      display: inline-block;
      float: left;
      padding: 6px 12px; }
      .attachment-wrapper ul li.active {
        background: #F78B8B; }
      .attachment-wrapper ul li a {
        display: block;
        color: white; }

.tab-wrapper {
  min-height: 500px; }
  .tab-wrapper h3 {
    margin-top: 10px; }
  .tab-wrapper h3,
  .tab-wrapper p {
    line-height: 2rem; }
  .tab-wrapper .bims {
    position: relative;
    height: 150px;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 10px;
    background: #F4F4F4; }
    .tab-wrapper .bims .node {
      display: inline-block;
      float: left;
      width: 125px;
      height: 140px;
      position: relative; }
      .tab-wrapper .bims .node:active {
        background: #4BBCD1;
        color: white; }
      .tab-wrapper .bims .node p {
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 4px; }
      .tab-wrapper .bims .node span {
        position: absolute;
        background: #bababa;
        color: white;
        padding: 5px;
        left: 5px;
        top: 6px;
        z-index: 5; }
  .tab-wrapper .images .node {
    width: calc(100% / 8);
    display: inline-block;
    position: relative; }
  .tab-wrapper .images input[type="checkbox"] {
    position: absolute;
    left: 5px;
    top: 5px; }
  .tab-wrapper .thumbnail {
    width: 90%;
    height: 100px;
    margin: 5px;
    background-size: contain;
    background: white; }
    .tab-wrapper .thumbnail:before {
      content: " ";
      display: block;
      position: absolute;
      height: 100%;
      width: 100%;
      background-color: #e7e7e7; }
    .tab-wrapper .thumbnail:after {
      content: "Not Found";
      display: block;
      font-size: 16px;
      font-style: normal;
      position: absolute;
      top: calc(50% - 10px);
      left: 0;
      width: 100%;
      text-align: center;
      color: #989898; }
  .tab-wrapper .boards {
    min-width: 100%;
    position: relative;
    height: 106px;
    overflow-x: scroll;
    overflow-y: hidden;
    background: #F4F4F4;
    padding: 10px; }
    .tab-wrapper .boards .node {
      display: inline-block;
      float: left;
      width: 125px;
      border-top: 7px solid transparent;
      background: white;
      box-shadow: 1px 1px 4px #989898;
      margin-right: 10px; }
      .tab-wrapper .boards .node h3,
      .tab-wrapper .boards .node p {
        text-overflow: ellipsis;
        line-height: 1.8rem;
        padding: 0 10px;
        margin-top: 0; }
      .tab-wrapper .boards .node:active {
        background: #4BBCD1;
        color: white; }
    .tab-wrapper .boards p.info {
      background: #F4F4F4;
      color: #989898;
      padding: 4px 10px; }
  .tab-wrapper .cards .node {
    display: inline-block;
    padding: 10px;
    float: left;
    position: relative;
    box-shadow: 1px 1px 4px #989898;
    width: 150px;
    margin: 10px 0 0 10px; }
  .tab-wrapper .cards .priority {
    position: absolute;
    background: #F78B8B;
    top: 0;
    right: 0;
    color: white;
    padding: 4px 10px; }
  .tab-wrapper .cards .point {
    position: absolute;
    background: #F78B8B;
    bottom: 3px;
    right: 3px;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    padding-top: 3px; }
  .tab-wrapper .cards input[type="checkbox"] {
    position: absolute;
    top: 3px;
    left: 3px; }
  .tab-wrapper .no-data {
    margin-top: 10%; }
    .tab-wrapper .no-data p {
      margin-left: 20%;
      width: 60%;
      font-size: 16px;
      background: #F4F4F4;
      color: #989898;
      text-align: center;
      padding: 20px; }
  .tab-wrapper .category {
    min-width: 100%;
    position: relative;
    height: 106px;
    overflow-x: scroll;
    overflow-y: hidden;
    background: #F4F4F4;
    padding: 10px; }
    .tab-wrapper .category .node {
      display: inline-block;
      float: left;
      padding: 10px;
      text-align: center; }
      .tab-wrapper .category .node h5 {
        color: #989898;
        font-size: 14px; }
  .tab-wrapper .reports .node {
    width: 150px;
    padding: 10px;
    float: left;
    position: relative;
    box-shadow: 1px 1px 4px #989898;
    margin: 10px 0 0 10px; }
    .tab-wrapper .reports .node > p {
      overflow: hidden;
      width: 100%;
      height: 40px;
      color: #989898; }
  .tab-wrapper .reports .priority {
    position: absolute;
    background: #F78B8B;
    top: 0;
    right: 0;
    color: white;
    padding: 4px 10px; }
  .tab-wrapper .reports .status {
    position: absolute;
    background: #4BBCD1;
    bottom: 0;
    right: 0;
    color: white;
    padding: 4px 10px; }

.file-management .search-bar {
  padding: 10px;
  background: #F4F4F4;
  position: relative; }
  .file-management .search-bar input {
    padding: 5px;
    border: none;
    margin-left: 27%;
    width: 50%; }
  .file-management .search-bar button {
    background: #F78B8B;
    color: white;
    font-size: 20px;
    position: absolute;
    right: 0;
    padding: 3px 9px;
    line-height: 10px;
    margin-right: 35px; }

.file-management .extension {
  width: 13%; }

.file-management .file-name i {
  margin-right: 10px; }

.file-management .folder-list {
  margin: 0 5px; }

.file-management .file-list-header .check {
  width: 4%; }

.file-management .file-list-header .file-name {
  width: 55%; }

.file-management .file-node .file-name {
  width: 55%;
  text-overflow: ellipsis; }

.file-management .file-list-container {
  margin: 0;
  height: 450px;
  overflow-y: scroll; }
  .file-management .file-list-container.thumb .check {
    position: absolute; }
  .file-management .file-list-container.thumb .image {
    width: 100%;
    height: 100px;
    background: #F4F4F4;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .file-management .file-list-container.thumb .image .icon-file {
      position: absolute;
      font-size: 50px;
      margin: 14px 33px; }
  .file-management .file-list-container.thumb .file-node {
    width: 20%;
    height: 130px;
    float: left;
    padding: 5px;
    position: relative; }
  .file-management .file-list-container.thumb .file-list-header,
  .file-management .file-list-container.thumb .extension,
  .file-management .file-list-container.thumb .created-time,
  .file-management .file-list-container.thumb .created-user {
    display: none; }
  .file-management .file-list-container.thumb .file-name {
    width: 133px;
    height: 50px;
    text-overflow: ellipsis;
    overflow: hidden; }
    .file-management .file-list-container.thumb .file-name i {
      display: none; }

.bim-group {
  margin-top: 10px; }
  .bim-group > .info {
    background: #f2f2f2;
    display: flex;
    justify-content: space-between;
    padding: 5px 20px; }
  .bim-group .bim-item input {
    margin-right: 10px; }
  .bim-group .bim-item p {
    display: flex;
    justify-content: space-between;
    padding: 5px 20px; }

.projects {
  background: #F4F4F4; }
  .projects .header {
    background: white;
    height: 40px;
    z-index: 100;
    visibility: visible;
    border-bottom: 1px solid #F4F4F4;
    display: flex;
    justify-content: space-between; }
    .projects .header img {
      width: 45px;
      position: absolute;
      top: 2px;
      left: 5px; }
    .projects .header h4 {
      color: #2473b4;
      line-height: 2rem;
      margin: 7px 10px 0 50px;
      font-size: 18px;
      display: inline-block;
      vertical-align: bottom; }
    .projects .header button {
      padding: 4px 12px;
      background: #4BBCD1;
      color: white;
      margin-left: 20px; }
    .projects .header .user {
      color: #989898;
      margin: 5px 20px; }
      .projects .header .user button {
        background: #F4F4F4;
        color: #989898; }
  .projects .no-data {
    height: calc(100vh - 40px);
    text-align: center; }
    .projects .no-data h4 {
      margin-top: 5%;
      color: #989898;
      font-size: 18px; }

.project-details {
  background: #F4F4F4;
  padding: 30px;
  width: 100vw;
  height: calc(100vh - 40px);
  overflow: scroll;
  position: relative; }
  .project-details h1,
  .project-details h2,
  .project-details h3,
  .project-details h4 {
    color: #2473b4; }
  .project-details h2 {
    margin: 15px 0;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px; }
    .project-details h2.highlight {
      color: white; }
  .project-details input,
  .project-details select,
  .project-details textarea {
    padding: 7px;
    border: 1px solid #d8d8d8;
    border-radius: 7px; }
  .project-details h4 {
    margin-bottom: 10px;
    color: #989898; }
  .project-details .half {
    display: grid;
    grid-template-rows: 1fr;
    gap: 0px 10px;
    grid-template-columns: 1fr 1fr; }
  .project-details .item {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 10px; }
    .project-details .item.fourth {
      grid-template-columns: 0.96fr 1fr 1fr 1fr;
      gap: 10px; }
  .project-details .description {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 3fr; }
  .project-details button {
    background: #2473b4;
    padding: 6px 18px;
    float: right;
    color: white; }
  .project-details .upload-btn {
    background: #F47A6C; }
  .project-details .message-info {
    background: #F78B8B;
    display: inline-block;
    padding: 5px 10px;
    color: white;
    margin-bottom: 10px; }
  .project-details .avatar {
    height: 100px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center; }

.project-details-container {
  width: 80%;
  margin: 0 10%;
  position: absolute;
  top: 47px; }

.project-list {
  background: #F4F4F4;
  padding: 30px;
  width: 100vw;
  height: calc(100vh - 40px);
  overflow: scroll;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 10px; }
  .project-list .item {
    width: 100%;
    height: 150px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 2px 3px #dedede;
    background: white; }
    .project-list .item .img-wrap {
      height: 100px;
      background-size: 100%;
      background-color: #2473b4;
      background-position: center;
      cursor: pointer; }
    .project-list .item .text {
      position: relative;
      padding: 5px 10px;
      color: #6f6f6f;
      line-height: 1.5rem; }
  .project-list .edit-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 5px;
    cursor: pointer; }
    .project-list .edit-icon :hover {
      color: #F47A6C; }

.project-summary {
  padding: 30px;
  background: #ececec;
  height: 100%;
  width: 100%;
  overflow-y: scroll; }
  .project-summary .ganttchart-view {
    height: auto; }
  .project-summary p {
    color: grey;
    line-height: 1.8rem; }
  .project-summary h4 {
    color: #2473b4;
    font-size: 18px;
    margin-bottom: 10px; }
  .project-summary .info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px; }
    .project-summary .info p {
      shape-outside: margin-box; }
  .project-summary .avatar {
    width: 60%;
    height: 180px;
    float: left;
    margin: 5px 10px 10px 0px;
    background-size: 100%;
    background-color: #2473b4;
    background-position: center; }
    .project-summary .avatar.default {
      background-image: url("/public/project-default.png"); }
  .project-summary .analyasis {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 20px; }
    .project-summary .analyasis .chart {
      width: 100%;
      height: 300px; }
  .project-summary #gantt {
    height: 400px; }
  .project-summary .header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px; }
    .project-summary .header .import-button-group {
      display: flex; }
    .project-summary .header button {
      background: #2473b4;
      top: 0;
      right: 0;
      padding: 8px;
      color: white; }
      .project-summary .header button i {
        display: block;
        min-width: 18px;
        min-height: 18px; }

.popup-container.gantt-popup {
  width: 90vw;
  height: 93%;
  margin: 3% auto;
  overflow-y: auto; }
  .popup-container.gantt-popup iframe {
    border: none;
    margin-top: 20px; }

.gantt-iframe #gantt {
  height: 100vh; }

.gantt-error {
  display: none; }

.gantt_tree_content {
  text-overflow: ellipsis;
  overflow: hidden; }

.react-contextmenu {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
  color: #373a3c;
  font-size: 16px;
  margin: 2px 0 0;
  min-width: 120px;
  outline: none;
  opacity: 0;
  padding: 5px 0;
  pointer-events: none;
  text-align: left;
  transition: opacity 250ms ease !important; }

.react-contextmenu.react-contextmenu--visible {
  opacity: 1;
  pointer-events: auto;
  z-index: 9999; }

.react-contextmenu-item {
  background: 0 0;
  border: 0;
  color: #373a3c;
  cursor: pointer;
  font-weight: 400;
  line-height: 1.5;
  padding: 3px 20px;
  text-align: inherit;
  white-space: nowrap; }

.react-contextmenu-item.react-contextmenu-item--active,
.react-contextmenu-item.react-contextmenu-item--selected {
  color: #fff;
  background-color: #20a0ff;
  border-color: #20a0ff;
  text-decoration: none; }

.react-contextmenu-item.react-contextmenu-item--disabled,
.react-contextmenu-item.react-contextmenu-item--disabled:hover {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.15);
  color: #878a8c; }

.react-contextmenu-item--divider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  cursor: inherit;
  margin-bottom: 3px;
  padding: 2px 0; }

.react-contextmenu-item--divider:hover {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.15); }

.react-contextmenu-item.react-contextmenu-submenu {
  padding: 0; }

.react-contextmenu-item.react-contextmenu-submenu > .react-contextmenu-item:after {
  content: "\25B6";
  display: inline-block;
  position: absolute;
  right: 7px; }

.share-menu .icon-remove {
  display: inline-block;
  margin-right: 10px;
  vertical-align: text-top; }

.share-menu .icon-add-simple {
  display: inline-block;
  background-color: gray;
  vertical-align: sub;
  margin-right: 10px; }

.issue-list .top {
  display: flex;
  justify-content: space-between;
  margin: 20px; }
  .issue-list .top h3 {
    font-size: 1.4rem;
    font-weight: bold;
    color: #363e4d; }
  .issue-list .top button {
    background-color: #4BBCD1;
    width: 100px;
    border-radius: 5px;
    padding: 5px;
    color: white;
    box-shadow: 1px 0px 3px #82c5d1;
    cursor: pointer; }

.issue-list .categories {
  border-bottom: 1px solid #d4cece;
  display: flex; }
  .issue-list .categories div {
    margin-bottom: 10px; }
  .issue-list .categories div:not(:last-child) {
    min-width: 100px;
    text-align: center;
    font-size: 14px;
    color: grey;
    display: inline-block;
    border-bottom: 3px solid transparent;
    padding: 3px; }
    .issue-list .categories div:not(:last-child).selected {
      color: #2473b4;
      border-bottom: 3px solid #4BBCD1; }
  .issue-list .categories .icon-mark {
    margin-left: 20px; }
  .issue-list .categories div:last-child {
    display: inline-block; }
  .issue-list .categories .icon-add-simple {
    background-color: grey;
    border-bottom: 6px solid transparent; }

.issue-list .search {
  background: #fcfbfc;
  padding: 10px;
  margin: 10px; }
  .issue-list .search input {
    border: 1px solid #e0dfe0;
    width: 70%;
    padding: 5px; }

.issue-list .list {
  margin: 0 10px 10px; }
  .issue-list .list.open {
    width: 20%;
    display: inline-block; }
    .issue-list .list.open .header,
    .issue-list .list.open .row {
      display: grid;
      grid-template-columns: 2fr 1fr 0.5fr; }
  .issue-list .list .header {
    background: #fcfbfc;
    padding: 10px;
    font-weight: bold; }
  .issue-list .list .header,
  .issue-list .list .row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 5px; }
  .issue-list .list .content {
    color: grey; }
  .issue-list .list .row {
    align-items: center;
    padding: 10px; }
    .issue-list .list .row img {
      width: 20px;
      height: 20px; }

.issue-list > .content {
  width: calc(80% - 20px);
  display: inline-block;
  float: right; }
  .issue-list > .content .info {
    display: flex;
    justify-content: space-between; }
    .issue-list > .content .info b {
      margin-right: 10px; }
  .issue-list > .content h3 {
    margin: 10px 0;
    background: #fcfbfc;
    padding: 5px; }

html {
  box-sizing: border-box; }

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif; }

*,
*:before,
*:after {
  box-sizing: inherit; }

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
p,
input,
a {
  font-weight: 100;
  margin: 0; }

input:focus {
  outline: none; }

a {
  text-decoration: none; }

button {
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  outline: none; }

::-webkit-scrollbar {
  width: 6px;
  height: 6px; }

::-webkit-scrollbar-track {
  background: #F4F4F4; }

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(199, 227, 230, 0.8); }

::-webkit-scrollbar-track-piece {
  background: rgba(255, 255, 255, 0.5); }

#app {
  min-width: 960px;
  width: 100vw;
  height: 100vh;
  position: fixed; }

.setup-container ::-webkit-input-placeholder {
  color: #2473b4; }

.setup-container :-moz-placeholder {
  color: #2473b4; }

.setup-container ::-moz-placeholder {
  color: #2473b4; }

.setup-container :-ms-input-placeholder {
  color: #2473b4; }

.login-container ::-webkit-input-placeholder {
  color: #F47A6C; }

.login-container :-moz-placeholder {
  color: #F47A6C; }

.login-container ::-moz-placeholder {
  color: #F47A6C; }

.login-container :-ms-input-placeholder {
  color: #F47A6C; }

.page-container {
  position: relative; }

.basebg-color {
  width: 100vw;
  height: 100vh;
  background: #007dc5;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #007dc5 45%, #21bbaf 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #007dc5 45%, #21bbaf 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #007dc5 45%, #21bbaf 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc5', endColorstr='#21bbaf', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */ }

.basebg {
  width: 100vw;
  height: 100vh;
  background-image: url(/img/e942ffd8ce5fca5c881ad19f42ad9ca9.png);
  background-size: cover;
  background-position: center 160px;
  background-repeat: no-repeat; }
  .basebg .top-nav {
    position: absolute;
    margin: 20px;
    right: 0; }
    .basebg .top-nav button {
      padding: 10px;
      font-size: 1em; }
      .basebg .top-nav button:hover {
        background: #2473b4; }
    .basebg .top-nav a {
      color: white; }

.basebg.no-found .login-container {
  height: 30%; }

.basebg.no-found h3 {
  color: white; }

.basebg.no-found button {
  background: #2473b4;
  color: white;
  padding: 10px 20px;
  margin-top: 20px;
  font-size: 16px; }
  .basebg.no-found button:hover {
    background: #4BBCD1; }

.hidden {
  display: none; }

.clear {
  clear: both; }

.link-blue {
  color: #2473b4; }

.link-red {
  color: #fc5345; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

.width80 {
  width: 80%; }

@media screen and (max-width: 768px) {
  .hide-mobile {
    display: none !important; } }

.message-center {
  position: relative;
  background: #1ce5c7;
  color: #2473b4;
  padding: 10px;
  text-align: center;
  -webkit-animation: fadein .5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein .5s;
  /* Firefox < 16 */
  -ms-animation: fadein .5s;
  /* Internet Explorer */
  -o-animation: fadein .5s;
  /* Opera < 12.1 */
  animation: fadein .5s; }
  .message-center p {
    font-weight: bold; }
  .message-center .icon-remove {
    color: white;
    font-size: 18px;
    position: absolute;
    right: 20px;
    top: 8px;
    cursor: pointer; }

.faceZ {
  -webkit-transform-style: preserve-3d;
  -webkit-animation: spin 5s infinite ease-out; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotateX(-20deg) rotateY(20deg); }
  100% {
    -webkit-transform: rotateX(-20deg) rotateY(740deg); } }

.clear:before {
  display: table;
  content: " "; }

.clear:after {
  display: table;
  content: " ";
  clear: both; }

input {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
input {
  /* 1 */
  overflow: visible; }
