#platform-header #megaMenu {
  color: #333333;
  display: table-cell;
  float: left;
  z-index: 5;
  background: #fff;
  width: auto;
  padding: 0 10px;
  margin: 10px 0;
}

#platform-header #megaMenu #mm-orgDetails {
  padding: 10px;
}

#platform-header #megaMenu .menu-section {
  display: inline-block;
  vertical-align: top;
  min-width: 180px;
  padding: 20px;
  display: block;
}

#platform-header #megaMenu .menu-section:first-child {
  width: 280px;
}

#platform-header #megaMenu #megaMenu-list {
  padding: 0;
  padding-bottom: 0;
}

#platform-header #megaMenu #megaMenu-list > ul {
  list-style-type: none;
  padding: 0;
  width: 100%;
}

#platform-header #megaMenu #megaMenu-list > ul > li {
  min-height: 40px;
  line-height: 37px;
  font-size: 18px;
}

#platform-header #megaMenu #megaMenu-list > ul > li:nth-child(1) {
  font-weight: bold;
}

#platform-header #megaMenu #megaMenu-list > ul > li:nth-child(3) {
  display: table;
  margin-top: 15px;
  width: 100%;
  -webkit-box-shadow: 0px 9px 15px -8px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 9px 15px -8px rgba(0, 0, 0, 0.75);
}

#platform-header #megaMenu #megaMenu-list > ul > li:nth-child(3) .fa-star {
  color: #ffcc00;
}

#platform-header #megaMenu #megaMenu-list > ul > li:nth-child(3) span {
  display: table-cell;
  width: 50%;
  text-align: center;
  cursor: pointer;
}

#platform-header #megaMenu #megaMenu-list > ul > li:nth-child(3) span.active {
  border-bottom: 5px solid #276bff;
}

#platform-header #megaMenu #megaMenu-list > ul > li:nth-child(2) {
  position: static;
}

#platform-header #megaMenu #megaMenu-list > ul > li:nth-child(2) .fa-search {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #dddddd;
}

#platform-header #megaMenu #megaMenu-list > ul > li input {
  padding: 5px 0 5px 0;
  width: 100%;
  text-indent: 5px;
  border: 1px solid #dddddd;
  padding-right: 30px;
}

#platform-header .orgsList {
  list-style-type: none;
  padding-left: 0;
}

#platform-header .orgsList.first {
  padding-left: 6px;
}

#platform-header .menu-section {
  position: relative;
}

#platform-header .menu-section > .menuSecs {
  width: 100%;
}

#platform-header .menu-section > .menuSecs.top {
  height: 55%;
}

#platform-header .menu-section > .menuSecs.bottom {
  position: absolute;
  bottom: 10px;
  width: calc(100% - 20px);
}

#platform-header .menu-section > .menuSecs.bottom table {
  font-size: 14px;
  color: #333333;
  display: inline-block;
}

#platform-header .menu-section > .menuSecs.bottom table tr {
  line-height: 38px;
}

#platform-header .menu-section > .menuSecs.head {
  font-weight: bold;
}

#platform-header #mm-orgDetails {
  display: table;
  height: 100%;
}

#platform-header .menuSecs > .mm-subMenu {
  border-radius: 2px;
  width: 160px;
  -webkit-transition: 0.2s linear all;
  transition: 0.2s linear all;
  padding: 0 15px;
  float: left;
}

#platform-header .menuSecs > .mm-subMenu > .mm-smTitle {
  margin-bottom: 20px;
}

#platform-header .menuSecs > .mm-subMenu > .mm-smTitle i {
  font-size: 20px;
}

#platform-header .menuSecs > .mm-subMenu > .mm-smTitle.model {
  border-bottom: 3px solid #c12121;
}

#platform-header .menuSecs > .mm-subMenu > .mm-smTitle.model i {
  color: #c12121;
}

#platform-header .menuSecs > .mm-subMenu > .mm-smTitle.estimate {
  border-bottom: 3px solid #2170cd;
}

#platform-header .menuSecs > .mm-subMenu > .mm-smTitle.estimate i {
  color: #2170cd;
}

#platform-header .menuSecs > .mm-subMenu > .mm-smTitle.plan {
  border-bottom: 3px solid #286544;
}

#platform-header .menuSecs > .mm-subMenu > .mm-smTitle.plan i {
  color: #286544;
}

#platform-header .menuSecs > .mm-subMenu > .mm-smTitle.contract {
  border-bottom: 3px solid #ff5a00;
}

#platform-header .menuSecs > .mm-subMenu > .mm-smTitle.contract i {
  color: #ff5a00;
}

#platform-header .menuSecs > .mm-subMenu > .mm-smBody {
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
  display: none;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
  position: relative;
  z-index: 99;
}

#platform-header .menuSecs > .mm-subMenu > .mm-smBody > div:hover {
  background-color: #f2f2f2;
}

#platform-header .menuSecs > .mm-subMenu.shadow {
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
}

#platform-header .menuSecs > .mm-subMenu div {
  line-height: 37px;
}

#platform-header .left-table tr td:nth-child(1) {
  width: 100px;
  padding-left: 20px;
}

#platform-header .left-table tr td:nth-child(2) {
  padding-left: 20px;
}

#platform-header .right-table tr td {
  border-bottom: 1px solid black;
}

#platform-header .bottom-border {
  border-bottom: 1px solid #dddddd;
}

#platform-header .mm-subMenu .fa-cog {
  margin-left: 30px;
  color: #333333 !important;
}

#platform-header .common-table {
  padding: 10px 0;
  vertical-align: top;
  display: inline-block;
  width: 300px;
}

#platform-header .common-table tr td {
  padding: 10px 0;
}

#platform-header .k-mrflyout {
  margin: 10px;
  width: 150px;
  padding: 10px;
  height: 45px;
  overflow: hidden;
  border-radius: 2px 2px 0 0;
}

#platform-header .k-mrflyout .mrflyout-parent-app {
  border-bottom: 3px solid #000;
  font-size: 14px;
  padding-bottom: 10px;
  cursor: default;
}

#platform-header .k-mrflyout .mrflyout-child div {
  font-size: 14px;
  vertical-align: middle;
  position: relative;
  line-height: 16px;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  white-space: normal;
}

#platform-header .k-mrflyout .mrflyout-child div:hover {
  background-color: #f2f2f2;
  cursor: pointer;
  opacity: 1;
}

#platform-header .k-mrflyout:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  opacity: 1;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

#platform-header .k-mrflyout:hover > .mrflyout-child {
  opacity: 1;
  position: absolute;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1), -2px 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1), -2px 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 2px 2px;
}

