
body {
    font-size: .975rem;
  }

  
  
  .feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
  }
  
  /*
   * Sidebar
   */
  
  .sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 10px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  }
  
  .sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  }
  
  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
      position: -webkit-sticky;
      position: sticky;
    }
  }
  
  .sidebar .nav-link {
    font-weight: 500;
    color: #333;
  }
  
  .sidebar .nav-link .feather {
    margin-right: 4px;
    color: #999;
  }
  
  .sidebar .nav-link.active {
    color: #007bff;
  }
  
  .sidebar .nav-link:hover .feather,
  .sidebar .nav-link.active .feather {
    color: inherit;
  }
  
  .sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
  }
  
  /*
   * Content
   */
  
  [role="main"] {
    padding-top: 48px; /* Space for fixed navbar */
  }
  
  /*
   * Navbar
   */
  
  .navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
  }
  
  .navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
  }
  
  .form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
  }
  
  .form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
  }

  .mce-notification-warning, .mce-branding{
    display: none !important;
  }

  .hidden{
    display: none;
  }

  #actions {
    text-align: center;
  }
  #actions div{
    
    margin: 2px 4px;
    display: inline;
  }

  #passive_server, #passive_server_20{
    background-color: rgba(1, 0, 221, 0.12);
    padding: 10px 0;
    margin: 5px 0;
    border-radius: 5px;
  }

  #instance_details, #instance_details_20{

    background-color: rgba(0, 221, 106, 0.12);
    padding: 10px 0;
    margin: 5px 0;
    border-radius: 5px;

  }

  #details_button{
    padding: 10px 0;
    margin: 5px 0;
  }

  .actions ul{
    display: inline-flex;
  }

  .actions ul li{
    padding: 0 2px;
  }

  textarea{
    padding: inherit !important;
    width: 100%;
  }

  th, td{
    text-align: center !important;
    vertical-align: middle !important;
  }

  hr{
    margin: 0.5rem 0;
  }

  .lic_down{
    background-color: #60d064;
    color: #fff;
  }
  
  .lic_gen{
    background-color: #ffc107;
  }
  
  .lic_upd{
    background-color: #17a2b8;
    color: #fff;
  }
  
  .lic_exp{
    background-color: #dc3948;
    color: #fff;
  }

  .login_color, .login_color:hover
  {
    color:#fff;
  }

  #plants_list
  {
    /* border-right: 1px solid rgb(199, 199, 199); */
  }

  #plants_list ul li, #versions_list ul li
  {
    display: inline;
  }

  #plants_list ul li button
  {
    margin-bottom: 6px;
  }

  #filters
  {
    display: none;
    padding: 10px;
    border-top: 1px solid rgb(226, 223, 223);
    border-bottom: 1px solid rgb(226, 223, 223);
    
  }

  #due_punti
  {
    display: none;
  }

  #filters_div
  {

    padding-top: 10px;

  }

  #filters_div h5
  {
    cursor: pointer;
  }

  #code_active, #code_passive{

    text-transform: uppercase !important;
  }