﻿/* SIDEMENU
----------------------------------------------------------*/
#page-left ul.menu {
  padding: 0 5px;
  position: relative;
  background-color: white;
  padding-bottom: 5px;
  z-index: 10;
}
#page-left ul.menu li {
  margin: 5px 0;
  list-style: none;
}
#page-left ul.menu li .fa {
  color: #333;
  float: right;
  padding-right: 10px;
  padding: 0;
  font-size: 15px;
}
#page-left ul.menu li a {
  height: 25px;
  display: inline-block;
  width: 100%;
  padding: 4px;
  font-weight: bold;
  padding-left: 10px;
  background-color: #F1F1F1;
  color: #333;
}
#page-left ul.menu li a:hover {
  text-shadow: none;
}
#page-left ul.menu ul {
  padding: 0;
  border-left: 3px solid #F1F1F1;
  background-color: white;
}
#page-left ul.menu ul li {
  display: list-item;
  font-size: 12px;
  font-weight: normal;
  margin: 0px;
  padding-left: 5px;
}
#page-left ul.menu ul li.current {
  background: #e6edf2;
  padding-left: 5px;
  width: 233px;
  border-bottom: 1px solid #bbb;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
}
#page-left ul.menu ul li a {
  color: inherit;
  border: none;
  padding: 4px;
  background: none;
  font-weight: normal;
  padding-left: 10px;
}
#page-left ul.menu ul li a:hover {
  text-shadow: 1px 1px 0px #fff;
}
/* MENU
----------------------------------------------------------*/
ul.menu {
  font-size: 15px;
  margin: 0;
  padding: 0;
}
ul.menu li:hover {
  background-color: #c9dbed;
}
ul.menu li {
  cursor: pointer;
}
#Revision {
  position: absolute;
  top: 0px;
  right: 5px;
  color: #333;
}
/* TABS
----------------------------------------------------------*/
div#tabs:not(.reversed) {
  display: flex;
  flex-direction: column;
}
div#tabs ul {
  margin-top: 0;
  margin-right: 20px;
  margin-left: 10px;
  background-color: none;
  border-bottom: none;
  clear: both;
}
div#tabs ul li:first-child {
  margin-left: 0;
}
div#tabs ul li {
  padding: 3px 5px 2px 5px;
  -moz-border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -khtml-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-top-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -khtml-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid #bbb;
  border-bottom-style: none;
  margin: 0px;
  height: 25px;
  background-color: #F1F1F1;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
div#tabs ul li.current {
  background-color: white;
}
div#tabs ul li a {
  color: #333;
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  display: inline-block;
}
div#tabs ul li a[disabled] {
  color: #A9A9A9 !important;
  cursor: default;
}
div#tabs ul li:hover {
  background-color: #c9dbed;
}
.fixedpagewidth .tabs .menucontainer {
  width: 962px;
  margin-left: 20px;
  display: table;
}
.fullpagewidth .tabs .menucontainer {
  width: 1590px;
  margin-left: 20px;
  display: table;
}
.tabs .menucontainer .menu {
  display: table-row;
}
.tabs .menucontainer .menu li {
  display: table-cell !important;
}
.tabs .menucontainer .menu .menuspacer {
  height: 1px !important;
  visibility: hidden !important;
  width: 1px !important;
  padding: 0 !important;
}
#buttons {
  background-color: #d3e9bc;
  min-height: 42px;
}
#buttons button {
  margin: 0;
  border: 0;
  border-radius: 0;
  background: none;
  font-size: 12px;
  color: #333;
  padding: 12px 6px;
  font-weight: 500;
  box-shadow: none;
}
#buttons button:hover {
  background-color: #c9dbed;
  color: black;
}
#buttons button:disabled {
  color: #aaaaaa;
}