﻿html, body, form, div#site-content{
    height:100%;
    width:100%;
}

body {
    background-color: #fff;
    color: #333;
    font-size: 0.8em;
    font-family: "Tahoma", sans-serif;
    margin: 0;
    padding: 0;
    min-width: 980px;
}

body * {
    font-family: "Tahoma", sans-serif;
}

.iframe_body {
    min-width: 0px;
   /* overflow-x: hidden; */
}

.vt-inline-block{ display:inline-block !important;}

#site-logo {
    background-image: url(/Images/logo-vn2.png);
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    height: 32px;
    width: 240px;
    position: relative;
}

h4{
    margin:0;
}
section#login{
    margin-top:5px;
}

.pos-center{
    position:relative;
    margin:auto;
}

.pos-align-right{
    text-align:right;
}
.pos-align-center{
    text-align:center;
}

.float-left { float:left  }
.float-right{ float:right }
.float-end  { clear:both; }
.cls{ clear:both; }

.tab-table { display:table; }
.tab-row   { display:table-row;  }
.tab-cell  { display:table-cell; padding:2px 10px; vertical-align:middle; }
.tab-cell-top  { display:table-cell; padding:2px 10px; vertical-align:top; }
.tab-cell-bottom  { display:table-cell; padding:2px 10px; vertical-align:bottom; }

.tab-column { background-color:#87CEFA; }
.tab-column .tab-cell 
{ 
    font-weight: bold; 
    padding:12px 10px; 
    border-bottom: solid 1px black; 
    border-top: solid 1px black; 
}

.tab-item  {  }
.tab-alternate-item { background-color:#87CEFA; }

.tab-item-neu { color: gray; }
.tab-alternate-item-neu { color: gray; background-color:#F7BE81; }

.elem-content { min-width: 700px; }
.aktive-zeile .tab-cell { color: darkgreen; border-bottom:double red; border-top:double red; }

a.link-button{
    display: inline-block;
    margin: 5px 10px 15px 0px;
    padding: 7px 15px;
    background-color: #1FABDE;
    color: #fff;
    border: solid 1px #007EA8;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    min-width:100px;
    font-size: 1em;
    text-align:center;
}

input.link-button {
    padding: 7px 15px 7px 15px !important;
    cursor: pointer;
    background: #1FABDE;
    color: #fff;
    border: solid 1px #007EA8;
    font-family: "Tahoma", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    margin: 5px 10px 15px 0px;
    font-size: 1em;
    text-align:center;
}

input[readonly="readonly"]{
    background-color:#F2F2F2;
}

div.top-info{
    text-align:center;
}

h3.head-error{
    color:red;
}

ul.ul-error-info{
    border:solid 1px red;
    padding:10px 30px;
    margin:10px auto;
    position:relative;
    display:inline-block;
    color:red;
    text-align:left;
    list-style:none;
}

ol.round{
    list-style:none;
}

.helpIcon {
    width: 18px;
    height: 18px;
}

.label{
    width:130px;
    text-align:left;
}

.va-top{
    vertical-align:top;
    padding-top:5px;
}

.va-bot{
    vertical-align:bottom;
    padding-bottom:5px;
}


div#site-content{
    display:table;
}

header, div#body, footer{
    display:table-row;
}

header   > div.content-wrapper,
footer   > div.content-wrapper,
div#body > div.content-wrapper 
{
    display:table-cell;
}

header > div.content-wrapper{
    height:180px;
}

div#body{
    background-color: #eee;
}

footer {
    clear: both;
    height:10px;
    font-size: 0.75em;
}

footer > div.content-wrapper{
      background-color: #333;
      color:#fff;
 }

footer > div.content-wrapper div{    
    line-height:10px;
    text-align:center;
    width:100%;
    max-width:980px;
    margin: 0 auto;
}

.content-wrapper {
    margin: 0 auto;
    width: 980px;
}

#head-logo {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:100%;
    max-width:980px;
}

#head-navigation{
    width: 100%;
    box-shadow: 0px 0px 10px 2px #666;
    margin-bottom: 2px;
    min-width: 980px;
    background-color: #333;
}

#head-navigation nav{
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:100%;
    max-width:980px;
    border-left:solid 1px #666;
    border-right:solid 1px #666;
}

#head-navigation nav ul, 
#head-navigation nav li, 
#head-navigation nav a {
    border: none;
    line-height: 1;
    margin: 0;
    padding: 0;
}

