﻿/*Hiti Styleguide*/
/* Color palette */

:root {
  --scarlet: #d0021b;
  --grape-purple: #671c3e;
  --dark: #261d24;
  --beige: #f5f0e8;
  --white-two: #eeeeee;
  --dirty-purple: #534f53;
  --pinkish-grey: #d7cebe;
  --dark-grass-green: #417505;
  --brown-grey: #887f6e;
  --medium-brown: #7e5716;
  --warm-grey: #999999;
  --white: #dddddd;
  --sun-yellow: #f8e71c;
  --macaroni-and-cheese: #eeb24e;
  --white-three: #ffffff;
}

/* Text styles */

:root {
  --buttonlabelLightdefault: {
    font-family: HiltiSmall;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    text-align: center;
    color: #ffffff;
    color: var(--white-three);
  };

  --buttonlabelLightdisabled: {
    font-family: HiltiSmall;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    text-align: center;
    color: #ffffff;
    color: var(--white-three);
  };

  --buttonlabelDarkdisabled: {
    font-family: HiltiSmall;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    text-align: center;
    color: #cccccc;
  };

  --buttonlabelDarkdefault: {
    font-family: HiltiSmall;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    text-align: center;
    color: #534f53;
    color: var(--dirty-purple);
  };

  --headerh2: {
    font-family: HiltiSmall;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    text-align: left;
    color: #534f53;
    color: var(--dirty-purple);
  };

  --Text-Style: {
    font-family: HiltiSmall;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    text-align: left;
  };

  --inputdefault: {
    font-family: HiltiSmall-Roman;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    color: #261d24;
    color: var(--dark);
  };

  --notificationinfo: {
    font-family: HiltiSmall-Roman;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    text-align: left;
    color: #261d24;
    color: var(--dark);
  };

  --notificationwarning: {
    font-family: HiltiSmall-Roman;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    text-align: left;
    color: #261d24;
    color: var(--dark);
  };

  --inputdisabled: {
    font-family: HiltiSmall-Roman;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    color: #999999;
    color: var(--warm-grey);
  };

  --notificationmessage: {
    font-family: HiltiSmall-Roman;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    text-align: left;
    color: #261d24;
    color: var(--dark);
  };

  --contentsecondary: {
    font-family: HiltiSmall-Roman;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    text-align: left;
    color: #999999;
    color: var(--warm-grey);
  };

  --contentdefault: {
    font-family: HiltiSmall-Roman;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    text-align: left;
    color: #261d24;
    color: var(--dark);
  };

  --badgelabelDark: {
    font-family: HiltiSmall-Roman;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    text-align: center;
    color: #261d24;
    color: var(--dark);
  };
}

/* How to use mixins
 *   .myClass {
 *     @apply --buttonlabelLightdefault;
 *   }
 */

label {
  font-family: HiltiSmall-Roman;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  text-align: left;
  color: #887f6e;
  color: var(--brown-grey);
}


.hinweistext {
    position: absolute;
    left:0px;
    bottom: 5px;
    color: red !important;
}

/*Hilti*/
.bg-header {
    width: 100%;
    display: flex;
    flex: 0 0 48px;
    height: 48px;
    background: #eee;
    color: #534f53;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.25),0 1px 0 0 #ccc;
    z-index: 10;
}

.header-left {
    display: flex;
    align-items: center;
    height: 100%;
    flex: 0 0 320px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 320px;
}

.header-center {
    display: flex;
    align-items: center;
    height: 100%;
    flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    min-width: 0;
}

.header-right {
    display: flex;
    align-items: center;
    height: 100%;
    flex: 0 0 272px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 272px;
}

.bg-hiltibox {
  width: 128px;
  height: 32px;
  position: absolute;
  left: 8px;
  top: 8px;
  background-color: #d0021b;
  background-color: var(--scarlet);
}

.bg-hiltititlebox {
  width: 128px;
  height: 32px;
  position: absolute;
  left: 152px;
  top: 16px;
}

.bg-hiltiloginbox {
  width: 228px;
  height: 32px;
  position: absolute;
  right:0px;
  top: 16px;
}

