@font-face {
  font-family: "icons";
  src: url("../../../../base/fonts/component/icons/icons.ttf") format("truetype"), url("../../../../base/fonts/component/icons/icons.woff") format("woff"), url("../../../../base/fonts/component/icons/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon]::before, [class*=" icon"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconMail:before {
  content: "\e910";
}

.iconFacebook:before {
  content: "\e901";
}

.iconInstagram:before {
  content: "\e902";
}

.iconYoutube:before {
  content: "\e909";
  position: relative;
  top: 1px;
}

.iconLinkedin:before {
  content: "\e903";
  position: relative;
  top: -2px;
}

.iconPinterest:before {
  content: "\e904";
}

.iconTwitter:before {
  content: "\e908";
}

.iconUserPlus:before {
  content: "\e907";
}

.iconPhone:before {
  content: "\e905";
}

.iconSmartPhone:before {
  content: "\e906";
}

.iconBurger:before {
  content: "\e5d2";
  font-family: "Material Icons";
}

* {
  margin: 0;
  padding: 0;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
  min-width: 375px;
  overflow: hidden;
}

.hidden {
  display: none;
}

.shown {
  display: block;
}

.formElement.inputField {
  position: relative;
  width: 100%;
  height: 30px;
}
.formElement.inputField input[type=text], .formElement.inputField input[type=password], .formElement.inputField select, .formElement.inputField textarea {
  border-radius: 5px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 10px;
  border: none;
  margin: 0 2px 0 2px;
}
.formElement.inputTextArea {
  height: 100px;
}
.formElement.inputTextArea textarea {
  padding-top: 5px;
}
.formElement.checkbox {
  position: relative;
  width: 15px;
  height: 15px;
  border: 1px solid #555;
  background: #fff;
}
.formElement.checkbox input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 2;
}
.formElement.checkbox input[type=checkbox] + div {
  position: absolute;
  left: 5px;
  top: 5px;
  bottom: 5px;
  right: 5px;
  z-index: 1;
}
.formElement.checkbox input[type=checkbox]:checked + div {
  background: #000;
}
.formElement.button {
  position: relative;
  width: 100%;
  height: 30px;
}
.formElement.button button {
  border-radius: 5px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 10px;
}

.main {
  grid-area: main;
}

.restorePassword h1 {
  text-align: center;
}
.restorePassword .successType {
  text-align: center;
  font-size: 1.5em;
  padding: 20px 0;
}
.restorePassword .successType table {
  margin: 20px auto;
}
.restorePassword .successType table th {
  text-align: right;
  padding: 0 10px 0 0;
}
.restorePassword .successType table td {
  text-align: left;
}
.restorePassword .errorType {
  text-align: center;
  font-size: 1.5em;
  padding: 20px 0;
}

body {
  font-family: monospace;
  background: #fff;
}

h1 {
  margin: 10px;
  font-weight: normal;
  font-size: 23px;
}

.main {
  margin: 0 10px;
}

.singleBanner {
  background: rgba(252, 239, 60, 0.8);
  padding: 10px;
  margin-bottom: 25px;
}
.singleBanner p {
  margin-top: 10px;
}

.titledBlock {
  position: relative;
  font-size: 17px;
}
.titledBlock .title {
  margin: 10px 0 10px 10px;
  color: #000;
  background: #eee;
  font-size: 20px;
  font-weight: bold;
  min-width: 230px;
  padding: 5px 5px;
  display: inline-block;
}

.widgetMediaObject {
  position: relative;
  font-size: 1em;
}
.widgetMediaObject > div > img, .widgetMediaObject > div > .image {
  width: 100%;
}
.widgetMediaObject.left > img, .widgetMediaObject.left > .image {
  float: left;
  margin-right: 10px;
}
.widgetMediaObject.left > img > img, .widgetMediaObject.left > .image > img {
  width: 100%;
}
.widgetMediaObject.left .title {
  margin: 10px 0 10px 10px;
}
.widgetMediaObject.right > img, .widgetMediaObject.right > .image {
  float: right;
  margin-left: 10px;
}
.widgetMediaObject.right > img > img, .widgetMediaObject.right > .image > img {
  width: 100%;
}
.widgetMediaObject.right .title {
  margin: 10px 10px 10px 0;
}
.widgetMediaObject > * {
  position: relative;
}
.widgetMediaObject:after {
  content: "";
  clear: both;
  display: block;
}
.widgetMediaObject:before {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  left: -100vw;
  right: -100vw;
  top: 0;
  bottom: 0;
}
.widgetMediaObject .title {
  color: #000;
  min-width: 230px;
  padding: 5px 5px;
}
.widgetMediaObject .content {
  padding: 0 20px 20px 20px;
}
.widgetMediaObject .content p {
  padding: 0 0 10px 0;
}

/*# sourceMappingURL=common.css.map */
