/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on September 16, 2023 */

@font-face {
    font-family: 'good_timesregular';
    src: url('https://boiseriver.mechanilink.net/global/webfontkit-goodtimes/good_times_rg-webfont.woff2') format('woff2'),
         url('https://boiseriver.mechanilink.net/global/webfontkit-goodtimes/good_times_rg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

::-webkit-scrollbar {
    display: none;
}

html {
    height: 100%;
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;  
}

body {
    height: 100%;
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    
    font-family: Arial, sans-serif, Helvetica;
    background-color: #d6d6d7;
    
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
}

.grid-sidebar-hide {
    height: 100%;
    width: 100%;
    
    display: grid;
    grid-template-columns: 45px 0px auto;
    grid-template-rows: 60px calc(100vh - 100px) 40px;
    column-gap: 0;
    row-gap: 0;
}

.grid-sidebar-show {
    height: 100%;
    width: 100%;
    
    display: grid;
    grid-template-columns: 45px 135px auto;
    grid-template-rows: 60px calc(100vh - 100px) 40px;
    column-gap: 0;
    row-gap: 0;
}

    #header {
        height: 100%;
        width: 100%;
        grid-column: 1 / 4;
        grid-row: 1 / 2;
        
        background-color: #000000;
    }
    
        #company-logo {
            display: block;
            float: right;
            width: 45px;
            height: 45px;
            margin: 7.5px 10px 7.5px 0;
        }
    
    #sidebar {
        grid-column: 1 / 3;
        grid-row: 2 / 4;
        
        width: 100%;
        height: 100%;
        margin: 0;
        border: 0;
        padding: 0;
        
        background-color: #000000;
        
        overflow: hidden;
        
        position: relative;
        
    }
        .option-container {
            display: flex;
            height: 40px;    
            width: 100%;
            margin: 5px 0 5px 0;
            border: 0;
            padding: 0;
            
            position: relative;
        }
        
        #logout-container {
            position: absolute;
            bottom: 0;
            left: 0;
            
            display: flex;
            height: 40px;    
            width: 100%;
            margin: 5px 0 5px 0;
            border: 0;
            padding: 0;
        }
        
        .sidebar-collapse {
            grid-column: 1 / 2;
            height: 40px;
            width: 45px;
            display: inline-block;
        }
        
            .option-icon {
                background-color: transparent;
                border: 0;
                padding: 0;
                margin: 7.5px 10px 7.5px 10px;
                height: 25px;
                width: 25px;    
            }
        
        .sidebar-extension {
            grid-column: 2 / 3;
            height: 40px;
            width: calc(100% - 40px);
            margin: 0;
            border: 0;
            padding: 0;
            
            display: none;
        }
            
            .option-title {
                display: flex;
                width: fit-content;
                height: fit-content;
                align-items: center;
                background-color: transparent;
                color: white;
                text-transform: uppercase;
                border: 0;
                padding: 0;
                margin: 17.5px 0 10.5px 7.5px;
                font-family: 'good_timesregular';
                font-size: 13px;
                line-height: 1;
            }
        
        .sidebar-sub-options {
            background-color: transparent;
            color: white;
            text-transform: uppercase;
            border: 0;
            padding: 0;
            margin-left: 5px;
            font-family: 'good_timesregular';
            font-size: 12px;
            line-height: 1;
            
            position: absolute;
            top: 100%;
        }
        
            .option-row {
                height: 17.5px;    
            }
        
    
    #content {
        grid-column: 3 / 4;
        grid-row: 2/ 3;
        overflow: auto;
    }
    
    /*
        table, th, td {
            border: 1px solid;
        }
    */
        
        #station-catalog {
            font-size: 13px;
            border-collapse: collapse;
            border-spacing: 0;
            border: 0;
            padding: 0;
            margin: 20px 0 20px 40px;    
        }
        
        #station-catalog th:nth-child(1) {
            width: 5px;    
        }
        
        #station-catalog th:nth-child(2) {
            width: 200px;    
        }
        
        #station-catalog th:nth-child(3) {
            width: 175px;
        }
        
        #station-catalog th:nth-child(4) {
            width: 150px;    
        }
        
        #station-catalog th:nth-child(5),
        #station-catalog th:nth-child(6) {
            width: 20px;
        }
        
        #department-catalog {
            font-size: 13px;
            border-collapse: collapse;
            border-spacing: 0;
            border: 0;
            padding: 0;
            margin: 20px 0 20px 40px;    
        }
        
        #department-catalog th:nth-child(1) {
            width: 5px;
        }
        
        #department-catalog th:nth-child(2) {
            width: 175px;
        }
        
        #department-catalog th:nth-child(3) {
            width: 100px;
        }
        
        #department-catalog th:nth-child(4) {
            width: 130px;
            text-align: center;
        }
        
        #department-catalog td:nth-child(5),
        #department-catalog td:nth-child(6) {
            width: 20px;
        }
        
        #products-catalog {
            width: 550px;
            font-size: 13px;
            border-collapse: collapse;
            padding: 0;
            margin: 20px 0 20px 40px;    
        }
        
        #products-catalog td:nth-child(1) {
            max-width: 200px;
        }
        
        #products-catalog td:nth-child(2) {
            width: 100px;
        }
        
        #products-catalog td:nth-child(3) {
            width: 150px;
        }
        
        #products-catalog td:nth-child(4),
        #products-catalog td:nth-child(5) {
            width: 30px;
        }
        
        #user-catalog {
            font-size: 13px;
            border-collapse: collapse;
            border-spacing: 0;
            border: 0;
            padding: 0;
            margin: 20px 0 20px 40px;
        }
        
        #user-catalog td:nth-child(1) {
            width: 5px;
        }
        
        #user-catalog td:nth-child(2) {
            width: 175px;
        }
        
        #user-catalog td:nth-child(3),
        #user-catalog td:nth-child(5) {
            width: 110px;
        }
        
        #user-catalog td:nth-child(4) {
            width: 250px;    
        }
        
        #user-catalog td:nth-child(6),
        #user-catalog td:nth-child(7) {
            width: 20px;
        }
        
        #user-catalog tr, #station-catalog tr, #department-catalog tr, #products-catalog tr {
            height: 22px;
            text-transform: uppercase;
        }
        
        #user-catalog th, #department-catalog th, #products-catalog th {
            height: 25px;
            font-size: 13px;
            text-transform: uppercase;
            border-bottom: 2px solid #0bd70f;
            padding-left: 2.5px;
            text-align: left;
        }
        
        #station-catalog th {
            max-height: 25px;
            font-size: 13px;
            text-transform: uppercase;
            border-bottom: 2px solid #0bd70f;
            padding-left: 2.5px; 
            text-align: left;
        }
        
        #user-catalog td, #station-catalog td, #department-catalog td, #products-catalog td {
            font-size: 12px;
            padding-left: 4px;
            text-align: left;  
            
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .changeBtn {
            height: 15px;
            width: 15px;
            border: 0;
            padding: 0;
            margin: 2.5px auto auto 0;
            background-color: transparent;
            
            display: block;
            margin: 0 auto 0 auto;
        }
        
        #addUserBtn, #addStationBtn, #addProductBtn {
            border: none;
            border-radius: 2.5px;
            margin-left: 40px;
            padding: 0;
            
            float: Left;
            
            font-size: 10px;
            text-transform: uppercase;
            color: #ffffff;         /*Font Color*/
            
            background-color: #000000;
            height: 25px;
            width: 80px;
        }
        
        #addDepartmentBtn {
            border: none;
            border-radius: 2.5px;
            margin-left: 40px;
            padding: 0;
            
            float: Left;
            
            font-size: 10px;
            text-transform: uppercase;
            color: #ffffff;         /*Font Color*/
            
            background-color: #000000;
            height: 25px;
            width: 120px;    
        }
        
        .checkmark-img {
            display: block;
            margin: 0 auto 0 auto;
        }
        
        
    
    #contentSelect {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }
    
    #contentDisplay {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }
    
    #footer {
        grid-column: 2 / 4;
        grid-row: 3 / 4;
        
        position: relative;
    }
    
    #footer p {
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 0 10px 5px 0;
        text-transform: uppercase;
    }