/*#region fonts */

@import url("f/_pe0qMImSLYBIv1o4X1M8cce.css");
/*#endregion */
/*#region variables */
/*#region colors */
/*#141619;*/
/*#1f262d;*/
/*#3e5569;*/
/*#a1aab2;*/
/*#f9fbfe;*/
/*@colordark6: rgba(0,0,0,0.15); #c8d3e4;*/
/*@colorbtnwhite:@colorwhite ;*/
/*#endregion */
/*#endregion */

/*#region typography */

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fshuge {
  font-size: 64px;
}
.fsbig {
  font-size: 32px;
}
.fsmedium {
  font-size: 24px;
}
.fssmall,
.InfoLabel {
  font-size: 18px;
}
.fsnormal {
  font-size: 1rem;
}
.fstiny2 {
  font-size: 14px;
}
.fstiny {
  font-size: 12px;
}
.fwbolder {
  font-weight: 900;
}
.fwbold {
  font-weight: 600;
}
.fwnormal {
  font-weight: normal;
}
.fwlight {
  font-weight: lighter;
}
.taleft {
  text-align: left;
}
.tacenter {
  text-align: center;
}
.taright {
  text-align: right;
}
/*#endregion */

/*#region html-elements */

* {
  padding: 0px;
  margin: 0px;
  outline: 0px;
  border: 0px;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
html {
  font-family: 'Geist', sans-serif;
  /*font-size: @line1;*/

  font-size: 1rem;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.9);
}
body {
  background-color: #fafafa;
}
p {
  text-indent: 32px;
  margin-bottom: 32px;
  text-align: justify;
}
main {
  padding-top: 64px;
}
/*#endregion */

/*#region box-module */

.thebox {
  width: 100%;
  /*max-width: @col3;*/
  max-width: 96%;
  margin: 0px auto;
  border: solid 1px #ebebeb;
  background-color: white;
  margin: 16px auto;
  /*max-width:96%;*/

  border-radius: 6px;
}
.whitebox {
  border: solid 1px #ebebeb;
  background-color: white;
  margin: 16px auto;
  /*max-width:96%;*/

  border-radius: 6px;
}
.boxpadding16 {
  padding: 16px;
}
.boxpadding24 {
  padding: 24px;
}
.page {
  overflow: auto;
  min-width: 320px;
  width: 100%;
}
.overflow {
  overflow: auto;
}
.block {
  display: block;
}
.autosize {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.boxshadow {
  box-shadow: 0 0 10px 0 rgba(63, 66, 87, 0.1);
}
.cph {
  width: 100%;
  /*max-width: @col3;*/
  max-width: 96%;
  margin: 0px auto;
}
.autocol {
  width: 100%;
  max-width: 320px;
  margin: 0px auto;
  display: block;
}
.tmargin2 {
  margin-top: 32px !important;
}
.tmargin4 {
  margin-top: 64px;
}
.bmargin {
  margin-bottom: 16px;
}
.bmargin2 {
  margin-bottom: 32px;
}
.bmargin3 {
  margin-bottom: 48px;
}
.bmargin4 {
  margin-bottom: 64px;
}
.wrapper {
  overflow: auto;
}
.section {
  padding: 64px 0px;
}
.left {
  float: left;
}
/*#endregion */

/*#region header */

header {
  display: grid;
  grid-template-columns: 159px auto 64px;
  /*background-color: red;*/
  line-height: 64px;
  overflow: hidden;
  position: fixed;
  border-bottom: solid 1px #ebebeb;
  z-index: 100;
  left: 0px;
  right: 0px;
}
header .logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-right: solid 1px #ebebeb;
  background-color: white;
}
header .logo img {
  margin: 0px auto;
}
header .caption {
  font-size: 18px;
  /*font-size:17px;*/
  color: rgba(0, 0, 0, 0.6);
  font-weight: normal;
  /*text-shadow: 1px 1px #ddd;*/
  /*word-spacing: -0.32px;*/
  background-color: white;
  padding-left: 16px;
}
header nav {
  display: block;
  background-color: white;
}
header nav a {
  background-color: white;
  /*padding: 0px @line1;*/
  /*float: left;*/
  display: block;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
}
@media (max-width: 720px) {
  header nav a {
    display: none;
  }
}
#btnmenu {
  display: block;
  width: 64px;
  float: right;
  font-family: 'FontAwesome';
  font-size: 24px;
  font-weight: 100;
  text-align: center;
}
#btnmenu:hover {
  /*color: @colororange;*/
  cursor: pointer;
}
.options:before {
  font-family: 'FontAwesome';
  content: '\f0c9';
}
.close:before {
  content: '\f00d';
}
/*#endregion */

