.bootstrap-table .fixed-table-container .table thead th .th-inner {
    padding-right: 23px;
}
.navbar-sidenav , .modal-footer{
  background-color: white;
}
.nav-link{
  color: #419639;
}
#exampleAccordion{
  color: #419639;
}

.nav-item a:hover{
  color: #419639;
}
.option a:hover {
  background-color: #419639;
  color: white;
}
.logout a:hover, .login{
  background-color: #419639;
  color: white !important;
  border-radius: 10px;
  border: 10px;
}

.logout{
  color: #419639;
  background-color: white;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(250,250,250, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: white;
} 
.navbar{
  background-color: white;
}
.card-login,.modal-body,.modal-footer{
  background-color: white !important;
  color: #419639;
}
.modal-header{
  background-color: #0095b6;
  color: white;
}

.dropdown-toggle {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}
.fixed-table-toolbar .columns {
    margin-top: 0px !important; 
}
#login-screen{
  background-image: url("../img/background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}



