<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('css/icon.css');
@import url('css/nav.css');
form {
  height: 100%;
}
#ip {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
#ip .header,
#ip .navBar {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  flex: none;
}
#ip #loginContent {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
#ip #loginContent .contentPane {
  padding: 50px 100px;
  background-color: #dfe8ee;
}
#ip #loginContent .contentPane #dnn_ctr_PasswordReset_valUsername,
#ip #loginContent .contentPane #dnn_ctr_PasswordReset_valPassword,
#ip #loginContent .contentPane #dnn_ctr_PasswordReset_valConfirmPassword {
  display: none !important;
}
#ip #loginContent .contentPane .dnnFormMessage,
#ip #loginContent .contentPane .dnnFormMessage.dnnFormValidationSummary {
  display: block !important;
  padding: 0;
  background: none;
  border: none;
  width: 300px;
  margin: auto;
  border-bottom: 1px solid rgba(255, 88, 88, 0.5);
  margin-bottom: 10px;
}
#ip #loginContent .contentPane .dnnFormMessage span,
#ip #loginContent .contentPane .dnnFormMessage.dnnFormValidationSummary span {
  padding: 5px;
  color: #ff5858;
  font-size: 10px;
  line-height: 12px;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #ip #loginContent .contentPane {
    padding: 50px 20px;
  }
}
#ip #loginContent .contentPane .LoginPanel,
#ip #loginContent .contentPane .dnnPasswordResetContent {
  width: auto;
  padding-right: 0;
  float: none;
  max-width: 300px;
  margin: auto;
}
#ip #loginContent .contentPane .LoginPanel .dnnFormItem &gt; label.dnnFormLabel,
#ip #loginContent .contentPane .dnnPasswordResetContent .dnnFormItem &gt; label.dnnFormLabel {
  display: inline;
  margin: 0;
  width: auto;
  text-align: right;
}
#ip #loginContent .contentPane .LoginPanel .dnnActions li,
#ip #loginContent .contentPane .dnnPasswordResetContent .dnnActions li {
  float: none;
  display: inline-block;
  margin-right: 5px;
  list-style: none;
}
#ip #loginContent .contentPane .LoginPanel .password-strength-container,
#ip #loginContent .contentPane .dnnPasswordResetContent .password-strength-container {
  width: 100%;
}
#ip #loginContent .contentPane .LoginPanel .password-strength-container .meter,
#ip #loginContent .contentPane .dnnPasswordResetContent .password-strength-container .meter {
  visibility: visible;
  height: auto;
  margin-top: -5px;
  position: absolute;
  background-color: #dfe8ee;
}
#ip #loginContent .contentPane .LoginPanel .password-strength-container .meter span,
#ip #loginContent .contentPane .dnnPasswordResetContent .password-strength-container .meter span {
  width: 25%;
  height: 2px;
  margin: 0;
  background-color: #dfe8ee;
}
#ip #loginContent .contentPane .LoginPanel .password-strength-container .meter label,
#ip #loginContent .contentPane .dnnPasswordResetContent .password-strength-container .meter label {
  display: none;
}
#ip #loginContent .contentPane .dnnSocialRegistration {
  display: none;
}
#ip #loginContent .contentPane input[type="text"],
#ip #loginContent .contentPane input[type="password"],
#ip #loginContent .contentPane textarea,
#ip #loginContent .contentPane .input,
#ip #loginContent .contentPane input[type=date] {
  background-color: white;
  border: none;
  line-height: 24px;
  height: 28px;
  box-sizing: border-box;
  margin: 0 0 5px 0 ;
  width: 100%;
  padding: 2px 10px 2px 10px;
  transition: background-color ease-in 100ms;
  outline: none;
  box-shadow: none;
}
#ip #loginContent .contentPane input[type="button"],
#ip #loginContent .contentPane .button,
#ip #loginContent .contentPane .dnnPrimaryAction {
  line-height: 24px;
  padding: 2px 10px 2px 10px;
  background: none;
  font-weight: 500;
  text-shadow: none;
  box-shadow: none;
  background-color: #172440;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  margin: 0 10px 0 0;
  transition: background-color color ease-in 100ms;
}
#ip #loginContent .contentPane input[type="button"]:hover,
#ip #loginContent .contentPane .button:hover,
#ip #loginContent .contentPane .dnnPrimaryAction:hover,
#ip #loginContent .contentPane input[type="button"]:focus,
#ip #loginContent .contentPane .button:focus,
#ip #loginContent .contentPane .dnnPrimaryAction:focus {
  background-color: #172440;
}
#ip #loginContent .contentPane .dnnPrimaryAction {
  margin-top: 15px;
}
#ip #loginContent .contentPane input[type="checkbox"] + span {
  margin: 0 10px 0 0;
  vertical-align: middle;
  color: #4b6475;
}
#ip #loginContent .contentPane input[type="checkbox"] + span:before {
  content: '\E835';
  font-family: 'Material icons';
  display: inline-block;
}
#ip #loginContent .contentPane input[type="checkbox"] + span img {
  display: none;
}
#ip #loginContent .contentPane .dnnBoxLabel {
  color: #4b6475;
  cursor: pointer;
}
#ip #loginContent .contentPane .dnnLoginRememberMe {
  display: block;
  margin: 20px 0 5px 0;
}
#ip #loginContent .contentPane input[type="checkbox"]:checked + span:before {
  content: '\E834';
  font-family: 'Material icons';
}
#ip #loginContent .contentPane .dnnLoginActions {
  width: 100%;
  margin-left: -10px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 5px;
}
#ip #loginContent .contentPane .dnnLoginActions ul {
  padding: 0;
}
#ip #loginContent .contentPane .dnnLoginActions ul a {
  font-weight: 500;
  font-size: 10px;
  color: #4b6475;
  text-align: left;
}
#ip #loginContent .contentPane .dnnSecondaryAction {
  background: none;
  border: none;
  padding: 0;
  margin: 0 10px 0 0;
  outline: none;
  text-shadow: none;
  box-shadow: none;
}
#ip .footer {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  flex: none;
}
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=1f6b25e32991f84c35de)
 * Config saved to config.json and https://gist.github.com/1f6b25e32991f84c35de
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html,
body {
  height: 100%;
  /* needed for container min-height */
}
img {
  border: none;
}
.img-circle {
  border-radius: 50%;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
body,
html {
  height: 100%;
}
#nd {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 0;
}
#nd .main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  margin-left: 0;
  margin-right: 0;
}
#nd .main .sidebar {
  min-height: 60px;
  background: url('img/sidebar/side.png');
  margin: 10px 0;
  border-right: thick solid #bac8d1;
  padding: 0;
}
#nd .main .content {
  min-height: 60px;
  padding: 20px 50px;
  box-sizing: border-box;
}
#nd .footer,
#nd .header {
  min-height: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  flex: none;
  height: auto;
  clear: none;
  text-align: center;
  position: relative;
}
#nd .footer.header,
#nd .header.header {
  height: 100px;
}
#nd .navBar {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  flex: none;
}
@media (max-width: 768px) {
  #nd .main {
    display: block;
  }
  #nd .main .content {
    padding: 20px 10px;
  }
}
/* less Styles*/
/*color Management*/
/*font*/
#SideNav {
  margin: -1px 0 0 0;
}
#SideNav li {
  height: auto;
  padding: 0;
  margin: 1px 0;
  /*child list*/
}
#SideNav li.active &gt; a {
  background-color: #92c469;
  color: white;
  border-color: #92c469;
}
#SideNav li &gt; a {
  background-color: #bac8d1;
  color: white;
  font-weight: normal;
  font-size: 14px;
  line-height: 35px;
  -moz-transition: all ease-in 100ms;
  -o-transition: all ease-in 100ms;
  -webkit-transition: all ease-in 100ms;
  transition: all ease-in 100ms;
}
#SideNav li &gt; a .soort-status10:before,
#SideNav li &gt; a .soort-status20:before,
#SideNav li &gt; a .soort-status30:before,
#SideNav li &gt; a .soort-status40:before {
  font-family: 'Material Icons';
  content: '\E8DF';
  color: #bac8d1;
  font-size: 16px;
  position: absolute;
  margin-left: -22px;
}
#SideNav li &gt; a .soort-status10:before:hover,
#SideNav li &gt; a .soort-status20:before:hover,
#SideNav li &gt; a .soort-status30:before:hover,
#SideNav li &gt; a .soort-status40:before:hover {
  opacity: 0.8;
}
#SideNav li &gt; a .white.soort-status10:before,
#SideNav li &gt; a .white.soort-status20:before,
#SideNav li &gt; a .white.soort-status30:before,
#SideNav li &gt; a .white.soort-status40:before {
  color: white;
}
#SideNav li &gt; a .soort-status20:before,
#SideNav li &gt; a .soort-status30:before {
  content: '\E86C';
}
#SideNav li &gt; a .soort-status40:before {
  content: '\E889';
}
#SideNav li &gt; a:hover {
  border-left: thick solid white;
  opacity: 0.8;
}
#SideNav li ul {
  padding: 0 0 0 20px;
}
#SideNav li ul li a {
  background-color: white;
  border: none;
  margin: 0 !important;
  border-left: thick solid #172440;
  padding-left: 30px !important;
  color: #172440;
}
#SideNav li ul li a:hover {
  border-left: thick solid #5c7b86;
  margin-left: 4px !important;
}
#SideNav.SideNavNew li ul:not(.active) {
  max-height: 0 !important;
}
#SideNav .icon {
  display: inline-block;
  margin-right: 20px;
}
#SideNav .icon img {
  height: 20px;
}
p {
  font-size: 12px;
  line-height: 150%;
  font-weight: 500;
  color: #5c7b86;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  line-height: 24px;
}
h2 {
  border: none;
  font-size: 24px;
  color: #5c7b86;
  font-weight: 800;
}
::selection {
  background: #d2dfe8;
  /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #d2dfe8 /* Gecko Browsers */;
}
/*roundedImg*/
.imgR {
  width: 130px;
  height: 130px;
  overflow: hidden;
  text-align: center;
  border-radius: 75px;
  border: 3px solid white;
  background-image: url('img/header/profileDefault.png');
  background-size: cover;
}
/*other*/
.rounded {
  border-radius: 20px;
}
.roundedS {
  border-radius: 5px;
}
.padding {
  padding: 20px;
}
/* end less Styles*/
* {
  margin: 0;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}
