body {
  background: #fff url(/mod/kv/images/bg_body.png) repeat-x top center;
}

.btn:focus {
  outline: none !important;
}

.beta {
  width: 44px;
  height: 44px;
  background: url(/mod/kv/images/beta.png) no-repeat 0 0;
  position: absolute;
  top: 0px;
  right: 0px;
}

.hide-xs {
  display: none;
}

@media screen and (min-width : 768px) {
  .hide-xs {
    display: initial;
  }
}

@media (min-width: 768px) and (max-width: 979px) {

  .form-horizontal .control-label,
  .form-horizontal .control-label.reduced,
  .form-horizontal .control-label.more-reduced {
    float: left;
    text-align: left
  }

  .form-horizontal .controls,
  .form-horizontal .controls.reduced,
  .form-horizontal .controls.more-reduced {
    float: left;
    margin-left: 0;
  }

  .form-horizontal.popup-form .control-label {
    float: left;
    text-align: right
  }

  .form-horizontal.popup-form .controls {
    margin-left: 180px;
    float: none;
  }
}

@media (max-width: 480px) {
  .modal-body {
    max-height: 510px;
  }

  .nav-tabs>li>a,
  .nav-pills>li>a {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 12px;
  }
}

@media print {
  .cnt-acc {
    border: 0 !important;
  }

  .btn.btn-acc {
    background: none !important;
    color: #000 !important;
    font-weight: bold !important;
    margin-top: 10px !important;
    padding: 7px 0 !important;
    text-align: left !important;
    border-color: none !important;
    border-image: none !important;
    border-radius: 0 !important;
    border-style: solid !important;
    border-width: 0 !important;
    box-shadow: none !important;
    border-bottom: 1px solid #000 !important;
  }

  .container {
    width: auto;
  }

  .row-fluid {
    width: 100%;
  }

  .row,
  .thumbnails {
    margin-left: 0;
  }

  .thumbnails>li {
    float: none;
    margin-left: 0;
  }

  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }

  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }

  .controls-row [class*="span"]+[class*="span"] {
    margin-left: 0;
  }
}

.btn-kg-magenta {
  color: #fff;
  background-color: #c06;
  background-image: initial;
  border-color: #b30059;
}

.btn-kg-magenta:active,
.btn-kg-magenta:focus,
.btn-kg-magenta:hover {
  color: #fff;
  background-color: #99004d;
  border-color: #75003b;
}

.alert-kg-magenta {
  color: #c06;
  font-weight: bold;
}

.btn.disabled:not(.btn-link) {
  background-image: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.07) 0px, rgba(0, 0, 0, 0.07) 5px, rgba(255, 255, 255, 0.1) 5px, rgba(255, 255, 255, 0.1) 10px, rgba(0, 0, 0, 0.1) 10px);
  color: #696969;
}

.btn-link.disabled {
  background-color: initial;
}

button.edit-prop[disabled] {
  opacity: 0.3;
  cursor: not-allowed;
}

.copy-tooltip {
  position: relative;
  display: inline-block;
  outline: 0 !important;
}


.copy-tooltip .copy-tooltiptext {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: center;
  font-size: 12px;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
  min-width: 140px;
}


.copy-tooltip:hover .copy-tooltiptext {
  visibility: visible;
  opacity: 1;
}


.nav-collapse .nav .dropdown-menu>.active>a,
.nav-collapse .nav .dropdown-menu>.active>a:hover,
.nav-collapse .nav .dropdown-menu>.active>a:focus {
  color: #FFFFFF;
}

.nav-collapse .nav .dropdown-menu {
  top: 85%;
}

body.no-bg-img {
  background-image: none;
}

@media screen and (min-width : 800px) {

  .content-bg {
    padding: 10px 0;
    margin-left: 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: inset 0px 0px 1px 1px #eeeeee;
    box-shadow: inset 0px 0px 1px 1px #eeeeee;
    background: #fcfcfc;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fcfcfc 0%, #efefef 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #efefef));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #f7f7f7 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fcfcfc 0%, #f7f7f7 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fcfcfc 0%, #f7f7f7 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fcfcfc 0%, #f7f7f7 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f7f7f7', GradientType=0);
    /* IE6-9 */
  }
}

.ct-padding {
  padding: 1em 2em;
}

.kv-head {
  height: 126px;
  margin-bottom: 40px;
  background: url(/mod/kv/images/logo_kurve_tn.png) no-repeat 10px 10px;
}

.margin-top {
  margin-top: 20px;
}

.user-name {
  text-shadow: 0px 0px 2px #666;
}

.kv-head ul {
  margin: 60px 0 0;
}

.tn-logo {
  height: 126px;
  background: url(/mod/kv/images/bg_logo.png) no-repeat bottom center;
  background-size: contain;
}

