/* ----------- CONTENT LAYOUT --------------------------------------------------------------------- */

#wrapper {
	/*min-height: 100%;*/
	min-height: 84vh;
	height: auto !important;
	height: 100%;
}

#container {
	display: inline-block;
	width: 100%;
	margin: 0 auto;
}

.column {
	float: left;
}

.tenth {
	width: 10%;
}

.sixth {
	width: 18%;
}

.fifth {
	width: 20%;
}

.quarter {
	width: 24%;
}

.third {
	width: 33%;
}

.half {
	width: 50%;
}

.twothirds {
	width: 66%;
}

.threequarter {
	width: 74%;
}

.full {
	width: 100%;
}

.content {
	padding: 0 4%;
	clear: both;
}

.content.half {
	width: 45%;
}

.content.threequarter {
	width: 56%;
}

#container>.content:last-of-type {
	margin: 0 0 60px 0;
}

.side {
	float: right;
	clear: right;
	width: 24%;
	margin: 0 4% 15px 0;
	padding: 20px 2%;
}

.side:last-of-type {
	margin-bottom: 0;
}

.side.action img,
img.action {
	display: inline;
	float: left;
	width: 85px;
	margin: 0 25px 0 0;
}

.side.action h2,
img.action+h2 {
	clear: none;
}

.side.action span,
img.action+h2+span {
	overflow: hidden;
}

.topMargin {
	margin-top: 40px !important;
}

.blurb {
	margin: 20px 0;
	color: #4D8AC3;
	font-size: 22px;
	font-weight: bold;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

.txtRight {
	text-align: right;
}

.quarter:first-of-type.txtRight {
	width: 25%;
	margin: 0 2% 0 0;
}

.page-side {
	min-height: 150px;
	border: solid 1px #ddd;
	margin-bottom: 15px;
	border-radius: 5px;
	padding: 15px;
}

.logo {
	width: 90px;
}


/* ----------- FORMS --------------------------------------------------------------------- */

.fieldRow input[readonly="readonly"],
.fieldRow textarea[readonly="readonly"],
.fieldRow select[disabled="disabled"] {
	color: #666666;
	background: #D7D7D7;
}

.fieldRow div.charsleft,
.fieldRow div.wordsleft {
	text-align: right;
	font-size: 11px;
}

.fieldRow .error {
	border: 1px solid #FF0000 !important;
	background: #FFD2D2 !important;
}

.fieldRow {
	padding-bottom: 25px;
}

#childUpload form {
	background: none;
}

#childUpload {
	margin: -10px 0 0;
}

.side form {
	padding: 0;
}

.side .fieldRow {
	padding: 4px 0;
}

.side .buttonRow {
	margin: 10px 0 10px 0 !important;
}

.side select {
	width: 99%;
	padding: 2px 1.5%;
}

.side input[type="text"] {
	width: 96%;
	padding: 2px 1.5%;
}

.findFrame {
	display: none;
	padding: 4px 0 0 0;
}

.findFrame .searching {
	padding: 5px 0 0;
	text-align: center;
}

#users .searching,
#searchList .searching {
	padding: 35px 0;
	text-align: center;
}

#users .searching img,
#searchList .searching img {
	max-width: 30px;
	display: block;
	margin: auto;
	margin-bottom: 20px;
}


/* File Upload Form / Button ------------------------------------------------------------------------------------ */

form.iframeSend {
	padding: 0;
}

form input.upload {
	position: fixed;
	margin: -40px;
	visibility: hidden;
}

form label.upload {
	width: auto;
	padding: 5px 10px 5px 10px;
	text-align: center;
	cursor: pointer;
}

form label.upload img {
	width: 16px;
	margin: 0 10px -3px 0;
}

.side form.iframeSend {
	margin: 15px 0 0;
	padding: 0;
}

.side form label.upload {
	width: 100%;
	margin: 5px 0 0;
	padding: 5px 0;
	font-size: 20px;
}

.side form label.upload img {
	width: 20px;
	margin: 0 10px -3px 0;
}

.button {
	display: block;
	margin: auto;
	background: #eee;
	padding: 6px 15px;
	margin: 7px 0;
	max-width: 200px;
	text-align: center;
	border: solid 1px #aaa;
}

.button:hover {
	cursor: pointer;
}

form .button {
	display: inline !important;
}

.expandable .fieldRow,
.settings-form .fieldRow {
	padding: 10px 0;
}

.expandable .fieldRow label {
	display: block;
}

.expandable .fieldRow input:not([type='submit']):not([type='checkbox']),
.expandable .fieldRow textarea,
.expandable .fieldRow select,
.settings-form .fieldRow input:not([type='submit']):not([type='checkbox']),
.settings-form .fieldRow textarea,
.settings-form .fieldRow select {
	width: 100%;
	padding: 5px;
	background: #f5f5f5;
	border: solid 1px #ddd;
}

.row.data {
	display: block;
	overflow: hidden;
	width: 95.5%;
	padding: 5px 2%;
	border-top: 1px dotted #CCC;
}


/* File Upload List --------------------------------------------------------------------------------------------- */

.filenames>div,
.operatorUser {
	overflow: hidden;
	margin: 2px 0 0;
	padding: 3px 0 2px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.filenames>div img {
	float: left;
	margin: 3px 8px 0 0;
}

.filenames>div .small,
.operatorUser .small {
	display: none;
}

.filenames>div:hover .small,
.operatorUser:hover .small {
	display: block;
	float: right;
	position: relative;
	margin: 3px 0 0 5px;
	right: 0;
}

.fieldRow .filenames {
	float: left;
}

.fieldRow .filenames>div {
	border: 0;
}

.fieldRow .filenames>div:first-of-type {
	margin: 2px 0 0;
}

.fieldRow #filenames>div:last-of-type {
	margin: 2px 0 35px;
}