/*#region misc */

.radius {
  border-radius: 6px;
}
.hovereffect {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.12), 0 5px 5px rgba(0, 0, 0, 0.11);
}
.hovereffect:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  cursor: pointer;
}
.tacenter {
  text-align: center;
}
.taright {
  text-align: right;
}
.truncate {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.msgicon {
  font-family: 'FontAwesome';
  font-size: 84px;
  line-height: 1.4;
  text-align: center;
  display: block;
}
.uninstall {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
  padding: 48px 5px;
}
.uninstall p {
  text-indent: 0px;
  margin: 16px 0px;
}
.uninstall a {
  display: block;
  line-height: 24px;
  margin-bottom: 10px;
  color: #27a9e3;
}
.uninstall a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.uninstall h5 {
  font-weight: 400;
  font-size: 24px;
  padding-left: 10px;
  border-left: solid 3px #27a9e3;
  line-height: 2;
}
@media (max-width: 900px) {
  .uninstall {
    grid-template-columns: 1fr;
    padding: 16px;
  }
}
/*#endregion */

/*#region forms & controls */

.btnwrap1 {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: auto 1fr auto;
}
.button,
.form .fieldset a {
  display: block;
  width: 100%;
  color: white;
  font-size: 14px;
  /*.fwbold;*/
  text-transform: uppercase;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 6px;
  height: 39px;
  line-height: 37px;
}
.button:hover,
.form .fieldset a:hover {
  opacity: 0.9;
  /*background-color: @colordark1 !important;*/
  cursor: pointer;
}
.rightarrow:after {
  content: '\f061';
  font-family: 'FontAwesome';
  padding-left: 16px;
}
.whatsapp:after {
  content: '\f232';
  font-family: 'FontAwesome';
  padding-left: 16px;
}
.mobile {
  display: grid;
  grid-template-columns: 50px auto !important;
  /*box-shadow: inset 0px 0px 0px 1px @colordark5;*/

}
.mobile span:first-child {
  text-align: right;
  font-size: 13px;
  line-height: 39px;
  padding-right: 5px;
}
input[type=text],
input[type=password],
select,
textarea {
  font-family: 'Geist';
  font-size: 13px;
  /*font-weight:300;*/
  line-height: 39px;
  height: 39px;
  padding: 0px 8px;
  /*box-shadow: inset 0px 0px 0px 1px #aaa;*/
  width: 100%;
  border: solid 1px #ebebeb;
  background-color: white;
  border-radius: 6px;
  /*-webkit-appearance: none;*/
  transition: box-shadow 0.2s ease;
}
input[type=text]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  outline: none;
  border: solid 1px #8d8d8d;
  /*box-shadow: 0 0 0 3px hsla(0, 0%, 83.9%, 80%);*/
  box-shadow: 0 0 0 3px #d6d6d6;
}
textarea {
  height: 64px;
}
input[type=submit] {
  font-size: 14px;
}
.tags {
  overflow: auto;
  border-radius: 6px;
  background-color: white;
  border: solid 1px #ebebeb;
  padding: 6px;
  /*&.green a {
        background-color: @colorhover;
    }*/

}
.tags a {
  padding: 5px 10px;
  float: left;
  margin-right: 6px;
  color: rgba(0, 0, 0, 0.9);
  background-color: #f2f2f2;
}
.tags a:hover {
  background-color: #fafafa !important;
}
.tags a:last-child {
  margin-right: 16px;
}
.form {
  width: 100%;
  padding: 16px;
  margin: 0px auto;
  display: grid;
  grid-gap: 16px;
  background-color: white;
  border: solid 1px #ebebeb;
  border-radius: 6px;
}
.form strong {
  font-size: 14px;
  font-weight: normal;
  color: #666666;
  display: block;
  padding-bottom: 6px;
  background-color: white;
}
.form .fieldset {
  display: grid;
  grid-gap: 16px;
  background-color: white;
}
.form .fieldset[itemprop=col1] {
  grid-template-columns: 1fr;
}
.form .fieldset[itemprop=col2] {
  grid-template-columns: 1fr 1fr;
}
.form .fieldset[itemprop=col3] {
  grid-template-columns: 1fr 1fr 1fr;
}
.form .fieldset[itemprop=col4] {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 539px) {
  .form .fieldset[itemprop=col1],
  .form .fieldset[itemprop=col2],
  .form .fieldset[itemprop=col3],
  .form .fieldset[itemprop=col4] {
    grid-template-columns: 1fr;
  }
}
.form .fieldset a {
  /*background-color: @colorskyblue;*/
  line-height: 39px;
  margin-top: 16px;
}
.form nav {
  line-height: 36px;
  display: grid;
  grid-gap: 32px;
  background-color: white;
  padding: 8px 0px 16px 0px;
  /*background-color: red;*/

  /*& span:nth-child(1) a {
            background-color: @colorskyblue;
        }

        & span:nth-child(2) a {
            background-color: @colorred;
        }

        & span:nth-child(3) a {
            background-color: @colorgreen;
        }*/

}
.form nav[itemprop=col1] {
  grid-template-columns: 1fr;
}
.form nav[itemprop=col2] {
  grid-template-columns: auto 100px 100px;
}
.form nav[itemprop=col3] {
  grid-template-columns: 1fr 1fr 1fr;
}
.btndark {
  border: solid 1px #171717;
  background-color: #171717;
}
.btnred {
  border: solid 1px #da2f35;
  background-color: #da2f35;
}
.btnwhite {
  border: solid 1px #ebebeb;
  background-color: white;
  color: rgba(0, 0, 0, 0.9);
}
.form720 {
  max-width: 720px;
}
.form320 {
  max-width: 320px;
}
/*#endregion */

