﻿:root {
    /*--abusiness: #008cba;*/
    --abusiness: #0776bf;
}
.thumbnail-cropped {
  position: relative;
  width: 66px;
  height: 66px;
  overflow: hidden;
}
.thumbnail-cropped img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.thumbnail-cropped img.portrait {
  width: 100%;
  height: auto;
}
.center-cropped {
  width: 100px;
  height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
}
.click-indicator {
  position: fixed;
  width: 20px;
  height: 20px;
  background-color: red;
  border-radius: 50%;
  z-index:889999999;
  display: none; /* Ausgeblendet zu Beginn */
  animation: bounce 1s infinite; /* Animation ständig wiederholen */
  border: 3px solid white;
}
.abu-action {
    background-color: #43ac6a !important;
}


@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); /* Start- und Endpunkt, sowie Zwischenpunkte */
  }
  40% {
    transform: translateY(-30px); /* Höhe des Bounces */
  }
  60% {
    transform: translateY(-15px); /* Höhe des Bounces */
  }
}

.ab-menu .badge.badgecounter {
    display: none;
}

.hr_title {
    width:100%;
}

.jconfirm {
    z-index: 6000000000 !important;
}

.jconfirm-box-container {
    min-width: 420px;
}
@media only screen and (max-width: 650px) {
    .jconfirm-box-container {
        margin-left: 0;
        min-width: 100%;
    }
}

.dropdown-toggle, .navbar-brand, #lblStatuschange {
    user-select:none;
}

.btn-sq-lg span {
    white-space: normal;
}

.btnWithText {
    border-radius:6px;
    border:1px solid lightgray;
    padding:8px;
    padding-left:0;
    padding-right:10px;
    margin-left: 12px;
    text-decoration:none;
    white-space: nowrap;
    margin-right: -10px;
}
.btnWithText span {
    margin-left:13px;
}
.btnWithText:hover {
    background-color:lightgray;
    text-decoration:none;
}
.btnWithText .glyphicon {
    position: relative;
    top: 8px !important;
}

.radio-inline input[type="radio"] {
    margin-top: 4px;
}

.abuchatbox {
    position:fixed;
    right:0;
    bottom:-56px;
    max-width:100%;
    width:870px;
    z-index:99999;
}
.chatheader {
    cursor:pointer;
}

.massmailer-settings-description {
    font-size: 13px;
    top: -17px;
    position: relative;
    display: block;
    margin-bottom: -25px;
    user-select: none;
}

.form-accent {
    border-left: 5px solid grey;
}
.form-accent-danger {
    border-left-color: red;
    background-color: oldlace;
}
.form-accent-success {
    border-left-color: green;
}

#modal-body-massmailer-settings {
    margin-top: 15px;
    position: relative;
    top: 10px;
}

.ab-menu img {
    margin-top: -5px;
    width: 29px;
}

/** Timepicker & Datepicker-Plus.
    See also templates/controls/timepicker.tpl    
*/
input.datepicker-plus {
    width: calc(100% - 41px);
    position: relative;
    display: inline;
    top: 1px;
}
span.datepicker-plus {
    position: relative;
    display: inline;
    margin-left: -4px;
}
span.datepicker-plus button {
    height: 39px;
    margin-top: -2px !important;
}
.abutimepicker {
    position:absolute;
    right:0px;
    max-width:500px;
    border-left: 1px solid gray;
    border-bottom: 1px solid gray;
    background-color: antiquewhite;
    z-index:65988878;
    margin-right: 15px;
}
.abutimepicker_container {
    position:absolute;
    right:0px;
    margin-right: 15px;
    max-width:500px;
    display:none;
    z-index:65988888;
}
@media (max-width: 768px) {
    .abutimepicker {
        position:relative;
        width: calc(100% - 5px);
        margin-right: 20px;
    }
    input.datepicker-plus {
        width: calc(100% - 46px);
    }
}
.abutimepicker .caption {
    /*background-color:rgb(178,83,39);*/
    background-color:#a94442;
    width:100%;
    height:40px;
    color:white;
    text-align: center;
    cursor:default;
}
.abutimepicker .caption span {
    top: 9px;
    position: relative;
}
.abutimepicker td {
    text-align: center;
    padding: 5px;
    border-right: 1px dotted gray;
}
.abutimepicker td:last-child {
    border-right: 1px solid gray;
}
.abutimepicker td:hover {
    background-color:wheat;
    cursor:pointer;
}

/** abuCalendar */
.abucalendar {
    max-width:1000px;
    border:1px solid black;
}
.abucalendar .abucalendar_header .section_right {
    float:right;
}
.abucalendar .abucalendar_header {
    padding:5px;
}
.abucalendar .day_header .day_number {
    float:right;
}
.abucalendar .day {
    width:calc(50% + 1px);
    min-height:150px;
    border:1px solid black;
    float:left;
    margin-left: -1px;
    margin-right: -1px;
    
    max-height: 150px;
    overflow-y: auto;
}
.abucalendar .day_right {
    float:right;
}
.abucalendar .day_weekend {
    min-height:75px;
}
.abucalendar .day {
    padding:5px;
    cursor:pointer;
}
.abucalendar .nav_left, .abucalendar .nav_right {
    cursor:pointer;
}
.abucalendar .selected {
    /*background-color:lightblue;
    border: 2px dashed cornflowerblue;*/
    border: 2px dashed #e99002;
    background: antiquewhite;
}
.day_item {
    border-radius:3px;
    margin-top:4px;
    padding:3px;
    text-shadow: 1px 1px 3px rgb(119 119 119);
    color:white;
    font-size:11.25px;
}

