﻿.dd-handle {
    display: block;
    height: 100%;
    /* margin: 5px 0; */
    padding: 17px 10px;
    color: #192e46;
    text-decoration: none;
    font-weight: 700;
    border:none;
   
    background: transparent;
    border-radius: 3px;
    box-sizing: border-box;
    margin:0px;
    cursor:grabbing;
      border-bottom: 1px solid #e0e0e0;
}

.dd-handle:hover {
    background-color:transparent;
}

.dd {

    max-width: 100%;
  
}

.dd-handle .drow:first-child {
    margin-left:8px;
}

.dd-item>button {
    position: absolute;
    cursor: pointer;
    float: left;
    width: 20px;
    height: 20px;
    margin-left: 0px;
    margin-top: 5px;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: 0 0;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: 700;
    margin-top: 18px;
    background-color: #24b3a4;
    color: white;
    border-radius: 2px;
    z-index: 9999;
}

.dd-list .dd-list {
    padding-left: 15px;
    background-color: #f8f8f8;
}

.drowheader {
        color: #c0c0c0 !important;
    font-weight: 300;
}

.dbuttons button {
    z-index:9999;
    margin-right:20px;
}

.dd-list .dd-list .dd-list {

    background-color: #f3f3f3;
}

.dd-list .dd-list .dd-list .dd-list {

    background-color: #efeeee;
}

.dd-menubez {
        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.drag_disabled{
      pointer-events: none;
      cursor:auto;
  }
  .drag_enabled{
      pointer-events: all;
  }
  .dd-expand{
    pointer-events: auto;
  }
  .dd-collapse{
    pointer-events: auto;
  }

  .dbuttons a{
    pointer-events: auto;
    color:white !important;
  }

  .treestatusicon {
      height: 15px;width: 15px;border-radius: 14px;display:inline-block;
  }

  .select2-container {
    width: 100% !important;
    padding: 0;
}

  .contenttypboxcontent {
      display:none;
  }

  .panel-hdr {
      min-height:3.6rem;
  }


  .is-invalid + .select2-container--bootstrap .select2-selection--single {
    border: 1px solid #f44336;
}


  
.select2-selection.is-invalid {
  border-color: #FC1349;
  padding-right: calc((1em + 1rem) * 3 / 4 + 1.875rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.875rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FC1349' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23FC1349' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.875rem/calc(0.735em + 0.5rem) calc(0.735em + 0.5rem);
  }

.btn-success {
    color:white !important;
}

.btn-success:hover {
    color:white !important;
}


#js-nav-menu-wrapper-left-btn {
    display:none !important;
}

#js-nav-menu-wrapper-right-btn {
    display:none !important;
}


.nav-function-top .page-sidebar .primary-nav .nav-menu > li.active > a:before {
        top: calc(50% + 13px);

}

.imgProfilImage {
   height: 40px;
    width: 40px;
    background-color: #c1da5a;
    color: #fff;
    font-size: 18px;
    border-radius: 50%;
    text-align: center;
    font-weight: 700;
    line-height: 2;
    padding-top: 2px;
    cursor:pointer;
}

.modal-lg .row {
    margin-bottom: 1rem;
}


.modal-fullscreen .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0px !important;
}

.modal-fullscreen .modal-content {
    height: auto;
    min-height: 100%;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
}

.modal-fullscreen .toggle {
    width: 140px !important;
}


/*Überschreiben der Default Z-Indizes , da für den  FullScreenDialog eine zusätzliche Schicht eingezogen werden muss */

.modal-fullscreen {
    margin: 15px;
    /*-webkit-box-shadow: 0px 0px 15px 10px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 15px 10px rgba(0,0,0,0.6);*/
    z-index: 11000 !important; /*z-Index aufgrund des Seitenheaders explizit setzen*/
}

.cds-modal-backdrop {
    z-index: 10000 !important;
}


.modal-fullscreen .modal-body--scrolling {
    max-height: 100vh;
}


.modal-fullscreen .container-wide-content {
    max-width: 100%;
    padding-right: 40px;
    padding-left: 40px;
}

@media (max-width: 768px) {
    .modal-fullscreen .container-wide-content {
        max-width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
}

.modal-height-fix-blog {
    height: 640px;
    overflow-y: auto;
    overflow-x: hidden;
}
.modal-height-fix-tag {
    height: 640px;
    overflow-y: auto;
    overflow-x: hidden;
}
@media (max-width: 1399.98px) {
    .modal-height-fix-blog {
        height: fit-content;
        overflow: visible;
        padding-bottom: 10px;
    }
    .modal-height-fix-tag {
        height: fit-content;
        overflow: visible;
        padding-bottom: 10px;
    }
    .modal-fullscreen .modal-dialog .modal-content{
        height:unset!important;
    }
}

.modalOverlayTop{
    z-index:11002!important;
}

.backdropOverlayTop{
    z-index:11001!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #fff;
    background-color: #2c5e99;
    border-color: #2c5e99;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    color: #fff;
}

.disableSearchboxSelect .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: 1px solid !important;
    border-bottom-color: #2c5e99 !important;
    border-radius: 4px !important;
}

.disable-shadow{
    box-shadow:none;
    -webkit-box-shadow:none;
}

.optinoal-form-wrapper {
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    padding:1rem;
    padding-top:0px;
    margin-top:1rem;
}

.vamatagtyp-panel {
    padding: 15px;
    border: 1px solid #dee2e6 !important;
    border-radius: 10px;
    margin-top: 12px;
}

.filter-bt-container {
    margin-left:10px;
}

.filter-bt-container .btn {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.filter-btn-fix {
    height: 50px;
    width: 110px;
}

@media (max-width: 991px) {
    .filter-btn-fix {
        height: 50px;
        width: auto;
    }
}

.table-bordered th {
    border-left: none;
    border-top: none;
    border-bottom: none;
}

.table-bordered td {
    border: 1px solid #dcdcdc;
}

.table-bordered {
    border: 1px solid #dcdcdc;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: none !important;
    background-color: #415b79;
    color:#fff;
}

table.dataTable.table-striped > tbody > tr.odd > * {
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.03);
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: #dced981f !important;
}

.page-item.disabled .page-link {
    color: #f0f0f0 !important;
}

.btn-warning {
    color:#fff;
}

ul.IsSortableList {
    list-style-type: none;
    padding-left: 0px;
}

li .DragIcon {
    cursor: move;
    border: 1px solid #e0e0e0;
    /* background-color: #868e96 !important; */
    color: #666666 !important;
}

li.SortableListItem {
    border-bottom: 1px solid #e0e0e0;
}

li.SortableListItem .row {
    margin-top: 1rem;
}

#addedCMSTeaserHeader {
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: bold;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 1rem;
}

.btn.specialpurple {
    background-color: #ae38f3;
    border-color: #ae38f3;
	color:white;
}

.btn.specialpurple:hover {
   background-color: #9935d4;
   border-color: #9935d4;
}

/*Workaround für Bootstrap Modaldialoge*/
.swal2-container
{
	z-index: 11001 !important;
}