@font-face {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: 900;
	src: url("/webfonts/fa-solid-900.eot");
	src: url("/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/webfonts/fa-solid-900.woff2") format("woff2"), url("/webfonts/fa-solid-900.woff") format("woff"), url("/webfonts/fa-solid-900.ttf") format("truetype"), url("/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }
  

*,
*:before,
*:after {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    display: -ms-grid;
    display: grid;
    background: #999;
    justify-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.backdrop {
    background: url("./our-view-bg.jpg") center 65% no-repeat #fff;
    background-size: cover;
}

.logo {
    width: 14rem;
    margin: 0 auto 1.5rem;
}

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

.card {    
    background: #fff;
    border-radius: .25rem;
    box-shadow: 0px 8px 32px -16px rgba(0, 0, 0, 1);
    padding: 2rem 2rem 3rem;
    position: relative;
    margin: 2rem auto;
    border: 1px solid #999;
}

.card.-small {
    width: 28rem;
}

.ListPage .card {
    width: 90%;
    max-width: 80rem;
    min-width: 24rem;
}

.grid {
    display: grid;
            grid-template-areas: "sidebar main";
    -ms-grid-columns: 10rem 1rem auto;
    grid-template-columns: 10rem auto;
    grid-column-gap: 1rem;
}

.grid > * {
    padding: 0 1rem;
    margin: 1rem 0;
}

.grid-sidebar {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: sidebar;
}

.grid-sidebar.-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.grid-main {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: main;
}

.bh-logo {
	width: 128px;
	height: 128px;
}

.label {
	color: #d22630;
    text-transform: uppercase;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0 0 1rem;
    padding: 0 0.75rem;
    font-weight: bold;
}

.form-control {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 0 1.5rem;
    padding: 0 0.75rem;
}

input.form-control,
input[name="FolderName"] {
    -webkit-appearance: none;
    border: 1px solid #999;
    border-radius: .25rem;
    height: 1.5rem;
    display: block;
    width: 100%;
    width: -webkit-fill-available;
    padding: .375rem .75rem;
}

.btn,
.AM_Button,
input[type="button"] {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	background: transparent;
}

.btn:not(:disabled):not(.disabled),
.AM_Button:not(:disabled):not(.disabled),
input[type="button"]:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn.-primary,
.AM_Button[onclick*="Rumpus.logout"],
#BeginUploadSubmit,
input[name="completeCloseButton"],
#AccountInfoArea input[name="Close"] {
    background: #000;
	color: #fff;
}

.AM_Button[onclick*="Rumpus.logout"] {
	margin-left: .75rem;
}

.btn.-primary:hover,
.AM_Button[onclick*="Rumpus.logout"]:hover,
#BeginUploadSubmit:hover,
input[name="completeCloseButton"]:hover,
#AccountInfoArea input[name="Close"]:hover {
	background: #d22630;
}

.btn.-cancel,
#CancelUpload,
input[type="button"][value="Logout"] {
    color: #d22630;
    margin-right: 0.75rem;
}

.btn.-cancel:hover,
#CancelUpload:hover,
input[type="button"][value="Logout"]:hover {
	background: #e3e3e3;
}

.AM_Button:not([onclick*="Rumpus.logout"]) {
	font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #888;
    display: block;
    text-align: left;
}

#TaskBar .AM_Button:not([onclick*="Rumpus.logout"]):hover {
	color: #d22630;
}

.AM_Button img {
	display: none;
}

#AM_Menu,
.AM_Button[onclick*="Rumpus.logout"] {
	margin-top: 2rem;
}

.alert {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5rem;
    height: 1.5rem;
    padding: .375rem 1rem;
}

.alert.-error {
    background: #d22630;
    color: #fff;
}

.alert.-bottom {
    bottom: 0;
    border-radius: 0 0 0.25rem 0.25rem;
}

.alert .btn.-close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    opacity: .5;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem 1rem;
}

.body-copy {
	color: #666;
    text-transform: none;
    font-weight: normal;
    font-size: 0.9rem;
    margin: 0 0 1rem;
    padding: 0 0.75rem;
}

#FileList > table {
	border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

.dirlistrow td {
	-webkit-box-shadow: 0 -1px #999 inset;
	        box-shadow: 0 -1px #999 inset;
    border-top: 1px solid #999;
    border-left: 0;
    border-bottom: 0.5rem solid #fff;
    border-right: 0;
    height: 1.5rem;
    padding: .375rem;
}

