/* @override 
	http://files.digitallizard.com/wfm.css */

/* Basic Elements */

@font-face {
  font-family: "dl-ftp";
  src:url("type/dl-ftp.eot");
  src:url("type/dl-ftp.eot?#iefix") format("embedded-opentype"),
    url("type/dl-ftp.woff") format("woff"),
    url("type/dl-ftp.ttf") format("truetype"),
    url("type/dl-ftp.svg#dl-ftp") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RockwellLightRegular';
  src: url('type/rockwell-light-webfont.eot');
  src: url('type/rockwell-light-webfont.eot?iefix') format('eot'),
       url('type/rockwell-light-webfont.woff') format('woff'),
       url('type/rockwell-light-webfont.ttf') format('truetype'),
       url('type/rockwell-light-webfont.svg#webfontbVVFODvJ') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
	height: 100%;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 2em;
	margin: 0;
}

p {
	margin: 12px;
}

td {
	white-space: nowrap;
}

ul, li, form {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
	background-color: #eee;
}

body.login {
	background-color: #2e343c;
  background-image: url("images/dl-ftp-bg.jpg");
  background-position: center center;
  background-repeat: repeat;
  background-size: auto 110%;
	justify-content: center;
	align-items: center;
}

.ListPage {
	overflow: hidden;
}


/* Header */

#LoginHeader {
	margin: 0px auto;
	padding: 8px 0px;
}


	#Header {
		color: #F0F0F0;
		overflow: hidden;
		width: 100%;
		height: 105px;
		display: none;
	}
	
	#HeaderBody {
		width: 1200px;
		height: 105px;
		margin: 0 auto;
	}








#Header #HeaderLeft {
	float: left;
	clear: left;
	padding: 24px 0 0;
  margin: 0;
}

#Header #HeaderLeft h1 {
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -99999px;
	overflow: hidden;
	width: 144px;
	height: 65px;
	background: url(logo.png) no-repeat left top;
}

#Header #HeaderRight {
	float: right;
	clear: right;
	padding: 0;
	margin: 0;
}

#Header #HeaderRight h1 {
	height: 105px;
	padding: 0;
	margin: 0;
	color: #eaeaea;
	font: 28px/105px RockwellLightRegular;
	text-decoration: none;
	border: none;
	display: block;
}

/* Navigation Bar */

#NavBar::before {
  content: "";
  display: block;
  height: 70px;
  width: 280px;
	min-width: 280px;
  background: url(images/dl-ftp.png) no-repeat left center;
  background-size: auto 30px;
  margin: 0 0 0 20px;
}

body.login #NavBar::before {
  height: 70px;
	min-height: 70px;
  width: 300px;
  min-width: 300px;
  background-position: center center;
  background-size: contain;
	margin: 0;
	overflow: visible;
}

#NavBar {
	background-color: #22262c;
  color: #eee;
  overflow: hidden;
  width: 100%;
  height: 70px;
  margin: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: stretch;
  align-items: center;
}

body.login #NavBar {
	background-color: transparent;
  width: 300px;
	flex-flow: column nowrap;
  justify-content: center;
	height: auto;
}

#NavBarBody {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

#NavBar img {
	height: 26px;
	width: auto;
	cursor: pointer;
}

#LocationPath {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}

#NavBar img.PathHome {
	margin-right: 10px;
  margin-left: 20px;
	z-index: 10;
	opacity: 0;
	height: 30px;
}

#LocationPath::before {
	content: "s";
	display: block;
	font-family: dl-ftp;
	height: 30px;
	line-height: 34px;
	font-size: 28px;
	position: absolute;
	left: 20px;
}

.PathEntry { 
	color: #eee;
	text-decoration: none;
	padding: 5px 15px 5px 5px;
	vertical-align: middle;
	transition: all 200ms ease-in-out;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
}

.PathEntry:hover { 
	color: #fff;
	background-color: transparent;
}

.PathEntry::before {
  content: "w";
  color: #a6ce39;
  display: block;
  font-family: dl-ftp;
  font-size: 20px;
  width: 10px;
  text-indent: -5px;
  margin: 0 15px 0 0;
	background: linear-gradient(180deg, #a6ce39, #008a7a);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

#NavButtons {
	display: flex;
	margin: 20px;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: center;
}

#NavButtons img {
	cursor: pointer;
}

#NavButtons img:last-child {
	margin: 0 0 0 5px;
}

