﻿.bbspLoadingOverlay {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: fixed;
        z-index: 9999999;
        background-color: grey;
        opacity: 0.8;
        display: none;
    }
    .bbspLoadingImage {
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 101;
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
}


    
.bbminiform-closeicon {
    display: block;
    box-sizing: border-box;
    border:3px solid darkslategray;
    border-radius: 100%;
    background: linear-gradient(-45deg, transparent 0%, transparent 46%, white 46%, white 56%,transparent 56%, transparent 100%), linear-gradient(45deg, transparent 0%, transparent 46%, white 46%, white 56%,transparent 56%, transparent 100%);
    background-color: darkslategray;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.5);
    transition: all 0.3s ease;
    top: -21px;
    right: -6px;
    position: relative;
    float: right;
}

.bbminiform-confirmation {
    top: 0px;
    left: 0px;
    display: none;
}

.bbminiform-confirmation-wrapper {
    max-width: 500px;
    max-height: 600px;
    padding: 15px 0px 15px 15px;
}

/* OLD CHECKOUT.CSS */
#overlayBackground {
    background-color: black;
    width: 100%;
    height: 1px;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    position: absolute;
    opacity: 0.6;
}


.overlay-flex-parent {
    display: flex;
    width: 100%;
    height: 1px;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    position: absolute;
    -webkit-flex-flow: column;
    flex-flow: column;
    -webkit-box-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
}
 .overlay-flex-parent .overlay-wrapper { 
        width: 450px;
        background: #fff;
        border-radius: 5px;
        position: relative;
    }
  .overlay-flex-parent .overlay-wrapper.no-header .header-wrapper {
            display: none;
        }
#overlayContainer { 
    position: relative;
    overflow: auto !important;
}

.glow-dark {
    box-shadow: 0px 60px 80px 5px rgba(0, 0, 0, 0.85);
    position: relative;
    z-index: 10;
}

.bbminform-centerText {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    white-space: break-spaces;
}

.bbminform-overlaycontainer {
    overflow: auto !important;
    min-height: 150px;
    max-height: 550px;
    width: 100%;
    display: table;
}

@media only screen and (max-width: 800px) and (min-width: 450px) and (max-height: 625px) {
    .overlay-flex-parent {
        display: block;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        box-sizing: border-box;
    }

        .overlay-flex-parent .overlay-wrapper {
            position: static;
            margin-left: auto;
            margin-right: auto;
        }
}


/* View for mobile devices*/
@media only screen and (max-width: 450px) {
    .overlay-flex-parent {
        display: block;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        box-sizing: border-box;
    }

        .overlay-flex-parent .overlay-wrapper {
            width: 100%;
            position: static;
        }

}
