/* Login */
.login{
    text-align: center;
}

.dialog{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.37);
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
}

.dialogContent{
    background: white;
    z-index: 101;
    width: 50%;
    margin-left: 25%;
    margin-top: 10%;
    padding: 10px;
}

.inputDialog{
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Berichtszeitpunkte */
.dateBox {
    border: 1px solid grey;
    float: left;
    border-radius: 5px;
    width: 200px;
    margin-right: 5px;
}

.dateTitle {
    text-align: center;
    padding-right: 8px;
    padding-left: 8px;
}

.dateTitle:first-of-type{
    padding: 8px;
    padding-bottom: 0px;
}

.dateInput{
    padding-top: 3px;
    text-align: center;
    padding-right: 8px;
    padding-left: 8px;
}

.dateCheckbox{
    text-align: center;
    padding-top: 2px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 8px;
}

.reportingYear{
    top: -7px;
    position: relative;
    font-weight: bold;
}

.yearSwitcher{
    text-align: center;
    border-bottom: 1px solid #e2e2e2;
}

.yearSwitcher > i{
    cursor: pointer;
}

#toggleComDate{
    position: absolute;
    font-size: 17px;
    margin-top: -9px;
    margin-left: 33px;
    cursor: pointer;
    opacity: 1 !important;
}

.reportingSettings{
    height: 211px;
    width: 606px;
}

.btnCalc{
    clear: both;
}

#saleCount{
    width: 606px;
    text-align: center;
    font-weight: bold;
    height: 45px;
}

.btnCalc{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 0px;
}

#divcurDate{
    margin-left: 97px;
}

#updateButton{
    margin-left: 134px;
}

.btn{
    border-radius: 5px;
    border: 1px solid gray;
    color: black;
    background: #f1f1f1;
    box-shadow: 0px;
    cursor: pointer;
    font-size: 16px;
}

body {
font-family: 'Nunito', sans-serif;
width: 1240px;
padding-top: 20px;
margin: auto;
}


#updateButton, #printButton, #passwordChangeButton {
display: inline-block;
    margin-top: 0px;
}

.table {
font-size: 13px;
background: #f7f7f7;
border-radius: 2px;
border-collapse: collapse;
border: 1px solid #cccccc;
}

.table tr:nth-child(2n+1) {
background-color: #dddddd;
}

.tableHead {
white-space: nowrap;
width: 100%;
color: white;
background-color: #393939;
border-bottom: 1px solid #cccccc;
font-size: 13px;
padding-right: 3px;
}

.tableContent:last-of-type {
font-weight: bold;
}

.tableBottom:last-of-type > td {
font-weight: bold;
}

.tableBottom > td {
border-top: 2px solid #bbbbbb;
}

.textRight {
text-align: right;
}

.chartLeft {
float: left;
}

.chartRight {
float: right;
    page-break-before:always;
}

.pointer{
    cursor: pointer;
}

.chartLeft, .chartRight {
border: 1px solid grey;
padding: 5px;
border-radius: 4px;
margin-bottom: 5px;
}

.tables {
clear: both;
}

h3{
margin-bottom: 2px;
}

#lastUpdateDate{
    font-size: 13px;
}

@media print{
    @page {size: landscape}

    #updateButton, #printButton, #submitDate, .reportingSettings{
        display: none;
    }

    #comparativeDate, #currentDate{
        border: none;
    }

    body{
        margin: 0px;
    }

    h3:nth-of-type(2n+1){
        page-break-before:always;
    }

    .chartRight, .chartLeft {
        margin: 0px;
        padding: 0px;
        border: none;
    }

    .chartRight:nth-of-type(2){
        position: relative;
        top: -30px;
    }

    .chartRight:nth-of-type(5){
        position: relative;
        top:-600px;
    }
}

/* Google Icons
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers.
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome.
    text-rendering: optimizeLegibility;

    /* Support for Firefox.
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE.
    font-feature-settings: 'liga';
}
*/
