body {
    overflow-y: scroll;
}

a {
    outline: none !important;
}

h3 {
    font-size: 22px;
}

textarea {
    resize: none;
}

input,
input:focus,
input:active,
button,
button:focus,
button:active,
select,
select:focus,
select:active,
textarea,
textarea:focus,
textarea:active {
    outline: none !important;
}

input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
    box-shadow: none !important;
    border: 1px solid #333 !important;
}

.no-padding {
    padding: 0 !important;
}

.dz-linie {
    background-color: #CD3534;
    height: 4px;
    position: fixed;
    width: 100%;
    z-index: 1010;
}

.logo {
    max-height: 25px;
    float: left;
    margin-right: 0.5em;
}

.today {
    padding: 5px 15px;
}

#dz-navbar {
    position: fixed;
    width: 100%;
    margin-bottom: 0;
}

.nav > li > a {
    outline: none;
}

.sidebar {
    margin-top: 0;
}

.nav-side {
    padding-top: 0.5em;
    margin-top: 20px;
}

.nav-side li:first-child {
    border-top: 1px solid #E7E7E7;
}

.nav-side h4 {
    margin-left: 15px;
}

.nav-favorite {
    background-color: #FBF78B;
}

.nav-favorite li {
    border-color: #BBBBBB !important;
}

.tooltip-inner {
    max-width: 600px;
}

.tooltip-inner table td {
    text-align: left;
}

.panel-heading a.collapsable {
    cursor: pointer;
}

.panel-heading a.collapsable:hover {
    text-decoration: none;
}

.panel-heading a.collapsable:after {
    font-family: 'Glyphicons Halflings';
    content: "\e113";
    float: right;
    color: grey;
}

.panel-heading a.collapsed:after {
    content: "\e114";
}

.btn-group .btn.active {
    background-color: #31B0D5;
    color: #FFFFFF;
}

.page-header {
    margin-top: 0;
    padding-top: 1em;
}

.highlight {
    background-color: #F9FF90;
}

.sidebar .fa.arrow::before {
    content: "\f107";
}

.sidebar .active > a > .fa.arrow::before {
    content: "\f106";
}

.has-error .form-control {
    background-color: #F2DEDE;
}

.has-error .btn-group .btn-default {
    border-color: #a94442;
}

.btn:active,
.btn:focus {
    outline: none;
}

.btn-mini {
    padding: 2px 8px;
}

.icon-departure,
.icon-arrival {
    display: inline-block;
}

.inline-block {
    display: inline-block;
    width: 100%;
}

.form-placeholder {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn-group-disabled .btn {
    cursor: inherit;
}

.btn-group-disabled .btn-default:not(.active):hover {
    background-color: inherit;
}

.dashboard .panel-heading a {
    color: #FFFFFF;
}

.fa.text-success {
    color: #5CB85C;
}

.panel-light-blue {
    border-color: #679DC6;
}

.panel-light-blue .panel-heading {
    background-color: #679DC6;
    color: #FFFFFF;
}

.panel-light-yellow {
    border-color: #F9FF90;
}

.panel-light-yellow .panel-heading {
    background-color: #F9FF90;
    color: #666666;
    border-color: #F9FF90;
}

.panel-light-yellow .panel-footer,
.panel-light-yellow .panel-footer a {
    color: #666666;
}

#page-wrapper {
    padding: 50px 30px 0 30px;
}

#page-wrapper > .page-header {
    position: relative;
}

.alert-box {
    position: absolute;
    z-index: 1005;
}

.alert-buchung {
    padding: 6px 12px;
    margin: 0;
}

#form_buchung_gutschein .btn-info,
#form_buchung_kundendaten_laden .btn-info {
    width: 85px;
}

.buchung-preisanzeige {
    margin: 0;
}

#uhrzeit_rueck_minute option:disabled,
#uhrzeit_hin_minute option:disabled {
    text-decoration: line-through;
}

td.delete,
th.delete {
    width: 20px;
}

