/* GENERAL */

.hidden_by_default {
	display: none;
}


/* HEADER */

.header .title {

}


/* TOP NAV */

.top_nav .secondary.menu .dropdown.submenu .menu {
	margin-top: 0px !important;
	font-size: 1rem;
}

.top_nav .ui.menu .ui.button {
    margin-left: 0.5em;
}

.top_nav .right.item {
	font-size: 0.9rem;
}

.top_nav .right.item a {
	color: #ddd !important;
}

.top_nav .right.item a:hover {
	color: #222 !important; 
}



/* RESPONSIVE MENU */

.hidden.menu {
    display: none;
}

.secondary.menu .toc.item {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .secondary.menu .item, .secondary.menu .menu {
    display: none !important;
  }
  .secondary.menu .toc.item {
    display: block !important;
  }

}



/* CONTENT AREA */

.content.container, .content.area {
    min-height: 500px;
}





/* FOOTER */

.footer.segment {
    padding: 5em 0em;
}


/* ONLINE EXAMS */

body.online_exam .container {
    /* padding-top: 36px; */
}