/* General overrides for old CSS. We can move these to the main CSS once the new navbar is live. */
body {
	margin: 16px 0 0 0;
	background: #F4F6F9;
}
#contentmenu {
	margin-top: 0;
	top: unset;
}
/* Stop page from jumping around while font awesome icons load for the first time */
i.far {
	display: inline-block;
	width: 38px;
}

a img {
	border: none; /* IE 10 fix */
}

/* General styles for new navbar */
#container-new-navbar {
	color: #1C042A;
	font-family: -apple-system, system-ui, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
	font-size: 14px;
	width: 230px;
	position:fixed;
	overflow:auto;
	height:100%;
	top:0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	z-index: 1;
}
#container-new-navbar ::-webkit-scrollbar {
	width: 8px;
}
#container-new-navbar ::-webkit-scrollbar-track {
	background-color: #EBECF1;
}
#container-new-navbar ::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: #CDC7D0;
}
#container-new-navbar ::-webkit-scrollbar-button {
  display: none;
}
#container-new-navbar, #container-new-navbar * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-family: -apple-system, system-ui, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#container-new-navbar a, #container-new-navbar a:hover, .container-modal a {
	text-decoration: none;
}
#container-new-navbar button, #container-new-navbar a {
	border: none;
	background: transparent;
	color: #1C042A;
}
/* hide focus style if not from keyboard navigation */
.js-focus-visible #container-new-navbar button:focus, .js-focus-visible #container-new-navbar a:focus {
  outline: 0;
}

/* The new sidebar */
#new-navbar {
	overflow:auto;
	width: 100%;
	border-right: 1px solid #EBECF1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
#container-new-navbar button.icon {
	padding: 0;
	cursor: pointer;
}
#container-new-navbar h1, #container-new-navbar h2, #container-new-navbar h3 {
	font-weight: normal;
}
#container-new-navbar h1 button, #container-new-navbar h2 button, #container-new-navbar h3 button, #container-new-navbar h4 button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
#container-new-navbar h3 {
	font-size: 18px;
	margin: 18px 0 8px;
}
#container-new-navbar p {
	line-height: 1.5em;
	padding: 6px 0;
}
#container-new-navbar p a {
	text-decoration: underline;
}
#container-new-navbar .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 21px 22px;
	border-bottom: 1px solid #EBECF1;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	cursor: pointer;
}
#container-new-navbar .title .non-admin-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#container-new-navbar .title button {
	font-size: 23px;
}
#container-new-navbar img.custom-logo {
	max-height: 75px;
	width: auto;
	height: auto;
	display: block;
	margin: auto;
}
#container-new-navbar .title .app-switcher-icon {
	margin-left: 5px;
}
#container-new-navbar #main {
	position: relative;
	padding: 6px 16px 0 16px;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	width: 100%;
}
#container-new-navbar .container-search {
	margin-top: 18px;
	margin-bottom: 23px;
	position: relative;
	font-size: 24px;
	color: #8D8194;
}
#container-new-navbar .container-search svg {
	position: absolute;
	left: 9px;
	top: 50%;
	margin-top: -9px;
}
#container-new-navbar .container-search input {
	color: #1C042A;
	width: 100%;
	padding: 8px 8px 8px 36px;
	border: none;
	font-size: 16px;
	background-size: 16px;
	font-family: inherit;
}
#container-new-navbar .container-search input::-webkit-input-placeholder {
	font-family: inherit;
	color: #8D8194;
}
#container-new-navbar .container-search input:-ms-input-placeholder {
	font-family: inherit;
	color: #8D8194;
}
#container-new-navbar .container-search input::-ms-input-placeholder {
	font-family: inherit;
	color: #8D8194;
}
#container-new-navbar .container-search input::placeholder {
	font-family: inherit;
	color: #8D8194;
}
/* Hide placeholder on focus */
#container-new-navbar .container-search input:focus::-webkit-input-placeholder  {
	opacity: 0;
}
#container-new-navbar .container-search input:focus:-ms-input-placeholder  {
	opacity: 0;
}
#container-new-navbar .container-search input:focus::-ms-input-placeholder  {
	opacity: 0;
}
#container-new-navbar .container-search input:focus::placeholder  {
	opacity: 0;
}
#container-new-navbar .title h1 {
	font-size: 24px;
	line-height: 24px;
	color: #1C042A;
	margin: 0;
}
#container-new-navbar .title h2 {
	font-size: 20px;
	color: #877C91;
	margin: 0;
}
#container-new-navbar .logo {
	height:39px;
	width: 39px;
	margin-right: 14px;
}
#container-new-navbar #appswitcher-button {
	vertical-align: middle;
	padding-top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#container-new-navbar .menu {
	padding-bottom:16px;
	border-bottom: 1px solid #DEDCE3;
	-webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,-webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,-webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	-o-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,-webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
