@font-face {
    font-family: "Poppins";
    src: url('../fonts/Poppins-Black.ttf');
    src: url('../fonts/Poppins-Bold.ttf');
    src: url('../fonts/Poppins-ExtraBold.ttf');
    src: url('../fonts/Poppins-Medium.ttf');
    src: url('../fonts/Poppins-Regular.ttf');
}


html, body {
    width: auto!important;
    overflow-x: hidden!important
} 


body {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.8;
    font-weight: normal;
    background: #fafafa;
    color: gray;
}


.printText {
    font-family: Consolas,monaco,monospace;
    font-size: 16px;
}

small {
    font-size: 100%!important;
}


#sidebar {
    background: #3445b4;
    color: #fff;
    min-height: 100vh !important;
    height: auto !important;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

#sidebar h1 .logo {
    color: #fff;
}

#sidebar h1 {
    font-size: 30px;
}

#sidebar h1 .logo span {
    font-size: 14px;
    color: #44bef1;
    display: block;
}

#sidebar ul li {
    font-size: 16px;
}

#sidebar ul li a {
    padding: 10px 0;
    display: block;
    color: rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


#stockSubmenu li a {
    font-size: 14px;
}

#sidebar ul li.active > a {
    background: transparent;
    color: #fff;
}


#sidebar ul li a:hover {
    color: #fff;
}

a:hover, a:focus {
    text-decoration: none !important;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.table-cus td {
    font-size: 13px;
}


.btn-tog {
    display: none;
}

.btn-close {
    display: none;
}

.dt-buttons {
    margin-bottom: 20px;
    float: right !important;
}

.text-primary {
    color: #023e7f !important;
}

.bg-primary {
    background-color: #023e7f !important;
}


@media (max-width: 768px) {
    .btn-tog {
        display: inline-block;
        width: 15%;
    }

    .btn-close {
        display: inline-block;
    }

    #sidebar {
        height: auto !important; 
    }

    .dt-buttons > button {
        font-size: 15px;
    }

    .dt-buttons {
        margin-top: 20px;
        margin-bottom: 20px !important;
        left: 125px;
    }

    #expensetable_length {
        text-align: right !important;
    }

    #righthide {
        border-right: 0px !important;
    }
}

@media print
{
	body {
      padding: 0.4cm;
    }
}




