﻿/* style modifications
----------------------------------------------------------*/
p a {
    text-decoration:underline;
}

.pricing-heading {
    font-size: 0.9em;
    padding-left: 3px;
    padding-right: 3px;
}

.pricing-heading a {
    text-decoration:none;
}

.pricing-heading a:hover {
    text-decoration:underline;
}

fieldset {
    border: 1px solid #DDD;
    border-radius: 10px;
    padding: 20px;
    margin: 40px 0
}

legend {
   font-size: 24px;
   display: inherit;
   width: auto;
   padding: 0 5px;
   margin-bottom: 0;
   line-height: inherit;
   color: #656565;
   border: 0;
}

legend + .control-group {
  margin-top: 0px;
}

div.ui-datepicker {
    font-size: 10px;
}

.hint {
    display: inline-block;
    width: 820px;
    margin-left: 20px;
    padding-left: 10px;
    background-color: #F5F5F5;
}

#Kaufdatum {
    width: 206px;
}

/* additional styles
-----------------------------------------------------------*/

td.center {
    text-align: center;
}

.hidden {
    display: none!important;
}

/* form validation styles
-----------------------------------------------------------*/

form .field-validation-error {
    color: #ff0000;
}

form .field-validation-valid {
    display: none;
}

form span.field-validation-error {
    font-size: 0.8em;
}
form .input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

form .validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

form .validation-summary-valid {
    display: none;
}

/* Customization of Flattern Theme */

.form-horizontal .control-group {
  margin-bottom: 10px;
}

.form-horizontal .control-label {
  text-align: left;
}

.form-horizontal .row {
    margin-bottom: 0px;
}

#SelectedLanguage {
    width: 103px;
    font-size: 12px;
    line-height: 25px;
    height:23px;
    margin-bottom: 0px;
    padding:1px 0 1px 1px;
}

#selectLanguageForm {
    margin: 0 0 0 10px;
    float:right;
}

.right-nav {
    margin-top:67px;
    float:right;
}

.right-nav a {
    font-size:12px;
    border-right:1px solid #E6E6E6;
    padding:2px 10px 3px 0;
    color:#656565;
}

.pointer {
    cursor:pointer;
}

.nopadding {
    padding: 0 0 0 0;
}

.btn a {
    color: #FFFFFF;
    text-decoration:none;
}

.text-box {
    width: 150px; 
    margin: 0 10px 10px 0; 
    padding: 4px 6px;

}

.forward-button
{	/* button in navigation area */
    background-color: #363;
    border: solid 1px #9F9;
    color: #CFC;
}

.forward-button:hover 
{	/* hovered button */
    background-color: #393;
    border: solid 1px #CFC;
    color: #FFF;
}

.tab-content h5{

    font-size:inherit;
    color: #656565;
    
}
.tab-content fieldset {
    border:none;
    padding-left:0;
}

.tab-content legend {
    padding-left:0;
    font-size:18px;
}
.tab-content .control-group {
    margin-bottom:0;
}
.tab-content .control-group label{
    text-align:left;
    margin-bottom:0;
}

.right-cell{
float:right; 
text-rendering: optimizelegibility;
}
.left-cell {
    float: left;
    color: #353535;
    font-weight: bold;
    font-size: 13px;
}
.display-table {
    display:table; 
    width:100%; 
}
.display-table h5 {
    margin:0;
}

table tfoot div.paging
{
	float: left;
}

table tfoot div.hint
{
	float: right;
	margin-left: 20px;
	margin-right: 20px;
    width: 200px;
    background-color: #FFF;
}

table tfoot div.select
{
	float: right;
	font-size: 10px;
}

table tfoot td
{
	padding: 6px 6px 6px 12px;
	background-color: #ffffff;
	color: #656565;
}

table tfoot td a.selected
{
	font-weight: bold;
}

#select-items-PartnerList {
    width: 100%;
    height: 20px;
    font-size: 1em;
    padding: 0;
}

select-items-form-PartnerList
{
    margin: 0;
}

h6{
	margin:20px 0;
}

.logo.nomargin
{
	margin:0;
}

header .logo {
	margin:50px 0 10px 0;
}

article{
    margin-bottom: 0px;
}

.bottom-article{
	margin-top:35px;
}

.left-sidebar {
    border-right: none;
}

select {
    color:#656565;
}

/* Cookie consent
-----------------------------------------------------------*/

.cc-message {
    font-size: 0.8em;
    color: white;
}

.cc-window {
    background-color: #939393 !important;
    left: 10% !important;
    right: 10% !important;
    bottom: 0 !important;
    width: auto !important;
    padding: 7px 10px 10px 20px !important;
    max-width: none !important;
}

.cc-message a {
    font-size: 1.0em;
    color: white !important;
    text-decoration: none;
    font-weight: bold;
}

.cc-compliance a {
    background-color: #939393 !important;
    color: white !important;
}

.cc-btn {
    border-width: 0 !important;
    border-style: none !important;
    min-width: 20px !important;
}