#container-new-navbar .menu a:hover, #container-new-navbar .menu button:hover {
	background-color: rgba(0, 0, 0, 0.04) !important;
}
#container-new-navbar .menu a:active, #container-new-navbar .menu button:active {
	background-color: rgba(0, 0, 0, 0.1) !important;
}
#container-new-navbar .menu ul {
	list-style-type:none;
	margin: 8px 0;
	padding: 8px 0;
	border-radius: 3px;
}
#container-new-navbar .menu ul li a {
	display:block;
	text-decoration:none;
	font-size:16px;
	padding: 6px 8px 6px 38px;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#container-new-navbar .menu ul li a.icon {
	padding-left: 0;
}
#container-new-navbar .menu ul li a svg {
	width: 38px;
}
#container-new-navbar .menu ul li.newsection {
	border-top:1px solid rgba(0, 0, 0, 0.05);
	padding-top:3px;
	margin-top:3px;
}

#container-new-navbar .menu ul li.pinned {
	background:url(/images/pin.png) 12px center no-repeat;
}
#container-new-navbar .menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	font-size: 16px;
	cursor: pointer;
	margin: 0;
	padding: 8px 0;
	width: 100%;
	border-radius: 2px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
}
#container-new-navbar .menu-header svg {
	width: 38px;
}
#container-new-navbar .menu-header-home {
	padding:0;
	background:url(/images/main-menu-home.gif) 12px center no-repeat;
}
#container-new-navbar .menu-header-home a {
	display:block;
	padding:8px 12px 8px 32px;
	text-decoration:none;
}
#container-new-navbar .submenu {
	margin: 16px 0;
	color: #52405E;
}
#container-new-navbar .submenu a:hover, #container-new-navbar .submenu button:hover {
	background-color: rgba(0, 0, 0, 0.05) !important;
}
#container-new-navbar .submenu a:active, #container-new-navbar .submenu button:active {
	background-color: rgba(0, 0, 0, 0.1) !important;
}
#container-new-navbar .submenu ul {
	padding: 0;
	margin: 0;
}
#container-new-navbar .submenu > ul > li {
	list-style-type: none;
}
#container-new-navbar .submenu > ul > li > a, #container-new-navbar .submenu > ul > li > button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
	font-size: 16px;
	padding: 8px 0;
	color: #52405E;
	width: 100%;
	cursor: pointer;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	white-space: nowrap;
	border-radius: 2px;
}
#container-new-navbar .submenu > ul > li svg {
	width: 38px;
}
#container-new-navbar .navbar-test-drive {
	padding: 16px;
	border-radius: 3px;
	background: #FB453E;
	margin: 16px;
	color: #f3f2f4;
	font-weight: bold;
	z-index: 2;
	position: relative;
}
#container-new-navbar .navbar-test-drive:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  pointer-events: none;
  background-image: -webkit-gradient(linear,
                    left top, left bottom,
                    from(rgba(244,246,249,0)),
                    color-stop(90%, rgba(244,246,249,1)));
  background-image: -webkit-linear-gradient(top,
                    rgba(244,246,249,0),
                    rgba(244,246,249,1) 90%);
  background-image: -o-linear-gradient(top,
                    rgba(244,246,249,0),
                    rgba(244,246,249,1) 90%);
  background-image: linear-gradient(to bottom,
                    rgba(244,246,249,0),
                    rgba(244,246,249,1) 90%);
  height: 25px;
}
#container-new-navbar .navbar-test-drive p {
	padding: 6px 0 2px;
}
#container-new-navbar .navbar-test-drive .icon {
	font-size: 22px;
	padding-bottom: 6px;
}
#container-new-navbar .navbar-test-drive a {
	text-decoration: underline;
	color: #f3f2f4;
	font-weight: normal;
}
#container-new-navbar .navbar-test-drive a:hover {
	background: none;
}
#container-new-navbar .bottom {
	padding: 20px 8px;
	background-color: #F9FAFC;
	border-top: 1px solid #E8E5E9;
	line-height: 1.5em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	position: relative;
}
#container-new-navbar .bottom:before {
  content: "";
  position: absolute;
  top: -26px;
  left: 0;
  right: 22px;
  pointer-events: none;
  background-image: -webkit-gradient(linear,
                    left top, left bottom,
                    from(rgba(244,246,249,0)),
                    color-stop(90%, rgba(244,246,249,1)));
  background-image: -webkit-linear-gradient(top,
                    rgba(244,246,249,0),
                    rgba(244,246,249,1) 90%);
  background-image: -o-linear-gradient(top,
                    rgba(244,246,249,0),
                    rgba(244,246,249,1) 90%);
  background-image: linear-gradient(to bottom,
                    rgba(244,246,249,0),
                    rgba(244,246,249,1) 90%);
  height: 25px;
}
#container-new-navbar .bottom.clickable {
	cursor: pointer;
}
#container-new-navbar .avater {
	border: 2px solid;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 50%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin: 0 6px;
}
#container-new-navbar .avater:before {
	width: 40px;
	height: 40px;
	border: 5px solid #F4F6F9;
	content: "";
	position: absolute;
	left: -2px; /* IE 10 & 11 */
	top: -2px; /* IE 10 & 11*/
	border-radius: 50%;
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}
#container-new-navbar .avater img {
	width: 100%;
	height: 100%;
	text-align: center;
	-o-object-fit: cover;
	   object-fit: cover;
}
#container-new-navbar .company-info-container {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	padding: 0 8px;
	position: relative;
	overflow: hidden;
}

