
* {
    -moz-box-sizing: border-box;
    -webkkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body { 
    position: relative;
    background-color: #FFF;
    /*background: url(../images/logo-bg.png) fixed no-repeat bottom right;
    background-size: 100% 100%;
    background-attachment: fixed;
    background-size: cover;*/
    background-size: 100%;
    margin:0;
    padding:0;    
    color: #222222;
    height: 100%;
    font-family: ‘Oswald’, sans-serif;
    font-size: 0.95em;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
body.print, body.show,.body_start {
    /*position: relative;*/
    background-color: #FFF;
    background: #FFF;
    /*TestHP
    background-color: #fafd01;*/
    height: auto;
}
body.login {
    font-family: ‘Oswald’, sans-serif;
    font-size: 0.95em;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(200,200,200,1) 100%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(200,200,200,1) 100%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(200,200,200,1) 100%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    height: 100%;
}
.clear {
    clear: both;
}
.clear:after {
    clear: both;
    content: "";
    display: table;
}
a:link { color:#2b3755; text-decoration: none;}
a:visited { color:#2b3755; text-decoration: none;}
a:hover { color:#2b3755; text-decoration: underline; }
a:active, a:focus { color:#000000; text-decoration: underline;}

h1, h2, h3, h4, h5, h6 {
    color: #17afe1;
    margin: 10px 0;
    font-family: sans-serif;
    line-height: 1.3em;
}
.center {
    text-align: center;
}
.fontRed {
    color: red;
}
.fontGreen {
    color: green;
}
.fontBlue {
    color: blue;
}
.fontDarkBlue {
    color: darkblue;
}
.fontBig {
    font-size:1.5em;
}
.fontSmall {
    font-size:0.8em;
}
.bgRed {
    background: red;
    color: #FFF;
}
.bgGreen {
    background: green;
    color: #FFF;
}
.bgGreenLight {
    background: #d8f0d8;
    color: #000;
}
.bgRedLight {
    background: #ecd2d5;
    color: #000;
}
.bgGrey {
    background: grey;
}
hr.styleDashed {
    border-top: 1px dotted #134563; 
    background: #f1eef4;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #A2A2A2;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #A2A2A2;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #A2A2A2;
}
:-moz-placeholder { /* Firefox 18- */
  color: #A2A2A2;
}
.errorDiv {
    margin: 10px 0px 10px 0px;
    color:#FF0000;
    background: #FFF url('../images/48-warning.png') left center no-repeat; 
    width: 100%;
    padding: 10px 20px 20px 50px; 
    font-size: 1.2em;
}
input[type="text"], 
input[type="number"],
input[type="password"],
textarea {
    border: 1px solid #AAA;
    color: #6E6E6E;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 1.1em;
    box-shadow: 0 1px 2px rgba(185,185,185,0.2) inset, 0 -1px 0 rgba(185,185,185,0.05) inset;
    transition: all 0.2s linear;    
    height: 35px;
    border-radius: 5px ;
    padding: 5px 10px;
    vertical-align: middle;
    /*display:block;*/ 
}
input[type="text"]:focus, 
input[type="number"]:focus,
input[type="password"]:focus,
textarea:focus {
    border: 2px solid #FF0000; 
}
input.error, textarea.error {
    border: 1px solid #FF0000;
    box-shadow: 0 1px 2px rgba(185,185,185,0.2) inset, 0 -1px 0 rgba(185,185,185,0.05) inset;
    transition: all 0.2s linear;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 1.1em;
    color: #A2A2A2;
    height: 35px;
    border-radius: 5px ;
    padding: 0 10px;
    vertical-align: middle;
    /*display:block;*/
}
select.error {
    border: 1px solid #FF0000;
}
input[type="radio"],
input[type="checkbox"] {
    vertical-align: middle;
    transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    height: 12px;
    width: 12px;
    cursor: pointer;
    margin: 0 5px 0 0;
    border: 1px solid #134563;
}
input[type="radio"]:checked,
input[type="checkbox"]:checked {
    border: 1px solid #134563;
}
input[type="radio"]:hover,
input[type="checkbox"]:hover {
    border: 3px solid #134563;
}
input[type="radio"]:checked::before,
input[type="checkbox"]:checked::before {
    height: 12px;
    width: 12px;
    position: absolute;
    content: '';
    display: inline-block;
    font-size: 26.66667px;
    text-align: center;
    line-height: 40px;
    padding: 5px;
}
input[type="radio"]:checked::after,
input[type="checkbox"]:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: navy;
    content: '';
    display: block;
    position: relative;
}
input[type="radio"] {
    border-radius: 100%;
}
input[type="checkbox"] {
    border-radius: 2%;
}

input[type="radio"]::after,
input[type="checkbox"]::after {
    border-radius: 100%;
}
input:disabled, input[readonly="readonly"] {
    background: #DDD;
}

select {
    background: #FFF url(../images/arrow_right2-128.png) left no-repeat;
    background-size: 30px 30px;
    border-radius: 5px ;
    border: 1px solid #AAA;
    color: #555;
    font-size: inherit;
    overflow: hidden;
    padding: 5px 0px 5px 30px;
    height: 43px;  /* Chrome & Safari height */
}
select.ohneImg {
    background:#FFF;
    border-radius: 5px ;
    border: 1px solid #AAA;
    color: #555;
    font-size: inherit;
    overflow: hidden;
    padding: 8px;
}
option {
    padding: 5px 0px 5px 30px;
    background: #FFF url(../../panel/images/arrow_right2-128.png) left no-repeat;
    background-size: 30px 30px;
    /*border-bottom: 1px dotted black;*/ 
    cursor: pointer;
    
    border-width: 1px;
    border-style: solid;
    border-color: #000;
    
    /*font-size:1.2em;
    line-height: 2em;
    padding-left:5px;
    padding-left:30px;
    padding-bottom:5px;
    padding-right:0px;*/
}
.floatLeft {
    float:left;
}
.floatRight, .searchRight {
    float: right;
}
div.table { 
    display: table; 
    border-collapse:collapse; 
    table-layout: fixed;
    white-space: normal;
}
div.tablePrint { 
    display: table; 
    border-collapse:collapse; 
    table-layout: fixed;
    font-size:1em;
    white-space: normal;
}
div.tablePrintTD {
    position:absolute;
    /*top: 10%;*/
    left: -360px;
    bottom:0;
}
div.tableBorder { 
    display: table; 
    border-collapse:collapse;
    table-layout: fixed; 
    border: 1px dotted navy;
    white-space: normal;
}
div.tr { 
    display:table-row; 
    page-break-inside: avoid;
}
div.trBorder { 
    display:table-row;
    border: 1px solid navy;
    white-space: nowrap;
}
div.td, div.td50 { 
    display:table-cell; 
    border: 0px solid navy; 
    padding: 3px; 
    vertical-align: middle;
    page-break-inside: avoid;
}
div.td0 { 
    display:table-cell; 
    border: 0px solid navy; 
    padding: 0px; 
    vertical-align: middle;
    overflow: hidden;
    page-break-inside: avoid;
    /*white-space: nowrap;*/
}
div.tdBorder {
    display:table-cell; 
    border: 1px dotted navy; 
    padding: 3px; 
    vertical-align: middle;
    /*white-space: nowrap;*/
    width: auto !important;
}
div.tdBorder.cellEditing {
    background:black;
    color:white;
    /*white-space: nowrap;*/
}
div.colspan {
  /* What to do here? */
  display: table-caption; 
}
div.cell {
    display: table-cell;
}
div.cell.empty {
    position: absolute;
    width: 5px;
}
div.popupDatenschutz {
    position:fixed;
    z-index: 9999;
    top: 45%;
    left: 50%;
    width:60em;
    height:46em;
    margin-top: -23em; /*set to a negative number 1/2 of your height*/
    margin-left: -30em; /*set to a negative number 1/2 of your width*/
    display: none;
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #2b3755;
    overflow: auto;
}
.backgroundBlack {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.5); /* black semi-transparent */
   	z-index:999;
    display:none;
}
.closePopup {
    border: 1px solid #DDD;
    border-radius:  5px;
    padding:10px 20px;
    margin: 5px;
    cursor: pointer;
    color: #fe6663;
}
.closePopup:hover {
    background: #fe6663;
    color: #FFF;
}

strong.pos {
    font-size: 1.3em;
    color: #4b5e8d;
}
.textCenter {
    text-align: center;
}
.textLeft {
    text-align: left;
}
.textRight {
    text-align: right;
}
/*
#content {
    width:auto;
    overflow: auto;
    padding: 90px 10px 10px 30px;
}*/
#contentshow {
    overflow: auto;
    padding: 10px 10px 10px 30px;
    /*width: 100%;
    height: 100%;*/
}
#logo {
    margin: 0 auto;  
    max-width: 360px; 
    text-align: center;
}
#logo img { 
    max-width: 360px; 
}
.imageLogoInvoice {
    width:78%;
}
#loginOuter {
    border: 5px dotted #EEE;
    border-radius:5px;
    background: #FFF;
    padding: 15px;
    width: auto;
    text-align: center;
    position: fixed;
    top: 47%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}
