/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25 sept. 2018, 08:05:48
    Author     : SlashOne
*/
.card.mt-4 .card-block .accordion-block{
    padding: 15% 2% 5% 2%;
}
#accordion {
    width: available;
    border: 1px solid #eee;
    -webkit-box-shadow: 0px 0px 2px rgba(53, 58, 70, 0.95);
    -moz-box-shadow:    0px 0px 2px rgba(53, 58, 70, 0.95);
    box-shadow:         0px 0px 2px rgba(53, 58, 70, 0.95);
}

#accordion h2 {
    background-color: #777;
    border-top: 1px solid rgba(255,255,255,.5);
    color: white;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    line-height: 2.013;
    margin: 0;
    text-shadow: 1px 2px 2px #222932;
}
#accordion h2 i{
    display: inline-block;
    vertical-align: middle;
}
#accordion h2:first-child {
    border-top: none;
}

#accordion h2 span {
    display: inline-block;
    width: 90%;
    vertical-align: middle;
}
#accordion h2:after{
    clear: both;
    float: none;
}
#accordion h2 strong {
    border: 1px solid #181e26;
    font-size: 0.8em;
    float: right;
    margin: 8px 10px 0 0;
    padding: 5px 10px;
    line-height: 12px;
    height: 12px;
}

#accordion #profile span {
    background: url(../img/ico-profile.png) no-repeat 10px center;
}

#accordion #messages span {
    background: url(../img/ico-messages.png) no-repeat 10px center;
}

#accordion #settings span {
    background: url(../img/ico-settings.png) no-repeat 10px center;
}

#accordion ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#accordion ul li {
    background: url(../img/arrow.png) no-repeat left center;
    color: #798ea1;
    font-size: 1em;
    padding: 5px 0 5px 20px;
    border-top: #777 1px solid;
    cursor: pointer;
}
#accordion ul li.client_checked_it i, #accordion ul li.client_checked_it span{
    color: green !important;
}
#accordion ul li.client_checked_it.active{
    background: #affa8f;
}
#accordion ul li:first-child{
    border-top:none;
}
#accordion ul li i{
    display: inline-block;
    vertical-align: middle;
}
#accordion ul li span{
    color: #777575;
    display: inline-block;
    width: 90%;
    vertical-align: middle;
}
#accordion .toggle-active {
    border-bottom: 1px solid white;
}

.closed {
    display: none;
}

.mediaplayer{
    background: #eee;
}

.mediaplayer h2{
    color: #eee;
    background: #777;
    border-bottom: 1px solid #999;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 0px;
}