#platform-header #OrgPrjTemplate .widthBox {
  max-height: 300px;
}

#platform-header .widthBox {
  display: inline-block;
  z-index: 3;
  background: #fff;
  width: auto;
  max-width: 900px;
}

#platform-header .widthBox ul li {
  height: 40px;
}

#platform-header .widthBox ul li a {
  font-size: 14px;
  color: #000;
  font-family: Roboto Regular;
  padding: 10px;
  display: inline-block;
}

#platform-header div#ApplnTemplate > div.colorGrouping:nth-child(2) div#ModelSuite {
  padding: 0;
}

#platform-header div#ApplnTemplate > div.colorGrouping:nth-child(2) div#ModelSuite a {
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
  cursor: pointer;
}

#platform-header .k-mrflyout-hidden {
  display: block !important;
  background: #fff;
  margin-left: -10px;
  width: 150px;
  z-index: 1;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  opacity: 0;
}

#platform-header #megaMenu-list li:hover,
#platform-header .columnFlex li:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}

#platform-header .mrflyout-child {
  opacity: 0;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

#platform-header a {
  text-decoration: none !important;
  color: #333333;
}

#platform-header #megaMenu-list li {
  line-height: 40px;
  font-size: 14px;
  font-family: sans-serif;
  padding: 0 10px;
  height: 40px;
}

#platform-header #megaMenu-list li i {
  margin-top: 9px;
  margin-right: 5px;
}

#platform-header #SecondHeaderDropdown {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  top: 38px;
  position: absolute;
  z-index: 10;
}

#platform-header .width500 {
  width: 500px !important;
}

#platform-header .sub-megaMenu {
  display: inline-block;
  width: 270px;
}

#platform-header .sub-megaMenu ul {
  padding: 0px;
  margin: 0;
}

#platform-header .sub-megaMenu ul li {
  font-family: Roboto Regular;
}

#platform-header .sub-megaMenu ul li h3 {
  font-size: 18px;
  font-family: 'Roboto Regular' !important;
  margin-top: 0;
  color: #333333;
  padding: 10px 0;
  margin: 0;
  padding: 0px;
  padding-bottom: 10px;
}

#platform-header .sub-megaMenu ul li input {
  padding: 7px 0;
  width: 100%;
  text-indent: 5px;
  border: 1px solid #dddddd;
  padding-right: 30px;
}

#platform-header .sub-megaMenu ul li a {
  text-decoration: underline !important;
  color: #276bff;
}

#platform-header .sub-megaMenu > ul > li .fa-search {
  position: relative;
  bottom: 24px;
  left: 263px;
  color: #dddddd;
}

#platform-header .sub-megaMenu > ul > li:nth-child(2) {
  height: 210px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #dddddd;
  margin-bottom: 0;
  width: 270px;
}

#platform-header .sub-megaMenu > ul > li:nth-child(2) span {
  display: table-cell;
  width: 12%;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  line-height: 37px;
}

#platform-header .sub-megaMenu > ul > li:nth-child(2) span.active {
  border-bottom: 5px solid #276bff;
}

#platform-header .sub-megaMenu > ul > li:nth-child(3) {
  text-align: right;
  color: #0066cc;
}

#platform-header .sub-megaMenu > ul > li:nth-child(3) .fa-star {
  color: #ffcc00;
  font-size: 16px;
  margin-top: 3px;
  margin-right: 5px;
}

#platform-header .sub-megaMenu > ul > li:nth-child(3) span {
  vertical-align: top;
  line-height: 24px;
}

#platform-header #test ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  height: 500px;
}

#platform-header .columnFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  padding: 10px;
  margin: 0;
  padding-bottom: 0;
}

#platform-header .header-dropdown3 {
  max-width: 180px;
}

#platform-header .header-dropdown3 > span {
  max-width: 142px;
}

#platform-header .header-dropdown3 > div {
  float: right;
  padding-right: 10px;
  padding-left: 10px;
}

#platform-header .header-dropdown3 > div > i {
  font-size: 14px;
}

#platform-header #ThirdHeaderDropdown {
  position: absolute;
  top: 38px;
  z-index: 4;
}

#platform-header #ThirdHeaderDropdown .columnFlex {
  padding: 0px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
}

#platform-header #ThirdHeaderDropdown .columnFlex li {
  padding: 0px 10px;
  height: 40px;
}

#platform-header #ThirdHeaderDropdown .columnFlex li a {
  padding: 0;
  margin-top: 9px;
}

#platform-header .platform-Menubar-1 {
  background: #4d595a;
  height: 42px;
  position: relative;
  font-family: 'Roboto Regular';
}

#platform-header .platform-Menubar-1 .platform-icon-menu {
  color: #ffffff;
  font-size: 20px;
}

#platform-header .platform-Menubar-1 img.help-icon {
  width: 20px;
  height: 20px;
  padding-left: 4px;
  margin-right: 0;
}

#platform-header .platform-Menubar-1 img.logo {
  width: 42px;
  height: 35px;
  margin: 0 15px 0 20px;
}

#platform-header .platform-Menubar-1 .platform-header-dropdown {
  background: rgba(255, 255, 255, 0.1);
  line-height: 35px;
  padding: 0 0 0 10px;
  border-radius: 0 0 5px 5px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  color: #fff;
  height: 35px;
  font-size: 14px;
  cursor: pointer;
}

#platform-header .platform-Menubar-1 .platform-header-dropdown > span {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  text-align: left;
}

#platform-header .platform-Menubar-1 .header-notification {
  display: inline-block;
  float: right;
  margin-right: 20px;
}

#platform-header .platform-Menubar-1 .header-notification li {
  padding: 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0 0 5px 5px;
  cursor: default;
}

#platform-header .platform-Menubar-1 .header-notification li span {
  vertical-align: middle;
}

#platform-header .platform-Menubar-1 .platform-badge.headerBadge {
  right: 24px;
  top: -1px;
  min-height: 12px !important;
  min-width: 12px !important;
  font-size: 9px;
}

#platform-header #platform-header {
  display: block !important;
}

#platform-header .platform-Menubar-1 .header-dropdown2 span,
#platform-header .platform-Menubar-1 .header-dropdown3 span {
  font-size: 12px;
}

#platform-header .complete-widget-dropdown {
  position: absolute;
  top: 38px;
  left: 80px;
  z-index: 5;
  font-family: Roboto Regular;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
}

#platform-header .header-notification ul {
  margin: 0;
}

