﻿.roundy{
  border-radius: 40px;
  border: 0;
  background: #0eaaa9;
}
.theme-red .navbar {
    background-color: #0eaaa9; 
  }
  .theme-red .navbar-brand {
    color: #fff; }
    .theme-red .navbar-brand:hover {
      color: #fff; }
    .theme-red .navbar-brand:active {
      color: #fff; }
    .theme-red .navbar-brand:focus {
      color: #fff; }

  .theme-red .nav > li > a {
    color: #fff; }
    .theme-red .nav > li > a:hover {
      background-color: transparent; }
    .theme-red .nav > li > a:focus {
      background-color: transparent; }

  .theme-red .nav .open > a {
    background-color: transparent; }
    .theme-red .nav .open > a:hover {
      background-color: transparent; }
    .theme-red .nav .open > a:focus {
      background-color: transparent; }

  .theme-red .bars {
    color: #fff; }

  .theme-red .sidebar .menu .list li.active {
    background-color: transparent; }
    .theme-red .sidebar .menu .list li.active > :first-child i, .theme-red .sidebar .menu .list li.active > :first-child span {
      color: #0eaaa9; }

  .theme-red .sidebar .menu .list .toggled {
    background-color: transparent; }

  .theme-red .sidebar .menu .list .ml-menu {
    background-color: transparent; }

  .theme-red .sidebar .legal {
    background-color: #fff; }
    .theme-red .sidebar .legal .copyright a {
      color: #0eaaa9 !important; }

  .bg-red {
    background-color: #0eaaa9 !important; 
  }

  .card a:hover
  {
    color: #0eaaa9 !important;
    text-decoration:none;
  }
  .nav-tabs li.active a {
    color: #0eaaa9 !important;
  }
  .nav-tabs > li > a:before{
    border-bottom: 2px solid #0eaaa9 !important;
  }.sidebar .user-info{display:block;} 