/* line 46, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url("/img/logo.png");
  width: 0;
  height: 0;
  background-size: cover;
  padding: 19px 70px;
}

/* line 56, ../sass/theme/theme.scss */
.loginPage {
  background-image: url("/img/background.jpg") !important;
}

/* line 62, ../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: 30px;
}
/* line 64, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}

/*
.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
//Settings
$headerbar-border: #313131 !default;
$headerbar-bg: #1A1A1A !default;
$headerbar-highlight: #000000 !default;
$headerbar-appname-color: #fdb924 !default;
$headerbar-color: #CCCCCC !default;

$headerbar-org-dropdown-color: #333 !default;
$headerbar-org-dropdown-color-inverse: #fff !default;

$primarynav-color: #313131 !default;
$primarynav-color-inverse: #999 !default;
$primarynav-color-active: #00748a !default;
$primarynav-color-highlight: #1A1A1A !default;
$primarynav-color-border: #444444 !default;

//Styles
.sharedBar {

}
.sharedBar .fa,
.sharedBar .clientArea,
.sharedBar .userArea {
	color: $headerbar-color;
}
.sharedBar .logoArea,
.sharedBar .switchArea {
	border-right-color: $headerbar-border;
}
.sharedBar .taskArea,
.sharedBar .searchArea {
	border-left-color: $headerbar-border;
}
.sharedBar .area.clickable:hover {
	background-color: $headerbar-highlight;
}

.sharedBar .orgArea select, .sharedBar .orgArea option{
	background-color: $headerbar-org-dropdown-color;
	color: $headerbar-org-dropdown-color-inverse;
}

.crmHome {
  .sharedBar {
	background-color: $headerbar-bg;
    .switchArea {
      span {
        color: $headerbar-appname-color;
      }
    }
    .productDropdownContainer  { 
      background-color: $headerbar-bg; 
      border-top-color: $headerbar-border; 
      li { 
        border-top: 1px solid $headerbar-border;  
        span { 
          color: $headerbar-color;  
        }
        a {
          color: $headerbar-color;  
        }
      }
      li:hover { 
        background-color: $headerbar-border; 
      }
      li.selected:hover { 
        background-color: transparent; 
      } 
    }   
  }
  .leftNav {
    color: $primarynav-color-inverse;
    .primaryNav {
      background-color: $primarynav-color;
      .item {
        border-color: $primarynav-color-border;
        &:hover {
          background: $primarynav-color-highlight;
        }
        &.active {
          background: $secondary-nav-color;
          color: $primarynav-color-active;
        }
      }
    }
    .secondaryNav {
      background: $secondary-nav-color;
      color: white;
	  border-color: $secondary-nav-color-border;
      &.bottom {
        background: $secondary-nav-color-border;
      }
      .titleSection {
        border-color: $secondary-nav-color-border;
		h2{
			color: $secondary-nav-color-inverse;
		}
      }
      .item {
        &:hover {
          background: $secondary-nav-color-border;
        }
      }
      .parent {
        border-color: $secondary-nav-color-border;
        .item {
          color: #004755;
        }
      }
    }
  }
}


//Import the core theme file where any other themable definitions will be placed
.jumpTo .nav{
	li.active a{
		color: #191919;
		border-color: $brand-identity-1;
	}
}

.jumpTo .nav li a{
	color: $brand-identity-1;
}
*/
