/*
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 : 05-Mar-2021, 2:12:36 pm
    Author     : SKY
*/

body{
    overflow-x: hidden;
}
.active a span.fa {
    margin-right: -10;
}
.table>tbody>tr>th,.table>tbody>tr>td {
    padding: 3px 3px;
}
.sidenav_right {
    height: 100%;
    width: 50px;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #d9e56b;
    overflow-x: hidden;
    padding-top: 20px;
}

.sidenav {
    height: 100%;
    /*width: 250px;*/
    width: 19% !important;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #d9e56b;
    overflow-x: hidden;
    /*padding-top: 20px;*/
}

.sidenav a, .sidenav button {
    padding: 6px 8px 6px 8px;
    text-decoration: none;
    /*font-size: 18px;*/
    color: #fff;
    background: linear-gradient(to bottom, #0fa7ff 0%,#00395a 100%);
    border-color: #0fa7ff;
    display: block;
    cursor: pointer;
    border-radius: 8px;
    width: 90%;
    margin: 10;
}
.sidenav #menu{
    padding: 6px 8px 6px 8px;
    text-decoration: none;
    font-size: 18px;
    display: block;
    /*cursor: pointer;*/
    /*border-radius: 8px;*/
    width: 100%;
    background-color: #00395a;
    color: #fff;
}

.nav.side-menu>li>a:hover, .nav>li>a:focus ,.sidenav li a:hover,.sidenav li a ul li a:hover, .sidenav button:hover {
    /*color: #f1f1f1;*/
    color: #fff;
    /*background-color: #fff;*/
    background: brown;
    border-color: brown;
}

.main,.right_col {
    margin-left: 19% !important; /* Same as the width of the sidenav */
    /*font-size: 28px;  Increased text to enable scrolling */
    padding: 0px 10px;
}
.nav.child_menu li {
    padding-left: 0;
}
.nav>li>a {
    font-size: 11px;
    padding: 10px 6px;
}
.nav.side-menu>li>a {
    line-height: .9;
}