#head-navigation nav ul {
    list-style: inside none;    
}

#head-navigation nav > ul > li {
    list-style: inside none;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    border-right: 1px solid #666;
}

#head-navigation nav > ul > li.has-sub{
    
}

#head-navigation nav > ul > li a {
    outline: none;
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    font-size: 0.9em;
    font-family: "Tahoma", sans-serif;    
    color: #ccc;
    padding: 12px 20px;
}


#head-navigation nav > ul > li.has-sub > a::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: "";
    position: absolute;
    right: 7px;
    top: 18px;
}

#head-navigation nav > ul > li a::after {
    content: "";
    position: relative;
    top: -1px;
    bottom: -1px;
    right: -2px;
    z-index: 99;
    border-color: #666;
}

#head-navigation nav > ul li a:hover {
    background: #fff;
    color: #992028;
    text-decoration: none !important;
}

#head-navigation nav > ul li > ul, 
#head-navigation nav > ul li > div {
    display: none;
    width: auto;
    position: absolute;
    top: 36px;
    background: rgba(60,60,60,0.8);
    z-index: 999;
    padding: 10px 0;
    border: solid 1px #000;
}

#head-navigation nav > ul li ul {
    width: 200px;
}

#head-navigation nav > ul li ul li
{
    display: block;    
}

#head-navigation nav > ul li ul li a
{
    border-right:none;
    text-align:left;
}

#head-navigation nav > ul li:hover ul,
#head-navigation nav > ul a:hover {
    display:block;
}

#head-navigation .banner {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-left:solid 1px #666;
    border-right:solid 1px #666;
}

section#main-section{
    display:table;
    position:relative;
    margin:0 auto;
    width: 100%;
    height:100%;
    max-width:980px;
    background-color: #fff;
    border-left:solid 1px #eee;
    border-right:solid 1px #eee;
    box-shadow: 0px 0px 10px 2px #666;
}

div.main-row{
    display:table-row;
}
div.main-cell{
    display:table-cell;
    vertical-align:top;
}
div.main-cell-center{
    display:table-cell;
    text-align:center;
    vertical-align:middle;
}

label {
    /*font-size: 0.9em;*/
    font-weight: 400;
    min-width: 110px;
    display: inline-block;
    vertical-align: text-bottom;
}


input, select, textarea {
    border: 1px solid #693;
    background: #fff;
    color: #333;
    font-size: 0.9em;
    margin: 3px 0 3px 0;
    padding: 5px;
    width: 300px;
}

input[type='submit'], 
input[type='button'], 
input[type='reset'],
button{
    cursor: pointer;
    background-color: #1FABDE;
    border: 1px solid #007EA8;
    cursor: pointer;
    font-size: 1em;
    padding: 7px 15px;
    width: auto;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Tahoma", sans-serif;
}

input[type="checkbox"],
input[type="radio"]{
    width:auto;
}

.rdo-list td{
    vertical-align:middle;
}

.rdo-list label{
    margin:0 5px;
}

/**************   Popup-Message    ************/
.popupmessage-cnt {
    margin: 0px;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;    
    z-index: 30002;
    display: none;
}
.popupmessage-back{
    background-color: #999;
    position:absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    opacity: 0.8; 
    filter: alpha(opacity=70);
}

#popupmessage-tab{
    position:absolute;
    background-color:transparent;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    display:table;
}

#popupmessage-tab .tab-cell
{
    padding:2px;
}

#popupmessage-tab h2{
    font-size: 1.1em;
    margin:0;
}

#popupmessage-tab h3{
    font-size: 0.9em;
}

#popupmessage-tab ul{
    /*padding:10px;*/
}

#popupmessage-tab .tab-table{
    border:solid 1px #333;
    background-color:#fff;
    margin:auto;
    max-width:80%;
}

.popmsg-kopf-info{
    color:#fff;
}
.popmsg-body-info {
    color: #333;
}

.popmsg-row-kopf-info{
    background-color:#1fabde;
}

.popmsg-kopf-error {
    color:#fff;
}
.popmsg-body-error {
    color:red;
}

.popmsg-row-kopf-error{
    background-color:red;
}

/**************   Login    ************/

#login-frm{
    display:block;
    position:relative;
    max-width:400px;
    text-align:left;
    margin:auto;
}

