/*
		Copyright (c) 2017 Zey Vermögensverwaltung GmbH

    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

        http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
*/
/* @CHARSET "UTF-8"; */

box
{
	display: block;
}

box,
.box
{
	border: 1px solid #ddd;
	box-shadow: 0px 0px 4px RGBA( 0, 0, 0, 0.15 );
	background-color: white;
	margin: 5px 5px 0 0;
	padding: 5px;
	border-radius: 0;

	text-align: left;
	vertical-align: top;
}

box > box,
box > .box,
.box > box,
.box > .box
{
	margin: 0;
}

box > hr,
.box > hr
{
	margin: 20px;
	border: 0;
	border-top: 1px solid #ddd;
}

box.sticky-box,
.box.sticky-box
{
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -o-sticky;
	position: -ms-sticky;
	position: sticky;
}

box > p.box-title:first-child,
.box > p.box-title:first-child
{
	position: inherit;
	left: 0;
	top: 0;
	max-width: 100%;
	line-height: 1.86em;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 10px;
	background-color: #4d5867;
	padding: 5px 0px 5px 5px;
	color: #ffffff;
}

.small-caps
{
	font-variant: small-caps;
	letter-spacing: 0.15em !important;
}

p.box-title:empty
{
	display: none !important;
}

.form-group box,
.form-group .box
{
	margin: 0px -10px;
}