.bg-hiltimenubox-right{
  width: 32px;
  height: 32px;
  position: absolute;
  left: 286px;
  top: 8px;
  background-image:url(/Content/Hilti-Menu.png);
  background-repeat:no-repeat;
  background-position-x:16px;
  background-position-y:center;
}

.Rectangle-85 {
  width: 1px;
  height: 40px;
  background-color: #cccccc;
}


.hiltiimage {
  position: absolute;
  left: 8px;
  top: 8px;
  background-image:url(/Content/Hilti.png);
  background-repeat:no-repeat;
  background-position-x:center;
  background-position-y:center;
}

.mainContainer {
    display:flex;
    flex-direction:column;
}


.topContainer {
    z-index: 10010;
}

.lowerContainer {
  flex:1 0 100%;
}

.footerContainer {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 10px;
    padding-left: 28px;
}

.hiltiLink {
    display: inline-block;
    padding-left: 20px;
}

    .hiltiLink a {        
        color: #23527c
    }
 

.centerContainer {
    display: flex;
    flex-direction: row;
    padding: 0px;
    margin: 0px;
    top: 48px;
    position: absolute;
    overflow-y: auto;
    min-width: 100%;
    min-height: 90%;
}

.menuLeftMiddeleEmpty {
  flex:1 1 100%;
  overflow-y: hidden;
  z-index: 1;
}

.menuLeft {
  flex:0 0 48px;
  overflow-y: hidden;
  background-color: #524f53;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  z-index: 10000;
}

.menuMiddle {
  flex:0 0 272px;
  overflow-y: hidden;
  background-color: #eeeeee;
  background-color: var(--white-two);
  box-shadow: 0 1px 0 0 #999999;
  box-shadow: 0 1px 0 0 var(--warm-grey);
  z-index: 10000;
}

.contentContainer {
  flex:0 1 100%;
  z-index: 10000;
  min-width:400px;
  background-image:url("../Content/HZA-P-application-2.jpg");
  background-size:contain;
  background-repeat:no-repeat;
}

.menuRight {
  flex:0 0 272px;
  overflow-y: hidden;
  background-color: #eeeeee;
  background-color: var(--white-two);
  box-shadow: 0 1px 0 0 #999999;
  box-shadow: 0 1px 0 0 var(--warm-grey);
  z-index: 10000;
}

/*body {
      min-width:1250px;
}*/

.contentDiv {
  height:auto;
}

.contentDivWide {
  height:auto;
}

#grundrissDiv, #grundrissDiv2 {
  position:relative;
  display:inline-block;
  background-color:white;
  margin: 15px;
  width:auto;
  height:auto;
}

#schnittDiv {
  position:relative;
  display:inline-block;
  background-color:white;
  margin: 15px;
  width:auto;
  height:auto;
}

#schnittDiv2, #schnittDiv3  {
  position:relative;
  display:inline-block;
  background-color:white;
  margin: 15px;
  width:auto;
  height:auto;
}

.geometryImage {
   padding-top: 40px;
   width:100%;
   min-width:350px;
   height:auto;
}

.valueContainer {
  background-color: #eeeeee;
  background-color: var(--white-two);
  box-shadow: 0 1px 0 0 #999999;
  box-shadow: 0 1px 0 0 var(--warm-grey); 
  padding: 8px;
}

.valueContainerHeader {
  color: #534f53;
  color: var(--dirty-purple);
  background-color: #eeeeee;
  background-color: var(--white-two);
  border:none;
  border-bottom:solid;
  border-bottom-color: #dddddd;
  border-bottom-color: var(--white);
}

.menuButtonsLeft {
  padding: 6px;
}

.menuButtonLeftHome {
  width: 36px;
  height: 46px;
  background-image:url("MenuLeft_Home.png");
  border-bottom:solid;
  border-bottom-color: #000000;
  margin-bottom: 5px;
}

.menuButtonLeftHome:hover {
    cursor:pointer;
}

.menuButtonLeftHomeActive {
  width: 36px;
  height: 46px;
  background-image:url("MenuLeft_Home_active.png");
  background-repeat:no-repeat;
  border-bottom:solid;
  border-bottom-color: #000000;
  margin-bottom: 5px;
}