.side .filenames>div:last-of-type {
	margin: 2px 0 0;
}

.side .filenames>div,
.operatorUser {
	border-top: 1px dotted #CCCCCC;
}

#filenames.replace a {
	display: block;
	text-align: center;
}

#filenames.replace img {
	max-width: 100%;
}

/* ----------- SETTINGS PAGE -------------------------------------------------------------- */

.setting {
	overflow: hidden;
	color: #333;
}

.setting:hover {
	color: #333 !important;
	text-decoration: none  !important;
}

.setting img {
	float: left;
	width: 15%;
	margin: 0 3% 0 0;
}

.setting.greyed {
	background: #EBEBEB;
	color: #CCCCCC;
}

.setting.greyed h4 {
	color: #999999;
}

.setting.greyed img {
	opacity: 0.3;
	filter: alpha(opacity=30);
}

/* ----------- RANDOM --------------------------------------------------------------------- */

.ajaxIframe {
	display: none;
}

h2.expandable {
	margin: 25px 0 0;
	padding: 15px;
	color: #FFFFFF;
	background-image: url('/resources/white_down.png');
	background-position: 98% 20px;
	background-repeat: no-repeat;
	cursor: pointer;
	background-color: #333;
}

h2.expandable:first-of-type {
	margin: 0;
}

h2.expandable.selected {
	background-image: url('/resources/white_up.png');
}

h2.expandable img {
	float: right;
	width: 25px;
	margin: 0 15px 0 0;
}

div.expandable {
	padding: 25px 20px;
	border: solid 1px #ddd;
	background: #f5f5f5;
}

.sortable {
	margin: auto;
	padding: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.sortable>li {
	list-style: none;
	margin: 0;
	height: auto;
}

span.handle {
	padding: 0 20px 0 0;
	cursor: n-resize;
}

li.sortable-placeholder {
	height: 30px;
}

li.sortable-dragging {
	background: #78A7D1;
	color: #FFFFFF;
}

li.sortable-dragging a {
	color: #FFFFFF;
}

.article ul {
	padding: 0;
}

.article .section {
	overflow: hidden;
	margin: 20px 0 0;
}

.article pre {
	padding: 10px;
	background: #F4F4F4;
	border: 1px solid #E5E5E5;
}

.section.editable {
	padding: 10px;
	border: 1px dotted #CCC;
}

.section .handle {
	margin: -10px -10px 10px;
	padding: 5px;
	display: block;
	background: #CCC;
}

.article img.full {
	width: auto;
	max-width: 98%;
	padding: 5px;
	border: 1px solid #CCC;
}

.alphabetFilter a {
	display: block;
	float: left;
	min-width: 13px;
	margin: 10px 0 20px 0;
	padding: 3px 5px;
	border-radius: 4px 4px 0 0;
	border: 1px solid #CCC;
	border-left: none;
	text-align: center;
	text-transform: uppercase;
}

.alphabetFilter a:first-of-type {
	border-left: 1px solid #CCC;
}

.alphabetFilter a.selected {
	margin: 8px 0 0 -1px;
	padding: 3px 5px 5px;
	color: #000000;
	border: 1px solid #000000;
	border-bottom: none;
}

.alphabetFilter a:hover:not(.selected) {
	margin: 8px 0 0 0;
	padding: 3px 5px 5px;
}

.backSpace a {
	margin: 0 15px;
}

/* ----------- Modern Loader --------------------------------------------------------------------- */

.wrapperLoader{
	width:200px;
	height:60px;
	position: absolute;
	left:50%;
	top:30%;
	transform: translate(-50%, -50%);
}
.circleLoader{
	width:20px;
	height:20px;
	position: absolute;
	border-radius: 50%;
	background-color: #d25b0e;
	left:15%;
	transform-origin: 50%;
	animation: circleLoader .5s alternate infinite ease;
}

@keyframes circleLoader{
	0%{
		top:60px;
		height:5px;
		border-radius: 50px 50px 25px 25px;
		transform: scaleX(1.7);
	}
	40%{
		height:20px;
		border-radius: 50%;
		transform: scaleX(1);
	}
	100%{
		top:0%;
	}
}
.circleLoader:nth-child(2){
	left:45%;
	animation-delay: .2s;
}
.circleLoader:nth-child(3){
	left:auto;
	right:15%;
	animation-delay: .3s;
}
.shadowLoader{
	width:20px;
	height:4px;
	border-radius: 50%;
	background-color: rgba(0,0,0,.5);
	position: absolute;
	top:62px;
	transform-origin: 50%;
	z-index: -1;
	left:15%;
	filter: blur(1px);
	animation: shadowLoader .5s alternate infinite ease;
}

@keyframes shadowLoader{
	0%{
		transform: scaleX(1.5);
	}
	40%{
		transform: scaleX(1);
		opacity: .7;
	}
	100%{
		transform: scaleX(.2);
		opacity: .4;
	}
}
.shadowLoader:nth-child(4){
	left: 45%;
	animation-delay: .2s
}
.shadowLoader:nth-child(5){
	left:auto;
	right:15%;
	animation-delay: .3s;
}
.wrapperLoader span{
	position: absolute;
	top:75px;
	font-family: 'Lato';
	font-size: 20px;
	letter-spacing: 12px;
	color: #000000;
	left:15%;
}
.wrapperLoader label{
	position: absolute;
	top:75px;
	font-family: 'Lato';
	font-size: 20px;
	letter-spacing: 12px;
	color: #000000;
	left:6%;
}
