﻿

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #009fe3;
}
.text-white {
	color: #fff;
}
.text-damsgrey {
	color: #7b7b7b;
}

.text-dams {
	color: #216498;
}
.text-myflyers {
	color: #29a745;
}
body {
    font-size: .85rem;
}
aed9b7

.bg-damsmyflyers {
  background-color: #343a40 !important;
}
.bg-damsmyflyerslight {
  background-color: #e2ede4 !important;
}
.bg-damsgrey {
  background-color: #7b7b7b !important;
}
.bg-damsdark {
  background-color: #e9e9e9 !important;
}
.bg-damsgreylight {
  background-color: #DBDBDB !important;
}

.bg-dams {
  background-color: #009fe3 !important;
}
.bg-damslight {
  background-color: #c2d5e4 !important;
}
.bg-damslighter {
  background-color: #dde7ee !important;
}


/*
.text-quote {
	color: #F70000;
}
.text-product {
	color: #21F60D;
}*/
.dropdown-item.quote{
 /* background-color: #dc3545; */
	color: #dc3545;
}
.dropdown-item.product{
 /* background-color: #dc3545; */
	color: #216498;
}
.dropdown-item.myflyers{
 /* background-color: #dc3545; */
	color: #269f16;
}
.navbar-dark .navbar-nav .nav-link.quote {
  color: rgba(220, 53, 69, 1);
}
.navbar-dark .navbar-nav .nav-link.product {
  color: rgba(33, 100, 152, 1);
}
.navbar-dark .navbar-nav .nav-link.myflyers {
  color: rgba(38, 159, 22, 1);
}
.bg-dark {
  background-color: #033145 !important;
}

.content {
  padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .stickybox {
  padding-top: 55px;
}
.navbar{
            z-index:1;
        }



.form_bg {
	background-color: #f2f5f8;
}
.highlightbox {
	background-color: #DADADA;
	border-radius: 7px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px; 
	padding-left: 7px;
	color: #009DE2;
}

.searchover {
    position: relative;
    left: 50%;
    display: inline-block;
}

.searchovertext {
    visibility: visible;
    padding: 5px;
    margin-left: -920px;
    margin-top: 10px;
    color: #000000;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    white-space: nowrap;
}
.whitespace {
    white-space: normal;
}
