a {
    text-decoration: none !important;
}
.bg-success {
    background-color: #3F51B5 !important;
}
.text-success, a.text-success:focus, a.text-success:hover {
    color: #3F51B5 !important;
}
a:hover {
    color: #3F51B5;
}
.btn:hover {
    color: #fff !important;
}
.btn-trans:hover {
    color: #3F51B5 !important;
}
.btn-dark:hover {
    background-color: #3F51B5 !important;
    border-color: #3F51B5 !important;
}
.sample .btn-trans:hover {
    color: #fff !important;
}

.btn-success {
    background-color: #3F51B5 !important;
    border-color: #3F51B5 !important;
}
#media_library {
    position: relative;
    height: 80vh;
    overflow: auto;
    font-size: 0.85rem;
}
#media_library ul li {
    display: block;
    margin: 0.25rem 0;
}
.media_dir_toggle {
    padding: 0 0.5rem;
    color: var(--dark);
    text-decoration: none;
    text-transform: uppercase;
}
.media_dir_toggle[aria-expanded="true"] {
    background-color: var(--dark);
    color: #fff;
}
.media_dir_toggle[aria-expanded="true"] i.fa.fa-folder-o::before {
    content: "\f115";
}
.media_dir {
    padding: 0.5rem;
    border: 2px solid var(--dark);
    background-color: var(--light);
}
.media_dir.collapse.show {
    margin-bottom: 1rem;
}
.media_list {

}
.file_media {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.file_media + label {
    max-width: 80%;
    font-size: 0.85rem;
    /* 20px */
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.25rem 0.5rem;
    /* 10px 20px */
}

.file_media + label {
    /* display: none; */
}

.file_media:focus + label, .file_media.has-focus + label {
    /* outline: 1px dotted #000; */
    /* outline: -webkit-focus-ring-color auto 5px; */
}

.file_media + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.file_media + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}


.file_media + label {
    color: #fff;
    background-color: var(--dark);
}

.file_media:focus + label, .file_media.has-focus + label, .file_media + label:hover {
    background-color: #3F51B5;
}

.btn_media_sample_load {
    line-height: 1.5;
    padding: 0.5rem;
    color: var(--dark);
}
li.playing .btn_media_sample_load {
    /* color: var(--success); */
    color: #3F51B5;
}
.btn_media_sample_delete {
    line-height: 1.5;
    float: right;
    color: var(--danger);
}
#data_files {
    position: relative;
    margin-left: 2rem;
    width: 45%;
}
#btn_new {
    margin-right: 1rem;
}
#btn_duplicate {
    margin-left: 1rem;
}
#player {
    position: relative;

}
#composition {
    position: relative;
}
#composition_name {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    font-size: 1.25rem;
    cursor: pointer;
}
#composition_name:hover {
    color: #3F51B5 !important;
}
#composition_link {
    display: inline-block;
    /* float:right; */
    width: 100%;
    text-align: right;
}
#c_url {
    text-align: left;
    width: 100%;
}
#groups {
    position: relative;

}
.noUi-base, .noUi-connects {
    /* background-color: var(--dark); */
    background-color: #ebecec;
}
.noUi-connect {
    /* background-color: #3F51B5; */
    background-color: var(--dark);
}
.noUi-handle:focus {
    outline: none;
}
.noUi-tooltip {
    border: 0;
    font-size: 0.75rem;
    display: none;
}
.noUi-active .noUi-tooltip {
    display: block;
}
.noUi-handle:after, .noUi-handle:before {
    display: none;
}
.group {
    position: relative;
    border: 2px solid var(--light);
    min-height: 6rem;
    margin-bottom: 1rem;
    background-color: var(--light);
}
.group.selected {
    border: 2px solid var(--dark);
    /* background-color: var(--light); */
    /* background-color: lightyellow; */
}
.group.playing {
    /* border: 2px solid var(--success); */
    border: 2px solid #3F51B5;
    background-color: var(--light);
    background-color: #fff;
    /* background-color: lightyellow; */
    /* background-color: lightyellow; */
}
.group_fadecount_max {
    position: absolute;
    top: 0.25rem;
    right: 108px;
    line-height: 1.5;
    cursor: pointer;
    padding-right: 0.5rem;
}
.group_fadecount_max:hover {
    color: #3F51B5 !important;
}
.group_name {
    position: relative;
    padding: 0.25rem 0.5rem;
    display: inline-block;
    cursor: pointer;
}
.group_name:hover {
    color: #3F51B5 !important;
}
.group.playing .group_name {
    /* color: var(--success); */
    color: #3F51B5;
}
.group_btns {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
.group_btns .btn {
    width: 36px;
}
.group:first-child .group_btns {
    right: 36px;
}
.btn_group_remove {

}
.sample {
    position: relative;
    padding: 0.5rem;
    color: #fff;
    margin: 0.5rem;
    font-size: 0.85rem;
    transition-property: opacity;
    transition-duration: 900ms;
    min-width: 216px;
    display: inline-block;
    border: 2px solid var(--light);
}
.sample.bg-success {
    /* box-shadow: 0 0 3px 3px rgba(0,0,0,0.25); */
    border: 2px solid #3F51B5;
}
.sample.bg-success[data-sample_type="4"] {
    border: 2px solid #7f59b3;
    background-color: #7f59b3 !important;
}
#btn_play, #btn_stop {
    display: none;
}
.btn-trans {
    background-color: transparent;
}
.btn-trans:hover {

}
.btn.focus, .btn:focus {
    box-shadow: none !important;
}
.sample_fadecount {
    position: absolute;
    width: 60px;
    right: 36px;
    top: 0.5rem;
    line-height: 1.25;
    text-align: right;
    padding-right: 0.75rem;
    display: none;
}
.btn_sample_vol {
    position: absolute;
    top: 0;
    /* left: 72px; */
    left: 36px;
    color: #fff !important;
}
.btn_sample_start {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff !important;
}
.btn_sample_type {
    position: absolute;
    top: 0;
    /* left: 36px; */
    left: 0;
    color: #fff !important;
}
.btn_sample_slot {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff !important;
    width: 36px;
    text-align: center;
    font-weight: bold;
}
.btn_sample_loop {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff !important;
}
.btn_sample_play {
    position: absolute;
    top: 0;
    right: 36px;
    color: #fff !important;
}
.btn_group_solo {
    position: absolute;
    top: 0;
    right: 72px;
    /* color: #fff !important; */
}
.btn_remove_sample {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff !important;
}
.btn_remove_sample:hover {
    background-color: var(--danger);
}
.sample_name {
    padding: 1.5rem 0 0.5rem 0;
}
.sample .progress {
    height: 2px;
    background: transparent;
}
.navbar-dark .navbar-brand {
    line-height: 1;
    margin-right: 2rem;
}
.navbar-brand img {
    max-width: 36px;
    vertical-align: bottom;
}
#icon_playing {
    color: #fff;
    font-size: 1.25rem;
    visibility: hidden;
    line-height: 1;
    vertical-align: sub;
}
#the_time {
    text-transform: uppercase;
    text-align: left;
    font-size: 1.25rem;
    color: #fff;
    width: 160px;
}
@media (max-width: 1024px) {
    #data_files {
        width: 35%;
        margin-left: 0;
    }
    #data_filenames {
        width: 210px;
    }
    .navbar-dark .navbar-brand {
        font-size: 1rem;
        margin-right: 1rem;
    }
}
