body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: sans-serif
}

body.waiting * {
    cursor: wait!important;
}

/* 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: 90%;
}

.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: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}


/* 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%;
    padding-top: 3px !important;
    padding-left: 8px !important;
}


/* 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
}

.btnNew {
    position: relative;
    z-index: 1;
}

.btnQuadrat {
    height: 34px;
    min-width: 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%);
}

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;
}

input[type="date"].form-control{
    padding-top: 0px;
    line-height:26px
}
.cbChoosen {
    padding: 0px !important;
    margin: 0px !important;
}

label {
    padding-top: 8px;
    margin-left: 0px;
    margin-right: 0px;
}

.label-sm {
    padding-top: 2px !important;
}

.form-horizontal .form-group {
    margin-bottom: 4px
}

.form-control-sm {
    height: 26px;
    margin-top: 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;
}

h3.header {
    background-color: #0094CC;
    padding: 10px;
    color: white;
}
/*.marginTopHeader {
    margin-top: 180px !important;
}*/

table ul {
    margin: 0px;
    padding-left: 10px;
}

td {
    vertical-align: top !important;
}

.td-center {
    text-align: center;
}

.td-right {
    text-align: right;
}

.validation-summary-errors{
    color:red
}

/*.validation-summary-errors ul {
    list-style: none;
    margin-left: -40px
}*/
/* #region (Accordion) ----------------------------------------------------------------*/
.panel-default {
    border-color: #005e82;
}

.panel-default > .panel-heading {
    color: white;
    background-color: #0094CC;
    border-color: #005e82;
}

.panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
} 

/*.panel-heading .accordion-toggle {
    content: "\e080";
}*/

/*.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: white;
}

.panel-heading .accordion-toggle.collapsed:after {
    content: "\e080";
}*/


.panel-title > a, .panel-title > a:active {
    display: block;
    text-decoration: none;
}

/*.panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}*/ 
/*#endregion*/

/* #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 {
    float: left;
    text-align: left;
    margin-left:-6px;
}

.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;
}

table {
    font-size: smaller;
}
/*#endregion*/