html,
body {
  height: 100%;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #172440;
}
html {
  overflow-y: scroll;
  overflow-x: hidden;
}
.nd {
  /*display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;*/
}
.wrapper {
  /*-webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 0;
    width: 100%;
    flex-flow: column;
    display: flex*/
}
/*.flex {
  flex: 1;/* 1 and it will fill whole space left if no flex value are set to other children*/
/*background: gold;
  overflow: auto;
  width: 100%;*/
/*}*/
img {
  border: 0;
  outline: none;
}
a {
  text-decoration: none;
  color: white;
  -moz-transition: color ease-in 200ms;
  -o-transition: color ease-in 200ms;
  -webkit-transition: color ease-in 200ms;
  transition: color ease-in 200ms;
  -moz-transition-property: color, border;
  -o-transition-property: color, border;
  -webkit-transition-property: color, border;
  transition-property: color, border;
}
a:hover {
  text-decoration: none;
  color: #92c469;
}
/* Buttons */
button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.xpButton {
  width: auto;
  height: 24px;
  min-width: 20px;
  background-color: #0d458d;
  display: inline-block;
  color: white;
  font-size: 18px;
  line-height: 30px;
  border-radius: 20px;
}
.xpButton i {
  padding: 0 10px;
}
.xpButton div {
  display: none;
  color: white;
  font-size: 10px;
  padding: 0 10px 0 0;
  line-height: 5px;
}
.xpButton:hover div {
  display: inline-block;
  vertical-align: top;
  margin-top: 9px;
}
/*header*/
.header {
  height: 100px;
  background-color: white;
  position: relative;
}
#profileImg {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  pointer-events: none;
}
#profileImg img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  height: 130px;
  margin: 0;
}
.header img {
  float: left;
  margin: 0 20px;
}
.header .companytxt {
  float: left;
}
.header .companytxt h2 {
  float: none;
}
.header .companytxt p {
  margin-top: -15px;
}
.header h2 {
  float: left;
  padding: 0;
  margin: 0;
}
.header p {
  color: #5c7b86;
  margin: 0;
  padding: 0;
  line-height: 5px;
}
.header p a {
  color: #5c7b86;
  float: left;
}
.header h2 a {
  color: #5c7b86;
}
#profile {
  width: auto;
  right: 160px;
  bottom: 20px;
  position: absolute;
}
/*#profile #logout {
  color: @color_text2;
  float: right;
  padding: 0 0 0 10px;
}*/
#company {
  left: 0;
  bottom: 20px;
  position: absolute;
}
#company a img {
  margin-top: 12px;
  float: left;
  height: 32px;
}
/*breadcrumb*/
#breadcrumb {
  list-style-type: none;
  font-size: 14px;
  color: white;
  position: absolute;
  padding: 20px 45px;
  display: block !important;
  z-index: 20;
}
#breadcrumb a:visited {
  color: white;
}
#breadcrumb li {
  display: inline-block;
  vertical-align: top;
  text-transform: lowercase;
}
#breadcrumb li:first-child {
  content: '\E88A';
  color: white;
  font-family: 'Material Icons';
  font-size: 12px;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
