﻿@font-face {
    font-family: Sandvik Sans Text;
    font-display: swap;
    src: url(/Content/fonts/SandvikSansText-Regular.woff2) format("woff2")
}

@font-face {
    font-family: Sandvik Sans Text;
    font-display: swap;
    src: url(/fonts/SandvikSansText/SandvikSansText-Bold.woff2) format("woff2");
    font-weight: 700
}

@font-face {
    font-family: Sandvik Sans Display;
    font-display: swap;
    src: url(/fonts/SandvikSansDisplay/SandvikSansHeadline-Regular.woff2) format("woff2")
}

body, div, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Sandvik Sans Text', sans-serif !important;
}

#imgLogo{
   height: 24px;
}

#imgLogoFooter {
    height: 18px;
}

.header{
    height: 80px;
}

.navbar-margin {
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
}

.labelSymbolSpace {
    margin-left: 5px;
    padding-top: 4px;
}

.fixedContainer {
    padding-top: 20px !important;
    width: 95%;
}

.navbar-margin{
    width:95%;
    padding-left:0px;
    padding-right:0px;
}

input.input-validation-error {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.itemPackListHeight {
    max-height: 835px !important;
    overflow-y: auto;
}

.detailTablesHeight{
    max-height: 310px;
    overflow-y: auto;
}

.menuIcon{
    width:80px;
}

.otherInput{
    margin-top: 13px;
}

#reportContainer {
    text-align: center;
}

#reportContainer iframe {
    border: none;
}

div.dataTables_paginate {
    text-align: center
}

.tiles {
    display: block;
    margin: 0 0 30px 0;
    overflow: hidden;
}

nav.header .nav-link:hover {
    background: #F7F7F7;
    border-top: 1.5px solid transparent;
    border-bottom: 1.5px solid rgb(27, 27, 27);
    box-sizing: border-box;
    color: rgb(27, 27, 27) !important;
}
.header .nav-link {
    border-top: 1.5px solid transparent;
    border-bottom: 1.5px solid transparent;
    color: rgb(27, 27, 27) !important;
}

.header .dropdown-menu {
    min-width: 350px !important;
}

tbody tr.is-priority {
    color: #aa0000 !important;
    font-weight: 700 !important;
}

table.dataTable {
    font-size: 0.8rem !important;
}

tbody td.alert {
    background-color: orange !important;
}