.dirlistrow td:first-child:not(:last-child) {
	-webkit-box-shadow: 0 -1px #999 inset, 1px 0 #999 inset;
	        box-shadow: 0 -1px #999 inset, 1px 0 #999 inset;
	padding-left: .75rem;
}

.dirlistrow td:last-child:not(:first-child) {
	-webkit-box-shadow: 0 -1px #999 inset, -1px 0 #999 inset;
	        box-shadow: 0 -1px #999 inset, -1px 0 #999 inset;
}

.dirlistrow td:first-child:last-child {
    color: #666;
    font-weight: bold;
    padding: 2rem;
    padding-left: calc(.75rem + 24px + .375rem);
}

.dirlistrow td:nth-child(-n+2):not(:only-child),
.dirlistrow td:nth-last-child(-n+2):not(:only-child) {
    cursor: pointer;
}

.dirlistrow tr:hover td:not(:only-child) {
	background: #d22630;
	color: #fff;
	-webkit-box-shadow: 0 -1px #d22630 inset;
	        box-shadow: 0 -1px #d22630 inset;
    border-top: 1px solid #d22630;
}

.dirlistrow tr:hover td:first-child:not(:last-child) {
	-webkit-box-shadow: 0 -1px #d22630 inset, 1px 0 #d22630 inset;
	        box-shadow: 0 -1px #d22630 inset, 1px 0 #d22630 inset;
}

.dirlistrow tr:hover td:hover:last-child:not(:first-child) {
	-webkit-box-shadow: 0 -1px #d22630 inset, -1px 0 #d22630 inset;
	        box-shadow: 0 -1px #d22630 inset, -1px 0 #d22630 inset;
}

.dirlistrow img {
	display: block;
}

.dirlistrow td[id^="i_"] img {
	margin: auto;
}

.dirlistrow td[id^="a_"] img {
	margin-left: auto;
}

#FLHeader th {
	color: #d22630;
    text-transform: uppercase;
    font-size: 0.9rem;
    line-height: 1.5;
    padding: 0.375rem;
    font-weight: bold;
	text-align: left;
	border-bottom: 0.5rem solid #fff;
}

#FLHeader .heading_icon,
#FLHeader .heading_actions {
	width: 24px;
}

#FLHeader .heading_select {
	width: 1px;
}

#FLHeader .heading_size {
	max-width: 6.5rem;
}

#FLHeader .heading_date {
	max-width: 8rem;
}



/* --- Breadcrumbs --- */

.breadcrumbs {
	line-height: 1rem;
    margin: 0 0 0.75rem;
	padding: 0.375rem 0.75rem;
	border-bottom: 1px solid #999;
	font-size: 0;
}

.PathEntry {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-box-flex: 0;
	    -ms-flex: 0 auto;
	        flex: 0 auto;
	-ms-flex-negative: 1000;
	    flex-shrink: 1000;
	display: inline-block;
	padding-right: 5px;
	min-width: 4em;
	-webkit-transition: opacity ease 120ms, color ease 120ms;
	-o-transition: opacity ease 120ms, color ease 120ms;
	transition: opacity ease 120ms, color ease 120ms;
	color: #999;
    text-decoration: none;
	font-size: 0.9rem;
	font-weight: 500;
}

