﻿html,
body,
main {
  height: 100%;
}
html,
body {
  padding: 0px;
  margin: 0px;
}
header,
main {
  padding: 5px;
}
main .container-fluid {
  margin-right: 0px;
  margin-left: 0px;
}
main .action-buttons .btn {
  float: left;
  display: inline-block;
}
.k-overlay {
  background: transparent;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.flex:before,
.flex:after {
  width: 0;
}
.flex-column {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-grow {
  flex-grow: 1;
}
.flex-align-items-center {
  align-items: center;
}
.flex-align-self-start {
  align-self: flex-start;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.margin-10 {
  margin: 10px;
}
.margin-0 {
  margin: 0px;
}
.k-icon.k-i-loading {
  height: 38px;
  width: 28px;
}
.fa-1-5x {
  font-size: 1.5em;
}
ul.notification-type {
  padding: 0px;
  list-style-type: none;
  margin-top: 8px;
}
ul.notification-type li {
  text-align: left;
  display: block;
  margin: 4px;
  padding: 8px;
}
ul.notification-type li.subscription-type {
  background-color: #eaeaea;
  padding: 14px;
}
ul.notification-type li.subscription-type.active {
  background-color: #337ab7;
  color: #fff;
  font-weight: bold;
}
ul.notification-type li.subscription-type span {
  font-weight: bold;
}
ul.notification-type li .form-control {
  width: 90%;
  padding-top: 0px;
  padding-bottom: 0px;
}
/**
 * Modal styles
 */
.k-window .modal-body {
  padding: 0px;
}
.k-window .modal-footer {
  padding: 12px 1px 0px 15px;
}
/**
 * Spinner styles
 */
.loader {
  z-index: 999999;
  left: 50%;
  top: 50%;
  display: none;
  position: fixed;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.loader #spinner {
  box-sizing: border-box;
  stroke: #443e59;
  stroke-width: 3px;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: line 1.6s cubic-bezier(0.4, 0, 0.2, 1) infinite, rotate 1.6s linear infinite;
  animation: line 1.6s cubic-bezier(0.4, 0, 0.2, 1) infinite, rotate 1.6s linear infinite;
}
.more-btn {
  margin-top: 25px;
}
.max-width-50-pc {
  max-width: 50%;
}
.btn-link {
  font-size: 16px;
}
.year-calendar-btn {
  margin-left: 12px;
  padding: 0px;
}
.year-calendar-btn span {
  display: inline-block;
  padding: 6px 12px;
}
.year-calendar-btn span.btn-download {
  padding: 6px 14px;
  border-left: 1px solid #999;
}
.further-disposals {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.further-disposals li {
  padding: 5px;
  max-width: 200px;
  border-bottom: 1px solid #ccc;
}
.further-disposals li:first-child {
  border-top: 1px solid #ccc;
}
.further-disposals li:last-child {
  border: none;
}
@media only screen and (max-width: 576px) {
  .navbar-header {
    text-align: center;
  }
  .navbar-header a img {
    margin-left: 30px;
  }
  .max-width-50-pc {
    max-width: 100%;
  }
  .banner-img {
    display: none;
  }
  .text-inline-break {
    width: 50%;
  }
  .text-inline-break h4 {
    margin-top: 0;
  }
}
@media only screen and (max-height: 375px) {
  header {
    display: none;
  }
  .banner-img {
    content: url(../images/hamos_logo.png);
    max-width: 259px;
    max-height: 147px;
    margin-left: 10px;
    width: auto;
    height: auto;
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}
@-webkit-keyframes line {
  0% {
    stroke-dasharray: 2, 85.964;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    stroke-dasharray: 65.973, 21.9911;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 2, 85.964;
    stroke-dashoffset: -65.973;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes line {
  0% {
    stroke-dasharray: 2, 85.964;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    stroke-dasharray: 65.973, 21.9911;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 2, 85.964;
    stroke-dashoffset: -65.973;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}