/* =============
   Form Advanced
============= */
/* Tags input */
.bootstrap-tagsinput .label-info {
  background-color: #66a4e3 !important;
  display: inline-block;
  padding: 5px;
}
/* Select 2 */
.select2-results .select2-highlighted {
  color: #ffffff;
  background-color: #66a4e3;
}
/* Wysiwig */
.mce-reset .mce-textbox:focus {
  box-shadow: none;
  border-color: #66a4e3;
}
.mce-container .mce-primary {
  background-color: #66a4e3;
  background-image: none;
  outline: 0;
  border: 0px;
  border-radius: 0px;
}
.mce-container.mce-menu .mce-menu-item .mce-ico {
  color: #66a4e3;
  font-size: 14px;
}
.mce-container.mce-menu .mce-menu-item:hover,
.mce-container.mce-menu .mce-menu-item:focus,
.mce-container.mce-menu .mce-menu-item.mce-selected {
  background-color: #66a4e3;
}
.mce-menu-item-normal.mce-active {
  background-color: #66a4e3 !important;
}
/* =============
   Bootstrap Range slider
============= */
.slider-custom .slider-selection {
  background-image: none;
  background-color: #66a4e3;
}
/* Chartist chart */
.ct-chart .ct-series.ct-series-d .ct-bar,
.ct-chart .ct-series.ct-series-d .ct-line,
.ct-chart .ct-series.ct-series-d .ct-point,
.ct-chart .ct-series.ct-series-d .ct-slice-donut {
  stroke: #66a4e3;
}
.ct-series-d .ct-area,
.ct-series-d .ct-slice-pie {
  fill: #66a4e3;
}
/* =============
   Email
============= */
.mail-list .list-group-item.active {
  background-color: #66a4e3;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box;
}
/* =============
   Nestable
============= */
.custom-dd .dd-list .dd-item .dd-handle:hover {
  color: #66a4e3;
}
.custom-dd-empty .dd-list .dd3-handle:hover {
  color: #66a4e3;
}
.custom-dd-empty .dd-list .dd3-content:hover {
  color: #66a4e3;
}
/* =============
   Profile
============= */
.comment .comment-footer:hover,
.comment .comment-footer a:hover {
  color: #66a4e3;
}
/* =============
   Extra pages
============= */
/*  sitemap-wrapper */
.sitemap-wrapper a:hover {
  color: #66a4e3;
}
/* =============
   Tour page
============= */
div.hopscotch-bubble .hopscotch-bubble-number {
  background: #66a4e3;
  padding: 0px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  background-clip: padding-box;
}