.comma_separator:last-child {
    display:none;
}

@media (max-width: 768px) {
    .correct5pxMobile {
        width:calc(100% - 5px) !important;
    }
    
    .correct5pxMobileKundeid .select2-container {
        max-width: calc(100% - 5px) !important;
    }
    .correct5pxMobileKundeid .input-group-btn {
        left:-5px;
    }
}

/** Logo rund machen. */
.abu_profilbild_logo {
    height: 43px !important;
    width: 43px !important;
    margin-top: -13px !important;
    margin-bottom: -15px !important;
    left: -16px !important;
    position: relative !important;
    border-radius: 50% !important;
    
    top:1px;
    height:43px;
    width:43px;
    margin-top:-13px;
    margin-bottom:-15px;
    left:-16px;
    position:relative;
}

.abu_profilbild_logo_top {
    top: 18px;
    zoom: 0.8;
    left: -8px !important;
}

/** Elemente mit geringem Fokus */
.lowfocus {
    color:gainsboro;
}

/** Zeile kann ausgeblendet werden. */
.row-hide {
    display:none;
}

.templateanhang {
    position: relative;
    top: -24px;
    display: table;
    margin-bottom: 10px;
}
.templateanhang_single {
    top: -35px;
}

.dropdown-menu-table {
    z-index:100000;
}

.glyphicon-disabled {
    color:gray !important;
}

#no-more-tables {
    display: block !important;
    border: none !important;
}

.list-files {
    list-style-type: none;
    margin-left: -18px;
}
.lastvisited_link {
    max-width:96vw;
    text-overflow: ellipsis;
}

.whatsapplogotel {
    margin-top: -20px;
    margin-left: 8px;
}

/** abuFilter: Tag Höhe korrigieren */
.panel-body .select2-search--inline {
    height:28px;
}

.user {
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 50%;

  background-repeat: no-repeat;
  /* background-position: center center; */
  background-position: top left;
  background-size: cover;
}

div.picture-person {
    align-items:center;
    display:flex;
    justify-content:center;
    width:151px;
    height:150px;
    border:1px dotted lightgray;
    margin-right:20px;
    margin-left:5px;
    max-height: 150px;
    overflow: hidden;
}

.picture-person img {
    position:relative;
    left:8px;
    padding-right:1px;
    border-radius:3px;
    float:left;
    margin-right:15px;
    margin-top:4px;
    margin-bottom:3px;
    width:150px;
    max-width:max-content;
}

.badgecounter {
    background-color: Gold;
    border: 1px solid Brown;
    color: Brown;
    font-weight: bold;
    left: 16px;
    position: relative;
    top: -34px;
}

.badgecountermenu {
    top:-8px;
    left:-5px;
    margin-right:-7px;
}

/** Select2 Breite 100% fix */
.select2-selection__rendered {
    width:100%;
}
.select2-search__field {
    width:100% !important;
}
.select2_abucontainer .select2-selection__rendered {
    /** Ajax max-width fix */
    position:absolute;
}
.select2-selection__clear {
    margin-right:10px;
}
.select2 {
    width:100%;
}
.abutable .select2-container {
    width:100% !important;
}
/* Fix iPhone wiggle */
html, body {
    max-width: 100% !important;
    /*overflow-x: hidden !important;*/
}

.textbox-icon.combo-arrow {
	height:39px !important;
}
.textbox.combo .textbox-text {
	padding: 8px 12px !important;
    width: 100% !important;
    height:39px !important;
}
.textbox.combo {
	width: 100% !important;
}

.modal {
    z-index: 90000;
}


/** js/fitty.js */
.fit {
  display: inline-block;
  white-space: nowrap;
}

.okomo-button {
    zoom:0.8;
}

.btn_showmore {
    float:right;
    text-decoration:none;
    cursor:pointer;
    color:rgba(0,0,0,.6);
    margin-bottom:12px;
}
.btn_showmore:hover {
    text-decoration:underline;
    color:rgb(0,132,191);
}

.easy-autocomplete { /* Behebt Anzeige-Probleme mit autocomplete js komponente. */
    width:100% !important;
}