#platform-header .megaMenu-bar-2 {
  border-bottom: 1px solid #ddd;
  position: static;
  background: #e4e4e4;
  font-size: 14px;
  font-family: 'Roboto Regular', 'Roboto bold', Sans-Serif;
  height: 40px;
  border-bottom: 1px solid #cccccc;
}

#platform-header .megaMenu-bar-2 ul li {
  display: inline-block;
  display: inline-block;
}

#platform-header .megaMenu-bar-2 ul li i {
  margin-right: 0;
}

#platform-header .megaMenu-bar-2 ul li div {
  border: 1px solid #ddd;
  border-radius: 3px;
}

#platform-header .megaMenu-bar-2 > div {
  border: none;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
}

#platform-header .megaMenu-bar-2 .dropdown-section {
  padding: 0;
  background-color: #fff !important;
  border: 1px solid #ddd !important;
  margin: 0px 1px 0px 10px;
  height: 30px !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

#platform-header .megaMenu-bar-2 .dropdown-section span {
  margin-left: 10px;
  line-height: 30px;
  font-size: 12px;
  color: #333333;
  cursor: pointer;
}

#platform-header .megaMenu-bar-2 .dropdown-section i {
  margin-left: 20px;
  margin-right: 10px;
  cursor: pointer;
}

#platform-header #platform-breadcrumbs {
  padding: 4px 12px;
  background-color: #e5f2f8;
  border-bottom: 1px solid #cccccc;
  height: 55px;
  display: table;
  table-layout: fixed;
  width: 100%;
}

#platform-header .box-shadow {
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.35);
  height: 1px;
  margin-top: -1px;
  position: relative;
  z-index: 1;
}

#platform-header .widget-headerDiv {
  margin-top: 20px;
  padding: 0 10px;
}

#platform-header .widget-headerDiv h5 {
  margin: 0;
}

#platform-header .widget-header {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  font-weight: bold;
}

#platform-header .border-bottom {
  border-bottom: 1px solid #ddd;
}

#platform-header .border-top {
  border-top: 1px solid #ddd;
}

#platform-header .icon-settings {
  color: #4d585a;
  font-size: 16px;
  vertical-align: middle;
  color: #ffffff !important;
  font-size: 20px;
  vertical-align: inherit;
}

#platform-header #megaMenu-list li .icon-reporting,
#platform-header .widget-headerDiv .icon-reporting {
  font-size: 20px;
  color: #9f26b5;
  vertical-align: middle;
}

#platform-header #megaMenu-list li .icon-explore,
#platform-header .widget-headerDiv .icon-explore {
  font-size: 20px;
  color: #9f26b5;
  vertical-align: middle;
}

#platform-header .border-right {
  border-right: 1px solid #ddd;
}

#platform-header .breadcrumb-list-style {
  border: solid 1px #dddddd;
  height: 26px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 40px;
  max-width: 200px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-radius: 3px;
  line-height: 2;
  font-size: 12px;
}

#platform-header .breadcrumb-list-style:hover:not(.lastBreadCrumb) {
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
}

#platform-header .platform-breadcrumb {
  font-family: Roboto Regular;
  font-size: 12px;
  margin-top: 0px !important;
  padding-left: 20px;
  background-color: #ffffff !important;
  height: 39px;
}

#platform-header .platform-breadcrumb ul {
  padding: 0 20px;
  margin: 5px 0 0 0;
}

#platform-header .platform-breadcrumb > img {
  height: 40px !important;
  width: 120px !important;
  margin: 0px 0px 0px 0px;
  float: left;
}

#platform-header .breadcrumbUl {
  padding: 0;
  margin: 2px 0 0 0;
}

#platform-header .breadcrumbUl li:last-child {
  font-family: Roboto Bold;
}

#platform-header .breadcrumbUl li:nth-child(even) {
  vertical-align: top;
  margin-top: 4px;
  display: inline-block;
  padding: 0px 7px;
}

#platform-header .breadcrumbUl li i.fa-angle-right {
  margin: 0;
}

#platform-header ul.breadcrumbUl li {
  padding-right: 0;
}

#platform-header .lastBreadCrumb {
  cursor: default;
}

#platform-header .platform-view {
  float: right;
  margin-right: 20px;
  text-align: right;
  margin-top: 6px !important;
}

#platform-header .platform-view div {
  display: inline-block;
  vertical-align: middle;
  margin-top: 1px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: none;
}

#platform-header .platform-view li {
  display: inline-block;
  vertical-align: middle;
  color: #0066cc;
  border: none;
}

#platform-header .platform-view li > a {
  cursor: pointer;
}

#platform-header .view-txt {
  font-size: 18px;
  color: #999999;
  margin: 0 5px 0 20px;
}

#platform-header .platform-view-dropdown {
  width: 300px;
}

#platform-header .platform-view-dropdown div {
  width: 100%;
}

#platform-header .tabCounter {
  background: #0066cc;
  display: inline-block;
  top: -1px;
  overflow: unset !important;
  margin-left: 17px;
  width: 22px;
  font-size: 10px;
  vertical-align: middle;
  height: 20px;
  font-family: Roboto Regular;
  color: #ffffff;
  position: relative;
}

#platform-header .tabCounter:before {
  border-right: 7px solid #0066cc;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-radius: 10px;
  content: '';
  height: 0px;
  top: 0px;
  left: 0;
  position: absolute;
  left: -7px;
  width: 0;
}

#platform-header .tabCounter span {
  display: inline-block;
  vertical-align: middle;
  margin-top: 3px;
}

#platform-header .notification-badge span {
  margin-left: 10px;
  background-color: #cc0000 !important;
  color: #fff;
  font-size: 12px;
  vertical-align: middle !important;
  text-align: center;
  min-height: 18px !important;
  min-width: 18px;
  height: auto !important;
  width: auto !important;
  border-radius: 100% !important;
  padding: 1px 6px 0px 6px;
  display: none;
  margin-top: 0px;
}

#platform-header .tab-disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
}

#platform-header .platform-tab {
  text-align: center;
}

#platform-header .scroll-active {
  color: #0066cc;
  cursor: pointer;
}

#platform-header .scroll-deactivate {
  color: #0066cc;
  opacity: 0.4;
  cursor: not-allowed;
}

#platform-header .mg-rt-10 {
  padding-right: 10px;
}

#platform-header .mg-lt-10 {
  padding-left: 10px;
}

#platform-header .mg-lt-20 {
  margin-left: 20px;
}

#platform-header .mr-tab-scroller {
  font-size: 32px;
  display: inline-block;
  vertical-align: middle;
}

#platform-header .mr-tab-scroller .fa {
  font-size: 32px;
  margin: 0px;
}

