/* line 2, ../sass/theme/theme.scss */
body.loginPage {
  background-image: url("/img/X4Background.png");
  background-size: cover;
  background-position: center;
}
/* line 4, ../sass/theme/theme.scss */
body.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: 90px;
}
/* line 6, ../sass/theme/theme.scss */
body.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}

/* line 22, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url(/img/logo.png);
  width: 0;
  height: 0;
  background-size: cover;
  padding: 26px 58px;
}

/* line 59, ../sass/theme/theme.scss */
.btn-filter, .btn-primary {
  background-color: #921D61 !important;
}

/* line 65, ../sass/theme/theme.scss */
.itemList table thead th.sortableGridHeader {
  background-color: #FF6600 !important;
}

/* line 68, ../sass/theme/theme.scss */
.itemList table thead th.isSorted {
  background-color: #FF6600 !important;
}

/* line 71, ../sass/theme/theme.scss */
.gridFilters {
  border-color: #FF6600 !important;
}

/* line 75, ../sass/theme/theme.scss */
.filterBar .filterTitleBar span.fa {
  color: #FF6600 !important;
}

/* line 78, ../sass/theme/theme.scss */
a.filter {
  color: #FF6600 !important;
}

/* line 81, ../sass/theme/theme.scss */
.gridControls .pagination .previousPage, .gridControls .pagination .nextPage {
  background-color: #FF6600 !important;
}

/* line 84, ../sass/theme/theme.scss */
div.extraActions ul.gridExtraActionList li.gridExtraAction a {
  color: #FF6600 !important;
}

/* line 87, ../sass/theme/theme.scss */
.bg-filter-inverse {
  color: #FF6600 !important;
}

/* line 90, ../sass/theme/theme.scss */
.itemForm .formradio label.active {
  background-color: #FF6600;
}

/* line 118, ../sass/theme/theme.scss */
html .formPanelTitle {
  background-color: #FF6600 !important;
  color: #fff !important;
}

/* line 123, ../sass/theme/theme.scss */
.itemDetail section, .itemForm section {
  border-color: #FF6600 !important;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

/* line 129, ../sass/theme/theme.scss */
.itemDetail .formPanelTitle.sectionActiveTitle, .itemForm .formPanelTitle.sectionActiveTitle {
  background-color: #33a4b9 !important;
  color: #fff;
}

/* line 134, ../sass/theme/theme.scss */
.itemDetail section.sectionActive, .itemDetail section.sectionActive {
  border-color: #33a4b9 !important;
}

/*
//Import the core shared bar file which is extensible
@import "../../../../Extranet40/core-src/simpleview/modules/color/_sharedbar.scss";


//Import the core theme file where any other themable definitions will be placed
@import "../../../../Extranet40/core-src/simpleview/_theme.scss";
*/
