/* General styles for all menus */


div#navigationMenuContainer {
	position: absolute;
	height: 40px;
	width: 40px;
	left: 0;
	z-index: 500;
	bottom: 0px
}

div.toobar-on-page {
	top: -40px;
}

div.no-toobar-on-page {
	top: 0px;
}

div.menu-toggle-inner-container img {
	margin-top: 10px;
}

div.navigation-toolbar-holder {
	height: 39px;
    width: 100%;
    background-color: #fdfdfd;
    position: relative;
    top: 0;
    left: 0;
    right: 250px;
    z-index: 100;
	border-top: 3px solid var(--leftnav-hover-color);
    border-bottom: 1px solid #E3E3E3;
}

div.navigation-toolbar-holder div.toolbarContainer {
	position: relative;
	height: 43px;
}
div.navigation-toolbar-holder div.toolbarSearch {
   position: absolute;
   width: 200px;
   left: 39px;
   padding: 3px 5px 3px 5px;
}

div.navigation-toolbar-holder div.toolbarPageTitle {
	position: absolute;
	height: 39px;
	line-height: 39px;
	left: 60px;
	font-size: 20px;
	color: var(--dark-grey);
}

div.navigation-toolbar-holder div.toolbarPageClose {
	position: absolute;
	height: 39px;
	right: 16px;
	line-height: 39px;

}

div.navigation-toolbar-holder div.toolbarPageClose img {
	vertical-align: middle;
    cursor: pointer;
}

/*
Can use this to set the left menu toggle offset
div#navigationMenuContainer {
	top: -80px;
}
*/
div.masking-overlay {
    opacity:0.2;
    background-color:#AAAAAA;
    position:fixed;    
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:999;
}

div.navigation-masking-view-loader {
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10000;
}

div.navigation-menu-inner-container {
	
}

div.scolling-container {
	 overflow: auto; 
}

div.navigation-menu-container {
	float: left;
	left: -250px;
	top: 0px;
    position: relative;
    width: 250px;
    z-index: 1000;
    height: 100%;
   	background-color: var(--leftnav-hover-color);
   
}

div.navigation-menu-container-scroll {
	position: relative;
	overflow: auto;
}

div.navigation-menu-toggle {
	height: 39px;
	width: 38px;
	position: absolute;
	float: left;
	top: 0px;
	cursor: pointer;
	z-index: 999;
	text-align: center;	
}

div.navigation-menu-back-button {
	width: 30px;
	position: absolute;
	right: 0px;
	top: 10px;
	cursor: pointer;
	z-index: 1001;
	
}

div.toggle-old-page {
    border-right: 1px solid #E3E3E3;
    top: 0px;
    text-align: center;
    background-color: #fdfdfd;
}

div.toggle-report-page {
    border-right: 1px solid #e6e6e6;
    top: 2px;
    text-align: center;
    background-color: #fdfdfd;
    height: 39px;
    width: 39px;
}

div.toggle-new-page {
    border-right: 1px solid #e6e6e6;
    text-align: center;
    background-color: #fdfdfd;
    height: 40px;
}

img.header-expand-section-toggle {
	position: absolute;
	right: 10px;
	top: 8px;
	transition: transform 0.2s;	
}

img.flipped-image {
  transform: rotate(180deg);
}

div.navigation-menu-section {
	background-color: #efefef;
	position: relative;
}


div.navigation-menu-toggle span {
  display: block;
  position: absolute;
  top: 20px;
  left: 12px;
  right: 12px;
  height: 1px;
  background: white;
  transition: transform 0.2s;
}

div.navigation-menu-toggle.active span {
	right: 6px;
}

div.navigation-menu-toggle span::before,
div.navigation-menu-toggle span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--background-white);
  content: "";
}

div.navigation-menu-toggle span::before {
  top: -6px;
}

div.navigation-menu-toggle span::after {
  bottom: -6px;
}

div.active span {
  transform: rotate(180deg);
}


div.active span::before,
div.active span::after {
  width: 70%;
}

div.navigation-menu-toggle.active span::before {
  top: 0;
  transform: translateX(10px) translateY(6px) rotate(135deg);
}