#platform-header .mr-tab-slider {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  background-color: transparent;
  border-bottom: 2px solid #0066cc;
  position: relative;
  z-index: 1200;
}

#platform-header .mr-tab {
  display: inline-block;
  min-width: 254px;
  overflow: hidden;
  margin: 0 10px;
  text-align: center;
}

#platform-header .mr-tab-content {
  padding: 0;
  white-space: nowrap;
}

#platform-header .mr-tab-content li {
  margin: 0px;
  white-space: pre-wrap;
  overflow: hidden;
  text-align: center;
  max-width: 264px;
  min-width: 72px;
  cursor: pointer;
  font-family: roboto regular;
  font-size: 12px;
  vertical-align: middle;
  padding: 12px;
}

#platform-header .mr-tab-content li span:not(.tabCounter):not(.notification-badgescounter) {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 240px;
  white-space: nowrap;
  vertical-align: bottom;
}

#platform-header .selectedMenu,
#platform-header .selectedProjectMenu {
  background-color: #f2f2f2;
  cursor: pointer;
}

#platform-header .megaMenuBlur {
  width: 100%;
  height: 100%;
  background: rgba(47, 79, 79, 0.6);
  top: 0;
  left: 0;
  position: fixed;
  z-index: 3;
  display: none;
}

#platform-header .megaMenupopup {
  min-width: 250px;
  max-width: 75%;
  width: auto;
  height: 255px;
  top: 50%;
  left: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10004;
  position: absolute;
  padding: 50px 50px 32px;
  border: 1px solid #0066cc;
  display: none;
}

#platform-header .megaMenupopup .logo-container {
  display: table;
  width: 100%;
}

#platform-header .megaMenupopup img {
  width: 100px;
  float: left;
  margin-right: 30px;
  height: 100px;
}

#platform-header .megaMenupopup .btn-container {
  margin-top: 32px;
  text-align: right;
}

#platform-header .megaMenupopup .btn-container input {
  background: #0066cc;
  color: #fff;
  border: 1px solid #ddd;
  padding: 0px 20px;
  border-radius: 5px;
  font-size: 14px;
  height: 30px;
}

#platform-header .megaMenupopup .btn-container .close-btn:hover {
  background: #3385dc;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #platform-header .megaMenupopup {
    -webkit-transform: translate3d(-50%, -50%, 0px);
    transform: translate3d(-50%, -50%, 0px);
  }
}

#platform-header .megaMenupopup li:last-child {
  padding-top: 10px;
}

#platform-header .exit {
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-block;
  text-decoration: none !important;
}

#platform-header .favorite-list-dialog {
  width: 764px;
  background: #ffffff;
  padding: 50px 50px 0;
  font-size: 16px;
  margin: 0 auto;
  position: relative;
  height: auto;
  border: 1px solid #0066cc !important;
  padding: 50px 50px 0 !important;
  bottom: 33px !important;
}

#platform-header .favorite-list-dialog h3 {
  margin: 0;
  color: #333333;
}

#platform-header .favorite-list-dialog .parent > div {
  display: table-cell;
}

#platform-header .favoriteList {
  border-color: #ffffff !important;
}

#platform-header .favoriteList table tr td:last-child {
  padding: 0 !important;
}

#platform-header .left-section {
  width: 300px;
}

#platform-header .left-section .input-section {
  text-align: center;
  background: #e6f0fa;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#platform-header .left-section .input-section input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
  height: 30px;
  border: 1px solid #f0f0f0;
  padding: 0 25px 0 10px;
  font-size: 12px;
}

#platform-header .left-section .input-section input:hover {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
}

#platform-header .left-section .input-section input:focus {
  outline: none;
}

#platform-header .left-section ul {
  padding: 0;
  width: 90%;
  margin: 0 auto;
  font-size: 12px;
}

#platform-header .left-section ul li {
  display: inline;
}

#platform-header .input-section .fa-search {
  position: absolute;
  left: 344px;
  top: 146px;
  float: right;
  color: #dedede;
}

#platform-header .project-org-tab {
  width: 80%;
  margin: 0px auto;
  text-align: center;
  font-size: 12px;
}

#platform-header .project-org-tab div {
  display: inline-block;
  padding: 4px 12px;
  width: 40%;
  cursor: pointer;
}

#platform-header .project-org-tab span {
  width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

#platform-header .active-tab {
  border-bottom: 2px #0066cc solid;
}

#platform-header .add-remove-section {
  width: 50px;
  text-align: center;
}

#platform-header .add-remove-section i {
  color: #0066cc;
  cursor: pointer;
  position: relative;
}

#platform-header .add-remove-section i.fa-arrow-right {
  padding: 7px 0;
  height: 16px;
  width: 35px;
  top: 80px;
  opacity: 0.4;
}

#platform-header .add-remove-section i.fa-arrow-left {
  padding: 7px 0;
  height: 16px;
  width: 35px;
  top: 84px;
  opacity: 0.4;
}

#platform-header .add-remove-section .fa,
#platform-header .order-section .fa {
  margin-right: 0;
}

#platform-header .parent {
  margin-top: 25px;
}

#platform-header .parent .right-section {
  width: 300px;
  vertical-align: top;
  padding-top: 7px;
}

#platform-header .parent .right-section ul {
  font-size: 12px;
  padding: 10px 0;
  margin: 0;
}

#platform-header .parent .right-section ul li {
  display: inline;
}

#platform-header .parent .right-section .project-org-title {
  background: #e6f0fa;
}

#platform-header .parent .right-section .project-org-title h3 {
  margin: 0;
}

#platform-header .order-section {
  width: 50px;
  text-align: center;
}

#platform-header .order-section i {
  color: #0066cc;
  position: relative;
  cursor: pointer;
}

#platform-header .order-section i.fa-arrow-up {
  padding: 7px 0;
  height: 16px;
  width: 35px;
  top: 80px;
  opacity: 0.4;
}

#platform-header .order-section i.fa-arrow-down {
  padding: 7px 0;
  height: 16px;
  width: 35px;
  top: 84px;
  opacity: 0.4;
}

#platform-header .arrow-enable {
  opacity: 1 !important;
  margin: 0 !important;
}

#platform-header .arrow-enable:hover {
  outline: 1px solid #ddd;
}

#platform-header .favorite-list-btn {
  padding: 34px 0;
  text-align: right;
}

#platform-header .favorite-list-btn .list-btn {
  font-family: 'Roboto Regular' !important;
  font-size: 14px !important;
  border-radius: 5px;
  padding: 0px 20px !important;
  height: 28px;
}

