.social-profile {
    background: rgba(7, 10, 43, 0.5);
}

.topbar .dropdown-menu a.dropdown-item.active {
    color: #55ce63;
    background-color: transparent;
}

.dataTables_filter {
    float: left !important;
    width: 80%;
}

.dataTables_length {
    float: right !important;
}

.page-titles .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "\f105";
    font-family: FontAwesome;
}

legend {
    font-weight: 400;
    font-size: 1rem;
}

.editor {
    background-color: gainsboro;
    padding: 20px;
}

ul.list-inline li {
    display: inline-block;
    padding: 0 0 8px 0;
}

ul.list-inline.pull-right li {
    display: inline-block;
    padding: 0 0 0 8px;
}

.el-element-overlay .card {
    border: 1px solid rgba(0, 0, 0, .125);
}

.hidden {
    display: none !important;
}

.wizard-content .wizard > .steps .step {
    margin-left: -106px;
}

.wizard-content .wizard.wizard-circle > .steps .step {
    width: 220px;
    padding: 3px;
    line-height: 37px;
    border-radius: 0;
}

.ms-container {
    background: transparent url('bundles/cockpit/images/multiselect-switch.png') no-repeat 50% 50%;
    width: 100%;
}

.image_cropper_tools,
.teaser_image_cropper_tools {
    z-index: 10;
    position: absolute;
}

.image_preview,
.camping_teaser_image_preview {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}

.modal-address-locality table.table tr.selected {
    background-color: #c3e6cb;
}

.modal-address-locality .dataTables_filter {
    float: none;
}

.modal-address-locality .dataTables_filter input {
    margin-left: 0;
    width: 100%;
}

.modal-address-locality .dataTables_filter,
.modal-address-locality .dataTables_filter label {
    width: 100%;
}

.modal-address-locality .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
}

.card-header {
    background-color: #ffffff;
}

.card-header ul {
    margin: 0
}

.card-login .card-title {
    text-align: center;
}

.card-accordion .card-header {
    background-color: #ffffff;
}

.card-accordion .card-header a {
    color: #2c2b2e;
}

.card-accordion .card-header h3:after {
    font-family: 'FontAwesome';
    content: "\f107";
    float: right;
}

.card-accordion .card-header a.collapsed h3:after {
    content: "\f106";
}

.bootstrap-select .badge {
    font-size: 90%;
}

.bootstrap-select .dropdown-menu li.selected .badge {
    background-color: #55ce63;
}

.bootstrap-select .dropdown-menu li.selected .fa {
    color: #55ce63;
}

.el-element-overlay .el-card-item .el-overlay-1 .el-info > li a.btn-outline-primary:hover {
    background: #7460ee;
    border: 1px solid #7460ee;
}

.el-element-overlay .el-card-item .el-overlay-1 .el-info > li a.btn-outline-danger:hover {
    background: #f62d51;
    border: 1px solid #f62d51;
}
@media (min-width: 576px) {
    .card-columns.card-columns-2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

.el-element-overlay.popup-gallery .el-card-item {
    padding-bottom: 0;
}

.el-element-overlay.popup-gallery .el-card-item .el-card-avatar {
    margin-bottom: 0;
}