.menuButtonLeftGeometrie {
    width: 36px;
    height: 36px;
    background-image:url("MenuLeft_Box.png");
  margin-bottom: 5px;
}

.menuButtonLeftGeometrie:hover {
    cursor:pointer;
}

.menuButtonLeftGeometrieActive {
    width: 36px;
    height: 36px;
    background-image:url("MenuLeft_Box_active.png");
  margin-bottom: 5px;
}

.menuButtonLeftAnker {
    width: 36px;
    height: 36px;
    background-image:url("MenuLeft_Anker.png");
  margin-bottom: 5px;
}

.menuButtonLeftAnker:hover {
    cursor:pointer;
}

.menuButtonLeftAnkerActive {
    width: 36px;
    height: 36px;
    background-image:url("MenuLeft_Anker_active.png");
  margin-bottom: 5px;
}

.menuButtonLeftAnkerCount {
    width: 36px;
    height: 36px;
    background-image:url("MenuLeft_AnkerCount.png");
  margin-bottom: 5px;
}

.menuButtonLeftAnkerCount:hover {
    cursor:pointer;
}

.menuButtonLeftAnkerCountActive {
    width: 36px;
    height: 36px;
    background-image:url("MenuLeft_AnkerCount_active.png");
  margin-bottom: 5px;
}

.menuButtonLeftLayout {
    width: 36px;
    height: 36px;
    background-image:url("MenuLeft_Layout.png");
  margin-bottom: 5px;
}

.menuButtonLeftLayout:hover {
    cursor:pointer;
}

.menuButtonLeftLayoutActive {
    width: 36px;
    height: 36px;
    background-image:url("MenuLeft_Layout_active.png");
  margin-bottom: 5px;
}

.menuButtonLeftReport {
    width: 36px;
    height: 36px;
    background-image:url("MenuLeft_Report.png");
  margin-bottom: 5px;
}

.menuButtonLeftReportActive {
    width: 36px;
    height: 36px;
    background-image:url("MenuLeft_Report_active.png");
  margin-bottom: 5px;
}

.menuButtonLeftReport:hover {
    cursor:pointer;
}
.divider {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  background-color: var(--white);
}

.label {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-align: left;
  color: #887f6e;
  color: var(--brown-grey);
  height: 21px;
  display:inline-block;
  padding-top:10px;
}

.textEditor {
  display:inline-block;
  background-color: #ffffff;
  background-color: var(--white-three);
  
  border: solid 1px #eeeeee;
  border: solid 1px var(--warm-two);  
  width: 192px;
}

.valueEditor{
  display:inline-block;
  background-color: #ffffff;
  background-color: var(--white-three);
  
  border: solid 1px #eeeeee;
  border: solid 1px var(--warm-two);  
}

.valueEditorManual{
  display:inline-block;
  background-color: #f0fff0;
  
  border: solid 1px #eeeeee;
  border: solid 1px var(--warm-two);  
}

.valueEditor:hover, .valueEditorManual:hover, .textEditor:hover {

  background-color:lightyellow;
}



.valueEditor:focus, .valueEditorManual:focus {

  background-color:lightyellow;
}

.valueEditor:disabled, .valueEditorManual:disabled {
  background-color: #eeeeee;
  background-color: var(--white-two);
}


.ui-icon-hiltiOpen {
    background-image:url("/Content/hilti_menu_open.png");
}

.ui-icon-hiltiClose {
    background-image:url("/Content/hilti_menu_open.png");
}

.ui-spinner-up {
    background-image:url("/Content/sipnner_up.png");
}

.ui-spinner-down {
    background-image:url("/Content/sipnner_down.png");
}


input {
  width: 180px;
  height: 28px;
  border-radius: 2px;


  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  color: #261d24;
  color: var(--dark);
  padding: 8px;
}

select {
  width: 172px;
  height: 38px;
  border-radius: 2px;

  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  color: #261d24;
  color: var(--dark);
  padding: 8px;
}

select:hover {

  background-color:lightyellow;
}

