/*------------------------------------------------------------------
THEME.LESS

Adds color to Roxit UI.
Without this file everything is black/gray/white (might be usefull
for people with color blindness)
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
CONFIG.LESS

Contains variables for rules which are applied more than once.
Variables which are only needed in one file are kept in that file.
Almost every .less file imports this file and mixins.less

Uses a few lessCSS color funtions.
More info: http://lesscss.org/
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
MIXINS.LESS

Contains frequently used rules and helpers for prefixing.
Mixins which are only needed in one file are kept in that file.
Almost every .less file imports this file and config.less

More info: http://lesscss.org/
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
CONFIG.LESS

Contains variables for rules which are applied more than once.
Variables which are only needed in one file are kept in that file.
Almost every .less file imports this file and mixins.less

Uses a few lessCSS color funtions.
More info: http://lesscss.org/
-------------------------------------------------------------------*/
.product-color {
  color: #009beb !important;
}
.product-background-color {
  background-color: #009beb !important;
}
::selection {
  background: #009beb;
}
::-moz-selection {
  background: #009beb;
}
a:link,
a:visited {
  color: #00699f;
}
a:hover {
  color: #004452;
}
a:active {
  color: #009beb;
}
.page-title,
.pnl > .title {
  color: #009beb !important;
}
.pnl > .pnl > .title {
  color: #6f6f6f !important;
}
.ui-accordion .ui-accordion-header-active,
.ui-accordion .ui-accordion-content-active {
  border-left-color: #009beb;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  border-top-color: #009beb;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  background: #009beb;
}
.ui-jqgrid .ui-jqgrid-view .ui-jqgrid-bdiv table tr.ui-state-highlight {
  background: #dcedff;
}
.column-filter .header {
  background: #009beb;
  border-color: #006385;
  color: white;
}
.ui-button.ui-state-active {
  background: #009beb;
  border-color: #006385 !important;
  color: white !important;
}
.ui-datepicker .ui-state-active {
  background: #009beb;
  border-color: #006385 !important;
  color: white !important;
}
.ui-dialog .ui-dialog-titlebar {
  background: #009beb;
  border: none;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  color: white;
}
.ui-dialog .ui-dialog-titlebar .ui-button {
  border: none;
  background: white;
}
.select2-results .select2-highlighted {
  background: #009beb;
  color: white;
}
.btn-link {
  color: #00699f !important;
}
.btn-link:hover {
  color: #004452 !important;
}
.btn-link:hover.disabled,
.btn-link:hover[disabled] {
  color: #00699f !important;
}
.btn-link:active {
  color: #009beb !important;
}
.context-menu ul li:hover {
  background: #009beb;
}
ul.sortable li {
  border-left-color: #009beb;
}
ul.object > li > a:hover,
ol.object > li > a:hover,
ul.object > li > a.active,
ol.object > li > a.active {
  background: #dcedff;
  border-left-color: #009beb;
}
table tbody tr.active {
  background: #dcedff !important;
}
.no-items {
  background: none;
  color: #6f6f6f;
  border: none;
}
.page-header,
.page-navbar-primary,
.page-navbar-secondary {
  background: #009beb;
}
.page-navbar-primary > li.active,
.page-navbar-secondary > li.active,
.page-navbar-primary > li:hover,
.page-navbar-secondary > li:hover {
  background: #007dbc;
}
.page-navbar-primary > li ul > li:hover,
.page-navbar-secondary > li ul > li:hover {
  background: #009beb;
}
.content-wrapper .sidebar ul.nav li.active > a {
  border-left-color: #009beb;
  color: #009beb;
}
.content-wrapper .sidebar .filters .field .label {
  color: #009beb;
}
