﻿
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #f5f5f5;
}

header {
  margin-bottom: 10px;
}

.footerMargin {
  margin-bottom: 35px;
}

body {
  background-color: #eaecff;
  font-family: Verdana, Geneva, Times, sans-serif
}

/*//Copy this css for multi-level menu*/
.navbar-light .navbar-nav .nav-link {
  color: rgb(64, 64, 64);
}

.btco-menu li > a {
  padding: 10px 15px;
  color: #000;
}

.btco-menu .active a:focus,
.btco-menu li a:focus,
.navbar > .show > a:focus {
  background: transparent;
  outline: 0;
}


.dropdown-menu .show > .dropdown-toggle::after {
  transform: rotate(-90deg);
}


.Product {
  font-size: small;
}

[watchlist] {
  cursor: pointer;
}

.navbar {
  background-color: #c40000;
}

.form-group {
  margin-bottom: 0.2rem;
}

.k-widget.k-tooltip-validation {
  border-color: black;
  background-color: red;
  color: white;
  display: inline-block;
}

.k-textbox {
  width: 300px;
}

.k-widget {
  width: 300px;
}

textarea.k-textbox {
  width: 500px;
  height: 150px;
}

.uppercase {
  text-transform: uppercase;
}

.pagination {
  margin-top: 5px;
}

.btn-outline-primary {
  color: black;
}
