/* new styles for table layout */
#content_column {
	overflow:visible;
}
td {
	vertical-align:top;
	padding:0px;
	margin:0px;
	border:none;
	box-sizing:border-box;
}
.presentation-table {
	box-sizing: border-box;
	border: 1px solid #cdcdcd;
	min-height: 400px;
	border-collapse: separate;
}
#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 #666666;
	padding: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.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 #cdcdcd;
	border-right: 1px solid #cdcdcd;
	background-color: #f8f8f8;
}
.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 #cdcdcd;
	background-color: #f8f8f8;
}
/* end of new styles for table layout */


/* original styles */
#document_wrapper {
	width:98%;
	position:relative;
}
#document_wrapper > * {
	font-family: 'Segoe UI','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #000;
}
#document_wrapper span.rtPlus {
	background-image: url('/images/documents/folder_closed.png') !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.png') !important;
	background-position: 0px 0px !important;
}
#document_wrapper span.rtPlus, #document_wrapper span.rtMinus {
	height: 13px;
	width: 16px;
	margin: 5px 1px 0px -17px;
}
#document_wrapper span.rtIn {
	color:white;
	font-size:14px;
}
#document_wrapper span.rtIn:hover {
	cursor:pointer;
}

#document_wrapper div.rtHover span.rtIn  {
	background-color: #808080 !important;
	background-image:linear-gradient(#9a9a9a,#808080);
	border-color:#676767;
}	
#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:bold;
	font-size:12px;
	color:#000000;
	cursor:pointer;
	padding-right:22px;
	padding-top:5px;
	height:21px;
	background-repeat:no-repeat;
	background-position:100% 50%;
}

.expand-all:hover,.collapse-all:hover, .search-link:hover {
	color:#616161;
}
.expand-all {
	background-image:url(/images/documents/sq-plus.png);
}
.collapse-all {
	background-image:url(/images/documents/sq-minus.png);
	padding-left:20px;
}

a.search-link {
	padding-left: 20px;
	background-image:url(/images/documents/search.png);
	text-decoration:none;
}
.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 {
	background-image:url(/images/documents/upload.png);
	background-repeat:no-repeat;
	background-position:100% 50%;
	height:24px;
	float:right;
	padding-right:30px;
	padding-top:10px;
	color:#4a92d0;
	font-size:12px;
	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:Arial, sans-serif;
	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;
}

.download-button {
	width:24px;
	height:24px;
	background-image:url(/images/documents/typesprite.png);
	background-repeat:no-repeat;
	padding:1px 8px;
	background-position:0px -595px;
	cursor:pointer;
	float:left;
}
#document_list {
	padding-left:10px;
	margin-top:10px;
}
#document_list .document-line:nth-child(2n+1) {
	background-color:#eeeeee;
}

#details_container {
	position: relative;
	margin-left: 35px;
	right: 0px;
	bottom: 0px;
	width: 430px;
	height: 1px;
	z-index: 10;
	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 {
	background-image:url(/images/close.png);
	width:21px;
	height:21px;
	background-repeat:no-repeat;
	position:absolute;
	top:3px;
	right:6px;
	cursor:pointer;
}
#page_content {
	padding-bottom:200px;
}
#details_container, #details_iframe {
	background-color:transparent;
}

.details-wrapper {
	width:425px;
	float:left;
	background-color:#e7e7e7;
	position:relative;
	border:2px solid #000000;
	border-radius:4px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:999;
	font-family:Arial, sans-serif;
}
.details-title {
	font-size:12px;
	font-weight:bold;
	float:left;
	clear:left;
	margin-bottom:5px;
	width:75px;
}
.comment-author {
	font-size:12px;
	font-weight:bold;
	float:left;
	clear:left;
	margin-bottom:5px;
}
.comment-text {
	font-size:12px;
	font-weight:normal;
	float:left;
	clear:left;
	margin-bottom:5px;
}
.details-description {
	font-size:12px;
	font-weight:normal;
	margin:0px 0px 5px 10px;
	float:left;
	width:250px;
}
.details-format {
	font-size:12px;
	font-weight:normal;
	margin:0px 0px 0px 10px;
	float:left;
	width:200px;
}
.details-filesize {
	font-size:12px;
	float:left;
	width:250px;
	margin:0px 0px 5px 10px;
}
.big-download-area {
	width:40px;
	float:left;
	font-size:11px;
	color:Green;
	text-decoration:none;
	text-align:center;
	margin-top:40px;
}
.big-download {
	width:40px;
	height:40px;
	background-image:url(/images/documents/big_download.png);
	background-repeat:no-repeat;
	margin-left:5px;
	font-size:11px;
	cursor:pointer;
}
.big-download-area:hover {
	text-decoration:underline;
}
.details-area {
	width:350px;
	float:left;
	overflow:auto;
	margin-bottom:10px;
}
.separator {
	border-bottom:1px solid #515151;
	clear:left;
}
.comments-title {
	font-size:18px;
	border-bottom:1px solid #000000;
	margin-bottom:10px;
	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: 'Segoe UI','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	font-size: 17px;
	position: relative;
}

.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-line:hover {
	background-color:#e8e8e8;
}
.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;
	font-style:italic;
	padding-right:10px;
}
span.fn {
	font-weight:bold;
	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: #FFF;
}


/* 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;
	}
}
