#statushelp,
#statusbar {
    background:#000000;
    padding: 6px 0;
    height: 78px;
    justify-content: space-evenly;
}

#sbLine1 {
    align-items:center;
}

#sbSelects div {
    color: #fff;
    float: left;
    margin: 5px;
    padding: 5px;
    height: 18px;
}

#sbSelects select {
    font-family: var(--common-font-RM);
    font-size: 14px;
    width:140px;
}
#sbSelects option{
    font-family: var(--common-font-RM);
    font-size: 14px;
}

#sbSelects select:disabled {
    background: #DDDDDD;
    color: #AAAAAA;
}

#statusbar div.active{
    color: greenyellow;
}

#statusbar .tooltip-icon img {
    margin-left: -1rem;
}

#field_volume{
    text-align: center !important;
    height: 25px;
    width: 95px;
    font-size: 20px !important;
    font-family: var(--common-font-RSB);
    color: white;
}

div#circularBtn {
    border-radius: 50%;
    background-color: #fff;
    width: 24px;
    height: 24px;
}
div#circularBtn:hover {
    background-color: #696969;
}
div#circularBtn:hover img{
    filter:brightness(0) saturate(100%) invert(71%) sepia(18%) saturate(11%) hue-rotate(352deg) brightness(98%) contrast(97%);
}

nav.breadcrumb li:first-child::before {
    content: "";
}

nav.breadcrumb li::before {
    content: ">";
    color: #696969;
    font-size: 16px;
    padding-left: 6px;
    padding-right: 6px;
}

/* margin-bottom added to override bootstrap */
nav.breadcrumb ul {
    display: flex;
    padding-left: 0;
    margin-bottom:0;
}

nav.breadcrumb a {
    color: #B7B7B7;
    font-size: 14px;
    font-family: var(--common-font-RR);
}
nav.breadcrumb a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}

/* margin-bottom added to override bootstrap */
nav.breadcrumb {
    margin-bottom:0px !important;
}

#mute #mute_button_on.active{
    color: red !important
}
div#sbSelects {
    font-family: var(--common-font-RM);
    font-size: 14px;
    display: inline-flex;
    margin-left: 50px;
    margin-right: auto;
}

div#volumeComponent {
    position: relative;
}

#volumeComponent div {
    margin-left: 5px;
    margin-right: 5px;
}
.muteBlock img {
    position: absolute;
    filter: invert(0%) sepia(10%) saturate(7489%) hue-rotate(117deg) brightness(89%) contrast(101%);
    height: 20px;
    margin-left: 2px;
    margin-top: 2px;
}
.muteBlock.active img {
    filter: invert(71%) sepia(18%) saturate(11%) hue-rotate(352deg) brightness(98%) contrast(97%);
}
.muteBlock {
    background-color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    margin-left: 14px;
    width: 24px;
    height: 24px;
    float: left;
}

/*Mute active for on hover*/
/* .muteBlock.active:hover img {
    filter: invert(0%) sepia(40%) saturate(7459%) hue-rotate(129deg) brightness(84%) contrast(108%);
}
.muteBlock.active:hover {
    background: #fff;
} */
/*end mute active hover*/

.muteBlock.active, .muteBlock:hover{
    background-color: #696969;
}
.muteBlock:hover img{
    filter: invert(71%) sepia(18%) saturate(11%) hue-rotate(352deg) brightness(98%) contrast(97%);
}
.volBlock{
    position: relative;
}
.volBlock img{
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(7441%) hue-rotate(195deg) brightness(82%) contrast(112%);
    top: 0px;
    position: relative;
    height: 24px;
    left: 0px;
}
.volBlock img:hover{
    filter: invert(75%) sepia(3%) saturate(28%) hue-rotate(333deg) brightness(99%) contrast(89%);
}
.dim {
    font-size: 11px;
    background-color: #E31818;
    color: #ffffff;
    width: 41px;
    height: 15px;
    font-family: var(--common-font-RM);
    position: absolute;
    left: 188px;
    top: -6px;
    border-radius: 0.3rem;
}

.logo {
    margin-left: 30px;
    margin-right: 20px;
}
.logo a {
    height: auto;
    display: flex;
}