/* Workspace */

#WorkSpace {
	width: 100%;
	border: none;
	margin: 0;
	padding: 0;
	overflow: visible;
	position: relative;
	height: 300px;
	box-sizing: border-box;
	display: flex;
  flex-flow: row nowrap;
	height: 100%!important;
}

/* Activity Menu */

#TaskBar {
	order: -1;
	width: 300px;
	min-width: 300px;
	background: #2e343c url("images/dl-ftp-bg.jpg") repeat left top;
  background-size: 100%;
}

#AM_Menu {
	margin: 0;
	padding: 20px 20px 15px;
	flex-flow: column nowrap;
	display: flex;
}

.AM_Button {
	height: 40px;
  line-height: 40px;
  padding: 0 15px 0 45px;
	position: relative;
	font-size: 14px;
	cursor: pointer;
	text-align: left;
	background: #22262c;
	color: #eee;
	margin: 0 0 5px;
	border-radius: 5px;
	text-transform: uppercase;
	transition: all 200ms ease-in-out;
}

.AM_Button:last-child {
	float: right;
}

.AM_Button img {
	display: none;
}

.AM_Button:hover {
	background: #1c1f24;
  color: #fff;
}

#AM_Hilite {
	position: absolute;
	top: 20;
	left: 20;
	z-index: 50;
	display: none;
}

.AM_Button::before {
	font-family: dl-ftp;
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	text-align: center;
	font-size: 25px;
	line-height: 43px;
	text-transform: none;
	color: #a6ce39;
	background: -webkit-linear-gradient(-90deg, #a6ce39, #008a7a);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.AM_Button[onclick="OpenDrop();"]:before, 
.AM_Button[onclick="StartModal('FileUpload');"]:before {
	content: "u";
}

.AM_Button[onclick="StartModal('AccountInfo');"]:before {
	content: "c";
}

.AM_Button[onclick="StartModal('CreateFolder');"]:before {
	content: "k";
}

.AM_Button[onclick="location.href='/RAPR/ManageUsersAdmin.html';"]:before {
	content: "z";
}

.AM_Button[onclick="location.href='/RAPR/RumpusSystemAdmin.html';"]:before {
	content: "H";
}

.AM_Button[onclick="location.href='/Rumpus.logout';"]:before {
	content: "I";
}

/* File Listing */

#FileList {
	border: none;
	margin: 0;
	padding: 0;
	height: 100%;
	position: relative;
}

#FileListContainer {
	width: 100%;
}

#FLHeader {
	color: #2e343c;
	font-weight: bold;
	background: rgba(238, 238, 238, 0.8);
	z-index: 30;
	position: relative;
  backdrop-filter: blur(3px);
}

#FLBTable {
	color: #2e343c;
}

/* .dl_2 {
} */

.FLHover tr:hover {
	background-color: #f4623f;
}

/* Multi-Action Buttons */

#MultiActionButtons {
	margin-top:0;
}

/* File List - Contents */

#FLBody {
	
	overflow-y: auto;
	overflow-x: hidden;
	height: 400px;
	width: auto;
	
	border: 0;
	height: 100%!important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
	padding: 40px 20px 15px;
	box-sizing: border-box;
}

#FLHeader tr {
	height: 2em;
}

#FLBody tr {
	height: 2.4em;
}

.dirlistrow td {
	vertical-align: middle;
	background: #fff;
}

.dirlistrow img {
	vertical-align: middle;
	margin: 0px 4px 0px 2px;
	max-height: 20px;
}

.dirlistrow input {
	vertical-align: middle;
	margin: 0px 4px;
}

.FLCols {
	padding: 0;
	border-spacing: 0 4px;
	margin: 0;
	border: 0;
	width: 100%;
	cursor: pointer;
}

.FLCols td {
	width: 30px;
	text-align: center;
	padding: 4px 0 4px 0;
}

.FLCols tr td:first-child {
	border-radius: 5px 0 0 5px;
}

.FLCols tr td:last-child {
	border-radius: 0 5px 5px 0;
}

.FLCols td+td {
	width: 270px;
	text-align: left;
	white-space: normal;
	word-wrap: break-word;
	text-wrap: normal;
	overflow: hidden;
}

.FLCols td+td+td {
	width: 130px;
	text-align: center;
}

.FLCols td+td+td+td {
	width: 160px;
	text-align: center;
}

