.AOPOPupWrap {
    display: none;
}

.AOPOPupWrap_Active {
    display: block !important;
    position: fixed;
    background: #fff;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 10000;
    padding: 20px !important;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
    /*overflow: auto;*/
}

.AOPOPupWrap_LightBox {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: rgba(11,11,11,0.7);
}

.AOPopup_DefaultCloseBtn {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 100;
    cursor: pointer;
}

    .AOPopup_DefaultCloseBtn span {
        text-transform: uppercase;
        margin-right: 8px;
        line-height: 18px;
        display: inline-block;
    }

    .AOPopup_DefaultCloseBtn .fa {
        display: inline-block;
        float: right;
        font-size: 18px;
        line-height: 18px;
    }

.dnn_logo {
    width: 10%;
}

.ATSBreadcrumb::before {
    font-family: FontAwesome;
    content: "\f0da";
    padding: 0 5px;
    color: #ccc2be !important;
}

.RootBreadCrumb::before {
    font-family: FontAwesome;
    content: "\f015";
    padding: 0 5px;
    color: red !important;
    font-style: normal !important;
}
