/* Ensure full-height layout */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body#Body, main, .container-fluid {
    height: 100% !important;
    min-height: 100% !important;
    margin-bottom: 0 !important;
}

/* Header Styles */
.container-fluid.simplifyheader a#dnn_dnnUser_avatar::before {
    content: "My Profile";
}

.simplifyheader li.userDisplayName, 
.simplifyheader li#dnn_dnnUser_notificationGroup, 
.simplifyheader li#dnn_dnnUser_messageGroup, 
.simplifyheader a#dnn_dnnUser_avatar img {
    display: none;
}

li#dnn_dnnUser_avatarGroup {
    list-style-type: none;
}

header {
    margin-bottom: 0 !important;
}

/* Main Layout */
.row.mainrow {
    flex-grow: 1;
    display: flex; /* Ensures the child columns stretch */
}

/* Sidebar (Sidenav) */
.sidenav, .col-2.sidenav {
    background-color: #f1f1f1;
    padding: 0;
    min-height: 100%;
}

.col-2.sidenav {
    display: flex;
    flex-direction: column;
}

.col-2.sidenav ul {
    margin-left: 0px !important;
}

/* Sidenav Links */
.sidenav li {
    width: 100%;
    float: left;
    background: #f1f1f1;
    list-style-type: none;
}

.sidenav li a {
    display: block;
    color: #333!important;
    padding: 10px 15px;
    text-decoration: none;
    line-height: 1em;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #cbcbcb;
    text-decoration: none!important;
}

.sidenav li a:hover {
    color: #fff !important;
    background: #333 !important;
}

.container-fluid.simplifyheader {
    background: #333;
}

button#btnDeepSearch {
    padding: 3px 10px;
    color: white;
    border-color: white;
}

.siteName {
    padding-top: 10px;
    padding-bottom: 10px;
}

.user-controls>ul>li a:focus, .user-controls>ul>li a:hover {
    color: #cbcbcb!important
}

button#btnDeepSearch:hover, .btn-outline-secondary:hover {
    background: #cbcbcb!important;
    border-color: #cbcbcb!important;
}

.row.user-controls {
    justify-content: space-between;
}

.user-controls>ul>li+li {
    margin-left: 0px;
}

.row.memberLocatorResults {
    padding-bottom: 30px;
}

.simplifytheme .row.mainrow .col-10 a {
    color: #333!important;
}

.col-sm-12.col-md-12.MemberLocatorResults .list-group-item {
    margin-bottom: 15px;
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.row.mainrow .col-10 a:hover {
    text-decoration: underline;
}


.row.mainrow {
    overflow-y: hidden;
}

div#simplifyNotes .col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 75%;
    flex: 0 0 100%;
    max-width: 100%;
    float: left;
}

div#simplifyNotes {
    position: relative;
    padding-bottom: 50px;
}

div#simplifyNotes .col-3.small .card {
    display: none;
}

div#simplifyNotes button.btn.btn-default.btn-sm {
    display: none;
}

div#simplifyNotes .col-3.small {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

div#addNoteModal input#txtTitle {
    width: 100%;
    max-width: 100% !important;
	margin-bottom: 20px;
}

div#addNoteModal textarea.col-md-12.form-control {
    width: 100%;
    max-width: 100% !important;
}

span#dnn_ctr412_View_lblTitle {
    font-weight: bold;
}

.ModSimplifyNotesC .list-group-item .col-2 {
    display: none !important;
}

a.autoplay_toggle {
    display: none !important;
}

a.media_link {
    background: none !important;
}

.chameleon_slider.NewsOne,
.chameleon_slider .main_panel {
    border: 0px solid white !important;
    border-radius: 0px !important;
}

a.btn.btn-success.upload-btn {
    color: white;
}