.FLCols td+td+td+td+td {
	width: 28px;
	text-align: right;
	padding: 0 0 0 0;
}

.FLCols td+td+td+td+td+td {
	width: 22px;
}

#uploadHelpOverlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #FFF;
	font-size: 36px;
	visibility: hidden;
	border: 2px solid black;
	opacity: 0.01;
	-moz-opacity: 0.01;
	filter: alpha(opacity=01);
}

/* Thumbnail Listings */

#ThumbTable {
	margin: 0 auto;
  table-layout: fixed;
  border-collapse: collapse;
  width: auto;
  box-sizing: border-box;
}

#ThumbTable td {
	color: #2e343c!important;
	width: 285px;
	height: 142px;
	text-align: center;
	overflow: hidden;
	background: transparent!important;
}

#ThumbTable td:hover {
	background: #fff!important;
}

.T1 {
	text-align: left;
	visibility: hidden;
	height: 16px;
}

.T1 img {
	margin: 0 0 0 5px;
	max-height: 30px;
}

.T2 {
	height: 90px;
	width: 285px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 5px 0;
}

.T3 {
	font-size: 8pt;
	width: 285px;
	height: 16px;
}

#ThumbSel {
	margin-right: 20px;
	margin-left: 5px;
}

#ThumbAct {
	margin-right: 20px;
}

/* AutoComplete Box */

#AutoCompMenu {
	position: absolute;
	background-color: #FFFFFF;
	z-index: 300;
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
	border: 1px solid #29404E;
	font-weight: normal;
	white-space: nowrap;
	cursor: pointer;
}

#AutoCompMenu div {
	margin: 0;
	padding: 2px 12px;
	font-size: 80%;
}

.acOpt {
	color: #29404E;
	background-color: #FFFFFF;
}

.acSel {
	color: #29404E;
	background-color: #A3BBD3;
}

/* Page Header/Footer */

#HeaderMessage {
	margin-top: 12px;
}

#Footer {
	position: absolute;
	bottom: 5px;
	margin: 0 auto;
	width: 100%;
	
}

/* Login Page */

div.LoginMargin {
	margin: 0 0 30px;
}

div.LoginMargin p {
	display: none;
}

div.DBox.LoginMargin {
	margin: 0;
	background: none;
	color: #eee;
	width: 300px;
}

div.DBox.LoginMargin p {
	display: block;
	margin: 0 0 10px;
}

.Minimal {
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
	margin: 10px auto;
}

body.login .Minimal {
	margin: 0 0 20px;
	width: 100%;
}

body.login .Minimal tr {
	display: block;
	position: relative;
	margin: 0 0 10px;
	height: 40px;
}

body.login .Minimal tr td.FieldCell {
	display: block;
	position: absolute;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	top: 0;
	left: 0;
}

body.login input.stdTextFieldInput {
  width: 100%;
  margin: 5px 0 20px;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 18px;
}

#LoginNote {
	margin: 0 auto;
	padding: 0;
	vertical-align: middle;
}

#LoginFootLeft {
	position: absolute;
	bottom: 4px;
	left: 12px;
	margin: 0;
}

#LoginFootRight {
	position: absolute;
	bottom: 4px;
	right: 12px;
	margin: 0;
}

/* Simple Dialog Box */

.DialogBox {
	width: 340px;
	border: 0;
	margin: 30px auto;
	background: #FFD0D0;
	padding: 0;
	background-color: #C6DBE4;
	border-radius:4px;
}

/* Modal Dialog Box */

#ModalBlock {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.05);
	z-index: 99;
	visibility: hidden;
}

.ModelessBG {
  position: absolute;
  left: 0px;
  width: 100%;
  text-align: center;
  height: 100%;
  background: #2e343ce6;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(10px);
}

.ModalBG {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 100;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}

.DBox {
  border-collapse: collapse;
  background-color: #fff;
  color: #2e343c;
  padding: 0;
  margin: 0;
  width: 360px;
  opacity: 1.0;
  border-radius: 5px;
}

.BoxHeader {
	background-color: #eee;
	color: #2e343c;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	padding: 10px;
	text-transform: uppercase;
  border-radius: 5px 5px 0 0;
}

div.LoginMargin .BoxHeader {
	display: none;
}

.BoxContent {
	padding: 5px 10px 6px 10px;
}

.LoginMargin .BoxContent {
	padding: 0;
}