.tableFloatingHeaderOriginal {
    background-color: whitesmoke;
    top: -7px !important;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.abumsgbox .alert-success {
    color: #3c763d;
    border-left: 5px solid #3c763d;
    background-color: #fafafa;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}
.abumsgbox .alert-success .glyphicon {
    color: #3c763d;
}

.table-borderless th{border:0;}
.table-borderless td{border:0;}

.container_xl, .container-fullscreen, .container-full {
    margin-left:10px !important;
    margin-right:10px !important;
}
.containerBig .abutable-btn-table,
.container_xl .abutable-btn-table,
.container-fullscreen .abutable-btn-table,
.container-full .abutable-btn-table {
    margin-right:12px;
}
@media (max-width: 768px) {
    .abutable-btn-table {
        margin-right:12px;
    }
}

.abucontrol_kundeid_display {
    white-space:nowrap;
}

.container {
    padding-bottom: 50px;
}

h1 {
    margin-bottom:25px;
    caret-color: transparent;
}
label, .abutab, .label, .panel-heading, .glyphicon, .glyphicons {
    caret-color: transparent;
}

.abuform_standard .select2 {
    width:100% !important;
}

.iframe-fixed {
  height: 100%;
  width: 100%;
  border: none;
  display: block;
  position:fixed;
}

.glyphicon_project-list {
    color:gray;
}

.abu-debug-output {
    padding: 10px 15px 5px 10px;
    max-width: 100%;
    font-family: monospace;
    font-size: small;
    color: whitesmoke;
    border-radius: 5px;
    margin: 15px 5px 15px 0px;
    background: black;
    overflow-wrap: anywhere;
    display: block;
    border-left: 5px solid #604a21;
    scrollbar-width: none;
    overflow-x: scroll;
}
.abu-debug-output pre {
    margin-top: 10px;
    background: black;
    color: #ffebc5;
    border: none;
    scrollbar-width: none;
    border-top: 2px solid #7b6d51;
}
.abu-debug-output.danger {
    background-color: #821414;
    color: #ffffff;
    border-left: 5px solid #000000;
    font-size: large;
}

/** Mobiltelefon-Optimierungen */
@media (max-width: 768px) {
    .btn_showmore {
        float:right !important;
        /*margin-top: -17px !important;*/
    }
    
    .abuform_standard .select2 {
        width: 120% !important;
    }
    .abuform_standard .select2_abucontainer .select2 {
        width: 100% !important;
        
    }
    .abuform_standard .select2_abucontainer {
        width: 120%;
    }
    
    .navbar-collapse {
        max-height: none !important;
        height: 100vh !important;
    }
    .navbar-collapse {
        height: calc(100vh - 50px) !important;
    }
    .dropdown-menu{
      /*position:relative !important;*/
    }
    #abmenu {
        position:absolute !important;
    }
    
    #modal-body-massmailer div:first-child {
        width:100% !important;
        padding-left: 15px;
    }
    .massmailContainerButtons {
        padding-right:30px !important;
    }
    #sendmail_modal_btnsettings {
        margin-left: 10px;
    }
    #sendmail_modal_btncancel {
        display:none !important;
    }
    #sendmail_modal_onlynewsletter_container {
        padding-top: 10px;
        display: inline-block;
        margin-left: 13px;
    }
    #sendmail_modal_btnback {
        float:left !important;
        margin: 5px 10px 10px 0;
    }
    #sendmail_modal_btnclosefinish {
        margin: 5px -17px 10px 0;
    }
    #sendmail_modal_btntest {
        margin: 5px 10px 10px 0;
    }
    #sendmail_modal_btnsend_sharp {
        margin: 5px -17px 10px 0;
    }
    .massmailContainerButtons {
        position: relative !important;
        bottom: -10px !important;
    }
    .massmailContainerButtons.sent {        
        bottom: -103px !important;
    }
    #massmail_mailperday {
        border: 1px solid black !important;
        margin-top: 10px !important;
        width: 100%;
    }
    #modal-body-massmailer-settings {
        padding: 10px 10px 0 10px;
        display: block;
    }
    .abutable img {
        float: inherit !important;
    }
    
    #cContactchooserInfo {
        left:12px !important;
        width:95%;
    }
    
    .label {
        white-space: normal;
    }
    
    h1 {
        margin-top:-5px;
        overflow-wrap: break-word;
    }
    
    h1 .pull-right .toggle {
        margin-right:-4px;
    }
    
    .pull-right .toggle {
        margin-right:10px;
    }
    
    .abuTableContainerBtnAction {
        margin-left:10px;
    }
    
    .btn-adduser {
        margin-top: 5px;
        margin-left: -5px;
        margin-bottom:10px;
    }
    .btn-importdata {
        margin-top: 5px;
        margin-bottom:10px;
    }
    .containerBtnFirstSteps {
        left:-3px;
    }
    
    .btnScrollTop {
        /*top:15px !important;*/
    }
    
    .templateanhang {
        margin-bottom: 25px;
        top: -33px;
        margin-left: 5px;
    }
    
    .form-horizontal {
        margin-left:6px;
        overflow:hidden;
    }
    .btn-top-right {
        margin-right:-10px;
    }
    
    .form-group.pull-right {
        margin-right:0 !important;
    }
    .tagontop span {
        margin-right:10px;
    }
    
    .row {
        margin:0;
    }
    
    .abucontrol_kundeid_display {
        white-space:normal;
    }
    
    .dropdown-menu-table {
        left:10px !important;
    }
    
    .modal-dialog, .modal-content {
        margin:0px !important;
        border:0px solid black !important;
    }
  
    body.modal-open {
        overflow: hidden;
        position:fixed;
        height:100%;
    }
    
    /** Mobile Anpassungen Bootstrap */
    .container {
        padding:0;
        border:0 !important;
        width:100% !important;
    }
    .container_xl, .container-fullscreen, .container-full {
        padding:0;
        border:0 !important;
        width:100% !important;
        margin-left:0 !important;
    }

    .container {
        padding-bottom: 320px; /* Platz für Daumen Navigation */
    }
    .container_xl, .container-fullscreen, .container-full {
        padding-bottom: 320px; /* Platz für Daumen Navigation */
    }
    
    .breadcrumb, h1 {
        margin-left:10px;
        margin-right:10px;
    }
    /** ************ */
    
    .modal-body {
        padding:0px !important;
        border-left:0px !important;
        border-right:0px !important;
        margin-top:-1px;
    }
    
    .modal-body input {
        margin-top:-17px !important;
        border:0 !important;
    }
    
    .modal-body #email_email {
        border-bottom:1px solid whitesmoke !important;
    }
    
    .modal-body .note-editor {
        border:none !important;
    }
    
    .modal-body iframe {
        /*margin-left:12px !important;
        padding-right: 15px;*/
    }
    
    .close {
        margin-left: 10px;
        margin-right: 20px;
    }
    .btnRightside {
        margin-right:20px;
    }
    
    .dropdown-menu-leadstempel {
        margin-left:-243px !important;
    }
    
    #spanverzoegern label {
        display:inline;
    }
    
    #spanverzoegern {
        left:15px !important;
    }
    
    .modal-body #sendmail_modal_btnsend, .modal-body #sendmail_modal_btnclose {
        margin:10px;
        margin-top:0;
    }
    .modal-body #sendmail_modal_btncancel {
        display:none;
    }
    
    #btn_refresh_emails {
        margin-left: 10px !important;
        margin-top: 8px !important;
        margin-right: 10px !important;
    }
}

