/* mvl fixate it for now */
@font-face {
  font-family: 'Open Sans Semibold';
  src: url('../Layout/Fonts/OpenSans/OpenSans-Semibold-webfont.eot');
  src: url('../Layout/Fonts/OpenSans/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../Layout/Fonts/OpenSans/OpenSans-Semibold-webfont.woff') format('woff'), url('../Layout/Fonts/OpenSans/OpenSans-Semibold-webfont.ttf') format('truetype'), url('../Layout/Fonts/OpenSans/OpenSans-Semibold-webfont.svg#OpenSansRegular') format('svg');
  font-weight: normal;
  font-weight: 600;
  font-style: normal;
}
#SuiteHeader {
  display: flex;
  background-position: left top;
  background-repeat: repeat-x;
  z-index: 6;
  height: 40px;
  position: relative;
  top: 0;
  width: 100%;
}
#SuiteHeader span.fa {
  font-size: 20px;
}
#SuiteHeader .subMenuItem {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 1px;
  height: 34px;
  line-height: 25px;
  text-align: center;
  font-family: 'Open Sans';
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  color: white;
  text-decoration: none;
}
#SuiteHeader .subMenuItem:hover {
  background-color: #109fe9;
  background-position: top left;
  background-repeat: repeat-x;
  color: white;
}
#SuiteHeader .subMenuActive {
  background-color: #109fe9;
  background-position: top left;
  background-repeat: repeat-x;
  color: white;
  z-index: 1;
}
#SuiteHeader .HeaderMenu {
  display: flex;
  margin-top: 2px;
  float: left;
}
#SuiteHeader .AccountMenu {
  position: fixed;
  z-index: 100;
  right: 0;
  top: 40px;
  box-shadow: -4px 6px 14px #646464;
  min-width: 190px;
  transition: all 0.1s ease-in-out;
  display: none;
}
#SuiteHeader .AccountMenu .accountMenuItem,
#SuiteHeader .AccountMenu .accountMenuItemHeader {
  line-height: 30px;
  height: 30px;
  background-color: white;
  box-sizing: border-box;
  padding-left: 0 10px;
  color: #4d4274;
  border-bottom: 1px solid #d7d7d7;
}
#SuiteHeader .AccountMenu .accountMenuItem i,
#SuiteHeader .AccountMenu .accountMenuItemHeader i {
  width: 25px;
  text-align: center;
}
#SuiteHeader .AccountMenu .accountMenuItem select,
#SuiteHeader .AccountMenu .accountMenuItemHeader select {
  border: none;
  height: 28px;
  line-height: 28px;
}
#SuiteHeader .AccountMenu .accountMenuItem {
  cursor: pointer;
}
#SuiteHeader .AccountMenu .accountMenuItem:hover {
  background-color: #2280c1;
  color: white;
}
#SuiteHeader .AccountMenu .accountMenuItemHeader {
  padding-left: 30px;
  font-weight: bold;
  text-align: left;
}
#SuiteHeader .SuiteApplicationName {
  position: absolute;
  right: 72px;
  z-index: 5;
  float: right;
  height: 29px;
  width: 115px;
  line-height: 28px;
  vertical-align: top;
  color: white;
  font-family: Raleway;
  font-weight: bold;
  margin-left: 7px;
  font-size: 14px;
  letter-spacing: 2px;
  margin-top: 2px;
}
#SuiteHeader .HeaderLogo {
  position: absolute;
  right: 196px;
  z-index: 5;
  float: right;
  background-repeat: no-repeat;
  height: 29px;
  margin-top: 2px;
  width: 75px;
}
#SuiteHeader .warningLabel {
  background-color: red;
  border: solid 1px white;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: white;
  font-weight: bold;
  float: left;
  margin-top: -1px;
  margin-left: 50px;
  padding: 0px 130px;
  font-size: 20px;
}
#SuiteBottomHeader {
  background-position: left top;
  position: absolute;
  width: 100%;
  top: 28px;
  height: 32px;
}
#SuiteBottomHeader .subMenuItem {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 1px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  font-family: 'Open Sans';
  cursor: pointer;
  color: black;
  text-decoration: none;
  text-transform: capitalize;
}
#SuiteBottomHeader .subMenuItem:hover {
  background-color: yellow;
  background-position: top left;
  background-repeat: repeat-x;
  color: white;
}
#SuiteBottomHeader .subMenuActive {
  background-color: yellow;
  background-position: top left;
  background-repeat: repeat-x;
  color: white;
  z-index: 1;
}
#SuiteSubMenu {
  margin-top: 1px;
  padding-left: 220px;
}
#SuiteSubMenu .subMenuItem {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  font-family: 'Open Sans';
  cursor: pointer;
  text-decoration: none;
  color: black;
}
#SuiteSubMenu .subMenuItem:hover {
  background-color: yellow;
  color: white;
  z-index: 1;
}
#SuiteSubMenu .subMenuItemCurrent {
  background-color: yellow;
  color: white;
  z-index: 1;
}
#BannerMenu {
  width: 199px;
  height: 28px;
  display: inline-block;
  margin-left: -2px;
}
#BannerMenu .bannerMenuItem {
  width: 66px;
  height: 28px;
  cursor: pointer;
  float: left;
}
#SuiteLeftBar {
  width: 200px;
  position: fixed;
  top: 30px;
  /*display: none;*/
  background-position: 0 86px;
  left: -200px;
  /*background-color: rgb(54,46,118);*/
  background-position: top;
  background-size: 100% 100%;
  z-index: 5;
}
#SuiteLeftBar #LeftBarMenu {
  position: relative;
}
#SuiteLeftBar #LeftBarMenu .leftBarMenuItem {
  width: 196px;
  background-color: white;
  height: 42px;
  border-bottom: 1px solid #504878;
  cursor: pointer;
}
#SuiteLeftBar #LeftBarMenu .leftBarMenuItem .leftMenuBarText {
  line-height: 42px;
  vertical-align: top;
  display: inline-block;
}
#SuiteLeftBar #LeftBarMenu .leftBarMenuItem:hover .leftMenuBarText {
  text-decoration: underline;
}
#SuiteLeftBar #ApplicationGrid {
  margin-top: 60px;
}
#SuiteLeftBar #ApplicationGrid .applicationItem {
  background-position: center bottom;
  display: inline-block;
  float: left;
  height: 99px;
  width: 98px;
}
#SuiteLeftBar #ApplicationGrid .applicationItem .applicationIcon {
  width: 40px;
  height: 40px;
  margin-left: 30px;
  margin-top: 20px;
}
#SuiteLeftBar #ApplicationGrid .applicationItem .applicationName {
  color: white;
  font-size: 12px;
  margin-top: 17px;
  padding-left: 4px;
  text-align: center;
}
#MainContent {
  position: relative;
  overflow: auto;
}
#ContentTopMenu {
  padding-left: 195px;
  height: 35px;
  margin-top: -4px;
  background-size: 100% 100%;
}
#ContentTopMenu a {
  color: white;
  cursor: pointer;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin-right: 1px;
  margin-top: 6px;
  padding: 0 25px;
  text-decoration: none;
}
#ContentTopMenu a.stateSelected {
  background-color: white;
  border-bottom: 1px solid white;
  border-top: solid 2px #109fe9;
  color: black;
  cursor: default;
}
#ContentTopMenu a.stateSelected:hover {
  text-decoration: none;
}
#ContentTopMenu a:hover {
  text-decoration: underline;
}
#layout_sidebar {
  margin-top: 5px;
}
#layout_sidebar .navigationHeader {
  background-repeat: no-repeat;
  height: 20px;
  overflow: auto;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: yellow;
}
#layout_sidebar .navigationHeader span {
  color: black;
  font-weight: bold;
  font-variant: small-caps;
  font-size: 12px;
  margin-left: 10px;
  font-family: Arial, Trebuchet MS, Verdana;
}
#layout_sidebar .navigationContent {
  width: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-bottom: 15px;
  background-color: #ecf1f8;
  border: none;
}
#layout_sidebar .navigationContent:last-child {
  margin-bottom: 0;
}
#layout_sidebar .navigationContent .navigationItem {
  display: inline-block;
  width: 199px;
  text-decoration: none;
  cursor: pointer;
}
#layout_sidebar .navigationContent .navigationItem .navItemIcon {
  width: 45px;
  height: 45px;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
}
#layout_sidebar .navigationContent .navigationItem .navItemLabel {
  font-size: 11px;
  font-weight: bold;
  padding-top: 9px;
  font-family: Arial, Trebuchet MS, Verdana;
  color: black;
}
#layout_sidebar .navigationContent .navigationItem .navItemDecription {
  font-size: 11px;
  font-family: Arial, Trebuchet MS, Verdana;
  color: black;
}
#layout_sidebar .navigationContent .navigationItem.selected,
#layout_sidebar .navigationContent .navigationItem:visited {
  color: white;
  background-color: darkgray;
}
#layout_sidebar .navigationContent .navigationItem:hover {
  color: white;
  background-color: yellow;
}
#btnLogout {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 42px;
  color: white;
  height: 28px;
  font-size: large;
  line-height: 28px;
  text-align: center;
  background-color: rgba(52, 47, 71, 0.5);
  border-left: 1px solid #4d4274;
}
#btnLogout a {
  color: white;
  width: 100%;
  height: 28px;
  display: block;
}
#btnLogout a:hover,
#btnLogout a:active {
  color: #109fe9;
}
#btnLogout .tooltipUitloggen {
  visibility: hidden;
  width: 75px;
  background-color: #109fe9;
  text-align: center;
  padding: 2px 0;
  right: 5px;
  top: 34px;
  font-size: 12px;
  line-height: 20px;
  font-family: 'Open Sans';
  position: fixed;
  z-index: 1;
  box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);
}
#btnLogout .tooltipUitloggen:after {
  content: '';
  position: fixed;
  bottom: 100%;
  left: 80%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #109fe9;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
#btnLogout:hover .tooltipUitloggen {
  visibility: visible;
}
.AccountMenuLabel {
  right: 0;
  position: absolute;
  z-index: 100;
  float: right;
  line-height: 35px;
  height: 39px;
  color: white;
  margin-left: 20px;
  background-color: #3ba0ec;
  margin-top: 1px;
  padding: 0 10px;
  cursor: pointer;
}
.AccountMenuLabel .fa-caret-down,
.AccountMenuLabel .fa-caret-up {
  font-size: 16px;
  margin-left: 10px;
}
.AccountMenuLabel .fa-user {
  font-size: 18px;
}
.AccountMenuLabel:hover .AccountMenuHover {
  display: block;
}
.accountMenuActive {
  background-color: white !important;
  color: #2280c1 !important;
}