#platform-header .favorite-list-btn .btn-primary {
  background: #0066cc !important;
  color: #ffffff !important;
  border: 1px solid #0066cc !important;
  margin-left: 20px !important;
  text-transform: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#platform-header .favorite-list-btn .btn-primary:hover {
  background: #3385d6 !important;
  border-color: #3385d6 !important;
}

#platform-header .favorite-list-btn .btn-secondary {
  color: #0066cc !important;
  background-color: #ffffff !important;
  border: 1px solid #0066cc !important;
  text-transform: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#platform-header .sub-megaMenu .favoriteList,
#platform-header .favorite-list-container .userFavoritesGrid {
  border-color: #ffffff !important;
  border: 0;
}

#platform-header .menu-subheader {
  font-family: 'Roboto Regular' !important;
  font-size: 14px !important;
  padding: 0 10px;
  height: 40px;
  border-bottom: 1px solid #ddd;
  color: #333333;
}

#platform-header .menu-subheader span {
  display: inline-block;
  margin-top: 12px;
  max-width: 310px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#platform-header .megaMenu-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(47, 79, 79, 0.6);
  z-index: 10000;
  opacity: 1;
}

#platform-header .favorite-list-container {
  height: 210px;
  width: 330px;
  font-family: 'Roboto Regular' !important;
  font-size: 12px;
  color: #333333;
  border: 1px solid #dddddd;
  overflow: auto;
}

#platform-header .favorite-list-container table tr {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#platform-header .favorite-list-disable {
  opacity: 0.4;
}

#platform-header .favorite-list-disable:hover,
#platform-header .favorite-list-disable div:hover {
  cursor: default !important;
}

#platform-header .displayPopup {
  display: block !important;
}

#platform-header .popup-container {
  left: auto !important;
  top: 0px !important;
  max-width: 866px !important;
  position: relative !important;
  margin: 0 auto;
}

#platform-header .fa-exclamation-triangle {
  font-size: 16px;
  color: #ffcc00;
}

#platform-header .favorite-list-warning {
  border: 2px solid;
  border-color: #ffcc00;
}

#platform-header .favorite-warning-gridcolor {
  background-color: #ffeb99 !important;
}

#platform-header .fa-search.search-color:before {
  color: #ffcc00 !important;
}

#platform-header .searchPopup {
  background: #fff;
  border: 1px solid #ccc;
  padding: 30px 10px;
  float: right;
  -webkit-box-shadow: -1px 1px 5px -1px rgba(0, 0, 0, 0.35);
  box-shadow: -1px 1px 5px -1px rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 126px;
  z-index: 1;
  right: -400px;
}

#platform-header .searchPopup input {
  width: 300px;
  display: inline-block;
  padding-right: 36px !important;
}

#platform-header .searchPopup .search-exit {
  position: relative;
  top: -26px;
  left: 330px;
  display: inline;
}

#platform-header .searchPopup input:hover,
#platform-header .searchPopup input:focus {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
}

#platform-header .borderBottom {
  border-bottom: #dddddd solid 1px;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.35);
  margin-top: -2px;
  z-index: 1;
}

#platform-header .kendoTooltipInnerStyle {
  color: #474545;
}

#platform-header .kendoTooltipInnerStyle span {
  color: #333;
  font-weight: bold;
}

#platform-header .colorGrouping {
  vertical-align: top;
  display: inline-block;
}

#platform-header .application-Name {
  display: inline-block;
}

#platform-header .application-Disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

#platform-header .blue,
#platform-header .icon-estimate,
#platform-header .icon-controls {
  border-bottom-color: #0075c9 !important;
  color: #0075c9 !important;
}

#platform-header .green,
#platform-header .icon-plan,
#platform-header .icon-inspect,
#platform-header .icon-progress {
  border-bottom-color: #2d7050 !important;
  color: #2d7050 !important;
}

#platform-header .grey {
  border-bottom-color: #4d595a !important;
  color: #4d595a !important;
}

#platform-header .violet {
  border-bottom-color: #9f26b5 !important;
  color: #9f26b5 !important;
}

#platform-header .orange,
#platform-header .icon-contracts {
  border-bottom-color: #ff6d10 !important;
  color: #ff6d10 !important;
}

#platform-header .maroon {
  border-bottom-color: #981b26 !important;
  color: #981b26 !important;
}

#platform-header .megaMenu-toolbar-icon,
#platform-header .megaMenu-toolbar-icon-selected,
#platform-header .megaMenu-toolbar-icon-disabled {
  vertical-align: middle;
  display: inline-block;
  padding: 5px 0px;
}

#platform-header .megaMenu-toolbar-icon,
#platform-header .megaMenu-toolbar-icon-selected {
  cursor: pointer;
}

#platform-header .megaMenu-toolbar-icon-disabled {
  cursor: not-allowed;
}

#platform-header .megaMenu-toolbar-icon-disabled::before {
  font-size: 20px !important;
  color: #99c2eb !important;
  opacity: 0.4 !important;
  padding: 5px !important;
  width: 30px !important;
  top: auto !important;
}

#platform-header .megaMenu-toolbar-icon-disabled span.contextText {
  opacity: 0.4;
}

#platform-header .megaMenu-toolbar-icon::before {
  font-size: 20px !important;
  color: #0066cc !important;
  padding: 5px !important;
  width: 30px !important;
  top: auto !important;
}

#platform-header .megaMenu-toolbar-icon:hover,
#platform-header .megaMenu-toolbar-icon-selected:hover {
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 0px 1px #ddd;
  box-shadow: 0px 0px 0px 1px #ddd;
}

#platform-header .megaMenu-toolbar-icon-selected::before {
  font-size: 20px !important;
  color: #ffcc00 !important;
  padding: 5px !important;
  width: 30px !important;
  top: auto !important;
}

#platform-header .megaMenu-toolbar-action-container {
  display: inline-block;
  outline: 1px solid #dddddd;
  height: 30px;
  color: #333333;
  font-size: 12px;
  padding: 6px 10px;
}

#platform-header .megaMenu-toolbar-action-container a span:first-child {
  margin-right: 20px;
}

#platform-header .menu-app-icon {
  vertical-align: middle;
  font-size: 20px;
}

#platform-header #core-main-content.core-remove-whitespace {
  top: 125px !important;
}

#platform-header .tab-slider {
  width: 130px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  background-color: transparent;
  border-bottom: 2px solid #0066cc;
  position: relative;
}

#platform-header .tab-slider-project {
  left: 35px;
}

#platform-header .tab-slider-organization {
  left: 167px;
}

#platform-header .Plan,
#platform-header .Inspect,
#platform-header .Progress {
  background: #2d7050;
}

