/*
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 : Dec 28, 2021, 9:04:32 PM
    Author     : kgould
*/
/*#radarModal{
    width: 843px;
    height: 615px;
}*/

.dropdown-text {
    font-size: 0.95em !Important;
}

.box-border {
    border: #008000 2px solid;
    border-radius: 6px;
    padding: 8px;
    margin: 5px;
}

.br-li
{
list-style-type: none ;
}
.br-li a{
    font-weight: bold ;
    color: #008000;
}
.br-li a:hover{
    color: #C09E00;
}

#radar_img{
    width: 100% ;
}
.br-a {
    font-weight: bold ;
    color: #008000;
}
.br-a:hover{
    color: #C09E00;
}
.stock_hdr th {
    text-align: center ;
}


:root {
    --fc-button-bg-color: #007bff;
}  .navbar-br {
        background-color: #3788D8 !Important ;
        border-radius: 5px;
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 5px;
        margin-right: 5px;
}

.navbar-br .bg-dark{
        background-color: #3788D8 !Important ;
}
/* change the brand and text color */
.navbar-br .navbar-brand,
.navbar-br .navbar-text {
    color: #000000 ;
    font-weight: 300;
}

.navbar-br .nav-item {
    padding-left: 0.0rem;
    padding-right: 0.0rem;
}
.br-dropsdown {
 background-color: #3788D8 !Important ;  
}

/* change the link color */
.navbar-br .navbar-nav .nav-link {
        color: #000000 ;
        font-weight: bold ;
        font-size: 0.9rem; 
        padding-bottom: 0.0rem;
        padding-top: 0.0rem;
}

.nav-link  {
   margin-top: 1.2em ;
}

/* change the color of active or hovered links */
.navbar-br .nav-item:hover .nav-link:hover {
        color: #ffffff;
        font-weight: bold ;
        font-size: 0.9rem; ;
}
/* active item */
.navbar-br .nav-subitem.active {		
    color: #ffffff ;
    font-weight: bold ;
    font-size: 0.9rem; ;
    padding-bottom: 0.0rem;
    padding-top: 0.0rem; 
    padding-left: 0.5rem;
    margin-top: 1.2rem ;
}

/* active item */
.navbar-br .nav-item.active {		
    color: #ffffff ;
    font-weight: bold ;
    font-size: 0.9rem; ;
    padding-bottom: 0.0rem;
    padding-top: 0.0rem; 
    margin-top: 1.2em ;
}
        
.navbar-title {
    font-weight: bold ;
    font-size: 1.3em;
    vertical-align: bottom ;
    margin-right: 10px;
    margin-top: 0.4em ;
}

  .info-msg {
      color: #008000 ;
      font-weight: 700 ;
  }

  .error-msg {
      color: #d00;
      font-weight: 700 ;
  }
