/* new styles for table layout */
#content_column {
	overflow:visible;
}
#details_modal {
	position:fixed;
	background:rgba(0,0,0,.6);
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:999;
	display:none;
}
#folder_cell .RadTreeView_Default {
	font-family: var(--sysFont) !important;
	font-size:14px !important;
	color:#000 !important;
}
td {
	vertical-align:top;
	padding:0px;
	margin:0px;
	border:none;
	box-sizing:border-box;
}
.presentation-table {
	box-sizing: border-box;
	border: 1px solid var(--sysBorder);
	min-height: 400px;
	border-collapse: separate;
	border-radius:var(--sysBorderRadius);
	box-shadow:0px 0px 4px rgba(0,0,0,.10);
}
#folder_description {
	min-width:300px;
}
#folder_title {
	padding-right:36px;
	position:relative;
	white-space:nowrap;
	font-size:20px;
}
.tree-panel {
	float: left;
	min-width: 400px;
	border: 1px solid var(--sysBorder);
	padding: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	border-radius:var(--sysBorderRadius);
}
.title {
	padding: 10px;
	font-size: 20px;
	color: #444;
}
#document_list_header {
	box-sizing:border-box;
}
#description_cell, #header_row {
	height:1px;
}
#folder_title_box {
	vertical-align: middle;
	border-bottom: 1px solid var(--sysBorder);
	border-right: 1px solid var(--sysBorder);
	background-color: #FFF;
	border-top-left-radius:var(--sysBorderRadius);
}
.folder-title-box-collapsed {
	width:36px;
	height:36px;
	padding:4px;
}
.folder-title-box-collapsed #list_toggle {
	top:-15px !important;
}
#list_toggle {
	right:0px !important;
	top:-5px !important;
}
#document_list_cell {
	min-width:400px;
}
#folder_cell {
	border-right: 1px solid var(--sysBorder);
	background-color: #FFF;
}
/* end of new styles for table layout */


/* original styles */
#document_wrapper {
	width:98%;
	position:relative;
}
#document_wrapper > * {
	font-family:var(--sysFont);
	color: #000;
}
#document_wrapper span.rtPlus {
	background-image: url('/images/documents/folder_closed.svg') !important;
	background-position: 0px 0px !important;
}

#document_wrapper span.rtPlus:hover, #document_wrapper span.rtMinus:hover {
	cursor:pointer;
}

#document_wrapper span.rtMinus {
	background-image: url('/images/documents/folder_open.svg') !important;
	background-position: 0px 0px !important;
}
#document_wrapper span.rtPlus, #document_wrapper span.rtMinus {
	height: 16px;
	width: 18px;
	margin: 5px 1px 0px -18px;
	background-color:#FFF;
	background-size:18px;
}
#document_wrapper span.rtIn {
	color:white;
	font-size:14px;
	font-family:var(--sysFont);
	padding-top:2px;
}
#document_wrapper span.rtIn:hover {
	cursor:pointer;
}
.RadTreeView .rtLines .rtBot.rtSelected span.rtIn {
	background-image:none !important;
	background-color:var(--sysManagerHover);
	font-weight:500 !important;
	color:#000 !important;
}
#document_wrapper div.rtHover span.rtIn {
	padding-top: 3px !important;
	padding-bottom: 4px !important;
	margin: 0px !important;
	box-sizing: border-box;
	font-size: 14px !important;
	padding-left: 4px !important;
}
#document_wrapper div.rtHover span.rtIn {
	background-color: var(--sysManagerHover) !important;
	background-image: none;
	border: none;
	font-weight: 500 !important;
	padding-top: 3px !important;
	padding-bottom: 4px !important;
	margin: 0px !important;
	box-sizing: border-box;
	font-size: 14px !important;
	padding-left: 4px !important;
}
#document_wrapper .RadTreeView_Default .rtSelected .rtIn {
	background-color: var(--sysManagerHover);
	border: none !important;
	background-image: none !important;
}

#document_wrapper #folder_list {
	padding: 5px;
}
.drag-handle {
	width:100%;
	height:30px;
	cursor:move;
	position:absolute;	
}
.expander {
	padding:5px 0px 5px 10px;
}
.expand-all, .collapse-all, .search-link {
	font-weight:500;
	font-size:15px;
	color:#000000;
	cursor:pointer;

}

.expand-all:hover,.collapse-all:hover, .search-link:hover {
	color:#616161;
}
.expand-all .material-icons,
.collapse-all .material-icons {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:3px;
}
.expand-all,
.collapse-all{
	text-align:center;
	vertical-align:middle;
	display:inline-block;
	margin-right:20px;
}