#container-new-navbar .company-info-container-with-image {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 100%;
	grid-template-columns: [first] 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#container-new-navbar .company-info-container-with-image .company-info-with-image, #container-new-navbar .company-info-container-with-image > .image-container  {
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	grid-row: 1;
}
/* Hacky way to made hacky CSS only apply to IE only. */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#container-new-navbar .image-container {
		position: relative;
	}
	#container-new-navbar .image-container img {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		position: absolute;
}
}
#container-new-navbar .company-info-container img.custom-logo {
	max-width: 100%;
}
#container-new-navbar .company-info-container:hover img {
	visibility: hidden;
}
#container-new-navbar .company-info-container .user-name {
	font-size: 16px;
	color: #1C042A;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
#container-new-navbar .user-name-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#container-new-navbar .user-name-container button.icon {
	margin-left: 8px;
	font-size: 16px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
#container-new-navbar .company-info-container .company-info > .sign-out {
	display: block;
	color: #877C91
}
#container-new-navbar .company-info-container .company-info > .sign-out:hover {
	text-decoration: underline;
}
#container-new-navbar .company-info-container .company-name {
	font-size: 14px;
	color:rgba(28, 4, 42, 0.54);
	display: block;
	line-height: 1.4em;
	margin-top: 3px;
}
#container-new-navbar .company-info-container .company-info-with-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	/* position: absolute; */
	/* top: 0px; */
	/* bottom: 0px; */
	opacity: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#container-new-navbar .company-info-container img {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#container-new-navbar .company-info-container:hover .company-info, #container-new-navbar.container-profile-popup-open .company-info-container .company-info {
	opacity: 1;
}
#container-new-navbar .company-info-container:hover img, #container-new-navbar.container-profile-popup-open .company-info-container img {
	opacity: 0;
}
#container-profile-popup {
	left: 20px;
}
.iframe #container-profile-popup {
	left: 10px;
}
#container-profile-popup .container-profileinfo  {
	background-color: #f8f8f9;
	padding: 20px 16px;
	border-bottom: 1px solid #E4E1E6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#container-profile-popup a:focus {
	outline-offset: -10px;
}
#container-profile-popup a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: -webkit-radial-gradient(circle, #fff 10%, transparent 10.01%);
  background-image: -o-radial-gradient(circle, #fff 10%, transparent 10.01%);
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: scale(10, 10);
      -ms-transform: scale(10, 10);
          transform: scale(10, 10);
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform .5s;
  transition: opacity 1s, -webkit-transform .5s;
  -o-transition: transform .5s, opacity 1s;
  transition: transform .5s, opacity 1s;
  transition: transform .5s, opacity 1s, -webkit-transform .5s;
}
#container-profile-popup a:active:after {
  -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
          transform: scale(0, 0);
  opacity: .3;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