#breadcrumb li:not(:first-child)::after {
  content: "\E409";
  font-family: 'Material Icons';
  font-size: 18px;
  vertical-align: middle;
  margin: 0 2px 0 4px;
  color: #92c469;
}
#breadcrumb li:last-child a {
  color: #92c469;
}
#breadcrumb li:last-child:after {
  content: none;
}
/*sidebar*/
/*.sidebar {
    width: 25%;
	min-width: 0;
	-ms-flex-order: 3;
	order: 3;
	background: url('img/sidebar/side.png');
	margin: 10px 0;
   //min-height: ~'calc(100vh - 304px)';
   border-right: thick solid @color_bg2;
}*/
.sidebar tr td {
  display: block;
}
/*content*/
/*.content {
  -ms-flex: 3;
  -webkit-flex: 3;
  flex: 3;
  -ms-flex-order: 3;
  order: 3;
  margin: 10px 0;
  padding: 20px 50px;
  position: relative;
}*/
.content ul {
  list-style-type: none;
}
.smallTableRight {
  width: 50%;
  float: left;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.smallTableLeft {
  width: 50%;
  float: left;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*footer*/
.footer,
.push {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  flex: none;
  height: auto;
  clear: none;
  min-height: 60px;
  text-align: center;
}
.footer {
  background-color: #bac8d1;
}
/*.footer::before {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  z-index: -1;
  position: absolute;
  background-color: @color_bg2;
  background: -moz-linear-gradient(left, #bac9d1 0, #e8f0f6 50%, #bac9d1 100%);

  background: -webkit-gradient(linear, left top, right top, color-stop(0, #bac9d1), color-stop(50%, #e8f0f6), color-stop(100%, #bac9d1));

  background: -webkit-linear-gradient(left, #bac9d1 0, #e8f0f6 50%, #bac9d1 100%);

  background: -o-linear-gradient(left, #bac9d1 0, #e8f0f6 50%, #bac9d1 100%);

  background: -ms-linear-gradient(left, #bac9d1 0, #e8f0f6 50%, #bac9d1 100%);

  background: linear-gradient(to right, #bac9d1 0, #e8f0f6 50%, #bac9d1 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bac9d1', endColorstr='#bac9d1', GradientType=1);
  pointer-events: none;
}*/
.footer img {
  margin-top: -50px;
}
/*leidinggevendeInschrijfmodule*/
.limBtn {
  color: #5c7b86;
  position: absolute;
  left: 0;
  top: 0;
  -moz-transition: color ease-in 200ms;
  -o-transition: color ease-in 200ms;
  -webkit-transition: color ease-in 200ms;
  transition: color ease-in 200ms;
  z-index: 3;
  background-color: transparent;
  padding: 2px 20px;
  cursor: pointer;
  transition: all ease-in 200ms;
  border: 4px solid rgba(255, 255, 255, 0.3);
  height: 60px;
  box-sizing: border-box;
  width: 25%;
  min-width: 0;
}
.limBtn.close {
  right: 0;
  top: 0;
  left: auto;
  color: #5c7b86;
  background: none;
  border: none;
  width: 80px;
  min-width: 80px;
}
.limBtn.close:hover {
  color: #172440;
  border: none;
}
.limBtn.active {
  position: relative;
  float: left;
  margin-top: 30px;
}
.limBtn:hover {
  background-color: rgba(255, 255, 255, 0.3);
  color: #5c7b86;
  border: 4px solid rgba(255, 255, 255, 0);
}
.lim {
  position: relative;
  height: 0;
  width: 100%;
  bottom: 0;
  background-color: rgba(210, 223, 232, 0.2);
  -moz-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  transition: all ease-in 200ms;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  flex: none;
}
.lim.active {
  height: auto;
}
/*content*/
/*sidebar*/
.sidebar ul {
  list-style-type: none;
  position: relative;
  padding: 0;
  margin: 40px 0;
}
.sidebar li {
  padding: 0 40px;
  -moz-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  transition: all ease-in 200ms;
  color: white;
  position: relative;
}
.sidebar ul li a {
  color: #172440;
  font-size: 14px;
  font-weight: 900;
  line-height: 50px;
  padding: 0 50px;
  display: block;
}
.sidebar li a.active {
  color: #0097b0;
}
.sidebar ul li a:hover {
  color: #0097b0;
}
.sidebar li:hover:before {
  color: #0097b0;
}
.sidebar ul li ul {
  margin: 0;
}
.sidebar ul li ul li a {
  color: #172440;
  padding: 5px 20px 5px 3px !important;
  margin: 0 20px 0 20px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  border-bottom: thin solid #0097b0;
  height: 20px !important;
  line-height: 18px !important;
}
.sidebar ul li ul li a:hover {
  color: #0097b0;
}
.sidebar ul li ul li:last-child a {
  border-bottom: 0;
}
.sidebar .smallicon {
  display: none;
}
.sidebar ul li ul li .largeicon {
  display: none;
}
.sidebar .largeicon img {
  position: absolute;
  margin-left: -40px;
  margin-top: 18px;
  height: 14px;
}
/*sidebar*/
.content h2 {
  color: #bac8d1;
  margin-top: 30px;
  padding: 10px 0 10px 20px;
  background-color: #f6f9fa;
  margin: 0;
  font-family: Tahoma, sans-serif;
  letter-spacing: 1px;
  line-height: 30px;
  font-weight: 300;
}
.content .main p {
  width: 50%;
  padding: 20px 30px 0 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #5c7b86;
  line-height: 24px;
  margin: 0;
}
/*item*/
.content .item {
  padding: 10px 0;
  margin: 50px 0;
  vertical-align: top;
  display: table;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content .item.head {
  font-size: 48px;
  text-align: center;
  color: white;
  background-color: #92c469;
  line-height: 48px;
  width: 200px;
  margin: -2px;
  padding: 20px;
  font-family: 'Material Icons';
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 5px solid white;
  display: table-cell;
}
.content .item.body {
  width: 100%;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
#ndMovable .item.body {
  width: calc(100% - 200px);
  display: inline-block;
  margin: 0;
}
.content .item.data {
  width: 100%;
  float: right;
}
.content .item.data ul:hover {
  color: #0097b0;
  font-weight: 800;
}
.content .item.head h2 {
  border-bottom: none;
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  color: white;
  text-align: center;
  background-color: transparent;
}
.content .item.head h3 {
  font-size: 14px;
  text-align: center;
  line-height: 14px;
  color: white;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.item .textWrap {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 20px;
}
.content .item.head img {
  margin-top: 4px;
  padding: 0 5px 0 0;
  display: inline-block;
  height: 30px;
  width: 30px;
}
.content .panels .footer {
  background: white;
  background-color: white;
}
.content .panels h2 span {
  margin: 0;
}
.content .panels ul {
  list-style-type: none;
  margin: 0;
}
.content .panels li a {
  display: none;
}
.content .panels .footer a {
  display: block;
  font-family: 'Material Icons';
  width: 30px;
  height: 24px;
  -moz-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  transition: all ease-in 200ms;
  text-align: center;
  content: '\E5CF';
  color: white;
  background-color: #92c469;
  border-radius: 12px;
  float: right;
  margin-top: 10px;
  font-size: 24px;
  line-height: 24px;
}
.content .panels .footer a:hover {
  opacity: 0.4;
}
.content p.info {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
  text-align: justify;
  margin: 0 0 50px 0;
}
/*nd tableSearch*/
.ndSearchInput {
  background-color: white;
  box-shadow: none;
  text-transform: lowercase;
  float: right;
  width: 300px;
  padding: 3px 10px;
  -moz-transition: border-color ease-in 200ms;
  -o-transition: border-color ease-in 200ms;
  -webkit-transition: border-color ease-in 200ms;
  transition: border-color ease-in 200ms;
  border: thick solid #d2dfe8;
  border-radius: 5px;
  margin-bottom: 20px;
}
.ndSearchInput:focus {
  background-color: white;
  outline: 0;
  border: thick solid #bac8d1;
  box-shadow: none;
  padding: 3px 10px;
}
/*endOfItem*/
/*nd pagination*/
div.pager {
  width: auto;
  text-align: center;
  margin-top: 20px;
  position: relative;
  opacity: 1.0;
}
div.pager.unactive {
  opacity: 0.1;
}
div.pager div {
  display: inline-block;
  cursor: pointer;
  -moz-transition: opacity ease-in 200ms;
  -o-transition: opacity ease-in 200ms;
  -webkit-transition: opacity ease-in 200ms;
  transition: opacity ease-in 200ms;
}
div.pager div:hover {
  opacity: 0.8;
}
div.pager option {
  display: inline-block;
}
div.pager .pagerprevious {
  float: left;
  color: #5c7b86;
  font-size: 48px;
  font-family: 'Material Icons';
}
div.pager #pagerlabel {
  color: #5c7b86;
  float: left;
  font-size: 10px;
  text-transform: lowercase;
}
div.pager #pagerlabell {
  color: #5c7b86;
  float: left;
  font-size: 10px;
  text-transform: lowercase;
  margin-right: 5px;
}
div.pager #pagerlabelr {
  color: #5c7b86;
  float: right;
  font-size: 10px;
  text-transform: lowercase;
}
div.pager select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  height: 17px;
  float: left;
  margin-left: 10px;
  background: transparent;
  width: 50px;
  padding: 0;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  color: #5c7b86;
  cursor: pointer;
}
div.pager #selectmore {
  float: left;
  margin-left: -20px;
  width: 10px;
  height: 10px;
  color: #5c7b86;
  font-family: 'Material Icons';
  pointer-events: none;
}
div.pager select::-ms-expand {
  display: none;
}
div.pager select option {
  background: transparent;
  width: 50px;
  font-size: 16px;
  color: #5c7b86;
  -webkit-appearance: none;
  display: block;
  height: 20px;
}
div.pager .pagernext {
  float: right;
  font-family: 'Material Icons';
  color: #5c7b86;
  font-size: 48px;
}
div.pager span {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  background: #d2dfe8;
  color: #fff;
  margin-right: 0.5em;
  border-radius: 10px;
  transition: all ease-in 200ms;
}
div.pager span:hover {
  background: #5c7b86;
}
div.pager span.active {
  background: #5c7b86;
}
.cvc_dialog {
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 40px);
  padding-top: 40px;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.95);
  margin: 0 10px;
}
.cvc_dialog.active {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  margin: 0;
}
.cvc_header {
  position: absolute;
  height: 40px;
  width: 100%;
  top: 0;
  background-color: #d2dfe8;
}
.cvc_dialog iframe {
  width: 100%;
  height: 100%;
}
.cvc_header h3 {
  display: inline;
  position: relative;
  color: white;
  padding: 10px 0 10px 20px;
  font-family: Tahoma, sans-serif;
  letter-spacing: 1px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}
