/* = DocMan
-----------------------------*/
.koowa_header .label-published {
    display: none;
}

/* = Categories modules in tables (Current Undergrad Announcements)
-----------------------------*/
.sas-responsive-tbl2.table-striped ul.category-module {
	margin-left: 0px;
	list-style: none;
}
.sas-responsive-tbl2.table-striped  .mod-articles-category-group {
	font-weight: bold;
	margin-top: 3px;
	line-height: 1.4 em;
}
.sas-responsive-tbl2.table-striped .category-module ul {
	margin-left: 0px;
	list-style: none;
	font-size: 90%;
}
#rt-mainbody .sas-responsive-tbl2.table-striped .category-module ul li {
	margin-bottom: 12px;
	line-height: 1.25em;
}


/* = Homepage module with overlay - used in module id 227
-----------------------------
.overlay-header.custom > div {
	background-color: #fff;
	background: #ffffff none no-repeat right top;
}

.overlay-header h3 a {
	color: #000 !important;
	font-size: 30px; 
	font-weight: bold; 
	font-family: verdana, serif;
	line-height: 30px;
}

@media only screen and (max-width: 375px) { 
	.overlay-header h3 a {
		font-size: 27px;
	}
}*/


/* = remove arrow from menu list
-----------------------------*/
ul.menu li.active.current.deeper.parent > a::before {
	content: "";
	margin-right: 0px;
}

/* = DocMan flat list
-----------------------------*/
@media screen and (min-width: 767px) {
	.flat-dm-list .docman_block {
		margin-bottom: 10px;
	}
	.flat-dm-list .docman_document {
		margin-top: 0px;
		line-height: 1.3em;
	}
	.flat-dm-list .docman_download a.btn {
		display: none;
	}
	.flat-dm-list .docman_document h4 {
		font-size: 105%;
		margin-bottom: 2px;
		font-weight: bold;
	}

	.flat-dm-list .docman_document .k-icon--size-medium {
		font-size: 16px;
	}

	.flat-dm-list .docman_document p.docman_document_details {
		padding-bottom: 0;
		margin-bottom: 2px;
		left: 700px;
		position: relative;
		margin-top: -15px;
		border-bottom: 0px;
	}
}
/* = DocMan Tags Search
-----------------------------*/
.flat-dm-list .docman_list_layout form label.k-checkbox-dropdown-label {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    background-color: #cc0033;
}
.flat-dm-list .docman_list_layout form .k-checkbox-dropdown-label::after,
.flat-dm-list .docman_list_layout form .k-checkbox-dropdown-label::before {
	opacity: 1;
	font-size: 23px;
}
/* = DocMan Heirarchical List
-----------------------------*/
.nosidebar .docman_list__sidebar {
	display: none !important;
}
.nosidebar .docman_list__content {
    width: 98%;
}