.cb_template .row:after, .cb_template .row:before {
    display: none;
}
.cb_template .row>[class*=col-] {
    float: none;
}
.cbTabsMenuLeftStatic {
    padding-left: 10px!important;
    padding-right: 20px!important;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 4px;
    border: 1px solid #ddd;
    box-shadow: 3px 3px 5px 0 rgba(221, 221, 221, 1);
}
.cb_template .hidden {
    display: none!important;
}
.cb_template .mw-25 {
    max-width: 25%!important;
}
.cb_template .mw-50 {
    max-width: 50%!important;
}
.cb_template .mw-75 {
    max-width: 75%!important;
}
.cb_template .mw-none {
    max-width: none!important;
}
.cb_template .mh-25 {
    max-height: 25%!important;
}
.cb_template .mh-50 {
    max-height: 50%!important;
}
.cb_template .mh-75 {
    max-height: 75%!important;
}
.cb_template .mh-none {
    max-height: none!important;
}
.cb_template .no-overflow {
    overflow: hidden!important;
}
.cb_template .auto-overflow {
    overflow: auto!important;
}
.cb_template .text-wrap {
    word-break: normal;
    word-wrap: break-word;
    white-space: normal;
}
.cb_template .text-wrapall {
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal;
}
.cb_template .text-overflow {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cb_template .text-overline {
    text-decoration: overline;
}
.cb_template .text-underline {
    text-decoration: underline;
}
.cb_template .text-strike {
    text-decoration: line-through;
}
.cb_template .text-normal {
    font-size: 1rem;
}
.cb_template .text-large {
    font-size: 1.25rem;
}
.cb_template .text-small {
    font-size: .875rem;
}
.cb_template .bg-none {
    background: 0 0!important;
}
.cb_template .rounded-top-0 {
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
}
.cb_template .rounded-right-0 {
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
}
.cb_template .rounded-bottom-0 {
    border-bottom-right-radius: 0!important;
    border-bottom-left-radius: 0!important;
}
.cb_template .rounded-left-0 {
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
}
.cb_template .btn-group-list {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}
.cb_template .btn-group-list>.btn {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-bottom: 0;
    border-radius: 0;
}
.cb_template .btn-group-list>.btn:hover {
    z-index: 1;
}
.cb_template .btn-group-list>.btn.active, .cb_template .btn-group-list>.btn:active, .cb_template .btn-group-list>.btn:focus {
    z-index: 1;
}
.cb_template .btn-group-list>.btn-group>.btn {
    margin-bottom: 0;
    border-radius: 0;
}
.cb_template .btn-group-list .btn+.btn, .cb_template .btn-group-list .btn+.btn-group-list, .cb_template .btn-group-list .btn-group-list+.btn, .cb_template .btn-group-list .btn-group-list+.btn-group-list {
    margin-left: -1px;
}
.cb_template .btn-group-list label:first-of-type.btn {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.cb_template .btn-group-list label:first-of-type.btn-lg {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
}
.cb_template .btn-group-list label:first-of-type.btn-sm {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
}
.cb_template .btn-group-list label:last-of-type.btn {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.cb_template .btn-group-list label:last-of-type.btn-lg {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
}
.cb_template .btn-group-list label:last-of-type.btn-sm {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
}
.cb_template .btn-group-list input[type=checkbox], .cb_template .btn-group-list input[type=radio] {
    display: none!important;
}
.cb_template .btn-group-list input[type=checkbox]:not(:checked)+.btn, .cb_template .btn-group-list input[type=radio]:not(:checked)+.btn {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #dee2e6;
}
.cb_template .btn-group-list input[type=checkbox]:not(:checked)+.btn:hover, .cb_template .btn-group-list input[type=radio]:not(:checked)+.btn:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #c1c9d0;
}
.cb_template .btn-group-list input[type=checkbox]:not(:checked)+.btn[class*=btn-outline-], .cb_template .btn-group-list input[type=radio]:not(:checked)+.btn[class*=btn-outline-] {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #dee2e6;
}
.cb_template .btn-group-list input[type=checkbox]:not(:checked)+.btn[class*=btn-outline-]:hover, .cb_template .btn-group-list input[type=radio]:not(:checked)+.btn[class*=btn-outline-]:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.cb_template .badge {
    text-shadow: none;
}
.cb_template .btn-secondary:focus {
    color: #fff;
    color: var(--white, #fff);
    background-color: #6c757d;
    background-color: var(--gray, #6c757d);
}
.cb_template .btn-light:focus {
    background-color: #f8f9fa;
    background-color: var(--light, #f8f9fa);
}
.cb_template .btn-dark:focus {
    color: #fff;
    color: var(--white, #fff);
    background-color: #343a40;
    background-color: var(--dark, #343a40);
}
.cb_template form {
    margin: 0;
}
.cb_template .form-control {
    max-width: 100%}
.cb_template .form-control:not(.custom-select) {
    height: auto;
}
.cb_template .form-control.input-block {
    width: 100%!important;
    display: block!important;
}
.cb_template .form-control.input-block+.form-control.input-block {
    margin-top: 1rem;
}
.cb_template .form-auto .form-control {
    display: inline-block;
    width: auto;
}
.cb_template .table .table {
    background-color: transparent;
}
.cb_template .table-bordered caption+tbody tr:first-child td, .cb_template .table-bordered caption+tbody tr:first-child th, .cb_template .table-bordered caption+thead tr:first-child th, .cb_template .table-bordered colgroup+tbody tr:first-child td, .cb_template .table-bordered colgroup+tbody tr:first-child th, .cb_template .table-bordered colgroup+thead tr:first-child th, .cb_template .table-bordered tbody:first-child tr:first-child td, .cb_template .table-bordered tbody:first-child tr:first-child th, .cb_template .table-bordered thead:first-child tr:first-child th {
    border-top: 1px solid #dee2e6;
}
.cb_template .nav.nav-stacked, .cb_template .tabs-left .nav-tabs {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.cb_template .nav-item, .cb_template .nav-link {
    line-height: inherit;
	padding: 10px 5px 10px 5px;
    margin: 2px;
    border: 1px solid #eee;
    background-color: #eee;
    color: #333;
    list-style-type: none;
	font-size:14px;
}

.cbCanvasLayout {
	border: 3px solid #eee;
	padding: 5px;
}
.cbCanvasLayoutTop {
	background-color:#eee;
}
@media (min-width:980px){
.navbar-toggler  {
display:none;
}
}
.navbar-toggler  {
	width:100%;
	height: 50px;
	background-color:#fff;
	  text-align:left;
	  border:1px solid #eee;
	  box-shadow: 3px 3px 5px 0 rgba(221, 221, 221, 1);
}
.navbar-toggler-icon:before {
   content: "Navigation ";
   text-align:left;
   color:#333;
   font-weight:500;
}
.navbar-toggler-icon{width:100%;}
.nav-link active {
	background-color:ff9900!important;
	color:#fff!important;
}
.cb_template .nav-link:hover {
	color:#fff!important;
	background-color:ff9900!important;
}
.cb_template .img-fluid-inline {
    display: inline-block;
    min-width: 0;
    max-width: 100%;
    height: auto;
}
.cb_template .content-spacer {
    display: block;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.cb_template .card-bg {
    position: absolute;
    min-height: 150px;
    height: 100%;
    width: 100%;
    font: 0/0 a;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
.cb_template label {
    line-height: inherit;
    font-size: inherit;
    max-width: none;
}
.cb_template .fa {
    font-family: FontAwesome!important;
}
.cb_template .fa-before:before, .cb_template .fa-raw, .cb_template .fa-raw-before:before, .cb_template .fa-raw:before, .cb_template .fa:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: FontAwesome!important;
}

.cb_template.qtip {
    max-width: none;
    display: none;
    padding: 0;
}
.cb_template.qtip>.qtip-close {
    top: 3px;
    right: 20px;
    border-style: none;
    opacity: .8;
}
.cb_template.qtip>.qtip-close:hover {
    opacity: 1;
}
.cb_template.qtip>.qtip-close>span {
    color: #6c757d;
    color: var(--gray, #6c757d);
    text-shadow: 0 0 0 #f8f9fa;
    text-shadow: 0 0 0 var(--light, #f8f9fa);
}
.cb_template .qtip-titlebar {
    text-align: left;
    overflow: auto;
    word-wrap: break-word;
    font-weight: 400;
}
.cb_template .qtip-titlebar .qtip-close {
    right: 7px;
    top: 5px;
    margin-top: 0;
    opacity: .8;
    border: 0;
    background: 0 0;
}
.cb_template .qtip-titlebar .qtip-close:hover {
    opacity: 1;
}
.cb_template .qtip-titlebar .qtip-close>span {
    color: #6c757d;
    color: var(--gray, #6c757d);
}
.cb_template .qtip-content {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.cb_template.qtip-nostyle {
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
}
.cb_template.qtip-nostyle .qtip-content {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: visible;
}
.cb_template.qtip-nostyle .qtip-close, .cb_template.qtip-nostyle .qtip-titlebar {
    display: none;
}
.cb_template.qtip-menu .dropdown-menu {
    position: relative;
    float: none;
}
.cb_template.qtip-simple {
    opacity: 1;
    display: none;
}
.cb_template .rateit button.rateit-reset {
    float: none;
}
.cb_template input[type=password], .cb_template input[type=text], .cb_template select, .cb_template textarea {
    margin: 0;
}
.cb_template fieldset button, .cb_template fieldset img, .cb_template fieldset input, .cb_template fieldset select, .cb_template fieldset textarea {
    float: none;
}
.cb_template fieldset li {
    padding: 0;
}
.cb_template .cbPointsFieldIncrement {
    cursor: pointer;
}
.cb_template .cbFieldset.cbFieldsetCollapsed>:not(legend):not(.cbFieldsetToggle):not(.cbFieldsetDescription) {
    display: none!important;
}
.cb_template .cbFieldset .cbFieldsetCollapse, .cb_template .cbFieldset .cbFieldsetExpand {
    line-height: 0;
}
.cb_template .cbValidationMessage {
    display: block;
}
.cb_template .cbFieldSpan>.cbValidationMessage {
    display: inline-block;
    margin: 0 0 0 5px;
    width: auto;
}
.cb_template .cbScroller {
    position: relative;
}
.cb_template .cbScroller .cbScrollerLeft, .cb_template .cbScroller .cbScrollerRight {
    position: absolute;
    top: 0;
    height: 100%;
    width: 20px;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
    z-index: 1;
}
.cb_template .cbScroller .cbScrollerLeft>button, .cb_template .cbScroller .cbScrollerRight>button {
    width: 100%;
    height: 100%;
    margin: 0;
}
.cb_template .cbScroller .cbScrollerLeft {
    left: 5px;
    text-align: left;
}
.cb_template .cbScroller .cbScrollerRight {
    right: 5px;
    text-align: right;
}
.cb_template .cbScroller .cbScrollerContent {
    white-space: nowrap;
    overflow: hidden;
}
.cb_template .cbScroller.cbScrollerWidth {
    padding-left: 30px;
    padding-right: 30px;
}
.cb_template .cbScroller.cbScrollerHeight {
    padding-top: 30px;
    padding-bottom: 30px;
}
.cb_template .cbForceDisplay {
    display: block!important;
}
.cb_template .cbMoreLess {
    position: relative;
}
.cb_template .cbMoreLess>a {
    padding-left: 5px;
}
.cb_template .cbMoreLess .cbMoreLessClose, .cb_template .cbMoreLess .cbMoreLessOpen {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    text-align: right;
}
.cb_template .cbMoreLess .cbMoreLessClose .cbMoreLessButton, .cb_template .cbMoreLess .cbMoreLessOpen .cbMoreLessButton {
    background-color: #fff;
    background-color: var(--white, #fff);
}
.cb_template .cbMoreLess .cbMoreLessClose.fade-edge, .cb_template .cbMoreLess .cbMoreLessOpen.fade-edge {
    background: transparent linear-gradient(180deg, transparent, #fff);
    background: transparent linear-gradient(180deg, transparent, var(--white, #fff));
}
.cb_template .cbMoreLess .cbMoreLessContent {
    vertical-align: top;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cb_template .cbMoreLess.cbMoreLessOpened .cbMoreLessContent {
    max-height: none;
}
.cb_template .cbMoreLess.cbMoreLessClosed .cbMoreLessContent {
    max-height: 100px;
}
.cb_template .cbMenuNav .nav-item.flex-grow-1~.nav-item.flex-grow-1 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important;
}

.cb_template .cbFieldIcons {
    display: inline-block;
    margin-left: .25rem;
}
.cb_template .cbConnectionPaths img {
    max-width: 40px;
}
.cb_template .cbUserListDiv.cbUserListLayoutList>.cbUserListRow:not(:hover) {
    background-color: transparent!important;
}
.cb_template .cbValidationImageDataCrop {
    margin-top: 5px;
    margin-bottom: 5px;
}
.cb_template .cbValidationImageDataCrop .cbValidationImageDataCropMsg {
    margin-bottom: 5px;
    font-weight: 700;
}
.cb_template .cbValidationImageDataCrop .cbValidationImageDataCropArea {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.cb_template .cbValidationImageDataCrop .cbValidationImageDataCropArea .cbValidationImageDataCropSelect {
    position: absolute;
    height: 25%;
    width: 25%;
    cursor: move;
    box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, .75);
}
.cb_template .cbCanvasReposition {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.cb_template .cbCanvasReposition .cbCanvasRepositionSelect {
    position: absolute;
    height: 25%;
    width: 25%;
    cursor: move;
    box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, .75);
}
.cb_template .cbCanvasReposition .cbCanvasRepositionImage {
    width: 100%}
.cb_template .cbTooltip.dropdown>.dropdown-menu {
    display: none!important;
}
.cbConnectButtons {
	display: inline-block;
	max-width: 100%;
}

.cbConnectButtons > .cbConnectButton {
	text-align: left;
}

.cbConnectButtons > .cbConnectButton:not(.btn-block) {
	margin-bottom: 5px;
}

.cbConnectButtons > .cbConnectButton > .cbConnectButtonPrefix {
	display: inline-block;
	width: 25px;
}

.cbConnectButtons > .cbConnectButtonIconOnly {
	min-width: 45px;
	text-align: center;
}

.cbConnectButton .fa-disqus:after {
	content: " ";
	display: inline-block;
	background: url('https://palundu.de/components/com_comprofiler/plugin/templates/default/images/disqus.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	height: 16px;
	width: 16px;
}