#loginAnmeldung {
    float:left;
    background: #6ad5fb;
    padding: 10px;
    text-transform: uppercase;
    font-size: 1.5em;
    margin: -30px 15px 15px 20px;
    color: #FFF;
    width: 75%;
}
#loginHome {
    float: right;
    padding: 10px;
    text-transform: uppercase;
    font-size: 1.5em;
    margin: -63px 0px 5px 5px;
    width: 15%;
}
#loginOuter:before {
    content:'';
    position: absolute;
    bottom: -50px;
    left: 20px; right: 20px;
    width: auto;
    height: 12px;
    background: #cbcbcb;
    border-radius: 300px / 30px;   
    box-shadow: 0px 0px 4px 4px #cbcbcb;	
}

input[name="loginCustomer"] {
    border: 1px solid #eaeaea;
    box-shadow: 0 1px 2px rgba(185,185,185,0.2) inset, 0 -1px 0 rgba(185,185,185,0.05) inset;
    transition: all 0.2s linear;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 1em;
    color: #A2A2A2;
    height: 40px;
    width: 100%;
    padding: 10px 10px 10px 40px;
    background: url('../images/login-user.png') left center no-repeat; 
    background-size: 23px 23px;
    background-position: 3% 50%;
    border-radius: 5px ;
    margin: 10px 0;
}

