/* Add css rules here */
* {
  margin: 0;
}

/* Basic page layout */
html {
  height: 100%;
  font-size: 62.5%;	
}

body {
  background-color: #eaeaea;
  background-image: url("../img/bg.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  color: #333;
  font: 1.2em Verdana,Helvetica,sans-serif;
  height: 100%; 
  /*overflow: -moz-scrollbars-vertical;
  overflow-x: auto;
  overflow-y: hidden;*/
}

@font-face {
  font-family: "Stag-Medium";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/StagLC-Medium.woff") format("woff"), url("fonts/StagLC-Medium.ttf") format("truetype");
}

#wrapper {
  background-color: transparent;
  margin: 0 auto;
  position: relative;
  max-width: 935px;
  min-width: 290px;
  height: 100%;
  z-index: 50;
}

#main {
  /*min-height: 100%;*/
  margin: 0 auto -33px
}

.table_fail_entry{
  color:red;
} 
 
#footer {
  background-color: white;
  border-top: 1px solid #b2b2b2;
  box-sizing: border-box;
  font-size: 0.8em;
  min-height: 33px;
  line-height: 16px;
  padding: 8px 0;
}

.copyright-legal {
  display: inline;
  float: left;
  margin-left: 20px;
}

#atosbrand {
  background-color: white;
  height: 92px;
  padding: 0 20px;
  font-size: 0.8em;
  line-height: 16px;
  position: relative;
}

#logolink {
  display: inline;
  float: left;
}

#logoimage {
  margin-top: 19px;
}

.language {
  float: right;
  margin-top: 19px;
}

.language > span {
  color: #505050;
  padding: 5px 0 6px 10px;
  text-decoration: none;
  line-height: 25px;
  text-align: right;
  font-size: 1.1em;
  cursor: pointer;
}

.language.hover {
  text-decoration: none;
  background-color: #0066a1;
}

.language.hover > span {
  color: #fff;
}
	
.language > .arrow {
  width: 16px;
  background-image: url("../img/sprite-transparent.png");
  background-position: -133px -1596px;
  display: inline-block;
  cursor: pointer;
}

.language.hover > .arrow {
  background-position: -307px -1596px;
}

.language .select {
  background-color: #fff;
  border: 1px solid #0066a1;
  box-sizing: border-box;
  list-style: outside none none;
  padding: 9px;
  font-size: 1.1em;
}

.language .select-subtitle {
  border-bottom: 1px solid #ccc;
  display: block;
  font-weight: bold;
  padding-right: 30px;
  margin-bottom: 5px;
}

.transparent-grey-box {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 5px;
  position: absolute;
  right: 20px;
  z-index: 100;
}

#technologist {
  bottom: 9px;
  position: absolute;
  right: 20px;
}

@media screen and (max-width: 660px) {
  #technologist  {
    display: none;
  }
}

#navbar {
  background-color: #404040;
  min-height: 30px;
  font-family: "Stag-Medium",Verdana,Helvetica,sans-serif;
  color: #fff;
  padding: 0 15px;
  position: relative;
}

#navbar ul {
  list-style-type: none;
  padding: 0;
}

#navbar li {
  display: inline-block;
  padding: 5px 0;
}

#navbar a {
  color: #fff;
  font-size: 1.29em;
  text-decoration: none;
  padding: 6px 6px 7px;
}

#navbar a:hover {
  background-color: #0066a1;
}

#navbar li.separator {
  font-size: 1.3em;
  padding: 5px;
}

.navbar-toggler {
  display: none;
}

@media screen and (max-width: 550px) {
  #navbar li.separator {
	display: none;
  }
  
  #navbar ul {
    margin: 0 -15px;
	padding-top: 40px;
  }
  
  #navbar li {
    display: block;
	padding: 0;
	box-sizing: border-box;
	height: 40px;
	border-top: 1px solid rgba(255, 255, 255, 0.65);
	background-color: #0066a1;
  }
  
  #navbar {
    min-height: 40px;
  }
  
  #navbar a {
    text-transform: uppercase;
	font-family: Verdana,Helvetica,sans-serif;
	padding: 12px 25px;
	line-height:16px;
	display: block;
    font-size: 0.95em;
  }
  
  #navbar a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  
  .navbar-toggler {
    display: block;
    width: 40px;
    height: 40px;
    background: transparent none repeat scroll 0% 0%;
    border: medium none;
    position: absolute;
    top: -1px;
    left: 12px;
    padding: 9px;
    cursor: pointer;
  }
  
  .navbar-toggler:hover {
  	background: transparent none repeat scroll 0% 0%;
  }
  
  .navbar-toggler > span {
    display: block;
    background: #fff;
    height: 3px;
    margin-top: 3px;
	width: 22px;
  }
}

