/*

//Set up the responsive header image for the site.  If a header image is used must set the
//height (which should never vary) in the
.headercontainer {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  height: 300px;
  overflow: hidden;
}

#header_theme_image {
  background-image: url(http://res.cloudinary.com/benextranetdemo/image/upload/crm/extranetv2/BE68EC4F-81D6-4C83-A0B6AB0BD76E5999_469214c5-8767-46c1-a80ecc8fbdd8ddfb);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  min-height: 300px;
}

*/
/* line 68, ../sass/theme/theme.scss */
html .formPanelTitle {
  background-color: #2A556C !important;
  color: #fff !important;
}

/* line 73, ../sass/theme/theme.scss */
.itemDetail section, .itemForm section {
  border-color: #2A556C !important;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

/* line 79, ../sass/theme/theme.scss */
.itemDetail .formPanelTitle.sectionActiveTitle, .itemForm .formPanelTitle.sectionActiveTitle {
  background-color: #2A556C !important;
  color: #fff;
}

/* line 84, ../sass/theme/theme.scss */
.itemDetail section.sectionActive, .itemDetail section.sectionActive {
  border-color: #2A556C !important;
}

/* line 108, ../sass/theme/theme.scss */
.sharedBar .fa,
.sharedBar .clientArea,
.sharedBar .userArea {
  color: #CCCCCC;
}

/* line 113, ../sass/theme/theme.scss */
.sharedBar .logoArea,
.sharedBar .switchArea {
  border-right-color: #7C7B7C;
}

/* line 117, ../sass/theme/theme.scss */
.sharedBar .taskArea,
.sharedBar .searchArea {
  border-left-color: #7C7B7C;
}

/* line 121, ../sass/theme/theme.scss */
.sharedBar .area.clickable:hover {
  background-color: #7C7B7C;
}

/* line 125, ../sass/theme/theme.scss */
.sharedBar .orgArea select, .sharedBar .orgArea option {
  background-color: #f8f6ee;
  color: #ae7f3d;
}

/* line 131, ../sass/theme/theme.scss */
.crmHome .sharedBar {
  background-color: #2a556C;
}
/* line 134, ../sass/theme/theme.scss */
.crmHome .sharedBar .switchArea span {
  color: #2a556C;
  display: none;
}
/* line 139, ../sass/theme/theme.scss */
.crmHome .sharedBar .productDropdownContainer {
  background-color: #2a556C;
  border-top-color: #7C7B7C;
}
/* line 142, ../sass/theme/theme.scss */
.crmHome .sharedBar .productDropdownContainer li {
  border-top: 1px solid #7C7B7C;
}
/* line 144, ../sass/theme/theme.scss */
.crmHome .sharedBar .productDropdownContainer li span {
  color: #CCCCCC;
}
/* line 147, ../sass/theme/theme.scss */
.crmHome .sharedBar .productDropdownContainer li a {
  color: #CCCCCC;
}
/* line 151, ../sass/theme/theme.scss */
.crmHome .sharedBar .productDropdownContainer li:hover {
  background-color: #7C7B7C;
}
/* line 154, ../sass/theme/theme.scss */
.crmHome .sharedBar .productDropdownContainer li.selected:hover {
  background-color: transparent;
}
/* line 159, ../sass/theme/theme.scss */
.crmHome .leftNav {
  color: #999;
}
/* line 161, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav {
  background-color: #2a556C;
}
/* line 163, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav .item {
  border-color: #444444;
}
/* line 165, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav .item:hover {
  background: #1A1A1A;
}
/* line 168, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav .item.active {
  background: #2A556C;
  color: #1c3847;
}
/* line 174, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav {
  background: #2A556C;
  color: white;
  border-color: #1c3847;
}
/* line 178, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav.bottom {
  background: #1c3847;
}
/* line 181, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .titleSection {
  border-color: #1c3847;
}
/* line 183, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .titleSection h2 {
  color: #AC5C2F;
}
/* line 188, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .item:hover {
  background: #1c3847;
}
/* line 192, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .parent {
  border-color: #1c3847;
}
/* line 194, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .parent .item {
  color: #004755;
}

/* line 204, ../sass/theme/theme.scss */
.jumpTo .nav li.active a {
  color: #191919;
  border-color: #2A556C;
}

/* line 210, ../sass/theme/theme.scss */
.jumpTo .nav li a {
  color: #2A556C;
}

/* line 215, ../sass/theme/theme.scss */
button[has-permission=AddContacts],
a[has-permission=AddContacts][title=Clone] {
  display: none !important;
}

/* line 220, ../sass/theme/theme.scss */
body.loginPage {
  background-image: url(/img/parkcitybackground.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 229, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url("/img/logo.png");
  width: 0;
  height: 0;
  background-size: 170px 57px;
  background-repeat: no-repeat;
  padding: 24px 86px;
}

/* line 243, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow {
  /*hide simpleview logo*/
  /*set custom logo, increased padding to show the entire logo*/
  background-image: url("/img/ExtranetLogo.png");
  background-size: 200px 67px;
  background-repeat: no-repeat;
  padding-top: 25px;
}
/* line 245, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}

/* line 257, ../sass/theme/theme.scss */
.filterBar .gridFilters {
  border-color: #ae7f3d;
}

/* line 261, ../sass/theme/theme.scss */
.filterBar .filterTitleBar span.fa {
  color: #ae7f3d;
}

/* line 265, ../sass/theme/theme.scss */
.filterBar a.filter {
  color: #ae7f3d;
}

/* line 269, ../sass/theme/theme.scss */
.btn-filter {
  background-color: #ae7f3d;
}

/* line 273, ../sass/theme/theme.scss */
.itemList table thead tr, .itemList table thead th {
  background-color: #7C7B7C;
}

/* line 277, ../sass/theme/theme.scss */
.itemList table thead th.isSorted {
  background-color: #ae7f3d !important;
}

/* line 281, ../sass/theme/theme.scss */
.table-striped thead th, .detailHeaderRowLabel td {
  background-color: #ae7f3d !important;
}

/* line 285, ../sass/theme/theme.scss */
.itemForm .formradio label.active {
  background-color: #ae7f3d;
  color: #fff;
}

/* line 290, ../sass/theme/theme.scss */
.gridControls .pagination .previousPage, .gridControls .pagination .nextPage {
  background-color: #ae7f3d;
}

/* line 294, ../sass/theme/theme.scss */
.crmHome .sharedBar .userArea a {
  color: #AC5C2F;
}

/* line 298, ../sass/theme/theme.scss */
.crmHome .sharedBar .userArea a:hover {
  color: #AC5C2F;
}
