@import url("../google-fonts.css");


html, body {
  font-family: "Work Sans",sans-serif;
  font-size: 100%;
  color: rgba(0, 0, 0, 0.87);
}

.text-align-center {
  text-align: center;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:disabled, .disabled {
  cursor: not-allowed;
}

img {
  vertical-align: middle;
}

p {
  margin: 0 0 0.5em;
}

p.small {
  font-size: 13px;
  font-weight: 300;
}

.clear {
  clear: both;
}

hr {
  margin: 0 0 20px;
}

.container {
  padding: 0px;
  position: absolute;
  top: 107px;
  bottom: 39px;
  left: 0;
  right: 0;
  overflow: auto;
  margin-top: 20px;
  max-width: none;
}

@media (max-width: 768px) {
  .container {
    top: 280px;
  }
}

.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row__align--fs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.row__align--fe {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.row__align--ct {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row__justify--sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.row__justify--ct {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row__justify--fe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.row__justify--fs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.row:before, .row:after {
  display: none;
}

.col-60 {
  width: 58%;
}

.col-40 {
  width: 38%;
}

.col-33 {
  width: 31.5%;
}

.col-50 {
  width: 48%;
}

.col-100 {
  width: 100%;
}

@media (max-width: 800px) {
  .col-100,
  .col-60,
  .col-50,
  .col-40,
  .col-33 {
    width: 100%;
  }
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mr-10 {
  margin-right: 10px;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1400px) {
  .wrapper {
    max-width: 90%;
  }
}

.wrapper--small {
  max-width: 900px;
}

.auth-body .error {
  margin-top: 20px;
  background: #9d001e;
  border-radius: 2px;
  color: #ffffff;
  padding: 15px;
}

.auth-body .auth-logo {
    height: 130px;
    background: url(../images/Login-Logo.png);
    background-repeat: no-repeat;
}

.auth-body .sse-logo {
  height: 55px;
  background: url(../images/sse.svg);
  background-repeat: no-repeat;
  background-size: 100px 56px;
  background-position: center;
}

.auth-body .weborder-logo {
  width: 330px;
  height: 50px;
  background: url(../images/WebOrder.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.auth-body .auth-footer {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 34%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.auth-body .col-33 {
  height: 100vh;
}

.auth-body .col-33 .content {
  width: 350px;
  color: #ffffff;
}

.auth-body .col {
  width: 68.5%;
  height: 100vh;
  background: url(../images/Login-Background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.auth-body .col .content {
  width: 500px;
  margin-left: 72px;
}

.auth-body .gradient {
  background: linear-gradient(331.81deg, #003f6e 11.99%, #003f6e 4.56%, #2a79ab 50.21%, #4c8cbb 85.86%);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Work Sans",sans-serif;
  margin-top: 20px;
}

h1, .h1 {
  font-size: 40px;
  font-weight: bold;
}

h4, .h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 10px;
}

h4.subtitle, h4 .subtitle, .h4.subtitle, .h4 .subtitle {
  font-weight: normal;
}

h2, .h2 {
  font-size: 30px;
  margin: 20px 0 10px;
}

legend {
  font-size: 18px;
  font-weight: bold;
  border: none;
  margin: 20px 0 10px;
  padding: 0;
}

legend.placeholder-input {
  margin: 0 0 15px;
}

.placeholder-input {
  height: 34px;
  padding: 6px 0;
}

form .dropdown-menu {
  min-width: 100%;
}

form .dropdown-menu li {
  display: block;
  padding: 3px 20px;
  cursor: pointer;
}

form .dropdown-menu li.selected {
  background-color: #89c1da;
  color: #ffffff;
}

form .input-group {
  width: 100%;
}

form .input-group-addon {
  background-color: #f5f5f5;
}

form .input-group .btn {
  height: 34px;
}

form .input-group .ausstattung-anzeige {
  max-width: 20em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #f5f5f5;
}

form input.has-error,
form select.has-error,
form textarea.has-error,
form .form-control.has-error,
form .form-control[readonly].has-error {
  color: #ffffff;
  background: #da6b80;
  border: none;
}

form input.has-error::-webkit-input-placeholder,
form select.has-error::-webkit-input-placeholder,
form textarea.has-error::-webkit-input-placeholder,
form .form-control.has-error::-webkit-input-placeholder,
form .form-control[readonly].has-error::-webkit-input-placeholder {
  color: #dedede;
}

form input.has-error:-ms-input-placeholder,
form select.has-error:-ms-input-placeholder,
form textarea.has-error:-ms-input-placeholder,
form .form-control.has-error:-ms-input-placeholder,
form .form-control[readonly].has-error:-ms-input-placeholder {
  color: #dedede;
}

form input.has-error::-ms-input-placeholder,
form select.has-error::-ms-input-placeholder,
form textarea.has-error::-ms-input-placeholder,
form .form-control.has-error::-ms-input-placeholder,
form .form-control[readonly].has-error::-ms-input-placeholder {
  color: #dedede;
}

form input.has-error::placeholder,
form select.has-error::placeholder,
form textarea.has-error::placeholder,
form .form-control.has-error::placeholder,
form .form-control[readonly].has-error::placeholder {
  color: #dedede;
}

form .form-control {
  border: 1px solid #c2c2c2;
}

form .form-control:focus {
  border-color: #89c1da;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(62, 151, 194, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(62, 151, 194, 0.6);
}

form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus,
form textarea:-webkit-autofill,
form textarea:-webkit-autofill:hover,
form textarea:-webkit-autofill:focus,
form select:-webkit-autofill,
form select:-webkit-autofill:hover,
form select:-webkit-autofill:focus {
  border: 1px solid #c2c2c2;
  -webkit-transition: background-color 5000s;
  transition: background-color 5000s;
  -webkit-box-shadow: 0 0 0 30px #e1eff6 inset;
}

form input:-webkit-autofill.has-error,
form input:-webkit-autofill:hover.has-error,
form input:-webkit-autofill:focus.has-error,
form textarea:-webkit-autofill.has-error,
form textarea:-webkit-autofill:hover.has-error,
form textarea:-webkit-autofill:focus.has-error,
form select:-webkit-autofill.has-error,
form select:-webkit-autofill:hover.has-error,
form select:-webkit-autofill:focus.has-error {
  border: 1px solid #c2c2c2;
}

.lblInfo {
  background: #da6b80;
  border-radius: 2px;
  color: #ffffff;
  padding: 15px;
  visibility: hidden;
  text-align: left;
  max-width: 50%;
}

.text-danger {
  color: #da6b80;
}

.text-success {
  color: #85b587;
}

.smiley {
  opacity: 0.5;
}

table {
  table-layout: fixed;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f6f6f6;
}

.table-striped > tbody > tr:nth-child(even) > td, .table-striped > tbody > tr:nth-child(even) > th {
  background-color: #fff;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #FFF1A3 !important;
}

.icon-button {
  display: inline-block;
  min-height: 30px;
}

.icon-button.disabled {
  opacity: 0.3;
}

.icon-button:hover img {
  opacity: 0.7;
}

.button {
  background-color: #f5f5f5;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  color: #3c3c3c;
  padding: 6px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.14);
}

.button:hover {
  background-color: #dedede;
  color: #3c3c3c;
}

.button.secondary {
  background-color: #003f6e;
  color: #ffffff;
}

.button.secondary:hover {
  background-color: #005a8c;
}

.button:focus {
  outline: none;
}

.button:active {
  background-color: #3c3c3c;
  color: #ffffff;
}

.button:disabled, .button.disabled {
  background-color: #dedede;
  color: #979797;
  cursor: not-allowed;
}

a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

a:focus {
  outline: none;
}

a:hover, a:focus {
  color: rgba(0, 0, 0, 0.38);
  text-decoration: none;
}

a.disabled {
  cursor: not-allowed;
  color: #c2c2c2;
}

a.disabled:active {
  pointer-events: none;
}

[data-md-tooltip] {
  position: relative;
}

[data-md-tooltip]:after {
  content: attr(data-md-tooltip);
  opacity: 0;
  visibility: hidden;
  text-align: center;
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -webkit-transform-origin: top;
          transform-origin: top;
  background: #979797;
  color: #ffffff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  z-index: 1000;
}

[data-md-tooltip]:not(.disabled):hover:after {
  visibility: visible;
  opacity: 1;
}

.header {
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0 0 5px rgba(13, 43, 80, 0.1);
          box-shadow: 0 0 5px rgba(13, 43, 80, 0.1);
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100px;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__nav a {
  padding: 10px;
}

.header__nav a:last-child {
  padding-right: 0px;
}

.header__logo {
  display: inline-block;
}

.header__logo img {
  max-height: 90px;
}

.modal-background {
  margin: 0 20px;
}

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-body, .modal-footer {
  position: relative;
  padding: 20px 5%;
}

.modal-footer {
  border-top: 1px solid #e5e5e5;
}

.modal-dialog {
  width: 1200px;
}

@media (max-width: 1200px) {
  .modal-dialog {
    width: 100%;
  }
}

#modalMailKundenbetreuer .modal-dialog, #modalRueckruf .modal-dialog {
  max-width: 700px;
  width: 90%;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-label {
  margin: 0 0 0 5px;
}

.md-checkbox {
  position: relative;
  margin: 1em 0;
  text-align: left;
}

.md-checkbox.md-checkbox-inline {
  display: inline-block;
}

.md-checkbox label {
  cursor: pointer;
  display: inline;
  line-height: 1.25em;
  vertical-align: top;
  clear: both;
  padding-left: 1px;
}

.md-checkbox label:not(:empty) {
  padding-left: 0.75em;
}

.md-checkbox label:before, .md-checkbox label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.md-checkbox label:before {
  width: 1.25em;
  height: 1.25em;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.54);
  border-radius: 0.125em;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.md-checkbox input[type="checkbox"] {
  outline: 0;
  visibility: hidden;
  width: 1.25em;
  margin: 0;
  display: block;
  float: left;
  font-size: inherit;
}

.md-checkbox input[type="checkbox"]:checked + label:before {
  background: #3e97c2;
  border: none;
}

.md-checkbox input[type="checkbox"]:checked + label:after {
  -webkit-transform: translate(0.25em, 0.33654em) rotate(-45deg);
          transform: translate(0.25em, 0.33654em) rotate(-45deg);
  width: 0.75em;
  height: 0.375em;
  border: 0.125em solid #ffffff;
  border-top-style: none;
  border-right-style: none;
}

.md-checkbox input[type="checkbox"]:disabled + label:before {
  border-color: rgba(0, 0, 0, 0.26);
}

.md-checkbox input[type="checkbox"]:disabled:checked + label:before {
  background: rgba(0, 0, 0, 0.26);
}

.md-checkbox input[type="checkbox"].has-error + label:before {
  border: 2px solid #da6b80;
  background: #da6b80;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.02);
            box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.02);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
  }
}

@keyframes ripple {
  0% {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.02);
            box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.02);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
  }
}

.md-radio {
  margin: 0 0 0.5em;
  position: relative;
}

.md-radio.md-radio-inline {
  display: inline-block;
}

.md-radio input[type="radio"] {
  opacity: 0;
  visibility: none;
  width: 0;
  height: 0;
  margin: 0;
  position: absolute;
  pointer-events: none;
}

.md-radio input[type="radio"]:focus + label:before,
.md-radio input[type="radio"]:active + label:before {
  border: 2px solid rgba(0, 0, 0, 0.54);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.54), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.54), 0 0 8px rgba(102, 175, 233, 0.6);
}

.md-radio input[type="radio"]:checked + label:before {
  border-color: #3e97c2;
  -webkit-animation: ripple 0.2s linear forwards;
          animation: ripple 0.2s linear forwards;
}

.md-radio input[type="radio"]:checked + label:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.md-radio input[type="radio"].has-error + label:before {
  border: 2px solid #da6b80;
}

.md-radio input[type="radio"].has-error + label:after {
  background: #da6b80;
}

.md-radio label {
  display: inline-block;
  min-height: 20px;
  position: relative;
  padding: 0 30px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: bottom;
}

.md-radio label:before, .md-radio label:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: border-color, -webkit-transform;
  transition-property: border-color, -webkit-transform;
  transition-property: transform, border-color;
  transition-property: transform, border-color, -webkit-transform;
}

.md-radio label:before {
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.54);
}

.md-radio label:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  -webkit-transform: scale(0);
          transform: scale(0);
  background: #3e97c2;
}

.md-radio label:focus, .md-radio label:active {
  border: 3 solid rgba(0, 0, 0, 0.54);
}

.md-radio:last-child label {
  padding-right: 0;
}

.wizardButton {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wizardButton:not(:last-child) {
  margin-right: 20px;
}

.wizardButton:hover:not(.disabled) {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 20px -5px rgba(13, 43, 80, 0.1);
          box-shadow: 0 5px 20px -5px rgba(13, 43, 80, 0.1);
}

.custom-alert {
  color: #9d001e;
  margin-bottom: 10px;
  font-weight: 500;
}

.wizard-nav__button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.wizard-nav__options {
  display: none;
}

.wizard-nav__symbol {
  margin-left: 10px;
  display: inline-block;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  line-height: 33px;
  background: #f0f0f0;
  text-align: center;
}

.wizard-nav__symbol:after {
  content: "\002B";
  font-weight: bold;
  display: inline-block;
  text-align: center;
}

.wizard-nav.active .wizard-nav__symbol:after {
  content: "\2212";
}

.table-overview {
  display: relative;
}

#dienstleistungen {
  height: 130px;
  list-style-type: none;
  margin: 0;
  padding: 10px;
}

#formWizard .icon-button {
  margin: 10px;
}

