body {
    background: #EAEBEF;
    width: 100%;
    max-width: 100%;
    padding-bottom: 20px;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

.navbar-own {
    background: white;
    height: 80px
}

.navbar-logout-own {
    position: fixed;
    right: 30px;
    z-index: 1030;
    padding-top: 15px
}

.navbar-logout-user-own {
    color: #1B2564 !important;
    border: none;
    background: white;
    width: auto;
    padding: 0px;
    margin-right: 15px;
}

.navbar-logout-image-own {
    font-size: 36px;
    color: #1B2564;
    margin-top: -30px
}

.navbar-left-own {
    margin-top: 100px;
    background-color: #EAEBEF;
    width: 250px
}

.navbar-top-own {
    visibility: collapse
}



.navbar-collapse-own {
    background-color: white;
    padding: 20px;
    margin-top: 10px;
}

.main-own {
    margin-left: 300px;
    margin-right: 30px;
    margin-bottom: 50px
}

.box-own {
    border: 1px solid #1989D5;
    margin-top: 50px;
    padding: 0px;
    border-radius:10px;
}

.box-own-bottom {
    border: 1px solid #1989D5;
    background-color: #1989D5;
    border-top: 3px solid #1B2564;
    color: white;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px
}
.box-own-top {
    background: white;
    margin: 0px;
    padding: 30px 30px 30px 30px;
    font-size: 36px;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer-own {
    padding-right: 30px;
    padding-bottom: 30px;
    margin-left: 30px
}

:focus {
    outline: none
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 40px;
}*/

a {
    color: #1989D5
}

.logo {
    width: 250px;
    margin: 10px;
    margin-left: 1px;
}

.footer {
    position: fixed;
    bottom: 15px;
    text-align: right
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.navbar-nav .nav-link {
    width: 250px;
    margin-top: 5px;
    /* margin: 5px; */
    padding-right: 0;
    padding-left: 0;
    background: #1989D5;
    border-radius: 10px;
    color: white;
    padding: 10px;
}


.dropdown-menu-own {
    background-color: #1989D5;
    margin-top: -15px;
    border-radius: 10px;
    border-color: #1989D5;
    width: 250px
}

.dropdown-item-own {
    color: white;
    padding-left: 42px;
}

a#navbardrop.nav-link.dropdown-toggle::after {
    float: right !important;
    margin-right: 0.255em !important;
    margin-top: 0.6em !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.form-control {
    border-radius: 0px;
    background-color: white !important;
    height: 36px;
}

.btnOwnBackground {
    background-color: #00b22a;
    color: white !important;
    background-image: none;
    border-radius: 10px;
    height: 40px;
}

/*.btn {
    background-image: none;
    background-color:white;
}*/

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #f3f3f3 !important;
}

.dataTables_wrapper {
    width: 100%;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        background-image: none;
        background-color: white;
    }
/*
.navbar-nav {
    margin-top: 15px;
    margin-left: 50px;
}

.navbar-fixed-top {
    border-bottom: 1px solid rgb(2, 69, 120);
}

.navbar-nav > li > a {
    color: rgb(2,69,120);
}

.navbar-default .navbar-toggle {
    background-color: white;
}

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: rgba(220, 220, 220, 0.35);
    }


.navbar-default .navbar-toggle {
    border-color: white;
}

button.navbar-toggle {
    min-width: 0px;
    background-color: white;
    border-color: white;
}*/
h2, h3 {
    margin-top: 30px;
    background-color: #1B2564;
    border-color: #1B2564;
    padding: 10px 30px;
    color: white;
    width: 100%;
    /* border-radius: 10px; */
}


    h3.header2 {
        background-color: white;
        /*border: 1px solid #1B2564;*/
        color: #1B2564;
    }


/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    border-radius: 2px;
    border: 1px solid #ccc;
    height: 34px;
}

select {
    width: 100%;
}


/* Buttons haben immer eine Minimalbreite*/
button, html input[type=button], html input[type=submit] {
    min-width: 120px;
    height: 34px;
    border-radius: 4px;
    box-shadow: none;
    color: #333 !important;
    border: 1px solid #979797;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}

.btnEdit {
    height: 20px;
    padding: 0px;
    min-width: 1px;
    width: 25px !important;
    border: none;
    background-image: none;
}

html input[type="button"]:disabled, html input[type="submit"]:disabled {
    border-color: lightgray !important;
    background-color: rgba(220, 220, 220, 0.35) !important;
    color: #cbc9c9 !important;
}


label {
    padding-top: 8px;
    margin-left: 0px;
    margin-right: 0px;
}

input[type="checkbox"] {
    height: 24px;
    width: 24px;
    margin-top: 5px;
}

input.datepicker {
    background: white;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    background-color: white;
    border-color: #2b3135;
    border-radius: 0px;
}



.row {
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.rowRightAlign {
    text-align: right;
}

.rowMarginTop {
    margin-top: 20px;
}

@media only screen and (min-width: 601px) {
    .leftmost {
        padding-left: 0px;
    }

    .rightmost {
        padding-right: 0px;
    }
}

.marginTop {
    margin-top: 8px;
}

.td-center {
    text-align: center;
}

.text-danger {
    color: orangered;
    font-weight: bold;
}

/* #region (File Upload) ----------------------------------------------------------------*/

input.file-upload {
    margin: 0px;
    padding: 0px;
    padding-left: 0px;
    border-width: 0px;
    height: 34px;
}

/*File-Upload speziell für Firefox umgestalten*/
@-moz-document url-prefix() {
    input.file-upload {
        padding-left: 1px;
        height: 32px;
    }

    div.file-upload {
        height: 34px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }
}
/*#endregion*/


/*#region (DataTables) --------------------------------------------------------------------*/
/*.dataTables_filter {
    float: left !important;
}*/

.dataTables_wrapper .dataTables_filter input {
    border-radius: 2px;
    border: 1px solid #ccc;
    height: 34px;
    padding-left: 5px;
    font-weight: normal;
    width: 120px;
    margin-left: 0px;
}

td {
    word-wrap: break-word;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}
/*#endregion*/


@media only screen and (max-width: 600px) {
    .box-own {
        margin-top: 0px;
    }

    .navbar-own {
        background: white;
        height: 60px
    }

    .navbar-logout-own {
        right: 10px;
        padding-top: 2px;
    }

    .navbar-logout-user-own {
        visibility: collapse
    }

    .navbar-logout-image-own {
        margin-right: 15px
    }

    .navbar-nav .nav-link {
        width: 100%;
    }

    .navbar-toggler-own {
        position: absolute;
        left: 15px;
        top: 15px;
    }

    .logo-center {
        margin-left: auto !important;
        margin-right: auto !important;
        padding-top: 5px
    }

    .logo {
        width: 150px;
        margin: 0px
    }

    .navbar-left-own {
        visibility: collapse
    }

    .navbar-top-own {
        visibility: visible
    }

    .main-own {
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer-own {
        padding-right: 10px;
    }

    h2, h3 {
        margin-top: 0px;
        padding: 10px;
        padding-left: 15px
    }

        h3.header2 {
            margin-top: 30px;
            padding: 10px;
            padding-left: 15px
        }

    [class*='col-sm'] {
        padding-left: 0px;
        margin-top: 0px;
        padding-right: 0px;
    }

    [class*='col-md'] {
        padding-left: 0px;
        margin-top: 0px;
        padding-right: 0px;
    }

    input[type='checkbox'] {
        margin-top: 0px
    }

    input {
        padding-left: 5px !important
    }

    .btnOwnBackground {
        margin-top: 15px;
    }

    .dataTables_wrapper {
        overflow-x: auto;
    }

        .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
            float: left;
        }



        .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
            padding: 2px
        }

        .dataTables_wrapper .dataTables_paginate .paginate_button {
            padding: 0px
        }

    .sichtbareParkflaechen {
        padding-left: 15px;
    }
}