/*#region filterbar*/

.filters {
  display: grid;
  width: 100%;
  padding: 16px;
  margin: 0px auto;
  grid-gap: 16px;
  background-color: white;
  border: solid 1px #ebebeb;
  border-radius: 6px;
  margin-top: 32px !important;
}
.filters strong {
  font-size: 14px;
  font-weight: normal;
  color: #666666;
  display: block;
  padding-bottom: 6px;
  background-color: white;
}
.filters .fieldset {
  display: grid;
  grid-gap: 16px;
  background-color: white;
}
.filters .fieldset[itemprop=col1] {
  grid-template-columns: 1fr;
}
.filters .fieldset[itemprop=col2] {
  grid-template-columns: 1fr 1fr;
}
.filters .fieldset[itemprop=col3] {
  grid-template-columns: 1fr 1fr 1fr;
}
.filters .fieldset[itemprop=col4] {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 539px) {
  .filters .fieldset[itemprop=col1],
  .filters .fieldset[itemprop=col2],
  .filters .fieldset[itemprop=col3],
  .filters .fieldset[itemprop=col4] {
    grid-template-columns: 1fr;
  }
}
.filters .fieldset a {
  /*background-color: @colorskyblue;*/
  line-height: 39px;
  margin-top: 16px;
}
.filters nav {
  line-height: 36px;
  display: grid;
  grid-gap: 32px;
  background-color: white;
  padding: 8px 0px 16px 0px;
  /*background-color: red;*/

  /*& span:nth-child(1) a {
            background-color: @colorskyblue;
        }

        & span:nth-child(2) a {
            background-color: @colorred;
        }

        & span:nth-child(3) a {
            background-color: @colorgreen;
        }*/

}
.filters nav[itemprop=col1] {
  grid-template-columns: 1fr;
}
.filters nav[itemprop=col2] {
  grid-template-columns: auto 100px 100px;
}
.filters nav[itemprop=col3] {
  grid-template-columns: 1fr 1fr 1fr;
}
.chkdtl {
  grid-template-columns: 240px 100px auto !important;
}
.closedenq {
  grid-template-columns: 140px 140px 100px auto !important;
}
.stockrpt {
  grid-template-columns: 150px 150px 150px 150px 100px auto !important;
}
/*#endregion */

/*#region sidemenu */