div.navigation-menu-toggle.active span::after {
  bottom: 0;
  transform: translateX(10px) translateY(-6px) rotate(-135deg);
}

div.navigation-menu-header-cell {
	width: 100%;
	height: 105px;
}

div.expanded-header {
	background-color: #888888;
}

div.header-cell-container {
	padding-top: 10px;
	padding-left: 10px;
}

div.header-cell-details-container {
	position: relative;
}

img.user-avatar-image {
	width: 40px;
	height: 40px;
}

span.header-user-name  {
	font-size: 18px;
	width: 220px;
	color: var(--white);
	display: block;
	padding-left: 10px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

span.header-user-job-description  {
	font-size: 16px;
	color: var(--white);
	display: block;
	padding-left: 10px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.menu-section-header {
	font-size: 16px;
	color: var(--white);
	cursor: pointer;
}

div.menu-section-header-right-item {
	width: 42px;
    right: 0px;
    top: 0px;
    height : 42px; 
    position: absolute;	
    display: none;
    cursor: pointer;
}

img.right-item-expanded {
	height: 16px;
    width: 16px;
    top: 13px;
    left: 15px;
    position: relative;
}

img.right-item-collapsed {
    top: 11px;
    left: 20px;
    position: relative;
}

img.right-item-collapsed:hover {
    background-color: var(--leftnav-hover-color);
}

div.menu-section-header-title {
	height: 42px;
	line-height: 42px;
	padding-left: 15px;
	background-color: var(--primary-color);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

div.menu-section-cells {
	position: relative;
	overflow: hidden;	
}

div.menu-section-cells-container {
	position: relative;
	overflow: hidden;
	height: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;	
}

div.menu-cell {
	height: 30px;
	line-height: 30px;
	background-color: #efefef;
	padding-left: 20px;
	font-size: 14px;
	color: #333333;
	cursor: pointer;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.menu-cell-heading {
	height: 30px;
	line-height: 30px;
	background-color: #efefef;
	padding-left: 22px;
	font-size: 12px;
	font-style: italic;
	color: #8e8e8e;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.menu-cell-avatar {
	height: 25px;
	line-height: 35px;
	padding-top: 2px;
	padding-bottom: 2px;
	
}

div.menu-section-cells.ps-container > div:nth-child(1) > div {
	
}
 
div.selected-menu-cell {
	background-color: #f7f7f7;
}

span.count {
	position: relative;
	background: #f6ae28;
	border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	color: var(--white);
	display: inline-block;
	line-height: 20px;
	text-align: center;
	min-width: 20px;
	float: right;
	right: 5px;
	top:	5px;
	padding: 1px;
}

div.menu-header-expanded {
	background: #999999;
}

div.menu-header-collapsed {
	background-color: var(--leftnav-hover-color);
}

div.menu-cell-expanded {
	background: var(--leftnav-hover-color);
}

div.menu-cell-collapsed {
	background-color: var(--primary-color);
}

div.menu-cell-collapsed-create-content {
	background-color: #FFBB00;
}

div.menu-cell-collapsed-create-content:hover {
	background-color: #FFCC00;
}

div.menu-cell-expanded-create-content {
	background-color: #FFBB00;
}


div.menu-cell:hover {
	background-color: #f7f7f7;
}

div.menu-cell-collapsed-hover {
	background-color: var(--leftnav-hover-color);
}

img.menu-cell-avatar {
	width: 25px;
	float: left;
}

img.menu-cell-discussion {
	padding-top: 4px;
	width: 25px;
	float: left;
}

div.menu-cell-avatar-text {
	height: 25px;
    line-height: 25px;
    padding-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

div.menu-cell-search-view {
	height: 32px;
	padding: 5px;
	padding-left: 20px;
	background-color: #efefef;
}

div.unselectable-menu-cell {
	cursor: default;
	color: #8e8e8e;
}

div#navigation-position-div {
	position: absolute;
}


/* create content view css */

div.create-menu-container {
	position: absolute;
	top: 10px;
	z-index: 501;
	width: 50px;
}

img.create-content-plus {
	position: absolute;
    left: 9px;
    top: 9px;
    height: 18px;
    width: 18px;
    transition: transform 0.2s;
}

div#create-content-dropdown-menu-container {
	display: none;
}

div.create-content-menu-button {
	position: relative;
	border-radius: 50%;
	height: 36px;
	width: 36px;
	background-color: #FED109;
	box-shadow: none;
	cursor: pointer;
	margin-right: auto;
	margin-left: auto;
}


div.create-content-menu-button span {
	display: block;
	position: absolute;
	top: 23px;
    left: 14px;
    right: 14px;
    height: 4px;
	background: white;
	transition: transform 0.2s;
}

div.create-content-menu-button span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: var(--background-white);
	content: "";
	transform: rotate(90deg);
}

.rotate-to-cross {
	transform: rotate(45deg);
}

div.create-content-masking {
	opacity:0.2;
    background-color:#AAAAAA;
    position:fixed;    
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:1200;
}

div#create-content-dropdown-menu ul {
	list-style:none;
	position:relative;
	margin:0;
	padding:0;
	background-color: var(--background-white);
	width: 180px;
}

div#create-content-dropdown-menu ul ul
{
	display:none;
	position:absolute;
	top:0px;
	left:101%;
	background:#fff;
	padding:0
}

li.dd-menu-item {
	position: relative;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	border-bottom: 1px solid #f0f0f0;
	font-size: 14px;
	line-height: 35px;
	color: #333333;
}

li.dd-menu-item-hover-state {
	background: #f9f9f9;	
}

.menu-selectable-cell {
	cursor: pointer;
}

div#create-content-dropdown-menu {
	z-index: 100000;
}

