 /* .container-fluid {
  max-width: 2700px !important;
  min-width: 1700px !important;
}  */

  .certificate:hover {
    border-width: 1px;
    border-color: green;
  }

  body  {
    overflow-y:scroll;
    overflow-x: scroll;
  }  
  

  .footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0; 
    padding-left: 1rem;
    padding-right: 1rem;
    /* padding: 1rem; */
    background-color: rgb(35, 160, 72);
    text-align: center;
    color: white;
  }
  
  .footer_style {

    background-color: rgb(35, 160, 72);
    position: fixed; 
    bottom: 0px; 
    left: 0; 
    right: 0; 
  }

  .border-3 {
    border-width:5px !important;
    border-color:rgb(10, 142, 49) !important;
  }

  .list_border {
    border-top-width: 11px !important;
    border-bottom-width: 5px !important;
    border-color:rgb(10, 142, 49) !important;
  }

  .border-2 {
    border-width:2px !important;
    border-color:rgb(10, 142, 49) !important;
  }
  .no-padding {
    padding-left: 0 !important;  
    padding-right: 0 !important;
  }
  .no-padding2 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .no-padding3 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navLinkPad {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .btn-block {
    padding-left: 35px;
    padding-right: 35px;
  }
  .logo_font_size {

    font-size: 1rem;
  }
  #btn1:hover, #btn2:hover, #btn3:hover, #btn4:hover, #btn5:hover, #btn6:hover{
    background-color: rgb(35, 160, 72);
    color: white;
  }

  #btn1, #btn2, #btn3, #btn4, #btn5, #btn6, #btn7, #btn8, #btn9, #btn10{
   padding-left: 1.5rem;
   font-size: 0.9rem;
  }

  #btn1:active {
    background-color: rgb(35, 160, 72) !important;
  }

  .btn-block :hover { 
    background-color: rgb(35, 160, 72) !important;
  }
  /* .no-bg {
    background-color: unset;
  } */


  /* nav bar font color */

 ul > li > a {
    color: white !important; 
    font-weight: bolder;
    padding-top: 15px !important;
    padding-bottom: 15px !important;

  } 

  ul > li > a:hover {
    background-color: rgb(10, 142, 49) ;
    /* background-color: rgb(35, 160, 72) ; */

  }

  #listIcon {
    color: white;
  }

  /* .btn-success {
    background-color:rgb(130, 221, 26) !important;
  } */

  .go-sticky {
    position: sticky !important;
  }

  /* table */

  .dropdown:hover>.dropdown-menu {
    display: block;
    /* display: contents; */
    /* display: table; */
    /* background-color: rgb(35, 160, 72); */
    background-color: whitesmoke;
    margin-top: -1px;
  }

  .dropdown-item {
    color: black;
    /* font-weight: bold; */
  }
  .dropdown-item:hover {
    color: white;
    font-weight: bolder;
    background-color: rgb(35, 160, 72);
  }

  .left {
    text-align: left;
  }

  svg {
    margin-top: 5px;
  }
  .btn {
    background-color: rgb(243, 243, 243);
    color: black;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  } 

  .btn-success {

    font-size: 0.7rem !important;

  }

  .tbhead{
    background-color: rgb(247,247,247);
    vertical-align: middle !important;
    align-content: middle !important;
  }

  .list_width {
    max-width: 250px !important;
    min-width: 250px !important;
  }
  td, li, a {

    font-size: 0.8rem;
  }

  p {
    font-size: 0.8rem;
  }

  .band_grey {
    background-color: rgb(225, 230, 236);
  }
 
  .card_height {

    /* max-height: 200px;
    min-height: 200px; */

    
  }

  .green_title {
    font-weight: 600;
    color: green;
  }

  .nav_height {
    max-height: 60px;
    min-height: 60px;
  }


  .language:hover {
    color: green;
    font-weight: bold;
  }

  .list-group-item:hover {

    background-color:rgb(35, 160, 72) ;
    color: white;
    font-weight: bold;
  }

  .list-group-item {
    border-width: 0px !important;
    background-color: rgb(243, 243, 243);
    color: black;
    font-size: 0.8rem !important;
  }

  .activeLink {
    background-color:rgb(35, 160, 72) !important;
    color: white;
  }


  /* button:hover {
    color: #000 !important;
  } */

  /* .dropdown:hover>.dropdown-menu {
    display: block !important;
  } */
  /*This is modifying the btn-primary colors but you could create your own .btn-something class as well*/
  /* .btn-primary {
  color: #fff;
  background-color: #23d400;
  border-color: #01ee9f; 
}  */

/* .btn-primary:hover, .btn-primary:focus, .btn-primary:active:focus,.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #00b3db;
  border-color: #285e8e;
}  */
