@charset "UTF-8";

.color-danger {
    color: #b64645;
}

.color-success {
    color: #a7c479;
}

body.page-container-boxed {
    background: #fff;
}

.x-navigation>li.xn-logo>a:first-child {
    background: #a26c4d url(../img/_menu.svg) no-repeat scroll center top;
}

.login-container.login-v2 .login-box .login-logo {
    background: rgba(0, 0, 0, 0) url("../img/logo_pdf.svg") no-repeat scroll center top;
}

.profile .profile-image img {
    width: 150px;
}

.tt-hint {
    color: #999;
}

.tt-dropdown-menu {
    width: 100%;
    margin-top: 30px;
    background: #fff;
    border: 1px solid #e6e6e6;
    max-height: 300px;
    overflow-y: auto;
    white-space: nowrap;
}

.tt-suggestion {
    line-height: 1em;
    padding: 15px 20px;
    font-size: 12px;
    border-bottom: 1px solid #e6e6e6;
}

.tt-suggestion p {
    margin: 0;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background: #c5ad8a;
    cursor: pointer;
}

.typeahead,
.tt-query,
.tt-hint {
    width: 100%;
}

.typeahead {
    background-color: #fff;
}

.typeahead:focus {
    border: 1px solid #d5d5d5;
}

.tt-query {
    -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);
}

.tt-hint {
    color: #999
}

.tt-menu {
    width: 100%;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 20px;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #3fbae4;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #3fbae4;

}

.tt-suggestion p {
    margin: 0;
}

.gist {
    font-size: 14px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px 6px;
    font-size: 12px;
    background: #ededec;
    border-bottom: 1px solid #a2a29f;
}

.table-hover>tbody>tr:hover>td {
    background: #3fbae4;
    color: #fff;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}

.datensatz>tbody>tr:hover>td {
    background: #3fbae4;
    color: #fff;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}

.summehead {
    margin-bottom: 2px !important;
}

.summe {
    display: none;
}

.isumme {
    display: none;
}

.emouseover {
    cursor: pointer;
}

.table>thead>tr>th {
    background: #3c4e5e;
    color: #fff;
}

.table>tfoot>tr>th {
    background: #3c4e5e;
    color: #fff;
}

.primary {
    color: #3c4e5e;
}

.bluerow {
    background: #3fbae4 !important;
    color: #fff !important;
}

tr.greyrow td {
    background: #d4d4d4 !important;
    color: #000 !important;
    text-decoration: line-through !important;
}

@media (max-width: 400px) {
    .table {
        table-layout: fixed;
    }

    .table tbody tr td:nth-child(5) {
        display: none;
    }

    .table tbody tr td:nth-child(4) {
        display: none;
    }

    .table thead tr th:nth-child(5) {
        display: none;
    }

    .table thead tr th:nth-child(4) {
        display: none;
    }

    .table thead.tablepassengershead {
        display: none;
    }

    .desktop {
        display: none;
    }
}

@media (max-width: 480px) {
    .table {
        table-layout: fixed;
    }

    .table tbody tr td:nth-child(5) {
        display: none;
    }

    .table tbody tr td:nth-child(4) {
        display: none;
    }

    .table thead tr th:nth-child(5) {
        display: none;
    }

    .table thead tr th:nth-child(4) {
        display: none;
    }

    .table thead.tablepassengershead {
        display: none;
    }

    .desktopcontent {
        display: none;
    }

    .mobilecontent {
        display: block;
    }

    .login-container .login-box {
        padding-top: 100px;
    }

    .page-container .page-content .content-frame .content-frame-body {
        padding: 0px 10px 10px 10px;
    }

    .messages .item .text {
        font-size: 1.2em;
    }

    .content-frame-top {
        display: none;
    }

    .content-frame-right {
        display: none;
    }

}

@media (min-width: 501px) {
    .desktopcontent {
        display: block;
    }

    .mobilecontent {
        display: none;
    }
}



.roundimage {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}

.profil {
    display: inline-block;
}

.profil img {
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    margin-left: 10px;
    width: 40px;
}

table.mitarbeiter tr:hover td {
    background: #fff;
    cursor: pointer;
}

table.dokumente tr td.dokument:hover {
    background: #fff;
    cursor: pointer;
}

.x-navigation.x-navigation-panel li.xn-icon-button {
    width: auto;
}

.imobil {
    width: 100%;
    font-size: 20px;
    color: #000;
}

.x-navigation>li>a.x-navigation-control {
    background: #33414e;
}

.x-navigation>li.xn-logo>a:first-child {
    background: #33414e;
}

.timeselect {
    display: none;
}

.btn-group>.btn:not(:first-child):not(.dropdown-toggle) {
    border-left: 1px solid #fff;
}

.table>thead>tr>th:first-child {
    border-radius: 5px 0px 0px 0px;
    -moz-border-radius: 5px 0px 0px 0px;
    -webkit-border-radius: 5px 0px 0px 0px;
}

.table>thead>tr>th:last-child {
    border-radius: 0px 5px 0px 0px;
    -moz-border-radius: 0px 5px 0px 0px;
    -webkit-border-radius: 0px 5px 0px 0px;
}

.table>tbody>tr:last-child>td:first-child {
    border-radius: 0px 0px 0px 5px;
    -moz-border-radius: 0px 0px 0px 5px;
    -webkit-border-radius: 0px 0px 0px 5px;
}

.table>tbody>tr:last-child>td:last-child {
    border-radius: 0px 0px 5px 0px;
    -moz-border-radius: 0px 0px 5px 0px;
    -webkit-border-radius: 0px 0px 5px 0px;
}

.table>tbody>tr:last-child>td {
    border-bottom: 0px;
}

@media (max-width:999px) {
    .page-sidebar {
        background: #e8e8e8;
    }

    ul.x-navigation {
        background: #e8e8e8;
    }

    .x-navigation>li.xn-logo>a:first-child {
        background: #e8e8e8;
    }

    .x-navigation>li>a.x-navigation-control {
        background: #e8e8e8;
    }
}

@font-face {
    font-family: 'LCDBOLD';
    src: url('../fonts/LCDBOLD.eot');
    src: local('../fonts/LCDBOLD'), url('../fonts/LCDBOLD.woff') format('woff'), url('../fonts/LCDBOLD.ttf') format('truetype');
}


.dig {
    font-family: 'LCDBOLD', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
}

#shiftPlanWrapper {
    margin-top: 25px;
    position: relative;
}

#shiftPlanHeader {
    height: 100%;
    margin-left: 10%;
    padding: 0;
    position: absolute;
    width: 90%;
}