#sidemenu {
  position: fixed;
  left: 0px;
  top: 64px;
  right: 0px;
  bottom: 0px;
  overflow: auto;
  background-color: white;
  display: none;
  z-index: 1000;
  padding: 0px 16px;
  text-indent: 3px;
  text-shadow: none;
  width: 100%;
}
/*#endregion */

/*#region desktop */

.desktop {
  display: grid;
  padding: 16px;
  grid-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  font-size: 12px;
}
.desktop a {
  display: block;
  color: rgba(0, 0, 0, 0.9);
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 8px;
  text-align: center;
}
.desktop a:hover {
  color: #27a9e3;
}
.desktop a:hover:before {
  color: #27a9e3;
}
.desktop a:before {
  font-family: 'FontAwesome';
  font-size: 36px;
  line-height: 48px;
  display: block;
  font-weight: lighter;
}
/*#endregion */

/*#region desktop2 */

.desktop2 {
  background-color: white;
  display: grid;
  overflow: auto;
  grid-gap: 32px;
  font-size: 14px;
  /*grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;*/

  /*grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));*/

}
@media (max-width: 450px) {
  .desktop2 {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 451px) and (max-width: 599px) {
  .desktop2 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
  }
}
@media (min-width: 600px) and (max-width: 900px) {
  .desktop2 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 901px) and (max-width: 1080px) {
  .desktop2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1080px) {
  .desktop2 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
.desktop2 a {
  display: block;
  color: rgba(0, 0, 0, 0.6);
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 8px 0px 16px 0px;
  text-align: center;
  border-radius: 6px;
}
.desktop2 a:hover {
  background-color: #f2f2f2;
}
.desktop2 a:before {
  font-family: 'FontAwesome';
  font-size: 36px;
  line-height: 48px;
  display: block;
  font-weight: lighter;
}
.blocktitle {
  font-weight: normal;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.6);
  padding-bottom: 16px;
  display: block;
  overflow: auto;
  background-color: white;
}
/*#endregion */

/*#region footer */

