/**
 * Swoppen Systems
 *
 * @copyright since 2000 - All rights reserved.
 */

* {
  color: #fff;
  font: 12px Arial, Verdana, Helvetica;
}

body {
  margin: 0;
  padding: 0; 
  background-image: url(../images/bg.jpg);
  background-attachment: fixed;
  background-color: rgb(55, 165, 214);
  cursor: default;
  background-position: 50% 0;
  background-repeat: no-repeat no-repeat;
}

a {
  color: #fff;
  font-size: 10px;
}

ul {
  padding: 0px;
  margin: 0px;
}

ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: 5px;
  
  line-height: 10px;
  text-align: left;
  float: left;
}

ul li a {
  padding: 0px;
  text-decoration: none;
}

ul li a:hover {
  text-decoration: underline;
}

ul:nth-child(1) {
  background-color: #fff;
}

ul {
  margin: 0;
  margin-left: -15px;
  margin-top: 5px;
  padding: 0;
}

.menu li a {
  width: 95px;
  float: left;
  margin-top: 5px;
}

.menu {
  display: none;
  width: 288px;
  position: absolute;
  z-index: 1000;
  margin: 0;
  background-color: rgba(0,0,0,0.8);
  padding:0 5px 5px 5px;
  height: 100px;
  float: left;
}

.center {
  height: 500px;
  width: 300px;
  margin: auto;
  top: 50%;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  margin-top: -250px;
}

.logo {
  width: 300px;
  height: 57px;
  background-image: url('../images/swoppen_soferu.png');
  background-repeat: no-repeat;
  display: table-caption;
  margin-bottom: 20px;
}

.box {
  display: table-cell;
  vertical-align: middle;
  width: 300px;
  background-color: rgba(0,0,0,0.25);
  border: 1px solid #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 20px rgba(255,255,255,0.7);
  -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.7);
  -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.7);
}

.language {
  width: 100%;
  padding: 3px 0;
  height: auto;
  background-color: rgba(0,0,0,0.8);
  text-align: center;
  border-radius: 15px 15px 0 0;
  cursor: pointer;
  float: right;
  margin-bottom: 10px;
}

.headline {
  height: auto;
  width: 100%;
  border-bottom: 1px solid #fff;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  padding-bottom: 5px;
  cursor: default;      
}

.form {
  margin: auto;
  margin-top: 20px;
  color: #fff;
  width: 250px;
  height: 180px;
}

.login {
  margin: auto;
  width: 155px;
  height: auto;
  text-align: left;
  margin-bottom: 10px;
  line-height: 20px;
  cursor: default;
}

.text {
  margin: auto;
  width: 250px;
  padding-left: 10px;
  height: auto;
  text-align: left;
  line-height: 15px;
  cursor: default;
}

.footer {
  width: 78px;
  margin: auto;
  padding-bottom: 10px;
  font-size: 0.75em;
  cursor: default;
}


.submit {
  margin: auto;
  width: 120px;
  height: 40px;
  margin-top: 10px;
}

.lost_input {
  margin: auto;
  width: 150px;
}

input[type=text], input[type=password] {
  float: left;
  display: block;
  width: 150px;
  border: 1px solid #ccc;
  padding: 1px 0;
  margin-top: 5px;
  color: #000;
}

input[type=submit] {
  width: 120px;
  color: #000;
  cursor: pointer;
}

input[type=email] {
  float: left;
  display: block;
  width: 150px;
  border: 1px solid #ccc;
  padding: 1px 0;
  margin-top: 5px;
  color: #000;
}

::-webkit-input-placeholder {
  color: #a2a2a2;
}

::-moz-placeholder {
  color: #a2a2a2;
}

:-ms-input-placeholder {
  color: #a2a2a2;
}
 
input:-moz-placeholder {
  color: #a2a2a2;
}

.lost {
  margin-top: 3px;
}

.lost a {
  text-decoration: none;
}

.lost a:hover {
  text-decoration: underline;
}