.logo-img {
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 80%;
  height: 80%;
}

.logo-img .user-logo {
  position: absolute;
  bottom: -20px;
  left: 6%;
}

.kv-help {
  padding-top: 100px;
}

.white {
  color: #fff;
}

.navbar-inner {
  background-image: linear-gradient(to top, #e2efff, #d3e9ff);
}

.navbar .nav>li>a {
  color: #333333;
}

#tabSet.nav {
  margin: 20px 0 0 10px;
}

#tabSet.nav-tabs {
  border-bottom: 0;
}

#tabSet.nav-tabs>.active>a,
#tabSet.nav-tabs>.active>a:hover,
#tabSet.nav-tabs>.active>a:focus {
  background-color: #fcfcfc;
  border-color: #eee #eee transparent;
}

#tabSet.nav-tabs>li>a {
  padding-bottom: 4px;
  padding-top: 4px;
  background: #eee;
}

#tabSet.nav-tabs>li>a:hover,
#tabSet.nav-tabs>li>a:focus {
  background-color: #f5f5f5;
  border-color: #eee #eee #eee;
}

#tabSet.nav-tabs>li>a.alert {
  color: #c06;
}


.form-search {
  margin: 0;
}

legend {
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  font-weight: bold;
}

legend.after-hidden-blocks {
  display: none;
}

.control-label.reduced {
  width: 115px;
}

.controls.reduced {
  margin-left: 120px;
}

.control-label.more-reduced {
  width: 90px;
}

.controls.more-reduced {
  margin-left: 95px;
}

.birth-month {
  width: 126px;
}

.input-large.extended {
  width: 225px;
}

.input-xlarge.extended {
  width: 284px;
}

.input-medium.extended {
  width: 192px;
}

.input-small.extended {
  width: 126px;
}

.input-mini.extra-mini {
  width: 45px;
}

.control-label.extended {
  width: 250px;
  margin-left: -90px
}

.days-div.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.alert-special {
  padding-right: 10px;
  margin-right: 5px;
  padding-left: 10px;
  width: 240px;
  float: left;
}

.buttonrow {
  padding-top: 20px;
}

.btn-acc {
  margin-top: 10px;
  text-align: left;
  padding: 7px 15px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 0 #666;
  background: #5FA3E7;
  background: linear-gradient(to bottom, #87BAED, #5FA3E7);
}

.btn.btn-acc:hover,
.btn.btn-acc:focus,
.btn.btn-acc:active,
.btn.btn-acc.active,
.btn.btn-acc.disabled,
.btn.btn-acc[disabled] {
  text-decoration: none;
  color: #fff;
  text-shadow: none;
  background: #5FA3E7;
}

.btn.btn-acc:first-child {
  margin-top: 0;
}

.btn-acc span {
  margin-top: 0 !important;
  line-height: 18px !important;
}

.cnt-acc {
  border: 1px solid #E5E5E5;
  padding: 25px 15px 0;
  border-top: 0;
  border-radius: 0px 0px 4px 4px;
  background: #efefef;
}

.ui-autocomplete.ui-widget {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
}


/*
.accordion-heading {background-color:#74afea;border-radius: 4px 4px 4px 4px;}
.accordion-toggle {color:#fff;font-weight:bold;text-shadow: 0 1px 0 #000;}
a.accordion-toggle:hover, a.accordion-toggle:active, a.accordion-toggle:focus {text-decoration:none;color:#fff;text-shadow:none;}
.accordion-inner {padding-top: 35px;border-top:0;margin-top: -5px;}
*/


.btn:first-child {
  margin-left: 0;
}

.form-vertical .form-horizontal .control-group>label {
  text-align: left;
}

.form-horizontal .form-vertical .control-group>label {
  float: none;
  padding-top: 0;
  text-align: left;
}

.form-horizontal .form-vertical .controls {
  margin-left: 0;
}

.form-horizontal .form-vertical.form-actions,
.form-horizontal .form-vertical .form-actions {
  padding-left: 20px;
}


#gview_kvEvListTable .ui-widget-header,
#gview_kvEnListTable .ui-widget-header,
#gview_kvPtSearchTable .ui-widget-header {
  background: #74afea;
  /* Old browsers */
  background: -moz-linear-gradient(top, #74afea 0%, #7cbbf9 50%, #74afea 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #74afea), color-stop(50%, #7cbbf9), color-stop(100%, #74afea));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #74afea 0%, #7cbbf9 50%, #74afea 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #74afea 0%, #7cbbf9 50%, #74afea 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #74afea 0%, #7cbbf9 50%, #74afea 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #74afea 0%, #7cbbf9 50%, #74afea 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74afea', endColorstr='#74afea', GradientType=0);
  /* IE6-9 */
  border: 0;
  color: #FFFFFF;
  font-size: 12px;
  text-shadow: 0 1px 0 #000;
  padding-left: 10px;
}

#gview_kvWaitListTable .ui-widget-header {
  background: #b6acf9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b6acf9 0%, #c8c1ff 50%, #b6acf9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b6acf9), color-stop(50%, #c8c1ff), color-stop(100%, #b6acf9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b6acf9 0%, #c8c1ff 50%, #b6acf9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b6acf9 0%, #c8c1ff 50%, #b6acf9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #b6acf9 0%, #c8c1ff 50%, #b6acf9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #b6acf9 0%, #c8c1ff 50%, #b6acf9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b6acf9', endColorstr='#b6acf9', GradientType=0);
  /* IE6-9 */
  border: 0;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #000;
  font-size: 12px;
  padding-left: 10px;
}

