/* line 2, ../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: contain;
  background-repeat: no-repeat;
  padding: 14px 100px;
  /* <-- change this */
}

/* line 14, ../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-size: 206px 40px;
  background-repeat: no-repeat;
  padding-top: 10px;
}
/* line 16, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}

/* line 27, ../sass/theme/theme.scss */
.loginPage {
  background-image: url("../img/HappyNet_Background_Image.jpg") !important;
}

/*
//Update the logo image
html {
	.logoArea{
		img.logo{
			background-image: url(http://www.neworleanscvb.com/includes/images/shell/logo_footer.png);
			width: 0;
			height: 0;
			background-size: cover;
			padding: 24px 86px;
		}
	}
}


//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 110, ../sass/theme/theme.scss */
html .formPanelTitle {
  background-color: #79C150 !important;
  /*color: $brand-identity-2-inverse !important;*/
  color: #FFFFFF !important;
}

/* line 116, ../sass/theme/theme.scss */
.itemDetail section, .itemForm section {
  border-color: #79C150 !important;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

/* line 122, ../sass/theme/theme.scss */
.itemDetail .formPanelTitle.sectionActiveTitle, .itemForm .formPanelTitle.sectionActiveTitle {
  background-color: #325729 !important;
  color: #fff;
}

/* line 127, ../sass/theme/theme.scss */
.itemDetail section.sectionActive, .itemDetail section.sectionActive {
  border-color: #325729 !important;
}

/* line 150, ../sass/theme/theme.scss */
.crmHome .sharedBar .area .padleft {
  background-image: url(/img/headerbarlogo.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 156, ../sass/theme/theme.scss */
span.appname.ng-binding {
  opacity: 0;
}

/* line 160, ../sass/theme/theme.scss */
div.userArea.area.pull-left.hidden-sm.hidden-md.hidden-xs {
  margin-top: 15px;
}

/* line 165, ../sass/theme/theme.scss */
.sharedBar .fa,
.sharedBar .clientArea,
.sharedBar .userArea {
  color: #FFFFFF !important;
}

/* line 170, ../sass/theme/theme.scss */
.sharedBar .logoArea,
.sharedBar .switchArea {
  border-right-color: #325729 !important;
}

/* line 174, ../sass/theme/theme.scss */
.sharedBar .taskArea,
.sharedBar .searchArea {
  border-left-color: #325729;
}

/* line 178, ../sass/theme/theme.scss */
.sharedBar .area.clickable:hover {
  background-color: #E4F1DA;
}

/* line 182, ../sass/theme/theme.scss */
.sharedBar .orgArea select, .sharedBar .orgArea option {
  background-color: #79C150;
  color: #FFFFFF !important;
}

/* line 188, ../sass/theme/theme.scss */
.crmHome .sharedBar {
  background-color: #325729;
  background-image: url(../img/headerimage.jpg);
}
/* line 192, ../sass/theme/theme.scss */
.crmHome .sharedBar .switchArea span {
  color: #fff;
}
/* line 197, ../sass/theme/theme.scss */
.crmHome .leftNav {
  color: #E4F1DA;
}
/* line 199, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav {
  background-color: #325729;
}
/* line 201, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav .item {
  border-color: #325729;
}
/* line 203, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav .item:hover {
  background: #E4F1DA;
}
/* line 206, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav .item.active {
  background: #79C150;
  color: #60a43a;
}
/* line 212, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav {
  background: #79C150;
  color: white;
  border-color: #60a43a;
}
/* line 216, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav.bottom {
  background: #60a43a;
}
/* line 219, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .titleSection {
  border-color: #60a43a;
}
/* line 221, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .titleSection h2 {
  color: #fff;
}
/* line 226, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .item:hover {
  background: #60a43a;
}
/* line 230, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .parent {
  border-color: #60a43a;
}
/* line 232, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .parent .item {
  color: #004755;
}

/* line 244, ../sass/theme/theme.scss */
.jumpTo .nav li.active a {
  color: #191919;
  border-color: #325729;
}

/* line 250, ../sass/theme/theme.scss */
.jumpTo .nav li a {
  color: #325729;
}

/* line 254, ../sass/theme/theme.scss */
.itemList table thead th.isSorted {
  background-color: #79C150 !important;
  color: #fff !important;
}

/* line 259, ../sass/theme/theme.scss */
.filterBar .gridFilters {
  border-color: #79C150;
}

/* line 263, ../sass/theme/theme.scss */
.filterBar a.filter {
  color: #79C150;
}

/* line 267, ../sass/theme/theme.scss */
.filterBar .filterTitleBar span.fa {
  color: #79C150;
}

/* line 271, ../sass/theme/theme.scss */
.btn-filter {
  background-color: #79C150;
}

/* line 275, ../sass/theme/theme.scss */
.itemForm .formradio label.active {
  background-color: #79C150;
}

/* line 279, ../sass/theme/theme.scss */
.gridControls .pagination .previousPage, .gridControls .pagination .nextPage {
  background-color: #79C150;
}

/* line 283, ../sass/theme/theme.scss */
.btn-primary {
  color: #ffffff;
  background-color: #79C150;
  border-color: #79C150;
}

/* line 289, ../sass/theme/theme.scss */
a {
  color: #005293;
}

/*
//Import the core shared bar file which is extensible
@import "../../../core-src/simpleview/modules/color/sharedbar";

//Import the core theme file where any other themable definitions will be placed
@import "../../../core-src/simpleview/theme";

*/
/* line 303, ../sass/theme/theme.scss */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #E4F1DA;
}

/* line 308, ../sass/theme/theme.scss */
.userArea.area.pull-right.hidden-xs .inner a {
  color: #FFFFFF;
}
