@import url('../bs_original.css');
/* When updating, make sure to port to Consumer preview!!!!! */
.theme_win8dp .windowButton {
    height: 19px;
    border: solid #466e8c;
    background-image: linear-gradient(#FFFFFF00, #FFFFFF00);
    border-width: 0px 0px 1px 1px;
    position: relative;
}
.theme_win8dp .windowButton_real {
    height: 17px;
    border: 1px solid #bfe2f85f;
    border-right-color: #d7ecf95f;
    border-top-color: #fafcfc;
    display: flex;
    align-items: end;
    justify-content: center;
    color: white;
    font-weight: bold;
    text-shadow: 1px 0px 0px #535666, -1px 0px 0px #535666, 1px 1px 0px #535666, -1px 1px 0px #535666, 1px -1px 0px #535666, -1px -1px 0px #535666, 0px 1px 0px #535666, 0px -1px 0px #535666;
}
.theme_win8dp .buttons {
    position: absolute;
    border: solid #ffffff9f;
    border-width: 0px 1px 1px 1px;
    display: flex;
}
.theme_win8dp .buttonClose {
    width: 44px;
    border-color: #791d16;
    border-width: 0px 1px 1px 1px;
}
.theme_win8dp .buttonMax {
    width: 25px;
}
.theme_win8dp .buttonMin {
    width: 26px;
}
.theme_win8dp .buttonClose {
    background-color: #ca3226;
}
.theme_win8dp .buttonClose_real {
    border-top-color: #ebafaa;
    border-right-color: #e2908aaf
}
.theme_win8dp .button_lowerEffect_i {
    height: 50%;
    position: absolute;
    bottom: 1px;
    z-index: 0;
    background-image: linear-gradient(#ffffff5f, #ffffff00);
    left: 1px;
}
.theme_win8dp .button_upperEffect_i {
    height: calc(50% - 2px);
    position: absolute;
    top: 1px;
    z-index: 0;
    background-image: linear-gradient(#ffffff9f, #ffffff5f);
    left: 1px;
}
.theme_win8dp .button_effect_i {
    width: calc(100% - 1px);
    position: absolute;
    z-index: 0;
    left: 0px;
}
