.fielddescription{
	margin-top: -16px !important;
}

.aep-menu-icon-bar
{
	margin-bottom: -6px;
}

/* Angemeldet als...  */
.loginstatus {
	padding: 1rem;
	text-align: right;
}


th .button
{
    display:none;
}

th:hover .button
{
padding: 0;
position: absolute;
border: 1px solid blue;
align-content: 0;
display: block;
z-index: 100;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0.4;
}
/* Foundation Standart überschreiben */
.icon-bar {
	background-color: #ccc;
}

.menubar {
	padding-bottom: 1rem;
}

main section a {
	text-decoration: underline;
}

.pricing-table .bullet-item {
	padding: 0.5rem;
}

.pricing-table .price {
	font-weight: bold;
	font-size: 1rem;
}

.tabs .tab-title>a {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.top-bar-section ul li:hover:not (.has-form ):not (.active ):not (.hover
	) >a {
	color: black;
}

.top-bar-section li.hover>a:not (.button ) {
	color: white;
}

.top-bar-section li.active:not (.has-form ) a:not (.button ) {
	color: white;
}

.top-bar-section li.active:not (.has-form ) a:not (.button ):hover {
	color: black;
}

.top-bar-section .dropdown li a {
	color: white;
}

.top-bar-section .dropdown li:not (.has-form ):not (.active ) >a:not (.button
	) {
	color: white;
}

.top-bar-section .dropdown li:not (.has-form ):not (.active ):hover>a:not
	(.button ) {
	color: black;
}

.devider {
	background-color: white !important;
}

/* Wird nur bei Firefox benötigt um beim jquery spinner die "Pfeil-hoch/-Runter" zu entfernen */
input[type="number"] {
	-moz-appearance: textfield;
}

label small {
	text-transform: none;
}

table>* {
	
}

/* Load image*/
.load-spinner {
	background: #fff url(../img/gif/load.gif) no-repeat;
	min-width: 80px;
	min-height: 80px;
	padding-left: 90px;
	vertical-align: middle;
	font-size: 150%;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, .8) url(../img/gif/ajax-loader.gif) 50%
		50% no-repeat;
}
.benutzerleitfaden{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 30px;
	vertical-align: middle;
	height: 46px;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
}

.benutzerleitfaden img{
    width: 30px;
    margin: auto auto;
    	bottom: 0;
    	position:absolute;
	top: 0;
}
.menubar{
	position:relative
}
/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
	overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
	display: block;
}

/* Infobox style */
#infobox>h5 {
	text-align: center;
	margin-top: 0.5rem;
	text-decoration: underline;
}

.infoParagraph {
	margin: 0px;
	font-size: 0.85em;
	list-style-type: none;
	line-height: normal;
}

.infoboxposition {
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
	padding: 0px;
}

.infoError {
	color: red;
	display: inline;
}

.infoNoError {
	color: green;
	display: inline;
}

#infobox>ul {
	margin-left: 0px;
}

#infobox li {
	overflow: hidden;
}

/* Auftragsliste */
 select[name="auftraege_length"]
 {
 	width: auto;
 }
 
 #auftraege_filter > label 
{
	text-align: left !important;
}

#auftraege_filter > label > input
{
	margin-left: 0px;
}

.table>* img {
	width: 1.875rem;
	height: 1.875rem;
}

/* Für den Responsive-Desigen in der auftragsliste unten auskommentieren */
.table {
	width: 100%;
	display: inline-block;
}

/* Fehlermeldungen bei der Validierung */
.error_msg_003{
    line-height: 1.5;
    margin-bottom: 1rem;
    padding: 2px 4px;
    font: bold 13px Arial,sans-serif;
    padding: 7px 0px 5px 5px;
    border-radius: 6px;
 }
 
.error_msg_003{
 border:solid 1px #FBD3C6;
 background:#FDE4E1;
 color: #B10009;
 }

 .error input, .error textarea, .error select
 {
 	/* overriding foundation css*/
 	margin-bottom: 1rem;
 }
 
  .error small.error
 {
 	margin-top: -1rem !important;
 }

/* Jquery Controls (Dialog, Spinner, Dropdown) */

label.error ~ span.ui-combobox > a {
	margin-bottom: 1rem;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled,
	.ui-widget-header .ui-state-disabled>a {
	opacity: 0.75;
	filter: Alpha(Opacity = 75);
	background-image: none;
}

.ui-state-disabled>a {
	display: none;
}

.ui-menu .ui-menu-item {
	font-size: 0.87rem;
}

.ui-widget {
	font-size: 0.87rem;
}

.ui-combobox-input {
	padding: 0.6em;
	
}

.ui-combobox {
	position: relative;
	display: inline-block;
	margin: 0 0 1rem 0;
}
.ui-combobox-altlieferant
{
	position: relative;
	display: inline-block;
	margin: 0 0 1rem 0;
}

.ui-combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
	/* adjust styles for IE 6/7 */
	*height: 1.7em;
	*top: 0.1em;
}