.FileSelectDisplay {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 21;
	border: 1px solid #ccc;
	background-color: #fafafa;
	padding: 2px 10px 2px 10px;
	border-radius: 4px;
	white-space: nowrap;
}

.DSHBox {
	border-collapse: collapse;
	background-color: #F0F0F0;
	color: #29404E;
	padding: 0;
	margin: 60px auto auto auto;
	width: 670px;
	
	opacity: 1.0;
	border: 0;
	border-radius:4px;
}

#DSHistorySpace {
	margin: 8px auto 16px auto;
	width: 620px;
	clear: both;
	max-height: 240px;
	overflow-y: scroll;
	border: 1px solid black;
}

#DSHistoryTable {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	width: 660;
	table-layout: fixed;
	clear: both;
}

#DSHistoryTable td,th {
	text-align: center;
	padding: 4px;
	margin: 0;
	border:0;
	text-overflow: ellipsis;
	overflow: hidden;
}

#DSHistoryTable tr+tr:hover {
	background-color: #A3BBD3;
}

#DSHCol1 {
	background-color: #526C83;
	color: #F0F0F0;
	width: 180px;
}

#DSHCol2 {
	background-color: #526C83;
	color: #F0F0F0;
	width: 270px;
}

#DSHCol3 {
	background-color: #526C83;
	color: #F0F0F0;
	width: 110px;
}

#DSHCol4 {
	background-color: #526C83;
	color: #F0F0F0;
	width: 100px;
}

#DSHSelected {
	margin: 16px 8px;
	padding: 0;
	float: left;
}

#DSHDel {
	float: right;
}

#DSHSelURL {
	display: inline;
}

/* File Action Menu */

.FileActionMenu {
	position: absolute;
	z-index: 40;
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
	border: none;
	background-color: #fff;
	font-weight: normal;
	white-space: nowrap;
	box-shadow: 0 2px 10px rgba(0,0,0,0.25);
	cursor: pointer;
}

.FAMI img {
	margin-top: -2px;
	padding: 2px 10px 2px 0px;
	float: left;
	max-height: 16px;
}

.FAMI {
	display: block;
	padding: 8px 10px 6px 8px;
	height: 1.2em;
	border: 0;
	text-decoration: none;
}

.FAMI:hover {
	background-color: #eee;
	color: #2e343c;
}

/* Quick Image Preview */

.qipDialog {
	border-collapse: collapse;
	background-color: #F0F0F0;
	color: #29404E;
	padding: 0px;
	border: 0;
	margin: 60px auto auto auto;
	text-align: left;
	
}

.qipClose {
	position: relative;
	left: -16px;
	top: -16px;
	z-index: 101;
}

#qipContent {
	position: relative;
	top: -35px;
	text-align: center;
}

#qipPI {
	border-width: 1px;
	border-style: solid;
	border-color: #29404E;
	width: 140px;
	margin-left: auto;
	margin-right: auto;
}

.qipb {
	width: 16px;
	margin: 2px;
}

/* Content Wrapping */

.DisplayBox {
	border: 1px solid #2e343c;
	background-color: #eeeeee;
	margin: 12px auto;
	border-collapse: collapse;
}

.WrappedObj {
	display: block;
}

/* Progress Bar */

.ProgressBar {
	padding: 1px;
	border-collapse: collapse;
	margin: 10px auto;
	border: 1px solid #2e343c;
  background-color: #2e343c;
	white-space: normal;
	width: 308px;
	text-align: left;
	border-radius:13px;
}

.PBComplete {
	width: 30px;
	height: 20px;
	text-align: right;
	padding: 5px 8px 0 0;
	background:#FFFFFF;background: linear-gradient(to left, #a6ce39, #008a7a);
	border-radius:11px;
}

.Perc {
	color: #29404E;
	opacity: 0.0;
	filter: alpha(opacity=0);
}

/* Forms Display */

.UCTable {
	margin: 8px auto;
}

.UCF_Required {
	font-weight: bold;
}

.LabelCell {
	text-align: right;
	white-space: nowrap;
	padding: 2px;
}

body.login .Minimal tr td.LabelCell, 
body.login .stdTextField {
	display: block;
  /* position: absolute; */
  /* z-index: 1; */
  text-transform: uppercase;
  /* color: rgba(0,0,0,0.35); */
  /* line-height: 40px; */
  padding: 0;
  /* text-align: left; */
  font-size: 12px;
  letter-spacing: 1px;
}