select:focus {

  background-color:lightyellow;
}

select:disabled {
  background-color: #eeeeee;
  background-color: var(--white-two);
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: var(--warm-grey);
}

/* Set padding to keep content from hitting the edges */
.body-content {
}

footer {
    padding-left: 328px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}



/* Set width on the form input elements since they're 100% wide by default */
input,
textarea {
    max-width: 142px;
}

/* Set width on the form input elements since they're 100% wide by default */
select {
    max-width: 200px;
}

#variantDiv {
    position: absolute;
    left: 328px;
    bottom: 0px;
    width: 1000px;
    height: 300px;
    background-color: #eeeeee;
    background-color: var(--white-two);
}


.resultsWithDetailsTable {
    margin-top:16px;
    width: 220px;
}

.resultsWithDetailsHead {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: left;
    color: #887f6e;
    color: var(--brown-grey);
    height: 31px;
    padding:5px;
    border-top:solid;
    border-top-width: 1px;
    border-bottom:solid;
    border-bottom-width: 1px;
   
}

.resultsWithDetailsHead1 {
    text-align: left;
    width: auto;
}

.resultsWithDetailsHeadRest {
    text-align: right;
    width: 50px;
}

.resultsWithDetailsCell {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #887f6e;
    color: var(--brown-grey);
    height: 21px;
    padding:5px;
    border-top:solid;
    border-top-width: 1px;
    border-bottom:solid;
    border-bottom-width: 1px;
}

.resultsWithDetailsCellLeft {
    text-align: left;
}

.resultsWithDetailsCellRight {
    text-align: right;
}

.resultsWithDetailsRow {
    background-color: #ffffff;
    background-color: var(--white-three);
}

.resultsWithDetailsRow:hover {
    background-color:aquamarine;
}

.variantDetailsDiv {
    background-color: #eeeeee;
    background-color: var(--white-two);
    z-index: 20000 !important;
}

.variantDetailsTable {
    margin:3px;
    width: 420px;
}

.variantDetailsHeadcell {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #887f6e;
    color: var(--brown-grey);
    height: 21px;
    padding:5px;
    border-top:solid;
    border-top-width: 1px;
    border-bottom:solid;
    border-bottom-width: 1px;
}

.variantDetailsHeadcellText {
    width: auto;
    text-align: left;
}

.variantDetailsHeadcellName {
    width: 80px;
    text-align: left;
}

.variantDetailsHeadcellParam {
    width: 70px;
    text-align: right;
}

.variantDetailsHeadcellUnit {
    width: 60px;
    text-align: left;
}


.variantDetailsCell {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #887f6e;
    color: var(--brown-grey);
    height: 21px;
    padding:5px;
    border-top:solid;
    border-top-width: 1px;
    border-bottom:solid;
    border-bottom-width: 1px;
}

.variantDetailsName {
    text-align: left;
}

.variantDetailsText {
    text-align: left;
}
.variantDetailsValue {
    text-align: right;
}

.variantDetailsUnit {
    text-align: left;
}

.variantDetailsRow {
    background-color: #ffffff;
    background-color: var(--white-three);
}

.resultsTable {
    margin-top:16px;
    width: 220px;
}

.resultsHeadcell { 
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #887f6e;
    color: var(--brown-grey);
    height: 21px;
    padding:5px;
    border-top:solid;
    border-top-width: 1px;
    border-bottom:solid;
    border-bottom-width: 1px;
}

.resultsHeadcellName {
    width: auto;
    text-align: left;
}

.resultsHeadcellParam {
    width: 80px;
    text-align: right;
}

.resultsHeadcellUnit {
    width: 30px;
    text-align: left;
}

.resultsCell {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #887f6e;
    color: var(--brown-grey);
    height: 21px;
    padding:5px;
    border-top:solid;
    border-top-width: 1px;
    border-bottom:solid;
    border-bottom-width: 1px;
}

.resultsName {
    text-align: left;
}

.resultsValue {
    text-align: right;
}

.resultsUnit {
    text-align: left;
}

.resultsRow {
    background-color: #ffffff;
    background-color: var(--white-three);
}