table#kvEnListTable,
table#kvWaitListTable,
table#kvEvListTable,
table#kvPtSearchTable {
  border-collapse: separate;
}

.ui-priority-secondary {
  background: #EDF4FC;
}

.field-cont {
  list-style-type: none;
}

.field-cont>li {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.field-cont>li>.drag-handle {
  cursor: move;
}

div.error-message {
  border-radius: 5px 5px 5px 5px;
  color: #FF0000;
  font-weight: bold;
  font-size: 11px;
  float: none;
}

@media (min-width: 480px) {
  .control-group .error-message {
    margin-left: 180px;
  }
}

.tooltip-inner {
  text-align: left;
  white-space: pre-wrap;
}

.tt.icon-stack.text-warning {
  color: #FFBA0A;
}

.tooltip {
  pointer-events: none;
}

/* ab hier altes Zeug? */

.autocorr_hint,
.recentEvBox {
  margin: 10px 0;
  padding: 8px;
  background-color: #FFFFD4;
  border: 1px solid #1e5c91;
}

.grand {
  padding: 8px;
  margin: 4px 0 20px 0;
  background: #fff;
  font-size: 14px;
  color: #555;
  border: 1px #ddd solid;
  -webkit-box-shadow: 0px 0px 4px #aaa;
  -moz-box-shadow: 0px 0px 4px #aaa;
  box-shadow: 0px 0px 4px #aaa;
  -webkit-transition: background 0.3s linear;
}

input.width120px {
  width: 120px;
  border: 1px solid #8ABFEF;
}

td.label {
  font-size: 14px;
  padding-top: 13px;
}

textarea.grand,
select.grand {
  border: 1px solid #8ABFEF;
}


table.ui-datepicker-calendar {
  border-collapse: separate;
}

.ui-datepicker-calendar td {
  border: 1px solid transparent;
}

.ui-datepicker-calendar a {
  outline: none;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
  background: #0092D5 none;
  /* a color that fits the widget theme */
  color: white;
  /* a color that is readeable with the color above */
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: #E6E6E6 url("/mod/kv/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50%;
  border: 1px solid #D3D3D3;
  color: #555555;
  font-weight: normal;
}

.ui-datepicker-today .ui-state-highlight {
  background: none no-repeat scroll 0 0 #D6F5E0;
  border: 1px solid #339933;
  color: #363636;
  border-style: solid;
}

.icon-info-sign,
.icon-stack {
  -webkit-text-stroke: 0.6px;
}

.ui-pg-input {
  width: 13px;
}

.ui-pg-selbox {
  width: 55px;
  height: 23px !important;
}

tr.jqgrow {
  height: 35px;
}

.ui-jqgrid .ui-jqgrid-htable th div {
  height: auto;
  overflow: hidden;
  padding-top: 2px;
  position: relative;
  vertical-align: text-top;
  white-space: normal !important;
}

.table-with-links a {
  text-decoration: underline !important;
}

.kg-events-num,
.vz-events-num {
  font-weight: bold;
}

#evSel {
  width: auto;
}

.modal-body p {
  font-size: 16px;
}

/* Teilnehmer Formular */
.pt-exists {
  display: none;
}

.sortable-placeholder {
  height: 1.7em;
  line-height: 1.2em;
  border: 1px solid #29849E;
  background: #ECF5FA
}

.mainnav {
  height: 120px;
  position: relative;
  z-index: 10;
}

.mainnav .navi-container {
  margin-left: auto;
  margin-right: auto;
}

.mainnav.navi-fixed .navi-container {
  height: 55px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: 0.2s top cubic-bezier(.3, .73, .3, .74);
}

.mainnav.navi-fixed .navi-container .navbar-inner {
  -webkit-box-shadow: 0px 4px 20px -3px rgba(97, 97, 97, 0.82);
  -moz-box-shadow: 0px 4px 20px -3px rgba(97, 97, 97, 0.82);
  box-shadow: 0px 4px 20px -3px rgba(97, 97, 97, 0.82);
}

