/**
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800';
*/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

a {
    color: #1ca8dd;
}

a:hover {
    text-decoration: none;
}

h1 {
    font-weight: 300;
}

h6 {
    color: #999;
}

table {
    border-bottom: 1px solid #e4e4e4;
}

table th {
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
}

table .fa {
    font-size: 16px;
}

.select-item {
    width: 20px;
}

.nav > li > a {
    padding: 6px 15px;
}

.nav > li > a:focus, .nav > li > a:hover {
    background: #e3f5fb;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background: #1ca8dd;
}

.nav-menu {
    margin: 0;
    padding: 20px 0;
    list-style: none;
    border-top: 1px solid #eee;
}

.nav-menu li {
    padding: 5px 15px;
}

.nav-menu h6 {
    margin: 0 0 10px 0;
}

footer .footer {
    font-size: smaller;
    text-align: left;
    margin-left: 1em;
    padding: 0.5em;
    color: #cecece;
    background-color: #fff;
}

.footer .mascot {
    color: red;
}

footer .love i {
    color: #fe8a8a;
}

.list-group-item .collapse {
    margin-top: 1em;
}

.btn-primary,
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    border-color: #1997c6;
    background: #1ca8dd;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus {
    background-color: #1686b0;
    border-color: #126e90;
}

.text-success {
    color: #1bc98e;
}

.navbar-default {
    box-shadow: none;
    background: none;
}

.navbar-header {
    float: none;
}

.header-extras {
    text-align: right;
    margin-top: 0.7em;
}

.navbar-default .navbar-brand,
.brand {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    color: #333;
}
.brand img {
    max-width: 100%;
}

.login {
    padding-bottom: 20px;
}

.brand {
    font-size: 22px;
    margin-bottom: 40px;
}

.navbar-brand img {
    height: 100%;
    width: auto;
}

.nav-stacked {
    margin: 20px 0;
}

.back {
    margin-bottom: 20px;
    display: inline-block;
}

.back i {
    margin-left: -15px;
    margin-right: 2px;
}

.page-header {
    margin-top: 0;
    margin-bottom: 30px;
}

.page-header h1 {
    margin-top: 10px;
}

.client {
    min-height: 150px;
    text-align: center;
}

.client h3 {
    margin-top: 10px;
}

.add-client {
    display: block;
    text-align: center;
}

.add-client:hover,
.add-client:focus {
    text-decoration: none;
}

.add-client i {
    font-size: 48px;
    margin: 20px 0 10px 0;
    display: block;
    color: #bce8f1;
}

.panel-body h4 {
    margin-top: 0;
}

.panel-footer .row {
    line-height: 14px;
}

.panel-footer .pagination {
    margin: 0;
}

.link-name {
    margin-top: 30px;
    display: inline-block;
}

.page-header .form-inline {
    margin-top: 10px;
}

.language-selection__item {
    font-size: 100% !important;
    color: #1ca8dd;
}

.delivery-status {
    font-weight: bold !important;
}

@media screen and (min-width: 768px) {
    .app {
        margin-top: 30px;
        margin-bottom: 100px;
    }

    .scrollElement {
        overflow: hidden;
        overflow-y: auto;
        overflow-x: auto;
        max-height: calc(100vh - 330px);
    }

    .navbar-default {
        border: none;
    }

    .navbar-default .navbar-brand {
        font-size: 22px;
    }

    .form-inline .form-control {
        min-width: 180px;
    }
}

@media screen and (max-width: 768px) {
    .app {
        margin-bottom: 100px;
    }

    .navbar {
        margin-left: -15px;
        margin-right: -15px;
    }
}

/* Materialliste (Stock) - group borders */
table.dataTable {
    border-collapse: collapse !important;
}
.new-article {
    border-top: solid 2px rgb(51, 51, 51);
}

#stock-items .textbox {
    width: calc(100% - 100px);
    min-width: 200px;
    margin-right: 5px;
}

#stock-items .textbox:lang(en) {
    width: calc(100% - 124px);
}

/* Documentation */
.documentation-permission-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 1rem;
}
.documentation-permission-list input,
.documentation-permission-list label {
    display: inline-block;
    height: auto;
    align-self: start;
}
.documentation-permission-list > div {
    padding: 0.5rem;
    display: grid;
    grid-template-columns: 35px auto;
    border-radius: 10px;
    background-color: #eeeeee;
}

/* Information Banner */
#information-banner {
    padding: 10px 20px;
    background: #ffbd4f;
    font-weight: bold;
    text-align: center;
    border: solid 3px #f0ad4e;
}
