/*
html {
	.logoArea{
		img.logo{
			background-image: url(../img/newlogo.png);
			width: 0px;
			height: 0px;			
			background-size: 100%;
			background-repeat: no-repeat;
			padding: 15px 85px;
		}
	}
}
*/
/* line 18, ../sass/theme/theme.scss */
.loginPage {
  background-image: url("/img/loginbg.jpg") !important;
}
/* line 20, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow {
  /*hide simpleview logo*/
  /*set custom logo, increased padding to show the entire logo*/
  background-image: url("../img/newlogo.png");
  background-repeat: no-repeat;
  padding-top: 05px;
  background-size: 50%;
}
/* line 22, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}

/* line 82, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url(../img/newlogo.png);
  width: 0px;
  height: 0px;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 15px 85px;
}

/* line 96, ../sass/theme/theme.scss */
.headercontainer {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  height: 300px;
  overflow: hidden;
}

/* line 105, ../sass/theme/theme.scss */
#header_theme_image {
  background-image: url("/img/bgheader.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  min-height: 300px;
  max-height: 300px;
  display: block;
}

/*
Original
html .formPanelTitle{
	background-color:  #00274c;
	color: $brand-identity-2-inverse !important;
}
*/
/* line 123, ../sass/theme/theme.scss */
html .formPanelTitle {
  background-color: #6c869e !important;
  color: #fff !important;
}

/* line 128, ../sass/theme/theme.scss */
.itemDetail section, .itemForm section {
  border-color: #6c869e !important;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

/* line 134, ../sass/theme/theme.scss */
.itemDetail .formPanelTitle.sectionActiveTitle, .itemForm .formPanelTitle.sectionActiveTitle {
  background-color: #00274c !important;
  color: #fff;
}

/* line 139, ../sass/theme/theme.scss */
.itemDetail section.sectionActive, .itemDetail section.sectionActive {
  border-color: #00274c !important;
}

/* line 164, ../sass/theme/theme.scss */
.sharedBar .fa,
.sharedBar .clientArea,
.sharedBar .userArea {
  color: #CCCCCC;
}

/* line 169, ../sass/theme/theme.scss */
.sharedBar .logoArea,
.sharedBar .switchArea {
  border-right-color: #9aced3;
}

/* line 173, ../sass/theme/theme.scss */
.sharedBar .taskArea,
.sharedBar .searchArea {
  border-left-color: #9aced3;
}

/* line 177, ../sass/theme/theme.scss */
.sharedBar .area.clickable:hover {
  background-color: #00417f;
}

/* line 181, ../sass/theme/theme.scss */
.sharedBar .orgArea select, .sharedBar .orgArea option {
  background-color: #6c869e;
  color: #fff;
}

/* line 187, ../sass/theme/theme.scss */
.crmHome .sharedBar {
  background-color: #00274c;
}
/* line 190, ../sass/theme/theme.scss */
.crmHome .sharedBar .switchArea span {
  color: #fff;
}
/* line 195, ../sass/theme/theme.scss */
.crmHome .leftNav {
  color: #999;
}
/* line 197, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav {
  background-color: #313131;
}
/* line 199, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav .item {
  border-color: #444444;
}
/* line 201, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav .item:hover {
  background: #1A1A1A;
}
/* line 204, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav .item.active {
  background: #6c869e;
  color: #556c82;
}
/* line 210, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav {
  background: #6c869e;
  color: white;
  border-color: #556c82;
}
/* line 214, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav.bottom {
  background: #556c82;
}
/* line 217, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .titleSection {
  border-color: #556c82;
}
/* line 219, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .titleSection h2 {
  color: #fff;
}
/* line 224, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .item:hover {
  background: #556c82;
}
/* line 228, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .parent {
  border-color: #556c82;
}
/* line 230, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .parent .item {
  color: #004755;
}

/* line 241, ../sass/theme/theme.scss */
.jumpTo .nav li.active a {
  color: #191919;
  border-color: #00274c;
}

/* line 247, ../sass/theme/theme.scss */
.jumpTo .nav li a {
  color: #00274c;
}
