﻿.alert-info {
  background-color: rgba(54,153,255,0.3);
  border-color: rgba(54,153,255,0.5);
  color: rgba(54,153,255,1);
}
.alert-info h4 {
  color: rgba(54,153,255,1);
}

.dropdown-menu {
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.dropdown-menu .divider {
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.dropdown-menu > li > a {
  color: #333333;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #3690ff;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.(enabled = false);
  cursor: default;
}


.label-info,
.badge-info {
  background-color: rgb(16, 134, 255);
}
.label-info[href],
.badge-info[href] {
  background-color: rgb(16, 134, 255);
}


.label-success,
.badge-success {
  background-color: rgb(27, 197, 189);
}
.label-success[href],
.badge-success[href] {
  background-color: rgb(27, 197, 189);
}

.text-white {
  color: #ffffff !important; }

.text-primary {
  color: #3699FF !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0073e9 !important; }

.text-secondary {
  color: #E4E6EF !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #b4bad3 !important; }

.text-success {
  color: #1BC5BD !important; }

a.text-success:hover, a.text-success:focus {
  color: #12827c !important; }

.text-info {
  color: #3699FF !important; }

a.text-info:hover, a.text-info:focus {
  color: #0073e9 !important; }

.text-warning {
  color: #FFA800 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #b37600 !important; }

.text-danger {
  color: #F64E60 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #ec0c24 !important; }

.text-light {
  color: #F3F6F9 !important; }

a.text-light:hover, a.text-light:focus {
  color: #c0d0e0 !important; }

.text-dark {
  color: #181C32 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: black !important; }

.text-white {
  color: #ffffff !important; }

a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !important; }

.text-body {
  color: #3F4254 !important; }

.text-muted {
  color: #B5B5C3 !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

ul.dropdown-menu li{background-color:#fff !important;}