﻿


#lgs-table tbody tr td{
    padding:1px;
    margin:1px;
}
#lgs-table tbody thead tr th {
    font-size: 10px;
    border-color: #f1f1f1;
    font: 1em 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: black;
    margin: 0px;
    padding: 0px
}
    #lgs-table tbody tr td input,option {
        font-size: 12px;
        border-color: #f1f1f1;
        font: 1em sans-serif;
        color:black;
    }
    #lgs-table tbody tr td select option {
        font-size: 8px;
        border-color: #f1f1f1;
        font: 1em sans-serif;
        color: black;
    }
    #lgs-table tbody tr td select {
        font-size: 10px;
        border-color: #f1f1f1;
        font: 1em sans-serif;
        color: black;
    }
#invoice .form-control {
    font-size: 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

.otosearch {
    max-height: 150px;
    overflow-y: auto;
    width: 650px;
    font-size: 13px;
    cursor: pointer;
    padding: 6px 15px;
    margin-top: 3px;
    position: absolute;
    display: block;
    padding: 3px;
    margin: 3px;
    /*background-color:#f8f9fa;*/
}
    .otosearch table {
        background-color: #f8f9fa;
        width:100%;
    }
        .otosearch table tr {
            padding: 0px;
            margin: 0px;
            background-color: #f8f9fa;
        }
        .otosearch table tr:hover {
            background-color: #808080;
        }
    .otosearch table tr td {
        background-color: #f8f9fa;
        color:black;
        font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        padding:5px 2px 2px 5px;
        margin:0px;
        height:15px;
    }

            .otosearch table tr:hover td {
                background-color: azure;
            }
/*.otosearch ul {
    list-style: none;
    padding: 0;
}

    .otosearch ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .otosearch ul li a {
            font-weight: 400;
            padding: 6px 15px;
            width: 100%;
        }

        .otosearch ul li:hover {
            color: #d44141 !important;
            background: #ffeeee !important;
        }

.otosearch::-webkit-scrollbar {
    width: 5px;
    font: 1em sans-serif;
    height: 2px;
    background-color: #ffffff;
}

.otosearch::-webkit-scrollbar-thumb {
    border-radius: 6px;
}*/
.page {
    height: 100vh;
    overflow: hidden;
}

.sidebar {
    width: 240px;
    min-width: 240px;
    overflow-y: auto;
}

.main {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.content {
    overflow-y: auto;
    height: calc(100vh - 60px);
}

.navbar {
    height: 60px;
    z-index: 1000;
}
