@charset "UTF-8";@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);


html {
    position: relative;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background: #d5d5d6;
    color: white;
    margin: 0;
    margin-bottom: 100px !important; /* Margin bottom by footer height */
    font-family: 'Montserrat', serif;
    font-size: 16px;
    padding: 0;
}

a {
    text-decoration: none;
    color: white;
}

header {
    background: #6f8dba;
    color: white;
    font-size: 12px;

}

nav {
    padding: 0 !important;
    height: 40px;
}

footer {
    background: #6f8dba;
    color: white;
    font-size: 12px;
    border-top: 5px solid #d5d5d6;
}

.bg-title
{
    background: white;
    color: #6f8dba;
    border-bottom: 2px solid #6f8dba;
    height: 40px;
    margin-bottom: 10px;
}


.align-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pageLocation {
    height: 100%;
}

.authBlock {
    height: 40px;
}

.well {
    background: #f8f9fa;
    padding: 10px;
    color: black;
}

.loginBox {
    width: 400px;
}

.authBlock > div {
    margin: 0 5px;
}

.logout {
    border-left: 1px solid white;
    height: 100%;
    padding-left: 5px;
}

.productGroup {
    padding-bottom: 20px;
}

.productGroupHeader {
    font-size: 1.2em;
}

.Product > .Quantity {
    width: 60px;
}

.Product > .Number {
    width: 140px;
}

.Product > .Name {
    width: 400px;
}

.Product > .Stock {
    width: 280px;
}

.Product > .Price {
    width: 60px;
}

.stockAlert {
    color: orange;
}

.stockUnknown {
    color: red;
}

.section-carrier {
    background-color: #6f8dba;
    color: white;
    margin-bottom: 20px;
    padding: 5px;
}

.section-carrier > .details > table {
    color: white !important;
}

.section-carrier > .header {
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
}

.icon-green {
    fill: green;
}


.icon-red {
    fill: red;
}
.icon-gray {
    fill: gray;
}

.company-logo {
    max-height: 30px;
    max-width: 30px;
}

.logo {
    max-height: 40px;
    width: 250px;
    margin-left: 5px;
    fill: #fff;
}

.top-left-part {
    width: 600px;
    height: 40px;
    vertical-align: center;
}

.filters {
    height: 100%;
    text-align: left !important;
    font-size: 12px;
}

.btn-custom-border {
    border: 1px solid #6f8dba;
    color: #6F8DBA !important;
}

.btn-inline-form {
    width: 120px;
    text-align:center;
    vertical-align: center;
    height: 28px;
    padding: 2px;
    margin: 5px;
}

.menu-bar {
    width: 100%;
}

.btn-border-white {
    border: 1px solid white;
    border-radius: 5px;
    margin: 3px;
}

.failed {
    background-color: #f2604f !important;
}

.kato-input {
    height: 35px;
    margin: 0;
    border-left: 1px solid #6f8dba;
    border-bottom: 1px solid #6f8dba;
    border-top: none;
    border-right: none;
    font-size: 12px;

}

.table-small-margin, .table-small-margin > th, .table-small-margin > td {
    padding: 4px;
}

.details > .table {
    margin-bottom: 0;
}

.table-order-details {
    width: 100px;
}

.menuButton {
    height: 100%;
    border-left: 1px solid #6f8dba;
    border-right: 1px solid #6f8dba;
    width: 100px;
    color: #6f8dba;
    margin-right: 5px;
}

.menuButton > a, a:hover, a:visited, a:active {
    color: #6f8dba !important;
    text-decoration: none;
}

.menuButton:hover {
    background: #d5d5d6;
}


.logout > a, .logout > a:hover, .logout > a:visited, .logout > a:active {
    color: white !important;
}