#login-frm > h3,
#login-frm > div{
    padding: 2px 0;
}

#login-frm h3{
    font-size: 14px;
}

#login-frm label{
    display:inline-block;
    min-width:130px;
}

#login-frm input {
    width: 250px;
}

#login-frm input[type='submit']{
    width:auto;
}

#login-aussen {
    width: 100%;
    position:relative;
    max-width:700px;
    text-align:left;
    margin:auto;
}

#login-aussen h3{
    font-size: 1.4em;
    font-weight:normal;
}

/**************   Default    ************/

section.featured{
    display:table-row;
    height:10px;
}

section.featured div.content-wrapper {
    display:table-cell;
    padding:0px 0px 10px 40px;
}

hgroup.title,
details.title{

}

section.featured h1{
    font-size: 1.4em;
}
section.featured h2{
    font-size: 1.2em;
}


/**************   Vst-Liste    ************/

input.neuevstbutton {
    background-image: url('/Images/edit.png');
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: left center;
    background-color: #fff;
    color: #333;
    padding-left: 30px;
    border: none;
}

ul.vstfilter{
    /*/display:inline-block;*/
    background-color: #fff;
    color: #333;
    /*padding-left: 30px;
    line-height:30px;
    border: none;*/
    /*margin-left:50px;*/
}

/*input.neuevstbutton,
div.vstfilter{
    float:left;
}*/
/*
div.vstfilter > div{
    position:absolute;
    display:inline-block;
    line-height:30px;
    height:30px;
    background-color:#fff;
    z-index:100;
    overflow:hidden;
}

div.vstfilter > div:hover{
    height:auto;
    *//*border:solid 1px gray;
    border-bottom:solid 1px #fff;
    overflow:visible;
    padding:5px;*//*
}

div.vstfilter > div:hover span.ecke{
    position:absolute;
    display:inline-block;
    right:-1px;
    top:-1px;
    width:120px;
    height:35px;
    border:gray 1px solid;
    border-right-color:#fff;
    border-top-color:#fff;
}
*/
ul.vstfilter {
    list-style:none;
    display:inline-block;
    margin:0 0 0 -10px;
    width:150px;
}

ul.vstfilter > li#flt-bearbeiten,
ul.vstfilter > li#flt-info {
    background-image: url('/Images/filter.png');
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: 7px center;
    padding-left: 37px;
    line-height: 30px;    
}

ul.vstfilter .flt-zurueck{
    border:none;
    background:none;
    color:#333;
    display:inline;
    padding:0;
    text-transform:none;
    letter-spacing:normal;
    font-family: "Tahoma", sans-serif;
}


ul.vstfilter > li#flt-bearbeiten{
    display: none;
}

ul.vstfilter:hover li#flt-info {
    display:none;
}
ul.vstfilter:hover li#flt-bearbeiten {
    display: inline-block;
    background-image: url('/Images/delete.png');
}
/*
div.vstfilter:hover li#flt-bearbeiten{
    display:inline-block;
}

ul.vstfilter > li span.flt-aktivtext {
    background-image: url('/Images/filter.png');
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: 7px center;
    padding-left: 37px;
    line-height:30px;
    display:inline-block;
}
ul.vstfilter:hover li span.flt-aktivtext{
    display:none;
}

ul.vstfilter > li > .flt-zurueck {
    display: block;
    background-color: transparent;
    */ /*background-image: url('/Images/delete.png');
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: 7px center;
    padding: 0 0 0 37px;
    line-height: 30px;*/ /*   
    color: #333;
    text-transform: none;
    border: none;
}
*/
div#vstanzahlaus {
    /*float:right;
    line-height:30px;
    display:inline-block;*/
    line-height: 30px;
    height: 30px;
}

.vl-tab {width:920px;}
.vl-th, .vl-tr {width:100%;}

.vl-cont {
    max-height: 390px;
    overflow-y: scroll;
    width: 920px;
    position: relative;
    margin: 0 auto;
}

.vl-cont .vl-tab {width:903px;}
.vl-cont .vl-tab::scrollbar,
.vl-cont .vl-tab::-webkit-scrollbar {width:20px;}

.vl-sp1 {
    width:60px;
}
.vl-sp2 {
    width:50px;
}
.vl-sp3 {
    width:auto;
}
.vl-sp4 {
    width:120px;
}

