/* 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-repeat: no-repeat;
  padding: 25px 50px;
  /* <-- change this */
  background-size: contain;
  background-position: center;
}

/* line 13, ../sass/theme/theme.scss */
.loginPage {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-image: url("/img/bgImg.jpg") !important;
}
/* line 15, ../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: 111px;
  margin: -2px !important;
  z-index: -1;
}
/* line 17, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}

.loginPage .loginPanelContent .submitrow {
  margin: -2px;
}

/* line 32, ../sass/theme/theme.scss */
.cards {
  height: 62px;
  overflow: hidden;
  padding: 0;
}
/* line 33, ../sass/theme/theme.scss */
.cards li {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background-image: url("/img/cards/card_logos.png");
  float: left;
  height: 31px;
  margin-right: 8px;
  text-indent: -9999px;
  width: 50px;
  box-shadow: 1px 1px 1px #666;
  -moz-box-shadow: 1px 1px 1px #666;
  -webkit-box-shadow: 1px 1px 1px #666;
  list-style: none;
}
/* line 49, ../sass/theme/theme.scss */
.cards li last-child {
  margin-right: 0;
}
/* line 53, ../sass/theme/theme.scss */
.cards .amex-off {
  background-image: url("/img/cards/amex_logo.png");
  background-position: 0px 60px;
  height: 60px;
  width: 67px;
}
/* line 59, ../sass/theme/theme.scss */
.cards .amex-on {
  background-image: url("/img/cards/amex_logo.png");
  background-position: 0px 0px;
  height: 60px;
  width: 67px;
}
/* line 65, ../sass/theme/theme.scss */
.cards .discover-off {
  background-position: 50px 31px;
}
/* line 68, ../sass/theme/theme.scss */
.cards .discover-on {
  background-position: 50px -1px;
}
/* line 71, ../sass/theme/theme.scss */
.cards .mastercard-off {
  background-position: 153px 31px;
}
/* line 74, ../sass/theme/theme.scss */
.cards .mastercard-on {
  background-position: 153px -1px;
}
/* line 77, ../sass/theme/theme.scss */
.cards .visa-off {
  background-position: 0 31px;
}
/* line 80, ../sass/theme/theme.scss */
.cards .visa-on {
  background-position: 0px -1px;
}

/* line 88, ../sass/theme/theme.scss */
.cc-code {
  position: relative;
  display: block;
  cursor: default;
  margin: 18px 0 0;
}
/* line 89, ../sass/theme/theme.scss */
.cc-code img {
  cursor: pointer;
}
/* line 93, ../sass/theme/theme.scss */
.cc-code:hover span {
  background: url("/img/cards/cc_security_code.jpg") no-repeat center center;
  width: 500px;
  height: 204px;
  display: block;
  position: absolute;
  top: 24px;
  left: -234px;
  z-index: 1;
  box-shadow: 0 5px 4px #999999;
  -webkit-box-shadow: 0 5px 4px #999999;
  -moz-box-shadow: 0 5px 4px #999999;
}

/*
//Set a variable to use for the primary brand identity color
//We'll use this color for the background color of the menus - this should have a decent contrast with white as it is sometimes used on a white or gray background for links
$brand-identity-1: #1974bc;

//Set the inverse/contrast color to use for text on that background
$brand-identity-1-inverse: #fff;

//We'll use this color for the background color of the section titles on the detail and form pages
//It should not be the same as the brand-identity-1 color as when using the jump links on the side of
//form and detail pages, we highlight the section with the brand-identity-1 colors
$brand-identity-2: #f9b62e;

//Set the inverse/contrast color to use for text on that background
$brand-identity-2-inverse: #fff;


//Set the background for the header bar.  You could also set a properly tiled
//background image if appropriate
$headerbar-bg: #000;

//Set the border color to be used on that background
$headerbar-border: #333;
//Set a color to be used for hovers on the background
$headerbar-highlight: lighten($headerbar-bg,10%);

//Set the color to be used on the app switcher (currently says extranet)
$headerbar-appname-color: $brand-identity-1-inverse;

//Set the background color of the organization switcher
$headerbar-org-dropdown-color: $brand-identity-2;

//Set the foreground color of the organization switcher
$headerbar-org-dropdown-color-inverse: $brand-identity-2-inverse;

//Set the menu colors (this applies only to the secondary side nav, the primary nav bar should remain the same)
$secondary-nav-color: $brand-identity-1;
$secondary-nav-color-inverse: $brand-identity-1-inverse;

//Just darkening the nav color to create a border and the active state
$secondary-nav-color-border: darken($secondary-nav-color,10%);
$primarynav-color-active: $secondary-nav-color-border;

//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;
}

html .formPanelTitle{
	background-color: $brand-identity-2 !important;
	color: $brand-identity-2-inverse !important;
}

.itemDetail section, .itemForm section {
	border-color: $brand-identity-2 !important;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.itemDetail .formPanelTitle.sectionActiveTitle, .itemForm .formPanelTitle.sectionActiveTitle{
	background-color: $brand-identity-1 !important;
	color: $brand-identity-1-inverse;
}

.itemDetail section.sectionActive, .itemDetail section.sectionActive{
	border-color: $brand-identity-1 !important;
}


//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";
*/