.ui-widget {
	max-width: 100%;
}

.ui-spinner-input {
	width: 80%;
}


/* ???Wird das unten gebraucht??? */
/* .fixed {position:fixed;} */

/* .no-padding .columns { */
/* 	padding-top: 0px; */
/* 	padding-right: 0px; */
/* 	padding-bottom: 0px; */
/* 	padding-left: 0px; */
/* } */

/* .modul-button { */
/* 	padding-top: 4rem; */
/* 	padding-right: 4rem; */
/* 	padding-bottom: 4rem; */
/* 	padding-left: 4rem; */
/* 	margin-top: 3rem; */
/* 	width: 100%; */
/* } */


/* .save-new { */
/* 	margin-top: -14px !important; */
/* 	margin-right: 49px !important; */
/* } */

label {
	margin-bottom: 5px;
}

.input-loading { background:url('../img/gif/small-indicator.gif') no-repeat center center }

.button-loading { 
	background:url('../img/gif/small-indicator.gif') no-repeat center center !important;
	 
}

.button-loading img
{
	visibility: hidden;
}

.has-tip:hover, .has-tip:focus
{
	border-bottom: none;
}

.alert-box.info {
    background-color: #f2f2f2;
    border-color: #d8d8d8;
    color: #4f4f4f; 
}

.alert-box
{
	padding-left: 2rem;
}

.form-action-alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 2rem;
  font-size: 0.8125rem;
  transition: opacity 300ms ease-out;
  background-color: #008cba;
  border-color: #0078a0;
  color: white; }
  .form-action-alert-box .close {
    font-size: 1.375rem;
    padding: 9px 6px 4px;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.6875rem;
    right: 0.25rem;
    color: #333333;
    opacity: 0.3;
    background: inherit; }
    .form-action-alert-box .close:hover, .form-action-alert-box .close:focus {
      opacity: 0.5; }
  .form-action-alert-box.radius {
    border-radius: 3px; }
  .form-action-alert-box.round {
    border-radius: 15px; }
  .form-action-alert-box.success {
    background-color: #43ac6a;
    border-color: #3a945b;
    color: white; }
  .form-action-alert-box.alert {
    background-color: #f04124;
    border-color: #de2d0f;
    color: white; }
  .form-action-alert-box.secondary {
    background-color: #e7e7e7;
    border-color: #c7c7c7;
    color: #4f4f4f; }
  .form-action-alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: white; }
  .form-action-alert-box.info {
    background-color: #f2f2f2;
    border-color: #d8d8d8;
    color: #4f4f4f;  }
  .form-action-alert-box.alert-close {
    opacity: 0; }

.form-action-alert-box ul
{
	font-size: 0.81rem;
}

#ratechoice_widget {
	margin-top: 20px;
}

.radio-box {
	border: 1px solid #d8d8d8;
	padding: 0px;
}

.radio-box > label
{
	background-color: #e3e3e3;
	padding-left: 0.93rem;
}

.radio-box > div
{
	padding-left: 0.93rem;
}

.single-input-box {
	border: 1px solid #d8d8d8;
	padding: 0px;
}

.single-input-box > label
{
	background-color: #e3e3e3;
	padding-left: 0.93rem;
}

.single-input-box > input[type="file"], .single-input-box > input[type="checkbox"], .single-input-box > input[type="radio"], select {
    margin: 0 !important;
}

.error-page
{
	background: #fff url(../img/background/error_bg.jpg) no-repeat 50% 50%;
	min-height: 450px;
	text-align: center;
	padding-top: 1em;
}


#orderForm textarea
{ 
	overflow: hidden;
	resize: none;
}

.productname{
    writing-mode: bt-rl;
} 

/* Input in PricingTable kein margin */
.bullet-item.bonus >input {
	margin: 0px !important;
}

.bullet-item.bonus {
	text-align: left;
	padding: 0.5rem 0.5rem 0.5rem 1.5rem;
}

.rate_name
{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* Tooltip container */
.aep-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.aep-tooltip .aep-tooltiptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
 
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;   
    top: 135%;
    left: 50%;
    margin-left: -80px;
}

.aep-tooltip .aep-tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;  /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.aep-tooltip:hover .aep-tooltiptext {
    visibility: visible;
}
@media only screen and (min-width: 40.063em) {
.top-bar-section ul.left{
	width: 100%
}
.top-bar-section ul.left li#manual{
	float:right;
}
div.lightborderbox{
	border:1px solid lightgrey;
	margin-left: 0.1 em;
	margin-right: 0.1em;
	padding: 0.6em;
    margin-bottom: 0.5em;
    padding-bottom: 0.4em
}
}
.deactivate{
	pointer-events: none;
        cursor: default;
        text-decoration: none;
        color: #000;

}
.deactivate .disabled-overlay{
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0;
    left: 0;
    opacity: 0.8;

}