@import url("/APP_THEMES/Main.scss");
@import url("/APP_THEMES/SPTv2/Fonts/fonts.css");
body {
  font-family: Arial;
  font-size: 90%;
}

select,
option {
  font-family: Arial;
}

#adminRoofsSmallImage:hover, .ToolbarIcon-Leave:hover, #UserSettingsIcon:hover, #SmallProjectOverviewClickableIcon:hover {
  opacity: 0.6;
}

#header {
  height: 80px;
}

#staticTable span {
  color: white;
}

#userInfoSPTv2 {
  top: 80px;
}

#infoPlaceholder, #prInfoPlaceholder {
  background-color: #333;
}

.ui-dialog #contextmenu_layout, .ui-dialog .contextmenu_main {
  background-color: #0082b4;
}

.UserControlContainer {
  padding: 10px;
}

.contextmenu_main.Anordnung {
  background-color: #0082b4;
}

.transbox > td:hover {
  opacity: 0.6;
}

#UserSettingsText {
  background-color: #F6F6F6;
}

#CMenu {
  background-color: #0082b4;
}

.formElementColor {
  background-color: rgba(0, 130, 180, 0.2) !important;
  border-color: #0082b4 !important;
}

#tab_Tilgungsplan {
  min-height: 700px;
}

#TilgungsplanContainer {
  float: left;
}

.tableTilgungsplanheading {
  font-weight: bold;
  background-color: #0082b4;
  color: white;
  border-color: white;
  border-bottom: 2px solid #0082b4;
}

#tableTilgungsplan {
  margin: 30px 30px 30px 40px;
  font-size: 0.8em;
  color: #777779;
}

#tableTilgungsplan td, #tableTilgungsplan th {
  padding: 6px;
}

#tableTilgungsplan td {
  border-bottom: 2px solid #0082b4;
}

#tableTilgungsplan tr:nth-child(odd) {
  background-color: #F5F5F5;
}

#tableTilgungsplan tr:nth-child(even) {
  background-color: #fff;
}

#tableTilgungsplan thead tr {
  background-color: transparent !important;
}

#tableTilgungsplan tbody span {
  white-space: nowrap;
  text-align: left !important;
  min-width: 100px;
  font-weight: bold;
}

#tableTilgungsplan th {
  height: 139px;
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
  min-width: 50px;
  background-color: transparent !important;
}

#tableTilgungsplan th > div {
  -webkit-transform: translate3d(54px, 95px, 0) rotate(-45deg);
  transform: translate3d(54px, 95px, 0) rotate(-45deg);
  width: 220px;
  height: 41px;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  padding: 11px 0px;
  border-bottom: 1px solid #B4B4B4;
  margin-top: 8px;
}

#tableTilgungsplan th > div > span {
  position: absolute;
  letter-spacing: 1px;
  top: 10px;
  margin-left: -15px;
  width: 120px;
}

#logo {
  position: absolute;
  top: 29px;
  left: 40px;
  height: 45px;
  width: 200px;
  background-image: url(/APP_THEMES/SPTv2/images/voestalpine_Logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

img.sm-icon {
  width: 25px;
  height: 25px;
}

#topNavigation {
  top: -5px;
  margin-left: 270px;
  padding-left: 0px !important;
}

.px-form-input .px-input-button {
  padding-top: 2px;
}

.px-input-button {
  margin-top: -5px;
}

.px-input-button .ribbon_label {
  margin-top: 3px;
}

#divConstructionContainer {
  top: 184px;
}

#moduleInfo .prLabelV {
  color: white;
}

#modulplan-tab {
  height: auto;
}

#constuction_param {
  padding: 10px !important;
}

.Formheader span {
  padding-left: 25px;
}

ul.Formheader li {
  height: 44px;
}

.tab1:after {
  content: " ";
  display: block;
  background: #333;
  height: 20px;
  width: 15px;
  margin-top: 11px;
}

.ui-state-default .pseudo-block-tabs {
  background-color: #818181 !important;
}

.ui-state-active .pseudo-block-tabs {
  background-color: #3d3935 !important;
}

.ui-slider-handle {
  background-color: #0082b4;
  border: 1px solid #0082b4;
}

.slider-ui-wrapper-div {
  border: 1px solid #0082b4;
}

#_modinfo {
  background-color: #7A7B7A;
}

.stdInputShort, .stdSelect, .stdInputShort:focus, .stdInputShortLogon:focus, .stdInputShortSmall:focus, .stdInputShortIgnore, .stdInputShortSmallLogon:focus {
  font-weight: bold;
}

#contextmenu_layout.Project div.tdInput .upload-data {
  position: absolute;
  z-index: 1000000;
}

.webgrid.quotationOutputGrid {
  margin-left: 5px;
}

#ErrorMessageText,
#InfoMessageText {
  color: white;
}

.NavigationItem {
  padding-top: 6px;
  height: 15px;
  font-size: 1.2em;
}

.NavigationItem span {
  padding-bottom: 2px;
}

.NavigationItemActive span, .NavigationItem:hover span {
  /*background-color: $maincolor;*/
  border-bottom: 4px solid #333;
}

#divModulePlanConstructionImage {
  background-color: #888888;
}

#SPTLightOverlay {
  top: 179px !important;
}

.headercontent {
  text-align: right;
  color: #3d3d3c;
  position: absolute;
  bottom: 200px;
  right: 110px;
}