#shiftPlanHeader .sixhours.first {
    border-left: 1px dashed #e0e0e0;
}

#shiftPlanHeader .sixhours {
    border-right: 1px dashed #d0d0d0;
    display: inline-block;
    float: left;
    height: 100%;
    position: relative;
    width: 25%;
    z-index: 10;
}

.draggable,
.working_time {
    cursor: pointer;
    z-index: 100;
}

#shiftPlanHeader .sixhours .hourtitle {
    color: #999;
    padding: 0 5px;
    position: absolute;
    right: -20px;
    top: -23px;
}

#shiftPlanHeader .stafftitle {
    color: #999;
    display: inline-block;
    left: 0;
    overflow: hidden;
    padding-bottom: 3px;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    top: -25px;
    white-space: nowrap;
}

.shiftRowData .staffShift {
    display: block;
    float: left;
    padding-top: 5px;
    text-align: center;
}

.shiftRowData .staffShift div.shiftRow {
    background-color: #eaeaea;
    cursor: pointer;
    font-size: 12px;
    margin: 1px;
    padding: 2px 0;
}

.addShift {
    color: #888;
    cursor: pointer;
    right: 15px;
}

#shiftPlanContainer .row {
    border-top: 1px dashed #d0d0d0;
    cursor: pointer;
}

#shiftPlanContainer .row.lastRow {
    border-bottom: 1px dashed #d0d0d0;
}

#shiftPlanContainer .row.rowSaturday {
    background-color: #fff5f5;
}

#shiftPlanContainer .row.rowHoliday,
#shiftPlanContainer .row.rowSunday {
    background-color: #ffeaea;
}

.shiftRowContainer,
.shiftRowTitle {
    height: 48px;
    margin: 0;
    padding: 3px 0;
}

.shiftRowTitle {
    border-left: 0 dashed #d0d0d0;
    color: #888;
    float: left;
    width: 10%;
}

.shiftRowTitle span {
    display: inline-block;
    width: 25px;
}

.working_time {
    -moz-user-select: none;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 10px;
    height: 16px;
    left: 0;
    margin: 1px 0;
    max-height: 20px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
}

#dateView,
#moreStores,
.label-staff {
    display: inline-block;
}

.working_time div {
    line-height: 1.3;
}

.working_time.absence {
    background-color: rgba(230, 230, 230, 0.8);
    border: 1px solid #bebebe;
    color: #666;
}

.droppable_state_default {
    background-color: silver !important;
}

.droppable_state_hover {
    background-color: #b0b0b0 !important;
}