#loading {
  width: 100%;
  height: 100%;
  opacity: .5;
  background-color: black;
  display: none;
  z-index: 1;
}


.flag {
  border: 1px solid #999;
}


#preloader #content {
  width: 298px;
}

#preloader {
  overflow: hidden;
  color :#666;
  z-index: 9999;
  display: none;
  text-align: center;
  cursor: wait;
}

#content tr #top {
  background: none;
  height: auto;
  vertical-align: top;
  padding-top: 12px;
}

#top span {
  margin-left: 30px;
  text-align: left;
  float: left;
}

#top #swoppen {
  font-size: 14px;
  font-weight :bold;
  padding: 0 0 8px;
  width: 100%;
}

#top #aut {
  font-size: 14px;
  color: #fff;
  padding: 0 0 15px;
  font-weight: bold;
  margin-top: 85px;
}

#top #version {
  font-size: 10px;
  color: #fff;
  padding: 0 0 15px;
  float: right;
  margin-top: 50px;
  margin-right: 15px;
}

.error {
   margin: 20px;
   padding: 5px;
   text-align: center;
   font-weight: bold;
   background-color: red;
   width: 250px;
   border: 1px solid white;
}

/* NEW LOGIN */
.box {
  width: 100%;
  display: block;
  background: none;
  box-shadow: none;
  border: none;
}

.logo {
  /* display: none; */
}

input#username:before {content: "Benutzername";position: absolute;color: black!important;top: -20px;width: 100px;height: 20px;}

input, input{
  position: relative;
}

.login {
  width: auto;
  padding: 15px;
}

form.form {
  width: 100%;
  /* padding: 15px; */
  display: block;
  margin: 0px;
  /* opacity: 0.2; */
}

input {
  width: -webkit-fill-available!important;
  padding: 7px!important;
  position: unset;
  float: unset!important;
  border: none!important;
  font-size: 16px;
  border-bottom: 1px solid #8f8f8f!important;
}

div#login {
  width: 100%;
  /* opacity: 0; */
}

.lost a {
  color: black;
}

.submit {
  width: -webkit-fill-available;
  margin: 0px;
  height: unset;
  padding: 15px;
}

input[type=submit] {
  width: 100%!important;
  padding: 10px 5px!important;
  background: #004c7c;
  color: white!important;
  font-size: 16px;
  border: none;
  transition: all 0.3s cubic-bezier(0.29, 0.68, 0.54, 1.09);
}

input#LoginButton:hover {
  opacity: 0.8;
}

.language {
  border-radius: 0px;
  text-align: left;
  background: unset;
  padding: 10px;
  width: -webkit-fill-available;
  width: 25%;
  float: left;
  margin-right: 75%;
}

ul.menu{
  background: white;
  box-shadow: 0px 4px 4px 1px #0000003b;
  z-index: 999988888;
  padding: 15px;
}

ul.menu.open li:hover {
  /* border-bottom: 1px solid #222; */
  /* margin-right: 0px; */
  text-decoration: none!important;
  background: #333333d1;
}

ul.menu.open li {
  transition: all 0.3s ease;
  text-decoration: none!important;
}

ul.menu.open li a {
  text-decoration: none;
  padding: 0px;
}

input#username:focus, input#password:focus {
  border-color: #004c7c;
  outline: none;
}

input#rememberMe {
  background: white;
  border: 1px solid red;
}

form.form {
  margin-top: 50px;
}

.headline {
  margin-top: 66px;
  display: none;
}

.language {
  margin-top: -50px;
}

form.form * {
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
}


.center {
  width: 450px;
  background: white;
  margin-left: -225px;
  padding: 25px 15px;
  box-shadow: 0px 0px 6px 2px #00000054;
  height: 408px;
}




div#login * {
  font-family: 'Montserrat',sans-serif;
  font-style: normal;
  color: #7c7c7c;
  /* right: 0px; */
}

input#password {
  margin-top: 25px;
}

.lost {
  margin-bottom: 20px;
}