#platform-header .Estimate,
#platform-header .Control {
  background: #0075c9;
}

#platform-header .Report {
  background: #9f26b5;
}

#platform-header .ModelSuite {
  background: #981b26;
}

#platform-header .Contract {
  background: #ff6d10;
}

#platform-header .Design {
  background: #0066cc;
}

#platform-header #userIcon {
  cursor: pointer;
}

#platform-header .platform-badge.notificationBadge {
  min-height: 18px !important;
  min-width: 18px;
  top: 8px;
  line-height: 17px !important;
  min-height: 18px !important;
  min-width: 18px;
  top: 8px;
  line-height: 17px !important;
}

#platform-header .columnFlex > li,
#platform-header .columnFlex li > a {
  max-width: 320px !important;
}

#platform-header .columnFlex-MaxWidth {
  max-width: 340px;
}

#platform-header .common-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#platform-header .defaultCursor {
  cursor: default !important;
}

#platform-header .organizationFavorite {
  font-family: sans-serif;
  float: left;
  width: 88%;
  direction: rtl;
  text-align: left;
  padding-left: 10px;
}

#platform-header .projectFavorite {
  font-family: sans-serif;
  float: left;
  width: 88%;
  padding-left: 10px;
}

#platform-header .arrowIcon {
  float: right;
  cursor: pointer;
  padding: 0px 12px;
  margin-right: 0px !important;
  font-size: 20px;
  color: #333333;
}

#platform-header #BottomTemplate {
  overflow: hidden;
  white-space: nowrap;
}

#platform-header .operationalInfoPannel {
  top: 125px !important;
  bottom: 30px !important;
}

#platform-header .toolBarElementRight {
  display: inline;
}

#platform-header .contextMenu span:hover {
  outline: none !important;
  background: #ebebeb;
}

#platform-header .contextMenu span:not(.contextText) {
  padding: 10px;
  display: block;
  text-overflow: ellipsis;
  max-width: 470px;
  white-space: nowrap;
}

#platform-header .contextText {
  font-size: 12px;
  color: #444444;
  display: block;
  margin-left: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px 0px 4px 0px;
  margin-top: -16px;
  font-family: 'Roboto Regular', 'Segoe UI', Verdana, Helvetica, sans-serif;
  white-space: nowrap;
}

#platform-header .lm_leftMenu_Kn_Widget_1_0 .lm-menu li.disabled .pic {
  color: #bbbbbb !important;
}

#platform-header .favoriteTab {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 27px;
  position: relative;
}

#platform-header .favoriteTab:before {
  content: '\2026';
  right: 0px;
  bottom: -1px;
  position: absolute;
  width: 20px;
  background-color: white;
  text-align: left;
}

#platform-header .favoriteTab:after {
  content: '';
  right: 0px;
  bottom: 0px;
  position: absolute;
}

#platform-header .schedule-class {
  width: inherit;
}

#platform-header .schedule-icon {
  position: relative;
  bottom: 40px;
}

#platform-header .contextMenu .megaMenu-toolbar-icon-disabled:hover,
#platform-header .contextMenu .megaMenu-toolbar-icon-disabled span:hover {
  background: none !important;
}

#platform-header .organizationEllipsis {
  direction: rtl !important;
}

#platform-header #Estimate {
  cursor: pointer;
}

#platform-header #OuterTemplate .mrflyout-child div {
  display: table;
  width: inherit;
}

#platform-header #OuterTemplate .mrflyout-child div a {
  display: table-cell;
  vertical-align: middle;
}

#platform-header .mega-menu-firstLevel {
  max-width: 235px;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#platform-header .setting-submenu-shadow-level1 {
  position: absolute;
  width: 198px;
  height: 81px;
  background-color: #f2f2f2;
  left: 41px;
  z-index: 1;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}

#platform-header .setting-submenu-shadow-level2 {
  position: absolute;
  width: 197px;
  height: 100%;
  background-color: #f2f2f2;
  left: 42px;
  top: 82px;
  z-index: 1;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}

#platform-header .leftpanel-height {
  height: 100%;
}

#platform-header .applicationColor {
  background: #ff6c0c;
}

#platform-header .ico-main-toolbar-button {
  font-size: 20px !important;
  color: #0066cc !important;
  padding-bottom: 5px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-top: 5px !important;
  margin-left: 20px !important;
  margin-top: 0px;
  -webkit-box-shadow: 0px 0px 0px 0px #ddd;
  box-shadow: 0px 0px 0px 0px #ddd;
}

#platform-header .ico-main-toolbar-button:hover {
  border-radius: 2px !important;
  -webkit-box-shadow: 0px 0px 0px 1px #aeaeae;
  box-shadow: 0px 0px 0px 1px #aeaeae;
  z-index: 100;
}

#platform-header .HeaderLeftLogo {
  background: url(Images/ineight-document-suite-20x40color.svg) no-repeat 0px 0px;
  float: left;
  height: 40px !important;
  width: 120px !important;
  margin: 0px 0px 0px 0px;
  border-right: 1px #cccccc solid;
}

#platform-header .headerLeftLogoSpan {
  border-right: 1px #cccccc solid;
  padding-top: 5px;
  padding-bottom: 5px;
}

#platform-header .menu-right {
  height: inherit;
  display: block;
  float: right;
  margin-right: 20px;
}

#platform-header .menu-right > ul {
  padding: 0px;
  cursor: pointer;
}

#platform-header .menu-right > ul > li {
  background: rgba(255, 255, 255, 0.1);
  padding: 7px 12px;
  height: 35px;
  font-size: 18px;
  color: #ffffff !important;
  border-radius: 0 0 5px 5px;
  margin-left: 10px;
  float: left;
  list-style-type: none;
}

#platform-header .ineight-ds-dropdown {
  display: none;
  position: absolute;
  top: 40px;
  width: 150px;
  padding-left: 0px;
  padding-right: 0px;
  z-index: 5;
  right: 0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
}

#platform-header .ineight-ds-dropdown > ul {
  cursor: pointer;
}

#platform-header .ineight-ds-dropdown > li {
  cursor: pointer;
  height: 40px;
  width: 100%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 11px;
  font-family: 'Roboto Regular';
  font-size: 12px;
  color: #333333 !important;
  margin-top: 0px;
}

#platform-header .ineight-ds-dropdown > li:hover {
  height: 40px;
  background-color: #f2f2f2;
  border-collapse: collapse;
}

#platform-header .spnSubTitle {
  font-size: 9px !important;
  font-family: 'Roboto Regular';
  position: absolute;
}