.label-staff {
    border-radius: 0.25em;
    color: #fff;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    margin: 0.3em 0;
    padding: 0.4em 0.8em;
    text-align: center;
    vertical-align: baseline;
}

.noselect {
    -moz-user-select: none;
}

#shiftPlanContainer .row.rowSaturday .working_time.absence,
#shiftPlanContainer .row.rowSunday .working_time.absence {
    background-color: rgba(210, 210, 210, 0.8);
    border: 1px solid #bebebe;
}

table.tbl-absences,
table.tbl-absences td,
table.tbl-absences th,
table.tbl-existingShifts,
table.tbl-existingShifts td,
table.tbl-existingShifts th {
    border: 1px solid silver;
}

.shiftRowData {
    float: left;
    position: relative;
    width: 90%;
}

#dateNavigator {
    margin: 15px 15px 15px 0;
}

.date-input,
.time-input {
    float: left;
    margin-right: 10px;
}

#dateNavigator button {
    color: #888;
}

#dateView {
    font-size: 14px;
}

.date-input {
    width: 100px;
}

.time-input {
    width: 80px;
}

.gmaps-loading {
    background-color: #f5f5f5;
    background-image: url("/img/ajax-loader.gif");
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.firstSteps {
    font-size: 12px;
}

.firstSteps h4 {
    color: #555;
    margin-bottom: 20px;
}

.firstSteps ul {
    color: #a0a0a0;
    list-style: outside none square;
    padding-left: 20px;
}

.firstSteps li {
    margin-top: 7px;
}

.firstSteps li a {
    font-size: 12px;
    text-decoration: none;
}

#store_active label {
    font-weight: 400 !important;
}

.features,
.features li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.features li h5 {
    margin-bottom: 2px;
}

.tbl-existingShifts {
    width: 100%;
}

.tbl-existingShifts td,
.tbl-existingShifts th {
    font-size: 8.5pt;
    padding: 3px 8px;
    vertical-align: top;
}

#plannedShifts {
    font-size: 8.5pt;
    margin-top: 15px;
}

#plannedShifts span {
    font-weight: 700;
}

#plannedShifts .title {
    display: inline-block;
    font-weight: 400;
    padding-right: 10px;
    text-align: right;
    width: 100px;
}

.tbl-absences {
    width: 100%;
}

.tbl-absences td,
.tbl-absences th {
    font-size: 9.5pt;
    padding: 3px 8px;
    vertical-align: top;
}

.scrollWindow {
    height: 180px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.scrollWindow .checkbox {
    padding-top: 0 !important;
}

.vcard .dropdown {
    position: absolute;
    right: 25px;
    top: 15px;
}

.vcard {
    background-image: linear-gradient(white 0px, #fff 70%, #fafafa 100%);
    border: 1px solid #dadada;
    border-radius: 5px;
    box-shadow: 2px 2px 2px 0 rgba(200, 200, 200, 1);
    color: #555;
    cursor: pointer;
    margin-bottom: 15px;
    min-height: 240px;
    overflow: hidden;
    padding: 15px 20px;
    position: relative;
}

.vcard.intern {
    background-image: linear-gradient(white 0px, #eaf4ff 70%, #e4f1ff 100%);
    border: 1px solid #b2d8ff;
}

.vcard .internal {
    bottom: 20px;
    color: #2696ff;
    left: 30px;
    position: absolute;
}

.vcard-name {
    border-bottom: 1px solid #dadada;
    font-size: 130%;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0 10px 5px;
}

.vcard-name small {
    font-size: 80%;
}

.vcard dd,
.vcard dt {
    float: left;
    font-size: 14px;
    margin-top: 3px;
    overflow: hidden;
}

.vcard dt {
    clear: both;
    font-weight: 600;
    padding-left: 2%;
    padding-right: 5%;
    text-align: right;
    width: 33%;
}

.vcard dd {
    padding-right: 2%;
    width: 58%;
}

.color-box {
    border: 1px solid #ccc;
    float: left;
    height: 30px;
    margin: 5px;
    width: 30px;
}

#addShiftForm .shift_container .col-sm-8 {
    padding-right: 0;
}

#moreStores {
    margin: -20px;
    padding: 20px;
}

.fileimage_overlay {
    background-color: #fafafa;
    display: none;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    width: 100%;
}

.login-container .login-box .login-logo {
    max-width: 100%;
    width: 100%;
}

.profile .profile-image img {
    border-radius: 10%;
    width: 180px;
}

#modalheader {
    margin-bottom: 0px;
    margin-top: 5px;
}

.login-container .login-box {
    width: 400px;
    margin: 0px auto;
    padding-top: 250px;
}