#formWizard .bootstrapWizard li .has-error {
  color: #ffffff;
  background: #da6b80;
}

/*
 * WIZARDS
 */
.bootstrapWizard {
  display: block;
  list-style: none;
  padding: 0;
  position: relative;
  width: 100%;
}

.bootstrapWizard a:hover,
.bootstrapWizard a:active,
.bootstrapWizard a:focus {
  text-decoration: none;
}

.bootstrapWizard li {
  display: block;
  float: left;
  width: 12.5%;
  text-align: center;
  padding-left: 0;
}

.bootstrapWizard li:before {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  content: "";
  display: block;
  font-size: 0;
  overflow: hidden;
  position: relative;
  top: 11px;
  right: 1px;
  width: 100%;
  z-index: 1;
}

.bootstrapWizard li:first-child:before {
  left: 50%;
  max-width: 50%;
}

.bootstrapWizard li:last-child:before {
  max-width: 50%;
  width: 50%;
}

.bootstrapWizard li.complete .step {
  background: #89c1da;
  padding: 1px 6px;
  border: 2px solid rgba(0, 0, 0, 0.54);
}

.bootstrapWizard li.active .step, .bootstrapWizard li.active.complete .step {
  background: #ffffff;
  font-weight: bold;
  padding: 7px 13px;
  font-size: 15px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 1px 5px rgba(0, 0, 0, 0.2);
}