input[name="passwordCustomer"] {
    border: 1px solid #eaeaea;
    box-shadow: 0 1px 2px rgba(185,185,185,0.2) inset, 0 -1px 0 rgba(185,185,185,0.05) inset;
    transition: all 0.2s linear;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 1em;
    color: #A2A2A2;
    height: 35px;
    width: 100%;
    padding: 10px 10px 10px 40px;
    background: url('../images/login-pass.png') left center no-repeat; 
    background-size: 23px 20px;
    background-position: 3% 50%;
    border-radius: 5px ;
    margin: 10px 0;
}
input[type="submit"] {
    width:auto;
    font-size:1.5em; 
    color: #3b4041;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    border:1px solid #6ad5fb;
    background: #c7edfb;
    background: -moz-linear-gradient(top, #c7edfb 0%,#77d8f8 100%);
    background: linear-gradient(to bottom, #c7edfb 0%,#77d8f8 100%);
}
input[type="submit"]:hover {
    width:auto;
    font-size:1.5em; 
    color: #FFF;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    border:1px solid #17afe1;
    background: #FFF;
    background: -moz-linear-gradient(top, #17afe1 0%,#4eaac8 100%);
    background: linear-gradient(to bottom, #17afe1 0%,#4eaac8 100%);
}
/*
header {
    background: #4b5e8d;
    box-shadow: 0 1px 2px rgba(255,255,122,0.2) inset, 0 -1px 0 rgba(255,255,122,0.05) inset;
    transition: all 0.2s linear;
    color: #FFF;
    position: fixed;
    z-index:1;
    width: 100%;
}*/

.divTop {
    float:left;
    padding: 15px;
    background: #6ad5fb;
    margin: 0;
    width: 100%;
    height: auto;
    box-shadow: 0 1px 2px rgba(255,255,122,0.2) inset, 0 -1px 0 rgba(255,255,122,0.05) inset;
}
.buttonNav {
    float:left;
    border: 1px dotted #2b3755;
    margin: 0px 5px;
    background: #FFF;
    cursor:pointer;
    text-align:center;
    padding: 10px 15px;
    font-size: 1em;   
}
.buttonNav:hover {
    background: transparent;
    border: 1px dotted #FFF;
    color: #FFF;
}
.buttonNavActive {
    float:left;
    border: 1px dotted #FFF;
    background: #fe6663;
    color: #A2A2A2;
    margin: 0px 5px;
    cursor:pointer;
    text-align:center;
    padding: 10px 15px;
    font-size: 1em;   
    color: #FFF;
}
.buttonPage {
    float:left;
    border-radius: 5px;
    background: #FFF;
    border: 1px solid #2b3755;
    padding: 5px 10px;
    cursor: pointer;
}
.buttonPage:hover {
    background: #fe6663;
    border: 1px solid #FFF;
    color: #FFF;
}
.divMain {
    margin:20px;
}
.contentTable {
    float:left;
    display: inline-block;
    border: 1px dotted #2b3755;
    margin: 20px 0px;
    padding: 10px;
    overflow: hidden;
    width: auto;
}
.imgImagesOuter {
    width: auto;
    height: auto;
    text-align: center;
}
img.imgImages {
    background:#FFF;
    border-radius: 5px ;
    border: 1px solid #AAA;
    color: #555;
    font-size: inherit;
    overflow: hidden;
    padding: 3px;
    height: 90px;
}
.whiteDiv,.whiteDiv0 {
    padding: 10px;
    margin: 5px;
    display:block;
    width:auto;
    border: 1px solid #FFF;
}
.whiteDiv:hover,.whiteDiv0:hover {
    /*background:#e0edf3;*/
    background: #f3f9fc;
    border: 1px solid #2b3755;
}
.whiteDiv .title,
.whiteDiv0 .title {
    width: 100%;
    padding: 10px;
    background: #e0edf3;
    font-size:1.1em;
}
.buttonTransparent, .buttonTransparentHover {
    width: 100%;
    border: 0; 
    background: transparent;
    cursor:pointer;
    text-align:left;
}
.buttonTransparentHover:hover {
    background: #2b3755;
    color:#FFF;
}

button.reiter {
    float:left;
    border-radius: 5px 5px 0 0;
    background: #FFF;
    border: 1px solid #2b3755;
    padding: 5px 10px;
    cursor: pointer;
}
button.reiterActive {
    float:left;
    border-radius: 5px 5px 0 0;
    background: #fe6663;
    border: 1px solid #2b3755;
    padding: 5px 10px;
    color: #FFF;
    cursor: pointer;
}
.dropzoneShow {
    height: 230px;
    border: 2px solid rgba(230, 230, 230, 0.6);
    border-radius: 5px;
    background: white;
    padding: 10px;
    font-size: 2em;
    color: #CCC;
    margin: 2px;
}

.reiterDoc {
    float:left;
    border: 1px dotted #DDD;
    padding: 0 0 20px 0;
    border-radius:10px;
    margin: 5px 5px 5px 0;
    text-align:center;
}
.reiterDoc .title {
    background: #EEE;
    padding: 10px;
    font-size:1.2em;
    border-radius:5px 5px 0 0;
}





@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* ++++++++++++++++++ FOOTER ++++++++++++++ */
/*
footer {
    clear: both;
    position: fixed;
    bottom: 0px;
    padding: 10px 20px;
    text-align: right;
    color: #585858;
    font-size: 0.8em;
    font-weight: bold;
    background: #FFF;
    width: 100%;
}*/


/* Arrows */
.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid blue;
}

.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid blue;
}

.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid blue;
}

.arrow-left {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 
  border-right:10px solid blue; 
}
.arrowCode {
    font-size: 1.3em;
    color:#FF0000;
}
.signature {
    border: 1px dotted #BBB;
    height: 62px;
    color: #222222;
    background: #FFFFFF;
    width: 100%;    
}
/*++++++++++++++++++++++++Loader ++++++++++++++*/
#divLoader {
    position: fixed;
    background: transparent;
    z-index: 1000;
    padding: 30px 20px;
    border-radius: 10px;
    border: 0;
    text-align:center;
    width: auto;
    top:30%;
    left:40%;
    margin: 0 auto;
}
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid blue;
  border-right: 16px solid green;
  border-bottom: 16px solid red;
  border-left: 16px solid pink;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

