/**********
.bg-dark {
    
	background-color: #000000f7!important;
}

.col-md-4 {
    padding-left: 2px;
}

body {
    background-color: #62002f;
	background-image: linear-gradient(#111111, #141414)!important;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #059900;
}



.scene-card.card {
    background-color: #1e1e1e;
}
********/

.TruncatedText {
    font-size: 1.0rem;
}
/*
.performer-card.card {
    background-color: #1e1e1e;
    width: 9rem; 
}
.performer-card-image {
    height: 20rem;
}
*/
.card-popovers {
    margin-bottom: 0px;
}

.card {
    background-color: #1e1e1e;
}

.zoom-1 {
    width: 246px;
}

.wall-item-text {
    visibility: hidden;
}

.btn-primary {
    color: #fff;
    background-color: #059900;
    border-color: #059900;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #000000;
    border-color: #005601;
    box-shadow: 0 0 0 0.2rem rgba(54,144,199,.5);
}

.btn-primary:hover {
    color: #fff;
    background-color: #10659a;
    border-color: #0e5e8f;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.detail-header .background-image-container .background-image {
    filter: blur(10px);
    height: 100%;
    object-fit: cover;
    object-position: 50% 30%;
    width: 100%;
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    border-color: #13ad06;
    background-color: #13ad06;
}

.custom-control-label:before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #c51919;
    border: 1px solid #856666;
}

/* [Scenes tab] Adjust the mouse over behaviour in wall mode */

@media (min-width: 576px) {
 .wall-item:hover::before {
   opacity: 0;  
 }

 .wall-item:hover .wall-item-container {
   transform: none;
 }
 
 
 @media (min-width: 576px) and (min-height: 600px)
#tasks-panel .tasks-panel-queue {
    background-color: #1e1e1e;
    margin-top: -1rem;
    padding-bottom: 0.25rem;
    padding-top: 1rem;
    position: sticky;
    top: 3rem;
    z-index: 2;
}
}
