<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*!
 * e-nitio mediasign
 * Melatengürtel 125
 * 50825 Köln
 * www.e-nitio.com
 * info@e-nitio.com 
 */
select.sidebar .form-control {
  background: #fff;
  height: 36px 15px;
  height: 2.1176470588em 0.8823529412em; }
.sidebar .form-control.invalid {
  border-color: #b50e0e;
  color: #b50e0e; }

legend.border-gray {
  border-bottom: 1px solid #cdcdcd; }
legend.border-blue {
  border-bottom: 1px solid #a7cfe7; }

form.main-form select {
  background-color: #f2f2f2; }
form.main-form #emailRepeat {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
  form.main-form .form-group:last-of-type {
    margin-bottom: 0; }
form.main-form .invalid {
  color: #b50e0e;
  border: 1px solid #b50e0e; }
  form.main-form .invalid:focus {
    border: 1px solid #b50e0e;
    -webkit-box-shadow: 0 1px 5px rgba(181, 14, 14, 0.5);
    box-shadow: 0 1px 5px rgba(181, 14, 14, 0.5); }
form.main-form .checkbox {
  margin-top: 0;
  margin-bottom: 0; }

/*
 * Alerts
 */
.toggle-alert {
  transition: all 0.3s linear;
  margin-bottom: 0; }
  .toggle-alert.hidden {
    overflow: hidden;
    opacity: 0;
    height: 0; }
  .toggle-alert.show {
    opacity: 1; }

.toggle-success {
  transition: all 0.3s linear;
  margin-bottom: 0; }
  .toggle-success.hidden {
    overflow: hidden;
    opacity: 0;
    height: 0; }
  .toggle-success.show {
    opacity: 1; }

.alert {
  border: 1px solid #b50e0e;
  border-radius: 4px;
  background-color: transparent;
  position: relative; }
  .alert.alert-danger {
    color: #161e21;
    border-color: #b50e0e; }
    .alert.alert-danger .alert-title {
      color: #b50e0e; }
    .alert.alert-danger p {
      margin: 0; }
    .alert.alert-danger .icon-container {
      text-align: center; }
    .alert.alert-danger .icon {
      margin: 0; }

.success {
  border: 1px solid #309621;
  border-radius: 4px;
  background-color: transparent;
  position: relative; }
  .success.alert-success {
    color: #161e21;
    border-color: #309621; }
    .success.alert-success .success-title {
      color: #309621; }
    .success.alert-success .icon-container {
      text-align: center; }
    .success.alert-success p {
      margin: 0; }
    .success.alert-success .icon {
      margin: 0; }
</pre></body></html>