#shutdown-options {
    background-color: white;
    border-radius: 1rem;
}

.restart-powerOff-img:hover {
    filter:none;
}

/* Notification and popup css */
/* anchor is positionned in the normal element flow
 * and its children is positionned absolutely.
 * it won't take any space, but will still move with it's parent element
 */
#notif-anchor{
    position: relative;
}

#notif-anchor div{
    position: absolute;
    top: -1.4rem;
    left:1rem;
}

#notif-anchor img {
    width: 40px;
    cursor: pointer;
}

#notif{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 200px;
    margin-left:-150px;
    margin-top:-100px;
    z-index: 999999999999999;
    font-family:var(common-font-RM);
    font-size: 16px;
    background-color:white;
    color:black;
    border-radius: 10px;
    display: none
}

#notif .vlayout{
    align-items:center;
    justify-content:space-evenly;
    height:100%;
}

#notif #notifBtn
{
    font-family:var(common-font-RSB);
    font-size: 14px;
    background-color:black;
    color:white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    display:none;
}

#notif.sleep #notifBtn
{
    display:block !important;
}

#notif.success{
    background-color: #63a153;
    color: #FFF;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #81c270), color-stop(100%, #63a153));
    background-image: -webkit-linear-gradient(top, #81c270, #63a153);
    background-image: -moz-linear-gradient(top, #81c270, #63a153);
    background-image: -o-linear-gradient(top, #81c270, #63a153);
    background-image: -ms-linear-gradient(top, #81c270, #63a153);
    background-image: linear-gradient(top, #81c270, #63a153);
    text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 0px;
}

#notif.error{
    background-color: #FA565D;
    color: #FFF;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fa565d), color-stop(100%, #d1363d));
    background-image: -webkit-linear-gradient(top, #fa565d, #d1363d);
    background-image: -moz-linear-gradient(top, #fa565d, #d1363d);
    background-image: -o-linear-gradient(top, #fa565d, #d1363d);
    background-image: -ms-linear-gradient(top, #fa565d, #d1363d);
    background-image: linear-gradient(top, #fa565d, #d1363d);
    text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 0px;
}

#notif.warning{
    background-color: gold;
    color: #555;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 0px;
}

#popup-upgrade {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    min-width: 500px;
    max-width: 800px;
    height: 300px;
    z-index: 999999999999999;
    font-family:var(common-font-RM);
    font-size: 16px;
    background-color:white;
    color:black;
    border-radius: 10px;
    display: none
}
@media only screen and (min-width: 768px) {
    #popup-upgrade {
        width: 50%;
    }
}
#popup-upgrade>.vlayout {
    height: 100%;
    padding: 0px 1rem 0px 1rem;
}
#popup-upgrade .popup-upgrade-header {
    flex-direction: row-reverse;
    align-items: center;
    height: 4rem;
}
#popup-upgrade .popup-upgrade-header img {
    height: 2rem;
}

#popup-upgrade img.close-icon {
    filter: var(--main-imgColor);
}

#popup-upgrade img.close-icon:hover {
    filter: var(--hover-imgColor)
}
#popup-upgrade span{
    margin-bottom: 0.5rem;
}
#popup-upgrade .popup-upgrade-content.vlayout {
    align-items:center;
    justify-content:space-around;
    gap:4rem;
}
#popup-upgrade .popup-upgrade-content>.vlayout {
    align-items:center;
    width:80%;
}
#popup-upgrade .progress {
    border-radius: 1rem;
}
#popup-upgrade .progress-bar {
    background-color: #B7B7B7;
}


.toast-tag { width: 10px; background-color: var(--error-color); }
.toast-tag.success { background-color: var(--success-color); }
/* toast-container conflicts with bootstrap */
.toast-conteneur {
    width: 200px;
    height: 50px;
    position:absolute;
    z-index:2000;
    background:white;
}

.rbox { border-radius: 5px; overflow:hidden; }
.toast-conteneur .type-icon { width: 20px; margin: 10px; }
.toast-conteneur .close-icon { width: 15px; margin-left:auto; margin-bottom:30px}

@media (max-width: 991px) {
    nav.breadcrumb {
        margin-top: 1rem !important;
    }
}