:root{
    --defaultBg: url("backgroundDefault.jpg");
    --errorColor: #e1000f;
    --orageColor: #98771f;
    --greenColor: #1d7b97;
}

body{
    background-color: black;
}

#content .ext_DigitalSignage .default{
    background-image: var(--defaultBg);
    position: fixed;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top right;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#content .ext_DigitalSignage .default{
    text-align: center;
    width: 100%;
}

#content .ext_DigitalSignage .not-exist{
    color: var(--errorColor);
}

#content .ext_DigitalSignage .not-content{
    color: var(--orageColor);
}

#content .ext_DigitalSignage .not-active{
    color: var(--greenColor);
}


#content .ext_DigitalSignage .default .text span,
#content .ext_DigitalSignage .default .text{
    font-size: 60px;
}


#content .ext_DigitalSignage .default .text span{
    font-weight: bold;
}


#content .ext_DigitalSignage .default .text h1{
    font-size: 80px;
}



#dsc{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    /*cursor: none;*/
}

#dsc .slideItem{
    display: none;
}


#dsc .background .ImageWrapper,
#dsc .background,
#dsc .slideItem{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}



#content video,
#content img.CMSimage,
#content img.image,
#dec .background .ImageWrapper img{
    display: block;
    object-fit: cover;
    margin: 0 !important;
    margin-bottom: -6px !important;
    width: 100% !important;
    height: 100svh;
}

#dsc .error {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100svh;
    font-size: 18px;
    font-weight: bold;
}

#refTime,
#mid {
    position: fixed;
    z-index: 10000;
    background: rgba(0,0,0,0.5);
    bottom: 10px;
    left: 10px;
    color: #FFF;
    padding: 8px 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#refTime{
    position: fixed;
    left: auto;
    right: 10px;
    z-index: 10000;
}

body .lauftext {
    background-color: rgba(0,0,0,0.5);
    z-index: 10000000000;
    padding: 6px 0;
    color: #FFF;
    font-size: 300%;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /*-webkit-backdrop-filter: blur(20px);*/
    /*backdrop-filter: blur(20px);*/
    box-shadow: 0 0 25px rgba(0,0,0,0.8);
}