/* ---------- Calendar Events ---------- */

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #4b5e8d; /* If you want dots under the hoverable text */
}

/* Tooltip text with arrow*/
.tooltip .tooltiptext-bottomarrow {
    visibility: hidden;
    /*width: 120px;*/
    background-color: #4b5e8d;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 130%;
    left: 50%;
    margin-left: -60px;
    white-space: normal;
}
.tooltip .tooltiptext-bottomarrow::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #4b5e8d transparent transparent transparent;
}
.tooltip:hover .tooltiptext-bottomarrow {
    visibility: visible;
}

.tooltip .tooltiptext-toparrow {
    visibility: hidden;
    /*width: 120px;*/
    background-color: #4b5e8d;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -60px;
    white-space: normal;
}
.tooltip .tooltiptext-toparrow::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #4b5e8d transparent;
}
.tooltip:hover .tooltiptext-toparrow {
    visibility: visible;
}

.tooltip .tooltiptext-leftarrow {
    visibility: hidden;
    /*width: 120px;*/
    background-color: #4b5e8d;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 110%;
    white-space: normal;
}
.tooltip .tooltiptext-leftarrow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #4b5e8d transparent transparent;
}
.tooltip:hover .tooltiptext-leftarrow {
    visibility: visible;
}
.tooltip .tooltiptext-rightarrow {
    visibility: hidden;
    /*width: 120px;*/
    background-color: #4b5e8d;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 110%;
    white-space: normal;
}
.tooltip .tooltiptext-rightarrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #4b5e8d;
}
.tooltip:hover .tooltiptext-rightarrow {
    visibility: visible;
}

