body {
	background-color: #999;
}

html,
body,
ul.topiclist li {
	color: #333333;
}

.site_logo {
	background-image: url('./images/OrcaLogoBW.png');
	width: 250px;
	height: 139px;
	margin-left: 10px;
	margin-top: 5px;
}

.site-description {
	display: flex;
	align-items: center;
}

.site-title {
	font-size: 3.5em;
	margin-left: 25px;
	font-family: fantasy;
}

.search-header .inputbox {
	color: #ffffff;
}

.copyright,
.panel-heading {
	background: rgb(37, 33, 105);
	background: -moz-linear-gradient(0deg, rgba(37, 33, 105, 1) 0%, rgba(51, 44, 142, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(37, 33, 105, 1) 0%, rgba(51, 44, 142, 1) 100%);
	background: linear-gradient(0deg, rgba(37, 33, 105, 1) 0%, rgba(51, 44, 142, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#252169",endColorstr="#332c8e",GradientType=1);
	box-shadow: inset 0 1px 0 #6763a4;
}

.bottom-anchor {
	left: -999px;
	position: absolute;
}

.wrap {
	box-shadow: -15px 0 15px -15px #333, 15px 0 15px -15px #333;
}

.image-upload {
	text-align: center;
}

.image-upload-container {
	width: 100%;
	margin-top: 15px;
}

.upload-panel {
	padding: 0;
    margin-bottom: 15px;
    border: 1px solid #009;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-default {
    border-color: #ddd;
}

.panel-container table.table1 thead th {
    color: #fff;
}

.panel-heading {
	padding: 7px;
    background: rgb(37, 33, 105);
    background: -moz-linear-gradient(0deg, rgba(37, 33, 105, 1) 0%, rgba(51, 44, 142, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(37, 33, 105, 1) 0%, rgba(51, 44, 142, 1) 100%);
    background: linear-gradient(0deg, rgba(37, 33, 105, 1) 0%, rgba(51, 44, 142, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#252169",endColorstr="#332c8e",GradientType=1);
    box-shadow: inset 0 1px 0 #6763a4;
    border-radius: 6px 6px 0 0;
}

.panel-default > .panel-heading {
    color: #ffffff;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-title {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 16px;
    color: inherit;
}

.panel-body {
    padding: 10px 15px;
}

.panel-body ul {
	margin-left: 20px;
}

.fileinput-button {
	position: relative;
	overflow: hidden;
}
.fileinput-button input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	font-size: 200px;
	direction: ltr;
	cursor: pointer;
}

.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
	margin-bottom: 5px;
}

.progress-animated .progress-bar,
.progress-animated .bar {
	background: url(https://images.orcaonline.org/v2/img/progressbar.gif) !important;
	filter: none;
}

.fileupload-process {
	float: right;
	display: none;
}

.fileupload-processing .fileupload-process,
.files .processing .preview {
	display: block;
	width: 32px;
	height: 32px;
	background: url(https://images.orcaonline.org/v2/img/loading.gif) center no-repeat;
	background-size: contain;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #adadad !important;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-danger {
    background-color: #d9534f;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
}

.table-striped {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td, 
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}
.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.fileupload-buttonbar {
	margin-top: 5px;
}

.image-upload span {
	margin-bottom: 5px;
}

.postbody a.fancybox-buttons img {
    background-color: #fff;
    padding: 5px;
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
	max-width: 95%;
}

@media (max-width: 700px) {
	.site-description {
		display: block;
	}

	.site_logo {
		margin: 0;
	}

	.site-title {
		margin: 0 0 10px 0;
		font-size: 1.5em;
	}

	.fileupload-buttonbar .toggle,
	.files .toggle,
	.files .btn span {
		display: none;
	}

	.files .name {
		width: 80px;
		word-wrap: break-word;
	}

	.files img,
	.files canvas {
		max-width: 100%;
	}
}

.message-box textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#site-description {
    display: none !important;
}