.user-menu {
  /*opacity: 0;
  position: absolute;
  display: none;
  z-index: 1041;
  background: #1c1d1d;
  background: var(--main-bg-color-default);
  border-radius: 5px;
  border: 1px solid #1d9fdf;
  padding: 5px;*/
}

#alert-menu-container {
  /*min-width: 200px;
  max-height: 300px;*/
  width:100%;
  height:100%;
  overflow-y: auto;
}

/* .user-menu a {
  display: block;
  width: 100%;
  color: #727272;
  color: var(--user-menu-a-color);
}

.user-menu a:hover {
  text-decoration: none;
  background: #333;
  background: var(--user-menu-a-hover-background);
} */

.alert-counter,
.notification-counter {
  position: absolute;
  left: 5px;
  top: -7px;
  cursor: pointer;
  z-index: 1000px;
}

.alert-counter-nav,
.notification-counter-nav {
  position: absolute;
  left: 10px;
  top: 15px;
  cursor: pointer;
  z-index: 1000px;
}

.user-menu-pointer {
  cursor: pointer;
}
.user-menu-separator {
	height: 5px;
}
.user-menu-premium {
	color: #e0b33c;
}
.user-menu-storage-usage-loading {
	height: 22px;
}

.user-menu-storage-usage-loading .circle-infinite-loading {
	left: calc(50% - 102px) !important;
}
.user-menu-storage-usage-loading .circle-infinite-loading-bar {
	height: 10px !important;
	width: 10px !important;
	margin-left: 5px;
}
.user-menu-administrator {
	/* color: #2196f3; */
	color: var(--active-blue);
}
.user-menu-distributor {
	color: var(--active-blue);
}
.user-settings-menu-block{
  display: block;
  float: left;
  width: 100%;
  height: auto;
  background: #111;
  background: var(--user-settings-menu-bg-color);
  margin-bottom: 5px;
  border-radius: 5px;
  padding: 3px;
  text-align: center;
  color:var(--text-white-on-black);
}

.item-highlight {
	color: #ffc107;
}

.custom-list-entry,
.custom-list-new {
	margin: 5px 10px 5px 10px;
  border-radius: 5px;
  padding: 5px 5px 2px 5px;
  float: left;
}

.custom-list-entry .glyphicons-remove-circle {
	float: right;
	margin-top: -5px;
	color: #a94442;
	cursor: pointer;
}

.custom-list-div {
	height: calc(100vh - 65px);
}

.custom-list-entry {
  width: calc(100% - 20px);
  color: #bbb;
  color: var(--heading-white-on-black);
}

.custom-list-entry .descr {
	color: #fff;
  color: var(--text-white-on-black);
}

.custom-list-project {
  border: 2px solid #2196f3;
}

.custom-list-user {
  border: 2px solid #673ab7;
}

.custom-list-new {
	color: #898989;
  border: 2px dashed #898989;
  width: calc(100% - 20px);
  font-size: 1.2rem;
}

.custom-list-title {
  font-size: 16px;
	color: #898989;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.custom-list-data {
	width: 100%;
	/* height: calc(100% - 100px); */
	overflow-y: auto;
}

.project-api-caption {
	color: #607D8B;
}

.no-tokens-warning,
.key-code-entry {
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
  width: 100%;
}

.key-code-entry > .col-xs-12 {
	margin-bottom: 5px;
  padding: 0;
}

.key-code-entry .glyphicons-remove {
	cursor: pointer;
	color: #F44336;
}

.key-code-entry .glyphicons-copy {
	cursor: pointer;
	color: #fff;
  color: var(--text-white-on-black);
}

.key-code-entry .glyphicons-copy:hover,
.key-code-entry .glyphicons-remove:hover {
	color: #1d9fdf;
}

.key-code-entry .col-lg-4 {
	position: unset;
}

.add-key-button {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  display: inline-block;
  color: #000;
  cursor: pointer;
  background: #fff;
  line-height: 1.5 !important;
  font-weight: bold;
  font-size: 16px;
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
}

.add-key-button .glyphicon {
  margin-right: 5px;
}

.add-key-button:hover {
  color: #1d9fdf;
  background: #fff;
}

.key-code-entry .counter {
	float: right;
	position: relative;
	/* top: 5px; */
}

.token-line{
  display:flex;
  width:100%;
  justify-content:space-between;
}
.key-code-entry{
  padding: .5rem;
  border-radius: 1rem;
}
.key-code-entry:nth-child(even){
  background: var(--row-2n1);
}
.token-line .col-lg-4{
  width: 33.333333%;
  display: flex;
  justify-content: center;
  align-items:center;
}
.token-line .col-lg-4 .glyphicons,
.token-line .col-lg-4 .counter{
  padding-right: .5rem;
}
.token-line .col-lg-4:first-child{
  justify-content: flex-start;
}
.token-line .col-lg-4:last-child{
  justify-content: flex-end;
}
.project-api-tokens-title {
	margin-bottom: 10px;
}

.project-api-tokens-title div {
	float: right;
}

.user-menu-wrapper {
  position: relative;
}

#welcomeTextDontShowAgainBtn {
  position: absolute;
  bottom: -3.4rem;
  display: inline-block;
  margin-left: calc(50% - 8rem);
  z-index: 1;
}

#welcomeTextDontShowAgainBtn input {
  font-size: 1rem;
}

/*
#welcomeTextDontShowAgainBtn.checkbox.active:before {
  content: '\e013';
  color: #1d9fdf;
  font-size: 0.625rem;
  left: 0;
  top: 0;
  position: absolute;
  pointer-events: none;
  font-family: 'Glyphicons Halflings';
}
*/

#welcomeTextDontShowAgainBtn.checkbox label::before {
  content: '\e013';
  color: transparent;
  font-size: 0.625rem;
  font-family: 'Glyphicons Halflings';
  top: -0.2rem;
  position: relative;
}


#welcomeTextDontShowAgainBtn.checkbox.active label::before {
  color: #1d9fdf;
}


#welcomeTextDontShowAgainBtn label {
  white-space: nowrap;
  color: var(--modal-body-content-color) !important;
}

.welcome-text-box svg {
  width: 4rem;
  float: left;
  margin-right: 1rem;
  position: relative;
  top: -1rem;
  fill: var(--heading-white-on-black)
}
.user-settings-menu-block.group-box{
  margin-bottom: .5rem;
}
.user-settings-menu-block .outlined-button{
  margin-bottom: .5rem;
}
.user-settings-menu-block .outlined-button:last-child{
  margin-bottom: 0;
}
#alert-menu{
  width:100%;
}
@media screen and (max-width: 600px) {
  .token-line .col-lg-4{
    width: 100%;
    justify-content: flex-start;
    padding: 0;
    margin-bottom: .5rem;
  }
  .token-line .col-lg-4:last-child{
    margin-bottom: 0;
    justify-content: flex-start;
  }
  .token-line {
    flex-wrap: wrap;
  }
}

.welcome-navigator-button {
  border-radius: 50%;
  border: 2px var(--text-white-on-black) solid;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  display: inline-block;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  margin-top: 0.5rem;
  -moz-transition: .25s ease-in-out;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.welcome-navigator-button.active {
  background: var(--text-white-on-black);
}

.welcome-message-box-single {
  min-height: 40rem;
}