/*
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 : Apr 20, 2021, 4:57:10 PM
    Author     : Jin
*/


/*
    Change navbar code
*/
.site-menubar-light .site-menu .site-menu-sub .site-menu-item.active{
    border-right: 5px solid #3e8ef7;
}

.site-navbar {
    background-color: #fff !important;
}

.site-navbar .navbar-header .navbar-brand,
.site-navbar .navbar-header .navbar-toggler{
    color: #76838f !important;
}

.site-navbar .navbar-header .hamburger .hamburger-bar, 
.site-navbar .navbar-header .hamburger::after, 
.site-navbar .navbar-header .hamburger::before{
    background-color: #76838f !important;
}

/*
  End of change navbar code
*/

/*
	Change label font color
*/

label.col-form-label {
	color: #000 !important;
}


/*
    Panel Custom code
*/
.panel-group .panel-heading+.panel-collapse{
    border: 1px solid #e4eaec;
    border-top : 0;
}

.panel-group .panel-heading{
    border: 1px solid #e4eaec;
}

/*
    Customize for page header
*/

.page-header{
    padding: 30px 30px 5px 30px;
}

/*
    Fix date picker behind title
*/

.datepicker{
    z-index: 9999 !important;
}

/*
    Customize color for input-field with black color
*/

.form-control{
	color: #000;
}

/*
    Set add button for each index page to fix to bottom button
*/
@media only screen and (max-width: 700px) {
    .btn-add{
        border-radius: 0;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
        padding: 15px 0;
    }
}