#platform-header .handleSubTitle {
  padding-top: 8px !important;
}

#platform-header .help-ds-dropdown {
  display: none;
  position: absolute;
  top: 42px;
  width: 370px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 5;
  right: 0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
}

#platform-header .help-ds-dropdown > div {
  height: 40px;
  width: 100%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
  padding-top: 10px;
  font-family: 'Roboto Regular';
  font-stretch: 100%;
  font-size: 14px;
  color: #333333;
  margin-top: 0px;
}

#platform-header .help-ds-dropdown > li > a {
  font-family: 'Roboto Regular';
  font-size: 14px;
  color: #333333;
}
    #platform-header .help-ds-dropdown > div > div>a {
        font-family: 'Roboto Regular';
        font-size: 14px;
        color: #333333;
    }
    #platform-header .help-ds-dropdown > div > a {
        font-family: 'Roboto Regular';
        font-size: 14px;
        color: #333333;
    }
    #platform-header .help-ds-dropdown > div {
        margin: 0;
        padding: 5px;
        border-collapse: collapse;
        color: #333333;
       
    }

#platform-header .help-ds-dropdown > div > hr {
  background-color: #cccccc;
  font-size: 1px;
  height: 1px;
  margin: 0;
}

#platform-header .help-ds-dropdown li:hover {
  height: 40px;
  background-color: #f2f2f2;
  border-collapse: collapse;
}

#platform-header .setting-ds-dropdown {
  width: 175px;
}

#platform-header .megaMenu-drpdwn-3 {
  display: none;
  position: absolute;
  top: 42px;
  width: 170px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 5;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  border-radius: 2px;
  margin: 0px;
  margin-left: -10px;
  line-height: 40px;
}

#platform-header .megaMenu-drpdwn-3 > li {
  height: 40px;
  width: 100%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-align: left;
  padding-left: 20px;
  padding-right: 10px;
  font-family: 'Roboto';
  font-stretch: 100%;
  font-size: 14px;
  color: #333333;
  line-height: 40px;
  cursor: pointer !important;
}

#platform-header .megaMenu-drpdwn-3 > li > span {
  font-family: 'Roboto Regular';
  font-stretch: 100%;
  font-size: 14px !important;
  color: #333333;
  width: 100%;
}

#platform-header .megaMenu-drpdwn-3 > li > span > i {
  position: relative;
  bottom: 0px;
  float: right;
  margin: 14px 0px 10px 10px;
  font-size: 14px;
}

#platform-header .megaMenu-drpdwn-3 > div {
  margin: 0;
  padding: 5px;
  border-collapse: collapse;
}

#platform-header .megaMenu-drpdwn-3-child {
  display: none;
  position: absolute;
  top: 30px;
  width: 170px;
  max-width: 300px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 5;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  border-radius: 2px;
  margin: 0px;
  margin-left: 150px;
  line-height: 40px;
  margin-top: -40px;
}

#platform-header .megaMenu-drpdwn-3-child > li {
  height: 40px;
  width: 100%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-align: left;
  font-family: 'Roboto';
  font-stretch: 100%;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  color: #333333;
  line-height: 40px;
}

#platform-header .megaMenu-drpdwn-3-child > li > span {
  font-family: 'Roboto Regular';
  font-stretch: 100%;
  font-size: 14px !important;
  color: #333333;
  width: 100%;
}

#platform-header .megaMenu-drpdwn-3-child li:hover {
  height: 40px;
  background-color: #f2f2f2;
  border-collapse: collapse;
}

#platform-header .header-dropdown1 > span {
  max-width: 260px;
  width: 260px;
}

#platform-header .header-dropdown1 > div {
  float: right;
  padding-right: 10px;
  padding-left: 10px;
}

#platform-header .header-dropdown1 > div > i {
  font-size: 14px;
}

#platform-header .header-dropdown2 > span {
  max-width: 172px;
  text-overflow: ellipsis !important;
}

#platform-header .header-dropdown2 > span > span {
  font-size: 10px !important;
}

#platform-header .header-dropdown2 > div {
  float: right;
  padding-right: 10px;
  padding-left: 10px;
}

#platform-header .header-dropdown2 > div > i {
  font-size: 14px;
}

#platform-header .verticle-splitter {
  border: none;
  width: 1px;
  float: left;
  border-left: 1px solid #dddddd;
  margin-left: 280px;
  position: absolute;
  margin-top: 10px;
  margin-bottom: 10px;
  bottom: 0;
  top: 0;
}

#platform-header .megamenu-section {
  display: none;
  position: absolute;
  top: 42px;
  padding: 10px;
  z-index: 1000;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  border-radius: 2px;
  margin: 0px;
  margin-left: -10px;
  color: #333333;
  font-size: 14px;
  font-family: 'Roboto Regular';
  line-height: normal;
  max-height: 520px;
  cursor: auto;
}

#platform-header .project-section {
  float: left;
  width: 270px;
  margin-right: 10px;
}

#platform-header .project-section-row {
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #dddddd;
  cursor: pointer;
}

#platform-header .project-section-row:hover {
  background-color: #f2f2f2;
}

#platform-header .application-section {
  float: right;
  margin-left: 10px;
}

#platform-header .application-section > div {
  line-height: normal;
  vertical-align: middle;
}

#platform-header .application-section > div > hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #dddddd;
}

#platform-header .application-section > hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #dddddd;
}

#platform-header .application-section-row {
  position: relative;
  background: #fff;
  margin: 0px;
  color: #333333;
  font-size: 14px;
  font-family: 'Roboto Regular';
  line-height: normal;
  height: 40px;
}

#platform-header .application-section-row > div {
  height: inherit;
  float: left;
}

#platform-header .application-section-row-space {
  padding: 10px;
}

#platform-header .application-section-col-space {
  padding-right: 20px;
}

#platform-header .application-section-col {
  position: relative;
  width: 150px;
  vertical-align: middle;
  z-index: 5;
}

#platform-header .application-section-col > div {
  color: #333333;
  font-size: 14px !important;
  font-family: 'Roboto Regular';
  height: inherit;
  z-index: 5;
}

#platform-header .application-section-col > div > div {
  color: #333333;
  font-size: 14px !important;
  font-family: 'Roboto Regular';
  height: inherit;
  z-index: 5;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 7px;
}

#platform-header .application-section-col > div > div > div {
  height: inherit;
  color: #333333;
  font-size: 14px !important;
  font-family: 'Roboto Regular';
  padding-top: 10px;
  padding-bottom: 7px;
  z-index: 5;
}

#platform-header .application-section-col > div > div > i {
  padding-right: 5px;
  padding-top: 6px;
  font-size: 20px;
  height: inherit;
  float: left;
}