footer {
  /*background-color: @colordark1;*/
  overflow: auto;
  padding: 32px;
  color: rgba(0, 0, 0, 0.3);
  text-align: center;
  text-shadow: 1px 1px 1px white;
}
footer strong {
  font-size: 24px;
  line-height: 42px;
  font-weight: 300;
  color: #ffb848;
}
footer h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
}
.footer {
  width: 100%;
  /*max-width: @col3;*/
  max-width: 96%;
  margin: 0px auto;
  display: grid;
  padding: 16px;
  grid-gap: 16px;
  text-shadow: 1px 1px 1px white;
}
@media (max-width: 599px) {
  .footer {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 600px) and (max-width: 900px) {
  .footer {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 901px) {
  .footer {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.vmenu a,
.call a {
  color: inherit;
  display: block;
  line-height: 21px;
  padding-left: 6px;
  margin-bottom: 10px;
}
.vmenu a:hover,
.call a:hover {
  color: #28b779;
}
.vmenu a:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  padding-right: 8px;
}
.call a:before {
  content: '\f095';
  font-family: 'FontAwesome';
  padding-right: 8px;
}
.copyright {
  background-color: #111111;
  padding: 32px;
  text-align: center;
  color: rgba(0, 0, 0, 0.45);
  text-shadow: 1px 1px 1px black;
}
.copyright span {
  color: #ffb848;
}
/*#endregion */

/*#region img slider */

.cycle-slideshow {
  width: 100%;
}
.cycle-prev,
.cycle-next {
  position: absolute;
  top: 0;
  width: 48px;
  z-index: 800;
  height: 100%;
  cursor: pointer;
  font-family: 'FontAwesome';
  font-size: 32px;
  text-align: center;
  display: table;
}
.cycle-prev:hover,
.cycle-next:hover {
  opacity: .7;
}
.cycle-prev span,
.cycle-next span {
  display: table-cell;
  vertical-align: middle;
}
.cycle-prev {
  left: 0;
}
.cycle-next {
  right: 0;
}
/*#endregion */

/*#region 404-page */

.page404 {
  text-align: center;
  margin: 32px auto 16px auto;
  max-width: 720px;
}
.page404 h1 {
  font-size: 36px;
  padding: 0px 16px;
}
.page404 h1:before {
  content: '\f127';
  font-size: 100px;
  line-height: 120px;
  color: orangered;
  font-family: 'FontAwesome';
  display: block;
  padding-bottom: 32px;
}
.page404 p {
  font-size: 18px;
  text-align: justify;
  text-indent: 0px;
  padding: 16px;
}
/*#endregion */

/*#region lity-lightbox */

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: white;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: white;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: white;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
.lity-hide {
  display: none;
}
/*#endregion */

/*#region infopage */

.infopage {
  overflow: auto;
  padding: 16px;
  font-size: 14px;
}
.infopage strong {
  color: #ffb848;
  font-size: 18px;
}
.infopage p {
  text-indent: 0px;
}
.infopage div {
  margin-bottom: 8px;
}
/*#endregion */

/*#region dtpicker */

.dtpicker-overlay {
  z-index: 2000;
  display: none;
  min-width: 300px;
  background: rgba(0, 0, 0, 0.2);
  font-size: 12px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dtpicker-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dtpicker-overlay * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.dtpicker-bg {
  width: 100%;
  height: 100%;
  font-family: Verdana;
}
.dtpicker-cont {
  border: 1px solid #ecf0f1;
}
.dtpicker-mobile .dtpicker-cont {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
}
.dtpicker-content {
  margin: 0 auto;
  padding: 1em 0;
  max-width: 500px;
  background: white;
}
.dtpicker-mobile .dtpicker-content {
  width: 97%;
}
.dtpicker-subcontent {
  position: relative;
}
.dtpicker-header {
  margin: 0.2em 1em;
}
.dtpicker-header .dtpicker-title {
  color: #2980b9;
  text-align: center;
  font-size: 1.1em;
}
.dtpicker-header .dtpicker-close {
  position: absolute;
  top: -0.7em;
  right: 0.3em;
  padding: 0.5em 0.5em 1em 1em;
  color: #ff3b30;
  font-size: 1.5em;
  cursor: pointer;
}
.dtpicker-header .dtpicker-close:hover {
  color: #ff3b30;
}
.dtpicker-header .dtpicker-value {
  padding: 0.8em 0.2em 0.2em 0.2em;
  color: #ff3b30;
  text-align: center;
  font-size: 1.4em;
}
.dtpicker-components {
  overflow: hidden;
  margin: 1em 1em;
  font-size: 1.3em;
}
.dtpicker-components * {
  margin: 0;
  padding: 0;
}
.dtpicker-components .dtpicker-compOutline {
  display: inline-block;
  float: left;
}
.dtpicker-comp2 {
  width: 50%;
}
.dtpicker-comp3 {
  width: 33.3%;
}
.dtpicker-comp4 {
  width: 25%;
}
.dtpicker-comp5 {
  width: 20%;
}
.dtpicker-comp6 {
  width: 16.66%;
}
.dtpicker-comp7 {
  width: 14.285%;
}
.dtpicker-components .dtpicker-comp {
  margin: 2%;
  text-align: center;
}
.dtpicker-components .dtpicker-comp > * {
  display: block;
  height: 30px;
  color: #2980b9;
  text-align: center;
  line-height: 30px;
}
.dtpicker-components .dtpicker-comp > *:hover {
  color: #2980b9;
}
.dtpicker-components .dtpicker-compButtonEnable {
  opacity: 1;
}
.dtpicker-components .dtpicker-compButtonDisable {
  opacity: 0.5;
}
.dtpicker-components .dtpicker-compButton {
  background: white;
  font-size: 140%;
  cursor: pointer;
}
.dtpicker-components .dtpicker-compValue {
  margin: 0.4em 0;
  width: 100%;
  border: none;
  background: white;
  font-size: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.dtpicker-overlay .dtpicker-compValue:focus {
  outline: none;
  background: #f2fcff;
}
.dtpicker-buttonCont {
  overflow: hidden;
  margin: 0.2em 1em;
}
.dtpicker-buttonCont .dtpicker-button {
  display: block;
  padding: 0.6em 0;
  width: 47%;
  background: #ff3b30;
  color: white;
  text-align: center;
  font-size: 1.3em;
  cursor: pointer;
}
.dtpicker-buttonCont .dtpicker-button:hover {
  color: white;
}
.dtpicker-singleButton .dtpicker-button {
  margin: 0.2em auto;
}
.dtpicker-twoButtons .dtpicker-buttonSet {
  float: left;
}
.dtpicker-twoButtons .dtpicker-buttonClear {
  float: right;
}
/*#endregion */

/*#region msgbox */

.ontop,
#growls-default,
#growls-tl,
#growls-tr,
#growls-bl,
#growls-br,
#growls-tc,
#growls-bc,
#growls-cc,
#growls-cl,
#growls-cr {
  z-index: 50000;
  position: fixed;
}
#growls-default {
  top: 10px;
  right: 10px;
}
#growls-tl {
  top: 10px;
  left: 10px;
}
#growls-tr {
  top: 10px;
  right: 10px;
}
#growls-bl {
  bottom: 10px;
  left: 10px;
}
#growls-br {
  bottom: 10px;
  right: 10px;
}
#growls-tc {
  top: 10px;
  right: 10px;
  left: 10px;
}
#growls-bc {
  bottom: 10px;
  right: 10px;
  left: 10px;
}
#growls-cc {
  top: 50%;
  left: 50%;
  margin-left: -125px;
}
#growls-cl {
  top: 50%;
  left: 10px;
}
#growls-cr {
  top: 50%;
  right: 10px;
}
#growls-tc .growl,
#growls-bc .growl {
  margin-left: auto;
  margin-right: auto;
}
.growl {
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: relative;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.growl.growl-incoming {
  opacity: 0;
  filter: alpha(opacity=0);
}
.growl.growl-outgoing {
  opacity: 0;
  filter: alpha(opacity=0);
}
.growl.growl-small {
  width: 200px;
  padding: 5px;
  margin: 5px;
}
.growl.growl-medium {
  width: 250px;
  padding: 10px;
  margin: 10px;
}
.growl.growl-large {
  width: 300px;
  padding: 15px;
  margin: 15px;
}
.growl.growl-default {
  color: white;
  background: #7f8c8d;
}
.growl.growl-error {
  color: white;
  background: #cc3300;
}
.growl.growl-notice {
  color: white;
  background: #2ecc71;
}
.growl.growl-warning {
  color: white;
  background: #f39c12;
}
.growl .growl-close {
  cursor: pointer;
  float: right;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  font-family: helvetica, verdana, sans-serif;
}
.growl .growl-title {
  font-size: 18px;
  line-height: 24px;
}
.growl .growl-message {
  font-size: 14px;
  line-height: 18px;
}
/*#endregion */

/*#region menu icons */

.dskhome:before {
  content: "\f015";
}
.dsknews:before {
  content: "\f1ea";
  font-family: 'FontAwesome';
  font-size: 36px;
  line-height: 48px;
  display: block;
  font-weight: lighter;
}
.dskgallery:before {
  content: "\f03e";
}
.dskspcorner:before {
  content: "\f1c5";
}
.dskabtlogo:before {
  content: "\f058";
}
.dskabtschool:before {
  content: "\f040";
}
.dskourmsg:before {
  content: "\f005";
}
.dsksalient:before {
  content: "\f024";
}
.dskmgmtbody:before {
  content: "\f0ce";
}
.dskvision:before {
  content: "\f06e";
}
.dskaffstatus:before {
  content: "\f046";
}
.dskparent:before {
  content: "\f0c0";
}
.dskmgmtcommitee:before {
  content: "\f009";
}
.dskschhouse:before {
  content: "\f009";
}
.dskachieve:before {
  content: "\f0a3";
}
.dskecoclub:before {
  content: "\f18c";
}
.dskreadclub:before {
  content: "\f0f6";
}
.dskhealthclub:before {
  content: "\f0fa";
}
.dskstafflist:before {
  content: "\f03a";
}
.dskinfra:before {
  content: "\f0f7";
}
.dskcatering:before {
  content: "\f0f5";
}
.dsksport:before {
  content: "\f1e3";
}
.dskbus:before {
  content: "\f207";
}
.dsklibrary:before {
  content: "\f02d";
}
.dskcomputer:before {
  content: "\f108";
}
.dskacademic:before {
  content: "\f073";
}
.dskfeedback:before {
  content: "\f003";
}
.dskdocs:before {
  content: "\f016";
}
/*#endregion */

/*#region chart */

.chart {
  font-size: 13px;
  padding: 2px;
}
.chart table {
  width: 100%;
  border-collapse: collapse;
  /*line-height: 20px;*/

}
.chart table tr {
  border-bottom: solid 1px #ebebeb;
}
.chart table tr:first-child {
  border-bottom: none;
}
.chart table tr:last-child {
  border-bottom: none !important;
  /*display: none;*/

}
.chart table tr:hover td {
  background-color: #f2f2f2;
  cursor: pointer;
}
.chart table tr th {
  font-weight: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.45);
  text-shadow: 1px 1px white;
  line-height: 45px;
  padding: 0px 16px 0px 6px;
}
.chart table tr td {
  background-color: white;
  padding: 0px 16px 0px 6px;
  /*.truncate;*/

}
.chart table tr td:last-child {
  padding: 6px 3px;
}
.chart table nav {
  display: grid;
  grid-gap: 5px;
}
.chart table nav a {
  font-size: 12px !important;
}
.chart table nav[itemprop=col1] {
  grid-template-columns: 1fr;
}
.chart table nav[itemprop=col2] {
  grid-template-columns: 1fr 1fr;
}
.chart table nav[itemprop=col3] {
  grid-template-columns: 1fr 1fr 1fr;
}
.paging tr:last-child td {
  border: none;
}
.paging tr:last-child td table {
  width: auto;
}
.paging tr:last-child td table td {
  border: none;
  text-align: center;
  line-height: 16px;
  padding: 3px;
}
.paging tr:last-child td table td span {
  display: block;
  background-color: #28b779;
  color: white;
  padding: 0px 10px;
  line-height: 24px;
  text-shadow: none;
  border: solid 1px rgba(0, 0, 0, 0.3);
}
.paging tr:last-child td table td a {
  display: block;
  background-color: #27a9e3;
  color: white;
  padding: 0px 10px;
  line-height: 24px;
  text-shadow: none;
  border: solid 1px rgba(0, 0, 0, 0.3);
}
.paging tr:last-child td table td a:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
/*#endregion */

