/* LIBRARY */

.inline {
	display: inline;
}

.hovertip {
	cursor: pointer;
}

/* MEMBER LIST */

.row {
	margin: 10px;
}

.row.scroller {
	overflow: scroll;
}

.dt-length { float: left; }
.dt-search { float: right; }
.dt-info { float: left; }
.dt-paging { float: right; }


/* PROTECTED VIEWER */

@media print {
  html, body {
	display: none;  /* hide whole page */
  }
}
#divPaginator {
	background: linear-gradient(#4f4f4f, #4f4f4f);
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
	height: 30px;
	text-align: center;
	width: 100% !important;
}

#divPaginator > div {
	color: #FFF;
	color: rgb(240, 227, 123);
	display: inline-block;
}

#divPageNumbers {
	padding-left: 5px;
	padding-right: 5px;
}

#imgWrapper {
	background-color: #808080;
	border: 2px;
	border-top: outset;
	border-left: outset;
	border-right: inset;
	border-bottom: inset;
	height: 1000px !important;
	overflow: auto !important;
	position: relative;
	width: 100%;
}

#imgViewer {
	pointer-events: none;
	height: 100%;
	width: 100%;
}
#inpPaginateTo {
	text-align: center;
	width: 50px;
}

.alert {
    display: none;
}

#delano-notice-links {
    /*font-size: 90%;*/
    margin-bottom: 10px;
}