/*
Volz Consulting GmbH
BPO
All rights reserved (c)2013-2017
Author: Dominik Both
*/
/*
    Created on : 30.01.2020, 14:44:19
    Author     : dboth
*/
.ui-corner-all,
.ui-btn-corner-all {
  border-radius: 0.2em;
}
.ui-icon-arrow-d {
  background-position: -241px 50%;
}
input#filterx {
  border-top-right-radius: 0.7em;
  border-bottom-right-radius: 0.7em;
}
@keyframes move {
  from {
    background-position: 0px 75px;
  }
  to {
    background-position: 100px 0px;
  }
}
.ui-btn-up-b {
  background-image: linear-gradient(#4f83bf /*{b-bup-background-start}*/, #3e72ac /*{b-bup-background-end}*/);
}
.ui-btn-hover-b {
  background-image: linear-gradient(#3e72ac, #4f83bf);
}
.ui-btn-hover-d {
  background-image: linear-gradient(#3e72ac, #4f83bf);
  color: #ccc !important;
}
.ui-btn-up-d {
  background-image: linear-gradient(#3e72ac, #4f83bf);
  color: white !important;
  text-shadow: none;
}
.login_standard {
  background-image: url(background.jpg);
  background-position: bottom;
  height: 100vh;
  background-size: cover;
}
.login_standard #se {
  border-radius: 0.2em;
}
.login_standard #pw,
.login_standard #benutzer {
  border-radius: 0.2em;
}
.login_standard #dse_log,
.login_standard #link {
  display: none;
}
.login_standard a#link2 {
  margin-bottom: 20px !important;
}
.login_standard a#dse_inner,
.login_standard a#link2 {
  display: block !important;
  font-size: 13px;
  cursor: pointer;
  user-select: none;
  font-weight: lighter;
  text-align: center;
  color: #888;
  text-decoration: none;
  margin-top: 20px;
}
.login_standard a#dse_inner:hover,
.login_standard a#link2:hover {
  text-decoration: underline;
}
.login_standard .box {
  padding: 25px;
}
.login_standard div#head {
  height: 64px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  border-bottom: 0;
  background: #003594 !important;
}
.login_standard #buttons div:last-child {
  background-color: #003594 !important;
}
.login_standard img#logo {
  height: 64px;
}
.login_standard div#inhalt {
  padding-top: 92px;
  /* background: red; */
  max-width: 400px;
  margin: 0 auto;
}
.login_standard .box {
  border-radius: 4px;
  /* max-width: 200px; */
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
i.fa-road {
  background-image: url(bsmarker.png);
  display: inline-block;
  color: transparent !important;
  background-size: contain;
  width: 22px;
  height: 17px;
  margin-top: 8px !important;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
}
.earthworks i.fa-road {
  background-image: url(bsmarkerearthworks.png);
}
i.fa-circle-o-notch.fa-spin {
  background-image: url(mamarker.png);
  display: inline-block;
  color: transparent !important;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-top: 6px !important;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  animation: none;
  -webkit-animation: none;
}
.earthworks i.fa-circle-o-notch.fa-spin {
  background-image: url(mamarkerearthworks.png);
}
.livelogin_standard div#maincontent {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.livelogin_standard div#main {
  background-image: url(background.jpg);
  background-position: bottom;
  background-size: cover;
}
.livelogin_standard .page {
  background: none;
}
.livelogin_standard .box,
.livelogin_standard .box.flagbox {
  border-radius: 4px;
  /* max-width: 200px; */
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.livelogin_standard .flagbox {
  justify-content: space-between;
  flex-wrap: wrap;
}
.livelogin_standard .flagbox a img {
  width: 38px;
}
.livelogin_standard #hash {
  position: absolute;
  color: #888;
  color: white;
  width: 100%;
  bottom: 10px;
  text-align: center;
  text-shadow: none;
  font-size: 10px;
  left: 0;
}

.login_standard > div#head.conroadheader {
    background: #2b6777 !important;
  }

  .login_standard > div#head.conroadheader #buttons div:last-child {
    background-color: #2b6777 !important;
  }

  .login_standard.conroadbg{
    background-image: url(conroadbg.jpg);
  }
/*# sourceMappingURL=standard.css.map */