/** Mittelgrosse Mobile-Displays */
@media (min-width: 400px) {
    .containerBtnFirstSteps {
        left:-15px;
    }
    .btn-adduser {
        margin-left:0px;
    }
}

/** Desktop-Darstellung */
@media (min-width: 768px) {
    .modal-fullscreen .modal-dialog {
        width: 750px;
    }
    .hidedesktop, .hideondesktop, .hide-desktop {
        display: none;
    }
  
    .label-kontaktverlauf {
        position:absolute;
        margin-top: -19px;
        margin-left: 27px;
    }
    
    /* ula, 13.03.2024
       Eine breitere Fläche der UI verfügbar machen auf grösseren Bildschirmen:
    */
    .container.container-xl
    ,.container.container-big {
        width: 100%;
        max-width:1680px;
    }
}


/*  ula, 12.03.2024
    Select2 Resize Bugfix:
*/
.select2.select2-container.select2-container--default {
    width:100% !important;
}

/** ------------- E-Mail schreiben Dialog -------------- */
#email_iframe_preview {
    border: 1px solid gainsboro;
    padding-bottom: 1px;
}
/** Desktop-Darstellung E-Mail schreiben Dialog */
@media (min-width: 768px) {
    .modal-sendmail .form-control, .modal-sendmail .email_iframe {
        margin-top:8px;
    }
    .modal-sendmail .modal-body {
        margin-top: -13px;
    }
    .modal-sendmail #sendmail_modal_btnsend
    ,.modal-sendmail #sendmail_modal_btnclose
    ,.modal-sendmail #sendmail_modal_btncancel {
        position: relative;
        top: 10px;
    }
    .modal-sendmailmass #sendmail_modal_btnsettings {
        top: 10px;
        position: relative;
    }
    .modal-sendmailmass #sendmail_modal_onlynewsletter_container {
        top: 19px;
        position: relative;
    }
}
/** Mobiltelefon-Darstellung E-Mail schreiben Dialog */
@media (max-width: 768px) {
    .modal-sendmail .email_iframe {
        height:460px !important;
    }
    .modal-sendmail #spanverzoegern {
        top:-50px !important;
    }
    .modal-sendmail .form-control, .modal-sendmail .email_iframe {
        margin-top:3px;
    }
    .modal-sendmail .modal-body {
        margin-top: -13px;
    }
    .modal-body input {
        margin-top:3px !important;
    }
    .modal-sendmail #sendmail_modal_btnsend
    ,.modal-sendmail #sendmail_modal_btnclose
    ,.modal-sendmail #sendmail_modal_btncancel {
        position: relative;
        top: 10px;
    }
    .modal-sendmailmass #sendmail_modal_btnsettings {
        top: 10px;
        position: relative;
    }
    .modal-sendmailmass #sendmail_modal_onlynewsletter_container {
        top: 8px;
        position: relative;
    }
}
/** Tablet-Darstellung E-Mail schreiben Dialog */
@media (max-width: 768px) and (min-width: 433px) {
    .modal-sendmail .email_iframe {
        height:423px !important;
    }
}
@media (max-width: 768px) and (min-width: 520px) {
    .modal-sendmail .email_iframe {
        height:388px !important;
    }
    .modal-sendmail #spanverzoegern {
        top:0 !important;
    }
}
/** Low-End Desktop */
@media (max-width: 990px) and (min-width: 768px) {
    .modal-sendmail .email_iframe {
        height:380px !important;
    }
}
/** Mass-Mail Mobile */
@media (max-width: 768px) {
    .modal-sendmailmass #spanverzoegern {
        top:-20px !important;
    }
    .modal-sendmailmass .email_iframe {
        height:380px !important;
    }
}
/** Very Small Mobile */
@media (max-width: 433px) {
    .modal-sendmail .email_iframe {
        height:458px !important;
    }
    .modal-sendmailmass .email_iframe {
        height:425px !important;
    }
}
/** Vorschau Modus */
.modal-sendmailmass #spanverzoegern.vorschau {
    top:-60px !important;
    display:none; /* Der einfachheit halber nicht anzeigen. Design verruscht sonst. */
}
/** ------------- END E-Mail schreiben Dialog -------------- */


/** ----------- abuTable Anpassungen ----------- */
/*.mb_springezu:before {
    content:"Springe zu...";
}
.mb_aktion:before {
    content:" Aktionen...";
}
.mb_neu:before {
    content:" Neu";
}
.mb_zuruck:before {
    content:" Zurück";
}*/
@media (max-width: 748px) {
  .abuform_standard .form-control,
  .abuform_standard .dropzone,
  .abuform_standard .note-editor,
  .abuform_standard .form-control-description,
  .abuform_standard .form-control-comment
  {
    width:120% !important;
  }
}
@media (max-width: 768px) {
    .abulabelclass {
        white-space:nowrap;
        width:122px;
    }
    
    .abubtn-down, .abubtn-mid, .abutitle-container {
        margin-left:-0px;
        width:120%;
    }
    .onlymobilehide {
        display:none;
    }
    .onlymobileshow, .mobileshow, .showonmobile, .show-on-mobile {
        display:inherit !important;
    }
    
    /** Die Buttons ohne Text darstellen, um Platz zu sparen. */
    .mb_abuform:before {
        content:"";
    }
    .mbi_abuform {
        display:inherit !important;
    }
    
    .mb_abuform_text {
        display:none;
    }
    
    #sendmail_modal_btntextidea {
        margin-left: 10px;
    }
}

