 

/* a.list-group-item:hover { */
/* 	color: #ffff; */
/*   background:#6573cd; */
/* } */

 .navbar {
  min-height: 89px;
  /* to increase the navigation bar height */
}

/* .navbar-nav > li > a {padding-top:5px !important; padding-bottom:5px !important;} */
/* .navbar {min-height:32px !important} */

/* .nopadding { */
/*    padding: 0 !important; */
/*    margin: 0 !important; */
/* } */

/* Overrides list-group-item from Bootstrap */ 
/*   border-0 rounded-0  to avoid the unwanted border line and curved edge. */
/* row to strecth the column to expand . */
/*   padding-left: 2px; to give space from the left. */

/*      hex #f5f5f5 (also known as White smoke)  */
/*      Add Extra white space on the right side. 08/18/2019 */
/*      background-color: #6573cd; 	for extra white/blue vertical line  */
 

.list-group-mine2 .list-group-item {
  background-color: #f5f5f5;    / * Change this to in production #6573cd */
  padding-left: 1px; 
     color: #1f2a5b; / * Menu Text */
     
/*      box-shadow: 2px 2px 10px; This give a 3d effect */
/*       position: sticky; */
}
/*#00bc03*/
.list-group-mine2 .list-group-item.active {
    background: #1f2a5b; 
       color:#f5f5f5;  
}
/*#7a7a7a*/
.list-group-mine2 .list-group-item.disabled {
   background: #7a7a7a; 
   color:#f5f5f5;  
} 

.list-group-mine2 .list-group-item:hover {
   background: #c5d9e7;
   color:  #1f2a5b;
} 

/* Check box in about page
.fa_custom {
color: #00bc03;
}

/* Padding for space between lines  */
/* p.ex1 { */
/*   border: 1px solid red;  */
/*   padding: 35px; */
/*   margin: 35px; */
/* } */
 
 
/* br { */
/*    display: block; */
/*    margin: 10px 0; */
/* } */


.main-content{
  min-height:1000px;
}

/* .btn-primary { */
/*   color: #fff; */
/*   background-color: red; */
/*   border-color: #2e6da4; */
/* } */

 .bim-primary  {
    background-color:#1F2A5B;
    color: white;   
}

.bim-primary:hover{
	background-color:#0069D9;
	color: white;  
}

 .bim-secondary  {
    background-color:#00bc03;
    color: white;   
}

 .bim-info  {
    background-color:#c5d9e7;
    color: black;   
}

.btn-outline-warning  {	 
	color: white; 
}
 
.btn-outline-warning:hover {
	background-color:#c5d9e7;
	color: black; 
}

bg-primary {
    background-color:#1F2A5B;
    color: white;	
}

bg-secondary {
    background-color:#00bc03;
    color: white; 	
}

bg-info {
	background-color:#c5d9e7;
    color: black; 	
}


 .bim-ash  {
    background-color:#7A7A7A;
    color: white;   
}
.main-footer{position:-webkit-sticky; position:sticky; bottom:0; border-color:red;}

div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
/*   padding: 50px; */
  background-color: #ff0080;
/*   border: 2px solid #4CAF50; */
}

/* to reduce the white space between table rows */
  .table-sm>tbody>tr:nth-child(odd)>td {    
    padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left:4px;
    }

   .table-sm>tbody>tr:nth-child(even)>td {     
  padding: 0px;      
  padding-left:4px;
    }  
    
    .bim-logo
    {    
     padding: 3px;        	    
    }
    
    .bim-space
    {
    padding-bottom: 40px;
    }
    
    .navbar {
    /* to reduce the white space below the navigation bar */
    margin-bottom: 0;
    background-color: #1F2A5B; 
     color: white;
}

 #login h1 {
   color:white;
}

 #login h3 {
   color:white;
}
 
 