span.search-link {
	display:inline-block;
	vertical-align:middle;
	text-align:center;
}
a.search-link {
	padding-left: 0px;
	text-decoration:none;
	font-family:var(--sysFont);
}
a.search-link .material-icons {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:3px;
}
.title-bar {
	background-color:transparent;
	color:#444;
	font-weight:500;
	float:left;
	padding-left:10px;
	font-size:24px;
	padding-top: 5px;
	padding-bottom: 5px;
	width:100%;
	box-sizing:border-box;
	border-bottom:1px solid #cdcdcd;
}
.title-bar .title {
	overflow:hidden;
	text-overflow:ellipsis;
	padding-right:10px;
	white-space:nowrap;
	width:80%;
	padding-left:0px;
}

.document-title-bar {
	padding-top:5px;
	margin-left:5px;
}

.upload {

	float:right;
	color:#000;
	font-size:14px;
	padding:5px 8px;
	border:1px solid #000;
	border-radius:var(--sysBorderRadius);
	font-weight:normal;
	text-decoration:none;
	cursor:pointer;
	margin-top:-34px;
	margin-right:5px;
	display:none;
}

#folder_description {
	font-size:11px;
	padding:3px 20px 3px 10px;
	line-height:normal;
}
#description_transfer {
	display:none;
}

.button-panel {
	float:left;
	width:150px;
	padding:10px;
}
.button-panel a {
	margin-bottom: 10px;
}

.document-error {
	display:none;
}
.file-type {
	clear:left;
	margin-bottom:5px;
	padding-left:26px;
	background:url(/images/documents/typesprite.png?v=20201130);
	background-repeat:no-repeat;
	font-size:14px;
	color:#000000;
	text-decoration:none;
	cursor:pointer;
	background-position:0px 50%;
	font-family:var(--sysFont);
	line-height:25px;
	float:left;
	width:80%;
}
.file-type:hover {
	color:#444;
}
.pdf {
	background-position:0px -200px;
}
.generic  {
	background-position:0px -500px;
}
.word {
	background-position:0px -100px;	
}
.image {
	background-position:0px -1000px;	
}
.video {
	background-position:0px -300px;	
}
.htmdoc {
	background-position:0px -900px;	
}
.excel {
	background-position:0px -700px;	
}
.txt {
	background-position:0px -400px;	
}
.audio {
	background-position:0px 0px;
}
.zip {
	background-position:0px -1100px;
}
.ppt {
	background-position:0px -1200px;
}
.document-line {
	overflow:auto;
	padding-top:5px;
}

.download-button {
	width:24px;
	height:24px;
	background-image:url(/images/documents/save.svg);
	background-repeat:no-repeat;
	background-size:24px;
	padding:1px 8px;
	cursor:pointer;
	float:left;
}
#document_list {
	padding-left:10px;
	margin-top:10px;
}

#details_container {
	position: fixed;
	top:50%;
	left:50%;
	width: 430px;
	margin-left:-220px;
	height: 1px;
	z-index: 99999;
	display:none;
	float:left;
}
.download-note {
	font-size: 12px;
	font-weight: bold;
	clear: both;
	float: none;
}

.expand {
	background-image:url(/images/member_directory/expand.png);
	background-repeat:no-repeat;
	background-position:100% 50%;
	padding-right:15px;
}
.collapse {
	background-image:url(/images/member_directory/collapse.png);
	background-repeat:no-repeat;
	background-position:100% 50%;
	padding-right:15px;
}	

.close {
	width:21px;
	height:21px;
	background-repeat:no-repeat;
	position:absolute;
	top:3px;
	right:6px;
	cursor:pointer;
	font-size:21px;
}
#page_content {
	padding-bottom:200px;
}
#details_container, #details_iframe {
	background-color:transparent;
}

