﻿html, body {
  width: 100%;
  height: 100%; }
  html .telekom-left-padding, body .telekom-left-padding {
    padding-left: 15px; }
  html .telekom-right-padding, body .telekom-right-padding {
    padding-right: 15px; }
  html .padding-top, body .padding-top {
    padding-top: 10px; }
  html .telekom-URL-content, body .telekom-URL-content {
    min-width: 560px; }
  html .endorsement, body .endorsement {
    text-transform: uppercase; }

.client-list {
  min-height: 100px;
  overflow: auto;
  margin: 0 15px;
  flex-wrap: wrap;
  max-width: 1200px;
  max-height: 260px; }
  .client-list > .client {
    border: 2px solid;
    border-radius: 35px;
    height: 60px;
    width: auto;
    padding: 0 30px;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 15px; }
  .client-list > .client:last-child {
    margin-bottom: 15px; }

.fontClientId {
  font-family: "Roboto" !important;
  font-size: 30px !important;
  font-weight: 500 !important; }

.bottom-spaced {
  margin-bottom: 50px; }

.top-spaced {
  margin-top: 30px; }

.error {
  font-size: 12px;
  line-height: 14px;
  color: #d0021b;
  margin-bottom: 12px; }

md-dialog md-dialog-content div.md-dialog-content {
  padding: 0 24px 0 24px !important; }
  md-dialog md-dialog-content div.md-dialog-content div.subsection {
    margin-left: 40px !important; }

md-dialog md-dialog-content div p:nth-of-type(2), md-dialog md-dialog-content div p.fontTitleLargeLighter {
  padding-top: 0;
  margin-top: 0; }

md-dialog md-dialog-content div p span {
  font-weight: bold; }

md-dialog md-dialog-content ul {
  list-style: none;
  margin-left: 0;
  padding-left: 10px; }

md-dialog md-dialog-actions {
  min-height: 52px !important; }

md-content {
  min-height: 64px; }
  md-content md-dialog-actions {
    border: none !important; }

input::-ms-clear, input::-ms-reveal {
  display: none; }

.cosmote .cosmote-padding {
  padding: 0 100px; }
  @media only screen and (max-width: 650px) {
    .cosmote .cosmote-padding {
      padding: 0 20px; } }

.cosmote .cosmote-separator {
  margin: 0 15px;
  border-left: solid 1px #d0d0ce;
  height: 25px; }

.cosmote .language-margin {
  margin: 18px 0 !important; }

.cosmote md-input-container .md-placeholder,
.cosmote md-input-container label:not(.md-no-float):not(.md-container-ignore) {
  padding: 0px 15px;
  -webkit-transform: translate3d(0, 33px, 0) scale(1);
  transform: translate3d(0, 33px, 0) scale(1); }

.cosmote md-input-container.md-input-focused label:not(.md-no-float),
.cosmote md-input-container.md-input-has-placeholder label:not(.md-no-float),
.cosmote md-input-container.md-input-has-value label:not(.md-no-float) {
  display: none; }

.cosmote md-input-container {
  margin: 0 0 18px 0; }
  .cosmote md-input-container .md-input {
    border-width: 1px !important;
    height: 43px;
    border-radius: 4px;
    padding: 0px 15px; }
  .cosmote md-input-container .md-input-message-animation span {
    padding: 0px 15px !important; }

.cosmote #login-content .input-container button {
  height: 43px;
  margin-right: 10px; }

.cosmote #login-container #login-title {
  margin: 0 auto 25px auto;
  width: 32vw;
  font-size: 32px !important;
  min-height: 35px;
  font-weight: 500 !important;
  min-width: 450px; }