.PathEntry::before {
	padding-left: 10px;
	padding-right: 10px;
	content: "\f105";
	color: #999;

	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.PathEntry:hover {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	-webkit-transition: opacity ease 60ms, color ease 60ms;
	-o-transition: opacity ease 60ms, color ease 60ms;
	transition: opacity ease 60ms, color ease 60ms;
	color: #000;
}

.PathEntry:hover ~ .PathEntry {
	opacity: 0.2;
	color: #999;
}

.PathEntry:first-child {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	-ms-flex-negative: 0.5;
	    flex-shrink: 0.5;
	margin-left: 0;
	min-width: 16px;
	color: #000;
}

.PathEntry:first-child::before {
	content: "\f015";
	color: #000;
	padding-left: 6px;
	padding-right: 6px;
}

.PathEntry:last-child {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	font-weight: 700;
	color: #000;
	cursor: default;
	pointer-events: none;
}

/* ------ Modals ------ */

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

.ModalBG {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 100;
    overflow: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

DragUploadArea, #FileUploadArea {
    width: 360px;
}

.DBox {
    border-collapse: collapse;
    background-color: #fff;
    color: #333;
    padding: 0;
    width: 360px;
    opacity: 1.0;
    /* border: 1px solid #000; */
    border-radius: 4px;
    -webkit-box-shadow: 0 30px 80px -10px rgba(0,0,0,0.3);
            box-shadow: 0 30px 80px -10px rgba(0,0,0,0.3);
}

.BoxHeader {
    background-color: #fff;
    text-align: center;
    color: #d22630;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0 1.5rem 1rem;
    padding: 0.75rem;
    font-weight: bold;
    border-radius: 0.25rem 0.25rem 0 0;
    text-transform: uppercase;
    border-bottom: 1px solid #999;
}

.BoxContent {
    padding: 5px 10px 6px 10px;
    border-radius: 0 0 0.25rem 0.25rem;
}

div.FileSelectButton {
    position: relative;
    width: 100px;
    margin: 0 auto 0.75rem auto;
    white-space: nowrap;
}

.FileSelectDisplay {
    position: absolute;
    top: 0;
    z-index: 21;
    border: 1px solid #000;
    background-color: #fff;
    padding: 0.375rem 0.7rem;
    border-radius: 0.25rem;
    white-space: nowrap;
    cursor: pointer;
    color: #333;
}

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

.DragToUploadMessOr {
    margin: 1rem auto;
    font-weight: bold;
    color: #999;
}

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

#DragFileList {
	font-size: small;
    font-family: monospace;
}

#SelectMoreButton {
    position: relative;
    margin: 2rem auto;
}

.SelFilesLabel {
    margin-top: 0;
    font-weight: bold;
}

.SmallNote {
    font-size: 0.9rem;
}

#cm1 > p {
    margin: 1rem 0 2.375rem;
    font-weight: bold;
}

#CurrentFile {
    font-family: monospace;
}

#PI_Message {
    color: #d22630;
    border-top: 1px solid #999;
    padding-top: 0.75rem;
    font-size: 0.9rem;
    color: #999;
    margin: 1rem 1rem 0.75rem;
}

.ProgressBar {
    padding: 1px;
    border-collapse: collapse;
    margin: 10px auto;
    border: 1px solid #000;
    white-space: normal;
    width: 308px;
    text-align: left;
    border-radius: 0.25rem;
}

.PBComplete {
	width: 30px;
	height: 20px;
	text-align: right;
	padding: 5px 8px 0 0;
	background:#d22630;
	border-radius: 0.25rem;
}

.Perc {
	color: #fff;
	opacity: 0;
	font-size: 0.85rem;
}

#ProgressBar ~ table.Minimal {
    font-size: 0.85rem;
    margin: auto;
}

#AccountInfoArea table.Minimal {
    font-size: 0.9rem;
    margin: -1rem auto 0;
}

#AccountInfoArea td {
    width: 50%;
}

td.LabelCell {
    text-align: right;
    font-weight: bold;
    padding-right: 0.25rem;
}

td.FieldCell {
    text-align: left;
}

#CreateFolder form,
#Rename form {
	margin: -0.75rem 1.5rem 0.75rem;
}

#ConfirmDelete form {
	margin: 1.5rem 1.5rem 0.75rem;
}

#ConfirmDelete .BoxContent > p:first-child {
	margin-top: 0;
}


/* File Action Menu */

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

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

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

.FAMI:first-child {
	border-radius: 0.25rem 0.25rem 0 0;
}

.FAMI:last-child {
	border-radius: 0 0 0.25rem 0.25rem;
}

.FAMI:hover {
	background: #d22630;
	color: #fff;
}


/* ---- Previews ---- */
#quipBox {
	position: relative;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 30px 80px -10px;
            box-shadow: rgba(0, 0, 0, 0.3) 0px 30px 80px -10px;
    border: 1px solid #666;
    background: rgba(255, 255, 255, 0.8);
}

.qipClose {
	position: absolute;
    top: -16px;
	right: -16px;
	cursor: pointer;
	z-index:101;
}

#qipContent {
	position:relative;
	text-align:center;
	font-weight: bold;
}

#qipPI {
	border: 1px solid #999;
	width:140px;
	margin: 0.75rem auto 1.5rem;
}

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


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

.warn {
	color: #d22630;
	font-weight: bold;
}

#AM_Hilite {
	display: none;
}

#WorkSpace {
	min-height: 70vh;
}