html {
    font-size                  : 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    width                      : 100%;
    height                     : 100%;
    height                     : auto !important;
    min-height                 : 100%;
    /*font                       : 400 13px 'Open Sans', Arial, sans-serif;*/
    background-color           : #e3e3e3;
    background-repeat          : no-repeat;
    background-position        : center center;
    background-attachment      : fixed;
    background-size            : 100% 100%;
    background-image           : url('./img/background.png');
    line-height: 1.0;
}

.h5{
    font-size                  : 14px;
}

.test:hover{
    color: white;
}
.form-group{
    margin-top                 : 15px;
}

.btn,
.filter-option,
.form-control {
    font-size: 12px;
}

.license{
    text-align:left;
    font-size:10px;
    font-style:italic;
    position: absolute;
    bottom: 2px;
    left: 5px;
}

.copyright{
    text-align:right;
    font-size:10px;
    font-style:italic;
    position: absolute;
    bottom: 2px;
    right: 5px;
}

/* LOGIN*/
.spaceLineLoginPageTop{
    margin                     :0 50px 4% auto;
}

.jumbotronLoginPage{
    border                     : 1px #ccc solid;
    box-shadow                 : 0px 2px 5px #ccc;
    background-color           :whitesmoke;
    padding-top                :3%;
    opacity                    : 0.96;
    padding-left               : 60px;
    padding-right              : 60px;
    padding-bottom             : 48px;
}

.Login_Anmelden{
    text-align                 : right;
}

.Login_PWReset{
    text-align                 : right;
    padding-top                :15px;
    padding-right              : 0px;
}

.loginfalsch{
    width                      :auto;
    height                     :30px;
    padding-top                :10px;
    padding-bottom             :10px;
    color                      :red;
    font-size                  :18px;
}

.MainBody{
     max-width                 : 650px;
     margin                    : 0 auto;
     height                    : auto;
}

.BodyLogin{
    background-repeat          : no-repeat;
    background-position        : center center;
    background-attachment      : fixed;
    background-size            : 100% 100%;
    background-image           : url('./img/background.png');
}
.container-fluid{
    margin-top                 : 120px;
}

.footer {
    position                   : fixed;
    left                       : 0;
    bottom                     : 0;
    width                      :100%;
    height                     :25px;
    background                 :#FFFFFF;
    /*opacity                  : 0.6;*/
    filter                     : alpha(opacity=60); /* For IE8 and earlier */
    font-size                  : 12px;
    text-align                 : center;
    padding-top                : 5px;
    z-index                    : 6;
}

.footerBalken{
    position                   : fixed;
    left                       : 0;
    bottom                     : 25px;
    width                      : 100%;
    height                     : 2px;
    background                 : #bfc1c3;
    margin-right               : 0px;
    margin-left                : 0px;
    z-index                    : 5;
    /*z-index                  : 3;*/
}

.btn-login {
    background-color           : #fff;
    border-color               : #ccc;
    color                      : #333;
}
.btn-login:hover,
.btn-login:focus{
    color                      : #333;
    background-color           : #e6e6e6;
    border-color               : #adadad;
}

.btn-eingabe{
    color                      : #fff;
    background-color           : #27661e;
    border-color               : #27661e;
}

.btn-abbruch{
  color                         : #fff;
  background-color              : #b51f2a;
  border-color                  : #b51f2a;
}

.btn-export{
    font-size   : 1em !important;
    line-height : 1.0 !important;
}

/* The Modal (background) */
.agbs {
    display                    : none; /* Hidden by default */
    position                   : fixed; /*Stay in place */
    z-index                    : 1; /* Sit on top */
    left                       : 50%;
    top                        : 50%;
    -ms-transform              : translate(-50%, -50%);
    -moz-transform             : translate(-50%, -50%);
    -webkit-transform          : translate(-50%, -50%);
    transform                  : translate(-50%, -50%);
    width                      : 80%; /* Full width */
    height                     : 80%; /* Full height */
    overflow                   : auto; /* Enable scroll if needed */
    background-color           : rgba(0,0,0,0.4); /* Black w/ opacity */
}

.agbs-content {
    background-color           : #fefefe;
    margin                     : auto;
    padding                    : 20px;
    border                     : 1px solid #888;
    width                      : 100%;
}

.accept {
    float                      : left;
}
.accept:hover,
.accept:focus {
    color                      : #000;
    text-decoration            : none;
    cursor                     : pointer;
}


.decline {
    float                      : right;
}
.decline:hover,
.decline:focus {
    color                      : #000;
    text-decoration            : none;
    cursor                     : pointer;
}

/* LOGIN */

/* MAIN */
.AbstandMain {
    height                     : 10px;
}

.AbstandRow{
	margin-top:10px;
  /*margin-left:5px;*/
  margin-right:5px;
}

.row {
    margin-left                : 0px;
    margin-right               : 0px;
}

.Bezeich{
  font-weight: bold;
  padding-top:10px;
}

.main_body {
    height                     :auto;
    width                      : 90%;
    margin-left                : 5%;
    padding-left               : 40px;
    padding-right              : 40px;
    padding-top                : 10px;
    padding-bottom             : 10px;
    background-color           : whitesmoke;
    opacity                    : 0.96;
    border-radius              : 5px;
    border                     : 1px #bfc1c3 solid;
}

table.dataTable thead th,
table.dataTable tfoot th {
    text-align                 : center;
}

#receipts tbody tr {
    cursor                     : pointer;
    height                     : 42px;
}

td.details-control {
    background                 : url('./img/details_open.png') no-repeat center center;
    cursor                     : pointer;
}
tr.shown td.details-control {
    background                 : url('./img/details_close.png') no-repeat center center;
}

#archiv {
    width                      : 24px;
    height                     : 24px;
    background                 : url(../css/img/archiv.png);
    float                      : right;
    margin-right               : 25px;
}

.preview {
    width                      :100%;
    height                     :100%;
    display                    :block;
}


.jumbotronLoginPage_mob{
    border                     : 1px #ccc solid;
    box-shadow                 : 0px 2px 5px #ccc;
    background-color           :whitesmoke;
    padding-top                :3%;
    opacity                    : 0.96;
    padding-bottom             : 30px;
}

.main_body_mob {
    height                     :auto;
    width                      : 98%;
    margin-left                : 1%;
    /*padding-left             : 40px;
    padding-right              : 40px;*/
    padding-top                : 5px;
    padding-bottom             : 5px;
    background-color           : whitesmoke;
    opacity                    : 0.96;
    border-radius              : 5px;
    border                     : 1px #ccc solid;
}

.col_mob{
    padding-left:   2px;
    padding-right:  2px;
}

.tr_mob {
    cursor:         pointer;
    height:         40px !important;
    white-space:    nowrap;
}

.is_responsive {
    padding-left: 0px !important;
    padding-left: 0px !important;
}

.is_responsive::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067\00a0\00a0";
        height: 10px;
        width: 18px;
        display: inline-block;
}

.cke_contents {
    min-height: 500px;
}