#trustcenterbrand {
  max-height: 150px;
  min-height: 150px;
  background: rgba(255,255,255,0.7);

}

#trustcenterbrandfont {
  font-family: "Stag-Medium",Verdana,Helvetica,sans-serif;
  font-size: 6em;
  color: #0066A1;
  margin-top: 3px;
 line-height: 145px;
 margin-left: 50px;
}

#content {
  background-color: #fff;
  padding-bottom: 33px;
  box-sizing: border-box;
}

#login_fields{
	margin-top: 15px;
	padding-left: 7px;
}

.content-wrapper {
  padding: 20px;
}

.content-wrapper::after {
  content: "";
  clear: both;
  display: table;
}

img.responsive {
  width : 80%;
  height: auto;
  vertical-align: top;
  margin: auto;
  display: block;
}

/* PAGE TITLE */
.page-title {
  background-color: #0066a1;
  min-height: 44px;
}

.page-title > h1 {
  color: #fff;
  display: block;
  font-family: "Stag-Medium",Verdana,Helvetica,sans-serif;
  font-size: 1.75em;
  line-height: 20px;
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: normal;
}

/* LOGIN */
.login-tenant {
  box-sizing: border-box;
  float: left;
  padding-right: 10px;
  width: 50%;
}

.login-preview {
  box-sizing: border-box;
  float: left;
  margin-top: 15px;
  padding: 0 10px;
  width: 50%;
}

.login-preview > img {
  display: block;
  margin: 0 auto;
  max-width: 336px;
  width: 100%;
}

.input-group {
  padding-right: 20px;
}

.login-fail {
  margin-top: 15px;
  color: red;
}

@media screen and (max-width: 550px) {
  .login-tenant {
    padding-right: 0;
    width: 100%;
  }

  .login-preview {
    margin-top: 15px;
    padding: 0;
    width: 100%;
  }
}

.redirect-to-mdk {
  display: block;
  margin: 0 auto;
}

.content-wrapper h2 {
  border-bottom: 4px solid #000;
  font-family: "Stag-Medium",Verdana,Helvetica,sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  margin: 10px 0 5px;
  padding: 0 5px 1px;
  line-height: 1.1em;
  min-height: 20px;
}

.content-wrapper h3 {
  font-family: "Stag-Medium",Verdana,Helvetica,sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  margin-top: 15px;
  padding: 0 5px;
  line-height: 1.1em;
}

.content-wrapper ul {
  list-style-type: none;
  padding-left: 20px;
  padding-top: 5px;
}

.content-wrapper li {
  background-image: url("../img/sprite-transparent.png");
  background-position: -11px -1695px;
  background-repeat: no-repeat;
  padding: 1px 10px;
}

.content-wrapper a {
  color: #a626aa;
  text-decoration: none;
  cursor: pointer;
}

.content-wrapper a:hover {
  background-color: #a626aa;
  text-decoration: none;
  color: #fff;
}
.content-wrapper p {
  padding: 0 5px;
  margin-bottom: 14px;
}

/* AT A GLANCE */
.content-65 {
  box-sizing: border-box;
  float: left;
  padding-right: 20px;
  width: 65%;
}

.content-35 {
  box-sizing: border-box;
  float: left;
  width: 35%;
}

/* DOWNLOAD */
.certification img {
  border: 1px solid #ccc;
  box-sizing: border-box;
  box-shadow: 2px 2px 4px #888888;
  -moz-box-shadow: 2px 2px 4px #888888;
  -webkit-box-shadow: 2px 2px 4px #888888;
  -khtml-box-shadow: 2px 2px 4px #888888;
  display: block;
  margin: 10px auto 20px;
  max-width: 200px;
  width: 75%;
}

/* CONTACTS */
.ul_kontakt a img {
  vertical-align: text-bottom;
  height: 13px;
  margin-left: 2px
}

@media screen and (max-width: 550px) {
  .content-65 {
    padding-right: 0;
    width: 100%;
	margin-bottom: 20px;
  }

  .content-35 {
    width: 100%;
  }

}

/* TENANT SELECT */
.tenant-select {
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
  margin: 25px auto;
  max-width: 350px;
  padding: 7px 0 7px 10px;
  position: relative;
  cursor: pointer;
  text-align: left;
}

.tenant-select > span {
  border-right: 1px solid #cfcfcf;
  box-sizing: border-box;
  color: #666;
  display: block;
  width: 88%;
}

.tenant-select .arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #0066a1;
  height: 0;
  position: absolute;
  right: 4%;
  top: 12px;
  width: 0;
}

