body {
    padding-top: 50px;
    padding-bottom: 20px;
    height:100%;
    min-height:100%!important;
    margin-bottom:70px
}

footer {
    position: absolute;
    bottom: 5px;
    width: 100%;
    //Set the fixed height of the footer here 
    height: 70px;
    text-align: center;
    color: darkgray;
}

    .footer > hr {
        border-color: #eee;
    }

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top:40px;
}

.container{
    width:75%;
}

.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);
}

.logo{
    height:60px;
    margin-top:10px;
    margin-bottom:10px;
}

h4 {
    background: #7e8a99;
    color: white;
    padding: 20px;
    font-size: 22px;
    margin-top:30px;
}


/* 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
}

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;
}

.checkbox{
    height:15px;
}


.row {
    margin-top:5px;
    margin-left: 0px;
    margin-right: 0px;
}

.rowRightAlign {
    text-align: right;
}

.rowMarginTop {
    margin-top: 10px;
}

.leftmost {
    padding-left: 0px;
}

.rightmost {
    padding-right: 0px;
}
.marginTop{
    margin-top:8px;
}

.td-center {
    text-align: center;
}

/* #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_wrapper .dataTables_filter input {
    border-radius: 2px;
    border: 1px solid #ccc;
    height: 34px;
    padding-left: 5px;
    font-weight: normal;
}

td {
    word-wrap: break-word;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
} 
/*#endregion*/