.tab-column .vl-sp5, .vl-sp5,
.tab-column .vl-sp6, .vl-sp6,
.tab-column .vl-sp7, .vl-sp7,
.tab-column .vl-sp8, .vl-sp8{
    padding:0;
    width:40px;
}

.tab-column .vl-sp9 {
    width:20px;
    padding:0;
}

.th-sort-desc{
    background-image:url(/Images/up.png);
    background-repeat:no-repeat;
    background-position: right center;
    background-size:10px 10px;
}

.th-sort-asc{
    background-image:url(/Images/dn.png);
    background-repeat:no-repeat;
    background-position: right center;
    background-size:10px 10px;
}

.tab-column input[type="submit"].sort-head{
    background-color:transparent;
    border:none;
    /*font-family:"Tahoma",sans-serif;*/
    font-size:inherit;
    font-weight:inherit;
    text-transform:none;
    color:inherit;
    letter-spacing:inherit;
    display:inline;
    padding:0;
    margin:0;
}

/**************   Vst-Bearbeiten    ************/

div.vst-bereich-termine input[type="text"],
div.vst-bereich-inetfreigabe input[type="text"]{
    width:115px;
}

div.vst-bereich-inet div.tab-table{
    width:510px;
}

div.vst-bereich-inet textarea {
    width:310px;
}

div.img-info{
    width:10px;
}

div.vst-pager {
    height:100px;
    margin:20px 0;
}

div.vst-pager > div
{
    background-image: url('/Images/grayline.png');
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: center;
    background-position-x: 40px;
    background-size: 560px 20px;
}


div.vst-pager a{
    text-decoration: none;
    color:#666;
}

div.vst-pager-top,
div.vst-pager-top-aktive {
    width: 80px;
    vertical-align: top;
    padding: 5px;
    text-align: center;
    background-image: url('/Images/graybullkl.png');
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position:center center;
    border:solid 2px transparent;
}

div.vst-pager-bottom,
div.vst-pager-bottom-aktive {
    width: 80px;
    vertical-align: bottom;
    padding: 5px;
    text-align: center;
    background-image: url('/Images/graybullkl.png');
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: center center;
    border:solid 2px transparent;
}

div.vst-pager-top-aktive,
div.vst-pager-bottom-aktive {
    background-image: url('/Images/bluebullgr.png');
    background-size: 40px 40px;
}

div.vst-pager div.vst-pager-top:hover,
div.vst-pager div.vst-pager-bottom:hover {
    background-image: url('/Images/bluebullkl.png');
}

div.vst-pager div.vst-pager-top:hover a,
div.vst-pager div.vst-pager-bottom:hover a{
    color:#007ea8;
}

div.preisliste{
    display:block;
    width:300px;
    border: solid 1px transparent;
}

div.preisliste ul {
    display:table;
    margin: 0;
    padding: 0;
    list-style: none;
    width:100%;
}

div.preisliste li {
    display:table-row;
}

div.preisliste li span{
    display:table-cell;
    vertical-align:middle;
    padding:5px;
}

div.preisliste li span.li-open,
div.preisliste li span.li-button,
div.preisliste li span.li-new-pgps
{
    width:16px;
}

div.preisliste input[type="image"]{
    width:auto;
    border:none;
}

div.preisliste a[href="#dn"]{
    display:block;
    width:16px;
    height:16px;
    background-image:url(../images/dn.png);
    background-position: center center;
    background-repeat:no-repeat;
    background-size: 16px 16px;
}

div.preisliste a[href="#up"]{
    display:block;
    width:16px;
    height:16px;
    background-image:url(../images/rt.png);
    background-position: center center;
    background-repeat:no-repeat;
    background-size: 16px 16px;
}

div.preisliste li span.li-new-pgps{
    display:block;
    width:16px;
    height:16px;
    background-image:url(../images/plus.png);
    background-position: center center;
    background-repeat:no-repeat;
    background-size: 16px 16px;

}

input.preisstufen{
    text-align:right;
    width:50px;
}

#cont-neue-gruppe,
#cont-neue-stufe{
    display:none;
    position:absolute;
    width:100%;
    margin:auto;
    background-color:#fff;
    border:solid 1px gray;
    padding:20px;
    top:0px;
    left:0px;
}

.rdo-serienlist{

}

.rdo-serienlist input[type="radio"],
.rdo-serienlist input[type="checkbox"] { 
    width:auto; 
    height: auto; 
    display:inline; 
}

