* {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.hero-unit{
    padding: 3%;
}

#register{
        margin: -20px 0 0 0;
}

#footer{
    clear: both;
    text-align: center;
    bottom: 0px;
    padding-top: 100px;
}

#footer a{
    color: #333333;
}


.div_dropdown{
    color: #999999;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 15px;
    cursor: pointer;
}

.div_dropdown:hover{
    color: #FFFFFF;
}
.dropdown-backdrop {
    position: static;
}
.dropdown-menu .divider {
    border-bottom: 1px solid #DDDDDD;
}
.dash_div {
    float: left;
    width: 200px;
    height: 200px;
    margin: 15px;
}
h1 a, h1 a:visited {
    color: #000099;
}
h1 a:hover, h1 a:active {
    color: #000000;
    text-decoration: none;
}


label input[type="checkbox"]{
    margin-top: -3px;
}

.accordion-group label input[type="checkbox"]{
    margin-top: 3px;
}

input[type="text"], input[type="email"], input[type="password"]{
    padding-top: 0px;
    padding-bottom: 0px;
}


#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#sortable li {
    margin: 10px 10px 10px 0;
    padding: 0px;
    float: left;
    width: 150px;
    text-align: center;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    background-color: #F6F6FF;
    /*cursor: move;*/
    font-weight: 200;
}
#sortable a {
    color: black;
    font-weight: 500;
}
#sortable li div:first-child {
    background-color: #E7E7F7;
    margin-bottom: 10px;
}
#sortable li:last-child {
    background-color: #FFFFDD;
    border: 1px grey dotted;
    cursor: default;
}
#sortable li:last-child div:first-child {
    background-color: #EEEEDD;
}

.navbar-inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.btn-gold {
    background: linear-gradient(to bottom, rgb(255, 255, 250), rgb(255, 255, 150));
}
.btn-gold:hover, .btn-gold:focus {
    background: linear-gradient(to bottom, rgb(255, 255, 180), rgb(200, 200, 100));
}
.popover input[type="text"], .popover input[type="password"] {
    margin-bottom: 0px !important;
    padding: 3px;
}
.popover form {
    margin-bottom: 0px;
}
.navbar-form {
    color: white;
    padding: 0px !important;
    margin: 0px !important;
}
.navbar-form label {
    display: inline-block;
    vertical-align: middle;
    margin: 0px !important;
    height: 20px;
}
.navbar-form input {
    margin: 0px !important;
    padding: 0px !important;
    height: 20px !important;
    width: 8em;
    display: inline-block;
}
.navbar_text {
    color: #DDDDDD !important;
    font-size: 18px !important;
}
.nowrap {
    white-space: nowrap;
}
.popover-title, .popover-content {
    color: black;
}
.bottom .popover-content {
    padding-left: 0px;
}
.bottom .popover-content td {
    text-align: left;
}
.popover {
    position: absolute;
}
.btn_dropdown {
    height: 37px !important;
    margin: -7px 0 0 0;
    padding: 0px 30px 0px 30px;
}

.open > .dropdown-menu {
    min-width: 85px;
}
.bootstrap-select {
    margin: 0px !important;
    padding: 0px !important;
    height: 35px;
}
.bootstrap-select > .btn {
    height:35px;
    margin: 0px !important;
    padding: 0px !important;
    width: 80px !important;
}
.input_table {
    height:23px !important;
    max-width:95px;
    padding-top: 2px !important;
}
.input_table_big {
    max-width: 150px;
}
img.table {
    width:35px;
    height:35px;
    padding:0px;
    margin:0px;
}
a.accordion-toggle {
    text-decoration: none;
    color: black;
}
.accordion-heading-main {
    background-color: #F7F7F7;
}
button.btn_table {
    padding:0px;
}
img.nospaces {
    margin: 0px;
    padding: 0px;
    height: 35px;
}

.btn_verh {
    height:26px;
    vertical-align:middle;
    float:none;
    line-height:normal;
    padding-left:5px;
    padding-right:5px;
    padding-top: 1px;
    padding-bottom: 0px;
    margin: 0px 4px 0px 4px;
}


img.zahl_haken {
    position:absolute;
    left:-2px;
    top:25px;
    z-index:5;
}
td.center {
    text-align: center;
}
th {
    text-align: center;
    padding: 0px;
    overflow-x: auto;
    white-space: nowrap;
}