.tenant-select ul.select {
  box-sizing: border-box;
  left: 0;
  list-style: outside none none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 100%;
}

.tenant-select li {
  background-color: #404040;
  border-bottom: 1px solid #808080;
  background-image: none;
  padding: 0;
}

.tenant-select a {
  color: #fff;
  display: block;
  padding: 8px 11px;
  text-decoration: none;
  text-transform: uppercase;
}

.tenant-select a:hover {
  background-color: #a626aa;
}

button, input.button {
  background-color: #404040;
  border: medium none;
  color: #fff;
  cursor: pointer;
  padding: 7px 13px 9px;
}

button:hover, input:hover.button {
  background-color: #a626aa;
}

input.button:disabled {
  background-color: #808080;
  cursor: default;
}

.tenant-input {
  margin: 25px auto;
  max-width: 350px;
  width: 95%;
  display: block;
}

input, textarea, select {
  font-family: Verdana,Helvetica,sans-serif;
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
  padding: 7px 10px;
}

input.input-text {
  width: 97%;
  margin: 0 5px;
}

/*label {
  margin: 0 10px;
  position: relative;
  top: -16px;
}*/

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 32px;
  background-image: url("../img/arrow-down.png");
  background-position: 92% 9px;
  background-repeat: no-repeat;
  padding: 0 0 0 7px;
  min-width: 106%;
  border: none;
}

select::-ms-expand { /* for IE 11 */
  display: none;
}

.select-wrapper {
  border: 1px solid #cfcfcf;
  display: inline-block;
  margin: 0 5px 5px;
  overflow: hidden;
  padding: 0;
  width: 47%;
  min-width: 280px;
}
/*option {
  padding: 7px 20px 7px 10px;
  width: 100%;
}*/

.form-group {
  margin: 8px 0;
}

.form-group.input {
  width: 50%;
  float: left;
}

@media screen and (max-width: 550px) {
  .form-group.input{
  	width: 100%;
  }
  
  input.input-text, select {
    width: 96%;
  }
  
  .select-wrapper {
    margin: 8px 5px 5px;
    overflow: hidden;
    padding: 0;
    width: 95%;
  }
  
  /*label {
    top: 5px;
  }*/	
}
	
textarea {
  font-size: 1em;
  height: 150px;
  margin: 0 5px;
  resize: none;
  width: 99%;
}

.help-block {
  color: #ff6319;
  display: block;
  font-size: 0.8em;
  font-style: italic;
  margin: 0 10px;
}

.ng-pristine .ng-invalid-required {
  box-shadow: none;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.trustedroot {
  max-width: 260px;
}

.services-menu > ul {
  font-size: 1.2em;
}

.services-menu {
  float: right;
}

.services {
  box-sizing: border-box;
  display: block;
  float: right;
  padding-right: 20px;
}

h4 {
  font-family: "Stag-Medium",Verdana,Helvetica,sans-serif;
  font-size: 1.2em;
  font-weight: normal;
  margin-top: 15px;
  padding: 0 5px;
}

li > h4 {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  margin: 10px auto 0;
  width: 97%;
}

tr:nth-child(2n+1) {
  background-color: #eee;
}

tr {
  border: 1px solid #cfcfcf;
}

td {
  padding: 7px;
}

.slide-toggle {
  background-image: url("../img/arrow-down2.png");
  background-position: 99% -2px;
  background-repeat: no-repeat;
}

.slideToggleHover {
  background-color: #0b71ac;
  color: #fff;
  cursor: pointer;
}

.language button {
  background-color: transparent;
  background-image: url("../img/sprite-transparent.png");
  background-position: -9px -1696px;
  color: #0066a1;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 1em;
  margin: 0;
  padding: 0 0 0 9px;
}

.language button:hover {
  text-decoration: underline;
}

.recaptcha {
  display: block;
  margin: 0 auto;
  width: 300px;
  padding: 5px 0;
}

input.ng-invalid.ng-touched,
textarea.ng-invalid.ng-touched {
  border: 1px solid #ff6319; /* original red #b94a48 */
  box-shadow: 0 0 2px #ff6319;
}

.form-group.sec-group {
  padding: 5px 10px;
}

.sec {
  display: inline-block;
}

.result {
  display: inline-block;
  margin-left: 15px;
}

.footer-links {
  display: block;
  float: right;
  list-style: outside none none;
  margin-right: 20px;
  padding: 0;
}

.footer-links > li {
  float: left;
  padding-left: 5px;
}

.footer-links a {
  color: #333;
  text-decoration: none;
}

.footer-links a:hover {
  color: #FFF;
  background-color: #000;
}

.link-separator {
  color: #dcdcdc;
}

.hint {
  font-style: italic;
  color: #ff6319;
}