#container-app-switcher {
	left: 20px;
	top: 20px;
}
.iframe #container-app-switcher {
	left: 10px;
}
#container-app-switcher > ul > li:first-child a {
	color: #6F5FE8;
}
#container-app-switcher a {
	background-repeat: no-repeat;
	background-position: 18px center;
	background-size: 20px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
}
#container-app-switcher a img {
		width: 20px;
		height: 20px;
		margin-right: 18px;
}
#container-app-switcher .material-select-list {
	padding: 0;
}
#container-app-switcher .material-select-list a {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 18px;
}
#container-app-switcher .material-select-list li:first-child a svg {
	margin-left: auto;
}
#container-app-switcher .material-select-list li {
	border-bottom: 1px solid #E4E1E6;
}
#container-app-switcher .material-select-list li:last-child {
	background-color: #F8F7F8;
	border: none;
}
#container-app-switcher .material-select-list li:last-child a {
	color: #8A7F91;
	padding-left: 10px;
}
#container-app-switcher .material-select-list li:last-child a svg {
	width: 20px;
	margin-right: 8px;
}
#container-app-switcher .material-select-list li:last-child a:hover {
	color: #1C042A;
}
#task-view-toggle {
	font-size: 18px;
	-ms-flex-item-align: start;
	    -ms-grid-row-align: start;
	    align-self: start;
	margin-left: auto;
}
.container-modal {
	display: none;
	position: fixed;
	background: #fff;
	width: 230px;
	z-index: 3;
	-webkit-box-shadow: 0px 5px 5px -3px rgba(28, 4, 42, 0.2), 0px 8px 10px 1px rgba(28, 4, 42, 0.14), 0px 3px 14px 2px rgba(28, 4, 42, 0.12);
	        box-shadow: 0px 5px 5px -3px rgba(28, 4, 42, 0.2), 0px 8px 10px 1px rgba(28, 4, 42, 0.14), 0px 3px 14px 2px rgba(28, 4, 42, 0.12);
	border-radius: 3px;
  	overflow: hidden;
}
.iframe .container-modal {
	width: 218px;
}
.material-select-list {
	padding: 8px 0;
	margin: 0;
}
.material-select-list li {
	list-style-type: none;
}
.material-select-list a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 12px 10px;
	color: #1C042A;
	font-size: 16px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,-webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,-webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	-o-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,-webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.material-select-list a:hover, .material-select-list button:hover {
	background-color: rgba(0, 0, 0, 0.03) !important;
}
.material-select-list a:active, .material-select-list button:active {
	background-color: rgba(0, 0, 0, 0.06) !important;
}
.material-select-list a svg {
	width: 38px !important;
}
.material-select-list li a:focus {
	outline-offset: -10px;
}
.drop-down-menu ul {
	display: none;
}
.container-modal-back {
	background: transparent;
	top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  position: fixed;
	-ms-touch-action: none;
	    touch-action: none;
}
#container-new-navbar .help-pane {
	color: #4f425d;
	padding: 0 8px;
}
#container-new-navbar .help-pane + .help-pane {
	border-top: 1px solid #E8E5E9;
	margin-top: 16px;
}
/* ensure all navbar modals open above the main content */
#containermiddle {
	z-index: 0;
}
#container-new-navbar #help-menu {
	width: 200px;
}
#container-new-navbar.iframe #help-menu {
	left: 10px;
}
#FlgCRM {
	height: 16px !important;
}