#no-more-tables:not(.default) td {
    background-color: #FFFFDD;
}
#no-more-tables tr.toggleMine > td {
    background-color: #FFFFFF;
}
#filter>ul > li > span > button {
    border: none;
    width: 100% !important;
    height: 100% !important;
    border-radius: 0px;
}
#filter>ul > li:first-child > span {
    padding: 0px;
}
.money_img {
    display: inline-block;
    margin-bottom: 5px;
}
.money_sum {
    display: inline-block;
    height: 35px;
    border: 1px solid #CCCCCC;
    border-radius: 0 4px 4px 0;
    margin-bottom: 5px;
    margin-left: -1px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    position: relative;
    top: 2px;
    line-height: 23px;
}
@media only screen and (min-width: 981px) {
    .percentVal{
        display: inline-block;
        width: 50px;
    }
    #register{
        margin: -20px 20px 0 0;
    }
    .owner {
        padding-left: 0px;
        position: absolute;
        margin-top: -12px;
    }

    #login-links a {
        font-size: 10px;
        text-decoration: none;
        color: black;
    }
    #login-links a:hover {
        font-size: 10px;
        text-decoration: none;
        color: grey;
    }
    #login-links td {
        padding-top: 20px;
        padding-bottom: 0px;
    }
    #filter {
        margin-bottom: -5px;
    }
    #date_von, #date_bis {
        margin: 0px;
        padding: 0px;
    }
    #date_von>input {
        margin: 0px;
    }
    #no-more-tables:not(.default) td {
        vertical-align: middle !important;

        white-space: nowrap;
        height: 28px;
        padding-right: -500px;
    }

    #no-more-tables tr{
         height: 40px;
         padding: 0px;
         margin: 0px;
    }


    tr.input > td {
        background-color: #EEEEEE;
    }
    
    .hide-desktop {
        display: none;
    }
    .modal-body {
        max-height: 300px;
    }
    td.nospaces {
        padding: 1px 5px 1px 5px !important;
    }
    #table-left, #table-middle, #table-right {
        border-top: 1px solid;
        border-bottom: 1px solid;
        border-color: #BBBBBB;
    }
    #table-left tbody tr:last-child td{
        height: 60px;
    }

    #table-middle tbody tr:last-child td{
        height: 45px;
    }

    #table-right tbody tr:last-child td {
        height: 61px;
    }
    #table-middle td {
        width: 50px !important;
    }
    #table-left {
        border-left: 1px solid;
        border-color: #BBBBBB;
    }
    #table-right>table {
        margin: -1px !important;
        border-bottom: 1px solid;
        border-top: 1px solid;
        border-right: 1px solid;
        border-color: #BBBBBB;
    }
    #filter>ul > li > span, #filter > ul > li {
        border-bottom: none;
        height: 32px;
    }
    #table-wrapperrow:before, #table-wrapper:after {
        display: table;
    }
    #table-wrapper:after {
        clear: both;
    }
    #table-left {
        position: relative;
        float: left;
        width: 60%;
    }
    #table-middle {
        width: 35%;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        position: relative;
        float: left;
    }
    #table-right {
        position: relative;
        float: left;
        width: 5%;
    }
    #datum {
        width: 100px;
    }
    #ausgelegtVon {
        width: 120px;
    }
    #betrag {
        width: 70px;
    }
}
@media only screen and (max-width: 980px) {

    input{
        font-size: 16px !important;
    }
    .btn-group{
        white-space: normal;
    }

    .btn-group button{
        margin-right: 10px;
        margin-bottom: 10px;

    }

    .percentVal{
        margin-bottom: 10px;
    }
    
    .tooltip{
        display: none !important;
    }
    .modal .popover{
        max-width: 80%;
    }
    .owner {
        text-align: center;
        padding-left: 0px;
        position: absolute;
    }


    #login-links a {
        font-size: 10px;
        text-decoration: none;
        color: white;
    }
    #login-links a:hover {
        font-size: 10px;
        text-decoration: none;
        color: grey;
    }
    #login-links td {
        padding-top: 20px;
        padding-bottom: 0px;
    }
    .login-mobile input {
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .login-mobile {
        padding-top: 20px;
        color: white;
        width: 100%;
    }
    #sortable li {
        width: 130px;
    }
    #table-wrapper tbody {
        margin-top: -120px;
    }
    .bootstrap-datetimepicker-widget {
        width: 200px !important;
    }
    .datepicker {
        width: 175px;
    }
    #filter {
        margin-bottom: 0px;
    }
    #filter, #filter > ul {
        width: 100%;
    }
    #filter li > * {
        text-align: center;
        display: block;
        border: 1px #DDDDDD solid;
        width: 100%;
        margin-bottom: 5px;
        border-radius: 4px;
    }
    .modal-body {
        max-height: 180px;
    }
    .hide-mobile {
        display:none !important;
        visibility: hidden;
    }
    .pagination {
        height: 250px;
    }

    #no-more-tables input{
        width: 100% !important;
    }

    #no-more-tables input[type="text"], #no-more-tables input[type="email"], #no-more-tables input[type="password"]{
        width: 90%;
    }

    
    #no-more-tables table, #no-more-tables thead, #no-more-tables tbody, #no-more-tables th, #no-more-tables td, #no-more-tables tr {
        display: block;
    }
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #no-more-tables:not(.default) tr {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-top: 1px solid #ccc;
    }
    #no-more-tables:not(.default) td {
        border-bottom: 1px solid #eee;
    }

    #no-more-tables td {
        border: none;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align:left;
        min-height: 35px;
    }
    #no-more-tables td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }
    #no-more-tables td:before {
        content: attr(data-title);
    }
}

.bd {
    position: absolute;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 9991;
}

.cookie-modal {
    z-index: 9992;
    padding: 50px;
}