.sorting_disabled {
    padding-right: 5px !important;
}

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.nav-tabs {
    margin-bottom: 0;
}

#nav-main li.active,
#nav-main li > a:focus,
#nav-main li > a:hover,
.nav > li > a:focus,
.nav > li > a:hover,
.sidebar ul li a.active {
    background-color: #CCCCCC;
}

.has-sub-navigation:active,
.has-sub-navigation:focus {
    background-color: inherit !important;
}

.ma-zeile,
.ma-hinzu .row {
    margin-bottom: 0.3em;
}

.ma-name,
.ma-loeschen {
    line-height: 20px;
    height: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.zuordnungen {
    width: 100%;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    margin-bottom: 15px;
    min-height: 34px;
}

.zuordnungen label {
    font-weight: normal;
}

.visible-xl {
    display: none;
}

@media (max-width: 767px) {
    .text-center-xs {
        text-align: center;
    }

    .margin-top-xs {
        margin-top: 1em;
    }

    .alert-box {
        width: 80%;
        margin-left: 5%;
    }
}

@media (min-width: 768px) {
    .text-right-sm {
        text-align: right;
    }

    a.navbar-brand strong {
        font-size: 1.8em;
    }

    #time {
        font-weight: bold;
        font-size: 1.6em;
        color: #777;
        margin-left: 1em;
    }

    .alert-box {
        width: 70%;
        margin-left: 15%;
    }

}

@media (max-width: 1199px) {
    .pdfInnerContainer.affix {
        position: inherit;
    }
    .sidebar {
        width: 180px;
    }
    #page-wrapper {
        margin-left: 180px;
    }

    .navbar-header {
        width: 180px;
    }

    .logo {
        display: none !important;
    }

    .dropdown-username {
        display: none;
    }
}

@media (min-width: 1200px) {
    .pdfInnerContainer.affix {
        position: fixed;
        top: 15px;
    }

    .navbar-header {
        width: 250px;
    }

    #nav-main {
        margin-left: 250px;
    }

    .alert-box {
        width: 40%;
        margin-left: 30%;
    }
}

@media (min-width: 1601px) {
    .visible-xl {
        display: inline;
    }

    .hidden-xl {
        display: none;
    }
}

/**********************************************************
 *     typeahead.js v0.11.1 - twitter bootstrap v3.3.5    *
 **********************************************************/

/*root typeahead class*/
.twitter-typeahead {
    display: inherit !important;
    width: 100%;
}

.twitter-typeahead .tt-input[disabled] {
    background-color: #eeeeee !important;
}

/*Added to input that's initialized into a typeahead*/
.twitter-typeahead .tt-input {

}

/*Added to hint input.*/
.twitter-typeahead .hint {

}

/*Added to menu element*/
.twitter-typeahead .tt-menu {
    width: 200%;
    max-height: 500px;
    overflow-y: scroll;
    border: 1px solid #cccccc;

    -moz-box-shadow: 12px 14px 30px -7px #616161;
    -webkit-box-shadow: 12px 14px 30px -7px #616161;
    box-shadow: 12px 14px 30px -7px #616161;
}

/*Added to dataset elements*/
.twitter-typeahead .tt-dataset {

}

/*dded to suggestion elements*/
.twitter-typeahead .tt-suggestion {
    padding: 3px 20px;
    white-space: nowrap;
}

/*Added to menu element when it contains no content*/
.twitter-typeahead .tt-empty {
    background-color: white;
}

/*Added to menu element when it is opened*/
.twitter-typeahead .tt-open {
    background-color: white;
}

/*Added to suggestion element when menu cursor moves to said suggestion*/
.twitter-typeahead .tt-suggestion:hover,
.twitter-typeahead .tt-suggestion:focus,
.twitter-typeahead .tt-cursor {
    cursor: hand !important;
    background-color: #337ab7;
    color: white;
}

/*Added to the element that wraps highlighted text*/
.twitter-typeahead .tt-highlight {

}