.sidebar {
    display: none;
}

.topbar {
    display: block;
    position: fixed;
    height: 60px;
    width: 100%;
    background: #333;
    z-index: 100;
}

.sidebar-offset {
    padding-top: 60px !important;
    margin-left: 0px !important;
}

.bar-module {
    height: 60px !important;
    padding-top: 20px;
    border-left: 0px;
    border-bottom: none;
    color: #FFF;
    display: inline-block; 
    margin-right: 8px !important;
    margin-left: 0px !important;
    vertical-align: middle;
    padding-left: 0px;
    padding-right: 0px;
}

.bar-module-active {
    border-left: 0px;
	color: #4ECDC4 !important;
}

.topbar-open {
    background-color: #333;
    color: #FFF;
}

.main-menu-offset {
    margin-left: 0px;
}

.menu {
    left: 0;
    top: 60px;
    height: calc(100vh - 60px);
    z-index: 10000;
    width: 90%;
    box-shadow: 0px 3px 20px 0px rgba(32, 32, 32, 0.5);
}

.auth {
    width: 95%;
}

.menu-user {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh; 
    background-color: #FFF; 
    width: 90%; 
    box-shadow: none;
    transition: none;  
    z-index: 100000;
}

.toastr {
    width: 98% !important;
}

.padding-xg {
	padding: 80px !important;
}

.modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}

.menu-features {
	text-align: left;
	color: #4ECDC4;
}

.menu-feature {
	display: block;
	width: 100%;
	padding: 10px;
	cursor: pointer;
	text-align: left;
	border-radius: 4px;
}

.menu-feature-text {
	display: inline-block;
	margin-top: 0px !important;
}

.thumbnail {
    background-color: #FFF;
}

.presentation-video {
    background-color: #FFF;
}

.public-sections {
    background-color: #F6F8F9;
}

.conversation-header-footer {
    background-color: #FFF;
}