.details-wrapper {
	width:425px;
	float:left;
	background-color:#FFF;
	position:relative;
	border:1px solid var(--sysBorder);
	box-shadow:0px 0px 4px rgba(0,0,0,.15);
	border-radius:var(--sysBorderRadius);
	position:absolute;
	top:0px;
	left:0px;
	z-index:999;
	font-family:var(--sysFont);
}
.details-title {
	font-size:14px;
	font-weight:500;
	clear:left;
	margin-bottom:0px;
}
.comment-author {
	font-size:14px;
	font-weight:bold;
	float:left;
	clear:left;
	margin-bottom:5px;
}
.comment-text {
	font-size:14px;
	font-weight:normal;
	float:left;
	clear:left;
	margin-bottom:5px;
}
.details-description {
	font-size:14px;
	font-weight:normal;
	margin:0px 0px 5px 0px;
	width:250px;
}
.details-format {
	font-size:14px;
	font-weight:normal;
	margin:0px 0px 5px 0px;
	width:200px;
}
.details-filesize {
	font-size:14px;
	float:left;
	width:250px;
	margin:0px 0px 5px 0px;
}
.details-heading {
	font-size:16px;
	font-weight:bold;
	font-family:var(--sysFont);
	margin-bottom:10px;
}
.download-button-container {
	text-align:center;
}

.details-area {
	width:350px;
	float:left;
	overflow:auto;
	margin-bottom:10px;
}
.separator {
	border-bottom:1px solid #515151;
	clear:left;
}
.comments-title {
	font-size:16px;
	font-weight:500;
	width:90%;
}
.member-comment {
	clear:left;
	float:left;
	width:370px;
	margin:10px auto;
	border:1px solid #000000;
}
.comment-button {
	clear:left;
	float:left;
	margin-left:0px;
	margin-top: 5px;
	color:#000000;
	border:1px solid #444;
	border-radius:3px;
}
#rating_div {
	clear:left;
	float:left;
	height:30px;
}
#folder_container,
#list_container {
	float:left;
	box-sizing:border-box;
	border:1px solid #cdcdcd;
	min-height:400px;

}
#folder_list {
	overflow-y:auto;
	overflow-x:hidden;
	max-height:350px;
	padding-right:20px;
}
#folder_container {
	position:relative;
	min-height:400px;
	max-width:40%; 
}
.folder-title-box {
	box-sizing: border-box;
	padding: 10px;
	color: #444;
	font-family:var(--sysFont);
	font-size: 17px;
	position: relative;
	font-weight:500;
}

.folder-title {
	padding-right:30px;
}
.folder-backer {
	height:45px;
	width:100%;
	position:absolute;
	top:0px;
	z-index:0;
}
#mobile_folder_toggle {
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:34px;
	width:34px;
	background-repeat:no-repeat;
	background-position:center center;
}
#mobile_folder_toggle { 
	display:none;
	background-image:url(/images/documents/slideup.png);
}
#mobile_folder_toggle.collapsed {
	background-image:url(/images/documents/slidedown.png);
}
#document_list .document-line:nth-child(2n+1) {
	background-color:#f3f3f3;
}
.document-line:hover {
	background-color:#f3f3f3;
}
.animated { 
	width:40px; 
}
.vert-instructions { 
	display:none; 
}
.horiz-instructions,
.vert-instructions{
	font-size: 13px;
}
/* admin page */
.expand-collapse {
	clear:both;
	padding:5px;
	margin-left:20px;
}
.expand-collapse span {
	cursor:pointer;
	padding-right:10px;
}
.expand-collapse .material-icons {
	vertical-align:middle;
	padding-right:3px;
	font-size:22px;
}
span.fn {
	font-weight:500;
	color:#333333;
}
.rtIn {
	color:#666666;
}
#document_wrapper.mobile-document-wrapper #folder_list  {
	background-color:#f8f8f8;
}
#document_wrapper span.rtIn,
#document_wrapper.mobile-document-wrapper span.rtIn {
	color: #444;
}
#document_wrapper.mobile-document-wrapper .folder-title-box,
.rtHover span.fn,
#document_wrapper .rtHover span.rtIn,
#document_wrapper.mobile-document-wrapper .rtHover span.fn,
#document_wrapper.mobile-document-wrapper .rtHover span.rtIn {
	color: #000;
}


/* Tablets */
@media (min-width : 320px) and (max-width : 767px) {
	#mobile_documents {
		display:table;
		width:100%;
	}
	#folder_container,
	#list_container {
		display:table-cell;
	}
	#list_container {
		max-width:60%;
	}
}

/* Smartphones (portrait) --- */
@media (min-width : 320px) and (max-width : 767px) {
	/* Styles */
	.horiz-instructions {
		display: none;
	}
	.vert-instructions {
		display: block;
	}
	.filetype {
		width: auto;
		margin-right: 10px;
	}
	#folder_container, #list_container {
		clear: left;
		width: 100% !important;
		min-height: initial;
		max-width: 100%;
	}
	#list_toggle {
		display: none;
	}
	#mobile_folder_toggle {
		display: block;
	}
	.titlebar {
		padding-left: 5px;
	}
}