#platform-header .application-section-col > ul {
  height: inherit;
  color: #333333;
  font-size: 14px !important;
  font-family: 'Roboto Regular';
  display: none;
  z-index: 5;
  border-collapse: collapse;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  z-index: 5;
  background: #fff;
  margin: 0px;
  line-height: 40px;
}

#platform-header .application-section-col > ul > li {
  height: 40px;
  width: 100%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-align: left;
  font-family: 'Roboto';
  font-stretch: 100%;
  font-size: 14px;
  color: #333333;
  line-height: 40px;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
}

#platform-header .application-section-col > ul > li:hover {
  height: 40px;
  background-color: #f2f2f2;
  border-collapse: collapse;
}

#platform-header .application-section-col > ul > li > span {
  font-family: 'Roboto Regular';
  font-stretch: 100%;
  font-size: 14px !important;
  color: #333333;
  width: 100%;
}

#platform-header .application-section-col > ul > li > span > i {
  position: relative;
  bottom: 0px;
  float: right;
  margin: 14px 0px 10px 10px;
  font-size: 14px;
}

#platform-header .application-section-col-hover {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  border-radius: 2px;
  z-index: 5;
  background-color: white;
}

#platform-header .application-section-col-drpdwn-3-child {
  display: none;
  position: absolute;
  top: 30px;
  width: 170px;
  max-width: 300px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 5;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  border-radius: 2px;
  margin: 0px;
  margin-left: 140px;
  line-height: 40px;
  margin-top: -40px;
}

#platform-header .application-section-col-drpdwn-3-child > li {
  height: 40px;
  width: 100%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-align: left;
  font-family: 'Roboto';
  font-stretch: 100%;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  color: #333333;
  line-height: 40px;
}

#platform-header .application-section-col-drpdwn-3-child > li > span {
  font-family: 'Roboto Regular';
  font-stretch: 100%;
  font-size: 14px !important;
  color: #333333;
  width: 100%;
}

#platform-header .application-section-col-drpdwn-3-child li:hover {
  height: 40px;
  background-color: #f2f2f2;
  border-collapse: collapse;
}

#platform-header .application-section-col-disabled {
  width: 150px;
  height: 100%;
  vertical-align: middle;
}

#platform-header .application-section-col-disabled > div {
  color: #999999;
  font-size: 14px !important;
  font-family: 'Roboto Regular';
  height: inherit;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 3px;
}

#platform-header .application-section-col-disabled > div > div {
  color: #999999;
  font-size: 14px !important;
  font-family: 'Roboto Regular';
  height: inherit;
}

#platform-header .application-section-col-disabled > div > div > div {
  height: inherit;
  color: #999999;
  font-size: 14px !important;
  font-family: 'Roboto Regular';
  padding-top: 10px;
}

#platform-header .application-section-col-disabled > div > div > i {
  padding-right: 5px;
  padding-top: 6px;
  font-size: 20px;
  height: inherit;
  float: left;
}

#platform-header .application-section-col-empty {
  width: 150px;
  height: 100%;
  vertical-align: middle;
}

#platform-header .projectlist-initial {
  height: 30px;
  color: #333333;
  position: relative;
  background-color: #f2f2f2;
  overflow: hidden;
}

#platform-header .projectlist-initial > span {
  padding-left: 10px;
  font-size: 12px !important;
  font-family: 'Roboto Regular';
  text-align: left !important;
  float: left;
  line-height: 30px !important;
  width: 240px !important;
}

#platform-header .projectlist-initial > i {
  font-size: 20px;
  float: right;
  margin-top: 5px;
  padding-right: 10px;
}

#platform-header .projectlist {
  height: 30px;
  color: #333333;
  position: relative;
  overflow: hidden;
}

#platform-header .projectlist > span {
  padding-left: 10px;
  font-size: 12px !important;
  font-family: 'Roboto Regular';
  text-align: left !important;
  float: left;
  line-height: 30px !important;
  width: 240px !important;
}

#platform-header .projectlist > span:hover {
  background-color: #f2f2f2;
}

#platform-header .projectlist > i {
  font-size: 20px;
  float: right;
  margin-top: 5px;
  padding-right: 10px;
}

#platform-header .extension-section {
  width: 150px;
}

#platform-header .border-color {
  border-bottom-style: solid;
  border-bottom-width: 3px;
}

#platform-header .secondary-blue {
  border: 1px solid #06c !important;
  height: 28px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #06c !important;
  background-color: #fff !important;
  padding: 0 20px !important;
  font-family: 'Roboto Regular' !important;
  font-size: 14px !important;
  text-align: center !important;
  border-radius: 5px;
  float: right;
  margin-right: 5px;
}

#platform-header .secondary-blue:hover {
  color: #fff !important;
  background-color: #06c !important;
}

#platform-header .about-popup-support {
  padding-bottom: 10px;
}

#platform-header .about-popup-address {
  padding-bottom: 20px;
}

#platform-header .balloon-switchui {
  background-color: #fff;
  border-color: #dddddd;
  border-style: solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px;
  font-family: 'Roboto Regular';
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  word-wrap: break-word;
  padding: 10px;
  z-index: 99999;
  border-radius: 5px !important;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  position: absolute;
  width: 230px;
  top: 53px;
  right: 10px;
  display: none;
}

#platform-header .balloon-switchui::after {
  border-color: rgba(221, 221, 221, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: 74px;
}

#platform-header .balloon-switchui::before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #dddddd;
  border-width: 12px;
  margin-left: 72px;
}

#platform-header .balloon-switchui::after,
#platform-header .balloon-switchui::before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

#platform-header .switch-ui-buttons {
  float: right;
}

#platform-header .user {
  height: 38px;
  cursor: default;
}

#platform-header [data-letters]:before {
  content: attr(data-letters);
  float: left;
  font-size: 16px;
  font-weight: 400;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  background: #ff6c0c;
  vertical-align: middle;
  margin-right: 10px;
  color: white;
}

#platform-header .userInfo {
    float: left;
    line-height: 20px;
    font-family: 'Roboto Regular';
    font-size: 1px;
    font-weight: 300;
    font-style: normal;
    cursor: text;
}

#platform-header .userName {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 180px;
  line-height: 16px;
  padding-top: 4px;
  color:black;
}

#platform-header .email {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 180px;
    line-height: 14px;
    color: black;
}

.switch-ui-popup {
  display: none;
  height: 210px;
  width: 540px;
}

.about-popup {
  display: none;
}
/*# sourceMappingURL=MegaMenu.css.map */