@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'),
    url('../fonts/glyphicons-halflings-regular.woff') format('woff');
}


body {
    padding-top: 65px;
    overflow-x: hidden;
}

div.scrollbox {
    padding: 0;
    overflow: scroll;
    overflow-y: hidden;
}

table.production {
    width: 2880px;
    height: 25px;
    border: 0 solid black;
}

div.production {
    min-width: 2880px;
    width: 2880px;
    height: 30px;
}

.has-error {
    background-color: #f8d7da;
}

.cell-input {
    min-width: 120px;
    max-width: 120px;
    margin-right: 1em;
}

.cell-label {
    min-width: 160px;
    max-width: 200px;
}

.cell-label_head {
    min-width: 160px;
    max-width: 250px;
}

div.alert.alert-danger.alert-dismissable.alert-link {
    display: none;
}

.btn.btn-lg {
    min-width: 90px;
    min-height: 48px;
}

.breadcrumb-item.active a {
    border-bottom: 2px solid red;
}

.leaflet-container-default {
    min-height: 80vh;
}