/*+++++++++++Footer++++++++++++*/
#footerM {
    clear: both;
    position: fixed;
    bottom: 0px;
    padding: 10px 20px;
    text-align: right;
    color: #585858;
    font-size: 0.8em;
    font-weight: bold;
    background: #FFF;
    width: 100%;
}


/* Mobile Version max 1024px */
@media screen and (max-width: 1024px) {
    #content {
        padding: 50px 10px 10px 10px;
    }
    header h3 {
        display: none;
    }
    header .menu {
        width: 50px;
        padding: 2px;
    }
    header .menuActive, header #goUser {
        width: 50px;
        padding: 2px;
    }
    header .menuText {
        font-size: 0.8em;
    }
}


/* Mobile Version max 900px */
@media screen and (max-width: 900px) {
    html{
        overflow: auto;
        width:100%;
    }
    body.show {
        height:100%;
        position:fixed; /* prevent overscroll bounce*/
        overflow-y:scroll;
        -webkit-overflow-scrolling: touch; /* iOS velocity scrolling */
    }
    #content {
        padding: 50px 10px 10px 10px;
    } 
    input:disabled {
        background: #FEFEFE;
        color:#000;
        font-weight: bolder;
    }
}



/* Mobile Version max 479px */
@media screen and (max-width: 479px) {
    
    div.table, div.tableBorder, div.tr, div.trBorder {
        display: block;
    }    
    div.td, div.td50,div.td0,div.tdBorder {
        display:inline-block;
    }    
}


@media print {
    div.tablePrintTD {
        position:absolute;
        bottom:0;
    } 
    body {
        -webkit-print-color-adjust: exact;
    }
}








