#dnn_content {
    min-height: 30vh;
}

.dnn_menu_label div {
    display: none !important;
}

.dnnModuleManager {
    border: #777777 1px solid !important;
    background-color: rgb(233,233,233,.5);
}

.dnnModuleManager:hover {
    border: #000000 1px solid !important;
    background: repeating-linear-gradient(
        -45deg, #f0f0f0, #f0f0f0 5px, transparent 5px, transparent 10px
    );
}

.dnnModuleManager:before {
    height: 22px !important;
    line-height: 18px !important;
    color: #333333 !important;
    font-size: 12px !important;
    font-weight: bold;
    background-color: #f0f0f0 !important;
    padding: 3px 5px;
    opacity: 1 !important;
}

#dnn_ContentPane { padding-top: 20px; }
.H2-Container { margin-bottom: 20px }
div.OS3-Licensing h3 { color: #555555; margin: 0; }
div.OS3-Licensing table { margin: 0; font-size: 80%; }
div.OS3-Licensing table th { padding: 5px; }
div.OS3-Licensing table td { padding: 5px; }
div.OS3-Licensing table tr { margin: 0; }

.logo a img { margin: 0 10px !important; }
.header-top-bg .container { padding: 0 !important; }
.page-title h1 { color: #ffffff !important; }
body { font-weight: 500; }
.swiper-testimonials01 blockquote { font-size: 1.3rem !important; font-weight: 500 !important; }

/*.page-title-bg{ margin-bottom: 20px; }*/
/*#Skip-footer { display: none; }*/

:host .overlay .modal .content {
    max-width: 80vw;
    max-height: 80vh;
    overflow: auto;
}

div.OS3-Licensing h3 {
    color: #001314;
}