div.dropdown-right-arrow {
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid black;
	position: absolute;
	right: 10px;
	top: 15px;
}

div.dropdown-arrow-up {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;	
	border-bottom: 10px solid #ffffff;
	position: relative;
	margin-left: auto;
    margin-right: auto;
}

div.menu-bring-to-front {
	z-index: 1210;
}






/* Scroll CSS */

/* perfect-scrollbar v0.6.7 */
.ps-container {
  -ms-touch-action: none;
  overflow: hidden !important; }
  .ps-container.ps-active-x > .ps-scrollbar-x-rail,
  .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block; }
  .ps-container.ps-in-scrolling {
    pointer-events: none; }
    .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
      background-color: #eee;
      opacity: 0.9; }
      .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
        background-color: #999; }
    .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
      background-color: #eee;
      opacity: 0.9; }
      .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        background-color: #999; }
  .ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
    -o-transition: background-color 0.2s linear, opacity 0.2s linear;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    bottom: 3px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 8px; }
    .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      -webkit-transition: background-color 0.2s linear;
      -moz-transition: background-color 0.2s linear;
      -o-transition: background-color 0.2s linear;
      transition: background-color 0.2s linear;
      bottom: 0;
      /* there must be 'bottom' for ps-scrollbar-x */
      height: 8px; }
  .ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
    -o-transition: background-color 0.2s linear, opacity 0.2s linear;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    right: 3px;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 8px; }
    .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      -webkit-transition: background-color 0.2s linear;
      -moz-transition: background-color 0.2s linear;
      -o-transition: background-color 0.2s linear;
      transition: background-color 0.2s linear;
      right: 0;
      /* there must be 'right' for ps-scrollbar-y */
      width: 8px; }
  .ps-container:hover.ps-in-scrolling {
    pointer-events: none; }
    .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
      background-color: #eee;
      opacity: 0.9; }
      .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
        background-color: #999; }
    .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
      background-color: #eee;
      opacity: 0.9; }
      .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        background-color: #999; }
  .ps-container:hover > .ps-scrollbar-x-rail,
  .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 0.6; }
  .ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
      background-color: #999; }
  .ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
      background-color: #999; }

.ps-container>.ps-scrollbar-y-rail {
	opacity: 0.6;
}

.navIndicator{
	float:	left;
	width: 3px;
	height: 70%;
    margin-right: 4px;
    margin-top: 2px;
	background-color: orange;
}
