.player-list {
    display: block;
    position: relative;
    border-radius: .25rem;
    max-height: 101px;
    overflow-y: auto;
}

.player-list .playeritem:hover {
    background: #444444; 
}
.player-list .playeritem {
    padding: 7px 12px;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: .25rem;
    background: #313131;
    height: calc(1.5em + .75rem + 2px);
}

.area-visibility-set {opacity:0;visibility:hidden;display: none;}
.area-visibility-set.visible {opacity:1;visibility:visible;display: initial;}

.alert_progress {
    position: absolute;
    height: 5px;
    left: 0;
    right: 0;
    top: 100%;
}

.alert_progress .progress-bar {
    animation: 2.5s ease-out 0s 1 fillAlertProgress;
}

@keyframes fillAlertProgress {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.filePreview.has-media {
	display: flex;
	height: 144px;
}

.filePreview .file-preview  {
	margin-right: 10px;
	position: relative;
}

.file-preview .preview {
	display: block;
	max-width: 144px;
	min-width: 80px;
	height: 144px;
	border-radius: 6px;
	border: 1px solid #333;
	overflow: hidden;
}

.file-preview img {
	object-fit: cover;
	max-width: 100%;
	height: 144px;
}

.jsMessages {
  overflow: hidden;
}

.jsMessages .jsMessage {
  position:relative;
  display: table;
  width:100%;
  background:#191919
}

.jsMessages .jsMessage .action {
  position: absolute;
  width: 180px;
  height: 100%;
  top: 0;
  border: 0;
  outline: none;
}

.jsMessages .jsMessage .action a {
  width: 60px;
  text-align: center;
  height:100%;
}

.jsMessages .jsMessage .action:first-child::before, .jsMessages .jsMessage .action:last-child::before {
  position: absolute;
  top: 0;
  content: '';
  width: 2000px;
  height: 100%;
}

.jsMessages .jsMessage .action:first-child { left: -180px; }

.jsMessages .jsMessage .action:first-child::before { right: 180px; }

.jsMessages .jsMessage .action:last-child { right: -180px; }

.jsMessages .jsMessage .action:last-child::before { left: 180px; }

.jsMessages .jsMessage .action, .jsMessages .jsMessage .action::before { background: #e04f1a; }

.img-avatar40 {
  width: 40px;
  height: 40px;
}

.jsCheck {
  width: 0;
  opacity: 0;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.jsCheck.show {
  width: 28px;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .jsCheck.show {
    width: 50px;
  }
}


.bg-danger:not(.item-circle):not(.progress-bar),
.alert-danger {
  background: #191919 !important;
  color: #ff2020;
  font-weight: bold;
}

a.alert-danger:hover {
  color: #ff2020;
}
/*
.bg-danger .fa,
.bg-danger .fas,
.bg-danger .fad,
.bg-danger .fab,
.bg-danger .far {
  color: #ff2020;
}*/

.bg-danger a {
  color: #fff;
  text-decoration: underline;
}

.bg-success:not(.item-circle):not(.progress-bar),
.alert-success {
  background: #191919 !important;
  color: #0f0;
  font-weight: bold;
}

/*.bg-success .fa,
.bg-success .fas,
.bg-success .fad,
.bg-success .fab,
.bg-success .far {
  color: #318721;
}*/

a.alert-success:hover {
  color: #0f0;
}

.bg-success a {
  color: #fff;
  text-decoration: underline;
}
