/*Google fonts*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    padding-bottom: 20px;
    background: #f0f0f0;
}

    body a, body a:hover {
        color: #334d77;
    }
h6 a, h6 a:hover, a, a:hover {
    color: #334d77;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    background: linear-gradient(to bottom, #e6e3e0, #f0f0f0);
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea,
.country_select {
    max-width: 280px;
}

label {
    font-weight: bold;
}
.top-header {
    min-height: 40px;
    background-color: white;
}

    .top-header .client-logo {
        /*padding: 15px 0 10px 0;*/
        padding: 8px 0 10px 0;
        position: absolute;
        /* right: 0; */
        float: left;
        margin-left: 30px;
    }

.user-nav-box {
    padding: 0px 0 0px 0;
    float: right;
    width: 170px;
}
    .user-nav-box a {
        color: #000;
    }

.top-header .nav-item {
    padding: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background: white;
    min-width: 170px;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.2);
    z-index: 1000;
    overflow-x: hidden;
    font-size: 14px;
}
    .dropdown-content a {
        color: #747474;
        padding: 10px 14px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background: #ddd;
            color: #000;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

header .nav-item {
    padding: 0 0.9em;
}

header .navbar-brand {
    padding: 0.3em 0;
}

.navbar-brand img {
    margin: -5px 0 0 10px;
}

.icon-language-cz {
    background: url(../assets/czech-republic-flag.svg), no-repeat;
    background-size: contain;
    height: 16px;
    width: 24px;
    margin-top: -3px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
}

.icon-language-uk {
    background: url(../assets/united-kingdom-flag.svg), no-repeat;
    background-size: contain;
    height: 14px;
    width: 26px;
    margin-top: -3px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
}

.icon-language-de {
    background: url(../assets/germany-flag.svg), no-repeat;
    background-size: contain;
    height: 14px;
    width: 24px;
    margin-top: -2px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
}

.btn-blue {
    color: whitesmoke;
    border-radius: 5px;
    padding: 0 12px;
    background: #334d77;
    font-size: 14px;
    font-weight: bold;
    border: none;
    box-shadow: 0 3px 2px 0 rgba(0,0,0,0.2);
    height: 40px;
}
    .btn-blue:hover {
        background: #293e6b;
    }

.btn-blue a {
    color: whitesmoke;
    padding: 0 12px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    }
    .btn-blue a:hover{
        color: white;
        text-decoration: none;
    }

    a.btn-edit {
        color: white;
        border-radius: 5px;
        padding: 9px 12px;
        background: #d97f0f;
        font-size: 14px;
        font-weight: bold;
        border: none;
        box-shadow: 0 3px 2px 0 rgba(0,0,0,0.2);
    }

    a.btn-edit:hover {
        color: white;
        background: #B15F0F;
    }

a.btn-index {
    color: grey;
    border-radius: 5px;
    padding: 9px 12px;
    background: transparent;
    font-size: 14px;
}

    a.btn-index:hover {
        color: #000;
    }

.body-content h2 {
    margin-top: 30px;
}

.search-bar {
    padding: 0 !important;
    margin-left: 0;
    margin-bottom: 15px;
}

    .search-bar input.form-control {
        border-radius: 5px 0 0 5px;
        border: 1px solid #d9d4d0 !important;
        padding: 10px;
        font-size: 14px;
        width: 550px;
        height: 40px;
    }

    .search-bar button {
        background: #9c9c9c;
        border-radius: 0 5px 5px 0;
        height: 40px;
        border: none;
    }

.orders-filter-section {
    background: #f0f0f0;
    border: 1px solid #d9d4d0;
    padding: 10px 0 20px 0;
}

.form-inline label {
    justify-content: left;
    margin: 10px 0 5px 0;
    font-size: 14px;
    font-weight: bold;
}

.orders-filter-section .bootstrap-select.form-control {
    border: 1px solid #d9d4d0;
    width: 100%!important;
}

.orders-filter-section button.btn {
    font-size: 13px;
}

.dropdown-item.active, .dropdown-item:active {
    background: #334d77;
}

.dropdown-item:hover {
    background: #ddd;
    color: #000;
}

.table-responsive {
    font-size: 13px;
}

    .table-responsive .dropdown-content {
        display: none;
        position: absolute;
        background: white;
        min-width: 130px;
        box-shadow: 0 3px 10px 0 rgba(0,0,0,0.2);
        z-index: 1000;
        margin-top: -50px;
    }

        .table-responsive .dropdown-content a {
            padding: 5px 12px;
            text-decoration: none;
            display: block;
        }

    .table-responsive thead tr.header {
        background: #f0f0f0;
    }

    .table-responsive tr {
        background: white;
    }

.table-bordered td, .table-bordered th {
    border: 1px solid #d9d4d0;
}

    .table-bordered th:hover, .table-bordered tr:hover {
        background: #dee1e6;
    }

    .table-bordered th{
        max-width: 200px;
    }

    .table-responsive a {
        display: block;
    }
/* Order / Addresss detail etc. */
h3 {
    border-bottom: 5px solid #3b3b3b;
    font-size: 1.5em;
    margin: 1.5rem 0 0 0;
    padding: 0 20px 5px 20px;
    font-weight: bolder;
}

.order-info.card, .order.card, .loading-unloading.card {
    background: #f7f5f3;
    border: 1px solid #d9d4d0;
}

.order.card, .loading-unloading.card {
    margin: 0;
    padding: 0;
}

/* Login form */
.login-form input {
    max-width: 100%;
    margin-bottom: 15px;
}

body.login-form {
    background: white;
}

.login-panel {
    background: #f7f5f3;
    border-radius: 5px;
    padding: 30px 20px;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.2);
}

.login-form p, .login-form span, .login-form i {
    color: #747474;
}

.login-form .client-logo {
    padding: 15px 0 10px 0;
}