.bootstrapWizard li.complete .title,
.bootstrapWizard li.active .title {
  color: #000;
}

.bootstrapWizard li .title {
  color: #525151;
  display: block;
  font-size: 13px;
  line-height: 15px;
  max-width: 100%;
  position: relative;
  table-layout: fixed;
  text-align: center;
  top: 20px;
  word-wrap: break-word;
  z-index: 104;
}

.bootstrapWizard li .step {
  background: #f5f5f5;
  display: inline;
  font-size: 15px;
  font-weight: bold;
  line-height: 12px;
  padding: 7px 13px;
  border: 2px solid transparent;
  border-radius: 50%;
  line-height: normal;
  position: relative;
  text-align: center;
  z-index: 2;
  -webkit-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}

.bootstrapWizard li .step i {
  font-size: 10px;
  font-weight: normal;
  position: relative;
  top: -1.5px;
}

.bootstrapWizard li .success {
  background: #3e97c2 !important;
  color: #ffffff;
}

.bootstrapWizard li.disabled a {
  pointer-events: none;
  text-decoration: none;
}

.bootstrapWizard li.disabled a span {
  color: #c2c2c2;
}

.bootstrapWizard li.disabled a .step {
  background: #f0f0f0 !important;
}

/* https://www.w3schools.com/cssref/css_selectors.asp */
/* DateTime Picker */
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.15.35
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #c2c2c2;
  border-bottom-color: #ffffff;
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #c2c2c2;
  border-top-color: #ffffff;
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #717171;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #f5f5f5;
}

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #717171;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #f5f5f5;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #717171;
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #3e97c2;
  border-top-color: rgba(0, 0, 0, 0.26);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #3e97c2;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.26);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #ffffff;
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #717171;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: #f5f5f5;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #3e97c2;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.26);
}

.bootstrap-datetimepicker-widget table td span.old {
  color: #717171;
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #717171;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.timepicker {
  position: relative;
  z-index: 11000 !important;
}

.timepicker table td {
  height: 30px;
  line-height: 30px;
  width: 30px;
}

.timepicker table td span {
  width: 54px;
  height: 30px;
  line-height: 30px;
}

.bootstrap-datetimepicker-widget {
  z-index: 11000 !important;
}

footer {
  height: 40px !important;
  padding: 10px 15px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 14px;
}

footer a {
}
/*# sourceMappingURL=index.css.map */