.variantDetailsRow:hover {
    background-color:lightcyan;
}

.resultsRow:hover {
    background-color:lightcyan;
}

.ui-dialog-titlebar-close {
    background-image: url("close.png");
}

.messageDiv {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: left;
    color: #261d24;
    color: var(--dark);
    height: auto;
    width: 200px;
    padding:2px;
}

.messageCellError {
    color: red;
    font-weight:bold;
    font-size: 15px;
}

.messageCellWarning {
    color: orange;
    font-weight:bold;
    font-size: 15px;
}

.messageCellInfo {
    color: darkgreen;
    font-size: 15px;
}

button {
  width: 196px;
  height: 32px;
  border-radius: 2px;
  background-image: linear-gradient(to bottom, #ffffff, #dddddd);
  background-image: linear-gradient(to bottom, var(--white-three), var(--white));
  border: solid 1px #999999;
  border: solid 1px var(--warm-grey);
}

.loginform {
    left: 100px;
    top: 100px;
    display:inline-block;
    position: absolute;
}

.loginform input {
  min-width: 200px;
  height: 38px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  color: #261d24;
  color: var(--dark);
  padding: 8px;
}

.loginform .valueContainer {
    width: 218px;
}

.loginform input:hover {
      background-color:lightyellow;
}

.image500x500 {
    width: 520px;
    height:580px;
    float:left;
}

.image1000x800 {
    width: 1020px;
    height:880px;
    float:left;
}

.geometryZoom {
    position:absolute;
    right: 60px;
    top:0px;
    width: 110px;
    height:32px;
    border:none;

    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #887f6e;
    color: var(--brown-grey);
}

.geometryButtonMinus {
    width: 32px;
    height: 32px;
    border:none;
    background-color:transparent;
    position:absolute;
    right: 170px;
    top:0px;      
    font-size: 14px;
    font-weight: bold;
}

.geometryButtonPlus {
    width: 32px;
    height: 32px;
    border:none;
    background-color:transparent;
    position:absolute;
    right: 30px;
    top:0px;
    font-size: 14px;
    font-weight: bold;
}

.geometryButtonPan {
    border:none;
    background-color:transparent;
    background-repeat:no-repeat;
    background-position:center;
    position:absolute;
}


.geometryButtonLeft {
    width: 32px;
    height: 80%;
    background-image:url("pan_left.png");
    left: 0px;
    top:10%;
    opacity:1;
}

.geometryButtonRight {
    width: 32px;
    height: 80%;
    background-image:url("pan_right.png");
    right: 00px;
    top:10%;
    opacity:1;
}

.geometryButtonUp {
    width: 80%;
    max-width:2000px;
    height: 32px;
    background-image:url("pan_up.png");
    left: 10%;
    top: 32px;
    opacity:1;
}

.geometryButtonDown {
    width: 80%;
    max-width:2000px;
    height: 32px;
    background-image:url("pan_down.png");
    left: 10%;
    bottom: 0px;
    opacity:1;
}

.background_red {
    background-color:#FF4400;
}

.background_green {
    background-color:chartreuse;
}

.background_orange {
    background-color: #FFDD00;
}

.infoicon{
    display: inline-block;
    float: right;
}

.checkboxClass {
    text-align:left;
    width: 16px;
    height:16px;
}

#selectFilenameImport {
    max-width:20px;
    max-height:20px;
}

#btSettingsMenu:hover {
    cursor: pointer;
}

.settingsDialog {
    z-index:10000;
    background: rgba(255, 255, 255, 1) !important;
}

.punchingImageLogin {
    background-image:url("../Content/HZA-P-application-2.jpg");
    background-size:contain;
    background-repeat:no-repeat;
    min-width:100%;
    min-height:80%;
    position:absolute;
}

.punchingImageMain {
    /*background-image:url("../Content/HZA-P-application-2.jpg");
    background-size:contain;
    background-repeat:no-repeat;
    min-width:100%;
    min-height:80%;
    left: 320px;
    position:absolute;*/
}


#berichtsdaten_bemerkung {
    height:150px;
}