.logo {
  background-image: url(../images/swoppen-logo-mobile.svg);
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 248px;
  top: 45px;
}

.language {
  position: absolute;
  bottom: 0px;
}

input#LoginButton {
  color: white;
  font-size: 17px;
}

div#login {
  margin: 75px 0px;
}

.footer {
  position: absolute;
  bottom: 5px;
  text-align: center;
  width: 100%;
  left: 0px;
}


.lost a,.lost {
  font-size: 12px;
  text-align: right;
  width: 100%;
}

.footer {
  display: none;
}

img.flag {
  display: none;
}

.language {
  width: 100%;
  text-align: center;
  left: 0px;
}

.language {
  margin: 10px 0px;
  right: 0px;
  width: 96%;
}
div#msg1 {
  top: 12%!important;
  width: 475px!Important;
  left: 38%!important;
  transform: translate(-47%);
  box-shadow: 0px 0px 3px 1px #00000070;
  animation-delay:0.7s;
  -webkit-animation-delay: 0.7s;
}

div#msg1Bar {
  background: #e7e7e7!important;
}

img#msg1CloseBtn {
  left: 95%!Important;
}

button#FocusBtn {
  border-radius: 0px!Important;
  box-shadow: none!Important;
  padding: 5px 10px;
  border: none!Important,;
}

i.fas.fa-arrow-left {font-family: 'FontAwesome'!important;margin-right: 5px;font-size: 16px;}

.back {
  position: absolute;
  top: 15px;
  font-size: 14px!important;
}

.back:hover *,.back:hover {
  color: #2b2b2b!important;
}

.back,.back * {
  transition: all 0.3s ease;
  cursor: pointer;
}
input[type=text], input[type=password] {
  float: left;
  display: block;
  width:95%!Important;
  border: 1px solid #ccc;
  padding: 1px 0;
  margin-top: 5px;
  color: #000;
}

.submit {
  width:auto!Important;
}

html {
  opacity:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}


.background{
  background-image: url('../images/backgrounds/trans.png');
  background-size: cover;
  background-color: #222;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  -webkit-transition: opacity 0.7s ease-in-out;
  -moz-transition: opacity 0.7s ease-in-out;
  -ms-transition: opacity 0.7s ease-in-out;
  -o-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
}

.center,div#msg1 {
  opacity: 0;
}
div#msg1 {

}
.center.animated {
  opacity:1;
}
.animated {
  animation-duration:0.5s ease;
}
.show {display:block;}
.text {
  margin: 0px!important;
  width: 100%!important;
  text-align: center;
}
.alert.alert-error {
  z-index: 99999999;
  /* margin-top: -50px; */
  position: absolute;
  top: -54px;
  /* width: 100%; */
  background: #ff7e7e;
  padding: 10px;
  left: 0px;
  color: white;
  font-size: 14px;
}
.alert.alert-error {
  width: 96%;
}
.loading-pattern-desk {
  background:transparent!important;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  left:0px;
  background: white;
  padding-top: 20%;
  transition: all 0.5s cubic-bezier(0, 0.74, 0.73, 0.88);
}

.loader-desk,
.loader-desk:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader-desk {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.2em solid;
  border-right: 02.em solid rgba(251, 175, 175, 0.4);
  /* border-bottom: 0.2em solid rgba(251, 175, 175, 0.4); */
  border-left: 0.3em solid ;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite cubic-bezier(0.54, 0.88, 0.9, 0.38);
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loading-pattern-desk-desk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  background: #FFFFFF;
  z-index: 99;
}

.loader-desk {
  top: 10%;
}
@media screen and (max-width:991px) {
  .center.animated.fadeInDown {
    width: auto;
    margin: 0px 20px;
    position: relative;
    top: unset!Important;
    left: unset;
    /* height: auto; */
    margin-top: 75px;
  }
}

.Msg_error {
  display: none;
}
/* BUGFIX Chrome Update */
input#rememberMe,div[for="rememberMe"] {
  float: left!important;
  width: auto!important;
}