.rdo-serienlist .tab-cell{
    padding:2px;
}

.rdo-serienlist input[type="text"] {
    width:80px;
    text-align:center;
}

.rdo-serienlist select{
    width:93px;
    text-align:center;
}

.rdo-serienlist  label{
    display:inline; 
}

input.edit-16-16{
    margin:0;
    padding:0;
    width:16px;
    height:16px;
}

input.align-right{
    float:right;
    margin-left:10px;
}


#kontaktdaten{
    padding-left:40px;
    margin:0;
}

#kontaktdaten h3{
    margin-top:20px;
    margin-bottom:5px;
}

#kontaktdaten p{
    margin-bottom:1px;
    margin-top:1px;
}

/******************************************************
                    Datepicker                      
******************************************************/

.ui-datepicker {
    border-color:#007EA8;
}

.ui-datepicker-header{
    background-color:#1FABDE;
}

.ui-datepicker-trigger {
    display: inline-block;
    border: solid 1px #fff;
    background-image: url(../Images/kal.png);
    vertical-align: middle;
    height: 27px;
    width: 27px;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center 0;
    color:transparent;
}

/**********************************************************************
 jQuery Timepicker - v1.3.2 - 2014-09-13
 http://timepicker.co

 Enhances standard form input fields helping users to select (or type) times.

 Copyright (c) 2014 Willington Vega; Licensed MIT, GPL
**********************************************************************/

.ui-timepicker-container {
    position: absolute;
    overflow: hidden;
    box-sizing: border-box;
}

.ui-timepicker {
    box-sizing: content-box;
    display: block;
    height: 205px;
    list-style: none outside none;
    margin: 0;
    padding: 0 1px;
    text-align: center;
}

.ui-timepicker-viewport {
    box-sizing: content-box;
    display: block;
    height: 205px;
    margin: 0;
    padding: 0;
    overflow: auto;
    overflow-x: hidden; /* IE */
}

.ui-timepicker-standard {
    /* overwrites .ui-widget */
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
    /* overwrites .ui-widget-content */
    background-color: #FFF;
    border: 1px solid #AAA;
    color: #222;
    /* overwrites .ui-menu */
    margin: 0;
    padding: 2px;
    z-index:4000 !important;
}
.ui-timepicker-standard a {
    border: 1px solid transparent;
    color: #222;
    display: block;
    padding: 0.2em 0.4em;
    text-decoration: none;
}
.ui-timepicker-standard .ui-state-hover {
    /* overwrites .ui-state-hover */
    background-color: #DADADA;
    border: 1px solid #999;
    font-weight: normal;
    color: #212121;
}
.ui-timepicker-standard .ui-menu-item {
    /* overwrites .ui-menu and .ui-menu-item */
    /*clear: left;
    float: left;*/
    margin: 0;
    padding: 0;
}

.ui-timepicker-corners,
.ui-timepicker-corners .ui-corner-all {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.ui-timepicker-hidden {
    /* overwrites .ui-helper-hidden */
    display: none;
}

.ui-timepicker-no-scrollbar .ui-timepicker {
    border: none;
}


.helpIcon-tooltipp {
    background-color: #E8EEF0;
    border-width: 2px;
    box-shadow: none;
    width: 400px;
    padding: 5px;
}

#auswertung-tabs { 
    border-bottom: solid 1px #1fabde; 
    padding-bottom:0px; 
    width:880px
}
#auswertung-tabs input[type="submit"] { 
    width: 150px; 
    margin-bottom:0px; 
    border-color: #797d7f; 
    border-bottom-color:#e5e7e9; 
    background-color: #e5e7e9; 
    color:#424949;
}
#auswertung-tabs input[type="submit"].aktiv { 
    border-color: #007ea8; 
    border-bottom-color:#1fabde; 
    background-color: #1fabde; 
    color:#fff;
}

#auswertung-tabs input[type="text"],
#auswertung-tabs select {
    max-width:250px;
}

.auswertung-tab-verkauf {
    border: solid 1px #1fabde; 
    border-bottom: none;
    padding: 30px 0;
}

#auswertung-chart {
    text-align:right;
}

select.width600{
    width:600px;
}


#weitere-termine-frame {
    width:100%; 
    height:100%;
    min-height:300px;
    border:1px solid #007ea8;
    background-image:url(/images/lade.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}