/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29 nov. 2020, 15:39:26
    Author     : onjanirina
*/

@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');

@font-face {
    font-family: 'Century Gothic';
    src: local('Century Gothic'), local('CenturyGothic'),
        url('CenturyGothic.woff2') format('woff2'),
        url('CenturyGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 20px;
    font-family: 'Century Gothic','Nanum Gothic',sans-serif;
    overflow: hidden; 
}

.invisible-caption{
    display:none;
}			

.img-thumbnail {
    width: 72px; 
}

.img-thumbnail {
    padding: 0px;
    max-width: none;
    border: none; 
    width: 32px; 
    height: auto; 
    }            

img.logo {
    width: 120px;
    height: auto;
}    

.fixed-table-header {
    /* height: 106px !important; */
}

.low-stock .badge {
    background-color: red;
}

.page-item.active .page-link {
    background-color: #25864F;
    border-color: #25864F;
}

.page-link {
    color: #25864F;
}