﻿body {
	padding-top: 50px;
	padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
	padding-left: 15px;
	padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
	white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select {
	max-width: 280px;
}

textarea {
	width: 100%;
}

.input-validation-error {
	border: 1px solid red !important;
}

.dark-theme-btn {
	margin-top: 1px;
}

.fileupload-progress {
	margin: 10px 0;
}

	.fileupload-progress .progress-extended {
		margin-top: 5px;
	}

.news .panel-footer {
	text-align: right;
	font-style: italic;
}

.news .media-object {
	max-height: 64px;
}

.news .panel-heading {
	position: relative;
	padding-right: 160px;
}

.news .time {
	text-align: right;
	font-style: italic;
	position: absolute;
	top: 8px;
	right: 15px;
}

.media-left {
	float: left;
}

.footer-hint {
	position: relative;
	float: right;
}

.news .media {
	display: flex;
}

	.news .media .media-left {
		display: flex;
	}

		.news .media .media-left img {
			-webkit-align-self: center;
			-o-align-self: center;
			align-self: center;
		}

.hint42 {
	border: dotted;
	border-radius: 10px;
	height: 100px;
	margin: 10px;
	text-align: center;
	padding-top: 30px;
	color: gray;
}

#head.jumbotron {
	padding-top: 18px;
	padding-bottom: 18px;
	margin-bottom: 18px;
}

.field-hint {
	margin-top: -3px;
	margin-bottom: -20px;
}

@media screen and (max-width: 1000px) {
	.form-group .checkbox input[type="checkbox"] {
		margin-left: 5px;
	}
}

.form-control.ta-replace {
	height: 70px;
	width: 35%;
}

textarea.form-control.ta-editor {
	height: 600px;
}