/*#region loginfo */

.loginfo {
  padding: 16px;
}
.loginfo h1 {
  background-color: #27a9e3;
  color: white;
  font-size: 18px;
  padding: 8px 10px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 16px;
  border: solid 1px rgba(0, 0, 0, 0.3);
}
.loginfo section {
  /*padding: @line1;*/
  /*background-color:@colordark5;*/
  /*border: solid 1px @colordark5;*/
  overflow: auto;
}
.icnuser:before {
  font-family: 'FontAwesome';
  padding-right: 10px;
  content: '\f2be';
}
.icnlocation:before {
  font-family: 'FontAwesome';
  padding-right: 10px;
  content: '\f041';
}
.icncall:before {
  font-family: 'FontAwesome';
  padding-right: 10px;
  content: '\f095';
}
.icnemail:before {
  font-family: 'FontAwesome';
  padding-right: 10px;
  content: '\f0e0';
}
.timeline {
  position: relative;
  width: 100%;
  padding: 16px 0px;
  font-size: 1rem;
}
.timeline div p {
  text-indent: 0px;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  margin-left: 42px;
  margin-bottom: 48px;
}
.timeline div:last-child p {
  margin-bottom: 0px;
}
.timeline div strong {
  line-height: 32px;
  font-weight: normal;
  padding: 0px 8px;
  color: rgba(0, 0, 0, 0.9);
}
.timeline div strong span {
  font-size: 14px;
  padding-left: 10px;
  color: rgba(0, 0, 0, 0.45);
}
.timeline .line {
  position: absolute;
  width: 1px;
  left: 16px;
  top: 16px;
  bottom: 0px;
  padding-left: 32px;
  border-left: solid 1px rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.timeline .tlinfo:before {
  font-family: 'FontAwesome';
  content: '\f0e7';
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: white;
  float: left;
  border-radius: 50%;
  border: solid 1px rgba(0, 0, 0, 0.3);
}
.postdata {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: 280px 280px 150px 100px 100px;
}
.postdata a {
  margin-top: 23px;
}
/*#endregion */

