@charset "UTF-8";
/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'), local('MaterialIcons-Regular'), url('fonts/material-icon.woff2') format('woff2'), url('fonts/material-icon.woff') format('woff'), url('fonts/material-icon..ttf') format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-feature-settings: 'liga';
  /* Support for IE. */
}
.logout {
  font-weight: normal !important;
  color: white !important;
}
.logout:hover {
  background-color: #9c27b0;
}
.logout a:hover {
  text-decoration: none;
}
.sidenav {
  color: black;
}
.sidebar {
  color: white;
}
.sidebar .user-ul {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
}
.sidebar .user-ul::-webkit-scrollbar {
  height: 10px;
  width: 5px;
  background: lightgray;
}
.sidebar .user-ul::-webkit-scrollbar-thumb {
  background: #2788ba;
}
.sidebar .user-project-list .project-list:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.sidebar .user-project-list .org-list:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.sidebar .search-input {
  background-color: black;
  color: white;
}
.user-project-list {
  /* active state */
}
.user-project-list ul.nav-subtab > li {
  border: none;
  margin-left: 0;
}
.user-project-list li {
  margin-left: 0;
}
.user-project-list .subtab-group {
  padding: 10px 0 5px 0;
}
.user-project-list .result-snackbar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  width: 100%;
}
.user-project-list .user-ul {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
  overflow-x: visible;
  overflow-y: auto;
  max-height: 80vh;
}
.user-project-list .user-ul::-webkit-scrollbar {
  height: 10px;
  width: 5px;
  background: lightgray;
}
.user-project-list .user-ul::-webkit-scrollbar-thumb {
  background: #2788ba;
}
.user-project-list .user-li {
  cursor: pointer;
  line-height: normal;
  font-size: 0;
}
.user-project-list .user-li .popover {
  word-wrap: break-word;
  min-width: 200px;
  background-color: #03a9f4;
  color: white;
  font-size: 13px;
}
.user-project-list .user-li .popover .arrow::after {
  border-right-color: #03a9f4;
}
.user-project-list .etc-favorites {
  border-top: 1px dashed gray;
}
.user-project-list .user-search-form {
  display: flex;
}
.user-project-list .flex-form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.user-project-list .search-btn-flex-item {
  margin-top: 5px;
}
.user-project-list .search-btn,
.user-project-list .important {
  color: #fff;
  background-color: #FF4081;
  border: none;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  will-change: box-shadow;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
  position: relative;
  height: 36px;
  margin: 0;
  min-width: 64px;
  padding: 0 16px;
  display: inline-block;
}
.user-project-list .search-btn:hover,
.user-project-list .important:hover {
  background-color: #ec407a;
}
.user-project-list .search-btn:active,
.user-project-list .important:active {
  background-color: #417cb8;
  box-shadow: 0 3px #27496d;
  transform: translateY(1px);
}
.user-project-list form {
  padding: 20px 10px;
}
.user-project-list .group {
  position: relative;
}
.user-project-list .search-input {
  font-size: 14px;
  display: block;
  border: none;
  width: 99%;
  margin-bottom: 0;
  border-radius: unset;
  height: 34px;
}
.user-project-list .search-input:focus {
  outline: none;
  border: none;
}
.user-project-list .search-label {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 20px;
  transition: 0.2s ease all;
}
.user-project-list .bar {
  position: relative;
  display: block;
}
.user-project-list .bar:before,
.user-project-list .bar:after {
  content: '';
  height: 1px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #e91e63;
  transition: 0.2s ease all;
}
.user-project-list .bar:before {
  left: 50%;
}
.user-project-list .bar:after {
  right: 50%;
}
.user-project-list .search-input:focus ~ .bar:before,
.user-project-list .search-input:focus ~ .bar:after {
  width: 50%;
}
.user-project-list ::-webkit-scrollbar {
  height: 10px;
  width: 10px;
  background: #fff;
}
.user-project-list ::-webkit-scrollbar-thumb {
  background: #1fb0ff;
}
.user-project-list li:focus {
  outline: solid 0 #DCDCDC;
  background-color: #ECECEC;
}
.user-project-list .user-avatar {
  font-size: 22px !important;
  background-color: transparent !important;
}
.user-project-list .user-photo {
  clip-path: circle(20px at center);
}
.user-project-list .display-name {
  font-size: 1.3em;
}
.user-project-list .display-title {
  font-size: 1.15em;
}
.user-project-list .user-photo-default {
  width: 45px;
  clip-path: circle(20px at center);
  margin-left: -1px;
  margin-top: 3px;
  margin-bottom: -2px;
}
.user-project-list .user-detail {
  font-size: 12px !important;
  color: grey;
  padding-top: 3px;
}
.user-project-list .no-result {
  color: mediumvioletred;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 25px;
}
.user-project-list footer {
  height: 45px;
  display: block;
}
.user-project-list .flex-avatar {
  width: 45px;
  height: 51px;
}
.user-project-list .is-exist-icon {
  color: whitesmoke;
  font-size: 10px !important;
  background-color: #343434;
  border-radius: 2px;
  padding: 2px 4px;
}
.user-project-list .settings {
  position: relative;
  display: block;
  text-align: right;
  padding-right: 10px;
  padding-top: -10px;
}
.user-project-list .setting-icon {
  font-size: 20px !important;
  color: #9E9E9E;
  text-decoration: none;
  margin-bottom: -20px;
}
.user-project-list .star {
  vertical-align: bottom;
  height: 15px;
  font-size: 16px;
}
.user-project-list .starred {
  color: #e91e63;
}
.user-project-list .starred:hover {
  color: #8a123b;
}
.user-project-list .star-project,
.user-project-list .star-org {
  width: 29px;
  flex-shrink: 0;
  color: #eee;
}
.user-project-list .star-project:hover,
.user-project-list .star-org:hover {
  color: #e91e63;
}
.user-project-list .user-desc {
  margin-bottom: -20px;
  display: block;
  height: 20px;
  clear: both;
}
.user-project-list .user-desc-detail {
  bottom: 24px;
  position: relative;
  left: 20px;
  display: block;
  text-overflow: ellipsis;
  width: 400px;
  white-space: nowrap;
  word-break: break-all;
  overflow: hidden;
  z-index: -1;
}
.user-project-list .selected-box {
  width: 100%;
  padding: 3px 6px 1px 7px;
  position: fixed;
  bottom: 0;
  background-color: rgba(93, 93, 95, 0.19);
  z-index: 99;
  margin-left: -8px;
}
.user-project-list .selected {
  background-color: rgba(255, 255, 255, 0.15);
}
.user-project-list .additional-help {
  padding: 20px;
}
.user-project-list .row-title {
  width: 100px;
  color: black;
  font-weight: bold;
}
.user-project-list .support-page {
  position: fixed;
  left: 20px;
}
.user-project-list .version {
  position: fixed;
  right: 10px;
  top: 10px;
}
.user-project-list .project-avatar {
  color: black;
}
.user-project-list .site-logo {
  width: 26px;
  text-align: center;
  margin-left: 2px;
  padding-top: 3px;
  overflow: hidden;
  flex-shrink: 0;
}
.user-project-list .site-logo img {
  width: 16px;
  border-radius: 3px;
  margin-right: 0;
  height: auto;
  vertical-align: text-top;
}
.user-project-list .page-logo {
  width: 47px;
  text-align: center;
  margin-left: 2px;
  margin-right: -2px;
}
.user-project-list .page-list {
  height: 55px;
}
.user-project-list .oss {
  background-color: #fff !important;
  margin-top: -2px;
}
.user-project-list .github {
  margin-top: -2px;
}
.user-project-list .yobi-logo {
  width: 33px;
}
.user-project-list .flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.user-project-list .project-flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.user-project-list .project-item-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
}
.user-project-list .project-item {
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
}
.user-project-list .project-item .slash {
  padding: 5px;
}
.user-project-list .project-item .project-name {
  min-width: 50px;
  max-width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-family: roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.user-project-list .project-item .project-name.org-name {
  max-width: 140px;
  font-size: 14px;
  color: #00bcd4;
}
.user-project-list .project-item .project-name a:hover {
  text-decoration: none;
  color: white;
}
.user-project-list .project-item .all-project-names {
  padding-left: 22px;
}
.user-project-list .project-item .all-org-names {
  font-weight: 700;
  color: white;
  font-family: Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.user-project-list .project-item .project-owner {
  color: grey;
  padding-right: 10px;
  font-size: 12px;
  text-align: right;
  flex-shrink: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 50px;
  min-width: 40px;
}
.user-project-list .project-item .project-owner a:hover {
  text-decoration: underline;
}
.user-project-list .projectName-owner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  overflow: hidden;
  padding: 1px 0;
}
.user-project-list .page-list-item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-grow: 1;
  width: 330px;
  overflow: hidden;
}
.user-project-list .page-list-item .page-title {
  font-size: 13px;
  padding-left: 10px;
}
.user-project-list .page-list-item .page-author {
  font-size: 12px;
  color: grey;
  display: block;
  text-align: right;
  padding-right: 11px;
  margin-top: -2px;
}
.user-project-list .user-detail-twoline {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 310px;
  justify-content: flex-end;
}
.user-project-list .result-snackbar {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  visibility: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #303030;
  color: white;
  z-index: 9999;
  font-size: 13px;
  cursor: pointer;
}
.user-project-list .result-snackbar .tip {
  width: 320px;
}
.user-project-list .result-snackbar .count {
  width: 40px;
  color: #ff7bad;
}
.user-project-list .list-end {
  border-bottom: 1px dashed gray;
}
.user-project-list .org-li {
  margin-top: 3px;
  margin-bottom: 8px;
}
.user-project-list .project-list {
  padding: 5px 0;
}
.user-project-list .project-list:hover {
  cursor: pointer;
  background-color: #f1f1f1;
}
.user-project-list .org-list {
  padding: 1px 0;
}
.user-project-list .org-list:hover {
  cursor: pointer;
  background-color: #f1f1f1;
}
.user-project-list .title-text {
  color: inherit;
  display: block;
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
  overflow: hidden;
  -webkit-transform-origin: 149px 48px;
  transform-origin: 149px 48px;
  margin-top: 20px;
}
.user-project-list .option-content {
  color: rgba(0, 0, 0, 0.54);
  line-height: 18px;
  font-size: 1.1em;
  overflow: hidden;
  width: 90%;
}
.user-project-list .option-content .shortcut-key {
  font-size: 14px;
}
.user-project-list .option-content .shortcut-key td {
  border-bottom: 1px solid #dadada;
  padding: 5px 5px 5px 0;
}
.user-project-list .option-content.more-help-text {
  font-size: 16px;
  line-height: 20px;
}
.user-project-list .more-help .sub-title {
  margin-top: -17px;
  font-size: 14px;
  color: rebeccapurple;
  margin-bottom: 10px;
  padding-left: 2px;
}
.user-project-list .more-help table {
  font-size: 14px;
}
.user-project-list .more-help .text-left {
  text-align: right;
  padding-right: 10px;
  width: 50px;
  line-height: 20px;
}
.user-project-list .clear-settings {
  margin-top: 10px;
}
.user-project-list .experimentals {
  text-align: right;
  padding-right: 10px;
}
.user-project-list .result-count {
  color: rebeccapurple;
}
.user-project-list .contents {
  margin: 10px;
}
.user-project-list .intended {
  outline: solid 0 #DCDCDC;
  background-color: #ECECEC;
}
.user-project-list .loading {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0;
}
.user-project-list .loading li {
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  transform: transformZ(0);
  animation: LOADING 1s infinite;
}
.user-project-list .loading li:nth-child(1n) {
  left: -45px;
  animation-delay: 0s;
}
.user-project-list .loading li:nth-child(2n) {
  left: -25px;
  animation-delay: 0.05s;
}
.user-project-list .loading li:nth-child(3n) {
  left: -5px;
  animation-delay: 0.1s;
}
.user-project-list .loading li:nth-child(4n) {
  left: 15px;
  animation-delay: 0.15s;
}
.user-project-list .loading li:nth-child(5n) {
  left: 35px;
  animation-delay: 0.2s;
}
@keyframes LOADING {
  0% {
    transform: scale(0.5);
    background: white;
  }
  50% {
    transform: scale(1);
    background: #c71585;
  }
  100% {
    transform: scale(0.5);
    background: white;
  }
}
.user-project-list .oss-avatar {
  fill: #9e9e9e;
}
#main {
  margin: 0;
  padding: 0;
  transition: margin-left 0.5s;
}
/* The side navigation menu */
#mySidenav {
  width: 0;
  /* 0 width - change this with JavaScript */
  position: absolute;
  /* Stay in place */
  z-index: 999;
  top: 40px;
  right: 0;
  box-shadow: 2px 2px 10px #888;
  background-color: white;
  overflow-x: hidden;
  /* Disable horizontal scroll */
  overflow-y: auto;
}
#mySidenav::-webkit-scrollbar {
  height: 10px;
  width: 10px;
  background: #fff;
}
#mySidenav::-webkit-scrollbar-thumb {
  background: #d7d4cb;
}
/* The navigation menu links */
.sidenav div.user-menu-wrap {
  text-align: right;
}
.sidenav span.user-menu {
  margin-left: 5px;
  margin-right: 5px;
  padding: 3px;
  color: black;
  font-size: 12px;
}
.nav-subtab.unstyled {
  color: black;
  background-color: #eee;
  display: inline-block;
}
.nav-subtab.unstyled a:hover {
  color: black;
}
.nav-subtab li a {
  padding: 5px 8px;
}
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.shortcut-message {
  color: white;
  background-color: #87c98a;
  padding: 3px 6px;
  border-radius: 2px;
}
/*# sourceMappingURL=usermenu.css.map */