.correct_option {
    position:relative;
    top:-7px;
}

.correct_label {
    position:relative;
    top:-9px;
}

.abuCustomTableViewTextarea {
    width:100%;
    display:inline-table;
    border:0;
    background-color:transparent;
    overflow-y:hidden;
    color:black !important;
    -webkit-text-fill-color: rgb(34, 34, 34);
    opacity: 1; /* required on iOS */
}
/** ----------- END abuTable Anpassungen ----------- */


.flst-msg, .bbl1, .bbl2 {
    background-color:#d00000 !important;
}
.flstBubble-strct {
    /* z-index:99993334 !important; */
    z-index:999 !important;
}

.select2-selection {
    border-radius:0px !important;
    border: 1px solid #cccccc !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
.select2-selection--single .select2-selection__rendered {
    margin-top:2px !important;
}
.select2-selection__arrow {
    top:5px !important;
}

.strikeout {
        /* Durchgestrichen */
        text-decoration:line-through;
}

.label {
	border-radius:3px;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    height: fit-content;
}

table .label {
    /* kst, ula 29.06.2024
       Innerhalb der Tabellen braucht das Label leicht angepasste Werte: 
    */
    padding-top: 2px !important;  
    padding-bottom: 3px !important;
    margin-top: 4px;
}
table.abutable .label {
    line-height: 2em;
}

tbody a {
    overflow-wrap: break-word;
    
    /* kst ula 05.05.2023, Überall umbrechen bei Links.
       Hier ist es deaktiviert, aber in rep-activities.php ist es zb. mit diesen
       Einstellungen überschrieben.
    */
    /*overflow-wrap: anywhere;
    word-break: break-all;*/
}

.modal-fullscreen {
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    position: fixed;
    overflow-y: auto;
}
.modal-fullscreen .modal-body {
    height: 100vh;
}

/* kst 25.8.2018 Modal einblendung optimieren */
.modal-fullscreen.in {
    /*background-color:rgba(255,245,245,0.5);*/
    background-color:rgba(25,23,14,0.5);
}
.modal-backdrop {
    opacity:0 !important;
}
/* Slide-Effekt beim schliessen des Dialoges entfernen */
.modal.fade .modal-dialog 
{
    -moz-transition: none !important;
    -o-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
}

div.outer-div {
  position: relative;
  vertical-align: middle;
}

div.middle-div {
    
}

.waitlogo {
    z-index: 99999;
    width:100px;
    display:none;
    margin-left:-50px;
    margin-top:-50px;
    position:fixed;
}
.centered {
  position: fixed;
  top: 50%;
  left: 50%;
}

.softblink {
  animation: softblink-animation 1.8s steps(30, start) infinite;
  -webkit-animation: softblink-animation 1.8s steps(30, start) infinite;
}
@keyframes softblink-animation {
    0% {
        opacity: 0.4;
    }
    27% {
        opacity: 0.9;
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 0.4;
    }
}
@-webkit-keyframes softblink-animation {
    0% {
        opacity: 0.4;
    }
    27% {
        opacity: 0.9;
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 0.4;
    }
}


.active2 {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    outline: 0;
    z-index: 2;
    background-image: none;
    color: #333333;
    background-color: #cecece;
    border-color: #adadad;
}

.chatheader {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,62b2ef+70,a6d2fc+100 */
    background: #60d7ff; /* Old browsers */
    background: -moz-linear-gradient(left, #0096c9 0%, #0096c9 70%, #60d7ff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0096c9 0%,#0096c9 70%,#60d7ff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0096c9 0%,#0096c9 70%,#60d7ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#60d7ff',GradientType=1 ); /* IE6-9 */
    color:white;
}

/* jquery alert bug */
.jc-bs3-container, .jc-bs3-row {
    background-color: rgba(255,255,255,0) !important;
}

.row-striped:nth-of-type(odd){
  background-color: #efefef;
}

.row-striped:nth-of-type(even){
  background-color: #ffffff;
}

/** Lässt ein Element blinken */
.blink, .label-blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
.blinkfast, .label-blink {
  animation: blink-animation 0.3s steps(5, start) infinite;
  -webkit-animation: blink-animation 0.3s steps(5, start) infinite;
}

.must_break::after {
    /* Erzwingt einen Zeilenumbruch */
    content: "\A";
    white-space: pre;
}

.rotate {
    -webkit-animation-name: rotatejob;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotatejob;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotatejob;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    
    animation-name: rotatejob;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-ms-keyframes rotatejob {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes rotatejob {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes rotatejob {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes rotatejob {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari*/
     -khtml-user-select: none; /* Konqueror */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

/** Mit "expanded" kann das Menü ausgeklappt dargestellt werden. */
.navbar .expanded {
   display: block !important;
}

.mousepointer {
    cursor:default;
}

/* ula, 24.09.2015
   Benutzerspezifische Erweiterungen zum Original-Bootstrap.css
*/
.table-borderless td, .table-borderless th {
	/* Tabelle ohne jegliche Rahmen und Linien */
    border: none !important;
	padding-left:0 !important;
}
.table-borderless tr {
	padding-left:0 !important;
	padding-right:0 !important;
}

/* Sortable tables */
table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
}

/* Glyphicon Sizes */
.glyphicon-xs {
	font-size:8px;
	vertical-align:2px;
}

.glyphicon-sm {
	font-size:12px;
}

.glyphicon-lg {
	font-size:24px;
}

/** Checkbox im abuForm korrigieren */
.form-horizontal input[type=checkbox] {
    /*transform: scale(1.3);
    margin-left:-17px !important;
    margin-top:3px !important;*/
}

.hidden {
    display:none;
}
.visible {
    display:inherit;
}

/** Spalte zentrieren */
.col-centered {
    float: none;
    margin: 0 auto;
}

/** Weil der Bootstrap Header Fix positioniert ist, müssen die Ankerpunkte auch verschoben werden,
    damit die Sprungposition stimmt.
*/
a.anchor {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}

/** Wenn das Menü zu lange ist, kann diese Klasse zusätzlich zu der dropdown-menu Klasse hinzugefügt werden, damit das Menü scrollbar ist.  */
.scrollable-menu {
    height: auto;
    max-height: 600px;
    overflow-x: hidden;
}

.container {
    background-color:white;
    /*padding:0 40px 0 40px;*/
    border-radius:6px;
}



/** http://bootsnipp.com/snippets/featured/material-design-switch */
.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

/** Stylt inputfelder wie im Excel. */
.ioexcel, .ioexcel input {
    box-shadow:none;
    padding:inherit;
    padding-left:2px;
    height:27px;
    border:none;
}
/** Date-Control im Multiedit Modus, passend machen. */
.ioexcel span {
    height:27px;
    line-height:29px;
}
.tablelive td {
    border:1px solid rgb(192,192,192);
}

.checkbox_material_cst {
    padding:13px;
    padding-top:19px;
}

.checkbox_material_cst.ioexcel {
    padding:9px;
    padding-top:12px;
}

.ioexcel-id {
    width:75px;
}

.ioexcel {
    min-width:150px;
}
.cell-xs {
    min-width:50px;
}
.cell-s {
    min-width:100px;
}
.cell-m {
    /* standard ioecxel */
}
.cell-l {
    min-width:200px;
}
.cell-xl {
    min-width:300px;
}
.cell-xxl {
    min-width:400px;
}

/** Textarea */
.row-xs {
    min-height:2.5em !important;
}
.row-s {
    min-height:4em !important;
}
.row-m {
    /* standard textarea */
}
.row-l {
    min-height:10em !important;
}
.row-xl {
    min-height:15em !important;
}
.row-xxl {
    min-height:25em !important;
}
.row-xxxl {
    min-height:50em !important;
}

.row-focus {
    border-left: 5px solid green;
	background-color: #ffecd482 !important;
}

.ioexcel-id {
    height:0px;
}

/** Checkbox im Multiedit Modus, passend machen. */
.tablelive .checkboxdiv  {
    margin-left:6px;
    margin-bottom:5px;
}


/** Aktivierte Spalten markiert anzeigen. */
/** Quelle: http://www.learningjquery.com/2008/12/quick-tip-click-table-row-to-trigger-a-checkbox-click */
.tablelive .selected, .tablelive .selected input, .tablelive .selected span, .tablelive .selected option, .table .selected, .selected td {
    background-color:#B8EDFC !important;
}
.tablelive .selected:hover, .table .selected:hover {
    background-color:#B8EDFC !important;
}

.navbar-nav {
    cursor:pointer;
}

@media (min-width: 768px) {
    .abuContextMenu > .nav.navbar-nav {
        max-width:calc(100% - 70px); /*  ula, 18.03.2024 besseres UX */
    }
    
    /* ula, 13.03.2024
       Bugfix Verschiebung Search Bar:
     */
    .abuMenu.abuContextMenu > ul.nav.navbar-nav {
        display: inline-block;
        display: -webkit-box;
        display: inline-flex;
/*        width: calc(100% - 446px); ula, 18.03.2024 besseres UX */
        margin-left: 16px;
/*        margin-right: -446px; ula, 18.03.2024 besseres UX */
        left: -16px;
        position: relative;
    }
    
    div.abuMenu.abuContextMenu-right {
        display: inline;
        width: 446px;
/*        float: right !important; ula, 18.03.2024 besseres UX */
        height: 45px;
    }
}
@media (max-width: 1499px) {
    /* ula, 13.03.2024
       Abstand beim Menü verleinern bei kleineren Bildschirmen...
    */                   
    .navbar-inverse .navbar-nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }       
}


/* .modal-transparent */

.modal-transparent {
  background: transparent;
}
.modal-transparent .modal-content {
  background: transparent;
}
.modal-backdrop.modal-backdrop-transparent {
  background: #ffffff;
}
.modal-backdrop.modal-backdrop-transparent.in {
  opacity: .9;
  filter: alpha(opacity=90);
}


/* Quadratische Buttons */
.btn-sq-lg {
  width: 150px !important;
  height: 150px !important;
  border-radius:5px;
}
.btn-sq-lg i {
    font-size:50px;
    margin-bottom:5px;
}

.btn-sq {
  width: 100px !important;
  height: 100px !important;
  font-size: 10px;
  border-radius:4px;
}
.btn-sq i {
    font-size:40px;
    margin-bottom:3px;
}

.btn-sq-sm {
  width: 50px !important;
  height: 50px !important;
  font-size: 10px;
  border-radius:3px;
}
.btn-sq-sm i {
    font-size:15px;
}

.btn-sq-xs {
  width: 25px !important;
  height: 25px !important;
  padding:2px;
  border-radius:2px;
}
.btn-sq-xs i {
    font-size:10px;
    border-radius:1px;
}

/* .modal-fullscreen */
.modal-fullscreen {
  background-color:rgba(255,255,255,.5);
}
.modal-fullscreen .modal-content {
  border: 0;
  box-shadow: -17px 17px 10px dimgrey;
}
.modal-backdrop.modal-backdrop-fullscreen {
  background: #ffffff;
  background-color:rgba(255,255,255,.5);
}
.modal-backdrop.modal-backdrop-fullscreen.in {
  opacity: .97;
  filter: alpha(opacity=97);
}
.modal {
    background-color:rgba(255,255,255,.5);
}

/* ula kst 01.01.2025, UI */
.modal-dialog {
    top:8vh;
}
.modal-content {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-radius:10px;
}
.modal-body {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.modal-header {
	border-top: 5px solid var(--abusiness);
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

/* .modal-fullscreen size: we use Bootstrap media query breakpoints */
.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.modal-fullscreen-allways {
    width:100% !important;
}

.modal-fullheight .iframe {
    /*height:100vh !important;*/
    height: 2500px !important; /*todo. quickfix*/
}

.modal-fullheight {
    top:8vh;
}

@media (min-width: 992px) {
  .modal-fullscreen .modal-dialog {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .modal-fullscreen .modal-dialog {
     width: 1170px;
  }
}
@media (max-width: 768px) {
  .text-muted-mobile {
    color: #999999;
  }
}
@media (max-width: 768px) {
  /* Gegenstück zu hideonmobile: ->showonmobile */
  .hidemobile, .hideonmobile, .hide-mobile, .mobilehide, .hidden-on-mobile {
    display: none !important;
  }
}
@media (min-width: 769px) {
    .mobileshow, .showonmobile, .show-on-mobile {
        display:none;
    }
}

@media (max-width: 1024px) {
    .hidden-on-small-screen, .hideonsmallscreen {
        display:none !important;
    }
}






/* Harun88 Responsive Fix */


/* Print styling */

@media print {
    [class*="col-sm-"] {
    	float: left;
    }
    
    [class*="col-xs-"] {
    	float: left;
    }
    
    .col-sm-12, .col-xs-12 { 
    	width:100% !important;
    }
    
    .col-sm-11, .col-xs-11 { 
    	width:91.66666667% !important;
    }
    
    .col-sm-10, .col-xs-10 { 
    	width:83.33333333% !important;
    }
    
    .col-sm-9, .col-xs-9 { 
    	width:75% !important;
    }
    
    .col-sm-8, .col-xs-8 { 
    	width:66.66666667% !important;
    }
    
    .col-sm-7, .col-xs-7 { 
    	width:58.33333333% !important;
    }
    
    .col-sm-6, .col-xs-6 { 
    	width:50% !important;
    }
    
    .col-sm-5, .col-xs-5 { 
    	width:41.66666667% !important;
    }
    
    .col-sm-4, .col-xs-4 { 
    	width:33.33333333% !important;
    }
    
    .col-sm-3, .col-xs-3 { 
    	width:25% !important;
    }
    
    .col-sm-2, .col-xs-2 { 
    	width:16.66666667% !important;
    }
    
    .col-sm-1, .col-xs-1 { 
    	width:8.33333333% !important;
    }
      
    .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,
    .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 !important;
    }
    
    body {
    	margin: 0;
    	padding: 0 !important;
    	min-width: 768px;
    }
    
    .container {
    	width: auto;
    	min-width: 750px;
    }
    
    body {
    	font-size: 10px;
    }
    
    a[href]:after {
    	content: none;
    }
    
    .noprint, 
    div.alert, 
    header, 
    .group-media, 
    .btn, 
    .footer, 
    form, 
    #comments, 
    .nav, 
    ul.links.list-inline,
    ul.action-links {
    	display:none !important;
    }
}



.word-break, .wordbreak {
    overflow-wrap: break-word;
}
.narrow {
    overflow-wrap: break-word;
}
.no-break, .nobreak {
    white-space: nowrap !important;
}
.wide {
    
}
.massive {
    
}
.extensive {
    
}

img.emoji {
   height: 1em;
   width: 1em;
   margin: 0 .05em 0 .1em;
   vertical-align: -0.1em;
}

.fliphorizontal, .fliph, .flip-horizontal, .flip-h {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    display: inline-block;
}

.flipvertical, .flipv, .flip-vertical, .flip-v {
    transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    display: inline-block;
}

/* Callout Example:
    <div class="bs-callout bs-callout-success">
      <h4>Success Callout</h4>
      This is a success callout.
    </div>
*/
.well.bs-callout .btn,
.well.bs-callout .label {
    /* Button/Label Height Bugfix */
    height: fit-content;
}                
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

/** kst 13.07.2022, abuPeople Image-Menu */
.abuPeopleContainer {
  width: 500px;
  max-height: 270px;
  border:1px solid rgb(234,234,234);
  box-shadow:0px 3px 13px -7px black;
  overflow-y: scroll; 
  overflow-x: hidden;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:14px;
  z-index: 9000000000;
}

.abuPeopleElement {  
  width:100%;
  height:49px;
  cursor:pointer;
  padding-top:8px;
  padding-bottom:8px;
  position:relative;
  box-sizing: content-box;
}

.abuPeopleElement:nth-child(odd) {
  background-color:white;
}

.abuPeopleElement:nth-child(even) {
  background-color:white;
}

.abuPeopleElement img {  
  height:40px;
  border-radius:50px;
  margin-left:5px;
  margin-top:5px;
  float:left;
}

.abuPeopleElement:hover {
    background-color:rgb(235,235,235);
}

.abuPeopleElement.selected {
  border:5px solid rgb(4,126,189);
  width:calc(100% - 10px);
  background-color:rgb(235,235,235);
}

.abuPeopleElement .image {  
  height:40px;
  border-radius:50%;
  margin-left:5px;
  margin-top:5px;
  float:left;
  
  display: inline-block;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  height: 40px;
  width: 40px;
}

.abuPeopleElement .name {  
  display:flex;
  left:10px;
  top:5px;
  position:relative;
  white-space: nowrap;
}

.abuPeopleElement .title {
  display:flex;
  left:10px;
  top:3px;
  position:relative;
  color:gray;
  white-space: nowrap;
}

.abuPeopleTag {
    background-color: lightgray;
    border-radius: 5px;
    padding: 1px 4px 1px 4px;
}







/** Dropzone korrekt anzeigen in der Alle-Bearbeiten Tabelle. */
.tablelive .dropzone {
    min-height: 0px !important;
    border: none !important;
    height: 21px !important;
    margin-bottom: -27px;
    margin-top: -6px;
}
.tablelive .dropzone .dz-message div {
    display:none;
}
.tablelive .dropzone .dz-message {
    text-align: inherit;
    margin: 0 !important;
    box-sizing: unset;
    top: 9px;
    left: 9px;
    font-size: 20px;
    width: 80%;
}
.tablelive .select2-selection {
    height: 41px !important;
    top: 3px;
    position: relative;
    border: none !important;
}
.tablelive .dz-preview {
    zoom: 0.25;
    top: -77px;
    left: 72px;
}
.tablelive .form-control {
    height: 41px;
}
.tablelive .select2 {
    width: 100% !important;
    overflow: hidden;
}

/** Feed: Input-Feld um Social-Content zu erstellen. Weitere Klassen können vom Widget geladen werden. */
@media only screen and (max-width:750px) {
  .track {
    border-left:none !important;
    border-right:none !important;
    border-radius:0px !important;
    border-color:rgb(245,245,245) !important;
    box-shadow:none !important;
  }
}
.track {
  background-color:white;
  font-family:sans-serif;
  padding:15px;
  border-radius:3px;
  border:1px solid lightgrey;
  box-shadow:2px 2px 2px -1px lightgrey;
}
.track-header {
  height:52px;
  width:100%;
}

.track-header-image {
  max-width:50px;
  height:50px;
}
.track-header-image img {
  width:50px;
  height:50px;
  border-radius:50%;
}
.track-header-person-details {
  float:left;
  width:auto;
  margin-left:10px;
  max-width: 100%;
  padding-left: 50px;
  padding-right: 25px;
  position: absolute;
}
.track hr {
  display: block;
  clear:both;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 0px;
  margin-right: 0px;
  border-style: solid;
  border-bottom: none;
  border-top:1px solid lightgrey;
  border-width: 1px;
  border-right:0;
  border-left:0;
}

#modal-socialcontent_create .dropzone {
    zoom: 0.8;
    top: 42px;
}
@media only screen and (max-width:768px) {
    #modal-socialcontent_create {
        width:100%;
        top:270px !important;
    }
    #socialcontent_create_label {
        margin-left: 14px !important;
        margin-top: 10px;
    }
    #socialcontent_create {
        margin-top:9px;
        padding-left: 15px;
    }
    #socialcontent_upload {
        margin-top: 60px !important;
    }
    #modal-socialcontent_create .dropzone {
        top: 66px;
    }
}

.abCtlPre {
    display: inline-grid;
}
.abCtlPre div {
    display: contents;
}
.word-break .abufield {
    word-break:break-word;
}
.abufield {
    overflow-wrap: break-word;
}

.form-control-description {
    color:gray;
    /*margin-bottom:37px;*/
}
.abuform_standard .note-editor {
    margin-bottom:5px !important;
}

.abutitle-container + .form-control-description {
    margin:37px 0 0;
}

 input + .form-control-description
,.select2 + .form-control-description
,.dropzone + .form-control-description
{
    margin:5px 0;
}


h1 {
    display: flow-root;
}

.abuform_standard .abuform_standard_headcontrols a,
.abuform_standard .abuform_standard_headcontrols span {
    margin-bottom:15px;
}
.abuform_standard .abuform_standard_headcontrols .dropdown-toggle .caret {
    position: relative;
    top: 7px;
}

.feedmenu {
    width: 100% !important;
    height: 45px !important;
    border-radius: 0px !important;
    text-align: left !important;
}

.label-breadcrumb {
    margin: 3px 3px 3px;
    padding: 0 12px 1px 12px;
}

/* kst, ula 13.03.2024
   Auf grösseren Bildschirmen wird das Long-Tag eingeblendet.
   Auf kleineren Bildschirmen wird das Short-Tag eingeblendet.
   
   Der Entwickler kann mittels <long>Langer Text</long><short>Kurzer Text</short>
   Alternativen angeben für kurze Texte auf kleinen Bildschirmen.
*/
@media (max-width: 1500px) {
    long {
        display:none;
    }
}
@media (min-width: 1500px) {
    short {
        display:none;
    }
}









