/* line 48, ../sass/theme/theme.scss */
html .formPanelTitle {
  background-color: #F2F0EA !important;
  color: #707070 !important;
}

/* line 53, ../sass/theme/theme.scss */
.itemDetail section, .itemForm section {
  border-color: #F2F0EA !important;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

/* line 59, ../sass/theme/theme.scss */
.itemDetail .formPanelTitle.sectionActiveTitle, .itemForm .formPanelTitle.sectionActiveTitle {
  background-color: #462882 !important;
  color: #fff;
}

/* line 64, ../sass/theme/theme.scss */
.itemDetail section.sectionActive, .itemDetail section.sectionActive {
  border-color: #462882 !important;
}

/* line 79, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow {
  /*hide simpleview logo*/
  /*set custom logo, increased padding to show the entire logo*/
  background-image: url("/img/logo.png");
  background-repeat: no-repeat;
  padding-top: 10px;
  background-size: 280px;
}
/* line 81, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}

/* line 93, ../sass/theme/theme.scss */
.loginPage {
  background-image: url("/img/background.jpg") !important;
}

/* line 100, ../sass/theme/theme.scss */
.logoArea img.logo {
  background-image: url("/img/logo.png");
  width: 0;
  /* this hides the simpleview logo */
  height: 0;
  /* this hides the simpleview logo */
  background-size: cover;
  padding: 21px 122px;
  /* <-- change this */
  background-repeat: no-repeat;
}

/* line 117, ../sass/theme/theme.scss */
.crmHome .leftNav {
  color: #999;
}
/* line 119, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav {
  background-color: #313131;
}
/* line 121, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav .item {
  border-color: #444444;
}
/* line 123, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav .item:hover {
  background: #1A1A1A;
}
/* line 126, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav .item.active {
  background: #462882;
  color: #B2B2B2;
}
/* line 133, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav {
  background: #462882;
  color: white;
  border-color: #311c5b;
}
/* line 137, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav.bottom {
  background: #311c5b;
}
/* line 140, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .titleSection {
  border-color: #311c5b;
}
/* line 142, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .titleSection h2 {
  color: #fff;
}
/* line 147, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .item:hover {
  background: #311c5b;
}
/* line 151, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .parent {
  border-color: #311c5b;
}
/* line 153, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .parent .item {
  color: #004755;
}

/* line 162, ../sass/theme/theme.scss */
.btn-primary {
  color: #ffffff;
  background-color: #0099FF;
  border-color: #0070A3;
}

/* line 168, ../sass/theme/theme.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #0071a4;
  border-color: #004666;
}

/* line 175, ../sass/theme/theme.scss */
.itemList table thead th.isSorted {
  background-color: #E30613 !important;
  color: #fff !important;
}

/* line 180, ../sass/theme/theme.scss */
.filterBar .gridFilters {
  background-color: #fcfcfc;
  border-color: #0071a4;
}

/* line 187, ../sass/theme/theme.scss */
.filterBar .filterTitleBar span.fa {
  color: #0099FF;
}

/* line 36, ../simpleview/modules/color/_grids.scss */
/* line 191, ../sass/theme/theme.scss */
.filterBar a.filter {
  color: #0099FF;
}

/* line 195, ../sass/theme/theme.scss */
.btn-filter {
  color: #fff;
  background-color: #0099FF;
  border-color: #fff;
  outline: 0;
}

/* line 202, ../sass/theme/theme.scss */
.btn-filter:hover, .btn-filter:focus, .btn-filter:active, .btn-filter.active, .open > .btn-filter.dropdown-toggle {
  color: #fff;
  background-color: #0071a4;
  border-color: #e0coe0e0;
}

/* line 208, ../sass/theme/theme.scss */
.btn-filter:active, .btn-filter.active, .open > .btn-filter.dropdown-toggle {
  background-image: none;
}

/* line 212, ../sass/theme/theme.scss */
.btn-filter.disabled, .btn-filter.disabled:hover, .btn-filter.disabled:focus, .btn-filter.disabled:active, .btn-filter.disabled.active, .btn-filter[disabled], .btn-filter[disabled]:hover, .btn-filter[disabled]:focus, .btn-filter[disabled]:active, .btn-filter[disabled].active, fieldset[disabled] .btn-filter, fieldset[disabled] .btn-filter:hover, fieldset[disabled] .btn-filter:focus, fieldset[disabled] .btn-filter:active, fieldset[disabled] .btn-filter.active {
  background-color: #0071a4;
  border-color: #fff;
}

/* line 217, ../sass/theme/theme.scss */
.gridControls .pagination .previousPage, .gridControls .pagination .nextPage {
  background-color: #0099FF;
  color: #fff;
}

/* line 222, ../sass/theme/theme.scss */
.gridControls .pagination .disabled {
  background-color: #0071a4;
}

/* line 227, ../sass/theme/theme.scss */
.itemForm .formradio label.active {
  background-color: #0099FF;
  color: #fff;
}

/* line 232, ../sass/theme/theme.scss */
.itemForm .formradio label.inactive {
  background-color: #0071a4;
  color: #FFF;
}

/* line 238, ../sass/theme/theme.scss */
.btn-info {
  color: #fff;
  background-color: #0099FF;
  border-color: #0071a4;
}

/* line 244, ../sass/theme/theme.scss */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0071a4;
  border-color: #0099FF;
}

/* line 250, ../sass/theme/theme.scss */
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #0071a4;
  border-color: #0099FF;
}

/* line 255, ../sass/theme/theme.scss */
.btn-info .badge {
  color: #0071a4;
  background-color: #fff;
}

/* line 262, ../sass/theme/theme.scss */
.nav-pills > li > a, .nav-tabs > li > a {
  background-color: #5B5751;
  color: #fff;
  border-color: #777;
}

/* line 268, ../sass/theme/theme.scss */
.nav-pills > li > a:hover, .nav-tabs > li > a:hover {
  border-color: #777;
  background-color: #403d39;
}

/* line 273, ../sass/theme/theme.scss */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus, .nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #0099FF;
  color: #fff;
  border-color: #0071a4;
}

/* line 284, ../sass/theme/theme.scss */
fieldset.recurrenceSettingsGroup ul li label.selected {
  background-color: #0099FF !important;
  color: white;
}

/* line 291, ../sass/theme/theme.scss */
.bg-filter-inverse {
  color: #0099FF !important;
  background-color: #fff !important;
}

/* line 295, ../sass/theme/theme.scss */
div.extraActions ul.gridExtraActionList li.gridExtraAction a {
  color: #0071a4;
}

/* line 298, ../sass/theme/theme.scss */
div.extraActions ul.gridExtraActionList li.gridExtraAction:hover {
  background-color: #0099FF;
}

/* line 303, ../sass/theme/theme.scss */
.checkboxChooser label span.glyphicon-check {
  color: #0099FF !important;
}

/* line 306, ../sass/theme/theme.scss */
.checkboxChooser label span.glyphicon-check {
  color: #0099FF !important;
}

/* line 309, ../sass/theme/theme.scss */
.checkboxChooser label.filter-available {
  color: #fff !important;
  background-color: #0099FF !important;
}

/* line 315, ../sass/theme/theme.scss */
.layoutManager h5.sectionTitle {
  background-color: #0099FF !important;
  color: #fff;
}
