html {

  font-family: 'Silka';
  color:#575756;
  background-color: #FFFFFF;
}

@font-face {
  font-family: "Silka";
  src: url('../assets/fonts/silka-regular-webfont.eot');
  src: url('../assets/fonts/silka-regular-webfont.eot?#iefix') format('embedded-opentype'),
  url('../assets/fonts/silka-regular-webfont.woff2') format('woff2'),
  url('../assets/fonts/silka-regular-webfont.woff') format('woff'),
  url('../assets/fonts/silka-regular-webfont.ttf') format('truetype');
}

body {
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  font-family: 'Silka'; //din-2014, sans-serif;
  font-size: 14px;
  color:#575756;
  //filter: invert(1) hue-rotate(180deg);
}
img {
  //filter: invert(1) hue-rotate(180deg);
}
h1 {
  font-size: 24px;
  color: #000000;
  margin: 10px 0;
}
h2 {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin: 5px 0;
}
h3 {
  font-size: 18px;
  font-weight: 500;
  color: #575756;
  padding-bottom: 2px;
  margin-bottom: 2px;
}
h4 {
  font-size: 14px;
  font-weight: 300;
  color: #575756;
  padding-bottom: 2px;
  margin-bottom: 10px;
}
sub {
  vertical-align: -0.4em;
  font-size: 0.7em;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li:before {
  content: "";
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: inline-block;
  background: #50525d;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}

#topcontener {
  background-color: #FFFFFF;
  border-bottom: solid 8px #000000;
  min-width: 600px;
  transition: all 1s;
}

#top {
  margin: auto;
  position: relative;
  width: 100%;
  min-width: 600px;
  max-width: 1400px;
  height: 70px;
}
.fullwidth {
  margin: auto;
  width: 100%;
  min-width: 600px;
  max-width: 1400px;
}
#contener {
  width: 100%;
  padding-top: 30px;
  min-height: 800px;
  background-color: #FFFFFF;
  margin:5px;
}
#main {
  margin: auto;
  max-width: 1400px;
  min-width: 600px;
  display: flex;
}
#left {
  flex: 0 0 180px;
}
#left #leftbaner {
  margin-top: 15px;
}
#center {
  position: relative;
  flex: 1;
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  height: auto;
  transition: all 3s;
}
#right {
  flex: 0 0 150px;
}

#top #topmenu {
  width: auto;
  position: absolute;
  bottom: 0;
  right: 250px;
}
#top #usermenu {
  display: flex;
  position: absolute;
  top: 10px;
  right: 0;
  margin-right:10px;
}
#loginmenu {
  display:block;
  margin-right: 20px;
}
#langmenu {
  width: 100px;
}
#firmmenu {
  width: 180px;
}

#firmheader {
  display: flex;
  align-items: center;
  color: #454545;
}
#firmheader #logo {
  position:absolute;
  top: 30px;
  width: 250px;
}

#firmheader_right {
  margin-top: 15px;
}
#firmheader_title {

  position:absolute;
  top: 35px;
  left:270px;
  color:#000000;
  font-weight: 500;
  font-size: 22px;
}

#bottom {
  margin-top: 100px;
  background-color: #454545;
  min-width: 600px;
  min-height: 120px;
  padding: 20px 0;
}
#footer {
  margin: auto;
  width: 100%;
  max-width: 1400px;
  min-width: 600px;
  margin-bottom: 100px;
}
#footer > div {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
}
#footer > div > div {
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  flex: 1;
  margin: 20px;
  min-width: 200px;
  opacity: 0.8;
}
#footer #footer_logo {
  margin-right:120px;
  min-width: 120px;
  width: 180px;
  max-width:180px;
  opacity: 0.7;
  fill: #FFFFFF !important;
}
#footer a:hover {
  text-decoration: underline;
}
.alphadiv {
  position: fixed;
  background-color: #000000;
  opacity: .9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.login_popup {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 25px;
  padding-bottom: 30px;
  background-color: #ffffff;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.5));
}
.login_popup > .title {
  font-size: 24px;
  font-weight: 500;
  color: #454545;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 20px;
}

.login_popup > .note {
  margin: 30px 0;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  color: #999999;
}
.login_popup > .forgetpassword {
  margin-top: 10px;
}

.login_popup > .registertitle {
  margin: 30px 0;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: #999999;
}

.popup {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 25px;
  padding-bottom: 30px;
  background-color: #ffffff;
  border-radius: 15px;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.5));
}
.popup > .title {
  font-size: 24px;
  font-weight: 500;
  color: #326db2;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 40px;
}

.popup > .note {
  width:400px;
  margin: 30px 0;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  color: #999999;
}
.popup .compariesMenu {
  position: relative;
}
.popup #butNewCompare {
  position: absolute;
  left: 320px;
  top: 187px;
}
.popup #butNewProject {
  position: absolute;
  left: 320px;
  top: 363px;
}
.popup > .firstRow {
  display:flex;
}
.popup > .firstRow > div:nth-child(2) {
  margin-left: 5px !important;
}
.popup .butDatasheet  {
  margin-top:30px;
}

.hourglass {
  position:absolute;
  display:flex;
  align-items: center;
  justify-content: center;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:999999;
  background-color:#FFFFFFEE;
}
.hourglass img {
  width:60px;
  height:60px;

}
.hourglass img svg {
  color: #FF0000;
}

@media only screen and (max-width: 1400px) {
  #right {
    display: none;
  }
}

@media only screen and (max-width: 1150px) {
  #left {
    display: none;
  }
  #top {
    position: relative;
    width: 100%;
    min-width: 600px;
    height: 140px;
  }
  #top #topmenu {
    left:0px;
    right:auto;
  }
  #firmheader_title {
    font-weight: 500;
    font-size: 22px;
  }

  #top #usermenu {
    bottom:10px;
    top:auto;
    right:6px;

  }

}
