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

button, input, textarea, .add-on {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

select.input-xlarge {
    width: 284px;
}

select.input-xxlarge {
    width: 544px;
}

textarea {
    resize: vertical;
}

p {
    word-wrap: break-word;
}

@media (max-width: 1200px) {
    .hidden-below-1200 {
        display: none !important;
    }
}

a.disabled {
    color: grey;
    pointer-events: none;
    cursor: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.navbar .nav > li > a {
    padding: 10px 7px 10px;
}

.input-append .btn {
    margin-top: 0;
    margin-bottom: 0;
}

.btn {
    margin-top: 3px;
    margin-bottom: 3px;
}

.input-append .btn {
    margin: 0;
}

.table-filter a b {
    color: #005580;
}

.progress {
    padding: 15px 0;
    width: 100%;
}

.progress .bar {
    height: 32px;
    position: absolute;
    top: 0;
}

.progress .percent {
    font-weight: bold;
}

.header-fixed thead tr th {
    vertical-align: middle;
}

.header-fixed thead tr th input {
    margin: 0;
}

.header-fixed.table-striped tbody tr:nth-child(2n+1), .header-fixed.table-striped tbody tr:nth-child(2n+1) th {
    background-color: #f9f9f9;
}

.header-fixed.table tbody tr {
    border-top: 1px solid #dddddd;
}

.header-fixed.table th, .header-fixed.table td {
    border: none;
    hyphens: auto;
}

.header-fixed {
    width: 100%
}

.header-fixed > thead,
.header-fixed > tbody,
.header-fixed > tbody > tr,
.header-fixed > tbody > tr > td {
    display: block;
}

.header-fixed > tbody > tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.header-fixed > tbody {
    overflow-y: auto;
    height: 270px;
}

.header-fixed > tbody > tr > td {
    float: left;
}

.contentParagraph {
    overflow-y: auto;
    max-height: 350px;
    min-height: 130px;
    width: 544px;
    padding: 4px 6px;
    background-color: #EEEEEE;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.uploadProgressBarInline{
    display: inline-block;
    width: 160px;
    margin: 0;
    vertical-align: middle;
}

.table-page-navigation {
    overflow-x: auto;
    display: block;
    text-align: right;
}

.table-page-navigation thead {
    display: inline-block;
}

.bselect-dropdown, .bselect-label, .bselect-search-icon, .bselect-search-input {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.bselect-option-list {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

.nav li.dropdown.open .bselect-caret .caret {
    border-top: 4px solid #333;
    border-top-color: rgb(51, 51, 51);
}

.input-xxlarge {
    max-width: 95%;
}

@media (max-width: 767px) {
    select.input-large + .bselect,
    select.input-xlarge + .bselect,
    select.input-xxlarge + .bselect,
    select.input-large + .bselect .bselect-label,
    select.input-xlarge + .bselect .bselect-label,
    select.input-xxlarge + .bselect .bselect-label {
        width: 100% !important;
    }
}

select.input-xxlarge + .bselect {
    margin-bottom: 9px;
    max-width: 100%;
}

select.input-xxlarge + .bselect .bselect-label {
    width: 544px;
    box-sizing: border-box;
    max-width: 93%;
    height: 30px;
}

select.input-xlarge + .bselect .bselect-label {
    width: 264px;
    box-sizing: border-box;
    max-width: 93%;
    height: 30px;
}

select.input-large + .bselect .bselect-label {
    width: 204px;
    box-sizing: border-box;
    max-width: 93%;
    height: 30px;
}

select.input-xxlarge + .btn-group .multiselect {
    width: 515px;
    text-align: left;
}

select.input-xxlarge + .btn-group .multiselect .caret {
    position: absolute;
    right: 0;
    margin-right: 5px;
}

.bselect .bselect-search-input {
    height: 28px;
    box-sizing: border-box;
    width: 90%;
    padding: 3px 6px;
}

.bselect-search > .bselect-search-icon {
    box-sizing: border-box;
    width: 10%;
    padding: 13px 5px;
}

.bselect-search > .bselect-search-icon .icon-search {
    margin-top: -8px;
}

.dropdown-menu .active > a, .dropdown-menu .active > a:hover {
    background-image: none;
}

.multiselect-container {
    padding: 5px;
}

.multiselect-container .radio input[type="radio"], .multiselect-container .checkbox input[type="checkbox"] {
    float: none;
    margin: 0;
}

.multiselect-container > li > a.multiselect-all > label {
    padding-left: 5px;
}

.multiselect-clear-filter {
    display: none;
}

.tabbable {
    position: relative;
}

.tabbable .bselect, .tabbable .multiselect-native-select .btn-group, .accordion-body, span.multiselect-native-select {
    position: static;
}

.tabbable .multiselect-native-select .multiselect-container, .accordion-group .multiselect-native-select .multiselect-container {
    top: auto;
    left: auto;
}

.tabbable select.input-xxlarge + .bselect .bselect-dropdown {
    padding: 5px 8px;
    top: auto;
}

.tabbable select.input-xlarge + .bselect .bselect-dropdown {
    padding: 5px 4px;
    top: auto;
}

.tabbable select.input-large + .bselect .bselect-dropdown {
    padding: 5px 4px;
    top: auto;
}

#mandantenDropdown .bselect {
    margin: 5px 15px 10px 15px;
}

#mandantenDropdown .bselect-search {
    margin-bottom: 5px;
}

#mandantenDropdown .bselect-label {
    width: 190px;
}

#mandantenDropdown .bselect-dropdown{
    max-height: 260px;
}

#mandantenDropdown .bselect-option-list {
    height: auto !important;
    max-height: 220px;
    overflow-y: auto;
    overflow-x: hidden;
}

#mandantenDropdown .bselect-option-list li a {
    padding: 5px 15px 5px 5px;
}

.nicEdit-main {
    background-color: #fff;
    padding: 5px;
}

.nicEdit-pane {
    width: 340px !important;
}

.accordion-heading .icon-accordion-toggle {
    position: absolute;
    top: 9px;
    left: 5px;
}

.accordion-heading .icon-accordion-toggle {
    background-position: -313px -119px;
}

.accordion-heading .accordion-toggle.collapsed .icon-accordion-toggle {
    background-position: -456px -72px;
}

.accordion-heading .accordion-toggle {
    margin-left: 10px;
}

.part1 {
    background-color:#c5dadd;
    border: 1px solid #c3c3c3;
}

.part2 {
    background-color:#ebedd0;
    border: 1px solid #c3c3c3;
}

.check {
    background-color:#F8D798;
    border: 1px solid #c3c3c3;
}

.loader {
    height: 4px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #ddd;
}

.loader:before {
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 4px;
    background-color: #2980b9;
    animation: loading 2s linear infinite;
}

@keyframes loading {
    from {
        left: -200px;
        width: 30%;
    }
    50% {
        width: 30%;
    }
    70% {
        width: 70%;
    }
    80% {
        left: 50%;
    }
    95% {
        left: 120%;
    }
    to {
        left: 100%;
    }
}

@media (max-width: 979px) {
    .navigation-icon {
        margin-left: 10px;
        display: inline-block;
    }

    .navigation-icon:first-of-type {
        margin-left: 25px;
    }

    .navigation-icon a {
        padding: 0 !important;
    }
}