.cvc_header div {
  font-family: 'Material Icons';
  font-size: 24px;
  width: 60px;
  height: 40px;
  color: white;
  line-height: 40px;
  background-color: #bac8d1;
  float: right;
  text-align: center;
  padding: 0 10px 0 10px;
  -moz-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  transition: all ease-in 200ms;
  border: 0px solid white;
  cursor: pointer;
  box-sizing: border-box;
}
.cvc_dialog.active .cvc_expand {
  background-color: #5c7b86;
}
.cvc_header div:hover,
.cvc_dialog.active .cvc_expand:hover {
  background-color: #d2dfe8;
  color: #bac8d1;
  border: thin solid white;
}
.cvconbtn {
  background-color: #0097b0;
  color: white;
  padding: 5px 20px 5px 40px;
  line-height: 20px;
  border-radius: 5px;
  position: relative;
  -moz-transition: background-color ease-in 200ms;
  -o-transition: background-color ease-in 200ms;
  -webkit-transition: background-color ease-in 200ms;
  transition: background-color ease-in 200ms;
  width: 35px;
  margin: auto;
  cursor: pointer;
  margin: 2px;
}
.cvconbtn:hover {
  background-color: #92c469;
}
.cvconbtn:before {
  font-family: 'Material Icons';
  content: '\E80C';
  position: absolute;
  left: 8px;
  font-size: 24px;
}
.hidden {
  display: none;
}
.fastsearch {
  position: relative;
  display: inline-block;
}
.fastsearch:after {
  content: '\25BC';
  font-size: 9px;
  position: absolute;
  right: 5px;
  top: 3px;
}
.fastsearch .options {
  border: 1px solid #1e90ff;
  background-color: white;
  z-index: 2;
  width: 100%;
  position: absolute;
}
.fastsearch .options .option {
  padding: 0 20px;
}
.fastsearch .options .option:hover,
.fastsearch .options .option.active {
  background-color: #1e90ff;
  color: white;
}
.innoform .ipDatepickerText .datpickerIcon {
  margin-top: 0;
  border: none;
  display: inline-block;
  width: auto;
}
#nd .ipdialog {
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  padding: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
}
@media (max-width: 767px) {
  #nd .ipdialog {
    padding: 5px;
  }
}
#nd .ipdialog .inner {
  display: inline-block;
  padding: 20px;
  background-color: rgba(23, 36, 64, 0.1);
  position: relative;
  min-width: 300px;
}
@media (max-width: 767px) {
  #nd .ipdialog .inner {
    width: 100%;
  }
}
#nd .ipdialog .inner:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  z-index: -1;
}
#nd .ipdialog .inner h2 {
  background-color: rgba(23, 36, 64, 0.5);
  color: white;
  line-height: 30px;
  margin: -20px -20px 0 -20px;
  padding-left: 20px;
}
#nd .ipdialog .inner &gt; div {
  padding: 20px 0;
}</pre></body></html>