.FieldCell {
	text-align: left;
	white-space: nowrap;
	padding: 2px;
}

.CenteredCell {
	text-align: center;
	white-space: normal;
}

/* Drag and Drop Upload Box */

#DragUploadArea {
	width: 360px;
}

#MessagePreForm {
	margin: 8px;
}

#MessagePostForm {
	margin: 8px;
}

#DS_DragUploadArea {
	width:360px;
}

.SelFilesLabel {
	width: 90%;
	margin-left: 10%;
	text-align: left;
}

div.FileSelectButton {
	position: relative;
	width: 100px;
	margin: 30px auto 10px auto;
	white-space: nowrap;
}

div.SelectMoreButton {
	position: relative;
	width: 100px;
	margin: 20px auto 30px auto;
	white-space: nowrap;
}

.FileSelectDisplay {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 21;
	border: 1px solid #ccc;
	background-color: #fafafa;
	padding: 4px 16px 4px 16px;
	border-radius: 4px;
	white-space: nowrap;
}

.FileSelectDisplay:hover {
	background-color: #eee!important;
}

.FileSelectInput {
	position: relative;
	text-align: right;
	opacity: 0;
	width: 100px;
	z-index: 22;
}

.DragToUploadMessWithSel {
	margin: 10px auto 30px auto;
}

.DragToUploadMessNoSel {
	margin: 30px auto;
}

.DragToUploadMessOr {
	margin: 16px auto 10px auto;
}

.SmallNote {
	font-size: 10px;
	margin-bottom: 4px;
}

#MFTipFlip {
	text-align: left;
	font-size: 80%;
	text-decoration: none;
	line-height: 100%;
	vertical-align: middle;
	margin: 6px 0;
	cursor: pointer;
}

#MFTipFlip img {
	margin: 0 4px 0 0;
	vertical-align: middle;
}

#MFTipText {
	text-align: center;
	font-size: 80%;
	display: none;
	margin: 12px;
}

input[type=button] {
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	background: #a9b259;
	font-size: 12px;
	padding: 0 15px;
	margin: 0 10px;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	height: 30px;
	line-height: 32px;
	box-sizing: initial;
	vertical-align: top;
	border: 0px solid transparent;
}

.clear {
	min-height: 1px;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

#TransferFrame {
	display: none;
	height: 4px;
	width: 4px;
}

.NamePass {
	width: 140px;
}

body.login .Minimal tr td.FieldCell .NamePass {
	width: 100%;
  height: 40px;
	font-size: 16px;
  line-height: 40px;
  padding: 0 15px 0 115px;
  box-sizing: border-box;
  border: none;
  border-radius: 5px;
}

.SmallLink {
	font-size: .8em;
	text-decoration: none;
	color: #28404E;
}

body.login .SmallLink {
	color: #eee;
	transition: all 200ms ease-in-out;
  cursor: pointer;
}

body.login .SmallLink:hover {
	color: #fff;
}

.UCLabel_Stacked {
	text-align: left;
	font-size: 8pt;
}

input[type="button"], 
input[type="submit"] {
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	background-image: linear-gradient(90deg, #008a7a, #a6ce39);
	font-size: 12px;
	padding: 0 15px;
	margin: 0 10px;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	height: 30px;
	line-height: 32px;
	box-sizing: initial;
	vertical-align: top;
	border: none;
  border-radius: 5px;
  transition: all 200ms ease-in-out;
}

input[type="button"]:hover, 
input[type="submit"]:hover {
  background-image: linear-gradient(90deg, #662d91, #da1c5c);
}

body.login input[type="button"], 
body.login input[type="submit"] {
	background-image: linear-gradient(90deg, #008a7a, #a6ce39);
  color: #fff;
  line-height: 40px;
  height: 40px;
  width: 100%;
  margin: 0;
	padding: 0;
	border-radius: 5px;
	border: none;
  display: block;
  font-size: 16px;
  transition: all 200ms ease-in-out;
}

body.login input[type="button"]:hover, 
body.login input[type="submit"]:hover {
  background-image: linear-gradient(90deg, #662d91, #da1c5c);
}

/* input[type="button"]:hover, 
input[type="submit"]:hover {
	
} */

/* input[type="button"]:active, 
input[type="submit"]:active {
	
} */