﻿


/*=======================
	Allgemein
=======================*/


.Bold
{
	font-weight:bold;
}

a,
a:link,
a:visited,
a:hover,
a:active,
a:focus
{
	outline:none;
	text-decoration:none;
}

.Hidden
{
	visibility:hidden;
}

.Clearfix:after
{
    content: "";
    display: table;
    clear: both;
}

.AlignTop
{
	vertical-align:top;
}

.AlignRight
{
    text-align:right;
}

.AlignLeft
{
    text-align:left;
}

.AlignCenter
{
    text-align:center;
}

.VerticalAlignMiddle
{
    vertical-align:middle;
}

.VerticalAlignTop
{
    vertical-align:top;
}

iframe
{
    border:none;
}

strong{
	font-weight:bold;
}

em,
.Italic{
    font-style:italic;
}

sup{
	vertical-align:super;
}

.NoSelection{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.FloatLeft
{
    float:left;
}

.FloatRight
{
    float:right;
}

/* klasse für den wrapper */
.ResponsiveImage
{
    display: block;
    max-width: 100%;
    height: auto;
}

textarea{
	height:auto;
}

label {
	display: block;
	margin-bottom: 5px;
}

.radio, .checkbox {
	min-height: 20px;
	padding-left: 20px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
	float: left;
	margin-left: -20px;
}

.radio.inline, .checkbox.inline {
	display: inline-block;
	padding-top: 5px;
	margin-bottom: 0;
	vertical-align: middle;
}

.InitDataTables th,
.pnlBeBoxHeader,
.DisableTextSelection
{
    /* disable text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pnlFormWrapper
{
    display: table;
    width: 100%;
}

.pnlFormRow
{
    display: table-row;
}

.pnlFormCell
{
    display: table-cell;
    padding: 5px;
}