tr.invalid-row td {
  background-color: #EA9D9D;
  text-decoration: line-through;
}

tr.jqgrow.overbooked {
  background-color: #ffe8e8;
  background-image: inherit;
}

label.label-cb {
  margin-right: 20px !important;
}

.addon-cont {
  position: relative;
  background-image: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.07) 0px, rgba(0, 0, 0, 0.07) 5px, rgba(255, 255, 255, 0.1) 5px, rgba(255, 255, 255, 0.1) 10px, rgba(0, 0, 0, 0.1) 10px);
  color: lightslategrey;
  display: block;
  padding: 10px;
}

.addon-cont.extCal-paid {
  background: #fefefe;
  color: teal;
  border: 1px solid #ccc;
}

.no-pointer {
  pointer-events: none;
}

#extCalRow .controls {
  padding-top: 5px;
}

.extCal-provider {
  color: #5FA3E7;
}

.kv-backdrop {
  background-color: #e2f0ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kv-backdrop-text {
  margin: 0;
  padding: 15px;
}

.kv-backdrop-text pre {
  font-size: 1.1em;
}

@media screen and (min-width : 375px) {
  .kv-backdrop-text pre {
    font-size: 1.3em;
  }
}

@media screen and (min-width : 410px) {
  .kv-backdrop-text pre {
    font-size: 1.5em;
  }
}

@media screen and (min-width : 952px) {
  .kv-backdrop-text {
    font-size: 1.6em;
  }
}

.modal {
  left: 50%;
  transform: translateX(-50%);
  margin: initial;
}

@media (max-height: 480px) {
  .modal {
    max-height: 70% !important;
  }
}

.no-margin-t {
  margin-top: 0;
}

.pill {
  background-color: #74afea;
  padding: 0 5px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
}

.kv-autocomplete .ui-state-active {
  background: #6fadea;
  color: #fff;
}

.enroll-cont {
  font-family: Lato, Arial, sans-serif;
}

#enrollForm .table {
  margin-bottom: 10px;
}

#enrollForm .title {
  color: #088799;
  padding: 0 35px 8px 14px;
}

.client-logo {
  width: 100%;
  padding: 0;
}

.client-logo-subtext {
  color: #088799;
  font-size: 1em;
  margin-top: 10px;
}

.client-logo-name {
  color: #088799;
  font-size: 2em;
  margin: 10px 10px 0;
  font-weight: bold;
  line-height: initial;
}

@media (min-width: 768px) {
  .client-logo-combo {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .client-logo-subtext {
    text-align: right;
    font-size: 1.1em;
    margin: 10px 10px 0 0;
  }
}

th,
td {
  word-break: break-word;
}

.actions-col button {
  margin-left: 3px;
}

.kg-teal {
  color: #088799;
}

tr.rosa-row {
  background-color: #ffe8e8 !important;
  background-image: inherit !important;
}

tr.storno-row {
  text-decoration: line-through;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.timeline {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 40px 0 20px;
}

.timeline .node {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 130px;
  height: 130px;
  margin: 0 20px;
  border-radius: 50%;
  background-color: #e6f4f6;
  border: 1px solid #555555;
}

.timeline .node.reminder:hover,
.timeline .node.reminder.active {
  box-shadow: #e5e5e5 0px 0px 0px 7px;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #555555;
}

.timeline::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50px;
  right: 50px;
  height: 1px;
  background-color: #555555;
  z-index: -1;
}

.timeline .node.reminder {
  cursor: pointer;
}

.timeline .mid-node {
  margin-top: 20px;
}

.timeline .node.reminder-0 {
  background-color: #a8dae1;
}

.timeline .node.reminder-1 {
  background-color: #5eb9c6;
  color: #ffffff;
}

.timeline .node.reminder-2 {
  background-color: #0094a8;
  color: #ffffff;
}

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

.timeline .node:first-child {
  margin-left: 0;
}

.timeline .node:last-child {
  margin-right: 0;
}

h5.step-label {
  height: 35px;
  border-bottom: 1px solid #555555;
  text-transform: uppercase;
}

h5.step-label .arrow {
  position: relative;
  display: inline-block;
  animation: bounce-up 2s infinite;
  font-size: 1.5em;
}

h5.step-label .arrow::after {
  content: '⇧';
}

@keyframes bounce-up {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

.ui-jqgrid-bdiv {
  overflow: initial !important;
}

#paneEvents input[type="checkbox"] {
  margin: 0;
}

.file-entry>div:nth-child(1) {
  width: 40%;
  word-wrap: break-word;
}

.file-entry>div:nth-child(2) {
  width: 5%;
}

.file-entry>div:nth-child(3) {
  width: 50%;
}

.file-entry>div:nth-child(4) {
  width: 5%;
}

